:root {
  --bg: #f5efe2;
  --bg-soft: #ede4d2;
  --paper: rgba(255, 252, 245, 0.94);
  --paper-strong: #fffdf8;
  --paper-dark: rgba(255, 255, 255, 0.06);
  --line: rgba(20, 30, 42, 0.10);
  --line-strong: rgba(20, 30, 42, 0.18);
  --ink: #131f2c;
  --ink-soft: #324558;
  --muted: #5d6f81;
  --muted-soft: #8a98a8;
  --gold: #b08334;
  --gold-2: #d4a655;
  --gold-3: #f0d68f;
  --gold-soft: rgba(176, 131, 52, 0.10);
  --green: #2c5443;
  --green-2: #3a6e57;
  --dark: #07121c;
  --dark-2: #0c1c2b;
  --dark-3: #15293b;
  --shadow-sm: 0 8px 22px rgba(12, 22, 34, 0.06);
  --shadow-md: 0 16px 40px rgba(12, 22, 34, 0.09);
  --shadow-lg: 0 28px 70px rgba(5, 14, 24, 0.18);
  --radius-sm: 12px;
  --radius-md: 16px;
  --radius-lg: 22px;
  --radius-xl: 30px;
  --header-h: 60px;
  --container: 1220px;
  --font-display: "DM Serif Display", Georgia, serif;
  --font-ui: "Syne", system-ui, sans-serif;
  --font-body: "DM Sans", system-ui, -apple-system, sans-serif;
}

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

html {
  scroll-behavior: smooth;
  background: var(--bg);
}

html,
body {
  max-width: 100%;
  overflow-x: clip;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(ellipse 60% 40% at 90% -8%, rgba(176, 131, 52, 0.07), transparent 60%),
    radial-gradient(ellipse 50% 30% at -10% 30%, rgba(44, 84, 67, 0.05), transparent 60%),
    linear-gradient(180deg, #faf6ec 0%, #f5efe2 100%);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.nav-open,
body.modal-open {
  overflow: hidden;
}

main,
section,
header,
footer {
  width: 100%;
}

main section[id] {
  scroll-margin-top: calc(var(--header-h) + 52px);
}

img,
svg,
video,
iframe {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  padding: 0;
  color: inherit;
  border: 0;
  background: none;
  cursor: pointer;
}

button,
a,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}

::selection {
  color: #fff;
  background: var(--gold);
}

.container {
  width: min(var(--container), calc(100% - 36px));
  margin-inline: auto;
}

.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.section {
  position: relative;
  padding: 56px 0;
}

.section-muted {
  background:
    radial-gradient(ellipse 50% 30% at 88% 6%, rgba(176, 131, 52, 0.06), transparent 60%),
    linear-gradient(180deg, rgba(255, 252, 245, 0.46) 0%, rgba(237, 228, 210, 0.46) 100%);
  border-top: 1px solid rgba(176, 131, 52, 0.08);
  border-bottom: 1px solid rgba(176, 131, 52, 0.08);
}

.section-dark {
  color: #fff;
  background:
    radial-gradient(ellipse 50% 60% at 90% 10%, rgba(44, 84, 67, 0.20), transparent 55%),
    radial-gradient(ellipse 40% 40% at 8% 92%, rgba(214, 170, 90, 0.08), transparent 60%),
    linear-gradient(168deg, #08131e 0%, #0c1c2b 50%, #08131e 100%);
}

.section-head {
  display: grid;
  gap: 12px;
  max-width: 880px;
  margin-bottom: 32px;
}

.section-head .section-note {
  margin-top: 4px;
}

.section-head h2,
.split-grid h2,
.sponsor-header h2,
.register-card h2,
.live-grid h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3.6rem);
  line-height: 1.04;
  font-weight: 400;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.section-kicker,
.eyebrow,
.panel-topline,
.programs-label,
.agenda-time-label,
.agenda-region-label,
.hero-panel-kicker,
.hero-countdown-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 4px;
  color: var(--gold);
  font-family: var(--font-ui);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.section-kicker::before {
  content: "";
  width: 18px;
  height: 1px;
  background: var(--gold-2);
  flex-shrink: 0;
}

.section-note,
.copy-block,
.live-copy,
.register-card p {
  color: var(--muted);
  font-size: 0.98rem;
}

.light-note,
.section-dark .section-note,
.section-dark .live-copy {
  color: rgba(255, 255, 255, 0.68);
}

.copy-block p,
.live-copy,
.register-card p {
  margin: 0;
}

.copy-block p + p {
  margin-top: 14px;
}

.progress {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1300;
  height: 2px;
  background: rgba(16, 32, 47, 0.08);
}

.progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--gold), var(--gold-3));
}

.site-header {
  position: fixed;
  top: 10px;
  left: 50%;
  z-index: 1200;
  transform: translateX(-50%);
  width: min(calc(100% - 20px), 1260px);
  min-height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 8px 10px 8px 16px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 22px;
  background: rgba(8, 19, 29, 0.82);
  backdrop-filter: blur(20px) saturate(140%);
  box-shadow:
    0 1px 0 0 rgba(255, 255, 255, 0.04) inset,
    0 16px 36px rgba(4, 11, 18, 0.20);
  transition: background 220ms ease, border-color 220ms ease;
}

