:root {
  --black: #030302;
  --black-2: #090806;
  --gold: #bd832f;
  --gold-2: #f5d88c;
  --gold-3: #7a4c12;
  --cream: #fff8ea;
  --paper: #f7f4ee;
  --muted: #cfc4ad;
  --line: rgba(189, 131, 47, 0.44);
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.55);
  --ease: cubic-bezier(0.2, 0.8, 0.2, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--cream);
  background:
    radial-gradient(circle at 90% 10%, rgba(189, 131, 47, 0.2), transparent 34rem),
    linear-gradient(180deg, #000 0%, #080604 55%, #000 100%);
  font-family: "Poppins", sans-serif;
}

body.modal-open {
  overflow: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.015) 1px, transparent 1px);
  background-size: 74px 74px;
  opacity: 0.5;
}

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

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

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 32px;
  align-items: center;
  width: 100%;
  min-height: 86px;
  padding: 14px max(22px, calc((100vw - 1240px) / 2));
  border-bottom: 3px solid var(--gold);
  color: #050403;
  background: rgba(255, 252, 245, 0.96);
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.2);
  transition: min-height 240ms var(--ease), box-shadow 240ms var(--ease);
}

.site-header.is-scrolled {
  min-height: 72px;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.34);
}

.brand span {
  display: block;
  color: #111;
  font-family: "Playfair Display", serif;
  font-size: clamp(1.1rem, 1.6vw, 1.38rem);
  font-weight: 800;
  line-height: 1;
}

.brand small {
  display: block;
  margin-top: 3px;
  color: var(--gold);
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 3vw, 42px);
  color: #2c2419;
  font-size: 0.96rem;
  font-weight: 500;
}

.site-nav a {
  transition: color 180ms var(--ease);
}

.site-nav a:hover {
  color: var(--gold);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.social-dot {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--gold);
  font-size: 0.8rem;
  font-weight: 800;
}

.nav-toggle {
  display: none;
}

.btn {
  position: relative;
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0 30px;
  border-radius: 999px;
  font-weight: 600;
  white-space: nowrap;
  transition: transform 220ms var(--ease), box-shadow 220ms var(--ease), background 220ms var(--ease);
}

.btn-gold {
  border: 1px solid #ffe9b4;
  color: #080603;
  background: linear-gradient(110deg, #b9862f 0%, #f9df9b 52%, #b57a24 100%);
  box-shadow: 0 16px 44px rgba(189, 131, 47, 0.26);
}

.btn-gold::after,
.btn-outline::after {
  position: absolute;
  inset: -35% auto -35% -45%;
  width: 34%;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.72), transparent);
  transform: skewX(-18deg);
  animation: shine 4s ease-in-out infinite;
}

