/* =========================================================================
   DALGA Outdoor — Maximalist Energy (Vitrin-04 Rafting)
   Archetype: saturated palette, kinetic type, sharp diagonal cuts on dark.
   Signature: scroll velocity = river discharge (m³/s) + rapids grade recolour.
   ========================================================================= */

:root {
  --bg:        #0A1F1C;   /* deep river black-green */
  --bg-2:      #0C2621;   /* raised panel */
  --ink:       #0A1410;   /* near-black for text on bright fills */
  --foam:      #E8F7F4;   /* foam white — body text (15.5:1 on bg, AAA) */
  --foam-dim:  #A9C4BE;   /* muted foam for secondary text (~7:1) */
  --yellow:    #EAF23C;   /* electric yellow-green — kinetic headings (14:1) */
  --orange:    #FF5E3A;   /* current orange — CTA (5.6:1 on bg) */
  --teal:      #14B8A6;   /* turquoise — data / counter (6.9:1) */

  /* signature: grade drives pace + accent across the page */
  --grade-accent: var(--teal);
  --pace: 0.55;                /* 0..1 from rapids grade, feeds motion speed */
  --flow: 0;                   /* 0..1 live scroll-velocity, set by JS */

  --maxw: 1180px;
  --gut: clamp(1.1rem, 4vw, 2.6rem);
  --r: 14px;

  --f-display: 'Unbounded', system-ui, sans-serif;
  --f-body: 'Hanken Grotesk', system-ui, -apple-system, sans-serif;
}

/* ---------- reset-ish ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--foam);
  font-family: var(--f-body);
  font-size: clamp(1rem, 0.96rem + 0.3vw, 1.12rem);
  line-height: 1.6;
  letter-spacing: 0.005em;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img, video, canvas, svg { max-width: 100%; display: block; }
a { color: inherit; }
h1, h2, h3 { margin: 0; font-family: var(--f-display); font-weight: 800; line-height: 1.02; }
p { margin: 0 0 1rem; }
ul, ol { margin: 0; padding: 0; list-style: none; }

.wrap { width: min(100% - 2*var(--gut), var(--maxw)); margin-inline: auto; }
.visually-hidden {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

/* ---------- focus + skip ---------- */
:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 3px;
  border-radius: 4px;
}
.skip-link {
  position: fixed; top: 0; left: 50%; transform: translate(-50%, -120%);
  z-index: 200; background: var(--yellow); color: var(--ink);
  padding: 0.7rem 1.2rem; border-radius: 0 0 12px 12px; font-weight: 700;
  text-decoration: none; transition: transform 0.18s ease;
}
.skip-link:focus { transform: translate(-50%, 0); }

