:root {
  --ink: #edffe8;
  --muted: #9db2a4;
  --green: #baff00;
  --green-2: #e3ff52;
  --deep: #030905;
  --panel: #0b1607;
  --line: rgba(204, 255, 176, .16);
  --serif: "Instrument Serif", Georgia, serif;
  --sans: Inter, Arial, sans-serif;
  --mono: "DM Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--deep); }
body { margin: 0; color: var(--ink); background: var(--deep); font-family: var(--sans); overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }

.noise { position: fixed; inset: 0; pointer-events: none; z-index: 20; opacity: .055; mix-blend-mode: screen; 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='.95' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E"); }

.topbar { position: fixed; inset: 0 0 auto; z-index: 15; height: 72px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 34px; background: linear-gradient(180deg, rgba(4,17,11,.96), rgba(4,17,11,.55), transparent); font: 500 12px var(--mono); letter-spacing: .04em; }
.wordmark { display: flex; align-items: center; gap: 10px; font-weight: 600; }
.halo-dot { color: var(--green); font-size: 26px; filter: drop-shadow(0 0 8px rgba(200,255,19,.65)); }
.topbar nav { display: flex; gap: 30px; color: #b9c9bc; }
.topbar nav a:hover { color: var(--green); }
.topbar > .pill { justify-self: end; }

.pill, .ghost { border: 1px solid transparent; border-radius: 999px; padding: 14px 22px; background: var(--green); color: #0a1307; font: 600 13px var(--mono); cursor: pointer; transition: transform .2s, background .2s, color .2s; }
.pill:hover, .ghost:hover { transform: translateY(-2px); }
.pill-small { padding: 10px 16px; font-size: 11px; }
.ghost { background: rgba(3,16,9,.5); color: var(--ink); border-color: var(--line); }

.hero { position: relative; min-height: 100svh; display: grid; align-items: end; padding: 120px 5vw 8vh; overflow: hidden; }
.hero-media { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1.035); animation: drift 14s ease-in-out infinite alternate; }
.hero-vignette { position: absolute; inset: 0; background: radial-gradient(circle at 67% 48%, transparent 0 22%, rgba(4,17,11,.18) 52%, rgba(4,17,11,.92) 100%), linear-gradient(180deg, rgba(4,17,11,.1) 45%, var(--deep) 100%); }
.hero-copy { position: relative; z-index: 2; max-width: 770px; }
.eyebrow, .section-label, .card-kicker { font: 500 12px var(--mono); letter-spacing: .12em; color: #c4d5c7; }
.live-dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 16px var(--green); margin-right: 9px; }
.hero h1, .manifesto h2, .feed-head h2, .system-head h2, .post-bank-head h2, .final-cta h2 { margin: 22px 0; font: 400 clamp(72px, 9.3vw, 154px)/.78 var(--serif); letter-spacing: -.045em; }
h1 em, h2 em { color: var(--green); font-weight: 400; }
.hero-copy > p { max-width: 550px; color: #d7e4d7; font-size: 18px; line-height: 1.6; }
.hero-actions { display: flex; gap: 10px; margin-top: 34px; }
.profile-orbit { position: absolute; right: 5vw; bottom: 8vh; z-index: 3; width: 280px; display: grid; grid-template-columns: 64px 1fr auto; gap: 13px; align-items: center; padding: 12px; border: 1px solid rgba(200,255,19,.28); background: rgba(5,19,12,.72); backdrop-filter: blur(18px); box-shadow: 0 25px 80px rgba(0,0,0,.35); }
.profile-orbit img { width: 64px; height: 64px; object-fit: cover; border-radius: 50%; }
.profile-meta { display: grid; gap: 4px; }
.profile-meta strong { font-size: 14px; }.profile-meta span { color: var(--muted); font-size: 12px; }
.verified { display: grid; place-items: center; width: 23px; height: 23px; border-radius: 50%; color: #061009; background: var(--green); font-size: 12px; }
.scroll-cue { position: absolute; right: 34px; bottom: 42%; z-index: 2; writing-mode: vertical-rl; font: 500 10px var(--mono); letter-spacing: .15em; color: rgba(255,255,255,.62); }
.scroll-cue span { margin-top: 10px; color: var(--green); }

.amen-marquee { display: flex; overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--green); color: #0d1807; font: 500 28px var(--serif); font-style: italic; white-space: nowrap; padding: 12px 0; }
.amen-marquee div { min-width: 100%; animation: marquee 17s linear infinite; }

.section { width: min(1400px, 92vw); margin: 0 auto; padding: 145px 0; }
.section-label { margin-bottom: 44px; color: var(--green); }
.manifesto-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 8vw; align-items: end; }
.manifesto h2 { margin: 0; font-size: clamp(58px, 7.7vw, 122px); }
.lore-copy { max-width: 580px; }
.lore-copy p { color: #b7c9ba; font-size: 17px; line-height: 1.75; }
.lore-copy .callout { color: var(--ink); padding: 22px 0 22px 24px; border-left: 2px solid var(--green); }
.source-row { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 30px; font: 500 12px var(--mono); color: var(--green); }

.archive { padding-top: 35px; }
.archive-head { display: grid; grid-template-columns: 1.2fr .8fr; gap: 8vw; align-items: end; margin-bottom: 64px; }
.archive-head .section-label { margin-bottom: 24px; }
.archive-head h2, .gospel > h2, .crossing-copy h2 { margin: 0; font: 400 clamp(58px,7vw,112px)/.86 var(--serif); letter-spacing: -.04em; }
.archive-head h2 em, .gospel > h2 em, .crossing-copy h2 em { color: var(--green); font-weight: 400; }
.archive-head > p { max-width: 510px; margin: 0 0 7px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.archive-grid { display: grid; grid-template-columns: 1.05fr .95fr; grid-template-rows: auto auto; gap: 22px; align-items: start; }
.archive-card { margin: 0; overflow: hidden; border: 1px solid var(--line); background: #07150d; }
.archive-card img { width: 100%; object-fit: cover; background: #111; }
.archive-tall { grid-row: 1 / span 2; }
.archive-tall img { aspect-ratio: 1156 / 1296; }
.archive-wide img { aspect-ratio: 21 / 12; }
.archive-small { display: grid; grid-template-columns: minmax(210px,.55fr) 1fr; }
.archive-small img { width: 100%; height: 100%; min-height: 310px; object-position: top; }
.archive-card figcaption { padding: 24px; }
.archive-card figcaption span { color: var(--green); font: 500 11px var(--mono); letter-spacing: .08em; }
.archive-card figcaption p { margin: 13px 0 19px; color: #c7d5ca; font-size: 15px; line-height: 1.6; }
.archive-card figcaption a { color: #93aa99; font: 500 11px var(--mono); }
.archive-card figcaption a:hover { color: var(--green); }
.archive-note { margin: 20px 0 0; color: #667b6c; font: 400 10px var(--mono); }

.decode-strip { padding: 42px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 22px; align-items: center; }
.decode-side { display: grid; gap: 8px; }.decode-name { font: 400 clamp(30px,4vw,64px) var(--serif); }.decode-note { font: 400 11px var(--mono); color: var(--muted); }
.decode-symbol { color: var(--green); font: 300 32px var(--mono); }.decode-answer { color: var(--green); }

.feed-section { padding-top: 170px; }
.feed-head, .post-bank-head { display: flex; justify-content: space-between; gap: 50px; align-items: end; margin-bottom: 70px; }
.feed-head .section-label, .post-bank-head .section-label { margin-bottom: 26px; }
.feed-head h2, .post-bank-head h2 { margin: 0; font-size: clamp(60px,7vw,110px); }
.feed-head > p { width: 380px; margin: 0 0 10px; color: var(--muted); line-height: 1.7; }
.post-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 24px; align-items: start; }
.post-card { max-width: 620px; border: 1px solid var(--line); background: #07160e; box-shadow: 0 35px 90px rgba(0,0,0,.18); }
.post-card:nth-child(even) { margin-top: 90px; justify-self: end; }
.post-card.wide-post { grid-column: 1 / -1; width: min(620px,100%); margin: 24px auto 0; }
.post-top { display: grid; grid-template-columns: 42px 1fr auto; gap: 10px; align-items: center; padding: 16px 18px 8px; }
.post-top img { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; }
.post-top div { display: grid; gap: 2px; }.post-top strong { font-size: 14px; }.post-top span { color: var(--muted); font-size: 12px; }.post-top b { color: var(--muted); letter-spacing: 2px; }
.post-copy { padding: 6px 18px 14px; margin: 0; font-size: 16px; line-height: 1.45; }
.post-image { width: 100%; aspect-ratio: 1; object-fit: cover; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); image-rendering: auto; filter: saturate(1.04) contrast(1.02); }
.post-stats, .post-actions { display: flex; justify-content: space-between; gap: 12px; padding: 13px 18px; font: 400 11px var(--mono); color: var(--muted); }
.post-actions { border-top: 1px solid var(--line); justify-content: flex-start; }
.post-actions button, .post-actions a { border: 0; background: none; padding: 0; color: var(--green); font: 500 11px var(--mono); cursor: pointer; }

.chapter-banner { position: relative; height: min(55vw,820px); min-height: 600px; margin: 90px 0 60px; overflow: hidden; }
.chapter-banner > img { width: 100%; height: 100%; min-height: inherit; object-fit: cover; image-rendering: auto; }
.chapter-shade { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(2,9,5,.95) 0%,rgba(2,9,5,.68) 31%,rgba(2,9,5,.1) 68%), linear-gradient(0deg,rgba(2,9,5,.78),transparent 42%); }
.chapter-copy { position: absolute; left: 6vw; top: 50%; width: min(620px,42vw); transform: translateY(-50%); }
.chapter-copy > span { color: var(--green); font: 500 11px var(--mono); letter-spacing: .12em; }
.chapter-copy h2 { margin: 25px 0 24px; font: 400 clamp(68px,8vw,130px)/.78 var(--serif); letter-spacing: -.045em; }
.chapter-copy p { margin: 0; color: #c8d6ca; font-size: 17px; line-height: 1.65; }

.gospel { padding-top: 160px; }
.gospel > h2 { max-width: 1180px; }
.tenets { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 78px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.tenet { min-height: 310px; padding: 30px; border-right: 1px solid var(--line); }
.tenet:last-child { border-right: 0; }
.tenet > span { color: var(--green); font: 500 11px var(--mono); }
.tenet h3 { margin: 72px 0 14px; font: 400 clamp(31px,3.2vw,48px)/1 var(--serif); }
.tenet p { max-width: 330px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.65; }
.gospel blockquote { margin: 90px 0 0; padding-left: 6vw; font: 400 clamp(40px,6vw,88px)/.98 var(--serif); border-left: 2px solid var(--green); }
.gospel blockquote cite { display: block; margin-top: 24px; color: var(--muted); font: 400 11px var(--mono); }

.crossing { padding-top: 70px; }
.crossing-frame { position: relative; min-height: 720px; overflow: hidden; border: 1px solid var(--line); background: #06140c; }
.crossing-frame > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.crossing-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(2,9,5,.96) 0%,rgba(2,9,5,.76) 42%,rgba(2,9,5,.12) 78%); }
.crossing-copy { position: relative; z-index: 1; width: min(590px,44%); margin-right: auto; padding: 90px 60px; }
.crossing-copy h2 { font-size: clamp(54px,6vw,92px); }
.crossing-copy p { margin: 32px 0; color: #c6d5c8; font-size: 16px; line-height: 1.7; }
.token-mark { display: inline-grid; gap: 5px; padding: 18px 22px; border: 1px solid rgba(200,255,19,.4); background: rgba(4,17,11,.6); }
.token-mark span { color: var(--green); font: 400 36px var(--serif); }
.token-mark small { color: #adc0b1; font: 500 9px var(--mono); letter-spacing: .11em; }

.x-preview { padding-top: 185px; }
.x-shell { overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; background: #000; box-shadow: 0 70px 180px rgba(0,0,0,.55); }
.x-banner { aspect-ratio: 3 / 1; overflow: hidden; background: #08150e; }.x-banner img { width: 100%; height: 100%; object-fit: cover; }
.x-profile-row { display: flex; justify-content: space-between; padding: 0 4.5% 0; height: 70px; }
.x-avatar { width: 150px; height: 150px; margin-top: -75px; border: 5px solid #000; border-radius: 50%; object-fit: cover; background: #000; }
.x-profile-row button { align-self: center; border: 0; border-radius: 999px; padding: 10px 22px; background: white; color: black; font-weight: 700; }
.x-copy { padding: 8px 4.5% 45px; }.x-copy h3 { margin: 0 0 3px; font-size: 24px; }.x-copy h3 span { display: inline-grid; place-items: center; width: 20px; height: 20px; margin-left: 4px; border-radius: 50%; color: #000; background: var(--green); font-size: 12px; vertical-align: middle; }
.x-copy small, .x-meta { color: #718077; }.x-copy p { max-width: 700px; margin: 18px 0; color: #e8ece9; }.x-meta { display: flex; flex-wrap: wrap; gap: 18px; font-size: 13px; }
.download-row { display: flex; gap: 10px; margin-top: 28px; justify-content: flex-end; }
.banner-options { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-top: 44px; }
.banner-option { display: grid; gap: 12px; padding: 9px; border: 1px solid var(--line); background: #06110a; color: var(--ink); text-align: left; cursor: pointer; transition: border-color .2s, transform .2s; }
.banner-option:hover, .banner-option.selected { border-color: var(--green); transform: translateY(-3px); }.banner-option img { width: 100%; aspect-ratio: 3 / 1; object-fit: cover; }.banner-option span { display: grid; gap: 4px; padding: 3px 4px 7px; }.banner-option b { font: 500 10px var(--mono); color: var(--green); }.banner-option small { font: 400 11px var(--mono); color: var(--muted); }

.system-head { display: grid; grid-template-columns: 1fr 1fr; column-gap: 7vw; align-items: end; }
.system-head .section-label { grid-column: 1 / -1; margin-bottom: 28px; }.system-head h2 { margin: 0; font-size: clamp(60px,7vw,110px); }.system-head > p { max-width: 420px; color: var(--muted); line-height: 1.7; }
.model-wrap { position: relative; margin-top: 70px; border: 1px solid var(--line); background: #092014; }.model-wrap img { width: 100%; }
.download-corner { position: absolute; right: 16px; bottom: 16px; padding: 12px 15px; background: rgba(4,17,11,.86); border: 1px solid var(--line); font: 500 10px var(--mono); color: var(--green); }
.rules-grid { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--line); border-top: 0; }
.rules-grid > div { padding: 24px; border-right: 1px solid var(--line); }.rules-grid > div:last-child { border: 0; }.rules-grid span { color: var(--green); font: 500 11px var(--mono); }.rules-grid p { color: var(--muted); font-size: 14px; line-height: 1.5; }

.launch-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 22px; }
.launch-card { min-height: 360px; padding: 34px; border: 1px solid var(--line); background: linear-gradient(145deg,#0b2115,#06130c); }
.launch-card h3 { margin: 56px 0 30px; font: 400 clamp(48px,6vw,86px)/.9 var(--serif); }
.launch-card dl { margin: 0; }.launch-card dl div { display: flex; justify-content: space-between; gap: 30px; padding: 11px 0; border-top: 1px solid var(--line); font: 400 12px var(--mono); }.launch-card dt { color: var(--muted); }.launch-card dd { margin: 0; color: var(--green); }
.description-card { display: flex; flex-direction: column; }.description-card > p { margin: auto 0 30px; max-width: 820px; font: 400 clamp(26px,3.4vw,50px)/1.08 var(--serif); }.description-card button { align-self: flex-start; border: 0; padding: 0; color: var(--green); background: none; font: 500 11px var(--mono); cursor: pointer; }
.launch-line { padding: 30px 34px; border: 1px solid var(--line); border-top: 0; background: var(--green); color: #0a1608; }.launch-line p { margin: 0; font-size: 17px; }

.post-bank-head > .ghost { flex: 0 0 auto; }
.copy-list { border-top: 1px solid var(--line); }
.copy-line { width: 100%; display: grid; grid-template-columns: 160px 1fr auto; gap: 24px; align-items: center; padding: 26px 10px; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: var(--ink); text-align: left; cursor: pointer; transition: background .2s, padding .2s; }
.copy-line:hover { background: rgba(200,255,19,.06); padding-left: 22px; padding-right: 22px; }.copy-line span { color: var(--green); font: 500 10px var(--mono); }.copy-line strong { font: 400 clamp(20px,2.6vw,38px) var(--serif); }.copy-line i { color: var(--green); font-style: normal; }

.final-cta { min-height: 620px; display: grid; grid-template-columns: 260px 1fr auto; gap: 5vw; align-items: center; padding: 7vw; background: var(--green); color: #0a1608; }
.final-cta > img { border-radius: 50%; border: 9px solid rgba(6,18,10,.9); box-shadow: 0 20px 60px rgba(5,16,8,.3); }
.final-cta > div > span { font: 500 11px var(--mono); letter-spacing: .14em; }.final-cta h2 { margin: 20px 0 0; font-size: clamp(56px,7vw,110px); }.final-cta h2 em { color: #0a1608; text-decoration: underline; text-decoration-thickness: 3px; text-underline-offset: 8px; }
.amen-button { display: grid; place-items: center; width: 170px; height: 170px; border: 0; border-radius: 50%; color: var(--green); background: #0a1608; font: 400 35px var(--serif); cursor: pointer; box-shadow: 0 20px 50px rgba(5,16,8,.25); transition: transform .15s; }.amen-button:hover { transform: rotate(-4deg) scale(1.04); }.amen-button span { display: block; font: 500 10px var(--mono); color: #8ba47f; }

footer { display: grid; grid-template-columns: 1fr 2fr 1fr; gap: 50px; align-items: center; padding: 48px 5vw; color: #718779; font: 400 10px/1.6 var(--mono); border-top: 1px solid var(--line); }
footer > div { display: flex; align-items: center; color: var(--ink); } footer > span { text-align: right; }
.toast { position: fixed; left: 50%; bottom: 28px; z-index: 30; transform: translate(-50%,120px); opacity: 0; padding: 13px 18px; border: 1px solid rgba(200,255,19,.4); background: #0b2014; color: var(--green); font: 500 11px var(--mono); transition: .3s ease; }.toast.show { transform: translate(-50%,0); opacity: 1; }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }.reveal.visible { opacity: 1; transform: none; }

@keyframes marquee { to { transform: translateX(-100%); } }
@keyframes drift { from { transform: scale(1.035) translate3d(0,0,0); } to { transform: scale(1.08) translate3d(-1%,.6%,0); } }

@media (max-width: 900px) {
  .topbar { grid-template-columns: 1fr auto; padding: 0 18px; }.topbar nav { display: none; }
  .hero { min-height: 850px; padding: 130px 22px 55px; align-items: end; }.hero-media img { object-position: 64% center; }.hero-vignette { background: linear-gradient(180deg,rgba(4,17,11,.12) 20%,rgba(4,17,11,.96) 76%,var(--deep)); }
  .hero h1 { font-size: clamp(66px,20vw,110px); }.profile-orbit { display: none; }.scroll-cue { display: none; }
  .section { width: min(100% - 36px, 680px); padding: 100px 0; }
  .manifesto-grid, .system-head, .launch-grid, .archive-head { grid-template-columns: 1fr; gap: 45px; }
  .archive-grid { grid-template-columns: 1fr; grid-template-rows: auto; }.archive-tall { grid-row: auto; }.archive-small { grid-template-columns: 1fr 1fr; }
  .decode-strip { grid-template-columns: 1fr; text-align: center; }.decode-symbol { transform: rotate(90deg); }
  .feed-head, .post-bank-head { display: grid; gap: 28px; }.feed-head > p { width: auto; }.post-grid { grid-template-columns: 1fr; }.post-card, .post-card:nth-child(even), .post-card.wide-post { width: 100%; margin: 0; }
  .rules-grid { grid-template-columns: 1fr 1fr; }.rules-grid > div:nth-child(2) { border-right: 0; }.rules-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .banner-options { grid-template-columns: 1fr; }
  .chapter-banner { min-height: 820px; }.chapter-banner > img { object-position: 65% center; }.chapter-shade { background: linear-gradient(0deg,rgba(2,9,5,.96) 0%,rgba(2,9,5,.7) 43%,rgba(2,9,5,.05) 75%); }.chapter-copy { top: auto; right: 25px; bottom: 45px; left: 25px; width: auto; transform: none; }
  .tenets { grid-template-columns: 1fr; }.tenet { min-height: 240px; border-right: 0; border-bottom: 1px solid var(--line); }.tenet:last-child { border-bottom: 0; }.tenet h3 { margin-top: 48px; }
  .crossing-frame { min-height: 900px; }.crossing-frame > img { object-position: 25% center; }.crossing-frame::after { background: linear-gradient(0deg,rgba(2,9,5,.98) 0%,rgba(2,9,5,.67) 53%,rgba(2,9,5,.02) 80%); }.crossing-copy { position: absolute; right: 0; bottom: 0; width: 100%; padding: 50px 36px; }
  .final-cta { grid-template-columns: 140px 1fr; }.final-cta .amen-button { grid-column: 1 / -1; width: 140px; height: 140px; justify-self: center; }
  footer { grid-template-columns: 1fr; gap: 20px; } footer > span { text-align: left; }
}

@media (max-width: 560px) {
  .topbar > .pill { display: none; }.hero { min-height: 780px; }.hero-copy > p { font-size: 16px; }.hero-actions { align-items: stretch; flex-direction: column; }.hero-actions a, .hero-actions button { text-align: center; }
  .amen-marquee { font-size: 23px; }.x-avatar { width: 104px; height: 104px; margin-top: -52px; }.x-profile-row { height: 54px; }.x-copy { padding-top: 16px; }
  .archive-small { grid-template-columns: 1fr; }.archive-small img { min-height: 0; }.archive-card figcaption { padding: 20px; }
  .chapter-banner { min-height: 720px; }.chapter-copy h2 { font-size: 65px; }.gospel blockquote { margin-top: 65px; }.crossing-frame { min-height: 760px; }.crossing-copy { padding: 34px 24px; }
  .rules-grid { grid-template-columns: 1fr; }.rules-grid > div { border-right: 0; border-bottom: 1px solid var(--line); }.rules-grid > div:nth-child(3) { border-bottom: 1px solid var(--line); }
  .copy-line { grid-template-columns: 1fr auto; }.copy-line span { grid-column: 1 / -1; }.final-cta { grid-template-columns: 1fr; text-align: center; }.final-cta > img { width: 150px; margin: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }.hero-media img, .amen-marquee div { animation: none; }.reveal { opacity: 1; transform: none; transition: none; }
}
