/* ═══════════════════════════════════════════════════════════════════════
   WOKING THAI FOOD — estilos compartilhados (index.html e franquia.html)

   Identidade tirada do material real da marca (ver ../../marca/IDENTIDADE.md):
   · vermelho do isologo oficial #FC0F3B, preto quente, off-white quente
   · display condensado em caixa alta, como nos posts (Anton)
   · corpo em sans humanista, perto do Avenir do site oficial (Figtree)
   · padrão de ondas da embalagem (seigaiha) nas faixas vermelhas
   ═══════════════════════════════════════════════════════════════════════ */
:root {
  --red:     #FC0F3B;
  --red-2:   #D60A33;   /* vermelho para texto sobre claro (5:1) */
  --ink:     #141011;
  --ink-2:   #4A4243;
  --ink-3:   #6E6566;
  --paper:   #F6F1EC;
  --paper-2: #ECE4DC;
  --line:    #DED3C9;
  --white:   #FFFFFF;
  --zap:     #1FA855;

  --display: "Anton", "Bebas Neue", "Oswald", Impact, "Arial Narrow", sans-serif;
  --body:    "Figtree", "Avenir Next", "Avenir", system-ui, -apple-system, "Segoe UI", sans-serif;

  --page: 76rem;
  --gutter: 1.25rem;
  --r: 14px;

  --waves: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='28' viewBox='0 0 56 28'%3E%3Cg fill='none' stroke='%23fff' stroke-opacity='.13' stroke-width='2'%3E%3Cpath d='M0 28a28 28 0 0 1 56 0M9 28a19 19 0 0 1 38 0M18 28a10 10 0 0 1 20 0'/%3E%3Cpath d='M-28 14a28 28 0 0 1 56 0M-19 14a19 19 0 0 1 38 0M-10 14a10 10 0 0 1 20 0M28 14a28 28 0 0 1 56 0M37 14a19 19 0 0 1 38 0M46 14a10 10 0 0 1 20 0'/%3E%3C/g%3E%3C/svg%3E");
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 5.5rem; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); font-size: 1.0625rem; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
button { font: inherit; cursor: pointer; }
:focus-visible { outline: 3px solid var(--red); outline-offset: 3px; }
h1, h2, h3 { margin: 0; font-weight: 400; }
p { margin: 0; }

.wrap { max-width: var(--page); margin-inline: auto; padding-inline: var(--gutter); }
.display { font-family: var(--display); text-transform: uppercase; line-height: .95; letter-spacing: .005em; }
.red { color: var(--red); }
.eyebrow { font-weight: 800; font-size: .78rem; letter-spacing: .18em; text-transform: uppercase; margin-bottom: .8rem; }
section { padding-block: clamp(4rem, 9vw, 7rem); }
.h2 { font-size: clamp(2.5rem, 7vw, 4.75rem); }
.lead { font-size: 1.12rem; color: var(--ink-2); max-width: 38rem; margin-top: 1rem; }
.ctas { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 1.75rem; }

/* ── botões ─────────────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  min-height: 3.25rem; padding: .8rem 1.4rem; border-radius: 999px; border: 0;
  background: var(--red); color: var(--white); text-decoration: none;
  font-weight: 800; font-size: 1rem; letter-spacing: .01em;
  transition: transform .15s ease, background .15s ease;
}
.btn:hover { background: var(--red-2); transform: translateY(-1px); }
.btn svg { width: 1.2rem; height: 1.2rem; flex: none; }
.btn-ink { background: var(--ink); color: var(--white); }
.btn-ink:hover { background: #000; }
.btn-line { background: transparent; color: inherit; box-shadow: inset 0 0 0 2px currentColor; }
.btn-line:hover { background: rgba(127,127,127,.12); }
.btn-sm { min-height: 2.6rem; padding: .5rem 1rem; font-size: .92rem; }

/* ── topo com abas ──────────────────────────────────────────────── */
.top { position: sticky; top: 0; z-index: 30; background: rgba(20,16,17,.94); backdrop-filter: saturate(140%) blur(10px); color: var(--white); }
.top .wrap { display: flex; align-items: center; gap: 1.25rem; min-height: 4.5rem; }
.logo { display: block; width: 112px; flex: none; }
.menu { display: flex; gap: 1.4rem; margin-left: auto; }
.menu a { text-decoration: none; font-weight: 700; font-size: .95rem; opacity: .85; }
.menu a:hover { opacity: 1; color: var(--red); }
.tabs { display: flex; gap: .25rem; padding: .25rem; border-radius: 999px; background: rgba(255,255,255,.08); }
.tab { text-decoration: none; font-weight: 800; font-size: .84rem; padding: .45rem .9rem; border-radius: 999px; white-space: nowrap; color: rgba(255,255,255,.8); }
.tab:hover { color: var(--white); }
.tab.on { background: var(--white); color: var(--ink); }
@media (max-width: 980px) { .menu { display: none; } .tabs { margin-left: auto; } }
@media (max-width: 760px) { .hide-sm { display: none; } .logo { width: 92px; } .tab { font-size: .76rem; padding: .4rem .7rem; } }