.site-header.scrolled {
  background: rgba(7, 16, 25, 0.94);
  border-color: rgba(214, 170, 90, 0.14);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.brand-logo {
  width: auto;
  max-width: min(160px, 38vw);
  height: 38px;
  max-height: 38px;
  object-fit: contain;
  flex-shrink: 0;
}

.footer-brand {
  margin-bottom: 16px;
}

.header-mobile-cta {
  display: none;
}

.menu-toggle {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  gap: 5px;
  flex-shrink: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.menu-toggle:hover,
.menu-toggle:focus-visible {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.16);
}

.menu-toggle span {
  display: block;
  width: 15px;
  height: 1.5px;
  border-radius: 999px;
  background: #fff;
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-toggle.open span:first-child {
  transform: translateY(3.25px) rotate(45deg);
}

.menu-toggle.open span:last-child {
  transform: translateY(-3.25px) rotate(-45deg);
}

.main-nav {
  position: fixed;
  top: calc(10px + var(--header-h) + 8px);
  left: 50%;
  right: auto;
  width: min(calc(100% - 20px), 760px);
  transform: translateX(-50%);
  display: none;
  gap: 6px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(8, 19, 29, 0.98);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow-md);
}

.main-nav.open {
  display: grid;
}

.main-nav a {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 9px 13px;
  border-radius: 14px;
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--font-ui);
  font-size: 0.86rem;
  font-weight: 600;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease;
}

.main-nav a:hover,
.main-nav a:focus-visible,
.main-nav a[aria-current="true"] {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
}

.main-nav .nav-cta {
  color: var(--dark);
  background: linear-gradient(135deg, var(--gold-3), var(--gold-2) 60%, var(--gold));
  font-weight: 700;
  box-shadow: 0 6px 18px rgba(176, 131, 52, 0.22);
}

.main-nav .nav-cta:hover {
  box-shadow: 0 10px 24px rgba(176, 131, 52, 0.28);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-family: var(--font-ui);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-1px);
}

.btn-primary {
  color: var(--dark);
  background: linear-gradient(135deg, var(--gold-3) 0%, var(--gold-2) 55%, var(--gold) 100%);
  box-shadow:
    0 1px 0 1px rgba(176, 131, 52, 0.22),
    0 10px 26px rgba(176, 131, 52, 0.22);
  letter-spacing: 0.005em;
}

.btn-primary:hover,
.btn-primary:focus-visible {
  box-shadow:
    0 1px 0 1px rgba(176, 131, 52, 0.30),
    0 16px 36px rgba(176, 131, 52, 0.28);
}

.btn-ghost {
  color: inherit;
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.05);
}

.btn-ghost:hover,
.btn-ghost:focus-visible {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.09);
}

.section:not(.section-dark) .btn-ghost,
.modal-card .btn-ghost,
.register-section .btn-ghost {
  color: var(--ink);
  border-color: var(--line);
  background: rgba(16, 32, 47, 0.03);
}

.btn-dark-outline {
  color: var(--ink);
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.76);
}

.section-dark .btn-dark-outline {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
}

.btn-large {
  min-height: 54px;
  padding-inline: 26px;
}

.split-grid,
.live-grid,
.speaker-toolbar,
.featured-speakers-track,
.speaker-grid,
.footer-grid,
.form-grid,
.speaker-modal-layout,
.agenda-session-card,
.stats-grid,
.format-grid,
.why-attend-grid,
.reach-grid,
.warroom-grid,
.live-window-grid {
  min-width: 0;
}

.hero {
  position: relative;
  overflow: hidden;
  padding-top: calc(var(--header-h) + 56px);
  padding-bottom: 38px;
  color: #fff;
  background:
    radial-gradient(ellipse 50% 60% at 88% 12%, rgba(44, 84, 67, 0.22), transparent 56%),
    radial-gradient(ellipse 60% 50% at 8% 95%, rgba(176, 131, 52, 0.10), transparent 60%),
    linear-gradient(168deg, #07121c 0%, #0d1f30 50%, #08131e 100%);
}

.hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.hero-grid-overlay {
  position: absolute;
  inset: 0;
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px);
  background-size: 78px 78px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.18));
}

/* Subtle decorative accent — single, restrained */
.hero-orb,
.hero-tline { display: none; }

.hero-bg::after {
  content: "";
  position: absolute;
  width: 540px; height: 540px;
  top: -160px; right: -180px;
  border-radius: 50%;
  border: 1px solid rgba(214, 170, 90, 0.10);
  background: radial-gradient(circle, rgba(214, 170, 90, 0.06) 0%, transparent 65%);
}

.hero-body {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 28px;
  align-items: start;
}

.hero-copy {
  display: grid;
  gap: 0;
  max-width: 740px;
}

.hero .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  padding: 7px 14px 7px 12px;
  margin-bottom: 22px;
  border: 1px solid rgba(214, 170, 90, 0.22);
  border-radius: 999px;
  background: rgba(214, 170, 90, 0.06);
  color: var(--gold-2);
}

.hero .eyebrow::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold-2);
  box-shadow: 0 0 0 4px rgba(214, 170, 90, 0.10);
  animation: heroDot 2.6s ease-in-out infinite;
}

@keyframes heroDot {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.45; }
}

.hero h1 {
  margin: 0 0 14px;
  font-family: var(--font-display);
  font-size: clamp(2.85rem, 11vw, 6.2rem);
  line-height: 0.96;
  font-weight: 400;
  letter-spacing: -0.025em;
}

