/* ATHLEMATE DRAFT landing page */
:root {
  --black: #050606;
  --black-soft: #0b0d0e;
  --navy: #07192b;
  --navy-2: #0c233c;
  --gold: #b49358;
  --gold-bright: #c6a66d;
  --paper: #f1eee7;
  --paper-2: #e6e0d6;
  --white: #f8f7f3;
  --muted: #aaa79f;
  --line: rgba(199, 161, 90, .42);
  --shell: min(1440px, calc(100vw - 96px));
  --serif: "Shippori Mincho", serif;
  --sans: "Zen Kaku Gothic New", sans-serif;
  --en: "Barlow Condensed", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--white); background: var(--black); font-family: var(--sans); letter-spacing: .015em; -webkit-font-smoothing: antialiased; }
body.drawer-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { color: inherit; }
img { max-width: 100%; }
.section-shell { width: var(--shell); margin-inline: auto; }
.kicker { margin: 0 0 14px; color: var(--gold); font: 600 .78rem/1 var(--en); letter-spacing: .16em; text-transform: uppercase; }
.button { min-height: 56px; display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; padding: 0 24px; border: 1px solid var(--line); font-size: .86rem; font-weight: 500; transition: background .18s, color .18s, border-color .18s; }
.button span { font-family: var(--en); }
.button-gold { color: #111; border-color: var(--gold); background: var(--gold); }
.button-gold:hover { background: var(--gold-bright); border-color: var(--gold-bright); }
.button-outline { background: rgba(0,0,0,.1); }
.button-outline:hover { border-color: var(--gold); color: var(--gold-bright); }
.button-dark { color: var(--white); background: var(--navy); border-color: var(--navy); }
.button-dark:hover { background: #102e4d; }
.button-row { display: flex; flex-wrap: wrap; gap: 14px; }

.site-header { height: 76px; position: fixed; z-index: 100; inset: 0 0 auto; display: grid; grid-template-columns: 190px 1fr auto; align-items: center; gap: 28px; padding: 0 34px; background: rgba(5,6,6,.92); border-bottom: 1px solid rgba(255,255,255,.09); backdrop-filter: blur(10px); }
.brand { display: inline-flex; flex-direction: column; width: max-content; }
.brand strong { font-size: 1.35rem; letter-spacing: .06em; line-height: 1; }
.brand span { margin-top: 7px; font: 600 .55rem/1 var(--en); letter-spacing: .38em; }
.global-nav { display: flex; justify-content: flex-end; gap: clamp(18px, 2.15vw, 38px); }
.global-nav a { position: relative; color: #dedcd6; font-size: .78rem; font-weight: 600; white-space: nowrap; }
.global-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -10px; height: 1px; background: var(--gold); transition: right .25s; }
.global-nav a:hover::after { right: 0; }
.header-cta { height: 44px; display: flex; align-items: center; gap: 22px; padding: 0 20px; color: #111; background: var(--gold); font-size: .8rem; font-weight: 700; }
.menu-button { display: none; }

.hero { min-height: 850px; position: relative; overflow: hidden; display: grid; grid-template-columns: minmax(390px, .84fr) minmax(560px, 1.16fr); align-items: center; gap: clamp(34px, 4vw, 78px); padding: 118px max(5vw, 44px) 72px; background: radial-gradient(circle at 72% 12%, rgba(93,96,94,.18), transparent 31%), #050606; border-bottom: 1px solid var(--line); }
.hero::before { content: ""; position: absolute; inset: auto 0 0; height: 36%; opacity: .14; background: linear-gradient(180deg, transparent, #000); }
.hero-light { position: absolute; top: -160px; right: 19%; width: 280px; height: 760px; transform: rotate(8deg); background: linear-gradient(to bottom, rgba(255,249,226,.25), transparent 72%); filter: blur(24px); clip-path: polygon(47% 0, 53% 0, 100% 100%, 0 100%); pointer-events: none; }
.hero-copy { position: relative; z-index: 3; max-width: 590px; padding-block: 36px; }
.hero h1 { margin: 0 0 30px; font: 600 clamp(3.8rem, 6vw, 7.1rem)/.99 var(--serif); letter-spacing: -.045em; white-space: nowrap; }
.hero-message { margin: 0 0 24px; font: 500 clamp(1.45rem, 2.1vw, 2.35rem)/1.65 var(--serif); letter-spacing: .055em; }
.hero-description { margin: 0 0 34px; color: #d0cdc5; font-size: .94rem; line-height: 2; }
.hero-stage { min-height: 660px; position: relative; z-index: 2; display: grid; place-items: center; }
.hero-photo-frame { width: min(610px, 100%); height: 680px; position: relative; overflow: hidden; margin: 0; background: #0a0b0c; border: 1px solid rgba(198,166,109,.28); box-shadow: 0 38px 72px rgba(0,0,0,.52); }
.hero-photo-frame::before { content: ""; position: absolute; z-index: 1; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(5,6,6,.38), transparent 28%), linear-gradient(180deg, rgba(6,23,45,.2), transparent 24%, rgba(5,6,6,.2)); }
.hero-photo-frame::after { content: "ATHLEMATE DRAFT  /  2027"; position: absolute; z-index: 2; right: 24px; bottom: 22px; color: rgba(255,255,255,.72); font: 600 .63rem/1 var(--en); letter-spacing: .2em; }
.hero-photo-frame img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 49%; filter: saturate(.72) contrast(1.06) brightness(.84); }
.hero-scroll { position: absolute; z-index: 5; left: max(5vw, 44px); bottom: 28px; color: var(--muted); font: 600 .68rem var(--en); letter-spacing: .18em; }

.candidate-section { padding: 86px 0 82px; overflow: hidden; background: #070808; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 42px; }
.section-head h2 { margin: 0; font: 600 clamp(2rem, 3vw, 3.2rem)/1.3 var(--serif); letter-spacing: .04em; }
.section-head > p { margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.9; }
.candidate-toolbar { min-height: 68px; display: flex; align-items: center; gap: 28px; margin-bottom: 24px; padding: 12px 18px; background: #101111; border: 1px solid rgba(255,255,255,.12); }
.candidate-toolbar label { display: flex; align-items: center; gap: 12px; color: var(--muted); font-size: .72rem; }
.candidate-toolbar select { min-width: 130px; color: var(--white); border: 0; border-bottom: 1px solid #5b5851; padding: 8px 26px 8px 4px; background: transparent; }
.candidate-toolbar p { margin: 0 0 0 auto; color: var(--muted); font-size: .78rem; }
.candidate-toolbar b { color: var(--gold); font: 700 1.15rem var(--en); }
.candidate-track { width: var(--shell); margin-inline: auto; display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 10px; }
.candidate-card { min-width: 0; position: relative; display: flex; flex-direction: column; background: #101211; border: 1px solid rgba(255,255,255,.18); transition: border-color .18s, background-color .18s; }
.candidate-card:hover { background: #141614; border-color: rgba(180,147,88,.72); }
.candidate-portrait { height: 176px; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; padding: 16px 15px; background: #282b2a; border-bottom: 1px solid rgba(255,255,255,.13); }
.candidate-portrait::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 3px; background: var(--gold); opacity: .72; }
.candidate-portrait::after { content: attr(data-index); position: absolute; right: 8px; bottom: -18px; color: rgba(255,255,255,.045); font: 700 8.5rem/.8 var(--en); letter-spacing: -.04em; }
.candidate-portrait > span { position: relative; z-index: 2; align-self: flex-end; color: rgba(255,255,255,.78); font: 500 2rem var(--serif); letter-spacing: .08em; }
.candidate-portrait small { position: relative; z-index: 2; color: var(--gold-bright); font: 600 .68rem var(--en); letter-spacing: .16em; }
.candidate-portrait b { position: relative; z-index: 2; color: rgba(255,255,255,.58); font: 500 .62rem/1.5 var(--sans); letter-spacing: .08em; }
.tone-sand { background-color: #423e36; }
.tone-charcoal { background-color: #303332; }
.tone-navy { background-color: #233342; }
.tone-umber { background-color: #44372f; }
.tone-slate { background-color: #35414a; }
.tone-forest { background-color: #2e3c35; }
.tone-wine { background-color: #443337; }
.tone-blue { background-color: #293c47; }
.candidate-summary { min-height: 116px; padding: 15px 14px 12px; border-top: 1px solid rgba(255,255,255,.12); }
.candidate-summary span { color: var(--gold); font-size: .62rem; }
.candidate-summary strong { display: block; margin: 7px 0 5px; font: 600 1.08rem var(--sans); letter-spacing: .1em; }
.candidate-summary p { margin: 0; color: #b5b2aa; font-size: .68rem; }
.candidate-match { display: flex; align-items: end; justify-content: space-between; padding: 10px 14px; border-block: 1px solid rgba(255,255,255,.09); }
.candidate-match span { color: var(--muted); font: 600 .58rem var(--en); letter-spacing: .12em; }
.candidate-match strong { color: var(--gold-bright); font: 700 1.55rem/1 var(--en); }
.candidate-match small { font-size: .7rem; }
.candidate-scores { display: grid; gap: 7px; padding: 12px 14px; }
.candidate-scores div { display: flex; align-items: center; justify-content: space-between; gap: 10px; color: #c2bfb8; font-size: .59rem; }
.metric-ticks { display: grid; grid-template-columns: repeat(5, 10px); gap: 3px; }
.metric-ticks i { height: 2px; background: #3b3c39; }
.metric-ticks i.is-on { background: var(--gold); }
.card-actions { display: grid; grid-template-columns: 1fr; margin-top: auto; }
.card-actions button { min-height: 37px; padding: 4px 8px; color: #d5d2ca; border: 0; border-top: 1px solid rgba(255,255,255,.1); background: transparent; cursor: pointer; font-size: .61rem; }
.card-actions button:last-child { color: #161411; background: var(--gold); font-weight: 700; }
.card-actions button.is-added { color: var(--gold); background: #23201b; }
.candidate-more { padding-top: 30px; text-align: right; }
.text-button { padding: 8px 0; color: var(--white); border: 0; border-bottom: 1px solid var(--gold); background: transparent; cursor: pointer; }

.paper-section { color: #111; background: var(--paper); }
.flow-section { padding: 90px 0; }
.dark-text .kicker { color: #8f6a2e; }
.dark-text > p { color: #5f5c56; }
.flow-list { display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid rgba(20,20,20,.22); }
.flow-list article { min-height: 270px; position: relative; display: grid; grid-template-columns: 66px 1fr; grid-template-rows: auto 1fr; gap: 18px; padding: 30px; border-right: 1px solid rgba(20,20,20,.18); }
.flow-list article:last-child { border-right: 0; }
.flow-list > article > span { color: #8b6426; font: 700 1.8rem var(--en); }
.flow-icon { width: 58px; height: 58px; display: grid; place-items: center; border: 1px solid rgba(20,20,20,.32); border-left: 3px solid #8b6426; background: transparent; }
.flow-icon svg { width: 27px; fill: none; stroke: #111; stroke-width: 1.7; }
.flow-list article div { grid-column: 2; }
.flow-list h3 { margin: 0 0 12px; font: 600 1.35rem var(--serif); }
.flow-list p { margin: 0; color: #5d5a54; font-size: .78rem; line-height: 1.8; }

.features-section { padding: 94px 0; background: #070808; }
.features-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: stretch; }
.features-grid h2 { margin: 0 0 24px; font: 600 clamp(2.1rem, 3.7vw, 4rem)/1.4 var(--serif); }
.section-copy { max-width: 580px; color: #b8b5ad; line-height: 2; }
.skill-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; margin-top: 34px; }
.skill-grid span { min-height: 42px; display: flex; align-items: center; gap: 12px; padding: 0 13px; color: #ddd9cf; border: 1px solid rgba(199,161,90,.38); font-size: .76rem; }
.skill-grid b { color: var(--gold); font: 600 .62rem var(--en); }
.results-panel { display: flex; flex-direction: column; justify-content: center; padding: 44px; border-left: 1px solid var(--line); }
.result-numbers { display: grid; grid-template-columns: repeat(3, 1fr); margin: 28px 0 42px; }
.result-numbers div { padding: 0 20px; text-align: center; border-right: 1px solid var(--line); }
.result-numbers div:last-child { border-right: 0; }
.result-numbers strong { display: block; color: var(--gold); font: 700 clamp(2.5rem, 5vw, 5.5rem)/1 var(--en); }
.result-numbers small { font-size: .34em; }
.result-numbers span { display: block; margin-top: 12px; color: #c4c1b9; font-size: .7rem; }
.result-highlight { width: 75%; align-self: center; padding: 18px; text-align: center; border: 1px solid var(--line); }
.result-highlight span { display: block; color: var(--gold); font: 600 2rem var(--serif); }
.result-highlight b { font-size: .86rem; }
.result-note { margin-top: 16px; color: #77756f; text-align: right; }

.comparison { padding: 94px 0; }
.comparison-grid { display: grid; grid-template-columns: 1fr 80px 1fr; align-items: center; }
.comparison article { min-height: 280px; padding: 38px; border: 1px solid rgba(0,0,0,.24); }
.comparison .after { color: var(--white); background: var(--navy); border-color: var(--navy); }
.comparison small { color: #9b732f; font: 600 .65rem var(--en); letter-spacing: .2em; }
.comparison h3 { margin: 18px 0 24px; font: 600 1.8rem var(--serif); }
.comparison ul { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.comparison li { padding-left: 20px; position: relative; font-size: .84rem; }
.comparison li::before { content: ""; position: absolute; left: 0; top: .65em; width: 8px; height: 1px; background: var(--gold); }
.comparison-arrow { color: #8b6426; text-align: center; font-size: 2rem; }

.message-section { padding: 110px 0; background: #0a0b0b; }
.message-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.message-grid h2 { margin: 0; font: 600 clamp(2rem, 3.5vw, 3.8rem)/1.55 var(--serif); }
.message-grid > div:last-child { padding-top: 28px; border-top: 1px solid var(--line); }
.message-grid p { margin: 0 0 22px; color: #c6c3bb; line-height: 2.2; }
.message-grid span { display: block; margin-top: 38px; color: var(--gold); font-size: .78rem; }

.plans { padding: 90px 0; }
.plan-card { display: grid; grid-template-columns: 1fr 1.2fr auto; align-items: center; gap: 50px; padding: 40px; border: 1px solid rgba(0,0,0,.24); }
.plan-card small { color: #8f6829; font: 600 .66rem var(--en); letter-spacing: .18em; }
.plan-card h3 { margin: 12px 0 0; font: 600 1.6rem/1.6 var(--serif); }
.plan-card p { color: #5f5b54; line-height: 1.9; }

.pick-section { min-height: 500px; display: grid; align-items: center; padding: 80px 0; color: #171715; background: var(--paper); border-top: 1px solid rgba(0,0,0,.12); }
.pick-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; align-items: center; }
.pick-grid h2 { margin: 0 0 24px; font: 600 clamp(2rem, 3.5vw, 3.8rem)/1.5 var(--serif); }
.pick-grid > div:first-child > p:not(.kicker) { margin-bottom: 32px; color: #5f5b55; line-height: 2; }
.pick-visual { min-height: 350px; position: relative; display: grid; place-items: center; }
.mini-box { width: 270px; height: 230px; position: absolute; bottom: 8px; display: flex; align-items: end; justify-content: center; padding-bottom: 35px; color: var(--gold); background: linear-gradient(110deg, #0d0e0e, #2e2b26, #080909); border: 1px solid #5e574c; box-shadow: 18px 26px 35px rgba(0,0,0,.34); }
.mini-box i { position: absolute; top: 20px; width: 60%; height: 10px; background: #020202; border: 1px solid #5c564b; }
.mini-box strong { font: 600 1.2rem var(--en); letter-spacing: .2em; }
.pick-card { width: 250px; height: 145px; position: absolute; z-index: 2; top: 5px; display: flex; flex-direction: column; align-items: center; justify-content: center; transform: rotate(4deg); background: #f6f0e4; border: 1px solid #777167; box-shadow: 10px 15px 28px rgba(0,0,0,.3); }
.pick-card small { font: 600 1.65rem var(--serif); }
.pick-card b { margin: 8px 0; font-size: .76rem; }
.pick-card span { color: #8e6728; font: 600 .55rem var(--en); letter-spacing: .16em; }

.trust-section { padding: 34px 0; background: #151818; }
.trust-section .section-shell { display: flex; align-items: center; gap: 50px; }
.trust-section .kicker { margin: 0; }
.trust-list { flex: 1; display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.trust-list span { color: #8f918d; text-align: center; font: 600 .75rem var(--en); letter-spacing: .08em; }
.final-cta { display: flex; align-items: center; justify-content: space-between; gap: 50px; padding: 80px max(6vw, 48px); background: var(--navy); }
.final-cta h2 { margin: 0; font: 600 clamp(2rem, 3.3vw, 3.6rem)/1.45 var(--serif); }
.site-footer { display: grid; grid-template-columns: 1fr 1.2fr; gap: 50px 80px; padding: 65px max(6vw, 48px) 28px; background: #030404; }
.site-footer > div:first-child p { color: #85847f; font-size: .75rem; }
.site-footer > nav { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; font-size: .73rem; }
.legal { grid-column: 1 / -1; display: flex; justify-content: flex-end; gap: 28px; padding-top: 26px; color: #777873; border-top: 1px solid rgba(255,255,255,.1); font-size: .62rem; }
.legal span { margin-right: auto; }

.draft-dock { position: fixed; z-index: 90; right: 22px; bottom: 22px; height: 54px; display: flex; align-items: center; gap: 15px; padding: 0 10px 0 20px; color: #111; border: 1px solid #e6c77d; background: var(--gold); box-shadow: 0 12px 30px rgba(0,0,0,.34); cursor: pointer; font: 700 .68rem var(--en); letter-spacing: .12em; }
.draft-dock b { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: #111; }
.drawer-backdrop { position: fixed; z-index: 110; inset: 0; visibility: hidden; opacity: 0; background: rgba(0,0,0,.72); transition: .3s; }
.drawer-backdrop.is-open { visibility: visible; opacity: 1; }
.draft-drawer { width: min(500px, 100vw); position: fixed; z-index: 120; inset: 0 0 0 auto; display: flex; flex-direction: column; padding: 32px; transform: translateX(100%); visibility: hidden; color: var(--white); background: #0d0f0f; border-left: 1px solid var(--line); transition: transform .35s, visibility .35s; }
.draft-drawer.is-open { transform: translateX(0); visibility: visible; }
.drawer-head { display: flex; justify-content: space-between; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.drawer-head h2 { margin: 0; font: 600 1.7rem var(--serif); }
.drawer-head h2 span { color: var(--gold); }
.drawer-head button, .modal-close { width: 40px; height: 40px; border: 1px solid #4f4f4c; background: transparent; cursor: pointer; font-size: 1.4rem; }
.drawer-lead { color: #a5a39d; font-size: .78rem; line-height: 1.8; }
.draft-list { display: grid; gap: 8px; overflow: auto; margin: 18px 0; }
.draft-item { display: grid; grid-template-columns: 28px 48px 1fr auto; align-items: center; gap: 12px; padding: 11px; border: 1px solid rgba(255,255,255,.12); }
.draft-item > span { color: var(--gold); font: 600 .65rem var(--en); }
.draft-avatar { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; font: 600 .72rem var(--en); }
.draft-item b { display: block; font: 600 .88rem var(--serif); }
.draft-item small { color: #8e8e89; font-size: .58rem; }
.draft-order { display: flex; gap: 3px; }
.draft-order button { width: 26px; height: 28px; padding: 0; color: #bbb8b0; border: 1px solid #393b3a; background: transparent; cursor: pointer; }
.draft-order button:last-child { color: #c98e85; }
.drawer-empty { margin: auto; padding: 30px; text-align: center; color: #8c8c87; border: 1px dashed #4b4c49; }
.drawer-empty b { color: var(--white); }
.drawer-empty p { font-size: .72rem; }
.drawer-cta { margin-top: auto; }
.is-disabled { opacity: .45; pointer-events: none; }
.toast { position: fixed; z-index: 140; left: 50%; bottom: 28px; padding: 13px 20px; transform: translate(-50%, 30px); visibility: hidden; opacity: 0; color: #111; background: var(--gold-bright); font-size: .76rem; font-weight: 700; transition: .25s; }
.toast.is-visible { visibility: visible; opacity: 1; transform: translate(-50%, 0); }
.profile-modal { width: min(760px, calc(100vw - 32px)); padding: 0; color: var(--white); background: #101212; border: 1px solid var(--line); }
.profile-modal::backdrop { background: rgba(0,0,0,.82); }
.modal-close { position: absolute; z-index: 2; right: 16px; top: 16px; }
.modal-profile { display: grid; grid-template-columns: 280px 1fr; min-height: 440px; }
.modal-portrait { position: relative; display: grid; place-items: center; font: 600 3rem var(--en); }
.modal-portrait small { position: absolute; left: 22px; top: 22px; color: var(--gold); font: 600 .65rem var(--en); letter-spacing: .15em; }
.modal-profile > div:last-child { padding: 52px 42px; }
.modal-profile h2 { margin: 0; font: 600 2.2rem var(--serif); }
.modal-profile > div:last-child > p:not(.kicker) { color: #aaa79f; }
.modal-profile dl { margin: 30px 0; border-top: 1px solid #3c3d3b; }
.modal-profile dl div { display: grid; grid-template-columns: 110px 1fr; padding: 13px 0; border-bottom: 1px solid #3c3d3b; }
.modal-profile dt { color: #8c8b86; font-size: .68rem; }
.modal-profile dd { margin: 0; font-size: .76rem; }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity .8s, transform .8s; }
.reveal[data-delay="1"] { transition-delay: .14s; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1380px) {
  .site-header { grid-template-columns: 140px 1fr auto; gap: 18px; padding-inline: 20px; }
  .global-nav { gap: 16px; }
  .global-nav a { font-size: .7rem; }
  .global-nav a:last-child { display: none; }
  .header-cta { gap: 14px; padding-inline: 16px; }
}

@media (max-width: 1180px) {
  :root { --shell: min(100% - 48px, 1120px); }
  .site-header { grid-template-columns: 135px 1fr auto; gap: 18px; padding-inline: 20px; }
  .global-nav { gap: 14px; }
  .global-nav a { font-size: .68rem; }
  .global-nav a:last-child { display: none; }
  .header-cta { gap: 14px; padding-inline: 16px; }
  .hero { min-height: 760px; grid-template-columns: .95fr 1.05fr; padding-inline: 4vw; }
  .hero h1 { font-size: clamp(3.25rem, 5.8vw, 4.35rem); }
  .hero-photo-frame { height: 610px; }
  .candidate-track { grid-template-columns: repeat(3, 1fr); }
  .candidate-portrait { height: 190px; }
  .features-grid { gap: 40px; }
  .results-panel { padding: 32px 20px; }
}

@media (max-width: 860px) {
  :root { --shell: calc(100vw - 40px); }
  .site-header { height: 68px; grid-template-columns: 1fr auto; }
  .header-cta { display: none; }
  .menu-button { width: 44px; height: 44px; display: flex; flex-direction: column; justify-content: center; gap: 8px; align-items: center; padding: 0; border: 0; background: transparent; }
  .menu-button i { width: 25px; height: 1px; background: var(--white); transition: .25s; }
  .menu-button[aria-expanded="true"] i:first-child { transform: translateY(4.5px) rotate(45deg); }
  .menu-button[aria-expanded="true"] i:last-child { transform: translateY(-4.5px) rotate(-45deg); }
  .global-nav { position: fixed; inset: 68px 0 auto; display: grid; gap: 0; padding: 16px 24px 28px; transform: translateY(-120%); visibility: hidden; background: #090a0a; border-bottom: 1px solid var(--line); transition: .3s; }
  .global-nav.is-open { transform: translateY(0); visibility: visible; }
  .global-nav a { padding: 14px 0; font-size: .82rem; border-bottom: 1px solid rgba(255,255,255,.1); }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 55px; padding: 124px 20px 80px; }
  .hero-copy { max-width: 640px; }
  .hero h1 { font-size: clamp(3.2rem, 12vw, 5.8rem); white-space: normal; }
  .hero-stage { min-height: 600px; }
  .hero-photo-frame { width: min(600px, 100%); height: 600px; }
  .hero-scroll { display: none; }
  .section-head { align-items: start; flex-direction: column; }
  .candidate-toolbar { flex-wrap: wrap; }
  .candidate-toolbar p { width: 100%; margin-left: 0; }
  .candidate-track { display: flex; gap: 14px; width: 100%; padding-inline: 20px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .candidate-card { flex: 0 0 min(290px, 78vw); scroll-snap-align: start; }
  .flow-list { grid-template-columns: repeat(2, 1fr); }
  .flow-list article:nth-child(2) { border-right: 0; }
  .flow-list article:nth-child(-n+2) { border-bottom: 1px solid rgba(20,20,20,.18); }
  .features-grid, .message-grid, .pick-grid { grid-template-columns: 1fr; }
  .results-panel { border-left: 0; border-top: 1px solid var(--line); }
  .comparison-grid { grid-template-columns: 1fr; gap: 20px; }
  .comparison-arrow { transform: rotate(90deg); }
  .plan-card { grid-template-columns: 1fr; }
  .pick-section { background: var(--paper); }
  .pick-visual { min-height: 370px; }
  .final-cta { align-items: start; flex-direction: column; }
  .site-footer { grid-template-columns: 1fr; }
  .legal { grid-column: 1; }
}

@media (max-width: 560px) {
  :root { --shell: calc(100vw - 32px); }
  .button-row { display: grid; grid-template-columns: 1fr; }
  .button { width: 100%; }
  .hero { padding-top: 108px; }
  .hero h1 { margin-bottom: 20px; font-size: clamp(2.75rem, 12vw, 3.05rem); letter-spacing: -.075em; white-space: nowrap; }
  .hero-message { font-size: 1.4rem; }
  .hero-description { font-size: .8rem; }
  .hero-stage { min-height: 500px; margin-inline: -20px; }
  .hero-photo-frame { width: 100%; height: 500px; border-inline: 0; }
  .hero-photo-frame::before { background: linear-gradient(180deg, rgba(5,6,6,.12), transparent 24%, rgba(5,6,6,.15)); }
  .hero-photo-frame::after { right: 18px; bottom: 16px; font-size: .55rem; }
  .candidate-section, .flow-section, .features-section, .comparison, .message-section, .plans { padding-block: 68px; }
  .candidate-toolbar label { width: 100%; justify-content: space-between; }
  .candidate-toolbar select { min-width: 180px; }
  .flow-list { grid-template-columns: 1fr; }
  .flow-list article { min-height: 210px; grid-template-columns: 55px 1fr; border-right: 0; border-bottom: 1px solid rgba(20,20,20,.18); padding: 24px 12px; }
  .flow-list article:nth-child(3) { border-bottom: 1px solid rgba(20,20,20,.18); }
  .skill-grid { grid-template-columns: 1fr; }
  .result-numbers { grid-template-columns: 1fr; gap: 20px; }
  .result-numbers div { padding-bottom: 20px; border-right: 0; border-bottom: 1px solid var(--line); }
  .result-numbers div:last-child { border-bottom: 0; }
  .result-highlight { width: 100%; }
  .message-grid { gap: 35px; }
  .trust-section .section-shell { align-items: start; flex-direction: column; }
  .trust-list { width: 100%; grid-template-columns: repeat(2, 1fr); }
  .final-cta { padding: 65px 20px; }
  .site-footer { padding-inline: 20px; }
  .site-footer > nav { grid-template-columns: repeat(2, 1fr); }
  .legal { align-items: start; flex-direction: column; gap: 12px; }
  .draft-dock { right: 12px; bottom: 12px; }
  .draft-drawer { padding: 24px 18px; }
  .modal-profile { grid-template-columns: 1fr; }
  .modal-portrait { min-height: 210px; }
  .modal-profile > div:last-child { padding: 34px 24px; }
}

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