.hero {
  min-height: 720px;
  height: 100svh;
  position: relative;
  overflow: hidden;
  background: #6fb2dc;
  color: #fff;
  padding-top: 74px;
}
.hero-art {
  position: absolute;
  inset: 74px 0 0 0;
  background: #0a2745 url('../assets/hero-poster-v3.png?v=16') center / cover no-repeat;
  transform: scale(1.02);
  will-change: transform;
}
.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-art::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(5,18,34,.80) 0%, rgba(5,18,34,.60) 29%, rgba(5,18,34,.12) 54%, rgba(5,18,34,.04) 100%);
}
.hero-sky-lines { position: absolute; inset: 74px 0 0; opacity: .17; background: repeating-linear-gradient(166deg, transparent 0 90px, rgba(255,255,255,.40) 92px 94px, transparent 96px 180px); mix-blend-mode: screen; }
.hero-vignette { position: absolute; inset: 74px 0 0; box-shadow: inset 0 -100px 120px rgba(3,11,21,.42); }
.hero-content { position: relative; z-index: 3; padding-top: clamp(56px, 8vh, 88px); }
.hero h1 { margin: 0 0 20px; max-width: 650px; font-size: clamp(72px, 7.3vw, 112px); line-height: .88; text-transform: uppercase; letter-spacing: -.025em; text-shadow: 4px 5px 0 rgba(2,12,22,.24); }
.hero h1 span { display: block; }
.hero h1 .red { color: var(--red); text-shadow: 3px 4px 0 #8d1720, 8px 9px 0 rgba(0,0,0,.18); }
.hero-copy { max-width: 500px; font-size: clamp(16px, 1.35vw, 20px); line-height: 1.4; font-weight: 700; font-style: italic; text-shadow: 0 2px 14px rgba(0,0,0,.68); }
.hero-actions { width: min(650px, 100%); margin-top: 24px; }
.hero-action-row { display: grid; grid-template-columns: 1.25fr .68fr 1fr; gap: 10px; }
.hero-cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }

