:root {
  --cocoa-950: #241613;
  --cocoa-900: #2f1d19;
  --cocoa-800: #432922;
  --plum: #6b3d4d;
  --plum-deep: #512c39;
  --clay: #8a493f;
  --rose: #bd7772;
  --blush: #ead2c8;
  --sand: #efdcb9;
  --ivory: #f5eee5;
  --paper: #fcf8f2;
  --ink: #2f2521;
  --muted: #71625c;
  --line: rgb(67 41 34 / 16%);
  --line-light: rgb(252 248 242 / 20%);
  --hero-overlay: rgb(36 22 19 / 94%);
  --hero-overlay-soft: rgb(36 22 19 / 67%);
  --paper-translucent: rgb(252 248 242 / 94%);
  --header-surface: rgb(36 22 19 / 94%);
  --display: "Italiana", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --ease: cubic-bezier(.16, 1, .3, 1);
  --page: clamp(1.25rem, 5vw, 5rem);
}

* {
  box-sizing: border-box;
}

html {
  max-width: 100%;
  scroll-behavior: smooth;
}

body {
  background: var(--ivory);
  color: var(--ink);
  font-family: var(--sans);
  margin: 0;
  max-width: 100%;
  min-width: 0;
}

main,
section,
footer,
header {
  max-width: 100%;
  min-width: 0;
}

section[id] {
  scroll-margin-top: 5.5rem;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

button {
  color: inherit;
  font: inherit;
}

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

a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--paper);
  outline-offset: 2px;
  box-shadow: 0 0 0 7px var(--ink);
}

.skip-link {
  background: var(--paper);
  color: var(--cocoa-950);
  left: 1rem;
  padding: .8rem 1rem;
  position: fixed;
  top: -5rem;
  z-index: 100;
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  align-items: center;
  color: var(--paper);
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(13rem, 1fr) auto minmax(12rem, 1fr);
  left: 0;
  padding: 1.15rem var(--page);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 20;
}

.site-header.is-sticky,
.site-header.menu-open {
  backdrop-filter: blur(16px);
  background: var(--header-surface);
  box-shadow: 0 1px 0 var(--line-light);
}

.brand {
  align-items: center;
  display: flex;
  font-family: var(--display);
  font-size: 1.08rem;
  gap: .8rem;
  line-height: 1;
  min-width: 0;
}

.brand > span:first-child {
  align-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  display: flex;
  flex: 0 0 auto;
  font-size: .78rem;
  height: 2.65rem;
  justify-content: center;
  letter-spacing: -.04em;
  width: 2.65rem;
}

.brand > span:last-child {
  min-width: 0;
}

.brand small {
  display: block;
  font-family: var(--sans);
  font-size: .62rem;
  font-weight: 500;
  letter-spacing: .09em;
  margin-top: .36rem;
  text-transform: uppercase;
}

.primary-nav {
  display: flex;
  font-size: .73rem;
  gap: 1.75rem;
  letter-spacing: .025em;
}

.primary-nav a {
  position: relative;
  white-space: nowrap;
}

.primary-nav a:not(.nav-mobile-cta)::after {
  background: currentColor;
  bottom: -.45rem;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .3s var(--ease);
  width: 100%;
}

.primary-nav a:hover::after,
.primary-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-cta {
  border: 1px solid rgb(252 248 242 / 48%);
  border-radius: 99rem;
  font-size: .72rem;
  justify-self: end;
  padding: .78rem 1rem;
}

.nav-mobile-cta,
.nav-toggle {
  display: none;
}

.hero {
  background: var(--cocoa-950);
  color: var(--paper);
  min-height: max(48rem, 100svh);
  overflow: hidden;
  position: relative;
}

.hero-image {
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  width: 100%;
}

.hero-shade {
  background:
    linear-gradient(90deg, var(--hero-overlay) 0%, var(--hero-overlay-soft) 38%, rgb(36 22 19 / 10%) 68%, rgb(36 22 19 / 14%) 100%),
    linear-gradient(0deg, rgb(36 22 19 / 30%), transparent 58%);
  inset: 0;
  position: absolute;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: max(48rem, 100svh);
  padding: 8rem var(--page) 5rem;
  position: relative;
  width: min(57rem, 59vw);
  z-index: 2;
}

.eyebrow {
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .12em;
  line-height: 1.5;
  margin: 0;
  text-transform: uppercase;
}

.eyebrow::before {
  color: var(--rose);
  content: "●";
  font-size: .54rem;
  margin-right: .7rem;
}

.eyebrow.dark {
  color: var(--plum);
}

