:root {
  --cream: #f7f4ec;
  --paper: #fffdf8;
  --green: #267b68;
  --green-dark: #174f49;
  --green-deep: #103d39;
  --sage: #dce8df;
  --line: #d4ddd6;
  --ink: #153b39;
  --muted: #657a76;
  --gold: #d5aa4a;
  --rose: #ef5d69;
  --shadow: 0 28px 70px rgba(23, 79, 73, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .2em; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.narrow { width: min(820px, calc(100% - 48px)); }

.site-header {
  position: relative;
  z-index: 10;
  border-bottom: 1px solid rgba(23, 79, 73, .12);
  background: rgba(247, 244, 236, .94);
}
.header-inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 14px; text-decoration: none; }
.brand img { border-radius: 50%; box-shadow: 0 8px 24px rgba(23, 79, 73, .18); }
.brand span { display: flex; flex-direction: column; line-height: 1; }
.brand strong { font-family: Georgia, "Times New Roman", serif; font-size: 25px; letter-spacing: -.02em; }
.brand small { margin-top: 7px; color: var(--muted); font-size: 10px; font-weight: 650; letter-spacing: .25em; }
nav { display: flex; align-items: center; gap: 32px; }
nav a { font-size: 14px; font-weight: 750; text-decoration: none; }
nav a:hover, nav a:focus-visible { color: var(--green); }

.hero { overflow: hidden; padding: 82px 0 104px; }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 60px; }
.eyebrow, .section-kicker { margin: 0 0 18px; color: var(--green); font-size: 12px; font-weight: 850; letter-spacing: .2em; }
.eyebrow { display: flex; align-items: center; gap: 12px; }
.eyebrow span { width: 26px; height: 2px; background: var(--rose); }
h1, h2, h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; color: var(--ink); letter-spacing: -.035em; font-weight: 700; }
h1 { font-size: clamp(55px, 6.4vw, 88px); line-height: .98; }
h1 em { color: var(--green); font-style: normal; }
h2 { font-size: clamp(38px, 4vw, 58px); line-height: 1.08; }
h3 { font-size: 27px; line-height: 1.15; }
.lead { max-width: 650px; margin: 28px 0 0; color: var(--muted); font-size: 21px; line-height: 1.65; }
.hero-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; margin-top: 34px; }
.store-badges { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 12px; }
.store-badge { display: inline-flex; width: 190px; height: 64px; overflow: hidden; align-items: center; justify-content: center; line-height: 0; }
.app-store-badge img { display: block; width: 190px; height: auto; }
.google-play-badge img { display: block; width: 190px; height: 83px; max-width: none; flex: 0 0 auto; }
.store-badge:focus-visible { border-radius: 9px; outline: 3px solid rgba(38, 123, 104, .3); outline-offset: 4px; }
.text-link, .light-link { font-size: 14px; font-weight: 800; text-decoration: none; }
.text-link span, .light-link span { padding-left: 7px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 34px; color: var(--muted); font-size: 12px; font-weight: 700; }
.trust-row span::first-letter { color: var(--green); }

.hero-visual { position: relative; min-height: 660px; display: flex; align-items: center; justify-content: center; }
.soft-orbit { position: absolute; border-radius: 50%; }
.orbit-one { width: 570px; height: 570px; background: #e2ebe4; }
.orbit-two { width: 440px; height: 440px; border: 1px solid rgba(38, 123, 104, .18); }
.phone { position: relative; z-index: 2; width: 294px; height: 615px; overflow: hidden; border: 8px solid #123e3a; border-radius: 45px; background: #f8f6ef; box-shadow: 0 35px 75px rgba(15, 59, 55, .26); }
.phone::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.55); border-radius: 35px; pointer-events: none; }
.phone-top { position: absolute; z-index: 3; top: 8px; left: 50%; width: 88px; height: 21px; transform: translateX(-50%); border-radius: 20px; background: #123e3a; }
.phone img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.float-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 12px; min-width: 220px; padding: 14px 18px; border: 1px solid rgba(23,79,73,.12); border-radius: 16px; background: rgba(255,253,248,.96); box-shadow: var(--shadow); }
.float-card span { display: flex; flex-direction: column; }
.float-card strong { font-size: 13px; line-height: 1.2; }
.float-card small { margin-top: 4px; color: var(--muted); font-size: 10px; }
.float-icon { width: 34px; height: 34px; flex: 0 0 34px; align-items: center; justify-content: center; border-radius: 50%; background: var(--sage); color: var(--green); font-size: 19px; font-weight: 900; }
.float-average { left: 0; top: 140px; }
.float-private { right: -10px; bottom: 120px; }

