/* ═══════════════════════════════════════════════════
   OOTAK Restaurant — v2 "Super Cool" Stylesheet
   Astra 4.13.3 · WordPress 6.x · Full redesign
   ═══════════════════════════════════════════════════ */

/* ─── DESIGN TOKENS ─────────────────────────────── */
:root {
  --ot-orange : #E8620D;
  --ot-brown  : #3B1F0E;
  --ot-dark   : #1A0B04;
  --ot-cream  : #FAF6EF;
  --ot-gold   : #C9A84C;
  --ot-text   : #2A1508;
  --ot-muted  : #7A5C45;
  --ot-border : rgba(155,114,44,0.45);
  --ot-wa     : #25D366;
  --ot-gold-dk: #A8862F;
  --ot-glass  : rgba(59,31,14,0.05);
  --ot-radius : 6px;
  --nav-h     : 144px;
}

/* ─── RESET / BASE ──────────────────────────────── */
body.ootak-front-page {
  font-family: 'Tajawal', sans-serif !important;
  background: var(--ot-cream) !important;
  color: var(--ot-text) !important;
  overflow-x: hidden;
  margin: 0 !important;
  padding-top: 0 !important;
}
body.ootak-front-page *, body.ootak-front-page *::before, body.ootak-front-page *::after {
  box-sizing: border-box;
}
html { scroll-behavior: smooth; }

/* Admin bar offset */
body.ootak-front-page.admin-bar .ot-nav { top: 32px; }
@media (max-width: 782px) { body.ootak-front-page.admin-bar .ot-nav { top: 46px; } }

/* Suppress ALL Astra structural elements */
body.ootak-front-page #masthead,
body.ootak-front-page .site-header,
body.ootak-front-page #ast-desktop-header,
body.ootak-front-page #ast-mobile-header,
body.ootak-front-page .ast-above-header,
body.ootak-front-page .ast-below-header,
body.ootak-front-page footer.site-footer,
body.ootak-front-page #colophon,
body.ootak-front-page .ast-scroll-top-icon,
body.ootak-front-page #content.site-content { display: none !important; }

body.ootak-front-page #page,
body.ootak-front-page .hfeed { margin: 0; padding: 0; }
body.ootak-front-page a { text-decoration: none; }

/* ─── PAGE LOADER ───────────────────────────────── */
.ot-loader {
  position: fixed; inset: 0; z-index: 9999;
  background: var(--ot-cream);
  display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 1.5rem;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
.ot-loader.done { opacity: 0; visibility: hidden; }
.ot-loader-ring {
  width: 54px; height: 54px;
  border: 2px solid rgba(155,114,44,0.4);
  border-top-color: var(--ot-gold);
  border-radius: 50%;
  animation: ot-spin 0.8s linear infinite;
}
@keyframes ot-spin { to { transform: rotate(360deg); } }
.ot-loader-logo {
  font-family: 'Playfair Display', serif;
  font-size: 2.2rem; letter-spacing: 8px;
  color: var(--ot-brown);
  animation: ot-loader-fade 1s ease-in-out infinite alternate;
}
.ot-loader-logo-img {
  width: 120px; height: auto; display: block;
  animation: ot-loader-fade 1s ease-in-out infinite alternate;
}
.ot-loader-logo span { color: var(--ot-orange); }
@keyframes ot-loader-fade { from { opacity: 0.4; } to { opacity: 1; } }

/* ─── CURSOR GLOW ───────────────────────────────── */
.ot-cursor-glow {
  position: fixed; pointer-events: none; z-index: 9998;
  width: 300px; height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(232,98,13,0.12) 0%, transparent 65%);
  transform: translate(-50%, -50%);
  transition: transform 0.12s ease-out;
}

