:root {
  --black: #080a0e;
  --black-2: #10131a;
  --paper: #f4efe4;
  --white: #fffaf0;
  --red: #ff493d;
  --acid: #d9ff45;
  --blue: #5d88ff;
  --muted: #8c9098;
  --line: rgba(255, 255, 255, .16);
  --ink-line: rgba(8, 10, 14, .16);
  --display: Impact, "Arial Narrow", "Roboto Condensed", sans-serif;
  --body: Arial, Helvetica, sans-serif;
  --active: var(--red);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; background: var(--black); }
body { margin: 0; overflow-x: hidden; background: var(--black); color: var(--white); font-family: var(--body); line-height: 1.5; }
body.menu-open { overflow: hidden; }
main { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
:focus-visible { outline: 3px solid var(--acid); outline-offset: 4px; }
:is(#pick, #proof, #locations) { scroll-margin-top: 1rem; }
.skip-link { position: fixed; z-index: 100; top: 1rem; left: 1rem; padding: .75rem 1rem; background: var(--acid); color: var(--black); transform: translateY(-170%); transition: transform .2s; }
.skip-link:focus { transform: none; }

.topbar { position: absolute; z-index: 30; inset: 0 0 auto; height: 82px; padding: 0 clamp(1rem, 4vw, 4rem); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.18); color: #fff; }
.brand { display: inline-flex; align-items: center; gap: .75rem; text-decoration: none; }
.brand > span:last-child { display: flex; flex-direction: column; font: 900 1.18rem/.8 var(--display); letter-spacing: .04em; text-transform: uppercase; }
.brand small { margin-top: .4rem; font: 800 .52rem/1 var(--body); letter-spacing: .33em; }
.mark { width: 40px; height: 40px; display: grid; place-items: center; border: 2px solid currentColor; border-radius: 50%; font: italic 900 1.7rem/1 Georgia, serif; }
.desktop-nav { display: flex; gap: 2rem; }
.desktop-nav a, footer a { font-size: .66rem; font-weight: 900; letter-spacing: .11em; text-decoration: none; text-transform: uppercase; }
.top-cta { min-height: 42px; padding: .65rem .85rem; display: inline-flex; align-items: center; gap: 2rem; border: 1px solid rgba(255,255,255,.45); font-size: .65rem; font-weight: 900; letter-spacing: .09em; text-decoration: none; text-transform: uppercase; }
.menu-button { width: 44px; height: 44px; padding: 10px; display: none; border: 1px solid rgba(255,255,255,.45); background: transparent; color: #fff; cursor: pointer; }
.menu-button i { display: block; height: 2px; margin: 6px 0; background: currentColor; transition: transform .2s; }
.menu-button[aria-expanded="true"] i:first-child { transform: translateY(4px) rotate(45deg); }
.menu-button[aria-expanded="true"] i:last-child { transform: translateY(-4px) rotate(-45deg); }
.mobile-nav { position: fixed; z-index: 25; inset: 0; padding: 7rem 1rem 6rem; display: flex; flex-direction: column; visibility: hidden; opacity: 0; pointer-events: none; background: var(--black); transition: opacity .2s; }
.mobile-nav.open { visibility: visible; opacity: 1; pointer-events: auto; }
.mobile-nav a { padding: 1rem 0; display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); font: 900 clamp(2.5rem, 13vw, 4rem)/.9 var(--display); text-decoration: none; text-transform: uppercase; }
.mobile-nav a span { color: var(--red); font: 900 .7rem/1 var(--body); }

.hero { min-height: 760px; height: 100svh; max-height: 1040px; display: grid; grid-template-columns: .92fr 1.08fr; background: var(--black); }
.hero-copy { min-width: 0; padding: 9rem clamp(1.5rem, 5vw, 5.8rem) 3rem; display: flex; flex-direction: column; justify-content: center; position: relative; z-index: 2; }
.overline, .section-number { margin: 0 0 1.5rem; color: var(--muted); font-size: .65rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.overline span { margin-right: .65rem; padding: .32rem .48rem; background: var(--active); color: var(--black); }
.hero h1, .picker-heading h2, .manifesto h2, .proof-heading h2, .location-top h2, .closing h2 { margin: 0; font-family: var(--display); font-weight: 900; letter-spacing: -.035em; line-height: .86; text-transform: uppercase; }
.hero h1 { font-size: clamp(4.8rem, 6.8vw, 8.6rem); }
.hero h1 em { color: var(--active); font-style: normal; }
.hero-lead { max-width: 490px; margin: 2rem 0; color: rgba(255,255,255,.65); font-size: clamp(.95rem, 1.3vw, 1.12rem); }
.hero-actions { display: flex; align-items: center; gap: 1.4rem; flex-wrap: wrap; }
.primary-button { min-width: 200px; min-height: 52px; max-width: 100%; padding: .85rem 1rem; display: inline-flex; align-items: center; justify-content: space-between; gap: 2rem; border: 1px solid transparent; background: var(--red); color: #fff; font-size: .66rem; font-weight: 900; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; transition: transform .2s, background .2s; }
.primary-button:hover { transform: translateY(-2px); }
.primary-button.acid { background: var(--acid); color: var(--black); }
.text-link { padding: .5rem 0; border-bottom: 1px solid rgba(255,255,255,.35); font-size: .66rem; font-weight: 900; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.hero-proof { margin-top: 2.3rem; display: flex; align-items: center; gap: .8rem; }
.hero-proof strong { color: var(--active); font: 900 3.5rem/1 var(--display); }
.hero-proof span { color: rgba(255,255,255,.45); font-size: .6rem; font-weight: 800; letter-spacing: .08em; line-height: 1.35; text-transform: uppercase; }

.hero-visual { min-width: 0; position: relative; overflow: hidden; background: var(--black-2); isolation: isolate; }
.hero-visual > img { position: absolute; z-index: -3; inset: 0; width: 100%; height: 100%; object-fit: cover; animation: image-in .55s ease both; }
.visual-wash { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(8,10,14,.62), transparent 38%), linear-gradient(0deg, rgba(8,10,14,.92), transparent 48%); }
.hero-visual::after { content: ""; position: absolute; z-index: -1; inset: 0; border-left: 1px solid rgba(255,255,255,.12); pointer-events: none; }
@keyframes image-in { from { opacity: .45; transform: scale(1.035); } to { opacity: 1; transform: scale(1); } }
.now-card { position: absolute; left: clamp(1rem, 3vw, 3rem); bottom: 7.7rem; max-width: 320px; padding: 1rem; border-left: 4px solid var(--active); background: rgba(8,10,14,.82); backdrop-filter: blur(12px); }
.now-card > span { display: block; color: var(--active); font-size: .57rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.now-card strong { display: block; margin: .5rem 0 0; font: 900 2.6rem/.9 var(--display); text-transform: uppercase; }
.now-card p { margin: .55rem 0 0; color: rgba(255,255,255,.68); font-size: .84rem; }
.mode-rail { position: absolute; inset: auto 0 0; display: grid; grid-template-columns: repeat(4, 1fr); background: rgba(8,10,14,.9); backdrop-filter: blur(12px); }
.mode-rail button { min-width: 0; min-height: 92px; padding: .8rem; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; border: 0; border-top: 1px solid rgba(255,255,255,.16); border-right: 1px solid rgba(255,255,255,.12); background: transparent; color: #fff; cursor: pointer; }
.mode-rail button:last-child { border-right: 0; }
.mode-rail button[aria-selected="true"] { background: var(--active); color: var(--black); }
.mode-rail button span { opacity: .55; font-size: .55rem; font-weight: 900; }
.mode-rail button strong { margin-top: .25rem; font: 900 1.55rem/1 var(--display); text-transform: uppercase; }

.ticker { overflow: hidden; padding: .8rem 0; background: var(--active); color: var(--black); transition: background .25s; }
.ticker > div { width: max-content; display: flex; align-items: center; animation: ticker 26s linear infinite; }
.ticker span { padding: 0 1.7rem; font: 900 1rem/1 var(--display); letter-spacing: .08em; text-transform: uppercase; }
.ticker i { font-style: normal; font-size: .55rem; }
@keyframes ticker { to { transform: translateX(-50%); } }

.picker-section { padding: clamp(5rem, 10vw, 10rem) clamp(1rem, 6vw, 6rem); background: var(--paper); color: var(--black); }
.picker-heading { max-width: 1300px; margin: auto; display: grid; grid-template-columns: 1.15fr .85fr; gap: 2rem; align-items: end; }
.picker-heading .section-number { grid-column: 1 / -1; }
.picker-heading h2 { font-size: clamp(4.7rem, 9vw, 9rem); }
.picker-heading > p:last-child { max-width: 430px; color: #5d6168; }
.picker-console { max-width: 1300px; margin: clamp(3rem, 6vw, 6rem) auto 0; display: grid; grid-template-columns: .62fr 1.38fr; min-height: 680px; border: 1px solid var(--ink-line); background: var(--black); }
.picker-list { display: flex; flex-direction: column; border-right: 1px solid var(--line); }
.picker-list button { flex: 1; min-height: 130px; padding: 1rem 1.2rem; display: grid; grid-template-columns: 35px 1fr auto; align-items: center; gap: .75rem; border: 0; border-bottom: 1px solid var(--line); background: var(--black); color: #fff; text-align: left; cursor: pointer; }
.picker-list button:last-child { border-bottom: 0; }
.picker-list button.active { background: var(--active); color: var(--black); }
.picker-list button span { opacity: .5; font-size: .6rem; font-weight: 900; }
.picker-list button strong { font: 900 clamp(2.5rem, 4vw, 4.2rem)/.85 var(--display); text-transform: uppercase; }
.picker-list button i { font-style: normal; font-size: 1.2rem; }
.picker-result { min-width: 0; position: relative; overflow: hidden; isolation: isolate; }
.picker-result img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; animation: image-in .55s ease both; }
.picker-result::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(0deg, rgba(8,10,14,.95), rgba(8,10,14,.04) 72%); }
.result-copy { position: absolute; inset: auto 0 0; padding: clamp(1.4rem, 4vw, 4rem); color: #fff; }
.result-copy > span { color: var(--active); font-size: .63rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.result-copy h3 { max-width: 760px; margin: .55rem 0; font: 900 clamp(3.7rem, 7vw, 7.5rem)/.9 var(--display); text-transform: uppercase; }
.result-copy p { max-width: 530px; margin: 1rem 0 0; color: rgba(255,255,255,.7); }

.section-number.light { color: rgba(255,255,255,.45); }
.manifesto { padding: clamp(5rem, 10vw, 10rem) clamp(1rem, 7vw, 7rem); background: var(--black); }
.manifesto-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(3rem, 9vw, 10rem); }
.manifesto-grid > *, .manifesto-points article > div { min-width: 0; }
.manifesto h2 { position: sticky; top: 3rem; align-self: start; font-size: clamp(4rem, 5vw, 6.5rem); }
.manifesto h2 em { color: var(--active); font-style: normal; }
.manifesto-points { border-top: 1px solid var(--line); }
.manifesto-points article { min-height: 210px; padding: 2rem 0; display: grid; grid-template-columns: 42px 1fr; gap: 1rem; border-bottom: 1px solid var(--line); }
.manifesto-points article > span { color: var(--active); font-size: .58rem; font-weight: 900; }
.manifesto-points h3 { margin: 0 0 .8rem; font: 900 clamp(2.7rem, 4.8vw, 5rem)/.92 var(--display); text-transform: uppercase; }
.manifesto-points p { max-width: 430px; margin: 0; color: rgba(255,255,255,.55); }

.proof-section { padding: clamp(5rem, 10vw, 10rem) clamp(1rem, 5vw, 5rem); background: var(--acid); color: var(--black); }
.proof-heading { max-width: 1280px; margin: auto; }
.proof-heading h2 { font-size: clamp(5rem, 10vw, 10rem); }
.proof-heading h2 em { color: var(--red); font-style: normal; }
.photo-runway { max-width: 1380px; margin: clamp(3rem, 7vw, 7rem) auto 0; display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); grid-template-rows: repeat(2, minmax(260px, 1fr)); gap: 1rem; }
.photo { min-width: 0; margin: 0; position: relative; overflow: hidden; background: var(--black); box-shadow: 0 18px 50px rgba(33,38,0,.15); }
.photo-1 { grid-column: 1 / 5; grid-row: 1 / 3; }
.photo-2 { grid-column: 5 / 9; }
.photo-3 { grid-column: 9 / 13; }
.photo-4 { grid-column: 5 / 8; }
.photo-5 { grid-column: 8 / 13; }
.photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.photo:hover img { transform: scale(1.025); }
.photo figcaption { position: absolute; inset: auto 0 0; padding: 3rem 1rem 1rem; display: flex; gap: .6rem; color: #fff; background: linear-gradient(transparent, rgba(8,10,14,.9)); font-size: .65rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.photo figcaption span { color: var(--acid); }
.swipe-note { display: none; }

.location-section { padding: clamp(5rem, 10vw, 10rem) clamp(1rem, 6vw, 6rem); background: var(--black-2); }
.location-top { max-width: 1320px; margin: 0 auto clamp(3rem, 6vw, 6rem); display: flex; align-items: end; justify-content: space-between; gap: 3rem; }
.location-top h2 { font-size: clamp(4.8rem, 8.5vw, 8.5rem); }
.location-tabs { display: grid; grid-template-columns: repeat(2, 1fr); border: 1px solid var(--line); }
.location-tabs button { min-width: 180px; min-height: 105px; padding: .8rem 1rem; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; border: 0; border-right: 1px solid var(--line); background: transparent; color: #fff; font-size: .64rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }
.location-tabs button:last-child { border-right: 0; }
.location-tabs button[aria-selected="true"] { background: var(--acid); color: var(--black); }
.location-tabs span { margin-bottom: .25rem; font: italic 900 2.7rem/1 var(--display); }
.location-stage { max-width: 1320px; min-height: 720px; margin: auto; position: relative; display: flex; align-items: flex-end; justify-content: flex-end; overflow: hidden; isolation: isolate; background: var(--black); }
.location-stage > img { position: absolute; z-index: -3; inset: 0; width: 100%; height: 100%; object-fit: cover; animation: image-in .5s ease both; }
.location-overlay { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(8,10,14,.2), rgba(8,10,14,.82) 70%), linear-gradient(0deg, rgba(8,10,14,.7), transparent 60%); }
.location-code { position: absolute; z-index: -1; left: 2rem; bottom: -.07em; color: rgba(255,255,255,.82); font: italic 900 clamp(11rem, 26vw, 24rem)/.7 var(--display); letter-spacing: -.07em; text-shadow: 0 8px 40px rgba(0,0,0,.3); }
.location-card { width: min(500px, calc(100% - 3rem)); margin: 1.5rem; padding: clamp(1.5rem, 4vw, 3.2rem); background: rgba(8,10,14,.93); border: 1px solid rgba(255,255,255,.2); backdrop-filter: blur(14px); }
.location-card > span { color: var(--active); font-size: .58rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.location-card h3 { max-width: 100%; margin: .55rem 0; font: 900 clamp(3rem, 3.6vw, 3.25rem)/.92 var(--display); text-transform: uppercase; }
.location-card > p { color: rgba(255,255,255,.62); }
.location-card address { margin-top: 2rem; color: rgba(255,255,255,.82); font-style: normal; }
.location-actions { margin-top: 2rem; display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }
.location-actions > a:not(.primary-button) { font-size: .65rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; text-underline-offset: 4px; }

.closing { min-height: 760px; padding: clamp(5rem, 10vw, 10rem) 1rem; position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; isolation: isolate; text-align: center; }
.closing > img { position: absolute; z-index: -3; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.closing-wash { position: absolute; z-index: -2; inset: 0; background: rgba(8,10,14,.84); }
.closing::after { content: ""; position: absolute; z-index: -1; width: min(80vw, 960px); aspect-ratio: 1; border: 1px solid rgba(217,255,69,.28); border-radius: 50%; box-shadow: 0 0 0 140px rgba(217,255,69,.05), 0 0 0 280px rgba(217,255,69,.03); }
.closing > *:not(img):not(.closing-wash) { position: relative; z-index: 1; }
.closing h2 { max-width: 1250px; font-size: clamp(5.5rem, 12vw, 12rem); }
.closing h2 em { color: var(--acid); font-style: normal; }
.closing .primary-button { margin-top: 2.5rem; }

footer { padding: 3.5rem clamp(1rem, 5vw, 5rem) 4rem; display: grid; grid-template-columns: 1fr auto 1fr; gap: 2rem; align-items: center; background: var(--black); }
footer > p { color: rgba(255,255,255,.35); font-size: .63rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
footer > div { justify-self: end; display: flex; gap: 1.4rem; flex-wrap: wrap; }
footer > small { grid-column: 1 / -1; color: rgba(255,255,255,.22); font-size: .58rem; }
.mobile-dock { display: none; }

@media (max-width: 1050px) {
  .desktop-nav, .top-cta { display: none; }
  .menu-button { display: block; }
  .hero { grid-template-columns: .95fr 1.05fr; }
  .hero h1 { font-size: clamp(3.35rem, 6vw, 5rem); }
  .picker-heading { grid-template-columns: 1fr; }
  .picker-console { grid-template-columns: .72fr 1.28fr; }
  .manifesto-grid { grid-template-columns: 1fr; }
  .manifesto h2 { position: static; font-size: clamp(5rem, 9vw, 9rem); }
  .location-top { align-items: stretch; flex-direction: column; }
  .location-tabs { align-self: flex-start; }
}

@media (max-width: 720px) {
  body { padding-bottom: 72px; }
  .topbar { height: 68px; padding: 0 .85rem; }
  .mark { width: 34px; height: 34px; font-size: 1.4rem; }
  .brand > span:last-child { font-size: .95rem; }
  .brand small { font-size: .43rem; }
  .hero { min-height: 0; height: auto; max-height: none; display: flex; flex-direction: column; }
  .hero-visual { order: 1; height: 54svh; min-height: 400px; }
  .hero-copy { order: 2; padding: 4rem 1rem 4.5rem; }
  .hero h1 { max-width: 100%; font-size: clamp(3.5rem, 17vw, 5rem); line-height: .88; }
  .hero-lead { max-width: 31ch; margin: 1.4rem 0 1.6rem; font-size: .92rem; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: .8rem; }
  .hero-actions .primary-button { width: 100%; }
  .hero-actions .text-link { align-self: flex-start; }
  .hero-proof { margin-top: 1.8rem; }
  .now-card { left: 1rem; bottom: 5.5rem; max-width: calc(100% - 2rem); }
  .now-card strong { font-size: 2rem; }
  .mode-rail { overflow-x: auto; scrollbar-width: none; }
  .mode-rail::-webkit-scrollbar { display: none; }
  .mode-rail button { min-width: 25vw; min-height: 76px; padding: .65rem; }
  .mode-rail button strong { font-size: 1.15rem; }
  .ticker span { padding: 0 1.05rem; font-size: .88rem; }
  .picker-section, .manifesto, .proof-section, .location-section { padding: 4.75rem 1rem; }
  .picker-heading { gap: 1.25rem; }
  .picker-heading h2, .proof-heading h2, .location-top h2 { font-size: clamp(3rem, 14vw, 4.2rem); line-height: .9; }
  .picker-heading > p:last-child { margin: 0; font-size: .92rem; }
  .picker-console { min-height: 0; grid-template-columns: 1fr; }
  .picker-list { order: 2; display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); border: 0; border-top: 1px solid var(--line); }
  .picker-list button { min-height: 78px; padding: .55rem; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: .1rem; border-right: 1px solid var(--line); border-bottom: 0; }
  .picker-list button:last-child { border-right: 0; }
  .picker-list button strong { font-size: 1.1rem; }
  .picker-list button i { display: none; }
  .picker-result { order: 1; min-height: 520px; }
  .result-copy { padding: 1.25rem; }
  .result-copy h3 { font-size: clamp(3rem, 14vw, 4.2rem); line-height: .9; }
  .result-copy p { font-size: .9rem; }
  .manifesto { padding-bottom: 5.5rem; }
  .manifesto-grid { gap: 3rem; }
  .manifesto h2 { max-width: 100%; font-size: clamp(2.2rem, 10.8vw, 4.5rem); line-height: .9; }
  .manifesto-points article { min-height: 0; grid-template-columns: 28px 1fr; gap: .6rem; padding: 1.5rem 0; }
  .manifesto-points h3 { max-width: 100%; font-size: clamp(2.25rem, 10vw, 2.9rem); line-height: .92; }
  .manifesto-points p { font-size: .9rem; }
  .photo-runway { margin: 3rem -1rem 0; padding: 0 1rem 1rem; display: flex; gap: .85rem; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scrollbar-width: none; }
  .photo-runway::-webkit-scrollbar { display: none; }
  .photo, .photo-1, .photo-2, .photo-3, .photo-4, .photo-5 { flex: 0 0 min(84vw, 335px); height: auto; aspect-ratio: 4 / 5; scroll-snap-align: start; }
  .swipe-note { margin: .35rem 0 0; display: flex; gap: .35rem; align-items: center; color: rgba(8,10,14,.62); font-size: .63rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
  .swipe-note span { color: var(--red); }
  .swipe-note b { margin-left: .2rem; font-size: 1rem; }
  .location-top { margin-bottom: 2.5rem; gap: 2rem; }
  .location-tabs { width: 100%; }
  .location-tabs button { min-width: 0; min-height: 88px; }
  .location-tabs span { font-size: 2rem; }
  .location-stage { min-height: 690px; align-items: flex-end; }
  .location-overlay { background: linear-gradient(0deg, rgba(8,10,14,.92), rgba(8,10,14,.08) 75%); }
  .location-code { left: 1rem; top: 1rem; bottom: auto; font-size: 7rem; line-height: 1; }
  .location-card { width: calc(100% - 1.5rem); margin: .75rem; padding: 1.25rem; }
  .location-card h3 { max-width: 100%; font-size: clamp(2rem, 8.5vw, 2.8rem); line-height: .92; }
  .location-actions { align-items: stretch; flex-direction: column; gap: .6rem; }
  .location-actions .primary-button { width: 100%; }
  .location-actions > a:not(.primary-button) { min-height: 46px; padding: .8rem .9rem; display: flex; align-items: center; border: 1px solid var(--line); text-decoration: none; }
  .closing { min-height: 610px; }
  .closing h2 { max-width: 100%; font-size: clamp(3.4rem, 16vw, 4.8rem); line-height: .9; }
  .closing .primary-button { width: min(100%, 320px); }
  footer { padding: 3rem 1rem 4rem; grid-template-columns: 1fr; }
  footer > p { display: none; }
  footer > div { justify-self: start; flex-direction: column; gap: 1rem; }
  footer > small { grid-column: 1; }
  .mobile-dock { position: fixed; z-index: 50; inset: auto .65rem .65rem; min-height: 56px; padding: .35rem; display: grid; grid-template-columns: 1fr 1fr; gap: .35rem; background: rgba(8,10,14,.95); border: 1px solid rgba(255,255,255,.18); backdrop-filter: blur(12px); box-shadow: 0 15px 40px rgba(0,0,0,.35); }
  .mobile-dock a { min-width: 0; padding: .55rem .65rem; display: flex; flex-direction: column; justify-content: center; border: 1px solid rgba(255,255,255,.12); font-size: .64rem; font-weight: 900; letter-spacing: .07em; line-height: 1.05; text-decoration: none; text-transform: uppercase; }
  .mobile-dock a:last-child { background: var(--red); border-color: var(--red); }
  .mobile-dock span { color: rgba(255,255,255,.5); font-size: .5rem; }
}

@media (max-width: 350px) {
  .hero h1 { font-size: 3.25rem; }
  .picker-heading h2, .proof-heading h2, .location-top h2 { font-size: 2.75rem; }
  .result-copy h3 { font-size: 2.75rem; }
  .manifesto h2 { font-size: 2.1rem; }
  .manifesto-points h3 { font-size: 1.75rem; }
  .location-card h3 { font-size: 1.7rem; }
  .closing h2 { font-size: 2.75rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .ticker > div { animation: none; }
}
