:root {
  --ink: #281f25;
  --plum: #4b2538;
  --plum-dark: #321724;
  --paper: #f3ecdf;
  --paper-light: #fffaf1;
  --orange: #e36d38;
  --orange-dark: #b84c26;
  --lilac: #9b738c;
  --muted: #746a6e;
  --line: rgba(40, 31, 37, .16);
  --white: #fffdf8;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}
a { color: inherit; text-decoration: none; }

.site-header {
  width: min(1180px, calc(100% - 48px));
  min-height: 94px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid var(--ink);
  border-radius: 50%;
  font-family: Georgia, serif;
  font-size: 24px;
  font-style: italic;
}
.brand strong, .brand small { display: block; }
.brand strong { font-family: Georgia, serif; font-size: 17px; font-weight: 600; }
.brand small { margin-top: 3px; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .13em; }
.desktop-nav { display: flex; gap: 30px; font-size: 13px; }
.desktop-nav a, .text-link { border-bottom: 1px solid transparent; }
.desktop-nav a:hover, .text-link:hover { border-bottom-color: currentColor; }
.header-link {
  min-height: 44px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--plum);
  color: var(--white);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.hero {
  width: min(1180px, calc(100% - 48px));
  min-height: 690px;
  margin: 0 auto;
  padding: 72px 0 76px;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(430px, .98fr);
  align-items: center;
  gap: 74px;
}
.eyebrow, .section-index {
  margin: 0 0 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--orange-dark);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.eyebrow span { width: 38px; height: 1px; background: currentColor; }
h1, h2, p { margin-top: 0; }
h1 {
  margin-bottom: 26px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(54px, 5.4vw, 82px);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.045em;
}
h1 span, h1 em { display: block; }
h1 em { color: var(--orange-dark); font-weight: 400; }
.hero-lead {
  max-width: 650px;
  margin-bottom: 30px;
  color: #5d5559;
  font-size: 17px;
  line-height: 1.72;
}
.hero-actions { display: flex; align-items: center; gap: 26px; }
.primary-button {
  min-height: 58px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  background: var(--orange);
  color: var(--white);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  box-shadow: 8px 8px 0 var(--plum-dark);
  transition: transform .18s ease, box-shadow .18s ease;
}
.primary-button:hover { transform: translate(3px, 3px); box-shadow: 5px 5px 0 var(--plum-dark); }
.text-link { font-size: 13px; font-weight: 700; }
.hero-facts {
  margin: 46px 0 0;
  padding-top: 22px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  border-top: 1px solid var(--line);
}
.hero-facts div { padding-right: 14px; border-right: 1px solid var(--line); }
.hero-facts div:last-child { border-right: 0; }
.hero-facts dt { font-family: Georgia, serif; font-size: 22px; }
.hero-facts dd { margin: 6px 0 0; color: var(--muted); font-size: 11px; line-height: 1.45; }

.hero-visual { position: relative; min-height: 500px; }
.orbit { position: absolute; border: 1px solid rgba(75, 37, 56, .22); border-radius: 50%; }
.orbit-one { width: 420px; height: 420px; right: 12px; top: 22px; }
.orbit-two { width: 315px; height: 315px; left: 4px; bottom: 0; }
.portrait-frame {
  position: absolute;
  inset: 36px 18px 28px 74px;
  overflow: hidden;
  background: #e7dbc9;
  border: 1px solid rgba(75, 37, 56, .24);
  box-shadow: 24px 24px 0 var(--plum);
}
.portrait-frame::after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255,255,255,.7);
  pointer-events: none;
}
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; }
.portrait-label {
  position: absolute;
  z-index: 2;
  left: 26px;
  top: 24px;
  max-width: 190px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: .13em;
}
.day-card {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 8px;
  width: 244px;
  min-height: 190px;
  padding: 22px;
  background: var(--paper-light);
  border: 1px solid var(--ink);
  transform: rotate(-3deg);
}
.day-card-top { margin-bottom: 26px; display: flex; justify-content: space-between; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.day-card-top i { color: var(--orange-dark); font-style: normal; }
.day-card strong, .day-card em { display: block; font-family: Georgia, serif; font-size: 26px; line-height: 1.08; }
.day-card em { color: var(--orange-dark); font-weight: 400; }
.day-card p { margin: 16px 0 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.round-note {
  position: absolute;
  z-index: 4;
  right: -8px;
  top: 18px;
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--orange);
  color: var(--white);
  font-family: Georgia, serif;
  font-size: 42px;
  font-style: italic;
  box-shadow: 0 0 0 7px var(--paper);
}
.topic-line {
  min-height: 58px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  overflow: hidden;
  background: var(--plum-dark);
  color: var(--white);
  white-space: nowrap;
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.topic-line i { color: #f1a47d; font-style: normal; }
.section-shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.section-heading { margin-bottom: 48px; }
.section-heading h2,
.benefits h2,
.for-you h2,
.author h2,
.reviews h2,
.faq h2,
.final-cta h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 5.1vw, 68px);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -.035em;
}
.section-heading h2 em,
.for-you h2 em,
.reviews h2 em,
.faq h2 em { color: var(--orange-dark); font-weight: 400; }

.format { padding: 104px 0 128px; }
.program-grid {
  display: grid;
  grid-template-columns: 1.32fr .68fr;
  grid-template-rows: repeat(3, minmax(176px, auto));
  gap: 16px;
}
.program-featured {
  position: relative;
  grid-row: 1 / 4;
  min-height: 560px;
  padding: 34px;
  overflow: hidden;
  background: var(--paper-light);
  border: 1px solid var(--ink);
}
.program-label,
.program-folio {
  position: absolute;
  z-index: 2;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .15em;
}
.program-label { left: 34px; top: 30px; }
.program-folio { left: 34px; bottom: 30px; color: var(--muted); }
.program-number {
  position: absolute;
  top: 76px;
  right: 34px;
  width: 220px;
  height: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--orange);
  border-radius: 50%;
  color: var(--orange-dark);
  transform: rotate(6deg);
}
.program-number span { font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.program-number strong { margin-top: 4px; font-family: Georgia, serif; font-size: 35px; font-weight: 400; font-style: italic; }
.program-copy { position: absolute; left: 34px; right: 34px; bottom: 84px; max-width: 560px; }
.card-kicker { margin-bottom: 12px; color: var(--orange-dark); font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.program-copy h3 { max-width: 530px; margin: 0 0 18px; font-family: Georgia, serif; font-size: clamp(30px, 3.2vw, 46px); font-weight: 400; line-height: 1.05; }
.program-copy > p:last-child { max-width: 540px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.program-note {
  padding: 24px;
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 18px;
  border: 1px solid var(--line);
  background: #e5d9c7;
}
.program-note-dark { background: var(--plum); color: var(--white); }
.program-note-orange { background: var(--orange); color: var(--white); }
.note-number { font-family: Georgia, serif; font-size: 29px; font-style: italic; }
.program-note h3 { margin: 0 0 10px; font-family: Georgia, serif; font-size: 25px; font-weight: 400; line-height: 1.08; }
.program-note p:last-child { margin: 0; color: inherit; opacity: .78; font-size: 12px; line-height: 1.55; }
.program-note-dark .card-kicker,
.program-note-orange .card-kicker { color: #ffd1b9; }

.benefits { padding: 118px 0; background: var(--plum-dark); color: var(--white); }
.benefits-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; }
.section-index.light { color: #f1a47d; }
.benefits h2 em,
.author h2 em,
.final-cta h2 em { color: #f0a07a; font-weight: 400; }
.benefits-intro > p:last-child { max-width: 400px; margin: 26px 0 0; color: rgba(255,255,255,.67); font-size: 15px; line-height: 1.72; }
.benefit-list { border-top: 1px solid rgba(255,255,255,.24); }
.benefit-item {
  padding: 28px 0;
  display: grid;
  grid-template-columns: 54px 190px 1fr;
  align-items: start;
  gap: 22px;
  border-bottom: 1px solid rgba(255,255,255,.24);
}
.benefit-item > span { color: #f0a07a; font-size: 11px; letter-spacing: .12em; }
.benefit-item h3 { margin: 0; font-family: Georgia, serif; font-size: 22px; font-weight: 400; }
.benefit-item p { margin: 0; color: rgba(255,255,255,.64); font-size: 13px; line-height: 1.6; }

.for-you { padding: 126px 0; display: grid; grid-template-columns: 240px 1fr; gap: 70px; }
.for-you-aside { display: flex; flex-direction: column; justify-content: space-between; }
.aside-symbol {
  width: 148px;
  height: 148px;
  display: grid;
  place-items: center;
  border: 1px solid var(--orange);
  border-radius: 50%;
  color: var(--orange-dark);
  font-family: Georgia, serif;
  font-size: 82px;
  font-style: italic;
}
.for-you-content h2 { margin-bottom: 44px; }
.check-grid { margin-bottom: 42px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 36px; border-top: 1px solid var(--line); }
.check-grid p { min-height: 76px; margin: 0; padding: 22px 0; display: flex; align-items: flex-start; gap: 14px; border-bottom: 1px solid var(--line); font-size: 14px; line-height: 1.5; }
.check-grid span { color: var(--orange-dark); font-size: 18px; line-height: 1; }
.dark-button { background: var(--plum); box-shadow: 8px 8px 0 var(--orange); }
.dark-button:hover { box-shadow: 5px 5px 0 var(--orange); }

.author { padding: 120px 0; background: var(--plum); color: var(--white); }
.author-grid { display: grid; grid-template-columns: 1fr 390px; align-items: center; gap: 92px; }
.author-lead { max-width: 610px; margin: 30px 0 42px; color: rgba(255,255,255,.75); font-size: 16px; line-height: 1.75; }
.author-facts { margin: 0; display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(255,255,255,.25); }
.author-facts div { padding: 24px 24px 0 0; }
.author-facts dt { font-family: Georgia, serif; font-size: 22px; }
.author-facts dd { margin: 7px 0 0; color: rgba(255,255,255,.62); font-size: 11px; line-height: 1.5; }
.certificate-card { margin: 0; padding: 22px; background: var(--paper-light); color: var(--ink); transform: rotate(2deg); box-shadow: 18px 18px 0 var(--orange); }
.certificate-card > span { display: block; margin-bottom: 14px; color: var(--orange-dark); font-size: 9px; font-weight: 700; letter-spacing: .15em; }
.certificate-card img { width: 100%; max-height: 410px; object-fit: contain; display: block; border: 1px solid var(--line); }
.certificate-card figcaption { margin-top: 14px; color: var(--muted); font-size: 10px; line-height: 1.5; }

.reviews { padding: 120px 0 130px; }
.reviews-heading { max-width: 860px; margin-bottom: 52px; }
.reviews-heading > p:last-child { max-width: 640px; margin: 26px 0 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; align-items: stretch; }
.review-grid figure { min-width: 0; margin: 0; padding: 15px; display: grid; place-items: center; background: var(--paper-light); border: 1px solid var(--line); }
.review-grid figure:nth-child(2) { transform: translateY(22px); }
.review-grid img { width: 100%; height: 440px; object-fit: contain; display: block; }
.results-note { max-width: 760px; margin: 52px 0 0; color: var(--muted); font-size: 11px; line-height: 1.6; }

.quote-band { min-height: 430px; padding: 84px 24px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; background: var(--orange); color: var(--white); }
.quote-mark { height: 70px; font-family: Georgia, serif; font-size: 110px; line-height: .95; opacity: .55; }
.quote-band blockquote { max-width: 980px; margin: 8px auto 28px; font-family: Georgia, serif; font-size: clamp(36px, 5.5vw, 70px); font-weight: 400; line-height: 1.06; letter-spacing: -.035em; }
.quote-band p { margin: 0; font-size: 9px; font-weight: 700; letter-spacing: .18em; }

.faq { padding: 124px 0; display: grid; grid-template-columns: .68fr 1.32fr; gap: 90px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 82px; display: grid; grid-template-columns: 46px 1fr 28px; align-items: center; gap: 16px; cursor: pointer; list-style: none; font-family: Georgia, serif; font-size: 21px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--orange-dark); font-family: Arial, sans-serif; font-size: 10px; letter-spacing: .12em; }
.faq-list summary i { font-family: Arial, sans-serif; font-style: normal; font-size: 22px; text-align: right; transition: transform .2s ease; }
.faq-list details[open] summary i { transform: rotate(45deg); }
.faq-list details > p { margin: -4px 44px 26px 62px; color: var(--muted); font-size: 14px; line-height: 1.7; }

.final-cta { padding: 118px 24px 128px; background: var(--plum-dark); color: var(--white); text-align: center; }
.final-cta-inner { max-width: 860px; margin: 0 auto; }
.final-ornament { width: 96px; height: 96px; margin: 0 auto 28px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.48); border-radius: 50%; font-family: Georgia, serif; font-size: 54px; font-style: italic; }
.final-cta .section-index { justify-content: center; }
.final-cta-inner > p:not(.section-index) { max-width: 590px; margin: 28px auto 36px; color: rgba(255,255,255,.68); font-size: 15px; line-height: 1.65; }
.light-button { background: var(--paper-light); color: var(--plum-dark); box-shadow: 8px 8px 0 var(--orange); }
.light-button:hover { box-shadow: 5px 5px 0 var(--orange); }

footer { background: #211018; color: rgba(255,255,255,.78); }
.footer-main { width: min(1180px, calc(100% - 48px)); min-height: 142px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1.2fr auto; align-items: center; gap: 42px; border-bottom: 1px solid rgba(255,255,255,.15); }
.footer-brand .brand-mark { border-color: rgba(255,255,255,.7); }
.brand-mark.small { width: 36px; height: 36px; font-size: 20px; }
.footer-main > p { margin: 0; color: rgba(255,255,255,.52); font-size: 12px; line-height: 1.5; }
.footer-channel { display: inline-flex; gap: 10px; align-items: center; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.footer-legal { width: min(1180px, calc(100% - 48px)); min-height: 76px; margin: 0 auto; display: flex; align-items: center; gap: 26px; color: rgba(255,255,255,.42); font-size: 9px; letter-spacing: .05em; }
.footer-legal p { margin: 0; }
.footer-legal details { margin-left: auto; max-width: 520px; }
.footer-legal summary { cursor: pointer; }
.footer-legal details p { margin-top: 10px; line-height: 1.5; letter-spacing: 0; }
.mobile-sticky { display: none; }

@media (max-width: 900px) {
  .desktop-nav { display: none; }
  .hero { grid-template-columns: 1fr; gap: 46px; padding-top: 54px; }
  .hero-copy { max-width: 720px; }
  .hero-visual { width: min(540px, 100%); margin: 0 auto; }
  .program-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
  .program-featured { grid-row: auto; }
  .benefits-grid, .author-grid, .faq { grid-template-columns: 1fr; gap: 58px; }
  .for-you { grid-template-columns: 180px 1fr; gap: 42px; }
  .author-grid { max-width: 720px; }
  .certificate-card { width: min(420px, 100%); }
  .review-grid { grid-template-columns: 1fr; max-width: 620px; }
  .review-grid figure:nth-child(2) { transform: none; }
  .review-grid img { height: auto; max-height: 560px; }
  .footer-main { grid-template-columns: 1fr auto; }
  .footer-main > p { grid-column: 1 / 3; padding-bottom: 24px; }
}
@media (max-width: 620px) {
  .site-header { width: min(100% - 28px, 1180px); min-height: 78px; }
  .brand-mark { width: 36px; height: 36px; font-size: 20px; }
  .brand strong { font-size: 15px; }
  .brand small { font-size: 8px; }
  .header-link { width: 42px; min-height: 42px; padding: 0; justify-content: center; font-size: 0; }
  .header-link span { font-size: 17px; }
  .hero { width: min(100% - 28px, 1180px); min-height: 0; padding: 44px 0 58px; gap: 32px; }
  .eyebrow { justify-content: center; margin-bottom: 20px; font-size: 9px; }
  .eyebrow::after { content: ""; width: 38px; height: 1px; flex: 0 0 auto; background: currentColor; }
  h1 { margin-bottom: 20px; font-size: 43px; text-align: center; }
  .hero-lead { margin-bottom: 26px; font-size: 15px; line-height: 1.62; text-align: center; }
  .hero-actions { flex-direction: column; gap: 20px; }
  .primary-button { width: calc(100% - 8px); }
  .hero-facts { margin-top: 38px; gap: 10px; }
  .hero-facts dt { font-size: 18px; }
  .hero-facts dd { font-size: 9px; }
  .hero-visual { min-height: 390px; }
  .orbit-one { width: 300px; height: 300px; right: 3px; }
  .orbit-two { width: 230px; height: 230px; }
  .portrait-frame { inset: 28px 8px 26px 44px; box-shadow: 14px 14px 0 var(--plum); }
  .portrait-label { left: 18px; top: 17px; max-width: 150px; font-size: 8px; }
  .day-card { width: 185px; min-height: 150px; padding: 16px; }
  .day-card-top { margin-bottom: 18px; font-size: 8px; }
  .day-card strong, .day-card em { font-size: 20px; }
  .day-card p { margin-top: 10px; font-size: 9px; }
  .round-note { right: 0; width: 58px; height: 58px; font-size: 32px; }
  .topic-line { justify-content: flex-start; gap: 18px; overflow-x: auto; }
  .topic-line { scrollbar-width: none; }
  .topic-line::-webkit-scrollbar { display: none; }
  .section-shell { width: min(100% - 28px, 1180px); }
  .section-heading h2,
  .benefits h2,
  .for-you h2,
  .author h2,
  .reviews h2,
  .faq h2,
  .final-cta h2 { font-size: 25px; line-height: 1.14; letter-spacing: -.015em; }
  .format, .for-you, .reviews { padding: 72px 0 82px; }
  .section-heading { margin-bottom: 30px; }
  .program-featured { min-height: 0; padding: 22px; display: flex; flex-direction: column; }
  .program-label { position: static; }
  .program-folio { position: static; margin-top: 32px; }
  .program-number { position: static; width: 154px; height: 154px; margin: 30px auto 34px; }
  .program-number strong { font-size: 27px; }
  .program-copy { position: static; max-width: none; }
  .program-copy h3 { font-size: 25px; max-width: none; }
  .program-copy > p:last-child { font-size: 13px; }
  .program-note { min-height: 168px; padding: 22px; grid-template-columns: 36px 1fr; }
  .program-note h3 { font-size: 22px; }
  .benefits { padding: 76px 0 82px; }
  .benefits-grid { gap: 42px; }
  .benefit-item { grid-template-columns: 38px 1fr; gap: 14px; }
  .benefit-item h3 { font-size: 22px; }
  .benefit-item p { grid-column: 2; }
  .for-you { display: block; }
  .for-you-aside { margin-bottom: 30px; flex-direction: row; align-items: center; }
  .aside-symbol { width: 72px; height: 72px; font-size: 42px; }
  .for-you-content h2 { margin-bottom: 28px; }
  .check-grid { grid-template-columns: 1fr; margin-bottom: 34px; }
  .check-grid p { min-height: 0; }
  .author { padding: 76px 0 94px; }
  .author-grid { gap: 46px; }
  .author-lead { margin: 24px 0 34px; font-size: 14px; }
  .author-facts { grid-template-columns: 1fr; }
  .author-facts dt { font-size: 22px; }
  .certificate-card { box-shadow: 12px 12px 0 var(--orange); }
  .reviews-heading { margin-bottom: 34px; }
  .results-note { margin-top: 34px; }
  .quote-band { min-height: 330px; padding: 64px 18px; }
  .quote-mark { height: 52px; font-size: 82px; }
  .quote-band blockquote { font-size: 25px; line-height: 1.15; }
  .faq { padding: 76px 0 84px; gap: 36px; }
  .faq-list summary { min-height: 76px; grid-template-columns: 32px 1fr 24px; gap: 10px; font-size: 18px; }
  .faq-list details > p { margin: -2px 24px 24px 42px; font-size: 13px; }
  .final-cta { padding: 78px 18px 94px; }
  .final-ornament { width: 76px; height: 76px; font-size: 42px; }
  .footer-main { width: min(100% - 28px, 1180px); padding: 38px 0; display: flex; flex-direction: column; align-items: flex-start; gap: 22px; }
  .footer-main > p { padding: 0; }
  .footer-legal { width: min(100% - 28px, 1180px); padding: 24px 0 96px; min-height: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
  .footer-legal details { grid-column: 1 / 3; margin: 8px 0 0; }
  .mobile-sticky { position: fixed; z-index: 20; left: 14px; right: 14px; bottom: 12px; min-height: 54px; padding: 0 18px; display: flex; align-items: center; justify-content: center; gap: 12px; background: var(--orange); color: var(--white); box-shadow: 6px 6px 0 var(--plum-dark); font-size: 11px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