/* ─── NAV ───────────────────────────────────────── */
.ot-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 900;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 3rem;
  height: var(--nav-h);
  background: transparent;
  transition: background 0.4s ease, height 0.3s ease, box-shadow 0.4s;
}
.ot-nav.scrolled {
  background: rgba(46,24,9,0.97);
  backdrop-filter: blur(18px);
  box-shadow: 0 1px 0 rgba(201,168,76,0.45), 0 4px 30px rgba(0,0,0,0.25);
  height: 88px;
}
.ot-logo {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem; letter-spacing: 2px;
  color: var(--ot-brown) !important;
  text-decoration: none !important; flex-shrink: 0;
  transition: color 0.2s;
  display: inline-flex; align-items: center; gap: 0.6rem;
}
.ot-logo img {
  height: 136px; width: auto; display: block;
  filter: drop-shadow(0 0 3px rgba(255,255,255,0.9)) drop-shadow(0 0 12px rgba(255,255,255,0.6));
}
.ot-nav.scrolled .ot-logo img { height: 78px; }
.ot-logo em {
  font-style: normal; font-family: 'Tajawal', sans-serif;
  font-size: 0.68rem; letter-spacing: 4px;
  color: rgba(42,21,8,0.5); margin-left: 6px;
  font-weight: 300; vertical-align: middle;
}
.ot-nav-links {
  display: flex; gap: 2rem; list-style: none; margin: 0; padding: 0;
  position: absolute; left: 50%; transform: translateX(-50%);
}
.ot-nav-links a {
  font-size: 0.88rem; font-weight: 500; letter-spacing: 1.5px; text-transform: uppercase;
  color: var(--ot-brown) !important; text-decoration: none !important;
  transition: color 0.2s; position: relative; padding-bottom: 4px;
}
.ot-nav-links a::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0;
  height: 1px; background: var(--ot-orange);
  transform: scaleX(0); transform-origin: left;
  transition: transform 0.25s;
}
.ot-nav-links a:hover { color: var(--ot-orange) !important; }
.ot-nav-links a:hover::after { transform: scaleX(1); }
.ot-nav.scrolled .ot-nav-links a { color: rgba(250,246,239,0.88) !important; }
.ot-nav.scrolled .ot-nav-links a:hover { color: #fff !important; }
.ot-nav-right { display: flex; align-items: center; gap: 1rem; }
.ot-nav-cta {
  background: var(--ot-orange); color: #fff !important;
  padding: 0.5rem 1.3rem;
  font-size: 0.85rem; letter-spacing: 1px; text-transform: uppercase;
  text-decoration: none !important; border-radius: 2px;
  transition: background 0.2s, transform 0.15s;
}
.ot-nav-cta:hover { background: #c4530a !important; transform: translateY(-1px); }

.ot-cart-btn {
  position: relative; background: rgba(59,31,14,0.06);
  border: 1px solid rgba(155,114,44,0.55);
  padding: 0.5rem 0.6rem; cursor: pointer;
  color: var(--ot-brown); display: flex; align-items: center;
  border-radius: 4px; transition: border-color 0.2s, background 0.2s, color 0.2s;
}
.ot-cart-btn:hover { border-color: var(--ot-orange); }
.ot-nav.scrolled .ot-cart-btn {
  background: rgba(255,255,255,0.08);
  border-color: rgba(201,168,76,0.45);
  color: var(--ot-cream);
}
.ot-cart-count {
  position: absolute; top: -7px; right: -7px;
  background: var(--ot-orange); color: #fff;
  font-size: 0.68rem; font-weight: 700;
  width: 17px; height: 17px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  border: 2px solid #fff;
}
.ot-hamburger {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: none; cursor: pointer; padding: 4px;
}
.ot-hamburger span {
  display: block; width: 24px; height: 2px; background: var(--ot-brown);
  transition: all 0.3s; transform-origin: center;
}
.ot-nav.scrolled .ot-hamburger span { background: var(--ot-cream); }
.ot-hamburger.open span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.ot-hamburger.open span:nth-child(2) { opacity: 0; }
.ot-hamburger.open span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

.ot-mobile-menu {
  display: none; position: fixed;
  top: var(--nav-h); left: 0; right: 0; z-index: 899;
  background: rgba(46,24,9,0.98); backdrop-filter: blur(20px);
  padding: 2rem; flex-direction: column; gap: 1.5rem;
  border-bottom: 1px solid rgba(201,168,76,0.45);
}
.ot-mobile-menu.open { display: flex; }
.ot-mobile-menu ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 1.2rem; }
.ot-mobile-menu a { color: var(--ot-cream) !important; font-size: 1.1rem; font-weight: 500; letter-spacing: 1px; text-transform: uppercase; text-decoration: none !important; }
body.admin-bar .ot-mobile-menu { top: calc(var(--nav-h) + 32px); }

/* ─── HERO ───────────────────────────────────────── */
.ot-hero {
  min-height: 100vh;
  background: linear-gradient(180deg, #FFFDF8 0%, var(--ot-cream) 100%);
  display: flex; align-items: center;
  padding: calc(var(--nav-h) + 3rem) 4rem 4rem;
  position: relative; overflow: hidden;
  gap: 4rem;
}
.ot-hero-bg-glow {
  position: absolute; pointer-events: none;
  width: 700px; height: 700px;
  border-radius: 50%; z-index: 0;
  background: radial-gradient(circle, rgba(232,98,13,0.10) 0%, transparent 65%);
  top: -100px; left: -100px;
  animation: ot-glow-drift 8s ease-in-out infinite alternate;
}
@keyframes ot-glow-drift {
  0%   { transform: translate(0, 0); }
  100% { transform: translate(80px, 60px); }
}
.ot-hero-pattern {
  position: absolute; inset: 0; z-index: 0; opacity: 0.05; pointer-events: none;
  background-image: repeating-linear-gradient(45deg, var(--ot-gold) 0, var(--ot-gold) 1px, transparent 0, transparent 50%);
  background-size: 24px 24px;
}

/* Left */
.ot-hero-left {
  position: relative; z-index: 1; flex: 1; max-width: 580px;
}
.ot-hero-badge {
  display: inline-flex; align-items: center; gap: 0.5rem;
  border: 1px solid rgba(168,134,47,0.5);
  color: var(--ot-gold-dk);
  font-size: 0.76rem; letter-spacing: 3px; text-transform: uppercase;
  padding: 0.4rem 1rem; margin-bottom: 2rem;
  animation: ot-hero-badge-in 0.7s ease both;
}
@keyframes ot-hero-badge-in { from { opacity:0; transform:translateY(-10px); } to { opacity:1; transform:none; } }

.ot-hero-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(3rem, 6vw, 5.2rem);
  line-height: 1.08; color: var(--ot-brown);
  margin: 0 0 1.5rem; display: flex; flex-direction: column;
}
.ot-hero-title .line-1 { animation: ot-line-in 0.7s 0.1s ease both; }
.ot-hero-title .line-2 { animation: ot-line-in 0.7s 0.25s ease both; }
.ot-hero-title .line-3 { animation: ot-line-in 0.7s 0.4s ease both; }
@keyframes ot-line-in { from { opacity:0; transform:translateX(-30px); } to { opacity:1; transform:none; } }
.ot-hero-title em { color: var(--ot-orange); font-style: italic; }

.ot-hero-sub {
  font-size: 1.15rem; color: var(--ot-muted);
  line-height: 1.8; margin-bottom: 2.5rem; max-width: 460px;
  animation: ot-line-in 0.7s 0.55s ease both;
}
.ot-hero-btns {
  display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 3rem;
  animation: ot-line-in 0.7s 0.7s ease both;
}
.ot-btn-primary {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: var(--ot-orange); color: #fff !important;
  padding: 0.9rem 2rem; font-size: 0.92rem; letter-spacing: 1.5px;
  text-transform: uppercase; text-decoration: none !important;
  border-radius: 2px; transition: all 0.25s; border: none; cursor: pointer;
}
.ot-btn-primary:hover { background: #c4530a !important; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(232,98,13,0.4); }
.ot-btn-ghost {
  display: inline-block;
  border: 1px solid rgba(59,31,14,0.3); color: var(--ot-brown) !important;
  padding: 0.9rem 2rem; font-size: 0.92rem; letter-spacing: 1.5px;
  text-transform: uppercase; text-decoration: none !important;
  border-radius: 2px; transition: all 0.25s;
}
.ot-btn-ghost:hover { border-color: var(--ot-orange); color: var(--ot-orange) !important; }

.ot-hero-stats {
  display: flex; align-items: center; gap: 1.5rem;
  animation: ot-line-in 0.7s 0.85s ease both;
}
.hs strong {
  display: block; font-family: 'Playfair Display', serif;
  font-size: 1.8rem; color: var(--ot-orange); line-height: 1;
}
.hs span { font-size: 0.76rem; letter-spacing: 1px; text-transform: uppercase; color: var(--ot-muted); margin-top: 2px; display: block; }
.hs-div { width: 1px; height: 36px; background: rgba(155,114,44,0.5); }

/* Right — Floating image stack */
.ot-hero-right {
  position: relative; z-index: 1; flex: 1; display: flex; align-items: center; justify-content: center;
}
.ot-hero-img-stack { position: relative; width: 400px; height: 420px; }

.ot-hi {
  position: absolute; border-radius: var(--ot-radius);
  overflow: hidden; box-shadow: 0 20px 60px rgba(59,31,14,0.18);
}
.ot-hi img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ot-hi-label {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: linear-gradient(transparent, rgba(26,11,4,0.85));
  color: var(--ot-cream); font-size: 0.8rem; letter-spacing: 1px;
  text-transform: uppercase; padding: 0.8rem 0.8rem 0.6rem;
}
.ot-hi-1 { width: 220px; height: 220px; top: 20px; left: 0; animation: ot-float1 5s ease-in-out infinite; border: 2px solid var(--ot-gold); z-index: 3; }
.ot-hi-2 { width: 190px; height: 190px; top: 0; right: 20px; animation: ot-float2 6.5s ease-in-out infinite; border: 2px solid rgba(232,98,13,0.5); z-index: 2; }
.ot-hi-3 { width: 170px; height: 170px; bottom: 30px; right: 40px; animation: ot-float3 4.5s ease-in-out infinite; border: 2px solid rgba(155,114,44,0.55); z-index: 1; }

@keyframes ot-float1 { 0%,100%{transform:translateY(0) rotate(-4deg);} 50%{transform:translateY(-18px) rotate(-4deg);} }
@keyframes ot-float2 { 0%,100%{transform:translateY(0) rotate(3deg);} 50%{transform:translateY(-24px) rotate(3deg);} }
@keyframes ot-float3 { 0%,100%{transform:translateY(0) rotate(-2deg);} 50%{transform:translateY(-14px) rotate(-2deg);} }

.ot-hi-ring {
  position: absolute; border-radius: 50%;
  border: 2px dashed rgba(155,114,44,0.55);
  animation: ot-ring-spin 20s linear infinite;
}
.ot-hi-ring-1 { width: 320px; height: 320px; top: 50px; left: 40px; }
.ot-hi-ring-2 { width: 380px; height: 380px; top: 20px; left: 10px; animation-direction: reverse; animation-duration: 30s; }
@keyframes ot-ring-spin { to { transform: rotate(360deg); } }

/* Hero scroll indicator */
.ot-hero-scroll {
  position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 0.6rem;
  color: rgba(42,21,8,0.45); font-size: 0.7rem; letter-spacing: 2.5px; text-transform: uppercase;
  text-decoration: none !important; z-index: 2; transition: color 0.2s;
}
.ot-hero-scroll:hover { color: rgba(42,21,8,0.75); }
.ot-scroll-wheel {
  width: 22px; height: 36px;
  border: 1px solid rgba(155,114,44,0.6);
  border-radius: 11px; position: relative;
}
.ot-scroll-wheel::after {
  content: '';
  position: absolute; top: 5px; left: 50%; transform: translateX(-50%);
  width: 3px; height: 8px; background: var(--ot-gold-dk); border-radius: 2px;
  animation: ot-scroll-dot 1.8s ease-in-out infinite;
}
@keyframes ot-scroll-dot { 0%,100%{opacity:0.3;top:5px;} 50%{opacity:1;top:18px;} }

/* ─── MARQUEE ────────────────────────────────────── */
.ot-marquee {
  background: var(--ot-orange); overflow: hidden; padding: 0.9rem 0;
}
.ot-marquee-track {
  display: flex; white-space: nowrap;
  animation: ot-marquee 35s linear infinite;
}
.ot-marquee-track:hover { animation-play-state: paused; }
@keyframes ot-marquee { from{transform:translateX(0);} to{transform:translateX(-50%);} }
.ot-marquee-item {
  flex-shrink: 0; padding: 0 1.5rem;
  font-size: 0.85rem; letter-spacing: 3px; text-transform: uppercase;
  color: #fff; font-weight: 600;
}
.ot-marquee-dot { flex-shrink: 0; padding: 0 0.5rem; color: rgba(255,255,255,0.5); font-size: 0.68rem; }

/* ─── SHARED SECTION HELPERS ─────────────────────── */
.ot-container { max-width: 1160px; margin: 0 auto; }
.ot-tag {
  display: inline-block; font-size: 0.75rem; letter-spacing: 3.5px;
  text-transform: uppercase; color: var(--ot-orange);
  margin-bottom: 0.75rem; font-weight: 600;
}
.ot-tag-gold { color: var(--ot-gold-dk); }
.ot-section-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4vw, 3rem);
  color: var(--ot-brown); margin: 0 0 0.75rem; line-height: 1.1;
}
.ot-highlight { color: var(--ot-orange); font-style: italic; }
.ot-section-desc { color: var(--ot-muted); font-size: 1.05rem; line-height: 1.75; max-width: 480px; }
.ot-section-header { margin-bottom: 3rem; }