.hero h1 span {
  display: inline-block;
  color: transparent;
  font-style: italic;
  background: linear-gradient(135deg, #fff 0%, var(--gold-3) 50%, var(--gold-2) 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.hero-subtitle {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 4px 0 18px;
  padding-left: 0;
  color: rgba(255, 255, 255, 0.68);
  font-family: var(--font-ui);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-subtitle::before {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--gold-2);
  flex-shrink: 0;
}

.hero-lede {
  max-width: 38rem;
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.02rem;
  line-height: 1.7;
}

.hero-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0 0 24px;
}

.hero-chip {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 12px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.78);
  font-family: var(--font-ui);
  font-size: 0.78rem;
  font-weight: 600;
  white-space: nowrap;
}

.hero-actions,
.live-actions,
.register-cta-group,
.modal-actions,
.speaker-modal-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.hero-actions {
  margin-bottom: 22px;
}

.hero-presented-by {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.56);
}

.hero-presented-by span {
  font-family: var(--font-ui);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-presented-by img {
  width: auto;
  height: 22px;
  object-fit: contain;
  opacity: 0.78;
  filter: brightness(1.1);
  transition: opacity 180ms ease;
}

.hero-presented-by img:hover { opacity: 1; }

.hero-inline-link {
  width: fit-content;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.88rem;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-color: rgba(214, 170, 90, 0.32);
  text-decoration-thickness: 1px;
  transition: color 180ms ease, text-decoration-color 180ms ease;
}

.hero-inline-link:hover,
.hero-inline-link:focus-visible {
  color: var(--gold-3);
  text-decoration-color: var(--gold-2);
}

/* ─── Hero panel (right) ─── */
.hero-panel {
  display: grid;
  gap: 16px;
  align-self: stretch;
  padding: 22px 22px 24px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0.02) 100%);
  backdrop-filter: blur(16px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 24px 48px rgba(5, 14, 24, 0.16);
}

.hero-detail-list {
  display: grid;
  gap: 1px;
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
}

.hero-detail-item {
  display: grid;
  gap: 4px;
  padding: 12px 14px;
  background: rgba(8, 19, 29, 0.55);
  border: 0;
  border-radius: 0;
}

.hero-detail-item span {
  color: rgba(214, 170, 90, 0.82);
  font-family: var(--font-ui);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-detail-item strong {
  color: #fff;
  font-family: var(--font-ui);
  font-size: 0.96rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.005em;
}

.hero-panel-note {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.86rem;
  line-height: 1.6;
}

/* ─── Broadcast bar (bottom) ─── */
.hero-broadcast {
  position: relative;
  z-index: 1;
  margin-top: 36px;
}

.hero-broadcast-inner {
  display: grid;
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
  backdrop-filter: blur(14px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.hero-windows {
  display: grid;
  gap: 10px;
}

.hero-window-card {
  display: grid;
  gap: 5px;
  padding: 13px 16px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.025);
  transition: background 180ms ease, border-color 180ms ease;
}

.hero-window-card:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(214, 170, 90, 0.18);
}

.hero-window-card small,
.live-window-card small {
  display: block;
  color: rgba(255, 255, 255, 0.46);
  font-family: var(--font-ui);
  font-size: 0.60rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-window-card strong,
.live-window-card strong {
  display: block;
  color: var(--gold-3);
  font-family: var(--font-ui);
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.25;
}

.hero-window-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.80rem;
  line-height: 1.5;
}

.hero-countdown-wrap {
  display: grid;
  gap: 10px;
  padding: 16px 18px;
  border: 1px solid rgba(214, 170, 90, 0.16);
  border-radius: 18px;
  background:
    radial-gradient(ellipse 80% 60% at 50% 0%, rgba(214, 170, 90, 0.06), transparent 70%),
    rgba(8, 19, 29, 0.48);
}

.countdown {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
}

.countdown div {
  min-width: 0;
  padding: 10px 4px 8px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  text-align: center;
}

.countdown strong {
  display: block;
  color: var(--gold-3);
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 4.5vw, 1.7rem);
  font-weight: 400;
  line-height: 1;
}

.countdown span {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.42);
  font-family: var(--font-ui);
  font-size: 0.54rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.countdown-live strong {
  font-family: var(--font-ui);
  font-size: clamp(0.75rem, 2vw, 0.96rem);
}

.countdown-note {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.82rem;
  line-height: 1.5;
}

.ticker {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 252, 245, 0.92), rgba(245, 239, 226, 0.62));
}

.ticker-label {
  padding: 12px 18px 0;
  color: var(--gold);
  font-family: var(--font-ui);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.ticker-track {
  min-width: 0;
}

.ticker-row {
  display: block;
}

.ticker-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 12px 18px 16px;
}

.ticker-group span,
.asset-marquee span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--ink-soft);
  font-family: var(--font-ui);
  font-size: 0.82rem;
  font-weight: 700;
}

.stats-strip {
  padding: 32px 0 8px;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.stats-grid article {
  position: relative;
  padding: 22px 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background:
    linear-gradient(180deg, var(--paper-strong) 0%, rgba(255, 252, 245, 0.86) 100%);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.stats-grid article::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold-2), transparent);
  opacity: 0.5;
}

