/* The hero stays in normal document flow until the motion controller is ready. */
html { color-scheme: dark; background: #0d0d0d; overflow-x: clip; }
body { min-height: 100vh; overflow-x: clip; }
.wild-hero { --hero-height: max(640px, calc(100svh - 64px)); padding: 0; background: #0d0d0d; isolation: isolate; }
.wild-hero.is-enhanced { height: calc(var(--hero-height) + 150svh); }
.wild-hero__stage { position: relative; height: var(--hero-height); overflow: clip; }
.is-enhanced .wild-hero__stage { position: sticky; top: 64px; }
.wild-hero__media { position: absolute; inset: 0 0 auto; height: 61%; overflow: hidden; background: #12190e; }
.wild-hero__media img, .wild-hero__media video, .wild-hero__media canvas { position: absolute; width: 100%; height: 100%; inset: 0; object-fit: cover; object-position: 80% 50%; }
.wild-hero__start, .wild-hero__video, .wild-hero__canvas { opacity: 0; }
.is-enhanced .wild-hero__start { opacity: 1; }
.has-video .wild-hero__video, .has-frames .wild-hero__canvas { opacity: 1; }
.wild-hero__shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4,10,4,.28), transparent 18%, transparent 26%, #0d0d0d 55%); pointer-events: none; }
.wild-hero__top { position: absolute; top: 22px; left: 20px; right: 20px; display: flex; align-items: center; justify-content: space-between; gap: 16px; font: 500 13px/1.5 var(--mono); letter-spacing: .04em; }
.wild-hero__top > span:first-child { max-width: 210px; }
.wild-hero__rating { white-space: nowrap; color: #d2eda7; }
.wild-hero__rating span { display: none; color: #f1f1f1; }
.wild-hero__content { position: absolute; left: 20px; right: 20px; bottom: 118px; }
.wild-hero__stories { display: grid; }
.wild-hero__story { grid-area: 1 / 1; align-self: end; }
.wild-hero__story--end { opacity: 0; visibility: hidden; }
.wild-hero__eyebrow { max-width: 32ch; margin-bottom: 17px; font: 500 13px/1.7 var(--mono); letter-spacing: .04em; color: #b6d8a1; }
.wild-hero__title { margin: 0; font: 400 clamp(38px, 10.5vw, 70px)/1.09 var(--display); letter-spacing: -.035em; color: #f8f8ed; }
.wild-hero__title span { display: block; }
.wild-hero__title span:last-child { color: #b9e89c; }
.wild-hero__ending { margin: 0; font: 600 clamp(44px, 12vw, 76px)/.98 var(--display-alt); letter-spacing: -.045em; color: #f8f8ed; }
.wild-hero__intro { max-width: 34ch; font: 400 16px/1.65 var(--body); color: #d4d8cc; margin: 18px 0 0; }
.wild-hero__actions { display: flex; align-items: center; gap: 8px 20px; flex-wrap: wrap; margin-top: 22px; }
.wild-hero__actions .btn { min-height: 48px; padding: 12px 16px; font-size: 13px; letter-spacing: .025em; color: #081607; background: #b9e89c; border-color: #b9e89c; }
.wild-hero__actions .btn:hover { background: #cff5b9; border-color: #cff5b9; transform: none; }
.wild-hero__actions svg { width: 18px; height: 18px; }
.wild-hero__visit { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; font: 500 14px var(--body); text-underline-offset: 5px; }
.wild-hero__visit:hover { text-decoration: underline; }
.wild-hero__footer { position: absolute; left: 20px; right: 20px; bottom: 20px; display: flex; justify-content: space-between; align-items: end; gap: 12px; font: 400 13px/1.6 var(--mono); }
.wild-hero__scroll { display: flex; align-items: center; gap: 10px; min-height: 44px; color: #d4d8cc; }
.wild-hero__scroll-icon { display: grid; place-items: center; width: 30px; height: 40px; border: 1px solid #6b7462; border-radius: 16px; font-size: 21px; }
.wild-hero__species { text-align: right; font-family: var(--body); color: #e4e9de; }
.wild-hero__species > span { display: block; color: #a3af98; font: 400 13px/1.7 var(--mono); letter-spacing: .02em; }
.wild-hero__pause { position: absolute; right: 0; bottom: 52px; border: 0; border-bottom: 1px solid #6b7462; background: transparent; padding: 8px 0; min-height: 44px; color: #c9d0c1; font: 400 13px var(--body); cursor: pointer; }
.wild-hero__pause[hidden] { display: none !important; }
.wild-hero__pause:hover { color: white; border-color: white; }
.wild-hero a:focus-visible, .wild-hero button:focus-visible { outline: 2px solid #b9e89c; outline-offset: 5px; }
.wild-hero__progress { position: absolute; bottom: 0; left: 0; right: 0; height: 2px; background: #333b2d; }
.wild-hero__progress span { display: block; height: 100%; background: #b9e89c; transform: scaleX(0); transform-origin: left; }
@media (min-width: 768px) {
  .wild-hero { --hero-height: max(660px, calc(100svh - 64px)); }
  .wild-hero__media { inset: 0; height: 100%; }
  .wild-hero__media img, .wild-hero__media video { object-position: 62% center; }
  .wild-hero__shade { background: linear-gradient(90deg, rgba(5,12,4,.64), rgba(5,12,4,.22) 45%, transparent 72%), linear-gradient(0deg, rgba(7,12,6,.92), transparent 30%, transparent 85%, rgba(7,12,6,.3)); }
  .wild-hero__top, .wild-hero__footer { left: clamp(32px, 5vw, 96px); right: clamp(32px, 5vw, 96px); }
  .wild-hero__top { top: 28px; letter-spacing: .1em; }
  .wild-hero__top > span:first-child { max-width: none; }
  .wild-hero__rating span { display: inline; }
  .wild-hero__content { left: clamp(32px, 5vw, 96px); right: auto; bottom: 25%; width: 48%; max-width: 740px; }
  .wild-hero__title { font-size: clamp(56px, 6.7vw, 112px); line-height: 1.08; }
  .wild-hero__ending { font-size: clamp(65px, 7.3vw, 124px); }
  .wild-hero__eyebrow { max-width: none; margin-bottom: 24px; }
  .wild-hero__intro { font-size: 18px; margin-top: 26px; }
  .wild-hero__actions { margin-top: 30px; gap: 24px; }
  .wild-hero__actions .btn { padding: 15px 20px; }
  .wild-hero__footer { bottom: 36px; align-items: center; }
  .wild-hero__pause { position: static; }
  .wild-hero__species { position: absolute; left: 50%; transform: translateX(-50%); text-align: center; }
}
@media (min-width: 1600px) {
  .wild-hero__content { bottom: 26%; }
  .wild-hero__intro { font-size: 20px; }
  .wild-hero__top { top: 36px; }
}
@media (max-width: 374px) {
  .wild-hero__content { left: 16px; right: 16px; bottom: 114px; }
  .wild-hero__actions { gap: 3px 12px; margin-top: 14px; }
  .wild-hero__intro { font-size: 15px; margin-top: 14px; }
  .wild-hero__eyebrow { margin-bottom: 12px; }
  .wild-hero__top, .wild-hero__footer { left: 16px; right: 16px; }
  .wild-hero__scroll-label { max-width: 9ch; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .wild-hero.is-enhanced { height: auto; }
  .wild-hero__stage { position: relative; top: auto; }
  .wild-hero__start, .wild-hero__video, .wild-hero__canvas, .wild-hero__progress, .wild-hero__pause { display: none; }
  .wild-hero__story--start { opacity: 1 !important; visibility: visible !important; }
  .wild-hero__story--end { display: none; }
}
/* Fixed navigation and reveal copy use opacity, never positional entrances. */
body .btn:hover, body .btn-icon:hover { transform: none; }
.gs-reveal, .gs-split-char { transform: none; }
