/* =========================================================
   UDAYGIRI CANTIN — Home-style Maharashtrian & Multi-Cuisine Hotel
   Pure CSS, no frameworks.
   Design language: "canteen signboard + captain's order chit" —
   enamel-signboard maroon & mustard, Yatra One stamped display type,
   veg/non-veg dot indicators, torn-ticket price tags.
   ========================================================= */

/* ---------- Design tokens ---------- */
:root{
  --paper:        #FBF1DC;
  --paper-dim:    #F4E4BE;
  --card:         #FFFFFF;
  --maroon:       #7A1B1B;
  --maroon-dark:  #4A1010;
  --maroon-tint:  #F3E1DE;
  --mustard:      #E8A93A;
  --mustard-dark: #C98A1E;
  --mustard-tint: #FBEDCB;
  --leaf:         #3F7D3F;
  --leaf-tint:    #E5F0E1;
  --chili:        #C1272D;
  --chili-tint:   #FBE4E1;
  --ink:          #2B1B12;
  --ink-soft:     #6B5842;
  --line:         #E8D9BE;
  --line-strong:  #D8C39A;

  --radius-sm:    8px;
  --radius:       14px;
  --radius-lg:    22px;
  --shadow-sm:    0 2px 10px rgba(74,16,16,.10);
  --shadow:       0 12px 28px rgba(74,16,16,.16);
  --shadow-lg:    0 22px 48px rgba(74,16,16,.24);

  --font-display: 'Yatra One', cursive;
  --font-head:    'Mukta', 'Segoe UI', sans-serif;
  --font-body:    'Mukta', 'Segoe UI', sans-serif;
  --font-ticket:  'Teko', 'Segoe UI', sans-serif;

  --header-h: 118px;
}

/* ---------- Reset ---------- */
*, *::before, *::after{ box-sizing: border-box; }
html{ scroll-behavior: smooth; scroll-padding-top: var(--header-h); }
body{
  margin:0; font-family: var(--font-body); color: var(--ink);
  background: var(--paper); line-height: 1.6; -webkit-font-smoothing: antialiased;
}
img{ max-width:100%; display:block; }
a{ color: inherit; text-decoration: none; }
ul{ margin:0; padding:0; list-style:none; }
button{ font-family:inherit; cursor:pointer; }
h1,h2,h3,h4,p{ margin:0; }
input, textarea, select{ font-family: inherit; font-size: 1rem; }
.container{ width:100%; max-width: 1200px; margin:0 auto; padding: 0 24px; }
:focus-visible{ outline: 3px solid var(--mustard); outline-offset: 2px; }

