/* ============================================================
   ContractsCon 2026 — landing page
   Palette sampled from contractscon.com (logo PNG + live hero):
   accent #2cc544, logo green #70bf44, brand dark green #1d3d28
   Type: Playfair Display (display) + Inter (UI/body)
   ============================================================ */

:root {
  --green-950: #0f2117;
  --green-900: #16301f;
  --green-800: #1d3d28;
  --green-700: #244d31;
  --green-600: #2e5b3c;
  --green-mist: #3e5946;
  --accent: #2cc544;
  --accent-deep: #1ea436;
  --accent-soft: rgba(44, 197, 68, 0.14);
  --logo-green: #70bf44;
  --cream: #f5f7ef;
  --cream-deep: #e8ede0;
  --ink: #2a2a2a;
  --muted: #6b6b6b;
  --line-dark: rgba(255, 255, 255, 0.14);
  --line-light: rgba(42, 42, 42, 0.14);

  --shell: 1200px;
  --sp-sec: clamp(2.75rem, 4.4vw, 4.5rem);
  --sp-gap: clamp(1.25rem, 2.2vw, 2.25rem);
  --r-sm: 6px;
  --r-md: 12px;
  --r-lg: 20px;

  --f-display: "Playfair Display", Georgia, "Times New Roman", serif;
  --f-body: "Inter", system-ui, -apple-system, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }

html { font-size: 16px; scroll-behavior: smooth; scroll-padding-top: 92px; }

body {
  margin: 0;
  background: var(--green-800);
  color: #fff;
  font-family: var(--f-body);
  font-size: 14px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  font-variant-numeric: lining-nums;
  font-feature-settings: "lnum" 1;
}

img, iframe { max-width: 100%; display: block; }
html { overflow-x: hidden; }
a { color: inherit; }

.shell { width: min(100% - 2.5rem, var(--shell)); margin-inline: auto; }

.sr-only, .skip-link {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.skip-link:focus {
  position: fixed; top: 12px; left: 12px; width: auto; height: auto; z-index: 200;
  clip: auto; padding: .6rem 1rem; background: var(--accent); color: #06210d;
  border-radius: var(--r-sm); font-weight: 700;
}

:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }

/* ---------- typography ---------- */
.display {
  font-family: var(--f-display);
  font-weight: 600;
  font-optical-sizing: auto;
  font-variant-numeric: lining-nums;
  letter-spacing: -0.008em;
  line-height: 1.2;
  padding-bottom: 0.05em;
  margin: 0 0 1.1rem;
  text-wrap: balance;
}
h1.display { font-size: clamp(1.7rem, 3.65vw, 3rem); }
h2.display { font-size: clamp(1.42rem, 2.9vw, 2.625rem); text-wrap: balance; }
h3 { font-family: var(--f-display); font-weight: 600; letter-spacing: -0.008em; line-height: 1.24; padding-bottom: .02em; }

/* the brand's own emphasis device: an accent-green phrase inside a serif headline */
.accent { color: var(--accent); }
.light .accent { color: var(--accent-deep); }

.eyebrow {
  font-family: var(--f-body);
  font-size: .765rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
  color: var(--accent); margin: 0 0 1rem; display: flex; align-items: center; gap: .55rem;
}
.light .eyebrow { color: #1a7d2c; }
.eyebrow .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); flex: none; }

