/* MineTwin / Vector Foundries site kit.
   Dark primary, light theme via [data-theme="light"] on <html>.
   Display: Bebas Neue. Body: Barlow. Labels: Barlow Condensed. Readouts: JetBrains Mono.
   No gradients, no parallax, no autoplay above the fold. */

:root {
  --ink:        #060E18;
  --ink-mid:    #0D1F33;
  --ink-raised: #132842;

  --gold:       #D4952B;
  --gold-hi:    #F0B84A;
  --gold-lo:    #7A5218;
  --gold-glow:  rgba(212, 149, 43, 0.18);
  --ore:        #E8C97A;

  --text:       #EDF2F7;
  --text-dim:   #8FAABB;
  --text-ghost: #5A7A90;

  --border:      rgba(212, 149, 43, 0.14);
  --border-sub:  rgba(255, 255, 255, 0.07);
  --border-line: rgba(212, 149, 43, 0.35);

  --good: #2ECC71;
  --bad:  #C0392B;

  --bg:      var(--ink);
  --panel:   var(--ink-mid);
  --panel-2: var(--ink-raised);
  --on-gold: #0A0F14;
  --grid-line: rgba(143, 170, 187, 0.07);

  --font-display: 'Bebas Neue', 'Barlow Condensed', Impact, sans-serif;
  --font-sans: 'Barlow', 'Segoe UI', system-ui, -apple-system, sans-serif;
  --font-cond: 'Barlow Condensed', 'Barlow', 'Segoe UI', sans-serif;
  --font-mono: 'JetBrains Mono', ui-monospace, Consolas, Menlo, monospace;

  --maxw: 1180px;
  --maxw-text: 720px;
  --gutter: clamp(20px, 5vw, 72px);
  --section: clamp(64px, 9vw, 112px);

  --bevel: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px));
  --bevel-sm: polygon(0 0, calc(100% - 6px) 0, 100% 6px, 100% 100%, 6px 100%, 0 calc(100% - 6px));

  color-scheme: dark;
}

[data-theme="light"] {
  --bg:      #F4EFE5;
  --panel:   #FFFFFF;
  --panel-2: #ECE5D5;
  --ink:     #F4EFE5;
  --ink-mid: #FFFFFF;
  --ink-raised: #ECE5D5;
  --text:       #0D1F33;
  --text-dim:   #43607A;
  --text-ghost: #75818F;
  --border:      rgba(122, 82, 24, 0.22);
  --border-sub:  rgba(13, 31, 51, 0.10);
  --border-line: rgba(122, 82, 24, 0.45);
  --gold-glow:   rgba(212, 149, 43, 0.14);
  --grid-line:   rgba(13, 31, 51, 0.06);
  color-scheme: light;
}

/* ---------- base ---------- */

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
[id] { scroll-margin-top: 84px; }

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

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-sans);
  font-size: 17px;
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img, video, svg { max-width: 100%; height: auto; display: block; }

a { color: var(--gold-hi); text-decoration: none; }
a:hover { color: var(--ore); }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 2px solid var(--gold-hi);
  outline-offset: 3px;
}

::selection { background: var(--gold-glow); color: var(--text); }

h1, h2, h3, h4 { margin: 0; color: var(--text); }
h1, h2 {
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: 0.015em;
  line-height: 0.95;
  text-wrap: balance;
}
h1 { font-size: clamp(52px, 7vw, 104px); }
h2 { font-size: clamp(38px, 4.8vw, 64px); }
h3 {
  font-family: var(--font-cond);
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1.25;
}
h4 {
  font-family: var(--font-cond);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.35;
  color: var(--text-dim);
}

p { margin: 0 0 16px; color: var(--text-dim); font-weight: 300; }
p:last-child { margin-bottom: 0; }
strong, b { color: var(--text); font-weight: 500; }
ul, ol { margin: 0 0 16px; padding-left: 22px; color: var(--text-dim); font-weight: 300; }
li { margin-bottom: 6px; }
hr { border: 0; border-top: 1px solid var(--border-sub); margin: 32px 0; }