.btn-outline {
  min-height: 42px;
  border: 2px solid var(--gold);
  color: #080603;
  background: linear-gradient(110deg, #b9862f 0%, #f9df9b 52%, #b57a24 100%);
  font-size: 0.82rem;
}

.btn-dark {
  border: 1px solid #ffe9b4;
  color: #080603;
  background: linear-gradient(110deg, #bd832f 0%, #f5d88c 58%, #a66c21 100%);
}

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

.hero {
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  overflow: hidden;
  padding-top: 86px;
  border-bottom: 3px solid var(--gold);
  background:
    linear-gradient(90deg, rgba(14, 30, 50, 0.72) 0%, #010101 36%, rgba(97, 65, 21, 0.82) 100%),
    radial-gradient(circle at 82% 20%, rgba(245, 216, 140, 0.26), transparent 27rem),
    #000;
}

.hero::after {
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 42%;
  content: "";
  background: linear-gradient(180deg, transparent, #000 90%);
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr);
  gap: clamp(44px, 6vw, 92px);
  align-items: center;
  min-height: calc(100svh - 210px);
  padding: 58px 0 22px;
}

.hero-copy {
  position: relative;
  z-index: 4;
  max-width: 680px;
  padding-left: clamp(0px, 3vw, 54px);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--gold-2);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 34px;
  height: 1px;
  content: "";
  background: var(--gold);
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Playfair Display", serif;
  letter-spacing: 0;
  line-height: 0.98;
}

.hero-title {
  color: var(--gold-2);
  max-width: 690px;
  font-size: clamp(3.35rem, 5.05vw, 5.85rem);
  line-height: 0.91;
  text-wrap: unset;
}

.hero-title span {
  display: block;
}

h2 {
  color: var(--gold-2);
  font-size: clamp(2.75rem, 4.45vw, 5.2rem);
  text-wrap: balance;
}

h3 {
  font-size: clamp(1.26rem, 1.9vw, 1.85rem);
}

p {
  color: #f6f0e3;
  line-height: 1.65;
}

.hero-copy p {
  max-width: 560px;
  margin: 28px 0 0;
  color: #fff;
  font-size: clamp(1rem, 1.16vw, 1.14rem);
  font-weight: 600;
  text-wrap: pretty;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.hero-portrait {
  position: relative;
  z-index: 2;
  align-self: stretch;
  display: grid;
  align-items: end;
}

.hero-portrait img {
  position: relative;
  z-index: 2;
  width: min(520px, 100%);
  max-height: calc(100svh - 128px);
  margin-left: auto;
  object-fit: cover;
  object-position: center top;
  border: 1px solid rgba(245, 216, 140, 0.28);
  border-radius: 0 0 48% 48%;
  filter: drop-shadow(0 22px 46px rgba(0, 0, 0, 0.7));
  animation: floatImage 7s ease-in-out infinite;
}

.name-orbit {
  position: absolute;
  top: 10%;
  left: 5%;
  z-index: 1;
  display: grid;
  width: 188px;
  height: 188px;
  place-items: center;
  border: 1px solid rgba(245, 216, 140, 0.24);
  border-radius: 50%;
  color: var(--gold-2);
  font-size: 0.74rem;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  animation: rotateSlow 18s linear infinite;
}

.floating-bottle {
  position: absolute;
  z-index: 1;
  display: grid;
  width: 116px;
  height: 172px;
  place-items: center;
  border: 1px solid rgba(245, 216, 140, 0.45);
  border-radius: 18px 18px 28px 28px;
  color: var(--gold-2);
  background:
    linear-gradient(90deg, transparent 15%, rgba(255, 255, 255, 0.22), transparent 32%),
    linear-gradient(180deg, #24170a, #d39b3f 36%, #060403 37%, #050403 68%, #e3b75f 69%, #2d1d0c);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.6);
  font-family: "Playfair Display", serif;
  font-size: 1.3rem;
  font-weight: 800;
  opacity: 0.72;
}

.bottle-one {
  top: 18%;
  left: 7%;
  filter: blur(1px);
  transform: rotate(-28deg);
}

.bottle-two {
  right: 14%;
  bottom: 22%;
  transform: rotate(-18deg);
}

.hero-glow {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  filter: blur(34px);
}

.hero-glow-left {
  top: 20%;
  left: -5%;
  width: 360px;
  height: 360px;
  background: rgba(58, 99, 150, 0.34);
}

.hero-glow-right {
  top: 8%;
  right: 2%;
  width: 470px;
  height: 470px;
  background: rgba(189, 131, 47, 0.24);
}

.authority-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  overflow: hidden;
  margin-bottom: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(14px);
}

.authority-strip article {
  padding: 24px 28px;
  border-right: 1px solid var(--line);
}

.authority-strip article:last-child {
  border-right: 0;
}

.authority-strip strong {
  display: block;
  color: var(--gold-2);
  font-family: "Playfair Display", serif;
  font-size: 3.2rem;
}

.authority-strip span {
  color: var(--cream);
  font-weight: 600;
}

.marquee {
  overflow: hidden;
  border-block: 3px solid var(--gold);
  color: var(--gold);
  background: var(--paper);
}

.marquee-track {
  display: flex;
  width: max-content;
  padding: 16px 0;
  animation: marquee 26s linear infinite;
}

.marquee span {
  padding-right: 34px;
  font-size: clamp(1rem, 2vw, 1.55rem);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.about,
.integrative {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(360px, 0.97fr);
  gap: 62px;
  align-items: center;
  padding: 92px 0;
}

.about-copy p,
.integrative-copy p,
.cta-card p {
  max-width: 660px;
  color: #fff;
  font-size: 1.02rem;
  text-wrap: pretty;
}

.gold-list {
  display: grid;
  gap: 14px;
  max-width: 680px;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}

.gold-list li {
  position: relative;
  min-height: 54px;
  padding: 15px 18px 15px 48px;
  border: 1px solid rgba(245, 216, 140, 0.18);
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(90deg, rgba(245, 216, 140, 0.08), rgba(255, 255, 255, 0.018));
  font-size: clamp(0.98rem, 1.18vw, 1.15rem);
  font-weight: 700;
}

.gold-list li::before {
  position: absolute;
  top: 50%;
  left: 18px;
  color: var(--gold);
  content: "✓";
  transform: translateY(-50%);
}

.about-media {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(245, 216, 140, 0.18);
  background:
    radial-gradient(circle at 24% 20%, rgba(245, 216, 140, 0.18), transparent 16rem),
    linear-gradient(135deg, rgba(245, 216, 140, 0.12), rgba(255, 255, 255, 0.018) 52%);
}

.about-media img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 76%;
  height: 88%;
  object-fit: cover;
  object-position: center top;
  filter: drop-shadow(0 18px 42px rgba(0, 0, 0, 0.55));
}

.years-card {
  position: absolute;
  top: 44px;
  left: 44px;
  z-index: 2;
  display: grid;
  width: 210px;
  height: 178px;
  place-items: center;
  padding: 20px;
  border-radius: 22px;
  color: #050403;
  background: linear-gradient(135deg, #bd832f, #ffe7a9 58%, #b37924);
  text-align: center;
  box-shadow: var(--shadow);
}

.years-card strong {
  font-family: "Playfair Display", serif;
  font-size: 5rem;
  line-height: 0.78;
}

.years-card span {
  font-size: 1.08rem;
  line-height: 1.05;
}

.treatments {
  padding: 94px 0 100px;
  border-block: 3px solid var(--gold);
  background: #000;
}

.section-heading {
  margin-bottom: 40px;
}

.section-heading.centered {
  display: grid;
  justify-items: center;
  text-align: center;
}

.treatment-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.treatment-card {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border: 1px solid rgba(245, 216, 140, 0.4);
  border-radius: 8px;
  background: #0b0907;
  box-shadow: 0 20px 64px rgba(0, 0, 0, 0.32);
  transition: transform 260ms var(--ease), border-color 260ms var(--ease);
}

.treatment-card img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  object-position: center top;
  opacity: 0.9;
  transition: transform 700ms var(--ease);
}

.treatment-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.96) 92%);
}

