:root {
  --ink: #15362d;
  --ink-deep: #08271f;
  --pine: #1e5b43;
  --river: #2f8496;
  --sky: #b9d8da;
  --sun: #d6902c;
  --paper: #f3efe4;
  --paper-deep: #e8e1d2;
  --white: #fffdf7;
  --muted: #65716b;
  --line: rgb(21 54 45 / 0.22);
  --gutter: clamp(1.25rem, 4vw, 4.5rem);
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Segoe UI Variable", "Segoe UI", Arial, sans-serif;
}

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

html {
  min-width: 20rem;
  color-scheme: light;
  scroll-behavior: smooth;
  scroll-padding-top: 6.5rem;
  background: var(--paper);
}

body {
  min-width: 20rem;
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 20% 0%, rgb(255 255 255 / 0.8), transparent 32rem),
    var(--paper);
  font-family: var(--sans);
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

body::before {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  content: "";
  background: linear-gradient(90deg, var(--sun), var(--river), var(--pine));
}

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

img {
  height: auto;
}

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--sun);
  outline-offset: 4px;
}

::selection {
  color: var(--white);
  background: var(--pine);
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.7rem 1rem;
  color: var(--white);
  background: var(--ink-deep);
  transform: translateY(-180%);
}

.skip-link:focus {
  transform: none;
}

.shell {
  width: min(100% - (var(--gutter) * 2), 90rem);
  margin-inline: auto;
}

.site-header {
  position: fixed;
  z-index: 15;
  top: 0;
  right: 0;
  left: 0;
  color: var(--white);
  background: linear-gradient(180deg, rgb(8 39 31 / 0.86), rgb(8 39 31 / 0.7));
  border-bottom: 1px solid rgb(255 253 247 / 0.16);
  box-shadow: 0 0.7rem 2.2rem rgb(5 31 25 / 0.12);
  backdrop-filter: blur(14px) saturate(1.15);
}

.site-header--solid {
  position: relative;
  color: var(--ink);
  background: rgb(243 239 228 / 0.96);
  border-bottom: 1px solid var(--line);
}

.nav {
  display: flex;
  min-height: 5rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
}

.brand img {
  width: 3rem;
  height: 2.55rem;
  object-fit: contain;
}

.brand__name {
  display: grid;
  font-family: var(--serif);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 0.95;
}

