/* ==========================================================================
   Brushlings — Marketing site
   Design language pulled straight from the app:
   cream canvas · teal/sage actions · butter & orange accents · Grandstander
   ========================================================================== */

:root {
  /* App palette (from KidsGameUI in ContentView.swift) */
  --cream:      #f9f7f2;
  --cream-deep: #eae6dd;
  --ink:        #2d5d4e;
  --soft-ink:   #5e6e66;
  --sage:       #4db69e;
  --sage-dark:  #40947f;
  --orange:     #f9a825;
  --orange-dark:#e68c1a;
  --butter:     #ffd54f;
  --hill:       #a5d6a7;
  --hill-deep:  #8cc08f;
  --white:      #ffffff;

  --radius:     22px;
  --radius-sm:  14px;
  --shadow:     0 18px 40px rgba(45, 93, 78, 0.12);
  --shadow-sm:  0 8px 20px rgba(45, 93, 78, 0.10);
  --maxw:       1100px;
  --font: "Grandstander", system-ui, -apple-system, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* Soft hill gradient + drifting bubbles backdrop, like the app's cream canvas */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(900px 500px at 85% -5%, rgba(255, 213, 79, 0.18), transparent 60%),
    radial-gradient(800px 480px at 5% 10%, rgba(77, 182, 158, 0.12), transparent 55%),
    var(--cream);
}

a { color: var(--sage-dark); text-decoration: none; }
a:hover { color: var(--orange-dark); }

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font); font-weight: 800; font-size: 1.05rem;
  color: var(--white); padding: 16px 30px;
  border: none; border-radius: 999px; cursor: pointer;
  background: linear-gradient(180deg, #5cc7ad, var(--sage) 55%, var(--sage-dark));
  box-shadow: 0 10px 0 rgba(45, 93, 78, 0.22), var(--shadow-sm);
  transition: transform .14s ease, box-shadow .14s ease, filter .14s ease;
  -webkit-tap-highlight-color: transparent;
}
.btn:hover { transform: translateY(-2px); color: var(--white); filter: brightness(1.03); }
.btn:active { transform: translateY(4px); box-shadow: 0 6px 0 rgba(45,93,78,.22); }

.btn--orange {
  background: linear-gradient(180deg, #ffbf52, var(--orange) 55%, var(--orange-dark));
  box-shadow: 0 10px 0 rgba(180, 110, 10, 0.30), var(--shadow-sm);
}
.btn--ghost {
  background: var(--white); color: var(--ink);
  box-shadow: 0 10px 0 var(--cream-deep), var(--shadow-sm);
}
.btn--ghost:hover { color: var(--ink); }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: blur(10px);
  background: rgba(249, 247, 242, 0.78);
  border-bottom: 1px solid rgba(45, 93, 78, 0.06);
}
.site-header .wrap {
  display: flex; align-items: center; justify-content: space-between;
  height: 74px;
}
.brand { display: flex; align-items: center; gap: 10px; }
.brand img { height: 40px; width: auto; }
.site-header .brand img { height: 46px; width: 46px; border-radius: 13px; box-shadow: var(--shadow-sm); }
.site-header .brand-logo { display: none; }
.nav { display: flex; align-items: center; gap: 28px; }
.nav a { font-weight: 700; color: var(--ink); font-size: 1rem; }
.nav a:hover { color: var(--sage-dark); }
.nav .btn { padding: 11px 22px; font-size: .98rem; box-shadow: 0 6px 0 rgba(45,93,78,.22); }
.nav-toggle {
  display: none; width: 44px; height: 44px; border: 0; border-radius: 14px;
  background: var(--white); box-shadow: var(--shadow-sm); cursor: pointer;
  place-items: center; gap: 4px; padding: 12px;
}
.nav-toggle span { display: block; width: 20px; height: 3px; border-radius: 999px; background: var(--ink); }

/* ---------- Hero ---------- */
.hero { position: relative; padding: 58px 0 44px; overflow: hidden; }
.hero .wrap { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 40px; align-items: center; }
.hero-logo { width: min(420px, 80%); height: auto; margin-bottom: 18px;
  filter: drop-shadow(0 12px 18px rgba(45,93,78,.18)); }
