/* Zemun link page — generated from zeemun-linkpage/index.html by scripts/extract-css.py */
/* ============================================================
   Zemun link page — design tokens
   The look of the Zemun app: deep indigo ground, violet accent,
   Assistant for text and Outfit for the "Zemun" wordmark. Light is
   the base; dark redefines the same names. Gold exists only for
   review stars. Text sizes are rem so the accessibility toolbar's
   text-size steps and browser zoom scale the page; boxes stay px.
   ============================================================ */
:root {
  color-scheme: light;

  --brand: #7c3af5;
  --brand-dark: #5b21d6;
  --brand-cta: #6d28d9;
  --brand-text: #6d28d9;
  --brand-light: #a78bfa;
  --brand-soft: #f1ebff;
  --brand-soft-2: #e6dcff;
  --brand-ring: rgba(124, 58, 245, 0.18);
  --brand-glow: rgba(124, 58, 245, 0.32);
  --brand-gradient: linear-gradient(135deg, #7c3af5 0%, #a855f7 100%);
  --brand-gradient-strong: linear-gradient(135deg, #6d28d9 0%, #8b5cf6 100%);
  --bar-gradient: linear-gradient(120deg, #5b21d6 0%, #7c3af5 55%, #9d4edd 100%);

  --ink: #17102e;
  --ink-soft: #3b3160;
  --muted: #6f6796;
  --on-accent: #ffffff;

  --paper: #f7f5ff;
  --paper-alt: #fbfaff;
  --surface: #ffffff;
  --surface-2: #f4f1ff;
  --surface-3: #ebe6ff;

  --line: #e1dbf5;
  --hairline: rgba(109, 40, 217, 0.12);
  --glass: rgba(255, 255, 255, 0.78);
  --dot: rgba(124, 58, 245, 0.12);

  --ok: #059669;
  --ok-text: #047857;
  --ok-soft: #ecfdf5;
  --ok-border: #a7f3d0;
  --star: #f5b301;

  --shadow-sm: 0 1px 2px rgba(23, 16, 46, 0.05);
  --shadow-md: 0 6px 16px -4px rgba(23, 16, 46, 0.10);
  --shadow-lg: 0 16px 40px -12px rgba(23, 16, 46, 0.16);
  --shadow-brand: 0 14px 32px -12px rgba(109, 40, 217, 0.55);

  --cover-wash: rgba(23, 16, 46, 0.06);
  --ambient-1: rgba(124, 58, 245, 0.14);
  --ambient-2: rgba(168, 85, 247, 0.10);
  --avatar-frame: #ffffff;
  --bar-bg: rgba(255, 255, 255, 0.86);
  --aurora-opacity: 0.4;

  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 20px;
  --radius-2xl: 24px;
  --radius-pill: 999px;

  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --fast: 120ms;
  --base: 180ms;
  --slow: 280ms;

  --font: "Assistant", "Heebo", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  --font-wordmark: "Outfit", "Poppins", "Montserrat", "Segoe UI", system-ui, sans-serif;
}

:root[data-theme="dark"] {
  color-scheme: dark;
  --brand: #a78bfa;
  --brand-dark: #7c3af5;
  --brand-cta: #7c3af5;
  --brand-text: #c4b5fd;
  --brand-light: #c4b5fd;
  --brand-soft: #221546;
  --brand-soft-2: #2c1c5e;
  --brand-ring: rgba(167, 139, 250, 0.26);
  --brand-glow: rgba(139, 92, 246, 0.5);
  --brand-gradient: linear-gradient(135deg, #8b5cf6 0%, #c084fc 100%);
  --brand-gradient-strong: linear-gradient(135deg, #7c3af5 0%, #a855f7 100%);
  --bar-gradient: linear-gradient(120deg, #4c1d95 0%, #6d28d9 55%, #7e3af2 100%);
  --ink: #f3efff;
  --ink-soft: #d3cbef;
  --muted: #a094cc;
  --paper: #0b0716;
  --paper-alt: #100a22;
  --surface: #17102e;
  --surface-2: #1f1540;
  --surface-3: #29195a;
  --line: #2f2159;
  --hairline: rgba(167, 139, 250, 0.18);
  --glass: rgba(16, 10, 34, 0.7);
  --dot: rgba(167, 139, 250, 0.14);
  --ok: #34d399;
  --ok-text: #34d399;
  --ok-soft: #0d2a20;
  --ok-border: #1f5344;
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.4);
  --shadow-md: 0 6px 16px -4px rgba(0, 0, 0, 0.55);
  --shadow-lg: 0 16px 40px -12px rgba(0, 0, 0, 0.7);
  --shadow-brand: 0 14px 32px -12px rgba(139, 92, 246, 0.6);
  --cover-wash: rgba(11, 7, 22, 0.32);
  --avatar-frame: #100a22;
  --bar-bg: rgba(13, 9, 28, 0.88);
  --aurora-opacity: 0.62;
  --ambient-1: rgba(124, 58, 245, 0.26);
  --ambient-2: rgba(168, 85, 247, 0.14);
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    color-scheme: dark;
    --brand: #a78bfa;
    --brand-dark: #7c3af5;
    --brand-cta: #7c3af5;
    --brand-text: #c4b5fd;
    --brand-light: #c4b5fd;
    --brand-soft: #221546;
    --brand-soft-2: #2c1c5e;
    --brand-ring: rgba(167, 139, 250, 0.26);
    --brand-glow: rgba(139, 92, 246, 0.5);
    --brand-gradient: linear-gradient(135deg, #8b5cf6 0%, #c084fc 100%);
    --brand-gradient-strong: linear-gradient(135deg, #7c3af5 0%, #a855f7 100%);
    --bar-gradient: linear-gradient(120deg, #4c1d95 0%, #6d28d9 55%, #7e3af2 100%);
    --ink: #f3efff;
    --ink-soft: #d3cbef;
    --muted: #a094cc;
    --paper: #0b0716;
    --paper-alt: #100a22;
    --surface: #17102e;
    --surface-2: #1f1540;
    --surface-3: #29195a;
    --line: #2f2159;
    --hairline: rgba(167, 139, 250, 0.18);
    --glass: rgba(16, 10, 34, 0.7);
    --dot: rgba(167, 139, 250, 0.14);
    --ok: #34d399;
    --ok-text: #34d399;
    --ok-soft: #0d2a20;
    --ok-border: #1f5344;
    --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.4);
    --shadow-md: 0 6px 16px -4px rgba(0, 0, 0, 0.55);
    --shadow-lg: 0 16px 40px -12px rgba(0, 0, 0, 0.7);
    --shadow-brand: 0 14px 32px -12px rgba(139, 92, 246, 0.6);
    --cover-wash: rgba(11, 7, 22, 0.32);
  --avatar-frame: #100a22;
  --bar-bg: rgba(13, 9, 28, 0.88);
  --aurora-opacity: 0.62;
    --ambient-1: rgba(124, 58, 245, 0.26);
    --ambient-2: rgba(168, 85, 247, 0.14);
  }
}

/* ---------- base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font);
  font-size: 1rem;
  line-height: 1.5;
  color: var(--ink);
  background: var(--paper);
  background-image:
    radial-gradient(70% 45% at 50% -8%, var(--ambient-1), transparent 70%),
    radial-gradient(45% 35% at 100% 35%, var(--ambient-2), transparent 70%);
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 100dvh;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; }
img { display: block; max-width: 100%; }
svg { display: block; }
.ltr { direction: ltr; unicode-bidi: isolate; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

:focus-visible { outline: 2px solid var(--brand); outline-offset: 3px; border-radius: var(--radius-md); }

/* ---------- page column ---------- */
.page {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 720px) {
  body { padding: 40px 24px 64px; }
  .page {
    max-width: 500px;
    border-radius: 32px;
    /* clip, not hidden: hidden makes .page a scroll container and the sticky bar sticks to it instead of the viewport */
    overflow: clip;
    background: var(--paper-alt);
    box-shadow: var(--shadow-lg), 0 0 0 1px var(--hairline);
  }
}

/* ---------- Zemun bar: the page is served by Zemun, and this is the way to its settings ---------- */
.zbar {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: calc(8px + env(safe-area-inset-top, 0px)) max(12px, env(safe-area-inset-right, 0px)) 8px max(12px, env(safe-area-inset-left, 0px));
  background: var(--bar-bg);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--hairline);
  color: var(--ink);
}
.zbar-brand { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; padding: 2px 4px; border-radius: var(--radius-md); }
.zbar-brand .ztile { width: 36px; height: 36px; border-radius: 11px; overflow: hidden; flex: none; box-shadow: 0 6px 14px -6px var(--brand-glow); }
.zbar-brand .ztile svg { width: 36px; height: 36px; }
/* flex-start = the RTL start edge, so the LTR wordmark sits flush with the subtitle instead of 4px in. */
.zbar-text { display: flex; flex-direction: column; align-items: flex-start; line-height: 1; }
/* Gradient text with a solid fallback: `color` stays readable and only the fill is made
   transparent, so a mode that drops background images (high contrast) still shows the word. */
.zbar-name {
  font-family: var(--font-wordmark);
  font-weight: 700;
  font-size: 1.375rem;
  letter-spacing: -0.045em;
  background: var(--brand-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: var(--brand-text);
  -webkit-text-fill-color: transparent;
  direction: ltr;
  unicode-bidi: isolate;
}
.zbar-sub { font-size: 0.6875rem; font-weight: 600; color: var(--muted); margin-top: 4px; }
.zbar-actions { display: flex; align-items: center; gap: 6px; }
.iconbtn {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid var(--hairline);
  background: var(--surface);
  color: var(--ink-soft);
  display: grid;
  place-items: center;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform var(--base) var(--ease-out), background var(--base), color var(--base);
}
.iconbtn:hover { background: var(--brand-soft); color: var(--brand-text); }
.iconbtn:active { transform: scale(0.95); }
.iconbtn svg { width: 20px; height: 20px; }
.iconbtn:focus-visible { outline: 2px solid var(--brand); outline-offset: 2px; }
.iconbtn .when-dark { display: none; }
:root[data-theme="dark"] .iconbtn .when-dark { display: block; }
:root[data-theme="dark"] .iconbtn .when-light { display: none; }
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) .iconbtn .when-dark { display: block; }
  :root:not([data-theme="light"]) .iconbtn .when-light { display: none; }
}

/* ---------- hero ---------- */
.cover {
  position: relative;
  height: clamp(190px, 50vw, 240px);
  overflow: hidden;
  background: var(--brand-gradient-strong);
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 50%, rgba(0, 0, 0, 0.6) 74%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 0%, #000 50%, rgba(0, 0, 0, 0.6) 74%, transparent 100%);
}
.cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
}
/* True-colour photo; a theme-tinted wash settles it into the page and the mask fades it out. */
.cover::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(to bottom, rgba(11, 7, 22, 0.28) 0%, rgba(11, 7, 22, 0) 40%), var(--cover-wash);
}

.identity {
  position: relative;
  z-index: 2;
  margin-top: -60px;
  padding: 0 20px;
  text-align: center;
}
/* The logo: a quiet dark frame that seats it on the photo, no rings and no glow. */
.avatar {
  position: relative;
  width: 108px;
  height: 108px;
  margin: 0 auto;
  border-radius: 50%;
  padding: 4px;
  background: var(--avatar-frame);
  box-shadow: 0 0 0 1px var(--hairline), 0 14px 30px -12px rgba(0, 0, 0, 0.55);
}
.avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  background: var(--surface);
}
.avatar .mono {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--surface);
  color: var(--brand-text);
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1;
}
.name {
  margin: 14px 0 0;
  font-size: 1.6875rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.15;
  overflow-wrap: anywhere;
}
.tagline {
  margin: 6px 0 0;
  font-size: 1rem;
  font-weight: 500;
  color: var(--muted);
}
.meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
}
.chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 44px;
  padding: 8px 14px;
  border-radius: var(--radius-pill);
  background: var(--surface);
  border: 1px solid var(--hairline);
  font-size: 0.8438rem;
  font-weight: 600;
  color: var(--ink-soft);
}
.chip svg { width: 15px; height: 15px; color: var(--brand); flex: none; }
.chip strong { font-weight: 700; color: var(--ink); }
.chip .star { color: var(--star); }
a.chip { transition: transform var(--base) var(--ease-out), border-color var(--base), box-shadow var(--base); }
a.chip:hover { border-color: var(--brand-ring); box-shadow: var(--shadow-md); transform: translateY(-1px); }
.status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 44px;
  padding: 8px 14px;
  border-radius: var(--radius-pill);
  font-size: 0.8438rem;
  font-weight: 600;
  background: var(--surface);
  border: 1px solid var(--hairline);
  color: var(--ink-soft);
}
.status .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--muted); flex: none; }
.status.is-open { color: var(--ok-text); background: var(--ok-soft); border-color: var(--ok-border); }
.status.is-open .dot { background: var(--ok); animation: pulse 2s ease-in-out infinite; }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.35; } }
.bio {
  margin: 14px auto 0;
  max-width: 360px;
  font-size: 0.9375rem;
  color: var(--ink-soft);
}

