:root {
  color-scheme: light;
  --ink: #292526;
  --muted: #625c5e;
  --rose: #974563;
  --rose-dark: #78354e;
  --rose-soft: #f6e8ed;
  --green: #315b53;
  --green-dark: #203e38;
  --green-soft: #e6f0ed;
  --cream: #faf7f2;
  --white: #ffffff;
  --line: #ded7d3;
  --shadow: 0 24px 70px rgb(55 42 47 / 12%);
  --radius: 1.5rem;
  --container: 70rem;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 7rem;
}

body {
  margin: 0;
  overflow-x: hidden;
  overflow-x: clip;
  background: var(--cream);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

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

a {
  color: inherit;
}

button,
input,
textarea {
  font: inherit;
}

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

:focus-visible {
  outline: 3px solid #c16286;
  outline-offset: 4px;
}

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

h1,
h2,
h3 {
  color: var(--ink);
  font-weight: 650;
  letter-spacing: -0.045em;
  line-height: 1.06;
}

h2 {
  margin-bottom: 1.25rem;
  font-size: clamp(2.35rem, 5vw, 4.35rem);
}

h3 {
  margin-bottom: 0.6rem;
  font-size: 1.3rem;
}

.container {
  width: min(100% - 2.5rem, var(--container));
  margin-inline: auto;
}

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

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

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

.eyebrow {
  display: flex;
  gap: 0.6rem;
  align-items: center;
  margin-bottom: 1rem;
  color: var(--rose-dark);
  font-size: 0.76rem;
  font-weight: 750;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow span {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #5ea99e;
  box-shadow: 0 0 0 4px rgb(94 169 158 / 18%);
}

.eyebrow--light {
  color: #b9d8d1;
}

.section-heading {
  max-width: 47rem;
  margin-bottom: clamp(2.75rem, 6vw, 4.5rem);
}

.section-heading > p:last-child {
  max-width: 42rem;
  color: var(--muted);
  font-size: 1.12rem;
}

.section-heading--compact {
  margin-bottom: 2.5rem;
}

.button {
  display: inline-flex;
  min-height: 3.15rem;
  padding: 0.8rem 1.3rem;
  border: 0;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

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

.button--primary {
  background: var(--rose);
  color: var(--white);
}

.button--primary:hover {
  background: var(--rose-dark);
}

.button--light {
  background: var(--white);
  color: var(--green-dark);
}

.text-link {
  color: var(--rose-dark);
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.25rem;
}

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

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

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  border-bottom: 1px solid rgb(71 60 64 / 10%);
  background: rgb(250 247 242 / 92%);
  backdrop-filter: blur(14px);
}

.site-header__inner {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2rem;
  min-height: 5rem;
  align-items: center;
}

.brand {
  display: grid;
  color: var(--ink);
  line-height: 1.05;
  text-decoration: none;
}

.brand span {
  font-size: 1.1rem;
  font-weight: 750;
  letter-spacing: -0.03em;
}

.brand small {
  margin-top: 0.2rem;
  color: var(--muted);
  font-size: 0.68rem;
  letter-spacing: 0.04em;
}

.main-nav {
  display: flex;
  gap: clamp(1rem, 2.5vw, 2rem);
  align-items: center;
  justify-content: end;
}

.main-nav a {
  color: #494345;
  font-size: 0.9rem;
  font-weight: 650;
  text-decoration: none;
}

.main-nav a:hover {
  color: var(--rose-dark);
}

.main-nav a:last-child {
  padding: 0.42rem 0.85rem;
  border: 1px solid #b78095;
  border-radius: 999px;
  color: var(--rose-dark);
}

.main-nav a:last-child:hover {
  background: var(--rose-soft);
}

.hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(130deg, #fffafc 0%, #f7edef 52%, #e7f1ee 100%);
}

.hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(30rem, 1.12fr);
  gap: clamp(3rem, 5vw, 5rem);
  width: min(100% - 2.5rem, 78rem);
  min-height: calc(100vh - 5rem);
  padding-block: clamp(3.5rem, 6vw, 5.5rem);
  align-items: center;
}

.hero__wash {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.hero__wash--rose {
  top: -15rem;
  left: -12rem;
  width: 38rem;
  height: 38rem;
  background: rgb(235 177 198 / 28%);
}

.hero__wash--mint {
  right: -11rem;
  bottom: -14rem;
  width: 35rem;
  height: 35rem;
  background: rgb(155 210 199 / 30%);
}

.hero__copy {
  min-width: 0;
  max-width: 35rem;
}

.hero h1 {
  max-width: 9.5ch;
  margin-bottom: 1.75rem;
  font-size: clamp(3.35rem, 6vw, 5.9rem);
  letter-spacing: -0.07em;
  line-height: 0.92;
}

.hero h1 em {
  display: block;
  color: var(--rose);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.hero__intro {
  max-width: 33rem;
  margin-bottom: 2rem;
  color: #514b4d;
  font-size: clamp(1.08rem, 2vw, 1.28rem);
}

.hero__actions {
  display: flex;
  gap: 1.25rem;
  align-items: center;
  flex-wrap: wrap;
}

.hero__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  max-width: 33rem;
  margin: 3.5rem 0 0;
  padding: 1.5rem 0 0;
  border-top: 1px solid rgb(82 61 69 / 18%);
  list-style: none;
}

.hero__facts li {
  display: grid;
  gap: 0.2rem;
}

.hero__facts strong {
  color: var(--rose-dark);
  font-size: 0.88rem;
}

.hero__facts span {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.4;
}

.hero__media {
  position: relative;
  width: min(100%, 38rem);
  margin: 0;
  justify-self: end;
}

.hero__media::before {
  position: absolute;
  z-index: -1;
  inset: -1rem 1rem 1rem -1rem;
  border: 1px solid rgb(151 69 99 / 24%);
  border-radius: 2.5rem;
  content: "";
}

.hero__media::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  border-radius: 2rem;
  background: linear-gradient(135deg, rgb(246 232 237 / 18%), transparent 48%, rgb(216 235 229 / 14%));
  content: "";
  pointer-events: none;
}

.hero__media img {
  width: 100%;
  height: auto;
  border-radius: 2rem;
  box-shadow: var(--shadow);
}

.hero__media figcaption {
  position: absolute;
  z-index: 2;
  right: 1.5rem;
  bottom: 1.75rem;
  max-width: 13rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgb(255 255 255 / 70%);
  border-radius: 1rem;
  background: rgb(255 255 255 / 90%);
  box-shadow: 0 14px 35px rgb(59 47 51 / 13%);
  color: #51484c;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.95rem;
  font-style: italic;
  line-height: 1.4;
}

.practice {
  background: var(--white);
}

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

.practice__media {
  width: min(100%, 24rem);
  margin: 0;
  justify-self: center;
}

.practice__media img {
  width: 100%;
  height: auto;
  border-radius: 2rem;
  box-shadow: 0 20px 55px rgb(52 44 46 / 10%);
}

.practice__media figcaption {
  max-width: 25rem;
  margin-top: 1rem;
  color: var(--muted);
  font-size: 0.82rem;
}

.practice__steps {
  margin: 0;
  padding: 0;
  list-style: none;
}

.practice__steps li {
  display: grid;
  grid-template-columns: 2.5rem 1fr;
  gap: 1.25rem;
  padding-block: 1.6rem;
  border-top: 1px solid var(--line);
}

.practice__steps li:last-child {
  border-bottom: 1px solid var(--line);
}

.practice__steps > li > span {
  color: var(--rose);
  font-size: 0.75rem;
  font-weight: 750;
  letter-spacing: 0.1em;
}

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

.schedule {
  padding-block: clamp(5rem, 9vw, 8rem);
  background: #d8ebe5;
  color: var(--green-dark);
}

.schedule__grid {
  display: grid;
  grid-template-columns: minmax(16rem, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(3rem, 8vw, 7rem);
  align-items: start;
}

.schedule h2 {
  color: var(--green-dark);
}

.schedule__intro > p:not(.eyebrow) {
  max-width: 25rem;
  margin-bottom: 2rem;
  color: #45635d;
}

.schedule .eyebrow--light {
  color: #466f66;
}

.schedule .button--light {
  background: var(--green-dark);
  color: var(--white);
}

.schedule__list {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgb(32 62 56 / 22%);
  list-style: none;
}

.schedule__list li {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  padding-block: 1.75rem;
  border-bottom: 1px solid rgb(32 62 56 / 22%);
  align-items: center;
}

.schedule__list li > div:first-child {
  display: grid;
  grid-template-columns: minmax(7rem, 0.75fr) minmax(7rem, 1fr);
  gap: 1rem;
  align-items: baseline;
}

.schedule__day {
  color: #466f66;
  font-size: 0.8rem;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.schedule__list strong {
  color: var(--green-dark);
  font-size: 1.3rem;
}

.schedule__meta {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}

.online-label {
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
  color: #45635d;
  font-size: 0.78rem;
  font-weight: 700;
}

.online-label i {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #428f82;
  box-shadow: 0 0 0 4px rgb(66 143 130 / 16%);
}

.schedule time {
  min-width: 7.8rem;
  color: var(--green-dark);
  font-weight: 750;
  text-align: right;
}

.profile {
  background: var(--cream);
}

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

.profile__media {
  width: min(100%, 25rem);
  margin: 0;
  justify-self: center;
}

.profile__media img {
  width: 100%;
  height: auto;
  border-radius: 2rem;
  box-shadow: 0 20px 55px rgb(52 44 46 / 10%);
}

.profile__copy > p:not(.eyebrow) {
  color: var(--muted);
}

.profile__lead {
  color: #413b3d !important;
  font-size: 1.15rem;
}

.profile__credentials {
  display: grid;
  gap: 0.75rem;
  margin: 2rem 0 0;
  padding: 1.5rem 0 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.profile__credentials li {
  position: relative;
  padding-left: 1.4rem;
  color: #4f494b;
  font-size: 0.92rem;
  font-weight: 650;
}

.profile__credentials li::before {
  position: absolute;
  top: 0.58rem;
  left: 0;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--rose);
  content: "";
}

.topics {
  display: grid;
  grid-template-columns: minmax(15rem, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(3rem, 8vw, 7rem);
  margin-top: clamp(5rem, 10vw, 8rem);
  padding-top: clamp(4rem, 8vw, 6rem);
  border-top: 1px solid var(--line);
}

.topics__heading h2 {
  font-size: clamp(2rem, 4vw, 3.1rem);
}

.topics__heading > p:last-child {
  color: var(--muted);
}

.topics__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.topics__list article {
  padding-inline: 1.4rem;
  border-left: 1px solid var(--line);
}

.topics__list article > span {
  display: block;
  margin-bottom: 2.5rem;
  color: var(--rose);
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.1em;
}

.topics__list p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.testimonials {
  background: var(--rose-soft);
}

.testimonials__top {
  display: flex;
  gap: 2rem;
  align-items: end;
  justify-content: space-between;
}

.carousel-controls {
  display: flex;
  gap: 0.65rem;
  margin-bottom: 2.5rem;
  align-items: center;
}

.carousel-position {
  min-width: 4rem;
  margin: 0 0.35rem 0 0;
  color: var(--rose-dark);
  font-size: 0.78rem;
  font-variant-numeric: tabular-nums;
  font-weight: 750;
}

.carousel-button {
  display: inline-grid;
  width: 3rem;
  height: 3rem;
  padding: 0;
  border: 1px solid #b77f94;
  border-radius: 50%;
  background: #fffafc;
  color: var(--rose-dark);
  font-size: 1.2rem;
  place-items: center;
  cursor: pointer;
  transition: background-color 160ms ease, transform 160ms ease;
}

.carousel-button:hover:not(:disabled) {
  background: var(--white);
  transform: translateY(-2px);
}

.carousel-button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.testimonials__grid {
  position: relative;
  display: flex;
  gap: 1.4rem;
  padding: 0.5rem 0.2rem 2.2rem;
  align-items: flex-start;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-padding-inline: 0.2rem;
  scroll-snap-type: inline mandatory;
  scrollbar-color: #b77f94 transparent;
  scrollbar-width: thin;
}

.testimonials__grid::-webkit-scrollbar {
  height: 0.55rem;
}

.testimonials__grid::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: #b77f94;
}

.testimonials__grid::-webkit-scrollbar-track {
  background: transparent;
}

.testimonials blockquote {
  flex: 0 0 clamp(19rem, 31vw, 23rem);
  width: auto;
  margin: 0 0 0.5rem;
  padding: 2.25rem;
  border: 1px solid #ddc4ce;
  border-radius: 1rem;
  background: #fffafc;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  box-shadow:
    0 7px 0 #d6b7c3,
    0 18px 32px rgb(91 50 66 / 14%);
}

.testimonials blockquote p {
  min-height: 8rem;
  color: #4e3d44;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.14rem;
  line-height: 1.55;
}

.review-highlight {
  color: #6f2f49;
  font-weight: 700;
  text-decoration-line: underline;
  text-decoration-color: #d8a7b9;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 0.12em;
  text-underline-offset: 0.2em;
}

.testimonials cite {
  color: var(--rose-dark);
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.faq {
  background: var(--white);
}

.faq__grid {
  display: grid;
  grid-template-columns: minmax(15rem, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(3rem, 9vw, 8rem);
}

.faq__grid > header > p:last-child {
  max-width: 24rem;
  color: var(--muted);
}

.faq__list {
  border-top: 1px solid var(--line);
}

.faq details {
  border-bottom: 1px solid var(--line);
}

.faq summary {
  display: flex;
  gap: 2rem;
  padding-block: 1.4rem;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

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

.faq summary::after {
  color: var(--rose);
  font-size: 1.4rem;
  font-weight: 400;
  content: "+";
  transition: transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
}

.faq details[open] summary::after {
  transform: rotate(45deg);
}

.faq__answer {
  overflow: hidden;
}

.faq__answer p {
  max-width: 42rem;
  margin: 0;
  padding-bottom: 1.5rem;
  color: var(--muted);
}

.contact {
  padding-block: clamp(5rem, 9vw, 8rem);
  background: var(--green-soft);
}

.contact__grid {
  display: grid;
  grid-template-columns: minmax(16rem, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(3rem, 9vw, 8rem);
  align-items: start;
}

.contact__intro > p:not(.eyebrow) {
  max-width: 30rem;
  color: var(--muted);
  font-size: 1.08rem;
}

.contact__details {
  display: grid;
  gap: 1.25rem;
  margin-top: 2.5rem;
  font-style: normal;
}

.contact__details a {
  display: grid;
  color: var(--green-dark);
  font-weight: 700;
  overflow-wrap: anywhere;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.25rem;
}

.contact__details span {
  color: #56766f;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-form {
  display: grid;
  gap: 1.3rem;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border: 1px solid #c7d9d4;
  border-radius: var(--radius);
  background: rgb(255 255 255 / 75%);
}

.form-field {
  display: grid;
  gap: 0.45rem;
}

.form-field label {
  color: #3e4e4a;
  font-size: 0.88rem;
  font-weight: 700;
}

.form-field input,
.form-field textarea {
  width: 100%;
  border: 1px solid #aebfbb;
  border-radius: 0.65rem;
  background: var(--white);
  color: var(--ink);
}

.form-field input {
  min-height: 3rem;
  padding-inline: 0.85rem;
}

.form-field textarea {
  min-height: 9rem;
  padding: 0.75rem 0.85rem;
  resize: vertical;
}

.form-field input:focus,
.form-field textarea:focus {
  border-color: var(--rose);
  outline: 3px solid rgb(151 69 99 / 18%);
  outline-offset: 1px;
}

.form-field small {
  color: var(--muted);
  font-size: 0.76rem;
}

.form-honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.contact-form .button {
  justify-self: start;
}

.contact-form .button:disabled {
  opacity: 0.65;
  cursor: wait;
  transform: none;
}

.form-status {
  min-height: 1.5rem;
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 650;
}

.form-status[data-state="success"] {
  color: #24675d;
}

.form-status[data-state="error"] {
  color: #a02727;
}

.site-footer {
  padding-block: 2.5rem;
  background: #1d2422;
  color: #dbe4e1;
}

.site-footer__inner {
  display: flex;
  gap: 2rem;
  align-items: end;
  justify-content: space-between;
}

.site-footer p {
  margin: 0;
  font-size: 0.78rem;
}

.site-footer strong {
  color: var(--white);
  font-size: 1rem;
}

@media (max-width: 900px) {
  .site-header__inner {
    gap: 1rem;
  }

  .hero__grid,
  .practice__grid,
  .profile__grid {
    gap: 3.5rem;
  }

  .hero__grid {
    grid-template-columns: 1fr;
    width: min(100% - 2.5rem, 44rem);
  }

  .hero__copy {
    max-width: 38rem;
  }

  .hero__media {
    width: min(100%, 34rem);
    justify-self: center;
  }

  .hero__media figcaption {
    right: 1rem;
  }

  .topics,
  .faq__grid,
  .contact__grid {
    grid-template-columns: 1fr;
  }

  .topics__heading,
  .faq__grid > header,
  .contact__intro {
    max-width: 40rem;
  }
}

@media (max-width: 760px) {
  html {
    scroll-padding-top: 1rem;
  }

  .site-header {
    position: static;
  }

  .site-header__inner {
    display: flex;
    min-height: auto;
    padding-block: 0.85rem 0.6rem;
    flex-wrap: wrap;
  }

  .brand {
    flex: 1;
  }

  .main-nav {
    order: 3;
    width: 100%;
    padding-block: 0.35rem;
    gap: 0.5rem 0.9rem;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .hero__grid,
  .practice__grid,
  .schedule__grid,
  .profile__grid {
    grid-template-columns: 1fr;
  }

  .hero__grid {
    min-height: auto;
    padding-block: 4.5rem 5rem;
  }

  .hero h1 {
    max-width: 9ch;
    font-size: clamp(3.4rem, 15vw, 5rem);
  }

  .hero__media {
    width: min(100%, 30rem);
    justify-self: center;
  }

  .hero__media img {
    height: auto;
  }

  .hero__media figcaption {
    right: 1rem;
    bottom: 1rem;
  }

  .practice__media {
    width: min(100%, 22rem);
  }

  .practice__media img {
    border-radius: 1.5rem;
  }

  .schedule__list li > div:first-child {
    grid-template-columns: 1fr;
    gap: 0.2rem;
  }

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

  .testimonials__top {
    align-items: start;
    flex-direction: column;
  }

  .testimonials__top .section-heading,
  .carousel-controls {
    margin-bottom: 1.5rem;
  }

  .testimonials blockquote {
    flex-basis: min(86vw, 22rem);
    padding: 1.6rem;
  }

  .topics__list article {
    padding: 1.5rem 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .topics__list article > span {
    margin-bottom: 1rem;
  }

  .testimonials blockquote p {
    min-height: auto;
  }
}

@media (max-width: 520px) {
  .container {
    width: min(100% - 2rem, var(--container));
  }

  .hero__facts {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }

  .hero__facts li {
    grid-template-columns: 5rem 1fr;
    align-items: baseline;
  }

  .schedule__list li {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .schedule__meta {
    justify-content: space-between;
  }

  .schedule time {
    text-align: left;
  }

  .site-footer__inner {
    align-items: start;
    flex-direction: column;
  }
}

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

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