:root {
  --black: #080808;
  --white: #ffffff;
  --gold: #c4a64a;
  --ink: #151515;
  --muted: #696969;
  --line: rgba(196, 166, 74, 0.34);
  --soft: #f7f6f1;
  --smoke: #111111;
  --radius: 8px;
  --display: "DM Serif Display", Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--black);
  color: var(--ink);
  font-family: var(--sans);
  letter-spacing: 0;
}

img {
  display: block;
  max-width: 100%;
}

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

h1,
h2,
h3,
p {
  margin: 0;
}

h1,
h2 {
  font-family: var(--display);
  font-weight: 400;
}

h1 {
  max-width: 980px;
  color: var(--white);
  font-size: clamp(50px, 8.2vw, 118px);
  line-height: 0.88;
}

h2 {
  max-width: 930px;
  font-size: clamp(38px, 6vw, 92px);
  line-height: 0.94;
}

h3 {
  font-size: clamp(24px, 3vw, 42px);
  line-height: 1.08;
  font-weight: 650;
}

p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.skip-link {
  position: fixed;
  left: 18px;
  top: 12px;
  z-index: 100;
  transform: translateY(-160%);
  background: var(--white);
  color: var(--black);
  padding: 10px 14px;
  border-radius: var(--radius);
  font-weight: 800;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(8, 8, 8, 0.58);
  backdrop-filter: blur(18px);
  transition: background 0.25s ease, border-color 0.25s ease;
}

.site-header.is-scrolled {
  background: rgba(8, 8, 8, 0.92);
  border-color: rgba(196, 166, 74, 0.24);
}

.nav-shell,
.section-inner,
.footer-inner,
.hero-grid {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.nav-shell {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand img {
  width: 154px;
  height: auto;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 750;
  text-transform: uppercase;
}

.nav-links a,
.nav-cta,
.text-link,
.credit a,
address a {
  transition: color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.nav-links a:hover,
.credit a:hover,
address a:hover {
  color: var(--gold);
}

.nav-cta {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gold);
  border-radius: 999px;
  color: var(--gold);
  padding: 0 18px;
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}

.nav-cta:hover {
  background: var(--gold);
  color: var(--black);
}

.hero {
  position: relative;
  min-height: 94svh;
  display: grid;
  align-items: end;
  padding: 108px 0 36px;
  overflow: hidden;
  background: var(--black);
}

.hero-media {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.52;
  transform: scale(1.02);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 8, 8, 0.9) 0%, rgba(8, 8, 8, 0.68) 48%, rgba(8, 8, 8, 0.24) 100%),
    linear-gradient(0deg, rgba(8, 8, 8, 0.96) 0%, rgba(8, 8, 8, 0.2) 44%, rgba(8, 8, 8, 0.58) 100%);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 34px;
  align-items: end;
}

.hero-copy {
  display: grid;
  gap: 20px;
  padding-bottom: 22px;
}

.kicker {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-lede {
  max-width: 690px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(19px, 2vw, 26px);
  line-height: 1.38;
}

.word-rail {
  min-height: 36px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  color: rgba(255, 255, 255, 0.66);
  font-size: clamp(15px, 1.45vw, 19px);
  font-weight: 800;
}

.word-rail span {
  transition: color 0.35s ease, opacity 0.35s ease;
}

.word-rail span.is-active {
  color: var(--gold);
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  padding: 0 22px;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

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

.button-primary {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--black);
}

.button-secondary {
  color: var(--white);
  background: rgba(255, 255, 255, 0.03);
}

.button-secondary:hover {
  border-color: var(--gold);
  color: var(--gold);
}

.button.dark {
  background: var(--black);
  border-color: var(--black);
  color: var(--white);
}

.hero-note {
  border-left: 1px solid var(--line);
  padding: 22px 0 24px 22px;
}

.hero-note p {
  color: var(--white);
  font-family: var(--display);
  font-size: 28px;
  line-height: 1.05;
}

.hero-note span {
  display: block;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  line-height: 1.55;
}

section {
  position: relative;
}

.section-black {
  background: var(--black);
  color: var(--white);
}

.section-black h2,
.section-black h3 {
  color: var(--white);
}

.section-black p {
  color: rgba(255, 255, 255, 0.66);
}

.intro,
.partners,
.reality {
  padding: clamp(84px, 11vw, 150px) 0;
}

.selected-work,
.differential,
.services,
.moodboard,
.final-cta {
  padding: clamp(84px, 11vw, 150px) 0;
  background: var(--white);
}

.intro-grid,
.differential-grid,
.partners-grid,
.reality-grid,
.final-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(38px, 6vw, 84px);
  align-items: start;
}