/* Social tiles: the app's category tiles — a card with a gradient icon square. */
.socials {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  max-width: 360px;
  margin: 18px auto 0;
}
.social {
  flex: 1 1 70px;
  max-width: 96px;
  min-width: 0;
  min-height: 84px;
  padding: 10px 4px 9px;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  background: var(--surface);
  border: 1px solid var(--hairline);
  transition: transform var(--base) var(--ease-out), border-color var(--base), box-shadow var(--base);
}
.social:hover { transform: translateY(-2px); border-color: var(--brand-ring); box-shadow: var(--shadow-md); }
.socials:has(> :nth-child(5)) .social { flex: 0 0 calc(25% - 6px); max-width: none; }
.social .ic { width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; background: var(--brand-cta); color: #fff; }
.social .ic svg { width: 21px; height: 21px; }
.social .lbl { font-size: 0.7812rem; font-weight: 600; line-height: 1.2; color: var(--ink-soft); text-align: center; max-width: 100%; overflow-wrap: anywhere; }

/* ---------- stack ---------- */
.stack {
  padding: 22px 16px calc(28px + env(safe-area-inset-bottom, 0px));
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 720px) { .stack { padding-inline: 24px; } }

/* Zemun promotion: the first slot, on the brand gradient. */
.promo {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  min-height: 78px;
  border-radius: var(--radius-xl);
  background: var(--brand-gradient-strong);
  color: var(--on-accent);
  box-shadow: var(--shadow-brand);
  position: relative;
  overflow: hidden;
  transition: transform var(--base) var(--ease-out), filter var(--base);
}
.promo:hover { transform: translateY(-2px); filter: brightness(1.04); }
.promo:active { transform: scale(0.99); }
.promo .ztile { width: 46px; height: 46px; flex: none; border-radius: 14px; background: #fff; display: grid; place-items: center; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18); }
.promo .ztile svg { width: 46px; height: 46px; }
.promo .body { flex: 1; min-width: 0; }
.promo .title { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; font-size: 1.0312rem; font-weight: 700; line-height: 1.25; }
.promo .badge { display: inline-flex; padding: 2px 9px; border-radius: var(--radius-pill); background: rgba(255, 255, 255, 0.22); font-size: 0.6875rem; font-weight: 700; letter-spacing: 0.02em; }
.promo .sub { margin-top: 3px; font-size: 0.8438rem; font-weight: 500; opacity: 0.92; text-wrap: balance; }
.promo .chev { flex: none; opacity: 0.9; }
.promo .chev svg { width: 20px; height: 20px; }

/* Google review: the page's climax, echoing the card. */
.review-cta {
  border-radius: var(--radius-2xl);
  background: var(--surface);
  border: 1px solid var(--hairline);
  padding: 22px 18px 18px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.review-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(70% 55% at 50% 0%, var(--brand-soft-2), transparent 72%);
  pointer-events: none;
}
.review-cta > * { position: relative; }
.stars { display: inline-flex; gap: 4px; color: var(--star); }
.stars svg { width: 22px; height: 22px; }
.review-cta h2 { margin: 10px 0 0; font-size: 1.5rem; font-weight: 800; letter-spacing: -0.02em; line-height: 1.2; }
.review-cta p { margin: 6px 0 0; font-size: 0.9375rem; color: var(--muted); font-weight: 500; }
.gbtn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 16px;
  min-height: 54px;
  padding: 12px 18px;
  border-radius: 14px;
  background: var(--brand-cta);
  color: #fff;
  font-size: 1.0312rem;
  font-weight: 700;
  box-shadow: var(--shadow-brand);
  transition: transform var(--base) var(--ease-out), filter var(--base);
}
.gbtn:hover { transform: translateY(-2px); filter: brightness(1.06); }
.gbtn:active { transform: scale(0.99); }
.gbtn .g { width: 26px; height: 26px; border-radius: 50%; background: #fff; display: grid; place-items: center; flex: none; }
.gbtn .g svg { width: 16px; height: 16px; }
.review-cta .proof { margin-top: 10px; font-size: 0.7812rem; color: var(--muted); font-weight: 600; }

/* link groups: the app's eyebrow label ("· הזמנות") and list rows */
.group { display: flex; flex-direction: column; gap: 8px; }
.label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 12px 4px 0;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--brand-text);
}
.label::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--brand); flex: none; }
.link {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 66px;
  padding: 10px 12px 10px 14px;
  border-radius: 18px;
  background: var(--surface);
  border: 1px solid var(--hairline);
  transition: transform var(--base) var(--ease-out), border-color var(--base), box-shadow var(--base);
}
.link:hover { transform: translateY(-1px); border-color: var(--brand-ring); box-shadow: var(--shadow-md); }
.link:active { transform: scale(0.995); }
.link .tile {
  width: 46px;
  height: 46px;
  flex: none;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: var(--brand-cta);
  color: #fff;
}
.link .tile svg { width: 22px; height: 22px; }
.link .text { flex: 1; min-width: 0; }
.link .t { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; font-size: 0.9688rem; font-weight: 700; line-height: 1.3; }
.link .s { margin-top: 2px; font-size: 0.8125rem; color: var(--muted); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.link .pill { display: inline-flex; padding: 1px 8px; border-radius: var(--radius-pill); background: var(--brand-soft-2); color: var(--brand-text); font-size: 0.6875rem; font-weight: 700; }
.link .chev { color: var(--muted); flex: none; transition: transform var(--base) var(--ease-out), color var(--base); }
.link .chev svg { width: 20px; height: 20px; }
.link:hover .chev { color: var(--brand); transform: translateX(-3px); }
.link.highlighted { border-color: var(--brand-ring); background: var(--brand-soft); }

/* panels */
.panel {
  margin-top: 6px;
  padding: 16px;
  border-radius: 20px;
  background: var(--surface);
  border: 1px solid var(--hairline);
}
.panel .ptitle { margin: 0 0 12px; display: flex; align-items: center; gap: 8px; font-size: 1rem; font-weight: 700; }
.panel .ptitle svg { width: 18px; height: 18px; color: var(--brand); }
.panel .ptitle .hsub { margin-inline-start: auto; font-size: 0.7812rem; font-weight: 600; color: var(--muted); }
.panel .soon { margin: 0; font-size: 0.9375rem; line-height: 1.5; color: var(--ink-soft); }
.hours { display: flex; flex-direction: column; gap: 2px; }
.hrow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 8px 10px;
  border-radius: var(--radius-sm);
  font-size: 0.9062rem;
  font-weight: 500;
  color: var(--ink-soft);
}
.hrow .time { font-variant-numeric: tabular-nums; direction: ltr; unicode-bidi: isolate; }
.hrow.is-today { background: var(--brand-soft); color: var(--ink); font-weight: 700; }
.hrow .today { margin-inline-start: 6px; font-size: 0.6875rem; font-weight: 700; color: var(--brand-text); }
.reviews { display: flex; flex-direction: column; gap: 10px; }
.rv {
  padding: 12px 14px;
  border-radius: 14px;
  background: var(--surface-2);
}
.rv .top { display: flex; justify-content: space-between; align-items: center; gap: 8px; }
.rv .who { font-size: 0.9062rem; font-weight: 700; }
.rv .st { display: inline-flex; gap: 2px; color: var(--star); }
.rv .st svg { width: 14px; height: 14px; }
.rv .txt { margin: 6px 0 0; font-size: 0.9062rem; line-height: 1.55; color: var(--ink-soft); white-space: pre-line; }
.rv .txt.clamp { display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; }
.rv .more { margin: 0 -10px -6px; min-height: 44px; min-width: 44px; padding: 8px 10px; background: none; border: 0; color: var(--brand-text); font-weight: 700; font-size: 0.8438rem; cursor: pointer; border-radius: var(--radius-sm); }

