:root {
  --cream: #fff8ef;
  --navy: #16213e;
  --green: #2fa56a;
  --gold: #d9a441;
  --beige: #f4e8d8;
  --white: #ffffff;
  --charcoal: #2c2c2c;
  --muted: #6e6a63;
  --line: rgba(22, 33, 62, 0.14);
  --soft-shadow: 0 24px 70px rgba(22, 33, 62, 0.12);
  --tight-shadow: 0 14px 34px rgba(22, 33, 62, 0.1);
  --radius: 8px;
  --wide: min(1180px, calc(100% - 36px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--charcoal);
  background: var(--cream);
  font-family: Inter, Lato, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.58;
  overflow-x: hidden;
}

body.is-locked {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
  user-select: none;
  -webkit-user-drag: none;
}

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

a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(47, 165, 106, 0.45);
  outline-offset: 4px;
}

button {
  cursor: pointer;
}

.skip-link {
  position: absolute;
  top: -48px;
  left: 14px;
  z-index: 200;
  padding: 10px 14px;
  color: var(--white);
  background: var(--navy);
  border-radius: var(--radius);
}

.skip-link:focus {
  top: 14px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.top-note {
  position: relative;
  z-index: 60;
  display: grid;
  gap: 3px;
  padding: 10px 18px;
  color: rgba(255, 255, 255, 0.94);
  background: var(--navy);
  text-align: center;
  font-size: 0.84rem;
}

.top-note__line {
  font-weight: 800;
}

.top-note__small {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.76rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 55;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 5vw, 64px);
  background: rgba(255, 248, 239, 0.92);
  border-bottom: 1px solid rgba(22, 33, 62, 0.1);
  backdrop-filter: blur(18px);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--navy);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.52rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}

.brand-mark__dot {
  width: 18px;
  height: 18px;
  background: linear-gradient(135deg, var(--green), var(--gold));
  border-radius: 50%;
  box-shadow: 0 0 0 7px rgba(47, 165, 106, 0.12);
}

.brand-mark--footer {
  color: var(--white);
}

.main-menu {
  display: flex;
  align-items: center;
  gap: 20px;
  color: var(--navy);
  font-size: 0.94rem;
  font-weight: 800;
}

.main-menu a {
  color: inherit;
  text-decoration: none;
}

.main-menu a:not(.order-button):hover {
  color: var(--green);
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  padding: 9px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.menu-button__line {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--navy);
}

.hero-panel {
  position: relative;
  padding: clamp(58px, 8vw, 104px) 0 32px;
  background:
    linear-gradient(120deg, rgba(255, 248, 239, 0.96), rgba(244, 232, 216, 0.78)),
    radial-gradient(circle at 72% 20%, rgba(47, 165, 106, 0.18), transparent 34%);
}

.hero-panel__content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.76fr);
  align-items: center;
  gap: clamp(34px, 6vw, 86px);
  width: var(--wide);
  margin: 0 auto;
}

.section-kicker {
  margin: 0 0 12px;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

h1,
h2 {
  margin: 0;
  color: var(--navy);
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: 0;
}

h1 {
  max-width: 760px;
  font-size: clamp(2.78rem, 6.4vw, 3.8rem);
}

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

h3 {
  margin: 0;
  color: var(--navy);
  line-height: 1.2;
  letter-spacing: 0;
}

p {
  margin-top: 0;
}

.hero-panel__lead {
  max-width: 680px;
  margin: 22px 0 0;
  color: #4f4a43;
  font-size: clamp(1.04rem, 1.6vw, 1.22rem);
}

.hero-list,
.note-list,
.price-card__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
  max-width: 720px;
  margin-top: 26px;
}

.hero-list li,
.note-list li,
.price-card__list li {
  position: relative;
  padding-left: 28px;
}

.hero-list li::before,
.note-list li::before,
.price-card__list li::before {
  content: "";
  position: absolute;
  top: 0.58em;
  left: 0;
  width: 10px;
  height: 10px;
  background: var(--green);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(47, 165, 106, 0.13);
}

.action-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
}

.order-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 19px;
  color: var(--navy);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(22, 33, 62, 0.06);
}

.order-button--primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--green), #23875a);
  border-color: transparent;
  box-shadow: 0 16px 34px rgba(47, 165, 106, 0.25);
}

.order-button--quiet {
  color: var(--navy);
  background: rgba(255, 255, 255, 0.58);
}

.order-button--small {
  min-height: 40px;
  padding: 10px 15px;
  color: var(--white) !important;
  background: var(--green);
  border-color: transparent;
  box-shadow: none;
}