/* ---------- buttons ---------- */
.btn {
  --pad-y: 0.72rem; --pad-x: 1.25rem;
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  min-height: 48px; padding: var(--pad-y) var(--pad-x);
  font-family: var(--f-body); font-weight: 700; font-size: 1rem;
  letter-spacing: 0.01em; text-decoration: none; cursor: pointer;
  border: 2px solid transparent; border-radius: 999px;
  transition: transform 0.15s ease, background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn-lg { --pad-y: 0.95rem; --pad-x: 1.7rem; font-size: 1.08rem; min-height: 56px; }
.btn-block { width: 100%; }

/* CTA: dark ink on orange = 5.64:1 (AA normal) */
.btn-cta { background: var(--orange); color: var(--ink); box-shadow: 0 8px 24px -10px rgba(255,94,58,0.8); }
.btn-cta:hover { background: #ff6f4e; box-shadow: 0 12px 30px -10px rgba(255,94,58,0.9); }

.btn-ghost { color: var(--foam); border-color: rgba(232,247,244,0.35); background: transparent; }
.btn-ghost:hover { border-color: var(--foam); background: rgba(232,247,244,0.06); }

.btn-outline { color: var(--yellow); border-color: var(--yellow); background: transparent; }
.btn-outline:hover { background: var(--yellow); color: var(--ink); }

/* =====================================================================
   HEADER
   ===================================================================== */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: color-mix(in srgb, var(--bg) 86%, transparent);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(232,247,244,0.08);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 0.7rem 0; }
.brand { display: inline-flex; align-items: center; gap: 0.6rem; min-height: 46px; text-decoration: none; color: var(--foam); }
.brand-mark { color: var(--yellow); display: inline-flex; }
.brand-name {
  font-family: var(--f-display); font-weight: 800; font-size: 1.35rem;
  letter-spacing: 0.04em; line-height: 1;
}
.brand-sub {
  font-family: var(--f-body); font-weight: 500; font-size: 0.62rem;
  letter-spacing: 0.32em; text-transform: uppercase; color: var(--teal);
  display: block; margin-top: 2px;
}

.site-nav { display: flex; align-items: center; }
.nav-list { display: flex; align-items: center; gap: 1.35rem; }
.nav-list a { text-decoration: none; font-weight: 600; font-size: 0.98rem; color: var(--foam); }
.nav-list a:not(.btn):hover { color: var(--yellow); }
.nav-lang a { color: var(--foam-dim); font-size: 0.9rem; }
.nav-cta { min-height: 44px; padding: 0.55rem 1.15rem; }

.nav-toggle {
  display: none; width: 48px; height: 48px; border: 0; background: transparent;
  cursor: pointer; position: relative;
}
.nav-toggle-bar, .nav-toggle-bar::before, .nav-toggle-bar::after {
  content: ""; position: absolute; left: 12px; width: 24px; height: 2.5px;
  background: var(--foam); border-radius: 2px; transition: transform 0.22s ease, opacity 0.22s ease;
}
.nav-toggle-bar { top: 23px; }
.nav-toggle-bar::before { top: -7px; }
.nav-toggle-bar::after { top: 7px; }
.nav-toggle[aria-expanded="true"] .nav-toggle-bar { background: transparent; }
.nav-toggle[aria-expanded="true"] .nav-toggle-bar::before { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nav-toggle-bar::after { transform: translateY(-7px) rotate(-45deg); }

/* =====================================================================
   FLOW METER (signature HUD)
   ===================================================================== */
.flow-meter {
  position: fixed; right: clamp(0.7rem, 2vw, 1.6rem); bottom: clamp(0.9rem, 3vw, 2rem);
  z-index: 90; text-align: right; pointer-events: none;
  padding: 0.6rem 0.8rem; border-radius: 12px;
  background: color-mix(in srgb, var(--bg) 72%, transparent);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(20,184,166,0.28);
  opacity: 0; transform: translateY(8px); transition: opacity 0.4s ease, transform 0.4s ease;
}
.flow-meter.is-live { opacity: 1; transform: none; }
.flow-dial { display: flex; align-items: baseline; gap: 0.28rem; justify-content: flex-end; }
.flow-value {
  font-family: var(--f-display); font-weight: 800; color: var(--grade-accent);
  font-size: 1.6rem; line-height: 1; font-variant-numeric: tabular-nums;
  transition: color 0.3s ease;
}
.flow-unit { font-size: 0.78rem; color: var(--foam-dim); font-weight: 600; }
.flow-label {
  display: block; font-size: 0.6rem; letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--foam-dim); margin-top: 2px;
}
.flow-bar { height: 4px; width: 84px; margin-top: 6px; margin-left: auto; background: rgba(232,247,244,0.14); border-radius: 3px; overflow: hidden; }
.flow-bar-fill {
  display: block; height: 100%; width: calc(var(--flow) * 100%);
  background: linear-gradient(90deg, var(--teal), var(--yellow));
  transition: width 0.12s linear;
}

/* =====================================================================
   HERO
   ===================================================================== */
.hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; padding-block: 0 clamp(2.5rem, 8vh, 6rem); overflow: hidden; }
.hero-media { position: absolute; inset: 0; z-index: 0; }
.hero-video { width: 100%; height: 100%; object-fit: cover; }
/* CSS/canvas fallback tint so the hero is never blank before media loads */
.hero-media::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(120% 80% at 20% 0%, #10362f 0%, transparent 55%),
    radial-gradient(140% 90% at 90% 20%, #0d302a 0%, transparent 60%),
    linear-gradient(180deg, #0b241f 0%, #08201b 100%);
}
.hero-water { position: absolute; inset: 0; width: 100%; height: 100%; mix-blend-mode: screen; opacity: 0.5; }
.hero-scrim {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(8,32,27,0.35) 0%, rgba(8,32,27,0.15) 42%, rgba(8,32,27,0.92) 100%),
    linear-gradient(90deg, rgba(8,32,27,0.6) 0%, transparent 60%);
}
.hero-inner { position: relative; z-index: 2; }
.hero-kicker {
  font-weight: 700; letter-spacing: 0.34em; text-transform: uppercase;
  font-size: 0.72rem; color: var(--yellow); margin-bottom: 0.9rem;
}
.hero-title {
  font-size: clamp(3rem, 12vw, 8.5rem); letter-spacing: -0.02em;
  text-transform: uppercase; margin-bottom: 1.1rem;
}
.hero-title .line { display: block; }
.hero-title .accent {
  color: var(--yellow);
  /* subtle tremor driven by live flow; amplitude 0 at rest */
  transform: translateX(calc(var(--flow) * 4px));
  will-change: transform;
}
.hero-lede { max-width: 42ch; font-size: clamp(1.05rem, 1rem + 0.4vw, 1.28rem); color: var(--foam); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.8rem; margin: 1.6rem 0 1.4rem; }

.proof { display: flex; align-items: center; gap: 0.7rem; flex-wrap: wrap; font-size: 0.95rem; color: var(--foam-dim); }
.proof-stars { color: var(--yellow); letter-spacing: 0.15em; font-size: 1.05rem; }
.proof-text strong { color: var(--foam); font-weight: 700; }
.hero-hint { margin-top: 1.6rem; font-size: 0.9rem; color: var(--foam-dim); letter-spacing: 0.02em; }

/* =====================================================================
   SECTION SCAFFOLD
   ===================================================================== */
section { position: relative; }
.trips, .flow, .safety, .media, .voices, .faq, .book, .rapids { padding-block: clamp(3.5rem, 9vh, 7rem); }
.section-h { font-size: clamp(2rem, 5vw, 3.6rem); text-transform: uppercase; letter-spacing: -0.01em; margin-bottom: 0.7rem; }
.section-lede { max-width: 56ch; color: var(--foam-dim); font-size: 1.08rem; margin-bottom: 2rem; }

/* diagonal cut divider between dark sections */
.trips { background: var(--bg-2); clip-path: polygon(0 2.2vw, 100% 0, 100% 100%, 0 100%); margin-top: -2vw; }
.safety { background: var(--bg-2); }
.book { background:
  radial-gradient(120% 120% at 100% 0%, rgba(20,184,166,0.12) 0%, transparent 55%),
  radial-gradient(120% 120% at 0% 100%, rgba(255,94,58,0.12) 0%, transparent 55%),
  var(--bg-2);
}

/* =====================================================================
   RAPIDS SCALE PICKER
   ===================================================================== */
.grade-picker { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-bottom: 1.1rem; }
.grade {
  flex: 1 1 130px; min-width: 120px; cursor: pointer;
  display: flex; flex-direction: column; align-items: flex-start; gap: 0.15rem;
  padding: 0.9rem 1rem; border-radius: var(--r);
  background: var(--bg-2); border: 2px solid rgba(232,247,244,0.12);
  color: var(--foam); font-family: var(--f-body);
  transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.15s ease;
}
.grade:hover { transform: translateY(-2px); border-color: rgba(232,247,244,0.35); }
.grade-num { font-family: var(--f-display); font-weight: 800; font-size: 1.6rem; line-height: 1; }
.grade-word { font-size: 0.82rem; color: var(--foam-dim); letter-spacing: 0.02em; }
.grade.is-on { border-color: var(--grade-accent); background: color-mix(in srgb, var(--grade-accent) 14%, var(--bg-2)); }
.grade.is-on .grade-num { color: var(--grade-accent); }
.grade.is-on .grade-word { color: var(--foam); }
.grade-vi.is-on { --grade-accent: var(--orange); }
.grade-readout { color: var(--foam); font-size: 1.02rem; }
.grade-readout strong { color: var(--grade-accent); font-family: var(--f-display); }

/* =====================================================================
   TRIPS
   ===================================================================== */
.trip-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.2rem; }
.trip-card {
  position: relative; display: flex; flex-direction: column;
  padding: 1.5rem 1.4rem; border-radius: var(--r);
  background: var(--bg); border: 1px solid rgba(232,247,244,0.1);
}
.trip-card-feature { border-color: var(--orange); box-shadow: 0 20px 50px -30px rgba(255,94,58,0.7); }
.trip-badge {
  position: absolute; top: -12px; left: 1.2rem;
  background: var(--orange); color: var(--ink); font-weight: 700;
  font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase;
  padding: 0.28rem 0.7rem; border-radius: 999px;
}
.trip-grade { font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--teal); font-weight: 700; }
.trip-name { font-size: 1.6rem; text-transform: uppercase; margin: 0.35rem 0 0.6rem; }
.trip-desc { color: var(--foam-dim); font-size: 0.98rem; }
.trip-meta { display: flex; gap: 1.1rem; flex-wrap: wrap; margin: 0.4rem 0 1.2rem; }
.trip-meta li { display: flex; flex-direction: column; }
.trip-meta span { font-size: 0.68rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--foam-dim); }
.trip-meta strong { font-family: var(--f-display); font-weight: 600; font-size: 1.05rem; color: var(--foam); }
.trip-cta { margin-top: auto; }
.trips-note { margin-top: 1.6rem; color: var(--foam-dim); }

