:root {
  --forest: #21372d;
  --forest-deep: #15271f;
  --sage: #c9d0b5;
  --sage-soft: #e8eadf;
  --olive: #8b996a;
  --cream: #f8f3e8;
  --paper: #fffdf7;
  --sand: #e6d2a7;
  --yellow: #e5c668;
  --blue: #a8bde6;
  --ink: #18253c;
  --muted: #5e665f;
  --white: #fffef9;
  --line: rgba(24, 37, 60, 0.16);
  --shadow: 0 24px 65px rgba(35, 51, 43, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--cream);
  color: var(--ink);
  font-family: Calibri, "Trebuchet MS", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

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

a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
p,
figure,
dl,
dd {
  margin-top: 0;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

h2 {
  margin-bottom: 24px;
  color: var(--forest-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.5rem, 5vw, 4.8rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

h3 {
  color: var(--forest-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 2.8vw, 2.2rem);
  font-weight: 500;
  line-height: 1.15;
}

section[id] {
  scroll-margin-top: 28px;
}

.section-shell {
  width: min(1184px, calc(100% - 48px));
  margin-inline: auto;
}

.section-kicker,
.eyebrow,
.card-label,
.product-number {
  margin-bottom: 16px;
  color: #66734c;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  line-height: 1.35;
  text-transform: uppercase;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 15px;
  transform: translateY(-160%);
  border-radius: 4px;
  background: var(--white);
  color: var(--forest-deep);
  font-weight: 800;
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

a:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 4px;
}

.site-header {
  position: absolute;
  z-index: 10;
  inset: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1240px, calc(100% - 32px));
  margin-inline: auto;
  padding: 22px 28px;
  color: var(--white);
}

.brand {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 12px;
}

.brand img {
  width: 68px;
  height: 68px;
  border: 3px solid rgba(255, 255, 255, 0.82);
  border-radius: 50%;
  background: var(--white);
  object-fit: cover;
}

.brand span {
  display: grid;
  line-height: 1.2;
}

.brand strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
  font-weight: 600;
}

.brand small {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.75rem;
  letter-spacing: 0.045em;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.2vw, 30px);
  font-size: 0.9rem;
  font-weight: 800;
}

.desktop-nav a:not(.nav-cta) {
  border-bottom: 1px solid transparent;
  text-shadow: 0 1px 11px rgba(0, 0, 0, 0.5);
  transition: border-color 160ms ease;
}

.desktop-nav a:not(.nav-cta):hover {
  border-color: currentColor;
}

.nav-cta {
  padding: 10px 17px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  transition:
    background 160ms ease,
    color 160ms ease;
}

.nav-cta:hover {
  background: var(--white);
  color: var(--forest-deep);
}

.mobile-menu {
  position: relative;
  display: none;
}

.mobile-menu summary {
  padding: 9px 15px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  cursor: pointer;
  font-size: 0.85rem;
  font-weight: 800;
  list-style: none;
}

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

.mobile-menu nav {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  display: grid;
  min-width: 210px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  background: var(--paper);
  box-shadow: var(--shadow);
  color: var(--forest-deep);
}

.mobile-menu nav a {
  padding: 12px 16px;
  border-bottom: 1px solid var(--line);
  font-weight: 800;
}

.mobile-menu nav a:last-child {
  border-bottom: 0;
  background: var(--yellow);
}

.hero {
  position: relative;
  display: grid;
  min-height: 780px;
  align-items: end;
  overflow: hidden;
  background: var(--forest-deep);
  color: var(--white);
}

.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  object-position: center 56%;
}

.hero-shade {
  background:
    linear-gradient(
      90deg,
      rgba(18, 37, 29, 0.9) 0%,
      rgba(18, 37, 29, 0.57) 45%,
      rgba(18, 37, 29, 0.06) 78%
    ),
    linear-gradient(0deg, rgba(12, 25, 19, 0.78), transparent 48%);
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(760px, calc(100% - 48px));
  margin: 0 auto 154px max(24px, calc((100% - 1184px) / 2));
}

.eyebrow {
  color: #f1d47d;
}

h1 {
  max-width: 760px;
  margin-bottom: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.4rem, 6.6vw, 6.6rem);
  font-weight: 500;
  letter-spacing: -0.052em;
  line-height: 0.96;
}

.hero-copy > p:not(.eyebrow) {
  max-width: 590px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.08rem, 1.8vw, 1.35rem);
  line-height: 1.5;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  min-height: 51px;
  align-items: center;
  justify-content: center;
  padding: 0 23px;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.2;
  transition:
    transform 160ms ease,
    background 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--yellow);
  color: var(--forest-deep);
}