/* ─── REVEAL ANIMATIONS ──────────────────────────── */
.reveal, .reveal-left, .reveal-right {
  opacity: 0; transition: opacity 0.75s ease, transform 0.75s ease;
}
.reveal       { transform: translateY(30px); }
.reveal-left  { transform: translateX(-40px); }
.reveal-right { transform: translateX(40px); }
.reveal.visible, .reveal-left.visible, .reveal-right.visible {
  opacity: 1; transform: none;
  transition-delay: var(--reveal-delay, 0s);
}

/* ═══ HERO — MOBILE / TABLET ═══════════════════════ */

/* Tablet & small laptops */
@media (max-width: 1024px) {
  .ot-hero {
    flex-direction: column;
    min-height: auto;
    padding: calc(var(--nav-h) + 2.5rem) 2rem 3rem;
    gap: 2.5rem;
    text-align: center;
  }
  .ot-hero-left {
    max-width: 100%;
    display: flex; flex-direction: column; align-items: center;
  }
  .ot-hero-title { text-align: center; align-items: center; }
  .ot-hero-sub { margin: 0 auto 2rem; }
  .ot-hero-btns { justify-content: center; }
  .ot-hero-stats { justify-content: center; }

  .ot-hero-right { width: 100%; }
  .ot-hero-img-stack { width: 340px; height: 357px; }

  .ot-hi-1 { width: 187px; height: 187px; top: 17px; left: 0; }
  .ot-hi-2 { width: 162px; height: 162px; top: 0; right: 17px; }
  .ot-hi-3 { width: 145px; height: 145px; bottom: 26px; right: 34px; }

  .ot-hi-ring-1 { width: 272px; height: 272px; top: 43px; left: 34px; }
  .ot-hi-ring-2 { width: 323px; height: 323px; top: 17px; left: 9px; }
}

/* Phones */
@media (max-width: 640px) {
  .ot-hero {
    padding: calc(var(--nav-h) + 2rem) 1.25rem 2.5rem;
    gap: 2.25rem;
  }
  .ot-hero-bg-glow { width: 380px; height: 380px; }

  .ot-hero-badge {
    font-size: 0.65rem; letter-spacing: 2px;
    padding: 0.35rem 0.85rem; margin-bottom: 1.25rem;
  }
  .ot-hero-title {
    font-size: clamp(2.2rem, 10vw, 3.2rem);
    margin-bottom: 1rem;
  }
  .ot-hero-sub {
    font-size: 1rem; line-height: 1.7;
    max-width: 100%; margin-bottom: 1.75rem;
  }

  .ot-hero-btns { gap: 0.75rem; width: 100%; margin-bottom: 2rem; }
  .ot-btn-primary, .ot-btn-ghost {
    flex: 1; text-align: center; justify-content: center;
    padding: 0.85rem 1.25rem; font-size: 0.8rem;
  }

  .ot-hero-stats { gap: 1rem; flex-wrap: wrap; }
  .hs strong { font-size: 1.5rem; }
  .hs span { font-size: 0.64rem; }
  .hs-div { display: none; }

  /* Floating image stack scaled down proportionally */
  .ot-hero-img-stack { width: 250px; height: 263px; }

  .ot-hi-1 { width: 138px; height: 138px; top: 12px; left: 0; }
  .ot-hi-2 { width: 119px; height: 119px; top: 0; right: 12px; }
  .ot-hi-3 { width: 106px; height: 106px; bottom: 19px; right: 25px; }
  .ot-hi-label { font-size: 0.65rem; padding: 0.5rem 0.5rem 0.4rem; }

  .ot-hi-ring-1 { width: 200px; height: 200px; top: 31px; left: 25px; }
  .ot-hi-ring-2 { width: 238px; height: 238px; top: 12px; left: 6px; }
}

/* ─── MENU SECTION ───────────────────────────────── */
.ot-menu {
  background: var(--ot-cream) !important;
  padding: 6rem 2rem;
  margin: 0 !important;
}

/* Tabs */
.ot-menu-tabs {
  display: flex; gap: 0.6rem; flex-wrap: wrap; margin-bottom: 2.5rem;
}
.ot-mtab {
  background: none; border: 1.5px solid var(--ot-border);
  padding: 0.6rem 1.6rem; border-radius: 40px;
  font-family: 'Tajawal', sans-serif; font-size: 0.9rem;
  letter-spacing: 1px; text-transform: uppercase;
  cursor: pointer; color: var(--ot-muted);
  transition: all 0.25s;
}
.ot-mtab:hover { border-color: var(--ot-orange); color: var(--ot-orange); }
.ot-mtab.active {
  background: var(--ot-orange); border-color: var(--ot-orange);
  color: #fff; box-shadow: 0 6px 20px rgba(232,98,13,0.3);
}

/* Panel */
.ot-menu-panel { display: none; }
.ot-menu-panel.active { display: block; animation: ot-panel-in 0.4s ease; }
@keyframes ot-panel-in { from{opacity:0;transform:translateY(10px);} to{opacity:1;transform:none;} }

/* Cards grid */
.ot-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.5rem;
}