.gold { color: var(--gold); }
.dim { color: var(--text-dim); }
.mono { font-family: var(--font-mono); }
.lede { font-size: clamp(19px, 2vw, 22px); font-weight: 300; line-height: 1.55; max-width: var(--maxw-text); }
.measure { max-width: var(--maxw-text); }
.visually-hidden {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: absolute; left: 16px; top: -60px; z-index: 100;
  padding: 10px 14px; background: var(--gold); color: var(--on-gold);
  font-family: var(--font-cond); text-transform: uppercase; letter-spacing: 0.08em;
}
.skip-link:focus { top: 12px; }

/* ---------- layout ---------- */

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 var(--gutter); }
.wrap-narrow { max-width: 860px; margin: 0 auto; padding: 0 var(--gutter); }

.section { padding: var(--section) 0; }
.section-tight { padding: calc(var(--section) * 0.6) 0; }
.section-panel { background: var(--panel); border-top: 1px solid var(--border-sub); border-bottom: 1px solid var(--border-sub); }
.section-head { margin-bottom: clamp(32px, 5vw, 56px); max-width: 860px; }
.section-head h2 { margin: 10px 0 18px; }
.section-head .lede { margin: 0; }

.grid { display: grid; gap: clamp(20px, 3vw, 32px); }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.grid-split { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); align-items: center; gap: clamp(32px, 5vw, 72px); }
.grid-split.rev > :first-child { order: 2; }
.stack { display: flex; flex-direction: column; gap: 16px; }
.row { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }

@media (max-width: 960px) {
  .grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .grid-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .grid-split { grid-template-columns: 1fr; }
  .grid-split.rev > :first-child { order: 0; }
}
@media (max-width: 620px) {
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
}

/* ---------- utilities (no inline styles: CSP style-src 'self') ---------- */

.h1-md { font-size: clamp(40px, 5vw, 72px); margin: 14px 0 18px; }
.h1-sm { font-size: clamp(44px, 6vw, 88px); }
.h2-md { font-size: clamp(32px, 3.6vw, 48px); margin: 10px 0 18px; }
.h2-sm { font-size: clamp(30px, 3.4vw, 44px); margin: 10px 0 14px; }
.mt-14 { margin-top: 14px; } .mt-20 { margin-top: 20px; } .mt-24 { margin-top: 24px; }
.mt-28 { margin-top: 28px; } .mt-32 { margin-top: 32px; } .mt-36 { margin-top: 36px; }
.mb-36 { margin-bottom: 36px; } .mb-26 { margin-bottom: 26px; }
.mw-820 { max-width: 820px; }
.hero-compact { padding-bottom: 0; }
.feature-first { border-top: 0; }
.align-start { align-items: start; }
.stats-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.prose-date-tight { margin-bottom: 10px; }

/* ---------- eyebrow / readouts ---------- */

.eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--gold);
}

.readout {
  font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.06em;
  color: var(--text-ghost);
}

/* ---------- buttons ---------- */

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 48px; padding: 0 26px;
  font-family: var(--font-cond); font-weight: 600; font-size: 16px; letter-spacing: 0.1em; text-transform: uppercase;
  border: 1px solid transparent; cursor: pointer; white-space: nowrap;
  transition: background-color .15s ease, color .15s ease, border-color .15s ease;
}
.btn-primary { background: var(--gold); color: var(--on-gold); clip-path: var(--bevel); }
.btn-primary:hover { background: var(--gold-hi); color: var(--on-gold); }
.btn-ghost { border-color: var(--border-line); color: var(--text); background: transparent; }
.btn-ghost:hover { border-color: var(--gold-hi); color: var(--gold-hi); }
.btn-sm { min-height: 40px; padding: 0 18px; font-size: 14px; }
.btn svg { width: 16px; height: 16px; }

/* ---------- top nav ---------- */