/* =====================================================================
   STEPS
   ===================================================================== */
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 1.2rem; counter-reset: step; }
.step { padding: 1.4rem; border-radius: var(--r); background: var(--bg-2); border-left: 3px solid var(--teal); }
.step-num { font-family: var(--f-display); font-weight: 800; font-size: 2.4rem; color: var(--yellow); line-height: 1; }
.step-h { font-size: 1.35rem; text-transform: uppercase; margin: 0.4rem 0 0.5rem; }
.step p { color: var(--foam-dim); margin: 0; }

/* =====================================================================
   SAFETY + MEDIA (two-col)
   ===================================================================== */
.safety-inner, .media-inner { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.5rem, 4vw, 3.5rem); align-items: center; }
.safety-list { display: grid; gap: 0.7rem; }
.safety-list li { display: flex; gap: 0.7rem; align-items: flex-start; font-size: 1.02rem; }
.tick {
  flex: none; width: 24px; height: 24px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--teal); color: var(--ink); font-weight: 800; font-size: 0.85rem; margin-top: 1px;
}
.gear-card { padding: 1.6rem; border-radius: var(--r); background: var(--bg); border: 1px solid rgba(20,184,166,0.3); }
.gear-kicker { font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--teal); font-weight: 700; }
.gear-chips { display: flex; flex-wrap: wrap; gap: 0.55rem; margin: 0.9rem 0 1.1rem; }
.gear-chips li {
  padding: 0.42rem 0.85rem; border-radius: 999px; font-weight: 600; font-size: 0.92rem;
  background: color-mix(in srgb, var(--yellow) 14%, var(--bg)); color: var(--foam);
  border: 1px solid rgba(234,242,60,0.35);
}
.gear-foot { color: var(--foam-dim); font-size: 0.92rem; margin: 0; }