/* Image card */
.ot-card {
  background: #fff;
  border-radius: var(--ot-radius);
  overflow: hidden;
  border: 1px solid rgba(155,114,44,0.45);
  position: relative;
  display: flex; flex-direction: column;
  transition: transform 0.3s cubic-bezier(0.22,1,0.36,1), box-shadow 0.3s;
  cursor: default;
}
.ot-card:hover {
  transform: translateY(-8px) scale(1.01);
  box-shadow: 0 24px 60px rgba(59,31,14,0.14);
}
.ot-card-ribbon {
  position: absolute; top: 12px; right: -6px; z-index: 2;
  background: var(--ot-gold); color: #fff;
  font-size: 0.62rem; letter-spacing: 2px; padding: 0.22rem 0.75rem 0.22rem 0.55rem;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 8% 50%);
}
.ot-card-img-wrap { position: relative; overflow: hidden; height: 210px; flex-shrink: 0; }
.ot-card-img-wrap img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform 0.5s ease;
}
.ot-card:hover .ot-card-img-wrap img { transform: scale(1.06); }
.ot-card-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(26,11,4,0.05) 0%, rgba(26,11,4,0.88) 100%);
  opacity: 0; transition: opacity 0.3s;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 1.2rem;
}
.ot-card:hover .ot-card-overlay { opacity: 1; }
.ot-card-overlay-items {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-direction: column; gap: 4px;
}
.ot-card-overlay-items li {
  font-size: 0.9rem; color: rgba(250,246,239,0.85);
  padding-left: 1rem; position: relative;
}
.ot-card-overlay-items li::before {
  content: '—'; position: absolute; left: 0;
  color: var(--ot-gold); font-size: 0.62rem; top: 0.22rem;
}
.ot-card-body { padding: 1.25rem; flex: 1; display: flex; flex-direction: column; }
.ot-card-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem; color: var(--ot-brown); margin-bottom: 0.3rem;
}
.ot-card-price { font-size: 1.1rem; color: var(--ot-orange); font-weight: 600; margin-bottom: 0.9rem; }
.ot-card-btn {
  margin-top: auto;
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: var(--ot-wa); color: #fff !important;
  padding: 0.62rem 1rem; font-size: 0.88rem; letter-spacing: 0.5px;
  text-decoration: none !important; border-radius: 3px;
  transition: all 0.2s; align-self: flex-start;
}
.ot-card-btn:hover { background: #1da851 !important; transform: translateY(-1px); }

/* Add-Ons Strip */
.ot-addons-strip {
  display: flex; align-items: center; gap: 0.75rem;
  flex-wrap: wrap; margin-top: 3rem;
  padding: 1.25rem 1.5rem;
  background: #FFFFFF;
  border: 1px solid var(--ot-border);
  border-radius: var(--ot-radius);
}
.ot-addons-label {
  font-size: 0.75rem; letter-spacing: 3px; text-transform: uppercase;
  color: var(--ot-gold-dk); margin-right: 0.5rem; flex-shrink: 0;
}
.ot-addon-pill {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: rgba(155,114,44,0.12); border: 1px solid rgba(155,114,44,0.6);
  padding: 0.45rem 1rem; border-radius: 30px;
  font-size: 0.9rem; color: var(--ot-brown) !important;
  text-decoration: none !important; transition: all 0.2s;
}
.ot-addon-pill:hover { background: var(--ot-orange); border-color: var(--ot-orange); color: #fff !important; }
.ot-addon-pill strong { color: var(--ot-gold-dk); margin-left: 0.25rem; }
.ot-addon-pill:hover strong { color: #fff; }
.ot-addon-icon { font-size: 1.1rem; }

/* ═══ GALLERY STRIP — MOBILE / TABLET ═══════════════ */

/* Tablet */
@media (max-width: 1024px) {
  .ot-gallery-strip { height: 160px; }
  .ot-gallery-img-wrap { width: 260px; height: 160px; }
  .ot-gallery-track { animation-duration: 30s; }
}

/* Phones */
@media (max-width: 640px) {
  .ot-gallery-strip { height: 110px; }
  .ot-gallery-img-wrap {
    width: 170px; height: 110px;
    margin-right: 6px;
  }
  .ot-gallery-track { animation-duration: 18s; }
}

/* ─── DAIG MENU ───────────────────────────────────── */
.ot-daig {
  background: linear-gradient(175deg, #FFFFFF 0%, #FAF3E8 100%) !important;
  padding: 6rem 2rem;
  margin: 0 !important;
}
.ot-daig .ot-section-title  { color: var(--ot-brown); }
.ot-daig .ot-section-desc   { color: var(--ot-muted); margin: 0 auto; }
.ot-daig .ot-section-header { text-align: center; }

.ot-daig-notice {
  display: flex; align-items: flex-start; gap: 0.85rem;
  background: rgba(155,114,44,0.12);
  border: 1px solid rgba(155,114,44,0.4);
  border-left: 3px solid var(--ot-gold);
  border-radius: 0 var(--ot-radius) var(--ot-radius) 0;
  padding: 0.9rem 1.25rem;
  margin-bottom: 2.5rem;
  font-size: 0.93rem; color: #6B5535; line-height: 1.65;
}
.ot-daig-notice svg { color: var(--ot-gold-dk); flex-shrink: 0; margin-top: 2px; }
.ot-daig-notice strong { color: var(--ot-gold-dk); }

.ot-daig-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1.75rem;
}

.ot-daig-card {
  background: #FFFFFF;
  border: 1px solid rgba(155,114,44,0.5);
  border-radius: 8px; overflow: hidden;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.ot-daig-card:hover {
  border-color: rgba(155,114,44,0.7);
  box-shadow: 0 16px 50px rgba(59,31,14,0.12);
}

.ot-daig-card-img {
  height: 220px; position: relative; overflow: hidden;
}
.ot-daig-card-img img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform 0.6s ease;
}
.ot-daig-card:hover .ot-daig-card-img img { transform: scale(1.05); }

.ot-daig-img-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(26,11,4,0.05) 0%, rgba(26,11,4,0.88) 100%);
  display: flex; flex-direction: column;
  justify-content: flex-end; padding: 1.25rem;
}
.ot-daig-cat-emoji { font-size: 2rem; line-height: 1; margin-bottom: 0.3rem; }
.ot-daig-cat-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.35rem; color: #fff; line-height: 1.2;
}
.ot-daig-cat-sub {
  font-size: 0.75rem; letter-spacing: 2.5px; text-transform: uppercase;
  color: var(--ot-gold); margin-top: 4px;
}

.ot-daig-table-wrap { padding-bottom: 0.5rem; }

.ot-daig-thead {
  display: grid;
  grid-template-columns: 1fr 84px 84px 84px;
  padding: 0.6rem 1rem;
  background: rgba(155,114,44,0.15);
  border-bottom: 1px solid rgba(155,114,44,0.3);
  gap: 0.2rem;
}
.ot-daig-thead span {
  font-size: 0.82rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
  color: var(--ot-brown);
}
.ot-daig-thead span:not(:first-child) { text-align: center; }

.ot-daig-row {
  display: grid;
  grid-template-columns: 1fr 84px 84px 84px;
  align-items: center; gap: 0.2rem;
  padding: 0.6rem 1rem;
  border-bottom: 1px solid rgba(155,114,44,0.18);
  transition: background 0.15s;
}
.ot-daig-row:hover { background: rgba(155,114,44,0.1); }
.ot-daig-row:last-child { border-bottom: none; }

.ot-daig-row-name {
  font-size: 1.05rem; font-weight: 500; color: var(--ot-brown); line-height: 1.35;
}

/* Daig price cell — stacks price + cart button */
.ot-daig-price-cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.28rem;
}
.ot-daig-price-val {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--ot-brown);
  white-space: nowrap;
  line-height: 1.2;
}
.ot-daig-atc-btn {
  display: inline-flex; align-items: center; justify-content: center;
  background: rgba(155,114,44,0.15);
  border: 1px solid rgba(155,114,44,0.6);
  color: var(--ot-gold-dk);
  font-family: inherit;
  font-size: 0.72rem;
  font-weight: 600;
  padding: 0.22rem 0.4rem;
  border-radius: 3px;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.2s;
  line-height: 1;
}
.ot-daig-atc-btn:hover {
  background: var(--ot-gold-dk);
  border-color: var(--ot-gold-dk);
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 3px 10px rgba(155,114,44,0.6);
}
.ot-daig-atc-btn.added {
  background: rgba(37,211,102,0.14);
  border-color: rgba(37,211,102,0.5);
  color: #16934a;
}