.hero-panel__visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 470px;
}

.visual-ring {
  position: absolute;
  width: min(440px, 84vw);
  aspect-ratio: 1;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.75) 0 44%, transparent 45%),
    conic-gradient(from 30deg, rgba(217, 164, 65, 0.38), rgba(47, 165, 106, 0.32), rgba(22, 33, 62, 0.08), rgba(217, 164, 65, 0.38));
  border-radius: 50%;
}

.hero-panel__visual img {
  position: relative;
  z-index: 1;
  width: min(480px, 92%);
  filter: drop-shadow(0 28px 34px rgba(22, 33, 62, 0.22));
}

.floating-seal {
  position: absolute;
  right: 2%;
  bottom: 12%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 116px;
  height: 116px;
  color: var(--navy);
  background: var(--gold);
  border: 8px solid var(--cream);
  border-radius: 50%;
  font-size: 0.86rem;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
  box-shadow: var(--tight-shadow);
}

.trust-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  width: var(--wide);
  margin: 34px auto 0;
  overflow: hidden;
  background: rgba(22, 33, 62, 0.1);
  border: 1px solid rgba(22, 33, 62, 0.1);
  border-radius: var(--radius);
}

.trust-row span {
  display: grid;
  min-height: 58px;
  place-items: center;
  padding: 12px;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.75);
  font-weight: 900;
  text-align: center;
}

.content-band {
  padding: clamp(68px, 9vw, 116px) 0;
}

.content-band--white {
  background: var(--white);
}

.content-band--cream {
  background: var(--cream);
}

.content-band--beige {
  background: var(--beige);
}

.content-band--navy {
  color: rgba(255, 255, 255, 0.84);
  background:
    linear-gradient(135deg, rgba(22, 33, 62, 0.98), rgba(22, 33, 62, 0.93)),
    radial-gradient(circle at 12% 18%, rgba(47, 165, 106, 0.26), transparent 34%);
}

.content-band--navy h2,
.content-band--navy h3 {
  color: var(--white);
}

.two-column,
.split-feature,
.use-layout,
.faq-layout,
.final-panel,
.footer-grid,
.section-heading,
.benefit-grid,
.price-grid,
.review-grid,
.payment-row {
  width: var(--wide);
  margin: 0 auto;
}

.two-column {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 86px);
  align-items: start;
}

.text-stack {
  display: grid;
  gap: 18px;
  color: var(--muted);
  font-size: 1.04rem;
}

.text-stack .order-button {
  justify-self: start;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 36px;
}

.section-heading p:not(.section-kicker) {
  color: var(--muted);
  font-size: 1.05rem;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.info-panel,
.mini-panel,
.review-card,
.price-card,
.trust-panel,
.product-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.info-panel {
  min-height: 230px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 15px 42px rgba(22, 33, 62, 0.07);
}

.info-panel h3,
.mini-panel h3 {
  margin-bottom: 10px;
  font-size: 1.15rem;
}

.info-panel p,
.mini-panel p {
  margin: 0;
  color: var(--muted);
}

.panel-icon {
  display: inline-grid;
  width: 42px;
  height: 42px;
  margin-bottom: 22px;
  place-items: center;
  color: var(--white);
  background: var(--navy);
  border-radius: 50%;
  font-size: 0.8rem;
  font-weight: 900;
}

.split-feature {
  display: grid;
  grid-template-columns: minmax(260px, 0.56fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 78px);
  align-items: center;
}

.product-card {
  display: grid;
  min-height: 460px;
  place-items: center;
  padding: clamp(20px, 5vw, 42px);
  background:
    linear-gradient(145deg, rgba(255, 248, 239, 0.95), rgba(244, 232, 216, 0.9)),
    radial-gradient(circle, rgba(47, 165, 106, 0.14), transparent 60%);
  box-shadow: var(--soft-shadow);
}

.product-card img {
  width: min(430px, 92%);
  filter: drop-shadow(0 24px 28px rgba(22, 33, 62, 0.16));
}

.ingredient-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 26px;
}

.mini-panel {
  padding: 18px;
  background: #fffaf4;
}

.use-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(300px, 0.7fr);
  gap: clamp(28px, 6vw, 74px);
  align-items: center;
}

.use-layout p {
  max-width: 720px;
  margin-bottom: 0;
  font-size: 1.06rem;
}

.trust-panel {
  padding: 28px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
}

.trust-panel .note-list {
  display: grid;
  gap: 13px;
  margin-top: 18px;
}

