/* The Exit Ready Conference
   Light institutional page. Navy ink, warm cream ground, gold action.
   One accent (gold). One radius scale (4px, pill only on the letter badge). */

:root {
  --navy:        #131d18;   /* deep band  */
  --navy-deep:   #0d1712;   /* deeper band */
  --navy-line:   #2c3d34;
  --paper:       #f7f3ea;
  --paper-card:  #fffdf7;
  --paper-line:  #e2dac9;
  --gold:        #0c6b4b;   /* accent: emerald, actions only */
  --gold-bright: #2fbd89;   /* accent on dark */
  --green:       #0c6b4b;
  --ink:         #131d18;
  --ink-muted:   #5b6660;
  --on-navy:     #f7f3ea;
  --on-navy-dim: #a8b5ad;
  --r: 8px;
  --r-pill: 999px;
  --shell: 1200px;
  --display: "Instrument Sans", "Avenir Next", system-ui, sans-serif;
  --body: "Instrument Sans", "Avenir Next", system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-family: var(--display);
  font-weight: 700;
  letter-spacing: -0.022em;
  line-height: 1.08;
  margin: 0;
}
p { margin: 0 0 1rem; max-width: 68ch; }
a { color: inherit; }

.shell { width: 100%; max-width: var(--shell); margin-inline: auto; padding-inline: 24px; }
.section { padding-block: 92px; }
.band-navy { background: var(--navy); color: var(--on-navy); }
.band-green { background: var(--navy-deep); color: var(--on-navy); }
.band-card { background: var(--paper-card); }

.skip {
  position: absolute; left: -9999px; top: 0; z-index: 100;
  background: var(--gold); color: var(--navy); padding: 12px 18px;
  font-family: var(--display); font-weight: 600; border-radius: 0 0 var(--r) 0;
}
.skip:focus { left: 0; }

.label {
  font-family: var(--display); font-size: 11px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.17em;
  color: var(--ink-muted); margin: 0 0 18px;
}
.band-navy .label, .band-green .label { color: var(--on-navy-dim); }

