:root {
  --background: oklch(1 0 0);
  --foreground: oklch(0.22 0.04 264);
  --card: oklch(1 0 0);
  --secondary: oklch(0.96 0.008 255);
  --muted-foreground: oklch(0.52 0.03 262);
  --border: oklch(0.9 0.01 255);
  --navy: #121f49;
  --navy-foreground: oklch(0.97 0.01 250);
  --sky: #17aeec;
  --sky-foreground: oklch(0.99 0.01 250);
  --green: #50b848;
  --green-foreground: #ffffff;
  --radius: 0.5rem;
  --font-heading: "Space Grotesk", system-ui, sans-serif;
  --font-sans: "Inter", system-ui, sans-serif;
  --font-mono: "Geist Mono", ui-monospace, monospace;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { font-family: var(--font-sans); scroll-behavior: smooth; background: var(--background); overflow-x: clip; }
body { color: var(--foreground); -webkit-font-smoothing: antialiased; line-height: 1.5; overflow-x: clip; }
@supports not (overflow: clip) { html, body { overflow-x: hidden; } }
img { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

/* ---------- Layout helpers ---------- */
.container { width: 100%; max-width: 80rem; margin: 0 auto; padding: 0 1rem; }
.container-narrow { max-width: 64rem; }
.section { padding: 6rem 0; }
@media (min-width: 640px) { .container { padding: 0 1.5rem; } .section { padding: 8rem 0; } }
@media (min-width: 1024px) { .container { padding: 0 2rem; } }

.bg-bg { background: var(--background); color: var(--foreground); }
.bg-navy { background: var(--navy); color: var(--navy-foreground); }
.bg-sky { background: var(--sky); color: var(--sky-foreground); }
.accent { color: var(--green); }

.eyebrow { font-size: .875rem; font-weight: 600; text-transform: uppercase; letter-spacing: .15em; color: var(--green); }
.h2 { margin-top: 1rem; font-family: var(--font-heading); font-size: 2.25rem; font-weight: 700; line-height: 1.15; letter-spacing: -0.02em; text-wrap: balance; }
@media (min-width: 640px) { .h2 { font-size: 3rem; } }
.on-navy { color: var(--navy-foreground); }
.on-navy-muted { color: color-mix(in oklab, var(--navy-foreground) 70%, transparent); }
.on-sky { color: var(--sky-foreground); }
.section-link { display: inline-flex; align-items: center; gap: .45rem; font-weight: 700; color: var(--green); transition: color .2s, gap .2s; }
.section-link:hover { gap: .7rem; color: var(--green); }
.on-navy-link { color: var(--green); }

/* ---------- Buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; border-radius: 999px; font-weight: 600; font-size: .875rem; padding: .625rem 1.25rem; cursor: pointer; border: none; transition: transform .2s, background .2s, border-color .2s, color .2s; }
.btn-lg { padding: 1rem 1.75rem; font-size: 1rem; }
.btn-block { display: flex; width: 100%; margin-top: .5rem; padding: .75rem 1.25rem; }
.btn-green { background: var(--green); color: var(--green-foreground); }
.btn-green:hover { transform: scale(1.05); }
.btn-navy { background: var(--navy); color: var(--navy-foreground); }
.btn-navy:hover { transform: scale(1.05); }
.btn-outline { border: 1px solid color-mix(in oklab, var(--navy-foreground) 25%, transparent); color: var(--navy-foreground); }
.btn-outline:hover { border-color: var(--green); color: var(--green); }
.arrow { font-size: 1.1em; }

/* ---------- Header ---------- */
.site-header { position: fixed; left: 0; right: 0; top: 0; z-index: 50; background: color-mix(in oklab, var(--navy) 45%, transparent); backdrop-filter: blur(10px); border-bottom: 1px solid color-mix(in oklab, var(--navy-foreground) 10%, transparent); color: var(--navy-foreground); }
.admin-bar .site-header { top: 32px; }
@media (max-width: 782px) { .admin-bar .site-header { top: 46px; } }
.header-inner { display: flex; height: 4rem; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: .5rem; font-family: var(--font-heading); font-size: 1.25rem; font-weight: 700; letter-spacing: -0.02em; color: var(--navy-foreground); }
.brand-lg { font-size: 1.5rem; }
.brand-badge { display: grid; place-items: center; width: 1.75rem; height: 1.75rem; border-radius: 6px; background: var(--green); color: var(--green-foreground); font-weight: 700; }
.brand-lg .brand-badge { width: 2rem; height: 2rem; }
.brand-logo-img { display: block; width: auto; height: 2.6rem; max-width: 12rem; object-fit: contain; }
.brand-lg .brand-logo-img { height: 4.25rem; max-width: 20rem; }
.nav-desktop { display: none; align-items: center; gap: 2rem; }
.nav-desktop a { font-size: .875rem; font-weight: 500; color: color-mix(in oklab, var(--navy-foreground) 80%, transparent); transition: color .2s; }
.nav-desktop a:hover { color: var(--green); }
.header-cta { display: none; }
.menu-toggle { display: grid; place-items: center; width: 2.75rem; height: 2.75rem; padding: 0; background: none; border: none; color: var(--navy-foreground); cursor: pointer; }
.menu-icon { position: relative; display: block; width: 1.55rem; height: 1.1rem; color: currentColor; }
.menu-icon span { position: absolute; left: 0; width: 100%; height: 2px; border-radius: 999px; background: currentColor; transition: top .25s ease, transform .25s ease, opacity .2s ease; }
.menu-icon span:nth-child(1) { top: 0; }
.menu-icon span:nth-child(2) { top: 50%; transform: translateY(-50%); }
.menu-icon span:nth-child(3) { top: 100%; transform: translateY(-100%); }
.menu-toggle.open .menu-icon span:nth-child(1) { top: 50%; transform: translateY(-50%) rotate(45deg); }
.menu-toggle.open .menu-icon span:nth-child(2) { opacity: 0; }
.menu-toggle.open .menu-icon span:nth-child(3) { top: 50%; transform: translateY(-50%) rotate(-45deg); }
.mobile-menu { overflow: hidden; max-height: 0; transition: max-height .3s ease; background: var(--navy); border-top: 1px solid color-mix(in oklab, var(--navy-foreground) 10%, transparent); }
.mobile-menu.open { max-height: 24rem; }
.mobile-menu nav { display: flex; flex-direction: column; gap: .25rem; padding: 1rem; }
.mobile-menu nav a { padding: .5rem .75rem; border-radius: 8px; font-size: 1rem; font-weight: 500; color: color-mix(in oklab, var(--navy-foreground) 90%, transparent); }
.mobile-menu nav a:hover { color: var(--green); background: color-mix(in oklab, var(--navy-foreground) 5%, transparent); }
@media (min-width: 768px) { .nav-desktop { display: flex; } .header-cta { display: block; } .menu-toggle { display: none; } }

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; background: var(--navy); color: var(--navy-foreground); }
.hero-bg { position: absolute; inset: 0; }
.hero-bg img { position: absolute; inset: 0; width: 100%; max-width: none; height: 100%; object-fit: cover; opacity: .4; }
.hero-bg.has-video img { opacity: 0; }
.hero-bg-video { position: absolute; left: 50%; top: 50%; width: max(100vw, 177.78vh); height: max(56.25vw, 100vh); transform: translate(-50%, -50%); border: 0; opacity: .48; pointer-events: none; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, color-mix(in oklab, var(--navy) 70%, transparent), color-mix(in oklab, var(--navy) 80%, transparent), var(--navy)); }
.hero-pixels { position: absolute; right: 1.5rem; top: 6rem; display: none; gap: .5rem; }
.hero-pixels span { width: 1.5rem; height: 1.5rem; }
.hero-pixels span:nth-child(1) { background: color-mix(in oklab, var(--green) 80%, transparent); }
.hero-pixels span:nth-child(2) { background: color-mix(in oklab, var(--sky) 70%, transparent); }
.hero-pixels span:nth-child(3) { background: color-mix(in oklab, var(--green) 40%, transparent); }
@media (min-width: 1024px) { .hero-pixels { display: flex; } }
.hero-content { position: relative; display: flex; flex-direction: column; align-items: center; text-align: center; padding-top: 9rem; padding-bottom: 5rem; }
@media (min-width: 640px) { .hero-content { padding-top: 10rem; padding-bottom: 7rem; } }
@media (min-width: 1024px) { .hero-content { padding-top: 11rem; } }
.pill { display: inline-flex; align-items: center; gap: .5rem; padding: .375rem 0; font-size: .875rem; font-weight: 500; color: var(--green); }
.pulse-dot { width: .5rem; height: .5rem; border-radius: 999px; background: var(--green); animation: pulse 2s infinite; }
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: .4; } }
.hero-title { margin-top: 1.5rem; max-width: 56rem; font-family: var(--font-heading); font-size: 4.35rem; font-weight: 700; text-transform: uppercase; line-height: .95; letter-spacing: -0.02em; text-wrap: balance; }
.hero-subtitle { margin-top: 1rem; max-width: 48rem; font-family: var(--font-heading); font-size: 1.5rem; font-weight: 500; line-height: 1.2; color: color-mix(in oklab, var(--navy-foreground) 85%, transparent); text-wrap: balance; }
.hero-desc { margin-top: 1.5rem; max-width: 80rem; font-size: 1.125rem; line-height: 1.6; color: color-mix(in oklab, var(--navy-foreground) 75%, transparent); text-wrap: pretty; }
.hero-desc p + p { margin-top: .85rem; }
.hero-actions { margin-top: 2.25rem; display: flex; flex-direction: column; gap: .75rem; }
@media (min-width: 640px) { .hero-title { font-size: 6rem; } .hero-subtitle { font-size: 1.875rem; } .hero-desc { font-size: 1.25rem; } .hero-actions { flex-direction: row; } }
@media (min-width: 1024px) { .hero-title { font-size: 8rem; } .hero-subtitle { font-size: 2.25rem; } }
.info-strip { margin-top: 4rem; display: grid; grid-template-columns: 1fr; gap: 1px; width: min(100%, 64rem); max-width: 64rem; overflow: hidden; border-radius: 1rem; border: 1px solid color-mix(in oklab, var(--navy-foreground) 15%, transparent); background: color-mix(in oklab, var(--navy-foreground) 10%, transparent); }
@media (min-width: 640px) { .info-strip { grid-template-columns: repeat(3, 1fr); } }
.info-cell { display: flex; align-items: center; justify-content: flex-start; gap: .875rem; background: var(--navy); padding: 1.4rem 1.75rem; text-align: left; }
.info-ico { flex: 0 0 1.75rem; width: 1.75rem; font-size: 1.25rem; text-align: center; }
.info-label { font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; color: color-mix(in oklab, var(--navy-foreground) 55%, transparent); }
.info-value { font-family: var(--font-heading); font-size: 1.125rem; font-weight: 600; white-space: nowrap; }
@media (max-width: 639px) {
  .hero-actions { width: 100%; }
  .hero-actions .btn { width: 100%; }
  .info-strip { width: 100%; }
  .info-cell { padding: 1.35rem 1.5rem; }
  .info-cell > div { min-width: 0; }
  .info-value { white-space: normal; line-height: 1.2; }
}