h1,
h2 {
  font-family: var(--display);
  font-weight: 400;
  letter-spacing: -.04em;
  margin: 0;
}

h1 {
  font-size: clamp(4rem, 7.2vw, 7.9rem);
  line-height: .87;
  margin: clamp(2rem, 5vh, 3.8rem) 0 2rem;
  max-width: 9.5ch;
  text-wrap: balance;
}

h1 em,
h2 em {
  color: var(--sand);
  font-weight: 400;
}

.hero-lead {
  font-size: clamp(.96rem, 1.2vw, 1.12rem);
  line-height: 1.72;
  margin: 0;
  max-width: 39rem;
}

.hero-actions {
  align-items: center;
  display: flex;
  gap: 1.8rem;
  margin-top: 2.2rem;
}

.button {
  align-items: center;
  border-radius: 99rem;
  display: inline-flex;
  font-size: .78rem;
  font-weight: 600;
  gap: 2rem;
  justify-content: space-between;
  min-height: 3.7rem;
  padding: .72rem .8rem .72rem 1.28rem;
  transition: transform .3s var(--ease);
}

.button span {
  align-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  display: flex;
  height: 2.25rem;
  justify-content: center;
  width: 2.25rem;
}

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

.button-primary {
  background: var(--sand);
  color: var(--cocoa-950);
}

.text-link {
  border-bottom: 1px solid currentColor;
  font-size: .74rem;
  padding-bottom: .25rem;
}

.hero-proof {
  align-items: center;
  background: var(--paper-translucent);
  border-radius: 50%;
  bottom: 4.4rem;
  color: var(--cocoa-950);
  display: flex;
  flex-direction: column;
  height: 9.2rem;
  justify-content: center;
  position: absolute;
  right: var(--page);
  text-align: center;
  width: 9.2rem;
  z-index: 3;
}

.hero-proof strong {
  font-family: var(--display);
  font-size: 1.55rem;
  font-weight: 400;
}

.hero-proof span {
  font-size: .62rem;
  line-height: 1.4;
  margin-top: .3rem;
  text-transform: uppercase;
}

.hero-signature {
  bottom: 1.2rem;
  color: rgb(252 248 242 / 58%);
  font-family: var(--display);
  font-size: 1.05rem;
  margin: 0;
  position: absolute;
  right: var(--page);
  z-index: 2;
}

.intro-strip {
  align-items: center;
  background: var(--sand);
  color: var(--cocoa-950);
  display: flex;
  font-size: .68rem;
  gap: clamp(1rem, 3.5vw, 3.5rem);
  justify-content: center;
  letter-spacing: .1em;
  padding: 1.18rem var(--page);
  text-transform: uppercase;
}

.intro-strip p {
  margin: 0;
}

.intro-strip span {
  color: var(--plum);
}

.section {
  padding: clamp(6rem, 10vw, 10rem) var(--page);
}