.section-lead { font-size: clamp(.8364rem, 1.107vw, .9512rem); color: rgba(255,255,255,.8); max-width: 62ch; margin: 0 0 1.25rem; }
.light .section-lead { color: var(--muted); }
.fineprint { font-size: .82rem; color: rgba(255,255,255,.55); }
.light .fineprint { color: #8a8a8a; }

.sec-head { max-width: 68rem; margin-bottom: clamp(1.4rem, 2.4vw, 2.25rem); }
.sec-head .section-lead { max-width: none; }

section { padding-block: var(--sp-sec); }
.light { background: var(--cream); color: var(--ink); }
.light h2, .light h3 { color: var(--ink); }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  font-family: var(--f-body); font-weight: 700; font-size: .875rem; letter-spacing: -0.005em;
  padding: .95rem 1.5rem; border-radius: 999px; border: 1px solid transparent;
  text-decoration: none; cursor: pointer; white-space: nowrap;
  transition: transform .18s ease, background-color .18s ease, box-shadow .18s ease;
}
.btn-accent { background: var(--accent); color: #06210d; box-shadow: 0 6px 0 -2px rgba(0,0,0,.18); }
.btn-accent:hover { background: #3ad655; transform: translateY(-2px); box-shadow: 0 10px 22px -10px rgba(44,197,68,.7); }
.btn-accent:active { transform: translateY(0); }
.btn-ghost { background: transparent; color: rgba(255,255,255,.9); border: 1px solid rgba(255,255,255,.4); }
.btn-ghost:hover { border-color: var(--accent); color: #fff; }
.light .btn-ghost { color: var(--ink); border-color: var(--line-light); }
.light .btn-ghost:hover { border-color: var(--accent-deep); }
.btn-sm { padding: .68rem 1.15rem; font-size: .8125rem; }
.btn-lg { padding: 1.05rem 1.9rem; font-size: .875rem; }
.btn-xl { padding: 1.2rem 2.3rem; font-size: .875rem; }

.link-quiet {
  font-weight: 600; font-size: .8312rem; text-decoration: none;
  border-bottom: 1.5px solid currentColor; padding-bottom: 2px;
  color: rgba(255,255,255,.9);
  transition: color .18s ease, border-color .18s ease;
}
.light .link-quiet { color: #24632f; }
.link-quiet:hover { color: var(--accent); border-color: var(--accent); }

/* ---------- header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(29,61,40,.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line-dark);
}
.header-inner { display: flex; align-items: center; gap: clamp(1rem, 1.6vw, 1.5rem); padding-block: .85rem; }
.header-inner > .btn { flex: 0 0 auto; }
.brand { display: block; text-decoration: none; flex: none; }
.brand img { width: 375px; height: auto; }
.brand-sub { display: block; font-size: .66rem; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.55); margin-top: .25rem; }
.site-nav { display: flex; gap: clamp(.9rem, 1.3vw, 1.35rem); margin-left: auto; min-width: 0; flex: 0 1 auto; }
.site-nav a { font-size: .7875rem; font-weight: 500; text-decoration: none; color: rgba(255,255,255,.82); position: relative; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 1.5px; background: var(--accent); transition: right .25s ease; }
.site-nav a:hover { color: #fff; }
.site-nav a:hover::after { right: 0; }
.nav-toggle { display: none; background: none; border: 1px solid var(--line-dark); border-radius: var(--r-sm); width: 44px; height: 40px; margin-left: auto; cursor: pointer; padding: 10px; }
.nav-toggle span { display: block; height: 2px; background: #fff; margin: 4px 0; }
.mobile-nav { display: none; }

/* ---------- hero ---------- */
.hero { position: relative; padding-top: clamp(1.75rem, 3vw, 2.75rem); padding-bottom: 2rem; overflow: hidden; }
.hero-glow {
  position: absolute; inset: -20% -10% auto -10%; height: 120%;
  background:
    radial-gradient(58% 52% at 18% 12%, rgba(44,197,68,.16), transparent 70%),
    radial-gradient(46% 44% at 88% 6%, rgba(112,191,68,.12), transparent 70%);
  pointer-events: none;
}
.hero-grid { position: relative; display: block; }
.hero-copy h1.display { max-width: 30ch; }
.hero-h { text-wrap: balance; }
.hero-h .accent { display: block; max-width: 22ch; }
.brk-sm { display: none; }
@media (max-width: 760px) {
  .suspect { min-height: 0; } .brk-sm { display: inline; } }
.hero-sub { font-size: clamp(.8364rem, 1.148vw, .9676rem); color: rgba(255,255,255,.84); max-width: 62ch; margin: 0 0 1.5rem; }
.hero-sub em { font-family: var(--f-display); font-style: italic; color: #fff; }
.hero-cta { display: flex; align-items: center; gap: 1.25rem; flex-wrap: wrap; margin-bottom: 1.8rem; }

.factstrip {
  list-style: none; margin: 0 0 1.4rem; padding: 1.35rem 0 0; display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.1rem 1.75rem;
  border-top: 1px solid var(--line-dark);
}
.factstrip li { display: flex; flex-direction: column; }
.factstrip strong { font-size: .8312rem; }
.factstrip span { font-size: .82rem; color: rgba(255,255,255,.6); }
.hero-alt { font-size: .77rem; color: rgba(255,255,255,.6); margin: 0; }
.hero-alt a { color: rgba(255,255,255,.85); }

.puffery { width: min(100% - 2.5rem, var(--shell)); margin: 2.5rem auto 0; font-size: .76rem; color: rgba(255,255,255,.45); }

/* ---------- proof ---------- */
.proof { background: var(--green-900); padding-block: clamp(1.4rem, 2.3vw, 2rem); border-block: 1px solid var(--line-dark); }
.proof-label { font-size: .74rem; letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,.5); margin: 0 0 1.15rem; }
.logo-wall { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: .85rem clamp(1rem, 2.1vw, 2.4rem); align-items: center; }
.logo-wall li {
  font-family: var(--f-display); font-weight: 700; font-size: clamp(.779rem, 1.148vw, 1.107rem);
  color: rgba(255,255,255,.72); letter-spacing: -0.015em; white-space: nowrap;
}

/* ---------- THE ROOM (signature pinned section) ---------- */
.room { padding: 0; background: linear-gradient(180deg, var(--green-800), var(--green-900)); }
.room-track { position: relative; }
.room-stage { padding-block: var(--sp-sec); }
.room-inner { display: grid; grid-template-columns: 1.02fr .98fr; gap: clamp(2rem, 4vw, 4rem); align-items: center; }
.room-list { list-style: none; margin: .5rem 0 0; padding: 0; }
.room-item {
  display: grid; grid-template-columns: 2.6rem 1fr; gap: 1rem;
  padding: 1rem 0; border-top: 1px solid var(--line-dark);
  opacity: .42; transition: opacity .4s ease, transform .4s ease;
}
.room-item.is-active { opacity: 1; }
.ri-num { font-family: var(--f-display); font-weight: 800; font-size: .902rem; color: var(--accent); }
.ri-body { font-size: .84rem; color: rgba(255,255,255,.72); }
.ri-body strong { display: block; color: #fff; font-size: .8364rem; margin-bottom: .25rem; }

.room-media { position: relative; }
.room-frames { position: relative; aspect-ratio: 4 / 5; border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--line-dark); }
.rf { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transform: scale(1.04); transition: opacity .6s ease, transform 1.2s ease; }
.rf.is-active { opacity: 1; transform: scale(1); }
.room-rail { height: 3px; background: var(--line-dark); border-radius: 999px; margin-top: 1.1rem; overflow: hidden; }
.room-rail-fill { display: block; height: 100%; width: 0; background: var(--accent); }
.room-gallery { display: none; }

@media (min-width: 901px) {
  .room-track { height: 420vh; }
  .room-stage { position: sticky; top: 0; height: 100vh; display: flex; align-items: center; padding-block: 0; }
}

/* ---------- marquee ---------- */
.marquee { background: transparent; color: var(--green-900); overflow: hidden; padding: .9rem 0 0; }
.marquee-inner { width: min(100% - 2.5rem, var(--shell)); margin-inline: auto; overflow: hidden; background: var(--cream); border-radius: 999px; padding: .3rem 0; }
.marquee-run { display: flex; gap: 1.5rem; white-space: nowrap; width: max-content; animation: run 34s linear infinite; }
.marquee-run span { font-family: var(--f-display); font-weight: 800; font-size: 1.08rem; letter-spacing: -0.01em; }
.m-dot { opacity: .5; }
@keyframes run { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---------- the 2026 case ---------- */
.case-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--sp-gap); }
.case-card { margin: 0; }
.case-card img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--r-md); margin-bottom: 1rem; }
.case-card h3 { font-size: .9512rem; margin: 0 0 .45rem; }
.case-card p { margin: 0; font-size: .8225rem; color: var(--muted); }

/* ---------- program ---------- */
.program { background: var(--green-900); }
.program-note { margin: 0; font-size: .805rem; font-weight: 600; color: var(--accent); }
.days { display: grid; gap: clamp(2rem, 3.4vw, 3rem); margin-top: 1.75rem; }
.day { position: relative; }
.day + .day { padding-top: clamp(1.6rem, 2.8vw, 2.4rem); border-top: 1px solid var(--line-dark); }

.day-head { display: grid; gap: 1.5rem; padding-bottom: 1.15rem; border-bottom: 1px solid var(--line-dark); margin-bottom: .25rem; }
.day-date { font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; color: var(--accent); margin: 0 0 .5rem; }
.day-title { font-size: clamp(1.107rem, 1.804vw, 1.517rem); margin: 0 0 .75rem; }
.day-lead { margin: 0; color: rgba(255,255,255,.75); max-width: 62ch; font-size: .8575rem; }
.day-tag { font-size: .8rem; color: rgba(255,255,255,.6); margin: 0; white-space: nowrap; }

.cases { list-style: none; margin: 0; padding: 0; }
.case { display: grid; grid-template-columns: 3.1rem 1fr; gap: .9rem; padding: 1rem 0; border-bottom: 1px solid var(--line-dark); }
.case-num { font-family: var(--f-display); font-weight: 700; font-size: clamp(1.394rem, 2.132vw, 1.804rem); color: rgba(255,255,255,.22); line-height: 1; letter-spacing: -0.03em; }
.case-body h4 { font-family: var(--f-display); font-size: .984rem; font-weight: 600; margin: 0 0 .2rem; letter-spacing: -0.01em; padding-bottom: .05em; }
.case-name { font-family: var(--f-display); font-style: italic; font-size: .8364rem; color: var(--accent); margin: 0 0 .8rem; }
.case-desc { margin: 0 0 .8rem; color: rgba(255,255,255,.76); max-width: 68ch; font-size: .8488rem; }
.case-who { margin: 0; font-size: .7525rem; font-weight: 600; color: rgba(255,255,255,.6); }
.mid-cta { margin: 2.75rem 0 0; display: flex; align-items: center; gap: 1.25rem; flex-wrap: wrap; }
.mid-cta-note { font-size: .7525rem; color: rgba(255,255,255,.6); }
.light .mid-cta-note { color: var(--muted); }

/* ---------- suspects ---------- */
.host { display: grid; grid-template-columns: 300px 1fr; gap: 2rem; align-items: center; background: #fff; border: 1px solid var(--line-light); border-radius: var(--r-lg); padding: 1.85rem; margin-bottom: 3rem; }
.host img { width: 100%; height: auto; aspect-ratio: 1/1; object-fit: cover; border-radius: var(--r-md); background: var(--cream-deep); }
.host-role { font-size: .74rem; letter-spacing: .16em; text-transform: uppercase; color: #1a7d2c; margin: 0 0 .5rem; font-weight: 700; }
.host h3 { font-size: 1.435rem; margin: 0 0 .2rem; }
.host-title { font-weight: 600; color: var(--muted); margin: 0 0 .8rem; font-size: .8312rem; }
.host p:last-child { margin: 0; color: var(--muted); font-size: .8488rem; }

.lineup-hint { font-size: .84rem; color: var(--muted); margin: 0 0 1.25rem; }
.lineup { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); gap: 1.25rem; }
.suspect { position: relative; border-radius: var(--r-md); overflow: hidden; cursor: pointer; background: var(--green-800); display: flex; }
.suspect-face { position: relative; width: 100%; display: flex; flex-direction: column; transition: opacity .32s ease, transform .32s ease; }
.suspect-case { position: absolute; inset: 0; transition: opacity .32s ease, transform .32s ease; }
.suspect-face img { display: block; width: 100%; aspect-ratio: 3 / 2.82; height: auto; object-fit: cover; object-position: 50% 14%; background: var(--cream-deep); }
.suspect-id { margin-top: 0; flex: 1 1 auto; padding: .55rem .7rem .7rem; }
.suspect-id strong { display: block; font-size: .7875rem; line-height: 1.25; color: #fff; }
.suspect-id span { display: block; font-size: .71rem; color: rgba(255,255,255,.7); line-height: 1.28; margin-top: .18rem; }
.suspect-case { opacity: 0; transform: translateY(8px); background: var(--accent); color: #06210d; padding: .85rem; display: flex; flex-direction: column; justify-content: center; overflow: hidden; }
.sc-when { font-size: .61rem; letter-spacing: .1em; text-transform: uppercase; font-weight: 700; margin: 0 0 .5rem; opacity: .75; white-space: nowrap; }
.sc-title { font-family: var(--f-display); font-weight: 800; font-size: .8364rem; margin: 0 0 .3rem; line-height: 1.2; }
.sc-name { font-family: var(--f-display); font-style: italic; font-size: .805rem; margin: 0; }
.suspect:hover .suspect-face, .suspect:focus .suspect-face, .suspect.is-open .suspect-face { opacity: 0; }
.suspect:hover .suspect-case, .suspect:focus .suspect-case, .suspect.is-open .suspect-case { opacity: 1; transform: translateY(0); }

/* ---------- comparison ---------- */
.compare { background: var(--green-800); }
.table-wrap { overflow-x: auto; }
.cmp { width: 100%; border-collapse: separate; border-spacing: 0; min-width: 620px; }
.cmp th, .cmp td { text-align: left; padding: .8rem 1.1rem; vertical-align: middle; font-size: .875rem; }
.cmp tbody th, .cmp .cmp-row-head { font-weight: 600; font-size: .875rem; color: rgba(255,255,255,.78); border-bottom: 1px solid var(--line-dark); }
.cmp-sub { display: block; font-size: .8125rem; font-weight: 400; line-height: 1.5; color: rgba(255,255,255,.52); margin-top: .1rem; }
.cmp thead th { vertical-align: bottom; border-bottom: 1px solid var(--line-dark); }
.cmp thead .cmp-hero { background: var(--accent-soft); border-top: 3px solid var(--accent); border-radius: var(--r-md) var(--r-md) 0 0; }
.cmp tbody .cmp-hero { background: var(--accent-soft); }
.cmp tfoot .cmp-hero { background: var(--accent-soft); border-radius: 0 0 var(--r-md) var(--r-md); padding-block: 1.5rem; }
.cmp-hero strong { display: block; font-family: var(--f-display); font-size: .9184rem; }
.cmp-tag { display: inline-block; font-size: .66rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 800; background: var(--accent); color: #06210d; padding: .25rem .55rem; border-radius: 999px; margin-bottom: .6rem; }
.cmp-when { font-size: .8125rem; color: rgba(255,255,255,.65); }
.cmp-alt { color: rgba(255,255,255,.68); }
.cmp-alt strong { display: block; font-family: var(--f-display); font-size: .8364rem; color: #fff; }
.cmp thead .cmp-alt { border-top: 2px solid rgba(255,255,255,.34); border-left: 1px solid rgba(255,255,255,.18); border-right: 1px solid rgba(255,255,255,.18); border-radius: var(--r-md) var(--r-md) 0 0; }
.cmp tbody .cmp-alt { border-left: 1px solid rgba(255,255,255,.18); border-right: 1px solid rgba(255,255,255,.18); }
.cmp tfoot .cmp-alt { border-left: 1px solid rgba(255,255,255,.18); border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); border-radius: 0 0 var(--r-md) var(--r-md); padding-block: 1.5rem; }
.cmp .yes { font-weight: 700; color: #fff; }
.cmp .yes::before { content: "✓ "; color: var(--accent); font-weight: 800; }
.cmp .no { color: rgba(255,255,255,.42); }
.cmp .no::before { content: ""; }
.cmp .mid { color: rgba(255,255,255,.72); }
.cmp-price { font-family: var(--f-display); font-size: 1.23rem !important; color: var(--accent); }
.cmp-alt-note { font-size: .8125rem; margin: 0 0 .4rem; color: rgba(255,255,255,.5); }
.cmp-row-bonus th { color: #fff; }

/* ---------- champion sponsors ---------- */
.sponsors { background: var(--cream-deep); }
.sponsor-grid { list-style: none; margin: 2.5rem 0 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(1.25rem, 2.5vw, 2rem); }
.sponsor { background: #fff; border: 1px solid var(--line-light); border-radius: var(--r-lg); padding: clamp(1.75rem, 3vw, 2.5rem); display: flex; flex-direction: column; align-items: flex-start; }
.sponsor-mark { display: flex; align-items: center; min-height: 3.4rem; margin-bottom: 1.5rem; }
.sponsor-mark img { width: auto; height: 2.4rem; max-width: 100%; }
.sponsor-mark img[src*="ivo"] { height: 3rem; }
.sponsor-tier { font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 800; color: var(--accent-deep); margin: 0 0 .7rem; }
.sponsor p { color: var(--muted); margin: 0 0 1.25rem; font-size: .8488rem; }
.sponsor .link-quiet { margin-top: auto; }
.sponsors-foot { margin: 2.25rem 0 0; font-size: .8138rem; color: var(--muted); }

/* ---------- team ---------- */
.team-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(1.75rem, 3vw, 3.25rem); align-items: start; }
.team-offers { list-style: none; margin: 0 0 2rem; padding: 0; display: grid; gap: .85rem; }
.team-offers li { background: #fff; border: 1px solid var(--line-light); border-radius: var(--r-md); padding: 1.1rem 1.25rem; display: grid; grid-template-columns: 12.5rem 1fr; gap: 1rem; align-items: center; }
.team-offers strong { font-family: var(--f-display); font-size: 1.23rem; color: var(--ink); }
.team-offers strong span { font-family: var(--f-body); font-size: .78rem; font-weight: 600; color: var(--muted); display: block; letter-spacing: .04em; text-transform: uppercase; }
.team-offers p { margin: 0; font-size: .8225rem; color: var(--muted); }
.team-cta { display: flex; flex-direction: column; align-items: flex-start; gap: .75rem; margin: 0 0 1rem; }
.team-photo { margin: 0; }
.team-photo img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--r-lg); }
.team-photo figcaption { font-size: .7525rem; color: var(--muted); margin-top: .75rem; }

/* ---------- approval ---------- */
.approval { background: var(--green-700); }
.approval-grid { display: grid; grid-template-columns: 1fr; gap: clamp(2rem, 4vw, 4rem); align-items: start; }
.approval-list { list-style: none; margin: 0 0 2rem; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1rem, 2.2vw, 2.25rem); }
.approval-list li { padding-left: 0; padding-top: 1.15rem; position: relative; color: rgba(255,255,255,.78); font-size: .8488rem; text-align: center; }
.approval-list li::before { content: ""; position: absolute; left: 50%; transform: translateX(-50%); top: 0; width: 8px; height: 8px; border-radius: 2px; background: var(--accent); }
.approval-list strong { color: #fff; display: block; margin-bottom: .18rem; }
.approval-card { background: rgba(0,0,0,.22); border: 1px solid var(--line-dark); border-radius: var(--r-lg); padding: 1.85rem; }
.ac-label { font-size: .74rem; letter-spacing: .16em; text-transform: uppercase; color: var(--accent); font-weight: 700; margin: 0 0 1rem; }
.approval-card ul { list-style: none; margin: 0 0 1.35rem; padding: 0; display: grid; gap: .8rem; }
.approval-card li { font-size: .8225rem; color: rgba(255,255,255,.78); padding-left: 1.4rem; position: relative; }
.approval-card li::before { content: "→"; position: absolute; left: 0; color: var(--accent); }
.ac-foot { margin: 0; font-size: .7525rem; color: rgba(255,255,255,.6); border-top: 1px solid var(--line-dark); padding-top: 1.1rem; }

/* ---------- verdict ---------- */
.testimonials { display: grid; grid-template-columns: repeat(2, minmax(0, 208px)); justify-content: center; gap: var(--sp-gap); margin-bottom: 0; }
.video-frame.vertical { aspect-ratio: 9 / 16; }
.testimonial { margin: 0; }
.testimonial-feature { max-width: 860px; margin-inline: auto; margin-bottom: clamp(1.75rem, 3vw, 2.5rem); }
.video-frame { position: relative; aspect-ratio: 16 / 9; border-radius: var(--r-md); overflow: hidden; background: var(--green-900); }
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.testimonial figcaption { margin-top: .85rem; }
.testimonial figcaption strong { display: block; font-size: .875rem; }
.testimonial figcaption span { font-size: .7525rem; color: var(--muted); }
.promise { background: var(--green-900); border-block: 1px solid var(--line-dark); padding-block: clamp(2.25rem, 3.5vw, 3.5rem); }
.guarantee { display: grid; grid-template-columns: 300px 1fr; gap: clamp(1.75rem, 3vw, 3rem); align-items: center; }
.guarantee img { width: 100%; height: auto; border-radius: var(--r-md); }
.guarantee h2 { font-size: clamp(1.34rem, 2.4vw, 2.125rem); margin: 0 0 .8rem; }
.guarantee p { color: rgba(255,255,255,.82); margin: 0 0 1.1rem; font-size: .8712rem; }
.guarantee h2 { color: #fff; }
.guarantee-acc { border-top: 1px solid var(--line-dark); margin-top: .25rem; }
.guarantee-acc .acc-item { border-bottom-color: var(--line-dark); }
.guarantee-acc .acc-q { color: #fff; }
.guarantee-acc .acc-q::after { color: var(--accent); }
.guarantee-acc .acc-a p { color: rgba(255,255,255,.72); }
.guarantee-acc .acc-q { font-family: var(--f-body); font-weight: 500; font-size: .875rem; letter-spacing: 0; padding-block: 1rem; }
.guarantee-acc .acc-a p { font-size: .805rem; margin-bottom: .9rem; }

/* ---------- CLE ---------- */
.cle { background: var(--green-900); }
.cle-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem, 4vw, 4rem); align-items: center; }
.cle-facts { margin: 0; display: grid; gap: 1rem; }
.cle-facts div { background: rgba(0,0,0,.2); border: 1px solid var(--line-dark); border-radius: var(--r-md); padding: 1.35rem 1.5rem; }
.cle-facts dt { font-size: .74rem; letter-spacing: .14em; text-transform: uppercase; color: var(--accent); font-weight: 700; margin-bottom: .5rem; }
.cle-facts dd { margin: 0; color: rgba(255,255,255,.78); font-size: .84rem; }

/* ---------- bonus value stack ---------- */
.stack-wrap { display: grid; gap: 1.5rem; }
.stack-state { border-radius: var(--r-lg); padding: 1.5rem; border: 1px solid var(--line-light); background: #fff; }
.stack-state-early { border: 2px solid var(--accent-deep); box-shadow: 0 20px 44px -30px rgba(30,164,54,.55); }
.stack-state-late { background: var(--cream-deep); }
.stack-state-head { display: flex; flex-wrap: wrap; align-items: baseline; gap: .5rem 1rem; margin-bottom: 1.25rem; }
.stack-state-head h3 { font-size: 1.23rem; margin: 0; }
.ss-flag { order: -1; flex-basis: 100%; max-width: max-content; font-size: .7rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 800; color: #06210d; background: var(--accent); display: inline-block; width: max-content; padding: .28rem .6rem; border-radius: 999px; margin: 0 0 .35rem; }
.ss-flag-muted { background: #fff; color: var(--muted); }
.ss-sub { margin: 0; font-size: .875rem; color: var(--muted); }
.stack { list-style: none; margin: 0; padding: 0; }
.stack li { display: grid; grid-template-columns: 1.15rem 1fr; gap: .65rem; padding: .95rem 0; border-top: 1px solid var(--line-light); }
.stack li:first-child { border-top: 0; padding-top: 0; }
.stack-mark { font-family: var(--f-display); font-weight: 800; color: var(--accent-deep); font-size: .861rem; }
.stack-name { font-family: var(--f-display); font-weight: 700; font-size: .9348rem; margin: 0 0 .25rem; letter-spacing: -0.01em; }
.stack-desc { margin: 0; font-size: .875rem; color: var(--muted); }
.stack-value { display: block; font-size: .8rem; font-weight: 700; color: #1a7d2c; margin-top: .4rem; letter-spacing: .04em; text-transform: uppercase; }
.stack-fine { display: block; font-size: .82rem; color: #8a8a8a; margin-top: .35rem; }
.stack li.is-removed { opacity: .68; }
.stack li.is-removed .stack-desc, .stack li.is-removed .stack-fine { text-decoration: line-through; text-decoration-thickness: 1px; }
.stack li.is-removed .stack-name { text-decoration: line-through; text-decoration-thickness: 1.5px; color: var(--muted); }
.stack li.is-removed .stack-mark { color: var(--muted); }
.stack-value-gone { color: var(--muted); text-decoration: line-through; text-decoration-thickness: 1.5px; }
.stack-total { font-family: var(--f-display); font-size: clamp(.943rem, 1.558vw, 1.189rem); font-weight: 700; margin: .5rem 0 0; letter-spacing: -0.01em; max-width: 55ch; }
.stack-deadline { margin: 0; font-size: .8312rem; font-weight: 600; color: var(--ink); }
.bonus-note { border: 1px solid var(--line-light); border-left: 4px solid var(--accent-deep); border-radius: var(--r-md); background: #fff; padding: 1.1rem 1.35rem; }
.bonus-note p { margin: 0; font-size: .8312rem; color: var(--muted); }
.bonus-note strong { color: var(--ink); }
.bonus-disclaimer { font-size: .875rem; color: var(--muted); max-width: 70ch; margin: .35rem 0 0; }
.stack-cta { margin: .75rem 0 0; }

/* ---------- pricing ---------- */
.pricing { background: linear-gradient(180deg, var(--green-800), var(--green-900)); }
.ladder { list-style: none; margin: 0 0 .85rem; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.rung { border: 1px solid var(--line-dark); border-radius: var(--r-md); padding: 1.25rem 1.35rem; background: rgba(0,0,0,.18); }
.rung.is-current { border-color: var(--accent); background: var(--accent-soft); }
.rung-name { font-family: var(--f-display); font-weight: 700; font-size: .902rem; margin: 0 0 .2rem; }
.rung-window { font-size: .875rem; color: rgba(255,255,255,.6); margin: 0 0 .8rem; }
.rung-price { font-family: var(--f-display); font-weight: 800; font-size: 1.517rem; margin: 0 0 .35rem; letter-spacing: -0.02em; }
.rung.is-current .rung-price { color: var(--accent); }
.rung-state { font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 700; color: rgba(255,255,255,.5); margin: 0; }
.rung.is-current .rung-state { color: var(--accent); }
.ladder-count { font-size: .875rem; color: rgba(255,255,255,.7); margin: 0 0 2.5rem; }

.tickets { display: grid; grid-template-columns: 1.45fr .8fr; gap: var(--sp-gap); align-items: start; }
.ticket { border-radius: var(--r-lg); padding: clamp(1.5rem, 2.5vw, 2.25rem); }
.ticket-hero { background: rgba(44,197,68,.1); border: 2px solid var(--accent); }
.tk-badge { display: inline-block; font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 800; background: var(--accent); color: #06210d; padding: .3rem .65rem; border-radius: 999px; margin: 0 0 1rem; }
.ticket h3 { font-size: clamp(1.23rem, 1.968vw, 1.64rem); margin: 0 0 .3rem; }
.tk-when { font-size: .875rem; color: rgba(255,255,255,.65); margin: 0 0 1.1rem; }
.tk-price { margin: 0 0 1.35rem; display: flex; align-items: baseline; gap: .85rem; flex-wrap: wrap; }
.tk-now { font-family: var(--f-display); font-weight: 800; font-size: clamp(2.132rem, 4.1vw, 2.87rem); color: var(--accent); line-height: 1; letter-spacing: -0.03em; }
.tk-then { font-size: .875rem; color: rgba(255,255,255,.55); }
.ticket ul { list-style: none; margin: 0 0 1.5rem; padding: 0; display: grid; gap: .6rem; }
.ticket li { font-size: .8712rem; line-height: 1.65; padding-left: 1.5rem; position: relative; color: rgba(255,255,255,.9); }
.ticket-hero li::before { content: "✓"; position: absolute; left: 0; color: var(--accent); font-weight: 800; }
.tk-bonus { border: 1px dashed rgba(44,197,68,.55); border-radius: var(--r-md); padding: 1.1rem 1.25rem; margin-bottom: 1.5rem; background: rgba(0,0,0,.15); }
.tk-bonus-label { font-size: .7rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 800; color: var(--accent); margin: 0 0 .7rem; }
.tk-bonus ul { margin: 0 0 .7rem; gap: .45rem; }
.tk-bonus li { font-size: .8712rem; line-height: 1.65; }
.tk-bonus li::before { content: "+"; position: absolute; left: 0; color: var(--accent); font-weight: 800; }
.tk-bonus-link { margin: 0; font-size: .875rem; }
.tk-bonus-link a { color: var(--accent); }
.tk-foot { font-size: .875rem; color: rgba(255,255,255,.55); margin: 1rem 0 0; }
.ticket-hero .btn { width: 100%; }

.ticket-alt { background: rgba(0,0,0,.2); border: 1px solid var(--line-dark); color: #fff; }

/* reduced virtual rates: nonprofit / government / academic / student */
.vrates { margin-top: var(--sp-gap); border: 1px solid var(--line-dark); border-radius: var(--r-lg); background: rgba(0,0,0,.2); padding: clamp(1.35rem, 2.2vw, 1.9rem); }
.vrates-label { font-size: .7rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 800; color: var(--accent); margin: 0 0 1.25rem; }
.vrate-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(1.25rem, 2.5vw, 2.25rem); }
.vrate { border-left: 2px solid rgba(44,197,68,.45); padding-left: 1.15rem; }
.vrate-price { font-family: var(--f-display); font-weight: 800; font-size: 1.722rem; line-height: 1; letter-spacing: -0.02em; color: var(--accent); margin: 0 0 .45rem; }
.vrate-who { font-weight: 700; font-size: .8712rem; line-height: 1.4; color: #fff; margin: 0 0 .4rem; }
.vrate-note { font-size: .875rem; line-height: 1.6; color: rgba(255,255,255,.78); margin: 0; }
.vrates-foot { font-size: .875rem; line-height: 1.6; color: rgba(255,255,255,.7); margin: 1.4rem 0 0; }
.vrates-cta { margin: 1.1rem 0 0; }
.vrates-link { color: var(--accent); border-bottom: 1px solid rgba(44,197,68,.5); }
.vrates-link:hover { border-color: var(--accent); }
.tk-alt-label { font-size: .74rem; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.8); font-weight: 700; margin: 0 0 .7rem; }
.ticket-alt h3 { font-size: 1.107rem; color: #fff; }
.tk-price-alt { font-family: var(--f-display); font-weight: 800; font-size: clamp(2.132rem, 4.1vw, 2.87rem); line-height: 1; letter-spacing: -0.03em; margin: 0 0 1.1rem; color: var(--accent); }
.tk-price-alt span { font-family: var(--f-body); font-size: .875rem; font-weight: 500; color: rgba(255,255,255,.75); display: block; letter-spacing: 0; line-height: 1.5; margin-top: .5rem; }
.ticket-alt li { font-size: .8712rem; line-height: 1.65; color: #fff; }
.ticket-alt li::before { content: "·"; position: absolute; left: .35rem; }
.tk-alt-missing { font-size: .875rem; color: rgba(255,255,255,.5); margin: 0 0 1.25rem; }

.approval-nudge { margin-top: 2.5rem; border-top: 1px solid var(--line-dark); padding-top: 1.5rem; }
.approval-nudge p { margin: 0; font-size: .875rem; color: rgba(255,255,255,.75); max-width: 78ch; }

/* ---------- venue ---------- */
.venue-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 4vw, 4rem); align-items: start; }
.venue-grid > div p { color: var(--muted); }
.venue-facts { margin: 2rem 0 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
.venue-facts dt { font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: #1a7d2c; font-weight: 700; margin-bottom: .4rem; }
.venue-facts dd { margin: 0; font-size: .84rem; font-weight: 600; }
.venue-media { display: grid; gap: 1.25rem; }
.venue-media figure { margin: 0; }
.venue-media img { width: 100%; border-radius: var(--r-lg); }
.venue-skyline img { width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; }
.venue-room img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; }
.venue-media figcaption { font-size: .84rem; color: var(--muted); margin-top: .7rem; }

/* ---------- hotels ---------- */
.hotels { padding-top: 0; }
.hotel-grid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--sp-gap); }
.hotel img { width: 100%; height: auto; aspect-ratio: 16 / 10; object-fit: cover; border-radius: var(--r-md); margin-bottom: 1rem; }
.hotel-walk { font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 800; color: #1a7d2c; margin: 0 0 .5rem; }
.hotel h3 { font-size: .984rem; margin: 0 0 .5rem; }
.hotel p { color: var(--muted); font-size: .8225rem; margin: 0 0 .9rem; }
.hotels-foot { margin: 2.25rem 0 0; }

/* ---------- whova ---------- */
.whova { background: var(--green-900); }
.whova-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(2rem, 4vw, 4rem); align-items: center; }
.whova-list { list-style: none; margin: 0 0 1.25rem; padding: 0; display: grid; gap: .65rem; }
.whova-list li { padding-left: 1.5rem; position: relative; color: rgba(255,255,255,.78); font-size: .8488rem; }
.whova-list li::before { content: "✓"; position: absolute; left: 0; color: var(--accent); font-weight: 800; }
.whova-shot { margin: 0; }
.whova-shot img { width: min(100%, 330px); height: auto; margin-inline: auto; border-radius: var(--r-md); border: 1px solid var(--line-dark); }

/* ---------- faq ---------- */
.faq-shell { max-width: 900px; }
.faq-group { font-size: .78rem; letter-spacing: .18em; text-transform: uppercase; font-family: var(--f-body); color: #1a7d2c; margin: 2.5rem 0 .75rem; }
.acc { border-top: 1px solid var(--line-light); }
.acc-item { border-bottom: 1px solid var(--line-light); }
.acc-q {
  width: 100%; text-align: left; background: none; border: 0; cursor: pointer;
  font-family: var(--f-display); font-weight: 700; font-size: .902rem; color: var(--ink);
  padding: 1.15rem 2.5rem 1.15rem 0; position: relative; letter-spacing: -0.01em;
}
.acc-q::after { content: "+"; position: absolute; right: .35rem; top: 50%; transform: translateY(-50%); font-family: var(--f-body); font-weight: 500; font-size: 1.23rem; color: var(--accent-deep); transition: transform .25s ease; }
.acc-q[aria-expanded="true"]::after { transform: translateY(-50%) rotate(45deg); }
.acc-a { overflow: hidden; height: 0; transition: height .32s ease; }
.acc-a p { margin: 0 0 1.15rem; color: var(--muted); max-width: 70ch; }
.acc-a a { color: #1a7d2c; }
.potato { width: min(100%, 340px); height: auto; border-radius: var(--r-md); margin-bottom: 1.15rem; }

/* ---------- countdown strip ---------- */

/* ---------- final CTA ---------- */
.final { background: var(--green-950); text-align: center; }
.final-inner { max-width: 900px; margin-inline: auto; display: flex; flex-direction: column; align-items: center; }
.final .eyebrow { justify-content: center; }
.final .section-lead { margin-inline: auto; }
.final-count { display: flex; gap: 1rem; justify-content: center; margin: 1.5rem 0 2rem; flex-wrap: wrap; }
.bonus-clock { display: flex; align-items: center; justify-content: center; gap: clamp(1rem, 2.5vw, 2rem); flex-wrap: wrap; margin-top: 1.5rem; }
.bonus-clock-lead { margin: 0; font-family: var(--f-display); font-weight: 700; font-size: clamp(.8364rem, 1.394vw, 1.066rem); color: var(--ink); letter-spacing: -0.01em; }
.bonus-clock .final-count { margin: 0; justify-content: center; }
.light .cd-unit { background: #fff; border-color: var(--line-light); }
.light .cd-num { color: var(--accent-deep); }
.light .cd-lab { color: var(--muted); }
.cd-unit { min-width: 5.2rem; text-align: center; background: rgba(255,255,255,.05); border: 1px solid var(--line-dark); border-radius: var(--r-md); padding: .85rem .5rem; }
.cd-num { display: block; font-family: var(--f-display); font-weight: 800; font-size: 1.722rem; line-height: 1; color: var(--accent); letter-spacing: -0.02em; }
.cd-lab { display: block; font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,.55); margin-top: .45rem; }
.final-alt { margin: 1.5rem 0 0; }
.final-mark { width: min(78%, 620px); height: auto; margin: clamp(2.5rem, 5vw, 4rem) auto 0; opacity: .92; }

/* ---------- footer ---------- */
.site-footer { background: var(--green-950); border-top: 1px solid var(--line-dark); padding-block: clamp(1.9rem, 3.2vw, 2.75rem) 1.5rem; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 2.5rem; }
.footer-brand img { width: 200px; height: auto; margin-bottom: 1rem; }
.footer-brand p { margin: 0; color: rgba(255,255,255,.6); font-size: .8225rem; max-width: 34ch; }
.footer-head { font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; color: var(--accent); font-weight: 700; margin: 0 0 1rem; }
.site-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .6rem; }
.site-footer a { color: rgba(255,255,255,.75); text-decoration: none; font-size: .8225rem; }
.site-footer a:hover { color: var(--accent); }
.copyright { width: min(100% - 2.5rem, var(--shell)); margin: 3rem auto 0; padding-top: 1.5rem; border-top: 1px solid var(--line-dark); font-size: .8rem; color: rgba(255,255,255,.42); }

/* ---------- sticky dock ---------- */
.dock {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 70;
  background: rgba(15,33,23,.96); backdrop-filter: blur(12px);
  border-top: 1px solid var(--accent);
  transform: translateY(110%); transition: transform .35s ease;
}
.dock.is-in { transform: translateY(0); }
.dock-inner { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding-block: .8rem; }
.dock-line { margin: 0; font-size: .8225rem; }
.dock-count { margin: 0; font-size: .82rem; color: var(--accent); font-weight: 600; letter-spacing: .02em; }

/* ---------- reveals ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s cubic-bezier(.2,.7,.3,1); }
.reveal.is-in { opacity: 1; transform: none; }

/* ============ RESPONSIVE ============ */
@media (max-width: 1220px) {
  .site-nav { display: none; }
  .header-inner > .btn { margin-left: auto; }
  .nav-toggle { display: block; margin-left: 0; }
  .mobile-nav { display: none; }
  .mobile-nav:not([hidden]) { display: grid; gap: .9rem; padding: 1.25rem; border-top: 1px solid var(--line-dark); background: var(--green-900); }
  .mobile-nav a { text-decoration: none; font-weight: 600; }
  .case-grid { grid-template-columns: repeat(2, 1fr); }
  .lineup { grid-template-columns: repeat(3, 1fr); }
  .testimonials { grid-template-columns: repeat(2, minmax(0, 200px)); }
  .hotel-grid { grid-template-columns: 1fr 1fr; }
  .tickets { grid-template-columns: 1fr; }
  .vrate-list { grid-template-columns: 1fr; }
  .ticket-alt { max-width: 34rem; }
}

@media (max-width: 900px) {
  body { font-size: 16px; }
  :root { --sp-sec: clamp(3.25rem, 9vw, 4.5rem); }
  .approval-list { grid-template-columns: 1fr; }
  .room-inner, .team-grid, .approval-grid, .cle-grid, .venue-grid, .whova-grid { grid-template-columns: 1fr; }
  .factstrip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .factstrip { grid-template-columns: 1fr 1fr; }
  .room-media { display: none; }
  .room-item { opacity: 1; }
  .room-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; margin-top: 1.75rem; }
  .room-gallery img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; border-radius: var(--r-md); }
  .day-head { grid-template-columns: 1fr; }
  .day-tag { white-space: normal; }
  .host { grid-template-columns: 1fr; text-align: left; }
  .host img { max-width: 260px; }
  .guarantee { grid-template-columns: 1fr; }
  .guarantee img { max-width: 240px; }
  .ladder { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .venue-facts { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .header-inner > .btn { display: none; }

  /* Comparison table becomes stacked cards — the in-person case must never
     sit behind a horizontal scroll on a phone. */
  .table-wrap { overflow-x: visible; }
  .cmp { display: block; min-width: 0; }
  .cmp thead { display: none; }
  .cmp tbody, .cmp tfoot { display: block; }
  .cmp tbody tr {
    display: block;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 14px;
    padding: .9rem 1rem 1rem;
    margin-bottom: .7rem;
    background: rgba(255,255,255,.03);
  }
  .cmp tbody th[scope="row"] {
    display: block;
    padding: 0 0 .6rem;
    border: 0;
    font-size: .8312rem;
    line-height: 1.3;
  }
  .cmp tbody th[scope="row"] .cmp-sub { display: block; margin-top: .2rem; }
  .cmp tbody td {
    display: grid;
    grid-template-columns: 5.4rem 1fr;
    gap: .7rem;
    align-items: baseline;
    padding: .3rem 0;
    border: 0;
    background: none;
  }
  .cmp tbody td::before {
    content: "In person";
    font-size: .64rem;
    letter-spacing: .12em;
    text-transform: uppercase;
    font-weight: 700;
    opacity: .62;
    line-height: 1.5;
  }
  .cmp tbody td:nth-of-type(2)::before { content: "Virtual"; }
  .cmp tbody td.cmp-hero::before { color: var(--accent); opacity: 1; }
  .cmp tfoot tr { display: block; }
  .cmp tfoot td { display: block; padding: .45rem 0; border: 0; background: none; }
  .cmp tfoot td.cmp-row-head { display: none; }
  .cmp tfoot .btn { width: 100%; }
}

@media (max-width: 620px) {
  /* Hero: the photo reads as a banner, not a full screen, so the headline and
     the CTA reach the first viewport on a phone. Most traffic is LinkedIn mobile. */
  .hero { padding-top: 1.5rem; }
  h1.display { font-size: 1.5744rem; }
  .hero-sub { font-size: .8575rem; margin-bottom: 1.4rem; }

  /* Sticky dock: was eating a quarter of the screen. */
  .dock-inner { gap: .45rem; padding-block: .6rem; }
  .dock-line { font-size: .82rem; line-height: 1.35; }
  .dock-count { font-size: .74rem; }
  .dock .btn { padding: .72rem 1rem; font-size: .7875rem; }
  .site-footer { padding-bottom: 8.5rem; }

  .case-grid, .hotel-grid, .room-gallery { grid-template-columns: 1fr; }
  .testimonials { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 330px; margin-inline: auto; gap: .75rem; }
  .lineup { grid-template-columns: 1fr 1fr; }
  .factstrip { grid-template-columns: 1fr; }
  .hero-cta { gap: 1rem; }
  .hero-cta .btn { width: 100%; }
  .team-offers li { grid-template-columns: 1fr; gap: .35rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .dock-inner { flex-direction: column; align-items: stretch; gap: .65rem; text-align: center; }
  .dock-inner .btn { width: 100%; }
  .brand img { width: 267px; }
  .final-count { gap: .6rem; }
  .cd-unit { min-width: 4.1rem; padding: .7rem .35rem; }
  .cd-num { font-size: 1.312rem; }
  .stack li { grid-template-columns: 1.6rem 1fr; gap: .7rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .marquee-run { animation: none; }
  .rf, .suspect-face, .suspect-case, .btn, .acc-a { transition: none; }
  .room-item { opacity: 1; }
}

@media (max-width: 760px) {
  .sponsor-grid { grid-template-columns: 1fr; }
  .sponsor-mark img { height: 2.1rem; }
}

.bonus.light { background: var(--cream-deep); }

/* compact header CTA so the enlarged logo and nav both fit */
.btn-nav { padding: .62rem 1.1rem; font-size: .82rem; letter-spacing: -0.005em; }

/* past attendees stay on a single row once there is room for it */
@media (min-width: 861px) {
  .logo-wall { flex-wrap: nowrap; justify-content: space-between; gap: 1rem; }
}

.nb { white-space: nowrap; }

/* ---------- session accordions ---------- */
.case-acc { border-bottom: 0; }
.case-h { margin: 0; }
.case-q {
  color: #fff; font-size: .95rem; font-weight: 600;
  padding: 0 2.25rem .3rem 0; letter-spacing: -0.01em;
}
.case-q:hover .case-name, .case-q:focus-visible .case-name { color: #fff; }
.case-q::after { color: var(--accent); top: .18rem; transform: none; }
.case-q[aria-expanded="true"]::after { transform: rotate(45deg); }
.case-q .case-name { display: block; margin: .15rem 0 0; transition: color .2s ease; }
.case-acc .acc-a p.case-desc { color: rgba(255,255,255,.76); margin: .35rem 0 .7rem; max-width: 68ch; }
.case-acc .case-who { margin: 0; }

/* ---------- bonus states side by side ---------- */
@media (min-width: 900px) {
  .stack-wrap { grid-template-columns: 1.06fr .94fr; align-items: start; }
  .stack-cta, .bonus-disclaimer { grid-column: 1 / -1; }
}

/* ---------- centred hero ---------- */
.hero-grid { text-align: center; }
.hero-copy h1.display { margin-inline: auto; }
.hero-h .accent { max-width: 26ch; margin-inline: auto; }
.hero-sub { margin-inline: auto; }
.hero-cta { justify-content: center; }
.factstrip li { align-items: center; text-align: center; }
.marquee .m-dot { color: rgba(22,48,31,.45); }
.marquee-inner {
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 56px, #000 calc(100% - 56px), transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 56px, #000 calc(100% - 56px), transparent 100%);
  border-radius: 0;
}
@media (max-width: 700px) {
  .marquee-inner {
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 28px, #000 calc(100% - 28px), transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 28px, #000 calc(100% - 28px), transparent 100%);
  }
}

/* ---------- single-column approval, groups, venue ---------- */
.approval-grid > div { max-width: 64rem; margin-inline: auto; text-align: center; }
.approval .sec-head, .approval h2.display { margin-inline: auto; }
.approval .eyebrow { justify-content: center; }
.approval .section-lead { margin-inline: auto; }
.team-grid { grid-template-columns: 1fr; }
.venue-grid { grid-template-columns: 1.02fr .98fr; }
@media (min-width: 900px) { .stack-wrap { align-items: stretch; } }
.hero-grid .eyebrow { justify-content: center; }

/* ---------- centred bonus header, larger countdown ---------- */
.bonus .sec-head { max-width: 64rem; margin-inline: auto; text-align: center; }
.bonus .sec-head .eyebrow { justify-content: center; }
.bonus .sec-head h2 { margin-inline: auto; }
.bonus .cd-unit { min-width: 6.5rem; padding: 1.06rem .6rem; }
.bonus .cd-num { font-size: 2.153rem; }
.bonus .cd-lab { font-size: .85rem; letter-spacing: .14em; }
@media (max-width: 760px) {
  .bonus .cd-unit { min-width: 4.6rem; padding: .8rem .4rem; }
  .bonus .cd-num { font-size: 1.64rem; }
  .bonus .cd-lab { font-size: .66rem; }
}