.section-heading {
  display: grid;
  gap: 16px;
}

.differential {
  padding: clamp(76px, 8vw, 118px) 0;
  border-bottom: 1px solid rgba(8, 8, 8, 0.1);
}

.differential h2 {
  max-width: 820px;
  color: var(--black);
}

.differential-copy {
  align-self: end;
  border-top: 1px solid rgba(8, 8, 8, 0.16);
  padding-top: 24px;
}

.differential-copy p {
  max-width: 700px;
  color: var(--ink);
  font-size: clamp(19px, 2.2vw, 27px);
  line-height: 1.42;
}

.process ol {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.process li {
  min-height: 66px;
  display: grid;
  grid-template-columns: 54px 1fr;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  color: var(--white);
  font-size: clamp(24px, 3.2vw, 44px);
  font-family: var(--display);
}

.process li span {
  color: var(--gold);
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 900;
}

.case-study {
  margin-top: 38px;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.96fr);
  gap: 34px;
  align-items: stretch;
}

.case-media {
  min-height: 560px;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--black);
}

.case-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case-copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 28px;
  padding: clamp(26px, 4vw, 54px);
  border: 1px solid rgba(8, 8, 8, 0.1);
  border-radius: var(--radius);
}

.case-number {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.metrics {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.metrics span {
  min-height: 92px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top: 1px solid rgba(8, 8, 8, 0.16);
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
  text-transform: uppercase;
}

.metrics strong {
  color: var(--black);
  font-family: var(--display);
  font-size: 44px;
  font-weight: 400;
}

.text-link {
  width: fit-content;
  color: var(--gold);
  border-bottom: 1px solid currentColor;
  padding-bottom: 4px;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.text-link:hover {
  transform: translateX(3px);
}

.logo-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  align-items: center;
}

.logo-strip img,
.future-logo {
  height: 116px;
  width: 100%;
  object-fit: contain;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.025);
}

.future-logo {
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.54);
  text-align: center;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.service-list {
  margin-top: 46px;
  border-top: 1px solid rgba(8, 8, 8, 0.15);
}

.service-row {
  min-height: 142px;
  display: grid;
  grid-template-columns: 74px minmax(220px, 0.7fr) minmax(240px, 1fr);
  gap: 26px;
  align-items: center;
  border-bottom: 1px solid rgba(8, 8, 8, 0.15);
}

.service-row span {
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
}

.service-row h3 {
  color: var(--black);
  font-size: clamp(26px, 3.4vw, 46px);
  font-family: var(--display);
  font-weight: 400;
}

.moodboard {
  background: var(--soft);
}

.moodboard-head {
  max-width: 960px;
  display: grid;
  gap: 16px;
}

.board {
  margin-top: clamp(36px, 5vw, 70px);
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 86px;
  gap: 14px;
}

.board-item {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--black);
}

.board-item:nth-child(1) {
  grid-column: span 7;
  grid-row: span 4;
}

.board-item:nth-child(2) {
  grid-column: span 5;
  grid-row: span 6;
}

.board-item:nth-child(3) {
  grid-column: span 4;
  grid-row: span 4;
}

.board-item:nth-child(4) {
  grid-column: span 4;
  grid-row: span 4;
}

.board-item:nth-child(5) {
  grid-column: span 4;
  grid-row: span 4;
}

.board-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.board-item figcaption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 1;
  color: var(--white);
  background: rgba(8, 8, 8, 0.74);
  border: 1px solid rgba(196, 166, 74, 0.38);
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 850;
}