.section-kicker {
  color: var(--plum);
  display: flex;
  font-size: .7rem;
  gap: 1rem;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.section-kicker span {
  font-family: var(--display);
  font-size: 1rem;
}

.section-kicker p {
  margin: .2rem 0 0;
}

.section-kicker.light {
  color: var(--sand);
}

.about {
  display: grid;
  gap: clamp(3rem, 8vw, 9rem);
  grid-template-columns: minmax(10rem, 1fr) minmax(0, 3fr);
}

.about-copy {
  max-width: 70rem;
}

.about h2 {
  color: var(--cocoa-900);
  font-size: clamp(3.35rem, 6.8vw, 6.9rem);
  line-height: .94;
  margin: 2rem 0 1.5rem;
  max-width: 11ch;
  text-wrap: balance;
}

.about-highlight {
  color: var(--plum);
  font-family: var(--display);
  font-size: clamp(1.65rem, 3vw, 2.9rem);
  line-height: 1.24;
  max-width: 24ch;
}

.about-columns {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 3rem;
  padding-top: 2rem;
}

.about-columns p {
  color: var(--muted);
  line-height: 1.82;
  margin: 0;
  max-width: 32rem;
}

.credential {
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .09em;
  margin-top: 2.2rem;
  text-transform: uppercase;
}

.treatments {
  background: var(--cocoa-900);
  color: var(--paper);
}

.treatments-heading {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr 2fr 1fr;
}

.treatments-heading h2 {
  font-size: clamp(3.5rem, 6.5vw, 6.9rem);
  line-height: .9;
  text-wrap: balance;
}

.treatments-heading > p {
  color: var(--blush);
  line-height: 1.82;
  margin: 0;
  max-width: 24rem;
}

.treatment-list {
  border-top: 1px solid var(--line-light);
  margin-top: clamp(4rem, 8vw, 8rem);
}

.treatment-list article {
  align-items: center;
  border-bottom: 1px solid var(--line-light);
  display: grid;
  gap: 2rem;
  grid-template-columns: 4rem minmax(0, 1.8fr) minmax(13rem, 1fr);
  padding: 2rem 0;
}

.treatment-number {
  color: var(--rose);
  display: inline-block;
  font-family: var(--display);
  transition: transform .3s var(--ease);
}

.treatment-list article:hover .treatment-number {
  transform: translateX(.45rem);
}

.treatment-list h3 {
  font-family: var(--display);
  font-size: clamp(1.95rem, 3.3vw, 3.65rem);
  font-weight: 400;
  line-height: 1.05;
  margin: 0 0 .6rem;
}

.treatment-list p {
  color: var(--blush);
  font-size: .87rem;
  line-height: 1.72;
  margin: 0;
  max-width: 42rem;
}

.treatment-tag {
  color: var(--sand);
  font-size: .68rem;
  letter-spacing: .07em;
  line-height: 1.6;
  text-transform: uppercase;
}

.clinical-note {
  color: var(--blush);
  font-size: .72rem;
  line-height: 1.6;
  margin: 1.5rem 0 0;
  text-align: right;
}

.experience {
  align-items: center;
  display: grid;
  gap: clamp(3rem, 7vw, 8rem);
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
}

.experience-photo {
  min-width: 0;
  position: relative;
}

.experience-photo::before {
  border: 1px solid var(--plum);
  border-radius: 44% 44% 1rem 1rem / 18% 18% 1rem 1rem;
  content: "";
  inset: -1rem 1rem 1rem -1rem;
  pointer-events: none;
  position: absolute;
}

.experience-photo img {
  aspect-ratio: 4 / 5;
  border-radius: 44% 44% 1rem 1rem / 18% 18% 1rem 1rem;
  object-fit: cover;
  object-position: 50% center;
  position: relative;
  width: 100%;
}

.photo-note {
  background: var(--paper);
  bottom: 1.2rem;
  font-size: .68rem;
  letter-spacing: .08em;
  padding: .75rem 1rem;
  position: absolute;
  right: 1.2rem;
  text-transform: uppercase;
}

.experience-copy .eyebrow {
  margin: 4rem 0 1.5rem;
}

.experience-copy h2 {
  color: var(--cocoa-900);
  font-size: clamp(3rem, 5.4vw, 5.7rem);
  line-height: .95;
  max-width: 10ch;
  text-wrap: balance;
}

.experience-copy > p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.82;
  max-width: 35rem;
}

.experience-copy ul {
  border-top: 1px solid var(--line);
  list-style: none;
  margin: 3rem 0 0;
  padding: 0;
}

.experience-copy li {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 1.2rem;
  grid-template-columns: 2.4rem minmax(0, 1fr);
  padding: 1.2rem 0;
}

.experience-copy li > span {
  color: var(--plum);
  font-family: var(--display);
}

.experience-copy li strong {
  font-family: var(--display);
  font-size: 1.38rem;
  font-weight: 400;
}

.experience-copy li p {
  color: var(--muted);
  font-size: .82rem;
  line-height: 1.55;
  margin: .3rem 0 0;
}

.location {
  align-items: center;
  background: var(--plum-deep);
  color: var(--paper);
  display: grid;
  gap: clamp(3rem, 7vw, 7rem);
  grid-template-columns: minmax(0, 1.05fr) minmax(24rem, .95fr);
}

.location-heading h2 {
  font-size: clamp(3.35rem, 6.6vw, 7rem);
  line-height: .92;
  margin-top: 3rem;
  text-wrap: balance;
}

.location-heading > p {
  color: var(--blush);
  line-height: 1.75;
  margin: 2rem 0 0;
  max-width: 30rem;
}

.location-card {
  background: var(--paper);
  color: var(--cocoa-950);
  padding: clamp(1.5rem, 3vw, 3rem);
}

.care-location {
  align-items: end;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 1.5rem;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 1.4rem 0;
}

.care-location:first-child {
  padding-top: 0;
}

.care-location:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.care-location h3 {
  font-family: var(--display);
  font-size: clamp(1.35rem, 2.1vw, 2rem);
  font-weight: 400;
  line-height: 1.2;
  margin: .65rem 0 0;
}

