/* ============================================================
   GANP — shared design system (sticker / zine house style)
   Open Sans body · Lilita One display · 3px navy borders ·
   hard offset shadows. Tokens match _shared-tokens.html.
   Shared by every page — edit once, updates everywhere.
============================================================ */

:root {
  /* brand tokens (from _shared-tokens.html) */
  --navy: #1A1A2E;
  --navy-2: #232342;
  --ink: #1A1A2E;
  --ink-soft: #475066;
  --blue: #79B4F0;
  --deep-blue: #225FC0;
  --deep-blue-dark: #16498F;
  --orange: #FF9A4D;
  --orange-deep: #ED7A26;
  --orange-text: #C65300; /* AA on white for small text */
  --green: #2EAE6A;

  --bg: #FFFFFF;
  --bg-tint: #F4F7FB;
  --bg-cream: #FDF8EE;
  --line: var(--navy);

  /* type roles */
  --display: 'Lilita One', sans-serif;   /* workhorse headline font (legible everywhere) */
  --body: 'Open Sans', system-ui, sans-serif;

  /* sticker depth */
  --r-sm: 12px;
  --r-md: 18px;
  --r-lg: 22px;
  --r-xl: 28px;
  --shadow-3: 0 3px 0 var(--navy);
  --shadow-5: 0 5px 0 var(--navy);
  --shadow-6: 0 6px 0 var(--navy);
  --shadow-8: 0 8px 0 var(--navy);
  --shadow-pop: 8px 8px 0 var(--navy);
  --ease: cubic-bezier(.2,.7,.2,1);

  --logo: url('https://www.getactivenplay.com/wp-content/uploads/2025/05/cropped-GANP-25-logo-trans.png');
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--body); color: var(--ink); line-height: 1.6; background: var(--bg); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { display: block; max-width: 100%; }
::selection { background: var(--orange); color: var(--navy); }
:focus-visible { outline: 3px solid var(--deep-blue); outline-offset: 2px; border-radius: 4px; }

.display { font-family: var(--display); text-transform: none; letter-spacing: 0.01em; font-weight: 400; }
.container { max-width: 1180px; margin: 0 auto; padding: 0 24px; }