.brand__name small {
  margin-top: 0.35rem;
  font-family: var(--sans);
  font-size: 0.53rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.nav-menu {
  position: relative;
}

.nav-menu summary {
  display: flex;
  width: 2.8rem;
  height: 2.8rem;
  cursor: pointer;
  list-style: none;
  align-items: center;
  justify-content: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 0;
}

.nav-menu summary::-webkit-details-marker {
  display: none;
}

.nav-menu summary::before,
.nav-menu summary::after {
  position: absolute;
  width: 1rem;
  height: 1px;
  content: "";
  background: currentColor;
  transition: transform 250ms ease;
}

.nav-menu summary::before {
  transform: translateY(-0.23rem);
}

.nav-menu summary::after {
  transform: translateY(0.23rem);
}

.nav-menu[open] summary::before {
  transform: rotate(45deg);
}

.nav-menu[open] summary::after {
  transform: rotate(-45deg);
}

.nav-menu ul {
  position: absolute;
  top: calc(100% + 0.8rem);
  right: 0;
  width: min(19rem, calc(100vw - 2.5rem));
  margin: 0;
  padding: 0.6rem 1.25rem;
  color: var(--ink);
  background: rgb(255 253 247 / 0.98);
  border: 1px solid var(--line);
  list-style: none;
  box-shadow: 0 1.2rem 4rem rgb(8 39 31 / 0.17);
}

.nav-menu li + li {
  border-top: 1px solid var(--line);
}

.nav-menu a {
  display: block;
  padding-block: 0.85rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-menu a:hover,
.nav-menu a[aria-current="page"] {
  text-decoration: underline;
  text-decoration-color: var(--sun);
  text-underline-offset: 0.35rem;
}

.desktop-nav {
  display: none;
}

.hero {
  position: relative;
  display: grid;
  min-height: max(47rem, 100svh);
  align-items: end;
  overflow: hidden;
  color: var(--white);
  isolation: isolate;
}

.hero__slides,
.hero__slide,
.hero__shade {
  position: absolute;
  z-index: -2;
  inset: 0;
}

.hero__slide {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  animation: crossfade 30s infinite;
}

.hero__slide:nth-child(2) {
  animation-delay: 10s;
}

.hero__slide:nth-child(3) {
  animation-delay: 20s;
}

.hero__shade {
  z-index: -1;
  background:
    linear-gradient(180deg, rgb(5 31 25 / 0.48), transparent 27%),
    linear-gradient(0deg, rgb(5 31 25 / 0.9), transparent 62%),
    linear-gradient(90deg, rgb(5 31 25 / 0.22), transparent 65%);
}

@keyframes crossfade {
  0% { opacity: 0; transform: scale(1.035); }
  5%, 30% { opacity: 1; }
  36%, 100% { opacity: 0; transform: scale(1); }
}

.hero__content {
  display: grid;
  gap: 1.5rem;
  padding-block: 9rem clamp(3rem, 8vh, 6rem);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 2.5rem;
  height: 1px;
  content: "";
  background: currentColor;
}

.eyebrow--center {
  justify-content: center;
}

.hero h1,
.page-hero h1 {
  max-width: 15ch;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3.3rem, 12vw, 8.8rem);
  font-weight: 400;
  line-height: 0.88;
  letter-spacing: 0.012em;
  text-wrap: balance;
}

.hero h1 em,
.page-hero h1 em {
  color: #f3c26f;
  font-weight: 400;
}

.hero__bottom {
  display: grid;
  gap: 1.4rem;
}

.hero__lead {
  max-width: 36rem;
  margin: 0;
  color: rgb(255 253 247 / 0.88);
  font-size: clamp(1rem, 2vw, 1.25rem);
}

.text-link,
.outline-link {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 0.7rem;
  color: inherit;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-decoration: none;
  text-transform: uppercase;
}

.outline-link {
  min-height: 3rem;
  padding-inline: 1.1rem;
  border: 1px solid currentColor;
}

.text-link::after,
.outline-link::after {
  content: "↗";
  font-size: 1rem;
  font-weight: 400;
}

.text-link:hover,
.outline-link:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.35rem;
}

.splash {
  display: none;
}

.section {
  padding-block: clamp(5rem, 10vw, 10rem);
}

.section--tight {
  padding-block: clamp(3.5rem, 7vw, 6rem);
}

.section--dark {
  color: var(--paper);
  background: var(--ink-deep);
}

.section--river {
  color: var(--ink-deep);
  background: var(--sky);
}

.intro-grid {
  display: grid;
  gap: 2.5rem;
}

.display {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.7rem, 8vw, 7.2rem);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: 0.012em;
  text-wrap: balance;
}

.display em {
  color: var(--river);
  font-weight: 400;
}

.section--dark .display em {
  color: #efbd68;
}

.lede {
  max-width: 38rem;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
}

.section--dark .lede {
  color: rgb(243 239 228 / 0.72);
}