.stats-grid article:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.stats-grid strong {
  display: block;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 7vw, 3.1rem);
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.stats-grid span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-family: var(--font-ui);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.sponsor-strip {
  padding: 52px 0;
}

.sponsor-header {
  display: grid;
  gap: 8px;
  margin-bottom: 24px;
}

.sponsor-disclaimer {
  margin: 0;
  color: var(--muted);
  font-family: var(--font-ui);
  font-size: 0.82rem;
  font-weight: 700;
}

.sponsor-wall {
  display: grid;
  gap: 18px;
}

.sponsor-tier-group {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.76);
}

.sponsor-tier-head {
  display: grid;
  gap: 4px;
}

.sponsor-tier-head h3 {
  margin: 0;
  color: var(--gold);
  font-family: var(--font-ui);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.sponsor-tier-head p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.sponsor-tier-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 10px;
}

.sponsor-mark {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  min-height: 72px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  transition: transform 180ms ease, border-color 180ms ease;
}

.sponsor-mark:hover,
.sponsor-mark:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(185, 139, 61, 0.26);
}

.sponsor-mark img {
  width: auto;
  max-width: 88px;
  height: 30px;
  object-fit: contain;
  flex-shrink: 0;
}

.sponsor-mark-featured img {
  max-width: 110px;
  height: 34px;
}

.sponsor-name {
  color: var(--ink-soft);
  font-family: var(--font-ui);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.3;
}

.sponsor-tier,
.sponsor-mark small {
  display: none;
}

.split-grid,
.format-grid,
.why-attend-grid,
.reach-grid,
.warroom-grid,
.speaker-grid,
.live-window-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.format-card,
.why-card,
.reach-card,
.agenda-board,
.speaker-toolbar,
.register-card {
  border: 1px solid var(--line);
  background: var(--paper-strong);
  box-shadow: var(--shadow-sm);
}

.format-card,
.why-card,
.reach-card {
  padding: 22px 20px;
  border-radius: var(--radius-lg);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.format-card:hover,
.why-card:hover,
.reach-card:hover {
  transform: translateY(-2px);
  border-color: rgba(176, 131, 52, 0.22);
  box-shadow: var(--shadow-md);
}

.format-card span {
  color: var(--gold);
  font-family: var(--font-ui);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.format-card h3,
.warroom-card h3 {
  margin: 12px 0 10px;
  font-family: var(--font-display);
  font-size: 1.65rem;
  font-weight: 400;
  line-height: 1.06;
  letter-spacing: -0.015em;
}

.format-card p,
.why-card p,
.reach-card span,
.theme-name {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.why-card {
  display: grid;
  gap: 10px;
}

.reach-card strong {
  display: block;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 8vw, 2.9rem);
  line-height: 1.02;
  font-weight: 400;
  letter-spacing: -0.03em;
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: auto;
  text-wrap: balance;
}

.metric-value-compact {
  font-size: clamp(1.35rem, 4.6vw, 2rem);
  line-height: 1.08;
}

.reach-card span {
  display: block;
  margin-top: 8px;
  font-family: var(--font-ui);
  font-size: 0.8rem;
  font-weight: 700;
}

.programs-wrap {
  margin-top: 20px;
}

.asset-marquee {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.agenda-local-time {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  padding: 10px 14px;
  margin-bottom: 14px;
  border: 1px solid rgba(46, 84, 68, 0.14);
  border-radius: 999px;
  background: rgba(46, 84, 68, 0.08);
  color: var(--green);
  font-family: var(--font-ui);
  font-size: 0.82rem;
  font-weight: 700;
  text-align: center;
}

.scroll-hint-wrap {
  position: relative;
}

.day-tabs,
.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  overflow: visible;
  margin: 12px 0;
  padding-bottom: 0;
  scrollbar-width: thin;
}

.day-tabs::-webkit-scrollbar,
.filter-bar::-webkit-scrollbar,
.featured-speakers-track::-webkit-scrollbar,
.speaker-roster-scroll::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.day-tabs::-webkit-scrollbar-thumb,
.filter-bar::-webkit-scrollbar-thumb,
.featured-speakers-track::-webkit-scrollbar-thumb,
.speaker-roster-scroll::-webkit-scrollbar-thumb {
  background: rgba(185, 139, 61, 0.28);
  border-radius: 999px;
}

.scroll-hint-wrap.is-scrollable::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 2px;
  width: 28px;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(246, 241, 232, 0), #f6f1e8);
}

.section-muted .scroll-hint-wrap.is-scrollable::after {
  background: linear-gradient(90deg, rgba(239, 231, 216, 0), #efe7d8);
}

.section-dark .scroll-hint-wrap.is-scrollable::after {
  background: linear-gradient(90deg, rgba(10, 21, 32, 0), #0b1723);
}

.day-tabs button,
.filter-bar button {
  flex: 0 0 auto;
  min-height: 42px;
  padding: 9px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--ink-soft);
  font-family: var(--font-ui);
  font-size: 0.82rem;
  font-weight: 700;
  white-space: nowrap;
}

.day-tabs button.active,
.filter-bar button.active,
.day-tabs button:hover,
.filter-bar button:hover {
  color: var(--dark);
  border-color: transparent;
  background: linear-gradient(135deg, var(--gold-3), var(--gold-2));
}

.section-dark .filter-bar button {
  color: rgba(255, 255, 255, 0.76);
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
}

.section-dark .filter-bar button.active,
.section-dark .filter-bar button:hover {
  color: var(--dark);
  border-color: transparent;
  background: linear-gradient(135deg, var(--gold-3), var(--gold-2));
}

.agenda-board {
  padding: 22px;
  border-radius: var(--radius-xl);
  background:
    linear-gradient(180deg, var(--paper-strong) 0%, rgba(255, 252, 245, 0.92) 100%);
}

.agenda-heading {
  display: grid;
  gap: 12px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

.agenda-heading > strong {
  font-family: var(--font-display);
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.08;
}

.agenda-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.agenda-meta-pill,
.speaker-card-meta span,
.speaker-modal-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 9px;
  border-radius: 999px;
  background: rgba(16, 32, 47, 0.06);
  color: var(--ink-soft);
  font-family: var(--font-ui);
  font-size: 0.68rem;
  font-weight: 700;
}

.agenda-session-list {
  display: grid;
  gap: 12px;
}

.agenda-session-card {
  display: grid;
  gap: 12px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--paper-strong);
}

.agenda-time-block,
.agenda-region-block {
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(246, 241, 232, 0.86);
}

.agenda-time-block strong,
.agenda-region-block strong {
  display: block;
  color: var(--ink);
  font-family: var(--font-ui);
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.25;
}

.agenda-time-block small,
.agenda-region-block small,
.agenda-content-block span {
  color: var(--muted);
  font-size: 0.8rem;
}

.agenda-content-block strong {
  display: block;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 400;
  line-height: 1.1;
}

.agenda-content-block p {
  margin: 8px 0 6px;
  color: var(--ink-soft);
}

.agenda-action-block .btn {
  width: 100%;
}

.warroom-card {
  position: relative;
  display: grid;
  gap: 14px;
  padding: 22px 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  overflow: hidden;
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

.warroom-card::before {
  content: "";
  position: absolute;
  top: 0; right: 0;
  width: 110px; height: 110px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(214, 170, 90, 0.10) 0%, transparent 65%);
  pointer-events: none;
}

.warroom-card:hover {
  transform: translateY(-2px);
  border-color: rgba(214, 170, 90, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09) 0%, rgba(255, 255, 255, 0.03) 100%);
}

