/* ============================================================
   Lanova Rest & Cafe  —  glass theme
   Same identity as the original (black + gold), reworked with
   an iOS-style frosted-glass treatment on boxes and buttons.
   ============================================================ */

@font-face {
  font-family: "Lanova";
  src: url("../NizarbeINSportBlack.ttf") format("truetype");
  font-display: swap;
}

:root {
  --bg:        #0b0b0c;
  --bg-2:      #141416;
  --gold:      #fbcb6b;
  --gold-2:    #dc9315;
  --gold-soft: #debe58;
  --ink:       #f5f1e6;
  --line:      rgba(251, 203, 107, 0.45);
  --radius:    20px;
  --blur:      18px;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: Arial, "Segoe UI", Tahoma, sans-serif;
  color: var(--ink);
  background:
    radial-gradient(900px 500px at 20% 0%,   rgba(251, 203, 107, 0.06), transparent 55%),
    radial-gradient(800px 500px at 100% 100%, rgba(220, 147, 21, 0.05), transparent 55%),
    #0a0a0b;
  background-attachment: fixed;
  min-height: 100vh;
  -webkit-tap-highlight-color: transparent;
}

a { text-decoration: none; color: inherit; }
img { display: block; max-width: 100%; }

/* Kurdish uses the restaurant's custom display font */
html[lang="ku"] body { font-family: "Lanova", Arial, Tahoma, sans-serif; }
html[lang="ku"] .row .pname,
html[lang="ku"] .cat-btn .label,
html[lang="ku"] .brand-name,
html[lang="ku"] .intro-name,
html[lang="ku"] .tab span { font-family: "Lanova", Tahoma, sans-serif; letter-spacing: .3px; }

/* ============================================================
   SPLASH INTRO — short animation that plays then opens the site
   ============================================================ */
.intro {
  position: fixed; inset: 0; z-index: 3000;
  display: grid; place-items: center; padding: 24px;
  background:
    radial-gradient(900px 600px at 50% 38%, rgba(251,203,107,0.14), transparent 60%),
    linear-gradient(160deg, #14110a 0%, #0a0a0b 60%, #0d0b07 100%);
  transition: opacity .85s ease, transform .85s ease, visibility .85s;
  overflow: hidden;
}
.intro::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(2px 2px at 20% 30%, rgba(251,203,107,.5), transparent),
    radial-gradient(2px 2px at 80% 25%, rgba(251,203,107,.4), transparent),
    radial-gradient(1.5px 1.5px at 65% 72%, rgba(251,203,107,.35), transparent),
    radial-gradient(1.5px 1.5px at 32% 78%, rgba(251,203,107,.3), transparent);
  opacity: .6; animation: twinkle 3s ease-in-out infinite alternate;
}
@keyframes twinkle { from { opacity: .3; } to { opacity: .7; } }
.intro.gone { opacity: 0; transform: scale(1.08); visibility: hidden; }

.intro-inner { position: relative; text-align: center; }

