@font-face { font-family: 'Inter'; font-style: normal; font-weight: 400 700; font-display: swap; src: url('/assets/fonts-2026/inter-normal-latinext.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 400 700; font-display: swap; src: url('/assets/fonts-2026/inter-normal-latin.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Lora'; font-style: italic; font-weight: 400 700; font-display: swap; src: url('/assets/fonts-2026/lora-italic-latinext.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Lora'; font-style: italic; font-weight: 400 700; font-display: swap; src: url('/assets/fonts-2026/lora-italic-latin.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Lora'; font-style: normal; font-weight: 400 700; font-display: swap; src: url('/assets/fonts-2026/lora-normal-latinext.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Lora'; font-style: normal; font-weight: 400 700; font-display: swap; src: url('/assets/fonts-2026/lora-normal-latin.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Source Sans 3'; font-style: normal; font-weight: 700; font-display: swap; src: url('/assets/fonts-2026/sourcesans3-700-latin.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Manrope'; font-style: normal; font-weight: 400 800; font-display: swap; src: url('/assets/fonts-2026/manrope-latinext.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Manrope'; font-style: normal; font-weight: 400 800; font-display: swap; src: url('/assets/fonts-2026/manrope-latin.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
/* Maine Tech Week 2026 — "Intersections" design system:
   warm white canvas, slate ink, blue pill CTAs, pink Lora serif accents. */
:root {
  --bg: #fcfcf7;
  --ink: #0f172a;
  --slate-700: #334155;
  --slate-600: #475569;
  --slate-500: #64748b;
  --slate-200: #e2e8f0;
  --slate-100: #f1f5f9;
  --blue: #0099ff;
  --blue-deep: #2563eb;
  --pink: #f42f7a;
  --navy: #1e293b;
  --font-sans: 'Inter', ui-sans-serif, system-ui, sans-serif;
  --font-serif: 'Lora', Georgia, serif;
  --content-max: 1080px;
  --radius: 16px;
}
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; overflow-x: clip; }
body {
  margin: 0; font-family: var(--font-sans); font-size: 17px; line-height: 1.65;
  color: var(--slate-600); background: var(--bg);
  min-height: 100vh; display: flex; flex-direction: column;
}
main { flex: 1 0 auto; }
img { max-width: 100%; height: auto; }
a { color: inherit; }
h1, h2, h3 { color: var(--ink); line-height: 1.2; margin: 0 0 0.5em; }
h1 { font-size: 44px; font-weight: 650; letter-spacing: -0.02em; }
h2 { font-size: 30px; font-weight: 600; letter-spacing: -0.01em; }
h3 { font-size: 20px; font-weight: 600; }
.serif, .serif h2 { font-family: var(--font-serif); color: var(--pink); font-weight: 500; }
h2.serif { font-size: 40px; }
.visually-hidden { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.container { max-width: var(--content-max); margin: 0 auto; padding: 0 24px; }
.center { text-align: center; }
.section { padding: 80px 0; }
.section--tight { padding: 48px 0; }
.prose { max-width: 720px; margin: 0 auto; }
.prose h2 { font-size: 24px; margin-top: 1.6em; }
.prose ul { padding-left: 1.3em; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--blue); color: #fff; border: 0; cursor: pointer;
  font-family: var(--font-sans); font-size: 15px; font-weight: 600;
  padding: 11px 22px; border-radius: 999px; text-decoration: none;
  transition: background 0.15s ease, transform 0.15s ease;
}
.btn:hover { background: var(--blue-deep); transform: translateY(-1px); }
.btn--nav { padding: 9px 16px; font-size: 14px; }
.button-row { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; margin-top: 1.5em; }

/* Topbar: small logo left, floating pill nav */
.topbar {
  position: sticky; top: 0; z-index: 40;
  display: flex; align-items: center; gap: 24px;
  width: 100%; align-self: stretch; box-sizing: border-box;
  max-width: 1200px; margin: 0 auto; padding: 14px 28px; pointer-events: none;
}
.topbar > * { pointer-events: auto; }
.topbar__logo { display: flex; flex: none; }
.topbar__logo img { border-radius: 8px; width: 44px; height: 44px; }
.topbar__search { display: flex; color: var(--ink); padding: 4px; margin-right: 4px; }
.topbar__search:hover { color: var(--blue-deep); }
.topbar__cta { flex: none; }
.topbar__pill {
  margin-left: auto; display: flex; align-items: center; gap: 10px;
  background: #fff; border-radius: 999px; padding: 6px 8px 6px 18px;
  box-shadow: 0 6px 24px rgba(15, 23, 42, 0.10), 0 1px 2px rgba(15, 23, 42, 0.06);
}
.topbar__nav { display: flex; gap: 18px; margin-right: 6px; }
.topbar__nav a { color: var(--ink); font-size: 14px; text-decoration: none; }
.topbar__nav a:hover, .topbar__nav a.is-active { color: var(--blue-deep); }
.topbar__burger { display: none; }

/* Hero — one quiet edge motif behind the lockup. The foreground lockup owns
   the full colour story; keeping the background to a single crop preserves
   the air and balance of the Framer composition. */
.hero { padding: 0; position: relative; overflow: hidden; }
.hero::after {
  /* Vector strokes (same mark as the lockup, no plate/wordmark) so the faint
     background outlines stay crisp at any size. Aspect matches the artwork. */
  content: ""; position: absolute; width: 410px; height: 800px; opacity: 0.08;
  background: url('/assets/img/motif-logo.svg') no-repeat center / contain;
  pointer-events: none;
}
.hero::after { top: -180px; right: -190px; transform: scaleX(-1); }
.hero__inner { position: relative; }
.hero__inner {
  max-width: var(--content-max); margin: 0 auto; padding: 0 24px;
  display: flex; align-items: center; gap: 40px;
}
.hero__logo { flex: 1 1 46%; display: flex; justify-content: center; }
.hero__logo img { width: min(400px, 100%); }
.hero__meta { flex: 1 1 54%; }
.hero__theme {
  font-size: 42px; font-weight: 650; letter-spacing: -0.02em;
  color: var(--ink); margin: 0; line-height: 1.1;
}
.hero__dates { font-size: 26px; color: var(--slate-500); margin: 0.25em 0 0; }
.hero__intro { max-width: 540px; margin-top: 20px; }

/* Intro and photo collage — the copy follows the lockup, then the full-bleed
   rail arrives with the generous separation used in the Framer composition.
   The track holds two copies of the set for a seamless loop. */
.intro-block {
  max-width: 720px;
  margin: clamp(20px, 2vw, 28px) auto 0;
  padding: 0 24px;
  text-align: left;
  font-size: clamp(17px, 1.4vw, 20px);
  line-height: 1.65;
  position: relative;
  z-index: 3;
}

/* Photo collage — a full-bleed strip of tilted photo
   cards drifting slowly right-to-left (seamless marquee; the track holds two
   copies of the set and animates -50%). */
/* Clip sideways only — the rotated strip must never be sliced top/bottom;
   photos float over the transparent page background. */
.collage-clip {
  overflow-x: clip;
  overflow-y: visible;
  margin-top: clamp(96px, 11vw, 164px);
  padding-bottom: max(72px, 6vw);
  position: relative;
  z-index: 2;
}
.collage { transform: rotate(7deg); margin: 30px -120px 0; position: relative; z-index: 2; }
.collage__track {
  display: flex; align-items: center; gap: 22px; width: max-content;
  animation: collage-drift 55s linear infinite;
}
.collage__track img {
  width: 270px; height: 335px; object-fit: cover; border-radius: 20px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.18);
  border: 6px solid #fff; flex: none;
}
.collage__track img:nth-child(odd)  { transform: rotate(-5deg) translateY(10px); }
.collage__track img:nth-child(even) { transform: rotate(4deg); }
@keyframes collage-drift {
  from { transform: translateX(-50%); }
  to   { transform: translateX(0); }
}
@media (prefers-reduced-motion: reduce) { .collage__track { animation: none; } }

/* Stats band */
.stats {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 40px 24px;
  max-width: 820px; margin: 0 auto; padding: 40px 24px; text-align: center;
}
.stats__value { font-family: var(--font-serif); font-size: 34px; color: var(--pink); font-weight: 500; }
.stats__label { font-size: 13px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--slate-500); margin-top: 4px; }

/* Speaker cards (2026 look: rounded squares, slate text) */
.speaker-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 32px 20px; margin-top: 40px; }
.speaker-card { display: flex; flex-direction: column; align-items: center; gap: 4px; text-decoration: none; text-align: center; }
.speaker-card__photo {
  width: 168px; height: 168px; border-radius: 24px; object-fit: cover;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.12); margin-bottom: 10px;
  background: var(--slate-100); display: block; transition: transform 0.15s ease;
}
.speaker-card:hover .speaker-card__photo { transform: translateY(-3px); }
.speaker-card__name { font-weight: 650; color: var(--ink); }
.speaker-card__title { font-size: 14px; color: var(--slate-600); }
.speaker-card__company { font-size: 13px; color: var(--blue-deep); }

/* Speaker detail */
.speaker-single__inner { display: flex; gap: 48px; align-items: flex-start; }
.speaker-single__photo { flex: 1 1 40%; }
.speaker-single__photo img { width: 100%; border-radius: 24px; }
.speaker-single__body { flex: 1 1 60%; display: flex; flex-direction: column; gap: 8px; }
.speaker-single__company { font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--slate-500); margin: 0; }
.speaker-single__name { margin: 0; }
.speaker-single__title { font-weight: 600; color: var(--slate-700); margin: 0; }
.speaker-single__divider { border: 0; border-top: 1px solid var(--slate-200); margin: 18px 0; width: 100%; }
.speaker-session { margin-bottom: 12px; }
.speaker-session__title { font-weight: 600; color: var(--ink); }
.speaker-session__when { font-size: 14px; color: var(--slate-500); }
.speaker-single__link a { color: var(--blue-deep); }

/* Sponsors */
.sponsor-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 32px 20px; margin-top: 40px; }
.sponsor-card { display: flex; flex-direction: column; align-items: center; gap: 12px; text-decoration: none; text-align: center; transition: transform 0.15s ease; }
.sponsor-card:hover { transform: translateY(-3px); }
.sponsor-card__logo {
  width: 180px; height: 140px; display: flex; align-items: center; justify-content: center;
  background: #fff; border-radius: var(--radius); padding: 18px;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.08);
}
.sponsor-card__logo img { max-width: 100%; max-height: 100%; object-fit: contain; }
.sponsor-card__name { font-weight: 600; color: var(--ink); }
.sponsor-band { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 28px; margin-top: 28px; }
.sponsor-band__logo { height: 72px; display: flex; align-items: center; }
.sponsor-band__logo img { max-height: 100%; max-width: 170px; object-fit: contain; }

/* Old-shell compatibility: plain background, no rail in 2026 */
.archive { display: block; }
.archive__content { max-width: var(--content-max); margin: 0 auto; padding: 64px 24px; }
.archive__rail { display: none; }