.warroom-top {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.warroom-date {
  color: var(--gold-2);
  font-family: var(--font-ui);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.region-pill {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  min-height: 32px;
  padding: 4px 10px;
  border-radius: 999px;
  color: var(--dark);
  background: linear-gradient(135deg, var(--gold-3), var(--gold-2));
  font-family: var(--font-ui);
  font-size: 0.66rem;
  font-weight: 800;
}

.warroom-card ul {
  margin: 0;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.78);
}

.warroom-card li + li {
  margin-top: 6px;
}

.speakers-head {
  max-width: none;
}

.speaker-toolbar {
  display: grid;
  gap: 10px;
  padding: 18px;
  border-radius: var(--radius-lg);
}

.speaker-toolbar > * {
  min-width: 0;
}

.speaker-search,
.speaker-filter,
.form-field {
  display: grid;
  gap: 6px;
}

.speaker-search span,
.speaker-filter span,
.form-field span {
  color: var(--muted);
  font-family: var(--font-ui);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
}

.speaker-search input,
.speaker-filter select,
.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  max-width: 100%;
  min-height: 46px;
  padding: 11px 14px;
  border: 1px solid var(--line-strong);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--ink);
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.speaker-search input:focus,
.speaker-filter select:focus,
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: rgba(185, 139, 61, 0.4);
  box-shadow: 0 0 0 4px rgba(185, 139, 61, 0.1);
}

.speaker-count {
  color: var(--green);
  font-family: var(--font-ui);
  font-size: 0.86rem;
  font-weight: 700;
}

.moderator-wrap,
.speaker-roster-shell {
  margin-top: 22px;
}

.featured-speakers-head {
  display: grid;
  gap: 6px;
  margin-bottom: 14px;
}

.featured-speakers-track {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.featured-speaker-card {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-width: 0;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.92);
  cursor: pointer;
  box-shadow: var(--shadow-sm);
}

.featured-speaker-card img {
  width: 70px;
  height: 70px;
  border-radius: 16px;
  object-fit: cover;
  object-position: center top;
}

.featured-speaker-card strong,
.speaker-card > strong {
  display: block;
  font-family: var(--font-ui);
  font-weight: 700;
  line-height: 1.2;
}

.featured-speaker-card p,
.featured-speaker-card small,
.speaker-card p,
.speaker-card small {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.4;
}

.moderator-card {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 18px;
  border: 1px solid rgba(185, 139, 61, 0.16);
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, rgba(239, 211, 147, 0.24), rgba(255, 255, 255, 0.94));
  box-shadow: var(--shadow-sm);
}

.moderator-avatar {
  width: 82px;
  height: 82px;
  border-radius: 18px;
  object-fit: cover;
  object-position: center top;
}

.moderator-copy h3 {
  margin: 4px 0 0;
  font-family: var(--font-display);
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.04;
}

.moderator-copy p:last-child {
  margin: 8px 0 0;
  color: var(--muted);
}

.speaker-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.speaker-card {
  position: relative;
  overflow: hidden;
  min-width: 0;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.94);
  cursor: pointer;
  box-shadow: var(--shadow-sm);
}

