/* ============================================================
   Ozkan's Grill — design system
   Palette: black ink, charcoal panels, fire-red/orange/yellow gradient,
   brushed chrome. Charcoal-grill-and-embers mood, not fine dining.
   ============================================================ */

/* Fonts are self-hosted (2026-09 SEO audit): loading them from
   fonts.googleapis.com made every visitor's browser open a second
   connection before it could render any text, and was the one
   render-blocking third party on this otherwise fast page (LCP was
   already 843ms without it). Jost is a variable font, trimmed to
   latin+latin-ext, matching the weight/style combinations actually used in
   this file (300–700 normal). Ultra ships one weight (400) and is used
   sparingly (headings/wordmark only), so only its latin subset is
   self-hosted — the rare latin-ext glyph in a heading falls back to the
   next font in the stack rather than pulling a second file. font-display is
   `optional`, not `swap` — see the sibling tomekktattoo.co.uk project, where
   `swap` cost ~850ms of blocking relayout when the real face arrived
   mid-load; `optional` accepts the fallback for that one visit and uses the
   cached real face after. */
@font-face {
  font-family: "Ultra";
  font-style: normal;
  font-weight: 400;
  font-display: optional;
  src: url("/assets/fonts/ultra-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 300 700;
  font-display: optional;
  src: url("/assets/fonts/jost-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 300 700;
  font-display: optional;
  src: url("/assets/fonts/jost-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  /* --- New brand tokens (fire/chrome, from the real logo) --- */
  --ink: #0a0a0a;
  --ink-soft: #111111;
  --char: #161616;
  --line: #2a2a2a;
  --line-strong: #3a3a3a;
  --fire-red: #e3161b;
  --fire-orange: #f47c20;
  --fire-yellow: #ffd23f;
  --fire-grad: linear-gradient(180deg, #e3161b 0%, #f47c20 55%, #ffd23f 100%);
  --fire-grad-h: linear-gradient(90deg, #e3161b, #f47c20 60%, #ffd23f);
  --chrome: #d0d0d0;
  --chrome-dim: #8c8c8c;
  --chrome-grad: linear-gradient(135deg, #f2f2f2 0%, #9a9a9a 35%, #e6e6e6 50%, #7d7d7d 70%, #d9d9d9 100%);
  --text: #ffffff;
  --text-muted: #b8b8b8;
  --text-dim: #8c8c8c;
  --price: #ffb547;
  --radius: 12px;
  --shadow: 0 20px 60px rgba(0,0,0,.6);
  --glow: 0 0 40px rgba(244,124,32,.35);
  --font-display: "Ultra", "Rockwell Extra Bold", Georgia, serif;
  --font-body: "Jost", "Segoe UI", system-ui, sans-serif;

  /* --- Backwards-compat aliases ---
     Old token names stay defined so every rule below that still reads them
     lands on the new palette automatically. Values chosen per the rebrand
     spec, not a 1:1 hue swap: --paper/--paper-deep flip from light parchment
     to dark charcoal panels (their former light-bg/dark-text rules are
     individually audited below wherever a hardcoded light background or a
     hardcoded dark text colour would otherwise now be unreadable), and
     --green/--wine become decorative fire accents (any USE of --green that
     actually meant "open/success" keeps a real green — checked case by
     case, see .live-status and the confirm-screen SVG). */
  --paper: #161616;
  --paper-deep: #111111;
  --cream: #ffffff;
  --gold: #f47c20;
  --gold-bright: #ffb547;
  --green: #f47c20;
  --wine: #e3161b;
  --text-on-paper: #ffffff;
  --muted-on-paper: #b8b8b8;
  --text-on-ink: #ffffff;
  --muted-on-ink: #b8b8b8;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
/* Available to assistive tech and crawlers, invisible on screen. Only for
   non-focusable content — a focusable element clipped to 1px makes browsers
   scroll to "reveal" it. */
.visually-hidden {
  position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
/* Author display rules (flex/grid on overlays) must never beat the hidden attribute. */
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  background: var(--ink);
  color: var(--text-on-ink);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }

.wrap { max-width: 1120px; margin: 0 auto; padding: 0 24px; }

/* --- Typography ----------------------------------------------------------- */
/* Ultra ships one weight (400) with no italic — it's very heavy, so it's
   reserved for h1/h2/section titles and the logo-adjacent wordmark only.
   Body copy, buttons and small text stay on Jost (var(--font-body)). */
h1, h2, h3, .display {
  font-family: var(--font-display);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: .01em;
}
h1 { font-size: clamp(2.4rem, 7vw, 4.6rem); }
.eyebrow {
  font-family: var(--font-body);
  font-size: .78rem;
  letter-spacing: .34em;
  text-transform: uppercase;
  color: var(--chrome-dim);
  margin-bottom: 14px;
}
.section-title {
  font-size: clamp(1.7rem, 4vw, 2.6rem);
  position: relative;
}
/* "Grill bar" divider — a restrained chrome hairline under section titles
   only (not used as a decorative element anywhere else on the page). */
.section-title::after {
  content: "";
  display: block;
  width: 64px; height: 2px; margin: 18px auto 0;
  background: var(--chrome-grad); opacity: .6;
}

/* --- Header --------------------------------------------------------------- */
.site-header {
  position: fixed; top: 0; right: 0; left: 0; z-index: 50;
  transition: background .3s ease, box-shadow .3s ease;
}
.site-header.scrolled {
  background: rgba(10,10,10,.92);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.site-header .bar {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 24px; max-width: 1220px; margin: 0 auto;
}
.wordmark {
  font-family: var(--font-display); font-weight: 400;
  font-size: 1.45rem; color: var(--cream); white-space: nowrap; letter-spacing: .01em;
}
.wordmark span { color: var(--gold-bright); }
.site-nav { display: flex; align-items: center; gap: 30px; }
/* :not(.btn) matters. As a bare `.site-nav a` this rule (0,1,1) outranked
   `.btn-gold` (0,1,0), so the header's ORDER ONLINE button rendered muted grey
   on gold — about 1.07:1, far under the 4.5:1 WCAG AA needs. Excluding buttons
   fixes it at the source instead of bolting on a more specific override. */
.site-nav a:not(.btn) { font-size: .92rem; letter-spacing: .06em; color: var(--muted-on-ink); transition: color .2s; }
.site-nav a:not(.btn):hover { color: var(--cream); }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  background: none; /* <button> UA default is light gray — kills contrast on dark sheets */
  padding: 14px 30px; border-radius: 999px; border: 1px solid transparent;
  min-height: 44px; /* touch target */
  font-size: .95rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
  transition: transform .15s ease, filter .2s ease, border-color .2s ease, color .2s;
}
.btn:active { transform: scale(.97); }
/* Primary — fire gradient, dark text, a subtle inner highlight rather than
   a colour-matched glow (the glow lives on the hero's grill-ring instead). */
.btn-gold {
  background: var(--fire-grad-h);
  color: #111;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.35);
}
.btn-gold:hover { filter: brightness(1.08); }
/* Secondary — chrome outline, no fill. */
.btn-ghost { border: 1.5px solid var(--chrome-dim); color: var(--chrome); }
.btn-ghost:hover { border-color: var(--chrome); color: var(--chrome); }
.btn-sm { padding: 10px 22px; font-size: .82rem; }

/* --- Hero ----------------------------------------------------------------- */
.hero {
  min-height: 100vh; min-height: 100svh;
  display: grid; place-items: center; text-align: center;
  position: relative; overflow: hidden;
  background:
    radial-gradient(60% 40% at 50% 100%, rgba(244,124,32,.18), transparent 70%),
    var(--ink);
}
.hero::before { /* film grain */
  content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; opacity: .05; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23n)' opacity='.6'/%3E%3C/svg%3E");
}
.hero-inner { position: relative; padding: 140px 24px 90px; max-width: 860px; }
/* Signature element: a circular "grill ring" — brushed-chrome ring, thin red
   rim, black-filled centre clipping the logo, ember glow beneath. Mirrors
   the real logo's oval chrome/red ring instead of the old cream medallion. */
.hero .crest {
  position: relative; z-index: 0; /* contains the ::after glow's negative z-index below */
  width: clamp(180px, 40vw, 300px); height: clamp(180px, 40vw, 300px);
  margin: 0 auto 26px; border-radius: 50%;
  border: 6px solid transparent;
  background: linear-gradient(#0a0a0a, #0a0a0a) padding-box, var(--chrome-grad) border-box;
  outline: 2px solid var(--fire-red); outline-offset: 2px;
  display: grid; place-items: center; overflow: hidden;
}
.hero .crest img {
  width: 100%; height: 100%; display: block; object-fit: cover;
  transform: scale(1.15); /* crops the source image's own black margin so the ring/text fills the circle */
}
/* Ember glow — a separate layer behind the ring so it can fade in on load
   without animating the ring's own box-shadow. Static (opacity: 1) unless
   the visitor allows motion, per the reduced-motion query below. */
.hero .crest::after {
  content: ""; position: absolute; inset: -16px; z-index: -1;
  border-radius: 50%; box-shadow: var(--glow); opacity: 1; pointer-events: none;
}
@media (prefers-reduced-motion: no-preference) {
  .hero .crest::after { opacity: 0; animation: crest-glow-in 1.2s ease-out forwards; }
}
@keyframes crest-glow-in { from { opacity: 0; } to { opacity: 1; } }
.hero h1 {
  font-size: clamp(2.4rem, 7vw, 4.6rem);
  background: var(--fire-grad);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
@supports not (background-clip: text) {
  .hero h1 { color: var(--fire-orange); }
}
.hero .tagline {
  margin: 22px auto 8px; max-width: 560px;
  font-size: 1.1rem; font-size: clamp(1.02rem, 2.2vw, 1.2rem); color: var(--muted-on-ink); font-weight: 300;
}
.hero .ratings {
  display: flex; gap: 26px; justify-content: center; flex-wrap: wrap;
  margin: 30px 0 38px; font-size: .9rem; color: var(--muted-on-ink);
}
.hero .ratings strong { color: var(--gold-bright); font-weight: 600; }
.hero .cta-row { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.hero .scroll-hint {
  position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%);
  color: var(--muted-on-ink); font-size: 1.4rem; animation: bob 2.2s ease-in-out infinite;
}
@keyframes bob { 0%,100% { transform: translate(-50%,0);} 50% { transform: translate(-50%,8px);} }

/* --- Sections ------------------------------------------------------------- */
section { padding: 96px 0; }
.section-head { text-align: center; max-width: 640px; margin: 0 auto 56px; }
.section-head p { color: var(--muted-on-ink); margin-top: 14px; font-weight: 300; }

/* Story */
.story { background: var(--char); }
.story-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 60px; align-items: center; }
.story-copy p { color: var(--muted-on-ink); font-weight: 300; margin-bottom: 18px; font-size: 1.05rem; }
.story-copy p strong { color: var(--cream); font-weight: 500; }
.story-facts { display: grid; gap: 18px; }
/* Chrome-edged fact card with a fire-orange left accent bar. */
.fact {
  border: 1px solid var(--line-strong); border-left: 3px solid var(--fire-orange);
  border-radius: var(--radius);
  padding: 22px 26px; background: rgba(255,255,255,.03);
}
.fact .n { font-family: var(--font-display); font-size: 2rem; color: var(--gold-bright); }
.fact .l { font-size: .85rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted-on-ink); }

/* Menu — dark charcoal panel (was a light parchment section; now matches
   the rest of the page). */
.menu-section {
  background: var(--paper);
  color: var(--text-on-paper);
  background-image:
    radial-gradient(800px 400px at 20% 0%, rgba(244,124,32,.10), transparent 60%),
    radial-gradient(700px 500px at 90% 100%, rgba(227,22,27,.08), transparent 60%);
}
.menu-section .section-head p { color: var(--muted-on-paper); }
.menu-tabs {
  display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; margin-bottom: 48px;
}
/* Menu tabs / category pills — inactive: outline; active: fire gradient. */
.menu-tab {
  padding: 10px 22px; border-radius: 999px; font-size: .88rem; letter-spacing: .04em;
  border: 1px solid var(--line-strong); background: transparent; color: var(--text-muted);
  transition: all .2s;
}
.menu-tab:hover { border-color: var(--fire-orange); color: var(--fire-orange); }
.menu-tab.active { background: var(--fire-grad-h); color: #111; border-color: transparent; font-weight: 700; }
.menu-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 56px; max-width: 980px; margin: 0 auto; }
/* One group per category, all of them present so crawlers see the whole menu;
   display:contents keeps the dishes as direct grid items, and the global
   [hidden] rule above (with !important) still wins for inactive groups. */
.menu-cat { display: contents; }
/* Menu cards — a bordered charcoal panel per dish (was a dotted-leader
   printed-menu row); the grid's own row gap (14px, see .menu-grid above)
   spaces the cards, so no extra margin is needed here. */
.menu-item {
  padding: 18px 20px; background: var(--char);
  border: 1px solid var(--line); border-radius: var(--radius);
  transition: border-color .2s;
}
.menu-item:hover { border-color: var(--line-strong); }
.menu-item .row { display: flex; align-items: baseline; gap: 10px; }
.menu-item .name { font-family: var(--font-body); font-weight: 700; font-size: 1.22rem; color: #fff; }
.menu-item .dots { flex: 1; border-bottom: 1px dotted var(--line-strong); transform: translateY(-4px); }
.menu-item .price { font-weight: 700; color: var(--price); white-space: nowrap; font-variant-numeric: tabular-nums; }
.menu-item .desc { font-size: .92rem; color: var(--muted-on-paper); margin-top: 4px; font-weight: 300; }
.menu-item .desc.allergens { font-size: .78rem; font-style: italic; }
.menu-item .tags { margin-top: 6px; display: flex; gap: 6px; flex-wrap: wrap; }
/* Neutral chrome-outline chips by default (dietary/info tags: V, VG, GF,
   spicy, dine-in) — restrained, not colour-coded. "Sold out" and "Popular"
   are functional states, not decorative tags, so they keep distinct
   treatment below. All colours here clear 4.5:1 against --char (#161616)
   and --ink (#0a0a0a) alike. */
.tag {
  font-size: .68rem; letter-spacing: .08em; text-transform: uppercase;
  padding: 2px 9px; border-radius: 999px; border: 1px solid var(--line-strong);
  color: var(--text-muted);
  /* A pill badge should never break its own text mid-word (e.g. "★ Popular"
     wrapping to two lines) — the row it sits in wraps as a whole instead. */
  white-space: nowrap; flex-shrink: 0;
}
/* --fire-red itself is ~3.8:1 on --char at this text size — short of the
   4.5:1 AA floor — so this uses the same lighter accessible red already
   used for .form-error/.review-error elsewhere (9.1:1 on --char). */
.tag.soldout { color: #ff9d9d; border-color: #ff9d9d; }
.tag.popular { background: var(--fire-grad-h); color: #111; border-color: transparent; font-weight: 700; }
.menu-cta { text-align: center; margin-top: 54px; }
.menu-note { text-align: center; color: var(--muted-on-paper); font-size: .85rem; margin-top: 22px; }

/* Gallery */
.gallery-section { background: var(--ink); }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.gallery-item { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); }
.gallery-item img { width: 100%; height: 240px; object-fit: cover; }
.gallery-item figcaption { padding: 12px 16px; font-size: .85rem; color: var(--muted-on-ink); background: var(--char); }

/* Awards */
.awards-section { background: var(--char); }
.awards-list { list-style: none; display: grid; gap: 14px; max-width: 640px; margin: 0 auto; }
.awards-list li {
  text-align: center; font-family: var(--font-display); font-size: 1.25rem;
  color: var(--cream); padding: 16px 20px; border: 1px solid var(--line-strong); border-radius: var(--radius);
  background: rgba(255,255,255,.03);
}

/* Reviews */
.reviews { background: var(--ink); }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.review-card {
  border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px; background: var(--char); display: flex; flex-direction: column; gap: 16px;
}
.review-card .stars { color: var(--gold-bright); letter-spacing: .2em; }
.review-card blockquote {
  font-family: var(--font-display); font-size: 1.25rem; line-height: 1.3;
  color: var(--cream);
}
.review-card cite { font-style: normal; font-size: .82rem; color: var(--muted-on-ink); letter-spacing: .08em; }
.badges-row {
  display: flex; gap: 40px; justify-content: center; flex-wrap: wrap; margin-top: 56px; text-align: center;
}
.badge-score .s { font-family: var(--font-display); font-size: 2.6rem; color: var(--gold-bright); }
.badge-score .t { font-size: .8rem; letter-spacing: .16em; text-transform: uppercase; color: var(--muted-on-ink); }

/* Visit */
.visit { background: var(--char); }
.visit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.visit-block h3 { font-size: 1.5rem; color: var(--cream); margin-bottom: 18px; }
.visit-block p, .visit-block li { color: var(--muted-on-ink); font-weight: 300; }
.visit-block ul { list-style: none; display: grid; gap: 10px; }
.visit-block a.link { color: var(--gold-bright); border-bottom: 1px solid rgba(255,181,71,.4); }
.visit-block a.link:hover { border-color: var(--gold-bright); }
.hours-box {
  border: 1px solid var(--line-strong); border-radius: var(--radius);
  padding: 24px 28px; background: rgba(255,255,255,.03); margin-top: 8px; white-space: pre-line;
}

/* FAQ */
.faq { background: var(--ink); }
.faq-list { display: grid; gap: 12px; max-width: 720px; margin: 0 auto; }
.faq-item {
  border: 1px solid var(--line); border-radius: var(--radius);
  background: var(--char); padding: 4px 24px;
}
.faq-item summary {
  padding: 18px 0; color: #fff; font-weight: 500; cursor: pointer;
  list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; color: var(--fire-orange); font-size: 1.3rem; flex-shrink: 0; }
.faq-item[open] summary::after { content: '\2212'; }
.faq-item p { color: var(--muted-on-ink); font-weight: 300; padding-bottom: 20px; margin: 0; }
.faq-item a.link { color: var(--gold-bright); border-bottom: 1px solid rgba(255,181,71,.4); }

/* Footer */
.site-footer { background: var(--ink); border-top: 1px solid var(--line); padding: 46px 0; }
.footer-grid { display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; }
.site-footer p { color: var(--muted-on-ink); font-size: .85rem; font-weight: 300; }
.site-footer .credit a { color: var(--gold-bright); }

/* Floating order button (mobile) */
.fab-order {
  position: fixed; bottom: 20px; left: 50%; transform: translateX(-50%);
  z-index: 40; display: none;
}
/* main.js adds this while the hero (which has its own ORDER ONLINE) is on
   screen — on a 375px phone the hero's third button sits exactly under the
   floating one. (0,2,0) beats the mobile display:block below. */
.fab-order.is-hidden { display: none; }
@media (max-width: 760px) {
  .site-nav a:not(.btn) { display: none; }
  /* Ultra is wide: at 1.45rem the wordmark and the header CTA collide on a
     375px screen and the CTA wraps to two lines. Both shrink, neither wraps. */
  .wordmark { font-size: 1.1rem; }
  .site-nav .btn { white-space: nowrap; padding: 10px 16px; font-size: .72rem; letter-spacing: .04em; }
  .story-grid, .visit-grid, .menu-grid { grid-template-columns: 1fr; }
  .review-grid, .gallery-grid { grid-template-columns: 1fr; }
  section { padding: 68px 0; }
  .fab-order { display: block; white-space: nowrap; max-width: calc(100vw - 32px); }
  .fact .n { font-size: 1.35rem; }
}

/* ---------------------------------------------------------------------------
   Old iOS Safari fallbacks (roughly iPhone 6–8 on iOS 12–14.0).
   `gap` inside a FLEX container only works from Safari 14.1 — before that it
   is ignored entirely and the items sit flush against each other. Grid gap is
   fine much earlier, so only flex rows need this.
   `inset` also landed in 14.1, which makes it a reliable stand-in for the
   version test; browsers that understand inset skip this whole block.
   Spacing is applied as margins, so it stacks harmlessly if a browser somehow
   supports one but not the other.
   --------------------------------------------------------------------------- */
@supports not (inset: 0) {
  .site-nav > * + * { margin-left: 30px; }
  .hero .ratings > * { margin: 0 13px 8px; }
  .hero .cta-row > * { margin: 0 8px 12px; }
  .btn > * + * { margin-left: 10px; }
  .story-facts > * + * { margin-top: 18px; }
  .footer-grid > * + * { margin-top: 8px; }
}

/* Keyboard users get a visible way past the header straight to the content
   (same pattern as the order app's skip link). */
.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 100;
  background: var(--gold-bright); color: #111; padding: 10px 16px;
  border-radius: 0 0 8px 0; font-weight: 600;
}
.skip-link:focus { left: 0; }

/* Visible keyboard-focus ring, site-wide. */
a:focus-visible, button:focus-visible, input:focus-visible,
textarea:focus-visible, select:focus-visible, summary:focus-visible,
[tabindex]:focus-visible {
  outline: 2px solid var(--fire-orange); outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