.treatment-card div {
  position: absolute;
  right: 22px;
  bottom: 24px;
  left: 22px;
  z-index: 2;
  text-align: center;
}

.treatment-card span {
  display: block;
  color: var(--gold-2);
  font-family: "Playfair Display", serif;
  font-size: 2.05rem;
  line-height: 0.9;
}

.treatment-card h3 {
  max-width: 11ch;
  margin-inline: auto;
  color: var(--cream);
  font-size: clamp(1.72rem, 2.6vw, 2.35rem);
}

.treatment-card p {
  max-width: 25ch;
  margin: 12px auto 18px;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 500;
}

.treatment-card a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 999px;
  color: #080603;
  background: linear-gradient(110deg, #bd832f 0%, #f5d88c 58%, #a66c21 100%);
  font-weight: 700;
}

.treatment-card:hover {
  border-color: var(--gold-2);
  transform: translateY(-8px);
}

.treatment-card:hover img {
  transform: scale(1.06);
}

.results {
  display: grid;
  justify-items: center;
  padding: 94px 0;
}

.results-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  width: 100%;
}

.results-grid img {
  width: 100%;
  aspect-ratio: 1.16;
  object-fit: cover;
  object-position: center top;
  border: 1px solid rgba(245, 216, 140, 0.62);
  border-radius: 8px;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.32);
}

.results-cta {
  margin-top: 34px;
  min-width: min(440px, 100%);
}

.integrative {
  padding-top: 60px;
}

.integrative-media {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border-radius: 8px;
  background: radial-gradient(circle at 75% 45%, rgba(245, 216, 140, 0.32), transparent 18rem), #070604;
}

.integrative-media img {
  width: 62%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  object-position: center top;
}

.integrative-media strong {
  position: absolute;
  top: 38%;
  right: 8%;
  color: var(--gold-2);
  font-family: "Playfair Display", serif;
  font-size: clamp(3rem, 7vw, 6rem);
  text-shadow: 0 0 30px rgba(245, 216, 140, 0.22);
}

.vitamin-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 28px;
}

.vitamin-grid article {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
}

.vitamin-grid strong {
  display: block;
  color: var(--gold-2);
  font-family: "Playfair Display", serif;
  font-size: 2.8rem;
}

.vitamin-grid span {
  color: #fff;
  font-size: 0.88rem;
}

.final-cta {
  padding: 70px 0 110px;
}

.cta-card {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  gap: 42px;
  align-items: center;
  padding: clamp(28px, 5vw, 68px);
  border: 2px solid var(--gold);
  border-radius: 8px;
  color: #050403;
  background: linear-gradient(135deg, #f7f4ee 0%, #cfcac1 68%, #9d9a94 100%);
}

.cta-card h2 {
  color: #111;
}

.cta-card p {
  color: #16120c;
}

.cta-card .eyebrow {
  color: var(--gold);
}

.contact-box {
  display: grid;
  gap: 12px;
}

.contact-box a,
.contact-box span {
  color: #050403;
  font-weight: 600;
}

.contact-box a:first-child {
  color: var(--gold);
}

.whatsapp-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 60;
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 999px;
  color: #050403;
  background: linear-gradient(135deg, #b9862f, #f9df9b);
  box-shadow: 0 0 0 0 rgba(245, 216, 140, 0.48), 0 16px 42px rgba(0, 0, 0, 0.42);
  font-size: 0.85rem;
  font-weight: 800;
  animation: pulse 2.2s infinite;
}

.lead-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  place-items: center;
  padding: 22px;
}