.speaker-image-shell {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(214, 170, 90, 0.18), rgba(46, 84, 68, 0.08)), #ece3d1;
}

.speaker-avatar,
.speaker-image-shell img,
.speaker-modal-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.speaker-initials {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  color: var(--ink-soft);
  font-family: var(--font-display);
  font-size: 2.5rem;
  font-weight: 400;
}

.speaker-speaking-tag {
  display: inline-flex;
  max-width: 100%;
  margin: 8px 0 6px;
  padding: 5px 9px;
  border: 1px solid rgba(185, 139, 61, 0.14);
  border-radius: 999px;
  background: rgba(185, 139, 61, 0.08);
  color: var(--gold);
  font-family: var(--font-ui);
  font-size: 0.62rem;
  font-weight: 800;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.speaker-card-meta,
.speaker-card-footer,
.speaker-modal-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}

.speaker-card > strong {
  margin-top: 8px;
  font-size: 0.94rem;
}

.speaker-card p,
.speaker-card small {
  font-size: 0.76rem;
  line-height: 1.35;
}

.speaker-card-footer {
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  margin-top: 12px;
  border-top: 1px solid var(--line);
}

.speaker-card-footer em {
  color: var(--muted-soft);
  font-family: var(--font-ui);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 700;
}

.speaker-card-footer a {
  color: var(--green);
  font-family: var(--font-ui);
  font-size: 0.72rem;
  font-weight: 700;
}

.speaker-load-more-wrap {
  display: flex;
  justify-content: center;
  margin-top: 22px;
}

.empty-state {
  grid-column: 1 / -1;
  padding: 28px 18px;
  border: 1px dashed rgba(18, 31, 44, 0.18);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.68);
  color: var(--muted);
  text-align: center;
}

.live-grid {
  display: grid;
  gap: 22px;
  align-items: start;
}

.video-shell {
  overflow: hidden;
  min-height: 280px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: var(--shadow-lg);
}

.video-shell iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
}

.live-placeholder {
  display: grid;
  align-content: center;
  gap: 18px;
  min-height: 280px;
  padding: 22px;
}

.live-placeholder-copy strong {
  display: block;
  color: #fff;
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.08;
}

.live-placeholder-copy p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.7);
}

.live-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  border-radius: 50%;
  background: #ff6c6c;
  box-shadow: 0 0 0 6px rgba(255, 108, 108, 0.14);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%,
  100% {
    box-shadow: 0 0 0 6px rgba(255, 108, 108, 0.14);
  }

  50% {
    box-shadow: 0 0 0 10px rgba(255, 108, 108, 0.05);
  }
}

.live-window-card {
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--paper-strong);
  box-shadow: var(--shadow-sm);
  transition: border-color 220ms ease;
}

.faq-item:hover,
.faq-item.open {
  border-color: rgba(176, 131, 52, 0.22);
}

.faq-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 22px;
  color: var(--ink);
  text-align: left;
  font-family: var(--font-ui);
  font-size: 0.96rem;
  font-weight: 600;
  letter-spacing: -0.005em;
}

.faq-trigger span:last-child {
  color: var(--gold);
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 300;
  transition: transform 280ms ease;
}

.faq-item.open .faq-trigger span:last-child {
  transform: rotate(45deg);
}

.faq-panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 220ms ease;
}

.faq-item.open .faq-panel {
  grid-template-rows: 1fr;
}

.faq-panel-inner {
  overflow: hidden;
}

.faq-panel-inner p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--muted);
  line-height: 1.7;
}

.register-section {
  background:
    radial-gradient(ellipse 50% 40% at 86% 8%, rgba(214, 170, 90, 0.16), transparent 60%),
    radial-gradient(ellipse 40% 30% at 8% 92%, rgba(44, 84, 67, 0.06), transparent 60%),
    linear-gradient(180deg, #ede4d2 0%, #ece2cf 100%);
}

.register-card {
  display: grid;
  gap: 18px;
  padding: 28px 24px;
  border-radius: var(--radius-xl);
  background:
    linear-gradient(145deg, rgba(240, 214, 143, 0.18), var(--paper-strong));
  border-color: rgba(176, 131, 52, 0.16);
}

.site-footer {
  padding: 60px 0 110px;
  color: rgba(255, 255, 255, 0.70);
  background:
    radial-gradient(ellipse 40% 50% at 8% 0%, rgba(214, 170, 90, 0.10), transparent 60%),
    radial-gradient(ellipse 40% 40% at 92% 100%, rgba(44, 84, 67, 0.10), transparent 60%),
    linear-gradient(180deg, #0a1520 0%, #07111c 100%);
  border-top: 1px solid rgba(214, 170, 90, 0.10);
}

.footer-grid {
  display: grid;
  gap: 26px;
}

.footer-grid h4 {
  margin: 0 0 12px;
  color: #fff;
  font-family: var(--font-ui);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.footer-grid a {
  display: block;
  margin: 8px 0;
  color: rgba(255, 255, 255, 0.68);
  font-family: var(--font-ui);
  font-size: 0.9rem;
  font-weight: 700;
}

.footer-grid a:hover,
.footer-grid a:focus-visible {
  color: var(--gold-3);
}

.footer-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.56);
}

.footer-contact-line,
.footer-side-copy {
  font-size: 0.88rem;
}

.footer-sponsors {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
}

.footer-sponsors img {
  width: 56px;
  height: 40px;
  object-fit: contain;
  padding: 6px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.96);
}