/* footer: Zemun's sign-off */
.foot { margin-top: 22px; display: flex; flex-direction: column; align-items: center; gap: 6px; }
.made {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 8px 16px 8px 12px;
  border-radius: var(--radius-pill);
  background: var(--surface);
  border: 1px solid var(--hairline);
  color: var(--ink-soft);
  font-size: 0.8438rem;
  font-weight: 600;
  transition: border-color var(--base), transform var(--base) var(--ease-out);
}
.made:hover { border-color: var(--brand-ring); transform: translateY(-1px); }
.made .ztile { width: 26px; height: 26px; border-radius: 8px; overflow: hidden; }
.made .ztile svg { width: 26px; height: 26px; }
.wordmark {
  font-family: var(--font-wordmark);
  font-weight: 700;
  font-size: 1.0625rem;
  letter-spacing: -0.045em;
  background: var(--brand-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: var(--brand-text);
  -webkit-text-fill-color: transparent;
  direction: ltr;
  unicode-bidi: isolate;
  line-height: 1;
}
.foot small { font-size: 0.7812rem; color: var(--muted); font-weight: 500; }
.legal { display: flex; gap: 14px; margin-top: 2px; }
.legal a { font-size: 0.7812rem; font-weight: 600; color: var(--muted); padding: 8px 8px; min-height: 44px; min-width: 44px; display: inline-flex; align-items: center; justify-content: center; }
.legal a:hover { color: var(--brand-text); }
.skip {
  position: absolute;
  top: -100px;
  inset-inline-start: 12px;
  z-index: 100;
  padding: 10px 14px;
  border-radius: var(--radius-md);
  background: var(--brand-cta);
  color: #fff;
  font-weight: 700;
}
.skip:focus { top: 12px; outline: 2px solid #fff; outline-offset: 2px; }

/* ---------- sticky action dock (appears once the review card scrolls away) ---------- */
.dock {
  position: fixed;
  inset-inline: 0;
  bottom: 0;
  z-index: 20;
  margin: 0 auto;
  max-width: 480px;
  display: flex;
  gap: 10px;
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom, 0px));
  background: var(--glass);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-top: 1px solid var(--hairline);
  transform: translateY(110%);
  transition: transform var(--slow) var(--ease-out);
}
.dock.in { transform: none; }
.dock[hidden] { display: none; }
.dock a {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  border-radius: 14px;
  font-size: 0.9375rem;
  font-weight: 700;
}
.dock .dg { flex: 1.4; background: var(--brand-cta); color: #fff; box-shadow: var(--shadow-brand); }
.dock .dg .g { width: 22px; height: 22px; border-radius: 50%; background: #fff; display: grid; place-items: center; flex: none; }
.dock .dg .g svg { width: 13px; height: 13px; }
.dock .dw { background: var(--surface); border: 1px solid var(--hairline); color: var(--ink); }
.dock .dw svg { width: 20px; height: 20px; color: var(--brand-text); }
body.has-dock .stack { padding-bottom: calc(var(--dock-h, 96px) + 16px); }
@media (min-width: 720px) {
  .dock { display: none; }
  body.has-dock .stack { padding-bottom: 28px; }
}

/* ---------- privacy notice ----------
   Inline at the top of the stack, never floating: a fixed strip landed on the review
   heading at first paint and stacked with the dock and the accessibility button. */
.notice {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: var(--radius-lg);
  background: var(--surface-2);
  color: var(--ink);
  border: 1px solid var(--hairline);
  font-size: 0.8438rem;
  line-height: 1.45;
}
.notice[hidden] { display: none; }
.notice p { margin: 0; flex: 1; }
.notice a { color: var(--brand-text); font-weight: 700; text-decoration: underline; }
.notice button { flex: none; min-height: 44px; padding: 8px 14px; border-radius: var(--radius-md); border: 0; background: var(--brand-cta); color: #fff; font-weight: 700; cursor: pointer; }

/* ---------- share sheet ---------- */
.sheet-backdrop {
  position: fixed;
  inset: 0;
  /* above the accessibility toolbar (60/61): a modal must cover everything */
  z-index: 70;
  background: rgba(8, 6, 20, 0.66);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0;
}
.sheet-backdrop[hidden] { display: none; }
.sheet {
  width: 100%;
  max-width: 480px;
  background: var(--surface);
  color: var(--ink);
  border-radius: 24px 24px 0 0;
  padding: 14px 18px calc(20px + env(safe-area-inset-bottom, 0px));
  box-shadow: var(--shadow-lg);
  position: relative;
}
@media (min-width: 720px) {
  .sheet-backdrop { align-items: center; padding: 24px; }
  .sheet { max-width: 380px; border-radius: 24px; padding-bottom: 20px; }
}
.sheet .grip { width: 40px; height: 4px; border-radius: 2px; background: var(--line); margin: 0 auto 12px; }
@media (min-width: 720px) { .sheet .grip { display: none; } }
.sheet h2 { margin: 0; font-size: 1.125rem; font-weight: 800; }
.sheet .url { margin: 4px 0 0; font-size: 0.8125rem; color: var(--muted); direction: ltr; unicode-bidi: isolate; text-align: right; overflow-wrap: anywhere; }
.sheet .close { position: absolute; top: 8px; left: 8px; width: 44px; height: 44px; border-radius: 12px; border: 0; background: transparent; color: var(--muted); display: grid; place-items: center; cursor: pointer; }
.sheet .close:hover { background: var(--surface-3); color: var(--ink); }
.sheet .close svg { width: 20px; height: 20px; }
.qr {
  margin: 14px auto 0;
  width: 200px;
  height: 200px;
  padding: 12px;
  border-radius: var(--radius-lg);
  background: #fff;
  border: 1px solid var(--hairline);
  display: grid;
  place-items: center;
}
.qr svg { width: 100%; height: 100%; }
.qr .qr-fallback { font-size: 0.75rem; color: #334155; text-align: center; line-height: 1.4; padding: 6px; }
.sheet .qr-hint { margin: 8px 0 0; text-align: center; font-size: 0.7812rem; color: var(--muted); }
.sheet .actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 14px; }
.sheet .actions.single { grid-template-columns: 1fr; }
.abtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 10px 14px;
  border-radius: 14px;
  border: 1px solid var(--hairline);
  background: var(--surface-2);
  font-size: 0.9062rem;
  font-weight: 700;
  cursor: pointer;
  transition: background var(--base), transform var(--base) var(--ease-out);
}
.abtn:hover { background: var(--surface-3); }
.abtn:active { transform: scale(0.98); }
.abtn.primary { background: var(--brand-cta); border-color: transparent; color: #fff; }
.abtn.primary:hover { filter: brightness(1.06); background: var(--brand-cta); }
.abtn svg { width: 18px; height: 18px; }

/* ---------- motion ----------
   Ambient only: nothing the reader needs depends on it, and every piece is off
   under prefers-reduced-motion and the toolbar's "stop animations". */
.aurora {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  opacity: var(--aurora-opacity);
}
/* Softness is baked into the gradients — no filter: a blurred layer is re-filtered by the
   compositor on every frame of the drift and halved the frame rate; transforms alone are free. */
.aurora i {
  position: absolute;
  width: 62vmax;
  height: 62vmax;
  border-radius: 50%;
  will-change: transform;
}
.aurora i:nth-child(1) { top: -24vmax; right: -22vmax; background: radial-gradient(circle, rgba(124, 58, 245, 0.55) 0%, rgba(124, 58, 245, 0.22) 38%, transparent 66%); animation: drift1 24s ease-in-out infinite alternate; }
.aurora i:nth-child(2) { bottom: -28vmax; left: -24vmax; background: radial-gradient(circle, rgba(192, 132, 252, 0.42) 0%, rgba(192, 132, 252, 0.16) 38%, transparent 66%); animation: drift2 28s ease-in-out infinite alternate; }
.aurora i:nth-child(3) { top: 38%; left: 28%; width: 44vmax; height: 44vmax; background: radial-gradient(circle, rgba(99, 102, 241, 0.3) 0%, rgba(99, 102, 241, 0.12) 38%, transparent 66%); animation: drift3 32s ease-in-out infinite alternate; }
@keyframes drift1 { to { transform: translate(-12vw, 16vh) scale(1.18); } }
@keyframes drift2 { to { transform: translate(12vw, -14vh) scale(1.12); } }
@keyframes drift3 { to { transform: translate(-10vw, -12vh) scale(1.25); } }
.page { position: relative; z-index: 1; }
/* Slow zoom on the business photo. */
.cover img { transform-origin: center; animation: kenburns 26s ease-in-out infinite alternate; }
@keyframes kenburns { from { transform: scale(1); } to { transform: scale(1.08); } }
/* A light sweep across the Zemun card every few seconds. */
.promo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 35%, rgba(255, 255, 255, 0.22) 50%, transparent 65%);
  transform: translateX(-130%);
  animation: shine 7.5s ease-in-out infinite;
  pointer-events: none;
}
@keyframes shine { 0%, 72% { transform: translateX(-130%); } 100% { transform: translateX(130%); } }
/* Stars arrive one after another; the review button breathes. */
.js .stars svg { animation: pop 560ms var(--ease-out) both; }
.js .stars svg:nth-child(1) { animation-delay: 300ms; }
.js .stars svg:nth-child(2) { animation-delay: 380ms; }
.js .stars svg:nth-child(3) { animation-delay: 460ms; }
.js .stars svg:nth-child(4) { animation-delay: 540ms; }
.js .stars svg:nth-child(5) { animation-delay: 620ms; }
@keyframes pop { from { opacity: 0; transform: scale(0.4) rotate(-12deg); } to { opacity: 1; transform: none; } }
.js.settled .stars svg { animation: none; opacity: 1; transform: none; }
/* The glow lives on a pseudo-element and only its opacity animates (compositor-only):
   animating box-shadow repainted the page on every frame, forever. */
.gbtn { position: relative; isolation: isolate; }
.gbtn::after { content: ""; position: absolute; inset: 0; z-index: -1; border-radius: inherit; box-shadow: 0 20px 44px -12px var(--brand-glow); opacity: 0; animation: breathe 3.4s ease-in-out infinite; pointer-events: none; }
@keyframes breathe { 0%, 100% { opacity: 0; } 50% { opacity: 1; } }
/* Theme switch: colours cross-fade instead of snapping — inside the no-preference query,
   so the reduced-motion rule below is never out-specified, and off under the toolbar's stop. */
@media (prefers-reduced-motion: no-preference) {
  html.theming:not(.a11y-nomotion), html.theming:not(.a11y-nomotion) *, html.theming:not(.a11y-nomotion) *::before, html.theming:not(.a11y-nomotion) *::after { transition: background-color 320ms ease, color 320ms ease, border-color 320ms ease, fill 320ms ease !important; }
}

/* ---------- entrance (content never depends on it) ---------- */
.js .rv-in { opacity: 0; transform: translateY(12px); animation: rise 520ms var(--ease-out) forwards; animation-delay: calc(var(--i, 0) * 45ms); }
@keyframes rise { to { opacity: 1; transform: none; } }
.js.settled .rv-in { animation: none; opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .js .rv-in { animation: none; opacity: 1; transform: none; }
  .status.is-open .dot { animation: none; }
  .aurora i, .cover img, .promo::after, .js .stars svg, .gbtn, .gbtn::after { animation: none !important; }
  .js .stars svg { opacity: 1; transform: none; }
  * { transition-duration: 0.01ms !important; }
}