.facts {
  display: grid;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.facts li {
  display: grid;
  grid-template-columns: 3rem 1fr;
  gap: 1rem;
  padding-block: 1.15rem;
  border-bottom: 1px solid var(--line);
}

.facts span {
  color: var(--river);
  font-family: var(--serif);
  font-size: 1.5rem;
  font-style: italic;
}

.facts strong {
  align-self: center;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.editorial {
  display: grid;
  gap: 2rem;
}

.editorial__image {
  position: relative;
  min-height: 29rem;
  overflow: hidden;
}

.editorial__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 18rem;
  margin: 0;
  padding: 0.8rem 1rem;
  color: var(--paper);
  background: var(--ink-deep);
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.editorial__copy {
  align-self: center;
}

.editorial__copy h2,
.feature-copy h2,
.map-copy h2,
.cta h2 {
  margin: 0 0 1.5rem;
  font-family: var(--serif);
  font-size: clamp(2.4rem, 6vw, 5.8rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.012em;
  text-wrap: balance;
}

.editorial__copy p,
.feature-copy p,
.map-copy p {
  max-width: 34rem;
  color: var(--muted);
}

.editorial__copy .text-link,
.feature-copy .text-link,
.map-copy .text-link {
  margin-top: 1rem;
}

.number-line {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1.5rem;
  color: var(--river);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.number-line::after {
  width: min(8rem, 20vw);
  height: 1px;
  content: "";
  background: currentColor;
}

.photo-triptych {
  display: grid;
  gap: 0.65rem;
}

.photo-triptych figure {
  position: relative;
  min-height: 21rem;
  margin: 0;
  overflow: hidden;
}

.photo-triptych img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.photo-triptych figure:hover img {
  transform: scale(1.025);
}

.photo-triptych figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 4rem 1rem 1rem;
  color: var(--white);
  background: linear-gradient(transparent, rgb(5 31 25 / 0.75));
  font-family: var(--serif);
  font-size: 1.5rem;
}

.feature {
  display: grid;
  gap: 2rem;
}

.feature__image {
  min-height: 30rem;
}

.feature__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-copy {
  align-self: center;
}

.feature-copy ul,
.split-list {
  display: grid;
  gap: 0;
  margin: 2rem 0 0;
  padding: 0;
  border-top: 1px solid currentColor;
  list-style: none;
}

.feature-copy li,
.split-list li {
  padding-block: 0.8rem;
  border-bottom: 1px solid currentColor;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section--dark .feature-copy p {
  color: rgb(243 239 228 / 0.7);
}

.panorama {
  position: relative;
  min-height: clamp(35rem, 72vw, 58rem);
  overflow: hidden;
  color: var(--white);
  isolation: isolate;
}

.panorama > img {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.panorama::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background: linear-gradient(0deg, rgb(5 31 25 / 0.85), transparent 68%);
}

.panorama__copy {
  position: absolute;
  right: var(--gutter);
  bottom: clamp(2.5rem, 7vw, 6rem);
  left: var(--gutter);
}

.panorama__copy h2 {
  max-width: 12ch;
  margin: 0 0 1rem;
  font-family: var(--serif);
  font-size: clamp(3rem, 8vw, 7rem);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: 0.012em;
}

.panorama__copy p {
  max-width: 32rem;
  margin: 0;
  color: rgb(255 253 247 / 0.82);
}

.map-layout {
  display: grid;
  gap: 2rem;
}

.map-stage {
  position: relative;
  overflow: hidden;
  background: #ded9c9;
}

.map-stage img {
  width: 100%;
}

.map-pin {
  position: absolute;
  display: grid;
  width: 2.3rem;
  height: 2.3rem;
  place-items: center;
  color: var(--white);
  background: var(--ink-deep);
  border: 2px solid var(--paper);
  border-radius: 50%;
  font-size: 0.7rem;
  box-shadow: 0 0 0 0.45rem rgb(21 54 45 / 0.18);
}

.map-pin--houses { top: 50%; left: 33%; }
.map-pin--river { top: 18%; right: 12%; }
.map-pin--sauna { top: 45%; left: 58%; }

.map-key {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.2rem;
  margin: 1rem 0 0;
  padding: 0;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  list-style: none;
  text-transform: uppercase;
}

.map-key b {
  color: var(--river);
}

.quote {
  width: min(100% - (var(--gutter) * 2), 78rem);
  margin-inline: auto;
  padding-block: clamp(5rem, 12vw, 11rem);
  text-align: center;
}

.quote blockquote {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.6rem, 8vw, 7rem);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: 0.012em;
}

.quote cite {
  display: block;
  margin-top: 2rem;
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.cta {
  position: relative;
  overflow: hidden;
  padding-block: clamp(5rem, 10vw, 9rem);
  color: var(--paper);
  background: var(--pine);
}

.cta__grid {
  display: grid;
  gap: 2rem;
}

.cta p {
  max-width: 32rem;
  color: rgb(243 239 228 / 0.75);
}

.cta__note {
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.page-hero {
  position: relative;
  display: grid;
  min-height: min(52rem, 90svh);
  align-items: end;
  overflow: hidden;
  padding-block: 10rem clamp(3rem, 8vw, 6rem);
  color: var(--white);
  isolation: isolate;
}

.page-hero__image,
.page-hero::after {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
}

.page-hero__image {
  object-fit: cover;
}

.page-hero::after {
  z-index: -1;
  content: "";
  background:
    linear-gradient(180deg, rgb(5 31 25 / 0.52), transparent 35%),
    linear-gradient(0deg, rgb(5 31 25 / 0.86), transparent 65%);
}

.page-hero__copy {
  display: grid;
  max-width: 65rem;
  gap: 1.5rem;
}

.page-hero__copy p:last-child {
  max-width: 35rem;
  margin: 0;
  color: rgb(255 253 247 / 0.82);
  font-size: clamp(1rem, 2vw, 1.25rem);
}

.species {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 2.5rem 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.species li {
  flex: 1 0 50%;
  padding: 1rem;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-family: var(--serif);
  font-size: clamp(1.3rem, 3vw, 2rem);
}

.note {
  margin-top: 2rem;
  padding-left: 1rem;
  color: var(--muted);
  border-left: 2px solid var(--sun);
  font-size: 0.78rem;
}

.hunting-status {
  display: grid;
  min-height: 62svh;
  place-items: center;
  padding-block: 8rem;
  color: var(--paper);
  background:
    linear-gradient(rgb(4 28 21 / 0.87), rgb(4 28 21 / 0.92)),
    url("assets/images/nature-canopy.webp") center / cover;
  text-align: center;
}

.hunting-status__inner {
  max-width: 52rem;
}

.status-mark {
  display: grid;
  width: 8rem;
  height: 8rem;
  margin: 0 auto 2rem;
  place-items: center;
  border: 1px solid rgb(243 239 228 / 0.5);
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 2rem;
}

.hunting-status h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3rem, 9vw, 7rem);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: 0.012em;
}

.hunting-status p {
  max-width: 37rem;
  margin: 1.5rem auto 0;
  color: rgb(243 239 228 / 0.72);
}

.hunting-status .outline-link {
  margin: 2rem auto 0;
}

.site-footer {
  color: var(--paper);
  background: var(--ink-deep);
}

.footer-grid {
  display: grid;
  gap: 3rem;
  padding-block: 4rem;
}

.footer-brand .brand {
  margin-bottom: 1.3rem;
}

.footer-brand p {
  max-width: 26rem;
  color: rgb(243 239 228 / 0.62);
  font-size: 0.85rem;
}

.footer-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem 1.5rem;
}

.footer-nav a {
  width: fit-content;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-nav a:hover {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.footer-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  padding-block: 1.3rem;
  color: rgb(243 239 228 / 0.5);
  border-top: 1px solid rgb(243 239 228 / 0.18);
  font-size: 0.65rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (min-width: 48rem) {
  .hero__bottom,
  .intro-grid,
  .cta__grid {
    grid-template-columns: minmax(0, 1.45fr) minmax(18rem, 0.55fr);
    align-items: end;
  }

  .facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .facts li:nth-child(odd) {
    padding-right: 1.5rem;
    border-right: 1px solid var(--line);
  }

  .facts li:nth-child(even) {
    padding-left: 1.5rem;
  }

  .photo-triptych {
    grid-template-columns: 1.25fr 0.75fr;
    grid-template-rows: repeat(2, 18rem);
  }

  .photo-triptych figure {
    min-height: 0;
  }

  .photo-triptych figure:first-child {
    grid-row: 1 / 3;
  }

  .species li {
    flex-basis: 25%;
  }
}

@media (min-width: 64rem) {
  .nav {
    min-height: 6rem;
  }

  .nav-menu {
    display: none;
  }

  .desktop-nav {
    display: flex;
    align-items: center;
    gap: clamp(1rem, 2.4vw, 2.5rem);
  }

  .desktop-nav a {
    position: relative;
    padding-block: 0.5rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.11em;
    text-decoration: none;
    text-transform: uppercase;
  }

  .desktop-nav a::after {
    position: absolute;
    right: 0;
    bottom: 0.15rem;
    left: 0;
    height: 1px;
    content: "";
    background: var(--sun);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 180ms ease;
  }

  .desktop-nav a:hover::after,
  .desktop-nav a:focus-visible::after,
  .desktop-nav a[aria-current="page"]::after {
    transform: scaleX(1);
    transform-origin: left;
  }

  .hero__content {
    min-height: 100svh;
    align-content: end;
  }

  .hero h1 {
    max-width: 14ch;
  }

  .intro-grid {
    grid-template-columns: minmax(0, 1.5fr) minmax(20rem, 0.5fr);
  }

  .editorial {
    grid-template-columns: minmax(0, 1.25fr) minmax(24rem, 0.75fr);
    gap: clamp(4rem, 8vw, 9rem);
  }

  .editorial--reverse {
    grid-template-columns: minmax(24rem, 0.75fr) minmax(0, 1.25fr);
  }

  .editorial--reverse .editorial__image {
    grid-column: 2;
  }

  .editorial--reverse .editorial__copy {
    grid-row: 1;
    grid-column: 1;
  }

  .editorial__image {
    min-height: 45rem;
  }

  .feature {
    grid-template-columns: minmax(0, 1.2fr) minmax(23rem, 0.8fr);
    gap: clamp(4rem, 8vw, 8rem);
  }

  .feature--reverse {
    grid-template-columns: minmax(23rem, 0.8fr) minmax(0, 1.2fr);
  }

  .feature--reverse .feature__image {
    grid-column: 2;
  }

  .feature--reverse .feature-copy {
    grid-row: 1;
  }

  .map-layout {
    grid-template-columns: minmax(0, 1.35fr) minmax(22rem, 0.65fr);
    align-items: center;
    gap: clamp(4rem, 8vw, 8rem);
  }

  .footer-grid {
    grid-template-columns: 1.4fr 0.6fr;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .splash {
    position: fixed;
    z-index: 50;
    inset: 0;
    display: grid;
    overflow: hidden;
    place-items: center;
    pointer-events: none;
    color: var(--paper);
    background: var(--ink-deep);
    animation: splash-away 3.1s cubic-bezier(0.76, 0, 0.24, 1) both;
  }

  .splash__badge {
    position: relative;
    width: min(86vw, 34rem);
    aspect-ratio: 1;
    animation: badge-arrive 2.1s cubic-bezier(0.2, 0.72, 0.2, 1) both;
  }

  .splash__badge img {
    position: absolute;
    inset: 13%;
    width: 74%;
    filter: drop-shadow(0 1.5rem 2.5rem rgb(0 0 0 / 0.32));
  }

  .splash__badge svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
    fill: var(--paper);
    font-family: var(--serif);
  }

  .splash__badge text:first-of-type {
    fill: #f3c26f;
    font-family: var(--sans);
    font-size: 25px;
    font-weight: 800;
    letter-spacing: 6px;
    text-transform: uppercase;
  }

  .splash__badge text:last-of-type {
    font-size: 43px;
    font-weight: 700;
    letter-spacing: 5px;
    text-transform: uppercase;
  }

  @keyframes badge-arrive {
    from { opacity: 0; transform: scale(0.9); }
    45%, 85% { opacity: 1; transform: scale(1); }
    to { opacity: 0; transform: scale(1.04); }
  }

  @keyframes splash-away {
    0%, 73% { opacity: 1; }
    99% { opacity: 0; visibility: visible; }
    100% { opacity: 0; visibility: hidden; }
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .hero__slide {
    animation: none;
  }

  .hero__slide:first-child {
    opacity: 1;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
