/* Falafel Rush site styles. Palette and fonts from the Art Bible (section 3). */
:root {
  --espresso: #2B1A0F; --limestone: #E8DBBF; --cream: #FFF6E6; --gold: #D68624; --honey: #F5B73F;
  --tomato: #E2452C; --turquoise: #2BA6A4; --blue: #1F6FB5; --parsley: #3A9A40; --plum: #2B1640;
  --rose: #C9745A; --sea: #1E9AA8;
  --muted: #6B5443;
  --display: "Lilita One", "Rubik", system-ui, sans-serif;
  --body: "Rubik", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --radius: 22px;
  --shadow: 0 6px 0 var(--espresso);
  color-scheme: light;
}
html[lang="ar"] { --display: "Lalezar", "Rubik", system-ui, sans-serif; }

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--espresso); font: 400 17px/1.5 var(--body); overflow-x: hidden; overflow-x: clip; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
h1, h2, h3 { text-wrap: balance; font-family: var(--display); font-weight: 400; line-height: 1.1; margin: 0; letter-spacing: .01em; }
html[lang="ar"] h1, html[lang="ar"] h2, html[lang="ar"] h3 { line-height: 1.35; letter-spacing: 0; }
.wrap { max-width: 1120px; margin: 0 auto; padding: 0 16px; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; border-radius: 8px; }
.skip { position: absolute; inset-inline-start: 8px; top: -60px; background: var(--cream); padding: 8px 14px; border-radius: 999px; border: 3px solid var(--espresso); z-index: 10; }
.skip:focus { top: 8px; }

/* Top bar */
.top { position: absolute; inset: 0 0 auto 0; z-index: 5; display: flex; justify-content: space-between; align-items: center; padding: 12px 16px; max-width: 1120px; margin: 0 auto; }
.top .home img { width: 44px; height: 44px; border-radius: 12px; border: 3px solid var(--espresso); box-shadow: 0 3px 0 var(--espresso); }
.pill { font: 700 15px/1 var(--body); background: var(--cream); color: var(--espresso); border: 3px solid var(--espresso); border-radius: 999px; padding: 9px 16px; text-decoration: none; box-shadow: 0 3px 0 var(--espresso); }
.pill:active { transform: translateY(2px); box-shadow: 0 1px 0 var(--espresso); }