/* ── hero ───────────────────────────────────────────────────────── */
.hero { position: relative; isolation: isolate; color: var(--white); background: var(--ink); padding-block: clamp(4.5rem, 12vw, 9rem) clamp(3.5rem, 8vw, 6rem); min-height: min(92vh, 52rem); display: flex; align-items: flex-end; }
.hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 62% 40%; z-index: -2; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(20,16,17,.94) 0%, rgba(20,16,17,.78) 38%, rgba(20,16,17,.15) 75%), linear-gradient(0deg, rgba(20,16,17,.9) 0%, transparent 45%); }
@media (max-width: 760px) {
  .hero::before { background: linear-gradient(0deg, rgba(20,16,17,.97) 32%, rgba(20,16,17,.55) 70%, rgba(20,16,17,.25)); }
  .hero > img { object-position: 70% 30%; }
}
.hero .wrap { width: 100%; }
.hero .eyebrow { color: var(--red); }
.hero h1 { font-size: clamp(3.3rem, 11vw, 7.5rem); max-width: 11ch; }
.hero .sub { font-size: clamp(1.05rem, 2.2vw, 1.3rem); max-width: 34rem; margin-top: 1.25rem; color: rgba(255,255,255,.88); }
.chips { display: flex; flex-wrap: wrap; gap: .5rem 1.25rem; margin: 1.5rem 0 0; list-style: none; padding: 0; font-weight: 700; font-size: .92rem; }
.chips li { display: flex; align-items: center; gap: .45rem; }
.chips li::before { content: ""; width: .55rem; height: .55rem; background: var(--red); transform: rotate(45deg); }

/* ── faixa corrida ──────────────────────────────────────────────── */
.marquee { background: var(--red) var(--waves); color: var(--white); overflow: hidden; padding-block: 1rem; border-block: 3px solid var(--ink); }
.marquee .run { display: flex; width: max-content; animation: run 38s linear infinite; }
.marquee span { font-family: var(--display); text-transform: uppercase; font-size: clamp(1.6rem, 4vw, 2.4rem); white-space: nowrap; padding-right: 2.2rem; }
.marquee span::after { content: "✦"; padding-left: 2.2rem; font-size: .6em; vertical-align: middle; }
@keyframes run { to { transform: translateX(-50%); } }