/* Packaging & serving visual strip */
.ot-daig-pack-strip {
  display: flex; align-items: center; justify-content: center;
  gap: 2rem; margin: 3rem 0 2rem;
  padding: 2rem 1.5rem;
  background: #FFFFFF;
  border: 1px solid rgba(155,114,44,0.5);
  border-radius: 8px;
}
.ot-daig-pack-item {
  display: flex; flex-direction: column; align-items: center;
  gap: 0.65rem; flex: 1; max-width: 200px; text-align: center;
}
.ot-daig-pack-img {
  width: 120px; height: 120px; border-radius: 50%; overflow: hidden;
  border: 2px solid rgba(155,114,44,0.6); flex-shrink: 0;
}
.ot-daig-pack-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ot-daig-pack-label {
  font-family: 'Playfair Display', serif;
  font-size: 0.96rem; color: var(--ot-brown); line-height: 1.3;
}
.ot-daig-pack-sub {
  font-size: 0.78rem; color: var(--ot-muted); letter-spacing: 0.5px; line-height: 1.5;
}
.ot-daig-pack-arrow {
  font-size: 1.6rem; color: var(--ot-gold-dk); flex-shrink: 0; opacity: 0.6;
}

/* Important notes */
.ot-daig-notes {
  margin: 0 0 2.5rem;
  background: var(--ot-brown);
  border: 1px solid rgba(201,168,76,0.45);
  border-left: 3px solid var(--ot-gold);
  border-radius: 0 8px 8px 0;
  padding: 1.5rem 1.75rem;
}
.ot-daig-notes-title {
  display: flex; align-items: center; gap: 0.6rem;
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem; color: var(--ot-gold);
  text-transform: uppercase; letter-spacing: 1.5px;
  margin-bottom: 1rem;
}
.ot-daig-notes-title svg { flex-shrink: 0; color: var(--ot-gold); }
.ot-daig-notes-list {
  margin: 0; padding-left: 1.25rem;
  display: flex; flex-direction: column; gap: 0.45rem;
}
.ot-daig-notes-list li {
  font-size: 0.95rem; font-weight: 500; color: #E8D5A3; line-height: 1.7;
}
.ot-daig-notes-list li strong { color: var(--ot-gold); font-weight: 700; }

.ot-daig-footer {
  text-align: center; margin-top: 3rem;
}
.ot-daig-footer p {
  font-size: 0.9rem; color: var(--ot-muted);
  margin-bottom: 1.25rem; letter-spacing: 0.5px;
}

/* Map direction button */
.ot-map-wrap { display: flex; flex-direction: column; height: 100%; }
.ot-map-header { margin-bottom: 0.6rem; text-align: right; }
.ot-map-dir-btn {
  display: inline-flex; align-items: center; gap: 0.45rem;
  background: var(--ot-orange); color: #fff !important;
  font-size: 0.9rem; padding: 0.5rem 1.1rem;
  border-radius: 3px; text-decoration: none !important;
  letter-spacing: 0.5px; transition: background 0.2s, transform 0.15s;
}
.ot-map-dir-btn:hover { background: #c4530a !important; transform: translateY(-1px); }
.ot-map-wrap .ot-map { flex: 1; height: 340px; }

/* Responsive adjustments */
@media (max-width: 600px) {
  .ot-daig-pack-strip { flex-direction: column; gap: 1.25rem; padding: 1.5rem 1rem; }
  .ot-daig-pack-arrow { transform: rotate(90deg); font-size: 1.2rem; }
  .ot-daig-pack-img { width: 96px; height: 96px; }
  .ot-daig-notes { padding: 1.25rem; }
  .ot-daig-notes-list li { font-size: 0.9rem; }
  .ot-map-wrap .ot-map { height: 220px; }
}

/* ─── ABOUT ──────────────────────────────────────── */
.ot-about {
  position: relative; overflow: hidden;
  padding: 7rem 2rem;
  margin: 0 !important;
  min-height: 580px; display: flex; align-items: center;
}
.ot-about-bg { position: absolute; inset: 0; }
.ot-about-bg img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ot-about-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(46,24,9,0.95) 0%, rgba(59,31,14,0.88) 50%, rgba(46,24,9,0.8) 100%);
}
.ot-about .ot-tag-gold { color: var(--ot-gold); }
.ot-about-inner {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center;
}
.ot-about-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4vw, 3.2rem); color: var(--ot-cream);
  line-height: 1.15; margin: 0.5rem 0 1.2rem;
}
.ot-about-title em { color: var(--ot-orange); font-style: italic; }
.ot-about-content p { font-size: 1.1rem; font-weight: 500; color: rgba(250,246,239,0.88); line-height: 1.85; margin-bottom: 1rem; }
.ot-about-content p strong { color: var(--ot-gold); font-weight: 700; }
.ot-about-quote {
  font-family: 'Playfair Display', serif;
  font-size: 1.15rem; font-style: italic;
  color: var(--ot-gold); line-height: 1.65;
  border-left: 3px solid var(--ot-orange); padding-left: 1.25rem;
  margin: 1.5rem 0 0;
}
.ot-about-stats {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1rem;
}
.ot-stat-card {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(201,168,76,0.45);
  border-radius: var(--ot-radius);
  padding: 1.5rem;
  backdrop-filter: blur(8px);
  transition: background 0.2s, transform 0.2s;
}
.ot-stat-card:hover { background: rgba(255,255,255,0.14); transform: translateY(-3px); }
.ot-stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 2.4rem; color: var(--ot-orange); line-height: 1;
  margin-bottom: 0.4rem;
}
.ot-stat-label {
  font-size: 0.78rem; font-weight: 500; letter-spacing: 1.5px; text-transform: uppercase;
  color: rgba(250,246,239,0.8);
}

/* ─── CATERING ───────────────────────────────────── */
.ot-catering {
  background: #FDF9F4 !important;
  padding: 6rem 2rem;
  margin: 0 !important;
}

/* Catering notice */
.ot-cat-notice {
  display: flex; align-items: flex-start; gap: 1rem;
  background: #FFFFFF; color: var(--ot-text);
  border: 1px solid var(--ot-border);
  padding: 1rem 1.5rem; border-left: 3px solid var(--ot-gold);
  border-radius: 0 var(--ot-radius) var(--ot-radius) 0;
  font-size: 0.95rem; line-height: 1.7; margin-bottom: 2.5rem;
}
.ot-cat-notice-icon { color: var(--ot-gold-dk); flex-shrink: 0; margin-top: 2px; }
.ot-cat-notice strong { color: var(--ot-orange); }

/* Category tabs */
.ot-cat-tabs {
  display: flex; gap: 0.5rem; flex-wrap: wrap; margin-bottom: 2rem;
}
.ot-ctab {
  background: #fff; border: 1.5px solid var(--ot-border);
  padding: 0.65rem 1.4rem; border-radius: 4px;
  font-family: 'Tajawal', sans-serif; font-size: 0.95rem;
  cursor: pointer; color: var(--ot-muted);
  transition: all 0.22s;
}
.ot-ctab:hover { border-color: var(--ot-orange); color: var(--ot-orange); }
.ot-ctab.active {
  background: var(--ot-brown); border-color: var(--ot-brown);
  color: var(--ot-cream); box-shadow: 0 4px 14px rgba(59,31,14,0.25);
}

/* Category panel */
.ot-cat-panel { display: none; }
.ot-cat-panel.active { display: block; animation: ot-panel-in 0.4s ease; }
.ot-cat-panel-inner {
  display: grid; grid-template-columns: 280px 1fr; gap: 1.5rem;
  background: #fff; border-radius: var(--ot-radius);
  border: 1px solid var(--ot-border); overflow: hidden;
}
.ot-cat-panel-img { position: relative; }
.ot-cat-panel-img img {
  width: 100%; height: 100%; object-fit: cover; display: block; min-height: 260px;
}
.ot-cat-panel-img-overlay {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: linear-gradient(transparent, rgba(26,11,4,0.9));
  padding: 1.5rem 1rem 0.75rem;
  display: flex; flex-direction: column; gap: 3px;
}
.ot-cat-panel-img-overlay span {
  font-size: 0.76rem; letter-spacing: 1px; text-transform: uppercase;
  color: rgba(250,246,239,0.7);
}
.ot-cat-panel-list { padding: 0.5rem; }