/* ---------- nav ---------- */
.nav {
  position: sticky; top: 0; z-index: 50; height: 70px;
  display: flex; align-items: center;
  background: var(--navy); color: var(--on-navy);
  border-bottom: 1px solid var(--navy-line);
}
.nav .shell { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.wordmark {
  font-family: var(--display); font-size: 15.5px; font-weight: 700;
  letter-spacing: -0.01em; text-decoration: none; white-space: nowrap;
}
.wordmark span { color: var(--gold-bright); }
.nav-links { display: flex; align-items: center; gap: 26px; }
.nav-links a {
  font-size: 14.5px; color: var(--on-navy-dim); text-decoration: none;
  white-space: nowrap; transition: color .2s ease;
}
.nav-links a:hover { color: var(--on-navy); }
@media (max-width: 940px) { .nav-links a:not(.btn) { display: none; } }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  white-space: nowrap;
  font-family: var(--display); font-size: 14.5px; font-weight: 600;
  padding: 13px 26px; border-radius: var(--r-pill);
  border: 1px solid transparent; cursor: pointer; text-decoration: none;
  transition: transform .15s ease, background-color .2s ease, border-color .2s ease;
}
.btn-primary { background: var(--gold); color: #ffffff; }
.btn-primary:hover { background: #0a5a3f; }
.btn-primary:active { transform: translateY(1px); }
.btn-onnavy { border-color: var(--navy-line); color: var(--on-navy); background: transparent; }
.btn-onnavy:hover { border-color: var(--on-navy-dim); }
.btn-onpaper { border-color: var(--ink); color: var(--ink); background: transparent; }
.btn-onpaper:hover { background: var(--navy); color: var(--on-navy); border-color: var(--navy); }
.btn-lg { padding: 16px 32px; font-size: 15.5px; }
.btn:focus-visible { outline: 3px solid var(--gold-bright); outline-offset: 3px; }

/* ---------- hero ---------- */
.hero { padding-top: 76px; padding-bottom: 0; }
.hero h1 { font-size: clamp(2.15rem, 4.75vw, 4.05rem); }
.hero h1 em { font-style: normal; color: var(--gold-bright); }
.hero-eyebrow {
  font-family: var(--display); font-size: 12px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.16em;
  color: var(--on-navy-dim); margin: 0 0 26px;
}
.hero-grid {
  display: grid; grid-template-columns: 1.3fr 1fr; gap: 64px;
  align-items: start; margin-top: 36px; padding-bottom: 76px;
}
.hero-sub { font-size: 19.5px; color: var(--on-navy-dim); max-width: 46ch; margin: 0 0 32px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; }

.event-card {
  border: 1px solid var(--navy-line); border-radius: var(--r);
  background: var(--navy-deep); padding: 28px;
}
.event-card dl { margin: 0; display: grid; gap: 18px; }
.event-card dt {
  font-family: var(--display); font-size: 10.5px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.16em; color: var(--on-navy-dim);
  margin-bottom: 4px;
}
.event-card dd { margin: 0; font-family: var(--display); font-size: 17.5px; font-weight: 600; }
.countdown {
  margin-top: 26px; padding-top: 22px; border-top: 1px solid var(--navy-line);
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; text-align: center;
}
.countdown b {
  display: block; font-family: var(--display); font-size: 27px; font-weight: 700;
  font-variant-numeric: tabular-nums; color: var(--gold-bright); line-height: 1.1;
}
.countdown span { font-size: 10px; text-transform: uppercase; letter-spacing: 0.14em; color: var(--on-navy-dim); }
@media (max-width: 920px) {
  .hero { padding-top: 48px; }
  .hero-grid { grid-template-columns: 1fr; gap: 40px; padding-bottom: 56px; }
}

/* ---------- stat strip ---------- */
.stats { background: var(--navy); color: var(--on-navy); border-top: 1px solid var(--navy-line); }
.stats .shell { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; padding-block: 34px; }
.stat b {
  display: block; font-family: var(--display); font-size: 40px; font-weight: 700;
  line-height: 1; font-variant-numeric: tabular-nums;
}
.stat b { color: var(--gold-bright); }
.stat span {
  font-family: var(--display); font-size: 11px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.15em; color: var(--on-navy-dim);
}
@media (max-width: 720px) { .stats .shell { grid-template-columns: repeat(2, 1fr); gap: 26px; } }

/* ---------- statement ---------- */
.statement h2 { font-size: clamp(1.8rem, 3.6vw, 2.85rem); max-width: 20ch; margin-bottom: 26px; }
.statement p { font-size: 18.5px; color: var(--ink-muted); max-width: 62ch; }

/* ---------- track overview ---------- */
.track-heading { font-size: clamp(1.7rem, 3.2vw, 2.5rem); max-width: 22ch; margin-bottom: 14px; }
.track-intro { color: var(--ink-muted); max-width: 60ch; margin-bottom: 42px; }
.track-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(215px, 1fr)); gap: 18px; }
.tcard {
  background: var(--paper-card); border: 1px solid var(--paper-line);
  border-radius: var(--r); padding: 24px; display: flex; flex-direction: column; gap: 12px;
  text-decoration: none; transition: border-color .2s ease, transform .2s ease;
}
.tcard:hover { border-color: var(--gold); transform: translateY(-2px); }
.tcard .letter {
  width: 34px; height: 34px; border-radius: 999px; background: var(--gold); color: #fff;
  display: grid; place-items: center;
  font-family: var(--display); font-size: 14px; font-weight: 700;
}
.tcard h3 { font-size: 18.5px; }
.tcard .win {
  font-family: var(--display); font-size: 12px; font-weight: 600;
  color: var(--ink-muted); letter-spacing: .01em;
}
.tcard p { font-size: 14.5px; color: var(--ink-muted); margin: 0; }

/* ---------- full schedule ---------- */
.sched-head { margin-bottom: 44px; }
.sched-head h2 { font-size: clamp(1.8rem, 3.4vw, 2.6rem); max-width: 20ch; margin-bottom: 16px; }
.sched-head p { color: var(--on-navy-dim); max-width: 62ch; font-size: 17.5px; }