.topbar {
  position: sticky; top: 0; z-index: 50;
  background: color-mix(in srgb, var(--bg) 88%, transparent);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border-sub);
}
.topbar-inner { display: flex; align-items: center; gap: 28px; min-height: 64px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--text); font-family: var(--font-cond); font-weight: 700; font-size: 20px; letter-spacing: 0.04em; text-transform: uppercase; }
.brand:hover { color: var(--text); }
.brand img { height: 28px; width: auto; }
.logo-light { display: none; }
[data-theme="light"] .logo-dark { display: none; }
[data-theme="light"] .logo-light { display: block; }
.brand-mark { height: 26px; width: auto; }
.brand-sub { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.14em; color: var(--text-ghost); text-transform: uppercase; margin-left: 6px; }
.topnav { display: flex; align-items: center; gap: 4px; margin-left: auto; }
.nav-link {
  display: inline-flex; align-items: center; min-height: 44px; padding: 0 14px;
  font-family: var(--font-cond); font-weight: 600; font-size: 15px; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--text-dim);
}
.nav-link:hover, .nav-link[aria-current="page"] { color: var(--text); }
.nav-link[aria-current="page"] { box-shadow: inset 0 -2px 0 var(--gold); }
.nav-cta { margin-left: 10px; }
.icon-btn {
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; border: 1px solid var(--border-sub); background: transparent; color: var(--text-dim); cursor: pointer;
}
.icon-btn:hover { color: var(--text); border-color: var(--border-line); }
.icon-btn svg { width: 18px; height: 18px; }
.theme-toggle .icon-sun { display: none; }
[data-theme="light"] .theme-toggle .icon-sun { display: block; }
[data-theme="light"] .theme-toggle .icon-moon { display: none; }
.nav-burger { display: none; }

.mobile-menu { display: none; border-top: 1px solid var(--border-sub); background: var(--bg); }
.mobile-menu[data-open="true"] { display: block; }
.mobile-menu .nav-link { display: flex; width: 100%; min-height: 52px; border-bottom: 1px solid var(--border-sub); }
.mobile-menu .btn { margin: 16px 0 20px; width: 100%; }

@media (max-width: 860px) {
  .topnav .nav-link, .topnav .nav-cta { display: none; }
  .nav-burger { display: inline-flex; }
}

/* ---------- hero ---------- */