/* Catering row */
.ot-cat-row {
  display: flex; align-items: center;
  padding: 0.75rem 0.75rem;
  border-bottom: 1px solid var(--ot-border);
  gap: 1rem;
}
.ot-cat-row:last-child { border-bottom: none; }
.ot-cat-row-info { flex: 1; }
.ot-cat-row-name { font-size: 0.96rem; color: var(--ot-text); display: block; }
.ot-cat-row-price { font-size: 0.9rem; color: var(--ot-orange); font-weight: 600; margin-top: 1px; display: block; }
.ot-cat-row-actions { display: flex; align-items: center; gap: 0.5rem; flex-shrink: 0; }

/* Qty control */
.ot-qty-ctrl {
  display: flex; align-items: stretch;
  border: 1px solid var(--ot-border); border-radius: 3px; overflow: hidden;
  height: 30px;
}
.ot-qty-ctrl button {
  background: #f5f0ea; border: none; width: 26px; cursor: pointer;
  font-size: 1.05rem; color: var(--ot-brown);
  transition: background 0.15s; display: flex; align-items: center; justify-content: center;
}
.ot-qty-ctrl button:hover { background: var(--ot-gold); color: #fff; }
.ot-qty-input {
  width: 38px; border: none;
  border-left: 1px solid var(--ot-border); border-right: 1px solid var(--ot-border);
  text-align: center; font-family: 'Tajawal', sans-serif;
  font-size: 0.92rem; color: var(--ot-text);
  -moz-appearance: textfield; outline: none;
}
.ot-qty-input::-webkit-inner-spin-button,
.ot-qty-input::-webkit-outer-spin-button { -webkit-appearance: none; }
.ot-qty-kg {
  display: flex; align-items: center;
  padding: 0 0.4rem; font-size: 0.76rem;
  color: var(--ot-muted); background: #f5f0ea;
  border-left: 1px solid var(--ot-border);
}
.ot-atc-btn {
  background: var(--ot-orange); color: #fff;
  border: none; cursor: pointer;
  padding: 0 0.85rem; height: 30px;
  font-family: 'Tajawal', sans-serif; font-size: 0.85rem; font-weight: 600;
  border-radius: 3px; transition: all 0.2s; white-space: nowrap;
}
.ot-atc-btn:hover { background: var(--ot-brown); transform: translateY(-1px); }
.ot-atc-btn.added { background: var(--ot-wa); }

/* ─── CONTACT ─────────────────────────────────────── */
.ot-contact {
  background: #FFFFFF !important;
  padding: 6rem 2rem;
  margin: 0 !important;
}
.ot-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; margin-top: 0.5rem; }
.ot-contact-cards { display: flex; flex-direction: column; gap: 1rem; }
.ot-ccard {
  display: flex; align-items: center; gap: 1.1rem;
  background: #FFF8F0;
  border: 1px solid rgba(155,114,44,0.55);
  border-radius: var(--ot-radius); padding: 1rem 1.25rem;
  text-decoration: none !important;
  transition: background 0.2s, border-color 0.2s, transform 0.2s;
}
.ot-ccard:hover { background: #FFFFFF; border-color: var(--ot-gold); transform: translateX(4px); box-shadow: 0 6px 20px rgba(59,31,14,0.08); }
.ot-ccard-icon { font-size: 1.4rem; flex-shrink: 0; }
.ot-ccard-label { font-size: 0.7rem; letter-spacing: 2px; text-transform: uppercase; color: var(--ot-gold-dk); margin-bottom: 0.2rem; }
.ot-ccard-val { font-size: 1.02rem; color: var(--ot-text); }
.ot-wa-contact-btn { margin-top: 0.5rem; align-self: flex-start; }
.ot-map { height: 380px; border-radius: var(--ot-radius); overflow: hidden; border: 1px solid rgba(155,114,44,0.55); }

/* ─── FOOTER ──────────────────────────────────────── */
.ot-footer {
  background: var(--ot-brown) !important;
  padding: 2.5rem; text-align: center;
  border-top: 1px solid rgba(201,168,76,0.5);
  margin: 0 !important;
}
.ot-footer-inner { display: flex; flex-direction: column; align-items: center; gap: 0.5rem; }
.ot-footer-logo {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem; letter-spacing: 2px; color: var(--ot-brown);
  margin-bottom: 0.5rem;
  display: flex; flex-direction: column; align-items: center; gap: 0.6rem;
}
.ot-footer-logo img {
  height: 150px; width: auto; display: block;
  filter: drop-shadow(0 0 4px rgba(255,255,255,0.9)) drop-shadow(0 0 16px rgba(255,255,255,0.6));
}
.ot-footer-logo span { color: var(--ot-orange); }
.ot-footer-logo em { font-style: normal; font-size: 0.62rem; letter-spacing: 4px; color: rgba(42,21,8,0.4); margin-left: 6px; }
.ot-footer p { font-size: 0.88rem; font-weight: 500; letter-spacing: 1px; color: rgba(250,246,239,0.88); margin: 0; }
.ot-footer-note { font-size: 0.76rem !important; margin-top: 0.2rem !important; }

/* ─── CART DRAWER ─────────────────────────────────── */
.ot-overlay {
  display: none; position: fixed; inset: 0; z-index: 1100;
  background: rgba(0,0,0,0.6); backdrop-filter: blur(5px);
}
.ot-overlay.open { display: block; }
.ot-cart-drawer {
  position: fixed; top: 0; right: 0; bottom: 0; z-index: 1101;
  width: min(430px, 100vw);
  background: #fff; display: flex; flex-direction: column;
  transform: translateX(105%);
  transition: transform 0.35s cubic-bezier(0.4,0,0.2,1);
  box-shadow: -12px 0 50px rgba(0,0,0,0.2);
}
.ot-cart-drawer.open { transform: translateX(0); }

.ot-cdrawer-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.25rem 1.5rem;
  background: #FFF8F0; color: var(--ot-brown);
  border-bottom: 1px solid rgba(155,114,44,0.55);
}
.ot-cdrawer-title { font-family: 'Playfair Display', serif; font-size: 1.1rem; }
.ot-cdrawer-sub { font-size: 0.8rem; color: var(--ot-muted); margin-top: 2px; }
.ot-cdrawer-close {
  background: rgba(59,31,14,0.06); border: none; color: var(--ot-brown);
  width: 32px; height: 32px; border-radius: 50%;
  font-size: 1.1rem; cursor: pointer; display: flex; align-items: center; justify-content: center;
  transition: background 0.15s;
}
.ot-cdrawer-close:hover { background: rgba(59,31,14,0.12); }

.ot-cdrawer-body { flex: 1; overflow-y: auto; padding: 1rem; }
.ot-cart-empty { text-align: center; padding: 3rem 1rem; color: var(--ot-muted); }
.ot-cart-empty-icon { font-size: 2.5rem; margin-bottom: 0.75rem; opacity: 0.5; }
.ot-cart-empty div { font-size: 1.05rem; margin-bottom: 0.3rem; }
.ot-cart-empty small { font-size: 0.88rem; }