.care-location a {
  border-bottom: 1px solid currentColor;
  color: var(--plum);
  font-size: .72rem;
  font-weight: 600;
  padding-bottom: .25rem;
  white-space: nowrap;
}

.closing {
  align-items: center;
  background: var(--cocoa-950);
  color: var(--paper);
  display: flex;
  flex-direction: column;
  min-height: 78svh;
  padding: 7rem var(--page);
  text-align: center;
}

.closing h2 {
  font-size: clamp(4.2rem, 9.5vw, 9.6rem);
  line-height: .84;
  margin: clamp(3rem, 6vw, 6rem) 0 2rem;
  text-wrap: balance;
}

.closing > p:not(.eyebrow) {
  color: var(--blush);
  line-height: 1.72;
  max-width: 32rem;
}

.button-accent {
  background: var(--clay);
  color: var(--paper);
  margin-top: 1.8rem;
}

footer {
  align-items: center;
  background: var(--cocoa-950);
  border-top: 1px solid var(--line-light);
  color: var(--paper);
  display: flex;
  font-size: .72rem;
  gap: 2rem;
  justify-content: space-between;
  padding: 2rem var(--page);
}

.footer-brand {
  font-size: 1rem;
}

footer p {
  color: var(--blush);
  margin: 0;
  text-align: center;
}

.footer-links {
  display: flex;
  gap: 1.4rem;
}

.footer-links a {
  border-bottom: 1px solid transparent;
}

.footer-links a:hover {
  border-color: currentColor;
}

.mobile-whatsapp {
  display: none;
}

.load {
  animation: up 1s var(--ease) both;
}

.load-1 {
  animation-delay: .12s;
}

.load-2 {
  animation-delay: .24s;
}

.load-3 {
  animation-delay: .38s;
}

.load-4 {
  animation-delay: .52s;
}

[data-reveal] {
  opacity: 1;
  transform: none;
}

.reveal-ready [data-reveal] {
  opacity: 0;
  transform: translateY(2.5rem);
  transition: opacity .9s var(--ease), transform .9s var(--ease);
}

.reveal-ready [data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

@keyframes up {
  from {
    opacity: 0;
    transform: translateY(2rem);
  }
}

@media (max-width: 1100px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .header-cta {
    display: none;
  }

  .nav-toggle {
    align-items: center;
    background: transparent;
    border: 1px solid rgb(252 248 242 / 48%);
    border-radius: 99rem;
    cursor: pointer;
    display: inline-flex;
    font-size: .7rem;
    gap: .65rem;
    justify-self: end;
    padding: .68rem .85rem;
  }

  .nav-toggle-icon {
    display: grid;
    gap: .24rem;
  }

  .nav-toggle-icon i {
    background: currentColor;
    display: block;
    height: 1px;
    transition: transform .3s var(--ease);
    width: .9rem;
  }

  .nav-toggle[aria-expanded="true"] .nav-toggle-icon i:first-child {
    transform: translateY(.145rem) rotate(45deg);
  }

  .nav-toggle[aria-expanded="true"] .nav-toggle-icon i:last-child {
    transform: translateY(-.145rem) rotate(-45deg);
  }

  .primary-nav {
    background: var(--cocoa-900);
    border: 1px solid var(--line-light);
    display: flex;
    flex-direction: column;
    font-size: .86rem;
    gap: 0;
    left: var(--page);
    opacity: 0;
    padding: .75rem;
    pointer-events: none;
    position: absolute;
    right: var(--page);
    top: calc(100% + .2rem);
    transform: translateY(-.65rem);
    transition: opacity .25s var(--ease), transform .25s var(--ease);
    visibility: hidden;
  }

  .primary-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: none;
    visibility: visible;
  }

  .primary-nav a {
    border-bottom: 1px solid var(--line-light);
    padding: .9rem .55rem;
  }

  .primary-nav a:not(.nav-mobile-cta)::after {
    display: none;
  }

  .primary-nav .nav-mobile-cta {
    align-items: center;
    background: var(--sand);
    border: 0;
    border-radius: 99rem;
    color: var(--cocoa-950);
    display: flex;
    justify-content: center;
    margin-top: .75rem;
    padding: .9rem 1rem;
  }

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

  .hero-copy {
    width: min(46rem, 69vw);
  }

  .hero-proof {
    height: 7.8rem;
    width: 7.8rem;
  }

  .treatments-heading {
    grid-template-columns: 1fr;
  }

  .treatments-heading > p {
    max-width: 38rem;
  }

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

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

  .location-heading > p {
    max-width: 38rem;
  }
}

