:root {
  --ink: #171717;
  --paper: #f3efe7;
  --paper-2: #e8e1d5;
  --acid: #d8ff3e;
  --coral: #ff6846;
  --blue: #4c63ff;
  --muted: #6d6962;
  --line: rgba(23, 23, 23, 0.18);
  --max: 1440px;
  --pad: clamp(22px, 4vw, 64px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
.menu-open .site-header { color: #fff; }
.menu-open .wordmark { position: relative; z-index: 2; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button { font: inherit; }
::selection { background: var(--acid); color: var(--ink); }

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 100;
  padding: 10px 14px;
  background: var(--acid);
  color: var(--ink);
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  min-height: 74px;
  padding: 14px var(--pad);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,0.16);
  transition: background .25s ease, color .25s ease, border-color .25s ease;
}
.site-header.scrolled {
  background: rgba(243,239,231,.93);
  color: var(--ink);
  border-color: var(--line);
  backdrop-filter: blur(18px);
}
.wordmark { display: inline-flex; align-items: center; gap: 11px; justify-self: start; }
.wordmark span {
  width: 38px; height: 38px; border: 1px solid currentColor; border-radius: 50%;
  display: grid; place-items: center; font-weight: 900; letter-spacing: -.06em;
}
.wordmark b { font-size: 14px; letter-spacing: -.01em; }
.site-header nav { display: flex; align-items: center; gap: clamp(18px, 2.5vw, 38px); }
.site-header nav a { font-size: 13px; font-weight: 700; position: relative; }
.site-header nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: currentColor; transition: right .2s ease; }
.site-header nav a:hover::after, .site-header nav a:focus-visible::after { right: 0; }
.header-cta { justify-self: end; font-size: 13px; font-weight: 800; border: 1px solid currentColor; padding: 11px 16px; border-radius: 999px; }
.header-cta:hover { background: var(--acid); border-color: var(--acid); color: var(--ink); }
.menu-button { display: none; background: none; border: 0; padding: 10px; color: currentColor; }
.menu-button span { display: block; width: 26px; height: 2px; background: currentColor; margin: 6px 0; transition: transform .2s ease; }

.section-pad { padding: clamp(90px, 11vw, 170px) var(--pad); }
.section-label { margin: 0 0 22px; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .14em; }
.section-head {
  max-width: var(--max); margin: 0 auto clamp(70px, 8vw, 118px);
  display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(250px, .55fr); gap: 8vw; align-items: end;
}
.section-head h2 { max-width: 820px; margin: 0; font-size: clamp(46px, 6.5vw, 100px); line-height: .92; letter-spacing: -.065em; font-weight: 800; }
.section-head > p { margin: 0 0 8px; max-width: 430px; color: var(--muted); font-size: clamp(17px, 1.4vw, 21px); }

.hero {
  min-height: 100svh;
  padding: clamp(118px, 14vh, 170px) var(--pad) 32px;
  background: var(--ink);
  color: #fff;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(430px, .8fr);
  grid-template-rows: 1fr auto;
  gap: 36px 7vw;
  overflow: hidden;
}
.hero-copy { align-self: center; max-width: 820px; z-index: 2; }
.eyebrow { margin: 0 0 30px; color: var(--acid); font-size: 12px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.hero h1 { margin: 0; max-width: 820px; font-size: clamp(58px, 7vw, 116px); line-height: .85; letter-spacing: -.075em; font-weight: 780; }
.hero h1 em { display: block; color: var(--coral); font-family: Georgia, serif; font-weight: 400; letter-spacing: -.065em; }
.hero-intro { max-width: 690px; margin: 38px 0 0; color: rgba(255,255,255,.7); font-size: clamp(18px, 1.5vw, 23px); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; gap: 22px; border-radius: 999px; padding: 15px 21px; font-size: 14px; font-weight: 850; }
.button-light { background: #fff; color: var(--ink); }
.button-light:hover { background: var(--acid); }
.text-link { font-size: 14px; font-weight: 800; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.35); }
.text-link:hover { border-color: var(--acid); color: var(--acid); }

.hero-stage { position: relative; min-height: 600px; align-self: center; }
.stage-card { position: absolute; margin: 0; border: 1px solid rgba(255,255,255,.18); background: #292929; box-shadow: 0 30px 80px rgba(0,0,0,.35); overflow: hidden; }
.stage-card-main { width: min(74%, 460px); right: 0; top: 0; transform: rotate(2.5deg); }
.stage-card-main img { aspect-ratio: 4 / 5; object-fit: cover; }
.stage-card-small { width: min(62%, 380px); left: 0; bottom: 20px; transform: rotate(-4deg); }
.stage-card-small img { aspect-ratio: 16 / 10; object-fit: cover; }
.stage-card figcaption { padding: 14px 16px 16px; display: flex; flex-direction: column; gap: 2px; }
.stage-card figcaption span { color: var(--acid); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.stage-card figcaption b { font-size: 14px; }
.stage-note { position: absolute; left: 12%; top: 25%; z-index: 3; padding: 11px 16px; border-radius: 999px; background: var(--blue); color: #fff; font-size: 11px; font-weight: 900; letter-spacing: .08em; transform: rotate(-5deg); }

.hero-proof { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.18); padding-top: 24px; display: grid; grid-template-columns: repeat(3, minmax(130px, 1fr)) minmax(280px, 1.25fr); gap: 24px; align-items: center; }
.hero-proof > div { display: flex; align-items: baseline; gap: 12px; }
.hero-proof strong { font-size: clamp(25px, 2.5vw, 38px); line-height: 1; letter-spacing: -.05em; white-space: nowrap; }
.hero-proof span { color: rgba(255,255,255,.55); font-size: 12px; max-width: 135px; }
.availability { justify-self: end; display: flex; align-items: center; gap: 9px; font-size: 12px; font-weight: 750; }
.availability i { width: 9px; height: 9px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 6px rgba(216,255,62,.1); }

.work-section { background: var(--paper); }
.project {
  max-width: var(--max); margin: 0 auto clamp(110px, 14vw, 220px);
  display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(330px, .72fr); gap: clamp(42px, 8vw, 130px); align-items: center;
}
.project-reverse { grid-template-columns: minmax(330px, .72fr) minmax(0, 1.12fr); }
.project-reverse .project-media { grid-column: 2; }
.project-reverse .project-copy { grid-column: 1; grid-row: 1; }
.project-media { position: relative; overflow: hidden; background: var(--paper-2); aspect-ratio: 16 / 11; }
.project-media img { height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.project-media:hover img { transform: scale(1.035); }
.project-media-tall { aspect-ratio: 4 / 5; max-width: 760px; }
.project-media-square { aspect-ratio: 1 / 1; }
.media-link { position: absolute; left: 18px; bottom: 18px; padding: 11px 15px; background: rgba(23,23,23,.92); color: #fff; font-size: 11px; font-weight: 900; letter-spacing: .04em; }
.project-number { margin: 0 0 18px; font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .15em; color: var(--muted); }
.project-copy h3 { margin: 0 0 24px; font-size: clamp(42px, 5vw, 80px); line-height: .92; letter-spacing: -.06em; }
.project-lead { margin: 0; font-family: Georgia, serif; font-size: clamp(22px, 2vw, 31px); line-height: 1.3; }
.project-detail { margin-top: 38px; border-top: 1px solid var(--line); }
.project-detail > div { display: grid; grid-template-columns: 100px 1fr; gap: 18px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.project-detail span { font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.project-detail p { margin: 0; color: var(--muted); font-size: 14px; }
.result-grid { margin-top: 35px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.result-grid div { min-height: 116px; padding: 17px 14px; background: var(--paper); display: flex; flex-direction: column; justify-content: space-between; }
.result-grid strong { font-size: clamp(24px, 3vw, 40px); letter-spacing: -.05em; }
.result-grid span { color: var(--muted); font-size: 11px; line-height: 1.3; }
.project-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.project-links a { padding: 9px 12px; border: 1px solid var(--ink); border-radius: 999px; font-size: 11px; font-weight: 850; }
.project-links a:hover { background: var(--ink); color: #fff; }

.more-work { max-width: var(--max); margin: 0 auto; padding-top: 80px; border-top: 1px solid var(--ink); display: grid; grid-template-columns: .75fr 1.25fr; gap: 7vw; }
.more-work h3 { margin: 0; max-width: 520px; font-size: clamp(36px, 4vw, 62px); line-height: .97; letter-spacing: -.055em; }
.link-list { border-top: 1px solid var(--ink); }
.link-list a { display: grid; grid-template-columns: 1fr 1fr auto; gap: 18px; align-items: center; padding: 20px 2px; border-bottom: 1px solid var(--ink); }
.link-list span { font-size: 18px; font-weight: 800; }
.link-list b { color: var(--muted); font-size: 12px; }
.link-list i { font-style: normal; font-size: 20px; transition: transform .2s ease; }
.link-list a:hover i { transform: translate(4px,-4px); }

.approach { background: var(--ink); color: #fff; }
.section-head-light > p { color: rgba(255,255,255,.6); }
.capability-grid { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.25); border-left: 1px solid rgba(255,255,255,.25); }
.capability-grid article { min-height: 300px; padding: clamp(24px, 3vw, 42px); border-right: 1px solid rgba(255,255,255,.25); border-bottom: 1px solid rgba(255,255,255,.25); }
.capability-grid article > span { color: var(--acid); font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.capability-grid h3 { margin: 62px 0 15px; font-size: clamp(26px, 2.5vw, 39px); line-height: 1; letter-spacing: -.045em; }
.capability-grid p { margin: 0; color: rgba(255,255,255,.58); max-width: 330px; }
.process-strip { max-width: var(--max); margin: 80px auto 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255,255,255,.2); }
.process-strip div { padding: 28px; background: #222; }
.process-strip span { color: var(--coral); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.process-strip p { margin: 35px 0 0; color: rgba(255,255,255,.7); }

.about { background: var(--coral); }
.about-grid { max-width: var(--max); margin: 0 auto clamp(80px, 9vw, 130px); display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; }
.about-grid h2 { margin: 0; max-width: 660px; font-size: clamp(48px, 6vw, 94px); line-height: .9; letter-spacing: -.065em; }
.about-copy { padding-top: 52px; }
.about-copy p { margin: 0 0 25px; font-size: clamp(18px, 1.55vw, 24px); line-height: 1.5; }
.experience-list { max-width: var(--max); margin: 0 auto; border-top: 1px solid var(--ink); }
.experience-list article { display: grid; grid-template-columns: 160px 1fr 1fr; gap: 24px; align-items: center; padding: 23px 0; border-bottom: 1px solid var(--ink); }
.experience-list > article > span { font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.experience-list h3 { margin: 0 0 3px; font-size: 20px; }
.experience-list p, .experience-list b { margin: 0; font-size: 13px; }
.experience-list b { font-weight: 600; justify-self: end; text-align: right; }

.contact { background: var(--acid); }
.contact-grid { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 1.2fr .8fr; gap: 8vw; align-items: end; }
.contact-grid h2 { margin: 0; max-width: 900px; font-size: clamp(52px, 7vw, 110px); line-height: .88; letter-spacing: -.07em; }
.contact-email { display: block; width: max-content; max-width: 100%; font-size: clamp(20px, 2.2vw, 34px); font-weight: 850; border-bottom: 2px solid var(--ink); overflow-wrap: anywhere; }
.contact-grid > div > div > p { margin: 24px 0 34px; max-width: 400px; }
.contact-links { display: flex; flex-wrap: wrap; gap: 9px; }
.contact-links a { border: 1px solid var(--ink); border-radius: 999px; padding: 10px 13px; font-size: 11px; font-weight: 850; }
.contact-links a:hover { background: var(--ink); color: #fff; }

footer { padding: 28px var(--pad); background: var(--ink); color: #fff; display: grid; grid-template-columns: 1fr auto 1fr; gap: 20px; align-items: center; }
footer p { margin: 0; color: rgba(255,255,255,.55); font-size: 11px; }
footer p:last-child { justify-self: end; }
.wordmark-footer span { width: 34px; height: 34px; }

.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.js .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1080px) {
  .hero { grid-template-columns: 1fr .8fr; }
  .hero-stage { min-height: 510px; }
  .hero-proof { grid-template-columns: repeat(3, 1fr); }
  .availability { grid-column: 1 / -1; justify-self: start; }
  .project, .project-reverse { grid-template-columns: 1fr 1fr; gap: 50px; }
  .capability-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  .site-header { grid-template-columns: 1fr auto; }
  .header-cta { display: none; }
  .menu-button { display: block; justify-self: end; z-index: 2; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .site-header nav { display: none; position: fixed; inset: 0; background: var(--ink); color: #fff; padding: 120px var(--pad) 40px; flex-direction: column; align-items: flex-start; gap: 25px; }
  .site-header nav.open { display: flex; }
  .site-header nav a { font-size: 46px; letter-spacing: -.05em; }
  .hero { grid-template-columns: 1fr; grid-template-rows: auto auto auto; min-height: auto; }
  .hero-stage { min-height: 610px; }
  .stage-card-main { right: 4%; width: 65%; }
  .stage-card-small { width: 57%; bottom: 5%; }
  .hero-proof { grid-template-columns: 1fr 1fr; }
  .availability { grid-column: 1 / -1; }
  .section-head, .about-grid, .contact-grid, .more-work { grid-template-columns: 1fr; gap: 45px; }
  .project, .project-reverse { grid-template-columns: 1fr; gap: 38px; }
  .project-reverse .project-media, .project-reverse .project-copy { grid-column: 1; grid-row: auto; }
  .project-media-tall { max-width: none; aspect-ratio: 4 / 4.3; }
  .project-copy { max-width: 670px; }
  .process-strip { grid-template-columns: repeat(2, 1fr); }
  .experience-list article { grid-template-columns: 125px 1fr; }
  .experience-list b { grid-column: 2; justify-self: start; text-align: left; color: rgba(23,23,23,.65); }
  footer { grid-template-columns: 1fr auto; }
  footer > p:nth-child(2) { display: none; }
}

@media (max-width: 560px) {
  .site-header { min-height: 66px; }
  .wordmark b { display: none; }
  .hero { padding-top: 106px; }
  .hero h1 { font-size: clamp(52px, 16vw, 76px); }
  .hero-stage { min-height: 480px; }
  .stage-card-main { width: 72%; }
  .stage-card-small { width: 66%; }
  .hero-proof { grid-template-columns: 1fr; }
  .hero-proof > div { justify-content: space-between; }
  .hero-proof span { text-align: right; }
  .section-head h2, .about-grid h2, .contact-grid h2 { font-size: clamp(44px, 14vw, 66px); }
  .project-copy h3 { font-size: 46px; }
  .result-grid { grid-template-columns: 1fr; }
  .result-grid div { min-height: 84px; }
  .project-detail > div { grid-template-columns: 75px 1fr; }
  .capability-grid, .process-strip { grid-template-columns: 1fr; }
  .capability-grid article { min-height: 245px; }
  .experience-list article { grid-template-columns: 1fr; gap: 8px; }
  .experience-list b { grid-column: 1; }
  .link-list a { grid-template-columns: 1fr auto; }
  .link-list b { grid-column: 1; grid-row: 2; }
  .link-list i { grid-column: 2; grid-row: 1 / 3; }
  footer { grid-template-columns: 1fr; }
  footer p:last-child { justify-self: start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

.creative-showcase {
  max-width: var(--max);
  margin: 0 auto;
  padding-top: 80px;
  border-top: 1px solid var(--ink);
}

.showcase-heading {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 7vw;
  margin-bottom: 55px;
}

.showcase-heading h3 {
  margin: 0;
  max-width: 780px;
  font-size: clamp(46px, 6vw, 92px);
  line-height: 0.9;
  letter-spacing: -0.065em;
}

.showcase-heading > div > p {
  max-width: 480px;
  margin: 22px 0 0;
  color: var(--muted);
  font-family: Georgia, serif;
  font-size: clamp(18px, 1.6vw, 24px);
}

.showcase-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: clamp(12px, 2vw, 26px);
}

.showcase-item {
  grid-column: span 4;
  margin: 0;
}

.showcase-item:nth-child(5n + 2),
.showcase-item:nth-child(5n + 4) {
  grid-column: span 5;
}

.showcase-item-wide {
  grid-column: span 8;
}

.showcase-open {
  width: 100%;
  padding: 0;
  color: inherit;
  text-align: left;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.showcase-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: var(--paper-2);
}

.showcase-item-wide .showcase-media {
  aspect-ratio: 16 / 9;
}

.showcase-media img,
.showcase-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1),
    filter 0.4s ease;
}

.showcase-open:hover .showcase-media img,
.showcase-open:hover .showcase-media video {
  transform: scale(1.04);
  filter: saturate(1.08);
}

.showcase-type,
.showcase-view {
  position: absolute;
  z-index: 2;
  padding: 9px 12px;
  color: #fff;
  background: rgba(23, 23, 23, 0.9);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.showcase-type {
  top: 14px;
  left: 14px;
}

.showcase-view {
  right: 14px;
  bottom: 14px;
  transition: transform 0.25s ease;
}

.showcase-open:hover .showcase-view {
  transform: translate(3px, -3px);
}

.showcase-item figcaption {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  padding-top: 13px;
}

.showcase-item figcaption span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 900;
}

.showcase-item figcaption h4 {
  margin: 0;
  font-size: clamp(16px, 1.5vw, 22px);
  line-height: 1.15;
  letter-spacing: -0.025em;
}

.showcase-empty {
  grid-column: 1 / -1;
  padding: 50px 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.showcase-lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  padding: clamp(60px, 7vw, 100px) var(--pad);
  background: rgba(12, 12, 12, 0.96);
  backdrop-filter: blur(18px);
}

.showcase-lightbox[hidden] {
  display: none;
}

.lightbox-content {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}

.lightbox-content img,
.lightbox-content video {
  max-width: min(1400px, 100%);
  max-height: 100%;
  object-fit: contain;
}

.lightbox-close {
  position: absolute;
  top: 20px;
  right: var(--pad);
  padding: 10px 14px;
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 999px;
  cursor: pointer;
}

@media (max-width: 900px) {
  .showcase-heading {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .showcase-item,
  .showcase-item:nth-child(5n + 2),
  .showcase-item:nth-child(5n + 4),
  .showcase-item-wide {
    grid-column: span 6;
  }
}

@media (max-width: 560px) {
  .showcase-grid {
    display: block;
  }

  .showcase-item {
    margin-bottom: 34px;
  }

  .showcase-media,
  .showcase-item-wide .showcase-media {
    aspect-ratio: 4 / 5;
  }
}