.button-primary:hover {
  background: #f0d47c;
}

.button-light {
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.11);
  color: var(--white);
  backdrop-filter: blur(8px);
}

.button-light:hover {
  background: rgba(255, 255, 255, 0.18);
}

.hero-facts {
  position: absolute;
  z-index: 2;
  right: max(24px, calc((100% - 1184px) / 2));
  bottom: 46px;
  display: flex;
  gap: 46px;
}

.hero-facts p {
  display: grid;
  margin: 0;
  line-height: 1.2;
}

.hero-facts strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.95rem;
  font-weight: 500;
}

.hero-facts span {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.82rem;
}

.about {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(56px, 8vw, 112px);
  align-items: center;
  padding-block: clamp(100px, 12vw, 168px);
}

.about-copy {
  padding-left: clamp(0px, 3vw, 34px);
}

.about-copy .lead {
  color: var(--forest);
  font-size: clamp(1.2rem, 2.1vw, 1.48rem);
  font-weight: 700;
  line-height: 1.5;
}

.about-copy p:not(.section-kicker) {
  max-width: 630px;
}

.text-link {
  display: inline-block;
  margin-top: 10px;
  padding-bottom: 3px;
  border-bottom: 1px solid var(--forest);
  color: var(--forest);
  font-weight: 800;
}

.text-link span {
  display: inline-block;
  margin-left: 6px;
  transition: transform 160ms ease;
}

.text-link:hover span {
  transform: translateX(4px);
}

.about-photo {
  position: relative;
  margin-bottom: 0;
}

.about-photo::before {
  position: absolute;
  z-index: -1;
  inset: -20px 25px 46px -25px;
  border: 2px solid var(--olive);
  border-radius: 48% 52% 43% 57% / 53% 42% 58% 47%;
  content: "";
  transform: rotate(-3deg);
}

.about-photo img {
  width: 100%;
  max-height: 610px;
  border-radius: 52% 48% 44% 56% / 46% 40% 60% 54%;
  box-shadow: var(--shadow);
  object-fit: cover;
}

.about-photo figcaption {
  width: min(330px, 80%);
  margin: -34px 18px 0 auto;
  padding: 18px 22px;
  transform: rotate(1deg);
  background: var(--sand);
  box-shadow: 0 14px 32px rgba(35, 51, 43, 0.12);
  color: var(--forest-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  line-height: 1.4;
}

.animal-gallery {
  overflow: hidden;
  padding-block: clamp(85px, 10vw, 130px);
  background: var(--sage);
}

.gallery-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.gallery-heading h2 {
  max-width: 780px;
  margin-bottom: 44px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 0.85fr;
  grid-template-rows: 270px 270px;
  gap: 14px;
}

.gallery-grid figure {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
}

.gallery-grid figure::after {
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(transparent, rgba(14, 28, 21, 0.72));
  content: "";
}

.gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.gallery-grid figure:hover img {
  transform: scale(1.025);
}

.gallery-grid figcaption {
  position: absolute;
  z-index: 2;
  bottom: 18px;
  left: 20px;
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.3rem;
}

.gallery-tall {
  grid-row: 1 / span 2;
}

.gallery-wide {
  grid-column: 2 / span 2;
}

.gallery-wide img {
  object-position: center 42%;
}

.visit {
  padding-block: clamp(100px, 12vw, 158px);
  background: var(--forest);
  color: rgba(255, 255, 255, 0.83);
}

.section-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.75fr);
  gap: clamp(40px, 8vw, 120px);
  align-items: end;
  margin-bottom: 58px;
}

.section-intro h2 {
  margin-bottom: 0;
}

.section-intro > p {
  margin-bottom: 6px;
  font-size: 1.12rem;
  line-height: 1.65;
}

.visit h2,
.visit h3 {
  color: var(--white);
}

.visit .section-kicker {
  color: #cbd4ae;
}

.activity-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 0 0 76px;
  padding: 0;
  background: rgba(255, 255, 255, 0.2);
  list-style: none;
}

.activity-grid li {
  min-height: 300px;
  padding: 34px 32px;
  background: var(--forest);
}

.activity-grid li > span {
  display: block;
  margin-bottom: 52px;
  color: #d8c27e;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.activity-grid h3 {
  margin-bottom: 14px;
}

.activity-grid p {
  margin-bottom: 0;
}

.visit-details {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 22px;
}

.hours-card,
.prices-card {
  padding: clamp(30px, 4vw, 50px);
  color: var(--ink);
}

.hours-card {
  background: var(--paper);
}

.prices-card {
  background: var(--sand);
}

.hours-card h3,
.prices-card h3 {
  color: var(--forest-deep);
}