.trust-panel .note-list li::before {
  background: var(--gold);
  box-shadow: 0 0 0 5px rgba(217, 164, 65, 0.16);
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  align-items: stretch;
}

.price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 24px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--tight-shadow);
}

.price-card--highlight {
  border-color: rgba(47, 165, 106, 0.42);
  box-shadow: 0 28px 70px rgba(47, 165, 106, 0.16);
}

.price-card__label {
  align-self: flex-start;
  margin-bottom: 14px;
  padding: 7px 10px;
  color: var(--navy);
  background: rgba(217, 164, 65, 0.24);
  border: 1px solid rgba(217, 164, 65, 0.24);
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.price-card--highlight .price-card__label {
  color: var(--white);
  background: var(--green);
}

.price-card h3 {
  font-size: 1.6rem;
}

.price-card__duration {
  margin: 7px 0 0;
  color: var(--muted);
  font-weight: 700;
}

.pack-shot {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 218px;
  margin: 22px 0 18px;
  padding: 16px;
  background:
    radial-gradient(circle, rgba(47, 165, 106, 0.16), transparent 64%),
    #fffaf4;
  border: 1px solid rgba(22, 33, 62, 0.08);
  border-radius: var(--radius);
}

.pack-shot img {
  width: 172px;
  filter: drop-shadow(0 16px 18px rgba(22, 33, 62, 0.14));
}

.pack-shot--two img,
.pack-shot--three img {
  width: 128px;
  margin: 0 -24px;
}

.pack-shot--three img:nth-child(2),
.pack-shot--two img:nth-child(2) {
  z-index: 2;
  transform: translateY(-10px);
}

.price-card__old {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  text-decoration: line-through;
}

.price-card__price {
  margin: 2px 0 0;
  color: var(--navy);
  font-size: clamp(2rem, 3.2vw, 2.75rem);
  font-weight: 900;
  line-height: 1;
}

.price-card__total {
  margin: 8px 0 16px;
  color: var(--green);
  font-weight: 900;
}

.price-card__list {
  display: grid;
  gap: 10px;
  margin-bottom: 22px;
  color: #504d48;
  font-size: 0.95rem;
}

.price-card .order-button {
  margin-top: auto;
}

.payment-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 26px;
  padding: 18px;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-size: 0.92rem;
  font-weight: 800;
}

.payment-row img {
  width: auto;
  max-height: 24px;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.review-card {
  position: relative;
  min-height: 300px;
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(255, 248, 239, 0.72), rgba(255, 255, 255, 0.96));
  box-shadow: 0 16px 40px rgba(22, 33, 62, 0.08);
}

.review-card__mark {
  color: var(--gold);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 3.4rem;
  line-height: 0.8;
}

.review-card h3 {
  margin-bottom: 12px;
  font-size: 1.08rem;
}

.review-card p {
  color: var(--muted);
}

.review-card strong,
.review-card span {
  display: block;
}

.review-card strong {
  margin-top: 20px;
  color: var(--navy);
}

.review-card span {
  color: var(--muted);
  font-size: 0.88rem;
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 80px);
  align-items: start;
}

.faq-layout p {
  color: var(--muted);
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.faq-question {
  position: relative;
  width: 100%;
  padding: 18px 54px 18px 18px;
  color: var(--navy);
  background: transparent;
  border: 0;
  font-weight: 900;
  text-align: left;
}

.faq-question::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  color: var(--green);
  font-size: 1.4rem;
  font-weight: 900;
}

.faq-question[aria-expanded="true"]::after {
  content: "−";
}

.faq-answer {
  padding: 0 18px 18px;
  color: var(--muted);
}

.final-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: clamp(64px, 8vw, 94px);
  margin-bottom: clamp(64px, 8vw, 94px);
  padding: clamp(26px, 5vw, 46px);
  color: rgba(255, 255, 255, 0.84);
  background:
    linear-gradient(135deg, var(--navy), #233155),
    radial-gradient(circle at 88% 12%, rgba(217, 164, 65, 0.28), transparent 34%);
  border-radius: var(--radius);
  box-shadow: var(--soft-shadow);
}

.final-panel h2 {
  color: var(--white);
}

.final-panel p:last-child {
  margin-bottom: 0;
}

.site-footer {
  padding: 58px 0 98px;
  color: rgba(255, 255, 255, 0.72);
  background: #10182d;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(240px, 1.2fr) repeat(4, minmax(130px, 0.65fr));
  gap: 28px;
}

.footer-note p {
  max-width: 430px;
}