.intro-strip { padding: 68px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper); }
.intro-grid { display: grid; grid-template-columns: .62fr 1.35fr 1fr; gap: 50px; align-items: start; }
.intro-grid h2 { font-size: 36px; }
.intro-grid > p:last-child { margin: 0; color: var(--muted); }
.section { padding: 112px 0; }
.section-heading { max-width: 720px; margin-bottom: 52px; }
.section-heading > p:last-child { margin: 20px 0 0; color: var(--muted); font-size: 19px; }
.app-showcase { overflow: hidden; background: #edf2ed; }
.showcase-heading { max-width: 790px; }
.screenshot-gallery { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; align-items: start; }
.screenshot-card { min-width: 0; margin: 0; }
.screenshot-card-offset { margin-top: 54px; }
.screenshot-preview { display: block; overflow: hidden; border: 7px solid var(--green-dark); border-radius: 34px; background: var(--paper); box-shadow: 0 24px 55px rgba(15, 59, 55, .18); transition: transform .2s ease, box-shadow .2s ease; }
.screenshot-preview:hover { transform: translateY(-7px); box-shadow: 0 32px 65px rgba(15, 59, 55, .24); }
.screenshot-card img { width: 100%; height: auto; aspect-ratio: 1206 / 2622; object-fit: cover; }
.screenshot-card figcaption { display: grid; gap: 4px; padding: 20px 8px 0; }
.screenshot-card figcaption strong { color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: 20px; line-height: 1.2; }
.screenshot-card figcaption span { color: var(--muted); font-size: 12px; line-height: 1.45; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.feature-card { min-height: 330px; padding: 38px; border: 1px solid var(--line); border-radius: 26px; background: var(--paper); }
.feature-card p { max-width: 520px; color: var(--muted); }
.feature-icon { position: relative; display: flex; width: 58px; height: 58px; margin-bottom: 34px; align-items: center; justify-content: center; border: 1px solid rgba(38, 123, 104, .15); border-radius: 18px; background: var(--sage); color: var(--green); box-shadow: 0 10px 25px rgba(15, 59, 55, .08); }
.feature-icon-sliders { gap: 6px; }
.feature-icon-sliders i { position: relative; display: block; width: 2px; height: 25px; border-radius: 2px; background: currentColor; }
.feature-icon-sliders i::after { content: ""; position: absolute; left: 50%; width: 8px; height: 8px; transform: translate(-50%, -50%); border: 2px solid currentColor; border-radius: 50%; background: var(--sage); }
.feature-icon-sliders i:nth-child(1)::after { top: 28%; }
.feature-icon-sliders i:nth-child(2)::after { top: 68%; }
.feature-icon-sliders i:nth-child(3)::after { top: 42%; }
.feature-icon-average::before { content: "≈"; font-family: Georgia, "Times New Roman", serif; font-size: 38px; line-height: 1; transform: translateY(-2px); }
.feature-icon-search::before { content: ""; width: 20px; height: 20px; border: 3px solid currentColor; border-radius: 50%; }
.feature-icon-search::after { content: ""; position: absolute; width: 13px; height: 3px; right: 10px; bottom: 13px; transform: rotate(45deg); transform-origin: right center; border-radius: 3px; background: currentColor; }
.feature-icon-export::before { content: "↑"; position: absolute; top: 5px; font-size: 29px; font-weight: 700; line-height: 1; }
.feature-icon-export::after { content: ""; position: absolute; left: 15px; right: 15px; bottom: 12px; height: 15px; border: 3px solid currentColor; border-top: 0; border-radius: 0 0 5px 5px; }
.accent-card { position: relative; overflow: hidden; background: var(--green-dark); color: white; }
.accent-card h3 { color: white; }
.accent-card .feature-icon { border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.1); color: white; box-shadow: none; }
.accent-card .feature-icon-sliders i::after { background: var(--green-dark); }
.accent-card p { color: #d0dfdb; }
.mini-readings { display: flex; gap: 10px; margin-top: 26px; }
.mini-readings span { min-width: 80px; padding: 12px 14px; border: 1px solid rgba(255,255,255,.18); border-radius: 13px; background: rgba(255,255,255,.06); }
.mini-readings strong, .mini-readings small { display: block; }
.mini-readings strong { font: 700 24px/1 Georgia, serif; }
.mini-readings small { margin-top: 7px; color: #a9c4bd; font-size: 8px; letter-spacing: .12em; }

.privacy-band { padding: 100px 0; background: var(--green-dark); color: white; }
.privacy-grid { display: grid; grid-template-columns: 240px 1fr; gap: 70px; align-items: center; }
.privacy-mark { display: flex; align-items: center; justify-content: center; width: 230px; height: 230px; border: 1px solid rgba(255,255,255,.17); border-radius: 50%; }
.privacy-mark img { border-radius: 31%; box-shadow: 0 22px 50px rgba(0,0,0,.18); }
.privacy-band h2, .contact-band h2, .cta-card h2 { color: white; }
.privacy-band p:not(.section-kicker) { max-width: 760px; color: #d0dfdb; font-size: 19px; }
.light { color: #a9c4bd; }
.light-link { color: white; }

.premium-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 90px; align-items: center; }
.premium-copy > p:not(.section-kicker):not(.price):not(.price-note) { max-width: 580px; color: var(--muted); font-size: 19px; }
.price { display: flex; align-items: center; gap: 20px; margin: 34px 0 4px; }
.price strong { font: 700 46px/1 Georgia, serif; color: var(--green); }
.price span { padding-left: 20px; border-left: 1px solid var(--line); color: var(--muted); font-size: 13px; line-height: 1.45; }
.price-note { color: var(--muted); font-size: 11px; }
.premium-card { padding: 46px; border: 1px solid var(--line); border-radius: 30px; background: var(--paper); box-shadow: var(--shadow); }
.premium-stars { color: var(--gold); font-size: 26px; line-height: 1; letter-spacing: 5px; white-space: nowrap; }
.premium-card h3 { margin-top: 12px; font-size: 34px; }
.premium-card ul { display: grid; gap: 13px; margin: 28px 0; padding: 0; list-style: none; }
.premium-card li { display: flex; align-items: center; gap: 12px; font-size: 15px; font-weight: 750; }
.premium-card li span { color: var(--green); font-size: 20px; }
.premium-card > p { margin: 26px 0 0; padding-top: 22px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }

.languages { padding: 60px 0; border-block: 1px solid var(--line); background: var(--paper); }
.language-inner { display: flex; align-items: end; justify-content: space-between; gap: 60px; }
.language-inner h2 { font-size: 36px; }
.language-inner p:last-child { max-width: 500px; margin: 0; color: var(--muted); font-weight: 650; text-align: right; }
.cta { padding-bottom: 80px; }
.cta-card { min-height: 300px; padding: 58px; display: flex; align-items: center; justify-content: space-between; gap: 60px; border-radius: 30px; background: var(--green-deep); color: white; overflow: hidden; }
.cta-side { display: flex; width: min(100%, 390px); flex-direction: column; align-items: flex-start; gap: 24px; }
.security-note { display: grid; grid-template-columns: 50px 1fr; gap: 16px; align-items: center; padding: 18px 20px; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: rgba(255,255,255,.07); }
.security-note > span:last-child { display: grid; gap: 5px; }
.security-note strong { color: white; font-size: 15px; }
.security-note small { color: #c7d9d5; font-size: 12px; line-height: 1.5; }
.security-lock { position: relative; display: block; width: 46px; height: 46px; border-radius: 14px; background: rgba(255,255,255,.1); }
.security-lock::before { content: ""; position: absolute; top: 9px; left: 15px; width: 14px; height: 15px; border: 3px solid #f2dfad; border-bottom: 0; border-radius: 9px 9px 0 0; }
.security-lock::after { content: ""; position: absolute; left: 12px; bottom: 9px; width: 22px; height: 20px; border-radius: 5px; background: #f2dfad; box-shadow: inset 0 -3px 0 rgba(15,59,55,.12); }
footer { padding: 46px 0; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; }
.footer-brand strong { font-size: 21px; }
.footer-links { display: flex; gap: 28px; }
.footer-links a { color: var(--muted); font-size: 13px; font-weight: 700; text-decoration: none; }
.footer-grid > p { grid-column: 1 / -1; margin: 0; color: var(--muted); font-size: 11px; }

.page-hero { padding: 105px 0 90px; border-bottom: 1px solid var(--line); background: var(--paper); text-align: center; }
.page-hero .section-kicker { margin-bottom: 18px; }
.page-hero h1 { font-size: clamp(50px, 6vw, 76px); }
.page-hero .lead { margin-inline: auto; }
.flag-switcher { display: flex; flex-wrap: nowrap; justify-content: center; align-items: flex-start; gap: 9px; max-width: 100%; margin: 44px auto 0; padding: 4px; overflow-x: auto; }
.flag-switcher a { display: inline-flex; width: 60px; min-height: 59px; flex: 0 0 60px; flex-direction: column; align-items: center; justify-content: flex-start; gap: 8px; padding: 6px 4px; border: 1px solid transparent; border-radius: 8px; background: rgba(255,255,255,.55); color: var(--ink); text-decoration: none; transition: border-color .15s ease, background-color .15s ease, transform .15s ease; }
.flag-switcher img { width: 36px; height: 27px; flex: 0 0 27px; border-radius: 3px; object-fit: cover; box-shadow: 0 1px 4px rgba(21,59,57,.18); }
.flag-label { font-size: 10px; font-weight: 800; line-height: 1; white-space: nowrap; }
.flag-switcher a:hover, .flag-switcher a:focus-visible { border-color: var(--green); background: var(--sage); outline: none; transform: translateY(-2px); }
.flag-switcher a[aria-current="page"] { border-color: var(--green); background: var(--sage); }
.primary-button, .secondary-button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; margin-top: 30px; padding: 0 26px; border-radius: 14px; background: var(--green); color: white; font-size: 14px; font-weight: 800; text-decoration: none; }
.primary-button:hover, .primary-button:focus-visible { background: var(--green-dark); }
.support-language-note { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; margin: 22px auto 0; padding: 0 18px; border: 1px solid #e0c984; border-radius: 14px; background: #f7ebc9; color: #5b533e; font-size: 12px; font-weight: 800; line-height: 1.3; }
.support-actions { display: flex; flex-wrap: wrap; align-items: stretch; justify-content: center; gap: 14px; margin-top: 30px; }
.support-actions .primary-button, .support-actions .support-language-note { height: 54px; min-height: 54px; margin: 0; }
.help-section h2 { margin-bottom: 35px; font-size: 40px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 25px 52px 25px 0; cursor: pointer; font-family: Georgia, "Times New Roman", serif; font-size: 22px; font-weight: 700; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; top: 24px; right: 8px; color: var(--green); font-family: ui-sans-serif, sans-serif; font-size: 26px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.premium-badge { display: inline-block; margin-left: 9px; padding: 4px 8px; border: 1px solid #d3ae55; border-radius: 7px; background: #f8edcf; color: #71551e; font-family: ui-sans-serif, sans-serif; font-size: 10px; font-weight: 800; letter-spacing: .06em; line-height: 1; text-transform: uppercase; vertical-align: middle; }
.faq-list details p { margin: -4px 0 28px; color: var(--muted); }
.contact-band { padding: 70px 0; background: var(--green-dark); color: #d0dfdb; }
.contact-card { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.contact-card h2 { font-size: 45px; }
.contact-card p:not(.section-kicker) { margin-bottom: 0; }
.secondary-button { flex: 0 0 auto; margin: 0; background: #f2dfad; color: var(--green-deep); }
.medical-note { padding: 34px 0; background: #efe8d8; color: #5d625c; font-size: 13px; text-align: center; }

.privacy-page-hero .updated { margin: 25px 0 0; color: var(--muted); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.legal { padding-block: 75px 110px; }
.legal section { padding: 30px 0; border-bottom: 1px solid var(--line); }
.legal h2 { font-size: 27px; }
.legal p { color: var(--muted); }
.legal a { color: var(--green); font-weight: 700; }
.legal-contact { margin-top: 35px; padding: 34px !important; border: 0 !important; border-radius: 22px; background: var(--sage); }
.legal-contact p { margin-bottom: 0; }

.contact-page-hero { padding-bottom: 65px; }
.contact-form-section { padding-top: 70px; }
.contact-form-shell { width: min(690px, calc(100% - 48px)); }
.contact-form { display: grid; gap: 22px; padding: 38px; border: 1px solid var(--line); border-radius: 26px; background: var(--paper); box-shadow: var(--shadow); }
.form-field { display: grid; gap: 8px; }
.form-field > span { color: var(--ink); font-size: 12px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.form-field input, .form-field textarea { width: 100%; border: 1px solid var(--line); border-radius: 13px; outline: 0; background: white; color: var(--ink); font: inherit; }
.form-field input { min-height: 52px; padding: 0 15px; }
.form-field textarea { min-height: 180px; padding: 13px 15px; resize: vertical; }
.form-field input:focus, .form-field textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(38,123,104,.14); }
.form-submit { width: 100%; margin-top: 4px; border: 0; cursor: pointer; }
.form-privacy { margin: -5px 0 0; color: var(--muted); font-size: 11px; text-align: center; }
.form-privacy a { color: var(--green); font-weight: 750; }
.form-notice { margin-bottom: 22px; padding: 16px 18px; border-radius: 13px; font-size: 14px; font-weight: 750; }
.form-notice.is-success { background: var(--sage); color: var(--green-dark); }
.form-notice.is-error { background: #f7dfdc; color: #7c302a; }
.honeypot-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

@media (max-width: 980px) {
  .hero-grid, .premium-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .eyebrow, .hero-actions { justify-content: center; align-items: center; }
  .hero-copy .lead { margin-inline: auto; }
  .trust-row { justify-content: center; }
  .hero-visual { min-height: 650px; }
  .intro-grid { grid-template-columns: 1fr 1.5fr; }
  .intro-grid > p:last-child { grid-column: 2; }
  .premium-grid { gap: 50px; }
  .screenshot-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px; }
  .screenshot-card-offset { margin-top: 0; }
}

@media (max-width: 720px) {
  body { font-size: 16px; }
  .shell, .narrow { width: min(100% - 30px, 1180px); }
  .site-header { position: static; }
  .header-inner { min-height: 76px; }
  .brand img { width: 44px; height: 44px; }
  .brand strong { font-size: 21px; }
  .brand small { font-size: 8px; }
  nav { gap: 16px; }
  nav a { font-size: 12px; }
  nav a:first-child { display: none; }
  .hero { padding: 65px 0 70px; }
  h1 { font-size: clamp(48px, 15vw, 68px); }
  .lead { font-size: 18px; }
  .hero-grid { gap: 30px; }
  .hero-visual { min-height: 590px; margin-inline: -10px; }
  .orbit-one { width: 430px; height: 430px; }
  .orbit-two { width: 350px; height: 350px; }
  .phone { width: 245px; height: 515px; border-width: 7px; border-radius: 39px; }
  .float-card { min-width: 188px; padding: 11px 13px; }
  .float-average { left: -5px; top: 115px; }
  .float-private { right: -5px; bottom: 90px; }
  .intro-grid, .feature-grid, .privacy-grid { grid-template-columns: 1fr; }
  .intro-grid { gap: 22px; }
  .intro-grid > p:last-child { grid-column: auto; }
  .section { padding: 80px 0; }
  .app-showcase .shell { width: 100%; }
  .showcase-heading { width: min(100% - 30px, 720px); margin-inline: auto; }
  .screenshot-gallery { display: flex; gap: 18px; padding: 8px 15px 30px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: var(--green) transparent; }
  .screenshot-card { width: min(74vw, 320px); flex: 0 0 min(74vw, 320px); scroll-snap-align: center; }
  .screenshot-preview { border-width: 6px; border-radius: 31px; }
  .feature-card { min-height: 0; padding: 28px; }
  .feature-icon { margin-bottom: 28px; }
  .privacy-grid { gap: 35px; }
  .privacy-mark { width: 150px; height: 150px; }
  .privacy-mark img { width: 90px; height: 90px; }
  .privacy-band { padding: 75px 0; }
  .premium-card { padding: 30px; }
  .price { align-items: flex-start; }
  .price strong { font-size: 38px; }
  .language-inner, .cta-card, .contact-card { align-items: flex-start; flex-direction: column; }
  .language-inner { gap: 24px; }
  .language-inner p:last-child { text-align: left; }
  .cta-card { min-height: 0; padding: 38px 28px; }
  .cta-card h2 { font-size: 37px; }
  .footer-grid { grid-template-columns: 1fr; }
  .page-hero { padding: 75px 0 65px; }
  .contact-card { gap: 28px; }
  .contact-form-shell { width: min(100% - 30px, 690px); }
  .contact-form { padding: 26px 20px; }
}

@media (max-width: 420px) {
  .header-inner nav a:nth-child(2) { display: none; }
  .hero-visual { min-height: 550px; }
  .phone { width: 225px; height: 475px; }
  .float-card { min-width: 170px; }
  .float-card strong { font-size: 11px; }
  .float-average { top: 100px; }
  .mini-readings span { min-width: 0; flex: 1; padding: 10px; }
  .price { flex-direction: column; gap: 10px; }
  .price span { padding: 0; border: 0; }
}

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