/* ---------- Marquee ---------- */
.marquee { overflow: hidden; background: var(--green); color: var(--green-foreground); padding: 1rem 0; }
.marquee-track { display: flex; width: max-content; gap: 2rem; white-space: nowrap; animation: marquee 30s linear infinite; }
.marquee-item { display: flex; align-items: center; gap: 2rem; font-family: var(--font-heading); font-size: 1.125rem; font-weight: 700; text-transform: uppercase; letter-spacing: -0.02em; }
.marquee-item .star { color: color-mix(in oklab, var(--navy-foreground) 50%, transparent); }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-33.333%); } }

/* ---------- About ---------- */
.about-grid { display: grid; gap: 3rem; align-items: start; }
@media (min-width: 1024px) { .about-grid { grid-template-columns: 1fr 1fr; gap: 5rem; } }
.about-sticky { align-self: start; }
@media (min-width: 1024px) { .about-sticky { position: sticky; top: 7rem; } .admin-bar .about-sticky { top: 9rem; } }
.about-text { display: flex; flex-direction: column; gap: 1.5rem; font-size: 1.125rem; line-height: 1.6; color: var(--muted-foreground); }
.about-text strong { color: var(--foreground); font-weight: 600; }
.about-text-primary > * + *, .about-more > * + * { margin-top: 1rem; }
.about-read-more { align-self: flex-start; border: 0; background: none; padding: 0; font: inherit; cursor: pointer; }
.about-read-more .arrow { transition: transform .2s ease; }
.about-read-more.open .arrow { transform: rotate(-90deg); }
.about-more[hidden] { display: none; }
.stats-marquee { width: 100vw; max-width: 100vw; margin: 5rem calc(50% - 50vw) 0; overflow: hidden; border-block: 1px solid var(--border); background: var(--border); }
.stats-grid { display: flex; width: max-content; gap: 1px; animation: stats-loop 34s linear infinite; }
.stats-marquee:hover .stats-grid { animation-play-state: paused; }
.stat { flex: 0 0 clamp(18rem, 26vw, 28rem); background: var(--background); padding: 3rem 1.5rem; text-align: center; }
.stat-value { font-family: var(--font-heading); font-size: 3rem; font-weight: 700; letter-spacing: -0.02em; }
@media (min-width: 640px) { .stat-value { font-size: 3.75rem; } }
.stat-label { margin-top: .5rem; font-size: .875rem; text-transform: uppercase; letter-spacing: .05em; color: var(--muted-foreground); }
@keyframes stats-loop { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---------- Why attend ---------- */
.why-head { max-width: 42rem; }
.why-grid { margin-top: 4rem; display: grid; gap: 1.5rem; }
@media (min-width: 768px) { .why-grid { grid-template-columns: repeat(3, 1fr); } }
.why-card { border-radius: 1.5rem; border: 1px solid color-mix(in oklab, var(--navy-foreground) 10%, transparent); background: var(--background); color: var(--foreground); padding: 2rem; transition: border-color .2s; }
.why-card:hover { border-color: var(--green); }
.why-ico { display: grid; place-items: center; width: 3.5rem; height: 3.5rem; border-radius: 1rem; background: var(--navy); color: var(--green); font-size: 1.5rem; font-weight: 700; }
.why-ico-mask::before { content: ""; display: block; width: 1.65rem; height: 1.65rem; background: var(--green); -webkit-mask: var(--why-icon) center / contain no-repeat; mask: var(--why-icon) center / contain no-repeat; }
.why-card h3 { margin-top: 1.5rem; font-family: var(--font-heading); font-size: 1.5rem; font-weight: 700; line-height: 110%;}
.why-card p { margin-top: .75rem; font-size: 1rem; line-height: 1.6; color: var(--muted-foreground); }

/* ---------- Tabs ---------- */
.tabs { display: inline-flex; border-radius: 999px; border: 1px solid var(--border); background: var(--secondary); padding: .25rem; }
.tabs button { border: none; background: none; cursor: pointer; border-radius: 999px; padding: .625rem 1.5rem; font-size: .875rem; font-weight: 600; color: var(--muted-foreground); transition: background .2s, color .2s; font-family: inherit; }
.tabs button.active { background: var(--navy); color: var(--navy-foreground); }
.tabs-navy { border-color: color-mix(in oklab, var(--navy-foreground) 20%, transparent); background: color-mix(in oklab, var(--navy-foreground) 5%, transparent); }
.tabs-navy button { color: color-mix(in oklab, var(--navy-foreground) 70%, transparent); }
.tabs-navy button.active { background: var(--green); color: var(--green-foreground); }

/* ---------- Agenda (timeline) ---------- */
.agenda-head { display: flex; flex-direction: column; gap: 1.5rem; }
@media (min-width: 640px) { .agenda-head { flex-direction: row; align-items: flex-end; justify-content: space-between; } }
.agenda-controls { display: flex; flex-direction: column; align-items: flex-start; gap: .85rem; }
@media (min-width: 640px) { .agenda-controls { align-items: flex-end; } }
.agenda-controls .tabs button { padding: .85rem 1.85rem; font-size: 1rem; }
@media (max-width: 639px) {
  .agenda-controls, .agenda-controls .tabs { width: 100%; }
  .agenda-controls .tabs button { flex: 1 1 0; }
}
.board-desc { margin-top: 1rem; max-width: 36rem; color: color-mix(in oklab, var(--navy-foreground) 70%, transparent); }
.agenda-date { margin: 0; font-family: var(--font-heading); font-size: 1.125rem; font-weight: 500; color: var(--muted-foreground); }
.agenda-layout { margin-top: 2.5rem; display: grid; gap: 2rem; }
@media (min-width: 1024px) { .agenda-layout { grid-template-columns: 260px 1fr; } }
.rail-label { margin-bottom: .75rem; font-size: .75rem; font-weight: 600; text-transform: uppercase; letter-spacing: .15em; color: var(--muted-foreground); }
.room-list { display: flex; gap: .5rem; overflow-x: auto; padding-bottom: .5rem; }
@media (min-width: 1024px) { .room-rail { position: sticky; top: 6rem; align-self: start; } .room-list { flex-direction: column; overflow: visible; padding-bottom: 0; } }
.room-btn { display: flex; flex-shrink: 0; align-items: center; gap: .75rem; border-radius: .75rem; border: 2px solid; padding: .75rem 1rem; text-align: left; cursor: pointer; background: var(--card); transition: background .2s; font-family: inherit; }
@media (min-width: 1024px) { .room-btn { width: 100%; } }
.room-btn:not(.active):hover { background: var(--secondary); }
.room-dot { width: .75rem; height: .75rem; flex-shrink: 0; border-radius: 999px; }
.room-btn .room-name { display: block; white-space: nowrap; font-size: .875rem; font-weight: 700; color: var(--foreground); }
.room-btn .room-count { display: block; font-size: .75rem; color: var(--muted-foreground); }
.room-btn.active .room-name, .room-btn.active .room-count { color: #fff; }
.room-btn.active .room-count { color: rgba(255,255,255,.8); }

.timeline-badges { margin-bottom: 1.5rem; display: flex; align-items: center; gap: .75rem; flex-wrap: wrap; }
.room-pill { display: inline-flex; align-items: center; gap: .5rem; border-radius: 999px; padding: .375rem 1rem; font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .03em; color: #fff; }
.floor-note { display: inline-flex; align-items: center; gap: .375rem; font-size: .875rem; color: var(--muted-foreground); }
.timeline { position: relative; display: flex; flex-direction: column; gap: 1rem; border-left: 2px solid; padding-left: 1.5rem; }
.timeline-item { position: relative; }
.timeline-node { position: absolute; left: -1.9rem; top: 1.5rem; width: .875rem; height: .875rem; border-radius: 999px; box-shadow: 0 0 0 4px var(--background); }
.timeline-card { border-radius: 1rem; border: 1px solid var(--border); border-left-width: 4px; background: var(--card); padding: 1.25rem; }
@media (min-width: 640px) { .timeline-card { padding: 1.5rem; } }
.time-chip { display: inline-block; border-radius: 6px; padding: .25rem .625rem; font-family: var(--font-mono); font-size: .75rem; font-weight: 700; }
.timeline-card h4 { margin-top: .75rem; font-family: var(--font-heading); font-size: 1.125rem; font-weight: 600; line-height: 1.35; text-wrap: balance; }
.timeline-card .speaker { margin-top: .375rem; font-size: .875rem; color: var(--muted-foreground); }

/* ---------- Agenda board ---------- */
.board-grid { margin-top: 2.5rem; display: grid; gap: 1.25rem; grid-template-columns: 1fr; }
@media (min-width: 640px) { .board-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .board-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1280px) { .board-grid { grid-template-columns: repeat(4, 1fr); } }
.board-col { display: flex; flex-direction: column; overflow: hidden; border-radius: 1rem; background: color-mix(in oklab, var(--navy-foreground) 4%, transparent); box-shadow: inset 0 0 0 1px color-mix(in oklab, var(--navy-foreground) 10%, transparent); }
.board-col-head { display: flex; align-items: center; justify-content: space-between; padding: 1rem 1.25rem; }
.board-col-head .name { font-family: var(--font-heading); font-size: 1rem; font-weight: 700; line-height: 1.2; color: #fff; }
.board-col-head .floor { font-size: .75rem; color: rgba(255,255,255,.75); }
.board-count { border-radius: 999px; background: rgba(255,255,255,.2); padding: .25rem .625rem; font-size: .75rem; font-weight: 700; color: #fff; }
.board-slots { display: flex; flex: 1; flex-direction: column; gap: 1px; background: color-mix(in oklab, var(--navy-foreground) 10%, transparent); }
.board-slot { background: var(--navy); padding: 1rem 1.25rem; }
.board-slot .time { display: inline-flex; align-items: center; gap: .375rem; font-family: var(--font-mono); font-size: .75rem; font-weight: 700; }
.board-slot h4 { margin-top: .375rem; font-size: .875rem; font-weight: 600; line-height: 1.35; color: var(--navy-foreground); text-wrap: pretty; }
.board-slot .speaker { margin-top: .25rem; font-size: .75rem; color: color-mix(in oklab, var(--navy-foreground) 60%, transparent); }
.board-accent { height: 4px; width: 100%; }

/* ---------- Schedule ---------- */
.sched-head { text-align: center; }
.sched-head .h2, .sched-head .eyebrow { }
.sched-desc { margin: 1rem auto 0; max-width: 42rem; font-size: 1.125rem; line-height: 1.6; color: var(--muted-foreground); text-wrap: pretty; }
.sched-tabs-wrap { margin-top: 2.5rem; display: flex; justify-content: center; }
.sched-tabs-wrap .tabs button { padding: .5rem 1.25rem; }
.sched-filters { margin-top: 1.5rem; display: flex; flex-wrap: wrap; justify-content: center; gap: .5rem; }
.filter-chip { display: inline-flex; align-items: center; gap: .5rem; border-radius: 999px; border: 1px solid; padding: .375rem 1rem; font-size: .875rem; font-weight: 500; cursor: pointer; background: none; font-family: inherit; transition: border-color .2s, background .2s, color .2s; }
.filter-chip .chip-dot { width: .5rem; height: .5rem; border-radius: 999px; }
.filter-all { border-color: var(--border); color: var(--muted-foreground); background: none; }
.filter-all.active { border-color: var(--navy); background: var(--navy); color: var(--navy-foreground); }
.sched-list { margin-top: 3rem; display: flex; flex-direction: column; gap: .75rem; }
.sched-item { display: flex; flex-direction: column; gap: .75rem; border-radius: 1rem; border: 1px solid var(--border); border-left: 4px solid; background: var(--card); padding: 1rem; transition: border-color .2s; }
@media (min-width: 640px) { .sched-item { flex-direction: row; align-items: center; gap: 1.25rem; padding: 1.25rem; } }
.sched-time { display: flex; flex-shrink: 0; align-items: center; gap: .5rem; }
@media (min-width: 640px) { .sched-time { width: 10rem; } }
.sched-time .clock { color: var(--muted-foreground); }
.sched-time span.t { font-family: var(--font-mono); font-size: .875rem; font-weight: 600; }
.sched-main { min-width: 0; flex: 1; }
.sched-main h3 { font-family: var(--font-heading); font-size: 1.125rem; font-weight: 600; line-height: 1.35; text-wrap: pretty; }
.sched-main .speaker { margin-top: .125rem; font-size: .875rem; color: var(--muted-foreground); }
.sched-room { flex-shrink: 0; }
.sched-room .room-tag { display: inline-flex; align-items: center; gap: .375rem; border-radius: 999px; padding: .25rem .75rem; font-size: .75rem; font-weight: 600; }

/* ---------- Highlights ---------- */
.highlights-section { overflow: hidden; background: var(--sky); color: var(--sky-foreground); }
.highlights { text-align: center; }
.highlights > .eyebrow { display: none; }
.highlights-stage { position: relative; min-height: clamp(21rem, 42vw, 38rem); margin-top: 0; display: flex; align-items: center; justify-content: center; }
.big-year { position: absolute; left: 50%; top: 34%; z-index: 0; user-select: none; transform: translate(-50%, -50%); font-family: var(--font-heading); font-size: clamp(10rem, 29vw, 26rem); font-weight: 700; line-height: .9; letter-spacing: 0; white-space: nowrap; color: var(--sky-foreground); }
.video-trigger { position: absolute; left: 50%; top: 66%; z-index: 1; width: min(58rem, 56vw); transform: translate(-50%, -50%); display: flex; align-items: center; justify-content: center; background: none; border: none; cursor: pointer; padding: 0; }
.video-thumb { position: relative; width: 100%; overflow: hidden; border-radius: 999px; box-shadow: 0 1.5rem 3rem rgba(15, 23, 42, .22); background: #111; }
.video-thumb img { aspect-ratio: 2.28 / 1; width: 100%; object-fit: cover; }
.video-mask { position: absolute; inset: 0; display: grid; place-items: center; background: rgba(0, 0, 0, .08); transition: background .2s; }
.video-mask:hover { background: rgba(0, 0, 0, .02); }
.play { position: relative; z-index: 1; display: grid; place-items: center; width: clamp(4rem, 7vw, 5.75rem); height: clamp(4rem, 7vw, 5.75rem); border-radius: 999px; background: var(--green); color: var(--green-foreground); transition: transform .2s; }
.play::before { content: ""; display: block; margin-left: .3rem; border-top: .82rem solid transparent; border-bottom: .82rem solid transparent; border-left: 1.18rem solid currentColor; }
.play::after { content: ""; position: absolute; inset: -.45rem; z-index: -1; border-radius: inherit; background: color-mix(in oklab, var(--green) 38%, transparent); animation: play-pulse 1.7s ease-out infinite; }
.video-mask:hover .play { transform: scale(1.1); }
@keyframes play-pulse { 0% { transform: scale(.85); opacity: .75; } 80%, 100% { transform: scale(1.45); opacity: 0; } }
.highlights .h2 { margin-top: 2.5rem; color: var(--sky-foreground); }
.highlights-gallery-btn { margin-top: 1.5rem; }
@media (max-width: 639px) {
  .highlights-stage { min-height: 15.5rem; }
  .big-year { top: 34%; font-size: clamp(6rem, 37vw, 10rem); }
  .video-trigger { top: 67%; width: min(28rem, 86vw); }
  .highlights .h2 { margin-top: 1.5rem; }
}

/* ---------- Speakers ---------- */
.speakers-head { display: flex; flex-direction: column; align-items: flex-start; gap: 1.5rem; }
@media (min-width: 640px) { .speakers-head { flex-direction: row; align-items: flex-end; justify-content: space-between; } }
@media (max-width: 639px) {
  .speakers-head .section-link.on-navy-link { width: 100%; min-height: 3.5rem; justify-content: center; padding: .9rem 1.25rem; border: 1px solid color-mix(in oklab, var(--navy-foreground) 30%, transparent); border-radius: 999px; color: var(--navy-foreground); }
}
.speakers-grid { margin-top: 4rem; display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
@media (min-width: 640px) { .speakers-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1024px) { .speakers-grid { grid-template-columns: repeat(4, 1fr); } }
@media (min-width: 1280px) { .speakers-grid { grid-template-columns: repeat(6, 1fr); } }
.speakers-more { margin-top: 2.5rem; }
.speaker-card .photo { position: relative; overflow: hidden; border-radius: 1rem; background: color-mix(in oklab, var(--navy-foreground) 10%, transparent); }
.speaker-card .photo img { aspect-ratio: 4/5; width: 100%; object-fit: cover; transition: transform .5s; }
.speaker-card:hover .photo img { transform: scale(1.05); }
.speaker-room-tag { position: absolute; left: .5rem; top: .5rem; border-radius: 6px; padding: .25rem .5rem; font-size: .625rem; font-weight: 700; text-transform: uppercase; letter-spacing: .03em; color: #fff; }
.speaker-card h3 { margin-top: .75rem; font-family: var(--font-heading); font-size: 1rem; font-weight: 700; line-height: 1.2; }
.speaker-card .role { font-size: .75rem; color: color-mix(in oklab, var(--navy-foreground) 60%, transparent); }
.speaker-session { margin-top: .75rem; border-left: 2px solid var(--green); padding-left: .75rem; font-size: .75rem; line-height: 1.4; color: color-mix(in oklab, var(--navy-foreground) 72%, transparent); }
.speaker-session-title { color: var(--navy-foreground); font-weight: 700; line-height: 1.3; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.speaker-session-line { margin-top: .25rem; color: var(--green); font-weight: 600; }
.speaker-session-room { margin-top: .125rem; color: color-mix(in oklab, var(--navy-foreground) 68%, transparent); }
.speaker-session-empty { border-left-color: color-mix(in oklab, var(--navy-foreground) 20%, transparent); color: color-mix(in oklab, var(--navy-foreground) 55%, transparent); }
.speaker-meta { margin-top: .5rem; display: flex; flex-direction: column; gap: .25rem; font-size: .75rem; color: color-mix(in oklab, var(--navy-foreground) 75%, transparent); }
.speaker-meta .row { display: flex; align-items: center; gap: .375rem; }
.speaker-meta .row .grp { display: inline-flex; align-items: center; gap: .375rem; }
.speaker-meta .ico { color: var(--green); }
.speaker-meta .truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

/* ---------- Speakers page ---------- */
.speakers-page { background: var(--navy); color: var(--navy-foreground); }
.speakers-page-section { padding-top: 4rem; }
.speakers-page-grid { margin-top: 0; grid-template-columns: 1fr; gap: 2rem; }
.speakers-page-grid .speaker-card h3 { margin-top: 1rem; font-size: clamp(1.35rem, 2.2vw, 1.75rem); }
.speakers-page-grid .speaker-card .role { font-size: 1rem; }
.speakers-page-grid .speaker-session { font-size: .95rem; }
.speakers-page-grid .speaker-room-tag { left: .75rem; top: .75rem; padding: .4rem .75rem; font-size: .75rem; }
@media (min-width: 640px) { .speakers-page-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 960px) { .speakers-page-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1180px) { .speakers-page-grid { grid-template-columns: repeat(4, 1fr); } }

/* ---------- Sponsors ---------- */
.sponsors-head { max-width: 42rem; margin: 0 auto; text-align: center; }
.sponsors-desc { margin-top: 1rem; font-size: 1.125rem; line-height: 1.6; color: color-mix(in oklab, var(--navy-foreground) 70%, transparent); text-wrap: pretty; }
.sponsors-grid { margin-top: 4rem; display: flex; flex-wrap: wrap; justify-content: center; column-gap: 1rem; row-gap: 2rem; overflow: visible; border-radius: 0; border: 0; background: transparent; }
.sponsor-cell { display: flex; flex: 0 1 calc((100% - 1rem) / 2); height: 7rem; align-items: center; justify-content: center; background: var(--navy); padding: 0 1rem; text-align: center; transition: background .2s; }
@media (max-width: 639px) { .sponsors-grid-support .sponsor-cell { flex-basis: 100%; } }
@media (min-width: 640px) { .sponsor-cell { height: 8rem; } }
@media (min-width: 1024px) {
  .sponsors-grid-primary .sponsor-cell { flex-basis: calc((100% - 3rem) / 4); }
  .sponsors-grid-support .sponsor-cell { flex-basis: calc((100% - 2rem) / 3); }
}
.sponsor-cell a { display: flex; width: 100%; height: 100%; align-items: center; justify-content: center; }
.sponsor-cell img { max-width: min(18rem, 78%); max-height: 8rem; width: auto; height: auto; object-fit: contain; filter: brightness(0) invert(1); opacity: .9; transition: opacity .2s, transform .2s; }
.sponsor-cell:hover img { opacity: 1; transform: scale(1.04); }
.sponsor-cell span { font-family: var(--font-heading); font-size: 1rem; font-weight: 700; text-transform: uppercase; letter-spacing: -0.02em; color: color-mix(in oklab, var(--navy-foreground) 55%, transparent); transition: color .2s; }
@media (min-width: 640px) { .sponsor-cell span { font-size: 1.125rem; } }
.sponsor-cell:hover span { color: var(--navy-foreground); }
.sponsors-support { margin-top: 5rem; }
.sponsors-support h3 { text-align: center; font-family: var(--font-heading); font-size: 2.25rem; font-weight: 700; line-height: 1.15; letter-spacing: -0.02em; color: var(--navy-foreground); }
@media (min-width: 640px) { .sponsors-support h3 { font-size: 3rem; } }
.sponsors-support .sponsors-grid { margin-top: 2rem; }
.sponsor-empty { grid-column: 1 / -1; display: flex; min-height: 7rem; align-items: center; justify-content: center; background: var(--navy); color: color-mix(in oklab, var(--navy-foreground) 65%, transparent); font-weight: 600; }
.sponsors-cta { margin-top: 4rem; text-align: center; }

/* ---------- News & Media ---------- */
.news-media { overflow: hidden; }
.news-head { display: flex; max-width: none; flex-direction: column; align-items: flex-start; gap: 1.5rem; text-align: left; }
@media (min-width: 640px) { .news-head { flex-direction: row; align-items: flex-end; justify-content: space-between; } }
.news-all-mobile { display: none; margin-top: 2rem; width: 100%; }
.news-stack { position: relative; margin: 4rem 0 0; display: grid; gap: 1rem; width: 100%; }
.news-card { position: relative; width: 100%; border-radius: 0; background: transparent; color: var(--foreground); box-shadow: none; border-top: 1px solid var(--border); }
.news-card:last-child { border-bottom: 1px solid var(--border); }
.news-card:nth-child(2) { z-index: 2; background: transparent; }
.news-card a { display: grid; grid-template-columns: minmax(4.5rem, .5fr) minmax(0, 1fr); gap: 1rem; min-height: 10rem; padding: 1.25rem 0; color: inherit; }
.news-card time { align-self: start; font-family: var(--font-heading); font-size: clamp(.9rem, 1.4vw, 1.05rem); font-weight: 700; line-height: 1; letter-spacing: 0; color: var(--green); white-space: nowrap; }
.news-copy { align-self: start; min-width: 0; }
.news-copy h3 { max-width: 32rem; font-family: var(--font-heading); font-size: clamp(1.5rem, 3.6vw, 2.35rem); font-weight: 700; line-height: .95; letter-spacing: 0; text-wrap: balance; }
.news-copy p { margin-top: .75rem; max-width: 30rem; font-size: 1rem; color: color-mix(in oklab, var(--foreground) 78%, transparent); }
.news-card img { grid-column: 1 / -1; width: 100%; aspect-ratio: 16 / 9; border-radius: 6px; object-fit: cover; }
.news-empty { margin-top: 2rem; color: var(--muted-foreground); }
.news-pagination { margin-top: 3rem; display: flex; flex-wrap: wrap; justify-content: center; gap: .5rem; }
.news-pagination .page-numbers { display: inline-flex; min-width: 2.5rem; height: 2.5rem; align-items: center; justify-content: center; border-radius: 999px; background: var(--secondary); color: var(--foreground); font-weight: 700; padding: 0 .9rem; }
.news-pagination .page-numbers.current,
.news-pagination .page-numbers:hover { background: var(--green); color: var(--green-foreground); }
@media (max-width: 759px) {
  .news-all-link-head { display: none; }
  .news-all-mobile { display: flex; }
  .news-card a { grid-template-columns: 1fr; gap: 1rem; }
  .news-card time { grid-column: 1; order: 2; font-size: 1rem; }
  .news-copy { grid-column: 1; order: 3; width: 100%; }
  .news-copy h3, .news-copy p { max-width: none; width: 100%; }
  .news-card img { grid-column: 1; order: 1; margin-top: .25rem; }
}
@media (min-width: 760px) {
  .news-card { width: 100%; }
  .news-card:nth-child(1), .news-card:nth-child(3) { margin-left: 0; opacity: 1; }
  .news-card:nth-child(2) { width: 100%; margin-top: 0; margin-bottom: 0; }
  .news-card a { grid-template-columns: minmax(8.5rem, .24fr) minmax(18rem, 1fr) minmax(22rem, .75fr); column-gap: 2.25rem; align-items: start; min-height: 11rem; padding: 1.25rem 0; }
  .news-card img { grid-column: auto; height: 9.75rem; aspect-ratio: 16 / 9; }
}

/* ---------- Gallery page ---------- */
.gallery-page { background: var(--background); color: var(--foreground); }
.gallery-hero { padding-top: 11rem; padding-bottom: 3rem; background: var(--navy); color: var(--navy-foreground); }
.gallery-hero h1 { margin-top: 1rem; max-width: 56rem; font-family: var(--font-heading); font-size: clamp(3rem, 7vw, 6.5rem); font-weight: 700; line-height: .95; letter-spacing: 0; }
.gallery-intro { margin-top: 1.5rem; max-width: 42rem; font-size: 1.2rem; line-height: 1.6; color: color-mix(in oklab, var(--navy-foreground) 78%, transparent); }
.gallery-section { padding-top: 4rem; }
.gallery-grid { display: grid; grid-template-columns: 1fr; gap: 1rem; }
.gallery-item { position: relative; overflow: hidden; min-height: 16rem; border: 0; border-radius: 8px; background: var(--secondary); cursor: pointer; padding: 0; text-align: left; }
.gallery-item img { width: 100%; height: 100%; min-height: 16rem; object-fit: cover; transition: transform .45s, filter .45s; }
.gallery-item:hover img { transform: scale(1.05); filter: saturate(1.1); }
.gallery-item span { position: absolute; left: 1rem; right: 1rem; bottom: 1rem; border-radius: 999px; background: color-mix(in oklab, var(--navy) 78%, transparent); color: var(--navy-foreground); padding: .45rem .85rem; font-size: .85rem; font-weight: 700; }
.gallery-empty { color: var(--muted-foreground); }
@media (min-width: 700px) {
  .gallery-grid { grid-template-columns: repeat(6, 1fr); grid-auto-rows: 9rem; }
  .gallery-item { min-height: 0; }
  .gallery-item img { min-height: 0; }
  .gallery-item-1, .gallery-item-6 { grid-column: span 3; grid-row: span 2; }
  .gallery-item-2, .gallery-item-3, .gallery-item-4, .gallery-item-5 { grid-column: span 3; }
}
@media (min-width: 1024px) {
  .gallery-grid { grid-auto-rows: 11rem; }
  .gallery-item-1 { grid-column: span 3; grid-row: span 2; }
  .gallery-item-2 { grid-column: span 2; grid-row: span 1; }
  .gallery-item-3 { grid-column: span 1; grid-row: span 2; }
  .gallery-item-4 { grid-column: span 2; grid-row: span 1; }
  .gallery-item-5 { grid-column: span 2; grid-row: span 2; }
  .gallery-item-6 { grid-column: span 4; grid-row: span 2; }
}
.gallery-lightbox { position: fixed; inset: 0; z-index: 80; display: grid; place-items: center; background: rgba(18, 31, 73, .94); padding: 1rem; }
.gallery-lightbox[hidden] { display: none; }
.gallery-lightbox-close { position: fixed; right: 1.5rem; top: 1.5rem; z-index: 2; border: 0; background: transparent; color: var(--navy-foreground); font-size: 2rem; cursor: pointer; }
.gallery-lightbox figure { width: min(100%, 76rem); }
.gallery-lightbox img { width: 100%; max-height: 82vh; object-fit: contain; border-radius: 8px; }
.gallery-lightbox figcaption { margin-top: .75rem; text-align: center; color: var(--navy-foreground); font-weight: 600; }

/* ---------- Single news ---------- */
.single-news-page { background: var(--background); color: var(--foreground); }
.single-news-hero h1 { max-width: 64rem; }
.single-news-date { display: inline-block; margin-top: 1.5rem; font-family: var(--font-heading); font-size: 1rem; font-weight: 700; color: var(--green); }
.single-news-content { padding-top: 4rem; }
.single-news-container { max-width: 58rem; }
.single-news-featured { margin-bottom: 3rem; overflow: hidden; border-radius: 8px; background: var(--secondary); }
.single-news-featured img { width: 100%; max-height: 34rem; object-fit: cover; }
.single-news-body { font-size: 1.125rem; line-height: 1.75; color: color-mix(in oklab, var(--foreground) 84%, transparent); }
.single-news-body > * + * { margin-top: 1.35rem; }
.single-news-body h2,
.single-news-body h3,
.single-news-body h4 { margin-top: 2.5rem; font-family: var(--font-heading); line-height: 1.15; color: var(--foreground); }
.single-news-body h2 { font-size: clamp(2rem, 4vw, 3rem); }
.single-news-body h3 { font-size: clamp(1.5rem, 3vw, 2.15rem); }
.single-news-body a { color: var(--green); font-weight: 700; text-decoration: underline; text-underline-offset: .18em; }
.single-news-body ul,
.single-news-body ol { padding-left: 1.35rem; }
.single-news-body ul { list-style: disc; }
.single-news-body ol { list-style: decimal; }
.single-news-body blockquote { border-left: 4px solid var(--green); padding-left: 1.25rem; color: var(--foreground); font-family: var(--font-heading); font-size: 1.35rem; line-height: 1.35; }
.single-news-nav { margin-top: 4rem; display: flex; flex-direction: column; gap: 1.25rem; border-top: 1px solid var(--border); padding-top: 2rem; }
.single-news-post-links { display: flex; flex-wrap: wrap; gap: 1rem; }
.single-news-post-links a { color: var(--foreground); font-weight: 700; }
.single-news-post-links a:hover { color: var(--green); }
@media (min-width: 720px) {
  .single-news-nav { flex-direction: row; align-items: center; justify-content: space-between; }
}

/* ---------- Venue ---------- */
.venue-grid { display: grid; gap: 3rem; align-items: center; }
@media (min-width: 1024px) { .venue-grid { grid-template-columns: 1fr 1fr; gap: 4rem; } }
.venue-img { overflow: hidden; border-radius: 1.5rem; }
.venue-img img { aspect-ratio: 4/3; width: 100%; object-fit: cover; }
.venue-text { margin-top: 1.25rem; font-size: 1.125rem; line-height: 1.6; color: var(--muted-foreground); }
.venue-list { margin-top: 2rem; display: flex; flex-direction: column; gap: 1rem; }
.venue-list li { display: flex; align-items: center; gap: .75rem; color: var(--foreground); }
.venue-ico { display: grid; place-items: center; width: 2.5rem; height: 2.5rem; flex-shrink: 0; border-radius: .75rem; background: color-mix(in oklab, var(--green) 12%, transparent); color: var(--green); font-size: 1.1rem; }
.venue-ico-mask::before { content: ""; display: block; width: 1.25rem; height: 1.25rem; background: var(--green); -webkit-mask: var(--venue-icon) center / contain no-repeat; mask: var(--venue-icon) center / contain no-repeat; }

/* ---------- Newsletter ---------- */
.final-cta { position: relative; overflow: hidden; background: var(--navy); color: var(--navy-foreground); }
.final-cta-inner { position: relative; display: grid; gap: 3rem; align-items: center; }
.final-cta-copy { position: relative; z-index: 1; max-width: 44rem; }
.final-cta-copy .h2 { margin-top: .875rem; font-size: clamp(2.75rem, 7vw, 5.75rem); line-height: .95; letter-spacing: 0; }
.newsletter-desc { margin-top: 1.25rem; max-width: 40rem; font-size: 1.2rem; line-height: 1.6; color: color-mix(in oklab, var(--navy-foreground) 78%, transparent); text-wrap: pretty; }
.newsletter-open { margin-top: 2.5rem; min-width: 11rem; }
.final-cta-panel { position: relative; z-index: 1; display: grid; gap: 1px; overflow: hidden; border-radius: 8px; border: 1px solid color-mix(in oklab, var(--navy-foreground) 14%, transparent); background: color-mix(in oklab, var(--navy-foreground) 14%, transparent); }
.final-cta-panel div { background: color-mix(in oklab, var(--navy) 86%, var(--sky)); padding: 1.4rem 1.5rem; }
.final-cta-panel span { display: block; font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; color: var(--green); }
.final-cta-panel strong { display: block; margin-top: .35rem; font-family: var(--font-heading); font-size: 1.25rem; line-height: 1.1; color: var(--navy-foreground); }
@media (min-width: 900px) {
  .final-cta-inner { grid-template-columns: minmax(0, 1fr) minmax(18rem, 26rem); }
}
.newsletter-form { margin: 2.5rem auto 0; display: flex; flex-direction: column; gap: .75rem; max-width: 28rem; }
@media (min-width: 640px) { .newsletter-form { flex-direction: row; } }
.newsletter-form input { height: 3.5rem; flex: 1; border-radius: 999px; border: 1px solid color-mix(in oklab, var(--sky-foreground) 30%, transparent); background: color-mix(in oklab, var(--sky-foreground) 10%, transparent); padding: .875rem 1.5rem; color: var(--sky-foreground); font-size: 1rem; font-family: inherit; }
.newsletter-form input::placeholder { color: color-mix(in oklab, var(--sky-foreground) 60%, transparent); }
.newsletter-form input:focus { outline: none; border-color: var(--sky-foreground); }
.newsletter-form .btn { height: 3.5rem; }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy); color: var(--navy-foreground); }
.site-footer .container { padding-top: 4rem; padding-bottom: 4rem; }
.footer-grid { display: grid; gap: 3rem; }
@media (min-width: 1024px) { .footer-grid { grid-template-columns: 1.5fr 2fr; } }
.footer-about { margin-top: 1rem; max-width: 24rem; color: color-mix(in oklab, var(--navy-foreground) 65%, transparent); }
.footer-cols { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; }
@media (min-width: 640px) { .footer-cols { grid-template-columns: repeat(3, 1fr); } }
.footer-cols h3 { font-family: var(--font-heading); font-size: .875rem; font-weight: 600; text-transform: uppercase; letter-spacing: .05em; color: color-mix(in oklab, var(--navy-foreground) 50%, transparent); }
.footer-cols ul { margin-top: 1rem; display: flex; flex-direction: column; gap: .75rem; }
.footer-cols a { font-size: .875rem; color: color-mix(in oklab, var(--navy-foreground) 80%, transparent); transition: color .2s; }
.footer-cols a:hover { color: var(--green); }
.footer-bottom { margin-top: 4rem; display: flex; flex-direction: column; align-items: center; gap: 1rem; border-top: 1px solid color-mix(in oklab, var(--navy-foreground) 15%, transparent); padding-top: 2rem; }
@media (min-width: 640px) { .footer-bottom { flex-direction: row; justify-content: space-between; } }
.footer-bottom p { font-size: .875rem; color: color-mix(in oklab, var(--navy-foreground) 55%, transparent); }
.footer-legal ul { display: flex; flex-wrap: wrap; gap: 1.5rem; font-size: .875rem; color: color-mix(in oklab, var(--navy-foreground) 70%, transparent); }
.footer-legal a:hover { color: var(--green); }

/* ---------- Modal ---------- */
.modal { position: fixed; inset: 0; z-index: 60; display: grid; place-items: center; background: color-mix(in oklab, var(--navy) 90%, transparent); padding: 1rem; }
.modal[hidden] { display: none; }
.modal-close { position: absolute; right: 1.5rem; top: 1.5rem; background: none; border: none; color: var(--navy-foreground); font-size: 2rem; cursor: pointer; }
.modal-video { aspect-ratio: 16/9; width: 100%; max-width: 56rem; overflow: hidden; border-radius: 1rem; background: #000; }
.modal-video iframe { width: 100%; height: 100%; border: 0; }
.modal-panel { position: relative; width: min(100%, 34rem); border-radius: 1rem; background: var(--background); color: var(--foreground); padding: 2rem; box-shadow: 0 1.5rem 4rem rgba(0,0,0,.35); }
.modal-panel h2 { font-family: var(--font-heading); font-size: 2rem; line-height: 1.1; }
.modal-form { margin-top: 1.5rem; }
.fnt-newsletter-form { display: grid; gap: .875rem; }
.fnt-newsletter-form label { display: grid; gap: .375rem; font-size: .875rem; font-weight: 600; color: var(--foreground); }
.fnt-newsletter-form input { width: 100%; height: 3rem; border-radius: 999px; border: 1px solid var(--border); padding: .75rem 1rem; font: inherit; color: var(--foreground); }
.fnt-newsletter-form input:focus { outline: none; border-color: var(--green); box-shadow: 0 0 0 3px color-mix(in oklab, var(--green) 20%, transparent); }
.fnt-newsletter-form .btn { margin-top: .25rem; }
