/* =========================================================================
   Wesley Fokken · The Trading Vault  ·  pitch site (SYSTEM A)
   Light, cool, precise. Deliberately unlike his own funnel brand (System B),
   which is graphite and signal green: a light canvas makes the dark deliverable
   previews sit forward like objects on a desk instead of blending in.

   Brief: precise · confident · quietly expensive. Finance world, read cool and
   credible. Light. Minimal-airy, space doing the work.
   Background technique: gradients.md #8, soft diagonal blades / folds.
   Signature moment: headline mask reveal, word by word. No photo swarm.
   Every pair validated with scripts/contrast_check.py.
   ========================================================================= */

@font-face { font-family: "Sora"; src: url("assets/fonts/sora-400.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Sora"; src: url("assets/fonts/sora-500.woff2") format("woff2"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Sora"; src: url("assets/fonts/sora-600.woff2") format("woff2"); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: "Sora"; src: url("assets/fonts/sora-700.woff2") format("woff2"); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: "Inter"; src: url("assets/fonts/inter-400.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Inter"; src: url("assets/fonts/inter-500.woff2") format("woff2"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Inter"; src: url("assets/fonts/inter-600.woff2") format("woff2"); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: "Inter"; src: url("assets/fonts/inter-700.woff2") format("woff2"); font-weight: 700; font-style: normal; font-display: swap; }

:root {
  --bg: #f7f8fa;
  --bg-2: #eef1f6;
  --surface: #ffffff;
  --surface-2: #eff2f6;
  --line: rgba(14, 19, 25, 0.10);
  --line-soft: rgba(14, 19, 25, 0.06);

  --text: #0e1319;
  --text-2: #54606e;
  --text-3: #667382;

  --accent: #1b47c4;
  --accent-2: #3a67e8;
  --accent-deep: #14349a;
  --accent-ink: #ffffff;
  --accent-soft: rgba(27, 71, 196, 0.09);

  --font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --display: "Sora", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;

  --container: 1120px;
  --gutter: clamp(20px, 5vw, 32px);
  --section-y: clamp(72px, 11vh, 132px);
  --radius: 18px;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

/* --------------------------------- Base --------------------------------- */
[hidden] { display: none !important; }
* { box-sizing: border-box; }
html { background: var(--bg); -webkit-text-size-adjust: 100%; }

/* One page-level canvas so no section boundary can show a hard line.
   Technique #8: soft angled panels, low alpha, bright empty centre. */
body::before {
  content: ""; position: fixed; inset: 0; z-index: -2; pointer-events: none;
  background:
    linear-gradient(107deg, transparent 0 18%, rgba(27, 71, 196, 0.045) 18% 27%, transparent 27%),
    linear-gradient(107deg, transparent 0 62%, rgba(14, 19, 25, 0.028) 62% 69%, transparent 69%),
    linear-gradient(107deg, transparent 0 78%, rgba(27, 71, 196, 0.03) 78% 100%),
    radial-gradient(90% 55% at 50% 0%, rgba(255, 255, 255, 0.9), transparent 62%),
    linear-gradient(168deg, var(--bg) 0%, var(--bg-2) 100%);
}
body::after {
  content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none; opacity: 0.03;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 140px 140px;
}
body {
  margin: 0;
  background: transparent;
  color: var(--text);
  font-family: var(--font);
  font-size: 17px;
  line-height: 1.55;
  letter-spacing: -0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
::selection { background: var(--accent); color: var(--accent-ink); }

.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: var(--section-y); position: relative; }

/* ------------------------------- Type ----------------------------------- */
.eyebrow {
  font-size: 0.72rem; font-weight: 600; text-transform: uppercase;
  letter-spacing: 0.18em; color: var(--accent); margin: 0 0 22px;
}
.section__title {
  font-family: var(--display); font-weight: 700;
  font-size: clamp(1.9rem, 4.2vw, 2.9rem);
  letter-spacing: -0.03em; line-height: 1.08; margin: 0 0 52px;
}

/* -------------------------------- Hero ---------------------------------- */
.hero { padding-top: clamp(56px, 9vh, 104px); padding-bottom: clamp(40px, 6vh, 72px); }
.hero__inner { display: flex; flex-direction: column; align-items: center; text-align: center; }
/* Rule 14: fewer, longer lines. Sized so this headline sets to 3 lines at
   desktop width rather than a tall thin stack. */
.hero__title {
  font-family: var(--display); font-weight: 700;
  font-size: clamp(1.72rem, 3.3vw, 2.62rem);
  letter-spacing: -0.032em; line-height: 1.14;
  max-width: 970px; margin: 0 0 46px;
  text-wrap: balance;
}
.hero__title .mark {
  color: var(--accent);
  font-weight: 700;
}
/* the split headline is handed to the word spans; it must not animate itself */
.hero__title.split { transition: none; opacity: 1; transform: none; }
.hero__title .word { display: inline-block; opacity: 0; transform: translateY(0.42em); transition: opacity 0.6s var(--ease), transform 0.6s var(--ease); }
.hero__title.is-in .word { opacity: 1; transform: none; }

.hero__actions { margin-top: 38px; display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; }

/* Agency lockup, only rendered when PITCH_CONFIG.brand is set. */
.agency-bar { display: flex; justify-content: flex-start; margin-bottom: clamp(28px, 5vh, 52px); min-height: 1px; }
.agency-bar a, .agency-bar span { display: inline-flex; align-items: center; gap: 10px; font-size: 0.85rem; font-weight: 600; letter-spacing: -0.01em; color: var(--text-2); }
.agency-bar img { height: 22px; width: auto; }

/* ------------------------------- Buttons -------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 15px 27px; border: 0; border-radius: 999px;
  font-family: var(--font); font-size: 0.97rem; font-weight: 600; letter-spacing: -0.01em;
  cursor: pointer;
  transition: transform 0.2s var(--ease), background 0.2s var(--ease), box-shadow 0.2s var(--ease), border-color 0.2s var(--ease);
}
.btn--primary { background: var(--accent); color: var(--accent-ink); }
.btn--primary:hover { transform: scale(1.02); background: var(--accent-deep); box-shadow: 0 12px 30px rgba(27, 71, 196, 0.24); }
.btn--ghost { background: var(--surface); color: var(--text); border: 1px solid var(--line); }
.btn--ghost:hover { transform: scale(1.02); border-color: rgba(27, 71, 196, 0.34); box-shadow: 0 10px 26px rgba(14, 19, 25, 0.07); }
.btn:active { transform: scale(0.98); }

.arrow, .arrow-down {
  width: 15px; height: 15px; flex: none;
  background: currentColor;
  -webkit-mask: no-repeat center / contain; mask: no-repeat center / contain;
}
.arrow { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h13M13 6l6 6-6 6'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h13M13 6l6 6-6 6'/%3E%3C/svg%3E"); }
.arrow-down { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 5v13M6 13l6 6 6-6'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 5v13M6 13l6 6 6-6'/%3E%3C/svg%3E"); }

/* ---------------------------- Hero video player -------------------------- */
.hplayer { width: 100%; max-width: 860px; }
.hplayer__stage {
  position: relative; width: 100%; aspect-ratio: 16 / 9;
  border-radius: var(--radius); overflow: hidden;
  background: #0e1319;
  border: 1px solid var(--line);
  box-shadow: 0 30px 70px rgba(14, 19, 25, 0.13), 0 4px 14px rgba(14, 19, 25, 0.06);
}
.hplayer__video, .hplayer__embed { width: 100%; height: 100%; object-fit: cover; border: 0; }
.hplayer__embed { display: block; }
.hplayer__scrim { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4, 7, 12, 0.10), rgba(4, 7, 12, 0.34)); pointer-events: none; transition: opacity 0.4s var(--ease); }
.hplayer__stage[data-state="playing"] .hplayer__scrim { opacity: 0; }

.hplayer__big {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  width: 78px; height: 78px; border-radius: 50%; border: 0; cursor: pointer;
  background: rgba(255, 255, 255, 0.94); color: var(--accent);
  display: grid; place-items: center;
  transition: transform 0.25s var(--ease), opacity 0.3s var(--ease);
}
.hplayer__big svg { width: 27px; height: 27px; fill: currentColor; margin-left: 3px; }
.hplayer__big:hover { transform: translate(-50%, -50%) scale(1.06); }
.hplayer__big-glow { position: absolute; inset: -14px; border-radius: 50%; background: rgba(255, 255, 255, 0.24); z-index: -1; }
.hplayer__stage[data-state="playing"] .hplayer__big { opacity: 0; pointer-events: none; }

.hplayer__cc { position: absolute; left: 0; right: 0; bottom: 74px; text-align: center; padding-inline: 8%; color: #fff; font-size: 1rem; font-weight: 500; text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6); pointer-events: none; }

.hplayer__bar {
  position: absolute; left: 0; right: 0; bottom: 0;
  display: flex; align-items: center; gap: 11px;
  padding: 13px 15px;
  background: linear-gradient(180deg, transparent, rgba(4, 7, 12, 0.82));
  opacity: 0; transition: opacity 0.3s var(--ease);
}
.hplayer__stage:hover .hplayer__bar,
.hplayer__stage[data-state="paused"] .hplayer__bar,
.hplayer__stage.hp-touch .hplayer__bar { opacity: 1; }
.hp-btn { background: none; border: 0; padding: 4px; cursor: pointer; color: #fff; display: grid; place-items: center; border-radius: 7px; }
.hp-btn:hover { background: rgba(255, 255, 255, 0.16); }
.hp-btn svg { width: 19px; height: 19px; fill: currentColor; stroke: currentColor; stroke-width: 0; }
.hp-btn--mute svg, .hp-btn--full svg { fill: none; stroke-width: 2; stroke-linecap: round; }
.hp-i-play, .hp-i-sound { display: none; }
.hplayer__stage[data-state="paused"] .hp-i-play, .hplayer__stage[data-state="idle"] .hp-i-play { display: block; }
.hplayer__stage[data-state="paused"] .hp-i-pause, .hplayer__stage[data-state="idle"] .hp-i-pause { display: none; }
.hp-btn--mute[aria-pressed="true"] .hp-i-sound { display: block; }
.hp-btn--mute[aria-pressed="true"] .hp-i-muted { display: none; }
.hp-time { color: rgba(255, 255, 255, 0.82); font-size: 0.78rem; font-variant-numeric: tabular-nums; min-width: 36px; }
.hp-scrub { flex: 1; position: relative; height: 18px; display: flex; align-items: center; cursor: pointer; }
.hp-scrub__track { position: relative; width: 100%; height: 3.5px; border-radius: 99px; background: rgba(255, 255, 255, 0.26); overflow: hidden; }
.hp-scrub__buf { position: absolute; inset: 0; width: 0; background: rgba(255, 255, 255, 0.24); }
.hp-scrub__fill { position: absolute; inset: 0; width: 0; background: var(--accent-2); }
.hp-scrub__knob { position: absolute; top: 50%; left: 0; width: 11px; height: 11px; border-radius: 50%; background: #fff; transform: translate(-50%, -50%) scale(0); transition: transform 0.18s var(--ease); }
.hp-scrub:hover .hp-scrub__knob { transform: translate(-50%, -50%) scale(1); }
.hp-speed { position: relative; }
.hp-btn--speed { font-size: 0.76rem; font-weight: 600; padding: 4px 7px; }
.hp-speed__menu { position: absolute; bottom: 130%; right: 0; display: none; flex-direction: column; background: rgba(14, 19, 25, 0.96); border: 1px solid rgba(255, 255, 255, 0.14); border-radius: 10px; overflow: hidden; }
.hp-speed__menu.open { display: flex; }
.hp-speed__menu button { background: none; border: 0; color: #fff; font-size: 0.78rem; padding: 8px 15px; cursor: pointer; text-align: left; }
.hp-speed__menu button:hover, .hp-speed__menu button.is-on { background: var(--accent); }

/* ----------------------------- Deliverables ----------------------------- */
.deliverables__title { text-align: center; }

.group { margin-bottom: clamp(52px, 8vh, 88px); }
.group:last-child { margin-bottom: 0; }
.group__head { display: flex; align-items: center; gap: 18px; margin-bottom: 30px; opacity: 0; transform: translateY(14px); transition: opacity 0.6s var(--ease), transform 0.6s var(--ease); }
.group__head.is-in { opacity: 1; transform: none; }
.group__rule { flex: 1; height: 1px; background: var(--line); }
.group__meta { display: inline-flex; align-items: baseline; gap: 10px; }
.group__label { font-size: 0.76rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.16em; color: var(--text-2); }
.group__count { font-size: 0.7rem; font-weight: 600; color: var(--accent); font-variant-numeric: tabular-nums; }

.grid { display: grid; gap: clamp(16px, 2.2vw, 24px); }
.grid--1 { grid-template-columns: 1fr; }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.grid--3 { grid-template-columns: repeat(3, 1fr); }

/* Cards: equal size always (design.md rule 5), hairline, lift on hover. */
.pcard {
  position: relative; display: flex; flex-direction: column; text-align: left;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 0; overflow: hidden; cursor: pointer; font: inherit; color: inherit;
  transform-style: preserve-3d;
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease), border-color 0.35s var(--ease);
  box-shadow: 0 1px 2px rgba(14, 19, 25, 0.04);
}
.pcard:hover { border-color: rgba(27, 71, 196, 0.26); box-shadow: 0 22px 48px rgba(14, 19, 25, 0.10); }
.pcard::after {
  content: ""; position: absolute; inset: 0; border-radius: var(--radius); pointer-events: none;
  background: radial-gradient(240px circle at var(--mx, 50%) var(--my, 0%), rgba(27, 71, 196, 0.07), transparent 62%);
  opacity: 0; transition: opacity 0.3s var(--ease);
}
.pcard:hover::after { opacity: 1; }

/* the framed browser window that previews each deliverable */
.thumb { display: block; position: relative; margin: 12px 12px 0; border-radius: 12px; overflow: hidden; background: #0b0d10; border: 1px solid var(--line-soft); aspect-ratio: 4 / 3; }
.thumb--wide { aspect-ratio: 16 / 9; }
.thumb__bar { position: absolute; top: 0; left: 0; right: 0; height: 28px; display: flex; align-items: center; gap: 5px; padding-inline: 11px; background: #14171c; border-bottom: 1px solid rgba(255, 255, 255, 0.07); z-index: 2; }
.thumb__bar i { width: 7px; height: 7px; border-radius: 50%; background: rgba(255, 255, 255, 0.2); flex: none; }
.thumb__url { margin-left: 9px; font-size: 0.64rem; color: rgba(255, 255, 255, 0.46); letter-spacing: -0.005em; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.thumb__img { position: absolute; inset: 28px 0 0; width: 100%; height: calc(100% - 28px); object-fit: cover; object-position: top center; transition: transform 0.5s var(--ease); }
.pcard:hover .thumb__img { transform: scale(1.025); }

.pcard__body { display: flex; flex-direction: column; justify-content: space-between; gap: 18px; flex: 1; padding: 20px 22px 22px; }
.pcard__kicker { display: block; font-size: 0.7rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.14em; color: var(--text-3); margin-bottom: 9px; }
.pcard__title { display: block; font-family: var(--display); font-weight: 600; font-size: 1.12rem; letter-spacing: -0.02em; margin-bottom: 7px; }
.pcard__desc { display: block; font-size: 0.93rem; line-height: 1.5; color: var(--text-2); }
.pcard__link { display: inline-flex; align-items: center; gap: 7px; font-size: 0.87rem; font-weight: 600; color: var(--accent); }
.pcard:hover .pcard__link .arrow { transform: translateX(3px); transition: transform 0.25s var(--ease); }

/* ------------------------------ Case studies ---------------------------- */
.case-studies { display: none; }
.case-studies.has-items { display: block; }
.case-studies__title { text-align: center; }
.cs-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(16px, 2.2vw, 24px); }
.cs-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.cs-media { aspect-ratio: 16 / 9; background: #0b0d10; }
.cs-media iframe, .cs-media img { width: 100%; height: 100%; border: 0; object-fit: cover; }
.cs-body { padding: 20px 22px 22px; text-align: center; }
.cs-result { display: block; font-family: var(--display); font-weight: 700; font-size: 1.1rem; color: var(--accent); margin-bottom: 6px; }
.cs-title { display: block; font-weight: 600; margin-bottom: 6px; }
.cs-text { display: block; font-size: 0.92rem; color: var(--text-2); }

/* -------------------------------- Book a call --------------------------- */
.cta__wrap { display: flex; flex-direction: column; align-items: center; }
.cta__title { font-family: var(--display); font-weight: 700; font-size: clamp(1.9rem, 4.2vw, 2.9rem); letter-spacing: -0.03em; margin: 0 0 40px; text-align: center; }
.cal-inline { width: 100%; max-width: 940px; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); background: var(--surface); box-shadow: 0 22px 54px rgba(14, 19, 25, 0.09); }
.cal-inline iframe { width: 100%; height: 760px; border: 0; display: block; }

/* ------------------------------- Sticky pill ---------------------------- */
/* The one fixed control in the build. SKILL.md requires it on the pitch index;
   design.md rule 16 bans sticky CTAs on the prospect's own funnel pages, and
   none of those carry one. */
.stickycta {
  position: fixed; left: 50%; bottom: 26px; z-index: 60;
  transform: translate(-50%, 20px) scale(0.96); opacity: 0; pointer-events: none;
  display: inline-flex; align-items: center; gap: 10px;
  padding: 13px 24px; border-radius: 999px;
  background: var(--accent); color: var(--accent-ink);
  font-size: 0.93rem; font-weight: 600; letter-spacing: -0.01em;
  box-shadow: 0 14px 38px rgba(27, 71, 196, 0.32);
  transition: opacity 0.35s var(--ease), transform 0.35s var(--ease), background 0.2s var(--ease);
}
.stickycta.is-visible { opacity: 1; transform: translate(-50%, 0) scale(1); pointer-events: auto; }
.stickycta:hover { background: var(--accent-deep); }
.stickycta__dot { width: 7px; height: 7px; border-radius: 50%; background: rgba(255, 255, 255, 0.92); }

/* --------------------------------- Footer -------------------------------- */
/* Branding only, height exactly 1.5x the branding's height, centred. */
.footer { border-top: 1px solid var(--line-soft); }
.footer__inner { display: flex; align-items: center; justify-content: center; height: calc(1.05rem * 1.5); padding-block: 40px; }
.footer__note { font-size: 0.82rem; font-weight: 500; color: var(--text-3); line-height: 1.05rem; }

/* -------------------------------- Lightbox ------------------------------- */
.lightbox { position: fixed; inset: 0; z-index: 90; display: none; background: rgba(9, 12, 17, 0.72); backdrop-filter: blur(7px); }
.lightbox.open { display: block; }
.lightbox__inner { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px; padding: clamp(16px, 4vw, 48px); }
.lightbox__stage { width: min(1180px, 94vw); height: min(78vh, 900px); border-radius: var(--radius); overflow: hidden; background: var(--surface); box-shadow: 0 40px 100px rgba(0, 0, 0, 0.45); }
.lightbox__stage iframe { width: 100%; height: 100%; border: 0; display: block; background: var(--surface); }
.lightbox__title { color: #fff; font-size: 0.92rem; font-weight: 500; margin: 0; text-align: center; }
/* the close control must read against a dark scrim (design.md rule 15) */
.lightbox__close {
  position: absolute; top: 18px; right: 20px; z-index: 2;
  width: 42px; height: 42px; border-radius: 50%; cursor: pointer;
  background: rgba(255, 255, 255, 0.14); border: 1px solid rgba(255, 255, 255, 0.30);
  color: #fff; font-size: 1.5rem; line-height: 1; display: grid; place-items: center;
  transition: background 0.2s var(--ease), transform 0.2s var(--ease);
}
.lightbox__close:hover { background: rgba(255, 255, 255, 0.26); transform: scale(1.05); }

/* -------------------------------- Reveal --------------------------------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }

/* -------------------------------- Responsive ----------------------------- */
@media (max-width: 900px) {
  .grid--3 { grid-template-columns: repeat(2, 1fr); }
  .cs-grid { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  body { font-size: 16px; }
  .grid--2, .grid--3 { grid-template-columns: 1fr; }
  .hero__title { max-width: 100%; }
  .cal-inline iframe { height: 1040px; }
  .stickycta { bottom: 16px; }
}

/* ---------------------------- Reduced motion ----------------------------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal, .hero__title .word, .group__head { opacity: 1 !important; transform: none !important; transition: none !important; }
  .pcard, .thumb__img, .btn, .stickycta { transition: none !important; }
}
html.reduced .reveal, html.reduced .hero__title .word, html.reduced .group__head { opacity: 1; transform: none; }

/* ---- mobile hardening (references/mobile.md) ---- */
img, svg, video, canvas, iframe { max-width: 100%; height: auto; }
p, li, td, th, blockquote, figcaption,
h1, h2, h3, h4, h5, h6 { overflow-wrap: anywhere; }
table, pre { display: block; max-width: 100%; overflow-x: auto; }
@media (max-width: 700px) { .tag, [class*="badge"], [class*="pill"] { margin-left: 0; } }

