@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Manrope:wght@400;500;600;700&display=swap");

:root {
  --ink: #050505;
  --surface: #ededeb;
  --paper: #ffffff;
  --green: #ffffff;
  --green-soft: #e3e3e0;
  --mint: #d6d6d2;
  --blue: #c9c9c5;
  --line: rgba(5, 5, 5, 0.18);
  --muted: #666663;
  --radius: 4px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--surface);
  color: var(--ink);
  font-family: "DM Sans", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

.page-shell {
  width: min(1480px, 100%);
  margin: 0 auto;
  overflow: hidden;
}

.site-header,
.hero,
.work-section,
.cta,
footer {
  padding-inline: clamp(24px, 6vw, 96px);
}

.site-header {
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--ink);
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Manrope", sans-serif;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.035em;
}

.brand-mark {
  width: 38px;
  height: 38px;
  object-fit: cover;
}

.header-note {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #bcbcbc;
  font-size: 13px;
}

.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: white;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.12);
}

.hero {
  position: relative;
  min-height: 650px;
  padding-top: clamp(72px, 10vw, 140px);
  padding-bottom: clamp(66px, 8vw, 110px);
  background: var(--ink);
  color: white;
}

.hero::after {
  content: "";
  position: absolute;
  top: 66px;
  right: -130px;
  width: min(38vw, 520px);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  box-shadow:
    0 0 0 58px rgba(255, 255, 255, 0.045),
    0 0 0 116px rgba(255, 255, 255, 0.025);
  pointer-events: none;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 35px;
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow span + span {
  color: #999;
}

.eyebrow span + span::before {
  content: "/";
  margin-right: 12px;
  color: #a3aba6;
}

.hero h1 {
  position: relative;
  z-index: 1;
  max-width: 970px;
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: clamp(62px, 9.5vw, 140px);
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: -0.075em;
}

.hero h1 em {
  position: relative;
  color: white;
  font-family: Georgia, serif;
  font-weight: 400;
  letter-spacing: -0.06em;
}

.hero h1 em::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: -3%;
  right: -6%;
  bottom: 4%;
  height: 32%;
  background: #4f4f4b;
  border-radius: 0;
  transform: rotate(-1.2deg);
}

.hero-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-top: clamp(50px, 8vw, 105px);
}

.intro {
  max-width: 550px;
  margin: 0 0 0 clamp(0px, 12vw, 180px);
  color: #b9b9b4;
  font-size: clamp(17px, 1.5vw, 22px);
  line-height: 1.58;
}

.explore-link {
  display: flex;
  align-items: center;
  gap: 13px;
  padding-bottom: 7px;
  border-bottom: 1px solid white;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}

.explore-link svg {
  width: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}

.work-section {
  padding-top: clamp(75px, 10vw, 140px);
  padding-bottom: clamp(75px, 10vw, 140px);
  background: var(--paper);
}

.section-heading {
  display: grid;
  grid-template-columns: 1fr minmax(260px, 400px);
  align-items: end;
  gap: 50px;
  margin-bottom: clamp(45px, 6vw, 80px);
}

.section-heading > div {
  display: grid;
  grid-template-columns: 62px 1fr;
  align-items: start;
}

.section-number {
  padding-top: 8px;
  color: #8a958e;
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  letter-spacing: 0.1em;
}

.section-heading h2 {
  max-width: 700px;
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: clamp(38px, 5vw, 70px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.06em;
}

.section-heading > p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
}

.client-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.client-card {
  position: relative;
  min-height: 570px;
  padding: 30px;
  overflow: hidden;
  border-radius: var(--radius);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.client-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 24px 60px rgba(8, 21, 16, 0.15);
}

.card-mishra {
  background: #e5e5e1;
}

.card-city {
  background: #cacac6;
}

.card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.client-index {
  font-family: "Manrope", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.open-icon {
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  border: 1px solid rgba(8, 21, 16, 0.3);
  border-radius: 0;
  font-size: 20px;
  transition: transform 0.3s ease, background 0.3s ease;
}

.client-card:hover .open-icon {
  transform: rotate(45deg);
  background: var(--ink);
  color: white;
}

.card-symbol {
  position: absolute;
  top: 24%;
  right: 13%;
  width: 180px;
  opacity: 0.2;
  transform: rotate(-8deg);
}

.card-symbol svg {
  width: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.3;
}

.city-symbol {
  top: 19%;
  width: 205px;
  transform: rotate(3deg);
}

.card-copy {
  position: absolute;
  right: 30px;
  bottom: 35px;
  left: 30px;
}

.card-copy p {
  margin: 0 0 14px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.card-copy h3 {
  max-width: 500px;
  margin: 0 0 35px;
  font-family: "Manrope", sans-serif;
  font-size: clamp(35px, 4vw, 58px);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.visit-text {
  display: flex;
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid rgba(8, 21, 16, 0.25);
  font-size: 14px;
  font-weight: 600;
}

.current-section {
  background: var(--ink);
  color: #f4f4f1;
}

.current-section .section-number,
.current-section .section-heading > p {
  color: #9bab9f;
}

.active-list {
  display: grid;
  gap: 18px;
}

.active-client {
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius);
}

.active-featured {
  padding: clamp(28px, 4vw, 55px);
}

.active-client-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: clamp(50px, 7vw, 90px);
}

.live-label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 15px;
  color: #adbdaf;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.live-label i {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: white;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.12);
}