@media (max-width: 700px) {
  body {
    padding-bottom: calc(4.8rem + env(safe-area-inset-bottom));
  }

  .site-header {
    gap: 1rem;
    padding: .8rem 1rem;
  }

  .brand {
    font-size: .92rem;
  }

  .brand > span:first-child {
    height: 2.3rem;
    width: 2.3rem;
  }

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

  .nav-toggle {
    padding: .6rem .75rem;
  }

  .primary-nav {
    left: 1rem;
    right: 1rem;
  }

  .hero {
    min-height: 60rem;
  }

  .hero-image {
    border-radius: 0 0 50% 50% / 0 0 3.5rem 3.5rem;
    height: 57%;
    inset: 0 0 auto;
    object-position: 74% center;
  }

  .hero-shade {
    background:
      linear-gradient(0deg, var(--cocoa-950) 0%, var(--hero-overlay) 33%, rgb(36 22 19 / 58%) 49%, rgb(36 22 19 / 2%) 75%),
      linear-gradient(90deg, rgb(36 22 19 / 18%), transparent);
  }

  .hero-copy {
    justify-content: flex-end;
    min-height: 60rem;
    padding: 27rem 1.2rem 3.8rem;
    width: 100%;
  }

  h1 {
    font-size: clamp(3.25rem, 15vw, 4.55rem);
    line-height: .9;
    margin: 1.4rem 0 1.5rem;
    max-width: 9ch;
  }

  .hero-lead {
    font-size: .93rem;
    line-height: 1.62;
    max-width: 34rem;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 1.2rem;
    margin-top: 1.55rem;
    width: 100%;
  }

  .hero-actions .button {
    max-width: 24rem;
    width: 100%;
  }

  .hero-actions .button-primary {
    display: none;
  }

  .hero-proof,
  .hero-signature {
    display: none;
  }

  .intro-strip {
    flex-wrap: wrap;
    gap: .65rem 1rem;
    padding: 1rem 1.1rem;
    text-align: center;
  }

  .intro-strip p {
    flex: 0 1 auto;
  }

  .section {
    padding-block: 5.5rem;
  }

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

  .about h2 {
    font-size: clamp(3rem, 14.5vw, 4.65rem);
  }

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

  .treatments-heading h2 {
    font-size: clamp(3.1rem, 14vw, 4.75rem);
  }

  .treatment-list article {
    align-items: start;
    gap: .85rem 1rem;
    grid-template-columns: 2rem minmax(0, 1fr);
  }

  .treatment-tag {
    grid-column: 2;
  }

  .clinical-note {
    text-align: left;
  }

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

  .experience-photo {
    margin-left: .7rem;
  }

  .experience-copy .eyebrow {
    margin-top: 3rem;
  }

  .experience-copy h2 {
    font-size: clamp(3rem, 14vw, 4.7rem);
  }

  .location-heading h2 {
    font-size: clamp(3rem, 14vw, 4.7rem);
  }

  .location-card {
    margin-inline: -.2rem;
  }

  .care-location {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .care-location a {
    justify-self: start;
  }

  .closing {
    min-height: 70svh;
    padding-inline: 1.2rem;
  }

  .closing h2 {
    font-size: clamp(3.55rem, 16.5vw, 5.7rem);
  }

  .closing .button {
    max-width: 24rem;
    width: 100%;
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 1.4rem;
    padding-bottom: 2.5rem;
  }

  footer p {
    text-align: left;
  }

  .footer-links {
    flex-wrap: wrap;
  }

  .mobile-whatsapp {
    background: var(--clay);
    bottom: max(.75rem, env(safe-area-inset-bottom));
    border-radius: 99rem;
    box-shadow: 0 .7rem 2rem rgb(36 22 19 / 34%);
    color: var(--paper);
    display: flex;
    font-size: .78rem;
    font-weight: 600;
    justify-content: space-between;
    left: .75rem;
    min-height: 3.5rem;
    opacity: 0;
    padding: 1rem 1.2rem;
    pointer-events: none;
    position: fixed;
    right: .75rem;
    transform: translateY(1rem);
    transition: opacity .3s var(--ease), transform .3s var(--ease);
    z-index: 30;
  }

  .mobile-whatsapp.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }
}

@media (max-width: 380px) {
  .brand small {
    letter-spacing: .05em;
  }

  .nav-toggle > span:first-child {
    position: absolute;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    white-space: nowrap;
    width: 1px;
  }

  h1 {
    font-size: 3.15rem;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }

  .reveal-ready [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