/* ── pimenta ────────────────────────────────────────────────────── */
.heat { display: inline-flex; align-items: center; gap: .3rem; font-size: .78rem; font-weight: 800; letter-spacing: .02em; padding: .2rem .6rem; border-radius: 999px; background: var(--paper-2); color: var(--ink-2); white-space: nowrap; }
.heat[data-nivel="1"] { background: #FFE3E8; color: var(--red-2); }
.heat[data-nivel="2"] { background: var(--red); color: var(--white); }
.heat[data-nivel="1"]::before { content: "🌶"; }
.heat[data-nivel="2"]::before { content: "🌶🌶"; }

/* ── cardápio ───────────────────────────────────────────────────── */
.cardapio .head { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: end; }
@media (max-width: 860px) { .cardapio .head { grid-template-columns: 1fr; gap: 0; } }
.dishes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; margin-top: 3rem; }
.dish { background: var(--white); border-radius: var(--r); overflow: hidden; border: 1px solid var(--line); display: flex; flex-direction: column; scroll-margin-top: 6rem; }
.dish > img { width: 100%; aspect-ratio: 4/3; object-fit: cover; background: var(--paper-2); }
.dish .body { padding: 1.3rem 1.3rem 1.5rem; display: flex; flex-direction: column; gap: .65rem; flex: 1; align-items: flex-start; }
.dish h3 { font-family: var(--display); text-transform: uppercase; font-size: 2.1rem; line-height: 1; }
.dish p { color: var(--ink-2); }
.dish .btn { margin-top: auto; }
.dish .tag { font-weight: 800; font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--red-2); }
.dish-wide { grid-column: 1 / -1; flex-direction: row; }
.dish-wide > img { width: 40%; aspect-ratio: auto; object-fit: cover; }
.dish-wide .body { width: 60%; padding: 1.75rem 2rem 2rem; }
.favs { list-style: none; padding: 0; margin: .2rem 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: .9rem 1.5rem; font-size: .95rem; color: var(--ink-2); width: 100%; }
.favs li { padding-bottom: .7rem; border-bottom: 1px dashed var(--line); }
.favs b { display: block; color: var(--ink); font-weight: 800; }
.favs .heat { margin-top: .35rem; }
@media (max-width: 980px) { .favs { grid-template-columns: 1fr; } }
.bases { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: .4rem; }
.bases li { background: var(--paper-2); border-radius: 999px; padding: .25rem .75rem; font-weight: 700; font-size: .88rem; }
.bases small { color: var(--red-2); font-weight: 800; }
.note { background: var(--paper); border-left: 4px solid var(--red); padding: .6rem .8rem; border-radius: 6px; }
.fine-note { margin-top: 1.5rem; color: var(--ink-3); font-size: .9rem; }
@media (max-width: 980px) { .dishes { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 680px) {
  .dishes { grid-template-columns: 1fr; }
  .dish-wide { grid-column: auto; flex-direction: column; }
  .dish-wide > img, .dish-wide .body { width: 100%; }
  .dish-wide > img { aspect-ratio: 4/3; min-height: 0; }
}

/* ── vitrine da culinária (compacta, sem botão por prato) ─────────── */
.menu-show { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; margin-top: 2.5rem; }
.show { margin: 0; min-width: 0; scroll-margin-top: 6rem; }
.show img { width: 100%; aspect-ratio: 1/1; object-fit: cover; border-radius: var(--r); background: var(--paper-2); }
.show figcaption { display: flex; flex-direction: column; align-items: flex-start; gap: .3rem; margin-top: .75rem; }
.show b { font-family: var(--display); font-weight: 400; text-transform: uppercase; font-size: 1.55rem; line-height: 1; }
.show span { color: var(--ink-2); font-size: .95rem; line-height: 1.45; }
.show .heat { font-style: normal; margin-top: .2rem; white-space: normal; }
.also { margin-top: 1.75rem; color: var(--ink-2); max-width: 60rem; }
.also b { color: var(--ink); }
.also span { scroll-margin-top: 7rem; }
.cta-line { display: flex; flex-wrap: wrap; align-items: center; gap: .6rem 1rem; margin-top: 1.75rem; }
.cta-line small { color: var(--ink-3); }
@media (max-width: 900px) { .menu-show { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 420px) { .show b { font-size: 1.3rem; } .show span { font-size: .88rem; } }

/* faixa curta de pedido no meio da página */
.cta-band { background: var(--red) var(--waves); color: var(--white); padding-block: 1.6rem; border-block: 3px solid var(--ink); }
.cta-band .wrap { display: flex; align-items: center; justify-content: center; gap: 1rem 1.5rem; flex-wrap: wrap; }
.cta-band .display { font-size: clamp(2rem, 5vw, 3rem); }

/* cartão de loja em destaque (?loja= na URL ou link direto #loja-...) */
.card.destaque, .card:target { outline: 4px solid var(--ink); outline-offset: 3px; }
.gente .ig { display: flex; flex-wrap: wrap; gap: .6rem; }

/* ── salão ──────────────────────────────────────────────────────── */
.salao { background: var(--ink); color: var(--white); }
.salao .lead { color: rgba(255,255,255,.8); }
.salao .grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.salao .moo { margin-top: 1.25rem; padding: 1rem 1.1rem; border-radius: var(--r); background: #221C1D; border: 1px solid #3A3132; color: rgba(255,255,255,.85); display: flex; flex-wrap: wrap; gap: .5rem; align-items: center; }
.salao .perks { list-style: none; padding: 0; margin: 1.5rem 0 0; display: grid; gap: .6rem; color: rgba(255,255,255,.8); }
.salao .perks li { padding-left: 1.4rem; position: relative; }
.salao .perks li::before { content: ""; position: absolute; left: 0; top: .6em; width: .55rem; height: .55rem; background: var(--red); transform: rotate(45deg); }
.salao .perks b { color: var(--white); }
.pics { display: grid; grid-template-columns: 1.2fr 1fr; grid-template-rows: 1fr 1fr; gap: .75rem; height: min(40rem, 90vw); }
.pics img { width: 100%; height: 100%; object-fit: cover; border-radius: var(--r); }
.pics .a { grid-row: span 2; }
@media (max-width: 860px) { .salao .grid { grid-template-columns: 1fr; } .pics { height: 26rem; } }

/* ── fogo ───────────────────────────────────────────────────────── */
.fogo { padding: 0; display: grid; grid-template-columns: 1fr 1fr; background: var(--paper-2); }
.fogo > img { width: 100%; height: 100%; min-height: 28rem; object-fit: cover; }
.fogo .txt { padding: clamp(3rem, 7vw, 6rem) clamp(1.25rem, 5vw, 5rem); display: flex; flex-direction: column; justify-content: center; }
.fogo .big { font-size: clamp(2.5rem, 6vw, 4.4rem); }
.fogo .minus { color: var(--ink-3); }
.fogo .plus { color: var(--red-2); }
@media (max-width: 860px) { .fogo { grid-template-columns: 1fr; } .fogo > img { min-height: 18rem; max-height: 24rem; } }

/* ── lojas ──────────────────────────────────────────────────────── */
.lojas { background: var(--red) var(--waves); color: var(--white); }
.lojas .lead { color: rgba(255,255,255,.92); }
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(16.5rem, 1fr)); gap: 1rem; margin-top: 3rem; }
.card { background: var(--white); color: var(--ink); border-radius: var(--r); overflow: hidden; display: flex; flex-direction: column; box-shadow: 0 10px 30px rgba(122,0,25,.25); scroll-margin-top: 6rem; }
.card .ph { aspect-ratio: 16/10; background: var(--ink); position: relative; }
.card .ph img { width: 100%; height: 100%; object-fit: cover; }
.card .ph::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(20,16,17,.9) 0%, rgba(20,16,17,.35) 45%, transparent 70%); }
.card .ph .city { position: absolute; z-index: 1; left: 1rem; bottom: .8rem; color: var(--white); font-family: var(--display); text-transform: uppercase; font-size: 1.9rem; line-height: 1; }
.card .ph .city small { display: block; font-family: var(--body); font-weight: 800; font-size: .7rem; letter-spacing: .14em; color: rgba(255,255,255,.85); margin-bottom: .3rem; }
.card .body { padding: 1.25rem; display: flex; flex-direction: column; gap: .9rem; flex: 1; }
.card address { font-style: normal; font-weight: 700; }
.card dl { margin: 0; display: grid; gap: .5rem; font-size: .93rem; }
.card dt { font-weight: 800; font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--red-2); }
.card dd { margin: 0; color: var(--ink-2); }
.card .acts { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: auto; padding-top: .5rem; }
.card .acts .btn { flex: 1 1 auto; }