.intro-logo-ring {
  width: 150px; height: 150px; margin: 0 auto 18px;
  display: grid; place-items: center; border-radius: 50%;
  background: radial-gradient(circle at 50% 35%, rgba(251,203,107,.20), rgba(0,0,0,0) 70%);
  border: 1px solid rgba(251,203,107,.40);
  box-shadow: 0 0 60px rgba(251,203,107,.30), inset 0 0 34px rgba(251,203,107,.10);
  opacity: 0; transform: scale(.6);
  animation: logoIn .8s cubic-bezier(.2,.9,.2,1) .1s forwards, ringPulse 3s ease-in-out 1s infinite;
}
@keyframes logoIn { to { opacity: 1; transform: scale(1); } }
@keyframes ringPulse {
  0%,100% { box-shadow: 0 0 46px rgba(251,203,107,.22), inset 0 0 28px rgba(251,203,107,.08); }
  50%     { box-shadow: 0 0 72px rgba(251,203,107,.40), inset 0 0 38px rgba(251,203,107,.14); }
}
.intro-logo {
  width: 104px; height: 104px; object-fit: contain;
  opacity: 0; animation: fadeUp .7s ease .45s forwards;
}
.intro-name {
  font-size: clamp(26px, 7vw, 40px); font-weight: 800; color: #fff;
  letter-spacing: .5px; margin-bottom: 12px;
  text-shadow: 0 2px 22px rgba(251,203,107,.40);
  opacity: 0; animation: fadeUp .7s ease .65s forwards;
}
.intro-line {
  width: 0; height: 2px; margin: 0 auto 12px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  animation: lineGrow .6s ease .95s forwards;
}
@keyframes lineGrow { to { width: 80px; } }
.intro-tagline {
  font-size: 13px; letter-spacing: 3px; text-transform: uppercase; color: var(--gold);
  opacity: 0; animation: fadeUp .7s ease 1.1s forwards;
}
@keyframes fadeUp { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }


/* ============================================================
   GLASS PRIMITIVE  — dark, smoky iOS Control Center style.
   Soft translucent dark panel, gentle blur, very subtle edge.
   No harsh highlights. Quiet and minimal, like the screenshot.
   ============================================================ */
.glass {
  position: relative;
  background: rgba(60, 58, 54, 0.42);
  -webkit-backdrop-filter: blur(28px) saturate(140%);
  backdrop-filter: blur(28px) saturate(140%);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: var(--radius);
  box-shadow:
    0 6px 24px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

/* ---------- header ---------- */
.topbar {
  position: sticky; top: 0; z-index: 900;
  display: flex; align-items: center; justify-content: space-between;
  gap: 10px; flex-wrap: nowrap; max-width: 100%;
  padding: 8px 14px;
  background: rgba(10, 10, 11, 0.55);
  -webkit-backdrop-filter: blur(14px) saturate(160%);
  backdrop-filter: blur(14px) saturate(160%);
  border-bottom: 1px solid var(--line);
  color: var(--gold);
}
.topbar .phone { font-size: 15px; display: flex; align-items: center; gap: 6px; white-space: nowrap; flex-shrink: 0; }
.topbar .phone i { font-size: 18px; }

/* language dropdown */
.lang { position: relative; flex-shrink: 0; }
.lang-btn {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 6px 12px; cursor: pointer; white-space: nowrap;
  color: var(--gold); font-size: 15px;
  background: rgba(60, 58, 54, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.06);
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  transition: background .25s ease, transform .15s ease;
}
.lang-btn:hover { background: rgba(251, 203, 107, 0.12); }
.lang-btn img { width: 18px; border-radius: 3px; flex-shrink: 0; }

/* centered language modal */
.lang-overlay {
  position: fixed; inset: 0; z-index: 1500;
  display: none; align-items: center; justify-content: center; padding: 24px;
  background: rgba(0,0,0,.6);
  -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
}
.lang-overlay.open { display: flex; animation: fadeIn .2s ease; }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
.lang-modal {
  width: 100%; max-width: 340px; padding: 18px;
  display: flex; flex-direction: column; gap: 8px;
  animation: modalPop .25s cubic-bezier(.2,.8,.2,1);
}
@keyframes modalPop { from { opacity: 0; transform: translateY(16px) scale(.96); } to { opacity: 1; transform: none; } }
.lang-modal-title {
  text-align: center; font-size: 13px; color: var(--gold-soft);
  padding-bottom: 10px; margin-bottom: 4px;
  border-bottom: 1px solid rgba(255,255,255,.10);
  display: flex; align-items: center; justify-content: center; gap: 8px;
}
.lang-modal a {
  display: flex; align-items: center; gap: 12px;
  padding: 14px 16px; border-radius: 14px; font-size: 17px; color: var(--ink);
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08);
  transition: background .2s ease, border-color .2s ease, transform .12s ease;
}
.lang-modal a:hover { background: rgba(251,203,107,.12); transform: translateY(-1px); }
.lang-modal a img { width: 26px; border-radius: 4px; flex-shrink: 0; }
.lang-modal a span { flex: 1; }
.lang-modal a.cur { background: rgba(251,203,107,.16); border-color: rgba(251,203,107,.45); color: var(--gold); }
.lang-modal a .bi-check2 { color: var(--gold); font-size: 20px; }