.hero h1 { font-size: clamp(2.15rem, 4.7vw, 3.45rem); font-weight: 900; line-height: 1.08; margin-bottom: 18px; }
.hero h1 .hl { color: var(--sage); }
.hero p.lead { font-size: 1.2rem; color: var(--soft-ink); font-weight: 600; max-width: 30ch; margin-bottom: 28px; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.hero-note { margin-top: 16px; font-weight: 700; color: var(--soft-ink); font-size: .95rem; display: flex; align-items: center; gap: 8px; }
.btn-icon {
  width: 26px; height: 26px; border-radius: 9px; flex: 0 0 auto;
  background-image: url("assets/brushlings-sticker-icons.png");
  background-size: 300% 200%;
  background-position: 0 0;
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.35);
}
.mini-spark {
  width: 16px; height: 16px; display: inline-block; flex: 0 0 auto;
  background: var(--butter); clip-path: polygon(50% 0, 61% 35%, 100% 50%, 61% 65%, 50% 100%, 39% 65%, 0 50%, 39% 35%);
  filter: drop-shadow(0 2px 2px rgba(180,110,10,.18));
}

/* Hero visual: real AR screenshot first, tiny cat video second */
.hero-stage {
  position: relative; min-height: 650px; display: grid; place-items: center; isolation: isolate;
}
.hero-glow {
  position: absolute; inset: 7% 0 4% 4%;
  background:
    radial-gradient(circle at 50% 30%, rgba(255,255,255,.96), rgba(255, 246, 224, .75) 54%, rgba(165,214,167,.28) 78%, transparent 79%);
  border-radius: 40px;
  box-shadow: var(--shadow);
  z-index: -2;
}
.phone-shot {
  margin: 0; background: var(--white); border: 9px solid rgba(255,255,255,.92);
  border-radius: 36px; box-shadow: 0 24px 54px rgba(45,93,78,.18);
  overflow: hidden; position: relative;
}
.phone-shot img { display: block; width: 100%; height: 100%; object-fit: cover; }
.hero-phone { width: min(72%, 390px); aspect-ratio: 853 / 1844; z-index: 2; transform: rotate(2deg); }
.hero-phone img { object-position: center top; }
.hero-cat-peek {
  position: absolute; right: 1%; bottom: 4%; width: 170px; z-index: 4;
  filter: drop-shadow(0 18px 18px rgba(45,93,78,.2));
}
.hero-cat-peek video { display: block; width: 100%; height: auto; }

/* Floating mask thumbs */
.floaty { position: absolute; width: 84px; z-index: 3; filter: drop-shadow(0 8px 14px rgba(45,93,78,.18));
  animation: float 6s ease-in-out infinite; }
.floaty img { width: 100%; height: auto; display: block; }
.floaty.f1 { top: 7%;  left: 2%;  width: 86px; animation-delay: 0s; }
.floaty.f2 { top: 13%; right: -1%; width: 74px; animation-delay: 1.2s; }
.floaty.f3 { bottom: 12%; left: -1%; width: 82px; animation-delay: 2.1s; }
.floaty.f4 { bottom: 25%; right: 4%; width: 68px; animation-delay: .7s; }
@keyframes float { 0%,100% { transform: translateY(0) rotate(-3deg); } 50% { transform: translateY(-14px) rotate(3deg); } }