/* Hero: a looping video under a warm tint, logo, one line, the waitlist card */
.hero { position: relative; overflow: hidden; text-align: center; color: var(--cream); isolation: isolate;
  min-height: 100vh; min-height: 100svh; display: flex; align-items: center; padding: 76px 0 56px;
  background:
    repeating-conic-gradient(from 0deg at 50% 30%, rgba(255,246,230,.16) 0 7deg, transparent 7deg 18deg),
    radial-gradient(circle at 50% 30%, #FFE7A8 0, var(--honey) 28%, var(--gold) 58%, var(--tomato) 100%); }
.hero-bg { position: absolute; inset: 0; z-index: -1; }
.hero-bg video { width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity .8s ease; }
.hero-bg video.on { opacity: 1; }
.hero-bg::after { content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(43,26,15,.55) 0%, rgba(43,26,15,.15) 30%, rgba(43,26,15,.2) 55%, rgba(43,26,15,.75) 100%); }
.hero-in { width: 100%; position: relative; }
.hero .logo { width: min(400px, 78%); margin: 0 auto; filter: drop-shadow(0 6px 0 rgba(43,26,15,.45));
  animation: logo-in .9s cubic-bezier(.2,1.6,.4,1) both, logo-bob 4s ease-in-out 1s infinite; }
@keyframes logo-in { from { transform: scale(.4) rotate(-8deg); opacity: 0; } to { transform: none; opacity: 1; } }
@keyframes logo-bob { 50% { transform: translateY(-6px) rotate(-1deg); } }
.hero h1 { font-size: clamp(30px, 8.4vw, 58px); margin: 6px auto 18px; max-width: 18ch; color: var(--cream);
  text-shadow: 0 3px 0 var(--espresso), 0 0 2px var(--espresso); -webkit-text-stroke: 1px var(--espresso); paint-order: stroke fill;
  animation: rise .7s .25s ease-out both; }
.hero h1 .l { display: inline-block; }
@keyframes rise { from { transform: translateY(18px); opacity: 0; } to { transform: none; opacity: 1; } }
/* Desktop: the hero clip becomes a framed portrait card (native 1076x1912 file shown at most ~470x830 CSS px, so it is never
   stretched past its own pixels even on 2x screens); the sign-up column sits beside it. */
@media (min-width: 900px) {
  .hero { min-height: min(100vh, 980px); padding: 84px 0 72px; }
  .hero-bg { inset: auto; top: 50%; inset-inline-end: max(32px, calc(50% - 560px)); transform: translateY(-50%);
    height: min(78vh, 830px); aspect-ratio: 9 / 16; z-index: 0; border: 6px solid var(--espresso); border-radius: 32px;
    overflow: hidden; background: var(--espresso); box-shadow: 0 10px 0 rgba(43,26,15,.45); }
  .hero-bg::after { display: none; }
  .hero-in { padding-inline-end: calc(min(78vh, 830px) * 9 / 16 + 64px); max-width: 1184px; }
  .hero .logo { width: min(420px, 90%); }
}
.hero::after { content: ""; position: absolute; inset: auto 0 -1px 0; height: 28px; background: var(--plum);
  -webkit-mask: radial-gradient(18px 16px at 18px 0, transparent 97%, #000) repeat-x 0 0 / 36px 28px;
          mask: radial-gradient(18px 16px at 18px 0, transparent 97%, #000) repeat-x 0 0 / 36px 28px; }

/* Waitlist card */
.wl { position: relative; max-width: 460px; margin: 0 auto; background: var(--cream); color: var(--espresso); text-align: start;
  border: 4px solid var(--espresso); border-radius: 26px; box-shadow: 0 7px 0 var(--espresso); padding: 18px 16px 16px;
  animation: rise .7s .45s ease-out both; }
.wl-t { font-size: clamp(24px, 6.6vw, 32px); text-align: center; color: var(--espresso); }
.wl-s { margin: 4px 0 12px; text-align: center; color: var(--muted); font-weight: 500; font-size: 16px; }
.wl-row { display: flex; gap: 8px; }
.wl input[type=email] { flex: 1; min-width: 0; font: 500 17px/1.2 var(--body); color: var(--espresso); background: #fff;
  border: 3px solid var(--espresso); border-radius: 16px; padding: 12px 14px; text-align: left; }
.wl input[type=email]::placeholder { color: #A8927E; }
.wl input[type=email]:focus { outline: 3px solid var(--blue); outline-offset: 1px; }
.wl input[aria-invalid=true] { border-color: var(--tomato); }
.wl button[type=submit] { flex: none; font: 400 20px/1 var(--display); color: var(--espresso); background: var(--honey); cursor: pointer;
  border: 3px solid var(--espresso); border-radius: 16px; padding: 0 16px; box-shadow: 0 4px 0 var(--espresso); min-height: 50px; }
.wl button[type=submit]:active { transform: translateY(3px); box-shadow: 0 1px 0 var(--espresso); }
.wl button[type=submit][disabled] { opacity: .7; cursor: progress; }
.wl button[type=submit][disabled] span { animation: sizzle .5s ease-in-out infinite alternate; display: inline-block; }
@keyframes sizzle { to { transform: rotate(-4deg) scale(1.05); } }
.wl-consent { display: flex; gap: 10px; align-items: flex-start; margin-top: 12px; font-size: 14.5px; line-height: 1.35; font-weight: 500; cursor: pointer; }
.wl-consent input { flex: none; width: 22px; height: 22px; margin: 0; accent-color: var(--parsley); }
.wl-consent a { color: var(--blue); }
.wl-reward { margin: 10px 0 0; padding: 8px 12px; border-radius: 12px; background: #FFE7A8; font-weight: 700; font-size: 15px; text-align: center; }
.wl-err { margin: 8px 0 0; min-height: 0; color: #B3261E; font-weight: 700; font-size: 15px; }
.wl-err:empty { display: none; }
.hp { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; opacity: 0; pointer-events: none; }
.wl-play { text-align: center; margin-bottom: 8px; }
.wl-or { margin: 10px 0 8px; color: var(--muted); font-size: 14px; font-weight: 500; }
.wl-done { text-align: center; outline: none; position: relative; }
.wl-ok { font: 400 clamp(24px, 6.6vw, 30px)/1.2 var(--display); margin: 6px 0 4px; color: var(--parsley); }
.wl-sh { margin: 0 0 12px; font-weight: 500; color: var(--muted); }
.wl-btns { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }
.sh { display: inline-flex; align-items: center; gap: 8px; font: 700 16px/1 var(--body); text-decoration: none; cursor: pointer;
  border: 3px solid var(--espresso); border-radius: 999px; padding: 11px 18px; box-shadow: 0 4px 0 var(--espresso); color: var(--espresso); background: #fff; }
.sh svg { width: 22px; height: 22px; flex: none; }
.sh.wa { background: #25D366; color: #06331A; }
.sh:active { transform: translateY(3px); box-shadow: 0 1px 0 var(--espresso); }
.wl.done .wl-t, .wl.done .wl-s { display: none; }
/* falafel pops on success */
.pops { position: absolute; left: 50%; top: 18px; width: 0; height: 0; }
.pops i { position: absolute; width: 34px; height: 34px; margin: -17px; background: url(/assets/falafel_pop.webp) center / contain no-repeat;
  animation: pop 1.1s cubic-bezier(.15,.8,.3,1) forwards; }
@keyframes pop { 0% { transform: translate(0,0) scale(.2) rotate(0); opacity: 0; } 15% { opacity: 1; }
  100% { transform: translate(var(--x), var(--y)) scale(1) rotate(var(--r)); opacity: 0; } }
.wl.done .wl-ok { animation: bounce-in .6s cubic-bezier(.2,1.8,.4,1) both; }
@keyframes bounce-in { from { transform: scale(.3); opacity: 0; } to { transform: none; opacity: 1; } }

/* Store button */
.store { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; background: var(--espresso); color: var(--cream);
  border: 3px solid var(--espresso); border-radius: 18px; padding: 10px 22px 10px 16px; box-shadow: 0 6px 0 rgba(43,26,15,.45); text-align: start; }
html[dir="rtl"] .store { padding: 10px 16px 10px 22px; }
.store svg { width: 30px; height: 30px; flex: none; }
.store small { display: block; font: 500 12px/1.1 var(--body); opacity: .85; text-transform: uppercase; letter-spacing: .06em; }
html[lang="ar"] .store small { text-transform: none; letter-spacing: 0; font-size: 13px; }
.store b { display: block; font: 400 22px/1.1 var(--display); }
.store[href] { background: var(--parsley); }
.store[href]:hover { filter: brightness(1.06); }
.store[href]:active { transform: translateY(4px); box-shadow: 0 2px 0 rgba(43,26,15,.45); }
.store:not([href]) { cursor: default; }

/* Sections */
section { padding: 52px 0; }
.sec-title { text-align: center; font-size: clamp(32px, 8vw, 52px); margin-bottom: 6px; }
.sec-title.solo { margin-bottom: 26px; }
.sec-sub { text-align: center; margin: 0 auto 24px; max-width: 36ch; color: var(--muted); font-weight: 500; }

/* Clips (muted loops) */
.clip { position: relative; overflow: hidden; }
.clip video { display: block; width: 100%; height: 100%; object-fit: cover; background: transparent; }

/* Cook fast strip */
.cook { background: var(--plum); color: var(--cream); padding-top: 40px;
  background-image: radial-gradient(circle at 20% 0, rgba(245,183,63,.22), transparent 55%), radial-gradient(circle at 90% 100%, rgba(43,166,164,.25), transparent 50%); }
.cook .sec-title { color: var(--honey); }
.cook .sec-sub { color: #E8DBBF; }
/* Gameplay: phones = a swipe row (the visible card plays); desktop = one big phone + chips (site.js switches, auto-advance) */
.gp-stage { list-style: none; margin: 0; padding: 6px 16px 18px; display: grid; grid-auto-flow: column; grid-auto-columns: 66%; gap: 16px;
  overflow-x: auto; scroll-snap-type: x mandatory; overscroll-behavior-x: contain; scrollbar-width: thin; }
.gp-card { scroll-snap-align: center; text-align: center; }
.gp-card figure { margin: 0; }
.phone { border: 5px solid var(--espresso); border-radius: 26px; overflow: hidden; background: var(--espresso); box-shadow: 0 8px 0 rgba(0,0,0,.35); aspect-ratio: 9 / 16; }
.phone img, .phone .clip { width: 100%; height: 100%; object-fit: cover; }
.gp-card figcaption { font: 400 22px/1.2 var(--display); margin-top: 12px; color: var(--cream); }
.gp-chips { display: none; }
@media (min-width: 600px) { .gp-stage { grid-auto-columns: 42%; } }
@media (min-width: 900px) {
  .gp { display: grid; grid-template-columns: auto 300px; gap: 48px; justify-content: center; align-items: center; max-width: 1120px; margin: 0 auto; padding: 0 16px; }
  .gp-stage { display: block; overflow: visible; padding: 0; width: min(460px, calc((100vh - 140px) * 9 / 16)); }
  .gp-card { display: none; }
  .gp-card.on { display: block; animation: gp-in .35s ease-out; }
  .gp-card figcaption { display: none; }
  .gp-card .phone { border-width: 7px; border-radius: 36px; box-shadow: 0 12px 0 rgba(0,0,0,.35); }
  .gp-chips { display: flex; flex-direction: column; gap: 12px; }
  .chip { position: relative; overflow: hidden; display: block; width: 100%; text-align: start; cursor: pointer; font: 400 26px/1.1 var(--display);
    color: var(--cream); background: rgba(255,246,230,.08); border: 3px solid rgba(255,246,230,.25); border-radius: 18px; padding: 16px 20px; }
  .chip:hover { background: rgba(255,246,230,.16); }
  .chip[aria-selected="true"] { color: var(--espresso); background: var(--honey); border-color: var(--espresso); box-shadow: 0 5px 0 var(--espresso); }
  .chip span { position: relative; z-index: 1; }
  .chip i { position: absolute; inset: auto 0 0 0; height: 5px; background: var(--espresso); opacity: .35; transform-origin: 0 50%; transform: scaleX(0); }
  html[dir="rtl"] .chip i { transform-origin: 100% 50%; }
  .chip[aria-selected="true"] i { animation: gp-progress var(--gp-ms, 7000ms) linear forwards; }
  .gp.paused .chip i { animation-play-state: paused; }
}
@keyframes gp-in { from { opacity: 0; transform: scale(.97); } to { opacity: 1; transform: none; } }
@keyframes gp-progress { to { transform: scaleX(1); } }

/* Food Fight */
.fight { background: var(--limestone); }
.fight-head { text-align: center; }
.bosses { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
@media (min-width: 860px) {
  .bosses { grid-template-columns: repeat(3, 1fr); gap: 18px; }
}
.boss { background: var(--cream); border: 4px solid var(--espresso); border-radius: var(--radius); box-shadow: var(--shadow); padding: 8px 8px 12px; text-align: center; display: flex; flex-direction: column; }
.boss .face { position: relative; border-radius: 16px; aspect-ratio: 1; overflow: hidden;
  background: repeating-conic-gradient(from 0deg at 50% 60%, rgba(255,255,255,.18) 0 8deg, transparent 8deg 20deg), var(--c, var(--tomato)); }
.boss .face > img { position: absolute; inset: 4% 4% 0; width: 92%; height: 96%; object-fit: contain; object-position: bottom; }
.boss .face .clip { position: absolute; inset: 0; }
.boss .face .clip video { opacity: 0; transition: opacity .5s; }
.boss .face .clip video.on { opacity: 1; }
.boss .move { position: absolute; top: 7px; inset-inline-start: 7px; z-index: 2; font: 400 13px/1 var(--display); color: var(--espresso);
  background: var(--honey); border: 2px solid var(--espresso); border-radius: 999px; padding: 4px 8px; }
html[lang="ar"] .boss .move { font-size: 14px; padding: 3px 8px 5px; }
.boss h3 { font-size: clamp(18px, 4.8vw, 24px); margin: 10px 0 4px; }
.boss q { display: block; font-size: 14.5px; font-weight: 500; color: var(--muted); quotes: "“" "”"; }
html[lang="ar"] .boss q { quotes: "«" "»"; }

/* Places */
.places { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
@media (min-width: 860px) { .places { grid-template-columns: repeat(4, 1fr); gap: 18px; } }
.place { position: relative; margin: 0; border: 4px solid var(--espresso); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); background: var(--limestone); aspect-ratio: 4 / 5; }
.place > img { width: 100%; height: 100%; object-fit: cover; }
.place .clip { position: absolute; inset: 0; }
.place .clip video { opacity: 0; transition: opacity .6s; }
.place .clip video.on { opacity: 1; }
.place figcaption { position: absolute; z-index: 1; inset: auto 0 0 0; padding: 30px 12px 12px; color: var(--cream);
  background: linear-gradient(transparent, rgba(43,26,15,.88)); }
.place .n { display: block; font: 400 clamp(20px, 5.4vw, 28px)/1.1 var(--display); text-shadow: 0 2px 0 var(--espresso); }
.place .t { display: block; font-size: 14px; font-weight: 500; opacity: .95; }
.place .num { position: absolute; z-index: 1; top: 10px; inset-inline-start: 10px; width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center;
  background: var(--honey); color: var(--espresso); border: 3px solid var(--espresso); font: 400 18px/1 var(--display); }

/* FAQ */
.faq-sec { background: var(--cream); padding-top: 8px; }
.faq { width: 100%; max-width: 720px; margin: 0 auto; display: grid; gap: 12px; }
.faq details { background: #fff; border: 3px solid var(--espresso); border-radius: 18px; box-shadow: 0 4px 0 var(--espresso); }
.faq summary { cursor: pointer; list-style: none; padding: 14px 18px; font: 400 21px/1.25 var(--display); display: flex; justify-content: space-between; gap: 12px; align-items: center; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font: 700 26px/1 var(--body); color: var(--gold); flex: none; }
.faq details[open] summary::after { content: "–"; }
.faq p { margin: 0; padding: 0 18px 16px; font-size: 17px; }
.faq-wrap { display: grid; gap: 20px; align-items: center; }
.faq-wrap .chef { width: 130px; margin: 0 auto; }
@media (min-width: 860px) { .faq-wrap { grid-template-columns: 220px 1fr; max-width: 980px; margin: 0 auto; } .faq-wrap .chef { width: 220px; } }

/* Final CTA: Grandpa in his shop + the waitlist again */
.again { position: relative; background: var(--tomato); padding: 44px 0 56px;
  background-image: repeating-conic-gradient(from 0deg at 50% 0, rgba(255,246,230,.12) 0 7deg, transparent 7deg 18deg),
    radial-gradient(circle at 50% 0, var(--honey), var(--gold) 45%, var(--tomato) 100%); }
.again-in { display: grid; grid-template-columns: minmax(0, 1fr); gap: 22px; justify-items: center; }
.again .shop { width: min(220px, 58%); aspect-ratio: 9 / 16; border: 5px solid var(--espresso); border-radius: 26px; box-shadow: 0 8px 0 rgba(43,26,15,.5); background: var(--espresso); }
.again-t { margin: 0 0 14px; text-align: center; font: 400 clamp(30px, 8vw, 46px)/1.1 var(--display); color: var(--cream);
  text-shadow: 0 3px 0 var(--espresso); -webkit-text-stroke: 1px var(--espresso); paint-order: stroke fill; }
.again-form { width: 100%; }
@media (min-width: 860px) { .again-in { grid-template-columns: 280px 480px; justify-content: center; align-items: center; gap: 48px; } .again .shop { width: 100%; } }

@media (prefers-reduced-motion: reduce) {
  .hero .logo, .hero h1, .wl, .wl.done .wl-ok, .gp-card.on { animation: none; }
  .chip i { display: none; }
  .pops { display: none; }
}

/* Footer */
footer { background: var(--espresso); color: var(--limestone); text-align: center; padding: 34px 16px 40px; font-size: 15px; }
footer nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 22px; margin-bottom: 18px; font-weight: 500; }
footer nav a { color: var(--cream); text-underline-offset: 3px; }
.social { display: flex; justify-content: center; gap: 12px; margin-bottom: 18px; }
.social a, .social span { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; background: var(--cream); color: var(--espresso); }
.social span { opacity: .35; }
.social svg { width: 22px; height: 22px; }
footer small { display: block; opacity: .8; margin-top: 4px; font-size: 13px; }

/* Plain pages (privacy, 404, bounce) */
.plain { background: var(--cream); }
.bar { background: var(--espresso); color: var(--cream); }
.bar .wrap { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-top: 10px; padding-bottom: 10px; }
.bar .brand { display: flex; align-items: center; gap: 10px; text-decoration: none; font: 400 22px/1 var(--display); color: var(--honey); }
.bar .brand img { width: 36px; height: 36px; border-radius: 10px; }
.doc { max-width: 760px; margin: 0 auto; padding: 28px 16px 64px; }
.doc h1 { font-size: clamp(30px, 7vw, 42px); margin-bottom: 6px; }
.doc h2 { font-size: 24px; margin: 32px 0 8px; color: var(--gold); }
.doc .meta { color: var(--muted); margin: 0 0 20px; font-size: 15px; }
.doc a { color: var(--blue); }
.doc .box { background: #fff; border: 3px solid var(--espresso); border-radius: 16px; padding: 4px 16px; box-shadow: 0 4px 0 var(--espresso); }
.doc table { width: 100%; border-collapse: collapse; font-size: 15px; }
.doc th, .doc td { text-align: start; vertical-align: top; border-top: 1px solid var(--limestone); padding: 8px 6px; }
.doc th { color: var(--muted); font-weight: 500; }
.doc .scroll { overflow-x: auto; }
.ltr { direction: ltr; unicode-bidi: embed; }
.nw { white-space: nowrap; }
.center-card { min-height: 100vh; min-height: 100svh; display: grid; place-items: center; text-align: center; padding: 24px 16px;
  background:
    repeating-conic-gradient(from 0deg at 50% 40%, rgba(255,246,230,.16) 0 7deg, transparent 7deg 18deg),
    radial-gradient(circle at 50% 40%, #FFE7A8 0, var(--honey) 30%, var(--gold) 62%, var(--tomato) 100%); }
.center-card .card { background: var(--cream); border: 5px solid var(--espresso); border-radius: 28px; box-shadow: 0 8px 0 var(--espresso); padding: 22px 20px 26px; max-width: 420px; width: 100%; }
.center-card .card img.logo { width: 78%; margin: 0 auto 6px; }
.center-card .card img.chef { width: 150px; margin: 0 auto; }
.center-card h1 { font-size: clamp(26px, 7vw, 34px); margin: 6px 0 8px; }
.center-card p { margin: 0 0 16px; color: var(--muted); font-weight: 500; }
.center-card .code { display: inline-block; font: 700 15px/1 ui-monospace, Menlo, Consolas, monospace; background: var(--limestone); border-radius: 8px; padding: 6px 10px; margin-bottom: 16px; }
.btn { display: inline-block; font: 400 21px/1 var(--display); text-decoration: none; background: var(--honey); color: var(--espresso); border: 3px solid var(--espresso); border-radius: 999px; padding: 12px 24px; box-shadow: 0 5px 0 var(--espresso); }
.btn:active { transform: translateY(3px); box-shadow: 0 2px 0 var(--espresso); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