.hero { position: relative; padding: clamp(56px, 8vw, 104px) 0 clamp(48px, 6vw, 80px); overflow: hidden; }
.hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(var(--grid-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--grid-line) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.9), transparent 85%);
  -webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,.9), transparent 85%);
}
.hero .wrap { position: relative; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 6fr); gap: clamp(32px, 5vw, 64px); align-items: center; }
.hero h1 { margin: 18px 0 22px; }
.hero h1 .gold { color: var(--gold); }
.hero-deck { font-size: clamp(18px, 1.7vw, 21px); line-height: 1.55; max-width: 560px; margin-bottom: 30px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-note { margin-top: 22px; }
.hero-figure { margin: 0; }
@media (max-width: 960px) {
  .hero-grid { grid-template-columns: 1fr; }
}

/* ---------- figures ---------- */

.figure { margin: 0; border: 1px solid var(--border-sub); background: var(--panel); }
.figure img, .figure video { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.figure.ratio-4-3 img { aspect-ratio: 4 / 3; }
.figure.ratio-auto img { aspect-ratio: auto; }
.figure figcaption {
  display: flex; justify-content: space-between; gap: 12px; align-items: center;
  padding: 9px 14px; border-top: 1px solid var(--border-sub);
  font-family: var(--font-mono); font-size: 11.5px; letter-spacing: 0.06em; color: var(--text-ghost);
}
.figure figcaption .tag { color: var(--gold); }
.figure-lg img { aspect-ratio: 3 / 2; }

.video-frame { position: relative; }
.video-frame video { background: #000; }
.video-play {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  background: rgba(6, 14, 24, 0.35); border: 0; cursor: pointer; color: var(--text);
}
.video-play span {
  display: inline-flex; align-items: center; gap: 12px; padding: 12px 20px;
  background: rgba(6, 14, 24, 0.85); border: 1px solid var(--border-line);
  font-family: var(--font-cond); font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; font-size: 15px;
}
.video-play svg { width: 18px; height: 18px; }
.video-frame[data-playing="true"] .video-play { display: none; }

/* ---------- cards ---------- */

.card {
  background: var(--panel); border: 1px solid var(--border-sub); padding: clamp(22px, 2.6vw, 30px);
  display: flex; flex-direction: column; gap: 12px;
}
.card h3 { margin-top: 6px; }
.card p { font-size: 16px; }
.card .icon { width: 28px; height: 28px; color: var(--gold); }
.card-link { margin-top: auto; padding-top: 8px; font-family: var(--font-cond); font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; font-size: 14px; }
.card-num { font-family: var(--font-mono); font-size: 12px; color: var(--gold); letter-spacing: 0.14em; }

/* ---------- stats ---------- */

.stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; background: var(--border-sub); border: 1px solid var(--border-sub); }
.stat { background: var(--panel); padding: 24px 22px; }
.stat-n { font-family: var(--font-display); font-size: clamp(40px, 4.5vw, 60px); line-height: 1; color: var(--gold); letter-spacing: 0.01em; }
.stat-l { margin-top: 8px; font-family: var(--font-cond); font-size: 14px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--text); font-weight: 600; }
.stat-s { margin-top: 4px; font-size: 14px; color: var(--text-ghost); font-weight: 300; }
@media (max-width: 860px) { .stats { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

/* ---------- steps ---------- */

.steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; background: var(--border-sub); border: 1px solid var(--border-sub); }
.step { background: var(--panel); padding: 26px 24px 28px; }
.step .card-num { display: block; margin-bottom: 14px; }
.step h3 { margin-bottom: 10px; }
.step p { font-size: 15.5px; }
@media (max-width: 960px) { .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) { .steps { grid-template-columns: 1fr; } }

/* ---------- feature rows ---------- */

.feature { padding: clamp(40px, 6vw, 72px) 0; border-top: 1px solid var(--border-sub); }
.feature:first-of-type { border-top: 0; }
.feature h2 { font-size: clamp(34px, 4vw, 52px); margin: 10px 0 16px; }
.feature ul, ul.ticks { padding-left: 0; list-style: none; }
.feature li, ul.ticks li { position: relative; padding-left: 22px; font-size: 16px; }
.feature li::before, ul.ticks li::before { content: ""; position: absolute; left: 2px; top: 11px; width: 6px; height: 6px; background: var(--gold); }

/* ---------- proof strip ---------- */

.proof { border-top: 1px solid var(--border-sub); border-bottom: 1px solid var(--border-sub); background: var(--panel); }
.proof-inner { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(24px, 4vw, 56px); align-items: center; padding: clamp(32px, 4vw, 48px) 0; }
.proof-inner .stats { border: 0; }
.proof-inner .stat { padding: 18px 20px; }
.proof-inner .stat-n { font-size: clamp(34px, 3.4vw, 46px); }
@media (max-width: 960px) { .proof-inner { grid-template-columns: 1fr; } }

/* ---------- tables ---------- */

.table { width: 100%; border-collapse: collapse; font-size: 15px; }
.table th, .table td { text-align: left; padding: 12px 14px; border-bottom: 1px solid var(--border-sub); vertical-align: top; }
.table th { font-family: var(--font-cond); font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; font-size: 13px; color: var(--text-dim); }
.table td { color: var(--text-dim); font-weight: 300; }
.table td:first-child { color: var(--text); font-weight: 500; }
.table-wrap { overflow-x: auto; }

/* ---------- forms ---------- */

.form { display: grid; gap: 18px; }
.field { display: grid; gap: 6px; }
.field label { font-family: var(--font-cond); font-weight: 600; font-size: 14px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-dim); }
.field input, .field select, .field textarea {
  width: 100%; min-height: 48px; padding: 10px 14px;
  background: var(--panel); color: var(--text); border: 1px solid var(--border-sub);
  font: inherit; font-size: 16px;
}
.field textarea { min-height: 140px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold); outline: none; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field-hint { font-size: 13px; color: var(--text-ghost); }
.form-note { font-size: 14px; color: var(--text-ghost); }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
@media (max-width: 560px) { .field-row { grid-template-columns: 1fr; } }

/* ---------- ROI calculator ---------- */

.calc { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(24px, 4vw, 48px); align-items: start; }
.calc-inputs { display: grid; gap: 16px; }
.calc-out { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: var(--border-sub); border: 1px solid var(--border-sub); }
.calc-out .stat-n { font-size: clamp(34px, 3.6vw, 52px); }
.calc-note { grid-column: 1 / -1; padding: 14px 20px; background: var(--panel); font-size: 13.5px; color: var(--text-ghost); border-top: 1px solid var(--border-sub); }
.range-val { font-family: var(--font-mono); font-size: 13px; color: var(--gold); }
input[type="range"] { width: 100%; accent-color: var(--gold); }
@media (max-width: 960px) { .calc { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .calc-out { grid-template-columns: 1fr; } }

/* ---------- team ---------- */

.person { display: grid; grid-template-columns: 72px 1fr; gap: 20px; align-items: start; }
.person-mark {
  width: 72px; height: 72px; display: flex; align-items: center; justify-content: center;
  border: 1px solid var(--border-line); color: var(--gold); font-family: var(--font-display); font-size: 28px; letter-spacing: 0.04em;
  clip-path: var(--bevel-sm);
}
.person h3 { margin-bottom: 2px; }
.person .role { font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.08em; color: var(--text-ghost); margin-bottom: 12px; }
.person p { font-size: 15.5px; }
.tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; }
.tag-pill { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.08em; padding: 4px 8px; border: 1px solid var(--border-sub); color: var(--text-dim); }

/* ---------- CTA band ---------- */

.cta-band { border-top: 1px solid var(--border-line); border-bottom: 1px solid var(--border-line); background: var(--panel); }
.cta-band .wrap { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 24px; padding-top: clamp(36px, 5vw, 56px); padding-bottom: clamp(36px, 5vw, 56px); }
.cta-band h2 { font-size: clamp(34px, 4vw, 52px); margin: 8px 0 6px; }
.cta-band p { max-width: 560px; }

/* ---------- footer ---------- */

.site-footer { border-top: 1px solid var(--border-sub); padding: clamp(40px, 5vw, 64px) 0 32px; font-size: 15px; }
.footer-grid { display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 3fr) minmax(0, 3fr); gap: 32px; }
.footer-grid h4 { margin-bottom: 12px; }
.footer-grid a { display: block; padding: 5px 0; color: var(--text-dim); }
.footer-grid a.brand { display: inline-flex; padding: 0; color: var(--text); }
.footer-grid a:hover { color: var(--text); }
.footer-brand p { font-size: 15px; max-width: 420px; }
.footer-meta { margin-top: 36px; padding-top: 22px; border-top: 1px solid var(--border-sub); display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.06em; color: var(--text-ghost); }
.small-print { margin-top: 26px; max-width: 980px; }
.small-print p { font-size: 12px; line-height: 1.55; color: var(--text-ghost); margin-bottom: 8px; }
@media (max-width: 860px) { .footer-grid { grid-template-columns: 1fr 1fr; } .footer-brand { grid-column: 1 / -1; } }

/* ---------- reveal ---------- */

html.js .reveal { opacity: 0; transform: translateY(14px); transition: opacity .55s ease, transform .55s ease; }
html.js .reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html.js .reveal { opacity: 1; transform: none; } }

/* ---------- prose pages ---------- */

.prose h2 { font-size: clamp(30px, 3.4vw, 40px); margin: 40px 0 14px; }
.prose h3 { margin: 28px 0 10px; }
.prose p, .prose li { font-size: 16.5px; }
.prose-date { font-family: var(--font-mono); font-size: 12px; color: var(--text-ghost); letter-spacing: 0.08em; }

/* ---------- notice ---------- */

.notice { border: 1px solid var(--border-line); background: var(--panel); padding: 18px 22px; font-size: 15px; }
.notice strong { color: var(--gold); }

/* ---------- print ---------- */

@media print {
  .topbar, .mobile-menu, .skip-link, .video-play, .theme-toggle, .nav-burger { display: none !important; }
  body { background: #fff; color: #111; }
  a { color: #111; }
}
