/*
 * GoldAidea — cinematic experience layer
 * Standalone CSS for index.html. Portfolio templates remain independent.
 */

:root {
  --night: #010805;
  --night-2: #03110c;
  --emerald: #0a3828;
  --emerald-bright: #166145;
  --gold: #d7a844;
  --gold-light: #f6dc8e;
  --gold-deep: #8f5e10;
  --ivory: #f3f0e8;
  --muted: rgba(243, 240, 232, .58);
  --hairline: rgba(246, 220, 142, .16);
  --white-line: rgba(255, 255, 255, .1);
  --shell: min(92vw, 1480px);
  --serif: "Bodoni 72", Didot, "Iowan Old Style", "Times New Roman", serif;
  --sans: "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { overflow-y: auto; scroll-behavior: smooth; scroll-padding-top: 88px; overscroll-behavior-y: auto; background: var(--night); color-scheme: dark; }
body { margin: 0; min-width: 320px; overflow-x: hidden; overflow-y: visible; touch-action: pan-y; color: var(--ivory); background: var(--night); font-family: var(--sans); font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img, video, canvas, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea { color: inherit; font: inherit; }
button { border: 0; }
::selection { color: var(--night); background: var(--gold-light); }
:focus-visible { outline: 2px solid var(--gold-light); outline-offset: 5px; }
.shell { width: var(--shell); margin-inline: auto; }
.fallback-host { background: radial-gradient(circle at 65% 35%, rgba(22,97,69,.42), transparent 34%), linear-gradient(145deg,#061b13,#010805); }
.fallback-host.is-missing > img,
.fallback-host.is-missing > video { visibility: hidden; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 9999; padding: 10px 16px; border-radius: 100px; color: var(--night); background: var(--gold-light); transform: translateY(-150%); transition: transform .25s ease; }
.skip-link:focus { transform: none; }

/* Global cinematic atmosphere */
.ambient { position: fixed; inset: 0; z-index: -5; overflow: hidden; pointer-events: none; background: var(--night); transition: background-color 1.2s var(--ease); }
.ambient__glow { position: absolute; top: -28vw; right: -18vw; width: 78vw; aspect-ratio: 1; border-radius: 50%; opacity: .65; background: radial-gradient(circle, rgba(19, 94, 63, .32), rgba(3, 17, 12, .08) 46%, transparent 70%); filter: blur(22px); }
.ambient__grain { position: absolute; inset: -50%; opacity: .045; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.92' numOctaves='4' stitchTiles='stitchTiles'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.62'/%3E%3C/svg%3E"); animation: grain .28s steps(2) infinite; }
.ambient__vignette { position: absolute; inset: 0; background: radial-gradient(circle at 50% 38%, transparent 30%, rgba(0, 0, 0, .62) 120%); }
.scroll-progress { position: fixed; top: 0; left: 0; z-index: 1200; width: 100%; height: 2px; pointer-events: none; }
.scroll-progress span { display: block; width: 100%; height: 100%; background: linear-gradient(90deg, var(--gold-deep), var(--gold-light), var(--gold)); box-shadow: 0 0 18px rgba(246,220,142,.55); transform: scaleX(0); transform-origin: left; }
.page-transition { position: fixed; inset: 0; z-index: 1500; pointer-events: none; background: var(--night); transform: scaleY(0); transform-origin: bottom; transition: transform .55s var(--ease); }
.page-transition.is-active { transform: scaleY(1); }

@keyframes grain { 0%{transform:translate(0)} 25%{transform:translate(2%,-3%)} 50%{transform:translate(-3%,2%)} 75%{transform:translate(3%,3%)} 100%{transform:translate(-2%,-2%)} }

/* Cursor is decorative and never replaces the native pointer */
.cursor { position: fixed; top: 0; left: 0; z-index: 1400; width: 10px; height: 10px; border-radius: 50%; pointer-events: none; opacity: 0; background: var(--gold-light); box-shadow: 0 0 22px rgba(246,220,142,.65); transform: translate(-50%,-50%); transition: width .35s var(--ease), height .35s var(--ease), opacity .25s ease, background .25s ease; }
.cursor::after { position: absolute; inset: -13px; border: 1px solid rgba(246,220,142,.36); border-radius: inherit; content: ""; }
.cursor.is-visible { opacity: .85; }
.cursor.is-link { width: 34px; height: 34px; background: rgba(215,168,68,.12); backdrop-filter: blur(5px); }
.cursor.is-project { width: 84px; height: 84px; color: var(--night); background: var(--gold-light); }
.cursor__label { position: absolute; top: 50%; left: 50%; display: none; font-size: .54rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; transform: translate(-50%,-50%); }
.cursor.is-project .cursor__label { display: block; }

/* Header */
.site-header { position: fixed; top: 0; left: 0; z-index: 1100; display: grid; grid-template-columns: 1fr auto 1fr; width: 100%; height: 90px; align-items: center; padding-inline: 4vw; border-bottom: 1px solid transparent; transition: transform .55s var(--ease), height .4s var(--ease), background .4s ease, border-color .4s ease; }
.site-header.is-solid { height: 72px; border-color: var(--white-line); background: rgba(1,8,5,.74); backdrop-filter: blur(18px); }
.site-header.is-hidden { transform: none; }
.brand { display: inline-flex; width: clamp(158px,13vw,188px); align-items: center; gap: 12px; }
.brand .brand__logo { width: 100%; height: auto; object-fit: contain; filter: drop-shadow(0 5px 12px rgba(0,0,0,.4)); }
.primary-nav { display: flex; align-items: center; gap: clamp(24px,2.5vw,48px); }
.primary-nav a { position: relative; color: rgba(243,240,232,.55); font-size: .63rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; transition: color .3s ease; }
.primary-nav a::after { position: absolute; right: 0; bottom: -8px; width: 0; height: 1px; background: var(--gold); content: ""; transition: width .35s var(--ease); }
.primary-nav a:hover { color: var(--ivory); }
.primary-nav a:hover::after { right: auto; left: 0; width: 100%; }
.header-cta { justify-self: end; }
.header-cta a { display: inline-flex; align-items: center; gap: 14px; padding: 11px 17px; border: 1px solid var(--hairline); border-radius: 100px; font-size: .61rem; font-weight: 650; letter-spacing: .13em; text-transform: uppercase; transition: color .35s ease, background .35s ease, border-color .35s ease; }
.header-cta a:hover { border-color: var(--gold-light); color: var(--night); background: var(--gold-light); }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 0; border: 1px solid var(--hairline); border-radius: 50%; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 15px; height: 1px; margin: 4px auto; background: var(--ivory); transition: transform .3s ease; }

/* Shared type and controls */
.eyebrow { margin: 0 0 24px; color: var(--gold-light); font-size: .64rem; font-weight: 650; line-height: 1.2; letter-spacing: .2em; text-transform: uppercase; }
.display { margin: 0; font-family: var(--serif); font-size: clamp(4rem,8vw,9rem); font-weight: 400; line-height: .86; letter-spacing: -.06em; }
.lead { max-width: 670px; margin: 0; color: var(--muted); font-size: clamp(1rem,1.35vw,1.28rem); font-weight: 300; line-height: 1.8; }
.button { position: relative; display: inline-flex; min-width: 185px; min-height: 54px; align-items: center; justify-content: space-between; gap: 28px; padding: 8px 9px 8px 21px; overflow: hidden; border: 1px solid var(--hairline); border-radius: 100px; font-size: .63rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; transition: border-color .35s ease, color .35s ease, background .35s ease; }
.button::before { position: absolute; inset: 0; background: var(--gold-light); content: ""; transform: translateX(-102%); transition: transform .45s var(--ease); }
.button span,.button b { position: relative; z-index: 1; }
.button b { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 50%; background: rgba(255,255,255,.08); font-size: .9rem; transition: transform .4s var(--ease); }
.button:hover { border-color: var(--gold-light); color: var(--night); }
.button:hover::before { transform: none; }
.button:hover b { background: rgba(1,8,5,.12); transform: rotate(45deg); }
.button--gold { border-color: transparent; color: var(--night); background: linear-gradient(115deg,var(--gold-light),var(--gold)); }
.button--gold::before { background: var(--ivory); }
.section-index { display: flex; align-items: center; gap: 15px; color: rgba(243,240,232,.38); font-size: .58rem; letter-spacing: .15em; text-transform: uppercase; }
.section-index::after { width: 60px; height: 1px; background: var(--hairline); content: ""; }
.reveal-line { overflow: hidden; }
.reveal-line > span { display: block; }

/* Hero */
.hero { position: relative; min-height: 100svh; overflow: hidden; isolation: isolate; }
.hero__backdrop { position: absolute; inset: 0; z-index: -3; overflow: hidden; background: radial-gradient(circle at 70% 45%,#0c3828 0%,#03110c 33%,#010805 70%); }
.hero__backdrop video { width: 100%; height: 100%; object-fit: cover; opacity: .44; filter: saturate(.82) contrast(1.08); transition: opacity .7s ease; }
.hero__backdrop video.is-changing { opacity: 0; }
.hero__backdrop::after { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(1,8,5,.86) 0%,rgba(1,8,5,.44) 45%,rgba(1,8,5,.1) 78%),linear-gradient(0deg,rgba(1,8,5,.84),transparent 45%); content: ""; }
.hero__content { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(240px,.42fr); min-height: 100svh; align-items: end; gap: 6vw; padding-top: 140px; padding-bottom: 8vh; }
.hero__main { position: relative; z-index: 2; }
.hero__title { margin: 0; max-width: 1000px; font-family: var(--serif); font-size: clamp(5.2rem,10.6vw,12rem); font-weight: 400; line-height: .75; letter-spacing: -.072em; }
.hero__title span { display: block; }
.hero__title .gold { width: max-content; color: var(--gold-light); font-style: italic; }
.hero__title .small { margin-top: 24px; color: var(--ivory); font-family: var(--sans); font-size: clamp(.85rem,1.05vw,1.1rem); font-style: normal; font-weight: 450; line-height: 1.2; letter-spacing: .2em; text-transform: uppercase; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 42px; }
.hero__aside { position: relative; z-index: 2; padding-bottom: 4px; }
.hero__aside p { margin: 0; color: rgba(243,240,232,.66); font-family: var(--serif); font-size: clamp(1.2rem,1.8vw,1.75rem); line-height: 1.45; }
.hero__meta { display: flex; justify-content: space-between; gap: 20px; margin-top: 36px; padding-top: 20px; border-top: 1px solid var(--hairline); color: rgba(243,240,232,.34); font-size: .55rem; letter-spacing: .14em; text-transform: uppercase; }
.hero__scroll { position: absolute; right: 4vw; bottom: 28px; display: flex; align-items: center; gap: 12px; color: rgba(243,240,232,.38); font-size: .56rem; letter-spacing: .14em; text-transform: uppercase; writing-mode: vertical-rl; }
.hero__scroll i { display: block; width: 1px; height: 54px; background: linear-gradient(var(--gold),transparent); }

/* Studio thesis */
.thesis { position: relative; min-height: 170vh; }
.thesis__sticky { position: sticky; top: 0; display: grid; min-height: 100svh; align-content: center; overflow: hidden; }
.thesis__grid { display: grid; grid-template-columns: .25fr 1fr; gap: 7vw; align-items: start; }
.thesis__statement { max-width: 1160px; font-family: var(--serif); font-size: clamp(3.4rem,7.4vw,8.4rem); font-weight: 400; line-height: .92; letter-spacing: -.055em; }
.thesis__statement p { margin: 0; color: rgba(243,240,232,.2); }
.thesis__statement .is-lit { color: var(--ivory); }
.thesis__statement em { color: var(--gold-light); font-weight: 400; }
.thesis__facts { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin-top: 80px; border-top: 1px solid var(--white-line); border-bottom: 1px solid var(--white-line); background: var(--white-line); }
.thesis__fact { min-height: 160px; padding: 28px; background: rgba(1,8,5,.88); }
.thesis__fact b { display: block; color: var(--gold-light); font-family: var(--serif); font-size: 2.8rem; font-weight: 400; }
.thesis__fact span { display: block; max-width: 220px; margin-top: 18px; color: rgba(243,240,232,.45); font-size: .72rem; line-height: 1.65; }

/* Capabilities as a kinetic index, not cards */
.capabilities { position: relative; padding: 170px 0 190px; }
.capabilities__head { display: grid; grid-template-columns: 1fr .55fr; gap: 8vw; align-items: end; margin-bottom: 100px; }
.capabilities__head .display { max-width: 950px; }
.capabilities__list { position: relative; border-top: 1px solid var(--white-line); }
.capability { position: relative; z-index: 2; display: grid; grid-template-columns: 70px minmax(220px,1fr) minmax(260px,.55fr) 52px; gap: 28px; align-items: center; min-height: 132px; border-bottom: 1px solid var(--white-line); transition: padding .45s var(--ease), color .35s ease; }
.capability::before { position: absolute; inset: 0; z-index: -1; background: rgba(246,220,142,.035); content: ""; transform: scaleY(0); transform-origin: bottom; transition: transform .5s var(--ease); }
.capability:hover { padding-inline: 18px; }
.capability:hover::before { transform: scaleY(1); }
.capability__number { color: var(--gold); font-size: .61rem; letter-spacing: .13em; }
.capability h3 { margin: 0; font-family: var(--serif); font-size: clamp(2.3rem,4.5vw,5.2rem); font-weight: 400; line-height: .9; letter-spacing: -.045em; }
.capability p { margin: 0; color: rgba(243,240,232,.43); font-size: .8rem; line-height: 1.7; }
.capability__arrow { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--hairline); border-radius: 50%; color: var(--gold-light); transition: transform .35s var(--ease),background .35s ease,color .35s ease; }
.capability:hover .capability__arrow { color: var(--night); background: var(--gold-light); transform: rotate(45deg); }
.capabilities__preview { position: fixed; top: 50%; right: 5vw; z-index: 1; width: min(32vw,480px); aspect-ratio: 4/5; overflow: hidden; opacity: 0; pointer-events: none; transform: translateY(-46%) scale(.94); transition: opacity .4s ease,transform .55s var(--ease); }
.capabilities__preview.is-visible { opacity: .88; transform: translateY(-50%) scale(1); }
.capabilities__preview img { width: 100%; height: 100%; object-fit: cover; }
.capabilities__preview::after { position: absolute; inset: 0; border: 1px solid var(--hairline); background: linear-gradient(0deg,rgba(1,8,5,.35),transparent); content: ""; }

/* Spatial showcase */
.spatial { position: relative; min-height: 140vh; }
.spatial__sticky { position: sticky; top: 0; display: grid; min-height: 100svh; align-items: center; overflow: hidden; isolation: isolate; }
.spatial__media { position: absolute; inset: 0; z-index: -2; }
.spatial__media img { width: 100%; height: 100%; object-fit: cover; opacity: .58; filter: saturate(.72) contrast(1.08); transform: scale(1.12); }
.spatial__media::after { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(1,8,5,.94) 0%,rgba(1,8,5,.55) 50%,rgba(1,8,5,.22)),linear-gradient(0deg,rgba(1,8,5,.82),transparent 58%); content: ""; }
.spatial__grid { display: grid; grid-template-columns: .7fr 1.3fr; align-items: center; gap: 8vw; }
.spatial__copy { max-width: 720px; }
.spatial__copy .lead { margin-top: 36px; }
.spatial__specs { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 48px; background: var(--white-line); }
.spatial__spec { min-height: 105px; padding: 22px; background: rgba(2,15,10,.76); backdrop-filter: blur(10px); }
.spatial__spec b { display: block; color: var(--gold-light); font-size: .58rem; letter-spacing: .14em; text-transform: uppercase; }
.spatial__spec span { display: block; margin-top: 12px; color: rgba(243,240,232,.52); font-size: .75rem; }

/* Product disciplines */
.disciplines { padding: 170px 0; }
.disciplines__head { display: grid; grid-template-columns: 1fr .55fr; gap: 8vw; align-items: end; margin-bottom: 90px; }
.discipline { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 78vh; margin-top: 34px; border: 1px solid var(--white-line); overflow: hidden; }
.discipline:nth-child(even) { grid-template-columns: .95fr 1.05fr; }
.discipline:nth-child(even) .discipline__media { order: 2; }
.discipline__media { position: relative; min-height: 600px; overflow: hidden; background: #03110c; }
.discipline__media img,.chapter-film { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1.4s var(--ease),filter .7s ease,opacity .8s ease; }
.chapter-film { z-index: 1; opacity: 0; filter: saturate(.86) contrast(1.04); }
.chapter-film.is-ready { opacity: 1; }
.chapter-film.is-failed { display: none; }
.discipline:hover .discipline__media img,.discipline:hover .chapter-film { transform: scale(1.045); filter: brightness(1.08) saturate(.92); }
.discipline__media::after { position: absolute; inset: 0; z-index: 2; pointer-events: none; background: linear-gradient(0deg,rgba(1,8,5,.45),transparent 45%); content: ""; }
.chapter-film__label { position: absolute; right: 24px; bottom: 22px; z-index: 3; padding: 8px 11px; border: 1px solid rgba(246,220,142,.22); border-radius: 100px; color: rgba(243,240,232,.72); background: rgba(1,8,5,.42); backdrop-filter: blur(12px); font-size: .54rem; letter-spacing: .13em; text-transform: uppercase; }
.discipline__content { display: flex; flex-direction: column; justify-content: space-between; padding: clamp(38px,6vw,90px); background: rgba(3,17,12,.72); }
.discipline__content h3 { margin: 0; font-family: var(--serif); font-size: clamp(3.4rem,6vw,7rem); font-weight: 400; line-height: .86; letter-spacing: -.055em; }
.discipline__content p { max-width: 520px; margin: 32px 0 0; color: var(--muted); font-size: .95rem; line-height: 1.8; }
.discipline__tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 50px; }
.discipline__tags span { padding: 8px 11px; border: 1px solid var(--hairline); border-radius: 100px; color: rgba(243,240,232,.5); font-size: .56rem; letter-spacing: .11em; text-transform: uppercase; }

/* Project worlds */
.projects { padding: 170px 0 100px; }
.projects__head { display: grid; grid-template-columns: 1fr .48fr; gap: 7vw; align-items: end; margin-bottom: 110px; }
.project-world { position: relative; width: min(94vw,1620px); min-height: 92svh; margin: 0 auto 7vh; overflow: hidden; border-radius: 2px; perspective: 1400px; }
.project-world__link { position: absolute; inset: 0; z-index: 3; display: grid; align-content: end; padding: clamp(28px,5vw,78px); }
.project-world__media { position: absolute; inset: 0; transform-style: preserve-3d; transition: transform .8s var(--ease); }
.project-world__media img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.04); transition: transform 1.4s var(--ease),filter .7s ease; }
.project-world::after { position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(0deg,rgba(1,8,5,.94) 0%,rgba(1,8,5,.24) 52%,rgba(1,8,5,.08)),linear-gradient(90deg,rgba(1,8,5,.28),transparent 45%); content: ""; }
.project-world:hover .project-world__media img { transform: scale(1.08); filter: brightness(1.07) saturate(1.05); }
.project-world__top { position: absolute; top: clamp(24px,4vw,55px); right: clamp(24px,4vw,55px); z-index: 3; display: flex; gap: 8px; }
.project-world__top span { padding: 9px 13px; border: 1px solid rgba(255,255,255,.16); border-radius: 100px; background: rgba(1,8,5,.35); backdrop-filter: blur(12px); font-size: .57rem; letter-spacing: .11em; text-transform: uppercase; }
.project-world__meta { display: flex; justify-content: space-between; gap: 30px; align-items: end; }
.project-world__meta h3 { margin: 0; font-family: var(--serif); font-size: clamp(4.4rem,9vw,10rem); font-weight: 400; line-height: .78; letter-spacing: -.065em; }
.project-world__meta p { max-width: 330px; margin: 0 0 8px; color: rgba(243,240,232,.63); font-size: .8rem; line-height: 1.7; text-align: right; }
.projects__more { display: flex; justify-content: center; padding: 65px 0 20px; }

/* Process */
.process { padding: 170px 0; }
.process__head { display: grid; grid-template-columns: 1fr .55fr; gap: 8vw; align-items: end; margin-bottom: 100px; }
.process__line { display: grid; grid-template-columns: repeat(5,1fr); border-top: 1px solid var(--hairline); }
.process-step { position: relative; min-height: 360px; padding: 30px 28px 36px 0; border-right: 1px solid var(--white-line); }
.process-step + .process-step { padding-left: 28px; }
.process-step:last-child { border-right: 0; }
.process-step::before { position: absolute; top: -5px; left: 0; width: 9px; height: 9px; border: 2px solid var(--gold); border-radius: 50%; background: var(--night); content: ""; }
.process-step span { color: var(--gold); font-family: var(--serif); font-size: 1.35rem; }
.process-step h3 { margin: 120px 0 18px; font-family: var(--serif); font-size: 2.2rem; font-weight: 400; }
.process-step p { margin: 0; color: rgba(243,240,232,.43); font-size: .77rem; line-height: 1.7; }

/* Support and CTA */
.support { padding: 110px 0 180px; }
.support__frame { display: grid; grid-template-columns: 1fr .8fr; gap: 10vw; padding: clamp(38px,7vw,100px); border: 1px solid var(--hairline); background: linear-gradient(120deg,rgba(10,56,40,.44),rgba(1,8,5,.4)); }
.support__frame h2 { margin: 0; font-family: var(--serif); font-size: clamp(3.8rem,7vw,7.7rem); font-weight: 400; line-height: .86; letter-spacing: -.055em; }
.support__list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--white-line); }
.support__list li { display: flex; justify-content: space-between; gap: 25px; padding: 19px 0; border-bottom: 1px solid var(--white-line); color: rgba(243,240,232,.5); font-size: .76rem; }
.support__list b { color: var(--ivory); font-weight: 450; text-align: right; }
.contact { position: relative; min-height: 105svh; overflow: hidden; isolation: isolate; }
.contact__media { position: absolute; inset: 0; z-index: -2; }
.contact__media img { width: 100%; height: 100%; object-fit: cover; opacity: .42; filter: saturate(.64); transform: scale(1.08); }
.contact__media::after { position: absolute; inset: 0; background: linear-gradient(0deg,rgba(1,8,5,.92),rgba(1,8,5,.3)),linear-gradient(90deg,rgba(1,8,5,.84),transparent 65%); content: ""; }
.contact__content { display: grid; min-height: 105svh; align-content: center; }
.contact h2 { margin: 0; max-width: 1220px; font-family: var(--serif); font-size: clamp(4.8rem,10vw,11rem); font-weight: 400; line-height: .79; letter-spacing: -.068em; }
.contact h2 em { color: var(--gold-light); font-weight: 400; }
.contact__bottom { display: flex; justify-content: space-between; gap: 30px; align-items: center; margin-top: 60px; }
.contact__bottom p { max-width: 500px; margin: 0; color: var(--muted); }