/* ── gente ──────────────────────────────────────────────────────── */
.gente .grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 12rem; grid-auto-flow: dense; gap: .75rem; margin-top: 3rem; }
.gente .grid img { width: 100%; height: 100%; object-fit: cover; border-radius: var(--r); }
.gente .grid .t { grid-row: span 2; }
.gente .grid .w { grid-column: span 2; }
.gente .ig { margin-top: 2rem; }
@media (max-width: 760px) { .gente .grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 10rem; } }

/* ── dúvidas ────────────────────────────────────────────────────── */
.faq { background: var(--paper-2); }
.faq .list { max-width: 50rem; margin-top: 2.5rem; }
.faq details { border-bottom: 2px solid var(--ink); }
.faq summary { list-style: none; cursor: pointer; padding: 1.3rem 3rem 1.3rem 0; position: relative; font-weight: 800; font-size: 1.12rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: .25rem; top: 50%; transform: translateY(-50%); font-family: var(--display); font-size: 2rem; color: var(--red-2); }
.faq details[open] summary::after { content: "–"; }
.faq details p { padding: 0 0 1.4rem; color: var(--ink-2); max-width: 42rem; }

/* ── faixa franquia ─────────────────────────────────────────────── */
.franquia { background: var(--ink) var(--waves); color: var(--white); padding-block: 3.5rem; }
.franquia .wrap { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; }
.franquia h2 { font-size: clamp(2rem, 5vw, 3rem); }
.franquia p { color: rgba(255,255,255,.75); margin-top: .4rem; max-width: 34rem; }

