@font-face {
  font-family: Inter;
  src: url('/fonts/inter-latin.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Tight';
  src: url('/fonts/inter-tight-latin.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
:root {
  font-family: Inter, Arial, sans-serif;
  color: #111411;
  background: #f8f7f2;
  font-synthesis: none;
  --paper: #f8f7f2;
  --ink: #111411;
  --green: #224c40;
  --orange: #b94805;
  --muted: #62655f;
  --line: #d4d6cd;
  --peach: #faeada;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; font-size: 16px; line-height: 1.55; letter-spacing: -.025em; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; text-underline-offset: 5px; }
button { cursor: pointer; }
img { display: block; max-width: 100%; height: auto; }
svg { flex-shrink: 0; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3, .wordmark { font-family: 'Inter Tight', Inter, sans-serif; }
h1, h2 { font-weight: 720; letter-spacing: -.045em; line-height: 1.06; }
h3 { font-weight: 650; letter-spacing: -.025em; line-height: 1.2; }
h1 { font-size: clamp(60px, 7.2vw, 104px); }
h2 { font-size: clamp(38px, 4.4vw, 64px); }
:focus-visible { outline: 3px solid #225ee4; outline-offset: 6px; border-radius: 3px; }
::selection { background: #dce7b9; color: #111411; }
.wrap { width: min(1280px, 89.2%); margin-inline: auto; }
.eyebrow { font-size: 12px; letter-spacing: .19em; text-transform: uppercase; font-weight: 550; line-height: 1.5; }
.orange { color: var(--orange); }
.wordmark { font-size: 34px; line-height: 1; letter-spacing: -.045em; font-weight: 730; }
.skip-link { position: fixed; left: 20px; top: -100px; z-index: 20; background: var(--green); color: white; padding: 12px 20px; }
.skip-link:focus { top: 12px; }
.site-header { height: 80px; display: flex; justify-content: space-between; align-items: center; position: relative; z-index: 5; }
.desktop-nav { display: flex; align-items: center; gap: 35px; font-size: 15px; }
.desktop-nav a { padding-block: 12px; }
.desktop-nav a:hover, .desktop-nav a[aria-current] { color: var(--green); text-decoration: underline; }
.nav-arrow { margin-left: 4px; min-width: 36px; display: grid; place-items: center; }
.mobile-menu { display: none; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 17px; min-height: 56px; padding: 14px 28px; background: var(--green); color: white; border: 1px solid var(--green); border-radius: 999px; font-size: 18px; line-height: 1.4; letter-spacing: -.025em; font-weight: 450; transition: background-color 160ms, box-shadow 160ms; }
.button:hover { background: #163c31; box-shadow: 0 4px 14px #224c4016; }
.button-secondary { background: transparent; color: var(--green); }
.button-secondary:hover { background: #e8ece3; }
.text-link { display: inline-flex; align-items: center; gap: 14px; border-bottom: 1px solid currentColor; color: var(--green); padding-bottom: 3px; font-size: 19px; line-height: 1.5; }
.text-link:hover { color: #102e24; }
.text-link svg { transition: transform 160ms; }
.text-link:hover svg { transform: translateX(3px); }
.home-hero { position: relative; overflow: hidden; min-height: clamp(475px, 42.1vw, 625px); isolation: isolate; }
.hero-art { position: absolute; width: min(52vw, 740px); max-width: none; right: 12px; top: -55px; z-index: -1; mix-blend-mode: multiply; }
.hero-inner { padding-top: clamp(50px, 5vw, 73px); padding-bottom: 50px; }
.hero-inner h1 { margin-top: 18px; max-width: 920px; line-height: 1; }
.hero-description { font-size: clamp(20px, 2.13vw, 29px); line-height: 1.36; margin-top: 14px; letter-spacing: -.035em; }
.hero-actions { display: flex; gap: 42px; align-items: center; margin-top: 30px; }
.quiet-link { font-size: 17px; }
.quiet-link svg { display: none; }
.featured { padding-top: 26px; padding-bottom: 38px; border-top: 1px solid var(--line); }
.featured > .eyebrow { margin-bottom: 16px; }
.featured-grid { display: grid; grid-template-columns: 44.5% 50.5%; gap: 5%; align-items: center; }
.product-portrait { border-radius: 14px; background: var(--peach); display: grid; place-items: center; aspect-ratio: .765; }
.phone { position: relative; width: 290px; aspect-ratio: 720 / 1536; flex-shrink: 0; filter: drop-shadow(0 10px 9px #23150625); }
.phone-screen { position: absolute; left: 4.7%; top: 2.5%; width: 90.6%; height: 95.1%; object-fit: contain; background: #f2f2f7; border-radius: 14% / 6.5%; }
.phone-dark .phone-screen { background: #000; }
.phone-bezel { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.product-portrait .phone { width: 59%; }
.featured-copy { padding-block: 15px; }
.app-icon { width: 104px; height: 104px; border-radius: 12px; border: 1px solid #d2d3d0; }
.featured-copy h2 { margin-top: 24px; font-size: clamp(32px, 4.3vw, 62px); white-space: nowrap; letter-spacing: -.05em; }
.feature-tagline { font-family: 'Inter Tight', Inter, sans-serif; font-size: clamp(30px, 4.3vw, 62px); font-weight: 330; letter-spacing: -.045em; line-height: 1.12; margin-top: 7px; }
.feature-description { font-size: clamp(17px, 2vw, 27px); line-height: 1.43; margin-top: 20px; }
.feature-facts { list-style: none; display: flex; padding: 0; margin: 30px 0 38px; font-size: clamp(14px, 1.53vw, 20px); line-height: 1.45; }
.feature-facts li { flex: 1; padding: 10px 22px; border-left: 1px solid var(--line); }
.feature-facts li:first-child { border: 0; padding-left: 0; }
.feature-facts li:last-child { padding-right: 0; }
.site-footer { border-top: 1px solid var(--line); padding-top: 46px; padding-bottom: 24px; }
.footer-top { display: flex; justify-content: space-between; align-items: flex-end; gap: 36px; }
.studio-note h2 { font-size: clamp(30px, 3.8vw, 52px); }
.studio-note p { margin-top: 10px; color: #50554e; font-size: 17px; line-height: 1.45; }
.footer-brand { text-align: right; flex-shrink: 0; }
.footer-brand .wordmark { font-size: 28px; }
.footer-brand p { margin-top: 6px; color: #565b55; font-size: 13px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 30px; font-size: 13px; color: #62675e; }
.footer-bottom nav { display: flex; flex-wrap: wrap; gap: 24px; }
.footer-bottom a:hover { color: var(--green); text-decoration: underline; }
.app-nav-wrap { border-block: 1px solid var(--line); }
.app-nav { display: flex; justify-content: space-between; align-items: center; min-height: 66px; gap: 25px; }
.app-nav-title { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 550; }
.app-nav-title img { border-radius: 7px; }
.app-nav-title span { margin-left: -10px; }
.app-nav-links { display: flex; gap: 30px; font-size: 14px; align-self: stretch; }
.app-nav-links a { display: flex; align-items: center; border-bottom: 2px solid transparent; padding-top: 2px; }
.app-nav-links a[aria-current] { border-bottom-color: var(--green); color: var(--green); }
.app-nav-links a:hover { color: var(--green); }
.sudoku-hero { display: grid; grid-template-columns: 1.1fr .9fr; gap: 7%; align-items: center; padding-block: 65px 70px; }
.product-label { display: flex; align-items: center; gap: 16px; margin-bottom: 30px; }
.product-label .app-icon { width: 58px; height: 58px; border-radius: 10px; }
.product-label .eyebrow { font-size: 11px; }
.sudoku-intro h1 { font-size: clamp(66px, 7.7vw, 112px); }
.large-copy { font-size: clamp(20px, 2vw, 27px); line-height: 1.5; margin-top: 24px; }
.subtle-copy { margin-top: 24px; margin-bottom: 22px; color: var(--muted); font-size: 16px; }
.download-note { font-size: 12px; color: var(--muted); margin-top: 13px; }
.sudoku-hero-visual { background: var(--peach); border-radius: 20px; display: flex; flex-direction: column; align-items: center; padding: 34px 20px 22px; }
.sudoku-hero-visual .phone { width: min(275px, 72%); }
.image-caption { color: #706151; font-size: 12px; margin-top: 18px; }
.benefit-strip { display: flex; justify-content: space-between; gap: 20px; border-block: 1px solid var(--line); padding-block: 25px; font-size: 15px; }
.play-section { display: grid; grid-template-columns: 1fr 1fr; gap: 12%; padding-block: 105px; }
.section-heading h2 { margin-top: 19px; }
.section-heading > p:last-child { color: var(--muted); margin-top: 24px; font-size: 18px; }
.feature-list > div { display: flex; gap: 23px; padding-block: 26px; border-bottom: 1px solid var(--line); }
.feature-list > div:first-child { padding-top: 0; }
.feature-number { color: var(--orange); padding-top: 2px; font-size: 12px; font-variant-numeric: tabular-nums; }
.feature-list h3 { font-size: 25px; }
.feature-list p { color: var(--muted); font-size: 16px; margin-top: 12px; max-width: 39ch; }
.appearance-section { background: #1d352e; color: #f4f4ea; }
.appearance-section :focus-visible { outline-color: #adc7ff; }
.appearance-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 12%; align-items: center; padding-block: 65px; }
.appearance-visual { display: flex; justify-content: center; }
.appearance-visual .phone { width: 245px; }
.appearance-copy .eyebrow { color: #ccdcce; }
.appearance-copy h2 { margin-top: 20px; font-size: clamp(36px, 4.2vw, 61px); }
.appearance-copy p:not(.eyebrow) { margin-top: 22px; color: #ced8d0; font-size: 18px; max-width: 44ch; }
.appearance-copy .text-link { color: #f1e7cc; margin-top: 35px; }
.devices-section { padding-block: 100px 70px; }
.centered { text-align: center; }
.desktop-preview { margin: 50px auto 0; max-width: 980px; }
.desktop-preview img { width: 100%; border-radius: 13px; border: 1px solid #dadbd3; box-shadow: 0 18px 45px #282c1210; }
.desktop-preview figcaption { text-align: center; margin-top: 20px; font-size: 14px; color: var(--muted); }
.compatibility { text-align: center; color: var(--muted); font-size: 12px; margin-top: 8px; }
.unlimited-section { display: flex; align-items: center; justify-content: space-between; gap: 40px; border-block: 1px solid var(--line); padding-block: 65px; }
.unlimited-section h2 { margin-top: 17px; }
.unlimited-section p:last-child { color: var(--muted); margin-top: 20px; font-size: 18px; }
.unlimited-section .button { flex-shrink: 0; }
.app-help { padding-block: 30px 65px; display: flex; justify-content: space-between; gap: 25px; color: var(--muted); font-size: 14px; }
.app-help p { display: flex; gap: 14px; }
.app-help a { display: inline-flex; align-items: center; gap: 8px; color: var(--green); }
.app-help a:hover { text-decoration: underline; }
.page-intro { padding-block: 65px 70px; }
.page-intro h1 { margin-top: 22px; font-size: clamp(58px, 6.9vw, 96px); }
.page-intro .large-copy { color: #595f56; }
.support-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 9%; align-items: start; padding-bottom: 100px; }
.small-heading { font-size: 29px; margin-bottom: 25px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; align-items: center; gap: 24px; cursor: pointer; list-style: none; padding-block: 23px; font-size: 17px; font-weight: 500; }
summary::-webkit-details-marker { display: none; }
.faq-list summary svg { transition: transform 160ms; }
.faq-list details[open] summary svg { transform: rotate(45deg); }
.faq-list details[open] summary { color: var(--green); }
.faq-answer { padding: 0 26px 25px 0; font-size: 16px; color: #5d635a; line-height: 1.7; }
.faq-answer a { text-decoration: underline; color: var(--green); }
.support-contact { padding: 36px; background: #eeeee4; border-radius: 13px; }
.support-contact h2 { font-size: 42px; margin-top: 20px; }
.support-contact > p:not(.eyebrow) { font-size: 15px; color: #5b6358; margin-top: 18px; }
.support-contact .email-address { font-size: 24px; }
.support-contact .email-contact { margin-top: 28px; }
.support-contact .email-actions { flex-wrap: wrap; gap: 15px; }
.support-contact .button { font-size: 15px; padding: 12px 18px; min-height: 49px; gap: 10px; }
.support-contact .text-link { margin-top: 20px; font-size: 15px; }
.policy-date { margin-top: 24px; font-size: 13px; color: var(--muted); }
.policy-layout { display: grid; grid-template-columns: 240px 1fr; gap: 9%; padding-bottom: 100px; }
.policy-toc { display: flex; flex-direction: column; gap: 13px; position: sticky; top: 35px; align-self: start; }
.policy-toc .eyebrow { margin-bottom: 12px; }
.policy-toc a { font-size: 15px; color: var(--muted); padding-block: 3px; }
.policy-toc a:hover { color: var(--green); text-decoration: underline; }
.policy-body { max-width: 740px; }
.policy-body section { padding-top: 36px; margin-bottom: 36px; border-top: 1px solid var(--line); scroll-margin-top: 30px; }
.policy-body h2 { font-size: 35px; letter-spacing: -.025em; }
.policy-body h3 { font-size: 21px; margin-top: 26px; }
.policy-body p { font-size: 16px; line-height: 1.8; color: #535b51; margin-top: 17px; }
.policy-body strong { color: var(--ink); font-weight: 600; }
.policy-body a { color: var(--green); text-decoration: underline; overflow-wrap: anywhere; }
.contact-grid { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; padding-block: 70px 65px; position: relative; }
.contact-copy { position: relative; z-index: 1; }
.contact-copy h1 { margin-top: 22px; }
.contact-copy .large-copy { color: #525b50; }
.contact-art { width: 140%; max-width: none; margin-left: -40%; mix-blend-mode: multiply; }
.contact-page { overflow: clip; }
.email-contact { margin-top: 40px; }
.email-address { font-family: 'Inter Tight', Inter, sans-serif; font-size: clamp(30px, 3.5vw, 48px); color: var(--green); letter-spacing: -.035em; overflow-wrap: anywhere; }
.email-address:hover { text-decoration: underline; }
.email-actions { display: flex; align-items: center; gap: 27px; margin-top: 24px; }
.contact-company { margin-top: 27px; font-size: 14px; color: var(--muted); }
.contact-support { display: flex; justify-content: space-between; align-items: center; gap: 35px; padding-block: 40px; border-block: 1px solid var(--line); }
.contact-support h2 { margin-top: 17px; font-size: 34px; }
.contact-support p:last-child { margin-top: 13px; color: var(--muted); font-size: 16px; }
.contact-support .text-link { flex-shrink: 0; }
.contact-privacy { color: var(--muted); font-size: 13px; padding-block: 25px 65px; }
.contact-privacy a { text-decoration: underline; color: var(--green); }
.not-found { padding-block: 90px; }
.not-found h1 { margin-top: 24px; }
.not-found p:not(.eyebrow) { margin-block: 25px; color: var(--muted); }
@media (min-width: 1440px) {
  .home-hero { min-height: 640px; }
  .hero-inner { padding-top: 85px; }
  .hero-art { right: max(0px, calc((100vw - 1440px) / 2)); }
}
@media (max-width: 1000px) {
  .featured-copy h2 { font-size: 4.05vw; }
  .feature-facts { margin-block: 25px; }
  .feature-facts li { padding-inline: 13px; }
  .footer-top { align-items: flex-start; }
  .wide-break { display: none; }
  .studio-note { max-width: 65%; }
  .studio-note h2 { font-size: 34px; }
  .support-grid { grid-template-columns: 1.3fr 1fr; gap: 5%; }
  .support-contact { padding: 27px; }
  .support-contact .email-address { font-size: 21px; }
  .policy-layout { grid-template-columns: 190px 1fr; gap: 6%; }
  .sudoku-hero { gap: 4%; }
  .sudoku-intro .button { font-size: 15px; padding-inline: 23px; }
  .appearance-grid { gap: 8%; }
  .contact-support h2 { font-size: 29px; }
}
@media (max-width: 760px) {
  .wrap { width: calc(100% - 48px); }
  .site-header { height: 76px; }
  .wordmark { font-size: 29px; }
  .desktop-nav { display: none; }
  .mobile-menu { display: block; }
  .mobile-menu > summary { display: grid; place-items: center; cursor: pointer; list-style: none; width: 44px; height: 44px; }
  .mobile-menu .close-menu { display: none; }
  .mobile-menu[open] .open-menu { display: none; }
  .mobile-menu[open] .close-menu { display: block; }
  .mobile-nav { position: absolute; left: 0; right: 0; top: 68px; background: var(--paper); padding: 8px 20px; border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 14px 25px #25342210; }
  .mobile-nav a { display: flex; justify-content: space-between; align-items: center; padding-block: 16px; }
  .mobile-nav a + a { border-top: 1px solid var(--line); }
  .home-hero { min-height: 0; padding-bottom: 310px; }
  .hero-inner { padding-top: 37px; padding-bottom: 20px; }
  .hero-inner h1 { font-size: clamp(45px, 8.5vw, 64px); margin-top: 20px; }
  .hero-description { font-size: 19px; max-width: 420px; line-height: 1.5; margin-top: 22px; }
  .desktop-break { display: none; }
  .hero-actions { gap: 25px; margin-top: 26px; }
  .button { min-height: 52px; font-size: 16px; padding: 13px 22px; gap: 12px; }
  .quiet-link { font-size: 15px; }
  .hero-art { width: 400px; top: auto; bottom: -46px; right: 0; }
  .featured { padding-top: 27px; padding-bottom: 45px; }
  .featured-grid { grid-template-columns: 1fr; gap: 30px; }
  .featured > .eyebrow { margin-bottom: 24px; }
  .product-portrait { aspect-ratio: 1; }
  .product-portrait .phone { height: 92%; width: auto; max-width: 45%; }
  .featured-copy { padding: 0; }
  .featured-copy .app-icon { width: 68px; height: 68px; border-radius: 11px; }
  .featured-copy h2 { font-size: clamp(29px, 5.8vw, 42px); margin-top: 22px; white-space: normal; }
  .feature-tagline { font-size: clamp(31px, 5.8vw, 42px); margin-top: 9px; }
  .feature-description { font-size: 18px; }
  .feature-facts { font-size: 14px; margin-block: 26px 30px; }
  .feature-facts li { padding-inline: 15px; }
  .text-link { font-size: 17px; }
  .footer-top { flex-direction: column; gap: 28px; }
  .studio-note { max-width: none; }
  .studio-note h2 { font-size: 33px; }
  .studio-note p { font-size: 15px; line-height: 1.6; }
  .footer-brand { text-align: left; }
  .footer-brand .wordmark { font-size: 26px; }
  .footer-bottom { flex-direction: column; gap: 20px; }
  .footer-bottom nav { gap: 19px; font-size: 12px; }
  .site-footer { padding-top: 36px; padding-bottom: 30px; }
  .app-nav { min-height: 63px; gap: 15px; }
  .app-nav-title { font-size: 14px; gap: 8px; }
  .app-nav-title span { display: none; }
  .app-nav-title img { width: 27px; height: 27px; }
  .app-nav-links { font-size: 12px; gap: 17px; }
  .sudoku-hero { grid-template-columns: 1fr; padding-block: 40px; gap: 35px; }
  .product-label { margin-bottom: 25px; gap: 12px; }
  .product-label .app-icon { width: 44px; height: 44px; }
  .product-label .eyebrow { font-size: 10px; }
  .sudoku-intro h1 { font-size: clamp(63px, 12vw, 90px); }
  .large-copy { font-size: 20px; }
  .subtle-copy { font-size: 14px; }
  .sudoku-hero-visual { padding-top: 28px; }
  .sudoku-hero-visual .phone { width: 230px; max-width: 72%; }
  .benefit-strip { flex-wrap: wrap; justify-content: flex-start; gap: 12px 26px; padding-block: 20px; font-size: 12px; }
  .play-section { grid-template-columns: 1fr; gap: 45px; padding-block: 65px; }
  h2 { font-size: 42px; }
  .section-heading > p:last-child { font-size: 17px; }
  .feature-list h3 { font-size: 25px; }
  .feature-list p { max-width: none; }
  .appearance-grid { grid-template-columns: 1fr; gap: 38px; padding-block: 45px; }
  .appearance-visual { order: 2; }
  .appearance-visual .phone { width: 215px; }
  .appearance-copy h2 { font-size: clamp(33px, 7.7vw, 46px); }
  .appearance-copy p:not(.eyebrow) { font-size: 17px; }
  .devices-section { padding-block: 65px 45px; }
  .desktop-preview { margin-top: 30px; }
  .centered h2 { font-size: 40px; }
  .compatibility { max-width: 28ch; margin-inline: auto; }
  .unlimited-section { align-items: flex-start; flex-direction: column; padding-block: 45px; gap: 27px; }
  .unlimited-section p:last-child { font-size: 17px; }
  .app-help { flex-direction: column; padding-block: 25px 45px; gap: 16px; font-size: 13px; }
  .app-help p { flex-direction: column; gap: 5px; }
  .page-intro { padding-block: 45px 50px; }
  .page-intro h1 { font-size: clamp(52px, 10vw, 74px); }
  .support-grid { grid-template-columns: 1fr; gap: 45px; padding-bottom: 55px; }
  .support-contact .email-address { font-size: 31px; }
  .support-contact .email-actions { gap: 24px; }
  .small-heading { font-size: 28px; }
  .faq-list summary { font-size: 16px; padding-block: 22px; }
  .policy-layout { grid-template-columns: 1fr; gap: 36px; padding-bottom: 45px; }
  .policy-toc { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 20px; }
  .policy-toc .eyebrow { grid-column: 1 / -1; }
  .policy-toc a { font-size: 13px; }
  .policy-body h2 { font-size: 30px; }
  .policy-body section { padding-top: 28px; margin-bottom: 28px; }
  .policy-body p { font-size: 16px; }
  .contact-grid { grid-template-columns: 1fr; padding-top: 45px; padding-bottom: 0; }
  .contact-copy h1 { font-size: 70px; }
  .contact-art { width: min(450px, 115%); max-width: none; margin: 20px -2% 0 auto; }
  .contact-copy .large-copy { font-size: 19px; }
  .email-address { font-size: 34px; }
  .email-actions { flex-wrap: wrap; gap: 16px 24px; }
  .email-actions .button { white-space: nowrap; }
  .contact-support { flex-direction: column; align-items: flex-start; gap: 25px; }
  .contact-support h2 { font-size: 31px; }
  .contact-privacy { padding-bottom: 45px; }
  .not-found { padding-block: 60px; }
}
@media (max-width: 390px) {
  .wrap { width: calc(100% - 36px); }
  .hero-inner h1 { font-size: 10.2vw; }
  .sudoku-intro h1 { font-size: 16vw; }
  .page-intro h1 { font-size: 13vw; }
  .contact-copy h1 { font-size: 18vw; }
  .hero-actions { gap: 17px; }
  .hero-actions .button { font-size: 14px; padding-inline: 18px; gap: 10px; }
  .hero-actions .quiet-link { font-size: 13px; }
  .eyebrow { font-size: 10px; }
  .app-nav-links { gap: 13px; }
  .feature-facts { font-size: 13px; }
  .feature-facts li { padding-inline: 10px; }
  .support-contact { padding: 23px; }
  .support-contact .email-address { font-size: 28px; }
  .support-contact .email-actions { gap: 10px; }
}
@media (max-width: 360px) {
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