.lead-modal.is-open {
  display: grid;
}

.lead-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.74);
  backdrop-filter: blur(10px);
}

.lead-dialog {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(520px, 100%);
  gap: 16px;
  padding: clamp(26px, 5vw, 44px);
  border: 1px solid rgba(245, 216, 140, 0.6);
  border-radius: 8px;
  background:
    radial-gradient(circle at 20% 0%, rgba(245, 216, 140, 0.16), transparent 16rem),
    linear-gradient(145deg, #090806, #010101);
  box-shadow: var(--shadow);
}

.lead-dialog h2 {
  font-size: clamp(2.25rem, 5vw, 3.5rem);
}

.lead-dialog p {
  margin: 0;
  color: var(--cream);
}

.lead-dialog label {
  display: grid;
  gap: 8px;
  color: var(--gold-2);
  font-weight: 700;
}

.lead-dialog input {
  width: 100%;
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid rgba(245, 216, 140, 0.42);
  border-radius: 8px;
  color: var(--cream);
  background: rgba(255, 255, 255, 0.06);
  font: inherit;
}

.lead-dialog input:focus {
  outline: 2px solid rgba(245, 216, 140, 0.54);
  outline-offset: 2px;
}

.lead-close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(245, 216, 140, 0.38);
  border-radius: 50%;
  color: var(--gold-2);
  background: rgba(255, 255, 255, 0.04);
  font-size: 1.4rem;
  cursor: pointer;
}

.lead-dialog small {
  min-height: 18px;
  color: var(--muted);
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 720ms var(--ease), transform 720ms var(--ease);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes shine {
  0%,
  55% {
    left: -45%;
  }
  76%,
  100% {
    left: 118%;
  }
}

@keyframes floatImage {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes rotateSlow {
  to {
    transform: rotate(360deg);
  }
}

@keyframes marquee {
  to {
    transform: translateX(-33.33%);
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(245, 216, 140, 0.48), 0 16px 42px rgba(0, 0, 0, 0.42);
  }
  70% {
    box-shadow: 0 0 0 16px rgba(245, 216, 140, 0), 0 16px 42px rgba(0, 0, 0, 0.42);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(245, 216, 140, 0), 0 16px 42px rgba(0, 0, 0, 0.42);
  }
}

@media (max-width: 1080px) {
  .site-header {
    grid-template-columns: auto auto;
    gap: 14px;
  }

  .nav-toggle {
    display: inline-grid;
    width: 44px;
    height: 44px;
    place-items: center;
    justify-self: end;
    border: 1px solid var(--gold);
    border-radius: 50%;
    background: transparent;
  }

  .nav-toggle span {
    width: 18px;
    height: 2px;
    background: #080603;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    right: 18px;
    left: 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 14px;
    border: 1px solid var(--gold);
    background: var(--paper);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 12px;
  }

  .header-actions {
    display: none;
  }

  .hero-inner,
  .about,
  .integrative,
  .cta-card {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    padding-left: 0;
  }

  .hero-portrait img {
    margin-inline: auto;
  }

  .treatment-gallery,
  .results-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  .section-shell {
    width: min(100% - 28px, 1240px);
  }

  .site-header {
    min-height: 72px;
    padding-inline: 14px;
  }

  .brand span {
    font-size: 1.02rem;
  }

  .brand small {
    font-size: 0.58rem;
  }

  .hero {
    padding-top: 72px;
  }

  .hero-inner {
    min-height: auto;
    padding: 58px 0 24px;
  }

  .hero-title {
    max-width: 100%;
    font-size: clamp(3.05rem, 13.2vw, 4.35rem);
    line-height: 0.94;
  }

  h2 {
    font-size: clamp(2.35rem, 11vw, 3.4rem);
  }

  .btn,
  .hero-actions {
    width: 100%;
  }

  .floating-bottle,
  .name-orbit {
    display: none;
  }

  .hero-portrait img {
    max-height: none;
    border-radius: 8px;
  }

  .authority-strip,
  .treatment-gallery,
  .results-grid,
  .vitamin-grid {
    grid-template-columns: 1fr;
  }

  .authority-strip article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .authority-strip article:last-child {
    border-bottom: 0;
  }

  .about,
  .treatments,
  .results,
  .integrative,
  .final-cta {
    padding-block: 70px;
  }

  .about-media {
    min-height: 500px;
  }

  .about-media img {
    width: 100%;
  }

  .years-card {
    top: 18px;
    left: 18px;
    width: 150px;
    height: 132px;
  }

  .years-card strong {
    font-size: 3.7rem;
  }

  .treatment-card,
  .treatment-card img {
    min-height: 420px;
  }

  .integrative-media img {
    width: 100%;
    opacity: 0.72;
  }

  .integrative-media strong {
    right: 24px;
  }

  .whatsapp-float {
    right: 14px;
    bottom: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