/* ── rodapé ─────────────────────────────────────────────────────── */
footer { background: #0B0909; color: rgba(255,255,255,.75); padding-block: 3.5rem 6rem; font-size: .93rem; }
footer .cols { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 2rem; }
footer b { display: block; color: var(--white); font-size: .75rem; letter-spacing: .16em; text-transform: uppercase; margin-bottom: .8rem; }
footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: .45rem; }
footer a { text-decoration: none; }
footer a:hover { color: var(--red); }
footer .fine { border-top: 1px solid #2A2324; margin-top: 2.5rem; padding-top: 1.5rem; font-size: .82rem; }
@media (max-width: 760px) { footer .cols { grid-template-columns: 1fr; } }

/* ── flutuante + seletor ────────────────────────────────────────── */
.float { position: fixed; right: 1rem; bottom: 1rem; z-index: 40; display: flex; align-items: center; gap: .5rem; padding: .85rem 1.3rem .85rem 1.1rem; border-radius: 999px; border: 0; background: var(--red); color: var(--white); font-weight: 800; box-shadow: 0 8px 24px rgba(0,0,0,.35); }
.float svg { width: 1.3rem; height: 1.3rem; }
dialog { border: 0; border-radius: 20px; padding: 0; width: min(26rem, calc(100vw - 2rem)); background: var(--paper); color: var(--ink); box-shadow: 0 30px 80px rgba(0,0,0,.45); }
dialog::backdrop { background: rgba(20,16,17,.72); }
dialog .in { padding: 1.75rem; }
dialog h2 { font-family: var(--display); text-transform: uppercase; font-size: 2.2rem; line-height: 1; }
dialog p { color: var(--ink-2); margin-top: .5rem; }
dialog .cities { display: flex; flex-direction: column; gap: .5rem; margin-top: 1.25rem; }
dialog .cities .btn { width: 100%; justify-content: space-between; text-align: left; }
dialog .cities .btn small { font-weight: 700; opacity: .85; font-size: .8rem; white-space: nowrap; }
dialog .cities .btn span small { display: block; white-space: normal; opacity: .75; }
dialog .x { position: absolute; right: .75rem; top: .75rem; width: 2.5rem; height: 2.5rem; border-radius: 50%; border: 0; background: transparent; font-size: 1.6rem; line-height: 1; }

/* ── página de franquia ─────────────────────────────────────────── */
.fr-hero { position: relative; isolation: isolate; color: var(--white); background: var(--ink); min-height: min(86vh, 48rem); display: flex; align-items: flex-end; padding-block: clamp(5rem, 12vw, 9rem) clamp(3rem, 7vw, 5rem); }
.fr-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.fr-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(20,16,17,.95) 0%, rgba(20,16,17,.7) 45%, rgba(20,16,17,.2) 80%), linear-gradient(0deg, rgba(20,16,17,.85), transparent 50%); }
.fr-hero .wrap { width: 100%; }
.fr-hero .eyebrow { color: var(--red); }
.fr-hero h1 { font-size: clamp(3rem, 9vw, 6.4rem); max-width: 12ch; }
.fr-hero .sub { max-width: 36rem; margin-top: 1.25rem; font-size: clamp(1.05rem, 2vw, 1.25rem); color: rgba(255,255,255,.88); }
.difs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 3rem; }
.dif { background: var(--white); border: 1px solid var(--line); border-radius: var(--r); padding: 1.5rem; }
.dif .n { font-family: var(--display); font-size: 3rem; line-height: 1; color: var(--red); }
.dif h3 { font-weight: 800; font-size: 1.15rem; margin-top: .6rem; }
.dif p { color: var(--ink-2); margin-top: .35rem; }
@media (max-width: 900px) { .difs { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .difs { grid-template-columns: 1fr; } }
.gal { display: grid; grid-template-columns: repeat(4, 1fr); gap: .75rem; }
.gal img { width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: var(--r); }
@media (max-width: 760px) { .gal { grid-template-columns: 1fr 1fr; } }
.story { background: var(--ink); color: var(--white); }
.story .grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.story .lead { color: rgba(255,255,255,.82); }
.story .year { font-family: var(--display); font-size: clamp(5rem, 14vw, 9rem); line-height: .85; color: var(--red); }
.story img { width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: var(--r); }
@media (max-width: 860px) { .story .grid { grid-template-columns: 1fr; } }
.fr-final { background: var(--red) var(--waves); color: var(--white); text-align: center; }
.fr-final .h2 { max-width: 16ch; margin-inline: auto; }
.fr-final p { max-width: 36rem; margin: 1rem auto 0; color: rgba(255,255,255,.92); }
.fr-final .ctas { justify-content: center; }

/* ── entrada suave ──────────────────────────────────────────────── */
.rv { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.rv[data-on] { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .rv { opacity: 1; transform: none; transition: none; }
  .marquee .run { animation: none; }
  *, *::before, *::after { transition: none !important; }
}
