:root {
  font-family: Arial, Helvetica, sans-serif;
  color: #171714;
  background: #11100e;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  --ink: #171714;
  --paper: #ebe8df;
  --paper-2: #f3f0e8;
  --night: #11100e;
  --night-2: #191714;
  --muted: #7a776f;
  --copper: #a8764b;
  --line: rgba(23, 23, 20, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--night); }
body.menu-open { overflow: hidden; }
button, input, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
::selection { background: #b98557; color: #111; }

.section-dark { color: #eeeae0; background: var(--night); }
.light-section { color: var(--ink); background: var(--paper); }
.overline { margin: 0 0 24px; font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.overline.copper { color: #bc8c62; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; letter-spacing: -.045em; }
h1 em, h2 em { font-weight: 400; color: #c08a5e; }
.nav-shell { position: absolute; z-index: 50; top: 0; left: 7vw; right: 7vw; height: 92px; padding: 0; display: flex; align-items: center; justify-content: space-between; color: #f3efe5; background: transparent; border-bottom: 1px solid rgba(255,255,255,.2); }
.mark { display: inline-flex; gap: 8px; align-items: center; font-weight: 800; letter-spacing: -.04em; }
.mark span { font-size: 23px; }
.mark small { font-size: 9px; letter-spacing: .2em; font-weight: 500; }
.nav-links { display: flex; align-items: center; gap: 30px; font-size: 12px; }
.nav-links > a:not(.nav-cta) { color: #bbb7ae; transition: color .25s; }
.nav-links > a:hover { color: #fff; }
.nav-cta { height: 42px; display: inline-flex; align-items: center; gap: 14px; padding: 0 2px 0 0; color: #f1ece2; border-bottom: 1px solid rgba(255,255,255,.72); background: transparent; }
.menu-button { display: none; border: 0; background: transparent; }
.menu-button span { display: block; width: 20px; height: 1px; margin: 5px 0; background: currentColor; }

.hero { position: relative; min-height: 100svh; padding: 150px 7vw 72px; display: flex; align-items: center; overflow: hidden; }
.hero-image { position: absolute; inset: 0; background-image: url('/x3-board-hero.webp'), radial-gradient(circle at 65% 55%, #503524 0, #201b17 28%, #11100e 68%); background-size: cover; background-position: center; filter: saturate(.72) contrast(1.03); transform: scale(1.01); }
.hero-vignette { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(11,10,8,.96) 0%, rgba(11,10,8,.78) 32%, rgba(11,10,8,.1) 67%, rgba(11,10,8,.4) 100%), linear-gradient(0deg, rgba(10,9,8,.88) 0%, transparent 36%, rgba(8,7,6,.25) 100%); }
.hero-copy { position: relative; z-index: 2; width: min(780px, 72vw); padding-top: 4vh; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 34px; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: #c8c2b7; }
.eyebrow span { width: 38px; height: 1px; background: #b68258; }
.hero h1 { font-size: clamp(62px, 8.6vw, 148px); line-height: .86; margin-bottom: 36px; }
.hero h1 em { display: inline-block; }
.hero-lead { max-width: 640px; color: #c6c1b8; font-size: clamp(16px, 1.25vw, 20px); line-height: 1.55; }
.hero-actions { display: flex; gap: 32px; align-items: center; margin-top: 42px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 28px; padding: 0 24px; border: 0; cursor: pointer; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; transition: transform .25s, background .25s; }
.button:hover { transform: translateY(-2px); }
.button-light { background: #f2eee4; color: #181713; }
.button-light:hover { background: #fff; }
.button-dark { background: #181713; color: #f3efe6; }
.text-link { display: inline-flex; gap: 10px; align-items: center; font-size: 12px; color: #c6c1b8; }
.hero-index { position: absolute; z-index: 2; right: 7vw; bottom: 38px; display: flex; align-items: center; gap: 14px; color: #aaa59c; font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.hero-index i { width: 3px; height: 3px; border-radius: 50%; background: #b68258; }

.context { position: relative; min-height: 100vh; padding: 130px 7vw; display: grid; grid-template-columns: .3fr .9fr 1.2fr; align-items: center; gap: 5vw; overflow: hidden; }
.side-label { align-self: start; writing-mode: vertical-rl; font-size: 9px; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); }
.context-copy h2, .section-heading h2 { font-size: clamp(48px, 6vw, 92px); line-height: .96; margin-bottom: 34px; }
.context-copy > p:not(.overline) { max-width: 520px; color: #5f5c55; font-size: 17px; line-height: 1.65; }
.context-copy strong { display: block; margin-top: 50px; font-family: Georgia, serif; font-size: 28px; font-weight: 400; }
.orbit { position: relative; width: min(44vw, 600px); aspect-ratio: 1; margin: auto; border: 1px solid rgba(22,22,18,.18); border-radius: 50%; animation: slow-spin 70s linear infinite; }
.orbit::before, .orbit::after { content: ''; position: absolute; inset: 13%; border: 1px solid rgba(22,22,18,.11); border-radius: 50%; }
.orbit::after { inset: 31%; }
.orbit-core { position: absolute; z-index: 2; inset: 37%; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; background: #1a1916; color: #eee9df; animation: reverse-spin 70s linear infinite; }
.orbit-core span { font-size: 8px; letter-spacing: .2em; }
.orbit-core b { margin-top: 5px; font-family: Georgia, serif; font-size: 18px; font-weight: 400; }
.orbit-item { --angle: calc(var(--i) * 30deg); position: absolute; z-index: 3; left: 50%; top: 50%; padding: 6px 9px; background: var(--paper); border: 1px solid rgba(22,22,18,.2); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; transform: rotate(var(--angle)) translateX(calc(min(22vw, 300px) - 10px)) rotate(calc(-1 * var(--angle))); transform-origin: 0 0; }
@keyframes slow-spin { to { transform: rotate(360deg); } }
@keyframes reverse-spin { to { transform: rotate(-360deg); } }

.manifesto { position: relative; min-height: 100vh; padding: 140px 9vw; display: flex; align-items: center; overflow: hidden; }
.manifesto-number { position: absolute; left: 3vw; top: 50%; transform: translateY(-50%); font-family: Georgia, serif; font-size: 62vw; line-height: .75; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.075); }
.manifesto-copy { position: relative; z-index: 1; max-width: 900px; margin-left: auto; }
.manifesto h2 { font-size: clamp(58px, 8vw, 128px); line-height: .9; }
.manifesto-copy > p:not(.overline) { width: min(590px, 100%); margin: 40px 0 50px auto; color: #aaa59d; font-size: 18px; line-height: 1.65; }
.statement { width: min(590px, 100%); margin-left: auto; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.18); font-family: Georgia, serif; font-size: 30px; }
.statement b { color: #bc8c62; font-weight: 400; }

.board { padding: 130px 7vw 150px; }
.section-heading { max-width: 950px; margin-bottom: 78px; }
.section-heading > p:last-child { max-width: 620px; color: #66625a; font-size: 18px; line-height: 1.6; }
.section-heading.light > p:last-child { color: #aaa59d; }
.section-heading.compact { max-width: 600px; }
.board-layout { display: grid; grid-template-columns: minmax(520px, 1.25fr) minmax(340px, .75fr); gap: 6vw; align-items: center; }
.seat-map { position: relative; min-height: 600px; }
.table-shape { position: absolute; left: 50%; top: 50%; width: 68%; height: 34%; transform: translate(-50%, -50%); border: 1px solid rgba(29,28,24,.28); background: linear-gradient(105deg, #d2ccbf, #e4dfd5); box-shadow: inset 0 0 60px rgba(75,57,40,.08), 0 30px 80px rgba(51,46,37,.08); display: flex; align-items: center; justify-content: center; gap: 12px; color: #75573f; font-size: 10px; letter-spacing: .2em; }
.table-shape::before, .table-shape::after { content: ''; position: absolute; inset: 14px; border: 1px solid rgba(90,68,50,.09); }
.seat { position: absolute; width: 72px; height: 72px; margin: -36px; border-radius: 50%; border: 1px solid rgba(21,20,17,.22); background: var(--paper-2); cursor: pointer; transition: .25s; }
.seat::after { content: ''; position: absolute; inset: 7px; border-radius: 50%; background: #d7d2c7; transition: .25s; }
.seat span { position: relative; z-index: 1; font-size: 10px; }
.seat:hover, .seat.active { border-color: #956842; transform: scale(1.08); }
.seat.active::after { background: #1b1a17; }
.seat.active span { color: #f0ece3; }
.seat-1 { left: 18%; top: 20%; } .seat-2 { left: 34%; top: 15%; } .seat-3 { left: 50%; top: 13%; } .seat-4 { left: 66%; top: 15%; } .seat-5 { left: 82%; top: 20%; }
.seat-6 { left: 11%; top: 50%; } .seat-7 { left: 89%; top: 50%; }
.seat-8 { left: 18%; top: 80%; } .seat-9 { left: 34%; top: 85%; } .seat-10 { left: 50%; top: 87%; } .seat-11 { left: 66%; top: 85%; } .seat-12 { left: 82%; top: 80%; }
.seat-card { min-height: 520px; padding: 50px; background: #1a1916; color: #eae6dc; display: flex; flex-direction: column; justify-content: center; }
.seat-card-index { color: #a87953; font-size: 9px; letter-spacing: .18em; }
.seat-card h3 { max-width: 430px; margin: 50px 0; font-family: Georgia, serif; font-weight: 400; font-size: clamp(40px, 4vw, 64px); line-height: .95; }
.seat-card dl { margin: 0; }
.seat-card dl div { padding: 18px 0; border-top: 1px solid rgba(255,255,255,.12); }
.seat-card dt { margin-bottom: 7px; color: #8c877f; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.seat-card dd { margin: 0; color: #ccc7bd; font-size: 14px; line-height: 1.5; }
.seat-hint { margin: 30px 0 0; color: #77726a; font-size: 10px; }

.target { position: relative; min-height: 100vh; padding: 140px 8vw; display: flex; align-items: center; overflow: hidden; }
.target-rings { position: absolute; width: min(75vw, 1000px); aspect-ratio: 1; right: -18vw; top: 50%; transform: translateY(-50%); }
.target-rings span { position: absolute; inset: calc(var(--n, 0) * 10%); border: 1px solid rgba(192,138,94,.22); border-radius: 50%; }
.target-rings span:nth-child(1) { --n: 0; } .target-rings span:nth-child(2) { --n: 1; } .target-rings span:nth-child(3) { --n: 2; } .target-rings span:nth-child(4) { --n: 3; background: radial-gradient(circle, rgba(192,138,94,.35), transparent 60%); }
.target-copy { position: relative; z-index: 2; max-width: 900px; }
.target h2 { font-size: clamp(58px, 7.5vw, 116px); line-height: .9; }
.target-copy > p:not(.overline) { max-width: 600px; color: #aaa59d; font-size: 18px; line-height: 1.65; }
.target blockquote { margin: 70px 0 0; padding-left: 30px; border-left: 1px solid #a8764b; font-family: Georgia, serif; font-size: clamp(25px, 3vw, 40px); line-height: 1.25; }
.target blockquote b { color: #c08a5e; font-weight: 400; }

.formula { padding: 140px 7vw; }
.formula-grid { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.formula-grid article { min-height: 350px; padding: 36px 28px; display: flex; flex-direction: column; justify-content: space-between; }
.formula-grid article > span { font-size: 9px; letter-spacing: .16em; color: #777269; }
.formula-grid h3 { margin: auto 0 24px; font-family: Georgia, serif; font-size: clamp(34px, 4vw, 58px); font-weight: 400; }
.formula-grid p { margin: 0; color: #656159; font-size: 13px; line-height: 1.55; }
.formula-sign { display: flex; align-items: center; color: #9d6e48; font-family: Georgia, serif; font-size: 34px; }
.formula-grid .result-card { margin: -1px 0; background: #191815; color: #eeeae0; }
.formula-grid .result-card > span, .formula-grid .result-card p { color: #b88a64; }

.process { padding: 140px 7vw; }
.stage-list { border-top: 1px solid rgba(255,255,255,.16); }
.stage-list article { min-height: 116px; display: grid; grid-template-columns: 80px .8fr 1.3fr 30px; align-items: center; gap: 30px; border-bottom: 1px solid rgba(255,255,255,.12); transition: padding .25s, background .25s; }
.stage-list article:hover { padding: 0 20px; background: rgba(255,255,255,.03); }
.stage-list article > span { color: #a97b56; font-size: 10px; }
.stage-list h3 { margin: 0; font-family: Georgia, serif; font-size: 28px; font-weight: 400; }
.stage-list p { margin: 0; color: #98938b; font-size: 14px; }
.stage-list svg { color: #615d56; }
.ai-voice { max-width: 740px; margin: 80px 0 0 auto; padding: 26px 30px; display: flex; gap: 24px; align-items: flex-start; border: 1px solid rgba(184,138,100,.32); background: #171512; }
.ai-voice p { margin: 0; font-family: Georgia, serif; font-size: 22px; line-height: 1.4; }
.ai-voice small { display: block; margin-bottom: 10px; color: #9f7654; font-family: Arial, sans-serif; font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.pulse-dot { flex: 0 0 auto; width: 10px; height: 10px; margin-top: 4px; border-radius: 50%; background: #b17f57; box-shadow: 0 0 0 7px rgba(177,127,87,.13); }

.emergence { min-height: 100vh; padding: 130px 7vw; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 7vw; }
.emergence-visual { display: flex; align-items: center; }
.answers { width: 330px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.answers span { aspect-ratio: 1; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-size: 9px; color: #777269; }
.answer-line { width: 70px; height: 1px; background: #9d6e48; }
.new-answer { width: 160px; aspect-ratio: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; background: #1b1a17; color: #eeeae0; box-shadow: 0 20px 60px rgba(41,30,21,.22); }
.new-answer svg { width: 18px; color: #bd8a60; }
.new-answer span { font-family: Georgia, serif; font-size: 58px; line-height: 1; }
.new-answer small { font-size: 8px; letter-spacing: .18em; color: #ae7c55; }
.emergence-copy h2 { font-size: clamp(50px, 6vw, 88px); line-height: .95; }
.emergence-copy strong { display: block; margin: 40px 0 22px; font-family: Georgia, serif; font-size: 28px; font-weight: 400; }
.emergence-copy > p:last-child { max-width: 560px; color: #625e56; line-height: 1.6; }

.technology { padding: 140px 7vw; text-align: center; }
.technology h2 { margin-bottom: 80px; font-size: clamp(60px, 8vw, 124px); line-height: .88; }
.equation { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.14); border-left: 1px solid rgba(255,255,255,.14); }
.equation > div { position: relative; min-height: 170px; padding: 26px; border-right: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); text-align: left; }
.equation span { color: #a87b56; font-size: 9px; letter-spacing: .16em; }
.equation p { margin-top: 60px; font-family: Georgia, serif; font-size: 22px; }
.equation b { position: absolute; right: -7px; top: 50%; z-index: 2; width: 14px; height: 14px; margin-top: -7px; background: #11100e; color: #a87b56; text-align: center; font-weight: 400; }
.equation .equation-result { background: #a8764b; color: #11100e; }
.equation .equation-result span { color: #11100e; font-size: 20px; }
.equation .equation-result p { font-size: 30px; }

.journey { padding: 140px 7vw; }
.phase-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.phase-grid article { position: relative; min-height: 480px; padding: 30px; border-right: 1px solid var(--line); }
.phase-grid article:last-child { border: 0; }
.phase-grid article > span { position: absolute; right: 25px; top: 10px; font-family: Georgia, serif; font-size: 90px; color: rgba(23,23,20,.06); }
.phase-grid small { font-size: 9px; letter-spacing: .18em; text-transform: uppercase; color: #9b6c48; }
.phase-grid h3 { margin: 170px 0 28px; max-width: 300px; font-family: Georgia, serif; font-size: 38px; font-weight: 400; line-height: 1.05; }
.phase-grid p { max-width: 330px; color: #66625a; font-size: 14px; line-height: 1.65; }

.reciprocity { min-height: 100vh; padding: 130px 8vw; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 8vw; overflow: hidden; }
.reciprocity h2 { font-size: clamp(60px, 8vw, 118px); line-height: .88; }
.reciprocity-copy > p:not(.overline) { max-width: 600px; color: #aaa59d; font-size: 17px; line-height: 1.65; }
.reciprocity-copy strong { display: block; margin-top: 50px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.15); font-family: Georgia, serif; font-size: 27px; font-weight: 400; line-height: 1.35; }
.value-wheel { position: relative; width: min(42vw, 620px); aspect-ratio: 1; margin: auto; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; }
.value-wheel::after { content: ''; position: absolute; inset: 24%; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; }
.value-wheel span { --angle: calc(var(--i) * 30deg); position: absolute; left: 50%; top: 50%; width: 34px; height: 34px; margin: -17px; transform: rotate(var(--angle)) translateX(calc(min(21vw, 310px))) rotate(calc(-1 * var(--angle))); border: 1px solid #9e7656; border-radius: 50%; background: #181714; box-shadow: 0 0 0 8px #11100e; }
.value-wheel b { position: absolute; inset: 41%; z-index: 2; display: grid; place-items: center; border-radius: 50%; background: #eee9df; color: #1a1916; font-size: 27px; }

.formats { padding: 140px 7vw; }
.formats-heading { display: grid; grid-template-columns: .45fr 1.1fr .7fr; gap: 5vw; align-items: end; margin-bottom: 80px; }
.formats-heading .overline { align-self: start; }
.formats-heading h2 { margin: 0; font-size: clamp(58px, 7vw, 108px); line-height: .9; }
.formats-heading > p:last-child { margin: 0; color: #67635c; line-height: 1.65; }
.format-rows { border-top: 1px solid var(--line); }
.mode-row { min-height: 450px; padding: 46px 0; display: grid; grid-template-columns: .45fr 1.05fr .9fr; gap: 5vw; align-items: stretch; border-bottom: 1px solid var(--line); }
.mode-row-dark { margin: 0 -7vw; padding: 46px 7vw; color: #eeeae0; background: #171613; border: 0; }
.mode-index { display: flex; flex-direction: column; justify-content: space-between; }
.mode-index span { color: #a8744d; font-family: Georgia, serif; font-size: 48px; }
.mode-index small { font-size: 9px; letter-spacing: .16em; text-transform: uppercase; color: #777269; }
.mode-row-dark .mode-index small { color: #827d75; }
.mode-copy { display: flex; flex-direction: column; justify-content: center; }
.mode-copy h3 { margin-bottom: 30px; font-family: Georgia, serif; font-size: clamp(50px, 5.5vw, 82px); font-weight: 400; line-height: .95; }
.mode-copy > p { max-width: 580px; color: #656159; font-size: 16px; line-height: 1.65; }
.mode-row-dark .mode-copy > p { color: #a29d94; }
.mode-copy ul { margin: 34px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 9px; list-style: none; }
.mode-copy li { padding: 9px 12px; border: 1px solid var(--line); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.mode-row-dark .mode-copy li { border-color: rgba(255,255,255,.14); color: #c4beb4; }
.mode-signal { padding: 38px; display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto 1fr; align-items: start; gap: 12px 24px; border: 1px solid var(--line); background: #e2ded4; }
.mode-row-dark .mode-signal { border-color: rgba(255,255,255,.14); background: #11100e; }
.mode-signal strong { font-family: Georgia, serif; font-size: clamp(76px, 8vw, 120px); font-weight: 400; line-height: .72; letter-spacing: -.08em; }
.mode-signal > span { padding-top: 5px; color: #6c675f; font-size: 10px; line-height: 1.45; letter-spacing: .1em; text-transform: uppercase; }
.mode-row-dark .mode-signal > span { color: #8e8981; }
.seat-line { grid-column: 1 / -1; align-self: end; display: grid; grid-template-columns: repeat(6, 1fr); gap: 13px; }
.seat-line i { aspect-ratio: 1; border: 1px solid #a49d91; border-radius: 50%; }
.seat-line i:nth-child(6), .seat-line i:nth-child(7) { border-color: #a8764b; box-shadow: inset 0 0 0 5px #e2ded4, inset 0 0 0 6px #a8764b; }
.decision-stack { grid-column: 1 / -1; align-self: end; display: grid; gap: 7px; }
.decision-stack i { position: relative; padding: 11px 14px; border: 1px solid rgba(255,255,255,.14); color: #918c84; font-style: normal; font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.decision-stack i::after { content: ''; position: absolute; top: 50%; right: 14px; width: var(--w, 35%); height: 1px; background: #6f6a62; }
.decision-stack i:nth-child(2)::after { --w: 50%; }.decision-stack i:nth-child(3)::after { --w: 68%; }.decision-stack i:nth-child(4) { color: #d8d2c8; border-color: #a8764b; }.decision-stack i:nth-child(4)::after { --w: 82%; background: #a8764b; }
.formats-note { margin: 80px 0 0; text-align: center; font-family: Georgia, serif; font-size: 28px; }

.pause { min-height: 85vh; padding: 130px 8vw; display: flex; flex-direction: column; justify-content: center; }
.pause > p { color: #88837c; font-family: Georgia, serif; font-size: 25px; line-height: 1.4; }
.pause h2 { max-width: 1200px; margin: 8vh 0 0 auto; text-align: right; font-size: clamp(52px, 7vw, 108px); line-height: .95; }

.apply { padding: 140px 7vw; display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 8vw; align-items: start; }
.apply-intro { align-self: start; }
.apply-intro h2 { font-size: clamp(49px, 5.8vw, 86px); line-height: .95; }
.apply-intro > p:last-child { max-width: 520px; color: #66625a; line-height: 1.65; }
.apply-panel { min-width: 0; }
form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 22px; padding: 44px 42px; border: 1px solid var(--line); background: rgba(255,255,255,.12); }
form label { display: flex; flex-direction: column; gap: 10px; }
form label.full { grid-column: 1 / -1; }
form label span { font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
form input, form textarea { width: 100%; min-width: 0; padding: 18px 0; border: 0; border-bottom: 1px solid #aaa398; border-radius: 0; background: transparent; outline: 0; resize: vertical; color: #1a1916; transition: border-color .25s; }
form textarea { min-height: 150px; }
form input:focus, form textarea:focus { border-color: #171714; }
.form-footer { grid-column: 1 / -1; margin-top: 12px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.form-footer small { max-width: 260px; color: #7f7a71; font-size: 9px; line-height: 1.4; }
.form-trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; padding: 0 !important; border: 0 !important; }
.form-error { grid-column: 1 / -1; margin: 0; padding: 14px 16px; border: 1px solid #9d634d; color: #7c3e2d; font-size: 12px; line-height: 1.4; }
.button:disabled { opacity: .58; cursor: wait; transform: none; }
[hidden] { display: none !important; }
.success { min-height: 560px; padding: 70px; display: flex; flex-direction: column; justify-content: center; background: #1a1916; color: #eeeae0; }
.success > div { width: 46px; height: 46px; margin-bottom: 60px; display: grid; place-items: center; border-radius: 50%; background: #b17d53; }
.success h3 { max-width: 560px; font-family: Georgia, serif; font-size: 36px; font-weight: 400; line-height: 1.25; }
.success button { width: fit-content; padding: 12px 0; border: 0; border-bottom: 1px solid #8b867e; background: transparent; color: #bdb8af; cursor: pointer; font-size: 11px; }

.footer { position: relative; min-height: 100vh; padding: 42px 7vw; display: flex; flex-direction: column; justify-content: space-between; }
.footer-center { margin: auto; text-align: center; }
.footer-center > p { margin-bottom: 60px; color: #97928a; line-height: 1.6; }
.footer h2 { font-size: clamp(48px, 6vw, 94px); line-height: .98; }
.footer .button { margin-top: 30px; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: #77726b; font-size: 9px; letter-spacing: .16em; }
.mobile-cta { display: none; }

[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .9s ease, transform .9s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .nav-links { gap: 18px; }
  .context { grid-template-columns: 1fr; padding-top: 110px; }
  .side-label { display: none; }
  .orbit { width: min(76vw, 560px); margin-top: 50px; }
  .orbit-item { transform: rotate(var(--angle)) translateX(calc(min(38vw, 280px) - 10px)) rotate(calc(-1 * var(--angle))); }
  .board-layout { grid-template-columns: 1fr; }
  .seat-map { min-height: 520px; }
  .formula-grid { grid-template-columns: 1fr 30px 1fr; }
  .formula-grid .result-card { grid-column: span 3; min-height: 220px; }
  .formula-grid > .formula-sign:nth-of-type(3) { display: none; }
  .emergence { grid-template-columns: 1fr; }
  .emergence-visual { justify-content: center; }
  .reciprocity { grid-template-columns: 1fr; }
  .value-wheel { width: min(72vw, 600px); }
  .value-wheel span { transform: rotate(var(--angle)) translateX(calc(min(36vw, 300px))) rotate(calc(-1 * var(--angle))); }
  .formats-heading { grid-template-columns: 1fr; align-items: start; }
  .formats-heading > p:last-child { max-width: 560px; }
  .mode-row { grid-template-columns: .3fr 1fr; }
  .mode-signal { grid-column: 2; min-height: 330px; }
  .apply { grid-template-columns: 1fr; }
  .apply-intro { position: static; }
}

@media (max-width: 720px) {
  .nav-shell { position: absolute; top: 0; left: 20px; right: 20px; height: 74px; }
  .nav-shell .mark, .menu-button { position: relative; z-index: 2; }
  .menu-button { display: grid; place-items: center; width: 44px; height: 44px; padding: 8px; color: white; }
  .menu-button.active span:first-child { transform: translateY(6px) rotate(45deg); }
  .menu-button.active span:last-child { transform: rotate(-45deg); }
  .menu-button span { transition: transform .25s; }
  .nav-links { position: fixed; z-index: 1; inset: 0; padding: 120px 28px calc(90px + env(safe-area-inset-bottom)); display: none; flex-direction: column; align-items: stretch; justify-content: center; gap: 0; background: rgba(17,16,14,.985); }
  .nav-links.open { display: flex; }
  .nav-links > a:not(.nav-cta) { padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.12); color: #eeeae0; font-family: Georgia, serif; font-size: 36px; line-height: 1; }
  .nav-cta { height: 56px; margin-top: 38px; padding: 0 20px; justify-content: space-between; color: #171613; background: #eeeae0; border: 0; }
  .hero { padding: 130px 24px 100px; align-items: flex-end; }
  .hero-image { background-position: 64% center; }
  .hero-vignette { background: linear-gradient(0deg, rgba(10,9,8,.98) 0%, rgba(10,9,8,.78) 45%, rgba(10,9,8,.2) 100%); }
  .hero-copy { width: 100%; }
  .hero h1 { font-size: clamp(55px, 17vw, 84px); line-height: .89; }
  .hero h1 em { display: block; font-size: .82em; }
  .hero-lead { font-size: 15px; }
  .hero-actions .button { flex: 1; }
  .hero-actions .text-link { display: none; }
  .hero-index { left: 24px; right: auto; bottom: 25px; }
  .context, .board, .formula, .process, .technology, .journey, .formats, .apply { padding: 92px 22px; }
  .context-copy h2, .section-heading h2 { font-size: clamp(43px, 12vw, 52px); }
  .context-copy strong { font-size: 24px; }
  .orbit { width: 78vw; }
  .orbit-item { font-size: 7px; padding: 4px 5px; transform: rotate(var(--angle)) translateX(calc(39vw - 8px)) rotate(calc(-1 * var(--angle))); }
  .orbit-core b { font-size: 13px; }
  .manifesto { padding: 100px 24px; }
  .manifesto h2, .target h2, .reciprocity h2 { font-size: 55px; }
  .manifesto-copy > p:not(.overline) { font-size: 15px; }
  .board-layout { gap: 30px; }
  .seat-map { min-height: 390px; margin: 0 -10px; }
  .seat { width: 48px; height: 48px; margin: -24px; }
  .table-shape { width: 64%; }
  .seat-card { min-height: 500px; padding: 34px; }
  .seat-card h3 { font-size: 46px; }
  .target { padding: 110px 24px; }
  .target blockquote { font-size: 26px; }
  .formula-grid { grid-template-columns: 1fr; }
  .formula-grid article { min-height: 270px; border-bottom: 1px solid var(--line); }
  .formula-grid .result-card { grid-column: auto; }
  .formula-sign { min-height: 50px; justify-content: center; }
  .stage-list article { grid-template-columns: 35px 1fr 18px; padding: 22px 0; gap: 12px; }
  .stage-list article h3 { font-size: 24px; }
  .stage-list article p { grid-column: 2 / 4; font-size: 12px; }
  .ai-voice { margin-top: 50px; padding: 22px; }
  .ai-voice p { font-size: 18px; }
  .emergence { padding: 95px 24px; }
  .emergence-visual { width: 100%; min-width: 0; margin: 0; display: grid; grid-template-columns: minmax(0, 1fr) 28px 96px; }
  .answers { width: 100%; gap: 8px; }
  .answer-line { width: 28px; }
  .new-answer { width: 96px; }
  .new-answer span { font-size: 44px; }
  .emergence-copy h2 { font-size: 46px; }
  .technology h2 em { display: block; font-size: .78em; overflow-wrap: anywhere; }
  .equation { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .equation > div { min-width: 0; }
  .equation p { font-size: 18px; overflow-wrap: anywhere; }
  .equation .equation-result p { font-size: 20px; }
  .phase-grid { grid-template-columns: 1fr; }
  .phase-grid article { min-height: 360px; border-right: 0; border-bottom: 1px solid var(--line); }
  .phase-grid h3 { margin-top: 120px; }
  .reciprocity { padding: 100px 24px; }
  .value-wheel { width: 74vw; }
  .value-wheel span { width: 24px; height: 24px; margin: -12px; transform: rotate(var(--angle)) translateX(37vw) rotate(calc(-1 * var(--angle))); }
  .formats-heading { gap: 25px; margin-bottom: 55px; }
  .formats-heading h2 { font-size: 53px; }
  .mode-row, .mode-row-dark { min-height: 0; margin-left: -22px; margin-right: -22px; padding: 38px 22px; grid-template-columns: 1fr; gap: 36px; }
  .mode-row:not(.mode-row-dark) { margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; }
  .mode-index { flex-direction: row; align-items: center; }
  .mode-index span { font-size: 38px; }
  .mode-copy h3 { font-size: 52px; }
  .mode-copy > p { font-size: 15px; }
  .mode-signal { grid-column: auto; min-height: 330px; padding: 28px; }
  .mode-signal strong { font-size: 82px; }
  .formats-note { margin-top: 56px; font-size: 23px; line-height: 1.3; }
  .pause { padding: 95px 24px; }
  .pause h2 { font-size: 49px; }
  .apply-intro h2 { font-size: 50px; }
  form { grid-template-columns: 1fr; padding: 30px 20px; gap: 26px; }
  form label.full { grid-column: auto; }
  form input, form textarea { font-size: 16px; }
  .form-footer { grid-column: auto; flex-direction: column; align-items: stretch; }
  .form-footer .button { width: 100%; }
  .form-footer small { max-width: none; }
  .form-error { grid-column: auto; }
  .success { min-height: 470px; padding: 34px 26px; }
  .success h3 { font-size: 30px; }
  .footer { min-height: 100svh; padding: 35px 22px calc(95px + env(safe-area-inset-bottom)); }
  .footer h2 { font-size: clamp(40px, 11vw, 48px); }
  .footer .button { width: 100%; }
  .mobile-cta { position: fixed; z-index: 45; left: 12px; right: 12px; bottom: max(10px, env(safe-area-inset-bottom)); height: 52px; display: flex; align-items: center; justify-content: center; gap: 16px; opacity: 0; pointer-events: none; transform: translateY(80px); background: #eeeae0; color: #161512; box-shadow: 0 10px 40px rgba(0,0,0,.28); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; transition: opacity .3s, transform .3s; }
  body.past-hero .mobile-cta { opacity: 1; pointer-events: auto; transform: none; }
}

@media (max-width: 430px) {
  .hero { min-height: 100svh; padding: 112px 20px 92px; }
  .hero h1 { font-size: clamp(48px, 13.6vw, 59px); }
  .hero-lead { max-width: 92%; font-size: 14px; line-height: 1.5; }
  .hero-actions { margin-top: 30px; }
  .hero-index { left: 20px; gap: 9px; font-size: 7px; }
  .orbit { width: 76vw; }
  .orbit-item { transform: rotate(var(--angle)) translateX(calc(38vw - 8px)) rotate(calc(-1 * var(--angle))); }
  .manifesto h2, .target h2, .reciprocity h2 { font-size: 49px; }
  .seat-map { min-height: 350px; }
  .seat { width: 44px; height: 44px; margin: -22px; }
  .seat-card { min-height: 460px; padding: 28px; }
  .seat-card h3 { margin: 38px 0; font-size: 42px; }
  .emergence { padding-left: 20px; padding-right: 20px; }
  .emergence-visual { grid-template-columns: minmax(0, 1fr) 22px 82px; }
  .answer-line { width: 22px; }
  .new-answer { width: 82px; }
  .equation > div { min-height: 145px; padding: 18px; }
  .equation p { margin-top: 48px; font-size: 16px; }
  .value-wheel { width: 70vw; }
  .value-wheel span { transform: rotate(var(--angle)) translateX(35vw) rotate(calc(-1 * var(--angle))); }
  .mode-signal { min-height: 300px; }
  .seat-line { gap: 9px; }
  .pause h2 { font-size: 43px; }
  .apply-intro h2 { font-size: 44px; }
}

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