.card-label {
  color: #68764e;
}

.hours-table {
  margin-top: 28px;
  border-top: 1px solid var(--line);
}

.hours-table [role="row"] {
  display: grid;
  grid-template-columns: 155px 1fr;
  gap: 24px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.hours-table strong {
  color: var(--forest);
}

.hours-table span {
  display: grid;
}

.hours-table small {
  margin-top: 3px;
  color: var(--muted);
}

.notice {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 0.87rem;
  line-height: 1.5;
}

.prices-card > p:not(.card-label) {
  color: #3b463d;
}

.price-list {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.price-list li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 22px;
  padding: 17px 0;
  border-bottom: 1px solid rgba(33, 55, 45, 0.22);
}

.price-list li > span {
  font-weight: 800;
}

.price-list li > strong {
  margin-bottom: 0;
  color: var(--forest-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  font-weight: 500;
}

.practical {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(55px, 9vw, 125px);
  padding-block: clamp(95px, 11vw, 150px);
}

.practical-title {
  align-self: start;
}

.practical-title > p:last-child {
  max-width: 430px;
  color: var(--muted);
}

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

.practical-list li {
  display: grid;
  grid-template-columns: 145px 1fr;
  gap: 28px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.practical-list strong {
  color: var(--forest);
}

.practical-list span {
  color: var(--muted);
}

.products {
  padding-block: clamp(100px, 12vw, 160px);
  background: var(--paper);
}

.products-intro {
  margin-bottom: 74px;
}

.product-feature {
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(46px, 8vw, 110px);
  align-items: center;
  margin-bottom: 88px;
}

.product-image {
  position: relative;
  padding: 28px 0 0 28px;
}

.product-image::before {
  position: absolute;
  z-index: 0;
  inset: 0 26px 28px 0;
  background: var(--sage);
  content: "";
}

.product-image img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-height: 610px;
  object-fit: cover;
}

.product-copy {
  max-width: 650px;
}

.product-number {
  color: #6c7952;
}

.product-copy h3 {
  margin-bottom: 24px;
  font-size: clamp(2.15rem, 4.4vw, 4.2rem);
  letter-spacing: -0.04em;
}

.product-copy p:not(.product-number, .availability),
.product-card p:not(.product-number, .availability) {
  color: var(--muted);
}

.availability {
  display: inline-block;
  margin-top: 7px;
  padding-bottom: 2px;
  border-bottom: 1px solid var(--olive);
  color: var(--forest);
  font-weight: 800;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.product-card {
  display: grid;
  grid-template-rows: 360px 1fr;
  background: var(--sage-soft);
}

.product-card-sand {
  background: #f0e5cb;
}

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

.product-card > div {
  padding: clamp(28px, 4vw, 46px);
}

.product-card h3 {
  margin-bottom: 18px;
}

.where-to-buy {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 50px;
  align-items: center;
  margin-top: 22px;
  padding: clamp(34px, 5vw, 58px);
  background: var(--forest);
  color: rgba(255, 255, 255, 0.82);
}

.where-to-buy .section-kicker {
  color: #d8c27e;
}

.where-to-buy h3 {
  margin-bottom: 0;
  color: var(--white);
  font-size: clamp(2rem, 3.7vw, 3.3rem);
}

.where-to-buy ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.where-to-buy li {
  display: grid;
  grid-template-columns: 105px 1fr;
  gap: 25px;
  padding: 17px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.where-to-buy li:last-child {
  border-bottom: 0;
}

.where-to-buy strong {
  color: var(--white);
}

.access {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.72fr);
  gap: clamp(52px, 8vw, 105px);
  align-items: center;
  padding-block: clamp(100px, 12vw, 160px);
}

.access-map {
  padding: 16px;
  transform: rotate(-1deg);
  background: var(--sand);
  box-shadow: var(--shadow);
}

.access-map img {
  width: 100%;
  background: var(--white);
}

.access-copy address {
  margin-bottom: 30px;
  color: var(--forest);
  font-size: 1.05rem;
  font-style: normal;
  font-weight: 800;
}

.direction {
  display: grid;
  grid-template-columns: 122px 1fr;
  gap: 22px;
  padding: 20px 0;
  border-top: 1px solid var(--line);
}

.direction span {
  color: var(--forest);
  font-weight: 800;
}

.direction p {
  margin-bottom: 0;
  color: var(--muted);
}

.parking-note {
  margin: 8px 0 0;
  padding: 18px 20px;
  background: var(--sage-soft);
  color: var(--forest-deep);
  font-size: 0.92rem;
  font-weight: 700;
}

.contact {
  padding-block: clamp(85px, 10vw, 126px);
  background: var(--sand);
}

.contact-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
  gap: clamp(50px, 9vw, 128px);
  align-items: start;
}

.contact h2 {
  margin-bottom: 0;
}

.contact-links {
  border-top: 1px solid rgba(33, 55, 45, 0.25);
}

.contact-links > a,
.contact-links > p {
  display: grid;
  margin: 0;
  padding: 21px 0;
  border-bottom: 1px solid rgba(33, 55, 45, 0.25);
}

.contact-links > a {
  transition: padding-left 160ms ease;
}

.contact-links > a:hover {
  padding-left: 8px;
}

.contact-links span {
  color: #5d654d;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-links strong {
  margin-top: 4px;
  color: var(--forest-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.15rem, 2.1vw, 1.55rem);
  font-weight: 500;
}

footer {
  padding-block: 48px 34px;
  background: var(--forest-deep);
  color: rgba(255, 255, 255, 0.68);
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer-brand img {
  width: 58px;
  height: 58px;
  padding: 5px;
  border-radius: 50%;
  background: var(--white);
}

.footer-brand p {
  display: grid;
  margin: 0;
  line-height: 1.35;
}

.footer-brand strong {
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
}

.footer-brand span {
  margin-top: 3px;
  font-size: 0.8rem;
}

.footer-inner > nav {
  display: flex;
  gap: 24px;
  font-size: 0.83rem;
  font-weight: 800;
}

.footer-inner > nav a:hover {
  color: var(--white);
}

.copyright {
  grid-column: 1 / -1;
  margin: 18px 0 0;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.77rem;
}

@media (max-width: 1020px) {
  .desktop-nav {
    display: none;
  }

  .mobile-menu {
    display: block;
  }

  .hero-copy {
    margin-bottom: 190px;
  }

  .hero-facts {
    right: auto;
    left: max(24px, calc((100% - 1184px) / 2));
  }

  .about {
    grid-template-columns: 1fr;
  }

  .about-copy {
    max-width: 760px;
    padding-left: 0;
  }

  .about-photo {
    width: min(780px, 90%);
    margin-inline: auto;
  }

  .practical,
  .access,
  .contact-inner {
    grid-template-columns: 1fr;
  }

  .practical-title > p:last-child {
    max-width: 660px;
  }

  .access-map {
    order: 2;
  }

  .access-copy {
    max-width: 720px;
  }
}

@media (max-width: 780px) {
  body {
    font-size: 16px;
  }

  .section-shell {
    width: min(100% - 32px, 1184px);
  }

  .site-header {
    width: calc(100% - 16px);
    padding: 15px 12px;
  }

  .brand img {
    width: 58px;
    height: 58px;
  }

  .hero {
    min-height: 740px;
  }

  .hero-copy {
    width: calc(100% - 32px);
    margin-left: 16px;
    margin-bottom: 190px;
  }

  h1 {
    font-size: clamp(3rem, 12vw, 4.6rem);
  }

  .hero-facts {
    left: 16px;
    gap: 28px;
  }

  .section-intro,
  .product-feature,
  .where-to-buy {
    grid-template-columns: 1fr;
  }

  .section-intro {
    gap: 18px;
  }

  .activity-grid {
    grid-template-columns: 1fr;
  }

  .activity-grid li {
    min-height: 0;
  }

  .activity-grid li > span {
    margin-bottom: 24px;
  }

  .visit-details,
  .product-grid {
    grid-template-columns: 1fr;
  }

  .product-feature {
    gap: 42px;
  }

  .product-image {
    width: min(560px, 92%);
  }

  .where-to-buy {
    gap: 18px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
  }

  .copyright {
    grid-column: auto;
  }
}

@media (max-width: 590px) {
  .brand span {
    display: none;
  }

  .hero-image {
    object-position: 58% center;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(18, 37, 29, 0.83), rgba(18, 37, 29, 0.2)),
      linear-gradient(0deg, rgba(12, 25, 19, 0.84), transparent 64%);
  }

  .hero-copy {
    margin-bottom: 205px;
  }

  .hero-actions {
    display: grid;
    max-width: 310px;
  }

  .hero-facts {
    bottom: 33px;
    gap: 20px;
  }

  .hero-facts strong {
    font-size: 1.45rem;
  }

  .gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 310px 230px 230px;
  }

  .gallery-tall {
    grid-row: 1;
    grid-column: 1 / -1;
  }

  .gallery-wide {
    grid-column: 1 / -1;
  }

  .hours-table [role="row"],
  .practical-list li,
  .direction,
  .where-to-buy li {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .product-card {
    grid-template-rows: 280px 1fr;
  }

  .footer-inner > nav {
    flex-wrap: wrap;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