.ot-cart-row {
  display: flex; align-items: center; padding: 0.85rem 0;
  border-bottom: 1px solid rgba(155,114,44,0.45); gap: 0.75rem;
}
.ot-cart-row-info { flex: 1; }
.ot-cart-row-name { font-size: 0.96rem; color: var(--ot-text); }
.ot-cart-row-unit { font-size: 0.8rem; color: var(--ot-muted); margin-top: 1px; }
.ot-cart-row-sub { font-size: 0.96rem; color: var(--ot-orange); font-weight: 600; white-space: nowrap; }
.ot-cart-row-ctrl {
  display: flex; align-items: stretch;
  border: 1px solid var(--ot-border); border-radius: 3px; overflow: hidden; height: 26px;
}
.ot-cart-row-ctrl button {
  background: #f5f0ea; border: none; width: 26px; cursor: pointer;
  font-size: 0.98rem; color: var(--ot-brown); transition: background 0.15s;
  display: flex; align-items: center; justify-content: center;
}
.ot-cart-row-ctrl button:hover { background: var(--ot-gold); color: #fff; }
.ot-cart-row-ctrl span {
  padding: 0 7px; font-size: 0.9rem; color: var(--ot-text);
  border-left: 1px solid var(--ot-border); border-right: 1px solid var(--ot-border);
  display: flex; align-items: center; white-space: nowrap;
}
.ot-cart-row-rm {
  background: none; border: none; cursor: pointer; color: var(--ot-muted);
  font-size: 1.1rem; width: 24px; height: 24px; display: flex; align-items: center;
  justify-content: center; border-radius: 50%; transition: all 0.15s;
}
.ot-cart-row-rm:hover { background: #fee2e2; color: #dc2626; }

.ot-cdrawer-footer {
  padding: 1.25rem 1.5rem; border-top: 2px solid rgba(155,114,44,0.4);
  background: var(--ot-cream);
}
.ot-cdrawer-total {
  display: flex; justify-content: space-between; align-items: center;
  font-size: 1.05rem; color: var(--ot-text); font-weight: 600; margin-bottom: 0.4rem;
}
#cart-total { color: var(--ot-orange); font-family: 'Playfair Display', serif; font-size: 1.15rem; }
.ot-cdrawer-note { font-size: 0.8rem; color: var(--ot-muted); margin-bottom: 1rem; }
.ot-cdrawer-wa-btn {
  display: flex; align-items: center; justify-content: center; gap: 0.6rem;
  width: 100%; background: var(--ot-wa); color: #fff;
  border: none; cursor: pointer; padding: 0.9rem;
  font-family: 'Tajawal', sans-serif; font-size: 0.98rem; font-weight: 600;
  border-radius: 3px; transition: background 0.2s; margin-bottom: 0.6rem;
}
.ot-cdrawer-wa-btn:hover { background: #1da851; }
.ot-cdrawer-clear-btn {
  display: block; width: 100%; background: none;
  border: 1px solid var(--ot-border); padding: 0.65rem;
  font-family: 'Tajawal', sans-serif; font-size: 0.9rem; color: var(--ot-muted);
  cursor: pointer; border-radius: 3px; transition: all 0.2s;
}
.ot-cdrawer-clear-btn:hover { border-color: #dc2626; color: #dc2626; }

/* ─── FLOATING WHATSAPP ───────────────────────────── */
.ot-wa-float {
  position: fixed; bottom: 28px; right: 28px; z-index: 1200;
  background: var(--ot-wa); color: #fff;
  width: 64px; height: 64px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  text-decoration: none !important;
  box-shadow: 0 6px 24px rgba(37,211,102,0.45);
  transition: transform 0.2s, box-shadow 0.2s;
}
.ot-wa-float:hover { transform: scale(1.1); box-shadow: 0 10px 35px rgba(37,211,102,0.55); }
.ot-wa-pulse {
  position: absolute; inset: 0; border-radius: 50%;
  background: var(--ot-wa);
  animation: ot-wa-pulse 2.5s ease-out infinite;
}
@keyframes ot-wa-pulse {
  0%   { transform: scale(1);   opacity: 0.6; }
  100% { transform: scale(1.7); opacity: 0; }
}
.ot-wa-float svg { position: relative; z-index: 1; }
.ot-wa-float:hover .ot-wa-tip { opacity: 1; transform: translateX(0); }
.ot-wa-tip {
  position: absolute; right: 74px;
  background: #FFFFFF; color: var(--ot-text);
  padding: 0.4rem 0.9rem; font-size: 0.88rem; white-space: nowrap;
  border-radius: 4px; opacity: 0; transform: translateX(8px);
  transition: all 0.22s; pointer-events: none; z-index: 2;
  box-shadow: 0 4px 14px rgba(0,0,0,0.25);
}
.ot-wa-tip::after {
  content: ''; position: absolute; top: 50%; right: -6px;
  transform: translateY(-50%);
  border: 6px solid transparent; border-left-color: #FFFFFF; border-right: none;
}

/* ─── TOAST ───────────────────────────────────────── */
.ot-toast {
  position: fixed; bottom: 110px; left: 50%;
  transform: translateX(-50%) translateY(20px);
  background: #FFFFFF; color: var(--ot-text);
  padding: 0.8rem 1.5rem; font-size: 0.95rem;
  border-radius: 4px; border-left: 3px solid var(--ot-wa);
  opacity: 0; pointer-events: none;
  transition: opacity 0.3s, transform 0.3s; z-index: 1300;
  max-width: 90vw; text-align: center;
  box-shadow: 0 8px 30px rgba(0,0,0,0.25);
}
.ot-toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }

/* ─── HERO LOGO ────────────────────────────────────── */
.ot-hero-logo { display: block; margin-bottom: 1.5rem; }
.ot-hero-logo img {
  height: 160px; width: auto; max-width: 320px;
  filter: drop-shadow(0 6px 28px rgba(201,168,76,0.4));
  object-fit: contain;
}

/* ─── REMOVE SCROLL INDICATOR ──────────────────────── */
.ot-hero-scroll, .ot-scroll-wheel { display: none !important; }

/* ─── SCROLLABLE CATERING ───────────────────────────── */
.ot-cat-scroll { display: flex; flex-direction: column; gap: 1.5rem; }
.ot-cat-group {
  border: 1px solid rgba(201,168,76,0.2);
  border-radius: 10px; overflow: hidden;
  background: #fff;
}
.ot-cat-group-head {
  display: flex; align-items: center; gap: 1rem;
  padding: 1rem 1.25rem;
  background: rgba(201,168,76,0.06);
  border-bottom: 1px solid rgba(201,168,76,0.14);
}
.ot-cat-emoji-big { font-size: 2rem; flex-shrink: 0; line-height: 1; }
.ot-cat-group-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem; color: var(--ot-brown);
  margin: 0 0 0.2rem;
}
.ot-cat-group-meta { font-size: 0.72rem; color: var(--ot-muted); letter-spacing: 0.4px; }
.ot-cat-group-items .ot-cat-row:last-child { border-bottom: none; }

/* ─── SCROLLABLE OUR MENU ───────────────────────────── */
.ot-menu-scroll { display: flex; flex-direction: column; gap: 3rem; }
.ot-menu-group-label {
  display: flex; align-items: center; gap: 1rem;
  margin-bottom: 1.5rem;
}
.ot-menu-group-label .ot-tag { flex-shrink: 0; font-size: 0.68rem; }
.ot-menu-group-line { flex: 1; height: 1px; background: rgba(224,90,43,0.18); }

/* ─── NAV LOGO LARGER ───────────────────────────────── */
.ot-logo img { height: 144px; }
.ot-nav.scrolled .ot-logo img { height: 80px; }

@media (max-width: 768px) {
  .ot-hero-logo img { height: 120px; }
  .ot-logo img { height: 90px; }
  .ot-nav.scrolled .ot-logo img { height: 68px; }
}
@media (max-width: 480px) {
  .ot-hero-logo img { height: 100px; }
  .ot-logo img { height: 72px; }
  .ot-nav.scrolled .ot-logo img { height: 56px; }
}

/* ─── RESPONSIVE ──────────────────────────────────── */

/* ── Global overflow guard — the #1 fix for right-side white space ── */
html { overflow-x: hidden; }
html, body.ootak-front-page { max-width: 100%; }

/* ── 1024px ─────────────────────────────────────── */
@media (max-width: 1024px) {
  .ot-hero { padding: 6rem 3rem 4rem; gap: 2rem; }
  .ot-hero-img-stack { width: 320px; height: 340px; }
}

/* ── 900px ──────────────────────────────────────── */
@media (max-width: 900px) {
  .ot-hero {
    flex-direction: column; text-align: center;
    padding: 7rem 1.75rem 4rem; overflow: hidden;
  }
  .ot-hero-right { display: none; }
  .ot-hero-left { max-width: 100%; width: 100%; }
  .ot-hero-sub { margin-left: auto; margin-right: auto; max-width: 100%; }
  .ot-hero-btns { justify-content: center; }
  .ot-hero-stats { justify-content: center; }
  .ot-about-inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .ot-contact-grid { grid-template-columns: 1fr; }
  .ot-cat-panel-inner { grid-template-columns: 1fr; }
  .ot-daig-grid { grid-template-columns: 1fr; }
  .ot-section-desc { max-width: 100%; }
}

/* ── 768px ──────────────────────────────────────── */
@media (max-width: 768px) {
  /* Nav */
  :root { --nav-h: 104px; }
  .ot-nav { padding: 0 1.25rem; }
  .ot-nav-links { display: none; }
  .ot-logo img { height: 94px; }
  .ot-hamburger { display: flex; }
  .ot-nav-cta { padding: 0.45rem 1rem; font-size: 0.78rem; letter-spacing: 0.5px; }

  /* Hero */
  .ot-hero { padding: 5.5rem 1.5rem 3rem; }
  .ot-hero-title { font-size: clamp(2.2rem, 8vw, 3rem); }
  .ot-hero-bg-glow { width: 350px; height: 350px; opacity: 0.5; }

  /* Sections */
  .ot-menu, .ot-catering, .ot-daig { padding: 4rem 1.25rem !important; }
  .ot-about { padding: 5rem 1.5rem !important; }
  .ot-contact { padding: 4rem 1.25rem !important; }

  /* Cards */
  .ot-cards-grid { grid-template-columns: 1fr; gap: 1.25rem; }

  /* Catering rows */
  .ot-cat-row { flex-wrap: wrap; gap: 0.5rem; }
  .ot-cat-row-actions { width: 100%; justify-content: flex-end; margin-top: 0.25rem; }
  .ot-cat-notice { font-size: 0.9rem; padding: 0.85rem 1.1rem; }

  /* Daig table */
  .ot-daig-thead { grid-template-columns: 1fr 86px 86px 86px; }
  .ot-daig-row   { grid-template-columns: 1fr 86px 86px 86px; }
  .ot-daig-price-val { font-size: 0.85rem; }
  .ot-daig-atc-btn   { font-size: 0.7rem; padding: 0.18rem 0.3rem; }

  /* Map */
  .ot-map { height: 240px; }

  /* WA float */
  .ot-wa-float { bottom: 18px; right: 18px; width: 56px; height: 56px; }
}

/* ── 600px ──────────────────────────────────────── */
@media (max-width: 600px) {
  /* Nav — hide tagline text on logo, keep OOTAK */
  .ot-logo em { display: none; }

  /* Hero */
  .ot-hero { padding: 5rem 1.25rem 3rem; }
  .ot-hero-title { font-size: clamp(1.9rem, 9vw, 2.6rem); }
  .ot-hero-sub { font-size: 1.05rem; }
  .ot-hero-btns { flex-direction: column; align-items: center; gap: 0.75rem; }
  .ot-btn-primary, .ot-btn-ghost { width: 100%; text-align: center; justify-content: center; }
  .ot-hero-stats { gap: 0.75rem; flex-wrap: wrap; }
  /* Prevent the 700px glow from causing any overflow on very small phones */
  .ot-hero-bg-glow { display: none; }

  /* Section headers centred on mobile */
  .ot-section-header { text-align: center; }
  .ot-section-header .ot-section-desc { margin: 0 auto; }

  /* Menu tabs — wrap neatly */
  .ot-menu-tabs { gap: 0.4rem; }
  .ot-mtab { padding: 0.5rem 1.1rem; font-size: 0.85rem; }

  /* Catering tabs */
  .ot-cat-tabs { gap: 0.35rem; }
  .ot-ctab { padding: 0.5rem 0.9rem; font-size: 0.88rem; }

  /* Add-ons strip */
  .ot-addons-strip { padding: 1rem; gap: 0.5rem; }
  .ot-addons-label { width: 100%; margin-bottom: 0.25rem; }

  /* About */
  .ot-about-stats { grid-template-columns: 1fr 1fr; gap: 0.75rem; }
  .ot-stat-card { padding: 1.1rem; }
  .ot-stat-num { font-size: 1.9rem; }

  /* Contact */
  .ot-contact-grid { gap: 1.5rem; }
  .ot-wa-contact-btn { width: 100% !important; justify-content: center; }
  .ot-map { height: 220px; }

  /* Daig */
  .ot-daig-grid { gap: 1.25rem; }
  .ot-daig-card-img { height: 170px; }
  .ot-daig-notice { font-size: 0.88rem; flex-direction: column; gap: 0.5rem; }

  /* Cart drawer full-width */
  .ot-cart-drawer { width: 100vw; }

  /* Footer */
  .ot-footer { padding: 2rem 1.25rem; }
  .ot-footer-logo img { height: 120px; }
}

/* ── 480px ──────────────────────────────────────── */
@media (max-width: 480px) {
  :root { --nav-h: 84px; }
  .ot-nav { height: 84px; }
  .ot-logo img { height: 74px; }
  .ot-nav.scrolled .ot-logo img { height: 60px; }

  .ot-hero-title { font-size: clamp(1.75rem, 9.5vw, 2.2rem); }
  .ot-hero-stats { flex-direction: column; gap: 0.6rem; }
  .hs-div { display: none; }

  .ot-section-title { font-size: 1.8rem; }

  /* Daig table — allow horizontal scroll so columns never crush on tiny screens */
  .ot-daig-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .ot-daig-thead,
  .ot-daig-row {
    min-width: 370px;
    grid-template-columns: 1fr 78px 78px 78px;
    gap: 0.1rem; padding: 0.55rem 0.75rem;
  }
  .ot-daig-price-val { font-size: 0.8rem; }
  .ot-daig-atc-btn   { font-size: 0.66rem; padding: 0.15rem 0.18rem; }

  /* Catering qty control — tighter */
  .ot-qty-ctrl { height: 28px; }
  .ot-qty-input { width: 32px; }
  .ot-atc-btn { padding: 0 0.65rem; font-size: 0.78rem; }

  /* Cards */
  .ot-cards-grid { gap: 1rem; }
  .ot-card-img-wrap { height: 180px; }

  /* About stats 2-column on small */
  .ot-about-stats { grid-template-columns: 1fr 1fr; }
  .ot-stat-num { font-size: 1.7rem; }
  .ot-stat-card { padding: 0.9rem; }
}

/* ── 375px ──────────────────────────────────────── */
@media (max-width: 375px) {
  .ot-logo { font-size: 1.3rem; }
  .ot-nav-cta { padding: 0.38rem 0.7rem; font-size: 0.75rem; }

  .ot-hero { padding: 4.5rem 1rem 2.5rem; }
  .ot-hero-title { font-size: 1.7rem; }
  .ot-hero-badge { font-size: 0.62rem; letter-spacing: 1.5px; padding: 0.35rem 0.75rem; }

  .ot-menu, .ot-catering, .ot-daig, .ot-contact { padding: 3rem 1rem !important; }
  .ot-about { padding: 4rem 1rem !important; }

  .ot-section-title { font-size: 1.65rem; }

  .ot-ctab { padding: 0.4rem 0.65rem; font-size: 0.8rem; }
  .ot-mtab { padding: 0.42rem 0.8rem; font-size: 0.78rem; }

  .ot-daig-thead,
  .ot-daig-row { min-width: 340px; grid-template-columns: 1fr 72px 72px 72px; }
  .ot-daig-price-val { font-size: 0.76rem; }
  .ot-daig-atc-btn   { font-size: 0.62rem; padding: 0.12rem 0.15rem; }

  .ot-footer { padding: 1.75rem 1rem; }
  .ot-footer p { font-size: 0.78rem; }
}
