/* Bravo ACR interactive presentation. Palette and type follow build/theme.py; fonts are the brand's own (SIL OFL). */
@font-face { font-family: "Oswald"; src: url("fonts/oswald-latin.woff2") format("woff2"); font-weight: 500 700; font-display: swap; }
@font-face { font-family: "Arimo"; src: url("fonts/arimo-latin.woff2") format("woff2"); font-weight: 400 700; font-display: swap; }

:root {
  --gold: #FFC301; --deep: #02324A; --ocean: #035B7A; --abyss: #01202F; --card: #0E4763; --card-2: #12506E;
  --white: #FFFFFF; --mist: #D6E4EC; --ink: #1A1A1A; --muted: #4F4F4F; --paper: #F2F5F7; --line: rgba(255, 255, 255, .16);
  --head: "Oswald", "Arial Narrow", Arial, sans-serif; --body: "Arimo", Arial, Helvetica, sans-serif;
  --ease: cubic-bezier(.2, .7, .2, 1); --pad: clamp(20px, 5vw, 64px); --max: 1180px;
}
*, *::before, *::after { box-sizing: border-box; }
html { background: var(--abyss); color: var(--white); -webkit-text-size-adjust: 100%; }
body { margin: 0; font: 400 18px/1.55 var(--body); background: var(--abyss); }
img, video { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; }
a { color: inherit; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; border-radius: 4px; }
.light :focus-visible { outline-color: var(--ocean); }
.sr { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.noscript { padding: 24px; font-size: 18px; }
.skip { position: absolute; left: 12px; top: -60px; z-index: 50; background: var(--gold); color: #0A0A0A; padding: 10px 14px; font-weight: 700; text-decoration: none; }
.skip:focus { top: 12px; }

/* ---------- type ---------- */
.eyebrow { font: 700 13px/1 var(--body); letter-spacing: .28em; text-transform: uppercase; color: var(--gold); margin: 0 0 14px; }
.light .eyebrow { color: var(--ocean); }
.h1, .h2 { font-family: var(--head); font-weight: 700; text-transform: uppercase; line-height: .95; letter-spacing: .005em; margin: 0; text-wrap: balance; }
.h1 { font-size: clamp(44px, 10.5vw, 104px); }
.h2 { font-size: clamp(34px, 6.4vw, 72px); }
.h3 { font: 700 clamp(22px, 3.2vw, 28px)/1.1 var(--head); text-transform: uppercase; letter-spacing: .01em; margin: 0; }
.lead { font-size: clamp(18px, 2.2vw, 22px); color: var(--mist); max-width: 38em; margin: 18px 0 0; }
.light .lead { color: var(--muted); }
.caption { font: 700 13px/1.4 var(--body); letter-spacing: .08em; text-transform: uppercase; color: var(--mist); }

/* ---------- the gold button ---------- */
.press { --size: clamp(124px, 24vw, 168px); width: var(--size); height: var(--size); border-radius: 50%; border: 0; background: var(--gold);
  color: #0A0A0A; display: grid; place-content: center; text-align: center; font: 700 clamp(22px, 4vw, 30px)/1 var(--head);
  letter-spacing: .14em; box-shadow: 0 0 0 0 rgba(255, 195, 1, .55); animation: ring 2.6s var(--ease) infinite; transition: transform .2s var(--ease); }
.press small { display: block; margin-top: 8px; font: 700 12px/1 var(--body); letter-spacing: .1em; white-space: nowrap; }
.press:hover { transform: scale(1.04); }
.press:active { transform: scale(.96); }
.press:focus-visible { outline: 4px solid var(--white); outline-offset: 6px; }
@keyframes ring { 0% { box-shadow: 0 0 0 0 rgba(255, 195, 1, .5); } 70% { box-shadow: 0 0 0 26px rgba(255, 195, 1, 0); } 100% { box-shadow: 0 0 0 0 rgba(255, 195, 1, 0); } }
.dot { width: 14px; height: 14px; border-radius: 50%; background: var(--gold); flex: none; }
.num { width: 48px; height: 48px; border-radius: 50%; background: var(--gold); color: #0A0A0A; display: grid; place-content: center; font: 700 20px/1 var(--head); flex: none; }
.btn { display: inline-flex; align-items: center; gap: 10px; min-height: 48px; padding: 12px 22px; border-radius: 999px; border: 2px solid var(--gold);
  background: transparent; color: var(--white); font: 700 15px/1 var(--body); letter-spacing: .08em; text-transform: uppercase; text-decoration: none; }
.btn.solid { background: var(--gold); color: #0A0A0A; }
.btn.ghost { border-color: transparent; }
.wide-only { display: none; }
@media (min-width: 720px) { .wide-only { display: inline-flex; } }
.light .btn { color: var(--ink); border-color: var(--ocean); }
.light .btn.solid { background: var(--ocean); color: var(--white); }

/* ---------- EXPLORE ---------- */
.x-header { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: calc(10px + env(safe-area-inset-top, 0px)) max(var(--pad), calc((100% - var(--max)) / 2)) 10px; background: rgba(1, 32, 47, .94); border-bottom: 1px solid var(--line); }
.badge { background: var(--white); border-radius: 999px; padding: 6px 14px; min-height: 44px; display: inline-flex; align-items: center; }
.badge img { height: 26px; width: auto; }
.x-header nav { display: flex; gap: 8px; }
.x-header .btn { min-height: 44px; padding: 8px 14px; font-size: 13px; white-space: nowrap; }
@media (max-width: 400px) { .x-header .btn { padding: 8px 11px; font-size: 12px; letter-spacing: .05em; } .badge { padding: 6px 11px; } }
.x-sec { position: relative; padding: clamp(64px, 11vw, 140px) var(--pad); overflow: hidden; }
.x-sec > .in { max-width: var(--max); margin: 0 auto; position: relative; }
.x-sec.light { background: var(--white); color: var(--ink); }
.x-sec.paper { background: var(--paper); color: var(--ink); }
.x-sec.deep { background: var(--deep); }
.x-sec.ocean { background: var(--ocean); }
.x-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.x-scrim { position: absolute; inset: 0; background: rgba(2, 50, 74, .88); }

.hero { min-height: min(100svh, 980px); display: grid; align-items: end; padding-top: 0; }
.hero .media { position: absolute; inset: 0; }
.hero .media video, .hero .media img { width: 100%; height: 100%; object-fit: cover; }
.hero .shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(1, 32, 47, .35) 0%, rgba(1, 32, 47, .55) 38%, rgba(1, 32, 47, .96) 78%); }
.hero .in { display: grid; gap: 28px; padding-top: 30vh; }
.hero .sub { font-size: clamp(18px, 2.4vw, 24px); max-width: 30em; margin: 22px 0 0; }
.hero .by { color: var(--gold); font-weight: 700; margin: 14px 0 0; font-size: 15px; letter-spacing: .04em; }
.hero .cta { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
@media (min-width: 900px) {
  .hero .shade { background: linear-gradient(90deg, rgba(1, 32, 47, .95) 0%, rgba(1, 32, 47, .78) 42%, rgba(1, 32, 47, .1) 100%); }
  .hero .in { grid-template-columns: minmax(0, 1.8fr) minmax(0, 1fr); align-items: end; padding-top: 22vh; }
  .hero .cta { justify-content: flex-end; }
}

.cards3 { display: grid; gap: 16px; margin-top: 40px; }
@media (min-width: 720px) { .cards3 { grid-template-columns: repeat(3, 1fr); gap: 18px; } .pain { grid-row: span 3; grid-template-rows: subgrid; row-gap: 16px; } }
@media (min-width: 1000px) { .cards3 { gap: 24px; } }
.pain { background: var(--card); border-radius: 18px; padding: 28px; display: grid; gap: 16px; align-content: start; }
.pain p { margin: 0; color: var(--mist); font-size: 18px; }

.split { display: grid; gap: 40px; align-items: start; margin-top: 32px; }
.split > *, .split > * > :first-child { margin-top: 0; }
@media (min-width: 720px) { .split { grid-template-columns: 1fr 1fr; gap: 36px; } .split.flip > :first-child { order: 2; } }
@media (min-width: 1000px) { .split { gap: 64px; } }
.photo { position: relative; border-radius: 22px; overflow: hidden; background: var(--deep); }
.photo img { width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; }
.photo .pull { position: absolute; left: 0; right: 0; bottom: 0; padding: 60px 22px 20px; background: linear-gradient(180deg, rgba(1, 32, 47, 0), rgba(1, 32, 47, .92) 45%); color: var(--white); }
.photo .pull q { display: block; font-style: italic; font-size: 18px; line-height: 1.45; quotes: none; }
.photo .pull .caption { color: var(--gold); margin-top: 6px; }
.pillars { list-style: none; margin: 32px 0 0; padding: 0; display: grid; gap: 22px; }
.pillars li { display: grid; grid-template-columns: 22px 1fr; gap: 14px; }
.pillars .dot { margin-top: 5px; width: 18px; height: 18px; }
.pillars p { margin: 4px 0 0; }
.spec { font-size: 19px; color: var(--muted); margin: 18px 0 0; }

.steps { list-style: none; margin: 36px 0 0; padding: 0; display: grid; gap: 26px; }
.split > .steps { margin-top: 0; }
.steps li { display: grid; grid-template-columns: 56px 1fr; gap: 16px; align-items: start; }
.steps p { margin: 4px 0 0; color: var(--mist); }
.panel { position: relative; width: min(100%, 380px); margin: 0 auto; border-radius: 20px; overflow: hidden; background: #0A0A0A; box-shadow: 0 30px 80px rgba(0, 0, 0, .45); }
.panel video, .panel img { display: block; width: 100%; height: auto; aspect-ratio: 9 / 16; object-fit: cover; }
.panel .press { position: absolute; left: 18px; bottom: 18px; --size: 92px; font-size: 18px; }

.kit { border-radius: 22px; overflow: hidden; margin: 36px 0 0; }
.kit img { width: 100%; height: auto; aspect-ratio: 15 / 7; object-fit: cover; }
.lineup { display: grid; column-gap: 40px; margin-top: 28px; }
@media (min-width: 720px) { .lineup { grid-template-columns: 1fr 1fr; } }
.unit { border-top: 1px solid rgba(1, 32, 47, .16); padding: 22px 0 14px; display: grid; grid-template-columns: 64px 1fr; gap: 18px; }
.unit > div:last-child { display: flex; flex-direction: column; }
.unit .why { margin-top: auto; align-self: flex-start; }
.numeral { font: 700 76px/.8 var(--head); color: var(--deep); padding-top: 2px; }
.tile { width: 64px; height: 72px; border-radius: 12px; overflow: hidden; }
.tile img { width: 100%; height: 100%; object-fit: cover; }
.unit p { margin: 6px 0 0; }
.why { margin-top: 2px; min-height: 44px; display: inline-flex; align-items: center; background: none; border: 0; padding: 0; color: var(--ocean); font: 700 13px/1.4 var(--body); letter-spacing: .08em; text-transform: uppercase; text-decoration: underline; text-underline-offset: 4px; }
.why-text { margin: 10px 0 0; padding: 12px 14px; border-left: 0; border-radius: 10px; background: var(--deep); color: var(--white); font-size: 16px; }
.why-text cite { display: block; margin-top: 6px; font: 700 12px/1 var(--body); letter-spacing: .1em; color: var(--gold); font-style: normal; text-transform: uppercase; }

.picker { margin-top: 56px; background: var(--deep); color: var(--white); border-radius: 22px; padding: clamp(22px, 4vw, 40px); }
.picker .h2 { font-size: clamp(30px, 5vw, 52px); }
.picker fieldset { border: 0; margin: 26px 0 0; padding: 0; }
.picker legend { font: 700 16px/1.3 var(--body); margin-bottom: 12px; padding: 0; }
.chips { display: flex; flex-wrap: wrap; gap: 10px; }
.chip { position: relative; }
.chip input { position: absolute; opacity: 0; inset: 0; margin: 0; cursor: pointer; }
.chip span { display: inline-flex; align-items: center; min-height: 46px; padding: 10px 18px; border-radius: 999px; border: 2px solid var(--line); font-weight: 700; font-size: 15px; }
.chip input:checked + span { background: var(--gold); border-color: var(--gold); color: #0A0A0A; }
.chip input:focus-visible + span { outline: 3px solid var(--white); outline-offset: 3px; }
.result { margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--line); min-height: 60px; }
.result ul { list-style: none; margin: 14px 0 0; padding: 0; display: grid; gap: 12px; }
.result li { background: var(--card); border-radius: 14px; padding: 16px 18px; }
.result li strong { font: 700 22px/1.1 var(--head); text-transform: uppercase; }
.result li q { display: block; margin-top: 6px; color: var(--mist); }
.result .closer { margin: 16px 0; font-weight: 700; }

.filters { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.filter { min-height: 44px; padding: 8px 16px; border-radius: 999px; border: 2px solid var(--line); background: transparent; font-weight: 700; font-size: 14px; }
.filter[aria-pressed="true"] { background: var(--gold); border-color: var(--gold); color: #0A0A0A; }
.count { color: var(--mist); font-size: 14px; margin: 16px 0 0; }
.wall { columns: 1; column-gap: 18px; margin-top: 18px; }
@media (min-width: 760px) { .wall { columns: 2; } }
@media (min-width: 1100px) { .wall { columns: 3; } }
.t-card { break-inside: avoid; margin: 0 0 18px; background: var(--card); border-radius: 18px; padding: 22px; }
.t-card blockquote { margin: 0; font-size: 17px; line-height: 1.55; }
.t-card.featured { column-span: all; background: linear-gradient(160deg, var(--card-2), var(--card)); border: 1px solid rgba(255, 195, 1, .4); padding: clamp(22px, 4vw, 36px); }
.t-card.featured blockquote { font-size: clamp(19px, 2.2vw, 24px); line-height: 1.5; max-width: 62em; }
.show-all { margin-top: 6px; }
.t-card blockquote.clamped { display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; overflow: hidden; }
.t-card .more { margin-top: 2px; min-height: 44px; display: inline-flex; align-items: center; align-self: flex-start; background: none; border: 0; padding: 0; color: var(--gold); font-weight: 700; font-size: 14px; text-decoration: underline; text-underline-offset: 3px; }
.t-card figcaption { margin-top: 16px; display: grid; gap: 2px; }
.t-card .name { font-weight: 700; }
.t-card .org { color: var(--mist); font-size: 14px; }
.t-card .tags { margin-top: 10px; display: flex; flex-wrap: wrap; gap: 6px; }
.t-card .tags span { font: 700 12px/1 var(--body); letter-spacing: .1em; text-transform: uppercase; padding: 6px 9px; border-radius: 999px; border: 1px solid var(--line); color: var(--mist); }
.catches { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 30px; }
@media (min-width: 720px) { .catches { grid-template-columns: repeat(4, 1fr); } }
.catches img { width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 14px; }
.catches-label { margin-top: 12px; }

.vids { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 36px; }
@media (min-width: 900px) { .vids { grid-template-columns: repeat(4, 1fr); } }
.vid { position: relative; border-radius: 16px; overflow: hidden; background: #0A0A0A; }
.vid video { width: 100%; height: auto; aspect-ratio: 3 / 4; object-fit: cover; }
.vid .press { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); --size: 76px; font-size: 16px; animation: none; }
.vid .press:hover { transform: translate(-50%, -50%) scale(1.05); }
.vid .press svg, .phone .press svg { width: 30px; height: 30px; margin-left: 5px; }
.vid-note { margin: 14px 0 0; color: var(--mist); font-size: 14px; }
.yt { margin-top: 70px; }
.yt h4 { font: 700 14px/1 var(--body); letter-spacing: .2em; text-transform: uppercase; color: var(--gold); margin: 0; }
.rail-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 30px; }
.rail-ctrls { display: flex; gap: 8px; }
.rail-btn { width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line); background: transparent; color: var(--white); display: grid; place-content: center; cursor: pointer; }
.rail-btn:hover:not(:disabled) { border-color: var(--gold); color: var(--gold); }
.rail-btn:disabled { opacity: .35; cursor: default; }
.rail-btn svg { width: 20px; height: 20px; }
.yt-row { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(min(78%, 250px), 1fr); gap: 14px; margin-top: 14px; overflow-x: auto;
  scroll-snap-type: x mandatory; padding-bottom: 10px; scrollbar-width: thin; margin-right: calc(50% - 50vw); padding-right: var(--pad); scroll-padding-right: var(--pad); }
.yt-row > * { scroll-snap-align: start; }
.yt-card { position: relative; border-radius: 16px; overflow: hidden; background: linear-gradient(160deg, var(--card-2), var(--deep)); border: 1px solid var(--line); }
.yt-card .frame { aspect-ratio: 16 / 9; display: grid; place-items: center; }
.yt-card.short .frame.loaded { aspect-ratio: 9 / 16; }
.yt-card .frame iframe { width: 100%; height: 100%; border: 0; }
.yt-card .play { width: 72px; height: 72px; border-radius: 50%; border: 0; background: var(--gold); color: #0A0A0A; display: grid; place-content: center; }
.yt-card .play svg { width: 26px; height: 26px; margin-left: 4px; }
.yt-card .meta { padding: 14px 16px 16px; display: grid; gap: 6px; }
.yt-card .meta strong { font: 700 17px/1.2 var(--head); text-transform: uppercase; letter-spacing: .01em; }
.yt-card .meta span { color: var(--mist); font-size: 13px; }
.yt-card .meta a { color: var(--gold); font-weight: 700; font-size: 14px; min-height: 44px; display: inline-flex; align-items: center; justify-self: start; }
.yt-card .offline { padding: 18px; color: var(--mist); font-size: 14px; text-align: center; }

.points { list-style: none; margin: 30px 0 0; padding: 0; display: grid; gap: 16px; font-size: clamp(18px, 2.2vw, 22px); }
.points li { display: grid; grid-template-columns: 18px 1fr; gap: 14px; align-items: center; }
.points .dot { width: 16px; height: 16px; }
.said { margin: 34px 0 0; }
.said q { display: block; font-size: clamp(22px, 2.6vw, 30px); line-height: 1.3; font-style: italic; quotes: none; }
.said .caption { color: var(--ocean); margin-top: 10px; }

.contact .phone-big { display: block; margin: 24px 0 2px; padding: 4px 0; white-space: nowrap; font: 700 clamp(40px, 9vw, 88px)/1 var(--head); color: var(--gold); text-decoration: none; letter-spacing: .01em; }
.contact .who-line { font-weight: 700; margin: 0; }
.contact .mail { margin: 4px 0 0; }
.form { margin-top: 36px; display: grid; gap: 14px; }
@media (min-width: 1000px) {
  .contact-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr); gap: 64px; align-items: start; margin-top: 12px; }
  .contact .phone-big { font-size: clamp(44px, 5.2vw, 76px); }
  .contact-form .intro { margin-top: 0; }
  .contact-form .form { margin-top: 24px; }
}
@media (min-width: 760px) { .form { grid-template-columns: 1fr 1fr; } .form .wide { grid-column: 1 / -1; } }
.field { display: grid; gap: 6px; }
.field label { font: 700 13px/1.2 var(--body); letter-spacing: .06em; text-transform: uppercase; }
.field input, .field select { min-height: 50px; padding: 10px 14px; border-radius: 12px; border: 2px solid rgba(255, 255, 255, .28); background: rgba(1, 32, 47, .35); }
.field select option { color: #0A0A0A; }
.summary { display: block; margin-top: 18px; padding: 18px; border-radius: 14px; background: rgba(1, 32, 47, .45); white-space: pre-wrap; font: 400 16px/1.6 var(--body); min-height: 110px; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 18px; }
.privacy { color: var(--mist); font-size: 14px; margin: 16px 0 0; }
.x-foot { padding: 40px max(var(--pad), calc((100% - var(--max)) / 2)) calc(40px + env(safe-area-inset-bottom, 0px)); border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: 16px; align-items: center; justify-content: space-between; color: var(--mist); font-size: 14px; }
.x-foot a { display: inline-flex; align-items: center; min-height: 44px; color: var(--white); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.reveal.in-view { opacity: 1; transform: none; }

dialog.lightbox { border: 0; padding: 0; background: transparent; max-width: min(92vw, 520px); width: 100%; }
dialog.lightbox::backdrop { background: rgba(0, 10, 16, .88); }
dialog.lightbox video { width: 100%; height: auto; max-height: 82vh; border-radius: 22px; background: #000; aspect-ratio: 9 / 16; object-fit: contain; }
dialog.lightbox .close, .overlay .close { position: absolute; top: -56px; right: 0; min-height: 44px; }

/* ---------- PRESENT (1920 x 1080 canvas scaled to fit) ---------- */
body.present { overflow: hidden; background: #000; }
.stage { position: fixed; inset: 0; overflow: hidden; background: #000; touch-action: pan-y; }
.canvas { position: absolute; left: 0; top: 0; width: 1920px; height: 1080px; transform-origin: 0 0; background: var(--abyss); overflow: hidden; }
.scene { position: absolute; inset: 0; opacity: 0; visibility: hidden; transition: opacity .45s var(--ease), visibility 0s linear .45s; }
.scene.is-active { opacity: 1; visibility: visible; transition-delay: 0s; }
.scene > * { position: absolute; }
.scene.dark { background: var(--deep); color: var(--white); }
.scene.ocean { background: var(--ocean); color: var(--white); }
.scene.light { background: var(--white); color: var(--ink); }
.p-eyebrow { font: 700 28px/1 var(--body); letter-spacing: .3em; color: var(--gold); margin: 0; }
.scene.light .p-eyebrow { color: var(--ocean); }
.p-head { font: 700 88px/.95 var(--head); text-transform: uppercase; margin: 0; letter-spacing: .005em; text-wrap: balance; }
.p-body { font: 400 40px/1.25 var(--body); margin: 0; }
.p-sub { font: 700 52px/1.05 var(--head); text-transform: uppercase; margin: 0; }
.p-cap { font: 700 28px/1.2 var(--body); letter-spacing: .04em; margin: 0; }
.p-mist { color: var(--mist); }
.p-media { object-fit: cover; }
.p-num { border-radius: 50%; background: var(--gold); color: #0A0A0A; display: grid; place-content: center; font: 700 46px/1 var(--body); }
.p-dot { border-radius: 50%; background: var(--gold); }
.p-rule { height: 2px; background: rgba(255, 255, 255, .2); }
.scene.light .p-rule { background: rgba(1, 32, 47, .14); }
.p-numeral { font: 700 128px/.8 var(--head); color: var(--gold); }
.p-quote { font: italic 400 40px/1.24 var(--body); margin: 0; color: var(--white); }
.p-quote.on-light { color: var(--ink); }
.p-attr { font: 700 22px/1.2 var(--body); letter-spacing: .1em; text-transform: uppercase; color: var(--gold); margin: 0; white-space: nowrap; }
.p-attr.on-light { color: var(--ocean); }
.p-by { color: var(--white); letter-spacing: .06em; }
.p-by .org { color: var(--mist); font-weight: 400; letter-spacing: .02em; text-transform: none; }
.p-link { min-height: 48px; border: 0; background: none; padding: 0; color: var(--gold); font: 700 22px/1 var(--body); letter-spacing: .12em;
  text-transform: uppercase; text-decoration: underline; text-underline-offset: 8px; text-align: right; cursor: pointer; }
.p-link[aria-expanded="true"] { color: var(--white); }
.p-link:focus-visible { outline: 4px solid var(--white); outline-offset: 6px; }
.p-panel { border-radius: 28px; background: #0A0A0A; box-shadow: 0 40px 90px rgba(0, 0, 0, .45); }
.p-slot > * { position: absolute; }
.p-badge { background: var(--white); border-radius: 999px; display: grid; place-items: center; }
.p-badge img { width: 86%; height: auto; }
.p-press { border-radius: 50%; border: 0; background: var(--gold); color: #0A0A0A; font: 700 46px/1 var(--head); letter-spacing: .14em; display: grid; place-content: center;
  box-shadow: 0 0 0 0 rgba(255, 195, 1, .5); animation: ring 2.6s var(--ease) infinite; }
.p-press.small { font-size: 26px; letter-spacing: .12em; }
.p-press small { display: block; margin-top: 12px; font: 700 20px/1 var(--body); letter-spacing: .2em; }
.p-press:focus-visible { outline: 6px solid var(--white); outline-offset: 8px; }
.p-foot { font: 700 28px/1 var(--head); letter-spacing: .12em; color: var(--gold); margin: 0; }
.scene.light .p-foot { color: var(--ocean); }
.p-pagenum { font: 700 28px/1 var(--body); text-align: right; margin: 0; }
.blackout { position: absolute; inset: 0; background: #000; z-index: 30; }

.p-progress { position: fixed; left: 0; bottom: 0; height: 4px; background: var(--gold); z-index: 25; transition: width .45s var(--ease); }
.p-controls { position: fixed; left: 50%; bottom: 18px; transform: translateX(-50%); z-index: 26; display: flex; gap: 6px; align-items: center; padding: 8px;
  background: rgba(1, 20, 30, .9); border: 1px solid var(--line); border-radius: 999px; transition: opacity .3s var(--ease); }
.p-controls.idle { opacity: 0; pointer-events: none; }
.p-controls button, .p-controls a { min-height: 44px; min-width: 44px; padding: 8px 14px; border-radius: 999px; border: 0; background: transparent; color: var(--white);
  font: 700 13px/1 var(--body); letter-spacing: .06em; text-transform: uppercase; text-decoration: none; display: inline-flex; align-items: center; }
.p-controls button[aria-pressed="true"] { background: var(--gold); color: #0A0A0A; }
.p-controls .count { color: var(--mist); padding: 0 10px; font: 700 13px/1 var(--body); }
.p-timer { position: fixed; right: 18px; top: 18px; z-index: 26; font: 700 22px/1 var(--head); letter-spacing: .06em; padding: 10px 16px; border-radius: 999px;
  background: rgba(1, 20, 30, .9); border: 1px solid var(--line); }
.p-timer.low { background: var(--gold); color: #0A0A0A; }
.p-notes { position: fixed; left: 0; right: 0; bottom: 0; z-index: 27; max-height: 46vh; overflow: auto; background: rgba(1, 20, 30, .97); border-top: 2px solid var(--gold);
  padding: 22px clamp(18px, 4vw, 48px) 90px; font-size: clamp(16px, 1.6vw, 22px); line-height: 1.55; }
.p-notes .land { color: var(--gold); font-weight: 700; }
.p-notes .dir { color: var(--mist); font-style: italic; }
.p-notes .meta { color: var(--mist); font-size: 14px; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 8px; }
.overlay { position: fixed; inset: 0; z-index: 40; background: rgba(0, 10, 16, .94); overflow: auto; padding: 80px clamp(18px, 5vw, 64px) 60px; }
.overlay .panel { position: relative; max-width: 1180px; margin: 0 auto; }
.grid-scenes { display: grid; gap: 16px; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); margin-top: 24px; }
.grid-scenes button { text-align: left; padding: 18px; border-radius: 16px; border: 2px solid var(--line); background: var(--deep); min-height: 130px; display: grid; gap: 8px; align-content: start; }
.grid-scenes button[aria-current="true"] { border-color: var(--gold); }
.grid-scenes .n { color: var(--gold); font: 700 14px/1 var(--body); letter-spacing: .14em; }
.grid-scenes .t { font: 700 20px/1.1 var(--head); text-transform: uppercase; }
.presenter { min-height: 100vh; display: grid; grid-template-rows: auto 1fr auto; gap: 18px; padding: 24px clamp(18px, 3vw, 40px); }
.presenter .top { display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; }
.presenter .clock { font: 700 64px/1 var(--head); }
.presenter .clock.low { color: var(--gold); }
.presenter .now { font: 700 30px/1.1 var(--head); text-transform: uppercase; }
.presenter .next { color: var(--mist); }
.presenter .notes { font-size: clamp(20px, 2vw, 28px); line-height: 1.55; overflow: auto; }
.presenter .notes .dir { color: var(--mist); font-style: italic; }
.presenter .land { color: var(--gold); font-weight: 700; }
.presenter .bar { display: flex; gap: 10px; flex-wrap: wrap; }
.toast { position: fixed; left: 50%; top: 18px; transform: translateX(-50%); z-index: 45; background: var(--gold); color: #0A0A0A; font-weight: 700; padding: 10px 16px; border-radius: 999px; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
}
