@font-face {
  font-family: "Onest";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('./assets/fonts/onest-latin-ext-wght.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: "Onest";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('./assets/fonts/onest-latin-wght.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;
}
:root {
  --font-text: "Onest", Arial, sans-serif;
  /* Preserve headings until the licensed Commuters Sans webfont is supplied. */
  --font-heading: "Commissioner", Arial, sans-serif;
  --navy: #131f2f;
  --navy-light: #23344a;
  --orange: #ed6e3c;
  --orange-light: #ff8450;
  --orange-deep: #d64f1a;
  --peach: #ffccb6;
  --blue: #83aee1;
  --blue-block: #4f79ad;
  --white: #fff;
  --paper: #f4f1eb;
  --ink: #131f2f;
  --ease: cubic-bezier(.22, 1, .36, 1);
  --booking-bar-height: 144px;
  --identity-height: 64px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--identity-height) + 24px); }
body { margin: 0; background: var(--navy); color: var(--white); font-family: var(--font-text); font-size: 18px; line-height: 1.45; letter-spacing: 0; }
body:has(dialog[open]) { overflow: hidden; }
main { overflow: clip; padding-bottom: var(--booking-bar-height); }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { font-family: var(--font-heading); line-height: 1.06; }
h1, h2 { font-weight: 800; text-transform: uppercase; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; cursor: pointer; border: 0; }
img { max-width: 100%; height: auto; display: block; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, summary:focus-visible, [tabindex]:focus-visible { outline: 3px solid var(--blue); outline-offset: 6px; }
.skip-link { position: fixed; z-index: 100; inset: 12px auto auto 12px; padding: 12px 18px; background: var(--white); color: var(--navy); transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }
.section { position: relative; }
.wide-width { width: min(80%, 1200px); margin-inline: auto; }
.content-width { width: min(66%, 980px); margin-inline: auto; }
.section-heading { max-width: 850px; width: calc(100% - 48px); margin-inline: auto; text-align: center; }
h2.section-heading, .section-heading h2 { font-size: 48px; line-height: 1.12; }
.small-label { font-size: 16px; font-weight: 400; line-height: 1.4; text-transform: uppercase; margin-bottom: 16px; }
.peach { color: var(--peach); }
.orange { color: var(--orange-light); }
.blue { color: var(--blue); }
.icon, .section-icon, .audience-icon { display: inline-block; flex-shrink: 0; width: 24px; height: 24px; background: currentColor; -webkit-mask: var(--icon) center / contain no-repeat; mask: var(--icon) center / contain no-repeat; }
[data-icon="arrow-up-right"] { --icon: url('./assets/icons/arrow-up-right.svg'); }
[data-icon="arrow-right"] { --icon: url('./assets/icons/arrow-right.svg'); }
[data-icon="arrow-left"] { --icon: url('./assets/icons/arrow-left.svg'); }
[data-icon="calendar-check"] { --icon: url('./assets/icons/calendar-check.svg'); }
[data-icon="users-round"] { --icon: url('./assets/icons/users-round.svg'); }
[data-icon="badge-percent"] { --icon: url('./assets/icons/badge-percent.svg'); }
[data-icon="shield-check"] { --icon: url('./assets/icons/shield-check.svg'); }
[data-icon="megaphone"] { --icon: url('./assets/icons/megaphone.svg'); }
[data-icon="package-check"] { --icon: url('./assets/icons/package-check.svg'); }
[data-icon="store"] { --icon: url('./assets/icons/store.svg'); }
[data-icon="clipboard-list"] { --icon: url('./assets/icons/clipboard-list.svg'); }
[data-icon="chart-no-axes-combined"] { --icon: url('./assets/icons/chart-no-axes-combined.svg'); }
[data-icon="target"] { --icon: url('./assets/icons/target.svg'); }
[data-icon="sparkles"] { --icon: url('./assets/icons/sparkles.svg'); }
[data-icon="package-open"] { --icon: url('./assets/icons/package-open.svg'); }
[data-icon="settings-2"] { --icon: url('./assets/icons/settings-2.svg'); }
[data-icon="calendar-days"] { --icon: url('./assets/icons/calendar-days.svg'); }
[data-icon="plus"] { --icon: url('./assets/icons/plus.svg'); }
[data-icon="x"] { --icon: url('./assets/icons/x.svg'); }
[data-icon="play"] { --icon: url('./assets/icons/play.svg'); }
[data-icon="pause"] { --icon: url('./assets/icons/pause.svg'); }
.button { display: inline-flex; gap: 20px; align-items: center; justify-content: center; min-height: 70px; padding: 20px 24px; font-size: 16px; font-weight: 700; line-height: 1.3; text-align: center; text-transform: uppercase; border-radius: 2px; transition: background-color 200ms ease, box-shadow 250ms ease; }
.button .icon { transition: transform 300ms var(--ease); }
.button:hover .icon { transform: translate(3px, -3px); }
.button-orange { background: var(--orange); color: var(--ink); }
.button-orange:hover { background: var(--orange-light); box-shadow: 0 4px 0 rgba(0, 0, 0, .18); }
.button-white { background: var(--white); color: var(--ink); }
.button-white:hover { background: var(--peach); }
.icon-button { width: 44px; height: 44px; display: inline-flex; flex-shrink: 0; align-items: center; justify-content: center; padding: 0; background: transparent; border: 1px solid currentColor; border-radius: 50%; transition: color 180ms, background 180ms; }
.icon-button:hover:not(:disabled) { background: var(--orange); border-color: var(--orange); color: var(--navy); }
.icon-button:disabled { opacity: .25; cursor: default; }

/* Flat vector geometry stays continuous across the waterline. */
.opening { --waterline: 770px; --iceberg-width: min(40vw, 540px); --iceberg-left: max(24px, calc(50% - 500px)); --peak-height: calc(var(--iceberg-width) / 2); position: relative; background: linear-gradient(180deg, #293b53 0 var(--waterline), var(--navy) 100%); }
.opening::before { content: ""; position: absolute; inset: 0 0 auto; height: var(--waterline); background: radial-gradient(ellipse 55% 62% at 63% 34%, #253a55 0%, #1e2e43 32%, #141e2b 64%, #131b25 100%); pointer-events: none; }
.opening-art { position: absolute; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; }
.opening-art::after { content: ""; position: absolute; inset: 0; background: url('./assets/update/water-grain.svg') repeat; opacity: .035; mix-blend-mode: soft-light; }
.iceberg-body { position: absolute; inset: 0; }
.opening-cone-top { width: var(--iceberg-width); height: var(--peak-height); position: absolute; top: calc(var(--waterline) - var(--peak-height)); left: var(--iceberg-left); background: url('./assets/update/iceberg-top.svg') center bottom / 100% 100% no-repeat; }
.opening-cone { position: absolute; top: var(--waterline); left: var(--iceberg-left); width: var(--iceberg-width); height: calc(var(--iceberg-width) * 1.77); transform: translateX(var(--refraction, 0px)); clip-path: inset(0 -40px -40px); }
.iceberg-depth { position: absolute; inset: 0; background: url('./assets/update/iceberg-underwater.svg') center top / 100% 100% no-repeat; }
.depth-sharp { mask-image: linear-gradient(#000 0% 18%, transparent 58%); }
.depth-soft { filter: blur(var(--mid-blur, 4px)); mask-image: linear-gradient(transparent 8%, #000 30% 65%, transparent 90%); }
.depth-deep { filter: blur(var(--depth-blur, 18px)); mask-image: linear-gradient(transparent 32%, #000 62% 88%, transparent 100%); }
.water-surface { position: absolute; top: var(--waterline); left: var(--iceberg-left); width: var(--iceberg-width); height: 1px; background: linear-gradient(90deg, transparent 4%, #698aa418 26%, #b4816914 52%, transparent 96%); }
.iceberg-labels { position: absolute; top: calc(var(--waterline) - var(--peak-height)); left: var(--iceberg-left); width: var(--iceberg-width); height: var(--peak-height); color: #94a9bf; font-size: 13px; font-weight: 600; }
.iceberg-labels span { position: absolute; white-space: nowrap; }
.iceberg-labels span:nth-child(1) { left: 6%; top: 40%; transform: rotate(-34deg); }
.iceberg-labels span:nth-child(2) { left: 24%; top: 4%; transform: rotate(-25deg); }
.iceberg-labels span:nth-child(3) { left: 63%; top: 29%; transform: rotate(35deg); }
.hero { z-index: 1; min-height: min(740px, calc(100svh - 170px)); padding: 176px 24px 280px; }
.hero-copy-block { width: min(100%, 1040px); margin-inline: auto; display: grid; grid-template-columns: 1.08fr 1fr; gap: 0 80px; align-items: start; }
.hero h1 { grid-row: 1 / 3; font-size: 52px; line-height: 1.03; color: #f7f6f2; font-weight: 600; text-transform: none; }
.hero-lead { font-size: 17px; line-height: 1.4; color: #e7eaf0; }
.hero-meta { grid-column: 2; font-size: 12px; margin-top: 20px; color: #b7c3d1; }
.hero-meta span { margin-inline: 3px; }
.identity-slot { position: relative; z-index: 30; height: 80px; }
.identity-bar { --compact-height: 64px; height: 80px; background: transparent; color: #e7eaf0; transition: height 260ms var(--ease), background-color 260ms ease, color 260ms ease, box-shadow 260ms ease; }
.identity-inner { width: min(100% - 48px, 1060px); height: 100%; margin-inline: auto; display: grid; grid-template-columns: 1fr auto auto 1fr; align-items: center; gap: 36px; }
.identity-brand { width: 168px; }
.identity-brand img { width: 100%; filter: brightness(0) invert(1); transition: filter 260ms ease; }
.identity-date { font-size: 15px; font-weight: 600; line-height: 1.2; text-transform: uppercase; }
.identity-date span { display: block; font-size: 11px; font-weight: 400; margin-top: 4px; }
.identity-label { display: flex; align-items: center; gap: 12px; font-size: 14px; font-weight: 600; text-transform: uppercase; }
.identity-label img { width: 32px; height: 32px; object-fit: contain; }
.identity-event { width: 175px; justify-self: end; }
.identity-event img { width: 100%; }
.identity-bar.is-sticky { position: fixed; inset: 0 0 auto; height: var(--compact-height); background: var(--orange); color: var(--ink); box-shadow: 0 6px 18px #0b182329; }
.identity-bar.is-sticky .identity-brand img { filter: none; }
.identity-bar a { transition: opacity 180ms; }
.identity-bar a:hover { opacity: .75; }
.beliefs { z-index: 1; padding: 94px 24px 72px; }
.belief-journey { position: relative; width: min(100%, 1040px); margin-inline: auto; }
.beliefs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: start; }
.beliefs h2 { width: 100%; max-width: 455px; font-size: 64px; line-height: .96; color: #659fe5; }
.belief-list { position: relative; display: grid; gap: 36px; padding: 0 24px 0 16px; margin-top: 160px; }
.belief-node { position: relative; z-index: 1; display: grid; place-items: center; width: 224px; min-height: 96px; padding: 22px 24px; text-align: center; font-size: 15px; line-height: 1.35; background: #111f2f; box-shadow: 0 2px 0 #0b182312; }
.belief-node:nth-child(even) { justify-self: end; }
.journey-path { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; pointer-events: none; }
.journey-line, .journey-arrow { fill: none; stroke: #648fc0; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.journey-origin { fill: #648fc0; }
.belief-warning { position: relative; max-width: 670px; margin: 150px auto 0; text-align: center; font-size: 24px; line-height: 1.35; }
.journey-ready .belief-node, .journey-ready .belief-warning { opacity: 0; transform: translateY(10px) scale(.992); transition: opacity 450ms ease, transform 600ms var(--ease); }
.journey-ready .is-reached { opacity: 1; transform: none; }
.belief-callout { position: relative; max-width: 690px; margin: 56px auto 0; padding: 38px 56px; text-align: center; font-size: 18px; font-weight: 600; line-height: 1.35; background: var(--orange); }
.discount-marks { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.discount-mark { position: absolute; width: 64px; height: 64px; object-fit: contain; opacity: .65; transform: translateY(var(--mark-drift, 0px)) rotate(var(--mark-rotate, 0deg)); }
.mark-one { width: 84px; height: 84px; right: 5%; top: 125px; filter: blur(2px); --mark-rotate: 12deg; }
.mark-two { right: 8%; top: 575px; filter: blur(4px); --mark-rotate: -14deg; opacity: .42; }
.mark-three { left: 40%; top: 560px; filter: blur(5px); --mark-rotate: 18deg; opacity: .36; }
.mark-four { left: 11%; bottom: 85px; filter: blur(4px); --mark-rotate: -8deg; opacity: .4; }
.section-direction { display: block; position: relative; width: 54px; height: 70px; margin: 55px auto 0; background: var(--peach); mask: url('./assets/update/arrow-1.svg') center / contain no-repeat; transition: transform 300ms var(--ease); }
.section-direction img { opacity: 0; }
.section-direction:hover { transform: translateY(5px); }
@media (max-width: 1100px) {
  .opening { --iceberg-left: 10%; --iceberg-width: 42vw; }
  .hero { padding-top: 120px; }
  .hero-copy-block { max-width: 880px; gap: 0 56px; }
  .hero h1 { font-size: 45px; }
  .hero-lead { font-size: 16px; }
  .identity-inner { gap: 24px; }
  .identity-brand { width: 140px; }
  .identity-event { width: 140px; }
  .identity-label { font-size: 12px; }
  .belief-journey { max-width: 880px; }
  .beliefs h2 { font-size: 55px; }
  .beliefs-grid { gap: 48px; }
  .belief-list { padding-right: 8px; margin-top: 170px; }
  .belief-node { width: 205px; }
}
@media (min-width: 701px) and (max-height: 760px) {
  .hero { padding-top: 64px; padding-bottom: 240px; }
  .hero h1 { font-size: 42px; }
  .hero-lead { font-size: 16px; }
}
@media (max-width: 700px) {
  :root { --identity-height: 72px; }
  .opening { --iceberg-width: min(88vw, 440px); --iceberg-left: calc((100% - var(--iceberg-width)) / 2); }
  .hero { min-height: min(780px, calc(100svh - 120px)); padding: 60px 24px 180px; }
  .hero-copy-block { display: block; max-width: 480px; }
  .hero h1 { font-size: 40px; max-width: 420px; }
  .hero-lead { margin-top: 26px; font-size: 16px; }
  .hero-meta { max-width: 330px; font-size: 11px; }
  .iceberg-labels { font-size: 10px; }
  .identity-slot, .identity-bar { height: 88px; }
  .identity-bar { --compact-height: 72px; }
  .identity-inner { width: calc(100% - 32px); grid-template-columns: 1fr auto; grid-template-rows: 1fr 1fr; gap: 0 20px; padding-block: 10px; }
  .identity-brand { grid-column: 1; grid-row: 1; width: 125px; }
  .identity-date { grid-column: 2; grid-row: 1; font-size: 12px; }
  .identity-date span { display: none; }
  .identity-label { grid-column: 1; grid-row: 2; font-size: 11px; gap: 7px; }
  .identity-label img { width: 22px; height: 22px; }
  .identity-event { grid-column: 2; grid-row: 2; width: 112px; }
  .beliefs { padding: 64px 24px 64px; }
  .beliefs-grid { display: block; }
  .beliefs h2 { max-width: 350px; font-size: 43px; line-height: .98; }
  .belief-list { margin-top: 72px; padding: 0 12px 0 30px; gap: 36px; }
  .belief-node { width: min(82%, 240px); min-height: 96px; padding: 22px 18px; font-size: 15px; }
  .belief-warning { margin-top: 112px; font-size: 20px; }
  .belief-callout { margin-top: 40px; padding: 28px 24px; font-size: 16px; }
  .mark-one { width: 50px; height: 50px; top: 40px; right: 1%; opacity: .3; }
  .mark-two { width: 40px; height: 40px; right: -5px; top: 600px; opacity: .3; }
  .mark-three { left: -6px; top: 530px; width: 36px; height: 36px; opacity: .25; }
  .mark-four { width: 40px; height: 40px; left: 9%; bottom: 70px; opacity: .3; }
  .section-direction { width: 42px; height: 55px; margin-top: 38px; }
}
@media (max-width: 359px) {
  .hero { padding-inline: 20px; padding-top: 48px; }
  .hero h1 { font-size: 35px; }
  .beliefs h2 { font-size: 37px; }
}
.market { padding: 110px 0 50px; }
.market-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 65px; margin-top: 74px; }
.market-stat { color: var(--orange-light); font-size: 33px; font-weight: 700; line-height: 1.25; }
.market-copy p + p { margin-top: 24px; }
.market-copy p:not(.market-stat) { font-weight: 600; color: var(--peach); line-height: 1.35; }
.market-copy .source-note { font-size: 12px; font-weight: 400; color: #c7d2e1; }
.news-frame { position: relative; padding: 24px 0 24px 30px; isolation: isolate; }
.news-frame::before { content: ""; position: absolute; inset: 0 30px 0 -10px; background: var(--navy-light); z-index: -1; }
.news-frame img { width: 100%; }
.turn { padding: 110px 24px 100px; }
.turn .section-heading { max-width: 800px; }
.event { padding: 0 0 110px; }
.event-panel { position: relative; display: grid; grid-template-columns: .95fr 1.05fr; background: var(--orange-light); color: var(--navy); padding: 14px; }
.event-copy { padding: 25px 32px 225px; }
.event h2 { font-size: 70px; line-height: .89; color: #642d16; }
.event-subtitle { color: var(--white); font-size: 34px; text-transform: uppercase; line-height: 1.05; margin: 22px 0 50px; }
.event-copy p:not(.event-subtitle) { font-size: 18px; line-height: 1.35; margin-top: 16px; }
.event-image { overflow: hidden; min-height: 760px; }
.event-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 36%; }
.event-cta-strip { position: absolute; bottom: 54px; left: 7%; right: 6%; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 45px; background: var(--white); color: #642d16; padding: 35px 42px; }
.event-cta-strip p { font-size: 23px; font-weight: 700; line-height: 1.2; }
.event-cta-strip .button { min-height: 88px; font-size: 20px; }
.event-cta-strip .icon { width: 32px; height: 32px; }
.plan { padding: 100px 0 90px; background: var(--paper); color: var(--ink); }
.carousel { margin-top: 56px; }
.carousel-track { --inset: max(24px, calc((100% - 570px) / 2)); position: relative; display: flex; align-items: stretch; gap: 78px; overflow-x: auto; overflow-y: hidden; padding: 14px var(--inset) 20px; scroll-snap-type: x mandatory; scroll-padding-inline-start: var(--inset); scrollbar-width: none; cursor: grab; overscroll-behavior-x: contain; }
.carousel-track::-webkit-scrollbar { display: none; }
.carousel-track.is-dragging { scroll-snap-type: none; cursor: grabbing; user-select: none; }
.carousel-track > * { flex-shrink: 0; position: relative; scroll-snap-align: start; }
.step-card, .audience-card { border-radius: 2px; }
.step-card { flex-basis: 270px; padding: 34px 32px; min-height: 288px; background: var(--orange-deep); color: var(--peach); }
.step-card:nth-child(even) { background: var(--orange-light); color: #54260f; }
.step-card::after, .audience-card::after { content: ""; width: 62px; height: 62px; background: var(--blue-block); mask: url('./assets/icons/arrow-right.svg') center / contain no-repeat; position: absolute; left: calc(100% + 8px); top: calc(50% - 31px); }
.step-card:last-child::after, .audience-card:last-child::after { display: none; }
.section-icon { width: 50px; height: 50px; margin-bottom: 18px; transform-origin: center; }
.step-card h3 { font-size: 18px; font-weight: 700; line-height: 1.15; text-transform: uppercase; margin-bottom: 12px; }
.step-card p { font-size: 18px; line-height: 1.3; }
.carousel-controls { display: flex; align-items: center; justify-content: flex-end; gap: 10px; color: var(--blue); margin-top: 20px; }
.carousel-position { margin-right: 12px; font-size: 13px; font-variant-numeric: tabular-nums; }
.clarity { padding: 55px 24px 90px; background: var(--paper); color: var(--ink); }
.clarity .section-heading { max-width: 880px; }
.checklist { padding: 0; margin: 54px auto 0; max-width: 760px; list-style: none; display: grid; gap: 14px; }
.checklist li { padding: 50px 65px; display: grid; grid-template-columns: 135px 1fr; gap: 50px; align-items: center; color: #642d16; background: #fffcf5; font-size: 30px; font-weight: 600; line-height: 1.25; min-height: 240px; }
.checklist .icon { width: 38px; height: 38px; color: var(--blue); }
.checklist li:nth-child(odd) { background: #eee6d7; color: #686360; }
.checklist li:nth-child(odd) .icon { color: #642d16; }
.audience { padding: 95px 0 60px; background: var(--paper); color: var(--ink); }
.audience .section-heading { max-width: 900px; }
.audience .carousel { margin-top: 70px; }
.audience-track { --inset: max(24px, calc((100% - 650px) / 2)); }
.audience-card { display: flex; flex-direction: column; justify-content: space-between; gap: 30px; flex-basis: 350px; min-height: 400px; padding: 36px 40px; background: #e1e3e6; color: var(--navy); }
.audience-card:first-child, .audience-card:nth-child(4) { background: var(--orange-light); color: #54260f; }
.audience-card h3 { font-size: 23px; font-weight: 500; line-height: 1.23; }
.audience-card:first-child h3 { font-size: 25px; font-weight: 700; }
.audience-card::after { background: #d2d5da; }
.audience-icon { width: 116px; height: 116px; align-self: flex-start; color: var(--navy-light); }
.audience-card:first-child .audience-icon, .audience-card:nth-child(4) .audience-icon { color: #753714; }
.manifest { display: grid; place-items: center; padding: 80px 24px; background: var(--navy-light); }
.manifest h2 { max-width: 910px; margin: 0 auto; text-align: center; color: #ced3db; font-size: 48px; line-height: 1.17; font-weight: 300; }
.manifest h2 strong { font-weight: 800; }
.conductors { padding: 60px 0 0; background: linear-gradient(180deg, var(--orange) 0%, var(--navy) 100%); }
.conductors-inner { width: min(76%, 1140px); display: grid; gap: 8px; }
.company-panel { display: grid; grid-template-columns: 1.06fr 1fr; gap: 62px; padding: 65px 65px 35px; background: var(--navy); }
.company-copy h2 { color: var(--blue); font-size: 46px; line-height: 1.13; margin-bottom: 24px; }
.company-copy p { font-size: 18px; line-height: 1.35; color: #e3e9f1; }
.company-copy p + p { margin-top: 12px; }
.company-media > img { aspect-ratio: 1; object-fit: cover; width: 100%; }
.company-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 14px; }
.company-stats p { padding: 20px 14px; background: var(--orange); color: var(--navy); font-size: 15px; font-weight: 700; line-height: 1.15; }
.company-stats p:nth-child(2) { background: var(--blue); }
.company-stats strong { display: block; font-size: 28px; margin-bottom: 8px; }
.company-stats .icon { display: block; width: 28px; height: 28px; margin-bottom: 8px; }
.speaker-panel { display: grid; grid-template-columns: 1.08fr 1fr; gap: 20px; padding: 34px 28px 34px 16px; background: var(--navy-light); }
.speaker-photo { position: relative; overflow: hidden; min-height: 560px; }
.speaker-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.speaker-photo figcaption { position: absolute; left: 20px; bottom: 46px; color: #96bced; }
.speaker-photo h3 { font-size: 74px; font-weight: 800; line-height: .83; text-transform: uppercase; }
.speaker-copy { display: grid; grid-template-rows: 1.5fr 1fr; gap: 16px; }
.speaker-bio, .speaker-highlight { display: flex; align-items: center; padding: 44px; border-radius: 8px; }
.speaker-bio { background: var(--navy); }
.speaker-bio p { font-size: 25px; line-height: 1.28; }
.speaker-highlight { background: var(--blue-block); color: var(--white); font-weight: 600; }
.speaker-highlight p { font-size: 25px; line-height: 1.28; }
.mateus-panel .speaker-highlight { background: var(--orange-light); color: #54260f; }
.mateus-panel figcaption { color: var(--orange-light); }
.proof { padding: 110px 0 80px; }
.proof .section-heading { max-width: 860px; }
.proof .carousel { margin-top: 35px; }
.proof-track { --inset: 0px; gap: 16px; scroll-padding-inline-start: 0; }
.proof-photo { width: 28%; min-width: 270px; aspect-ratio: 4 / 7; overflow: hidden; }
.proof-photo:first-child, .proof-photo:last-child { width: 23%; }
.proof-photo img { width: 100%; height: 100%; object-fit: cover; }
.investment { background: var(--white); color: var(--ink); padding: 105px 0 40px; }
.investment-grid { width: min(73%, 1040px); display: grid; grid-template-columns: 1fr 1fr; gap: 8px; align-items: start; }
.info-card { background: var(--orange-light); padding: 50px 45px; }
.info-card h2 { font-size: 34px; color: #54260f; margin-bottom: 32px; }
.info-card dl { display: grid; gap: 20px; margin: 0; }
.info-card dl > div { display: grid; grid-template-columns: 95px 1fr; gap: 12px; font-size: 17px; line-height: 1.3; }
.info-card dt { text-transform: uppercase; }
.info-card dd { margin: 0; font-weight: 600; }
.info-card dd span { font-size: 14px; font-weight: 400; }
.price-card { padding: 38px 40px 32px; background: var(--paper); }
.lot-strip { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px; margin-bottom: 24px; background: var(--white); }
.lot-strip strong { font-size: 24px; text-transform: uppercase; }
.lot-strip span { text-align: right; font-size: 12px; max-width: 95px; }
.old-price { text-transform: uppercase; font-size: 21px; }
.price { font-size: 70px; font-weight: 800; line-height: 1.1; white-space: nowrap; margin: 12px 0 25px; }
.price span { font-size: 54px; }
.price-card ul { margin: 0 0 48px; padding-left: 22px; color: #b93d0d; font-size: 18px; }
.price-card li { padding-left: 2px; }
.price-card li + li { margin-top: 5px; }
.price-card .button { width: 100%; font-size: 14px; }
.price-note { margin-top: 24px; font-size: 14px; color: #4c4845; line-height: 1.45; }
.faq { background: var(--white); color: var(--ink); padding: 85px 24px 120px; }
.faq-inner { width: min(100%, 860px); margin-inline: auto; }
.faq h2 { font-size: 48px; margin-bottom: 55px; }
.faq-list { display: grid; gap: 6px; }
.faq details { border-bottom: 1px solid #e7e8ea; }
.faq summary { padding: 18px 0; display: grid; grid-template-columns: 78px 1fr 24px; gap: 24px; align-items: center; font-size: 23px; font-weight: 500; line-height: 1.25; cursor: pointer; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq-number { font-size: 62px; font-weight: 300; line-height: 1; color: #929497; }
.faq summary .icon { transition: transform 260ms var(--ease); }
.faq details[open] summary .icon { transform: rotate(45deg); }
.faq details[open] summary { color: #b34214; }
.faq details > p { margin: 0 48px 26px 102px; font-size: 18px; line-height: 1.5; color: #525e6e; }
.mobile-cta { position: fixed; z-index: 20; left: 50%; bottom: max(16px, env(safe-area-inset-bottom)); width: max-content; max-width: calc(100% - 24px); transform: translateX(-50%); background: #fffcf5; color: var(--ink); border: 1px solid #e8e2d7; border-radius: 8px; padding: 14px 16px; box-shadow: 0 8px 32px #080e1a26, 0 2px 8px #080e1a14; transition: transform 300ms var(--ease), visibility 300ms; }
.booking-inner { display: grid; grid-template-columns: 112px auto; align-items: center; gap: 10px 16px; }
.bar-price { grid-column: 1; grid-row: 1; font-size: 12px; text-transform: uppercase; }
.mobile-cta .seat-meter { grid-column: 1 / -1; grid-row: 2; width: 210px; max-width: 100%; justify-self: center; text-align: center; }
.mobile-cta a { grid-column: 2; grid-row: 1; }
.bar-price strong { display: block; font-size: 24px; line-height: 1.25; white-space: nowrap; }
.mobile-cta .button { min-width: 180px; min-height: 50px; padding: 12px 18px; font-size: 13px; gap: 12px; }
.mobile-cta.is-hidden { transform: translate(-50%, calc(100% + 40px)); visibility: hidden; }
.seat-meter p { font-size: 14px; line-height: 1.3; margin: 0 0 8px; }
.seat-meter strong { color: var(--orange-light); }
.seat-meter progress { display: block; width: 100%; height: 7px; appearance: none; border: 0; border-radius: 2px; overflow: hidden; background: #3d4c60; color: var(--orange-light); }
.seat-meter progress::-webkit-progress-bar { background: #3d4c60; }
.seat-meter progress::-webkit-progress-value { background: var(--orange-light); }
.seat-meter progress::-moz-progress-bar { background: var(--orange-light); }
.mobile-cta .seat-meter p { font-size: 12px; margin-bottom: 5px; }
.mobile-cta .seat-meter strong { color: #ad4017; }
.mobile-cta .seat-meter progress { height: 4px; }
.mobile-cta .seat-meter progress, .mobile-cta .seat-meter progress::-webkit-progress-bar { background: #e3ddd2; }
.checkout-meter { margin: 0 0 24px; }
.checkout-meter strong { color: #b34214; }
.checkout-meter progress, .checkout-meter progress::-webkit-progress-bar { background: #dedbd6; }
.registration-dialog { position: fixed; border: 1px solid #52677f; border-radius: 8px; max-width: 520px; width: calc(100% - 32px); padding: 48px 32px 32px; background: var(--navy); color: var(--white); }
.registration-dialog::backdrop { background: rgba(5, 12, 22, .8); }
.registration-dialog h2 { font-size: 38px; max-width: 360px; margin-bottom: 24px; }
.registration-dialog p + p { margin-top: 18px; }
.registration-dialog .button { width: 100%; margin-top: 28px; }
.dialog-close { position: absolute; top: 12px; right: 12px; border: 0; }

/* Progressive enhancement keeps content available without JavaScript. */
.motion-ready [data-reveal] { opacity: 0; transform: translateY(30px); transition: opacity 800ms var(--ease), transform 1000ms var(--ease); transition-delay: var(--reveal-delay, 0ms); }
.motion-ready [data-reveal].is-visible { opacity: 1; transform: translateY(0); }
.motion-ready .is-in-view .section-icon, .motion-ready .is-in-view .audience-icon { animation: icon-arrive 1100ms var(--ease) both; }
@keyframes icon-arrive { 0% { transform: translateY(14px) scale(.88) rotate(-6deg); } 65% { transform: translateY(-3px) scale(1.04) rotate(2deg); } 100% { transform: none; } }
@keyframes icon-nod { 0%, 100% { transform: rotate(0); } 35% { transform: rotate(-9deg) translateY(-3px); } 70% { transform: rotate(5deg); } }
@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .step-card:hover .section-icon, .audience-card:hover .audience-icon { animation: icon-nod 650ms var(--ease); }
  .speaker-photo img, .event-image img, .proof-photo img { transition: transform 1100ms var(--ease); }
  .speaker-photo:hover img, .event-image:hover img, .proof-photo:hover img { transform: scale(1.035); }
}
@media (min-width: 1700px) {
}
@media (max-width: 1199px) {
  .wide-width { width: calc(100% - 64px); }
  .content-width { width: calc(100% - 120px); }
  h2.section-heading, .section-heading h2 { font-size: 40px; }
  .market-grid { gap: 40px; }
  .market-stat { font-size: 28px; }
  .event h2 { font-size: 56px; }
  .event-subtitle { font-size: 29px; }
  .event-copy { padding: 24px 24px 215px; }
  .event-cta-strip { left: 5%; right: 5%; padding: 28px; gap: 24px; }
  .event-cta-strip p { font-size: 20px; }
  .event-cta-strip .button { font-size: 16px; }
  .manifest h2 { font-size: 40px; }
  .company-panel { padding: 42px; gap: 35px; }
  .company-copy h2 { font-size: 36px; }
  .company-stats p { padding: 16px 10px; font-size: 13px; }
  .speaker-bio, .speaker-highlight { padding: 30px; }
  .speaker-bio p, .speaker-highlight p { font-size: 22px; }
  .speaker-photo h3 { font-size: 62px; }
  .investment-grid { width: calc(100% - 100px); }
  .info-card, .price-card { padding: 32px; }
  .info-card h2 { font-size: 28px; }
  .info-card dl > div { grid-template-columns: 80px 1fr; font-size: 16px; }
  .price { font-size: 62px; }
  .price span { font-size: 46px; }
}
@media (max-width: 800px) {
  .content-width { width: calc(100% - 64px); }
  .market-grid { gap: 25px; }
  .market-stat { font-size: 24px; }
  .market-copy p:not(.market-stat) { font-size: 16px; }
  .news-frame { padding-left: 14px; }
  .event h2 { font-size: 46px; }
  .event-subtitle { font-size: 24px; }
  .event-copy { padding: 20px 20px 240px; }
  .event-copy p:not(.event-subtitle) { font-size: 16px; }
  .event-cta-strip { gap: 18px; padding: 22px; grid-template-columns: 1fr 1fr; }
  .event-cta-strip p { font-size: 18px; }
  .event-cta-strip .button { font-size: 13px; padding: 18px; gap: 8px; }
  .carousel-track { --inset: 32px; }
  .company-panel { padding: 30px; gap: 24px; }
  .company-copy h2 { font-size: 30px; }
  .company-copy p { font-size: 16px; }
  .company-stats { gap: 6px; }
  .company-stats p { font-size: 12px; }
  .speaker-panel { padding: 18px; gap: 16px; }
  .speaker-photo { min-height: 490px; }
  .speaker-photo h3 { font-size: 48px; }
  .speaker-photo figcaption { left: 14px; bottom: 30px; }
  .speaker-bio, .speaker-highlight { padding: 26px; }
  .speaker-bio p, .speaker-highlight p { font-size: 19px; }
  .investment-grid { width: calc(100% - 64px); }
  .info-card, .price-card { padding: 24px; }
  .info-card dl > div { grid-template-columns: 1fr; gap: 4px; }
  .info-card h2 { font-size: 25px; }
  .lot-strip { padding: 14px; gap: 12px; }
  .lot-strip strong { font-size: 20px; white-space: nowrap; }
  .price { font-size: 52px; }
  .price span { font-size: 38px; }
  .price-card ul { font-size: 16px; }
}
@media (max-width: 600px) {
  body { font-size: 16px; }
  h2.section-heading, .section-heading h2 { font-size: 30px; line-height: 1.1; }
  .section-heading { width: calc(100% - 40px); }
  .small-label { font-size: 13px; margin-bottom: 14px; }
  .wide-width, .content-width { width: calc(100% - 40px); }
  .market { padding: 65px 0 20px; }
  .market-grid { grid-template-columns: 1fr; gap: 35px; margin-top: 38px; }
  .market-stat { font-size: 26px; }
  .market-copy p:not(.market-stat) { font-size: 16px; }
  .market-copy .source-note { font-size: 12px !important; }
  .news-frame { margin-left: 8px; margin-right: 8px; padding-left: 18px; }
  .turn { padding: 65px 20px; }
  .turn .section-heading { width: 100%; }
  .event { padding-bottom: 70px; }
  .event-panel { grid-template-columns: 1fr; padding: 8px; }
  .event-copy { padding: 22px 18px 32px; }
  .event h2 { font-size: 48px; }
  .event-subtitle { font-size: 28px; margin-bottom: 30px; }
  .event-image { min-height: 0; height: 460px; }
  .event-image img { object-position: center 32%; }
  .event-cta-strip { position: relative; inset: auto; grid-column: 1; grid-template-columns: 1fr; margin: -60px 14px 14px; padding: 24px; gap: 22px; }
  .event-cta-strip p { font-size: 19px; }
  .event-cta-strip .button { min-height: 68px; }
  .plan { padding: 0 0 50px; }
  .carousel { margin-top: 28px; }
  .carousel-track { --inset: 24px; gap: 40px; }
  .step-card { flex-basis: min(258px, calc(100% - 28px)); padding: 30px; }
  .step-card::after, .audience-card::after { width: 32px; height: 32px; left: calc(100% + 4px); top: calc(50% - 16px); }
  .carousel-controls { margin-top: 8px; }
  .clarity { padding: 35px 0 64px; }
  .checklist { margin: 32px 20px 0; padding: 14px; }
  .checklist li { padding: 17px 14px; gap: 16px; grid-template-columns: 30px 1fr; font-size: 15px; }
  .checklist .icon { width: 29px; height: 29px; }
  .audience { padding: 65px 0 45px; }
  .audience .carousel { margin-top: 32px; }
  .audience-card { flex-basis: min(280px, calc(100% - 28px)); min-height: 360px; padding: 30px; }
  .audience-card h3, .audience-card:first-child h3 { font-size: 22px; }
  .audience-icon { width: 100px; height: 100px; }
  .manifest { padding: 56px 24px; }
  .manifest h2 { font-size: 30px; line-height: 1.16; }
  .conductors { padding: 25px 0 80px; }
  .conductors-inner { gap: 12px; }
  .company-panel { grid-template-columns: 1fr; padding: 30px 24px; gap: 28px; }
  .company-copy h2 { font-size: 32px; }
  .company-copy p { line-height: 1.4; }
  .company-stats { gap: 8px; }
  .company-stats p { font-size: 12px; padding: 16px 9px; }
  .company-stats strong { font-size: 24px; }
  .speaker-panel { grid-template-columns: 1fr; padding: 12px; }
  .speaker-photo { min-height: 0; aspect-ratio: 2124 / 2730; }
  .speaker-photo h3 { font-size: 54px; }
  .speaker-photo figcaption { left: 16px; bottom: 32px; }
  .speaker-copy { grid-template-rows: auto auto; gap: 12px; }
  .speaker-bio, .speaker-highlight { padding: 28px 24px; }
  .speaker-bio p, .speaker-highlight p { font-size: 19px; }
  .proof { padding: 65px 0 45px; }
  .proof .carousel { margin-top: 24px; }
  .proof-track { --inset: 20px; gap: 12px; }
  .proof-photo, .proof-photo:first-child, .proof-photo:last-child { width: 260px; min-width: 0; height: 440px; }
  .investment { padding: 64px 0 25px; }
  .investment-grid { grid-template-columns: 1fr; gap: 12px; }
  .info-card, .price-card { padding: 30px; }
  .info-card h2 { font-size: 30px; }
  .info-card dl > div { grid-template-columns: 80px 1fr; font-size: 16px; gap: 12px; }
  .price { font-size: 64px; }
  .price span { font-size: 46px; }
  .lot-strip { padding: 18px; }
  .price-card ul { margin-bottom: 32px; }
  .faq { padding: 50px 24px 125px; }
  .faq h2 { font-size: 32px; margin-bottom: 30px; }
  .faq summary { grid-template-columns: 42px 1fr 20px; gap: 14px; font-size: 17px; min-height: 90px; }
  .faq-number { font-size: 40px; }
  .faq summary .icon { width: 20px; height: 20px; }
  .faq details > p { margin: 0 12px 22px 56px; font-size: 16px; }
  .mobile-cta { padding: 10px; }
  .booking-inner { grid-template-columns: auto auto; gap: 8px 10px; }
  .mobile-cta .seat-meter { width: 190px; }
  .bar-price { font-size: 10px; }
  .bar-price strong { font-size: 19px; }
  .mobile-cta .button { min-width: 0; min-height: 44px; padding: 10px; font-size: 12px; gap: 8px; }
  .mobile-cta .button .icon { width: 20px; height: 20px; }
}
@media (max-width: 359px) {
  .speaker-photo h3 { font-size: 46px; }
  .price { font-size: 56px; }
  .price span { font-size: 40px; }
  .info-card, .price-card { padding: 24px; }
}
/* September wireframe: light planning bands, supplied artwork and scroll scenes. */
.market .section-heading, .turn .section-heading, .proof .section-heading { color: var(--white); }
.plan .section-heading, .clarity .section-heading { color: var(--ink); }
.event { padding-bottom: 40px; }
.event-image picture { display: block; height: 100%; }
.company-media picture img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.speaker-photo figcaption, .mateus-panel figcaption { color: var(--paper); }
.clarity-award { width: 180px; height: 180px; object-fit: contain; margin: 0 auto 45px; }
.checklist img { width: 135px; height: 135px; object-fit: contain; opacity: .5; transition: transform 700ms var(--ease); }
.checklist li:hover img { transform: translateY(-5px); }
.clarity-cta { margin-top: 48px; text-align: center; }
.step-card::after { background: #f5a98b; mask-image: url('./assets/update/arrow-2.svg'); }
.audience-card::after { background: #aeb0b2; mask-image: url('./assets/update/arrow-2.svg'); }
.plan .carousel-controls, .audience .carousel-controls { color: var(--navy); }
.brands { grid-column: 1 / -1; min-width: 0; position: relative; }
.brands h3 { font-size: 20px; color: #b6bec8; margin-bottom: 24px; line-height: 1.4; }
.brand-window { overflow: hidden; }
.brand-track { display: flex; width: max-content; }
.brand-group { display: flex; align-items: center; gap: 42px; margin: 0; padding: 0 42px 0 0; list-style: none; flex-shrink: 0; }
.brand-group li { width: 160px; height: 90px; display: grid; place-items: center; }
.brand-group img { width: auto; height: auto; max-width: 100%; max-height: 70px; object-fit: contain; }
.brand-light { background: var(--paper); padding: 10px; }
.brands.is-looping .brand-track { animation: brand-loop 65s linear infinite; }
@media (hover: hover) {
  .brand-window:hover .brand-track { animation-play-state: paused; }
}
@keyframes brand-loop { to { transform: translateX(-50%); } }
.proof-video { width: 320px; background: #0b131e; }
.proof-video iframe { display: block; width: 100%; height: auto; aspect-ratio: 9 / 16; border: 0; }
.video-poster { display: block; position: relative; width: 100%; aspect-ratio: 9 / 16; padding: 0; background: #0b131e; overflow: hidden; }
.video-poster > img { width: 100%; height: 100%; object-fit: cover; transition: transform 700ms var(--ease); }
.video-poster:hover > img { transform: scale(1.035); }
.video-play { display: grid; place-items: center; position: absolute; inset: 0; margin: auto; width: 62px; height: 62px; border-radius: 50%; background: var(--orange); color: var(--navy); box-shadow: 0 4px 24px #0005; }
.video-play .icon { width: 28px; height: 28px; }
.proof-video > a { padding: 16px; display: flex; justify-content: space-between; align-items: center; gap: 8px; font-size: 14px; }
.capacity-note { display: flex; gap: 12px; align-items: center; font-size: 17px; font-weight: 700; margin-bottom: 22px; }
.schedule { background: var(--orange); padding: 100px 24px 120px; }
.schedule-inner { max-width: 760px; margin: auto; }
.schedule h2 { display: flex; align-items: center; justify-content: center; gap: 12px; font-size: 44px; margin-bottom: 50px; }
.schedule h2 .section-icon { margin: 0; }
.schedule-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 18px; }
.schedule-list li { display: grid; grid-template-columns: 135px 1fr; gap: 20px; align-items: center; color: var(--ink); }
.schedule-list time { position: relative; padding: 24px 12px; text-align: center; background: var(--paper); font-size: 30px; font-weight: 700; }
.schedule-list time::after { content: ''; position: absolute; left: 100%; top: calc(50% - 8px); height: 16px; width: 20px; background: inherit; }
.schedule-list li > div { padding: 28px 32px; background: var(--paper); }
.schedule-list h3 { font-size: 25px; line-height: 1.25; }
.schedule-list p { margin-top: 10px; font-size: 18px; line-height: 1.4; font-weight: 400; }
.schedule-list .schedule-speaker { margin: 0 0 12px; font-size: 13px; font-weight: 600; text-transform: uppercase; }
.schedule-list li:nth-child(even) { color: var(--peach); }
.schedule-list li:nth-child(even) > div, .schedule-list li:nth-child(even) time { background: var(--navy); }
.schedule-note { font-size: 16px; margin: 44px 20px 0; }
.scroll-scene { position: relative; }
.scroll-scene.is-pinned { height: calc(var(--scene-height) + var(--scene-travel)); }
.scroll-scene.is-pinned > .section { position: sticky; top: var(--scene-top, 0px); min-height: calc(100svh - var(--booking-bar-height) - var(--identity-height)); display: flex; flex-direction: column; justify-content: center; padding-block: 36px; }
.is-pinned .carousel { margin-top: 30px; }
.is-pinned .carousel-track { scroll-snap-type: none; }
.is-pinned .audience-card { min-height: 300px; }
.is-pinned .section-heading h2, .is-pinned h2.section-heading { font-size: 38px; }
.motion-toggle { display: none; }
.motion-toggle[aria-pressed="false"] { background: #ede8df; color: var(--navy); }
@media (max-width: 900px), (max-height: 720px) {
  .scroll-scene.is-pinned > .section { padding-block: 26px; }
  .is-pinned .section-heading h2, .is-pinned h2.section-heading { font-size: 28px; }
  .is-pinned .section-heading { max-width: 620px; }
  .is-pinned .small-label { font-size: 12px; margin-bottom: 12px; }
  .is-pinned .carousel { margin-top: 22px; }
  .is-pinned .step-card { flex-basis: 250px; min-height: 250px; padding: 25px; }
  .is-pinned .step-card p { font-size: 16px; }
  .is-pinned .section-icon { width: 38px; height: 38px; margin-bottom: 14px; }
  .is-pinned .audience-card { flex-basis: 270px; min-height: 280px; padding: 26px; gap: 20px; }
  .is-pinned .audience-card h3 { font-size: 20px; }
  .is-pinned .audience-icon { width: 80px; height: 80px; }
}
@media (max-width: 800px) {
  .checklist li { padding: 32px; grid-template-columns: 100px 1fr; gap: 30px; font-size: 25px; min-height: 200px; }
  .checklist img { width: 100px; height: 100px; }
}
@media (max-width: 600px) {
  .motion-toggle { width: 28px; height: 28px; }
  .motion-toggle .icon { width: 18px; height: 18px; }
  .is-pinned .step-card { flex-basis: min(250px, calc(100% - 28px)); }
  .is-pinned .audience-card { flex-basis: min(270px, calc(100% - 28px)); }
  .plan { padding-top: 64px; }
  .clarity-award { width: 120px; height: 120px; margin-bottom: 28px; }
  .checklist { padding: 0; }
  .checklist li { padding: 25px 20px; grid-template-columns: 72px 1fr; gap: 20px; font-size: 19px; min-height: 160px; }
  .checklist img { width: 72px; height: 72px; }
  .clarity-cta { margin: 32px 20px 0; }
  .brand-group { gap: 25px; padding-right: 25px; }
  .brand-group li { width: 130px; height: 80px; }
  .brands h3 { font-size: 17px; }
  .company-media picture img { aspect-ratio: 9 / 16; }
  .proof-video { width: 260px; }
  .schedule { padding: 64px 20px 130px; }
  .schedule h2 { font-size: 29px; gap: 8px; }
  .schedule h2 .section-icon { width: 34px; height: 34px; }
  .schedule-list li { grid-template-columns: 74px 1fr; gap: 12px; }
  .schedule-list time { font-size: 20px; padding: 20px 6px; }
  .schedule-list time::after { width: 12px; }
  .schedule-list li > div { padding: 22px 18px; }
  .schedule-list h3 { font-size: 19px; }
  .schedule-list p { font-size: 16px; }
  .schedule-list .schedule-speaker { font-size: 12px; }
  .schedule-note { margin-inline: 0; font-size: 14px; }
}
.motion-reduced { scroll-behavior: auto; }
.motion-reduced *, .motion-reduced *::before, .motion-reduced *::after { animation: none !important; transition: none !important; }
.motion-reduced.motion-ready [data-reveal] { opacity: 1; transform: none; }
.motion-reduced .opening-art { transform: none; }
.motion-reduced .brand-window { overflow-x: auto; }
.motion-reduced .brand-group[aria-hidden] { display: none; }
