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

:root {
    --ink: #f1f0ea;
    --muted: #9d9b92;
    --amber: #d5a548;
    --amber-soft: #f0c979;
    --night: #070807;
    --panel: #11120f;
    --line: rgba(255, 255, 255, .14);
    --pad: clamp(1.35rem, 5vw, 5.5rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--night); }
body { margin: 0; color: var(--ink); background: var(--night); font-family: 'Manrope', system-ui, sans-serif; font-weight: 300; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
::selection { color: #12110d; background: var(--amber-soft); }

.skip-link { position: fixed; top: -4rem; left: 1rem; z-index: 1000; padding: .8rem 1rem; color: #111; background: #fff; }
.skip-link:focus { top: 1rem; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 1.35rem var(--pad); border-bottom: 1px solid transparent; transition: background .35s, border-color .35s, padding .35s; }
.site-header.is-scrolled { padding-top: .85rem; padding-bottom: .85rem; background: rgba(7, 8, 7, .78); border-color: var(--line); backdrop-filter: blur(18px); }
.wordmark { display: grid; gap: .05rem; letter-spacing: .28em; line-height: 1; }
.wordmark span { font-size: clamp(.95rem, 1.4vw, 1.25rem); font-weight: 500; }
.wordmark small { color: var(--amber-soft); font-size: .52rem; letter-spacing: .22em; text-transform: uppercase; }
.site-header nav { display: flex; align-items: center; gap: clamp(1.2rem, 2.8vw, 3rem); font-size: .72rem; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; }
.site-header nav > a { position: relative; }
.site-header nav > a:not(.nav-cta)::after { content: ''; position: absolute; right: 0; bottom: -.35rem; left: 0; height: 1px; background: var(--amber); transform: scaleX(0); transform-origin: right; transition: transform .3s; }
.site-header nav > a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { padding: .78rem 1.15rem; border: 1px solid rgba(213,165,72,.65); border-radius: 100px; transition: color .3s, background .3s; }
.nav-cta:hover { color: #0b0b09; background: var(--amber-soft); }
.menu-toggle { display: none; width: 2.8rem; height: 2.8rem; border: 0; background: transparent; color: white; }

.installation { position: relative; min-height: 500svh; background: #020303; }
.installation-stage { --stage-x: 7%; --stage-y: 9%; --stage-r: 10rem; --stage-scale: .91; position: sticky; top: 0; z-index: 0; height: 100svh; overflow: hidden; background: #020303; isolation: isolate; }
.install-media { position: absolute; inset: 0; overflow: hidden; background: #071019; clip-path: inset(var(--stage-y) var(--stage-x) round var(--stage-r)); transform: scale(var(--stage-scale)); box-shadow: inset 0 0 0 1px rgba(255,255,255,.16), 0 0 8rem rgba(0,0,0,.9); will-change: clip-path, transform; }
.install-frame, .install-frame img, .install-vignette, .install-glow, .install-beam, .install-grain { position: absolute; inset: 0; width: 100%; height: 100%; }
.install-frame { z-index: 0; opacity: 0; overflow: hidden; will-change: opacity, clip-path, filter; }
.install-frame.is-visible { opacity: 1; }
.install-frame img { max-width: none; object-fit: cover; object-position: center; filter: brightness(.67) saturate(.92) contrast(1.04); will-change: transform, filter; }
.install-vignette { z-index: 6; background: radial-gradient(circle at 52% 47%, transparent 18%, rgba(1,5,7,.08) 43%, rgba(1,4,6,.76) 100%), linear-gradient(90deg, rgba(1,4,6,.48), transparent 38%, transparent 72%, rgba(1,4,6,.32)), linear-gradient(0deg, rgba(1,4,6,.68), transparent 36%, rgba(1,4,6,.2)); pointer-events: none; }
.install-glow { z-index: 7; opacity: var(--install-glow, 0); background: radial-gradient(circle at 51% 56%, rgba(255,214,129,.46), transparent 31%); mix-blend-mode: screen; pointer-events: none; }
.install-beam { z-index: 8; left: var(--beam-x, -35%); width: 32%; opacity: var(--beam-opacity, 0); background: linear-gradient(90deg, transparent, rgba(255,222,154,.03) 30%, rgba(255,230,169,.46) 50%, rgba(255,222,154,.03) 70%, transparent); filter: blur(7px); mix-blend-mode: screen; transform: skewX(-10deg); pointer-events: none; }
.install-grain { z-index: 9; opacity: .055; 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='.82' numOctaves='4' stitchTiles='stitchTiles'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E"); mix-blend-mode: soft-light; pointer-events: none; }
.install-iris { position: absolute; z-index: 5; inset: 50% auto auto 50%; width: min(72vw, 78rem); aspect-ratio: 2.65 / 1; border: 1px solid rgba(240,201,121,var(--iris-opacity, .42)); border-radius: 100rem; opacity: var(--iris-visibility, 1); transform: translate(-50%,-50%) scale(var(--iris-scale, .72)); box-shadow: 0 0 0 1px rgba(255,255,255,.04), 0 0 7rem rgba(213,165,72,.12), inset 0 0 7rem rgba(213,165,72,.05); pointer-events: none; will-change: transform, opacity; }
.install-iris::before, .install-iris::after { content: ''; position: absolute; top: 50%; width: 9vw; height: 1px; background: linear-gradient(90deg, transparent, rgba(240,201,121,.7)); }
.install-iris::before { right: calc(100% + 1rem); }
.install-iris::after { left: calc(100% + 1rem); transform: rotate(180deg); }
.install-iris i { position: absolute; top: 50%; width: .48rem; height: .48rem; background: var(--amber-soft); border-radius: 50%; box-shadow: 0 0 0 .55rem rgba(213,165,72,.09), 0 0 2rem var(--amber); transform: translateY(-50%); }
.install-iris i:first-child { left: -.25rem; }
.install-iris i:nth-child(2) { right: -.25rem; }
.install-iris span { position: absolute; inset: 1rem; border: 1px solid rgba(255,255,255,.07); border-radius: inherit; }
.install-coordinate { position: absolute; z-index: 12; top: clamp(5.5rem, 10vh, 7.5rem); right: var(--pad); display: flex; align-items: center; gap: .8rem; color: rgba(255,255,255,.46); font-size: .5rem; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; }
.install-coordinate i { width: 2.2rem; height: 1px; background: rgba(240,201,121,.55); }
.install-founder { position: absolute; z-index: 12; top: clamp(6.7rem, 13vh, 9rem); left: var(--pad); display: grid; gap: .35rem; padding-left: 1rem; border-left: 1px solid rgba(240,201,121,.7); text-shadow: 0 .5rem 2rem rgba(0,0,0,.8); will-change: opacity, transform; }
.install-founder small { color: var(--amber-soft); font-size: .48rem; font-weight: 500; letter-spacing: .24em; text-transform: uppercase; }
.install-founder strong { font-family: Georgia, serif; font-size: clamp(.95rem, 1.45vw, 1.35rem); font-style: italic; font-weight: 400; letter-spacing: .02em; }
.install-brand { position: absolute; z-index: 11; inset: 0; display: grid; place-content: center; justify-items: center; pointer-events: none; text-align: center; text-shadow: 0 1rem 4rem rgba(0,0,0,.85); will-change: opacity, transform, filter; }
.install-brand p { margin-bottom: 1.25rem; color: var(--amber-soft); font-size: .62rem; font-weight: 500; letter-spacing: .34em; text-transform: uppercase; }
.install-brand h1 { display: flex; margin: 0; font-size: clamp(5rem, 13.5vw, 14rem); font-weight: 500; line-height: .76; letter-spacing: .015em; }
.install-brand h1 span { display: block; will-change: transform, opacity, filter; }
.install-brand b { margin-top: 2rem; color: #efede5; font-family: Georgia, serif; font-size: clamp(1rem, 1.8vw, 1.65rem); font-style: italic; font-weight: 400; letter-spacing: .02em; }
.install-final { position: absolute; z-index: 11; left: var(--pad); top: 50%; max-width: min(45rem, 55vw); opacity: 0; transform: translateY(-35%) scale(.96); pointer-events: none; text-shadow: 0 1rem 4rem rgba(0,0,0,.8); will-change: opacity, transform, filter; }
.install-final small { display: flex; align-items: center; gap: .8rem; margin-bottom: 1.25rem; color: var(--amber-soft); font-size: .58rem; font-weight: 500; letter-spacing: .27em; text-transform: uppercase; }
.install-final small::before { content: ''; width: 2.5rem; height: 1px; background: currentColor; }
.install-final strong { display: block; font-size: clamp(3.4rem, 6.4vw, 7.3rem); font-weight: 300; line-height: .84; letter-spacing: -.055em; }
.install-final strong em { color: var(--amber-soft); font-family: Georgia, serif; font-size: .77em; font-weight: 400; }
.install-final a { display: inline-flex; align-items: center; gap: 1.3rem; margin-top: 2rem; padding: .8rem 1.15rem; border: 1px solid rgba(255,255,255,.25); border-radius: 100rem; font-size: .6rem; letter-spacing: .16em; text-transform: uppercase; backdrop-filter: blur(14px); }
.install-final a span { color: var(--amber-soft); font-size: 1rem; }
.install-caption { position: absolute; z-index: 12; left: var(--pad); bottom: 4.3rem; display: flex; gap: 1.25rem; align-items: center; max-width: min(34rem, 72vw); transition: opacity .3s; }
.install-caption > span { color: rgba(255,255,255,.33); font-size: clamp(2.6rem, 5vw, 5.3rem); font-weight: 300; line-height: .8; letter-spacing: -.08em; }
.install-caption > div { padding-left: 1rem; border-left: 1px solid rgba(255,255,255,.28); }
.install-caption small { display: block; margin-bottom: .42rem; color: var(--amber-soft); font-size: .5rem; font-weight: 500; letter-spacing: .22em; text-transform: uppercase; }
.install-caption p { margin: 0; font-size: clamp(.83rem, 1.1vw, 1rem); }
.install-progress { position: absolute; z-index: 12; right: var(--pad); bottom: 2.4rem; left: var(--pad); height: 1px; background: rgba(255,255,255,.16); }
.install-progress span { position: absolute; left: 25%; top: -.15rem; width: 1px; height: .3rem; background: rgba(255,255,255,.28); box-shadow: calc((100vw - var(--pad) * 2) * .25) 0 rgba(255,255,255,.28), calc((100vw - var(--pad) * 2) * .5) 0 rgba(255,255,255,.28); }
.install-progress i { display: block; width: 100%; height: 100%; background: linear-gradient(90deg, var(--amber), #fff0c4); box-shadow: 0 0 1rem rgba(240,201,121,.7); transform: scaleX(0); transform-origin: left; }
.install-scroll { position: absolute; z-index: 12; right: var(--pad); bottom: 4.2rem; display: flex; align-items: center; gap: .9rem; color: rgba(255,255,255,.72); font-size: .52rem; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; }
.install-scroll > i { position: relative; display: block; width: 1.7rem; height: 2.7rem; border: 1px solid rgba(255,255,255,.35); border-radius: 100rem; }
.install-scroll b { position: absolute; top: .48rem; left: 50%; width: .18rem; height: .45rem; background: var(--amber-soft); border-radius: 1rem; transform: translateX(-50%); animation: scroll-dot 1.8s ease-in-out infinite; }
.install-steps { position: relative; z-index: 2; margin-top: -100svh; pointer-events: none; }
.install-steps article { min-height: 125svh; }
@keyframes scroll-dot { 0% { opacity: 0; transform: translate(-50%,0); } 25% { opacity: 1; } 70% { opacity: 1; transform: translate(-50%,.9rem); } 100% { opacity: 0; transform: translate(-50%,1.15rem); } }

.journey { position: relative; min-height: 400svh; background: #030403; }
.stage { position: sticky; top: 0; z-index: 0; height: 100svh; overflow: hidden; background: #030403; }
.scene, .scene img, .scene-vignette, .scene-grain, .scene-transition { position: absolute; inset: 0; width: 100%; height: 100%; }
.scene { inset: clamp(.45rem, 1vw, .9rem); width: auto; height: auto; overflow: hidden; background: #080b0d; border: 1px solid rgba(255,255,255,.14); border-radius: clamp(2.8rem, 7vw, 7rem); box-shadow: inset 0 0 0 1px rgba(213,165,72,.08), 0 0 0 .45rem #030403; }
.scene-layer { position: absolute; inset: 0; z-index: 0; overflow: hidden; opacity: 0; clip-path: inset(28% 12% round 8rem); will-change: opacity, clip-path; }
.scene-layer.is-visible { opacity: 1; clip-path: inset(0 round 0); }
.scene-layer img { max-width: none; object-fit: cover; object-position: center; will-change: transform, filter; transform: translate3d(0, 0, 0) scale(1.04); filter: brightness(.7) saturate(.94); }
.scene-vignette { z-index: 2; background: radial-gradient(circle at 50% 47%, transparent 28%, rgba(2,3,3,.08) 62%, rgba(2,3,3,.42) 100%), linear-gradient(0deg, rgba(2,3,3,.42), transparent 34%, rgba(2,3,3,.1)); pointer-events: none; }
.scene-transition { z-index: 3; opacity: var(--transition, 0); background: linear-gradient(90deg, transparent 25%, rgba(240,201,121,.22) 50%, transparent 75%); mix-blend-mode: screen; transform: translateX(calc((var(--transition-x, 0) - .5) * 120%)); pointer-events: none; }
.scene-grain { z-index: 4; opacity: .045; pointer-events: none; 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='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E"); mix-blend-mode: soft-light; }

.chapters { position: relative; z-index: 2; margin-top: -100svh; pointer-events: none; }
.chapter { min-height: 100svh; display: flex; align-items: flex-end; justify-content: flex-start; padding: 8rem var(--pad) 4.8rem; opacity: .25; transition: opacity .45s; }
.chapter.is-active { opacity: 1; }
.chapter-left, .chapter-right { justify-content: flex-start; }
.chapter-copy { width: min(28rem, 34vw); pointer-events: auto; }
.hero-copy { width: 100%; padding-top: 3rem; }
.brand-title { margin: 0; font-size: clamp(4.4rem, 13.2vw, 14.5rem); font-weight: 500; line-height: .8; letter-spacing: .075em; text-align: center; text-indent: .075em; text-shadow: 0 .2rem 2.5rem rgba(0,0,0,.5); animation: brand-arrival 1.15s cubic-bezier(.2,.7,.2,1) both; }
.hero-intro { display: grid; grid-template-columns: 1fr minmax(18rem, .62fr); gap: clamp(2rem, 7vw, 8rem); align-items: end; width: min(76rem, 88vw); margin: clamp(2.2rem, 5vh, 4.5rem) auto 0; }
.hero-statement { max-width: 38rem; margin: 0; font-size: clamp(2rem, 4vw, 4.8rem); line-height: .98; letter-spacing: -.045em; }
.hero-statement em { color: var(--amber-soft); font-family: Georgia, serif; font-weight: 400; }
.hero-summary { padding-left: clamp(1.2rem, 3vw, 3rem); border-left: 1px solid rgba(255,255,255,.25); }
@keyframes brand-arrival { from { opacity: 0; letter-spacing: .19em; transform: scale(.94); filter: blur(8px); } to { opacity: 1; letter-spacing: .075em; transform: scale(1); filter: blur(0); } }
.eyebrow { display: flex; align-items: center; gap: .7rem; margin: 0 0 1.4rem; color: var(--amber-soft); font-size: .7rem; font-weight: 500; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow > span { width: 2rem; height: 1px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-weight: 300; letter-spacing: -.055em; line-height: .96; }
h1 { margin-bottom: 1.6rem; font-size: clamp(3.6rem, 7.4vw, 8.5rem); }
h2 { margin-bottom: 1.5rem; font-size: clamp(2.8rem, 5.8vw, 6.7rem); }
h1 em, h2 em { color: var(--amber-soft); font-family: Georgia, serif; font-weight: 400; }
.hero-lead { width: min(34rem, 90%); color: #cbc9c0; font-size: clamp(1rem, 1.35vw, 1.2rem); line-height: 1.7; }
.text-link { display: inline-flex; gap: 1rem; align-items: center; margin-top: 1.3rem; padding-bottom: .4rem; border-bottom: 1px solid var(--amber); font-size: .78rem; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; }
.text-link span { color: var(--amber); transition: transform .25s; }
.text-link:hover span { transform: translate(.2rem, .2rem); }

.glass-card { padding: clamp(1.25rem, 2vw, 1.9rem); background: linear-gradient(110deg, rgba(5,7,6,.72), rgba(5,7,6,.28)); border: 1px solid rgba(255,255,255,.16); border-left-color: rgba(240,201,121,.7); border-radius: 1.6rem; backdrop-filter: blur(8px); box-shadow: 0 1.5rem 4rem rgba(0,0,0,.22); }
.chapter-number { position: absolute; right: 1.2rem; top: .8rem; color: rgba(255,255,255,.08); font-size: clamp(3.6rem, 6vw, 6rem); font-weight: 500; line-height: 1; letter-spacing: -.08em; pointer-events: none; }
.glass-card { position: relative; overflow: hidden; }
.glass-card h2 { margin-bottom: .85rem; font-size: clamp(1.85rem, 3vw, 3.2rem); }
.glass-card > p:not(.eyebrow) { max-width: 27rem; margin-bottom: .6rem; color: #d1d0c9; font-size: .84rem; line-height: 1.55; }
.glass-card .eyebrow { margin-bottom: .85rem; font-size: .55rem; }
.spec-pill { display: inline-flex; margin-top: .7rem; padding: .55rem .9rem; color: var(--amber-soft); border: 1px solid rgba(213,165,72,.35); border-radius: 100px; font-size: .67rem; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; }

.scene-label { position: absolute; z-index: 4; left: 50%; top: 50%; display: flex; align-items: center; gap: .7rem; padding: .65rem .9rem; white-space: nowrap; color: #eeeade; background: rgba(5,6,5,.62); border: 1px solid rgba(255,255,255,.2); border-radius: 100px; font-size: .65rem; letter-spacing: .13em; text-transform: uppercase; transform: translate(-50%, -50%); backdrop-filter: blur(12px); opacity: 0; transition: opacity .35s; }
.scene-label.is-visible { opacity: 1; }
.scene-label-dot { width: .42rem; height: .42rem; background: var(--amber-soft); border-radius: 50%; box-shadow: 0 0 0 .3rem rgba(213,165,72,.16); }
.journey-progress { position: absolute; z-index: 5; right: var(--pad); bottom: 2rem; display: grid; grid-template-columns: auto 6rem; gap: .45rem .8rem; align-items: center; font-size: .58rem; letter-spacing: .15em; text-transform: uppercase; }
.progress-count { color: #77766f; }
.progress-count b { color: white; font-weight: 500; }
.progress-track { height: 1px; background: rgba(255,255,255,.22); }
.progress-track i { display: block; width: 100%; height: 100%; background: var(--amber-soft); transform: scaleX(0); transform-origin: left; }
.progress-caption { grid-column: 1 / -1; color: var(--amber-soft); text-align: right; }
.scroll-cue { position: absolute; z-index: 4; right: var(--pad); top: 50%; display: flex; align-items: center; gap: .7rem; color: rgba(255,255,255,.6); font-size: .58rem; letter-spacing: .15em; text-transform: uppercase; transform: rotate(90deg) translateX(50%); transform-origin: right center; transition: opacity .4s; }
.scroll-cue i { width: 3rem; height: 1px; background: linear-gradient(90deg, var(--amber), transparent); animation: breathe 1.8s ease-in-out infinite; }
@keyframes breathe { 50% { transform: scaleX(.55); opacity: .5; } }

.section-pad { padding: clamp(6rem, 11vw, 11rem) var(--pad); }
.manifesto { position: relative; display: grid; grid-template-columns: .35fr 2fr 1fr; gap: 4vw; align-items: end; margin: 1rem; overflow: hidden; background: #e8e5dc; color: #131411; border-radius: clamp(3rem, 8vw, 8rem); }
.manifesto-index { align-self: start; color: #77766e; font-size: .68rem; letter-spacing: .18em; }
.manifesto h2 { margin: 0; font-size: clamp(3.5rem, 7vw, 8.5rem); }
.manifesto h2 em { color: #7a5b24; }
.manifesto-note { margin: 0; color: #5c5b54; line-height: 1.8; }
.manifesto .eyebrow { color: #7a5b24; }

.adaptive { overflow: hidden; background: #080a09; }
.adaptive-heading { display: grid; grid-template-columns: .45fr 1.55fr; gap: 4vw; align-items: start; margin-bottom: clamp(3rem, 6vw, 6rem); }
.adaptive-heading h2 { max-width: 70rem; margin: 0; font-size: clamp(3rem, 6vw, 7rem); }
#adaptive-title { scroll-margin-top: 8rem; }
.adaptive-heading h2 em { color: var(--amber-soft); }
.adaptive-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.adaptive-card { position: relative; min-height: 28rem; overflow: hidden; padding: clamp(1.5rem, 2.6vw, 2.6rem); background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.015)); border: 1px solid var(--line); border-radius: clamp(2rem, 4vw, 4rem); }
.adaptive-card::after { content: ''; position: absolute; right: -25%; bottom: -40%; width: 75%; aspect-ratio: 1; background: rgba(213,165,72,.12); border-radius: 50%; filter: blur(5rem); }
.adaptive-card > span { color: var(--amber-soft); font-size: .57rem; font-weight: 500; letter-spacing: .2em; }
.adaptive-card h3 { margin: 2rem 0 .9rem; font-size: clamp(1.55rem, 2.4vw, 2.5rem); font-weight: 300; letter-spacing: -.04em; }
.adaptive-card p { position: relative; z-index: 1; max-width: 28rem; margin: 0; color: var(--muted); font-size: .87rem; line-height: 1.75; }
.adaptive-symbol { position: relative; display: flex; align-items: center; justify-content: center; height: 9rem; margin-top: 2rem; }
.adaptive-symbol i { display: block; border: 1px solid rgba(240,201,121,.6); border-radius: 100rem; }
.adaptive-width i { width: 75%; height: 4.8rem; }
.adaptive-width b { position: absolute; color: var(--amber-soft); font-size: 1.3rem; font-weight: 300; letter-spacing: .25em; }
.adaptive-count { gap: .45rem; }
.adaptive-count i { width: 29%; height: 4.8rem; }
.adaptive-count i:nth-child(2) { background: rgba(213,165,72,.12); box-shadow: 0 0 2rem rgba(213,165,72,.1); }
.adaptive-people { gap: 1rem; }
.adaptive-people i { position: relative; width: 2.2rem; height: 3.7rem; border-radius: 1.2rem 1.2rem .7rem .7rem; }
.adaptive-people i::before { content: ''; position: absolute; top: -1.25rem; left: 50%; width: 1rem; height: 1rem; border: 1px solid rgba(240,201,121,.6); border-radius: 50%; transform: translateX(-50%); }

.modules { background: #0a0b09; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: clamp(3rem, 6vw, 6rem); }
.section-heading h2 { margin: 0; font-size: clamp(3.4rem, 7vw, 7.5rem); }
.section-heading > p { max-width: 24rem; margin: 0 0 .7rem; color: var(--muted); line-height: 1.7; }
.module-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(1rem, 2vw, 2rem); }
.module-card { overflow: hidden; padding: clamp(1rem, 2vw, 2rem); background: #0d0e0c; border: 1px solid var(--line); border-radius: clamp(2.5rem, 5vw, 5rem); transition: border-color .35s, transform .35s; }
.module-card:hover { border-color: rgba(213,165,72,.52); transform: translateY(-.35rem); }
.module-visual { position: relative; aspect-ratio: 16 / 9; overflow: hidden; margin-bottom: 1.5rem; background: #050605; border-radius: clamp(1.9rem, 4vw, 4rem); }
.module-visual::after { content: ''; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.08); box-shadow: inset 0 0 5rem rgba(0,0,0,.35); }
.module-visual img { width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: center 52%; transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .7s; }
.module-card:hover .module-visual img { transform: scale(1.07); filter: brightness(1.08); }
.module-meta { display: grid; grid-template-columns: auto 1fr auto; gap: 1rem; align-items: baseline; }
.module-meta span { color: var(--amber); font-size: .64rem; }
.module-meta h3 { margin: 0; font-size: clamp(1.3rem, 2.2vw, 2rem); font-weight: 400; letter-spacing: -.03em; }
.module-meta p { margin: 0; color: var(--amber-soft); font-size: .66rem; letter-spacing: .12em; text-transform: uppercase; }
.module-desc { width: 75%; margin: 1rem 0 0 2rem; color: var(--muted); font-size: .87rem; line-height: 1.7; }

.process { margin: 1rem; overflow: hidden; background: #e8e5dc; color: #141510; border-radius: clamp(3rem, 8vw, 8rem); }
.process .eyebrow { color: #76581f; }
.process .section-heading > p { color: #66645c; }
.process-list { display: grid; gap: .8rem; margin: 0; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: .35fr 1fr; padding: 2.2rem clamp(1.5rem, 3vw, 3rem); background: rgba(255,255,255,.3); border: 1px solid rgba(20,21,16,.18); border-radius: 100rem; }
.process-list > li > span { color: #896723; font-size: .7rem; letter-spacing: .15em; }
.process-list h3 { margin-bottom: .6rem; font-size: clamp(1.4rem, 2.4vw, 2.2rem); font-weight: 400; letter-spacing: -.03em; }
.process-list p { max-width: 42rem; margin: 0; color: #68675f; line-height: 1.7; }

.contact { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 7vw, 8rem); margin: 1rem; overflow: hidden; background: radial-gradient(circle at 12% 20%, #242015, #090a08 42%); border: 1px solid var(--line); border-radius: clamp(3rem, 8vw, 8rem); }
.contact-intro { align-self: start; position: sticky; top: 8rem; }
.contact-intro h2 { font-size: clamp(3.3rem, 6vw, 7rem); }
.contact-intro > p:not(.eyebrow) { max-width: 32rem; color: var(--muted); line-height: 1.8; }
.contact-promises { display: grid; gap: .8rem; margin: 2rem 0 0; padding: 0; list-style: none; }
.contact-promises li { display: flex; gap: .9rem; align-items: center; color: #c5c3bb; font-size: .78rem; }
.contact-promises span { color: var(--amber-soft); font-size: .56rem; letter-spacing: .12em; }
.contact-form { display: grid; gap: 1.25rem; padding: clamp(1.5rem, 3vw, 3rem); background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.14); border-radius: clamp(2.2rem, 4vw, 4rem); box-shadow: 0 2rem 6rem rgba(0,0,0,.25); }
.form-heading { display: flex; align-items: end; justify-content: space-between; gap: 1rem; padding-bottom: 1.4rem; border-bottom: 1px solid rgba(255,255,255,.12); }
.form-heading > div { display: grid; gap: .35rem; }
.form-heading small, .form-heading > span { color: var(--amber-soft); font-size: .5rem; letter-spacing: .18em; text-transform: uppercase; }
.form-heading strong { font-size: clamp(1.5rem, 2.3vw, 2.3rem); font-weight: 300; letter-spacing: -.04em; }
.form-heading > span { color: #77766f; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.contact-form label { display: grid; gap: .55rem; }
.contact-form label > span { color: #aeaca4; font-size: .66rem; letter-spacing: .14em; text-transform: uppercase; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; color: white; background: rgba(0,0,0,.2); border: 1px solid rgba(255,255,255,.18); border-radius: 1.1rem; outline: 0; padding: 1rem 1.1rem; transition: border-color .25s, background .25s, box-shadow .25s; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #696861; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { background: rgba(255,255,255,.055); border-color: var(--amber-soft); box-shadow: 0 0 0 3px rgba(213,165,72,.1); }
.contact-form input:user-invalid, .contact-form textarea:user-invalid { border-color: rgba(224,123,92,.75); }
.contact-form textarea { resize: vertical; border-radius: 1.8rem; }
.contact-form select { color-scheme: dark; }
.form-footer { display: grid; grid-template-columns: 1fr auto; gap: 1.5rem; align-items: center; margin-top: .3rem; }
.form-footer > small { max-width: 19rem; color: #77766f; font-size: .59rem; line-height: 1.55; }
.submit-button { display: flex; min-width: 17rem; align-items: center; justify-content: space-between; padding: 1.1rem 1.4rem; color: #12110d; background: var(--amber-soft); border: 0; border-radius: 100rem; cursor: pointer; font-size: .68rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; transition: background .25s, transform .25s; }
.submit-button:hover { background: #ffe09c; transform: translateY(-2px); }
.submit-button i { font-size: 1.2rem; font-style: normal; }
.honey { position: absolute !important; left: -9999px !important; }
.form-message { padding: 1rem; border: 1px solid; font-size: .85rem; line-height: 1.5; }
.form-message.success { color: #d6efbd; background: rgba(87,131,46,.15); border-color: rgba(150,210,96,.4); }
.form-message.error { color: #f4c5b6; background: rgba(139,59,36,.15); border-color: rgba(220,117,87,.4); }

.site-footer { display: grid; grid-template-columns: 2fr 1fr auto auto; gap: 2rem; align-items: end; padding: 3rem var(--pad); color: #77766f; background: #050605; border-top: 1px solid var(--line); font-size: .67rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-mark { display: grid; color: white; font-size: 1.3rem; letter-spacing: .25em; }
.footer-mark small { margin-top: .3rem; color: var(--amber); font-size: .5rem; letter-spacing: .16em; }
.site-footer p { margin: 0; }
.site-footer a { color: var(--amber-soft); }

.reveal { opacity: 0; transform: translateY(2rem); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 850px) {
    .wordmark { position: relative; z-index: 2; }
    .site-header nav { position: fixed; inset: 0 auto auto 0; z-index: 1; display: flex; width: 100vw; height: 100svh; flex-direction: column; justify-content: center; gap: 2.5rem; background: rgba(6,7,6,.97); font-size: 1rem; opacity: 0; pointer-events: none; transition: opacity .3s; }
    .menu-open .site-header nav { opacity: 1; pointer-events: auto; }
    .menu-toggle { position: relative; z-index: 2; display: grid; place-content: center; gap: .45rem; cursor: pointer; }
    .menu-toggle span { display: block; width: 1.5rem; height: 1px; background: currentColor; transition: transform .25s; }
    .menu-open .menu-toggle span:first-child { transform: translateY(.24rem) rotate(45deg); }
    .menu-open .menu-toggle span:last-child { transform: translateY(-.24rem) rotate(-45deg); }
    .installation-stage { --stage-x: 3%; --stage-y: 2%; --stage-r: 3.2rem; }
    .install-scroll { display: none; }
    .install-coordinate { top: 5.4rem; right: 1.35rem; }
    .install-coordinate span:first-child, .install-coordinate i { display: none; }
    .install-founder { top: 5.5rem; left: 1.35rem; }
    .install-iris { width: 86vw; aspect-ratio: 1.7 / 1; }
    .install-caption { right: var(--pad); bottom: 3.8rem; max-width: none; }
    .install-caption > span { font-size: 2.8rem; }
    .install-progress { right: var(--pad); left: var(--pad); bottom: 1.75rem; width: auto; }
    .install-final { top: auto; right: var(--pad); bottom: 7rem; max-width: none; transform: translateY(1.5rem) scale(.96); }
    .install-final strong { font-size: clamp(3.2rem, 13vw, 5.6rem); }
    .chapter { align-items: flex-end; padding-bottom: 5rem; }
    .chapter-copy { width: min(30rem, 100%); }
    .hero-copy { padding: 0 0 3rem; }
    .hero-intro { grid-template-columns: 1fr; gap: 1.4rem; width: 88vw; margin-top: 2rem; }
    .hero-summary { padding-left: 0; border-left: 0; }
    .glass-card { background: linear-gradient(110deg, rgba(5,7,6,.64), rgba(5,7,6,.25)); }
    .journey-progress { bottom: 1rem; }
    .scroll-cue { display: none; }
    .manifesto { grid-template-columns: 1fr; gap: 2rem; }
    .manifesto-index { display: none; }
    .manifesto-note { max-width: 35rem; }
    .adaptive-heading { grid-template-columns: 1fr; }
    .adaptive-grid { grid-template-columns: 1fr; }
    .adaptive-card { min-height: 23rem; }
    .module-grid { grid-template-columns: 1fr; }
    .contact { grid-template-columns: 1fr; }
    .contact-intro { position: static; }
    .form-footer { grid-template-columns: 1fr; }
    .submit-button { width: 100%; min-width: 0; }
    .site-footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
    h1 { font-size: clamp(3.1rem, 15vw, 5rem); }
    h2 { font-size: clamp(2.8rem, 13vw, 4.5rem); }
    .brand-title { font-size: clamp(3.2rem, 15.2vw, 5rem); letter-spacing: .055em; text-indent: .055em; }
    .install-brand h1 { font-size: 17.5vw; }
    .install-brand p { margin-bottom: .8rem; font-size: .48rem; letter-spacing: .25em; }
    .install-brand b { margin-top: 1.25rem; font-size: .95rem; }
    .install-founder { top: 5.15rem; padding-left: .7rem; }
    .install-founder small { font-size: .4rem; }
    .install-founder strong { font-size: .85rem; }
    .install-caption { bottom: 3.9rem; gap: .75rem; }
    .install-caption > span { font-size: 2.4rem; }
    .install-caption > div { padding-left: .75rem; }
    .install-caption p { max-width: 15rem; font-size: .76rem; }
    .install-final { bottom: 6.3rem; }
    .install-final small { font-size: .47rem; }
    .install-final strong { font-size: clamp(2.8rem, 13vw, 4.5rem); }
    .install-final a { display: none; }
    .hero-statement { font-size: clamp(1.8rem, 9vw, 3rem); }
    .hero-intro .eyebrow { margin-bottom: .85rem; }
    .scene { border-radius: 2.8rem; }
    .scene img { object-position: 50% center; }
    .scene-layer[data-scene-layer="0"], .scene-layer[data-scene-layer="3"] { background: #070a0a; }
    .scene-layer[data-scene-layer="0"]::before, .scene-layer[data-scene-layer="3"]::before { content: ''; position: absolute; z-index: 0; inset: -10%; background-position: center; background-size: cover; filter: blur(22px) brightness(.42) saturate(.8); opacity: .72; transform: scale(1.12); }
    .scene-layer[data-scene-layer="0"]::before { background-image: linear-gradient(rgba(2,4,4,.28), rgba(2,4,4,.52)), url('../images/render-living.webp'); }
    .scene-layer[data-scene-layer="3"]::before { background-image: linear-gradient(rgba(2,4,4,.28), rgba(2,4,4,.52)), url('../images/render-veranda.webp'); }
    .scene-layer[data-scene-layer="0"] img, .scene-layer[data-scene-layer="3"] img { z-index: 1; object-fit: contain; object-position: center 34%; }
    .scene-label { display: none; }
    .chapter { padding-top: 7rem; }
    .glass-card { padding: 1.35rem; }
    .glass-card h2 { font-size: 2.65rem; }
    .hero-lead { font-size: .95rem; }
    .scene-label { top: 26%; max-width: 80vw; overflow: hidden; text-overflow: ellipsis; }
    .journey-progress { left: var(--pad); right: var(--pad); grid-template-columns: auto 1fr; }
    .module-meta { grid-template-columns: auto 1fr; }
    .module-meta p { grid-column: 2; }
    .module-desc { width: auto; margin-left: 1.7rem; }
    .field-row { grid-template-columns: 1fr; }
    .form-heading { align-items: start; }
    .form-heading > span { max-width: 5rem; text-align: right; }
    .process-list li { grid-template-columns: auto 1fr; border-radius: 2.2rem; }
    .site-footer { grid-template-columns: 1fr; align-items: start; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
    .scene img, .install-frame img { transform: none !important; }
}