/* ---------- Utility ---------- */
.section{ padding: 84px 0; }
.section--tight{ padding: 56px 0; }
.section--dim{ background: var(--paper-dim); }
.section--maroon{ background: var(--maroon); color:#fff; }
.eyebrow{
  display:inline-flex; align-items:center; gap:8px; font-family: var(--font-ticket);
  font-size: 1rem; letter-spacing:.1em; text-transform:uppercase; color: var(--maroon);
  font-weight:600; background: var(--mustard-tint); padding:6px 16px; border-radius: 999px;
}
.section--maroon .eyebrow{ background: rgba(255,255,255,.14); color: var(--mustard); }
.section-head{ max-width: 640px; margin-bottom: 44px; }
.section-head.center{ margin-left:auto; margin-right:auto; text-align:center; }
.section-title{
  font-family: var(--font-display); font-size: clamp(1.9rem, 3.6vw, 2.8rem);
  margin-top:14px; line-height:1.15; color: var(--maroon);
}
.section--maroon .section-title{ color:#fff; }
.section-sub{ margin-top:14px; color: var(--ink-soft); font-size:1.05rem; }
.section--maroon .section-sub{ color: rgba(255,255,255,.78); }

.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  padding: 14px 28px; border-radius: 999px; border:2px solid transparent;
  font-weight:700; font-size: .95rem; letter-spacing:.02em; cursor:pointer;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease, color .22s ease;
  white-space: nowrap; font-family: var(--font-head);
}
.btn:active{ transform: translateY(1px) scale(.98); }
.btn-primary{ background: var(--mustard); color: var(--maroon-dark); box-shadow: var(--shadow-sm); }
.btn-primary:hover{ background: var(--mustard-dark); box-shadow: var(--shadow); transform: translateY(-2px); }
.btn-dark{ background: var(--maroon); color:#fff; }
.btn-dark:hover{ background: var(--maroon-dark); transform: translateY(-2px); box-shadow: var(--shadow); }
.btn-outline{ background: transparent; border-color:#fff; color:#fff; }
.btn-outline:hover{ background:#fff; color: var(--maroon); transform: translateY(-2px); }
.btn-ghost{ background: transparent; color: var(--maroon); padding:10px 6px; }
.btn-ghost:hover{ text-decoration: underline; }
.btn-block{ width:100%; }
.btn-sm{ padding:10px 18px; font-size:.85rem; }
.btn[disabled]{ opacity:.5; cursor:not-allowed; transform:none !important; }

.tag{
  display:inline-block; font-family: var(--font-ticket); font-size:.86rem;
  letter-spacing:.04em; text-transform:uppercase; font-weight:600;
  padding: 3px 11px; border-radius: 999px; background: var(--mustard-tint); color: var(--maroon);
}
.tag--spicy{ background: var(--chili-tint); color: var(--chili); display:inline-flex; align-items:center; gap:4px; }
.tag--spicy svg{ width:12px; height:12px; }

/* Veg / non-veg indicator, FSSAI-style square dot */
.diet-mark{ width:18px; height:18px; border:2px solid var(--leaf); border-radius:3px; display:flex; align-items:center; justify-content:center; background:#fff; flex-shrink:0; }
.diet-mark::after{ content:''; width:9px; height:9px; border-radius:50%; background: var(--leaf); }
.diet-mark.nonveg{ border-color: var(--chili); }
.diet-mark.nonveg::after{ background: var(--chili); border-radius:0; clip-path: polygon(50% 0%, 0% 100%, 100% 100%); width:11px; height:9px; }

/* Order-chit price ticket — signature detail reused on menu cards/cart */
.chit-tag{
  position:relative; display:inline-flex; align-items:baseline; gap:2px;
  font-family: var(--font-ticket); font-weight:600; background:#fff;
  border:1.5px dashed var(--line-strong); border-radius: 6px;
  padding: 4px 12px 4px 16px; transform: rotate(-2deg); box-shadow: var(--shadow-sm);
}
.chit-tag::before{
  content:''; position:absolute; left:6px; top:50%; transform:translateY(-50%);
  width:6px; height:6px; border-radius:50%; background: var(--paper);
  border:1.5px solid var(--line-strong);
}
.chit-tag .amt{ font-size:1.3rem; line-height:1; color: var(--chili); }
.chit-tag .per{ font-size:.8rem; color: var(--ink-soft); }

.visually-hidden{
  position:absolute; width:1px; height:1px; padding:0; margin:-1px;
  overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0;
}

/* ---------- Animations ---------- */
@keyframes fadeUp{ from{ opacity:0; transform: translateY(26px);} to{ opacity:1; transform:none; } }
@keyframes fadeIn{ from{ opacity:0; } to{ opacity:1; } }
@keyframes fadeSwap{ 0%{opacity:0; transform:translateY(6px);} 5%{opacity:1; transform:none;} 28%{opacity:1;} 33%{opacity:0; transform:translateY(-6px);} 100%{opacity:0;} }
@keyframes steamRise{ 0%{ transform: translateY(0) scaleX(1); opacity:.55;} 50%{ transform: translateY(-14px) scaleX(1.3); opacity:.25;} 100%{ transform: translateY(-28px) scaleX(1); opacity:0;} }
@keyframes bump{ 0%{ transform: scale(1);} 35%{ transform: scale(1.5);} 60%{ transform: scale(.9);} 100%{ transform: scale(1);} }
@keyframes stampIn{ 0%{ transform: scale(2.4) rotate(-18deg); opacity:0;} 60%{ transform: scale(.9) rotate(-14deg); opacity:1;} 100%{ transform: scale(1) rotate(-12deg); opacity:1;} }
@keyframes swing{ 0%,100%{ transform: rotate(-1.2deg);} 50%{ transform: rotate(1.2deg);} }

[data-animate]{ opacity:0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
[data-animate].in-view{ opacity:1; transform:none; }
[data-animate-delay="1"]{ transition-delay:.08s; }
[data-animate-delay="2"]{ transition-delay:.16s; }
[data-animate-delay="3"]{ transition-delay:.24s; }
[data-animate-delay="4"]{ transition-delay:.32s; }

@media (prefers-reduced-motion: reduce){
  html{ scroll-behavior:auto; }
  *, *::before, *::after{ animation-duration:.001ms !important; animation-iteration-count:1 !important; transition-duration:.001ms !important; }
  [data-animate]{ opacity:1; transform:none; }
}

/* ---------- Top strip ---------- */
.topbar{ background: var(--maroon-dark); color: rgba(255,255,255,.88); font-family: var(--font-ticket); font-size: 1rem; letter-spacing:.02em; }
.topbar .container{ display:flex; align-items:center; justify-content:space-between; padding-top:7px; padding-bottom:7px; gap:16px; flex-wrap:wrap; }
.topbar a{ color: var(--mustard); font-weight:600; }
.topbar a:hover{ text-decoration:underline; }
.topbar-left{ display:flex; gap:18px; flex-wrap:wrap; }
.topbar-left span{ display:inline-flex; align-items:center; gap:6px; }

/* ---------- Header ---------- */
.site-header{ position: sticky; top:0; z-index: 60; background: var(--maroon); box-shadow: 0 6px 18px rgba(0,0,0,.16); }
.navbar{ display:flex; align-items:center; justify-content:space-between; gap: 24px; padding: 14px 24px; }
.logo{ font-family: var(--font-display); color:#fff; font-size: 1.7rem; display:flex; align-items:baseline; gap:6px; flex-shrink:0; }
.logo span{ color: var(--mustard); }
.logo small{ font-family: var(--font-ticket); font-size:.72rem; letter-spacing:.14em; text-transform:uppercase; color: rgba(255,255,255,.6); }
.nav-links{ display:flex; gap: 30px; }
.nav-links a{ color: rgba(255,255,255,.85); font-weight:600; font-size:.94rem; letter-spacing:.02em; text-transform: uppercase; position:relative; padding: 6px 0; }
.nav-links a::after{ content:''; position:absolute; left:0; right:100%; bottom:0; height:2px; background: var(--mustard); transition: right .25s ease; }
.nav-links a:hover::after, .nav-links a.active::after{ right:0; }
.nav-links a.active{ color:#fff; }
.nav-actions{ display:flex; align-items:center; gap:18px; }
.cart-link{ position:relative; display:flex; align-items:center; color:#fff; }
.cart-link svg{ width:26px; height:26px; }
.cart-badge{
  position:absolute; top:-8px; right:-10px; background: var(--chili); color:#fff;
  font-family: var(--font-ticket); font-size:.82rem; font-weight:700;
  min-width:18px; height:18px; border-radius:999px; display:flex; align-items:center; justify-content:center;
  padding: 0 4px; border:2px solid var(--maroon);
}
.cart-badge.bump{ animation: bump .4s ease; }
.hamburger{ display:none; flex-direction:column; justify-content:center; gap:5px; width:34px; height:34px; background:transparent; border:none; padding:0; }
.hamburger span{ height:2px; width:100%; background:#fff; border-radius:2px; transition: transform .25s ease, opacity .25s ease; }
.hamburger.open span:nth-child(1){ transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2){ opacity:0; }
.hamburger.open span:nth-child(3){ transform: translateY(-7px) rotate(-45deg); }

/* ---------- Hero (full-bleed, centered) ---------- */
.hero{ position:relative; min-height: 640px; display:flex; align-items:center; overflow:hidden; }
.hero__bg{ position:absolute; inset:0; z-index:0; }
.hero__bg img{ width:100%; height:100%; object-fit:cover; }
.hero__bg::after{
  content:''; position:absolute; inset:0;
  background: linear-gradient(180deg, rgba(74,16,16,.55) 0%, rgba(35,10,10,.88) 100%);
}
.hero__content{ position:relative; z-index:2; width:100%; text-align:center; padding: 96px 0 72px; color:#fff; }
.hero__content .eyebrow{ background: rgba(255,255,255,.14); color: var(--mustard); }
.hero__content h1{
  font-family: var(--font-display); font-size: clamp(2.6rem, 6vw, 4.6rem); margin-top:18px;
  line-height:1.08; text-shadow: 0 4px 24px rgba(0,0,0,.35);
}
.hero__content h1 span{ color: var(--mustard); }
.hero__content .lede{ margin: 20px auto 0; max-width:560px; font-size:1.14rem; color: rgba(255,255,255,.86); }
.hero-actions{ display:flex; gap:16px; justify-content:center; margin-top:32px; flex-wrap:wrap; }
.hero-badges{ display:flex; gap:14px; justify-content:center; margin-top:38px; flex-wrap:wrap; }
.hero-badges span{
  display:inline-flex; align-items:center; gap:8px; background: rgba(255,255,255,.1);
  border:1px solid rgba(255,255,255,.22); padding:9px 18px; border-radius:999px; font-size:.86rem;
  backdrop-filter: blur(2px);
}
.hero-badges svg{ width:16px; height:16px; color: var(--mustard); }

.chefs-pick{
  margin: 34px auto 0; max-width: 380px; background: rgba(255,255,255,.1); border:1px solid rgba(255,255,255,.2);
  border-radius: 999px; padding: 10px 22px; display:flex; align-items:center; gap:12px; justify-content:center;
  backdrop-filter: blur(2px);
}
.chefs-pick b{ font-family: var(--font-ticket); font-size:1rem; letter-spacing:.06em; text-transform:uppercase; color: var(--mustard); flex-shrink:0; }
.chefs-pick span{ position:relative; height:1.4em; overflow:hidden; flex:1; text-align:left; }
.chefs-pick span em{ font-style:normal; position:absolute; inset:0; animation: fadeSwap 6s ease infinite; white-space:nowrap; }

/* ---------- Category strip (icon circles) ---------- */
.cat-strip{ display:flex; justify-content:center; gap: 44px; flex-wrap:wrap; }
.cat-circle{ display:flex; flex-direction:column; align-items:center; gap:14px; text-align:center; width:150px; }
.cat-circle .ring{
  width:96px; height:96px; border-radius:50%; background: var(--mustard-tint); border:3px solid var(--mustard);
  display:flex; align-items:center; justify-content:center; color: var(--maroon); transition: transform .3s ease, background .3s ease;
}
.cat-circle .ring svg{ width:40px; height:40px; }
.cat-circle:hover .ring{ transform: translateY(-6px) scale(1.05); background: var(--mustard); }
.cat-circle b{ font-family: var(--font-head); font-weight:700; font-size:.94rem; color: var(--maroon); }
.cat-circle span{ font-size:.78rem; color: var(--ink-soft); }

/* ---------- Why choose us ---------- */
.feature-grid{ display:grid; grid-template-columns: repeat(4,1fr); gap:24px; }
.feature-card{ background: var(--card); border-radius: var(--radius); padding: 30px 24px; box-shadow: var(--shadow-sm); transition: transform .3s ease, box-shadow .3s ease; border:1px solid var(--line); }
.feature-card:hover{ transform: translateY(-6px); box-shadow: var(--shadow); }
.feature-card .ic{ width:52px; height:52px; border-radius:14px; background: var(--mustard-tint); color: var(--maroon); display:flex; align-items:center; justify-content:center; margin-bottom:18px; }
.feature-card .ic svg{ width:26px; height:26px; }
.feature-card h3{ font-family: var(--font-head); font-weight:700; font-size:1.05rem; margin-bottom:8px; }
.feature-card p{ font-size:.9rem; color: var(--ink-soft); }

.stat-row{ display:grid; grid-template-columns: repeat(4,1fr); gap:24px; text-align:center; }
.stat-row div b{ display:block; font-family: var(--font-display); font-size: clamp(1.8rem,3vw,2.6rem); color: var(--mustard); }
.stat-row div span{ font-size:.85rem; color: rgba(255,255,255,.75); text-transform:uppercase; letter-spacing:.06em; }

/* ---------- Menu filters ---------- */
.filter-bar{ display:flex; align-items:center; justify-content:space-between; gap:20px; flex-wrap:wrap; margin-bottom: 30px; }
.chip-group{ display:flex; gap:10px; flex-wrap:wrap; }
.chip{ padding:9px 18px; border-radius:999px; border:1.5px solid var(--line-strong); background:#fff; font-weight:600; font-size:.86rem; color: var(--ink-soft); transition: all .2s ease; }
.chip:hover{ border-color: var(--maroon); color: var(--maroon); }
.chip.active{ background: var(--maroon); border-color: var(--maroon); color:#fff; }

.veg-switch{ display:inline-flex; align-items:center; gap:10px; background:#fff; border:1.5px solid var(--line-strong); border-radius:999px; padding: 8px 16px; }
.veg-switch label{ font-size:.86rem; font-weight:600; color: var(--ink-soft); display:flex; align-items:center; gap:8px; cursor:pointer; }
.switch{ position:relative; width:40px; height:22px; flex-shrink:0; }
.switch input{ opacity:0; width:0; height:0; }
.switch .track{ position:absolute; inset:0; background: var(--line-strong); border-radius:999px; transition: background .2s ease; }
.switch .track::before{ content:''; position:absolute; width:16px; height:16px; left:3px; top:3px; background:#fff; border-radius:50%; transition: transform .2s ease; box-shadow: var(--shadow-sm); }
.switch input:checked + .track{ background: var(--leaf); }
.switch input:checked + .track::before{ transform: translateX(18px); }

.search-box{ position:relative; flex:1; min-width:220px; max-width:320px; }
.search-box input{ width:100%; padding: 12px 16px 12px 42px; border-radius:999px; border:1.5px solid var(--line-strong); background:#fff; font-size:.92rem; }
.search-box input:focus{ border-color: var(--maroon); }
.search-box svg{ position:absolute; left:14px; top:50%; transform:translateY(-50%); width:18px; height:18px; color: var(--ink-soft); }

/* ---------- Menu grid & cards ---------- */
.menu-grid{ display:grid; grid-template-columns: repeat(4, 1fr); gap:24px; }
.menu-card{
  background: var(--card); border-radius: var(--radius); overflow:hidden; box-shadow: var(--shadow-sm);
  display:flex; flex-direction:column; transition: transform .3s ease, box-shadow .3s ease; border:1px solid var(--line);
}
.menu-card:hover{ transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.menu-card__media{ position:relative; aspect-ratio: 1/.86; overflow:hidden; background: var(--paper-dim); }
.menu-card__media img{ width:100%; height:100%; object-fit:cover; transition: transform .5s ease; }
.menu-card:hover .menu-card__media img{ transform: scale(1.09); }
.menu-card__mark{ position:absolute; top:12px; left:12px; z-index:2; display:flex; gap:6px; align-items:center; }
.menu-card__price{ position:absolute; top:12px; right:12px; z-index:2; }
.menu-card__body{ padding: 16px 18px 18px; display:flex; flex-direction:column; gap:10px; flex:1; }
.menu-card__body h3{ font-family: var(--font-head); font-weight:700; font-size:1.02rem; }
.menu-card__body .desc{ font-size:.82rem; color: var(--ink-soft); }
.menu-card__tags{ display:flex; gap:6px; flex-wrap:wrap; }
.menu-card__foot{ margin-top:auto; display:flex; align-items:center; gap:10px; }

.qty-stepper{ display:flex; align-items:center; border:1.5px solid var(--line-strong); border-radius:999px; overflow:hidden; flex-shrink:0; }
.qty-stepper button{ width:32px; height:32px; background:#fff; border:none; font-size:1.1rem; color: var(--maroon); font-weight:700; display:flex; align-items:center; justify-content:center; transition: background .2s ease; }
.qty-stepper button:hover{ background: var(--mustard-tint); }
.qty-stepper input{ width:34px; text-align:center; border:none; border-left:1.5px solid var(--line-strong); border-right:1.5px solid var(--line-strong); height:32px; font-family: var(--font-ticket); font-weight:600; font-size:1rem; }
.add-cart-btn{
  flex:1; display:flex; align-items:center; justify-content:center; gap:8px; padding:10px 14px;
  border-radius:999px; border:none; background: var(--maroon); color:#fff; font-weight:700; font-size:.86rem;
  transition: background .2s ease, transform .2s ease; font-family: var(--font-head);
}
.add-cart-btn:hover{ background: var(--maroon-dark); transform: translateY(-2px); }
.add-cart-btn svg{ width:16px; height:16px; }
.add-cart-btn.added{ background: var(--leaf); }

.empty-state{ text-align:center; padding: 60px 20px; color: var(--ink-soft); }
.empty-state svg{ width:64px; height:64px; color: var(--line-strong); margin-bottom:18px; }

/* ---------- Split / catering banner ---------- */
.split{ display:grid; grid-template-columns: 1fr 1fr; gap:56px; align-items:center; }
.split-media{ position:relative; border-radius: var(--radius-lg); overflow:hidden; box-shadow: var(--shadow-lg); aspect-ratio: 5/4; }
.split-media img{ width:100%; height:100%; object-fit:cover; }
.check-list{ margin-top:22px; display:flex; flex-direction:column; gap:14px; }
.check-list li{ display:flex; gap:12px; align-items:flex-start; font-size:.96rem; }
.check-list svg{ width:20px; height:20px; color: var(--maroon); flex-shrink:0; margin-top:2px; }
.section--maroon .check-list svg{ color: var(--mustard); }

/* ---------- Testimonials ---------- */
.testi-wrap{ position:relative; max-width:760px; margin:0 auto; }
.testi-slide{ display:none; background:#fff; border-radius: var(--radius-lg); padding: 40px 44px; box-shadow: var(--shadow); text-align:center; }
.testi-slide.active{ display:block; animation: fadeIn .5s ease; }
.testi-slide .stars{ display:flex; justify-content:center; gap:4px; margin-bottom:16px; }
.testi-slide .stars svg{ width:18px; height:18px; color: var(--mustard); }
.testi-slide p{ font-size:1.12rem; color: var(--ink); font-style:italic; }
.testi-slide .who{ margin-top:20px; font-family: var(--font-ticket); font-size:1.05rem; letter-spacing:.02em; color: var(--maroon); font-style:normal; }
.testi-dots{ display:flex; justify-content:center; gap:10px; margin-top:24px; }
.testi-dots button{ width:10px; height:10px; border-radius:50%; background: var(--line-strong); border:none; }
.testi-dots button.active{ background: var(--maroon); }

/* ---------- Newsletter ---------- */
.newsletter-box{ background: var(--maroon); border-radius: var(--radius-lg); padding: 48px; display:flex; align-items:center; justify-content:space-between; gap:30px; flex-wrap:wrap; color:#fff; }
.newsletter-box h3{ font-family: var(--font-display); font-size:1.5rem; }
.newsletter-box p{ margin-top:8px; color: rgba(255,255,255,.75); max-width:420px; }
.newsletter-form{ display:flex; gap:10px; flex-wrap:wrap; }
.newsletter-form input{ padding:13px 18px; border-radius:999px; border:none; min-width:240px; font-size:.92rem; }
.form-msg{ margin-top:12px; font-size:.9rem; font-family: var(--font-ticket); }

/* ---------- Page banner (inner pages) ---------- */
.page-banner{ background: linear-gradient(120deg, var(--maroon) 0%, var(--maroon-dark) 100%); color:#fff; padding: 56px 0 48px; position:relative; overflow:hidden; }
.page-banner .container{ position:relative; z-index:2; }
.page-banner h1{ font-family: var(--font-display); font-size: clamp(2rem,4vw,3rem); }
.page-banner p{ margin-top:12px; color: rgba(255,255,255,.78); max-width:560px; }
.breadcrumb{ font-family: var(--font-ticket); font-size:.92rem; letter-spacing:.03em; color: rgba(255,255,255,.6); margin-bottom:14px; }
.breadcrumb a{ color: var(--mustard); }
.breadcrumb a:hover{ text-decoration:underline; }

/* ---------- Footer ---------- */
.site-footer{ background: var(--maroon-dark); color: rgba(255,255,255,.82); padding: 64px 0 0; }
.footer-grid{ display:grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap:40px; padding-bottom:48px; border-bottom:1px solid rgba(255,255,255,.1); }
.footer-brand .logo{ margin-bottom:14px; }
.footer-brand p{ font-size:.88rem; color: rgba(255,255,255,.62); max-width:280px; }
.social-row{ display:flex; gap:10px; margin-top:20px; }
.social-row a{ width:38px; height:38px; border-radius:50%; background: rgba(255,255,255,.08); display:flex; align-items:center; justify-content:center; transition: background .2s ease, transform .2s ease; }
.social-row a:hover{ background: var(--mustard); color: var(--maroon-dark); transform: translateY(-3px); }
.social-row svg{ width:17px; height:17px; }
.footer-col h4{ font-family: var(--font-head); text-transform:uppercase; font-size:.86rem; letter-spacing:.08em; color: var(--mustard); margin-bottom:18px; }
.footer-col ul{ display:flex; flex-direction:column; gap:11px; }
.footer-col a{ font-size:.9rem; color: rgba(255,255,255,.72); transition: color .2s ease; }
.footer-col a:hover{ color:#fff; }
.footer-contact li{ display:flex; gap:10px; font-size:.88rem; align-items:flex-start; }
.footer-contact svg{ width:17px; height:17px; flex-shrink:0; margin-top:2px; color: var(--mustard); }
.footer-bottom{ display:flex; justify-content:space-between; align-items:center; padding: 22px 0; font-size:.78rem; color: rgba(255,255,255,.5); flex-wrap:wrap; gap:10px; }
.footer-bottom a{ color: rgba(255,255,255,.5); }
.footer-bottom a:hover{ color:#fff; }

/* ---------- Back to top ---------- */
.back-to-top{ position: fixed; right: 24px; bottom: 24px; width:48px; height:48px; border-radius:50%; background: var(--maroon); color:#fff; display:flex; align-items:center; justify-content:center; box-shadow: var(--shadow); border:none; opacity:0; pointer-events:none; transform: translateY(12px); transition: opacity .3s ease, transform .3s ease, background .2s ease; z-index:50; }
.back-to-top.show{ opacity:1; pointer-events:auto; transform:none; }
.back-to-top:hover{ background: var(--mustard-dark); }
.back-to-top svg{ width:20px; height:20px; }

/* ---------- Toast ---------- */
.toast-stack{ position: fixed; right:20px; bottom:88px; z-index:80; display:flex; flex-direction:column; gap:10px; }
.toast{ background: var(--maroon); color:#fff; padding: 14px 20px; border-radius: 12px; box-shadow: var(--shadow-lg); display:flex; align-items:center; gap:12px; min-width:240px; max-width:320px; animation: toastIn .35s ease; }
.toast svg{ width:20px; height:20px; color: var(--mustard); flex-shrink:0; }
.toast.out{ animation: toastOut .35s ease forwards; }
@keyframes toastIn{ from{ opacity:0; transform: translateX(30px);} to{ opacity:1; transform:none; } }
@keyframes toastOut{ from{ opacity:1; } to{ opacity:0; transform: translateX(30px);} }

/* ---------- Cart / order chit page ---------- */
.cart-layout{ display:grid; grid-template-columns: 1.7fr 1fr; gap:36px; align-items:flex-start; }

.order-type-row{ display:flex; gap:12px; margin-bottom:22px; flex-wrap:wrap; }
.order-type-row label{
  flex:1; min-width:150px; display:flex; align-items:center; gap:10px; background:#fff; border:1.5px solid var(--line-strong);
  border-radius: var(--radius); padding: 14px 16px; cursor:pointer; transition: border-color .2s ease, background .2s ease;
}
.order-type-row input{ accent-color: var(--maroon); width:16px; height:16px; }
.order-type-row label.selected{ border-color: var(--maroon); background: var(--mustard-tint); }
.order-type-row .ic{ color: var(--maroon); flex-shrink:0; }
.order-type-row .ic svg{ width:20px; height:20px; }
.order-type-row b{ font-family: var(--font-head); font-size:.9rem; display:block; }
.order-type-row span{ font-size:.74rem; color: var(--ink-soft); }

.cart-item{
  display:grid; grid-template-columns: 84px 1fr auto auto auto; gap:18px; align-items:center;
  grid-template-areas: "img info qty price remove";
  background:#fff; border:1px solid var(--line); border-radius: var(--radius); padding:16px; margin-bottom:14px;
}
.cart-item img{ grid-area: img; width:84px; height:84px; object-fit:cover; border-radius:10px; }
.cart-item__info{ grid-area: info; min-width:0; }
.cart-item .qty-stepper{ grid-area: qty; }
.cart-item__name{ font-family: var(--font-head); font-weight:700; display:flex; align-items:center; gap:8px; }
.cart-item__meta{ font-size:.78rem; color: var(--ink-soft); margin-top:4px; }
.cart-item__price{ grid-area: price; font-family: var(--font-ticket); font-weight:600; font-size:1.15rem; color: var(--chili); white-space:nowrap; }
.cart-item__remove{ grid-area: remove; width:32px; height:32px; border-radius:50%; background: var(--paper-dim); border:none; color: var(--chili); display:flex; align-items:center; justify-content:center; transition: background .2s ease, transform .2s ease; flex-shrink:0; }
.cart-item__remove:hover{ background: var(--chili-tint); transform: rotate(90deg); }
.cart-item__remove svg{ width:16px; height:16px; }

/* Captain's order-chit summary card */
.chit-card{
  background:#FFFDF5; border-radius: 4px; padding:26px; position:sticky; top:calc(var(--header-h) + 20px);
  box-shadow: var(--shadow); border:1px solid var(--line);
  background-image: repeating-linear-gradient(180deg, transparent, transparent 27px, var(--line) 28px);
}
.chit-card::before{
  content:'UDAYGIRI CANTIN'; display:block; text-align:center; font-family: var(--font-ticket);
  letter-spacing:.14em; color: var(--maroon); font-size:1rem; padding-bottom:12px; margin-bottom:12px;
  border-bottom: 1.5px dashed var(--line-strong);
}
.chit-card h3{ font-family: var(--font-head); font-weight:800; text-transform:uppercase; font-size:1rem; margin-bottom:14px; text-align:center; letter-spacing:.05em; color: var(--ink-soft); }
.summary-row{ display:flex; justify-content:space-between; font-family: var(--font-ticket); font-size:1.05rem; padding:6px 0; }
.summary-row.total{ border-top:1.5px dashed var(--line-strong); margin-top:8px; font-weight:700; font-size:1.4rem; color: var(--maroon); padding-top:14px; }
.summary-note{ font-size:.78rem; color: var(--ink-soft); margin-top:6px; font-family: var(--font-body); }

.checkout-form{ display:grid; grid-template-columns: 1fr 1fr; gap:16px; margin-top:18px; }
.checkout-form .full{ grid-column: 1/-1; }
.field label{ display:block; font-size:.82rem; font-weight:600; margin-bottom:6px; color: var(--ink-soft); }
.field input, .field textarea, .field select{ width:100%; padding:12px 14px; border-radius:10px; border:1.5px solid var(--line-strong); background: var(--paper); }
.field input:focus, .field textarea:focus, .field select:focus{ border-color: var(--maroon); background:#fff; }
.field textarea{ resize: vertical; min-height:90px; }
.form-note{ font-size:.78rem; color: var(--ink-soft); margin-top:14px; }

.order-success{ text-align:center; padding: 30px 10px; }
.stamp{
  width:120px; height:120px; margin:0 auto 18px; border-radius:50%; border:5px double var(--chili);
  display:flex; align-items:center; justify-content:center; transform: rotate(-12deg);
  animation: stampIn .5s cubic-bezier(.2,.9,.3,1.2);
}
.stamp b{ font-family: var(--font-ticket); color: var(--chili); font-size:1.1rem; letter-spacing:.05em; text-transform:uppercase; text-align:center; line-height:1.15; }
.order-success h3{ font-family: var(--font-display); font-size:1.5rem; color: var(--maroon); }
.order-success p{ margin-top:10px; color: var(--ink-soft); }
.order-id{ font-family: var(--font-ticket); font-size:1.1rem; background: var(--mustard-tint); display:inline-block; padding:8px 18px; border-radius:999px; margin-top:14px; font-weight:700; color: var(--maroon); letter-spacing:.04em; }

/* ---------- Contact page ---------- */
.contact-grid{ display:grid; grid-template-columns: .9fr 1.1fr; gap:40px; }
.info-card{ background:#fff; border:1px solid var(--line); border-radius: var(--radius); padding:22px; display:flex; gap:16px; margin-bottom:16px; }
.info-card .ic{ width:46px; height:46px; border-radius:12px; background: var(--mustard-tint); color: var(--maroon); display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.info-card .ic svg{ width:22px; height:22px; }
.info-card h4{ font-family: var(--font-head); font-weight:700; font-size:.95rem; margin-bottom:4px; }
.info-card p{ font-size:.88rem; color: var(--ink-soft); }
.info-card a{ color: var(--maroon); font-weight:600; }
.map-frame{ border-radius: var(--radius); overflow:hidden; border:1px solid var(--line); margin-top:22px; box-shadow: var(--shadow-sm); }
.map-frame iframe{ width:100%; height:260px; border:0; display:block; }
.contact-form-card{ background:#fff; border:1px solid var(--line); border-radius: var(--radius-lg); padding:36px; box-shadow: var(--shadow-sm); }
.contact-form{ display:grid; grid-template-columns: 1fr 1fr; gap:18px; margin-top:22px; }
.contact-form .full{ grid-column:1/-1; }

/* ---------- Service page ---------- */
.service-grid{ display:grid; grid-template-columns: repeat(3,1fr); gap:24px; }
.service-card{ background:#fff; border:1px solid var(--line); border-radius: var(--radius); padding:28px; transition: transform .3s ease, box-shadow .3s ease; }
.service-card:hover{ transform: translateY(-6px); box-shadow: var(--shadow); }
.service-card .num{ font-family: var(--font-ticket); color: var(--line-strong); font-size:1rem; letter-spacing:.1em; }
.service-card .ic{ width:52px; height:52px; border-radius:14px; background: var(--mustard-tint); color: var(--maroon); display:flex; align-items:center; justify-content:center; margin:14px 0 16px; }
.service-card .ic svg{ width:26px; height:26px; }
.service-card h3{ font-family: var(--font-head); font-weight:700; font-size:1.08rem; margin-bottom:8px; }
.service-card p{ font-size:.9rem; color: var(--ink-soft); }

.compare-table{ width:100%; border-collapse:collapse; background:#fff; border-radius: var(--radius); overflow:hidden; box-shadow: var(--shadow-sm); }
.compare-table th, .compare-table td{ padding:16px 20px; text-align:left; border-bottom:1px solid var(--line); font-size:.92rem; }
.compare-table thead th{ background: var(--maroon); color:#fff; font-family: var(--font-head); text-transform:uppercase; font-size:.8rem; letter-spacing:.05em; }
.compare-table tbody tr:last-child td{ border-bottom:none; }
.compare-table tbody tr:hover{ background: var(--paper-dim); }
.compare-table td:first-child{ font-weight:700; color: var(--maroon); }

/* ---------- FAQ ---------- */
.faq-list{ max-width: 820px; margin:0 auto; display:flex; flex-direction:column; gap:14px; }
.faq-item{ background:#fff; border:1px solid var(--line); border-radius: var(--radius); overflow:hidden; }
.faq-q{ width:100%; display:flex; justify-content:space-between; align-items:center; gap:16px; padding:20px 24px; background:none; border:none; text-align:left; font-family: var(--font-head); font-weight:700; font-size:1rem; color: var(--maroon); }
.faq-q .plus{ width:26px; height:26px; border-radius:50%; background: var(--mustard-tint); color: var(--maroon); display:flex; align-items:center; justify-content:center; flex-shrink:0; transition: transform .3s ease; }
.faq-item.open .faq-q .plus{ transform: rotate(45deg); background: var(--maroon); color:#fff; }
.faq-a{ max-height:0; overflow:hidden; transition: max-height .35s ease; }
.faq-a-inner{ padding: 0 24px 22px; color: var(--ink-soft); font-size:.94rem; }
.faq-item.open .faq-a{ max-height: 400px; }
.faq-categories{ display:flex; justify-content:center; gap:10px; margin-bottom:40px; flex-wrap:wrap; }

/* ---------- Legal pages ---------- */
.legal-wrap{ max-width: 820px; margin:0 auto; }
.legal-updated{ font-family: var(--font-ticket); font-size:.92rem; letter-spacing:.03em; color: var(--ink-soft); background: var(--paper-dim); display:inline-block; padding:8px 16px; border-radius:999px; margin-bottom:34px; }
.legal-wrap h2{ font-family: var(--font-head); font-weight:800; font-size:1.25rem; margin-top:38px; margin-bottom:14px; color: var(--maroon); text-transform:uppercase; letter-spacing:.01em; }
.legal-wrap h2:first-of-type{ margin-top:0; }
.legal-wrap p{ margin-bottom:14px; color: var(--ink-soft); }
.legal-wrap ul{ margin-bottom:14px; padding-left: 4px; }
.legal-wrap ul li{ display:flex; gap:10px; margin-bottom:10px; color: var(--ink-soft); }
.legal-wrap ul li::before{ content:'—'; color: var(--maroon); font-weight:700; flex-shrink:0; }
.legal-toc{ background:#fff; border:1px solid var(--line); border-radius: var(--radius); padding:22px 26px; margin-bottom:40px; }
.legal-toc b{ font-family: var(--font-head); text-transform:uppercase; font-size:.8rem; letter-spacing:.08em; color: var(--maroon); }
.legal-toc ul{ margin-top:12px; columns:2; gap:10px; }
.legal-toc li{ margin-bottom:8px; }
.legal-toc a{ color: var(--maroon); font-size:.88rem; }
.legal-toc a:hover{ text-decoration:underline; }

/* ---------- Responsive ---------- */
@media (max-width: 1080px){
  .menu-grid{ grid-template-columns: repeat(3,1fr); }
  .feature-grid{ grid-template-columns: repeat(2,1fr); }
  .stat-row{ grid-template-columns: repeat(2,1fr); gap:34px; }
  .service-grid{ grid-template-columns: repeat(2,1fr); }
  .cart-layout{ grid-template-columns: 1fr; }
  .contact-grid{ grid-template-columns: 1fr; }
  .cat-strip{ gap:26px; }
}
@media (max-width: 900px){
  .split{ grid-template-columns: 1fr; }
  .split-media{ order:-1; }
}
@media (max-width: 860px){
  :root{ --header-h: 104px; }
  .nav-links{ position:fixed; top: var(--header-h); left:0; right:0; background: var(--maroon); flex-direction:column; padding: 10px 24px 26px; gap:4px; max-height:0; overflow:hidden; transition: max-height .35s ease; }
  .nav-links.open{ max-height:400px; }
  .nav-links a{ padding:12px 0; border-bottom:1px solid rgba(255,255,255,.08); width:100%; }
  .hamburger{ display:flex; }
  .topbar .container{ font-size:.86rem; }
}
@media (max-width: 720px){
  .section{ padding: 56px 0; }
  .menu-grid{ grid-template-columns: repeat(2,1fr); }
  .feature-grid{ grid-template-columns: 1fr; }
  .stat-row{ grid-template-columns: repeat(2,1fr); }
  .service-grid{ grid-template-columns: 1fr; }
  .footer-grid{ grid-template-columns: 1fr 1fr; }
  .checkout-form{ grid-template-columns: 1fr; }
  .contact-form{ grid-template-columns: 1fr; }
  .cart-item{
    grid-template-columns: 60px 1fr auto;
    grid-template-areas:
      "img info remove"
      "qty qty price";
    row-gap:12px; column-gap:14px;
  }
  .cart-item img{ width:60px; height:60px; }
  .cart-item .qty-stepper{ justify-self:start; }
  .cart-item__price{ justify-self:end; align-self:center; }
  .legal-toc ul{ columns:1; }
  .cat-strip{ gap:18px; }
  .cat-circle{ width: 42%; }
}
@media (max-width: 520px){
  .menu-grid{ grid-template-columns: 1fr 1fr; }
  .footer-grid{ grid-template-columns: 1fr; }
  .newsletter-box{ flex-direction:column; align-items:flex-start; }
  .order-type-row{ flex-direction:column; }
  .testi-slide{ padding: 30px 22px; }
  .newsletter-box{ padding: 32px 24px; }
  .contact-form-card{ padding: 24px 20px; }
}
@media (max-width: 400px){
  .navbar{ padding: 12px 14px; gap:10px; }
  .logo{ font-size: 1.32rem; }
  .nav-actions{ gap:12px; }
  .menu-grid{ grid-template-columns: 1fr; }
  .cat-circle{ width: 100%; }
}