.site-footer h2 {
  margin: 0 0 14px;
  color: var(--white);
  font-family: Inter, sans-serif;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-footer a,
.site-footer button {
  display: block;
  margin: 0 0 10px;
  padding: 0;
  color: rgba(255, 255, 255, 0.76);
  background: transparent;
  border: 0;
  text-align: left;
  text-decoration: none;
}

.site-footer a:hover,
.site-footer button:hover {
  color: var(--gold);
}

.footer-bottom {
  width: var(--wide);
  margin: 34px auto 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
}

.mobile-action {
  position: fixed;
  right: 14px;
  bottom: 14px;
  left: 14px;
  z-index: 45;
  display: none;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: var(--green);
  border-radius: var(--radius);
  box-shadow: 0 16px 36px rgba(22, 33, 62, 0.24);
  font-weight: 900;
  text-decoration: none;
}

.modal-layer,
.exit-layer {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(11, 17, 32, 0.62);
  backdrop-filter: blur(8px);
}

.modal-layer[hidden],
.exit-layer[hidden] {
  display: none;
}

.legal-modal,
.exit-box {
  position: relative;
  width: min(680px, 100%);
  max-height: min(720px, calc(100vh - 38px));
  overflow: auto;
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.28);
}

.legal-modal {
  padding: clamp(26px, 5vw, 42px);
}

.legal-modal h2 {
  padding-right: 44px;
  font-size: clamp(1.8rem, 4vw, 2.7rem);
}

.modal-body {
  margin-top: 18px;
  color: var(--muted);
}

.modal-body p:last-child {
  margin-bottom: 0;
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  width: 42px;
  height: 42px;
  color: var(--navy);
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 50%;
  font-size: 1.6rem;
  line-height: 1;
}

.exit-box {
  display: grid;
  grid-template-columns: minmax(220px, 0.74fr) minmax(0, 1fr);
  align-items: center;
}

.exit-box__image {
  display: grid;
  min-height: 360px;
  place-items: center;
  background: linear-gradient(145deg, var(--cream), var(--beige));
}

.exit-box__image img {
  width: min(330px, 90%);
  filter: drop-shadow(0 18px 22px rgba(22, 33, 62, 0.18));
}

.exit-box__copy {
  padding: clamp(24px, 5vw, 40px);
}

.exit-box h2 {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
}

.exit-box p:not(.section-kicker) {
  margin-top: 16px;
  color: var(--muted);
}

@media (max-width: 1080px) {
  .main-menu {
    gap: 13px;
    font-size: 0.88rem;
  }

  .benefit-grid,
  .price-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

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

@media (max-width: 860px) {
  .site-header {
    align-items: flex-start;
  }

  .menu-button {
    display: block;
  }

  .main-menu {
    position: absolute;
    top: 100%;
    right: 18px;
    left: 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--soft-shadow);
  }

  .main-menu.is-open {
    display: flex;
  }

  .main-menu a {
    padding: 13px 10px;
  }

  .main-menu .order-button {
    margin-top: 6px;
  }

  .hero-panel__content,
  .two-column,
  .split-feature,
  .use-layout,
  .faq-layout,
  .exit-box {
    grid-template-columns: 1fr;
  }

  .hero-panel__visual {
    min-height: 380px;
  }

  .trust-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-card {
    min-height: 340px;
  }

  .exit-box__image {
    min-height: 240px;
  }
}

@media (max-width: 680px) {
  :root {
    --wide: min(100% - 28px, 1180px);
  }

  .top-note {
    font-size: 0.78rem;
  }

  .hero-panel {
    padding-top: 12px;
  }

  h1 {
    font-size: clamp(2.35rem, 14vw, 3.6rem);
  }

  h2 {
    font-size: clamp(1.9rem, 10vw, 2.9rem);
  }

  .hero-list,
  .benefit-grid,
  .ingredient-grid,
  .price-grid,
  .review-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .trust-row {
    grid-template-columns: 1fr;
  }

  .floating-seal {
    right: 0;
    bottom: 4%;
    width: 96px;
    height: 96px;
    border-width: 6px;
    font-size: 0.78rem;
  }

  .final-panel {
    display: grid;
  }

  .mobile-action {
    display: flex;
  }

  .site-footer {
    padding-bottom: 118px;
  }
}

@media (max-width: 380px) {
  .order-button {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
  }

  .pack-shot--two img,
  .pack-shot--three img {
    width: 112px;
    margin: 0 -22px;
  }

  .payment-row {
    font-size: 0.86rem;
  }
}

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