@keyframes pop {
  from { opacity: 0; transform: translateY(-6px) scale(.98); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}

/* ---------- hero ---------- */
.hero { padding: 18px 16px 6px; text-align: center; }

.carousel { width: min(420px, 92%); margin: 6px auto 22px; direction: ltr; }
.carousel .frame {
  position: relative; overflow: hidden;
  border-radius: 22px; border: 1px solid var(--line);
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.55);
}
.carousel .slides { display: flex; transition: transform .6s cubic-bezier(.4,.0,.2,1); }
.carousel .slides img { width: 100%; flex: 0 0 100%; aspect-ratio: 16 / 11; object-fit: cover; }
.carousel .slides img.logo { object-fit: contain; background: #000; padding: 12px; }
.carousel .dots { display: flex; gap: 7px; justify-content: center; margin-top: 12px; }
.carousel .dots button {
  width: 9px; height: 9px; border-radius: 50%; cursor: pointer;
  border: 1px solid var(--gold); background: transparent; padding: 0;
  transition: transform .2s ease, background .2s ease;
}
.carousel .dots button.active { background: var(--gold); transform: scale(1.25); }
.carousel .arrow {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 38px; height: 38px; display: grid; place-items: center;
  border: none; cursor: pointer; color: #000; font-size: 18px;
  background: rgba(251, 203, 107, 0.85);
  -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
  border-radius: 50%; opacity: .85; z-index: 3;
}
.carousel .arrow.prev { inset-inline-start: 8px; }
.carousel .arrow.next { inset-inline-end: 8px; }

/* social row */
.socials { display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; margin: 4px 0 16px; }
.socials a {
  width: 52px; height: 52px; display: grid; place-items: center;
  font-size: 20px; color: var(--gold);
  background: rgba(60, 58, 54, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 50%;
  -webkit-backdrop-filter: blur(28px) saturate(140%); backdrop-filter: blur(28px) saturate(140%);
  box-shadow: 0 4px 14px rgba(0,0,0,.3), inset 0 1px 0 rgba(255,255,255,0.06);
  transition: transform .18s ease, background .25s ease;
}
.socials a:hover {
  transform: translateY(-3px);
  background: rgba(251, 203, 107, 0.18);
  border-color: rgba(251, 203, 107, 0.40);
}

.brand-name {
  font-size: clamp(22px, 6vw, 32px); font-weight: 800; color: #fff;
  -webkit-text-stroke: .5px #000;
  animation: glow 5s linear infinite; margin: 2px 0 10px;
}

/* rewards / games call-to-action */
.rewards-cta {
  display: flex; align-items: center; gap: 10px; justify-content: center;
  max-width: 420px; margin: 4px auto 2px; padding: 13px 18px;
  background: rgba(251, 203, 107, 0.16);
  border: 1px solid rgba(251, 203, 107, 0.45);
  border-radius: 16px;
  -webkit-backdrop-filter: blur(20px) saturate(150%); backdrop-filter: blur(20px) saturate(150%);
  box-shadow: 0 6px 22px rgba(0,0,0,.3), inset 0 1px 0 rgba(255,255,255,.10);
  color: #ffe6a8; font-weight: 700; font-size: 15px;
  transition: transform .15s ease, background .25s ease;
}
.rewards-cta:hover { transform: translateY(-2px); background: rgba(251,203,107,.24); }
.rewards-cta .ico { font-size: 20px; }
@keyframes glow {
  0%,100% { text-shadow: 0 0 14px rgba(251,203,107,.25), 0 0 2px rgba(251,203,107,.4); }
  50%     { text-shadow: 0 0 22px rgba(251,203,107,.6), 0 0 6px rgba(251,203,107,.6); }
}

/* ---------- section tabs (Food / Drinks / Hookah) ---------- */
.tabs { display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; margin: 6px auto 20px; padding: 0 12px; }
.tab {
  position: relative;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  padding: 12px 18px; cursor: pointer; min-width: 100px;
  background: rgba(60, 58, 54, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 22px;
  -webkit-backdrop-filter: blur(28px) saturate(140%); backdrop-filter: blur(28px) saturate(140%);
  box-shadow: 0 6px 20px rgba(0,0,0,.3), inset 0 1px 0 rgba(255,255,255,0.06);
  transition: transform .18s ease, box-shadow .3s ease, background .3s ease;
}
.tab img { width: 38px; height: 38px; object-fit: contain; position: relative; z-index: 1; }
.tab span {
  font-size: 14px; position: relative; z-index: 1;
  background: linear-gradient(95deg, var(--gold), var(--gold-2));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.tab:hover { transform: translateY(-2px); }
.tab.active {
  background: rgba(251, 203, 107, 0.18);
  border-color: rgba(251, 203, 107, 0.45);
  box-shadow: 0 8px 24px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,0.10);
}

/* ---------- section panels ---------- */
.panel { display: none; max-width: 760px; margin: 0 auto; padding: 0 14px 30px; }
.panel.active { display: block; animation: fade .35s ease; }
@keyframes fade { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

/* category accordion button */
.cat { margin: 12px 0; }
.cat-btn {
  position: relative;
  width: 100%; cursor: pointer; text-align: center;
  padding: 16px;
  background: rgba(60, 58, 54, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: var(--radius);
  -webkit-backdrop-filter: blur(28px) saturate(140%); backdrop-filter: blur(28px) saturate(140%);
  box-shadow: 0 6px 20px rgba(0,0,0,.3), inset 0 1px 0 rgba(255,255,255,0.06);
  display: flex; align-items: center; justify-content: center; gap: 10px;
  transition: background .25s ease, box-shadow .25s ease, transform .12s ease;
}
.cat-btn:active { transform: scale(.99); }
.cat-btn:hover { background: rgba(80, 78, 72, 0.5); }
.cat-btn .label {
  position: relative; z-index: 1;
  font-size: 22px; font-weight: 700;
  background: linear-gradient(95deg, var(--gold), var(--gold-2));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.cat-btn .chev { position: relative; z-index: 1; color: var(--gold); transition: transform .3s ease; font-size: 15px; }
.cat.open .cat-btn .chev { transform: rotate(180deg); }
.cat.open .cat-btn {
  background: rgba(251, 203, 107, 0.14);
  border-color: rgba(251, 203, 107, 0.40);
}

/* collapsible body */
.cat-body {
  overflow: hidden; max-height: 0;
  transition: max-height .45s cubic-bezier(.4,0,.2,1);
}

/* ============================================================
   PRODUCT CARD — professional menu card (title + price only)
   ============================================================ */
.menu-card {
  margin: 16px auto; padding: 0; overflow: hidden;
  border-radius: 22px;
  transition: transform .2s ease, box-shadow .3s ease;
}
.menu-card > * { position: relative; z-index: 1; }
.menu-card:hover { transform: translateY(-3px); box-shadow: 0 14px 40px rgba(0,0,0,.5); }

/* photo sits in a framed top area with a fade into the rows */
.menu-card .photo-wrap {
  position: relative; width: 100%;
  min-height: 190px;                 /* keep the frame visible before the image loads */
  background: radial-gradient(120% 100% at 50% 0%, rgba(251,203,107,.10), rgba(0,0,0,.35));
  display: flex; justify-content: center; align-items: center;
  padding: 16px 16px 8px;
  transition: min-height .3s ease;
}
/* spinning loader shown while the image is still loading */
.menu-card .photo-wrap::before {
  content: ""; position: absolute; top: 50%; left: 50%; z-index: 0;
  width: 36px; height: 36px; margin: -22px 0 0 -18px;
  border-radius: 50%;
  border: 3px solid rgba(251, 203, 107, 0.22);
  border-top-color: var(--gold);
  animation: photo-spin .8s linear infinite;
}
@keyframes photo-spin { to { transform: rotate(360deg); } }

.menu-card .photo {
  width: auto; height: auto; max-width: 100%; max-height: 300px;
  object-fit: contain; border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0,0,0,.45);
  position: relative; z-index: 1;
  opacity: 0; transition: opacity .45s ease;   /* fade in once loaded */
}
.menu-card .photo.loaded { opacity: 1; }

/* stop the spinner once the image has loaded (or failed) */
.menu-card .photo-wrap.done { min-height: 0; }
.menu-card .photo-wrap.done::before { content: none; }

/* missing/broken image — keep the frame with a subtle picture icon */
.menu-card .photo-wrap.err { min-height: 150px; }
.menu-card .photo-wrap.err::before {
  border: none; width: 100%; height: 100%; margin: 0; top: 0; left: 0; border-radius: 0;
  animation: none; background: no-repeat center /
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='54' height='54' fill='none' stroke='%23debe58' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' opacity='0.45'%3E%3Crect x='4' y='7' width='46' height='40' rx='5'/%3E%3Ccircle cx='18' cy='20' r='4'/%3E%3Cpath d='M7 43l13-13 9 9 7-7 11 11'/%3E%3C/svg%3E");
}
/* soft gradient line under the photo */
.menu-card .photo-wrap::after {
  content: ""; position: absolute; left: 16px; right: 16px; bottom: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(251,203,107,.5), transparent);
}

.rows { display: flex; flex-direction: column; padding: 6px 18px 10px; }
.row {
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  padding: 13px 2px; color: var(--ink);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.row:last-child { border-bottom: none; }
.row .pname {
  font-size: 17px; line-height: 1.4; flex: 1; font-weight: 600;
  letter-spacing: .2px;
}
.row .pprice {
  font-size: 15px; white-space: nowrap; font-weight: 800; color: var(--gold);
  padding: 5px 13px; border-radius: 999px;
  background: rgba(251,203,107,.12);
  border: 1px solid rgba(251,203,107,.35);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}

/* simple single-item card (no image): title + price list, refined */
.menu-card.flat .rows { padding: 8px 18px; }
.menu-card.flat .row { padding: 14px 2px; }

.empty { color: rgba(245, 241, 230, .5); text-align: center; padding: 22px; font-size: 14px; }

/* ---------- footer ---------- */
.foot {
  margin-top: 34px; padding: 18px 18px 22px;
  border-top: 1px solid rgba(251,203,107,.15);
  background: linear-gradient(180deg, rgba(0,0,0,.30), rgba(0,0,0,.55));
  -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
  text-align: center;
}
.foot-label {
  font-size: 10px; letter-spacing: 2.5px; text-transform: uppercase;
  color: rgba(245,241,230,.40); margin-bottom: 10px;
}
.foot-credits {
  display: flex; gap: 8px; justify-content: center; align-items: center; flex-wrap: wrap;
}
.foot-credits a {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 5px 12px; border-radius: 999px; font-size: 12px; font-weight: 600;
  color: var(--gold-soft);
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08);
  transition: color .2s ease, background .2s ease, border-color .2s ease;
}
.foot-credits a:hover {
  color: var(--gold);
  background: rgba(251,203,107,.10); border-color: rgba(251,203,107,.30);
}
.foot-credits a i { font-size: 12px; opacity: .8; }

/* ---------- RTL handling ---------- */
html[dir="rtl"] .cat-btn { flex-direction: row-reverse; }

/* reduced motion */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}

/* desktop niceties */
@media (min-width: 768px) {
  .menu-card .photo { max-height: 280px; }
}

/* ============================================================
   RESPONSIVE — scales down cleanly to the smallest phones.
   Uses safe-area insets so it also fits notched screens.
   ============================================================ */
body {
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
}

/* small phones (≤ 480px) */
@media (max-width: 480px) {
  .topbar { padding: 7px 11px; }
  .topbar .phone { font-size: 13px; }
  .topbar .phone i { font-size: 16px; }
  .lang-btn { padding: 5px 10px; font-size: 13px; }
  .lang-btn img { width: 16px; }

  .hero { padding: 14px 12px 4px; }
  .carousel { width: min(420px, 94%); margin: 4px auto 18px; }
  .socials { gap: 7px; }
  .socials a { width: 48px; height: 48px; font-size: 18px; }
  .brand-name { font-size: clamp(19px, 6.5vw, 26px); }

  .tabs { gap: 6px; padding: 0 10px; }
  .tab { min-width: 0; flex: 1 1 30%; padding: 11px 6px; border-radius: 18px; }
  .tab img { width: 32px; height: 32px; }
  .tab span { font-size: 12.5px; }

  .panel { padding: 0 10px 26px; }
  .cat { margin: 10px 0; }
  .cat-btn { padding: 14px; }
  .cat-btn .label { font-size: 19px; }

  .menu-card { margin: 13px auto; }
  .menu-card .photo-wrap { padding: 13px 13px 7px; }
  .menu-card .photo { max-height: 240px; }
  .rows { padding: 4px 14px 8px; }
  .row { gap: 10px; padding: 12px 2px; }
  .row .pname { font-size: 15.5px; }
  .row .pprice { font-size: 13.5px; padding: 4px 11px; }

  .lang-modal a { padding: 13px 14px; font-size: 16px; }
}

/* very small phones (≤ 360px) */
@media (max-width: 360px) {
  .topbar { padding: 6px 9px; gap: 8px; }
  .topbar .phone { font-size: 12px; }
  .topbar .phone a { font-size: 12px; }
  .lang-btn { padding: 5px 8px; font-size: 12px; }

  .socials { gap: 6px; }
  .socials a { width: 44px; height: 44px; font-size: 16px; }
  .brand-name { font-size: 19px; }

  .tab { padding: 9px 4px; border-radius: 16px; }
  .tab img { width: 28px; height: 28px; }
  .tab span { font-size: 11px; }

  .cat-btn { padding: 13px; }
  .cat-btn .label { font-size: 17px; }
  .row { gap: 8px; padding: 11px 2px; }
  .row .pname { font-size: 14.5px; line-height: 1.35; }
  .row .pprice { font-size: 12.5px; padding: 3px 9px; }
}

/* ultra-small / older phones (≤ 320px) */
@media (max-width: 320px) {
  .topbar .phone i { font-size: 14px; }
  .tab { padding: 8px 3px; }
  .tab img { width: 25px; height: 25px; }
  .tab span { font-size: 10px; }
  .socials a { width: 40px; height: 40px; font-size: 15px; }
  .brand-name { font-size: 17px; }
  .cat-btn .label { font-size: 15px; }
  .row .pname { font-size: 13.5px; }
  .row .pprice { font-size: 12px; padding: 3px 8px; }
  .menu-card .photo { max-height: 200px; }
}

/* landscape phones — keep the intro / hero compact */
@media (max-height: 500px) and (orientation: landscape) {
  .intro-logo-ring { width: 96px; height: 96px; }
  .intro-logo { width: 66px; height: 66px; }
  .intro-name { font-size: clamp(20px, 5vw, 30px); }
}
