/* =========================================================
   THE PAHALGAM — stylesheet
   Palette: Charcoal Night / Warm Lantern / Ember / Cream Paper / Moss / Bark
   Display: Fraunces · Body: Manrope
   ========================================================= */

:root{
  --charcoal:#1B2118;
  --charcoal-2:#222A1D;
  --charcoal-3:#28311F;
  --lantern:#E8A33D;
  --lantern-light:#F4C56B;
  --ember:#C6432B;
  --ember-dark:#A3341F;
  --cream:#F6EFE2;
  --cream-2:#EFE5D2;
  --moss:#4B5D45;
  --moss-light:#6C8264;
  --bark:#2C2016;
  --ink:#1F2417;
  --paper-line:#DCD0B6;
  --shadow:0 18px 40px -18px rgba(27,33,24,0.45);
  --radius-lg:28px;
  --radius-md:18px;
  --radius-sm:10px;
  --maxw:1180px;
  --ease:cubic-bezier(.22,.7,.2,1);
}

@media (prefers-reduced-motion: reduce){
  *{ animation-duration:.001ms !important; animation-iteration-count:1 !important; transition-duration:.001ms !important; scroll-behavior:auto !important; }
}

*,*::before,*::after{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{
  margin:0;
  background:var(--cream);
  color:var(--ink);
  font-family:'Manrope',system-ui,-apple-system,sans-serif;
  font-size:16px;
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
img{ max-width:100%; display:block; }
a{ color:inherit; text-decoration:none; }
ul{ list-style:none; margin:0; padding:0; }
h1,h2,h3,h4{ font-family:'Fraunces',Georgia,serif; margin:0; font-weight:600; letter-spacing:-0.01em; }
p{ margin:0; }
button{ font-family:inherit; cursor:pointer; }

:focus-visible{ outline:3px solid var(--lantern); outline-offset:3px; border-radius:4px; }

.container{ max-width:var(--maxw); margin:0 auto; padding:0 22px; }

/* -------- eyebrow / labels -------- */
.eyebrow{
  display:inline-flex; align-items:center; gap:8px;
  font-family:'Manrope',sans-serif; font-weight:700; font-size:12.5px;
  letter-spacing:.16em; text-transform:uppercase;
  color:var(--ember);
}
.eyebrow.on-dark{ color:var(--lantern-light); }
.eyebrow svg{ width:16px; height:16px; flex:none; }

/* -------- laurel medallion divider (signature motif) -------- */
.medallion{
  width:34px; height:34px; margin:0 auto 18px;
  color:var(--lantern);
  opacity:.9;
}
.medallion.center{ display:block; }

/* =============== HEADER =============== */
.site-header{
  position:fixed; top:0; left:0; right:0; z-index:60;
  padding:14px 0;
  background:linear-gradient(to bottom, rgba(27,33,24,.85), rgba(27,33,24,0));
  transition:background .35s var(--ease), box-shadow .35s var(--ease), padding .3s var(--ease);
}
.site-header.scrolled{
  background:rgba(27,33,24,.92);
  backdrop-filter:blur(10px);
  box-shadow:0 10px 30px -14px rgba(0,0,0,.5);
  padding:9px 0;
}
.header-inner{ display:flex; align-items:center; justify-content:space-between; gap:16px; }
.brand{ display:flex; align-items:center; gap:10px; color:var(--cream); }
.brand img{ width:46px; height:46px; object-fit:contain; flex:none; filter:drop-shadow(0 2px 6px rgba(0,0,0,.4)); }
.brand-name{ font-family:'Fraunces',serif; line-height:1; font-weight:600; display:flex; flex-direction:column; align-items:center; }
.brand-name .l1{ font-size:12px; letter-spacing:.22em; text-transform:uppercase; color:var(--cream); opacity:.85; font-weight:700; margin-bottom:2px; }
.brand-name .l2{ font-size:19px; color:var(--cream); }

.main-nav{ display:flex; align-items:center; gap:28px; }
.main-nav a{
  color:var(--cream); font-size:14.5px; font-weight:600; opacity:.88;
  position:relative; padding:4px 0;
}
.main-nav a::after{
  content:''; position:absolute; left:0; right:0; bottom:-3px; height:2px;
  background:var(--lantern); transform:scaleX(0); transform-origin:left; transition:transform .25s var(--ease);
}
.main-nav a:hover{ opacity:1; }
.main-nav a:hover::after{ transform:scaleX(1); }

.header-cta{ display:flex; align-items:center; gap:10px; }
.icon-btn{
  width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;
  background:rgba(246,239,226,.12); color:var(--cream); border:1px solid rgba(246,239,226,.25);
  transition:background .2s;
}
.icon-btn:hover{ background:rgba(246,239,226,.22); }
.icon-btn svg{ width:18px; height:18px; }

.nav-toggle{
  display:none; width:42px; height:42px; border-radius:50%; border:1px solid rgba(246,239,226,.3);
  background:rgba(246,239,226,.1); align-items:center; justify-content:center; flex:none;
}
.nav-toggle svg{ width:20px; height:20px; color:var(--cream); }

/* -------- mobile nav drawer -------- */
.mobile-nav{
  position:fixed; inset:0; z-index:70; background:var(--charcoal);
  display:flex; flex-direction:column; padding:26px 26px 40px;
  transform:translateX(100%); transition:transform .4s var(--ease);
  overflow-y:auto; -webkit-overflow-scrolling:touch;
}
.mobile-nav.open{ transform:translateX(0); }
.mobile-nav-top{ display:flex; justify-content:space-between; align-items:center; margin-bottom:18px; padding-bottom:20px; border-bottom:1px solid rgba(246,239,226,.1); }
.mobile-nav-trust{
  display:flex; align-items:center; gap:8px; flex-wrap:wrap; margin-bottom:22px;
}
.mobile-nav-trust span{
  display:inline-flex; align-items:center; gap:6px; font-size:11.5px; font-weight:700;
  color:rgba(246,239,226,.75); background:rgba(246,239,226,.07); border:1px solid rgba(246,239,226,.14);
  padding:6px 11px; border-radius:999px;
}
.mobile-nav-trust svg{ width:13px; height:13px; flex:none; }
.mobile-nav-trust .mobile-nav-rating svg{ color:var(--lantern-light); }
.mobile-nav-eyebrow{
  display:block; font-size:11px; font-weight:800; letter-spacing:.12em; text-transform:uppercase;
  color:rgba(246,239,226,.4); margin-bottom:6px;
}
.mobile-nav-links{ display:flex; flex-direction:column; }
.mobile-nav-links a{
  display:flex; align-items:center; gap:14px;
  color:var(--cream); font-family:'Fraunces',serif; font-size:23px; font-weight:600;
  padding:16px 4px; border-bottom:1px solid rgba(246,239,226,.1);
  transition:padding-left .2s var(--ease), color .2s;
}
.mobile-nav-links a:hover, .mobile-nav-links a:active{ padding-left:10px; color:var(--lantern-light); }
.mobile-nav-links a .ic{
  width:34px; height:34px; border-radius:9px; background:rgba(246,239,226,.08);
  display:flex; align-items:center; justify-content:center; flex:none;
}
.mobile-nav-links a .ic svg{ width:16px; height:16px; color:var(--lantern-light); }
.mobile-nav .header-cta{ margin-top:auto; padding-top:26px; gap:12px; flex-wrap:wrap; }

/* =============== BUTTONS (premium) =============== */
.btn{
  position:relative; display:inline-flex; align-items:center; justify-content:center; gap:9px;
  padding:15px 28px; border-radius:999px; font-weight:800; font-size:14px;
  letter-spacing:.02em; border:1.5px solid transparent; overflow:hidden;
  transition:transform .22s var(--ease), box-shadow .22s var(--ease), background .22s;
  white-space:nowrap;
}
.btn::before{
  content:''; position:absolute; inset:0; border-radius:inherit; opacity:0;
  background:linear-gradient(120deg, rgba(255,255,255,.35), rgba(255,255,255,0) 55%);
  transition:opacity .25s;
}
.btn:hover::before{ opacity:1; }
.btn svg{ width:17px; height:17px; flex:none; }
.btn:active{ transform:scale(.96); }
.btn-lantern{
  background:linear-gradient(155deg, var(--lantern-light), var(--lantern) 65%);
  color:var(--bark); box-shadow:0 14px 28px -10px rgba(232,163,61,.6), inset 0 1px 0 rgba(255,255,255,.4);
}
.btn-lantern:hover{ transform:translateY(-2px); box-shadow:0 18px 34px -10px rgba(232,163,61,.72), inset 0 1px 0 rgba(255,255,255,.5); }
.btn-outline-light{ border-color:rgba(246,239,226,.5); color:var(--cream); background:rgba(246,239,226,.04); }
.btn-outline-light:hover{ background:rgba(246,239,226,.14); border-color:rgba(246,239,226,.8); transform:translateY(-2px); }
.btn-ember{
  background:linear-gradient(155deg, #D65438, var(--ember) 65%);
  color:var(--cream); box-shadow:0 14px 28px -10px rgba(198,67,43,.55), inset 0 1px 0 rgba(255,255,255,.25);
}
.btn-ember:hover{ transform:translateY(-2px); box-shadow:0 18px 32px -10px rgba(198,67,43,.68); }
.btn-outline-dark{ border-color:rgba(31,36,23,.35); color:var(--ink); }
.btn-outline-dark:hover{ background:var(--ink); color:var(--cream); transform:translateY(-2px); }
.btn-block{ width:100%; }
.btn-sm{ padding:10px 18px; font-size:12.5px; }

/* =============== HERO =============== */
.hero{
  position:relative; min-height:100svh; display:flex; align-items:center; justify-content:center;
  color:var(--cream); overflow:hidden;
}
.hero-bg{
  position:absolute; inset:0; z-index:0;
  background:url('assets/hero-exterior.jpg') center 30%/cover no-repeat;
}
.hero-bg::after{
  content:''; position:absolute; inset:0;
  background:
    linear-gradient(180deg, rgba(20,25,17,.55) 0%, rgba(20,25,17,.35) 32%, rgba(19,23,15,.88) 82%, #171D12 100%),
    linear-gradient(90deg, rgba(19,23,15,.65) 0%, rgba(19,23,15,.15) 55%);
}
.hero-inner{
  position:relative; z-index:2; width:100%; padding:96px 0 48px;
  display:flex; flex-direction:column; align-items:center; text-align:center;
}
.hero-medallion{ width:68px; height:68px; margin-bottom:20px; color:var(--lantern-light); }
.hero h1{ font-size:clamp(42px,9vw,88px); line-height:.98; }
.hero h1 em{ font-style:normal; color:var(--lantern-light); }
.hero-bn{ font-family:'Noto Sans Bengali','Fraunces',serif; font-size:clamp(17px,3vw,22px); color:var(--lantern-light); margin-top:8px; display:block; }

.hero-ctas{ display:flex; flex-wrap:wrap; justify-content:center; gap:14px; margin-top:36px; }

/* =============== SECTION shell =============== */
.section{ padding:96px 0; position:relative; }
.section.dark{ background:var(--charcoal); color:var(--cream); }
.section.paper{ background:var(--cream); }
.section-head{ max-width:640px; margin-bottom:52px; }
.section-head.center{ margin-left:auto; margin-right:auto; text-align:center; }
.section-head h2{ font-size:clamp(30px,4.6vw,46px); margin-top:12px; line-height:1.06; }
.section-head p{ margin-top:14px; font-size:16px; color:var(--moss); }
.section.dark .section-head p{ color:rgba(246,239,226,.72); }

/* =============== ABOUT =============== */
.about-grid{ display:grid; grid-template-columns:.85fr 1fr; gap:56px; align-items:center; }
.about-photo{ position:relative; }
.about-photo img{ border-radius:var(--radius-lg); box-shadow:var(--shadow); }
.about-photo-badge{
  position:absolute; bottom:-22px; left:-22px; background:var(--ember);
  color:var(--cream); padding:16px 20px; border-radius:var(--radius-md);
  box-shadow:0 16px 30px -12px rgba(198,67,43,.55);
  font-family:'Fraunces',serif;
}
.about-photo-badge b{ display:block; font-size:26px; line-height:1; }
.about-photo-badge span{ font-family:'Manrope',sans-serif; font-size:11.5px; text-transform:uppercase; letter-spacing:.08em; opacity:.85; }

.about-copy p{ margin-bottom:15px; color:#3B4433; font-size:15.8px; }
.about-copy p:first-of-type{ font-size:18px; color:var(--ink); font-weight:600; font-family:'Fraunces',serif; }

.story-link{
  display:inline-flex; align-items:center; gap:7px; font-weight:800; font-size:13.5px;
  color:var(--ember); border-bottom:2px solid transparent; padding-bottom:2px; transition:border-color .2s, gap .2s;
}
.story-link svg{ width:16px; height:16px; transition:transform .2s; }
.story-link:hover{ border-color:var(--ember); }
.story-link:hover svg{ transform:translateX(3px); }
.badge-row{ display:flex; flex-wrap:wrap; gap:10px; margin-top:26px; }
.feature-pill{
  display:flex; align-items:center; gap:8px; background:var(--cream-2);
  border:1px solid var(--paper-line); padding:9px 15px; border-radius:999px;
  font-size:13px; font-weight:700; color:var(--moss);
}
.feature-pill svg{ width:15px; height:15px; color:var(--ember); flex:none; }

/* =============== MENU =============== */
.menu-tabs{
  display:flex; gap:10px; overflow-x:auto; padding:4px 4px 14px;
  margin-bottom:34px; -ms-overflow-style:none; scrollbar-width:none;
}
.menu-tabs::-webkit-scrollbar{ display:none; }
.tab{
  flex:none; display:flex; align-items:center; gap:8px;
  padding:11px 18px; border-radius:999px; border:1.5px solid var(--paper-line);
  background:#fff; font-weight:700; font-size:13.6px; color:var(--ink);
  transition:all .2s var(--ease);
}
.tab:hover{ border-color:var(--ember); }
.tab.active{ background:var(--ink); border-color:var(--ink); color:var(--cream); }
.tab .n{ opacity:.55; font-weight:600; }
.tab.active .n{ opacity:.7; }

.menu-grid{ display:grid; grid-template-columns:repeat(2,1fr); gap:16px; }
.menu-card{
  background:#fff; border:1px solid var(--paper-line); border-radius:var(--radius-md);
  padding:16px; display:flex; gap:14px; position:relative; overflow:hidden;
  transition:transform .25s var(--ease), box-shadow .25s var(--ease);
}
.menu-card:hover{ transform:translateY(-3px); box-shadow:var(--shadow); }
.menu-card.hide{ display:none; }
.menu-thumb{
  width:64px; height:64px; border-radius:14px; flex:none; overflow:hidden;
  display:flex; align-items:center; justify-content:center; font-size:26px;
  background:var(--cream-2);
}
.menu-thumb img{ width:100%; height:100%; object-fit:cover; }
.menu-info{ flex:1; min-width:0; }
.menu-info .top{ display:flex; justify-content:space-between; gap:10px; align-items:flex-start; }
.menu-info h4{ font-size:15.5px; font-family:'Manrope',sans-serif; font-weight:800; line-height:1.25; }
.menu-price{ font-family:'Fraunces',serif; font-weight:600; color:var(--ember); font-size:15.5px; white-space:nowrap; }
.menu-info .desc{ font-size:12.8px; color:#6b6152; margin-top:4px; line-height:1.4; }
.menu-badge{
  position:absolute; top:0; right:0; background:var(--lantern); color:var(--bark);
  font-size:10px; font-weight:800; letter-spacing:.04em; text-transform:uppercase;
  padding:4px 10px 4px 12px; border-radius:0 0 0 12px;
}
.order-btn{
  position:absolute; right:14px; bottom:14px; width:30px; height:30px; border-radius:50%;
  background:var(--moss); color:var(--cream); border:none; display:flex; align-items:center;
  justify-content:center; box-shadow:0 6px 14px -4px rgba(75,93,69,.55);
  transition:transform .18s var(--ease), background .18s;
}
.order-btn:hover{ background:#3c4b37; transform:scale(1.08); }
.order-btn svg{ width:14px; height:14px; }
.menu-card{ padding-bottom:20px; }
.menu-info .top{ padding-right:34px; }
.menu-note{
  margin-top:22px; text-align:center; font-size:11.5px; color:var(--moss);
  background:var(--cream-2); border:1px dashed var(--paper-line); border-radius:999px;
  padding:7px 16px; display:inline-flex; max-width:100%;
}
.menu-note-wrap{ text-align:center; }
.menu-more{ text-align:center; margin-top:30px; }

/* =============== COMBOS =============== */
.combo-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.combo-card{
  background:var(--charcoal-2); border:1px solid rgba(246,239,226,.1); border-radius:var(--radius-lg);
  padding:28px 24px; position:relative; overflow:hidden;
  scroll-snap-align:center;
}
.combo-card::before{
  content:''; position:absolute; top:-40%; right:-30%; width:220px; height:220px; border-radius:50%;
  background:radial-gradient(circle, rgba(232,163,61,.16), transparent 70%);
}
.combo-tag{
  display:inline-block; font-size:11px; font-weight:800; letter-spacing:.07em; text-transform:uppercase;
  color:var(--lantern-light); border:1px solid rgba(244,197,107,.4); padding:5px 12px; border-radius:999px;
  margin-bottom:16px;
}
.combo-emoji{ font-size:34px; margin-bottom:10px; }
.combo-card h3{ font-size:21px; color:var(--cream); }
.combo-card .desc{ font-size:13.5px; color:rgba(246,239,226,.65); margin-top:8px; min-height:36px; }
.combo-price-row{ display:flex; align-items:baseline; gap:10px; margin-top:20px; }
.combo-price{ font-family:'Fraunces',serif; font-size:28px; color:var(--lantern-light); }
.combo-save{ font-size:12px; font-weight:800; color:var(--ember); background:rgba(198,67,43,.15); padding:3px 9px; border-radius:999px; }
.combo-card .btn{ margin-top:20px; }

/* =============== GALLERY =============== */
.gallery-grid{
  display:grid; grid-template-columns:repeat(4,1fr); grid-auto-rows:160px; gap:14px;
  grid-auto-flow:dense;
}
.g-item{
  position:relative; border-radius:var(--radius-md); overflow:hidden; cursor:pointer;
  border:1px solid rgba(246,239,226,.1); background:rgba(246,239,226,.04);
}
.g-item img{ width:100%; height:100%; object-fit:cover; transition:transform .5s var(--ease); display:block; }
.g-item:hover img{ transform:scale(1.08); }
.g-item::after{ content:''; position:absolute; inset:0; background:linear-gradient(to top, rgba(0,0,0,.45), transparent 45%); opacity:0; transition:opacity .25s; }
.g-item:hover::after{ opacity:1; }
.g-item span{
  position:absolute; left:12px; bottom:10px; color:var(--cream); font-size:12.5px; font-weight:700;
  opacity:0; transform:translateY(6px); transition:all .25s;
}
.g-item:hover span{ opacity:1; transform:translateY(0); }
.g-item.wide{ grid-column:span 2; }
.g-item.tall{ grid-row:span 2; }

.lightbox{
  position:fixed; inset:0; z-index:90; background:rgba(15,18,12,.94);
  display:flex; align-items:center; justify-content:center; padding:30px;
  opacity:0; pointer-events:none; transition:opacity .25s;
}
.lightbox.open{ opacity:1; pointer-events:auto; }
.lightbox img{ max-width:min(880px,92vw); max-height:82vh; border-radius:14px; box-shadow:0 30px 60px rgba(0,0,0,.5); }
.lightbox-close{
  position:absolute; top:22px; right:22px; width:44px; height:44px; border-radius:50%;
  background:rgba(246,239,226,.12); border:1px solid rgba(246,239,226,.3); color:var(--cream);
  display:flex; align-items:center; justify-content:center;
}
.lightbox-close svg{ width:20px; height:20px; }

/* =============== REVIEWS (compact, professional) =============== */
.reviews-top{ display:grid; grid-template-columns:.5fr 1fr; gap:28px; align-items:center; margin-bottom:28px; }
.rating-box{
  background:#fff; border:1px solid var(--paper-line); border-radius:var(--radius-md);
  padding:18px 20px; text-align:center;
}
.rating-box .big{ font-family:'Fraunces',serif; font-size:38px; color:var(--ember); line-height:1; }
.rating-box .big small{ font-family:'Manrope',sans-serif; font-size:14px; font-weight:800; color:var(--moss); margin-left:2px; }
.stars{ color:var(--lantern); font-size:15px; margin:6px 0 4px; letter-spacing:1.5px; }
.rating-box .sub{ font-size:11.5px; color:var(--moss); font-weight:600; }
.bars{ display:flex; flex-direction:column; gap:6px; }
.bar-row{ display:flex; align-items:center; gap:8px; font-size:11.5px; font-weight:700; color:var(--moss); }
.bar-row .track{ flex:1; height:6px; border-radius:999px; background:var(--cream-2); overflow:hidden; }
.bar-row .fill{ height:100%; background:var(--lantern); border-radius:999px; }
.bar-row span:last-child{ width:30px; text-align:right; }

/* horizontal, compact review rail — no avatars */
.review-grid{
  display:flex; gap:12px; overflow-x:auto; padding:2px 2px 12px;
  scroll-snap-type:x mandatory; -ms-overflow-style:none; scrollbar-width:none;
}
.review-grid::-webkit-scrollbar{ display:none; }
.review-card{
  background:#fff; border:1px solid var(--paper-line); border-radius:var(--radius-sm);
  padding:14px 16px; flex:0 0 260px; scroll-snap-align:start;
}
.review-head{ display:flex; align-items:center; justify-content:space-between; gap:10px; margin-bottom:6px; }
.review-name{ font-weight:800; font-size:12.5px; }
.review-meta{ font-size:10.5px; color:var(--moss); }
.review-card .stars{ font-size:11px; margin:0; letter-spacing:1px; flex:none; }
.review-card p{ font-size:12.5px; color:#4a4436; line-height:1.5; margin-top:2px; display:-webkit-box; -webkit-line-clamp:4; -webkit-box-orient:vertical; overflow:hidden; }

/* =============== BOOKING =============== */
.booking-wrap{ display:grid; grid-template-columns:.9fr 1.1fr; gap:0; border-radius:var(--radius-lg); overflow:hidden; box-shadow:var(--shadow); }
.booking-side{
  background:var(--moss); padding:46px 40px; color:var(--cream); position:relative; overflow:hidden;
}
.booking-side::after{
  content:''; position:absolute; width:280px; height:280px; border-radius:50%;
  background:radial-gradient(circle, rgba(232,163,61,.2), transparent 70%); bottom:-100px; right:-100px;
}
.booking-side h3{ font-size:28px; position:relative; }
.booking-side p{ margin-top:14px; font-size:14.5px; color:rgba(246,239,226,.82); position:relative; }
.booking-perks{ margin-top:22px; display:flex; flex-wrap:wrap; gap:9px; position:relative; }
.perk-chip{
  display:inline-flex; align-items:center; gap:7px; font-size:12.5px; font-weight:700;
  color:var(--cream); background:rgba(246,239,226,.08); border:1px solid rgba(246,239,226,.16);
  padding:8px 13px; border-radius:999px;
}
.perk-chip svg{ width:14px; height:14px; color:var(--lantern-light); flex:none; }

.booking-form{ background:var(--charcoal-3); padding:48px 42px; position:relative; }
.booking-form h3{ color:var(--cream); font-size:22px; margin-bottom:26px; }
.form-row{ display:grid; grid-template-columns:1fr 1fr; gap:16px; margin-bottom:16px; }
.field{ display:flex; flex-direction:column; gap:7px; }
.field.full{ grid-column:1/-1; }
.field label{ font-size:11px; font-weight:800; letter-spacing:.07em; text-transform:uppercase; color:var(--lantern-light); }
.field-input{ position:relative; display:flex; align-items:center; }
.field-input svg{
  position:absolute; left:14px; width:16px; height:16px; color:rgba(246,239,226,.45); flex:none; pointer-events:none;
}
.field input, .field select, .field textarea{
  width:100%; background:rgba(246,239,226,.06); border:1.5px solid rgba(246,239,226,.16); border-radius:12px;
  padding:13px 14px; color:var(--cream); font-family:inherit; font-size:14.5px;
  transition:border-color .2s, background .2s;
}
.field-input input, .field-input select{ padding-left:40px; }
.field input:focus, .field select:focus, .field textarea:focus{
  border-color:var(--lantern); background:rgba(246,239,226,.1); outline:none;
}
.field input::placeholder, .field textarea::placeholder{ color:rgba(246,239,226,.38); }
.field select{ appearance:none; -webkit-appearance:none; background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23F4C56B' stroke-width='2'><path d='M6 9l6 6 6-6'/></svg>"); background-repeat:no-repeat; background-position:right 14px center; background-size:16px; }
.field select option{ color:#111; }
.field textarea{ resize:vertical; min-height:76px; padding-left:14px; }
.form-note{ font-size:12px; color:rgba(246,239,226,.5); margin-top:16px; text-align:center; }
.booking-form .btn{ margin-top:6px; }

/* =============== CONTACT / FOOTER =============== */
.footer{ background:var(--bark); color:var(--cream); padding:0 0 26px; }

.directions-banner{
  background:linear-gradient(120deg, var(--charcoal-3), var(--bark) 120%);
  border-bottom:1px solid rgba(246,239,226,.1);
  padding:44px 0;
}
.directions-inner{
  display:flex; align-items:center; justify-content:space-between; gap:24px; flex-wrap:wrap;
}
.directions-left{ display:flex; align-items:center; gap:18px; }
.directions-pin{
  width:56px; height:56px; border-radius:50%; flex:none; display:flex; align-items:center; justify-content:center;
  background:linear-gradient(155deg, var(--lantern-light), var(--lantern) 70%); color:var(--bark);
  box-shadow:0 10px 24px -8px rgba(232,163,61,.6);
}
.directions-pin svg{ width:26px; height:26px; }
.directions-left h4{ color:var(--cream); font-size:19px; margin-bottom:5px; }
.directions-left p{ font-size:13.5px; color:rgba(246,239,226,.68); max-width:420px; }

.footer-grid{ display:grid; grid-template-columns:1.2fr .8fr .8fr 1fr; gap:40px; margin:50px 0; }
.footer-brand{ display:flex; align-items:center; gap:10px; margin-bottom:16px; }
.footer-brand img{ width:48px; height:48px; object-fit:contain; filter:drop-shadow(0 2px 6px rgba(0,0,0,.4)); }
.footer-brand b{ font-family:'Fraunces',serif; font-size:19px; }
.footer p.desc{ font-size:13.5px; color:rgba(246,239,226,.6); line-height:1.6; max-width:280px; }
.footer h5{ font-family:'Manrope',sans-serif; font-size:12px; letter-spacing:.1em; text-transform:uppercase; color:var(--lantern-light); margin-bottom:16px; font-weight:800; }
.footer ul li{ margin-bottom:10px; font-size:13.8px; color:rgba(246,239,226,.75); }
.footer ul li a:hover{ color:var(--lantern-light); }
.contact-line{ display:flex; gap:10px; align-items:flex-start; }
.contact-line svg{ width:16px; height:16px; color:var(--lantern); flex:none; margin-top:2px; }
.social-row{ display:flex; gap:10px; margin-top:18px; }
.social-row .icon-btn{ background:rgba(246,239,226,.08); }
.footer-bottom{
  border-top:1px solid rgba(246,239,226,.12); padding-top:22px;
  display:flex; justify-content:space-between; flex-wrap:wrap; gap:10px;
  font-size:12.5px; color:rgba(246,239,226,.5);
}

/* =============== STICKY MOBILE BAR =============== */
.mobile-bar{
  display:none; position:fixed; bottom:10px; left:10px; right:10px; z-index:55;
  background:rgba(27,33,24,.88); backdrop-filter:blur(14px);
  border:1px solid rgba(246,239,226,.14); border-radius:20px;
  padding:7px calc(7px + env(safe-area-inset-bottom)) 7px 7px;
  box-shadow:0 14px 32px -8px rgba(0,0,0,.5);
}
.mobile-bar-inner{ display:flex; gap:6px; }
.mobile-bar a{
  flex:1; display:flex; flex-direction:row; align-items:center; justify-content:center; gap:6px;
  padding:10px 6px; border-radius:15px; color:rgba(246,239,226,.85); font-size:11.5px; font-weight:700;
  transition:background .2s;
}
.mobile-bar a svg{ width:16px; height:16px; flex:none; }
.mobile-bar button.cart-trigger{
  flex:1; display:flex; flex-direction:row; align-items:center; justify-content:center; gap:6px;
  padding:10px 6px; border-radius:15px; color:rgba(246,239,226,.85); font-size:11.5px; font-weight:700;
  background:transparent; border:none; position:relative;
}
.mobile-bar button.cart-trigger svg{ width:16px; height:16px; flex:none; }

.nav-order-link{
  background:var(--lantern); color:var(--bark) !important; padding:7px 14px !important;
  border-radius:999px; opacity:1 !important;
}
.nav-order-link::after{ display:none; }

.cart-trigger-icon{ position:relative; }
.cart-count{
  position:absolute; top:-4px; right:-4px; min-width:17px; height:17px; padding:0 4px;
  background:var(--ember); color:#fff; font-size:10px; font-weight:800; border-radius:999px;
  display:flex; align-items:center; justify-content:center; line-height:1; border:2px solid var(--charcoal);
}
.mobile-bar .cart-count{ position:static; margin-left:2px; border:none; }

.icon-btn-sm{
  width:34px; height:34px; border-radius:9px; border:1px solid var(--paper-line); background:#fff;
  display:flex; align-items:center; justify-content:center; color:var(--ink); flex:none;
  transition:background .2s;
}
.icon-btn-sm:hover{ background:var(--cream-2); }
.icon-btn-sm svg{ width:16px; height:16px; }

/* =============== CART DRAWER =============== */
.cart-overlay{
  position:fixed; inset:0; background:rgba(15,18,12,.55); z-index:95;
  opacity:0; pointer-events:none; transition:opacity .25s;
}
.cart-overlay.open{ opacity:1; pointer-events:auto; }
.cart-drawer{
  position:fixed; top:0; right:0; bottom:0; width:min(380px,92vw); z-index:96;
  background:var(--cream); box-shadow:-20px 0 50px rgba(0,0,0,.3);
  display:flex; flex-direction:column; transform:translateX(100%); transition:transform .35s var(--ease);
}
.cart-drawer.open{ transform:translateX(0); }
.cart-drawer-head{
  display:flex; align-items:center; justify-content:space-between; padding:20px 22px;
  border-bottom:1px solid var(--paper-line);
}
.cart-drawer-head h3{ font-size:19px; }
.cart-drawer-body{ flex:1; overflow-y:auto; padding:16px 22px; }
.cart-empty{ text-align:center; padding:50px 10px; color:var(--moss); }
.cart-empty svg{ width:46px; height:46px; margin:0 auto 14px; opacity:.5; }
.cart-empty p{ margin-bottom:16px; font-size:14px; }
.cart-list{ display:flex; flex-direction:column; gap:14px; }
.cart-row{
  display:flex; gap:12px; align-items:center; padding-bottom:14px; border-bottom:1px solid var(--paper-line);
}
.cart-row img{ width:52px; height:52px; border-radius:10px; object-fit:cover; flex:none; background:var(--cream-2); }
.cart-row .thumb-fallback{
  width:52px; height:52px; border-radius:10px; flex:none; background:var(--cream-2);
  display:flex; align-items:center; justify-content:center; font-size:20px;
}
.cart-row-info{ flex:1; min-width:0; }
.cart-row-info .name{ font-weight:700; font-size:13.5px; }
.cart-row-info .price{ font-size:12.5px; color:var(--moss); margin-top:2px; }
.qty-stepper{ display:flex; align-items:center; gap:8px; }
.qty-stepper button{
  width:24px; height:24px; border-radius:50%; border:1px solid var(--paper-line); background:#fff;
  display:flex; align-items:center; justify-content:center; font-weight:800; color:var(--ink); flex:none;
}
.qty-stepper span{ font-size:13px; font-weight:800; min-width:16px; text-align:center; }
.cart-row-remove{ color:var(--ember); flex:none; }
.cart-row-remove svg{ width:16px; height:16px; }
.cart-drawer-foot{ padding:18px 22px; border-top:1px solid var(--paper-line); background:#fff; }
.cart-total-row{ display:flex; justify-content:space-between; font-weight:800; font-size:16px; margin-bottom:14px; }

/* =============== MENU SEARCH =============== */
.search-overlay{
  position:fixed; inset:0; z-index:90; background:rgba(20,25,17,.6); backdrop-filter:blur(2px);
  opacity:0; pointer-events:none; transition:opacity .25s;
  display:flex; justify-content:center; padding:80px 18px 18px;
}
.search-overlay.open{ opacity:1; pointer-events:auto; }
.search-panel{
  background:#fff; border-radius:var(--radius-lg); width:100%; max-width:600px; max-height:76vh;
  display:flex; flex-direction:column; overflow:hidden; box-shadow:0 30px 70px -20px rgba(0,0,0,.4);
  transform:translateY(-14px); transition:transform .25s;
}
.search-overlay.open .search-panel{ transform:translateY(0); }
.search-input-row{
  display:flex; align-items:center; gap:12px; padding:16px 20px; border-bottom:1px solid var(--paper-line); flex:none;
}
.search-input-row > svg{ width:19px; height:19px; color:var(--moss); flex:none; }
.search-input-row input{
  flex:1; border:none; outline:none; font-family:inherit; font-size:16px; color:var(--ink); background:none;
}
.search-close{
  width:30px; height:30px; border-radius:50%; border:none; background:var(--cream-2); color:var(--moss);
  display:flex; align-items:center; justify-content:center; flex:none;
}
.search-close svg{ width:14px; height:14px; }
.search-results{ overflow-y:auto; padding:8px; }
.search-hint, .search-empty{ padding:26px 16px; text-align:center; color:var(--moss); font-size:13.5px; }
.search-result{
  display:flex; align-items:center; gap:13px; padding:10px 12px; border-radius:12px; text-align:left;
  width:100%; background:none; border:none; cursor:pointer; transition:background .15s;
}
.search-result:hover, .search-result:focus-visible{ background:var(--cream-2); }
.search-result-thumb{
  width:46px; height:46px; border-radius:10px; object-fit:cover; flex:none; background:var(--cream-2);
  display:flex; align-items:center; justify-content:center; font-size:20px;
}
.search-result-info{ flex:1; min-width:0; }
.search-result-info .name{ font-weight:800; font-size:14px; color:var(--ink); }
.search-result-info .cat{ font-size:11.5px; color:var(--moss); font-weight:700; }
.search-result-price{ font-family:'Fraunces',serif; color:var(--ember); font-size:14.5px; flex:none; }
.search-flash{ animation:searchFlash 1.4s ease; }
@keyframes searchFlash{
  0%, 100%{ box-shadow:none; }
  20%{ box-shadow:0 0 0 3px var(--lantern); }
}

/* =============== ORDER PAGE =============== */
.order-hero{
  padding:98px 0 18px; background:var(--charcoal); color:var(--cream); text-align:center;
}
.order-hero h1{ font-size:clamp(22px,4vw,28px); color:var(--cream); }

.category-rail{
  position:sticky; top:66px; z-index:40; background:var(--cream);
  border-bottom:1px solid var(--paper-line); box-shadow:0 6px 16px -12px rgba(0,0,0,.25);
}
.category-rail-inner{
  display:flex; gap:8px; overflow-x:auto; padding:12px 22px; max-width:var(--maxw); margin:0 auto;
  -ms-overflow-style:none; scrollbar-width:none;
}
.category-rail-inner::-webkit-scrollbar{ display:none; }
.cat-pill{
  flex:none; display:inline-flex; align-items:center; gap:6px; padding:9px 16px; border-radius:999px;
  background:var(--cream-2); color:var(--ink); font-weight:700; font-size:13px; border:1px solid transparent;
  white-space:nowrap; transition:background .2s, color .2s, border-color .2s;
}
.cat-pill.active, .cat-pill:hover{ background:var(--lantern); color:var(--bark); }

.order-search-bar{
  max-height:0; overflow:hidden; background:var(--cream); border-bottom:1px solid var(--paper-line);
  transition:max-height .25s ease;
}
.order-search-bar.open{ max-height:70px; }
.order-search-inner{ display:flex; align-items:center; gap:10px; padding:12px 22px; }
.order-search-inner > svg{ width:17px; height:17px; color:var(--moss); flex:none; }
.order-search-inner input{ flex:1; border:none; outline:none; font-family:inherit; font-size:14.5px; background:none; color:var(--ink); }
.order-search-inner button{
  width:26px; height:26px; border-radius:50%; background:var(--cream-2); border:none;
  display:flex; align-items:center; justify-content:center; color:var(--moss); flex:none;
}
.order-search-inner button svg{ width:12px; height:12px; }
.order-cat.search-hide, .order-item-card.search-hide{ display:none; }
.order-search-empty{ text-align:center; color:var(--moss); font-size:13.5px; padding:40px 20px; }

.order-cat{ padding:36px 0 6px; scroll-margin-top:70px; }
.order-cat-title{
  text-align:center; font-size:clamp(21px,3vw,28px); margin-bottom:20px;
}
.order-row{
  display:flex; gap:16px; overflow-x:auto; padding:4px 4px 16px; margin:0 -4px;
  scroll-snap-type:x mandatory; -ms-overflow-style:none; scrollbar-width:none;
}
.order-row::-webkit-scrollbar{ display:none; }
.order-item-card{
  flex:0 0 190px; background:#fff; border:1px solid var(--paper-line); border-radius:var(--radius-md);
  overflow:hidden; scroll-snap-align:start; display:flex; flex-direction:column;
}
.order-item-thumb{
  width:100%; aspect-ratio:4/3; background:var(--cream-2); display:flex; align-items:center; justify-content:center;
  font-size:36px; overflow:hidden;
}
.order-item-thumb img{ width:100%; height:100%; object-fit:cover; }
.order-item-body{ padding:12px 13px 14px; display:flex; flex-direction:column; gap:8px; flex:1; }
.order-item-name{ font-weight:700; font-size:13.5px; line-height:1.3; min-height:2.6em; }
.order-item-price{ font-weight:800; color:var(--ember); font-size:14px; }
.order-item-actions{ margin-top:auto; }
.add-btn{
  width:100%; padding:9px; border-radius:10px; background:var(--charcoal); color:var(--cream);
  font-weight:800; font-size:12.5px; display:flex; align-items:center; justify-content:center; gap:6px;
}
.add-btn svg{ width:14px; height:14px; }
.order-item-actions .qty-stepper{
  justify-content:space-between; background:var(--charcoal); border-radius:10px; padding:6px 10px;
}
.order-item-actions .qty-stepper button{ background:rgba(246,239,226,.15); border:none; color:var(--cream); }
.order-item-actions .qty-stepper span{ color:var(--cream); }

/* =============== CHECKOUT =============== */
.checkout-wrap{ max-width:640px; margin:0 auto; padding:120px 22px 80px; }
.checkout-wrap h1{ font-size:clamp(26px,4vw,34px); margin-bottom:6px; }
.checkout-wrap > p.lead{ color:var(--moss); font-size:14px; margin-bottom:28px; }
.checkout-summary{ background:#fff; border:1px solid var(--paper-line); border-radius:var(--radius-md); padding:18px 20px; margin-bottom:24px; }
.checkout-summary-row{ display:flex; justify-content:space-between; font-size:13.5px; padding:7px 0; border-bottom:1px dashed var(--paper-line); }
.checkout-summary-row:last-of-type{ border-bottom:none; }
.checkout-summary-total{ display:flex; justify-content:space-between; font-weight:800; font-size:17px; padding-top:12px; }
.pay-options{ display:grid; grid-template-columns:1fr 1fr; gap:10px; margin:10px 0 18px; }
.pay-option{
  border:1.5px solid var(--paper-line); border-radius:var(--radius-sm); padding:14px; text-align:center;
  font-weight:700; font-size:13px; cursor:pointer; transition:border-color .2s, background .2s;
}
.pay-option.active{ border-color:var(--ember); background:rgba(198,67,43,.06); color:var(--ember); }
.pay-instructions{
  background:var(--cream-2); border-radius:var(--radius-sm); padding:14px 16px; font-size:13px;
  color:#4a4436; line-height:1.6; margin-bottom:16px; display:none;
}
.pay-instructions.show{ display:block; }
.checkout-success{ text-align:center; padding:40px 10px; }
.checkout-success svg{ width:60px; height:60px; color:var(--moss); margin:0 auto 16px; }
.checkout-success h2{ margin-bottom:8px; }
.checkout-success p{ color:var(--moss); font-size:14px; margin-bottom:22px; }

/* =============== responsive =============== */
@media (max-width:980px){
  .main-nav{ display:none; }
  .header-cta .btn span.long{ display:none; }
  .header-cta .btn.btn-lantern{
    width:40px; height:40px; padding:0; border-radius:50%; gap:0;
  }
  .header-cta .btn.btn-lantern svg{ width:17px; height:17px; }
  .nav-toggle{ display:flex; }
  .about-grid, .booking-wrap, .reviews-top{ grid-template-columns:1fr; }
  .about-photo{ order:1; }
  .about-photo-badge{ left:16px; bottom:-18px; }
  .footer-grid{ grid-template-columns:1fr 1fr; }
  .gallery-grid{ grid-template-columns:repeat(3,1fr); grid-auto-rows:120px; }
}
@media (max-width:720px){
  .section{ padding:66px 0; }
  .hero-inner{ padding:88px 0 40px; }
  .menu-grid{ grid-template-columns:1fr; }
  .review-card{ flex:0 0 82%; }
  /* gallery: distinct, sequential pattern for phone — hero shot, then alternating pairs/wides */
  .gallery-grid{ grid-template-columns:repeat(2,1fr); grid-auto-rows:130px; gap:10px; grid-auto-flow:row; }
  .gallery-grid .g-item{ grid-column:span 1; grid-row:span 1; }
  .gallery-grid .g-item:nth-child(1){ grid-column:span 2; grid-row:span 2; }
  .gallery-grid .g-item:nth-child(4){ grid-column:span 2; grid-row:span 1; }
  .footer-grid{ grid-template-columns:1fr; gap:30px; }
  .form-row{ grid-template-columns:1fr; }
  .booking-side, .booking-form{ padding:30px 22px; }
  body{ padding-bottom:82px; }
  .mobile-bar{ display:block; }
  .footer-bottom{ flex-direction:column; text-align:center; }

  /* combos: horizontal snap-scroll on mobile instead of vertical stack */
  .combo-grid{
    grid-template-columns:none; display:flex; gap:16px; overflow-x:auto;
    scroll-snap-type:x mandatory; padding:4px 6px 10px; margin:0 -6px;
    -ms-overflow-style:none; scrollbar-width:none;
  }
  .combo-grid::-webkit-scrollbar{ display:none; }
  .combo-card{ flex:0 0 82%; }

  .directions-inner{ flex-direction:column; text-align:center; }
  .directions-left{ flex-direction:column; text-align:center; }

  .order-item-card{ flex:0 0 148px; }
  .order-hero{ padding:88px 0 16px; }
  .checkout-wrap{ padding:104px 18px 90px; }
  .pay-options{ grid-template-columns:1fr 1fr; gap:8px; }
}