.skip-link { position: absolute; left: -9999px; top: 0; background: var(--navy); color: #fff; padding: 12px 20px; z-index: 999; text-decoration: none; font-weight: 800; border-radius: 0 0 12px 0; }
.skip-link:focus { left: 0; top: 0; outline: 3px solid var(--blue); }

.logo-badge { background-image: var(--logo); background-size: cover; background-position: center; border-radius: 50%; flex: none; border: 3px solid var(--navy); }

/* ---------- NAV ---------- */
.nav { position: sticky; top: 0; z-index: 100; background: #fff; border-bottom: 3px solid var(--navy); }
.nav-inner { max-width: 1300px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; padding: 12px 24px; gap: 24px; }
.nav-brand { display: flex; align-items: center; gap: 12px; text-decoration: none; color: var(--ink); }
.nav-brand .logo-badge { width: 116px; height: 56px; background-color: transparent; background-size: contain; background-position: left center; background-repeat: no-repeat; border: none; border-radius: 0; }
.nav-wordmark { display: none; flex-direction: row; align-items: baseline; gap: 8px; line-height: 1; }
.nav-wordmark .w1, .nav-wordmark .w2 { font-size: 19px; white-space: nowrap; }
.nav-wordmark .w1 { color: var(--navy); }
.nav-wordmark .w2 { color: var(--deep-blue); }
.nav-links { display: flex; list-style: none; padding: 0; margin: 0; gap: 4px; align-items: center; }
.nav-links a { color: var(--navy); text-decoration: none; font-weight: 700; font-size: 14.5px; padding: 9px 13px; border-radius: 10px; transition: background .15s var(--ease), color .15s; }
.nav-links a:hover { background: var(--bg-tint); }
.nav-links a[aria-current="page"] { color: var(--deep-blue); background: #EAF1FC; }
/* grouped nav: dropdown submenus */
.nav-links .has-sub { position: relative; }
.nav-links .submenu { list-style: none; margin: 0; padding: 8px; position: absolute; top: calc(100% + 4px); left: 0; min-width: 216px; background: #fff; border: 3px solid var(--navy); border-radius: 14px; box-shadow: var(--shadow-6); display: none; z-index: 200; }
.nav-links .has-sub:hover > .submenu, .nav-links .has-sub:focus-within > .submenu { display: block; }
.nav-links .has-sub > a::after { content: "\25BE"; font-size: 0.7em; margin-left: 6px; opacity: 0.55; vertical-align: middle; }
.nav-links .submenu li { border: 0; }
.nav-links .submenu a { padding: 9px 12px; border-radius: 8px; font-size: 14px; white-space: nowrap; }
.nav-links .submenu a:hover { background: var(--bg-tint); }
.nav-cta { display: inline-flex; align-items: center; gap: 8px; background: var(--orange); color: var(--navy) !important; padding: 11px 22px; border-radius: 12px; text-decoration: none; font-size: 14px; font-weight: 800; border: 3px solid var(--navy); box-shadow: var(--shadow-5); transition: transform .15s var(--ease), box-shadow .15s var(--ease); }
.nav-cta:hover { transform: translateY(2px); box-shadow: var(--shadow-3); }
.nav-toggle { display: none; background: #fff; border: 3px solid var(--navy); border-radius: 12px; width: 46px; height: 46px; padding: 0; cursor: pointer; flex-direction: column; align-items: center; justify-content: center; gap: 5px; box-shadow: var(--shadow-3); }
.nav-toggle-line { display: block; width: 20px; height: 2.5px; background: var(--navy); border-radius: 2px; transition: transform .25s var(--ease), opacity .2s; }
.nav-toggle[aria-expanded="true"] .nav-toggle-line:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nav-toggle-line:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] .nav-toggle-line:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.nav-mobile-cta { display: none; }
@media (max-width: 940px) {
  .nav-toggle { display: inline-flex; }
  .nav-cta { display: none; }
  .nav-links { position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; gap: 0; align-items: stretch; background: #fff; border-bottom: 3px solid var(--navy); max-height: 0; overflow: hidden; transition: max-height .3s var(--ease); }
  .nav.is-open .nav-links { max-height: 92vh; overflow-y: auto; }
  .nav-links .has-sub > a::after { display: none; }
  .nav-links .submenu { position: static; display: block; border: 0; box-shadow: none; padding: 0; min-width: 0; border-radius: 0; background: transparent; }
  .nav-links .submenu li { border-top: 2px solid var(--bg-tint); }
  .nav-links .submenu a { padding: 14px 24px 14px 42px; font-size: 15px; color: var(--ink-soft); }
  .nav-links li { border-top: 2px solid var(--bg-tint); }
  .nav-links a { display: block; padding: 18px 24px; font-size: 16px; border-radius: 0; }
  .nav-mobile-cta { display: block; }
  .nav-mobile-cta a { color: var(--deep-blue); }
}

/* ---------- BUTTONS ---------- */
.btn { display: inline-flex; align-items: center; gap: 9px; padding: 15px 28px; border-radius: 12px; font-size: 16px; font-weight: 800; text-decoration: none; cursor: pointer; border: 3px solid var(--navy); transition: transform .15s var(--ease), box-shadow .15s var(--ease); font-family: var(--body); line-height: 1; box-shadow: var(--shadow-5); }
.btn:hover { transform: translateY(2px); box-shadow: var(--shadow-3); }
.btn:active { transform: translateY(5px); box-shadow: 0 0 0 transparent; }
.btn-orange { background: var(--orange); color: var(--navy); }
.btn-blue { background: var(--deep-blue); color: #fff; border-color: var(--deep-blue-dark); box-shadow: 0 5px 0 var(--deep-blue-dark); }
.btn-blue:hover { box-shadow: 0 3px 0 var(--deep-blue-dark); }
.btn-light { background: #fff; color: var(--navy); }
.btn-outline { background: transparent; color: var(--navy); }
.btn-outline-light { background: rgba(255,255,255,0.08); color: #fff; border-color: #fff; box-shadow: 0 5px 0 rgba(0,0,0,0.45); }
.btn-outline-light:hover { box-shadow: 0 3px 0 rgba(0,0,0,0.45); }
.btn-dark { background: var(--navy); color: #fff; border-color: var(--navy); box-shadow: 0 5px 0 rgba(0,0,0,0.45); }
.btn-dark:hover { box-shadow: 0 3px 0 rgba(0,0,0,0.45); }
.btn-sm { padding: 11px 20px; font-size: 14px; }
.btn .arr { transition: transform .2s var(--ease); }
.btn:hover .arr { transform: translateX(3px); }

/* ---------- TYPE / SECTIONS ---------- */
.section { padding: 96px 0; }
.section-tint { background: var(--bg-tint); }
.section-navy { background: var(--navy); color: #fff; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; font-family: var(--display); text-transform: uppercase; font-size: 13px; letter-spacing: 0.2em; color: var(--deep-blue); margin: 0 0 16px; }
.eyebrow::before { content: ""; width: 22px; height: 3px; background: currentColor; border-radius: 2px; }
.eyebrow.light { color: var(--orange); }
.h1, .h2 { font-family: var(--display); text-transform: none; letter-spacing: 0.002em; margin: 0 0 20px; line-height: 1.06; text-wrap: balance; }
.h1 { font-size: clamp(42px, 6.4vw, 78px); }
.h2 { font-size: clamp(34px, 4.8vw, 56px); }
.h3 { font-family: var(--display); text-transform: none; font-size: clamp(22px, 2.6vw, 30px); line-height: 1.05; margin: 0 0 12px; }
.o { color: var(--orange-text); }
.section-navy .o, .cta-final .o { color: var(--orange); }
.b { color: var(--deep-blue); }
.section-navy .b { color: var(--blue); }
.lede { font-size: clamp(17px, 1.7vw, 20px); line-height: 1.55; color: var(--ink-soft); margin: 0 0 24px; text-wrap: pretty; }
.section-navy .lede { color: rgba(255,255,255,0.9); }
.prose p { font-size: 17px; line-height: 1.7; color: var(--ink-soft); margin: 0 0 18px; text-wrap: pretty; }
.section-navy .prose p { color: rgba(255,255,255,0.9); }
.prose strong { color: var(--ink); font-weight: 800; }
.section-navy .prose strong { color: #fff; }
.center { text-align: center; }
.measure { max-width: 760px; }
.measure-center { max-width: 760px; margin-left: auto; margin-right: auto; }

/* ---------- HERO (photo) ---------- */
.hero { position: relative; min-height: 74vh; display: flex; align-items: flex-end; color: #fff; overflow: hidden; background: var(--navy); border-bottom: 3px solid var(--navy); }
.hero-page { min-height: 48vh; }
.hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; transform: scale(1.04); }
@media (prefers-reduced-motion: no-preference) {
  .hero-bg { animation: heroSettle 2.6s var(--ease) both; }
  @keyframes heroSettle { from { transform: scale(1.1); } to { transform: scale(1.04); } }
}
.hero-bg::after { content: ""; position: absolute; inset: 0; background:
  linear-gradient(180deg, rgba(26,26,46,0.58) 0%, rgba(26,26,46,0.22) 34%, rgba(26,26,46,0.66) 80%, rgba(26,26,46,0.92) 100%); }
.hero-inner { position: relative; z-index: 2; width: 100%; padding: 0 0 60px; }
.hero-page .hero-inner { padding: 104px 0 60px; }
.hero-kicker { display: inline-flex; align-items: center; gap: 10px; font-family: var(--display); text-transform: uppercase; font-size: 13px; letter-spacing: 0.22em; color: var(--orange); text-shadow: 0 1px 14px rgba(0,0,0,0.6); margin: 0 0 20px; }
.hero-kicker::before { content: ""; width: 30px; height: 3px; background: var(--orange); border-radius: 2px; }
.hero h1 { font-family: 'Anton', var(--display); text-transform: none; font-size: clamp(46px, 8.6vw, 124px); line-height: 1.05; letter-spacing: 0.004em; margin: 0 0 34px; max-width: 17ch; text-shadow: 0 6px 30px rgba(0,0,0,0.4); text-wrap: balance; }
.hero-page h1 { font-size: clamp(40px, 6.2vw, 84px); line-height: 1.06; margin-bottom: 28px; }
.hero h1 .o { color: var(--orange); }
.hero h1 .b { color: var(--blue); }
.hero-sub { text-shadow: 0 1px 10px rgba(0,0,0,0.45); font-size: clamp(17px, 1.7vw, 20px); max-width: 580px; color: rgba(255,255,255,0.94); margin: 0 0 30px; line-height: 1.55; font-weight: 600; text-wrap: pretty; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.hero-badge { display: inline-flex; align-items: center; gap: 9px; background: var(--orange); color: var(--navy); padding: 9px 18px; border-radius: 50px; font-size: 13px; font-weight: 800; border: 3px solid var(--navy); margin: 0 0 20px; }
.hero-badge::before { content: "★"; color: var(--navy); }

/* ---------- MARQUEE ---------- */
.marquee { background: var(--navy); color: #fff; overflow: hidden; border-top: 3px solid var(--navy); border-bottom: 3px solid var(--navy); }
.marquee-track { display: flex; white-space: nowrap; width: max-content; animation: ganp-scroll 34s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-track span { font-family: var(--display); text-transform: uppercase; font-size: 17px; letter-spacing: 0.04em; padding: 14px 22px; display: inline-flex; align-items: center; }
.marquee-track span::after { content: "●"; font-size: 9px; color: var(--orange); margin-left: 22px; }
@keyframes ganp-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .marquee-track { animation: none; } }

/* ---------- RECEIPTS / STAT BAND ---------- */
.receipts { background: var(--navy); color: #fff; padding: 84px 0; }
.receipts-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; flex-wrap: wrap; margin-bottom: 44px; }
.receipts-head h2 { font-family: var(--display); text-transform: none; font-size: clamp(32px, 4vw, 50px); line-height: 1.0; margin: 0; text-wrap: balance; }
.receipts-head h2 .o { color: var(--orange); }
.receipts-head p { color: rgba(255,255,255,0.72); margin: 0; max-width: 380px; font-size: 15px; text-wrap: pretty; }
.receipts-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.stat { background: var(--navy-2); border: 2px solid #fff; border-radius: var(--r-lg); padding: 26px; box-shadow: 0 4px 0 rgba(0,0,0,0.4); }
.stat .num { font-family: var(--display); font-size: clamp(50px, 5.6vw, 78px); line-height: 0.88; color: #fff; }
.stat.o { background: var(--orange); border-color: var(--navy); box-shadow: var(--shadow-6); }
.stat.o .num { color: var(--navy); }
.stat.o .label { color: var(--navy); }
.stat.b { background: var(--deep-blue); border-color: var(--deep-blue-dark); box-shadow: 0 6px 0 var(--deep-blue-dark); }
.stat.b .num { color: #fff; }
.stat .label { font-size: 14px; color: rgba(255,255,255,0.82); margin-top: 12px; line-height: 1.45; font-weight: 600; }
@media (max-width: 860px) { .receipts-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 430px) { .receipts-grid { grid-template-columns: 1fr; } }

/* ---------- FEATURE ROWS ---------- */
.feature-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; min-height: 520px; }
.feature-media { position: relative; overflow: hidden; align-self: center; height: clamp(360px, 42vw, 540px); background: var(--navy-2); border-radius: var(--r-lg); margin: 48px; border: 3px solid var(--navy); box-shadow: var(--shadow-pop); }
.feature-media .media-img { position: absolute; inset: 0; background-size: cover; background-position: center; }
.feature-media .media-badge { position: absolute; left: 18px; bottom: 18px; z-index: 2; background: var(--orange); color: var(--navy); padding: 8px 16px; border-radius: 50px; font-size: 12.5px; font-weight: 800; border: 3px solid var(--navy); }
.feature-text { padding: 84px 68px; display: flex; flex-direction: column; justify-content: center; }
.feature-text .h2 { font-size: clamp(30px, 3.4vw, 50px); }
.section-navy .eyebrow { color: var(--orange); }
.feature-text .lede { max-width: 46ch; }
.bullets { list-style: none; padding: 0; margin: 0 0 30px; display: grid; gap: 13px; }
.bullets li { font-size: 15.5px; line-height: 1.5; padding-left: 34px; position: relative; color: var(--ink-soft); }
.bullets li::before { content: ""; position: absolute; left: 0; top: 1px; width: 22px; height: 22px; border-radius: 50%; background: var(--orange); border: 2.5px solid var(--navy); }
.bullets li::after { content: "✓"; position: absolute; left: 6px; top: 1px; font-size: 11px; font-weight: 800; color: var(--navy); }
.section-navy .bullets li { color: rgba(255,255,255,0.92); }
.section-navy .bullets li strong { color: #fff; }
.bullets li strong, .bullets li b { font-weight: 800; color: var(--ink); }
.feature-cta { display: flex; gap: 12px; flex-wrap: wrap; }
@media (max-width: 940px) {
  .feature-grid { grid-template-columns: 1fr; min-height: 0; }
  .feature-text { padding: 52px 24px; order: 2; }
  .feature-media { order: 1; height: 300px; align-self: stretch; margin: 26px 24px 0; }
  .feature-reverse .feature-text { order: 2; }
}

/* ---------- QUOTE BAND ---------- */
.quote-band { background: var(--bg-cream); color: var(--navy); padding: 96px 0; }
.quote-band .container { max-width: 960px; text-align: center; }
.quote-band .qmark { font-family: var(--display); font-size: 92px; line-height: 0.5; color: var(--orange-deep); }
.quote-band blockquote { font-family: var(--display); text-transform: none; font-size: clamp(26px, 3.6vw, 44px); line-height: 1.06; margin: 16px 0 24px; letter-spacing: -0.005em; text-wrap: balance; }
.quote-band figcaption { font-size: 15px; font-weight: 800; letter-spacing: 0.02em; }
.quote-band figcaption span { color: var(--orange-deep); }
.quote-band.quote-navy { background: var(--navy); color: #fff; }
.quote-band.quote-navy .qmark { color: var(--orange); }
.quote-band.quote-navy figcaption span { color: var(--orange); }

/* ---------- TWO-COL ---------- */
.split { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 56px; align-items: center; }
.split-even { grid-template-columns: 1fr 1fr; }
@media (max-width: 860px) { .split, .split-even { grid-template-columns: 1fr; gap: 34px; } }

/* ---------- INFO CARDS ---------- */
.info-grid { display: grid; gap: 18px; }
.info-grid.cols-2 { grid-template-columns: 1fr 1fr; }
.info-grid.cols-3 { grid-template-columns: repeat(3, 1fr); }
.info-card { background: #fff; border-radius: var(--r-lg); padding: 28px; border: 2px solid var(--navy); box-shadow: 0 6px 22px rgba(20,20,43,0.09); }
.info-card h3, .info-card h4 { font-family: var(--display); text-transform: none; font-size: 19px; margin: 0 0 8px; display: flex; align-items: center; gap: 10px; }
.info-card h3::before, .info-card h4::before { content: ""; width: 12px; height: 12px; border-radius: 50%; background: var(--deep-blue); border: 2px solid var(--navy); flex: none; }
.info-card.accent-orange h3::before, .info-card.accent-orange h4::before { background: var(--orange); }
.info-card.accent-green h3::before, .info-card.accent-green h4::before { background: var(--green); }
.info-card p { margin: 0; font-size: 15px; color: var(--ink-soft); line-height: 1.55; }
.section-navy .info-card { background: var(--navy-2); border-color: #fff; box-shadow: 0 6px 0 rgba(0,0,0,0.5); color: #fff; }
.section-navy .info-card h3::before, .section-navy .info-card h4::before { background: var(--orange); border-color: #fff; }
.section-navy .info-card p { color: rgba(255,255,255,0.84); }
@media (max-width: 860px) { .info-grid.cols-2, .info-grid.cols-3 { grid-template-columns: 1fr; } }

/* ---------- STEPS ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 36px; }
.step { background: #fff; border: 3px solid var(--navy); border-radius: var(--r-lg); padding: 32px 28px; position: relative; box-shadow: var(--shadow-6); }
.section-navy .step { background: var(--navy-2); border-color: #fff; box-shadow: 0 6px 0 rgba(0,0,0,0.5); }
.step .step-n { font-family: var(--display); font-size: 12.5px; letter-spacing: 0.16em; color: var(--deep-blue); text-transform: uppercase; display: block; margin-bottom: 12px; }
.section-navy .step .step-n { color: var(--orange); }
.step h3 { font-family: var(--display); text-transform: none; font-size: 22px; margin: 0 0 10px; line-height: 1.04; }
.step p { margin: 0; font-size: 15px; color: var(--ink-soft); line-height: 1.55; }
.section-navy .step h3 { color: #fff; }
.section-navy .step p { color: rgba(255,255,255,0.84); }
@media (max-width: 860px) { .steps { grid-template-columns: 1fr; } }

/* ---------- PATHWAY LINE ---------- */
.pathway-line { text-align: center; margin: 0; padding: 22px 20px; font-size: 14.5px; color: var(--ink-soft); background: var(--bg-tint); border-top: 2px solid rgba(20,20,43,0.08); }
.pathway-line a { color: var(--deep-blue); font-weight: 800; text-decoration: none; border-bottom: 2px solid currentColor; padding-bottom: 1px; }

/* ---------- BIG NUMBER ---------- */
.bignum { font-family: var(--display); font-size: clamp(80px, 12vw, 156px); line-height: 0.82; color: var(--deep-blue); margin: 0; }
.bignum small { display: block; font-size: 18px; color: var(--ink); letter-spacing: 0.02em; margin-top: 12px; font-family: var(--body); font-weight: 800; text-transform: uppercase; }
.section-navy .bignum { color: var(--orange); }
.section-navy .bignum small { color: rgba(255,255,255,0.88); }

/* ---------- FAQ ---------- */
.faq-list { display: grid; gap: 12px; max-width: 860px; margin: 0 auto; }
.faq-item { background: #fff; border: 3px solid var(--navy); border-radius: var(--r-md); overflow: hidden; box-shadow: var(--shadow-6); }
.faq-item summary { list-style: none; cursor: pointer; padding: 20px 24px; display: flex; align-items: center; justify-content: space-between; gap: 18px; font-family: var(--display); text-transform: none; font-size: 16px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; font-size: 28px; color: var(--deep-blue); font-family: var(--body); font-weight: 400; transition: transform .25s var(--ease); }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item .faq-a { padding: 0 24px 22px; margin: 0; font-size: 15.5px; color: var(--ink-soft); line-height: 1.6; }

.hero-cta .hero-link { color: rgba(255,255,255,0.92); font-family: var(--display); text-transform: uppercase; letter-spacing: 0.05em; font-size: 15px; text-decoration: underline; text-underline-offset: 5px; text-decoration-thickness: 2px; padding: 12px 4px; align-self: center; }
.hero-cta .hero-link:hover { color: var(--orange); }

/* ---------- TIMELINE ---------- */
.timeline { list-style: none; padding: 0; margin: 36px auto 0; max-width: 760px; }
.timeline li { display: grid; grid-template-columns: 110px 1fr; gap: 26px; padding: 24px 0; border-top: 3px solid var(--bg-tint); align-items: start; }
.timeline .yr { font-family: var(--display); font-size: 36px; color: var(--deep-blue); line-height: 0.9; }
.timeline h3 { font-family: var(--display); text-transform: none; font-size: 20px; margin: 0 0 6px; }
.timeline p { margin: 0; color: var(--ink-soft); font-size: 15px; line-height: 1.6; }
@media (max-width: 640px) { .timeline li { grid-template-columns: 1fr; gap: 6px; } }

/* ---------- PRICE TIERS ---------- */
.tiers { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.tier { background: #fff; border: 3px solid var(--navy); border-radius: var(--r-lg); padding: 28px 24px; display: flex; flex-direction: column; box-shadow: var(--shadow-6); transition: transform .15s var(--ease), box-shadow .15s var(--ease); }
.tier:hover { transform: translateY(2px); box-shadow: var(--shadow-3); }
.tier.featured { background: var(--orange); }
.tier .amount { font-family: var(--display); font-size: 40px; line-height: 1; color: var(--deep-blue); margin: 0 0 10px; }
.tier.featured .amount { color: var(--navy); }
.tier h3 { font-family: var(--display); text-transform: none; font-size: 18px; margin: 0 0 8px; line-height: 1.05; }
.tier p { font-size: 14px; color: var(--ink-soft); margin: 0 0 18px; flex: 1; }
.tier.featured p { color: var(--navy); }
@media (max-width: 860px) { .tiers { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .tiers { grid-template-columns: 1fr; } }

/* ---------- PARTNERS ---------- */
.partners { padding: 72px 0; background: var(--bg-tint); }
.partners h2 { text-align: center; font-family: var(--display); text-transform: uppercase; font-size: 13px; letter-spacing: 0.2em; color: var(--ink-soft); margin: 0 0 32px; }
.partners-grid { list-style: none; padding: 0; margin: 0 0 20px; display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.partners-grid li { background: #fff; border: 3px solid var(--navy); border-radius: var(--r-md); height: 90px; display: flex; align-items: center; justify-content: center; padding: 16px; box-shadow: var(--shadow-3); transition: transform .15s var(--ease), box-shadow .15s var(--ease); }
.partners-grid li:hover { transform: translateY(2px); box-shadow: 0 1px 0 var(--navy); }
.partners-grid img { max-width: 100%; max-height: 100%; object-fit: contain; }
.partners-note { text-align: center; font-size: 13px; color: var(--ink-soft); margin: 0; }
@media (max-width: 860px) { .partners-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 480px) { .partners-grid { grid-template-columns: repeat(2, 1fr); } }

/* ---------- FINAL CTA ---------- */
.cta-final { position: relative; background: var(--navy); color: #fff; padding: 112px 0; overflow: hidden; border-top: 3px solid var(--navy); }
.cta-final .watermark { position: absolute; right: -60px; bottom: -80px; width: 440px; height: 440px; background-image: var(--logo); background-size: contain; background-repeat: no-repeat; background-position: center; opacity: 0.08; z-index: 0; }
.cta-final .container { position: relative; z-index: 1; }
.cta-final-grid { display: grid; grid-template-columns: 1.35fr 1fr; gap: 52px; align-items: center; }
.cta-final h2 { font-family: var(--display); text-transform: none; font-size: clamp(38px, 5.2vw, 66px); line-height: 0.96; margin: 0 0 18px; text-wrap: balance; }
.cta-final p { font-size: 17px; color: rgba(255,255,255,0.92); margin: 0 0 22px; max-width: 52ch; line-height: 1.55; text-wrap: pretty; }
.cta-chips { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.cta-chips li { background: rgba(255,255,255,0.12); border: 2px solid rgba(255,255,255,0.5); padding: 7px 14px; border-radius: 50px; font-size: 13px; font-weight: 700; }
.cta-box { background: #fff; color: var(--navy); border: 3px solid var(--navy); border-radius: var(--r-xl); padding: 36px; box-shadow: var(--shadow-8); }
.cta-box .price { font-family: var(--display); font-size: 60px; line-height: 0.9; color: var(--deep-blue); }
.cta-box .price small { font-size: 18px; color: var(--ink-soft); font-family: var(--body); font-weight: 800; }
.cta-box .role { font-family: var(--display); text-transform: uppercase; font-size: 15px; letter-spacing: 0.04em; margin: 8px 0 20px; }
.cta-box .btn { width: 100%; justify-content: center; margin-bottom: 10px; }
.cta-box .fine { font-size: 12px; color: var(--ink-soft); margin: 8px 0 0; line-height: 1.5; }
.cta-center { text-align: center; }
.cta-center .container { max-width: 820px; }
.cta-center p { margin-left: auto; margin-right: auto; }
.cta-center .cta-final-grid { display: block; }
@media (max-width: 860px) { .cta-final-grid { grid-template-columns: 1fr; gap: 34px; } }

/* ---------- FOOTER ---------- */
.footer { background: var(--navy); color: rgba(255,255,255,0.82); padding: 68px 0 32px; border-top: 3px solid var(--navy); }
.footer-top { display: grid; grid-template-columns: 1.4fr 1fr; gap: 40px; align-items: center; padding: 30px 34px; background: var(--navy-2); border: 3px solid var(--blue); border-radius: var(--r-lg); margin-bottom: 52px; }
.footer-top-text .eyebrow { color: var(--blue); }
.footer-top-text h3 { font-family: var(--display); text-transform: none; font-size: clamp(19px, 2vw, 25px); color: #fff; margin: 0; line-height: 1.18; }
.footer-top .btn { justify-self: end; }
.footer-brand { display: flex; align-items: center; gap: 14px; margin-bottom: 22px; }
.footer-brand .logo-badge { display: none; }
.footer-brand .fb-name { font-family: var(--display); text-transform: none; color: #fff; font-size: 21px; line-height: 1; }
.footer-brand .fb-tag { font-size: 12px; color: var(--blue); letter-spacing: 0.04em; margin-top: 4px; }
.footer-cols { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 30px; padding-bottom: 34px; border-bottom: 2px solid rgba(255,255,255,0.12); }
.footer-blurb { color: rgba(255,255,255,0.6); font-size: 14px; max-width: 38ch; margin: 0; }
.footer-cols h5, .footer-cols .footer-h { font-family: var(--display); text-transform: uppercase; font-size: 12px; letter-spacing: 0.12em; color: rgba(255,255,255,0.55); margin: 0 0 14px; }
.footer-cols ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.footer-cols a { color: rgba(255,255,255,0.88); text-decoration: none; font-size: 14px; font-weight: 600; transition: color .15s; }
.footer-cols a:hover { color: var(--orange); }
.footer-bottom { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding-top: 24px; }
.footer-bottom p { margin: 0; font-size: 12px; color: rgba(255,255,255,0.46); line-height: 1.6; max-width: 620px; }
@media (max-width: 860px) {
  .footer-top { grid-template-columns: 1fr; }
  .footer-top .btn { justify-self: start; }
  .footer-cols { grid-template-columns: 1fr 1fr; }
}

/* ---------- CREED / MANIFESTO ---------- */
.creed { position: relative; background: var(--navy); color: #fff; padding: clamp(88px, 12vw, 150px) 0; overflow: hidden; border-top: 3px solid var(--navy); }
.creed.creed-orange { background: var(--orange); color: var(--navy); }
.creed .watermark { position: absolute; right: -90px; bottom: -100px; width: 460px; height: 460px; background-image: var(--logo); background-size: contain; background-repeat: no-repeat; background-position: center; opacity: 0.07; z-index: 0; }
.creed.creed-orange .watermark { opacity: 0.12; }
.creed .container { position: relative; z-index: 1; }
.creed-grid { display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: center; }
.creed-eyebrow { display: inline-flex; align-items: center; gap: 13px; font-family: var(--display); text-transform: uppercase; font-size: 13px; letter-spacing: 0.24em; color: var(--orange); margin: 0 0 28px; }
.creed.creed-orange .creed-eyebrow { color: var(--deep-blue-dark); }
.creed-eyebrow::before { content: ""; width: 36px; height: 3px; background: currentColor; border-radius: 2px; }
.creed-lines { font-family: 'Anton', var(--display); text-transform: uppercase; font-size: clamp(34px, 5.6vw, 84px); line-height: 0.96; letter-spacing: 0.004em; margin: 0; }
.creed-lines span { display: block; }
.creed-lines .o { color: var(--orange); }
.creed.creed-orange .creed-lines .o { color: var(--deep-blue-dark); }
.creed-lines .dim { color: rgba(255,255,255,0.34); }
.creed.creed-orange .creed-lines .dim { color: rgba(26,26,46,0.4); }
.creed-foot { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-top: 42px; }
.creed-note { font-size: 15.5px; color: rgba(255,255,255,0.66); max-width: 46ch; line-height: 1.6; margin: 0; }
.creed.creed-orange .creed-note { color: rgba(26,26,46,0.78); }
@media (max-width: 860px) { .creed-grid { grid-template-columns: 1fr; gap: 42px; } }

/* the "show up" seal */
.seal { flex: none; width: 158px; height: 158px; border-radius: 50%; border: 3px solid var(--orange); color: var(--orange); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; transform: rotate(-9deg); font-family: var(--display); text-transform: uppercase; box-shadow: inset 0 0 0 6px rgba(255,186,108,0.14); }
.creed.creed-orange .seal { border-color: var(--navy); color: var(--navy); box-shadow: inset 0 0 0 6px rgba(26,26,46,0.12); }
.seal .seal-top, .seal .seal-bot { font-size: 10.5px; letter-spacing: 0.16em; opacity: 0.94; }
.seal .seal-big { font-size: 32px; line-height: 0.84; margin: 8px 0; }
@media (max-width: 860px) { .seal { width: 140px; height: 140px; } .seal .seal-big { font-size: 28px; } }

/* ---------- NEXT GAME STRIP ---------- */
.next-game { display: flex; align-items: center; justify-content: center; gap: 10px; background: var(--orange); color: var(--navy); border-bottom: 3px solid var(--navy); text-align: center; padding: 11px 20px; font-weight: 800; font-size: 15px; text-decoration: none; transition: background .15s; }
.next-game:hover { background: var(--orange-deep); }
.next-game .ng-tag { font-family: var(--display); text-transform: uppercase; letter-spacing: 0.08em; font-size: 13px; background: var(--navy); color: #fff; padding: 3px 10px; border-radius: 50px; flex: none; }
@media (max-width: 640px) { .next-game { font-size: 13.5px; flex-wrap: wrap; gap: 6px; padding: 9px 14px; } }

/* RALLY signoff */
.cta-final .rally { margin: 40px auto 0; max-width: 26ch; font-family: var(--display); text-transform: none; font-size: clamp(19px, 2.4vw, 30px); line-height: 1.06; color: #fff; }
.cta-final .rally em { font-style: normal; color: var(--orange); }
.cta-final .rally::before { content: ""; display: block; width: 44px; height: 3px; background: var(--orange); border-radius: 2px; margin: 0 auto 22px; }

/* full-bleed photo band */
.photoband { position: relative; background: var(--navy); border-top: 3px solid var(--navy); border-bottom: 3px solid var(--navy); }
.photoband .photoband-img { display: block; width: 100%; height: clamp(340px, 46vw, 560px); object-fit: cover; }
.photoband .photoband-cap { position: absolute; left: 0; right: 0; bottom: 0; padding: 80px clamp(22px, 6vw, 70px) 32px; background: linear-gradient(to top, rgba(26,26,46,0.88), rgba(26,26,46,0)); pointer-events: none; }
.photoband .photoband-cap span { display: block; max-width: 18ch; font-family: var(--display); text-transform: none; color: #fff; font-size: clamp(24px, 3.4vw, 46px); line-height: 1.0; letter-spacing: -0.008em; }
.photoband .photoband-cap span em { font-style: normal; color: var(--orange); }

/* ---------- REVEAL + BACK TO TOP ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }
#back-to-top { position: fixed; bottom: 24px; right: 24px; background: var(--orange); color: var(--navy); border: 3px solid var(--navy); border-radius: 50%; width: 52px; height: 52px; cursor: pointer; opacity: 0; pointer-events: none; transition: opacity .3s, transform .15s var(--ease), box-shadow .15s var(--ease); font-size: 20px; box-shadow: var(--shadow-5); z-index: 99; }
#back-to-top.visible { opacity: 1; pointer-events: auto; }
#back-to-top:hover { transform: translateY(2px); box-shadow: var(--shadow-3); }

/* ---------- FOUNDER NOTE ---------- */
.founder { display: grid; grid-template-columns: 0.72fr 1.28fr; gap: 50px; align-items: center; max-width: 1000px; margin: 0 auto; }
.founder-photo image-slot { display: block; width: 100%; aspect-ratio: 4 / 5; border-radius: var(--r-lg); overflow: hidden; border: 3px solid var(--navy); box-shadow: var(--shadow-pop); }
.founder-note .eyebrow { margin-bottom: 6px; }
.founder-note blockquote { margin: 12px 0 26px; font-size: clamp(20px, 2.3vw, 27px); line-height: 1.5; color: var(--ink); font-weight: 700; border: none; padding: 0; text-wrap: pretty; }
.founder-note blockquote .o { color: var(--orange-text); }
.founder-sign { display: flex; flex-direction: column; gap: 2px; }
.founder-name { font-family: var(--display); text-transform: none; font-size: 22px; color: var(--navy); letter-spacing: 0.01em; }
.founder-role { font-size: 14px; color: var(--ink-soft); }
@media (max-width: 760px) { .founder { grid-template-columns: 1fr; gap: 28px; } .founder-photo { max-width: 300px; } }

/* ---------- FACES / REGULARS WALL ---------- */
.faces { display: grid; grid-template-columns: repeat(3, 1fr); gap: 42px 30px; margin: 46px auto 0; max-width: 920px; }
.face { margin: 0; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 15px; }
.face image-slot { display: block; width: 150px; height: 150px; border-radius: 50%; overflow: hidden; border: 3px solid var(--navy); box-shadow: var(--shadow-pop); }
.face figcaption { display: flex; flex-direction: column; gap: 5px; }
.face-name { font-family: var(--display); text-transform: none; font-size: 19px; color: var(--navy); }
.face-line { font-size: 14px; color: var(--ink-soft); line-height: 1.45; max-width: 22ch; }
@media (max-width: 760px) { .faces { grid-template-columns: 1fr 1fr; gap: 32px 18px; } .face image-slot { width: 124px; height: 124px; } }

/* ---------- ANNUAL REPORT / ARCHIVE ---------- */
.report-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 20px; margin-top: 46px; }
.report-card { display: flex; flex-direction: column; justify-content: flex-end; min-height: 230px; padding: 34px; border-radius: var(--r-lg); text-decoration: none; border: 3px solid var(--navy); transition: transform .15s var(--ease), box-shadow .15s var(--ease); }
.report-card:hover { transform: translateY(2px); }
.report-featured { background: var(--navy); color: #fff; box-shadow: var(--shadow-8); }
.report-featured:hover { box-shadow: var(--shadow-5); }
.report-year { font-family: var(--display); font-size: 64px; line-height: 0.8; color: var(--orange); }
.report-title { font-family: var(--display); text-transform: none; font-size: 26px; line-height: 1.0; margin: 14px 0 10px; }
.report-meta { font-size: 14.5px; color: rgba(255,255,255,0.74); font-weight: 700; }
.report-card:hover .report-meta { color: var(--orange); }
.report-past { background: #fff; border: 3px solid var(--navy); border-radius: var(--r-lg); padding: 30px; display: flex; flex-direction: column; gap: 12px; box-shadow: var(--shadow-6); }
.report-past-head { font-family: var(--display); text-transform: uppercase; font-size: 12.5px; letter-spacing: 0.16em; color: var(--deep-blue); }
.report-soon { font-family: var(--display); text-transform: uppercase; font-size: 19px; color: var(--ink); opacity: 0.3; border-bottom: 2px solid var(--bg-tint); padding-bottom: 12px; }
.report-note { font-size: 13px; color: var(--ink-soft); line-height: 1.55; margin-top: auto; }
@media (max-width: 700px) { .report-grid { grid-template-columns: 1fr; } }

/* ---------- INLINE EMAIL CAPTURE ---------- */
.capture { background: var(--bg-cream); border-top: 3px solid var(--navy); border-bottom: 3px solid var(--navy); }
.capture .container { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; }
.capture-text h3 { font-family: var(--display); text-transform: none; font-size: clamp(22px, 2.6vw, 30px); line-height: 1.02; margin: 0 0 8px; }
.capture-text p { font-size: 15.5px; color: var(--ink-soft); margin: 0; max-width: 46ch; line-height: 1.55; }
.capture-form { display: flex; gap: 10px; flex-wrap: wrap; min-width: 340px; }
.capture-form input[type="email"] { flex: 1; min-width: 200px; padding: 15px 20px; border-radius: 12px; border: 3px solid var(--navy); font-size: 15px; font-family: var(--body); background: #fff; }
.capture-form input[type="email"]:focus { outline: none; box-shadow: var(--shadow-3); }
@media (max-width: 760px) { .capture .container { grid-template-columns: 1fr; gap: 24px; } .capture-form { min-width: 0; } }

/* ---------- MOBILE HARDENING ---------- */
@media (max-width: 600px) {
  .hero-cta { flex-direction: column; align-items: stretch; width: 100%; }
  .hero-cta .btn { width: 100%; justify-content: center; }
  .hero-cta .hero-badge { justify-content: center; }
  .capture-form .btn { width: 100%; justify-content: center; }
}
@media (max-width: 540px) {
  .section { padding: 68px 0; }
  .feature-text { padding: 44px 22px; }
  .feature-media { margin: 22px 18px 0; }
  .hero { min-height: 82vh; }
  .hero-page { min-height: 44vh; }
  .hero-page .hero-inner { padding: 84px 0 44px; }
  .cta-final, .creed { padding: 72px 0; }
  .cta-box { padding: 26px; }
  .footer { padding: 54px 0 28px; }
  .footer-top { padding: 22px; }
  .footer-top .btn { justify-self: stretch; width: 100%; justify-content: center; }
  .report-card { min-height: 0; padding: 28px; }
  .report-year { font-size: 52px; }
}


/* ---------- FOOTER SOCIAL ---------- */
.footer-cols .footer-social, .footer-social { list-style: none; display: flex; flex-direction: row; flex-wrap: wrap; gap: 12px; padding: 0; margin: 20px 0 0; grid-template-columns: none; }
.footer-social a { display: flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 50%; background: rgba(255,255,255,0.08); border: 2px solid rgba(255,255,255,0.18); color: #fff; transition: background .15s, border-color .15s, transform .12s, color .15s; }
.footer-social a:hover { background: var(--orange); border-color: var(--orange); color: var(--navy); transform: translateY(-2px); }
.footer-social svg { width: 19px; height: 19px; fill: currentColor; display: block; }

/* ---------- SATURDAY STATUS BANNER (shared: homepage + community games) ---------- */
.sat-status { display: flex; align-items: flex-start; gap: 14px; max-width: 760px; margin: 0 auto 30px; padding: 16px 20px; border: 3px solid var(--navy); border-radius: 16px; background: #fff; box-shadow: var(--shadow-6); text-align: left; }
.sat-status .ss-dot { width: 14px; height: 14px; border-radius: 50%; flex: none; margin-top: 5px; border: 2px solid var(--navy); background: var(--green); }
.sat-status .ss-head { margin: 0; font-family: var(--display); text-transform: uppercase; font-size: 16px; color: var(--navy); letter-spacing: 0.02em; line-height: 1.1; }
.sat-status .ss-note { margin: 4px 0 0; font-size: 14px; color: var(--ink-soft); line-height: 1.5; }
.sat-status.ss-watch .ss-dot { background: var(--orange); }
.sat-status.ss-watch .ss-state { color: var(--orange-text); }
.sat-status.ss-cancelled { border-color: #C0392B; }
.sat-status.ss-cancelled .ss-dot { background: #C0392B; }
.sat-status.ss-cancelled .ss-state { color: #C0392B; }
.sat-status.ss-unavailable .ss-dot { background: #9aa6b6; }
.sat-status-band { padding: 34px 0 0; }

/* ---------- PROGRAM AT A GLANCE (shared on service pages) ---------- */
.at-glance { max-width: 760px; margin: 0 auto; background: #fff; border: 3px solid var(--navy); border-radius: var(--r-lg); box-shadow: var(--shadow-pop); overflow: hidden; }
.at-glance-head { display: flex; align-items: center; gap: 11px; margin: 0; background: var(--navy); color: #fff; padding: 16px 26px; font-family: var(--display); text-transform: uppercase; letter-spacing: 0.04em; font-size: 16px; }
.at-glance-head::before { content: ""; width: 12px; height: 12px; border-radius: 50%; background: var(--orange); border: 2px solid #fff; flex: none; }
.at-glance dl { margin: 0; }
.at-glance .ag-row { display: grid; grid-template-columns: 170px 1fr; gap: 20px; padding: 14px 26px; border-top: 2px solid var(--bg-tint); }
.at-glance .ag-row:first-child { border-top: 0; }
.at-glance dt { margin: 0; font-family: var(--display); text-transform: uppercase; font-size: 12px; letter-spacing: 0.05em; color: var(--deep-blue); line-height: 1.35; padding-top: 2px; }
.at-glance dd { margin: 0; font-size: 15px; color: var(--ink); line-height: 1.55; }
.at-glance dd a { color: var(--deep-blue); font-weight: 800; }
@media (max-width: 560px) { .at-glance .ag-row { grid-template-columns: 1fr; gap: 3px; padding: 13px 20px; } }