/* Schedule listing */
.mtw-schedule { margin: 1rem 0; }
.mtw-day { font-family: var(--font-serif); color: var(--pink); font-weight: 500; font-size: 32px; margin: 2rem 0 1rem; }
.mtw-slot { margin: 0 0 1.25rem; }
.mtw-slot-time { font-weight: 600; color: var(--ink); margin: 0.25rem 0 0.5rem; }
.mtw-session { margin-left: 1.25rem; padding: 14px 18px; background: #fff; border-radius: var(--radius); box-shadow: 0 2px 10px rgba(15,23,42,0.06); margin-bottom: 12px; }
.mtw-session-title { font-weight: 650; color: var(--ink); }
.mtw-session-venue { font-size: 14px; color: var(--slate-500); }
.mtw-speakers { margin: 6px 0 0; font-size: 14px; }
.mtw-speakers a { color: var(--blue-deep); }
.mtw-speaker-line { margin: 2px 0; }
.mtw-session-desc { font-size: 14px; color: var(--slate-500); margin-top: 6px; max-width: 62ch; }

/* FAQs accordion */
.faqs { max-width: 720px; margin: 32px auto 0; display: flex; flex-direction: column; gap: 10px; }
.faqs details { background: #fff; border-radius: 12px; box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06); }
.faqs summary {
  cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center;
  padding: 16px 20px; font-weight: 600; color: var(--ink); font-size: 15px;
}
.faqs summary::-webkit-details-marker { display: none; }
.faqs summary::after { content: "⌄"; color: var(--slate-500); transition: transform 0.15s ease; }
.faqs details[open] summary::after { transform: rotate(180deg); }
.faqs .faqs__answer { padding: 0 20px 16px; font-size: 15px; }

/* Contact */
.contact-hero__inner { max-width: var(--content-max); margin: 0 auto; padding: 48px 24px; display: flex; align-items: center; gap: 48px; }
.contact-hero__logo { flex: 1 1 45%; display: flex; justify-content: center; }
.contact-hero__logo img { width: min(420px, 100%); }
.contact-hero__statement { flex: 1 1 55%; margin: 0; max-width: none; }
.info-strip { background: var(--slate-100); }
.info-strip__inner { max-width: var(--content-max); margin: 0 auto; padding: 24px; display: flex; align-items: center; justify-content: space-around; gap: 20px; flex-wrap: wrap; }
.info-strip__city, .info-strip__dates { font-family: var(--font-serif); color: var(--pink); font-size: 22px; margin: 0; }
.container--form { max-width: 680px; }
.contact-form { display: flex; flex-direction: column; gap: 18px; }
.contact-form__field { display: flex; flex-direction: column; gap: 6px; }
.contact-form__field label, .contact-form__name legend { font-size: 14px; color: var(--slate-700); font-weight: 600; }
.contact-form__name { border: 0; padding: 0; margin: 0; }
.contact-form__name legend { margin-bottom: 6px; }
.contact-form__name-row { display: flex; gap: 16px; }
.contact-form__name-row > div { flex: 1; display: flex; flex-direction: column; gap: 4px; }
.contact-form__name-row input { width: 100%; }
.contact-form__sublabel { font-size: 12px; color: var(--slate-500); }
.contact-form__field input, .contact-form__field textarea, .contact-form__name-row input {
  font-family: var(--font-sans); font-size: 16px; color: var(--ink);
  border: 1px solid var(--slate-200); border-radius: 10px; padding: 11px 14px; background: #fff;
}
.contact-form__field input:focus, .contact-form__field textarea:focus, .contact-form__name-row input:focus { outline: 2px solid var(--blue); outline-offset: -1px; }
.contact-form .btn { align-self: flex-start; }
.req { color: var(--pink); }
#contact-status { min-height: 1.5em; }

/* Merch band (kept for future shop) */
.merch__inner { display: flex; align-items: center; gap: 44px; }
.merch__image { flex: 1 1 45%; }
.merch__image img { width: 100%; border-radius: var(--radius); }
.merch__body { flex: 1 1 55%; }

/* Newsletter band + footer */
.newsletter { background: var(--slate-100); padding: 64px 0; }
.newsletter__sub { max-width: 480px; margin: 0 auto 24px; }
.newsletter__form { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }
.newsletter__form input {
  font-family: var(--font-sans); font-size: 15px; padding: 11px 16px;
  border: 1px solid var(--slate-200); border-radius: 999px; min-width: 200px; background: #fff;
}
.newsletter__form input:focus { outline: 2px solid var(--blue); outline-offset: -1px; }
.newsletter__status { margin: 12px 0 0; font-size: 14px; }
.newsletter__status:empty { display: none; }
/* Newsletter card + minimal footer */
.newsletter { padding: 40px 24px 56px; }
.newsletter__card {
  max-width: var(--content-max); margin: 0 auto;
  background: linear-gradient(120deg, #eff6ff 0%, #dbeafe 100%);
  border-radius: 24px; padding: 48px 56px;
  display: flex; align-items: center; justify-content: space-between; gap: 40px; flex-wrap: wrap;
}
.newsletter__heading { font-family: var(--font-serif); color: var(--blue-deep); font-size: 40px; font-weight: 600; margin: 0 0 8px; }
.newsletter__sub { max-width: 340px; margin: 0; font-size: 14px; color: var(--slate-500); }
.newsletter__form { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.newsletter__form input[type="email"] {
  font-family: var(--font-sans); font-size: 15px; padding: 12px 18px; min-width: 240px;
  border: 0; border-radius: 999px; background: #fff; color: var(--ink);
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.08);
}
.newsletter__form input[type="email"]:focus { outline: 2px solid var(--blue); }
.newsletter__status { margin: 0; font-size: 13px; flex-basis: 100%; }
.newsletter__status:empty { display: none; }

.footer { background: transparent; margin-top: auto; }
.footer__inner {
  max-width: var(--content-max); margin: 0 auto; padding: 12px 24px 26px;
  display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap;
  font-size: 13px; color: var(--slate-500);
}
.footer__left { display: flex; align-items: center; gap: 12px; }
.footer__mark { border-radius: 50%; }
.footer__right { display: flex; align-items: center; gap: 18px; }
.footer__right a { color: var(--slate-600); text-decoration: none; display: inline-flex; align-items: center; }
.footer__right a:hover { color: var(--blue-deep); }
.footer__credit-link { color: var(--slate-400, #94a3b8) !important; font-size: 12px; }

/* Responsive */
@media (max-width: 1024px) {
  .topbar__burger { display: flex; flex-direction: column; gap: 4px; background: none; border: 0; cursor: pointer; padding: 8px; z-index: 260; }
  .topbar__burger span:not(.visually-hidden) {
    width: 20px; height: 2px; background: var(--ink); border-radius: 2px; display: block;
    transition: transform 0.25s ease, opacity 0.2s ease;
  }
  .topbar__nav { display: none; }
  /* Full-screen menu */
  body.nav-open .topbar { z-index: 250; }
  body.nav-open .topbar__nav {
    display: flex; position: fixed; inset: 0; max-width: none; opacity: 1;
    background: rgba(252, 252, 247, 0.98); z-index: 240;
    flex-direction: column; align-items: center; justify-content: center; gap: 6px;
    overflow: auto; white-space: normal; margin: 0;
  }
  body.nav-open .topbar__nav a { font-size: 26px; font-weight: 600; padding: 14px 24px; }
  /* Burger → ✕ */
  body.nav-open .topbar__burger span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  body.nav-open .topbar__burger span:nth-child(2) { opacity: 0; }
  body.nav-open .topbar__burger span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  body.nav-open .topbar__pill { background: transparent; box-shadow: none; }
}
@media (max-width: 767px) {
  h1 { font-size: 34px; }
  .section { padding: 52px 0; }

  /* Topbar: logo tile left, round floating burger — no pill, no CTA */
  .topbar { padding: 14px 20px; }
  .topbar__pill { margin-left: auto; padding: 0; width: 52px; height: 52px; justify-content: center; }
  .topbar__search, .topbar__cta { display: none; }
  .topbar__burger { padding: 0; }

  /* Hero: compact side-by-side row, like the reference */
  .hero__inner { gap: 20px; padding-top: 8px; }
  .hero__logo { flex: 0 0 44%; }
  .hero__logo img { width: 100%; }
  .hero__dates { font-size: 15px; }
  .hero__theme { font-size: 26px; }
  .hero::after { width: 310px; height: 610px; top: -155px; right: -170px; opacity: 0.065; }

  /* Preserve the text-to-image separation without creating a desktop-sized
     void on a phone. */
  .intro-block { margin-top: 22px; }
  .collage-clip { margin-top: 52px; padding-bottom: 56px; }
  .speaker-single__inner, .contact-hero__inner, .merch__inner { flex-direction: column; }

  /* Slider: smaller cards */
  .collage__track img { width: 175px; height: 215px; border-width: 5px; }
  .collage__track { gap: 14px; }

  .stats { grid-template-columns: 1fr 1fr; gap: 28px 12px; }
  .stats__value { font-size: 26px; }

  /* Sponsors: stacked, one logo per row */
  .sponsor-band { flex-direction: column; gap: 22px; }
  h2.serif { font-size: 32px; }
  .newsletter__card { padding: 32px 24px; }
  .newsletter__heading { font-size: 32px; }
}

/* Entrance animations. Load fade-up for the hero; scroll-driven
   reveals for later sections in engines that support animation-timeline. */
@keyframes rise-in { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: none; } }
.hero__inner > * { animation: rise-in 0.8s ease both; }
.hero__meta { animation-delay: 0.15s; }
@supports (animation-timeline: view()) {
  .section, .section--tight, .intro-block, .newsletter__card {
    animation: rise-in 0.7s ease both;
    animation-timeline: view();
    animation-range: entry 0% entry 45%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero__inner > *, .section, .section--tight, .intro-block, .newsletter__card { animation: none; }
}

/* Sponsor grid spacing (logo rows with inline CTA) */
.sponsor-band { gap: 48px 64px; margin-top: 48px; padding: 0 24px; }
.sponsor-band__logo { height: 60px; }
.sponsor-band__logo img { max-width: 190px; }
.sponsor-band__cta { flex: none; }

/* Team grid (About) */
.team-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  gap: 36px 22px; margin: 36px 0 56px;
}
.team-card { text-align: center; }
.team-card__photo {
  width: 150px; height: 150px; border-radius: 50%; object-fit: cover;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.12); margin-bottom: 12px;
}
.team-card__name { font-weight: 650; color: var(--ink); }
.team-card__role { font-size: 13px; color: var(--slate-500); }
.team-card__link { display: inline-flex; margin-top: 6px; color: var(--slate-500); }
.team-card__link:hover { color: var(--blue-deep); }
.about-founders__heading { margin-top: 24px; }
.about-founders__list { color: var(--slate-500); max-width: 720px; }

@media (max-width: 767px) {
  .sponsor-band { flex-direction: column; gap: 22px; }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .team-card__photo { width: 120px; height: 120px; }
}

/* 2025 Highlights */
.stats--five { max-width: 1000px; grid-template-columns: repeat(5, 1fr); }
@media (max-width: 767px) { .stats--five { grid-template-columns: repeat(2, 1fr); } }
.quote-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; max-width: 1000px; margin: 36px auto 0; }
.quote-card {
  background: #fff; border-radius: var(--radius); padding: 28px 26px; text-align: left;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.07);
  font-family: var(--font-serif); font-size: 18px; color: var(--slate-700); line-height: 1.55;
}
.highlights-strip { display: flex; justify-content: center; gap: 24px; padding: 30px 24px 10px; flex-wrap: wrap; }
.highlights-strip img {
  width: 220px; height: 270px; object-fit: cover; border-radius: 18px;
  border: 6px solid #fff; box-shadow: 0 12px 28px rgba(15, 23, 42, 0.16);
}
.highlights-strip img:nth-child(odd) { transform: rotate(-3deg); }
.highlights-strip img:nth-child(even) { transform: rotate(2.5deg); }
.highlights-strip img:nth-child(n+4) { display: none; }
@media (min-width: 1025px) { .highlights-strip img:nth-child(n+4) { display: block; } }

/* Sponsors split: 2025 thanks | divider | 2026 coming soon */
.sponsor-split {
  display: flex; gap: 44px; align-items: stretch; margin-top: 44px;
}
.sponsor-split__col { flex: 1 1 50%; text-align: center; }
.sponsor-split__divider { flex: none; width: 1px; background: var(--slate-200); }
.sponsor-split__heading { font-size: 22px; margin-bottom: 24px; }
.sponsor-mini-grid {
  display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 26px 34px;
}
.sponsor-mini { height: 44px; display: flex; align-items: center; }
.sponsor-mini img { max-height: 100%; max-width: 130px; object-fit: contain; }
.sponsor-split__col--future { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px; }
.sponsor-split__graphic { width: 150px; height: auto; }
.sponsor-split__note { font-family: var(--font-serif); color: var(--pink); font-size: 24px; margin: 0; }
@media (max-width: 767px) {
  .sponsor-split { flex-direction: column; gap: 36px; }
  .sponsor-split__divider { width: auto; height: 1px; }
}

/* Topbar search: animated pill morph + anchored results panel */
.topbar__pill { position: relative; transition: max-width 0.4s ease, flex 0.4s ease; }
.topbar__nav {
  white-space: nowrap; overflow: hidden; max-width: 640px; opacity: 1;
  transition: max-width 0.4s ease, opacity 0.3s ease, margin 0.4s ease;
}
body.search-open .topbar__nav { max-width: 0; opacity: 0; margin-right: 0; pointer-events: none; }
body.search-open .topbar__pill { flex: 1 1 auto; max-width: 620px; }
.topbar__searchbox {
  font-family: var(--font-sans); font-size: 15px; color: var(--ink);
  border: 0; outline: none; background: transparent;
  flex: 0 1 0%; width: 0; min-width: 0; padding: 6px 0; opacity: 0;
  pointer-events: none;
  transition: flex 0.4s ease, opacity 0.3s ease 0.1s, padding 0.4s ease;
}
body.search-open .topbar__searchbox { flex: 1 1 auto; opacity: 1; padding: 6px 4px 6px 10px; pointer-events: auto; }
.topbar__searchbox::-webkit-search-cancel-button { -webkit-appearance: none; appearance: none; }
.topbar__search {
  background: none; border: 0; cursor: pointer; padding: 4px; margin-right: 4px;
  color: var(--ink); position: relative; width: 26px; height: 26px; flex: none;
}
.topbar__search:hover { color: var(--blue-deep); }
.topbar__search-icon {
  position: absolute; inset: 4px;
  transition: opacity 0.45s ease, transform 0.45s ease;
}
.topbar__search-icon--find { opacity: 1; transform: rotate(0deg) scale(1); }
.topbar__search-icon--clip { opacity: 0; transform: rotate(-90deg) scale(0.4); }
body.search-open .topbar__search-icon--find { opacity: 0; transform: rotate(90deg) scale(0.4); }
body.search-open .topbar__search-icon--clip { opacity: 1; transform: rotate(0deg) scale(1); }
body.search-open .topbar__search.is-typing .topbar__search-icon--clip { animation: search-pulse 1.1s ease-in-out infinite; }
@keyframes search-pulse {
  0%, 100% { transform: rotate(0deg) scale(1); }
  50% { transform: rotate(0deg) scale(1.14); }
}
.search-panel {
  position: absolute; top: calc(100% + 10px); left: 0; right: 0;
  max-height: 420px; overflow-y: auto;
  background: #fff; border-radius: 18px; padding: 8px;
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.20), 0 2px 8px rgba(15, 23, 42, 0.08);
  z-index: 60;
  animation: panel-in 0.22s ease both;
}
@keyframes panel-in { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }
.search-result {
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  padding: 10px 14px; border-radius: 12px; text-decoration: none;
}
.search-result:hover, .search-result.is-active { background: var(--slate-100); }
.search-result__text { display: flex; flex-direction: column; min-width: 0; }
.search-result__label { font-weight: 600; color: var(--ink); font-size: 15px; }
.search-result__sub { font-size: 13px; color: var(--slate-500); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.search-tag {
  flex: none; font-size: 11px; font-weight: 700; letter-spacing: 0.04em;
  padding: 3px 9px; border-radius: 999px; white-space: nowrap;
}
.search-tag--now { background: #dbeafe; color: #1d4ed8; }
.search-tag--archive { background: #fde8cc; color: #b45309; }
.search-tag--page { background: var(--slate-100); color: var(--slate-600); }
.search-panel__empty { padding: 14px 16px; font-size: 14px; color: var(--slate-500); }
@media (max-width: 767px) { .topbar__search, .topbar__searchbox { display: none; } }
@media (prefers-reduced-motion: reduce) {
  .topbar__pill, .topbar__nav, .topbar__searchbox, .topbar__search-icon, .search-panel { transition: none; animation: none; }
}

/* Venue logos in the stats band */
.stats__cell { display: flex; flex-direction: column; align-items: center; }
/* One shared value-area height keeps every label on the same baseline,
   whether the cell holds a number or the venue logos. */
.stats__value, .stats__venues { min-height: 76px; display: flex; align-items: center; justify-content: center; }
.stats__venues { gap: 18px; max-width: 100%; }
.stats__venues img { height: 40px; width: auto; max-width: 100%; object-fit: contain; }
.stats__venues img[src*="pma"] { height: 72px; }
.stats__venues button { background: none; border: 0; padding: 0; cursor: pointer; display: flex; }
/* Venue map modal */
.venue-modal {
  position: fixed; inset: 0; z-index: 200; display: flex; align-items: center; justify-content: center;
  background: rgba(15, 23, 42, 0.5); padding: 20px;
}
.venue-modal[hidden] { display: none; }
.venue-modal__card {
  background: #fff; border-radius: 20px; overflow: hidden; max-width: 560px; width: 100%;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.35); position: relative;
}
.venue-modal__map { position: relative; height: 340px; overflow: hidden; }
.venue-modal__tiles {
  position: absolute; width: 768px; height: 768px; max-width: none; left: 50%; top: 50%;
}
.venue-modal__pin {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -100%);
  background: #fff; border-radius: 12px; padding: 8px 10px;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.3); border: 2px solid var(--ink);
}
.venue-modal__pin::after {
  content: ""; position: absolute; left: 50%; bottom: -8px; transform: translateX(-50%);
  border: 8px solid transparent; border-top-color: var(--ink); border-bottom: 0;
}
.venue-modal__pin img { height: 26px; width: auto; display: block; }
.venue-modal__pin img[src*="pma"] { height: 40px; }
.venue-modal__body { padding: 18px 22px 20px; text-align: center; }
.venue-modal__name { font-weight: 700; color: var(--ink); font-size: 18px; margin: 0 0 2px; }
.venue-modal__addr { font-size: 14px; color: var(--slate-500); margin: 0 0 14px; }
.venue-modal__actions { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; }
.venue-modal__credit { font-size: 11px; color: var(--slate-500); margin: 10px 0 0; }
.venue-modal__close {
  position: absolute; top: 12px; right: 12px; z-index: 2;
  background: #fff; border: 0; cursor: pointer; border-radius: 999px;
  width: 34px; height: 34px; font-size: 20px; line-height: 1; color: var(--ink);
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.25);
}
@media (max-width: 767px) {
  .venue-modal { align-items: flex-end; padding: 0; }
  .venue-modal__card { border-radius: 20px 20px 0 0; max-width: none; }
  .venue-modal__map { height: 240px; }
}
.stats__venues-plus { font-family: var(--font-serif); font-size: 26px; color: var(--pink); }


/* Mobile footer: stacked, centered */
@media (max-width: 767px) {
  .footer__inner { flex-direction: column; align-items: center; gap: 12px; padding: 20px 20px 10px; }
  .footer__left { justify-content: center; }
  .footer__right { justify-content: center; flex-wrap: wrap; gap: 14px 18px; }
  .footer__credit-link { flex-basis: 100%; justify-content: center; text-align: center; margin-top: 2px; }
  .newsletter { padding-left: 16px; padding-right: 16px; }
}


/* Full-screen menu social row (mobile menu only) + mobile footer trim */
.topbar__nav-social { display: none; }
@media (max-width: 1024px) {
  body.nav-open .topbar__nav-social { display: flex; gap: 26px; margin-top: 22px; }
  body.nav-open .topbar__nav-social a { color: var(--ink); padding: 8px; }
  body.nav-open .topbar__nav-social a:hover { color: var(--blue-deep); }
}
@media (max-width: 767px) {
  .footer__right a.footer__link--desktop { display: none; }
}


/* Stats band on phones: the venue logos need a full-width row of their own —
   two logos of different proportions never fit a half-width cell. */
@media (max-width: 767px) {
  .stats { padding: 32px 20px; }
  .stats__value, .stats__venues { min-height: 58px; }
  .stats__cell--3, .stats__cell--4 { grid-column: 1 / -1; }
  .stats__cell--3 { margin-top: 4px; }
  .stats__venues { gap: 14px; }
  .stats__venues img { height: 30px; }
  .stats__venues img[src*="pma"] { height: 54px; }
  .stats__venues-plus { font-size: 20px; }
}


/* ── Brand mark animation (hero lockup + sponsors motif) ───────────────────
   Timeline over one 10s cycle:
     0.0–2.4s  the five colour loops draw themselves on, staggered
     2.4–3.3s  the faint under-strokes fade in behind them
     3.3–8.3s  five-second hold on the complete mark
     8.3–10s   the loops retract and the cycle restarts
   Every drawn path carries pathLength="1", so `stroke-dasharray: 1` means
   "one dash the length of the path, then an equal gap": offset 1 hides it,
   0 draws it fully, -1 retracts it — which is what lets strokes of very
   different real lengths draw at the same visual pace. */
.hero-logo { display: block; width: min(350px, 100%); height: auto; }
.motif-logo { display: block; height: 250px; width: auto; }

/* The colour loops: path-drawn, staggered. */
.hero-logo .hl-line,
.motif-logo .hl-line {
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  animation: hl-draw 10s cubic-bezier(0.65, 0, 0.35, 1) infinite;
}
.hero-logo .hl-line--1, .motif-logo .hl-line--1 { animation-delay: 0s; }
.hero-logo .hl-line--2, .motif-logo .hl-line--2 { animation-delay: 0.16s; }
.hero-logo .hl-line--3, .motif-logo .hl-line--3 { animation-delay: 0.32s; }
.hero-logo .hl-line--4, .motif-logo .hl-line--4 { animation-delay: 0.48s; }
.hero-logo .hl-line--5, .motif-logo .hl-line--5 { animation-delay: 0.64s; }
.hero-logo .hl-line--6, .motif-logo .hl-line--6 { animation-delay: 0.8s; }

/* The faint under-strokes: never drawn, they simply fade in once the loops
   have finished, then fade out with them. */
.hero-logo .hl-ghost,
.motif-logo .hl-ghost {
  stroke-dasharray: none;
  stroke-dashoffset: 0;
  opacity: 0;
  animation: hl-ghost-fade 10s ease infinite;
}

@keyframes hl-draw {
  0%   { stroke-dashoffset: 1; }
  16%  { stroke-dashoffset: 0; }
  83%  { stroke-dashoffset: 0; }
  100% { stroke-dashoffset: -1; }
}
@keyframes hl-ghost-fade {
  0%, 24% { opacity: 0; }
  33%     { opacity: 0.1; }
  85%     { opacity: 0.1; }
  95%     { opacity: 0; }
  100%    { opacity: 0; }
}

/* The black wordmark plate stays put — only the strokes animate. */
.hero-logo .hero-logo__box { animation: none; }

@media (prefers-reduced-motion: reduce) {
  .hero-logo .hl-line, .motif-logo .hl-line { animation: none; stroke-dashoffset: 0; }
  .hero-logo .hl-ghost, .motif-logo .hl-ghost { animation: none; opacity: 0.1; }
}
@media (max-width: 767px) {
  .hero-logo { width: min(250px, 100%); }
  .motif-logo { height: 190px; }
}

/* ── Cookie notice ─────────────────────────────────────────────────────────
   Markup is engine-rendered (.site-cookie-banner with .site-cookie-accept /
   .site-cookie-decline); restyled here to the 2026 system — white card,
   blue primary pill, quiet outlined secondary. */
.site-cookie-banner[data-site-cookie-banner] {
  background: #fff;
  color: var(--slate-600);
  font-family: var(--font-sans);
  font-size: 14px;
  line-height: 1.55;
  border: 1px solid var(--slate-200);
  border-radius: var(--radius);
  box-shadow: 0 14px 38px rgba(15, 23, 42, 0.16);
  padding: 18px 20px;
}
.site-cookie-banner[data-site-cookie-banner] p { margin: 0 0 14px; color: var(--slate-600); }
.site-cookie-banner .site-cookie-actions {
  display: flex; gap: 10px; justify-content: flex-end; flex-wrap: wrap;
}
.site-cookie-banner .site-cookie-accept,
.site-cookie-banner .site-cookie-decline {
  font-family: var(--font-sans);
  font-size: 14px; font-weight: 600;
  padding: 9px 20px;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease, transform 0.15s ease;
}
.site-cookie-banner .site-cookie-accept {
  background: var(--blue); color: #fff; border: 1px solid var(--blue);
}
.site-cookie-banner .site-cookie-accept:hover {
  background: var(--blue-deep); border-color: var(--blue-deep); transform: translateY(-1px);
}
.site-cookie-banner .site-cookie-decline {
  background: transparent; color: var(--slate-600); border: 1px solid var(--slate-200);
}
.site-cookie-banner .site-cookie-decline:hover { background: var(--slate-100); color: var(--ink); }
@media (max-width: 767px) {
  .site-cookie-banner .site-cookie-actions { justify-content: stretch; }
  .site-cookie-banner .site-cookie-accept,
  .site-cookie-banner .site-cookie-decline { flex: 1 1 auto; }
}

/* 2026 Intersections site system. Namespaced so frozen archive pages keep
   their year-specific presentation. */
.mtw-landing-page {
  --landing-ink: #0a0a0a;
  --landing-pink: #f03e7f;
  --landing-green: #3ddc84;
  --landing-purple: #7b6fe6;
  --landing-orange: #f39a2c;
  --landing-cyan: #2bbfee;
  display: block;
  overflow-x: clip;
  background: #fff;
  color: var(--landing-ink);
  font-family: 'Manrope', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: normal;
  text-wrap: pretty;
}
.mtw-landing-page ::selection { background: var(--landing-pink); color: #fff; }
.mtw-landing-page a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.mtw-landing-page a:hover { color: var(--landing-pink); }
.mtw-landing-page h1,
.mtw-landing-page h2,
.mtw-landing-page h3 {
  color: inherit;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  text-wrap: pretty;
}
.mtw-landing-page p,
.mtw-landing-page li { text-wrap: pretty; }
.landing-no-break { white-space: nowrap; }
.mtw-landing-page main { display: block; }
.landing-shell { width: min(100%, 1540px); margin-inline: auto; padding-inline: clamp(24px, 6vw, 110px); }
.landing-dark { max-width: none; background: var(--landing-ink); color: #fff; }
.landing-accent--pink { color: var(--landing-pink); }
.landing-accent--green { color: var(--landing-green); }
.landing-accent--purple { color: var(--landing-purple); }
.landing-accent--orange { color: var(--landing-orange); }
.landing-accent--blue { color: #0f9bcb; }
.landing-accent--sky { color: #29b6f6; }
.landing-accent--cyan { color: var(--landing-cyan); }
.landing-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(20px, 4vw, 56px);
  background: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid rgba(10, 10, 10, 0.07);
  backdrop-filter: saturate(160%) blur(14px);
}
.landing-header__brand { display: flex; align-items: center; gap: 14px; text-decoration: none; }
.landing-header__brand img { display: block; width: 46px; height: 46px; }
.landing-header__brand span { color: rgba(10, 10, 10, 0.64); font-size: 11px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; }
.landing-header__nav { display: flex; align-items: center; gap: clamp(14px, 2.2vw, 34px); }
.landing-header__nav a { font-size: 14px; font-weight: 600; text-decoration: none; }
.landing-header__nav .landing-button { font-weight: 700; }
.landing-button {
  display: inline-block;
  padding: 18px 30px;
  border: 0;
  border-radius: 0;
  background: var(--landing-ink);
  color: #fff !important;
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  white-space: nowrap;
  transition: background 150ms ease, color 150ms ease;
}
.landing-button:hover { background: var(--landing-pink); color: #fff; }
.landing-button--small { padding: 12px 20px; font-size: 14px; }
.landing-button--light { background: #fff; color: var(--landing-ink) !important; }
.landing-button--light:hover { background: var(--landing-green); }
.landing-hero {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(330px, 100%), 1fr));
  align-items: center;
  gap: clamp(40px, 5vw, 80px);
  min-height: 78vh;
  padding-top: clamp(56px, 11vh, 140px);
  padding-bottom: clamp(48px, 7vh, 90px);
}
.landing-hero__copy { min-width: 0; }
.landing-hero h1 {
  max-width: 11ch;
  margin: 0;
  font-size: clamp(38px, 7vw, 132px);
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -0.015em;
}
.landing-hero__sub { max-width: 30ch; margin: clamp(24px, 4vh, 44px) 0 0; color: rgba(10, 10, 10, 0.72); font-size: clamp(19px, 1.9vw, 27px); font-weight: 500; line-height: 1.42; }
.landing-hero__body { max-width: 46ch; margin: clamp(14px, 2vh, 20px) 0 0; color: rgba(10, 10, 10, 0.62); font-size: clamp(16px, 1.25vw, 18px); font-weight: 400; line-height: 1.55; }
.landing-hero__date { margin: clamp(20px, 3vh, 30px) 0 0; color: rgba(10, 10, 10, 0.64); font-size: 13px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; }
.landing-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 28px; margin-top: clamp(34px, 6vh, 60px); }
.landing-text-link { font-weight: 700; }
.landing-eyebrow {
  margin: 0;
  color: rgba(10, 10, 10, 0.64);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.landing-hero__eyebrow { margin-bottom: clamp(20px, 4vh, 44px); }
.landing-days__eyebrow { margin-bottom: 22px; color: rgba(255, 255, 255, 0.5); }
.landing-open-door__eyebrow { margin-bottom: clamp(24px, 4vh, 44px); }
.landing-sponsor-story__eyebrow {
  margin-bottom: clamp(18px, 3vh, 28px);
  color: rgba(10, 10, 10, 0.62);
  font-size: 11px;
}
.interior-hero__eyebrow { margin-bottom: clamp(24px, 5vh, 52px); }
.sponsor-history__inner > .sponsor-history__eyebrow {
  margin: 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.sponsor-history__inner > .sponsor-history__eyebrow + h2 { margin-top: 18px; }
.sponsor-plan__eyebrow { margin-bottom: clamp(16px, 3vh, 26px); }
.sponsor-contact .sponsor-contact__eyebrow {
  margin: 0;
  color: rgba(10, 10, 10, 0.62);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.sponsor-contact .sponsor-contact__eyebrow + p { margin-top: 14px; }
.sponsor-respond__form > .sponsor-respond__eyebrow {
  margin: 0;
  color: #f03e7f;
  font-size: 11px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.sponsor-respond__form > .sponsor-respond__eyebrow + h2 { margin-top: 16px; }
/* The commissioned animation replaces Torie's black video tile, while keeping
   the same square footprint and two-column placement as the supplied design. */
.landing-hero__media {
  display: grid;
  align-self: start;
  justify-self: end;
  place-items: center;
  margin-top: calc(clamp(20px, 4vh, 44px) + 17px);
  width: 100%;
  max-width: 460px;
  height: min(calc(100vw - 48px), 460px);
  min-width: 0;
  min-height: 0;
  aspect-ratio: 1 / 1;
  overflow: visible;
  background: transparent;
}
.landing-hero__media .hero-logo { display: block; width: auto; max-width: 100%; height: 100%; overflow: visible; }
.landing-define {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(32px, 4.5vw, 80px);
  align-items: start;
  max-width: 1560px;
  padding-top: clamp(40px, 6vh, 80px);
  padding-bottom: clamp(60px, 9vh, 120px);
}
.landing-define > div:first-child { flex: 1 1 330px; min-width: 0; }
.landing-define h2 { max-width: 14ch; margin: 0; font-size: clamp(34px, 4.6vw, 76px); font-weight: 800; line-height: 1.1; letter-spacing: -0.035em; }
.landing-define > div:first-child > p { max-width: 40ch; margin: clamp(24px, 3.5vh, 40px) 0 0; color: rgba(10, 10, 10, 0.7); font-size: clamp(17px, 1.5vw, 21px); font-weight: 500; line-height: 1.6; }
.landing-define__statement { flex: 1 1 320px; min-width: 0; padding-top: clamp(8px, 2vh, 22px); }
.landing-define__statement > p { max-width: 32ch; margin: 0; font-size: clamp(21px, 2.1vw, 32px); font-weight: 500; line-height: 1.3; letter-spacing: -0.018em; }
.landing-color-bars { display: flex; gap: 8px; margin-bottom: clamp(22px, 3.5vh, 36px); }
.landing-color-bars span { display: block; width: 46px; height: 8px; }
.landing-color-bars span:nth-child(1) { background: var(--landing-green); }
.landing-color-bars span:nth-child(2) { background: var(--landing-pink); }
.landing-color-bars span:nth-child(3) { background: var(--landing-purple); }
.landing-color-bars span:nth-child(4) { background: var(--landing-cyan); }
.landing-color-bars span:nth-child(5) { background: var(--landing-orange); }
.landing-proof { margin: 0; padding-top: clamp(40px, 6vh, 80px); }
.landing-proof > img { display: block; width: 100%; height: clamp(360px, 76vh, 820px); object-fit: cover; object-position: 50% 42%; }
.landing-proof > figcaption { margin: 16px clamp(24px, 6vw, 110px) 0; color: rgba(10, 10, 10, 0.62); font-size: 11px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; }
.landing-proof__copy { padding-top: 16px; }
.landing-proof__copy > p:last-child { max-width: 40ch; margin: 10px 0 0; font-size: clamp(18px, 1.9vw, 26px); font-weight: 700; letter-spacing: -0.01em; }
.landing-connected { display: flex; flex-direction: column; align-items: center; padding-top: clamp(90px, 20vh, 240px); padding-bottom: clamp(90px, 20vh, 240px); text-align: center; }
.landing-connected h2,
.landing-connected__statement { max-width: 24ch; margin: 0 auto; color: var(--landing-ink); font-size: clamp(28px, 4.4vw, 64px); font-weight: 700; line-height: 1.1; letter-spacing: -0.03em; }
.landing-connected p:not(.landing-connected__statement) { margin: clamp(24px, 4vh, 40px) 0 0; color: rgba(10, 10, 10, 0.64); font-size: clamp(15px, 1.3vw, 18px); font-weight: 500; letter-spacing: 0.02em; }
.landing-connection-signal { display: flex; align-items: center; gap: clamp(10px, 1.2vw, 16px); margin-top: clamp(30px, 5vh, 52px); }
.landing-connection-signal span { display: block; width: clamp(14px, 1.5vw, 21px); height: clamp(14px, 1.5vw, 21px); background: var(--signal-color); }
.landing-connection-signal span:nth-child(1) { --signal-color: var(--landing-green); }
.landing-connection-signal span:nth-child(2) { --signal-color: var(--landing-pink); }
.landing-connection-signal span:nth-child(3) { --signal-color: var(--landing-purple); }
.landing-connection-signal span:nth-child(4) { --signal-color: #29b6f6; }
.landing-connection-signal span:nth-child(5) { --signal-color: var(--landing-orange); }
.landing-sponsor-band { padding: clamp(50px, 9vh, 110px) 0; }
.landing-sponsor-band > .landing-shell { width: min(100%, 1540px); }
.landing-sponsor-band__head { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 20px 40px; padding-bottom: clamp(24px, 4vh, 40px); border-bottom: 1px solid rgba(10, 10, 10, 0.14); }
.landing-sponsor-band__head h2 { margin: 0; color: rgba(10, 10, 10, 0.64); font-size: 12px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; }
.sponsor-years .landing-sponsor-band__head h2 { color: var(--landing-ink); font-size: clamp(28px, 3.5vw, 48px); line-height: 1.1; letter-spacing: -.025em; text-transform: none; }
.sponsor-years .landing-sponsor-band + .landing-sponsor-band { padding-top: 0; }
.landing-sponsor-band__head a { color: rgba(10, 10, 10, 0.72); font-size: 14px; font-weight: 600; text-decoration: none; }
.landing-sponsor-band__logos { display: flex; flex-wrap: wrap; align-items: center; gap: clamp(30px, 5vw, 72px); padding-top: clamp(30px, 5vh, 52px); }
.landing-sponsor-band__logos > a,
.landing-sponsor-band__logos > span { display: grid; place-items: center; min-width: 120px; min-height: 72px; color: var(--landing-ink); text-decoration: none; }
.landing-sponsor-band__logos img { display: block; width: auto; max-width: 190px; max-height: 72px; object-fit: contain; }
.landing-sponsor-band__logos .landing-sponsor-logo--wursta { height: clamp(28px, 3vw, 38px); max-height: none; }
.landing-sponsor-band__logos .landing-sponsor-logo--zayo { height: clamp(64px, 7vw, 92px); max-height: none; }
.landing-sponsor-band__logos .landing-sponsor-logo--cei { height: clamp(38px, 4vw, 52px); max-height: none; }
.landing-days { padding-block: clamp(70px, 13vh, 160px); }
.landing-days__head { display: flex; flex-wrap: wrap; align-items: end; justify-content: space-between; gap: 32px; }
.landing-days__head h2 { max-width: 18ch; margin: 0; font-size: clamp(34px, 5vw, 76px); font-weight: 800; line-height: 1.1; letter-spacing: -0.035em; }
.landing-days__head > p { max-width: 30ch; margin: 0; color: rgba(255, 255, 255, 0.62); font-size: 15px; font-weight: 500; line-height: 1.6; }
.landing-day-list { margin-top: clamp(48px, 8vh, 96px); border-top: 1px solid rgba(255, 255, 255, 0.16); }
.landing-day { display: flex; flex-wrap: wrap; gap: clamp(24px, 4vw, 60px); align-items: start; padding-block: clamp(32px, 5vh, 56px); border-bottom: 1px solid rgba(255, 255, 255, 0.16); }
.landing-day__when { flex: 0 0 clamp(104px, 12vw, 150px); }
.landing-day__when > span { display: block; width: 42px; height: 8px; margin-bottom: 18px; background: var(--day-color); }
.landing-day__when strong { display: block; color: rgba(255, 255, 255, 0.55); font-size: 13px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; }
.landing-day__when small { display: block; margin-top: 6px; color: rgba(255, 255, 255, 0.64); font-size: 13px; font-weight: 500; }
.landing-day__what { flex: 1 1 420px; min-width: 0; }
.landing-day__what h3 { max-width: 22ch; margin: 0; font-size: clamp(23px, 2.6vw, 38px); font-weight: 700; line-height: 1.2; letter-spacing: -0.025em; }
.landing-day__what p { max-width: 58ch; margin: 16px 0 0; color: rgba(255, 255, 255, 0.68); font-size: 16px; font-weight: 500; line-height: 1.55; }
.landing-day > img { flex: 0 0 clamp(180px, 22vw, 300px); min-width: 0; display: block; width: 100%; max-width: 300px; height: clamp(160px, 20vh, 240px); object-fit: cover; }
.landing-day:nth-child(3) > img { object-position: 30% 50%; }
.landing-day:nth-child(4) > img { object-position: 50% 30%; }
.landing-days__note { max-width: 46ch; margin: clamp(36px, 6vh, 56px) 0 0; color: rgba(255, 255, 255, 0.8); font-size: 17px; font-weight: 500; line-height: 1.55; }
.landing-days__note a { font-weight: 800; }
.landing-days__note a:hover { color: var(--landing-green); }
.landing-days__link { display: inline-block; margin-top: clamp(36px, 6vh, 60px); color: #fff !important; font-size: 17px; font-weight: 700; }
.landing-days__link:hover { color: var(--landing-green) !important; }
.landing-section { padding-top: clamp(80px, 14vh, 170px); padding-bottom: clamp(80px, 14vh, 170px); }
.landing-section.landing-dark { width: 100%; }
.landing-section.landing-dark > .landing-shell { padding-inline: clamp(24px, 6vw, 110px); }
.landing-section h2 { max-width: 16ch; margin: 0; font-size: clamp(32px, 4.6vw, 68px); font-weight: 800; line-height: 0.96; letter-spacing: -0.035em; }
.landing-section__body { max-width: 46ch; margin: clamp(22px, 3.5vh, 36px) 0 0; color: rgba(10, 10, 10, 0.72); font-size: clamp(17px, 1.5vw, 21px); font-weight: 500; line-height: 1.6; }
.landing-dark .landing-section__body { color: rgba(255, 255, 255, 0.72); }
.landing-section .landing-button { margin-top: clamp(24px, 4vh, 40px); margin-bottom: 16px; }
.landing-section--split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(330px, 0.88fr); gap: clamp(48px, 8vw, 130px); align-items: center; }
.landing-section__copy { min-width: 0; }
.landing-motion { position: relative; justify-self: stretch; width: 100%; min-height: clamp(380px, 42vw, 560px); pointer-events: none; }
.landing-motion--speakers { max-width: 570px; justify-self: end; }
.landing-speaker-card { --card-angle: 0deg; position: absolute; width: min(54%, 270px); aspect-ratio: 1.28; padding: clamp(18px, 2.2vw, 28px); border: 2px solid var(--landing-ink); background: #fff; box-shadow: 14px 14px 0 var(--card-shadow); animation: landing-card-float 6s ease-in-out infinite; animation-delay: var(--card-delay); }
.landing-speaker-card span { display: block; width: clamp(48px, 7vw, 78px); aspect-ratio: 1; margin-bottom: clamp(24px, 4vw, 44px); border-radius: 50%; background: var(--card-accent); }
.landing-speaker-card i { display: block; width: 68%; height: 8px; margin-top: 10px; background: var(--landing-ink); opacity: 0.15; }
.landing-speaker-card i + i { width: 44%; }
.landing-speaker-card b { position: absolute; right: 15px; bottom: 12px; font-size: 12px; letter-spacing: 0.16em; }
.landing-speaker-card--one { --card-angle: -6deg; --card-accent: var(--landing-green); --card-shadow: var(--landing-purple); --card-delay: -1s; top: 3%; left: 3%; }
.landing-speaker-card--two { --card-angle: 7deg; --card-accent: var(--landing-pink); --card-shadow: var(--landing-cyan); --card-delay: -3s; top: 27%; right: 4%; }
.landing-speaker-card--three { --card-angle: -2deg; --card-accent: var(--landing-orange); --card-shadow: var(--landing-green); --card-delay: -5s; bottom: 4%; left: 14%; }
.landing-speaker-orbit { position: absolute; z-index: -1; top: 5%; right: 4%; width: 68%; aspect-ratio: 1; border: 2px dashed rgba(10, 10, 10, 0.16); border-radius: 50%; animation: landing-orbit-spin 24s linear infinite; }
.landing-speaker-orbit span { position: absolute; width: 16px; height: 16px; background: var(--landing-pink); }
.landing-speaker-orbit span:nth-child(1) { top: 3%; left: 29%; }
.landing-speaker-orbit span:nth-child(2) { right: 2%; bottom: 27%; background: var(--landing-cyan); }
.landing-speaker-orbit span:nth-child(3) { left: 8%; bottom: 11%; background: var(--landing-green); }
.landing-motion--sessions { max-width: 600px; justify-self: end; }
.landing-motion--sessions svg { display: block; width: 100%; height: 100%; overflow: visible; }
.landing-motion--sessions .landing-path { fill: none; stroke-width: 9; stroke-linecap: round; stroke-dasharray: 20 17; animation: landing-path-travel 8s linear infinite; }
.landing-motion--sessions .landing-path--one { stroke: var(--landing-green); }
.landing-motion--sessions .landing-path--two { stroke: var(--landing-pink); animation-direction: reverse; animation-duration: 10s; }
.landing-motion--sessions .landing-path--three { stroke: var(--landing-purple); animation-duration: 12s; }
.landing-motion--sessions .landing-node { transform-box: fill-box; transform-origin: center; animation: landing-node-pulse 3.2s ease-in-out infinite; }
.landing-motion--sessions .landing-node--one { fill: var(--landing-orange); }
.landing-motion--sessions .landing-node--two { fill: var(--landing-cyan); animation-delay: -1s; }
.landing-motion--sessions .landing-node--three { fill: #fff; animation-delay: -2s; }
.landing-motion--sponsors { display: grid; place-items: center; max-width: 580px; justify-self: end; }
.landing-sponsor-grid { display: grid; grid-template-columns: repeat(4, 1fr); width: min(92%, 520px); aspect-ratio: 4 / 3; border: 2px solid var(--landing-ink); background: var(--landing-ink); gap: 2px; }
.landing-sponsor-grid span { background: #fff; animation: landing-sponsor-tile 8s steps(1, end) infinite; animation-delay: calc(var(--tile) * -0.42s); }
.landing-sponsor-grid span:nth-child(1) { --tile: 1; background: var(--landing-green); }
.landing-sponsor-grid span:nth-child(2) { --tile: 2; }
.landing-sponsor-grid span:nth-child(3) { --tile: 3; background: var(--landing-pink); }
.landing-sponsor-grid span:nth-child(4) { --tile: 4; }
.landing-sponsor-grid span:nth-child(5) { --tile: 5; }
.landing-sponsor-grid span:nth-child(6) { --tile: 6; background: var(--landing-purple); }
.landing-sponsor-grid span:nth-child(7) { --tile: 7; }
.landing-sponsor-grid span:nth-child(8) { --tile: 8; background: var(--landing-orange); }
.landing-sponsor-grid span:nth-child(9) { --tile: 9; background: var(--landing-cyan); }
.landing-sponsor-grid span:nth-child(10) { --tile: 10; }
.landing-sponsor-grid span:nth-child(11) { --tile: 11; background: var(--landing-green); }
.landing-sponsor-grid span:nth-child(12) { --tile: 12; }
.landing-sponsor-stamp { position: absolute; display: grid; place-items: center; width: clamp(126px, 15vw, 190px); aspect-ratio: 1; border-radius: 50%; background: var(--landing-ink); color: #fff; box-shadow: 0 0 0 12px #fff, 0 0 0 14px var(--landing-ink); transform: rotate(-8deg); animation: landing-stamp-float 5.5s ease-in-out infinite; }
.landing-sponsor-stamp span { font-size: clamp(25px, 3.4vw, 46px); font-weight: 800; line-height: 0.8; letter-spacing: -0.05em; }
.landing-sponsor-stamp strong { margin-top: -24%; color: var(--landing-green); font-size: clamp(10px, 1.2vw, 15px); letter-spacing: 0.2em; }
@keyframes landing-signal { 0%, 100% { transform: translateY(0) scaleX(1); } 38% { transform: translateY(-10px) scaleX(3.4); } 65% { transform: translateY(3px) scaleX(1); } }
@keyframes landing-card-float { 0%, 100% { transform: translate3d(0, -5px, 0) rotate(var(--card-angle)); } 50% { transform: translate3d(0, 10px, 0) rotate(calc(var(--card-angle) + 2deg)); } }
@keyframes landing-orbit-spin { to { transform: rotate(360deg); } }
@keyframes landing-path-travel { to { stroke-dashoffset: -148; } }
@keyframes landing-node-pulse { 0%, 100% { transform: scale(0.72); opacity: 0.75; } 50% { transform: scale(1.22); opacity: 1; } }
@keyframes landing-sponsor-tile { 0%, 14%, 52%, 100% { filter: none; transform: scale(1); } 15%, 28% { filter: invert(1); transform: scale(0.88); } 29%, 51% { filter: none; transform: scale(1); } }
@keyframes landing-stamp-float { 0%, 100% { transform: translateY(-6px) rotate(-8deg); } 50% { transform: translateY(10px) rotate(-3deg); } }
.landing-open-door { display: flex; flex-wrap: wrap; align-items: center; gap: clamp(36px, 5vw, 80px); padding-block: clamp(100px, 22vh, 260px); }
.landing-open-door svg { flex: 0 0 clamp(120px, 18vw, 240px); display: block; width: clamp(120px, 18vw, 240px); height: auto; overflow: visible; }
.landing-draw path {
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
}
.landing-draw.is-visible path { animation: landing-line-draw 2.1s cubic-bezier(.35, 0, .2, 1) forwards; }
.landing-draw--invite.is-visible path { animation-duration: 2.2s; }
.landing-draw--invite.is-visible path:nth-child(2) { animation-delay: 350ms; }
.landing-draw--invite.is-visible path:nth-child(3) { animation-delay: 700ms; }
@keyframes landing-line-draw { to { stroke-dashoffset: 0; } }
.landing-open-door > div { flex: 1 1 420px; min-width: 0; }
.landing-open-door__statement { max-width: 24ch; margin: 0; font-size: clamp(28px, 4vw, 62px); font-weight: 800; line-height: 1.1; letter-spacing: -0.035em; }
.landing-open-door div > p:last-child { max-width: 42ch; margin: clamp(28px, 5vh, 52px) 0 0; color: rgba(10, 10, 10, 0.68); font-size: clamp(16px, 1.4vw, 20px); font-weight: 500; line-height: 1.6; }
.landing-place { padding: clamp(70px, 13vh, 160px) 0 0; }
.landing-place__head { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: clamp(32px, 6vw, 90px); align-items: end; }
.landing-place__head h2 { margin: 0; font-size: clamp(34px, 5vw, 76px); font-weight: 800; line-height: 1.1; letter-spacing: -0.035em; }
.landing-place__copy p { margin: 0; color: rgba(255, 255, 255, 0.68); font-size: clamp(16px, 1.4vw, 19px); font-weight: 500; line-height: 1.6; }
.landing-place__copy p + p { margin-top: 18px; }
.landing-place__map {
  display: block;
  min-height: 0;
  margin-block: clamp(40px, 7vh, 80px);
  overflow: hidden;
  border: 0;
  background: transparent;
}
.landing-place__map .cms-maps-embed { width: 100%; min-height: 560px; }
.landing-place__map > img { display: block; width: 100%; height: auto; background: #fff; }
.landing-place__map .cms-maps-embed-placeholder {
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 16px;
  min-height: 100%;
  padding: clamp(28px, 5vw, 72px);
  color: var(--landing-ink);
  font: 500 18px/1.5 'Manrope', Helvetica, Arial, sans-serif;
}
.landing-place__map .cms-maps-embed-placeholder strong { font-size: clamp(26px, 3vw, 40px); line-height: 1.1; }
.landing-place__map [data-maps-retry] { border: 0; padding: 14px 22px; background: var(--landing-ink); color: #fff; font: 800 14px/1.2 'Manrope', Helvetica, Arial, sans-serif; cursor: pointer; }
.landing-place__map [data-maps-retry]:focus-visible { outline: 3px solid var(--landing-pink); outline-offset: 4px; }
.mtw-landing-page .landing-place__map .maps-app {
  --maps-primary: var(--landing-pink);
  --maps-accent: var(--landing-purple);
  --maps-blue: var(--landing-pink);
  --maps-bg: #ebe8e0;
  --maps-panel: #fff;
  --maps-text: var(--landing-ink);
  --maps-muted: #555;
  --maps-rule: rgba(10, 10, 10, 0.16);
  --maps-radius: 0;
  font-family: 'Manrope', Helvetica, Arial, sans-serif;
}
.mtw-landing-page .landing-place__map .maps-ctrl-group,
.mtw-landing-page .landing-place__map .maps-ctrl { border-radius: 0; }
.landing-venues { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; align-items: stretch; }
.landing-venues > div {
  padding: clamp(24px, 4vh, 40px) clamp(20px, 3vw, 36px);
  background: var(--landing-ink);
}
.landing-venues > div:first-child { padding-left: 0; }
.landing-venues > div + div { border-left: 1px solid rgba(255, 255, 255, 0.16); }
.landing-venues h3 { margin: 0; font-size: clamp(19px, 1.8vw, 26px); font-weight: 700; line-height: normal; letter-spacing: -0.02em; }
.landing-venues p { margin: 10px 0 0; color: rgba(255, 255, 255, 0.6); font-size: 15px; font-weight: 500; line-height: 1.55; }
.landing-alone { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: clamp(40px, 7vw, 100px); align-items: center; padding-block: clamp(80px, 15vh, 190px); }
.landing-alone > img { display: block; width: 100%; height: clamp(320px, 62vh, 640px); object-fit: cover; object-position: 50% 35%; }
.landing-alone h2 { margin: 0; font-size: clamp(30px, 4.2vw, 64px); font-weight: 800; line-height: 1.1; letter-spacing: -0.025em; }
.landing-alone h2 span { display: inline; }
.landing-alone p { max-width: 40ch; margin: 24px 0 0; color: rgba(10, 10, 10, 0.72); font-size: clamp(17px, 1.5vw, 21px); font-weight: 500; line-height: 1.6; }
.landing-alone h2 + p { margin-top: clamp(26px, 4vh, 44px); }
.landing-alone .landing-alone__strong { color: var(--landing-ink); font-weight: 700; }
.landing-faq { padding-block: clamp(70px, 12vh, 150px); }
.landing-faq h2 { margin: 0 0 clamp(30px, 5vh, 50px); font-size: clamp(32px, 4.6vw, 68px); font-weight: 800; line-height: 0.96; letter-spacing: -0.035em; }
.landing-faq details { border-top: 1px solid rgba(10, 10, 10, 0.14); }
.landing-faq details:last-of-type { border-bottom: 1px solid rgba(10, 10, 10, 0.14); }
.landing-faq summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 0; cursor: pointer; list-style: none; font-size: clamp(17px, 1.6vw, 22px); font-weight: 700; letter-spacing: -0.01em; }
.landing-faq summary::-webkit-details-marker { display: none; }
.landing-faq summary::after { content: '+'; flex: none; color: var(--landing-pink); font-size: 24px; font-weight: 500; }
.landing-faq details[open] summary::after { content: '\2212'; }
.landing-faq details p { max-width: 62ch; margin: 0 0 22px; color: rgba(10, 10, 10, 0.7); font-weight: 500; line-height: 1.6; }
.landing-invite { padding-block: clamp(90px, 20vh, 230px) clamp(50px, 8vh, 90px); overflow: hidden; }
.landing-invite__inner { display: flex; flex-wrap: wrap; align-items: end; gap: clamp(36px, 5vw, 80px); }
.landing-invite__inner > div { order: 1; flex: 1 1 440px; min-width: 0; max-width: 780px; }
.landing-invite h2 { max-width: 16ch; margin: 0; font-size: clamp(44px, 7vw, 118px); font-weight: 800; line-height: 1.06; letter-spacing: -0.025em; }
.landing-invite__date { margin: clamp(26px, 4vh, 46px) 0 0; color: rgba(255, 255, 255, 0.8); font-size: clamp(17px, 1.6vw, 23px); font-weight: 600; letter-spacing: 0.01em; }
.landing-signup { max-width: 620px; margin-top: clamp(34px, 6vh, 58px); }
.landing-signup > p:first-child { margin: 0 0 16px; color: rgba(255, 255, 255, 0.62); font-size: 15px; font-weight: 500; }
.landing-signup > div { display: flex; flex-wrap: wrap; gap: 12px; }
.landing-signup input[type='email'] { flex: 1 1 260px; min-width: 0; padding: 17px 18px; border: 1px solid rgba(255, 255, 255, 0.35); border-radius: 0; background: transparent; color: #fff; font: inherit; font-weight: 500; }
.landing-signup input::placeholder { color: rgba(255, 255, 255, 0.56); }
.landing-signup button { padding: 17px 30px; border: 0; border-radius: 0; background: #fff; color: var(--landing-ink); cursor: pointer; font: inherit; font-weight: 700; }
.landing-signup button:hover { background: var(--landing-green); }
.landing-signup small { display: block; margin-top: 12px; color: rgba(255, 255, 255, 0.5); font-size: 13px; font-weight: 500; }
.landing-signup__status { margin: 10px 0 0; color: var(--landing-green); font-weight: 700; }
.landing-signup__status.is-error { color: #ff77a9; }
.landing-signup__status:empty { display: none; }
.landing-invite__also { margin: clamp(34px, 5vh, 52px) 0 0; color: rgba(255, 255, 255, 0.62); font-size: 16px; font-weight: 500; }
.landing-invite__also a { color: #fff; font-weight: 700; }
.landing-invite svg { order: 2; flex: 0 0 clamp(150px, 25vw, 360px); display: block; width: clamp(150px, 25vw, 360px); height: auto; overflow: hidden; }
/* WCAG 2.4.1: nine focusable elements repeat before <main> on every page, so
   keyboard users need a way past them. Mirrors Connect's .connect-skip. */
.landing-skip { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.landing-skip:focus { position: fixed; z-index: 300; top: 10px; left: 10px; width: auto; height: auto; padding: 10px 14px; margin: 0; overflow: visible; clip: auto; color: var(--landing-ink); background: #fff; border: 2px solid var(--landing-cyan); }
.interior-main:focus, main:focus { outline: none; }

.landing-footer { padding: clamp(46px, 8vh, 80px) clamp(24px, 6vw, 110px) clamp(40px, 6vh, 64px); background: #fff; color: var(--landing-ink); }
.landing-footer__inner { display: flex; flex-wrap: wrap; gap: 32px 60px; align-items: start; justify-content: space-between; max-width: 1320px; margin: 0 auto; }
.landing-footer__inner > img { display: block; width: 76px; height: 76px; }
.landing-footer__links { display: flex; flex-wrap: wrap; gap: 28px 48px; }
.landing-footer__links > div { display: flex; flex-direction: column; gap: 10px; }
.landing-footer__links a,
.landing-footer__org a { color: rgba(10, 10, 10, 0.72); font-size: 14px; font-weight: 500; text-decoration: none; }
.landing-footer__links a:hover,
.landing-footer__org a:hover { color: var(--landing-pink); }
.landing-footer__org { display: flex; flex-direction: column; gap: 10px; max-width: 24ch; }
.landing-footer__org p { margin: 0; }
.landing-footer__org p:first-child { font-size: 17px; font-weight: 700; }
.landing-footer__org p:nth-child(2) { font-size: 14px; font-weight: 500; }
.landing-footer__credit { margin: 6px 0 0; }
.landing-footer__org .landing-footer__credit a { color: rgba(10, 10, 10, .58); font-size: 12px; font-weight: 500; letter-spacing: .02em; text-decoration: none; }
.landing-footer__org .landing-footer__credit a:hover { color: var(--landing-pink); }
.landing-section#speak,
.landing-section#sponsor { padding-top: clamp(70px, 12vh, 150px); padding-bottom: clamp(70px, 12vh, 150px); }
.landing-sponsor-story { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: clamp(40px, 7vw, 100px); align-items: center; padding-top: 0; padding-bottom: clamp(80px, 15vh, 190px); }
.landing-sponsor-story h2 { max-width: 18ch; margin: 0; font-size: clamp(34px, 5vw, 78px); font-weight: 800; line-height: 1.1; letter-spacing: -0.025em; }
.landing-sponsor-story .landing-section__body { max-width: 42ch; }
.landing-sponsor-story h2 + .landing-section__body { margin-top: clamp(26px, 4vh, 44px); }
.landing-sponsor-story .landing-section__body + .landing-section__body { margin-top: 20px; }
.landing-sponsor-story .landing-button { margin-bottom: 0; padding: 18px 30px; font-size: 16px; }
.landing-sponsor-story .landing-section__body + .landing-button { margin-top: clamp(30px, 5vh, 50px); }
.landing-sponsor-story__image { display: block; width: 100%; height: clamp(320px, 62vh, 620px); object-fit: cover; object-position: 55% 50%; }
.mtw-landing-page :focus-visible { outline: 2px solid var(--landing-green); outline-offset: 3px; }

/* Participation pages. The content is CMS-editable; Forms owns the field
   schema, submissions, notifications, and admin response inbox. */
.landing-action { --action-accent: var(--landing-pink); }
.landing-action--session { --action-accent: var(--landing-purple); }
.landing-action--volunteer { --action-accent: var(--landing-green); }
.landing-action__hero {
  position: relative;
  padding-top: clamp(76px, 13vh, 150px);
  padding-bottom: clamp(72px, 12vh, 140px);
  overflow: hidden;
}
.landing-action__hero::after {
  content: '';
  position: absolute;
  z-index: 0;
  top: 8%;
  right: clamp(-130px, -6vw, -50px);
  width: clamp(220px, 30vw, 470px);
  aspect-ratio: 1;
  border: clamp(12px, 1.5vw, 24px) solid var(--action-accent);
  border-left-color: transparent;
  border-radius: 50%;
  opacity: 0.88;
  pointer-events: none;
}
.landing-action__hero > * { position: relative; z-index: 1; }
.landing-action__hero h1 {
  max-width: 11ch;
  margin: 0;
  font-size: clamp(48px, 7.6vw, 118px);
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: -0.043em;
}
.landing-action__intro {
  max-width: 43ch;
  margin: clamp(28px, 5vh, 48px) 0 0;
  color: rgba(10, 10, 10, 0.7);
  font-size: clamp(18px, 1.7vw, 25px);
  font-weight: 500;
  line-height: 1.52;
}
.landing-action__hero .landing-color-bars { margin: clamp(34px, 6vh, 58px) 0 0; }
.landing-action__content {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(400px, 1.28fr);
  gap: clamp(50px, 8vw, 130px);
  align-items: start;
  padding-top: clamp(70px, 12vh, 140px);
  padding-bottom: clamp(80px, 14vh, 170px);
  background: #fff;
}
.landing-action__story { position: sticky; top: 112px; }
.landing-action__story h2 { max-width: 15ch; margin: 0; font-size: clamp(28px, 3.4vw, 50px); font-weight: 800; line-height: 1; letter-spacing: -0.03em; }
.landing-action__story p,
.landing-action__story li { color: rgba(10, 10, 10, 0.7); font-size: 17px; font-weight: 500; line-height: 1.65; }
.landing-action__story p { margin: 24px 0 0; }
.landing-action__story ul { margin: 26px 0 0; padding: 0; list-style: none; }
.landing-action__story li { position: relative; padding: 15px 0 15px 30px; border-top: 1px solid rgba(10, 10, 10, 0.14); }
.landing-action__story li:last-child { border-bottom: 1px solid rgba(10, 10, 10, 0.14); }
.landing-action__story li::before { content: ''; position: absolute; left: 0; top: 23px; width: 10px; height: 10px; background: var(--action-accent); }
.landing-action__form-card { padding: clamp(30px, 4.5vw, 64px); background: var(--landing-ink); color: #fff; }
.landing-action__form-card > h2 { max-width: 14ch; margin: 18px 0 0; font-size: clamp(30px, 4vw, 56px); font-weight: 800; line-height: 0.96; letter-spacing: -0.034em; }
.landing-action__form-intro { max-width: 48ch; margin: 24px 0 0; color: rgba(255, 255, 255, 0.66); font-weight: 500; line-height: 1.6; }
.landing-action__form-card .public-form-embed { margin-top: clamp(34px, 6vh, 58px); }
.landing-action__form-card .public-form-embed > form { display: grid; gap: 26px; }
.landing-action__form-card .public-gotcha { display: none !important; }
.landing-action__form-card .public-form-embed > form > label,
.landing-action__form-card .public-form-embed > form > fieldset { display: grid; gap: 9px; min-width: 0; margin: 0; padding: 0; border: 0; }
.landing-action__form-card .public-form-embed > form > label > span,
.landing-action__form-card .public-form-embed legend { color: #fff; font-size: 14px; font-weight: 700; line-height: 1.35; }
.landing-action__form-card label:has(input[required], textarea[required], select[required]) > span:first-child::after,
.landing-action__form-card fieldset[aria-required='true'] > legend::after { content: ' *'; color: var(--action-accent); }
.landing-action__form-card input:not([type='checkbox']):not([type='radio']):not([type='file']):not([type='range']),
.landing-action__form-card select,
.landing-action__form-card textarea {
  width: 100%;
  min-height: 54px;
  padding: 14px 15px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 0;
  background: transparent;
  color: #fff;
  font: inherit;
  font-weight: 500;
  line-height: 1.45;
}
.landing-action__form-card textarea { min-height: 150px; resize: vertical; }
.landing-action__form-card select { appearance: none; padding-right: 44px; background-image: linear-gradient(45deg, transparent 50%, #fff 50%), linear-gradient(135deg, #fff 50%, transparent 50%); background-position: calc(100% - 19px) 23px, calc(100% - 13px) 23px; background-size: 6px 6px; background-repeat: no-repeat; }
.landing-action__form-card option { color: #111; }
.landing-action__form-card input::placeholder,
.landing-action__form-card textarea::placeholder { color: rgba(255, 255, 255, 0.42); }
.landing-action__form-card input:focus,
.landing-action__form-card select:focus,
.landing-action__form-card textarea:focus { outline: 2px solid var(--action-accent); outline-offset: 2px; border-color: var(--action-accent); }
.landing-action__form-card .is-invalid { border-color: #ff6a9f !important; box-shadow: 0 0 0 1px #ff6a9f; }
.landing-action__form-card .is-invalid-group .choice-group { padding: 12px; outline: 1px solid #ff6a9f; outline-offset: 2px; }
.landing-action__form-card .choice-group { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 22px; margin-top: 5px; }
.landing-action__form-card .choice-option { display: flex; align-items: flex-start; gap: 10px; color: rgba(255, 255, 255, 0.78); font-size: 14px; font-weight: 500; line-height: 1.45; }
.landing-action__form-card input[type='checkbox'],
.landing-action__form-card input[type='radio'] { flex: 0 0 auto; width: 19px; height: 19px; margin: 1px 0 0; accent-color: var(--action-accent); }
.landing-action__form-card .public-form-embed button[type='submit'] { justify-self: start; min-height: 54px; padding: 15px 28px; border: 0; border-radius: 0; background: var(--action-accent); color: var(--landing-ink); cursor: pointer; font: inherit; font-weight: 800; }
.landing-action__form-card .public-form-embed button[type='submit']:hover { background: #fff; }
.landing-action__form-card form[aria-busy='true'] button[type='submit'] { opacity: 0.62; cursor: wait; }
.landing-action__form-card .public-form-status { margin: 18px 0 0; padding: 14px 16px; border-left: 5px solid var(--action-accent); color: #fff; font-weight: 650; line-height: 1.5; }
.landing-action__form-card .public-form-status:empty { display: none; }
.landing-action__form-card .public-form-status.is-success { background: rgba(61, 220, 132, 0.14); }
.landing-action__form-card .public-form-status.is-error { background: rgba(240, 62, 127, 0.16); border-left-color: #ff6a9f; }
.landing-action__form-card .public-form-home { display: none; }
.landing-action__return { padding-block: clamp(48px, 8vh, 80px); }
.landing-action__return .landing-shell { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px; }
.landing-action__return p { margin: 0; color: rgba(255, 255, 255, 0.62); font-weight: 600; }
.landing-action__return a { color: #fff; font-weight: 800; }

/* Branded validation/error dialog used by newsletter, contact, and action
   forms. Native browser bubbles are suppressed by site.js. */
.mtw-form-alert {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(10, 10, 10, 0.72);
  opacity: 0;
  visibility: hidden;
  transition: opacity 160ms ease, visibility 160ms ease;
}
.mtw-form-alert.is-open { opacity: 1; visibility: visible; }
.mtw-form-alert__card { position: relative; width: min(500px, 100%); padding: clamp(28px, 5vw, 52px); border-top: 10px solid #ff2d78; background: #fff; color: #0a0a0a; box-shadow: 0 30px 90px rgba(0, 0, 0, 0.32); }
.mtw-form-alert__title { margin: 0; color: #0a0a0a; font: 800 clamp(28px, 5vw, 42px)/0.98 'Manrope', Helvetica, Arial, sans-serif; letter-spacing: -0.035em; }
.mtw-form-alert__message { margin: 20px 0 0; color: rgba(10, 10, 10, 0.7); font: 550 16px/1.6 'Manrope', Helvetica, Arial, sans-serif; }
.mtw-form-alert__close { margin-top: 28px; padding: 13px 20px; border: 0; border-radius: 0; background: #0a0a0a; color: #fff; cursor: pointer; font: 750 14px/1 'Manrope', Helvetica, Arial, sans-serif; }
.mtw-form-alert__close:hover { background: #ff2d78; }
.mtw-form-alert__x { position: absolute; top: 14px; right: 14px; width: 38px; height: 38px; border: 0; background: transparent; color: #0a0a0a; cursor: pointer; font: 400 28px/1 'Manrope', Helvetica, Arial, sans-serif; }
body.mtw-form-alert-open { overflow: hidden; }

/* Homepage participation modal. Canonical pages remain linked in the markup,
   so navigation still works when JavaScript is unavailable. */
.mtw-action-modal[hidden] { display: none; }
.mtw-action-modal { position: fixed; z-index: 900; inset: 0; padding: clamp(12px, 3vw, 38px); overflow: auto; overscroll-behavior: contain; background: rgba(10, 10, 10, 0.8); }
.mtw-action-modal__dialog { width: min(1220px, 100%); max-height: calc(100dvh - clamp(24px, 6vw, 76px)); margin: 0 auto; overflow: auto; background: #fff; color: var(--landing-ink); box-shadow: 0 35px 110px rgba(0, 0, 0, 0.46); animation: mtw-modal-arrive 220ms ease-out both; }
.mtw-action-modal__header { position: sticky; z-index: 4; top: 0; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 22px clamp(24px, 4vw, 48px); border-bottom: 1px solid rgba(10, 10, 10, 0.14); background: rgba(255, 255, 255, 0.96); backdrop-filter: blur(14px); }
.mtw-action-modal__header h2 { margin: 0; font-size: clamp(24px, 3vw, 40px); font-weight: 800; line-height: 0.96; letter-spacing: -0.035em; }
.mtw-action-modal__close { flex: 0 0 auto; width: 48px; height: 48px; padding: 0; border: 2px solid var(--landing-ink); border-radius: 50%; background: transparent; color: var(--landing-ink); cursor: pointer; font: 400 34px/42px 'Manrope', Helvetica, Arial, sans-serif; }
.mtw-action-modal__close:hover { border-color: var(--landing-pink); background: var(--landing-pink); color: #fff; }
.mtw-action-modal__tabs { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 2px solid var(--landing-ink); background: #f3f1ec; }
.mtw-action-modal__tabs button { position: relative; min-height: 62px; padding: 14px 20px; border: 0; border-right: 1px solid rgba(10, 10, 10, 0.16); background: transparent; color: var(--landing-ink); cursor: pointer; font: 750 14px/1.2 'Manrope', Helvetica, Arial, sans-serif; }
.mtw-action-modal__tabs button:last-child { border-right: 0; }
.mtw-action-modal__tabs button[aria-selected='true'] { background: var(--landing-ink); color: #fff; }
.mtw-action-modal__tabs button:hover:not([aria-selected='true']) { background: var(--landing-green); }
.mtw-action-modal__panel[hidden] { display: none; }
.mtw-action-modal__panel { display: grid; grid-template-columns: minmax(280px, 0.68fr) minmax(440px, 1.32fr); align-items: stretch; }
.mtw-action-modal__intro { position: sticky; top: 118px; align-self: start; padding: clamp(38px, 5vw, 68px); }
.mtw-action-modal__intro h2 { max-width: 11ch; margin: 22px 0 0; font-size: clamp(34px, 4vw, 54px); font-weight: 800; line-height: 0.96; letter-spacing: -0.035em; }
.mtw-action-modal__intro > p { margin: 26px 0 0; color: rgba(10, 10, 10, 0.67); font-size: 16px; font-weight: 500; line-height: 1.62; }
.mtw-action-modal__intro > a { display: inline-block; margin-top: 28px; font-size: 14px; font-weight: 750; }
.mtw-action-modal .landing-action__form-card { min-height: 100%; }
body.mtw-action-modal-open { overflow: hidden; }
@keyframes mtw-modal-arrive { from { opacity: 0; transform: translateY(18px) scale(0.985); } to { opacity: 1; transform: none; } }

@media (max-width: 900px) {
  .landing-section--split { grid-template-columns: 1fr; }
  .landing-motion { justify-self: center; width: min(100%, 620px); }
  .landing-action__content { grid-template-columns: 1fr; }
  .landing-action__story { position: static; }
  .mtw-action-modal__panel { grid-template-columns: 1fr; }
  .mtw-action-modal__intro { position: static; }
}
@media (max-width: 813px) {
  .landing-hero__media { align-self: auto; justify-self: start; margin-top: 0; }
}
@media (max-width: 760px) {
  .landing-header__brand span { display: none; }
  .landing-alone { grid-template-columns: minmax(0, 1fr); }
  .landing-place__map { min-height: 0; }
  .landing-place__map .cms-maps-embed { min-height: 440px; }
  .landing-place__map .cms-maps-embed { height: 440px !important; }
  .landing-venues { grid-template-columns: 1fr; }
  .landing-venues > div { padding: clamp(24px, 4vh, 40px) clamp(20px, 3vw, 36px); }
  .landing-venues > div:first-child { padding-left: 0; }
  .landing-venues > div + div { border-top: 1px solid rgba(255, 255, 255, 0.18); border-left: 0; }
  .landing-action__hero::after { opacity: 0.28; }
  .landing-action__form-card .choice-group { grid-template-columns: 1fr; }
  .mtw-action-modal { padding: 0; }
  .mtw-action-modal__dialog { min-height: 100dvh; max-height: 100dvh; }
  .mtw-action-modal__header { padding: 16px 20px; }
  .mtw-action-modal__header h2 { font-size: 24px; }
  .mtw-action-modal__close { width: 42px; height: 42px; font-size: 30px; line-height: 36px; }
  .mtw-action-modal__tabs button { min-height: 56px; padding-inline: 8px; font-size: 12px; }
  .mtw-action-modal__intro { padding: 34px 24px; }
  .mtw-action-modal .landing-action__form-card { padding-inline: 24px; }
}
@media (max-width: 480px) {
  .landing-header { gap: 24px; padding: 18px 20px; }
  .landing-header__brand img { width: 46px; height: 46px; }
  .landing-motion { min-height: 330px; }
  .landing-speaker-card { width: 52%; padding: 16px; box-shadow: 9px 9px 0 var(--card-shadow); }
  .landing-sponsor-stamp { box-shadow: 0 0 0 8px #fff, 0 0 0 10px var(--landing-ink); }
}
@media (prefers-reduced-motion: reduce) {
  .landing-connection-signal span,
  .landing-speaker-card,
  .landing-speaker-orbit,
  .landing-motion--sessions .landing-path,
  .landing-motion--sessions .landing-node,
  .landing-sponsor-grid span,
  .landing-sponsor-stamp,
  .mtw-action-modal__dialog { animation: none; }
}

/* Current-year interior pages use the same Intersections system as the 2026
   landing page. The older rules above remain available only to frozen archive
   snapshots and legacy plugin surfaces. */
.landing-header__menu { display: none; }
.landing-header__nav a.is-active { color: var(--landing-pink); }
.landing-header__nav a.is-active::after { content: ''; display: block; height: 2px; margin-top: 5px; background: currentColor; }
.mtw-interior-page { background: #fff; color: var(--landing-ink); }
.mtw-interior-page .interior-main { display: block; overflow: hidden; }
.interior-hero { position: relative; overflow: hidden; }
.interior-hero__inner { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr); gap: clamp(50px, 8vw, 140px); align-items: center; min-height: clamp(540px, 68vh, 760px); padding-top: clamp(80px, 12vh, 140px); padding-bottom: clamp(80px, 12vh, 140px); }
.interior-hero__copy { position: relative; z-index: 2; min-width: 0; }
.interior-hero h1 { max-width: 12ch; margin: 0; font-size: clamp(56px, 7.2vw, 112px); font-weight: 800; line-height: 0.89; letter-spacing: -0.045em; }
.interior-hero__lede,
.interior-hero__intro { max-width: 46ch; margin: clamp(28px, 5vh, 48px) 0 0; color: rgba(10, 10, 10, 0.68); font-size: clamp(18px, 1.7vw, 24px); font-weight: 500; line-height: 1.5; }
.interior-hero__intro p { margin: 0; }
.interior-hero__intro p + p { margin-top: 18px; }
.interior-hero.landing-dark .interior-hero__lede,
.interior-hero.landing-dark .interior-hero__intro { color: rgba(255, 255, 255, 0.7); }
.interior-hero .landing-actions { margin-top: clamp(32px, 5vh, 50px); }
.interior-hero__art { justify-self: end; width: min(100%, 590px); }
.interior-section { padding-block: clamp(70px, 13vh, 170px); }
.interior-section__head { display: grid; grid-template-columns: minmax(180px, 0.5fr) minmax(280px, 1fr); gap: clamp(30px, 7vw, 110px); align-items: start; margin-bottom: clamp(48px, 8vh, 90px); }
.interior-section__head h2 { max-width: 16ch; margin: 0; font-size: clamp(38px, 5vw, 74px); font-weight: 800; line-height: 0.94; letter-spacing: -0.038em; }
.interior-section--ink-rule { border-top: 1px solid rgba(10, 10, 10, 0.13); }
.interior-empty { margin: 0; padding: clamp(44px, 7vw, 80px); border: 2px solid var(--landing-ink); font-size: clamp(22px, 3vw, 38px); font-weight: 750; }

/* Schedule */
.interior-schedule-art svg { display: block; width: 100%; height: auto; overflow: visible; }
.interior-schedule-art path { fill: none; stroke-linecap: round; stroke-width: 10; stroke-dasharray: 22 18; animation: landing-path-travel 10s linear infinite; }
.interior-schedule-art path:first-child { stroke: var(--landing-green); }
.interior-schedule-art path:nth-child(2) { stroke: var(--landing-pink); animation-direction: reverse; }
.interior-schedule-art circle:first-of-type { fill: var(--landing-purple); }
.interior-schedule-art circle:last-of-type { fill: var(--landing-cyan); }
.interior-schedule .mtw-schedule { margin: 0; }
.interior-schedule .mtw-day-block { padding: clamp(44px, 7vh, 76px) 0; border-top: 2px solid var(--landing-ink); }
.interior-schedule .mtw-day-block:last-child { border-bottom: 2px solid var(--landing-ink); }
.interior-schedule .mtw-day { display: flex; align-items: center; gap: 18px; margin: 0 0 clamp(34px, 6vh, 60px); color: var(--landing-ink); font-family: inherit; font-size: clamp(30px, 4vw, 56px); font-weight: 800; line-height: 1; letter-spacing: -0.034em; }
.interior-schedule .mtw-day > span { flex: 0 0 auto; width: clamp(46px, 6vw, 80px); height: 10px; background: var(--day-accent); }
.interior-schedule .mtw-slot { display: grid; grid-template-columns: minmax(150px, 0.28fr) minmax(0, 1fr); gap: clamp(24px, 5vw, 76px); margin: 0; padding: 26px 0; border-top: 1px solid rgba(10, 10, 10, 0.14); }
.interior-schedule .mtw-slot-time { margin: 0; color: var(--landing-ink); font-size: 15px; font-weight: 800; letter-spacing: 0.04em; text-transform: uppercase; }
.interior-schedule .mtw-session { grid-column: 2; margin: 0; padding: 0 0 26px; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.interior-schedule .mtw-session + .mtw-session { padding-top: 26px; border-top: 1px solid rgba(10, 10, 10, 0.14); }
.interior-schedule .mtw-session-title { max-width: 34ch; color: var(--landing-ink); font-size: clamp(21px, 2.4vw, 32px); font-weight: 750; line-height: 1.16; letter-spacing: -0.025em; }
.interior-schedule .mtw-session-venue { margin-top: 10px; color: var(--day-accent); font-size: 12px; font-weight: 800; letter-spacing: 0.15em; text-transform: uppercase; }
.interior-schedule .mtw-speakers { margin-top: 18px; color: rgba(10, 10, 10, 0.72); font-size: 15px; line-height: 1.55; }
.interior-schedule .mtw-speakers a { color: var(--landing-ink); font-weight: 750; text-decoration-color: var(--day-accent); text-decoration-thickness: 2px; }
.interior-schedule .mtw-session-desc { max-width: 66ch; margin-top: 16px; color: rgba(10, 10, 10, 0.64); font-size: 15px; line-height: 1.65; }

/* Program preview from the supplied 2026 redesign. */
.program-themes { padding-top: 0; }
.program-themes__grid { border-bottom: 1px solid rgba(10, 10, 10, 0.14); }
.program-theme {
  display: grid;
  grid-template-columns: minmax(150px, 0.28fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: start;
  padding-block: clamp(28px, 4vh, 44px);
  border-top: 1px solid rgba(10, 10, 10, 0.14);
}
.program-theme > span {
  grid-column: 1;
  display: block;
  width: 42px;
  height: 8px;
  margin-bottom: 10px;
  background: var(--day-accent);
  transform-origin: left center;
  animation: program-theme-bar 3.6s ease-in-out infinite;
}
.program-theme > p {
  grid-column: 1;
  margin: -2px 0 0;
  color: rgba(10, 10, 10, 0.62);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
}
.program-theme > h2 {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  max-width: 22ch;
  margin: 0;
  font-size: clamp(24px, 3vw, 42px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.03em;
}
.program-theme:nth-child(2) > span { animation-delay: -.5s; }
.program-theme:nth-child(3) > span { animation-delay: -1s; }
.program-theme:nth-child(4) > span { animation-delay: -1.5s; }
.program-themes__proof {
  margin: clamp(26px, 4vh, 40px) 0 0;
  color: rgba(10, 10, 10, 0.54);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.program-notify { padding-block: clamp(70px, 13vh, 170px); }
.program-notify__inner {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(340px, 1.1fr);
  gap: clamp(48px, 9vw, 140px);
  align-items: end;
}
.program-notify h2 {
  max-width: 14ch;
  margin: 0;
  color: #fff;
  font-size: clamp(40px, 5.2vw, 76px);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.04em;
}
.program-notify__inner > div > p {
  max-width: 42ch;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 16px;
  line-height: 1.6;
}
.program-notify__inner > div > p a { color: #fff; font-weight: 750; }
@keyframes program-theme-bar { 0%, 100% { transform: scaleX(.24); } 55% { transform: scaleX(1); } }

/* Speakers */
.interior-hero--speakers { background: #f3f1ec; }
.interior-speaker-art { position: relative; justify-self: end; width: min(100%, 520px); aspect-ratio: 1.08; }
.interior-speaker-art span { position: absolute; width: 42%; aspect-ratio: 1.3; border: 2px solid var(--landing-ink); background: #fff; box-shadow: 12px 12px 0 var(--art-accent); animation: landing-card-float 6s ease-in-out infinite; }
.interior-speaker-art span::before { content: ''; position: absolute; top: 18%; left: 12%; width: 24%; aspect-ratio: 1; border-radius: 50%; background: var(--art-accent); }
.interior-speaker-art span::after { content: ''; position: absolute; left: 12%; right: 18%; bottom: 18%; height: 8px; background: rgba(10, 10, 10, 0.16); box-shadow: 0 15px 0 rgba(10, 10, 10, 0.1); }
.interior-speaker-art span:nth-child(1) { --art-accent: var(--landing-green); --card-angle: -6deg; top: 8%; left: 4%; }
.interior-speaker-art span:nth-child(2) { --art-accent: var(--landing-pink); --card-angle: 6deg; top: 30%; right: 3%; animation-delay: -2s; }
.interior-speaker-art span:nth-child(3) { --art-accent: var(--landing-purple); --card-angle: -2deg; bottom: 4%; left: 17%; animation-delay: -4s; }
.interior-speaker-art i { position: absolute; top: 6%; right: 6%; width: 68%; aspect-ratio: 1; border: 2px dashed rgba(10, 10, 10, 0.18); border-radius: 50%; animation: landing-orbit-spin 26s linear infinite; }
.mtw-interior-page .speaker-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(42px, 6vw, 78px) clamp(22px, 3.5vw, 48px); margin: 0; }
.mtw-interior-page .speaker-card { display: block; min-width: 0; color: var(--landing-ink); text-align: left; text-decoration: none; }
.speaker-card__media { display: block; margin: 0 0 28px; }
.mtw-interior-page .speaker-card__photo { display: block; width: 100%; height: 100%; margin: 0; border: 0; border-radius: inherit; box-shadow: none; object-fit: cover; }
.mtw-interior-page .speaker-card__photo--empty { background: #e9e6df; }
.speaker-card__copy { display: grid; gap: 7px; }
.mtw-interior-page .speaker-card__name { color: var(--landing-ink); font-size: clamp(19px, 1.8vw, 25px); font-weight: 800; line-height: 1.08; letter-spacing: -0.025em; }
.mtw-interior-page .speaker-card__title { color: rgba(10, 10, 10, 0.68); font-size: 14px; font-weight: 550; line-height: 1.45; }
.mtw-interior-page .speaker-card__company { color: var(--landing-ink); font-size: 12px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.speaker-card__arrow { margin-top: 8px; color: rgba(10, 10, 10, 0.56); font-size: 12px; font-weight: 750; }

/* Sponsors */
.interior-sponsor-art { position: relative; display: grid; grid-template-columns: repeat(2, 1fr); justify-self: end; width: min(100%, 470px); aspect-ratio: 1; border: 2px solid rgba(255, 255, 255, 0.7); gap: 2px; background: rgba(255, 255, 255, 0.7); }
.interior-sponsor-art span:nth-child(1) { background: var(--landing-green); }
.interior-sponsor-art span:nth-child(2) { background: var(--landing-pink); }
.interior-sponsor-art span:nth-child(3) { background: var(--landing-purple); }
.interior-sponsor-art span:nth-child(4) { background: var(--landing-cyan); }
.interior-sponsor-art strong { position: absolute; inset: 25%; display: grid; place-items: center; border-radius: 50%; background: var(--landing-ink); color: #fff; box-shadow: 0 0 0 10px #fff; font-size: clamp(30px, 5vw, 66px); font-weight: 800; letter-spacing: -0.05em; animation: landing-stamp-float 5.5s ease-in-out infinite; }
.interior-sponsor-list .sponsor-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; margin: 0; border-top: 2px solid var(--landing-ink); border-left: 2px solid var(--landing-ink); }
.interior-sponsor-list .sponsor-card { display: flex; min-height: 260px; padding: clamp(24px, 4vw, 48px); border-right: 2px solid var(--landing-ink); border-bottom: 2px solid var(--landing-ink); border-radius: 0; align-items: center; justify-content: center; gap: 20px; color: var(--landing-ink); text-align: center; text-decoration: none; transition: background 160ms ease, color 160ms ease; }
.interior-sponsor-list .sponsor-card:hover { transform: none; background: var(--landing-green); }
.interior-sponsor-list .sponsor-card__logo { display: flex; width: 100%; height: 130px; padding: 8px; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.interior-sponsor-list .sponsor-card__name { color: inherit; font-size: 14px; font-weight: 750; }
.interior-hero--sponsors .interior-sponsor-art { border-color: var(--landing-ink); background: var(--landing-ink); }
.sponsor-history__inner > h2 {
  max-width: 14ch;
  margin: 0;
  color: #fff;
  font-size: clamp(40px, 5.4vw, 88px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.03em;
}
.sponsor-history__stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: clamp(48px, 8vh, 90px);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.sponsor-history__stats > div {
  min-width: 0;
  padding: clamp(28px, 4vw, 50px);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.sponsor-history__stats strong {
  display: block;
  color: var(--landing-green);
  font-size: clamp(42px, 5vw, 78px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.05em;
}
.sponsor-history__stats p { margin: 18px 0 0; color: rgba(255, 255, 255, 0.68); font-size: 15px; font-weight: 500; line-height: 1.55; }
.sponsor-history__inner > p { max-width: 65ch; margin: clamp(34px, 6vh, 60px) 0 0; color: rgba(255, 255, 255, 0.64); font-size: 16px; line-height: 1.65; }
.sponsor-plan h2 { max-width: 13ch; }
.sponsor-levels { padding-top: 0; }
.sponsor-levels > .landing-shell > h2 {
  margin: 0 0 clamp(40px, 7vh, 80px);
  font-size: clamp(38px, 5vw, 74px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
}
.sponsor-levels__grid { border-top: 2px solid var(--landing-ink); }
.sponsor-level {
  display: grid;
  grid-template-columns: minmax(270px, 0.52fr) minmax(240px, 0.64fr) minmax(320px, 1.15fr);
  gap: clamp(24px, 4vw, 64px);
  padding-block: clamp(34px, 5vh, 54px);
  border-bottom: 1px solid rgba(10, 10, 10, 0.18);
}
.sponsor-level::before { content: ''; grid-column: 1 / -1; width: 42px; height: 8px; margin-bottom: -12px; background: var(--level-accent); }
.sponsor-level__head { min-width: 0; }
.sponsor-level__head h3 { margin: 0; font-size: clamp(24px, 2.7vw, 38px); font-weight: 800; line-height: 1.06; letter-spacing: -0.03em; }
.sponsor-level__head p { margin: 14px 0 0; color: var(--level-accent); font-size: clamp(19px, 2vw, 27px); font-weight: 800; }
.sponsor-level > p { margin: 0; color: rgba(10, 10, 10, 0.7); font-size: clamp(16px, 1.4vw, 19px); font-weight: 550; line-height: 1.55; }
.sponsor-level ul { margin: 0; padding: 0; list-style: none; }
.sponsor-level li { position: relative; margin: 0; padding: 0 0 13px 22px; color: rgba(10, 10, 10, 0.72); font-size: 15px; line-height: 1.5; }
.sponsor-level li::before { content: ''; position: absolute; top: .58em; left: 0; width: 8px; height: 8px; background: var(--level-accent); }
.sponsor-respond { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: stretch; }
.sponsor-respond__story,
.sponsor-respond__form { min-width: 0; padding: clamp(50px, 8vw, 110px); }
.sponsor-respond__story h2,
.sponsor-respond__form > h2 { max-width: 13ch; margin: 0; font-size: clamp(34px, 4.7vw, 68px); font-weight: 800; line-height: 1; letter-spacing: -0.035em; }
.sponsor-respond__story { background: #fff; color: var(--landing-ink); }
.sponsor-respond__story > div { max-width: 48ch; margin-top: clamp(28px, 5vh, 48px); color: rgba(10, 10, 10, 0.72); font-size: 17px; line-height: 1.65; }
.sponsor-respond__story > div:first-child { margin-top: 0; }
.sponsor-respond__story ul { margin: clamp(28px, 5vh, 48px) 0 0; padding: 0; list-style: none; }
.sponsor-respond__story li { position: relative; padding: 18px 0 18px 26px; border-top: 1px solid rgba(10, 10, 10, 0.14); }
.sponsor-respond__story li:last-child { border-bottom: 1px solid rgba(10, 10, 10, 0.14); }
.sponsor-respond__story li::before { content: ''; position: absolute; top: 1.7em; left: 0; width: 10px; height: 10px; background: var(--landing-pink); }
.sponsor-contact { padding-top: clamp(30px, 5vh, 48px); border-top: 1px solid rgba(10, 10, 10, 0.18); }
.sponsor-contact h3 { margin: 0 0 16px; color: var(--landing-ink); font-size: 20px; font-weight: 800; }
.sponsor-contact p { margin: 10px 0 0; }
.sponsor-contact a { color: var(--landing-pink); font-weight: 700; }
.sponsor-respond__form { background: var(--landing-ink); color: #fff; }
.sponsor-respond__form > p { max-width: 42ch; margin: 24px 0 clamp(30px, 5vh, 48px); color: rgba(255, 255, 255, 0.7); font-size: 17px; line-height: 1.6; }
.sponsor-respond__note { margin-top: 22px !important; font-size: 13px !important; }

/* About */
.interior-hero--about { background: #fff; }
.interior-about-art { position: relative; justify-self: end; width: min(100%, 520px); aspect-ratio: 1; }
.interior-about-art i { position: absolute; inset: 8%; border: 18px solid var(--landing-purple); border-left-color: transparent; border-radius: 50%; animation: landing-orbit-spin 24s linear infinite; }
.interior-about-art span { position: absolute; width: 17%; aspect-ratio: 1; background: var(--block-color); animation: landing-node-pulse 4s ease-in-out infinite; }
.interior-about-art span:nth-of-type(1) { --block-color: var(--landing-green); top: 4%; left: 6%; }
.interior-about-art span:nth-of-type(2) { --block-color: var(--landing-pink); top: 18%; right: 4%; animation-delay: -.8s; }
.interior-about-art span:nth-of-type(3) { --block-color: var(--landing-cyan); right: 16%; bottom: 3%; animation-delay: -1.6s; }
.interior-about-art span:nth-of-type(4) { --block-color: var(--landing-orange); bottom: 14%; left: 3%; animation-delay: -2.4s; }
.interior-about-art span:nth-of-type(5) { --block-color: var(--landing-purple); top: 42%; left: 42%; animation-delay: -3.2s; }
.interior-about-story { background: #f3f1ec; }
.interior-about-story .landing-shell,
.interior-about-story__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(36px, 6vw, 90px);
  align-items: start;
  padding-top: clamp(30px, 5vh, 46px);
  border-top: 1px solid rgba(10, 10, 10, 0.14);
}
.interior-about-story .landing-shell::before { content: none; }
.interior-about-story__statement {
  max-width: 18ch;
  margin: 0;
  font-size: clamp(28px, 3.4vw, 52px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.03em;
}
.interior-about-story__statement strong { color: var(--landing-cyan); }
.interior-about-values__inner > h2 {
  max-width: 15ch;
  margin: 0;
  color: #fff;
  font-size: clamp(40px, 5.4vw, 88px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.025em;
}
.interior-about-values__inner > .interior-editorial {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(30px, 5vw, 80px);
  max-width: none;
  margin-top: clamp(40px, 7vh, 84px);
}
.interior-about-values .interior-editorial p {
  color: rgba(255, 255, 255, 0.72);
}
.interior-about-values .interior-editorial p:last-child {
  grid-column: 1 / -1;
  max-width: 26ch;
  margin-top: clamp(24px, 4vh, 46px);
  padding-top: clamp(30px, 5vh, 46px);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: clamp(24px, 3vw, 44px);
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: -0.025em;
}
.interior-about-values .interior-editorial p:last-child strong { color: var(--landing-green); }
.interior-about-two-col {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(36px, 6vw, 90px);
  align-items: start;
}
.interior-about-two-col--ruled {
  padding-top: clamp(30px, 5vh, 46px);
  border-top: 1px solid rgba(10, 10, 10, 0.14);
}
.interior-about-two-col h2 {
  max-width: 12ch;
  margin: 0;
  font-size: clamp(34px, 5vw, 78px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
}
.interior-about-principle__lead {
  max-width: 30ch;
  margin: clamp(26px, 4vh, 40px) 0 0;
  font-size: clamp(19px, 1.9vw, 27px);
  font-weight: 500;
  line-height: 1.42;
  letter-spacing: -0.01em;
}
/* A single document flow is deliberate here. Browser-balanced columns can
   report a shorter intrinsic height inside the scaled visual-editor canvas,
   which allowed later list items to paint over the following section. */
.interior-editorial { min-width: 0; max-width: 820px; margin: 0; column-count: 1; }
.interior-editorial p { margin: 0 0 26px; color: rgba(10, 10, 10, 0.72); font-size: clamp(18px, 1.55vw, 22px); font-weight: 500; line-height: 1.65; }
.interior-editorial h2 { margin: clamp(54px, 8vh, 86px) 0 24px; padding-top: 24px; border-top: 2px solid var(--landing-ink); font-size: clamp(30px, 3.4vw, 48px); font-weight: 800; line-height: 1; letter-spacing: -0.03em; }
.interior-editorial ul { margin: 8px 0 34px; padding-left: 1.35em; }
.interior-editorial li { color: rgba(10, 10, 10, .74); font-size: clamp(17px, 1.4vw, 20px); font-weight: 550; line-height: 1.5; }
.interior-editorial li + li { margin-top: 10px; }
.interior-team { background: #fff; color: var(--landing-ink); }
.interior-team .interior-section__head { padding-top: clamp(30px, 5vh, 46px); border-top: 1px solid rgba(10, 10, 10, 0.14); }
.interior-team .interior-section__head h2 { color: var(--landing-ink); }
.interior-team .interior-section__head > p { max-width: 54ch; margin: 0; color: rgba(10, 10, 10, 0.72); font-size: clamp(17px, 1.5vw, 21px); font-weight: 500; line-height: 1.6; }
.interior-team .team-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(36px, 5vw, 70px) clamp(22px, 3vw, 42px); margin: 0 0 clamp(70px, 10vh, 120px); }
.interior-team .team-card { min-width: 0; color: var(--landing-ink); text-align: left; }
.interior-team .team-card__photo { display: block; width: 100%; height: auto; aspect-ratio: 1; margin: 0 0 16px; border: 0; border-radius: 0; box-shadow: none; object-fit: cover; }
.team-card__copy { position: relative; padding-top: 16px; }
.team-card__copy::before { content: ''; position: absolute; top: 0; left: 0; width: 30px; height: 6px; background: var(--card-accent); }
.interior-team .team-card__name { margin: 0; color: var(--landing-ink); font-size: 18px; font-weight: 800; letter-spacing: -0.02em; }
.interior-team .team-card__role { margin: 4px 0 0; color: rgba(10, 10, 10, 0.62); font-size: 14px; line-height: 1.45; }
.interior-team .team-card__link { color: var(--card-accent); }
.about-founders { display: grid; grid-template-columns: minmax(220px, .45fr) minmax(280px, 1fr); gap: clamp(24px, 5vw, 80px); padding-top: clamp(44px, 7vh, 76px); border-top: 1px solid rgba(10, 10, 10, 0.14); }
.interior-team .about-founders__heading { margin: 0; color: var(--landing-ink); font-size: clamp(24px, 2.8vw, 38px); font-weight: 800; line-height: 1.05; }
.interior-schedule .interior-section__head { grid-template-columns: 1fr; }
.program-current-heading { white-space: nowrap; }
.about-founders > p { max-width: 54ch; margin: 0; color: rgba(10, 10, 10, 0.68); font-size: 16px; line-height: 1.65; }
.about-founders__grid { grid-column: 2; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.about-founders__grid a { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; padding: 15px 0; border-top: 1px solid rgba(10, 10, 10, 0.14); color: var(--landing-ink); text-decoration: none; }
.about-founders__grid a:nth-last-child(-n + 2) { border-bottom: 1px solid rgba(10, 10, 10, 0.14); }
.about-founders__grid a:nth-child(odd) { padding-right: 24px; }
.about-founders__grid a:nth-child(even) { padding-left: 24px; border-left: 1px solid rgba(10, 10, 10, 0.14); }
.about-founders__grid a span:first-child { font-size: 17px; font-weight: 700; letter-spacing: -0.015em; }
.about-founders__grid a span:last-child { color: rgba(10, 10, 10, 0.42); font-size: 11px; font-weight: 700; letter-spacing: 0.1em; }

/* 2025 highlights */
.interior-highlight-mark { display: grid; align-content: center; justify-self: end; width: min(100%, 480px); aspect-ratio: 1; padding: clamp(30px, 5vw, 70px); border: 2px solid #fff; background: var(--landing-pink); color: var(--landing-ink); transform: rotate(4deg); animation: landing-stamp-float 6s ease-in-out infinite; }
.interior-highlight-mark strong { font-size: clamp(66px, 9vw, 132px); font-weight: 800; line-height: .8; letter-spacing: -.065em; }
.interior-highlight-mark span { max-width: 12ch; margin-top: 28px; font-size: 18px; font-weight: 800; line-height: 1.15; text-transform: uppercase; }
.mtw-interior--highlights .highlights-strip { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 0; padding: 0 0 30px; overflow: hidden; background: var(--landing-ink); }
.mtw-interior--highlights .highlights-strip img,
.mtw-interior--highlights .highlights-strip img:nth-child(n) { display: block; width: 100%; height: clamp(260px, 30vw, 480px); border: 0; border-radius: 0; box-shadow: none; object-fit: cover; transform: none; filter: saturate(.9); }
.mtw-interior--highlights .highlights-strip img:nth-child(even) { transform: translateY(30px); }
.interior-highlights-stats .stats--five { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; max-width: 1540px; margin: 0 auto; padding: 0 clamp(24px, 6vw, 110px); }
.interior-highlights-stats .stats > div { min-height: 230px; padding: 42px 20px; border-top: 2px solid var(--landing-ink); border-bottom: 2px solid var(--landing-ink); border-right: 2px solid var(--landing-ink); display: grid; align-content: center; }
.interior-highlights-stats .stats > div:first-child { border-left: 2px solid var(--landing-ink); }
.interior-highlights-stats .stats__value { color: var(--landing-ink); font-family: inherit; font-size: clamp(48px, 6vw, 86px); font-weight: 800; line-height: 1; letter-spacing: -0.05em; }
.interior-highlights-stats .stats > div:nth-child(1) { background: var(--landing-green); }
.interior-highlights-stats .stats > div:nth-child(2) { background: var(--landing-pink); }
.interior-highlights-stats .stats > div:nth-child(3) { background: var(--landing-purple); }
.interior-highlights-stats .stats > div:nth-child(4) { background: var(--landing-cyan); }
.interior-highlights-stats .stats > div:nth-child(5) { background: var(--landing-orange); }
.interior-highlights-stats .stats__label { margin-top: 12px; color: var(--landing-ink); font-size: 11px; font-weight: 800; }
.interior-highlights-lineup__inner { display: grid; grid-template-columns: minmax(260px, .75fr) minmax(320px, 1fr); gap: clamp(50px, 9vw, 150px); }
.interior-highlights-lineup h2 { max-width: 12ch; margin: 22px 0 0; color: #fff; font-size: clamp(44px, 6vw, 90px); font-weight: 800; line-height: .92; letter-spacing: -.042em; }
.interior-highlights-lineup__body { color: rgba(255, 255, 255, .68); font-size: clamp(18px, 1.6vw, 22px); line-height: 1.65; }
.interior-highlights-lineup__body p { margin: 0; }
.interior-highlights-quotes .quote-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; max-width: none; margin: 0; border-top: 2px solid var(--landing-ink); border-left: 2px solid var(--landing-ink); }
.interior-highlights-quotes .quote-card { min-height: 300px; margin: 0; padding: clamp(30px, 4vw, 54px); border-right: 2px solid var(--landing-ink); border-bottom: 2px solid var(--landing-ink); border-radius: 0; background: #fff; color: var(--landing-ink); box-shadow: none; font: 750 clamp(20px, 2.2vw, 30px)/1.35 'Manrope', Helvetica, Arial, sans-serif; letter-spacing: -.02em; }
.interior-highlights-quotes .quote-card:nth-child(2) { background: #f3f1ec; }

/* Contact */
.interior-hero--contact .interior-hero__inner { grid-template-columns: minmax(300px, .72fr) minmax(320px, 1fr); }
.interior-hero--contact .landing-color-bars { margin: clamp(32px, 6vh, 58px) 0 0; }
.interior-contact-statement p { max-width: 35ch; margin: 0; color: rgba(10, 10, 10, .72); font-size: clamp(22px, 2.5vw, 36px); font-weight: 600; line-height: 1.35; letter-spacing: -.02em; }
.interior-contact-statement p + p { margin-top: 22px; }
.interior-contact-statement p:last-child { color: var(--landing-pink); font-weight: 800; }
.interior-contact-meta__inner { display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; gap: 24px; padding-block: 30px; }
.interior-contact-meta p { margin: 0; color: #fff; font-family: inherit; font-size: clamp(16px, 1.8vw, 24px); font-weight: 750; }
.interior-contact-meta a { justify-self: end; color: var(--landing-green); font-weight: 800; }
.interior-contact-form-grid { display: grid; grid-template-columns: minmax(260px, .72fr) minmax(420px, 1.28fr); gap: clamp(50px, 8vw, 130px); align-items: start; }
.interior-contact-form-copy { position: sticky; top: 118px; }
.interior-contact-form-copy h2 { max-width: 12ch; margin: 22px 0 0; font-size: clamp(40px, 5vw, 70px); font-weight: 800; line-height: .94; letter-spacing: -.04em; }
.interior-contact-form-copy > p:last-child { max-width: 34ch; margin: 28px 0 0; color: rgba(10, 10, 10, .68); font-size: 17px; line-height: 1.65; }
.interior-contact-form-card { color: #fff; }
.interior-contact-form-card .contact-form { display: grid; gap: 26px; }
.interior-contact-form-card .contact-form__field,
.interior-contact-form-card .contact-form__name { display: grid; gap: 9px; min-width: 0; margin: 0; padding: 0; border: 0; }
.interior-contact-form-card .contact-form__field label,
.interior-contact-form-card .contact-form__name legend { color: #fff; font-size: 14px; font-weight: 750; }
.interior-contact-form-card .contact-form__name-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.interior-contact-form-card .contact-form__sublabel { color: rgba(255, 255, 255, .5); }
.interior-contact-form-card .contact-form input,
.interior-contact-form-card .contact-form textarea { width: 100%; min-height: 54px; padding: 14px 15px; border: 1px solid rgba(255, 255, 255, .38); border-radius: 0; background: transparent; color: #fff; font: 500 16px/1.45 'Manrope', Helvetica, Arial, sans-serif; }
.interior-contact-form-card .contact-form textarea { min-height: 170px; resize: vertical; }
.interior-contact-form-card .contact-form input:focus,
.interior-contact-form-card .contact-form textarea:focus { outline: 2px solid var(--action-accent); outline-offset: 2px; border-color: var(--action-accent); }
.interior-contact-form-card .contact-form button { justify-self: start; min-height: 54px; padding: 15px 28px; border: 0; border-radius: 0; background: var(--action-accent); color: var(--landing-ink); cursor: pointer; font: 800 15px/1 'Manrope', Helvetica, Arial, sans-serif; }
.interior-contact-form-card .contact-form button:hover { background: #fff; }
.interior-contact-form-card #contact-status { margin: 18px 0 0; color: #fff; }

/* Speaker detail */
.interior-back-link { display: inline-block; margin-bottom: clamp(34px, 6vh, 64px); color: rgba(10, 10, 10, .62); font-size: 14px; font-weight: 750; }
.mtw-interior-page .speaker-single__inner { display: grid; grid-template-columns: minmax(300px, .8fr) minmax(360px, 1.2fr); gap: clamp(50px, 9vw, 150px); align-items: start; }
.mtw-interior-page .speaker-single__photo img { display: block; width: 100%; height: 100%; border: 0; border-radius: inherit; object-fit: cover; }
/* Supplied 420px SVG artwork: 20px stroke, 110px outer corner radius.
   The portrait and decorative frame share a square, so they cannot drift on hover. */
.mtw-interior-page .mtw-speaker-frame {
  position: relative;
  isolation: isolate;
  aspect-ratio: 1;
  overflow: hidden;
  background: #e9e6df;
  border-radius: var(--speaker-frame-corners);
}
.mtw-speaker-frame--pink { --speaker-frame-art: url('/assets/speaker-frames/pink.svg'); --speaker-frame-corners: 26.190476% 0 0 26.190476%; }
.mtw-speaker-frame--orange { --speaker-frame-art: url('/assets/speaker-frames/orange.svg'); --speaker-frame-corners: 26.190476% 26.190476% 0 0; }
.mtw-speaker-frame--blue { --speaker-frame-art: url('/assets/speaker-frames/blue.svg'); --speaker-frame-corners: 0 0 26.190476% 26.190476%; }
.mtw-speaker-frame--green { --speaker-frame-art: url('/assets/speaker-frames/green.svg'); --speaker-frame-corners: 0 26.190476% 26.190476% 0; }
.mtw-interior-page .mtw-speaker-frame::after {
  content: '';
  position: absolute;
  z-index: 2;
  inset: 0;
  background: var(--speaker-frame-art) center / 100% 100% no-repeat;
  pointer-events: none;
}
.mtw-interior-page .speaker-single__body { display: block; }
.mtw-interior-page .speaker-single__company { margin: 0 0 18px; color: rgba(10, 10, 10, .56); font-size: 12px; font-weight: 800; letter-spacing: .16em; }
.mtw-interior-page .speaker-single__name { max-width: 12ch; margin: 0; color: var(--landing-ink); font-size: clamp(48px, 6vw, 92px); font-weight: 800; line-height: .9; letter-spacing: -.045em; }
.mtw-interior-page .speaker-single__title { margin: 24px 0 0; color: rgba(10, 10, 10, .72); font-size: clamp(19px, 2vw, 27px); font-weight: 600; line-height: 1.4; }
.mtw-interior-page .speaker-single__bio { margin-top: clamp(32px, 5vh, 52px); color: rgba(10, 10, 10, .7); font-size: 17px; line-height: 1.7; }
.mtw-interior-page .speaker-single__bio p { margin: 0 0 22px; }
.mtw-interior-page .speaker-single__link a { display: inline-grid; place-items: center; width: 48px; height: 48px; margin-top: 10px; background: var(--landing-ink); color: #fff; }
.mtw-interior-page .speaker-single__divider { margin: clamp(40px, 7vh, 70px) 0 34px; border: 0; border-top: 2px solid var(--landing-ink); }
.mtw-interior-page .speaker-single__body h2 { margin: 0 0 24px; font-size: clamp(28px, 3.4vw, 48px); font-weight: 800; letter-spacing: -.03em; }
.mtw-interior-page .speaker-session { padding: 20px 0; border-top: 1px solid rgba(10, 10, 10, .14); }
.mtw-interior-page .speaker-session:last-child { border-bottom: 1px solid rgba(10, 10, 10, .14); }
.mtw-interior-page .speaker-session__title { color: var(--landing-ink); font-size: 18px; font-weight: 750; }
.mtw-interior-page .speaker-session__when { margin-top: 7px; color: rgba(10, 10, 10, .56); font-size: 13px; }

/* Shared update band beneath current-year interior pages. */
.interior-updates { padding-block: clamp(70px, 12vh, 140px); }
.interior-updates__inner { display: grid; grid-template-columns: minmax(280px, .85fr) minmax(340px, 1.15fr); gap: clamp(48px, 9vw, 140px); align-items: end; }
.interior-updates h2 { max-width: 11ch; margin: 22px 0 0; color: #fff; font-size: clamp(40px, 5.6vw, 84px); font-weight: 800; line-height: .92; letter-spacing: -.04em; }
.interior-updates h2 + p { max-width: 40ch; margin: 28px 0 0; color: rgba(255, 255, 255, .62); font-size: 16px; line-height: 1.6; }
.interior-updates__form { display: grid; grid-template-columns: minmax(220px, 1fr) auto; gap: 12px; align-items: start; }
.interior-updates__form input[type='email'] { min-width: 0; min-height: 58px; padding: 16px 18px; border: 1px solid rgba(255, 255, 255, .42); border-radius: 0; background: transparent; color: #fff; font: 500 16px/1 'Manrope', Helvetica, Arial, sans-serif; }
.interior-updates__form input::placeholder { color: rgba(255, 255, 255, .48); }
.interior-updates__form input:focus { outline: 2px solid var(--landing-green); outline-offset: 2px; }
.interior-updates__form button { min-height: 58px; padding: 16px 24px; border: 0; border-radius: 0; background: #fff; color: var(--landing-ink); cursor: pointer; font: 800 15px/1 'Manrope', Helvetica, Arial, sans-serif; }
.interior-updates__form button:hover { background: var(--landing-green); }
.interior-updates__status { grid-column: 1 / -1; margin: 4px 0 0; color: var(--landing-green); font-size: 14px; font-weight: 750; }
.interior-updates__status:empty { display: none; }

/* Keep the CMS-owned consent UI in the same square, high-contrast system. */
.mtw-landing-page .site-cookie-banner[data-site-cookie-banner] {
  border: 2px solid var(--landing-ink);
  border-radius: 0;
  background: #fff;
  color: var(--landing-ink);
  box-shadow: 10px 10px 0 var(--landing-green);
  font-family: 'Manrope', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 550;
  line-height: 1.5;
}
.mtw-landing-page .site-cookie-banner[data-site-cookie-banner] p { color: rgba(10, 10, 10, .72); }
.mtw-landing-page .site-cookie-banner .site-cookie-accept,
.mtw-landing-page .site-cookie-banner .site-cookie-decline {
  min-height: 44px;
  border: 2px solid var(--landing-ink);
  border-radius: 0;
  font-family: 'Manrope', Helvetica, Arial, sans-serif;
  font-weight: 800;
}
.mtw-landing-page .site-cookie-banner .site-cookie-accept { background: var(--landing-ink); color: #fff; }
.mtw-landing-page .site-cookie-banner .site-cookie-accept:hover { border-color: var(--landing-pink); background: var(--landing-pink); color: #fff; transform: none; }
.mtw-landing-page .site-cookie-banner .site-cookie-decline { background: #fff; color: var(--landing-ink); }
.mtw-landing-page .site-cookie-banner .site-cookie-decline:hover { background: var(--landing-green); color: var(--landing-ink); }

@media (max-width: 1100px) {
  .landing-header__brand span { display: none; }
  .landing-header__nav { gap: 18px; }
  .landing-header__nav a { font-size: 13px; }
  .mtw-interior-page .speaker-grid,
  .interior-team .team-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .interior-sponsor-list .sponsor-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .interior-hero__inner,
  .interior-hero--contact .interior-hero__inner { grid-template-columns: 1fr; min-height: 0; }
  .interior-hero__art,
  .interior-speaker-art,
  .interior-sponsor-art,
  .interior-about-art,
  .interior-highlight-mark { justify-self: start; width: min(82vw, 480px); }
  .interior-about-story .landing-shell { grid-template-columns: 1fr; }
  .interior-about-story .landing-shell::before { width: 92px; margin-bottom: 22px; }
  .mtw-interior-page .speaker-grid,
  .interior-team .team-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .interior-sponsor-list .sponsor-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .interior-highlights-lineup__inner,
  .interior-contact-form-grid,
  .mtw-interior-page .speaker-single__inner,
  .interior-updates__inner,
  .program-notify__inner,
  .interior-about-story .landing-shell,
  .interior-about-story__grid,
  .interior-about-two-col,
  .sponsor-respond { grid-template-columns: 1fr; }
  .interior-about-values__inner > .interior-editorial { grid-template-columns: 1fr; }
  .interior-about-values .interior-editorial p:last-child { grid-column: 1; }
  .sponsor-history__stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sponsor-level { grid-template-columns: minmax(200px, .55fr) minmax(0, 1fr); }
  .sponsor-level > ul { grid-column: 1 / -1; }
  .interior-contact-form-copy { position: static; }
  .interior-highlights-quotes .quote-grid { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .interior-hero__inner { gap: 54px; padding-top: 64px; padding-bottom: 72px; }
  .interior-hero h1 { font-size: clamp(42px, 12vw, 64px); }
  .interior-about-values__inner > h2 { font-size: clamp(27px, 8.5vw, 40px); }
  .interior-team .interior-section__head h2 { font-size: clamp(25px, 8vw, 32px); }
  .sponsor-plan h2 { font-size: clamp(25px, 8vw, 34px); }
  .program-current-heading { font-size: clamp(27px, 8.5vw, 34px) !important; }
  .sponsor-respond__form > h2 { font-size: clamp(27px, 8.5vw, 42px); }
  .interior-section__head { grid-template-columns: 1fr; gap: 20px; }
  .interior-schedule .mtw-slot { grid-template-columns: 1fr; gap: 18px; }
  .interior-schedule .mtw-session { grid-column: 1; }
  .program-theme { grid-template-columns: 1fr; gap: 12px; }
  .program-theme > span,
  .program-theme > p,
  .program-theme > h2 { grid-column: 1; grid-row: auto; }
  .program-theme > h2 { margin-top: 7px; }
  .mtw-interior-page .speaker-grid { grid-template-columns: 1fr; }
  .mtw-interior-page .speaker-card { display: grid; grid-template-columns: minmax(120px, .8fr) minmax(150px, 1.2fr); gap: 24px; align-items: center; }
  .speaker-card__media { margin-bottom: 12px; }
  .interior-sponsor-list .sponsor-grid { grid-template-columns: 1fr; }
  .interior-sponsor-list .sponsor-card { min-height: 220px; }
  .interior-team .team-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-founders { grid-template-columns: 1fr; }
  .about-founders__grid { grid-column: 1; grid-template-columns: 1fr; }
  .about-founders__grid a:nth-child(n) { padding-inline: 0; border-left: 0; border-bottom: 0; }
  .about-founders__grid a:last-child { border-bottom: 1px solid rgba(10, 10, 10, 0.14); }
  .sponsor-history__stats { grid-template-columns: 1fr; }
  .sponsor-level { grid-template-columns: 1fr; }
  .sponsor-level > ul { grid-column: 1; }
  .sponsor-respond__story,
  .sponsor-respond__form { padding-inline: 24px; }
  .interior-hero--sponsors .landing-button { max-width: 100%; padding-inline: 20px; white-space: normal; }
  .mtw-interior--highlights .highlights-strip { grid-template-columns: repeat(3, minmax(145px, 1fr)); padding-bottom: 0; overflow-x: auto; }
  .mtw-interior--highlights .highlights-strip img,
  .mtw-interior--highlights .highlights-strip img:nth-child(n) { min-width: 145px; height: 260px; }
  .mtw-interior--highlights .highlights-strip img:nth-child(even) { transform: none; }
  .interior-highlights-stats .stats--five { grid-template-columns: repeat(2, 1fr); }
  .interior-highlights-stats .stats > div { min-height: 170px; }
  .interior-highlights-stats .stats > div:last-child { grid-column: 1 / -1; }
  .interior-contact-meta__inner { grid-template-columns: 1fr; }
  .interior-contact-meta a { justify-self: start; }
  .interior-contact-form-card .contact-form__name-row { grid-template-columns: 1fr; }
  .interior-updates__form { grid-template-columns: 1fr; }
  .interior-updates__form button { width: 100%; }
}
@media (max-width: 480px) {
}
@media (max-width: 360px) {
  .interior-team .team-grid { grid-template-columns: 1fr; }
  .mtw-interior-page .speaker-card { grid-template-columns: minmax(96px, .72fr) minmax(0, 1.28fr); gap: 16px; }
  .speaker-card__media { margin-right: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .program-theme > span,
  .interior-schedule-art path,
  .interior-speaker-art span,
  .interior-speaker-art i,
  .interior-sponsor-art strong,
  .interior-about-art i,
  .interior-about-art span,
  .interior-highlight-mark { animation: none; }
}

/* Torie redesign parity pass. Keep the app-style mobile navigation and the
   commissioned animated homepage mark; match the supplied editorial system
   everywhere else. */
.landing-header__nav a.is-active::after { display: none; }
.landing-header__nav a.is-active { font-weight: 700; }
.interior-wide-shell {
  width: 100%;
  max-width: calc(1400px + clamp(48px, 12vw, 220px));
  margin-inline: auto;
  padding-inline: clamp(24px, 6vw, 110px);
  box-sizing: border-box;
}
.landing-shell { width: min(100%, calc(1320px + clamp(48px, 12vw, 220px))); }
.interior-hero { overflow: clip; background: #fff; }
.interior-hero > .interior-wide-shell {
  max-width: 1620px;
  padding-top: clamp(60px, 12vh, 150px);
  padding-bottom: clamp(50px, 9vh, 110px);
}
.interior-hero h1 {
  max-width: 14ch;
  margin: 0;
  font-size: clamp(46px, 8.4vw, 138px);
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -.02em;
}
.interior-hero--sponsors h1 { max-width: 15ch; }
.interior-hero--editorial > .interior-wide-shell { padding-bottom: clamp(40px, 7vh, 90px); }
.interior-hero__rule-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: clamp(30px, 5vw, 70px);
  margin-top: clamp(44px, 8vh, 100px);
  padding-top: clamp(30px, 5vh, 46px);
  border-top: 1px solid rgba(10, 10, 10, .14);
}
.interior-hero__rule-row .interior-hero__lede {
  flex: 1 1 420px;
  max-width: 34ch;
  margin: 0;
  color: var(--landing-ink);
  font-size: clamp(19px, 1.9vw, 27px);
  font-weight: 500;
  line-height: 1.42;
  letter-spacing: -.01em;
}
.interior-hero__rule-row .landing-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 26px;
  margin: 0;
}
.interior-color-squares {
  display: flex;
  align-items: center;
  gap: clamp(10px, 1.2vw, 16px);
  margin-top: clamp(40px, 7vh, 84px);
}
.interior-color-squares i {
  display: block;
  width: clamp(14px, 1.5vw, 21px);
  aspect-ratio: 1;
}
.interior-color-squares i:nth-child(1) { background: #3DDC84; }
.interior-color-squares i:nth-child(2) { background: #F03E7F; }
.interior-color-squares i:nth-child(3) { background: #7B6FE6; }
.interior-color-squares i:nth-child(4) { background: #29B6F6; }
.interior-color-squares i:nth-child(5) { background: #F39A2C; }

/* Program and speakers */
.program-themes { padding: 0 0 clamp(70px, 12vh, 150px); }
.program-theme {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: clamp(24px, 4vw, 64px);
  padding: clamp(28px, 4vh, 44px) 0;
}
.program-theme__meta { flex: 0 0 clamp(150px, 18vw, 230px); }
.program-theme__meta > span {
  display: block;
  width: 42px;
  height: 8px;
  margin-bottom: 18px;
  background: var(--day-accent);
  transform-origin: left center;
  animation: program-theme-bar 3.6s ease-in-out var(--theme-delay) infinite;
}
.program-theme__meta > p {
  margin: 0;
  color: rgba(10, 10, 10, .62);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.program-theme__meta > h2 {
  margin: 8px 0 0;
  font-size: clamp(18px, 1.7vw, 24px);
  font-weight: 800;
  line-height: normal;
  letter-spacing: -.02em;
}
.program-theme__ghosts {
  flex: 1 1 320px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-top: 6px;
}
.program-theme__ghosts i {
  height: 16px;
  background: var(--landing-ink);
  opacity: .28;
  transform-origin: left center;
  animation: program-theme-ghost 2.8s ease-in-out infinite;
}
.program-theme__ghosts i:nth-child(1) { width: 92%; animation-delay: var(--theme-delay); }
.program-theme__ghosts i:nth-child(2) { width: 74%; animation-delay: calc(var(--theme-delay) + .3s); }
.program-theme__ghosts i:nth-child(3) { width: 58%; animation-delay: calc(var(--theme-delay) + .6s); }
.program-theme:nth-child(2) .program-theme__ghosts i:nth-child(1) { width: 80%; }
.program-theme:nth-child(2) .program-theme__ghosts i:nth-child(2) { width: 96%; }
.program-theme:nth-child(2) .program-theme__ghosts i:nth-child(3) { width: 62%; }
.program-theme:nth-child(3) .program-theme__ghosts i:nth-child(1) { width: 68%; }
.program-theme:nth-child(3) .program-theme__ghosts i:nth-child(2) { width: 88%; }
.program-theme:nth-child(3) .program-theme__ghosts i:nth-child(3) { width: 54%; }
.program-theme:nth-child(4) .program-theme__ghosts i:nth-child(1) { width: 84%; }
.program-theme:nth-child(4) .program-theme__ghosts i:nth-child(2) { width: 60%; }
.program-theme:nth-child(4) .program-theme__ghosts i:nth-child(3) { width: 92%; }
.program-themes__proof { color: rgba(10, 10, 10, .5); letter-spacing: .16em; text-transform: uppercase; }
.program-notify { padding-block: clamp(70px, 13vh, 170px); }
.program-notify__inner { display: block; }
.program-notify h2 {
  max-width: 16ch;
  font-size: clamp(34px, 5.4vw, 88px);
  line-height: 1.1;
  letter-spacing: -.03em;
}
.program-notify .interior-updates__form {
  max-width: 620px;
  margin-top: clamp(36px, 6vh, 64px);
  gap: 16px;
}
.program-notify .interior-updates__form input[type='email'] { min-height: 60px; padding: 18px 20px; }
.program-notify .interior-updates__form button { min-height: 58px; padding: 18px 36px; background: #3DDC84; color: var(--landing-ink); font-size: 16px; }
.program-notify__proposal { margin: clamp(30px, 5vh, 52px) 0 0; color: rgba(255, 255, 255, .62); font-size: 16px; font-weight: 500; }
.program-notify__proposal a { color: #fff; font-weight: 700; }
@keyframes program-theme-ghost { 0%, 100% { opacity: .16; transform: scaleX(.94); } 50% { opacity: .42; transform: scaleX(1); } }

/* About */
.interior-hero--about > .interior-wide-shell {
  padding: clamp(60px, 12vh, 150px) clamp(24px, 6vw, 110px) clamp(44px, 8vh, 100px);
}
.interior-hero--about h1 { font-size: clamp(46px, 8.4vw, 138px); line-height: 1.05; }
.interior-about-story { padding: 0 0 clamp(70px, 12vh, 150px); background: #fff; }
.interior-about-story__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(340px, 100%), 1fr));
  gap: clamp(36px, 6vw, 90px);
  align-items: start;
  padding-top: clamp(30px, 5vh, 46px);
  border-top: 1px solid rgba(10, 10, 10, .14);
}
.interior-about-story .interior-editorial p,
.interior-about-values .interior-editorial p,
.interior-about-principle .interior-editorial p {
  max-width: 46ch;
  margin: 0;
  font-size: clamp(17px, 1.5vw, 21px);
  font-weight: 500;
  line-height: 1.6;
}
.interior-about-story .interior-editorial p + p,
.interior-about-principle .interior-editorial p + p { margin-top: 20px; }
.interior-about-story__statement { margin: 0; font-size: clamp(28px, 3.4vw, 52px); font-weight: 800; line-height: 1.12; letter-spacing: -.03em; }
.interior-about-story__statement strong { color: #0F9BCB; }
.interior-about-values__inner > h2 { max-width: 15ch; font-size: clamp(34px, 5.4vw, 88px); line-height: 1.1; letter-spacing: -.025em; }
.interior-about-values__inner > .interior-editorial { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.interior-about-values__statement {
  max-width: 26ch;
  margin: clamp(50px, 8vh, 96px) 0 0;
  padding-top: clamp(30px, 5vh, 46px);
  border-top: 1px solid rgba(255, 255, 255, .2);
  color: #fff;
  font-size: clamp(24px, 3vw, 44px);
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: -.025em;
}
.interior-about-values .interior-editorial p:last-child {
  grid-column: auto;
  max-width: 46ch;
  margin: 0;
  padding-top: 0;
  border-top: 0;
  color: rgba(255, 255, 255, .72);
  font-size: clamp(17px, 1.5vw, 21px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: normal;
}
.interior-about-principle + .interior-about-principle { padding-top: 0; }
.interior-team { padding-top: 0; }
.interior-team__inner { padding-top: clamp(30px, 5vh, 46px); border-top: 1px solid rgba(10, 10, 10, .14); }
.interior-team__head { margin-bottom: clamp(40px, 7vh, 80px); }
.interior-team__head h2 { max-width: 16ch; margin: 0; font-size: clamp(30px, 4.2vw, 62px); font-weight: 800; line-height: 1.12; letter-spacing: -.03em; }
.interior-team__head p { max-width: 54ch; margin: clamp(22px, 4vh, 36px) 0 0; color: rgba(10, 10, 10, .72); font-size: clamp(17px, 1.5vw, 21px); font-weight: 500; line-height: 1.6; }
.interior-team .team-grid { grid-template-columns: repeat(auto-fill, minmax(min(210px, 100%), 1fr)); gap: clamp(18px, 2.4vw, 34px); margin-bottom: clamp(56px, 9vh, 110px); }
.interior-team .team-card { display: flex; flex-direction: column; gap: 16px; }
.interior-team .team-card__photo { margin: 0; }
.interior-team .team-card__copy { display: flex; flex-direction: column; gap: 4px; padding-top: 16px; }
.interior-team .team-card__name { line-height: normal; }
.interior-team .team-card__role { margin: 0; font-weight: 500; }
.interior-team .team-card__link { display: block; margin-top: 6px; color: rgba(10, 10, 10, .72); font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; text-decoration: none; }
.interior-team .team-card__link:hover { color: var(--landing-pink); }
.about-founders { display: block; padding-top: clamp(30px, 5vh, 46px); }
.interior-team .about-founders__heading { max-width: 20ch; font-size: clamp(22px, 2.6vw, 36px); line-height: 1.15; letter-spacing: -.025em; }
.about-founders > p { max-width: 52ch; margin-top: 18px; font-size: clamp(16px, 1.4vw, 19px); font-weight: 500; line-height: 1.6; }
.about-founders > p + p { margin-top: 26px; }
.about-founders__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(230px, 100%), 1fr)); gap: 0 clamp(24px, 4vw, 64px); margin-top: clamp(26px, 4vh, 40px); }
.about-founders__grid a:nth-child(n) { padding-inline: 0; border-left: 0; border-bottom: 0; }
.about-founders__grid a:last-child { border-bottom: 1px solid rgba(10, 10, 10, .14); }
.about-founders__grid a span:last-child { text-transform: uppercase; }
.mtw-interior--about + .landing-footer,
.mtw-interior--about .landing-footer { border-top: 1px solid rgba(10, 10, 10, .1); }

/* Sponsors */
.sponsor-history { padding-block: clamp(70px, 12vh, 150px); }
.sponsor-history__inner > h2 { max-width: 20ch; font-size: clamp(32px, 4.6vw, 72px); line-height: 1.1; }
.sponsor-history__stats {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(28px, 4vw, 70px);
  margin-top: clamp(44px, 7vh, 84px);
  border: 0;
}
.sponsor-history__stats > div { position: relative; flex: 1 1 180px; padding: 28px 0 0; border: 0; }
.sponsor-history__stats > div::before { content: ''; position: absolute; top: 0; left: 0; width: 42px; height: 8px; background: #3DDC84; }
.sponsor-history__stats > div:nth-child(2)::before { background: #F03E7F; }
.sponsor-history__stats > div:nth-child(3)::before { background: #7B6FE6; }
.sponsor-history__stats > div:nth-child(4)::before { background: #F39A2C; }
.sponsor-history__stats strong { color: #fff; font-size: clamp(38px, 4.4vw, 66px); line-height: 1; }
.sponsor-history__stats p { margin: 12px 0 0; color: rgba(255, 255, 255, .64); font-size: 15px; font-weight: 500; line-height: 1.5; }
.sponsor-history__inner > p { max-width: 52ch; margin: clamp(44px, 7vh, 80px) 0 0; color: rgba(255, 255, 255, .72); font-size: clamp(17px, 1.5vw, 21px); font-weight: 500; line-height: 1.6; }
.sponsor-plan h2 { max-width: 18ch; font-size: clamp(30px, 4vw, 58px); line-height: 1.1; }
.sponsor-plan .interior-about-two-col { gap: clamp(40px, 6vw, 90px); }
.sponsor-plan .interior-editorial p {
  margin: 0;
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.6;
}
.sponsor-plan .interior-editorial p + p { margin-top: 20px; }
.sponsor-plan .interior-editorial p:last-child { margin-top: 24px; }
.sponsor-levels { padding-top: 0; padding-bottom: clamp(70px, 13vh, 170px); }
.sponsor-levels > .interior-wide-shell > h2 { max-width: 18ch; margin: 0 0 clamp(40px, 6vh, 76px); font-size: clamp(32px, 4.6vw, 72px); font-weight: 800; line-height: 1.1; letter-spacing: -.03em; }
.sponsor-levels__grid { border-top: 1px solid rgba(10, 10, 10, .14); }
.sponsor-level {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: clamp(24px, 4vw, 64px);
  padding-block: clamp(30px, 4vh, 46px);
  border-bottom: 1px solid rgba(10, 10, 10, .14);
}
.sponsor-level::before { display: none; }
.sponsor-level__head { flex: 1 1 240px; min-width: 0; }
.sponsor-level__head::before {
  content: '';
  display: block;
  width: 42px;
  height: 8px;
  margin-bottom: 18px;
  background: var(--level-accent);
}
.sponsor-level__head h3 { font-size: clamp(23px, 2.4vw, 34px); line-height: normal; letter-spacing: -.025em; }
.sponsor-level__head p { margin: 8px 0 0; color: #0F9BCB; font-size: clamp(19px, 1.8vw, 24px); font-weight: 700; }
.sponsor-level__head > span { display: block; max-width: 30ch; margin-top: 14px; color: rgba(10, 10, 10, .62); font-size: 15px; font-weight: 500; line-height: 1.55; }
.sponsor-level ul {
  display: flex;
  flex: 2 1 380px;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
}
.sponsor-level li { padding-bottom: 0; color: rgba(10, 10, 10, .78); font-size: 16px; font-weight: 500; line-height: 1.55; }
.sponsor-level li::before { width: 9px; height: 9px; background: #F03E7F; }
.sponsor-respond__story,
.sponsor-respond__form { padding: clamp(60px, 10vh, 130px) clamp(24px, 6vw, 90px); }
.sponsor-respond__story h2,
.sponsor-respond__form h2 { color: inherit; }
.sponsor-respond__story h2 { max-width: 14ch; font-size: clamp(30px, 4.2vw, 62px); line-height: 1.1; letter-spacing: -.03em; }
.sponsor-respond__form > h2 { max-width: 16ch; font-size: clamp(30px, 4.2vw, 58px); line-height: 1.1; letter-spacing: -.03em; }
.sponsor-respond__body { max-width: 48ch; margin: 0; color: rgba(10, 10, 10, .72); }
.sponsor-respond__body ul { margin: clamp(30px, 5vh, 52px) 0 0; padding: 0; list-style: none; }
.sponsor-respond__body li {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 0;
  padding: 18px 0 18px 26px;
  border-top: 1px solid rgba(10, 10, 10, .14);
  box-sizing: border-box;
  color: rgba(10, 10, 10, .72);
  font-size: clamp(16px, 1.4vw, 18px);
  font-weight: 500;
  line-height: 1.55;
}
.sponsor-respond__body li::before { top: 26px; }
.sponsor-respond__body li:last-child { border-bottom: 1px solid rgba(10, 10, 10, .14); }
.sponsor-respond__body > p {
  max-width: 40ch;
  margin: clamp(26px, 4vh, 40px) 0 0;
  color: rgba(10, 10, 10, .72);
  font-size: clamp(16px, 1.4vw, 18px);
  font-weight: 500;
  line-height: 1.6;
}
.sponsor-contact { margin-top: clamp(34px, 5vh, 56px); padding-top: 0; border-top: 0; }
.sponsor-contact .sponsor-contact__eyebrow { font-size: 11px; line-height: normal; }
.sponsor-contact .sponsor-contact__name { margin-top: 14px; font-size: 17px; font-weight: 700; line-height: normal; }
.sponsor-contact .sponsor-contact__role { margin-top: 4px; color: rgba(10, 10, 10, .66); font-size: 15px; font-weight: 500; line-height: normal; }
.sponsor-contact .sponsor-contact__details { margin-top: 12px; font-size: 15px; font-weight: 500; line-height: normal; }
.sponsor-respond__form > p:not(.landing-eyebrow):not(.sponsor-respond__note) {
  max-width: 42ch;
  margin: 20px 0 0;
  font-size: 16px;
  line-height: 1.6;
}
.sponsor-respond__form .public-form-embed form { gap: 26px; }
.sponsor-respond__form .public-form-embed form > label {
  gap: 10px;
  min-height: 86.5px;
}
.sponsor-respond__form .public-form-embed form > label > span,
.sponsor-respond__form .public-form-embed legend {
  font-size: 15px;
  line-height: normal;
}
.sponsor-respond__form .public-form-embed label:has(> input[required]) > span::after,
.sponsor-respond__form .public-form-embed label:has(> textarea[required]) > span::after,
.sponsor-respond__form .public-form-embed fieldset:has(input[required]) legend::after { content: ' *'; }
.sponsor-respond__form .public-form-embed input[type='text'],
.sponsor-respond__form .public-form-embed input[type='email'],
.sponsor-respond__form .public-form-embed input[type='tel'] {
  height: 56px;
  min-height: 56px;
  padding: 16px 18px;
}
.sponsor-respond__form .public-form-embed fieldset { min-height: 147.5px; }
.sponsor-respond__form .public-form-embed .choice-group { gap: 12px 24px; min-height: 113px; margin-top: 14px; }
.sponsor-respond__form .public-form-embed .choice-option { gap: 12px; min-height: 24px; font-size: 15px; line-height: normal; }
.sponsor-respond__form .public-form-embed .choice-option input { width: 18px; height: 18px; margin: 3px 0; }
.sponsor-respond__form .public-form-embed form > label:has(textarea) { gap: 10px; min-height: 184.5px; }
.sponsor-respond__form .public-form-embed textarea { height: 154px; min-height: 154px; padding: 16px 18px; line-height: 24px; }
.sponsor-respond__form .public-form-embed button[type='submit'] { min-width: 144.1875px; height: 58px; min-height: 58px; padding-block: 18px; }
.sponsor-respond__form .sponsor-respond__note { margin: 26px 0 0 !important; font-size: 13px !important; line-height: normal; }

@media (min-width: 901px) and (max-width: 1100px) {
  .landing-header__nav { gap: clamp(14px, 2.2vw, 34px); }
  .landing-header__nav a { font-size: 14px; }
}

@media (max-width: 900px) {
  .interior-hero__rule-row { align-items: flex-start; }
  .interior-about-values__inner > .interior-editorial { grid-template-columns: 1fr; }
  .sponsor-level { grid-template-columns: minmax(210px, 1fr) minmax(0, 2fr); }
}
@media (max-width: 620px) {
  .interior-wide-shell { padding-inline: 24px; }
  .interior-hero--about > .interior-wide-shell {
    padding: clamp(60px, 12vh, 150px) clamp(24px, 6vw, 110px) clamp(44px, 8vh, 100px);
  }
  .interior-hero--about h1 { font-size: clamp(46px, 8.4vw, 138px); }
  .interior-about-values__inner > h2 { font-size: clamp(34px, 5.4vw, 88px); }
  .interior-team .team-grid { grid-template-columns: 1fr; }
  .sponsor-level { grid-template-columns: 1fr; }
}
@media (max-width: 420px) {
  /* Torie's paired final phrases stay intact, but scale just enough to remain
     inside the 24px mobile gutters instead of being clipped on narrow phones. */
  .landing-define h2,
  .landing-days__head h2 {
    font-size: clamp(22px, calc((100vw - 48px) / 9.83), 34px);
  }
  .landing-invite h2 {
    font-size: clamp(28px, calc((100vw - 48px) / 8.3), 44px);
  }
  .interior-hero--about h1 {
    font-size: clamp(34px, calc((100vw - 48px) / 6.48), 46px);
  }
  .interior-about-values__inner > h2 {
    font-size: clamp(24px, calc((100vw - 48px) / 9.44), 34px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .program-theme__meta > span,
  .program-theme__ghosts i { animation: none; }
  .landing-draw path { animation: none; stroke-dashoffset: 0; }
}


/* ── September 2026 export parity: navigation, About, Get involved ─────── */
.landing-header__nav-top,
.landing-header__date,
.landing-header__close { display: none; }
.landing-header__links { display: contents; }
.landing-text-link--muted { color: rgba(10, 10, 10, .72); font-weight: 600; white-space: nowrap; }
.interior-wide-shell--narrow { max-width: calc(1320px + clamp(48px, 12vw, 220px)); }
.interior-hero--sponsors .interior-hero__rule-row { margin-top: clamp(46px, 8vh, 100px); }
.interior-editorial strong { color: var(--landing-ink); font-weight: 700; }
.landing-dark .interior-editorial strong { color: #fff; }
@media (max-width: 900px) {
  .landing-header { z-index: 800; background: #fff; backdrop-filter: none; }
  .landing-header__menu { display: flex; flex-direction: column; justify-content: center; gap: 6px; width: 46px; height: 46px; margin-left: auto; padding: 0 10px; border: 0; background: none; cursor: pointer; }
  .landing-header__menu i { display: block; width: 26px; height: 2px; background: var(--landing-ink); }
  .landing-header__nav { position: fixed; z-index: 90; inset: 0; display: flex; flex-direction: column; align-items: stretch; justify-content: flex-start; gap: 0; min-height: 100dvh; padding: 18px 24px 40px; overflow-y: auto; background: var(--landing-ink); color: #fff; opacity: 0; visibility: hidden; transition: opacity 160ms ease, visibility 160ms ease; }
  body.landing-nav-open .landing-header__nav { opacity: 1; visibility: visible; }
  body.landing-nav-open { overflow: hidden; overscroll-behavior: none; }
  .landing-header__nav-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
  .landing-header__nav-top img { display: block; width: 46px; height: 46px; }
  .landing-header__close { display: block; padding: 12px 0; border: 0; background: none; color: #fff; cursor: pointer; font: 700 15px/1 'Manrope', Helvetica, Arial, sans-serif; letter-spacing: .12em; text-transform: uppercase; }
  .landing-header__links { display: flex; flex-direction: column; margin-top: 40px; }
  .landing-header__nav .landing-header__link { display: block; padding: 10px 0; border: 0; color: #fff; font-size: 34px; font-weight: 800; line-height: normal; letter-spacing: -.03em; text-decoration: none; }
  .landing-header__nav .landing-header__link.is-active { color: var(--landing-pink); }
  .landing-header__nav .landing-button { display: block; align-self: stretch; margin-top: 40px; padding: 20px 24px; background: #fff; color: var(--landing-ink) !important; font-size: 17px; font-weight: 700; line-height: normal; text-align: center; white-space: normal; }
  .landing-header__nav .landing-button:hover { background: var(--landing-green); }
  .landing-header__date { display: block; margin: 28px 0 0; color: rgba(255, 255, 255, .6); font-size: 14px; font-weight: 500; }
}

/* About — Torie's updated editorial structure. */
.interior-about-story { padding: 0 0 clamp(70px, 12vh, 150px); background: #fff; }
.interior-about-story__grid { grid-template-columns: repeat(auto-fit, minmax(min(340px, 100%), 1fr)); }
.interior-about-story__lead { max-width: 46ch; margin: 0; color: rgba(10, 10, 10, .72); font-size: clamp(17px, 1.5vw, 21px); font-weight: 500; line-height: 1.6; }
.interior-about-story__statement { max-width: 18ch; margin: 0; font-size: clamp(28px, 3.4vw, 52px); font-weight: 800; line-height: 1.15; letter-spacing: -.03em; }
.interior-about-story__close { display: flex; flex-direction: column; gap: 20px; margin-top: clamp(40px, 7vh, 80px); }
.interior-about-story__close .interior-about-story__lead { max-width: 62ch; }
.interior-about-story__pink { max-width: 24ch; margin: 0; color: var(--landing-pink); font-size: clamp(26px, 3vw, 44px); font-weight: 800; line-height: 1.15; letter-spacing: -.03em; }
.interior-about-values { padding-block: clamp(70px, 13vh, 170px); }
.interior-about-values__inner > h2 { max-width: 15ch; margin: 0; color: #fff; font-size: clamp(34px, 5.4vw, 88px); font-weight: 800; line-height: 1.1; letter-spacing: -.025em; }
.interior-about-values__columns { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr)); gap: clamp(30px, 5vw, 80px); margin-top: clamp(40px, 7vh, 84px); }
.interior-about-values__columns .interior-editorial { display: flex; flex-direction: column; gap: 20px; max-width: none; }
.interior-about-values .interior-editorial p,
.interior-about-values .interior-editorial p:last-child { grid-column: auto; max-width: 46ch; margin: 0; padding: 0; border: 0; color: rgba(255, 255, 255, .72); font-size: clamp(17px, 1.5vw, 21px); font-weight: 500; line-height: 1.6; letter-spacing: normal; }
.interior-about-values__statement { max-width: 20ch; margin: clamp(50px, 8vh, 96px) 0 0; padding-top: clamp(34px, 6vh, 60px); border-top: 1px solid rgba(255, 255, 255, .2); color: var(--landing-green); font-size: clamp(30px, 4.4vw, 74px); font-weight: 800; line-height: 1.1; letter-spacing: -.03em; }
.interior-about-principle { padding: 0 0 clamp(70px, 13vh, 170px); }
.interior-about-principle--community { padding-top: clamp(70px, 13vh, 170px); }
.interior-about-two-col { grid-template-columns: repeat(auto-fit, minmax(min(340px, 100%), 1fr)); }
.interior-about-two-col h2 { max-width: 12ch; margin: 0; font-size: clamp(34px, 5vw, 78px); font-weight: 800; line-height: 1.1; letter-spacing: -.03em; }
.interior-about-column { display: flex; flex-direction: column; gap: 20px; }
.interior-about-column .interior-editorial { display: flex; flex-direction: column; gap: 20px; max-width: none; }
.interior-about-column .interior-editorial p,
.interior-about-principle .interior-editorial p,
.interior-about-principle .interior-editorial p + p { max-width: 46ch; margin: 0; color: rgba(10, 10, 10, .72); font-size: clamp(17px, 1.5vw, 21px); font-weight: 500; line-height: 1.6; }
.interior-about-column .interior-editorial p:has(> strong:only-child) { color: var(--landing-ink); font-weight: 700; }
.interior-about-statement { max-width: 20ch; margin: clamp(10px, 2vh, 18px) 0 0; font-size: clamp(26px, 3vw, 44px); font-weight: 800; line-height: 1.15; letter-spacing: -.03em; }
.interior-about-statement--sky { color: #29b6f6; }
.interior-about-statement--orange { color: var(--landing-orange); }
.interior-about-principle__lead { max-width: 30ch; margin: clamp(26px, 4vh, 40px) 0 0; font-size: clamp(19px, 1.9vw, 27px); font-weight: 500; line-height: 1.42; letter-spacing: -.01em; }
.interior-team { padding: 0 0 clamp(70px, 13vh, 170px); }
.interior-team__head h2 { line-height: 1.1; }
.interior-team .team-grid { margin-bottom: 0; }
.about-founders { margin-top: clamp(56px, 9vh, 110px); }
.interior-team .about-founders__heading { line-height: 1.2; }

/* Get involved */
.involve-way__meta { flex: 0 0 clamp(150px, 18vw, 250px); }
.involve-way__meta > h2 { margin: 0; font-size: clamp(20px, 2vw, 28px); font-weight: 800; line-height: 1.2; letter-spacing: -.025em; }
.involve-way__body { flex: 1 1 340px; min-width: 0; display: flex; flex-direction: column; gap: 14px; }
.involve-way__body > p { max-width: 54ch; margin: 0; color: rgba(10, 10, 10, .72); font-size: clamp(16px, 1.4vw, 19px); font-weight: 500; line-height: 1.6; }
.involve-way__body > .involve-way__note { color: rgba(10, 10, 10, .5); font-size: 13px; font-weight: 700; line-height: normal; letter-spacing: .14em; text-transform: uppercase; }
.involve-way__link a { color: rgba(10, 10, 10, .72); font-weight: 700; }
.involve-ways__statement { max-width: 22ch; margin: clamp(40px, 6vh, 70px) 0 0; color: var(--landing-green); font-size: clamp(26px, 3vw, 44px); font-weight: 800; line-height: 1.15; letter-spacing: -.03em; }
.involve-form { padding-block: clamp(70px, 13vh, 170px); }
.involve-form__inner { display: flex; flex-wrap: wrap; gap: clamp(36px, 6vw, 96px); align-items: flex-start; }
.involve-form__copy { flex: 1 1 340px; min-width: 0; }
.involve-form__copy .involve-form__eyebrow { color: var(--landing-pink); font-size: 11px; }
.involve-form__copy h2 { max-width: 12ch; margin: 16px 0 0; font-size: clamp(34px, 5vw, 78px); font-weight: 800; line-height: 1.1; letter-spacing: -.03em; }
.involve-form__copy h2 + p { max-width: 40ch; margin: clamp(24px, 4vh, 36px) 0 0; color: rgba(255, 255, 255, .7); font-size: clamp(16px, 1.4vw, 19px); font-weight: 500; line-height: 1.6; }
.involve-form__copy .involve-form__email { margin: 24px 0 0; color: rgba(255, 255, 255, .6); font-size: 15px; font-weight: 500; }
.involve-form__email a { color: #fff; font-weight: 700; }
.involve-form__fields { flex: 1 1 460px; min-width: 0; }
.involve-form__fields .public-form-embed { margin: 0; }
.involve-form__fields .public-form-embed form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 14px; }
.involve-form__fields .public-gotcha { display: none !important; }
.involve-form__fields .public-form-embed form > fieldset,
.involve-form__fields .public-form-embed form > label:has(textarea),
.involve-form__fields .public-form-embed form > label:has(input[autocomplete='organization']),
.involve-form__fields .public-form-embed form > button,
.involve-form__fields .public-form-embed form > .public-form-status,
.involve-form__fields .public-form-embed form > .public-form-home { grid-column: 1 / -1; }
.involve-form__fields .public-form-embed form > label { display: grid; min-width: 0; margin: 0; }
.involve-form__fields .public-form-embed form > label > span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.involve-form__fields .public-form-embed form > fieldset { display: block; margin: 0; padding: 0; border: 0; min-width: 0; }
.involve-form__fields .public-form-embed input:not([type='checkbox']),
.involve-form__fields .public-form-embed textarea { width: 100%; box-sizing: border-box; min-height: 0; padding: 18px 20px; border: 1px solid rgba(255, 255, 255, .34); border-radius: 0; background: transparent; color: #fff; font: 500 16px/1.55 'Manrope', Helvetica, Arial, sans-serif; }
.involve-form__fields .public-form-embed input::placeholder,
.involve-form__fields .public-form-embed textarea::placeholder { color: rgba(255, 255, 255, .45); }
.involve-form__fields .public-form-embed textarea { min-height: 150px; resize: vertical; }
.involve-form__fields .public-form-embed input:focus,
.involve-form__fields .public-form-embed textarea:focus { outline: 2px solid var(--landing-green); outline-offset: 2px; border-color: var(--landing-green); }
.involve-form__fields .public-form-embed fieldset:first-of-type legend { margin: 0 0 14px; padding: 0; color: rgba(255, 255, 255, .55); font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.involve-form__fields .public-form-embed fieldset:first-of-type .choice-group { display: flex; flex-wrap: wrap; gap: 10px; margin: 0; }
.involve-form__fields .public-form-embed fieldset:first-of-type .choice-option { position: relative; display: inline-flex; align-items: center; gap: 0; margin: 0; padding: 12px 18px; border: 1px solid rgba(255, 255, 255, .34); background: transparent; color: #fff; cursor: pointer; font-size: 15px; font-weight: 600; line-height: normal; transition: background 120ms ease, color 120ms ease, border-color 120ms ease; }
.involve-form__fields .public-form-embed fieldset:first-of-type .choice-option:hover { border-color: #fff; }
.involve-form__fields .public-form-embed fieldset:first-of-type .choice-option input { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: pointer; }
.involve-form__fields .public-form-embed fieldset:first-of-type .choice-option:has(input:checked) { border-color: var(--landing-green); background: var(--landing-green); color: var(--landing-ink); }
.involve-form__fields .public-form-embed fieldset:first-of-type .choice-option:has(input:focus-visible) { outline: 2px solid var(--landing-green); outline-offset: 2px; }
.involve-form__fields .public-form-embed fieldset:last-of-type legend { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.involve-form__fields .public-form-embed fieldset:last-of-type .choice-group { display: block; margin: 0; }
.involve-form__fields .public-form-embed fieldset:last-of-type .choice-option { display: flex; align-items: flex-start; gap: 12px; margin: 0; color: rgba(255, 255, 255, .7); cursor: pointer; font-size: 15px; font-weight: 500; line-height: 1.5; }
.involve-form__fields .public-form-embed fieldset:last-of-type .choice-option input { flex: 0 0 auto; width: 20px; height: 20px; margin: 2px 0 0; accent-color: var(--landing-green); }
.involve-form__fields .public-form-embed .is-invalid-group .choice-group { padding: 8px; outline: 1px solid #ff6a9f; outline-offset: 4px; }
.involve-form__fields .public-form-embed .is-invalid { border-color: #ff6a9f !important; }
.involve-form__fields .public-form-embed button[type='submit'] { justify-self: start; margin: 0; padding: 18px 40px; border: 0; border-radius: 0; background: var(--landing-green); color: var(--landing-ink); cursor: pointer; font: 700 16px/normal 'Manrope', Helvetica, Arial, sans-serif; transition: background 120ms ease, color 120ms ease; }
.involve-form__fields .public-form-embed button[type='submit']:hover { background: var(--landing-pink); color: #fff; }
.involve-form__fields .public-form-embed form[aria-busy='true'] button[type='submit'] { opacity: .62; cursor: wait; }
.involve-form__fields .public-form-status { margin: 0; color: #fff; font-weight: 600; line-height: 1.5; }
.involve-form__fields .public-form-status:empty { display: none; }
.involve-form__fields .public-form-status.is-success { color: var(--landing-green); font-size: clamp(19px, 1.8vw, 26px); font-weight: 800; line-height: 1.3; letter-spacing: -.02em; }
.involve-form__fields .public-form-status.is-error { padding: 14px 16px; border-left: 5px solid #ff6a9f; background: rgba(240, 62, 127, .16); }
.involve-form__fields .public-form-home { display: none; }
@media (max-width: 620px) {
  .involve-form__fields .public-form-embed form { grid-template-columns: 1fr; }
  .involve-form__fields .public-form-embed form > label { grid-column: 1 / -1; }
  .involve-form__fields .public-form-embed form > label:has(input[autocomplete='email']) { margin-top: -8px; }
}
@media (prefers-reduced-motion: reduce) {
  .landing-header__nav { transition: none; }
}

/* Sponsors — response column accents and contact details per the export. */
.sponsor-respond__form { --action-accent: var(--landing-pink); }
.sponsor-respond__form .public-form-embed button[type='submit'] { background: var(--landing-pink); color: #fff; }
.sponsor-respond__form .public-form-embed button[type='submit']:hover { background: var(--landing-green); color: var(--landing-ink); }
.sponsor-respond__body ul { max-width: 44ch; }
.sponsor-contact .sponsor-contact__details a { color: rgba(10, 10, 10, .72); font-weight: 500; text-decoration: none; }
.sponsor-contact .sponsor-contact__details a:hover { color: var(--landing-pink); }

/* ── Collection-driven sections (Program, Speakers, sponsor band, founders) ── */

/* The four themes stay above a real programme, without the placeholder bars. */
.program-themes--compact .program-theme { padding-block: clamp(22px, 3vh, 32px); }
.program-themes--compact .program-theme__meta { flex: 1 1 auto; display: flex; flex-wrap: wrap; align-items: baseline; gap: 12px 22px; }
.program-themes--compact .program-theme__meta > span { width: 42px; height: 8px; margin: 0 0 0 0; align-self: center; animation: none; }
.program-themes--compact .program-theme__meta > p { flex: 0 0 clamp(94px, 10vw, 130px); }
.program-themes--compact .program-theme__meta > h2 { margin: 0; }

/* Live schedule */
.interior-schedule { padding-top: clamp(50px, 8vh, 90px); }
.interior-schedule .interior-section__head { margin-bottom: clamp(30px, 5vh, 54px); }
.interior-schedule .interior-section__head h2 { max-width: none; font-size: clamp(30px, 4.2vw, 62px); font-weight: 800; line-height: 1.12; letter-spacing: -.03em; }
.interior-schedule .mtw-day { align-items: center; }
.interior-schedule .mtw-day > span { display: block; }
.interior-schedule .mtw-slot > div { grid-column: 2; min-width: 0; }

/* Live speaker lineup */
.interior-speakers { padding-top: clamp(50px, 8vh, 90px); padding-bottom: clamp(70px, 12vh, 150px); }
.interior-speakers .interior-section__head { grid-template-columns: 1fr; margin-bottom: clamp(34px, 6vh, 60px); }
.interior-speakers .interior-section__head h2 { max-width: 18ch; font-size: clamp(30px, 4.2vw, 62px); font-weight: 800; line-height: 1.12; letter-spacing: -.03em; }
.mtw-interior-page .interior-speakers .speaker-card { display: block; }
.mtw-interior-page .interior-speakers .speaker-card__media,
.mtw-interior-page .interior-speakers .speaker-card__copy { display: block; }
.mtw-interior-page .interior-speakers .speaker-card__copy { display: grid; gap: 7px; }
.mtw-interior-page .interior-speakers .speaker-card__name,
.mtw-interior-page .interior-speakers .speaker-card__title,
.mtw-interior-page .interior-speakers .speaker-card__company { display: block; }
.mtw-interior-page .interior-speakers .speaker-card__photo--empty { display: block; width: 100%; aspect-ratio: 1; border: 2px solid var(--landing-ink); }

/* Sponsor logo band, now rendered from the Sponsors app. */
.landing-sponsor-band__logos > a { display: inline-flex; align-items: center; }
.landing-sponsor-band__logos .landing-sponsor-logo { display: block; width: auto; max-width: 190px; height: clamp(38px, 4.4vw, 58px); max-height: none; object-fit: contain; }
.landing-sponsor-band__link { color: rgba(10, 10, 10, .72); font-size: 14px; font-weight: 600; text-decoration: none; }
.landing-sponsor-band__link:hover { color: var(--landing-pink); }

/* Founding members without a profile link still occupy a ruled row. */
.about-founders__grid .about-founders__name { display: flex; align-items: baseline; gap: 14px; padding: 15px 0; border-top: 1px solid rgba(10, 10, 10, .14); }
.about-founders__grid .about-founders__name span { font-size: 17px; font-weight: 700; letter-spacing: -.015em; }

/* Rich-text wrappers that replaced single paragraphs keep their old rhythm. */
.landing-invite__also p,
.program-notify__proposal p,
.involve-form__email p { margin: 0; }
/* Outrank `.program-notify__inner > div > p`, which predates these wrappers. */
.program-notify__inner > .program-notify__proposal p,
.landing-invite__inner .landing-invite__also p,
.involve-form__copy .involve-form__email p { max-width: none; }
.landing-invite__also p + p,
.program-notify__proposal p + p { margin-top: 10px; }

/* Phone fixes for the collection-driven sections. Below 620px the schedule
   slot and the speaker card each collapse to a single column, so the rules
   that place their content in column two have to stand down. */
@media (max-width: 620px) {
  .interior-schedule .mtw-slot > div { grid-column: 1; }
  .interior-schedule .mtw-slot-time { font-size: 13px; letter-spacing: .06em; }
  .mtw-interior-page .interior-speakers .speaker-card {
    display: grid;
    grid-template-columns: minmax(96px, .82fr) minmax(140px, 1.18fr);
    gap: 20px;
    align-items: center;
  }
  .mtw-interior-page .interior-speakers .speaker-card__media { margin: 0 10px 0 0; }
  .interior-speakers .interior-section__head { margin-bottom: clamp(24px, 4vh, 40px); }
}

/* ── Sponsor page (/sponsors/{slug}) ───────────────────────────────────────
   A sponsor whose logo links to a page here gets the interior hero with its
   name set as the headline, the logo beside the blurb, and the sponsorship
   invitation on ink underneath. */
.interior-hero--sponsor-detail h1 { max-width: 18ch; font-size: clamp(42px, 6.4vw, 104px); }
.interior-hero--sponsor-detail .sponsor-single__level {
  color: rgba(10, 10, 10, .62);
  font-size: clamp(15px, 1.2vw, 19px);
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.sponsor-single__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: clamp(34px, 5vw, 78px);
}
.sponsor-single__logo {
  flex: 0 1 280px;
  display: grid;
  place-items: center;
  min-height: 150px;
  padding: clamp(22px, 3vw, 38px);
  border: 1px solid rgba(10, 10, 10, .14);
  box-sizing: border-box;
}
.sponsor-single__logo img { display: block; width: auto; max-width: 100%; max-height: 120px; object-fit: contain; }
.sponsor-single__body { flex: 1 1 460px; }
.sponsor-single__cta h2 {
  max-width: 16ch;
  margin: 0;
  font-size: clamp(32px, 4.6vw, 72px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -.03em;
}
.sponsor-single__cta-body {
  max-width: 46ch;
  margin: clamp(22px, 3vh, 34px) 0 0;
  color: rgba(255, 255, 255, .72);
  font-size: clamp(17px, 1.4vw, 21px);
  font-weight: 500;
  line-height: 1.6;
}
@media (max-width: 760px) {
  .sponsor-single__inner { flex-direction: column; }
  .sponsor-single__logo { flex: 1 1 auto; width: 100%; }
}

/* Confirmed form completion: the same bold type and drawn geometry as the site. */
form[data-site-form][hidden] { display: none !important; }
.mtw-form-thanks {
  --thanks-accent: var(--action-accent, #3DDC84);
  display: grid; grid-template-columns: 100px minmax(0, 1fr); align-items: center;
  gap: clamp(20px, 3vw, 32px); padding: clamp(28px, 4vw, 48px);
  width: 100%; box-sizing: border-box; border: 1px solid rgba(255,255,255,.2);
  border-left: 5px solid var(--thanks-accent); background: #111; color: #fff;
  font-family: 'Manrope', Helvetica, Arial, sans-serif;
}
.mtw-form-thanks:focus-visible { outline: 3px solid var(--thanks-accent); outline-offset: 5px; }
.mtw-form-thanks__icon { display: block; width: 100%; max-width: 100px; height: auto; aspect-ratio: 1; color: var(--thanks-accent); overflow: visible; }
.mtw-form-thanks__copy { min-width: 0; }
.mtw-form-thanks .mtw-form-thanks__copy h3 { margin: 0; color: #fff; font-size: clamp(26px, 3vw, 40px); font-weight: 800; line-height: 1.12; letter-spacing: -.035em; text-wrap: balance; }
.mtw-form-thanks .mtw-form-thanks__copy p { max-width: 48ch; margin: 16px 0 0; color: rgba(255,255,255,.78); font-size: 16px; font-weight: 500; line-height: 1.65; overflow-wrap: anywhere; }
.mtw-form-thanks--newsletter { max-width: 660px; }
.landing-signup + .mtw-form-thanks { margin-top: clamp(34px, 6vh, 58px); }
.mtw-form-thanks__ring { stroke-dasharray: 1; animation: mtw-thanks-draw 550ms ease-out both; transform: rotate(-90deg); transform-origin: 60px 60px; }
.mtw-form-thanks__check { stroke-dasharray: 1; animation: mtw-thanks-draw 380ms 300ms ease-out both; }
.mtw-form-thanks__spark { transform-origin: center; animation: mtw-thanks-spark 600ms 180ms ease-out both; }
@keyframes mtw-thanks-draw { from { stroke-dashoffset: 1; } to { stroke-dashoffset: 0; } }
@keyframes mtw-thanks-spark { 0% { opacity: 0; transform: scale(.65); } 65% { opacity: 1; transform: scale(1.08); } 100% { opacity: 1; transform: scale(1); } }
@media (max-width: 560px) {
  .mtw-form-thanks { grid-template-columns: minmax(0, 1fr); gap: 18px; padding: 26px 22px; }
  .mtw-form-thanks__icon { max-width: 80px; }
}
@media (prefers-reduced-motion: reduce) {
  .mtw-form-thanks__ring, .mtw-form-thanks__check, .mtw-form-thanks__spark { animation: none; }
}