.media-points { display: grid; gap: 0.6rem; margin: 0 0 1.4rem; }
.media-points li { padding-left: 1.1rem; position: relative; color: var(--foam-dim); }
.media-points li::before { content: "›"; position: absolute; left: 0; color: var(--orange); font-weight: 800; }
.media-points strong { color: var(--foam); }
.media-grid { display: grid; grid-template-columns: 1fr 1fr; grid-auto-rows: 1fr; gap: 0.8rem; aspect-ratio: 1 / 1; }
.ph {
  border-radius: var(--r); display: flex; align-items: flex-end; padding: 0.8rem;
  font-family: var(--f-display); font-weight: 700; font-size: 0.95rem; letter-spacing: 0.04em;
  text-transform: uppercase; color: var(--foam);
  border: 1px solid rgba(232,247,244,0.12);
}
.ph-1 { background: linear-gradient(150deg, #0e3a32, #0a2621); }
.ph-2 { background: linear-gradient(150deg, #123f38, #0c2a24); color: var(--yellow); }
.ph-3 { background: linear-gradient(150deg, #0f3730, #0b2722); color: var(--teal); }
.ph-4 { background: linear-gradient(150deg, #163b34, #0d2c25); color: var(--orange); }

/* =====================================================================
   VOICES
   ===================================================================== */
.voice-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1.2rem; }
.voice { padding: 1.5rem; border-radius: var(--r); background: var(--bg-2); border: 1px solid rgba(232,247,244,0.1); }
.voice-quote { font-size: 1.08rem; color: var(--foam); }
.voice-by { margin: 0; color: var(--foam-dim); font-size: 0.9rem; }
.voice-by strong { color: var(--yellow); font-weight: 700; }

/* =====================================================================
   FAQ
   ===================================================================== */
.faq-list { display: grid; gap: 0.7rem; max-width: 780px; }
.faq-item { border: 1px solid rgba(232,247,244,0.12); border-radius: var(--r); background: var(--bg-2); overflow: hidden; }
.faq-item summary {
  cursor: pointer; list-style: none; padding: 1.1rem 1.3rem;
  font-family: var(--f-display); font-weight: 600; font-size: 1.08rem;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+"; font-family: var(--f-body); font-weight: 700; font-size: 1.5rem;
  color: var(--yellow); line-height: 1; transition: transform 0.2s ease;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-body { padding: 0 1.3rem 1.2rem; }
.faq-body p { color: var(--foam-dim); margin: 0; }

/* =====================================================================
   BOOKING FORM
   ===================================================================== */
.book-inner { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(1.6rem, 4vw, 3.5rem); align-items: start; }
.book-trust { color: var(--foam); font-size: 0.95rem; }
.book-form {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0.9rem;
  padding: 1.6rem; border-radius: var(--r);
  background: var(--bg); border: 1px solid rgba(232,247,244,0.12);
}
.field { display: flex; flex-direction: column; gap: 0.35rem; grid-column: span 2; }
.field-half { grid-column: span 1; }
.field-full { grid-column: span 2; }
.field label { font-weight: 700; font-size: 0.9rem; }
.field .opt { color: var(--foam-dim); font-weight: 500; }
.field input, .field select, .field textarea {
  font: inherit; color: var(--foam); background: var(--bg-2);
  border: 1.5px solid rgba(232,247,244,0.2); border-radius: 10px;
  padding: 0.7rem 0.85rem; min-height: 48px; width: 100%;
}
.field textarea { min-height: 88px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--yellow); outline: none; }
.field input::placeholder, .field textarea::placeholder { color: var(--foam-dim); }
.field select:invalid { color: var(--foam-dim); }
.btn-block { grid-column: span 2; }
.form-status { grid-column: span 2; margin: 0; font-weight: 700; color: var(--yellow); min-height: 1.2em; }
.form-status.is-err { color: var(--orange); }
.form-fineprint { grid-column: span 2; margin: 0; font-size: 0.85rem; color: var(--foam-dim); line-height: 2.6; }
.form-fineprint a { color: var(--teal); display: inline-block; padding: 0.5rem 0; min-height: 40px; }

/* =====================================================================
   FOOTER
   ===================================================================== */
.site-footer { background: var(--bg); border-top: 1px solid rgba(232,247,244,0.1); padding-block: 2.6rem 1.4rem; }
.footer-inner { display: flex; flex-wrap: wrap; gap: 1.4rem 2.5rem; justify-content: space-between; align-items: flex-start; }
.footer-brand p { color: var(--foam-dim); max-width: 32ch; margin: 0.6rem 0 0; font-size: 0.92rem; }
.footer-nav { display: flex; flex-wrap: wrap; gap: 0.4rem 1rem; }
.footer-nav a { text-decoration: none; font-weight: 600; color: var(--foam); display: inline-flex; align-items: center; justify-content: center; min-height: 44px; min-width: 44px; padding: 0 0.35rem; }
.footer-nav a:hover { color: var(--yellow); }
.footer-contact { color: var(--foam-dim); font-size: 0.9rem; width: 100%; margin: 0.4rem 0 0; }
.footer-contact a { color: var(--teal); display: inline-block; padding: 0.3rem 0; min-height: 40px; }
.footer-legal { color: var(--foam-dim); font-size: 0.8rem; margin: 1.6rem auto 0; }

/* =====================================================================
   REVEAL ANIMATION (JS adds .is-in). Baseline visible if JS/anim off.
   ===================================================================== */
.js [data-reveal] { opacity: 0; transform: translateY(22px); }
.js [data-reveal].is-in { opacity: 1; transform: none; transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.2,0.7,0.2,1); }

/* =====================================================================
   RESPONSIVE
   ===================================================================== */
@media (max-width: 860px) {
  .nav-toggle { display: block; }
  .nav-list {
    position: fixed; inset: 62px 0 auto 0; flex-direction: column; align-items: stretch;
    gap: 0; padding: 0.5rem var(--gut) 1.4rem;
    background: color-mix(in srgb, var(--bg) 96%, transparent);
    border-bottom: 1px solid rgba(232,247,244,0.12);
    transform: translateY(-140%); transition: transform 0.28s ease; z-index: 99;
  }
  .nav-list.is-open { transform: none; }
  .nav-list li { border-top: 1px solid rgba(232,247,244,0.08); }
  .nav-list li:first-child { border-top: 0; }
  .nav-list a:not(.btn) { display: block; padding: 0.9rem 0.2rem; }
  .nav-cta { margin-top: 0.8rem; width: 100%; }
  .safety-inner, .media-inner, .book-inner { grid-template-columns: 1fr; }
  .media-grid { max-width: 420px; }
}
@media (max-width: 520px) {
  .book-form { grid-template-columns: 1fr; padding: 1.2rem; }
  .field-half { grid-column: span 2; }
  .hero { min-height: 92svh; }
  .flow-meter { left: clamp(0.7rem,2vw,1.6rem); right: auto; bottom: 0.8rem; }
}

/* =====================================================================
   REDUCED MOTION — kill physics/velocity motion, keep everything legible
   ===================================================================== */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; }
  .js [data-reveal] { opacity: 1; transform: none; }
  .hero-title .accent { transform: none !important; }
  .hero-water { display: none; }
  .hero-video { display: none; } /* poster still shows via hero-media::before + scrim */
  .flow-bar-fill { transition: none; }
}