.modal-shell[hidden] {
  display: none !important;
}

.modal-shell {
  position: fixed;
  inset: 0;
  z-index: 1400;
  display: grid;
  align-items: end;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 13, 20, 0.72);
  backdrop-filter: blur(8px);
}

.modal-card {
  position: relative;
  width: 100%;
  max-height: 92svh;
  overflow: auto;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px 24px 0 0;
  background: #faf7f1;
}

.speaker-modal-card {
  max-width: 1000px;
}

.modal-close {
  position: sticky;
  top: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  margin-left: auto;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(16, 32, 47, 0.05);
  color: var(--ink);
}

.modal-copy h3,
.speaker-modal-copy h3 {
  margin: 8px 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 8vw, 3.1rem);
  font-weight: 400;
  line-height: 1.06;
}

.registration-form {
  margin-top: 22px;
}

.form-grid {
  display: grid;
  gap: 12px;
}

.form-field-wide {
  grid-column: 1 / -1;
}

.form-field textarea {
  min-height: 120px;
  resize: vertical;
}

.field-error {
  min-height: 16px;
  color: #b94b40;
  font-family: var(--font-ui);
  font-size: 0.74rem;
  font-weight: 700;
}

.form-field.has-error input,
.form-field.has-error select {
  border-color: rgba(185, 75, 64, 0.55);
  box-shadow: 0 0 0 4px rgba(185, 75, 64, 0.08);
}

.modal-result {
  margin-top: 18px;
  padding: 18px;
  border: 1px solid rgba(46, 84, 68, 0.14);
  border-radius: 16px;
  background: rgba(46, 84, 68, 0.08);
}

.modal-result strong {
  display: block;
  color: var(--green);
  font-family: var(--font-ui);
  font-weight: 700;
}

.speaker-modal-layout {
  display: grid;
  gap: 18px;
}

.speaker-modal-media {
  overflow: hidden;
  aspect-ratio: 1 / 1;
  border-radius: var(--radius-lg);
  background: #ebdfc7;
}

.speaker-modal-copy p {
  color: var(--muted);
}

.speaker-modal-actions {
  margin-top: 18px;
}

.mobile-register-cta {
  display: none;
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 1100;
  min-height: 50px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 180ms ease, transform 180ms ease;
  box-shadow: 0 16px 34px rgba(185, 139, 61, 0.2);
}

.mobile-register-cta.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
  transition-delay: var(--reveal-delay, 0ms);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.hero .eyebrow,
.hero h1,
.hero-subtitle,
.hero-lede,
.hero-chip-row,
.hero-actions,
.hero-panel,
.hero-broadcast {
  animation: fadeUp 640ms ease both;
}

.hero .eyebrow { animation-delay: 50ms; }
.hero h1 { animation-delay: 100ms; }
.hero-subtitle { animation-delay: 150ms; }
.hero-lede { animation-delay: 200ms; }
.hero-chip-row { animation-delay: 250ms; }
.hero-actions { animation-delay: 300ms; }
.hero-panel { animation-delay: 220ms; }
.hero-broadcast { animation-delay: 340ms; }

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 390px) {
  .speaker-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 560px) {
  .container {
    width: min(var(--container), calc(100% - 40px));
  }

  .stats-grid,
  .why-attend-grid,
  .reach-grid,
  .live-window-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .featured-speakers-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .warroom-top {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  :root {
    --header-h: 58px;
  }

  .site-header {
    top: 10px;
    width: min(calc(100% - 20px), 760px);
    padding: 6px 8px 6px 10px;
    border-radius: 18px;
    box-shadow: 0 10px 22px rgba(4, 11, 18, 0.12);
  }

  .brand-logo {
    max-width: min(132px, 38vw);
    height: 32px;
    max-height: 32px;
  }

  .header-mobile-cta {
    display: inline-flex;
    min-height: 36px;
    padding-inline: 14px;
    margin-left: 6px;
    font-size: 0.78rem;
  }

  .hero {
    padding-top: calc(var(--header-h) + 32px);
    padding-bottom: 28px;
  }

  .hero .btn,
  .live-actions .btn,
  .register-cta-group .btn,
  .modal-actions .btn,
  .speaker-modal-actions .btn {
    width: 100%;
  }

  .hero-panel {
    order: 2;
  }

  .hero-actions {
    margin-bottom: 16px;
  }

  .hero-broadcast {
    margin-top: 24px;
  }

  .hero-windows {
    grid-template-columns: 1fr;
  }

  .hero-window-card p {
    display: none;
  }

  .section-head h2,
  .split-grid h2,
  .sponsor-header h2,
  .register-card h2,
  .live-grid h2 {
    font-size: clamp(1.8rem, 8vw, 2.2rem);
  }

  .speaker-card-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-footer {
    padding-bottom: 132px;
  }

  .mobile-register-cta {
    display: inline-flex;
  }

  body.modal-open .mobile-register-cta,
  body.nav-open .mobile-register-cta {
    opacity: 0;
    pointer-events: none;
    transform: translateY(12px);
  }
}

@media (max-width: 899px) {
  main {
    padding-top: 0;
  }

  .site-header {
    position: fixed;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: min(calc(100% - 20px), 760px);
    border-radius: 18px;
    box-shadow: 0 10px 24px rgba(4, 11, 18, 0.12);
  }

  .hero {
    padding-top: calc(var(--header-h) + 36px);
  }
}

@media (max-width: 380px) {
  .brand-logo {
    max-width: min(120px, 38vw);
    height: 28px;
    max-height: 28px;
  }

  .header-mobile-cta {
    display: none;
  }

  .site-header {
    gap: 8px;
    padding-right: 8px;
  }

  .menu-toggle {
    width: 36px;
    height: 36px;
  }

  .hero h1 {
    font-size: clamp(2.75rem, 14vw, 4.3rem);
  }
}

@media (min-width: 700px) {
  .section {
    padding: 72px 0;
  }

  .form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .speaker-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .speaker-toolbar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .speaker-count {
    grid-column: 1 / -1;
  }

  .modal-shell {
    place-items: center;
    padding: 24px;
  }

  .modal-card {
    width: min(960px, 100%);
    max-height: min(88svh, 920px);
    border-radius: var(--radius-xl);
  }

  .speaker-modal-layout {
    grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1fr);
    align-items: center;
  }
}

