:root {
  --paper: #ffffff;
  --ink: #111111;
  --soft: #f3f2ef;
  --muted: #6f6f6a;
  --line: rgba(17, 17, 17, 0.16);
  --accent: #d94a3a;
  --black: #0b0b0b;
  --max: 1540px;
  --gutter: clamp(20px, 4vw, 72px);
  --radius: 0px;
  --font-sans: "Manrope", "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
::selection { background: var(--accent); color: #fff; }

.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 9999;
  padding: 10px 14px;
  background: var(--ink);
  color: #fff;
  transition: top .2s ease;
}
.skip-link:focus { top: 16px; }

.shell { width: min(100%, var(--max)); margin: 0 auto; padding-inline: var(--gutter); }
.scroll-progress {
  position: fixed; inset: 0 0 auto 0; height: 3px; z-index: 1000;
  background: transparent; pointer-events: none;
}
.scroll-progress span { display: block; width: 0; height: 100%; background: var(--accent); }

.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  background: rgba(255,255,255,.88); backdrop-filter: blur(16px);
  border-bottom: 1px solid transparent;
  transition: transform .35s ease, border-color .25s ease, background .25s ease;
}
.site-header.scrolled { border-color: var(--line); }
.site-header.header-hidden { transform: translateY(-102%); }
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 14px; min-width: 215px; }
.brand-mark {
  width: 46px; height: 46px; display: grid; place-items: center;
  background: var(--ink); color: #fff; font-size: 15px; font-weight: 700; letter-spacing: -.04em;
}
.brand-mark span { color: var(--accent); }
.brand-copy { font-size: 12px; line-height: 1.15; text-transform: uppercase; letter-spacing: .12em; font-weight: 600; }
.main-nav { display: flex; align-items: center; gap: clamp(18px, 2vw, 34px); font-size: 13px; font-weight: 600; }
.main-nav a { position: relative; padding: 11px 0; }
.main-nav a:not(.nav-contact)::after {
  content: ""; position: absolute; left: 0; bottom: 6px; width: 100%; height: 1px;
  background: var(--accent); transform: scaleX(0); transform-origin: right; transition: transform .28s ease;
}
.main-nav a:hover::after, .main-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.nav-contact { padding: 12px 16px !important; background: var(--ink); color: #fff; display: flex; gap: 16px; align-items: center; }
.nav-contact span { color: var(--accent); }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--line); background: transparent; position: relative; cursor: pointer; }
.menu-toggle span { position: absolute; left: 12px; right: 12px; height: 1.5px; background: var(--ink); transition: transform .25s ease, top .25s ease; }
.menu-toggle span:first-child { top: 18px; }
.menu-toggle span:last-child { top: 27px; }
.menu-toggle[aria-expanded="true"] span:first-child { top: 22px; transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { top: 22px; transform: rotate(-45deg); }

.hero { min-height: 100svh; padding-top: 88px; display: grid; align-items: end; position: relative; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(40px, 5vw, 96px); align-items: end; padding-top: clamp(52px, 7vh, 90px); padding-bottom: 70px; }
.hero-copy { min-width: 0; padding-bottom: clamp(10px, 3vw, 55px); }
.eyebrow { display: flex; align-items: center; gap: 10px; font-size: 12px; text-transform: uppercase; letter-spacing: .18em; font-weight: 700; margin-bottom: clamp(38px, 6vh, 72px); }
.dot { width: 7px; height: 7px; background: var(--accent); border-radius: 50%; }
.hero h1 { margin: 0; font-size: clamp(48px, 5.4vw, 96px); line-height: .9; letter-spacing: -.065em; font-weight: 500; }
.hero h1 > span { display: block; }
.hero h1 em, .section-heading em, .project-copy em, .play-copy em, .journey-header em, .contact-title em { font-style: normal; color: var(--accent); }
.accent-line { position: relative; }
.hero-intro { max-width: 620px; margin: 38px 0 0; font-size: clamp(18px, 1.5vw, 24px); line-height: 1.45; letter-spacing: -.02em; color: #343431; }
.hero-actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 14px 32px; }
.text-link { display: inline-flex; align-items: center; gap: 22px; padding-bottom: 7px; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 700; }
.text-link span { color: var(--accent); }
.text-link.muted { color: var(--muted); }
.hero-visual { position: relative; min-width: 0; display: flex; flex-direction: column; }
.hero-visual figure { margin: 0; overflow: hidden; background: var(--soft); aspect-ratio: 4 / 5; max-height: calc(100svh - 230px); min-height: 420px; }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 40% 30%; filter: saturate(.9) contrast(1.02); transition: transform 1.1s cubic-bezier(.2,.65,.2,1), filter .5s ease; }
.hero-visual:hover img { transform: scale(1.018); filter: saturate(1) contrast(1.02); }
.image-label { padding: 12px 0 0; display: grid; grid-template-columns: 62px 1fr auto; gap: 16px; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.image-label span:first-child { color: var(--accent); font-weight: 700; }
.hero-index { position: absolute; right: -75px; bottom: 45%; transform: rotate(90deg); font-size: 10px; letter-spacing: .34em; color: #777; }

.section-dark { background: var(--black); color: #fff; }
.manifesto { padding: clamp(110px, 14vw, 220px) 0; }
.manifesto-grid { display: grid; grid-template-columns: 220px 1fr; gap: clamp(35px, 7vw, 120px); }
.section-kicker { display: flex; justify-content: space-between; gap: 24px; font-size: 11px; text-transform: uppercase; letter-spacing: .18em; font-weight: 700; padding-top: 9px; }
.section-dark .section-kicker { color: #aaa; }
.manifesto-content { max-width: 1120px; }
.manifesto-lead { margin: 0; font-size: clamp(40px, 5.5vw, 88px); line-height: 1.05; letter-spacing: -.055em; font-weight: 500; }
.manifesto-lead span { color: var(--accent); }
.manifesto-columns { margin-top: clamp(60px, 8vw, 110px); display: grid; grid-template-columns: 1fr 1fr; gap: clamp(35px, 6vw, 90px); color: #b7b7b3; }
.manifesto-columns p { margin: 0; font-size: clamp(16px, 1.3vw, 20px); }

.practice { padding: clamp(100px, 11vw, 170px) 0; }
.section-heading { display: grid; grid-template-columns: 220px 1fr; gap: clamp(35px, 7vw, 120px); align-items: start; margin-bottom: 70px; }
.section-heading h2, .project-copy h2, .play-copy h2, .journey-header h2, .contact-title h2 { margin: 0; font-size: clamp(46px, 5.6vw, 88px); line-height: .98; letter-spacing: -.06em; font-weight: 500; }
.practice-list { border-top: 1px solid var(--ink); }
.practice-row { display: grid; grid-template-columns: 80px minmax(250px, .8fr) 1.2fr 42px; gap: 30px; align-items: center; padding: 34px 0; border-bottom: 1px solid var(--line); transition: padding .25s ease, background .25s ease; }
.practice-row:hover { padding-inline: 16px; background: var(--soft); }
.practice-number { color: var(--accent); font-size: 12px; font-weight: 700; }
.practice-row h3 { margin: 0; font-size: clamp(23px, 2vw, 32px); letter-spacing: -.035em; font-weight: 600; }
.practice-row p { margin: 0; color: var(--muted); max-width: 650px; }
.practice-mark { font-size: 24px; color: var(--accent); transform: rotate(0deg); transition: transform .25s ease; }
.practice-row:hover .practice-mark { transform: rotate(45deg); }

.project-feature { padding: 0 0 clamp(110px, 13vw, 190px); }
.project-feature-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(40px, 7vw, 120px); align-items: end; }
.project-copy { padding-bottom: 42px; }
.project-copy .section-kicker { margin-bottom: 70px; border-top: 1px solid var(--ink); padding-top: 14px; }
.project-overline { color: var(--accent); text-transform: uppercase; letter-spacing: .16em; font-size: 11px; font-weight: 700; margin: 0 0 20px; }
.project-copy p:last-child { max-width: 520px; color: var(--muted); font-size: 18px; margin: 34px 0 0; }
.project-image { margin: 0; min-width: 0; }
.project-image img { width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; object-position: 35% 45%; background: var(--soft); }
.project-image figcaption { display: flex; justify-content: space-between; gap: 20px; margin-top: 12px; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; color: var(--muted); }

.section-soft { background: var(--soft); }
.play-feature { padding: clamp(100px, 12vw, 180px) 0; }
.play-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: clamp(45px, 8vw, 130px); align-items: center; }
.play-image { margin: 0; position: relative; min-width: 0; }
.play-image img { width: 100%; height: auto; aspect-ratio: 5 / 4; object-fit: cover; object-position: 55% 80%; background: var(--soft); }
.corner-note { position: absolute; top: 0; right: 0; background: var(--accent); color: #fff; width: 88px; height: 88px; display: grid; place-items: center; text-align: center; font-size: 10px; font-weight: 700; line-height: 1.3; letter-spacing: .13em; }
.play-copy .section-kicker { margin-bottom: 60px; border-top: 1px solid var(--ink); padding-top: 14px; }
.play-copy > p { color: var(--muted); max-width: 600px; font-size: 18px; margin: 34px 0 0; }
.play-copy blockquote { margin: 62px 0 0; padding: 0 0 0 22px; border-left: 3px solid var(--accent); font-size: clamp(21px, 2vw, 30px); line-height: 1.25; letter-spacing: -.035em; font-weight: 500; }

.arcture { padding: clamp(100px, 12vw, 180px) 0; overflow: hidden; }
.arcture-top { display: grid; grid-template-columns: 220px 1fr; gap: clamp(35px, 7vw, 120px); align-items: start; }
.arcture-top > p { margin: 0; color: var(--muted); font-size: 13px; text-transform: uppercase; letter-spacing: .14em; }
.arcture-link { margin: clamp(50px, 7vw, 100px) 0 clamp(55px, 8vw, 110px); position: relative; display: block; font-size: clamp(76px, 13vw, 210px); line-height: .72; letter-spacing: -.085em; font-weight: 500; }
.arcture-link > span { display: block; }
.arcture-link > span:nth-child(2) { color: var(--accent); padding-left: 10vw; }
.arcture-arrow { position: absolute; top: 8%; right: 2%; font-size: clamp(36px, 4.8vw, 80px); line-height: 1; letter-spacing: 0; color: var(--accent); transition: transform .3s ease; }
.arcture-link:hover .arcture-arrow { transform: translate(12px, -12px); }
.arcture-bottom { display: grid; grid-template-columns: .58fr 1.42fr; gap: clamp(38px, 8vw, 130px); align-items: start; }
.arcture-bottom > p { margin: 0; max-width: 390px; font-size: clamp(20px, 1.7vw, 28px); line-height: 1.35; letter-spacing: -.03em; }
.arcture-bottom strong { color: var(--accent); font-weight: 600; }
.arcture-image { margin: 0; min-width: 0; }
.arcture-image img { width: 100%; height: auto; aspect-ratio: 1233 / 853; object-fit: cover; background: var(--soft); }

.journey { padding: clamp(110px, 13vw, 190px) 0; }
.journey-header { display: grid; grid-template-columns: 220px 1fr; gap: clamp(35px, 7vw, 120px); }
.journey-header h2 { max-width: 1100px; }
.journey-track { margin-top: clamp(80px, 9vw, 140px); display: grid; grid-template-columns: auto 1fr auto 1fr auto; gap: 20px; align-items: start; }
.journey-stop { min-width: 190px; }
.journey-dot { display: block; width: 11px; height: 11px; border-radius: 50%; border: 2px solid var(--accent); margin-bottom: 23px; }
.journey-dot.active { background: var(--accent); box-shadow: 0 0 0 7px rgba(217,74,58,.13); }
.journey-place { display: block; font-size: 17px; font-weight: 600; }
.journey-stop p { color: #8f8f8a; font-size: 13px; margin: 5px 0 0; }
.journey-line { height: 1px; background: #363636; margin-top: 5px; }

.contact { padding: clamp(100px, 13vw, 190px) 0; }
.contact-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(55px, 9vw, 150px); align-items: start; }
.contact-title .section-kicker { margin-bottom: 70px; border-top: 1px solid var(--ink); padding-top: 14px; }
.contact-details { padding-top: 66px; }
.contact-intro { font-size: clamp(19px, 1.6vw, 26px); line-height: 1.45; letter-spacing: -.025em; margin: 0 0 55px; max-width: 760px; }
.contact-list { border-top: 1px solid var(--ink); }
.contact-list > a, .contact-static { display: grid; grid-template-columns: 120px 1fr 30px; gap: 20px; align-items: center; padding: 24px 0; border-bottom: 1px solid var(--line); }
.contact-list span { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .15em; font-weight: 700; }
.contact-list strong { font-size: clamp(17px, 1.45vw, 23px); font-weight: 500; letter-spacing: -.025em; min-width: 0; overflow-wrap: anywhere; }
.contact-list i { font-style: normal; color: var(--accent); font-size: 22px; transition: transform .2s ease; }
.contact-list a:hover i { transform: translate(5px, -5px); }
.social-row { display: flex; flex-wrap: wrap; gap: 18px 30px; margin-top: 42px; }
.social-row a { font-size: 13px; font-weight: 700; border-bottom: 1px solid var(--ink); padding-bottom: 5px; }

.site-footer { background: var(--accent); color: #fff; }
.footer-inner { min-height: 106px; display: grid; grid-template-columns: 1fr 1.5fr auto; gap: 30px; align-items: center; }
.footer-inner p, .footer-inner a { margin: 0; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; font-weight: 700; }
.footer-inner p:nth-child(2) { text-align: center; }
.footer-inner a { text-align: right; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s cubic-bezier(.2,.65,.2,1), transform .8s cubic-bezier(.2,.65,.2,1); }
.reveal.in-view { opacity: 1; transform: none; }
.image-reveal { clip-path: inset(0 0 12% 0); transition: opacity .9s ease, transform .9s ease, clip-path 1s cubic-bezier(.2,.65,.2,1); }
.image-reveal.in-view { clip-path: inset(0); }

/* Prevent grid children from overflowing their tracks */
.manifesto-grid > *, .section-heading > *, .project-feature-grid > *, .play-grid > *, .arcture-top > *, .arcture-bottom > *, .journey-header > *, .contact-grid > * { min-width: 0; }

@media (max-width: 1100px) {
  .hero-grid { gap: 36px; }
  .hero h1 { font-size: clamp(46px, 6.2vw, 72px); }
  .hero-index { display: none; }
  .manifesto-grid, .section-heading, .arcture-top, .journey-header { grid-template-columns: 160px minmax(0, 1fr); gap: 45px; }
  .project-feature-grid { grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 45px; }
  .play-grid { gap: 45px; }
  .practice-row { grid-template-columns: 56px minmax(200px,.7fr) 1.3fr 30px; }
  .arcture-bottom { grid-template-columns: minmax(0, .6fr) minmax(0, 1.4fr); gap: 50px; }
  .contact-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 50px; }
  .contact-list > a, .contact-static { grid-template-columns: 90px minmax(0, 1fr) 30px; }
}

@media (max-width: 840px) {
  .header-inner { min-height: 74px; }
  .brand { min-width: 0; }
  .brand-copy { display: none; }
  .brand-mark { width: 42px; height: 42px; }
  .menu-toggle { display: block; }
  .main-nav {
    position: fixed; top: 74px; left: 0; right: 0; height: calc(100svh - 74px);
    background: var(--paper); padding: 44px var(--gutter) 60px; display: flex; flex-direction: column; align-items: stretch; gap: 0;
    opacity: 0; visibility: hidden; transform: translateY(-10px); transition: opacity .25s ease, visibility .25s ease, transform .25s ease;
  }
  .main-nav.open { opacity: 1; visibility: visible; transform: none; }
  .main-nav a { font-size: clamp(30px, 8vw, 52px); line-height: 1.05; letter-spacing: -.05em; font-weight: 500; padding: 15px 0; border-bottom: 1px solid var(--line); }
  .nav-contact { margin-top: auto; font-size: 16px !important; letter-spacing: 0 !important; justify-content: space-between; padding: 18px !important; }
  .hero { padding-top: 74px; min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 54px; padding-bottom: 48px; }
  .hero-copy { padding-bottom: 0; }
  .eyebrow { margin-bottom: 38px; }
  .hero h1 { font-size: clamp(48px, 13vw, 86px); }
  .hero h1 > span { white-space: normal; }
  .hero-intro { font-size: 18px; margin-top: 28px; }
  .hero-visual figure { aspect-ratio: 4 / 3; max-height: none; min-height: 0; }
  .hero-visual img { object-position: 42% 30%; }
  .image-label { grid-template-columns: 50px 1fr auto; }

  .manifesto-grid, .section-heading, .project-feature-grid, .play-grid, .arcture-top, .arcture-bottom, .journey-header, .contact-grid { grid-template-columns: 1fr; }
  .manifesto-grid, .section-heading, .project-feature-grid, .play-grid, .arcture-top, .arcture-bottom, .journey-header, .contact-grid { gap: 40px; }
  .manifesto-columns { grid-template-columns: 1fr; gap: 26px; }
  .section-heading { margin-bottom: 52px; }
  .section-kicker { border-top: 1px solid currentColor; padding-top: 12px; }
  .practice-row { grid-template-columns: 44px 1fr 30px; gap: 18px; align-items: start; }
  .practice-row p { grid-column: 2 / 4; }
  .practice-row:hover { padding-inline: 0; background: transparent; }
  .project-copy .section-kicker, .play-copy .section-kicker, .contact-title .section-kicker { margin-bottom: 42px; }
  .project-feature-grid { gap: 30px; }
  .project-copy { padding-bottom: 0; }
  .play-image { order: 2; }
  .play-copy { order: 1; }
  .arcture-link { font-size: clamp(66px, 21vw, 138px); line-height: .78; margin-top: 30px; }
  .arcture-link > span:nth-child(2) { padding-left: 8vw; }
  .arcture-bottom > p { max-width: 600px; }
  .journey-track { grid-template-columns: 1fr; gap: 0; }
  .journey-stop { position: relative; padding-left: 36px; padding-bottom: 42px; }
  .journey-dot { position: absolute; left: 0; top: 6px; }
  .journey-line { width: 1px; height: 44px; margin: -34px 0 0 5px; }
  .contact-details { padding-top: 0; }
  .footer-inner { grid-template-columns: 1fr auto; padding-block: 22px; }
  .footer-inner p:nth-child(2) { display: none; }
}

@media (max-width: 520px) {
  :root { --gutter: 18px; }
  .hero h1 { font-size: clamp(45px, 15vw, 74px); line-height: .91; }
  .hero-actions { flex-direction: column; align-items: flex-start; }
  .hero-visual figure { aspect-ratio: 4 / 5; }
  .hero-visual img { object-position: 38% 30%; }
  .image-label { font-size: 9px; grid-template-columns: 38px 1fr auto; gap: 8px; }
  .manifesto, .practice, .play-feature, .arcture, .journey, .contact { padding-block: 88px; }
  .manifesto-lead, .section-heading h2, .project-copy h2, .play-copy h2, .journey-header h2, .contact-title h2 { font-size: clamp(40px, 12vw, 62px); }
  .practice-row { padding: 24px 0; }
  .practice-number { padding-top: 4px; }
  .project-feature { padding-bottom: 88px; }
  .project-image img, .play-image img { aspect-ratio: 4 / 3.4; }
  .project-image figcaption { flex-direction: column; gap: 4px; }
  .corner-note { width: 72px; height: 72px; font-size: 9px; }
  .arcture-link { font-size: clamp(52px, 18vw, 96px); padding-right: 40px; }
  .arcture-arrow { top: 0; right: 0; font-size: 34px; }
  .contact-list > a, .contact-static { grid-template-columns: 1fr 30px; gap: 8px 14px; }
  .contact-list span { grid-column: 1; }
  .contact-list strong { grid-column: 1; }
  .contact-list i { grid-column: 2; grid-row: 1 / 3; align-self: center; }
  .social-row { flex-direction: column; align-items: flex-start; }
}

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

/* ===== Unified typography system (overrides above) ===== */
:root {
  --fs-display: clamp(40px, 5.4vw, 92px);   /* hero h1 */
  --fs-h2: clamp(32px, 4.6vw, 76px);        /* section titles */
  --fs-lead: clamp(19px, 1.6vw, 26px);      /* intros, leads */
  --fs-body: clamp(16px, 1.1vw, 18px);
  --fs-small: 13px;
  --fs-label: 11px;
  --lh-display: 1.02;
  --lh-heading: 1.08;
  --lh-lead: 1.5;
  --lh-body: 1.65;
}
body { font-size: var(--fs-body); line-height: var(--lh-body); }

.hero h1 { font-size: var(--fs-display); line-height: var(--lh-display); letter-spacing: -.045em; }
.manifesto-lead, .section-heading h2, .project-copy h2, .play-copy h2, .journey-header h2, .contact-title h2 {
  font-size: var(--fs-h2); line-height: var(--lh-heading); letter-spacing: -.04em;
}
.hero-intro, .contact-intro, .arcture-bottom > p { font-size: var(--fs-lead); line-height: var(--lh-lead); letter-spacing: -.015em; }
.manifesto-columns p, .practice-row p, .project-copy p:last-child, .play-copy > p { font-size: var(--fs-body); line-height: var(--lh-body); }
.practice-row h3 { font-size: clamp(21px, 1.9vw, 30px); line-height: 1.2; letter-spacing: -.025em; }
.play-copy blockquote { font-size: clamp(20px, 1.9vw, 28px); line-height: 1.4; letter-spacing: -.02em; }
.contact-list strong { font-size: clamp(16px, 1.4vw, 22px); line-height: 1.4; }
.journey-place { line-height: 1.35; }
.journey-stop p { line-height: 1.5; }
.arcture-link { font-size: clamp(60px, 12vw, 190px); line-height: .92; letter-spacing: -.06em; }
.brand-copy { line-height: 1.3; }
.corner-note { line-height: 1.45; }

@media (max-width: 840px) {
  :root { --fs-display: clamp(44px, 8vw, 64px); --fs-h2: clamp(34px, 6.2vw, 52px); }
  .main-nav a { font-size: clamp(28px, 7vw, 44px); line-height: 1.2; letter-spacing: -.03em; }
  .hero-intro, .contact-intro, .arcture-bottom > p { font-size: 18px; }
}

@media (max-width: 520px) {
  :root {
    --fs-display: clamp(38px, 11.5vw, 48px);
    --fs-h2: clamp(30px, 8.6vw, 38px);
    --fs-body: 16px;
    --lh-display: 1.05;
    --lh-heading: 1.12;
  }
  .hero-intro, .contact-intro, .arcture-bottom > p { font-size: 17px; }
  .practice-row h3 { font-size: 21px; }
  .play-copy blockquote { font-size: 20px; }
  .arcture-link { font-size: clamp(46px, 15vw, 64px); line-height: .98; }
  .manifesto-columns { gap: 20px; }
  .manifesto-columns p + p { margin-top: 0; }
  .main-nav a { font-size: 30px; }
}

/* ===== Image framing: every image fills its frame (cover) ===== */
.hero-visual figure, .project-image, .play-image, .arcture-image { position: relative; overflow: hidden; background: var(--soft); }
.hero-visual figure img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.project-image img, .play-image img, .arcture-image img { display: block; width: 100%; height: auto; object-fit: cover; }
.project-image { overflow: visible; background: none; }

@media (max-width: 840px) {
  .hero-visual figure { aspect-ratio: 16 / 11; max-height: none; min-height: 0; }
  .project-image img, .play-image img, .arcture-image img { aspect-ratio: 4 / 3; }
}
@media (max-width: 520px) {
  .hero-visual figure { aspect-ratio: 5 / 4; }
  .hero-visual img { object-position: 40% 25%; }
  .project-image img, .play-image img, .arcture-image img { aspect-ratio: 4 / 3; }
}

/* ===== Mobile hero redesign ===== */
.brand-mark { display: flex; align-items: center; justify-content: center; white-space: nowrap; }
@media (max-width: 840px) {
  .hero-grid { padding-top: 20px; gap: 28px; padding-bottom: 56px; }
  .hero-visual { order: -1; margin-inline: calc(var(--gutter) * -1); }
  .hero-visual figure { aspect-ratio: 4 / 3; }
  .hero-visual img { object-position: 40% 20%; }
  .image-label { padding: 10px var(--gutter) 0; }
  .eyebrow { margin-bottom: 18px; }
  .hero h1 > span { display: inline; }
  .hero h1 > span::after { content: " "; }
  .hero-intro { margin-top: 20px; color: var(--muted); }
  .hero-actions { margin-top: 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
  .hero-actions .text-link { justify-content: space-between; gap: 10px; padding: 15px 16px; border: 1px solid var(--ink); font-size: 13px; }
  .hero-actions .text-link:first-child { background: var(--ink); color: #fff; }
  .hero-actions .text-link.muted { color: var(--ink); }
}
@media (max-width: 520px) {
  :root { --fs-display: clamp(34px, 10vw, 42px); }
  .hero-visual figure { aspect-ratio: 4 / 3; }
  .hero-actions { flex-direction: row; grid-template-columns: 1fr; }
}

/* ===== Mobile sections polish ===== */
@media (max-width: 840px) {
  /* consistent rhythm */
  .manifesto, .practice, .play-feature, .arcture, .journey, .contact { padding-block: 80px; }
  .project-feature { padding-bottom: 80px; }
  .section-kicker { margin-bottom: 28px !important; }
  .manifesto-grid, .section-heading, .project-feature-grid, .play-grid, .arcture-top, .journey-header, .contact-grid { gap: 0; }
  .section-heading { margin-bottom: 36px; }

  /* About */
  .manifesto-columns { margin-top: 36px; gap: 18px; }

  /* Practice */
  .practice-row { grid-template-columns: 36px 1fr 24px; gap: 8px 12px; padding: 22px 0; }
  .practice-row h3 { align-self: center; }
  .practice-mark { font-size: 20px; align-self: center; }
  .practice-row p { grid-column: 2 / 4; font-size: 15px; }

  /* Selected practice */
  .project-overline { margin-bottom: 12px; }
  .project-copy p:last-child { margin-top: 18px; }
  .project-feature-grid { gap: 32px; }
  .project-image figcaption { flex-direction: row; font-size: 10px; }

  /* Play */
  .play-grid { gap: 32px; }
  .play-copy > p { margin-top: 18px; }
  .play-copy blockquote { margin-top: 28px; padding-left: 16px; }

  /* ARcture */
  .arcture-top > p { margin-top: -12px; font-size: 11px; }
  .arcture-link { margin: 28px 0 32px; }
  .arcture-bottom { gap: 24px; }

  /* Journey */
  .journey-track { margin-top: 44px; }
  .journey-stop { padding-bottom: 32px; min-width: 0; }

  /* Contact */
  .contact-title h2 br { display: none; }
  .contact-details { padding-top: 28px; }
  .contact-intro { margin-bottom: 32px; }
  .social-row { flex-direction: row; gap: 10px; margin-top: 28px; }
  .social-row a { flex: 1; text-align: center; padding: 13px 8px; border: 1px solid var(--ink); font-size: 12px; }

  /* Footer */
  .footer-inner { min-height: 0; padding-block: 24px; gap: 12px; }
}
@media (max-width: 520px) {
  .manifesto, .practice, .play-feature, .arcture, .journey, .contact { padding-block: 64px; }
  .project-feature { padding-bottom: 64px; }
  .project-image figcaption { flex-direction: row; }
  .contact-list > a, .contact-static { padding: 18px 0; }
  .social-row { flex-direction: row; }
}

/* ===== Tablet refinements ===== */
@media (min-width: 841px) and (max-width: 1100px) {
  .manifesto-grid, .section-heading, .arcture-top, .journey-header { grid-template-columns: minmax(0, 1fr); gap: 0; }
  .section-kicker { border-top: 1px solid currentColor; padding-top: 12px; margin-bottom: 36px; }
  .manifesto, .practice, .play-feature, .arcture, .journey, .contact { padding-block: 104px; }
  .project-feature { padding-bottom: 104px; }
  .manifesto-columns { margin-top: 48px; }
  .arcture-top > p { margin-top: -20px; }
  .arcture-link { margin: 40px 0 56px; }
  .journey-track { margin-top: 64px; }
  .journey-stop { min-width: 0; }
}
@media (min-width: 841px) and (max-width: 1024px) {
  .arcture-bottom, .contact-grid { grid-template-columns: minmax(0, 1fr); gap: 36px; }
  .arcture-bottom > p { max-width: 640px; }
  .contact-details { padding-top: 0; }
  .contact-title h2 br { display: none; }
  .practice-row { grid-template-columns: 44px minmax(0, .8fr) minmax(0, 1.2fr) 26px; gap: 20px; }
}
@media (min-width: 521px) and (max-width: 840px) {
  .hero-visual figure { aspect-ratio: 16 / 10; }
  .hero-actions { max-width: 560px; }
  .manifesto-columns { grid-template-columns: 1fr 1fr; gap: 32px; }
  .contact-list > a, .contact-static { grid-template-columns: 120px minmax(0, 1fr) 30px; }
}

/* ===== Smooth scroll (Lenis) ===== */
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-stopped { overflow: hidden; }

/* ===== First-visit loader ===== */
.loader { display: none; }
.first-visit .loader {
  position: fixed; inset: 0; z-index: 10000; display: flex; flex-direction: column; justify-content: space-between;
  padding: clamp(24px, 4vw, 56px) var(--gutter); background: var(--black); color: #fff;
  transition: transform 1s cubic-bezier(.76,0,.24,1);
}
.first-visit body { overflow: hidden; }
.loader-inner { margin-top: auto; margin-bottom: auto; display: grid; gap: 14px; }
.loader-mark { font-size: clamp(64px, 12vw, 160px); font-weight: 600; letter-spacing: -.06em; line-height: 1; opacity: 0; transform: translateY(30px); animation: loaderIn .9s cubic-bezier(.2,.65,.2,1) .1s forwards; }
.loader-mark span { color: var(--accent); }
.loader-name { font-size: clamp(18px, 2vw, 26px); font-weight: 500; letter-spacing: -.02em; opacity: 0; animation: loaderIn .9s cubic-bezier(.2,.65,.2,1) .3s forwards; }
.loader-tag { font-size: 11px; text-transform: uppercase; letter-spacing: .18em; color: #8f8f8a; opacity: 0; animation: loaderIn .9s cubic-bezier(.2,.65,.2,1) .45s forwards; }
.loader-bottom { display: flex; align-items: center; gap: 24px; }
.loader-bar { flex: 1; height: 1px; background: #2a2a2a; overflow: hidden; }
.loader-bar i { display: block; height: 100%; width: 0; background: var(--accent); }
.loader-count { font-size: 12px; font-weight: 700; letter-spacing: .12em; min-width: 4ch; text-align: right; font-variant-numeric: tabular-nums; }
.loader.done { transform: translateY(-100%); }
@keyframes loaderIn { to { opacity: 1; transform: none; } }

/* hero enters after loader */
.first-visit .hero .reveal { transition-delay: .25s; }
.first-visit .hero .hero-visual { transition-delay: .4s; }

/* ===== Custom scrollbar ===== */
html { scrollbar-width: thin; scrollbar-color: var(--ink) transparent; }
::-webkit-scrollbar { width: 8px; height: 8px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: rgba(17,17,17,.55); border-radius: 8px; border: 2px solid transparent; background-clip: padding-box; }
::-webkit-scrollbar-thumb:hover { background: var(--accent); background-clip: padding-box; }
::-webkit-scrollbar-corner { background: transparent; }

/* ===== Footer credit ===== */
.footer-credit { display: flex; justify-content: center; padding-block: 16px 20px; border-top: 1px solid rgba(255,255,255,.28); }
.footer-credit a { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.8); transition: color .25s ease; }
.footer-credit span { font-weight: 500; }
.footer-credit strong { font-weight: 700; color: #fff; position: relative; }
.footer-credit strong::after { content: ""; position: absolute; left: 0; right: 0; bottom: -3px; height: 1px; background: #fff; transform: scaleX(0); transform-origin: right; transition: transform .3s ease; }
.footer-credit i { font-style: normal; display: inline-block; transition: transform .25s ease; }
.footer-credit a:hover { color: #fff; }
.footer-credit a:hover strong::after { transform: scaleX(1); transform-origin: left; }
.footer-credit a:hover i { transform: translate(3px, -3px); }
@media (max-width: 520px) {
  .footer-credit a { flex-wrap: wrap; justify-content: center; font-size: 10px; letter-spacing: .1em; text-align: center; }
}

/* Force arrows to render as text, not emoji (iOS) */
body { font-variant-emoji: text; }