/* Footer */
.site-footer { padding: 85px 0 25px; border-top: 1px solid var(--white-line); background: #010604; }
.site-footer__top { display: grid; grid-template-columns: 1fr .85fr 1.2fr; gap: 7vw; align-items: start; padding-bottom: 75px; }
.site-footer .brand { width: min(230px,100%); }
.site-footer__top > p { margin: 0; color: rgba(243,240,232,.4); font-family: var(--serif); font-size: 1.5rem; line-height: 1.4; }
.site-footer__links { display: grid; grid-template-columns: 1fr 1fr; gap: 35px; }
.site-footer__links div { display: flex; flex-direction: column; gap: 10px; }
.site-footer__links span { margin-bottom: 7px; color: var(--gold); font-size: .56rem; letter-spacing: .14em; text-transform: uppercase; }
.site-footer__links a { width: max-content; color: rgba(243,240,232,.46); font-size: .75rem; transition: color .25s ease; }
.site-footer__links a:hover { color: var(--ivory); }
.site-footer__bottom { display: grid; grid-template-columns: 1fr 1fr auto; gap: 20px; padding-top: 22px; border-top: 1px solid var(--white-line); color: rgba(243,240,232,.3); font-size: .56rem; letter-spacing: .1em; text-transform: uppercase; }
.site-footer__bottom p { margin: 0; }
.site-footer__bottom a { color: var(--gold); }

/* Tablet */
@media (max-width: 1080px) {
  .site-header { grid-template-columns: 1fr auto; }
  .primary-nav { position: fixed; inset: 0; z-index: -1; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; gap: 9px; padding: 100px 8vw; visibility: hidden; opacity: 0; background: rgba(1,8,5,.97); transform: translateY(-16px); transition: opacity .4s ease,transform .5s var(--ease),visibility .4s; }
  .primary-nav.is-open { visibility: visible; opacity: 1; transform: none; }
  .primary-nav a { padding: 4px 0; color: var(--ivory); font-family: var(--serif); font-size: clamp(2.2rem,6vw,4rem); font-weight: 400; line-height: 1; letter-spacing: -.04em; text-transform: none; }
  .header-cta { display: none; }
  .menu-toggle { position: relative; z-index: 2; display: block; justify-self: end; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(2.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-2.5px) rotate(-45deg); }
  .hero__content { grid-template-columns: 1fr .35fr; }
  .thesis__grid,.spatial__grid { grid-template-columns: 1fr; }
  .thesis__grid .section-index,.spatial__grid .section-index { margin-bottom: 35px; }
  .capabilities__head,.disciplines__head,.projects__head,.process__head { grid-template-columns: 1fr; }
  .capabilities__head .lead,.disciplines__head .lead,.projects__head .lead,.process__head .lead { margin-top: 35px; }
  .capability { grid-template-columns: 55px 1fr .55fr 46px; }
  .capabilities__preview { display: none; }
  .process__line { grid-template-columns: repeat(3,1fr); }
  .process-step:nth-child(3) { border-right: 0; }
  .process-step:nth-child(n+4) { border-top: 1px solid var(--hairline); }
  .support__frame { grid-template-columns: 1fr; }
}

/* Mobile is a deliberately simplified premium experience */
@media (max-width: 760px) {
  :root { --shell: 90vw; }
  body { padding-bottom: 0; }
  .cursor { display: none; }
  .site-header,.site-header.is-solid { height: 66px; padding-inline: 5vw; }
  .brand { width: 148px; }
  .site-footer .brand { width: 205px; }
  .hero { min-height: 100svh; }
  .hero__backdrop video { display: none; }
  .hero__backdrop { background-image: linear-gradient(0deg,rgba(1,8,5,.92),rgba(1,8,5,.08)),url("../assets/images/hero-poster.webp"); background-size: cover; background-position: center; }
  .hero__content { display: flex; min-height: 100svh; flex-direction: column; justify-content: flex-end; gap: 36px; padding: 120px 0 58px; }
  .hero__main { width: 100%; }
  .hero__title { font-size: clamp(4.6rem,21vw,7rem); line-height: .77; }
  .hero__title .small { max-width: 280px; margin-top: 20px; font-size: .69rem; line-height: 1.55; }
  .hero__actions { display: grid; max-width: 310px; margin-top: 34px; }
  .button { width: 100%; }
  .hero__aside { display: none; }
  .hero__scroll { display: none; }
  .display { font-size: clamp(3.6rem,16vw,6rem); }
  .thesis { min-height: auto; padding: 115px 0; }
  .thesis__sticky { position: relative; min-height: auto; }
  .thesis__statement { font-size: clamp(3.3rem,14vw,5.4rem); }
  .thesis__statement p { color: var(--ivory); }
  .thesis__facts { grid-template-columns: 1fr; margin-top: 60px; }
  .thesis__fact { min-height: auto; padding: 25px 0; }
  .capabilities,.disciplines,.projects,.process { padding: 115px 0; }
  .capabilities__head,.disciplines__head,.projects__head,.process__head { margin-bottom: 60px; }
  .capability { grid-template-columns: 35px 1fr 40px; gap: 13px; min-height: 102px; }
  .capability h3 { font-size: clamp(2rem,10vw,3.2rem); }
  .capability p { display: none; }
  .capability:hover { padding-inline: 0; }
  .spatial { min-height: auto; }
  .spatial__sticky { position: relative; min-height: 100svh; padding: 100px 0; }
  .spatial__media img { transform: none; }
  .spatial__copy .lead { margin-top: 28px; }
  .spatial__specs { grid-template-columns: 1fr; }
  .discipline,.discipline:nth-child(even) { display: flex; min-height: auto; flex-direction: column; }
  .discipline:nth-child(even) .discipline__media { order: 0; }
  .discipline__media { min-height: 52vh; }
  .chapter-film { display: none; }
  .chapter-film__label { right: 16px; bottom: 16px; }
  .discipline__content { min-height: 420px; padding: 35px 25px; }
  .discipline__content h3 { font-size: 3.7rem; }
  .project-world { width: 100%; min-height: 76svh; margin-bottom: 24px; }
  .project-world__link { padding: 25px; }
  .project-world__top { top: 20px; right: 20px; }
  .project-world__top span:nth-child(2) { display: none; }
  .project-world__meta { display: block; }
  .project-world__meta h3 { font-size: clamp(4rem,18vw,6.5rem); }
  .project-world__meta p { margin-top: 24px; text-align: left; }
  .process__line { grid-template-columns: 1fr; }
  .process-step,.process-step + .process-step { min-height: auto; padding: 30px 0; border-right: 0; border-bottom: 1px solid var(--white-line); }
  .process-step:nth-child(n+4) { border-top: 0; }
  .process-step h3 { margin: 55px 0 15px; }
  .support { padding: 80px 0 115px; }
  .support__frame { padding: 34px 24px; }
  .support__list li { display: grid; }
  .support__list b { text-align: left; }
  .contact { min-height: 100svh; }
  .contact__content { min-height: 100svh; padding: 100px 0 50px; }
  .contact h2 { font-size: clamp(4.2rem,19vw,7rem); }
  .contact__bottom { display: grid; }
  .site-footer__top { grid-template-columns: 1fr; padding-bottom: 60px; }
  .site-footer__links { margin-top: 20px; }
  .site-footer__bottom { grid-template-columns: 1fr auto; }
  .site-footer__bottom p:nth-child(2) { display: none; }
}

@media (hover:none),(pointer:coarse) { .cursor { display: none; } }

@media (prefers-reduced-motion:reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { scroll-behavior: auto!important; animation-duration:.01ms!important; animation-iteration-count:1!important; transition-duration:.01ms!important; }
  .hero__backdrop video { display: none; }
  .chapter-film { display: none; }
  .reveal-line > span { transform: none!important; }
}

@media print {
  .site-header,.ambient,.cursor,.scroll-progress,.page-transition,.hero__backdrop video { display:none!important; }
  body { color:#111;background:#fff; }
  section { min-height:auto!important;padding:30px 0!important;break-inside:avoid; }
}
