@charset "UTF-8";
/* ═══════════════════════════════════════════════════════
   JOLLY FIRST — Shared Brand Stylesheet
   Ticket-stub system · Space Grotesk / Public Sans / IBM Plex Mono
   ═══════════════════════════════════════════════════════ */

:root {
  --navy: #0E2438;
  --navy-2: #16314A;
  --white: #E8EEF0;
  --card: #FAFBF9;
  --red: #C5402B;
  --red-dark: #A33420;
  --brass: #B89554;
  --glacier: #5C8AA6;
  --ink: #16222B;
  --ink-soft: #4A5660;
  --border: #D4DCDD;
  --green: #2F6B3F;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
body {
  background: var(--white);
  color: var(--ink);
  font-family: 'Public Sans', sans-serif;
  line-height: 1.6;
}
.mono { font-family: 'IBM Plex Mono', monospace; }
.display { font-family: 'Space Grotesk', sans-serif; }
a { color: var(--glacier); }

/* ── TOP BAR ── */
.topbar { background: var(--navy); color: var(--white); padding: 14px 0; }
.topbar-inner { max-width: 920px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; }
.wordmark { font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 20px; letter-spacing: -0.3px; }
.wordmark span { color: var(--brass); }
.breadcrumb { font-size: 12px; color: #9FB3BF; font-family: 'IBM Plex Mono', monospace; }
.breadcrumb a { color: #C9D8DD; text-decoration: none; }

/* ── HERO TICKET (shared shape) ── */
.hero-wrap { max-width: 920px; margin: 36px auto 0; padding: 0 24px; }
.ticket { background: var(--card); border: 1px solid var(--border); border-radius: 6px; position: relative; display: grid; grid-template-columns: 200px 1px 1fr; overflow: hidden; }
.ticket-stub { background: var(--navy); color: var(--white); padding: 28px 22px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; gap: 10px; }
.stub-num { font-family: 'IBM Plex Mono', monospace; font-size: 11px; color: #7E97A4; letter-spacing: 1px; }
.rating-stamp, .countdown-stamp { width: 78px; height: 78px; border-radius: 50%; border: 2.5px solid var(--brass); display: flex; flex-direction: column; align-items: center; justify-content: center; font-family: 'Space Grotesk', sans-serif; }
.rating-stamp .num, .countdown-stamp .num { font-size: 24px; font-weight: 700; color: var(--brass); line-height: 1; }
.rating-stamp .denom, .countdown-stamp .denom { font-size: 8.5px; color: #9FB3BF; margin-top: 1px; text-transform: uppercase; letter-spacing: 0.5px; }
.stub-label { font-size: 11px; color: #B7C6CC; text-transform: uppercase; letter-spacing: 1px; }

.perf { position: relative; background: repeating-linear-gradient(to bottom, var(--border) 0, var(--border) 6px, transparent 6px, transparent 14px); }
.perf::before, .perf::after { content: ''; position: absolute; width: 18px; height: 18px; border-radius: 50%; background: var(--white); left: -9px; }
.perf::before { top: -9px; } .perf::after { bottom: -9px; }

.ticket-body { padding: 26px 30px; }
.eyebrow { font-family: 'IBM Plex Mono', monospace; font-size: 11px; color: var(--glacier); letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 8px; }
h1 { font-family: 'Space Grotesk', sans-serif; font-size: 28px; font-weight: 700; color: var(--navy); letter-spacing: -0.5px; margin-bottom: 10px; line-height: 1.2; }
.hero-sub { font-size: 14px; color: var(--ink-soft); margin-bottom: 18px; max-width: 540px; }
.fact-row { display: flex; gap: 18px; flex-wrap: wrap; margin-bottom: 20px; }
.fact { font-size: 12px; color: var(--ink-soft); }
.fact strong { display: block; font-family: 'IBM Plex Mono', monospace; font-size: 13px; color: var(--navy); font-weight: 600; }
.cta-row { display: flex; gap: 12px; flex-wrap: wrap; }
.btn-primary { background: var(--red); color: white; font-family: 'Space Grotesk', sans-serif; font-weight: 600; font-size: 14px; padding: 12px 22px; border-radius: 4px; text-decoration: none; display: inline-block; border: none; cursor: pointer; }
.btn-secondary { background: transparent; color: var(--navy); border: 1.5px solid var(--border); font-weight: 600; font-size: 14px; padding: 11px 20px; border-radius: 4px; text-decoration: none; display: inline-block; font-family: 'Public Sans', sans-serif; }
.age-badge { position: absolute; top: 16px; right: 16px; background: var(--brass); color: var(--navy); font-family: 'IBM Plex Mono', monospace; font-weight: 600; font-size: 12px; padding: 4px 9px; border-radius: 3px; }

/* ── CONTENT LAYOUT ── */
.content { max-width: 920px; margin: 0 auto; padding: 40px 24px 60px; display: grid; grid-template-columns: 1fr 280px; gap: 40px; }
.stub-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: 6px; overflow: hidden; margin-bottom: 36px; }
.stub-cell { background: var(--card); padding: 16px 14px; }
.stub-cell .lbl { font-family: 'IBM Plex Mono', monospace; font-size: 10px; color: var(--glacier); text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 6px; }
.stub-cell .val { font-family: 'Space Grotesk', sans-serif; font-size: 15px; font-weight: 600; color: var(--navy); }

section.block { margin-bottom: 32px; }
h2 { font-family: 'Space Grotesk', sans-serif; font-size: 20px; font-weight: 600; color: var(--navy); margin-bottom: 12px; }
h3 { font-family: 'Space Grotesk', sans-serif; font-size: 16px; font-weight: 600; color: var(--navy); margin-bottom: 8px; margin-top: 18px; }
p { font-size: 14.5px; color: var(--ink-soft); margin-bottom: 12px; }
ul.plain { margin: 0 0 12px 0; padding-left: 20px; }
ul.plain li { font-size: 14px; color: var(--ink-soft); margin-bottom: 6px; }

.pros-cons { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border: 1px solid var(--border); border-radius: 6px; overflow: hidden; }
.pc-col { padding: 18px 20px; }
.pc-col.pros { background: #F2F7F1; border-right: 1px dashed var(--border); }
.pc-col.cons { background: #FAF3F1; }
.pc-title { font-family: 'Space Grotesk', sans-serif; font-weight: 600; font-size: 13px; margin-bottom: 10px; letter-spacing: 0.3px; text-transform: uppercase; }
.pc-col.pros .pc-title { color: var(--green); }
.pc-col.cons .pc-title { color: var(--red-dark); }
.pc-col ul { list-style: none; }
.pc-col li { font-size: 13.5px; color: var(--ink-soft); padding: 5px 0; }

.offer-box { background: var(--navy); color: var(--white); border-radius: 6px; padding: 22px 24px; margin: 28px 0; }
.offer-box .tag { font-family: 'IBM Plex Mono', monospace; font-size: 11px; color: var(--brass); letter-spacing: 1px; text-transform: uppercase; margin-bottom: 8px; }
.offer-box h3 { color: white; font-size: 19px; margin-top: 0; }
.offer-box p { color: #C9D8DD; font-size: 13px; margin-bottom: 16px; }

.faq-item { border-bottom: 1px solid var(--border); padding: 14px 0; }
.faq-q { font-family: 'Space Grotesk', sans-serif; font-weight: 600; font-size: 14.5px; color: var(--navy); margin-bottom: 6px; }
.faq-a { font-size: 13.5px; color: var(--ink-soft); }

/* ── READ NEXT / INTERNAL LINK GRID ── */
.link-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.link-card { background: var(--card); border: 1px solid var(--border); border-radius: 6px; padding: 16px 18px; text-decoration: none; display: block; }
.link-card .lc-tag { font-family: 'IBM Plex Mono', monospace; font-size: 10px; color: var(--glacier); text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 6px; }
.link-card .lc-title { font-family: 'Space Grotesk', sans-serif; font-size: 14px; font-weight: 600; color: var(--navy); }

/* ── SIDEBAR ── */
.sidebar-card { background: var(--card); border: 1px solid var(--border); border-radius: 6px; padding: 20px; margin-bottom: 18px; }
.sidebar-card .stub-label { font-family: 'IBM Plex Mono', monospace; font-size: 10px; color: var(--glacier); text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 10px; }
.member-cta { background: repeating-linear-gradient(135deg, var(--navy), var(--navy) 10px, var(--navy-2) 10px, var(--navy-2) 20px); color: white; border-radius: 6px; padding: 20px; }
.member-cta .ticket-no { font-family: 'IBM Plex Mono', monospace; font-size: 11px; color: var(--brass); margin-bottom: 8px; }
.member-cta h4 { font-family: 'Space Grotesk', sans-serif; font-size: 16px; margin-bottom: 8px; color: white; }
.member-cta p { font-size: 12.5px; color: #C9D8DD; margin-bottom: 14px; }
.member-cta .btn-primary { width: 100%; text-align: center; }
.sidebar-card a.plain-link { color: var(--navy); text-decoration: none; font-weight: 600; font-size: 13.5px; display: block; margin-bottom: 10px; }

/* ── FOOTER / DISCLOSURE ── */
.disclosure { background: var(--navy-2); color: #9FB3BF; padding: 28px 0; font-size: 12px; line-height: 1.7; }
.disclosure-inner { max-width: 920px; margin: 0 auto; padding: 0 24px; }
.disclosure strong { color: var(--glacier); }
.disclosure p { margin-bottom: 0; }
.disclosure p + p { margin-top: 14px; }
.disclosure-tags { display: flex; gap: 10px; margin-top: 14px; flex-wrap: wrap; }
.disclosure-link { display: block; margin-top: 8px; }
.disclosure-tags span { border: 1px solid #3A5468; border-radius: 3px; padding: 3px 9px; font-family: 'IBM Plex Mono', monospace; font-size: 10.5px; }

@media (max-width: 720px) {
  .ticket { grid-template-columns: 1fr; }
  .perf { display: none; }
  .content { grid-template-columns: 1fr; }
  .pros-cons, .link-grid, .stub-grid { grid-template-columns: 1fr; }
  .pc-col.pros { border-right: none; border-bottom: 1px dashed var(--border); }
}

/* ── SITE NAV (below topbar, every page) ── */
.sitenav { background: var(--navy-2); border-bottom: 1px solid #25405A; }
.sitenav-inner { max-width: 920px; margin: 0 auto; padding: 0 24px; display: flex; gap: 22px; flex-wrap: wrap; }
.sitenav a { font-family: 'Space Grotesk', sans-serif; font-size: 13px; font-weight: 600; color: #C9D8DD; text-decoration: none; padding: 11px 0; display: inline-block; border-bottom: 2px solid transparent; }
.sitenav a:hover, .sitenav a.active { color: white; border-bottom-color: var(--brass); }
.topbar-logo { height: 42px; display: block; }
.footer-logo { height: 48px; display: block; margin-bottom: 18px; }
.sitenav details { position: relative; }
.sitenav summary { font-family: 'Space Grotesk', sans-serif; font-size: 13px; font-weight: 600; color: #C9D8DD; padding: 11px 0; cursor: pointer; list-style: none; }
.sitenav summary::-webkit-details-marker { display: none; }
.sitenav summary:hover { color: white; }
.sitenav summary::after { content: " ▾"; font-size: 10px; }
.sitenav details[open] summary { color: white; }
.dropdown-menu { position: absolute; top: 100%; left: 0; background: var(--navy); border: 1px solid #25405A; border-radius: 0 0 6px 6px; min-width: 220px; padding: 6px 0; z-index: 50; box-shadow: 0 8px 20px rgba(0,0,0,0.25); }
.dropdown-menu.wide { min-width: 460px; display: grid; grid-template-columns: 1fr 1fr; gap: 0 4px; padding: 10px; }
.dropdown-menu a { display: block; padding: 9px 16px !important; font-size: 13px !important; border-bottom: none !important; white-space: nowrap; border-radius: 4px; }
.dropdown-menu.wide a { padding: 7px 10px !important; }
.dropdown-menu a:hover { background: var(--navy-2); color: white; }
.dropdown-menu .dd-divider { border-top: 1px solid #25405A; margin: 6px 0; grid-column: 1 / -1; }
.dropdown-menu .dd-seeall { color: var(--brass) !important; font-weight: 600; grid-column: 1 / -1; }
@media (max-width: 720px) { .dropdown-menu.wide { grid-template-columns: 1fr; min-width: 200px; } }
