:root {
  --ink: #071019;
  --ink-soft: #102333;
  --ivory: #f1e9d8;
  --paper: #d9cfbb;
  --muted: #93a1aa;
  --gold: #d9b968;
  --gold-bright: #f1d98a;
  --rust: #8b4f36;
  --line: rgba(217, 185, 104, 0.26);
  --serif: "Cinzel", Georgia, serif;
  --sans: "Manrope", sans-serif;
  --mono: "DM Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ivory);
  background:
    radial-gradient(circle at 16% 10%, rgba(28, 73, 96, 0.34), transparent 28rem),
    radial-gradient(circle at 78% 32%, rgba(217, 185, 104, 0.08), transparent 32rem),
    var(--ink);
  font-family: var(--sans);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(215, 173, 85, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(215, 173, 85, 0.025) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, black, transparent 88%);
}

.grain {
  position: fixed;
  inset: 0;
  z-index: 100;
  opacity: 0.045;
  pointer-events: none;
  background-image: repeating-radial-gradient(circle at 20% 30%, #fff 0 .45px, transparent .7px 3px);
  background-size: 5px 5px;
}

a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img { display: block; width: 100%; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  height: 88px;
  padding: 0 clamp(20px, 4vw, 64px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid rgba(217, 185, 104, 0.14);
  background: rgba(7, 16, 25, 0.78);
  backdrop-filter: blur(18px);
  transition: height 250ms ease, background 250ms ease;
}

.site-header.is-scrolled { height: 70px; background: rgba(7, 16, 25, 0.95); }
.brand { display: inline-flex; align-items: center; gap: 12px; width: max-content; }
.brand-seal {
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  transition: width 250ms ease, height 250ms ease;
}
.brand-seal img { width: 100%; height: 100%; display: block; object-fit: contain; filter: drop-shadow(0 0 8px rgba(215,173,85,.24)); }
.site-header.is-scrolled .brand-seal { width: 32px; height: 32px; }
.brand-name { font: 700 16px/1 var(--serif); letter-spacing: .13em; }
.brand-code { margin-left: 6px; color: var(--muted); font: 400 9px/1 var(--mono); letter-spacing: .1em; }
.site-nav { display: flex; gap: clamp(18px, 3vw, 40px); }
.site-nav a, .header-cta { font: 500 11px/1 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.site-nav a { color: var(--muted); transition: color 180ms ease; }
.site-nav a:hover { color: var(--gold-bright); }
.header-cta { justify-self: end; display: flex; gap: 12px; align-items: center; color: var(--gold-bright); }
.header-cta span { font-size: 16px; }
.header-wallet {
  justify-self: end;
  min-height: 38px;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(215, 173, 85, .42);
  color: var(--gold-bright);
  background: rgba(215, 173, 85, .07);
  font: 500 9px/1 var(--mono);
  letter-spacing: .09em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 180ms ease, border-color 180ms ease;
}
.header-wallet:hover { background: rgba(215, 173, 85, .15); border-color: var(--gold); }
.wallet-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--rust); box-shadow: 0 0 0 4px rgba(139, 79, 54, .18); }
.wallet-is-connected .wallet-dot { background: #83bd76; box-shadow: 0 0 12px rgba(131, 189, 118, .7); }
.menu-toggle { display: none; border: 0; background: transparent; cursor: pointer; }

main { overflow: hidden; }
.hero {
  min-height: 100vh;
  padding: clamp(140px, 14vw, 190px) clamp(20px, 5vw, 80px) clamp(70px, 8vw, 120px);
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(420px, 1.14fr);
  gap: clamp(42px, 7vw, 110px);
  align-items: center;
}
.hero-copy { position: relative; z-index: 2; }
.edition-line { display: flex; flex-wrap: wrap; gap: 10px 26px; margin-bottom: clamp(44px, 7vw, 86px); }
.edition-line span { color: var(--muted); font: 400 9px/1 var(--mono); letter-spacing: .11em; text-transform: uppercase; }
.eyebrow { margin: 0 0 18px; color: var(--gold); font: 500 10px/1.3 var(--mono); letter-spacing: .16em; text-transform: uppercase; }
.hero h1 {
  margin: 0;
  display: flex;
  flex-direction: column;
  font: 600 clamp(70px, 10.8vw, 176px)/.72 var(--serif);
  letter-spacing: -.08em;
  text-transform: uppercase;
}
.hero-title-primary { display: flex; align-items: center; gap: clamp(14px, 2.6vw, 38px); }
.hero h1 > span:last-child { margin-left: .19em; color: transparent; -webkit-text-stroke: 1px var(--gold); text-shadow: 0 0 46px rgba(215,173,85,.06); }
.hero-coin-stage { position: relative; width: clamp(102px, 9.5vw, 154px); aspect-ratio: 1; display: grid; flex: 0 0 auto; place-items: center; perspective: 1000px; isolation: isolate; }
.hero-coin-stage::before { content: ""; position: absolute; inset: 12%; z-index: -2; border-radius: 50%; background: radial-gradient(circle, rgba(255, 213, 102, .24), rgba(215, 173, 85, .07) 45%, transparent 72%); filter: blur(10px); animation: gdsc-halo 4.8s ease-in-out infinite; }
.hero-coin { position: relative; z-index: 1; width: 94%; aspect-ratio: 1; transform-style: preserve-3d; animation: gdsc-coin-spin 6.8s ease-in-out infinite; will-change: transform; }
.hero-coin img { width: 100%; height: 100%; display: block; object-fit: contain; backface-visibility: hidden; filter: drop-shadow(0 14px 15px rgba(0, 0, 0, .42)) drop-shadow(0 0 11px rgba(255, 210, 86, .24)); }
.hero-coin-shadow { position: absolute; left: 24%; right: 24%; bottom: 4%; z-index: -1; height: 7%; border-radius: 50%; background: rgba(0, 0, 0, .66); filter: blur(10px); animation: gdsc-coin-shadow 3.4s ease-in-out infinite; }
.hero-lede { max-width: 580px; margin: 46px 0 0; color: var(--paper); font-size: clamp(16px, 1.25vw, 19px); line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.button {
  min-height: 54px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  font: 600 10px/1 var(--mono);
  letter-spacing: .12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}
.button:hover { transform: translateY(-3px); }
.button-gold { color: var(--ink); background: var(--gold); border-color: var(--gold); box-shadow: 0 14px 50px rgba(215,173,85,.12); }
.button-gold:hover { background: var(--gold-bright); }
.text-link { padding: 12px 0; border-bottom: 1px solid var(--line); color: var(--paper); font: 500 10px/1 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.text-link span { color: var(--gold); margin-left: 10px; }

.hero-visual { position: relative; margin: 0; width: min(100%, 760px); justify-self: end; }
.art-frame { position: relative; padding: 14px; border: 1px solid var(--line); background: rgba(216,205,185,.03); }
.art-frame::before { content: ""; position: absolute; inset: 24px; z-index: 2; border: 1px solid rgba(240,213,138,.23); pointer-events: none; }
.art-frame img { aspect-ratio: 1; object-fit: cover; filter: contrast(1.05) saturate(.92); }
.art-vignette { position: absolute; inset: 14px; box-shadow: inset 0 0 100px 18px rgba(7,16,25,.56); pointer-events: none; }
.art-frame figcaption { height: 38px; padding: 14px 4px 0; display: flex; justify-content: space-between; color: var(--muted); font: 400 9px/1 var(--mono); letter-spacing: .09em; text-transform: uppercase; }
.frame-corner { position: absolute; z-index: 3; width: 54px; height: 54px; pointer-events: none; }
.corner-a { top: 5px; left: 5px; border-top: 1px solid var(--gold-bright); border-left: 1px solid var(--gold-bright); }
.corner-b { right: 5px; bottom: 43px; border-right: 1px solid var(--gold-bright); border-bottom: 1px solid var(--gold-bright); }
.scripture-card {
  position: absolute;
  left: clamp(-90px, -7vw, -42px);
  bottom: clamp(55px, 8vw, 120px);
  z-index: 5;
  width: min(390px, 48%);
  margin: 0;
  padding: 28px 28px 24px 42px;
  background: rgba(16,35,51,.94);
  border: 1px solid var(--line);
  box-shadow: 0 24px 70px rgba(0,0,0,.46);
  backdrop-filter: blur(12px);
}
.scripture-card p { margin: 0; color: var(--ivory); font: 500 clamp(13px, 1vw, 16px)/1.7 var(--serif); }
.scripture-card cite { display: block; margin-top: 17px; color: var(--gold); font: normal 400 9px/1 var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.verse-number { position: absolute; top: 27px; left: 16px; color: var(--gold); font: 400 10px/1 var(--mono); }

.ticker { border-block: 1px solid var(--line); overflow: hidden; transform: rotate(-1.2deg) scale(1.02); background: var(--gold); color: var(--ink); }
.ticker-track { width: max-content; display: flex; align-items: center; gap: 32px; padding: 14px 0; animation: marquee 30s linear infinite; }
.ticker span { font: 600 11px/1 var(--mono); letter-spacing: .14em; }
.ticker i { font-style: normal; }

.section { padding: clamp(90px, 11vw, 170px) clamp(20px, 6vw, 96px); }
.section-heading { max-width: 980px; }
.section-heading h2, .enter-heading h2, .community-content h2, .disclaimer h2 {
  margin: 0;
  font: 600 clamp(44px, 6.5vw, 104px)/.98 var(--serif);
  letter-spacing: -.055em;
}
.section-heading h2 em { color: var(--gold); font-style: normal; }
.section-heading > p:last-child { max-width: 740px; margin: 30px 0 0; color: var(--muted); font-size: 16px; line-height: 1.8; }
.box-section { position: relative; }
.box-section::before { content: "77"; position: absolute; right: -2vw; top: 6vw; color: rgba(215,173,85,.025); font: 700 34vw/.8 var(--serif); pointer-events: none; }
.progress-panel { position: relative; z-index: 1; margin: clamp(60px, 8vw, 110px) 0 40px; padding: clamp(28px, 5vw, 66px); display: grid; grid-template-columns: auto 1fr; align-items: center; gap: clamp(32px, 7vw, 110px); border: 1px solid var(--line); background: linear-gradient(110deg, rgba(215,173,85,.07), transparent 60%); }
.progress-orbit { position: relative; width: clamp(170px, 19vw, 260px); aspect-ratio: 1; display: grid; place-items: center; }
.progress-orbit svg { position: absolute; inset: 0; width: 100%; height: 100%; transform: rotate(-90deg); }
.progress-orbit circle { fill: none; stroke-width: 1.2; }
.orbit-base { stroke: rgba(215,173,85,.16); }
.orbit-value { stroke: var(--gold); stroke-linecap: round; stroke-dasharray: 389.56; stroke-dashoffset: 389.56; transition: stroke-dashoffset 1.4s cubic-bezier(.2,.8,.2,1); filter: drop-shadow(0 0 5px rgba(240,213,138,.3)); }
.progress-orbit.is-visible .orbit-value { stroke-dashoffset: 89.6; }
.progress-number { position: relative; z-index: 2; display: flex; align-items: flex-start; }
.progress-number strong { font: 500 clamp(66px, 9vw, 126px)/1 var(--serif); letter-spacing: -.08em; }
.progress-number span { margin: 15px 0 0 5px; color: var(--gold); font: 400 16px/1 var(--mono); }
.mono-label { color: var(--gold); font: 400 9px/1.3 var(--mono); letter-spacing: .15em; text-transform: uppercase; }
.progress-copy h3 { max-width: 850px; margin: 18px 0 30px; font: 500 clamp(24px, 3.3vw, 50px)/1.15 var(--serif); letter-spacing: -.03em; }
.progress-copy p { margin: 15px 0 0; color: var(--muted); font-size: 11px; }
.progress-line { height: 2px; background: rgba(215,173,85,.14); }
.progress-line span { display: block; width: 77%; height: 100%; background: var(--gold); box-shadow: 0 0 14px var(--gold); }

.truth-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); }
.truth-card { position: relative; min-height: 320px; padding: 38px; border-right: 1px solid var(--line); }
.truth-card:last-child { border: 0; }
.truth-card .card-index { display: inline-block; margin-bottom: 65px; color: var(--muted); font: 400 10px/1 var(--mono); }
.truth-card h3 { margin: 13px 0 20px; font: 500 clamp(22px, 2vw, 32px)/1.18 var(--serif); }
.truth-card > p:last-child { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }

.manifesto { display: grid; grid-template-columns: .3fr 1.45fr .55fr; gap: clamp(28px, 6vw, 90px); align-items: start; background: var(--ivory); color: var(--ink); }
.manifesto-mark { color: var(--gold); font: 500 clamp(130px, 18vw, 280px)/.8 var(--serif); }
.manifesto .eyebrow { color: var(--rust); }
.manifesto-copy h2 { margin: 0; font: 600 clamp(36px, 5vw, 72px)/1.03 var(--serif); letter-spacing: -.05em; }
.manifesto-copy > p:last-child { max-width: 780px; margin: 32px 0 0; color: #60594e; font-size: 15px; line-height: 1.85; }
.manifesto-note { padding-top: 35px; border-top: 1px solid rgba(7,16,25,.2); }
.manifesto-note span { color: #6f6658; font: 500 9px/1 var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.manifesto-note strong { display: block; margin-top: 18px; font: 600 18px/1.5 var(--serif); text-transform: uppercase; }

.section-heading.compact { max-width: 850px; }
.timeline { margin-top: 80px; border-top: 1px solid var(--line); }
.timeline-item { display: grid; grid-template-columns: minmax(90px, .25fr) 1fr; gap: 30px; padding: 42px 0; border-bottom: 1px solid var(--line); transition: background 200ms ease, padding 200ms ease; }
.timeline-item:hover { padding-inline: 24px; background: rgba(215,173,85,.035); }
.timeline-number { color: var(--muted); font: 500 clamp(42px, 6vw, 86px)/1 var(--serif); }
.timeline-item.is-current .timeline-number { color: var(--gold); text-shadow: 0 0 35px rgba(215,173,85,.2); }
.phase-status { display: inline-flex; margin-bottom: 14px; color: var(--gold); font: 400 9px/1 var(--mono); letter-spacing: .13em; text-transform: uppercase; }
.timeline h3 { margin: 0; font: 500 clamp(28px, 3.7vw, 52px)/1.1 var(--serif); }
.timeline p { max-width: 780px; margin: 16px 0 0; color: var(--muted); font-size: 14px; line-height: 1.75; }

.enter-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(45px, 8vw, 130px); align-items: center; border-block: 1px solid var(--line); background: linear-gradient(125deg, rgba(28,73,96,.24), transparent 44%); }
.enter-heading h2 { font-size: clamp(44px, 5.3vw, 80px); }
.enter-heading > p:last-child { margin: 26px 0 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.presale-panel { border: 1px solid var(--line); background: rgba(16,35,51,.72); box-shadow: 0 35px 90px rgba(0,0,0,.25); }
.presale-topline { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--line); }
.presale-topline div { padding: 22px; border-right: 1px solid var(--line); }
.presale-topline div:last-child { border-right: 0; }
.presale-topline span, .presale-topline strong { display: block; }
.presale-topline span { margin-bottom: 9px; color: var(--muted); font: 400 8px/1 var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.presale-topline strong { color: var(--paper); font: 500 12px/1 var(--mono); }
.presale-disclosure { padding: clamp(24px, 4vw, 38px); }
.presale-checklist { margin-top: 22px; display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.presale-checklist span { min-height: 64px; padding: 17px 19px; display: flex; gap: 12px; align-items: center; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--muted); font-size: 11px; line-height: 1.55; }
.presale-checklist span::before { content: ""; width: 5px; height: 5px; flex: 0 0 auto; background: var(--gold); box-shadow: 0 0 12px rgba(217,185,104,.7); transform: rotate(45deg); }
.presale-answers { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.presale-answers div { min-height: 124px; padding: 22px; border-right: 1px solid var(--line); }
.presale-answers div:last-child { border-right: 0; }
.presale-answers span, .presale-answers strong { display: block; }
.presale-answers span { color: var(--gold); font: 500 8px/1.5 var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.presale-answers strong { margin-top: 14px; color: var(--paper); font-size: 11px; font-weight: 500; line-height: 1.65; }
.presale-cta { width: 100%; border-inline: 0; border-bottom: 0; }

.community { position: relative; min-height: 760px; display: grid; place-items: center; text-align: center; overflow: hidden; }
.community::before { content: ""; position: absolute; width: min(70vw, 760px); aspect-ratio: 1; border: 1px solid var(--line); border-radius: 50%; box-shadow: 0 0 0 70px rgba(215,173,85,.02), 0 0 0 140px rgba(215,173,85,.015); }
.community-word { position: absolute; color: rgba(215,173,85,.045); font: 700 13vw/1 var(--serif); letter-spacing: -.08em; }
.community-content { position: relative; z-index: 2; max-width: 920px; }
.community-content h2 { font-size: clamp(48px, 7vw, 110px); }
.community-content > p { max-width: 650px; margin: 28px auto 0; color: var(--muted); font-size: 15px; line-height: 1.8; }
.community-links { max-width: 720px; margin: 54px auto 0; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.community-link { padding: 22px; display: flex; justify-content: space-between; border-right: 1px solid var(--line); font: 400 9px/1 var(--mono); letter-spacing: .09em; text-transform: uppercase; transition: background 180ms ease; }
.community-link:last-child { border: 0; }
.community-link:hover { background: rgba(215,173,85,.08); }
.community-link i { color: var(--gold); font-style: normal; }
.community-link.is-disabled { opacity: .45; pointer-events: none; }

.disclaimer { display: grid; grid-template-columns: .6fr 1.4fr; gap: clamp(45px, 10vw, 160px); border-top: 1px solid var(--line); background: #090806; }
.disclaimer-title > span { color: var(--rust); font: 500 9px/1 var(--mono); letter-spacing: .15em; text-transform: uppercase; }
.disclaimer-title h2 { margin-top: 18px; color: var(--gold); font-size: clamp(45px, 5vw, 72px); }
.disclaimer-copy { counter-reset: disclaimer; }
.disclaimer-copy p { position: relative; margin: 0; padding: 0 0 26px 42px; border-bottom: 1px solid rgba(215,173,85,.1); color: var(--muted); font-size: 12px; line-height: 1.85; }
.disclaimer-copy p + p { padding-top: 26px; }
.disclaimer-copy p::before { counter-increment: disclaimer; content: "0" counter(disclaimer); position: absolute; top: 3px; left: 0; color: var(--gold); font: 400 9px/1 var(--mono); }
.disclaimer-copy p + p::before { top: 29px; }
.disclaimer-copy strong { color: var(--paper); font-weight: 600; }

.site-footer { min-height: 130px; padding: 32px clamp(20px, 5vw, 80px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; border-top: 1px solid var(--line); color: var(--muted); font: 400 9px/1.5 var(--mono); letter-spacing: .09em; text-transform: uppercase; }
.footer-brand .brand-code { display: none; }
.site-footer p { margin: 0; text-align: center; }
.site-footer > div { justify-self: end; display: flex; gap: 24px; }
.site-footer a:hover { color: var(--gold-bright); }
.toast { position: fixed; right: 24px; bottom: 24px; z-index: 90; padding: 14px 18px; background: var(--ivory); color: var(--ink); font: 500 10px/1 var(--mono); text-transform: uppercase; transform: translateY(100px); opacity: 0; transition: .25s ease; }
.toast.is-visible { transform: translateY(0); opacity: 1; }

.launch-gateway {
  position: relative;
  margin: 0 clamp(20px, 5vw, 80px) clamp(78px, 9vw, 130px);
  display: grid;
  grid-template-columns: minmax(260px, .42fr) minmax(0, 1.58fr);
  border: 1px solid var(--line);
  background: rgba(16, 35, 51, .74);
  box-shadow: 0 40px 110px rgba(0, 0, 0, .3);
}

.launch-gateway::before {
  content: "";
  position: absolute;
  inset: -1px;
  pointer-events: none;
  background: linear-gradient(105deg, rgba(240, 213, 138, .16), transparent 38%);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  padding: 1px;
}

.launch-count {
  min-height: 340px;
  padding: clamp(28px, 4vw, 52px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid var(--line);
  background: radial-gradient(circle at 20% 20%, rgba(215, 173, 85, .13), transparent 56%);
}

.launch-fraction { display: flex; align-items: baseline; color: var(--gold); }
.launch-fraction strong { font: 600 clamp(82px, 9vw, 140px)/.8 var(--serif); letter-spacing: -.09em; }
.launch-fraction i { margin: 0 12px; color: var(--rust); font: normal 300 38px/1 var(--serif); }
.launch-fraction span { color: var(--muted); font: 500 25px/1 var(--serif); }
.launch-count > p { max-width: 260px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }

.quick-entry { padding: clamp(28px, 4vw, 52px); display: grid; align-content: center; }
.quick-entry-heading { display: flex; justify-content: space-between; gap: 30px; align-items: flex-start; }
.quick-entry h2 { margin: 12px 0 0; font: 500 clamp(28px, 3.3vw, 50px)/1 var(--serif); letter-spacing: -.04em; }
.quick-status { display: inline-flex; align-items: center; gap: 9px; color: var(--gold-bright); font: 400 8px/1 var(--mono); letter-spacing: .11em; text-transform: uppercase; }
.quick-status > i { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 14px var(--gold); }
.countdown { margin-top: 38px; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid rgba(217,185,104,.42); background: rgba(217,185,104,.045); }
.countdown-unit { min-height: 112px; padding: 20px 12px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--line); text-align: center; }
.countdown-unit:last-child { border-right: 0; }
.countdown-unit strong { color: var(--paper); font: 500 clamp(32px, 4vw, 58px)/1 var(--serif); font-variant-numeric: tabular-nums; letter-spacing: -.04em; }
.countdown-unit span { margin-top: 11px; color: var(--gold); font: 500 8px/1 var(--mono); letter-spacing: .13em; text-transform: uppercase; }
.countdown-foot { margin-top: 14px; padding: 18px 22px; display: grid; grid-template-columns: .72fr 1.28fr; gap: 24px; align-items: center; border: 1px solid var(--line); }
.countdown-foot p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.65; }
.countdown-foot span, .countdown-foot strong { display: block; }
.countdown-foot span { color: var(--gold); font: 500 8px/1 var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.countdown-foot strong { margin-top: 8px; color: var(--paper); font: 500 10px/1.45 var(--mono); }

.message-section {
  position: relative;
  background:
    radial-gradient(circle at 12% 16%, rgba(28, 73, 96, .28), transparent 34rem),
    #0a1825;
  border-block: 1px solid var(--line);
}

.message-section::after {
  content: "MATTHEW";
  position: absolute;
  right: -2vw;
  top: 55px;
  color: rgba(215, 173, 85, .025);
  font: 700 13vw/1 var(--serif);
  pointer-events: none;
}

.message-heading { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr .65fr; gap: 80px; align-items: end; margin-bottom: clamp(60px, 8vw, 110px); }
.message-heading h2 { margin: 0; font: 600 clamp(56px, 8.5vw, 136px)/.78 var(--serif); letter-spacing: -.07em; text-transform: uppercase; }
.message-heading h2 em { color: transparent; -webkit-text-stroke: 1px var(--gold); font-style: normal; }
.message-heading > p { max-width: 500px; margin: 0; padding-top: 26px; border-top: 1px solid var(--line); color: var(--muted); font-size: 14px; line-height: 1.8; }

.verse-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.verse-block { min-height: 400px; padding: clamp(28px, 4vw, 54px); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255, 255, 255, .008); }
.verse-block.featured, .verse-block.wide, .verse-block.chapter-close { grid-column: span 2; }
.verse-block.featured { display: grid; grid-template-columns: .28fr .72fr; column-gap: 50px; background: linear-gradient(115deg, rgba(215, 173, 85, .1), transparent 55%); }
.verse-block.featured .verse-range, .verse-block.featured h3 { grid-column: 1; }
.verse-block.featured > p { grid-column: 2; grid-row: 1 / span 2; align-self: center; font-size: 16px; }
.verse-range { margin-bottom: 60px; color: var(--gold); font: 500 10px/1 var(--mono); letter-spacing: .14em; }
.verse-block h3 { margin: 0 0 28px; font: 500 clamp(25px, 2.6vw, 42px)/1.1 var(--serif); letter-spacing: -.035em; }
.verse-block p { margin: 0; color: #a9b5b9; font: 400 13px/1.95 var(--sans); }
.verse-block p + p { margin-top: 24px; }
.verse-block sup { top: -.3em; margin-right: 3px; color: var(--gold-bright); font: 500 9px/1 var(--mono); }
.verse-block blockquote { margin: 22px 0; padding: 20px 0 20px 24px; border-left: 1px solid var(--gold); color: var(--paper); font: 500 15px/1.8 var(--serif); }
.verse-block.wide { display: grid; grid-template-columns: .28fr .72fr; column-gap: 50px; }
.verse-block.wide .verse-range, .verse-block.wide h3 { grid-column: 1; }
.verse-block.wide > p { grid-column: 2; grid-row: 1 / span 2; align-self: center; }
.verse-block.chapter-close { min-height: 0; display: grid; grid-template-columns: .15fr .45fr 1fr auto; gap: 30px; align-items: center; background: var(--gold); color: var(--ink); }
.verse-block.chapter-close .verse-range, .verse-block.chapter-close h3, .verse-block.chapter-close p { margin: 0; color: var(--ink); }
.verse-block.chapter-close h3 { font-size: clamp(22px, 2.4vw, 36px); }
.verse-block.chapter-close p { line-height: 1.65; opacity: .75; }
.verse-block.chapter-close a { padding-bottom: 5px; border-bottom: 1px solid rgba(7, 16, 25, .35); font: 600 9px/1.5 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.verse-block.chapter-close a span { margin-left: 8px; }

.community-links { max-width: 680px; grid-template-columns: repeat(2, 1fr); border-color: rgba(240, 213, 138, .5); box-shadow: 0 30px 90px rgba(0, 0, 0, .35); }
.community-link { min-height: 98px; align-items: center; padding: 24px 26px; color: var(--ink); border-color: rgba(7, 16, 25, .28); font-weight: 600; }
.community-link span { text-align: left; }
.community-link small { display: block; margin-bottom: 10px; font: 500 8px/1 var(--mono); letter-spacing: .12em; opacity: .62; }
.community-link i { color: var(--ink); font-size: 19px; }
.community-link.social-x { background: linear-gradient(125deg, #f4ead6, #d9c9aa); }
.community-link.social-github { background: linear-gradient(125deg, var(--gold), var(--gold-bright)); }
.community-link:hover { background-position: 100% 0; filter: brightness(1.08); }

.wallet-modal[hidden] { display: none; }
.wallet-modal { position: fixed; inset: 0; z-index: 120; display: grid; place-items: center; padding: 20px; }
.wallet-modal-backdrop { position: absolute; inset: 0; width: 100%; border: 0; background: rgba(3, 10, 16, .84); backdrop-filter: blur(12px); cursor: default; }
.wallet-dialog { position: relative; z-index: 1; width: min(560px, 100%); max-height: min(760px, calc(100vh - 40px)); padding: clamp(26px, 4vw, 42px); overflow-y: auto; border: 1px solid rgba(217, 185, 104, .5); background: linear-gradient(145deg, #10283a, #08131e); box-shadow: 0 50px 150px rgba(0, 0, 0, .65); }
.wallet-dialog::before { content: ""; position: absolute; inset: 9px; border: 1px solid rgba(215, 173, 85, .12); pointer-events: none; }
.wallet-dialog-head { position: relative; display: flex; justify-content: space-between; gap: 30px; }
.wallet-dialog-head h2 { margin: 12px 0 0; font: 500 clamp(30px, 4vw, 48px)/1 var(--serif); letter-spacing: -.04em; }
.wallet-dialog-close { flex: 0 0 40px; width: 40px; height: 40px; border: 1px solid var(--line); color: var(--gold); background: transparent; font-size: 25px; line-height: 1; cursor: pointer; }
.wallet-dialog-intro { position: relative; margin: 28px 0; color: var(--muted); font-size: 12px; line-height: 1.75; }
.wallet-options { position: relative; display: grid; gap: 9px; }
.wallet-option { width: 100%; min-height: 76px; padding: 14px 18px; display: grid; grid-template-columns: 44px 1fr auto; grid-template-rows: auto auto; column-gap: 15px; align-items: center; border: 1px solid var(--line); color: var(--paper); background: rgba(215, 173, 85, .035); text-align: left; cursor: pointer; transition: border-color 180ms ease, background 180ms ease, transform 180ms ease; }
.wallet-option:hover { border-color: var(--gold); background: rgba(215, 173, 85, .1); transform: translateX(4px); }
.wallet-option img, .wallet-option-fallback { grid-row: 1 / span 2; width: 44px; height: 44px; border-radius: 11px; }
.wallet-option img { object-fit: cover; }
.wallet-option-fallback { display: grid; place-items: center; border: 1px solid var(--gold); color: var(--gold); font: 600 18px/1 var(--serif); }
.wallet-option strong { align-self: end; font: 600 14px/1.2 var(--sans); }
.wallet-option small { align-self: start; margin-top: 5px; color: var(--muted); font: 400 8px/1 var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.wallet-option i { grid-column: 3; grid-row: 1 / span 2; color: var(--gold); font: normal 500 9px/1 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.wallet-empty { position: relative; padding: 24px; border: 1px solid var(--line); background: rgba(28, 73, 96, .14); }
.wallet-empty strong { font: 500 17px/1.4 var(--serif); }
.wallet-empty p { color: var(--muted); font-size: 11px; line-height: 1.7; }
.wallet-empty > div { display: flex; flex-wrap: wrap; gap: 8px; }
.wallet-empty a { padding: 10px 12px; border: 1px solid var(--line); color: var(--gold-bright); font: 500 8px/1 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.wallet-dialog-foot { position: relative; margin: 24px 0 0; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: 9px; line-height: 1.7; }
.wallet-modal-open { overflow: hidden; }

.support-section {
  position: relative;
  background:
    radial-gradient(circle at 82% 15%, rgba(215, 173, 85, .11), transparent 31rem),
    linear-gradient(180deg, #08131e, #0d1f2e);
  border-block: 1px solid var(--line);
}

.support-heading { display: grid; grid-template-columns: 1fr .72fr; gap: clamp(50px, 9vw, 140px); align-items: end; }
.support-heading h2 { margin: 0; font: 600 clamp(58px, 8vw, 126px)/.78 var(--serif); letter-spacing: -.07em; text-transform: uppercase; }
.support-heading h2 em { color: transparent; -webkit-text-stroke: 1px var(--gold); font-style: normal; }
.support-heading > p { max-width: 580px; margin: 0; padding-top: 28px; border-top: 1px solid var(--line); color: var(--muted); font-size: 14px; line-height: 1.85; }
.support-grid { margin-top: clamp(64px, 8vw, 110px); display: grid; grid-template-columns: .8fr 1.2fr; border: 1px solid var(--line); }
.wallet-card, .donation-card { padding: clamp(28px, 4vw, 54px); }
.wallet-card { position: relative; display: flex; flex-direction: column; border-right: 1px solid var(--line); background: rgba(255, 255, 255, .012); overflow: hidden; }
.wallet-card::after { content: ""; position: absolute; inset: auto -100px -150px auto; width: 340px; height: 340px; border: 1px solid rgba(215, 173, 85, .1); border-radius: 50%; box-shadow: 0 0 0 50px rgba(215, 173, 85, .018), 0 0 0 100px rgba(215, 173, 85, .012); }
.support-card-topline { position: relative; z-index: 1; display: flex; justify-content: space-between; gap: 20px; align-items: center; }
.network-badge, .donation-state { display: inline-flex; align-items: center; gap: 8px; color: var(--paper); font: 400 8px/1 var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.network-badge i { width: 6px; height: 6px; border-radius: 50%; background: #83bd76; box-shadow: 0 0 10px rgba(131, 189, 118, .55); }
.donation-state { color: var(--gold); }
.wallet-state { position: relative; z-index: 1; margin-top: clamp(52px, 7vw, 92px); padding-top: 24px; border-top: 1px solid var(--line); }
.wallet-state > span { color: var(--muted); font: 400 8px/1 var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.wallet-state strong { display: block; margin-top: 13px; font: 500 20px/1.25 var(--serif); }
.wallet-state code { display: block; margin-top: 10px; overflow: hidden; color: var(--gold); font: 400 11px/1.5 var(--mono); text-overflow: ellipsis; white-space: nowrap; }
.wallet-actions { position: relative; z-index: 1; margin-top: 30px; display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.wallet-connect-main { width: 100%; border-color: var(--gold); color: var(--ink); background: linear-gradient(110deg, var(--gold), var(--gold-bright)); }
.wallet-disconnect { padding: 0 18px; border: 1px solid var(--line); background: transparent; color: var(--muted); font: 500 9px/1 var(--mono); letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.wallet-disconnect:disabled { cursor: not-allowed; opacity: .35; }
.wallet-safety { position: relative; z-index: 1; margin: 24px 0 0; color: var(--muted); font-size: 10px; line-height: 1.7; }
.wallet-safety strong { color: var(--paper); font-weight: 600; }
.wallet-install { position: relative; z-index: 1; margin-top: 18px; color: var(--muted); font: 400 9px/1.5 var(--mono); }
.wallet-install span { color: var(--gold); border-bottom: 1px solid var(--line); }

.donation-card { background: linear-gradient(145deg, rgba(215, 173, 85, .075), transparent 62%); }
.donation-card h3 { margin: clamp(46px, 6vw, 78px) 0 24px; font: 500 clamp(38px, 5vw, 74px)/.96 var(--serif); letter-spacing: -.05em; }
.donation-intro { max-width: 720px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.8; }
.donation-wallet-box { margin-top: 38px; padding: 22px; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 20px; align-items: center; border: 1px solid rgba(217, 185, 104, .45); background: rgba(7, 16, 25, .62); }
.donation-wallet-box span { display: block; margin-bottom: 11px; color: var(--muted); font: 400 8px/1 var(--mono); letter-spacing: .12em; }
.donation-wallet-box code { display: block; overflow: hidden; color: var(--paper); font: 400 12px/1.5 var(--mono); text-overflow: ellipsis; white-space: nowrap; }
.donation-wallet-box button { min-width: 82px; min-height: 40px; border: 1px solid var(--line); background: rgba(215, 173, 85, .08); color: var(--gold-bright); font: 500 9px/1 var(--mono); text-transform: uppercase; cursor: pointer; }
.donation-wallet-box button:disabled { cursor: not-allowed; filter: grayscale(1); opacity: .36; }
.donation-amounts { margin: 30px 0 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr) 1.3fr; gap: 8px; border: 0; }
.donation-amounts legend { margin-bottom: 14px; color: var(--muted); font: 400 8px/1 var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.donation-amounts > button, .donation-amounts label { min-height: 54px; border: 1px solid var(--line); background: transparent; color: var(--paper); }
.donation-amounts > button { cursor: pointer; font: 500 12px/1 var(--mono); }
.donation-amounts > button:hover, .donation-amounts > button.is-selected { border-color: var(--gold); color: var(--ink); background: var(--gold); }
.donation-amounts label { display: grid; grid-template-columns: auto 1fr; align-items: center; padding: 0 14px; gap: 10px; }
.donation-amounts label span { color: var(--muted); font: 400 8px/1 var(--mono); text-transform: uppercase; }
.donation-amounts input { width: 100%; min-width: 0; border: 0; outline: 0; color: var(--paper); background: transparent; font: 500 12px/1 var(--mono); }
.donation-action { margin-top: 14px; min-height: 62px; padding: 0 22px; display: flex; justify-content: space-between; align-items: center; color: var(--ink); background: linear-gradient(100deg, var(--gold), var(--gold-bright)); font: 600 10px/1 var(--mono); letter-spacing: .11em; text-transform: uppercase; transition: transform 180ms ease, filter 180ms ease; }
.donation-action:hover { transform: translateY(-2px); filter: brightness(1.08); }
.donation-action i { font: normal 20px/1 var(--sans); }
.donation-action.is-disabled { pointer-events: none; filter: grayscale(1); opacity: .4; }
.donation-disclaimer { margin: 24px 0 0; padding-left: 18px; border-left: 1px solid var(--rust); color: #87989f; font-size: 10px; line-height: 1.75; }
.donation-disclaimer strong { color: var(--paper); font-weight: 600; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity 700ms ease, transform 700ms cubic-bezier(.2,.75,.2,1); }
.reveal[data-delay="1"] { transition-delay: 100ms; }
.reveal[data-delay="2"] { transition-delay: 200ms; }
.reveal[data-delay="3"] { transition-delay: 300ms; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes gdsc-coin-spin {
  0%, 100% { transform: translateY(2px) rotateX(-6deg) rotateY(-20deg); }
  25% { transform: translateY(-5px) rotateX(3deg) rotateY(0deg); }
  50% { transform: translateY(2px) rotateX(6deg) rotateY(20deg); }
  75% { transform: translateY(-5px) rotateX(-3deg) rotateY(0deg); }
}
@keyframes gdsc-halo {
  0%, 100% { opacity: .54; transform: scale(.9); }
  50% { opacity: .9; transform: scale(1.08); }
}
@keyframes gdsc-coin-shadow {
  0%, 100% { opacity: .42; transform: scaleX(.78); }
  50% { opacity: .66; transform: scaleX(1); }
}

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-nav { position: fixed; inset: 70px 0 auto; padding: 26px; display: grid; gap: 22px; background: rgba(7,16,25,.98); border-bottom: 1px solid var(--line); transform: translateY(-150%); transition: transform 250ms ease; }
  .site-nav.is-open { transform: translateY(0); }
  .header-cta { display: none; }
  .header-wallet { display: none; }
  .menu-toggle { justify-self: end; width: 38px; height: 38px; display: grid; place-content: center; gap: 7px; }
  .menu-toggle span:not(.sr-only) { width: 23px; height: 1px; display: block; background: var(--gold); }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { max-width: 850px; }
  .hero-visual { width: min(82vw, 700px); }
  .manifesto { grid-template-columns: .25fr 1fr; }
  .manifesto-note { grid-column: 2; }
  .enter-section { grid-template-columns: 1fr; }
  .launch-gateway { grid-template-columns: 1fr; }
  .launch-count { min-height: 270px; border-right: 0; border-bottom: 1px solid var(--line); }
  .message-heading { grid-template-columns: 1fr; gap: 38px; }
  .support-heading, .support-grid { grid-template-columns: 1fr; }
  .support-heading { gap: 38px; }
  .wallet-card { border-right: 0; border-bottom: 1px solid var(--line); }
}

@media (max-width: 760px) {
  .site-header { height: 70px; }
  .brand-code { display: none; }
  .hero { padding-top: 120px; }
  .edition-line { margin-bottom: 44px; }
  .hero h1 { font-size: clamp(66px, 21vw, 124px); }
  .hero h1 > span:last-child { margin-left: .05em; }
  .hero-title-primary { gap: clamp(10px, 3vw, 18px); }
  .hero-coin-stage { width: clamp(82px, 24vw, 112px); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .hero-visual { width: 100%; }
  .scripture-card { position: relative; left: auto; bottom: auto; width: calc(100% - 30px); margin: -70px auto 0; }
  .progress-panel { grid-template-columns: 1fr; }
  .progress-orbit { justify-self: center; }
  .truth-grid { grid-template-columns: 1fr; }
  .truth-card { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .truth-card .card-index { margin-bottom: 38px; }
  .manifesto { grid-template-columns: 1fr; }
  .manifesto-mark { height: 90px; }
  .manifesto-note { grid-column: auto; }
  .timeline-item { grid-template-columns: 66px 1fr; }
  .presale-topline, .presale-checklist, .presale-answers { grid-template-columns: 1fr; }
  .presale-topline div, .presale-answers div { border-right: 0; border-bottom: 1px solid var(--line); }
  .presale-topline div:last-child, .presale-answers div:last-child { border-bottom: 0; }
  .presale-checklist span { border-right: 1px solid var(--line); }
  .community { min-height: 680px; }
  .community-links { grid-template-columns: 1fr; }
  .community-link { border-right: 0; border-bottom: 1px solid var(--line); }
  .disclaimer { grid-template-columns: 1fr; }
  .quick-entry-heading { flex-direction: column; }
  .countdown { grid-template-columns: repeat(2, 1fr); }
  .countdown-unit:nth-child(2) { border-right: 0; }
  .countdown-unit:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .countdown-foot { grid-template-columns: 1fr; }
  .verse-grid { grid-template-columns: 1fr; }
  .verse-block.featured, .verse-block.wide, .verse-block.chapter-close { grid-column: auto; display: block; }
  .verse-block.featured > p, .verse-block.wide > p { margin-top: 30px; }
  .verse-block.chapter-close > * + * { margin-top: 22px; }
  .verse-block.chapter-close a { display: inline-block; }
  .donation-amounts { grid-template-columns: repeat(3, 1fr); }
  .donation-amounts label { grid-column: span 3; }
  .site-footer { grid-template-columns: 1fr; text-align: center; }
  .footer-brand, .site-footer > div { justify-self: center; }
}

@media (max-width: 460px) {
  .brand-name { font-size: 13px; }
  .section { padding-block: 84px; }
  .hero-lede { margin-top: 34px; }
  .scripture-card { padding: 24px 20px 22px 38px; }
  .progress-panel { padding: 24px; }
  .truth-card { padding-inline: 22px; }
  .timeline-item { grid-template-columns: 48px 1fr; gap: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .hero-coin { transform: rotateX(-6deg) rotateY(-18deg); }
}