.bookend {
  display: grid; grid-template-columns: 120px 1fr; gap: 24px;
  padding: 16px 0; border-top: 1px solid var(--navy-line); align-items: baseline;
}
.bookend time { font-family: var(--display); font-size: 14px; font-weight: 600; color: var(--on-navy-dim); font-variant-numeric: tabular-nums; }
.bookend .what { color: var(--on-navy-dim); font-size: 16px; }
.bookend.spot { border-top-width: 1px; border-top-color: var(--navy-line); }
.bookend.spot time { color: var(--gold-bright); }
.bookend.spot .what { color: var(--on-navy); font-family: var(--display); font-weight: 600; font-size: 18px; }
.bookend.spot .sub { display: block; font-family: var(--body); font-weight: 400; font-size: 15px; color: var(--on-navy-dim); margin-top: 4px; }

.tblock { margin-top: 40px; border-top: 1px solid var(--navy-line); padding-top: 26px; }
.tblock-head { display: flex; align-items: baseline; gap: 16px; flex-wrap: wrap; margin-bottom: 22px; }
.tblock-head .letter {
  width: 32px; height: 32px; border-radius: 999px;
  background: var(--gold); color: #fff; display: grid; place-items: center;
  font-family: var(--display); font-size: 13.5px; font-weight: 700; flex: none;
}
.tblock-head h3 { font-size: clamp(1.3rem, 2.4vw, 1.85rem); }
.tblock-head .win {
  font-family: var(--display); font-size: 13px; font-weight: 600;
  color: var(--gold-bright); font-variant-numeric: tabular-nums;
}
.tblock > p.blurb { color: var(--on-navy-dim); font-size: 16px; margin: -10px 0 22px; max-width: 62ch; }

.seg { display: grid; grid-template-columns: 120px 1fr; gap: 24px; padding: 18px 0; }
.seg + .seg { border-top: 1px solid var(--navy-line); }
.seg .when {
  font-family: var(--display); font-size: 13.5px; font-weight: 600;
  color: var(--on-navy-dim); font-variant-numeric: tabular-nums; line-height: 1.4;
}
.seg .kind {
  display: block; font-size: 10px; text-transform: uppercase; letter-spacing: 0.15em;
  color: var(--on-navy-dim); margin-bottom: 5px;
}
.seg .fire { font-family: var(--display); font-size: 19px; font-weight: 600; line-height: 1.25; }
.seg .note { color: var(--on-navy-dim); font-size: 15px; margin: 6px 0 0; }