.active-client h3 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: clamp(38px, 5vw, 66px);
  font-weight: 500;
  letter-spacing: -0.055em;
}

.site-button {
  display: inline-flex;
  align-items: center;
  gap: 30px;
  padding: 15px 18px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 0;
  font-size: 13px;
  font-weight: 600;
  transition: background 0.25s ease, color 0.25s ease;
}

.site-button:hover {
  background: white;
  color: var(--ink);
}

.services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.service {
  position: relative;
  min-height: 270px;
  padding: 28px 32px 10px 0;
}

.service + .service {
  padding-left: 32px;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.service-number {
  color: #829087;
  font-family: "Manrope", sans-serif;
  font-size: 11px;
  letter-spacing: 0.1em;
}

.service-icon {
  width: 47px;
  margin: 44px 0 25px;
  color: white;
}

.service-icon svg {
  width: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service p {
  max-width: 310px;
  margin: 0;
  color: #d5ded7;
  font-size: 16px;
  line-height: 1.5;
}

.compact-client {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: clamp(28px, 4vw, 50px);
  background: white;
  color: var(--ink);
}

.compact-client .live-label {
  color: #555;
}

.compact-client .live-label i {
  background: var(--ink);
}

.compact-client h3 {
  font-size: clamp(34px, 4vw, 52px);
}

.compact-client p {
  margin: 13px 0 0;
  color: #555;
}

.light-button {
  flex-shrink: 0;
  border-color: rgba(8, 21, 16, 0.35);
}

.light-button:hover {
  background: var(--ink);
  color: white;
}

.cta {
  padding-top: clamp(80px, 10vw, 140px);
  padding-bottom: clamp(80px, 10vw, 140px);
  background: #deded9;
}

.cta .eyebrow {
  margin-bottom: 60px;
}

.cta-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 50px;
}

.cta h2 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: clamp(44px, 6.5vw, 90px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.065em;
}

.cta-button {
  display: flex;
  min-width: 220px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 19px 23px;
  background: var(--ink);
  color: white;
  border-radius: 0;
  font-size: 14px;
  font-weight: 600;
  transition: transform 0.25s ease;
}

.cta-button:hover {
  transform: translateY(-4px);
}

footer {
  display: grid;
  grid-template-columns: 1fr 1.5fr 1fr;
  align-items: center;
  gap: 30px;
  min-height: 140px;
  background: var(--ink);
  color: white;
}

footer p {
  margin: 0;
  color: #91a097;
  font-size: 12px;
  line-height: 1.5;
}

footer p:last-child {
  text-align: right;
}

@media (max-width: 900px) {
  .hero::after {
    width: 400px;
    opacity: 0.6;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .section-heading > p {
    margin-left: 62px;
  }

  .client-card {
    min-height: 500px;
  }

  .services {
    grid-template-columns: 1fr;
  }

  .service {
    display: grid;
    grid-template-columns: 30px 65px 1fr;
    align-items: center;
    gap: 16px;
    min-height: auto;
    padding: 28px 0;
  }

  .service + .service {
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    border-left: 0;
  }

  .service-icon {
    width: 40px;
    margin: 0;
  }

  .service p {
    max-width: none;
  }

  .cta-row {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 680px) {
  .site-header {
    min-height: 76px;
  }

  .header-note {
    display: none;
  }

  .hero {
    min-height: auto;
  }

  .hero h1 {
    font-size: clamp(52px, 17vw, 80px);
  }

  .hero-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .intro {
    margin-left: 0;
  }

  .section-heading > div {
    grid-template-columns: 42px 1fr;
  }

  .section-heading > p {
    margin-left: 42px;
  }

  .client-grid {
    grid-template-columns: 1fr;
  }

  .client-card {
    min-height: 470px;
  }

  .active-client-head,
  .compact-client {
    align-items: flex-start;
    flex-direction: column;
  }

  .active-client-head {
    margin-bottom: 45px;
  }

  .service {
    grid-template-columns: 26px 48px 1fr;
    padding: 24px 0;
  }

  .service p {
    font-size: 14px;
  }

  .compact-client .site-button {
    width: 100%;
    justify-content: space-between;
  }

  footer {
    grid-template-columns: 1fr;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  footer p:last-child {
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