.detail-grid {
  display: grid;
  gap: 18px;
}

.detail-grid p {
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.45;
}

.detail-grid p:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.final-cta h2 {
  color: var(--black);
}

.final-copy {
  display: grid;
  gap: 26px;
}

.final-copy p {
  color: var(--ink);
  font-size: clamp(21px, 2.4vw, 30px);
  line-height: 1.35;
}

.dark-link {
  color: var(--black);
}

.dark-link:hover {
  color: var(--gold);
}

.site-footer {
  background: var(--black);
  color: rgba(255, 255, 255, 0.72);
  padding: 42px 0;
  border-top: 1px solid rgba(196, 166, 74, 0.22);
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 24px;
  align-items: end;
}

.footer-logo {
  width: 148px;
  margin-bottom: 12px;
}

.footer-inner p,
address {
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  font-style: normal;
}

address {
  display: grid;
  gap: 8px;
}

.credit a {
  color: rgba(255, 255, 255, 0.78);
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 980px) {
  .hero-grid,
  .intro-grid,
  .differential-grid,
  .partners-grid,
  .reality-grid,
  .final-grid,
  .case-study {
    grid-template-columns: 1fr;
  }

  .hero-note {
    max-width: 520px;
    margin-bottom: 12px;
  }

  .case-media {
    min-height: 420px;
  }

  .metrics,
  .logo-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-row {
    grid-template-columns: 52px 1fr;
    gap: 12px 22px;
    padding: 24px 0;
  }

  .service-row p {
    grid-column: 2;
  }

  .board {
    grid-auto-rows: 74px;
  }

  .board-item:nth-child(n) {
    grid-column: span 6;
    grid-row: span 4;
  }

  .board-item:nth-child(2) {
    grid-row: span 5;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    align-items: start;
  }
}

@media (max-width: 720px) {
  .nav-shell,
  .section-inner,
  .footer-inner,
  .hero-grid {
    width: min(100% - 28px, 1180px);
  }

  .site-header {
    position: absolute;
  }

  .nav-shell {
    min-height: 66px;
  }

  .brand img {
    width: 128px;
  }

  .nav-links {
    display: none;
  }

  .nav-cta {
    min-height: 36px;
    padding: 0 13px;
    font-size: 12px;
  }

  .hero {
    min-height: auto;
    padding: 94px 0 28px;
  }

  h1 {
    font-size: clamp(42px, 14vw, 58px);
  }

  h2 {
    font-size: clamp(36px, 11vw, 58px);
  }

  .hero-copy {
    gap: 16px;
    padding-bottom: 8px;
  }

  .hero-lede {
    font-size: 17px;
    line-height: 1.34;
  }

  .word-rail {
    gap: 8px 12px;
    font-size: 14px;
  }

  .button {
    width: 100%;
    min-height: 46px;
  }

  .hero-note {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding: 14px 0 0;
  }

  .hero-note p {
    font-size: 22px;
  }

  .hero-note span {
    display: none;
  }

  .process li {
    min-height: 58px;
    grid-template-columns: 42px 1fr;
  }

  .case-media {
    min-height: 330px;
  }

  .case-copy {
    padding: 24px;
  }

  .metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .metrics span {
    min-height: 82px;
  }

  .logo-strip {
    grid-template-columns: 1fr;
  }

  .logo-strip img,
  .future-logo {
    height: 100px;
  }

  .service-row {
    grid-template-columns: 1fr;
  }

  .service-row p {
    grid-column: auto;
  }

  .board {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 10px;
  }

  .board-item {
    flex: 0 0 min(82vw, 360px);
    height: 430px;
    scroll-snap-align: start;
  }
}

@media (max-width: 390px) {
  .nav-shell,
  .section-inner,
  .footer-inner,
  .hero-grid {
    width: min(100% - 24px, 1180px);
  }

  .brand img {
    width: 116px;
  }

  .nav-cta {
    font-size: 11px;
  }

  .hero-lede {
    font-size: 18px;
  }

  .button {
    padding: 0 16px;
    font-size: 12px;
  }
}