/* Decorative stars */
.sparkle {
  position: absolute; width: 22px; height: 22px; z-index: 4; pointer-events: none;
  background: var(--butter); clip-path: polygon(50% 0, 61% 35%, 100% 50%, 61% 65%, 50% 100%, 39% 65%, 0 50%, 39% 35%);
  animation: twinkle 3.5s ease-in-out infinite;
}
.sparkle.s1 { top: 8%; right: 16%; }
.sparkle.s2 { bottom: 21%; right: 4%; width: 15px; height: 15px; animation-delay: 1s; }
.sparkle.s3 { top: 40%; left: 7%; width: 18px; height: 18px; animation-delay: 2s; background: #a5d6a7; }
@keyframes twinkle { 0%,100% { opacity:.4; transform: scale(.85);} 50% { opacity:1; transform: scale(1.1);} }

/* ---------- Section scaffolding ---------- */
section { padding: 70px 0; }
.section-head { text-align: center; max-width: 640px; margin: 0 auto 44px; }
.eyebrow {
  display: inline-block; font-weight: 800; font-size: .9rem; letter-spacing: .5px;
  color: var(--sage-dark); background: rgba(77,182,158,.14);
  padding: 7px 16px; border-radius: 999px; margin-bottom: 14px;
}
.section-head h2 { font-size: clamp(1.8rem, 3.6vw, 2.6rem); font-weight: 900; letter-spacing: -.5px; }
.section-head p { color: var(--soft-ink); font-weight: 600; font-size: 1.1rem; margin-top: 12px; }

/* ---------- Feature cards ---------- */
.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card {
  background: var(--white); border-radius: var(--radius); padding: 30px 26px;
  box-shadow: var(--shadow); border: 1px solid rgba(45,93,78,.05);
  transition: transform .18s ease, box-shadow .18s ease;
}
.card:hover { transform: translateY(-6px); box-shadow: 0 26px 50px rgba(45,93,78,.16); }
.card .ico {
  width: 74px; height: 74px; border-radius: 20px; display: block;
  margin-bottom: 18px; background-image: url("assets/brushlings-sticker-icons.png");
  background-size: 300% 200%; box-shadow: var(--shadow-sm);
}
.ico-brush { background-position: 0 0; }
.ico-tooth { background-position: 50% 0; }
.ico-camera { background-position: 100% 0; }
.ico-calendar { background-position: 0 100%; }
.ico-mask { background-position: 50% 100%; }
.ico-shield { background-position: 100% 100%; }
.card h3 { font-size: 1.3rem; font-weight: 800; margin-bottom: 8px; }
.card p { color: var(--soft-ink); font-weight: 500; }

/* ---------- How it works ---------- */
.how { background: linear-gradient(180deg, transparent, rgba(165,214,167,.16) 30%, rgba(165,214,167,.16) 70%, transparent); }
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; counter-reset: step; }
.step { text-align: center; position: relative; }
.step .num {
  width: 64px; height: 64px; margin: 0 auto 16px; border-radius: 50%;
  display: grid; place-items: center; font-size: 1.6rem; font-weight: 900; color: var(--white);
  background: linear-gradient(180deg, #5cc7ad, var(--sage-dark));
  box-shadow: 0 8px 0 rgba(45,93,78,.18);
}
.step:nth-child(2) .num { background: linear-gradient(180deg, #ffbf52, var(--orange-dark)); box-shadow: 0 8px 0 rgba(180,110,10,.3); }
.step:nth-child(3) .num { background: linear-gradient(180deg, #ffe07a, #f2bd3c); color: var(--ink); box-shadow: 0 8px 0 rgba(180,140,20,.25);}
.step h3 { font-size: 1.25rem; font-weight: 800; margin-bottom: 8px; }
.step p { color: var(--soft-ink); font-weight: 500; }

/* ---------- Collection strip ---------- */
.collection .marquee {
  overflow: hidden;
  padding: 10px 0 28px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.collection-showcase {
  display: grid; grid-template-columns: 1fr 0.8fr; gap: 48px; align-items: center;
  margin-bottom: 42px;
}
.collection-showcase h2 { font-size: clamp(1.8rem, 3.4vw, 2.45rem); font-weight: 900; margin-bottom: 16px; }
.collection-showcase p { color: var(--soft-ink); font-weight: 600; font-size: 1.1rem; max-width: 34ch; }
.collection-showcase .phone-shot {
  width: min(72%, 300px); aspect-ratio: 1206 / 2622; justify-self: center;
  transform: rotate(1.5deg);
}
.marquee-track { display: flex; gap: 26px; width: max-content; animation: scrollx 26s linear infinite; }
.marquee-track img {
  width: 120px; height: 120px; object-fit: contain;
  background: var(--white); border-radius: 26px; padding: 14px;
  box-shadow: var(--shadow-sm); border: 1px solid rgba(45,93,78,.05);
}
@keyframes scrollx { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---------- Split / video feature ---------- */
.split .wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.split.reverse .media { order: 2; }
.split h2 { font-size: clamp(1.7rem, 3.2vw, 2.3rem); font-weight: 900; margin-bottom: 16px; letter-spacing: -.5px; }
.split p { color: var(--soft-ink); font-weight: 600; font-size: 1.1rem; margin-bottom: 14px; }
.checklist { list-style: none; margin-top: 18px; display: grid; gap: 12px; }
.checklist li { display: flex; gap: 12px; align-items: flex-start; font-weight: 600; color: var(--ink); }
.checklist .tick {
  flex: 0 0 26px; height: 26px; border-radius: 50%; background: var(--sage);
  display: grid; place-items: center; box-shadow: var(--shadow-sm); position: relative;
}
.checklist .tick::after {
  content: ""; width: 11px; height: 7px; border-left: 3px solid #fff; border-bottom: 3px solid #fff;
  transform: rotate(-45deg) translate(1px,-1px);
}
.media-card {
  background: radial-gradient(circle at 50% 35%, #fff, #f2efe6 72%);
  border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow);
  display: grid; place-items: center; aspect-ratio: 1/1; position: relative; overflow: hidden;
}
.media-card video, .media-card img.feature-img { width: 76%; height: auto; filter: drop-shadow(0 14px 20px rgba(45,93,78,.2)); }
.media-card img.feature-img {
  width: min(72%, 330px); aspect-ratio: 1206 / 2622; object-fit: cover; object-position: center top;
  border-radius: 30px; border: 8px solid rgba(255,255,255,.9);
}
.media-card--phone {
  aspect-ratio: auto; min-height: 0; overflow: visible; padding: 34px 24px;
}
.media-card--phone img.feature-img {
  width: min(74%, 330px); height: auto; aspect-ratio: auto; object-fit: contain;
}
.media-card .badge {
  position: absolute; top: 18px; right: 18px; background: var(--white);
  border-radius: 999px; padding: 8px 16px; font-weight: 800; color: var(--ink);
  box-shadow: var(--shadow-sm); font-size: .9rem;
}
.screenshot-pair { position: relative; min-height: 560px; display: grid; place-items: center; }
.screenshot-pair .phone-shot { width: min(72%, 330px); aspect-ratio: 1206 / 2622; transform: rotate(-2deg); }
.mini-sticker {
  position: absolute; right: 0; bottom: 5%; width: 172px; margin: 0;
  background: #fff; border-radius: 24px; padding: 14px; box-shadow: var(--shadow);
}
.mini-sticker img { display: block; width: 100%; height: auto; filter: drop-shadow(0 10px 12px rgba(45,93,78,.14)); }

/* ---------- Quote / trust ---------- */
.quote { text-align: center; }
.quote-stars {
  display: flex; justify-content: center; gap: 10px; margin-bottom: 22px;
}
.quote-star {
  width: 28px; height: 28px; flex: 0 0 auto;
  background: linear-gradient(180deg, #ffe07a, var(--orange));
  clip-path: polygon(50% 0, 61% 35%, 100% 50%, 61% 65%, 50% 100%, 39% 65%, 0 50%, 39% 35%);
  filter: drop-shadow(0 4px 6px rgba(180, 110, 10, .22));
}
.quote blockquote {
  font-size: clamp(1.4rem, 3vw, 2rem); font-weight: 800; max-width: 760px; margin: 0 auto;
  letter-spacing: -.3px;
}
.quote cite { display: block; margin-top: 18px; font-style: normal; font-weight: 700; color: var(--soft-ink); }

/* ---------- CTA banner ---------- */
.cta-banner { text-align: center; }
.cta-card {
  background: linear-gradient(180deg, #5cc7ad, var(--sage) 60%, var(--sage-dark));
  border-radius: 36px; padding: 60px 30px; color: var(--white);
  box-shadow: var(--shadow); position: relative; overflow: hidden;
}
.cta-card img.oh { width: 200px; margin-bottom: 8px; filter: drop-shadow(0 10px 16px rgba(0,0,0,.18)); }
.cta-card h2 { font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 900; margin-bottom: 10px; }
.cta-card p { font-weight: 600; font-size: 1.15rem; opacity: .95; margin-bottom: 26px; }
.cta-card .btn {
  color: var(--white);
  background: linear-gradient(180deg, #ffbf52, var(--orange) 55%, var(--orange-dark));
  box-shadow: 0 10px 0 rgba(180, 110, 10, 0.24), var(--shadow-sm);
}

/* ---------- Footer ---------- */
.site-footer { padding: 50px 0 40px; background: rgba(234,230,221,.5); border-top: 1px solid rgba(45,93,78,.06); }
.site-footer .wrap { display: flex; flex-wrap: wrap; gap: 24px; justify-content: space-between; align-items: center; }
.site-footer .brand img { height: 34px; }
.foot-links { display: flex; gap: 24px; flex-wrap: wrap; }
.foot-links a { font-weight: 700; color: var(--soft-ink); }
.foot-links a:hover { color: var(--sage-dark); }
.language-switch {
  display: inline-flex; align-items: center; gap: 4px; padding: 4px;
  background: var(--white); border: 1px solid rgba(45,93,78,.08);
  border-radius: 999px; box-shadow: var(--shadow-sm);
}
.language-switch a {
  min-width: 38px; padding: 7px 10px; border-radius: 999px;
  color: var(--soft-ink); font-weight: 800; font-size: .82rem; text-align: center;
}
.language-switch a.active { background: var(--sage); color: var(--white); }
.copyright { width: 100%; text-align: center; color: var(--soft-ink); font-weight: 600; font-size: .9rem; margin-top: 22px; }

/* ---------- Content pages (support / privacy) ---------- */
.page-hero { text-align: center; padding: 64px 0 20px; }
.page-hero h1 { font-size: clamp(2rem, 4.5vw, 3rem); font-weight: 900; letter-spacing: -.5px; }
.page-hero p { color: var(--soft-ink); font-weight: 600; font-size: 1.15rem; margin-top: 12px; }
.prose { max-width: 760px; margin: 0 auto; padding: 10px 0 60px; }
.prose .block {
  background: var(--white); border-radius: var(--radius); padding: 30px 34px; margin-bottom: 22px;
  box-shadow: var(--shadow-sm); border: 1px solid rgba(45,93,78,.05);
}
.prose h2 { font-size: 1.5rem; font-weight: 900; margin-bottom: 12px; color: var(--ink); }
.prose h3 { font-size: 1.15rem; font-weight: 800; margin: 18px 0 6px; }
.prose p, .prose li { color: var(--soft-ink); font-weight: 500; margin-bottom: 10px; }
.prose ul { padding-left: 22px; }
.prose a { font-weight: 700; }
.muted { color: var(--soft-ink); font-weight: 600; font-size: .95rem; }

/* ---------- Cookie consent ---------- */
.cookie-banner {
  position: fixed; inset: auto 16px 16px 16px; z-index: 1200;
  opacity: 0; transform: translateY(18px) scale(0.98);
  transition: opacity .28s ease, transform .28s ease;
  pointer-events: none;
}
.cookie-banner--visible {
  opacity: 1; transform: none; pointer-events: auto;
}
.cookie-banner__card {
  max-width: 520px; margin: 0 auto;
  display: flex; gap: 16px; align-items: flex-start;
  background: var(--white); border: 1px solid rgba(45,93,78,.08);
  border-radius: 24px; padding: 18px 20px;
  box-shadow: 0 22px 50px rgba(45, 93, 78, 0.18);
}
.cookie-banner__icon {
  flex: 0 0 44px; width: 44px; height: 44px; border-radius: 14px;
  display: grid; place-items: center; font-size: 1.35rem;
  background: linear-gradient(180deg, #ffe07a, var(--butter));
  box-shadow: var(--shadow-sm);
}
.cookie-banner__title {
  font-weight: 900; font-size: 1.05rem; color: var(--ink); margin-bottom: 6px;
}
.cookie-banner__text {
  color: var(--soft-ink); font-weight: 600; font-size: .92rem; line-height: 1.45; margin-bottom: 14px;
}
.cookie-banner__text a { color: var(--sage-dark); }
.cookie-banner__actions {
  display: flex; flex-wrap: wrap; gap: 10px;
}
.cookie-banner__actions .btn {
  min-height: 42px; padding: 10px 18px; font-size: .92rem;
}
.cookie-banner__actions .btn--ghost {
  background: var(--cream); color: var(--ink);
  box-shadow: inset 0 0 0 2px rgba(45,93,78,.08);
}

/* FAQ accordion */
.faq details {
  background: var(--white); border-radius: var(--radius-sm); padding: 4px 24px; margin-bottom: 14px;
  box-shadow: var(--shadow-sm); border: 1px solid rgba(45,93,78,.05);
}
.faq summary { cursor: pointer; font-weight: 800; font-size: 1.1rem; padding: 18px 0; list-style: none; display: flex; justify-content: space-between; align-items: center; color: var(--ink); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 1.6rem; color: var(--sage); font-weight: 900; transition: transform .2s ease; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { color: var(--soft-ink); font-weight: 500; padding-bottom: 18px; }

/* Support cards */
.support-contact { max-width: 480px; margin: 0 auto 40px; }
.support-card { background: var(--white); border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow-sm); border: 1px solid rgba(45,93,78,.05); text-align: center; }
.support-card .ico { font-size: 2.2rem; margin-bottom: 12px; }
.support-ico {
  width: 80px; height: 80px; margin: 0 auto 12px; border-radius: 22px;
  background-image: url("assets/brushlings-sticker-icons.png");
  background-size: 300% 200%; box-shadow: var(--shadow-sm);
}
.support-ico-tooth { background-position: 50% 0; }
.support-card h3 { font-weight: 800; font-size: 1.2rem; margin-bottom: 6px; }
.support-card p { color: var(--soft-ink); font-weight: 500; margin-bottom: 16px; }

/* ---------- Reveal on scroll ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 860px) {
  .hero .wrap { grid-template-columns: 1fr; text-align: center; }
  .hero p.lead { margin-left: auto; margin-right: auto; }
  .hero-cta { justify-content: center; }
  .hero-note { justify-content: center; }
  .hero-stage { max-width: 430px; min-height: 560px; margin: 26px auto 0; }
  .hero-phone { width: min(76%, 320px); }
  .hero-cat-peek { display: none; }
  .features, .steps { grid-template-columns: 1fr; }
  .split .wrap { grid-template-columns: 1fr; }
  .split.reverse .media { order: -1; }
  .collection-showcase { grid-template-columns: 1fr; text-align: center; gap: 28px; }
  .collection-showcase p { margin: 0 auto; }
  .collection-showcase .phone-shot { width: min(68%, 270px); }
  .nav { display: none; position: absolute; top: 74px; left: 0; right: 0; flex-direction: column;
    background: var(--cream); padding: 20px 24px; gap: 18px; box-shadow: var(--shadow-sm); }
  .nav.open { display: flex; }
  .nav-toggle { display: grid; }
  .site-header .brand-icon { display: none; }
  .site-header .brand img.brand-logo {
    display: block; width: 148px; height: auto; border-radius: 0; box-shadow: none;
  }
  .screenshot-pair { min-height: 500px; }
  .mini-sticker { width: 138px; right: 2%; }
  .media-card--phone { padding: 26px 18px; }
  .cookie-banner { inset: auto 12px 12px 12px; }
  .cookie-banner__card { flex-direction: column; gap: 12px; padding: 16px; }
  .cookie-banner__actions { width: 100%; }
  .cookie-banner__actions .btn { flex: 1 1 auto; justify-content: center; }
}