@media (min-width: 900px) {
  :root {
    --header-h: 74px;
  }

  .container {
    width: min(var(--container), calc(100% - 56px));
  }

  .site-header {
    top: 16px;
    width: min(calc(100% - 48px), 1260px);
    min-height: var(--header-h);
    padding: 12px 12px 12px 22px;
    border-radius: 999px;
    display: grid;
    grid-template-columns: auto 1fr;
    justify-content: stretch;
    gap: 24px;
  }

  .brand-logo {
    max-width: min(190px, 16vw);
    height: 46px;
    max-height: 46px;
  }

  .header-mobile-cta,
  .menu-toggle {
    display: none;
  }

  .main-nav {
    position: static;
    top: auto;
    left: auto;
    right: auto;
    width: auto;
    margin-left: 0;
    transform: none;
    display: flex;
    align-items: center;
    justify-self: center;
    gap: 2px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
    backdrop-filter: none;
  }

  .main-nav a {
    padding: 8px 12px;
    font-size: 0.84rem;
  }

  .main-nav a {
    min-height: 44px;
    padding: 10px 14px;
    border-radius: 999px;
  }

  .main-nav .nav-cta {
    margin-left: 6px;
  }

  .hero {
    padding-top: calc(var(--header-h) + 92px);
    padding-bottom: 56px;
  }

  .hero-body {
    grid-template-columns: minmax(0, 1.18fr) minmax(280px, 0.58fr);
    gap: clamp(28px, 5vw, 72px);
    align-items: end;
  }

  .hero-copy {
    padding-bottom: 4px;
  }

  .hero-panel {
    margin-top: 0;
    align-self: end;
  }

  .hero-broadcast-inner {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 340px);
    align-items: stretch;
    padding: 16px;
  }

  .hero-windows {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .ticker {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
  }

  .ticker-label {
    padding: 16px 20px;
    border-right: 1px solid rgba(18, 31, 44, 0.08);
  }

  .ticker-group {
    padding: 14px 20px;
  }

  .stats-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sponsor-header {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
  }

  .sponsor-tier-group {
    grid-template-columns: 180px minmax(0, 1fr);
    align-items: start;
  }

  .split-grid {
    grid-template-columns: minmax(260px, 0.55fr) minmax(0, 0.85fr);
    gap: clamp(28px, 5vw, 72px);
  }

  .format-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .why-attend-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .reach-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .agenda-local-time {
    width: auto;
    justify-content: flex-start;
  }

  .agenda-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .agenda-session-card {
    grid-template-columns: 160px minmax(0, 1fr) 140px auto;
    align-items: center;
  }

  .agenda-action-block .btn {
    width: auto;
  }

  .warroom-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .speakers-head {
    grid-template-columns: minmax(0, 0.94fr) minmax(0, 0.9fr);
    align-items: start;
  }

  .speaker-toolbar {
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: start;
    gap: 12px;
    padding: 20px;
  }

  .speaker-search span,
  .speaker-filter span {
    min-height: 1em;
    margin-bottom: 2px;
  }

  .speaker-count {
    grid-column: 1 / -1;
    margin-top: 2px;
  }

  .moderator-card {
    grid-template-columns: 128px minmax(0, 1fr);
    gap: 20px;
    padding: 20px;
  }

  .moderator-avatar {
    width: 128px;
    height: 128px;
    border-radius: 22px;
  }

  .moderator-copy h3 {
    font-size: 2.2rem;
  }

  .live-grid {
    grid-template-columns: minmax(0, 0.64fr) minmax(360px, 0.88fr);
    gap: clamp(28px, 5vw, 64px);
  }

  .live-window-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .register-card {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    padding: clamp(28px, 4vw, 42px);
  }

  .footer-grid {
    grid-template-columns: 1.55fr repeat(3, minmax(0, 0.72fr));
    gap: clamp(24px, 4vw, 48px);
  }

  .site-footer {
    padding-bottom: 64px;
  }
}

@media (min-width: 1024px) {
  .speaker-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .hero h1 {
    font-size: clamp(5rem, 8vw, 7.6rem);
  }
}

@media (min-width: 900px) and (max-width: 1120px) {
  .speakers-head {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .speaker-toolbar {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .why-attend-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .warroom-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}