.rooms { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin: 0; padding: 0; list-style: none; }
@media (max-width: 1180px) { .rooms { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 820px)  { .rooms { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px)  { .rooms { grid-template-columns: 1fr; } }
.rooms li {
  background: var(--navy-deep); border: 1px solid var(--navy-line);
  border-radius: var(--r); padding: 15px 14px;
  display: flex; flex-direction: column;
}
.rooms .room-w { margin-top: auto; }
.rooms .room-n {
  font-family: var(--display); font-size: 10px; font-weight: 700;
  color: var(--on-navy-dim); letter-spacing: 0.12em; display: block; margin-bottom: 7px;
}
.rooms .room-t { font-size: 14px; line-height: 1.38; display: block; }
.rooms .room-w {
  display: block; margin-top: 9px; font-size: 12.5px; color: var(--on-navy-dim);
  font-family: var(--display); font-weight: 600;
}
.rooms li.sponsor-room { border-color: var(--gold); }

@media (max-width: 760px) {
  .seg, .bookend { grid-template-columns: 92px 1fr; gap: 16px; }
}

/* ---------- host ---------- */
.host { display: grid; grid-template-columns: 360px 1fr; gap: 60px; align-items: center; }
.host-portrait {
  width: 100%; height: auto; display: block; border-radius: var(--r);
  border: 1px solid var(--paper-line);
  box-shadow: 0 20px 60px rgba(19, 29, 24, .16);
}
.host h2 { font-size: clamp(1.8rem, 3vw, 2.4rem); margin-bottom: 18px; }
.host p { color: var(--on-navy-dim); }
.host blockquote {
  margin: 26px 0 0; padding-left: 22px; border-left: 2px solid var(--gold);
  font-size: 18.5px; line-height: 1.5; color: var(--on-navy);
}
.host cite { display: block; margin-top: 12px; font-size: 14px; font-style: normal; color: var(--on-navy-dim); }
@media (max-width: 900px) { .host { grid-template-columns: 1fr; gap: 34px; } .host-portrait { max-width: 320px; } }

/* ---------- sponsor ---------- */
.sponsor { border-top: 1px solid var(--navy-line); }
.sponsor .shell { padding-block: 52px; text-align: center; }
.sponsor .tier {
  font-family: var(--display); font-size: 11px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.19em; color: var(--on-navy-dim);
  margin: 0 0 22px;
}
.sponsor img { width: 290px; max-width: 74vw; height: auto; display: block; margin: 0 auto; }
.sponsor .line { color: var(--on-navy-dim); font-size: 15.5px; margin: 22px auto 0; max-width: 52ch; }

/* ---------- form ---------- */
.signup-grid { display: grid; grid-template-columns: 1fr 440px; gap: 64px; align-items: start; }
.signup-grid h2 { font-size: clamp(1.9rem, 3.4vw, 2.7rem); margin-bottom: 18px; max-width: 16ch; }
.signup-grid .lede { font-size: 18.5px; color: var(--on-navy-dim); }
.form-card { background: var(--paper-card); border-radius: var(--r); padding: 30px; color: var(--ink); }
.field { display: grid; gap: 7px; margin-bottom: 17px; }
.field label { font-size: 14px; font-weight: 600; color: var(--ink); }
.field input {
  width: 100%; padding: 13px 14px; background: #fff; color: var(--ink);
  border: 1px solid #c3b9a4; border-radius: var(--r);
  font-family: var(--body); font-size: 16px;
}
.field input::placeholder { color: #777064; }
.field input:focus { outline: 3px solid var(--gold); outline-offset: 0; border-color: var(--gold); }
.field .err { font-size: 13.5px; color: #9a1b1b; display: none; margin: 0; font-weight: 600; }
.field.invalid .err { display: block; }
.field.invalid input { border-color: #9a1b1b; border-width: 2px; }
.form-card .btn { width: 100%; margin-top: 4px; }
.form-note { font-size: 13px; color: var(--ink-muted); margin: 15px 0 0; }
.form-status { margin-top: 14px; font-size: 14.5px; display: none; font-weight: 600; }
.form-status.show { display: block; }
.form-status.bad { color: #9a1b1b; }
.form-done { display: none; }
.form-done h3 { font-size: 22px; margin-bottom: 10px; }
.form-done p { color: var(--ink-muted); font-size: 15.5px; margin: 0; }
.is-sent .form-body { display: none; }
.is-sent .form-done { display: block; }
button[aria-busy="true"] { opacity: .72; pointer-events: none; }
@media (max-width: 960px) { .signup-grid { grid-template-columns: 1fr; gap: 36px; } }

/* ---------- footer ---------- */
.foot { background: var(--navy-deep); color: var(--on-navy-dim); padding-block: 40px; }
.foot .shell { display: flex; justify-content: space-between; gap: 22px; flex-wrap: wrap; align-items: center; }
.foot p { font-size: 13.5px; margin: 0; }
.foot nav { display: flex; gap: 22px; flex-wrap: wrap; }
.foot nav a { font-size: 13.5px; text-decoration: none; }
.foot nav a:hover { color: var(--on-navy); }

/* ---------- motion ---------- */
.js .reveal { opacity: 0; transform: translateY(16px); }
.js .reveal.in { opacity: 1; transform: none; transition: opacity .55s cubic-bezier(.16,1,.3,1), transform .55s cubic-bezier(.16,1,.3,1); }
@media (prefers-reduced-motion: reduce) {
  .reveal, .js .reveal.in { opacity: 1; transform: none; transition: none; }
  .btn, .tcard { transition: none; }
}


/* ---------- objection handling ---------- */
.faq-grid { display: grid; grid-template-columns: 340px 1fr; gap: 60px; align-items: start; }
.faq-grid h2 { font-size: clamp(1.7rem, 3vw, 2.3rem); max-width: 14ch; }
.faq-grid > div > p { color: var(--ink-muted); margin-top: 16px; }
.faq { margin: 0; }
.faq details {
  border-top: 1px solid var(--paper-line); padding: 4px 0;
}
.faq details:last-of-type { border-bottom: 1px solid var(--paper-line); }
.faq summary {
  cursor: pointer; list-style: none; padding: 20px 40px 20px 0; position: relative;
  font-family: var(--display); font-weight: 600; font-size: 17.5px; line-height: 1.35;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; position: absolute; right: 6px; top: 17px;
  font-size: 24px; font-weight: 400; color: var(--gold); line-height: 1;
}
.faq details[open] summary::after { content: "\2212"; }
.faq summary:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; border-radius: var(--r); }
.faq .a { padding: 0 40px 22px 0; margin: 0; color: var(--ink-muted); font-size: 16.5px; max-width: 66ch; }
@media (max-width: 860px) { .faq-grid { grid-template-columns: 1fr; gap: 28px; } }

/* ---------- mid-page conversion rail ---------- */
.midcta { background: var(--paper-card); border-top: 1px solid var(--paper-line); border-bottom: 1px solid var(--paper-line); }
.midcta .shell {
  padding-block: 48px; display: flex; align-items: center; justify-content: space-between;
  gap: 28px; flex-wrap: wrap;
}
.midcta p { margin: 0; font-family: var(--display); font-weight: 600; font-size: clamp(1.15rem, 2.1vw, 1.55rem); max-width: 30ch; line-height: 1.3; }
.midcta .sub { display: block; font-family: var(--body); font-weight: 400; font-size: 16px; color: var(--ink-muted); margin-top: 8px; }


/* ---------- hero: entrance sequences the hierarchy, nothing decorative ---------- */
.hero.band-navy { position: relative; overflow: hidden; }
.hero.band-navy::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; z-index: 0;
  background:
    radial-gradient(115% 80% at 12% -12%, rgba(47, 189, 137, .10), transparent 58%),
    radial-gradient(85% 70% at 100% -5%, rgba(255, 255, 255, .05), transparent 55%);
}
.hero.band-navy > .shell { position: relative; z-index: 1; }

/* accent rule under the emphasised word: present by default, drawn when motion is allowed */
.hero h1 em { position: relative; }

@media (prefers-reduced-motion: no-preference) {
  .hero .hero-eyebrow,
  .hero h1,
  .hero .hero-sub,
  .hero .hero-cta,
  .hero .event-card { animation: heroIn .72s cubic-bezier(.16, 1, .3, 1) both; }
  .hero .hero-eyebrow { animation-delay: .06s; }
  .hero h1           { animation-delay: .15s; }
  .hero .hero-sub    { animation-delay: .32s; }
  .hero .hero-cta    { animation-delay: .42s; }
  .hero .event-card  { animation-delay: .52s; }
  .hero h1 em { animation: inkFill .5s ease .78s both; }
  .countdown b { transition: color .3s ease; }
}

@keyframes heroIn {
  from { opacity: 0; transform: translateY(14px); }
  to   { opacity: 1; transform: none; }
}
@keyframes inkFill {
  from { color: var(--on-navy); }
  to   { color: var(--gold-bright); }
}

/* ---------- responsive nav labels: nothing may clip at 375px ---------- */
.wm-short, .cta-short { display: none; }
@media (max-width: 620px) {
  .wm-long, .cta-long { display: none; }
  .wm-short, .cta-short { display: inline; }
  .nav .shell { padding-inline: 16px; gap: 12px; }
  .nav .btn { padding: 11px 18px; font-size: 14px; }
  .wordmark { font-size: 15px; }
}

/* ---------- Typeform-style form modal (house standard) ---------- */
.tfm {
  position: fixed; inset: 0; z-index: 200; display: none;
  background: rgba(13, 23, 18, .93);
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
}
.tfm[open], .tfm.is-open { display: block; }
body.tfm-lock { overflow: hidden; }

.tfm-bar { position: absolute; top: 0; left: 0; right: 0; height: 4px; background: rgba(255,255,255,.09); }
.tfm-bar i { display: block; height: 100%; width: 0; background: var(--gold-bright); transition: width .35s cubic-bezier(.16,1,.3,1); }

.tfm-close, .tfm-back {
  position: absolute; top: 22px; background: none; border: 0; cursor: pointer;
  color: var(--on-navy-dim); font-family: var(--display); font-size: 15px; font-weight: 600;
  padding: 10px 14px; border-radius: var(--r-pill); line-height: 1;
}
.tfm-close { right: 20px; font-size: 26px; padding: 6px 14px; }
.tfm-back { left: 20px; }
.tfm-close:hover, .tfm-back:hover { color: var(--on-navy); background: rgba(255,255,255,.07); }
.tfm-close:focus-visible, .tfm-back:focus-visible { outline: 3px solid var(--gold-bright); outline-offset: 2px; }

.tfm-panel {
  position: absolute; inset: 0; display: grid; place-items: center;
  padding: 88px 24px 40px; overflow-y: auto;
}
.tfm-inner { width: 100%; max-width: 680px; }

.tfm-step { display: none; }
.tfm-step.on { display: block; }
@media (prefers-reduced-motion: no-preference) {
  .tfm-step.on { animation: tfmIn .42s cubic-bezier(.16,1,.3,1) both; }
}
@keyframes tfmIn { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }

.tfm-count {
  font-family: var(--display); font-size: 12px; font-weight: 600;
  letter-spacing: .14em; text-transform: uppercase; color: var(--on-navy-dim); margin: 0 0 14px;
}
.tfm-q {
  font-family: var(--display); font-weight: 700; letter-spacing: -.022em; line-height: 1.12;
  font-size: clamp(1.65rem, 3.6vw, 2.5rem); color: var(--on-navy); margin: 0 0 12px;
}
.tfm-help { color: var(--on-navy-dim); font-size: 16.5px; margin: 0 0 26px; max-width: 52ch; }
.tfm-input {
  width: 100%; background: transparent; color: var(--on-navy);
  border: 0; border-bottom: 2px solid var(--navy-line);
  font-family: var(--body); font-size: clamp(1.15rem, 2.4vw, 1.5rem);
  padding: 12px 2px; border-radius: 0;
}
.tfm-input::placeholder { color: #6d7a72; }
.tfm-input:focus { outline: none; border-bottom-color: var(--gold-bright); }
.tfm-err { color: #ff9a8a; font-size: 15px; font-weight: 600; margin: 12px 0 0; min-height: 1.2em; }
.tfm-actions { display: flex; align-items: center; gap: 16px; margin-top: 28px; flex-wrap: wrap; }
.tfm-hint { font-size: 13.5px; color: var(--on-navy-dim); }
.tfm-skip {
  background: none; border: 0; cursor: pointer; color: var(--on-navy-dim);
  font-family: var(--display); font-size: 14px; font-weight: 600; text-decoration: underline;
  text-underline-offset: 3px; padding: 8px 4px;
}
.tfm-skip:hover { color: var(--on-navy); }
.tfm-skip:focus-visible { outline: 3px solid var(--gold-bright); outline-offset: 2px; }

.tfm-done h3 { font-family: var(--display); font-size: clamp(1.8rem, 3.6vw, 2.5rem); color: var(--on-navy); margin: 0 0 14px; }
.tfm-done p { color: var(--on-navy-dim); font-size: 17.5px; max-width: 48ch; }
@media (max-width: 620px) { .tfm-panel { padding: 78px 20px 32px; } }


/* ---------- hero: glass over a slow green radial field ---------- */
.hero-glow { position: absolute; inset: -20% -10%; z-index: 0; pointer-events: none; overflow: hidden; }
.hero-glow i {
  position: absolute; display: block; border-radius: 50%;
  filter: blur(60px); opacity: .55;
}
.hero-glow i:nth-child(1) {
  width: 46vw; height: 46vw; left: -6%; top: -8%;
  background: radial-gradient(circle, rgba(47,189,137,.40), rgba(47,189,137,0) 68%);
}
.hero-glow i:nth-child(2) {
  width: 38vw; height: 38vw; right: 2%; top: 6%;
  background: radial-gradient(circle, rgba(12,107,75,.55), rgba(12,107,75,0) 70%);
}
.hero-glow i:nth-child(3) {
  width: 30vw; height: 30vw; left: 38%; bottom: -14%;
  background: radial-gradient(circle, rgba(120,220,180,.22), rgba(120,220,180,0) 70%);
}
@media (prefers-reduced-motion: no-preference) {
  .hero-glow i:nth-child(1) { animation: drift1 26s ease-in-out infinite alternate; }
  .hero-glow i:nth-child(2) { animation: drift2 32s ease-in-out infinite alternate; }
  .hero-glow i:nth-child(3) { animation: drift3 38s ease-in-out infinite alternate; }
}
@keyframes drift1 { from { transform: translate3d(0,0,0) scale(1); } to { transform: translate3d(7vw,4vh,0) scale(1.16); } }
@keyframes drift2 { from { transform: translate3d(0,0,0) scale(1.08); } to { transform: translate3d(-6vw,6vh,0) scale(.92); } }
@keyframes drift3 { from { transform: translate3d(0,0,0) scale(.95); } to { transform: translate3d(5vw,-5vh,0) scale(1.2); } }

/* glass panel */
.event-card {
  position: relative; isolation: isolate;
  background: rgba(255, 255, 255, .055);
  border: 1px solid rgba(255, 255, 255, .14);
  -webkit-backdrop-filter: blur(20px) saturate(150%);
  backdrop-filter: blur(20px) saturate(150%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .16),
    0 24px 70px rgba(0, 0, 0, .40);
}
.event-card dd { color: var(--on-navy); }
@media (prefers-reduced-transparency: reduce) {
  .event-card { background: var(--navy-deep); -webkit-backdrop-filter: none; backdrop-filter: none; }
  .hero-glow { display: none; }
}

/* ---------- hero lockup: host + sponsor, above the headline ---------- */
.hero-lockup {
  display: flex; align-items: center; gap: 18px; flex-wrap: wrap;
  margin: 0 0 26px; padding-bottom: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}
.hero-lockup .by {
  font-family: var(--display); font-size: 12px; font-weight: 600;
  text-transform: uppercase; letter-spacing: .15em; color: var(--on-navy-dim);
}
.hero-lockup .sp-divider { width: 1px; height: 26px; background: rgba(255,255,255,.16); }
.hero-lockup img { height: 30px; width: auto; display: block; }
.hero-lockup .tier {
  font-family: var(--display); font-size: 10.5px; font-weight: 600;
  text-transform: uppercase; letter-spacing: .15em; color: var(--gold-bright);
}
@media (max-width: 620px) { .hero-lockup { gap: 12px; } .hero-lockup .sp-divider { display: none; } }

/* ---------- hero portrait ---------- */
.hero-figure { margin: 0; position: relative; }
.hero-figure img {
  width: 100%; height: auto; display: block; border-radius: var(--r);
  border: 1px solid rgba(255, 255, 255, .14);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .45);
}
.hero-figure figcaption {
  margin-top: 14px; font-size: 14px; color: var(--on-navy-dim);
}
.hero-figure figcaption b {
  display: block; font-family: var(--display); font-size: 16.5px; font-weight: 700;
  color: var(--on-navy); letter-spacing: -.01em;
}

/* hero becomes three columns once the portrait is in play */
.hero-grid.with-portrait { grid-template-columns: 1.15fr .62fr .72fr; gap: 44px; }
@media (max-width: 1100px) {
  .hero-grid.with-portrait { grid-template-columns: 1fr 1fr; }
  .hero-grid.with-portrait > div:first-child { grid-column: 1 / -1; }
}
@media (max-width: 700px) {
  .hero-grid.with-portrait { grid-template-columns: 1fr; }
  .hero-figure { max-width: 320px; }
}

/* ---------- stat strip: five ---------- */
.stats .shell { grid-template-columns: repeat(5, 1fr); }
.stat b { font-size: clamp(1.7rem, 2.8vw, 2.4rem); }
@media (max-width: 900px) { .stats .shell { grid-template-columns: repeat(3, 1fr); gap: 26px; } }
@media (max-width: 560px) { .stats .shell { grid-template-columns: repeat(2, 1fr); } }

/* ---------- powered by ---------- */
.poweredby {
  display: flex; align-items: center; gap: 12px;
  text-decoration: none; color: var(--on-navy-dim);
}
.poweredby span {
  font-family: var(--display); font-size: 11px; font-weight: 600;
  text-transform: uppercase; letter-spacing: .15em;
}
.poweredby img { height: 26px; width: auto; display: block; opacity: .9; }
.poweredby:hover img { opacity: 1; }
.poweredby:hover span { color: var(--on-navy); }