.ticker { overflow: hidden; background: var(--red); color: #fff; border-block: 4px solid var(--navy); transform: rotate(.7deg) scale(1.01); position: relative; z-index: 5; }
.ticker-track { display: flex; width: max-content; animation: ticker 24s linear infinite; padding: 14px 0 12px; }
.ticker-track span { font-size: 26px; white-space: nowrap; margin-right: 58px; }

.sky-page {
  position: relative;
  isolation: isolate;
  background-color: #f7fbfe;
  background-image: url('../assets/sky-page-v2.jpg');
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

.manifesto { background: transparent; overflow: hidden; padding-block: 78px; }
.manifesto::before { display: none; }
.compact-centered { text-align: center; position: relative; margin-bottom: 34px; }
.compact-centered h2 { display: inline-block; position: relative; }
.compact-centered h2::before, .compact-centered h2::after { content: '★'; position: absolute; top: 50%; color: var(--red); font-size: 20px; transform: translateY(-50%); }
.compact-centered h2::before { left: -38px; }
.compact-centered h2::after { right: -38px; }
.manifesto-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; position: relative; }
.manifesto-card { min-height: 250px; border: var(--border); border-radius: 7px; overflow: hidden; box-shadow: 5px 6px 0 var(--ink); position: relative; display: grid; grid-template-columns: 54% 46%; background: #fff; }
.manifesto-copy { padding: 22px 16px 20px 22px; display: flex; flex-direction: column; justify-content: center; position: relative; z-index: 2; }
.manifesto-card h3 { font-size: clamp(28px, 2.35vw, 36px); line-height: .9; margin: 6px 0 13px; text-transform: uppercase; }
.manifesto-card p { margin: 0; font-weight: 700; line-height: 1.38; font-size: 14px; }
.manifesto-card .num { color: var(--red); font: 16px Impact, sans-serif; }
.manifesto-card img { width: 100%; height: 100%; min-height: 250px; object-fit: cover; object-position: center; }
.manifesto-card:nth-child(1) img { object-position: 58% center; }
.manifesto-card:nth-child(3) img { object-position: 58% center; }

.honk-zone { background: var(--navy); color: #fff; border-block: 7px solid var(--red); padding: 52px 0; position: relative; overflow: hidden; }
.honk-zone::after { content: 'HONK  HONK  HONK  HONK'; position: absolute; bottom: -20px; left: 3%; font: 82px Impact, sans-serif; opacity: .04; letter-spacing: 18px; pointer-events: none; white-space: nowrap; }
.honk-inner { display: grid; grid-template-columns: 1.2fr .75fr .5fr; align-items: center; gap: 36px; }
.honk-inner h2 { margin: 0; font: clamp(54px,7vw,90px)/.85 Impact, sans-serif; }
.honk-inner h2 span { color: var(--red); }
.honk-inner p:not(.eyebrow) { margin: 12px 0 0; color: #b8c6d5; }
.honk-button { aspect-ratio: 1; width: min(250px, 100%); border-radius: 50%; border: 10px solid #e5e9ee; background: radial-gradient(circle at 32% 28%, #ff6570, #f02f3a 42%, #a6121e 75%); color: #fff; box-shadow: 0 14px 0 #650d14, 0 20px 40px rgba(0,0,0,.4); font: clamp(42px,5vw,66px) Impact, sans-serif; cursor: pointer; transform: rotate(-5deg); }
.honk-button:active { box-shadow: 0 5px 0 #650d14; transform: translateY(9px) rotate(-5deg); }
.honk-counter { text-align: center; border-left: 1px solid rgba(255,255,255,.2); padding-left: 26px; }
.honk-counter span { display: block; font: 64px Impact, sans-serif; color: var(--red); }
.honk-counter small { font: 14px Impact, sans-serif; letter-spacing: .08em; color: #b8c6d5; }

.memes { background: transparent; overflow: hidden; padding-block: 78px; }
.memes::before { display: none; }
.meme-heading { margin-bottom: 32px; }
.side-copy { max-width: 620px; margin: 14px auto 0; font-size: 17px; font-weight: 700; line-height: 1.45; }
.meme-wall { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; position: relative; width: min(1060px, 100%); margin-inline: auto; }
.meme { margin: 0; border: var(--border); overflow: hidden; border-radius: 7px; box-shadow: 6px 7px 0 var(--ink); position: relative; background: #fff; }
.meme:nth-child(1) { transform: rotate(-.7deg); }
.meme:nth-child(2) { transform: rotate(.5deg); }
.meme:nth-child(3) { transform: rotate(-.4deg); }
.meme img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease, filter .35s ease; }
.meme { aspect-ratio: 1 / 1.04; }
.meme:hover img { transform: scale(1.04); filter: contrast(1.04) saturate(1.1); }
.meme figcaption { position: absolute; left: 0; right: 0; bottom: 0; background: linear-gradient(transparent, rgba(4,13,25,.94) 56%); color: #fff; padding: 52px 16px 14px; display: flex; align-items: end; justify-content: space-between; gap: 10px; font: 23px Impact, sans-serif; }
.meme figcaption span { background: var(--red); padding: 5px 7px; font-size: 12px; }

.buy { background: transparent; overflow: hidden; }
.buy::before, .buy::after { display: none; }
.buy-steps-wrap { position: relative; margin-top: 44px; padding-right: 120px; z-index: 2; }
.buy-steps { display: grid; grid-template-columns: 1fr 48px 1fr 48px 1fr; align-items: center; gap: 8px; }
.step-card { min-height: 215px; border: var(--border); border-radius: 8px; background: #fff; padding: 20px; box-shadow: 5px 6px 0 var(--ink); position: relative; overflow: hidden; display: grid; grid-template-columns: 42px 1fr; grid-template-rows: auto 1fr; column-gap: 13px; }
.step-card::after { content: ''; position: absolute; width: 120px; height: 120px; border-radius: 50%; background: var(--paper-2); right: -40px; bottom: -50px; }
.step-copy { position: relative; z-index: 2; }
.step-card h3 { font-size: clamp(23px, 2vw, 30px); line-height: .94; margin: 4px 0 10px; text-transform: uppercase; }
.step-card p { margin: 0; line-height: 1.4; font-weight: 650; font-size: 14px; }
.step-num { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: var(--blue); color: #fff; border: 3px solid var(--ink); font-size: 22px; box-shadow: 3px 4px 0 var(--ink); position: relative; z-index: 2; }
.step-arrow { text-align: center; font: 42px Impact, sans-serif; color: var(--red); }
.wallet-logos { grid-column: 1 / -1; align-self: end; display: flex; gap: 7px; position: relative; z-index: 2; }
.wallet-logos span { min-width: 0; flex: 1; display: grid; grid-template-columns: 26px 1fr; align-items: center; gap: 5px; padding: 6px; border: 2px solid var(--ink); border-radius: 7px; background: #f5f8fb; }
.wallet-logos img { width: 26px; height: 26px; object-fit: contain; }
.wallet-logos small, .sol-mark small { min-width: 0; overflow: hidden; font: 10px Impact, sans-serif; letter-spacing: .02em; }
.sol-mark { grid-column: 2; align-self: end; width: max-content; display: flex; align-items: center; gap: 9px; padding: 8px 10px; border-radius: 8px; background: var(--navy); color: #fff; border: 3px solid var(--ink); position: relative; z-index: 2; }
.sol-mark img { width: 46px; height: 40px; object-fit: contain; }
.sol-mark small { font-size: 13px; }
.step-goose { grid-column: 2; align-self: end; width: 62px; height: 62px; object-fit: cover; border-radius: 50%; border: 3px solid var(--ink); position: relative; z-index: 2; }
.launch-burst { position: absolute; right: -4px; top: 42px; width: 130px; aspect-ratio: 1; display: grid; place-content: center; text-align: center; border-radius: 50%; background: var(--red); color: #fff; border: 5px solid #fff; outline: 3px solid var(--red-dark); font: 20px/.9 Impact, sans-serif; transform: rotate(7deg); box-shadow: 5px 7px 0 rgba(16,20,27,.22); cursor: pointer; }
.launch-burst b { font-size: 34px; }

.final-cta { min-height: 660px; padding: 76px 0; background: #74b7e2 url('../assets/footer-flag-goose-v2.jpg') center center / cover no-repeat; position: relative; overflow: hidden; display: flex; align-items: center; border-top: 7px solid var(--navy); }
.final-cta::before { display: none; }
.final-inner { position: relative; z-index: 3; text-align: left; }
.final-inner > p { font: 18px Impact, sans-serif; letter-spacing: .1em; }
.final-inner h2 { max-width: 650px; margin: 12px 0 0; font: clamp(66px, 6.8vw, 98px)/.84 Impact, sans-serif; text-transform: uppercase; color: var(--navy); text-shadow: 4px 5px 0 rgba(255,255,255,.82); }
.final-inner h2 span { color: var(--red); }
.final-inner .hero-cta-row { width: min(650px, 100%); }
