:root {
  --blue: #006ee6;
  --blue-dark: #063b78;
  --blue-ink: #082b57;
  --blue-soft: #edf6ff;
  --saffron: #f0a316;
  --saffron-deep: #cf7e00;
  --terracotta: #c55a35;
  --red: #be2f33;
  --ink: #102033;
  --muted: #667085;
  --line: #e8edf3;
  --white: #fff;
  --cloud: #f7f9fc;
  --shadow: 0 30px 80px rgba(20, 42, 76, .12);
  --shadow-sm: 0 18px 50px rgba(20, 42, 76, .08);
  --radius: 28px;
  --radius-sm: 18px;
  --shell: 1200px;
  --header: 88px;
  --ease: cubic-bezier(.2,.75,.2,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header) + 18px); }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  padding-bottom: 72px;
}
body.menu-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { background: #cfe5ff; color: var(--blue-ink); }

h1, h2, h3, p, figure, blockquote { margin-top: 0; }
h1, h2, h3 { line-height: 1.04; text-wrap: balance; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; letter-spacing: -.045em; }
h1 { font-size: clamp(2.2rem, 3.55vw, 3.7rem); }
h2 { font-size: clamp(2.55rem, 5.3vw, 5rem); margin-bottom: 0; }
h3 { font-size: 1.28rem; letter-spacing: -.02em; }
p { color: var(--muted); }

.shell { width: min(calc(100% - 2rem), var(--shell)); margin-inline: auto; }
.section-pad { padding: 6.5rem 0; position: relative; }
.skip-link { position: fixed; left: 1rem; top: 1rem; z-index: 9999; transform: translateY(-180%); padding: .8rem 1rem; color: #fff; background: var(--ink); border-radius: 12px; transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }

/* Header */
.site-header { position: fixed; z-index: 1000; inset: 0 0 auto; height: var(--header); transition: background .35s ease, box-shadow .35s ease, height .35s ease; }
.site-header::before { content: ""; position: absolute; inset: 12px max(14px, calc((100vw - var(--shell))/2 - 12px)); border: 1px solid rgba(14, 69, 123, .08); border-radius: 24px; background: rgba(255,255,255,.88); backdrop-filter: blur(18px) saturate(150%); -webkit-backdrop-filter: blur(18px) saturate(150%); box-shadow: 0 12px 36px rgba(25, 51, 82, .06); }
.site-header.scrolled::before { box-shadow: 0 14px 44px rgba(25, 51, 82, .12); background: rgba(255,255,255,.96); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1rem; position: relative; z-index: 1; padding-inline: 1rem; }
.brand { width: 128px; height: 70px; display: flex; align-items: center; text-decoration: none; }
.brand img { width: 118px; height: auto; object-fit: contain; }
.nav { display: none; align-items: center; gap: .2rem; }
.nav > a:not(.btn) { padding: .72rem .85rem; border-radius: 999px; text-decoration: none; font-size: .91rem; font-weight: 750; color: #2d4057; transition: color .2s ease, background .2s ease, transform .2s ease; }
.nav > a:not(.btn):hover, .nav > a:not(.btn):focus-visible { color: var(--blue); background: var(--blue-soft); transform: translateY(-1px); }
.nav-toggle { width: 46px; height: 46px; display: grid; place-content: center; gap: 5px; border: 1px solid var(--line); background: #fff; border-radius: 14px; cursor: pointer; }
.nav-toggle span { display: block; width: 20px; height: 2px; border-radius: 99px; background: var(--blue-ink); transition: transform .25s var(--ease), opacity .2s ease; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.holiday-notice { position:fixed; z-index:990; left:0; right:0; top:calc(var(--header) + 6px); pointer-events:none; }
.holiday-inner { pointer-events:auto; min-height:42px; display:flex; align-items:center; justify-content:center; gap:1rem; padding:.62rem 2.8rem .62rem 1rem; color:#fff; background:rgba(5,44,89,.95); border:1px solid rgba(255,255,255,.13); border-radius:16px; box-shadow:0 14px 34px rgba(5,44,89,.16); backdrop-filter:blur(14px); font-size:.78rem; text-align:center; position:relative; }
.holiday-inner strong { color:#ffd483; }
.holiday-inner button { position:absolute; right:.55rem; top:50%; transform:translateY(-50%); width:30px; height:30px; border:0; border-radius:50%; color:#fff; background:rgba(255,255,255,.1); cursor:pointer; }

/* Nepal / Annapurna Tandoori prayer-flag inspired ornament */
.nepal-flags {
  position: fixed;
  z-index: 970;
  top: calc(var(--header) - 2px);
  left: 0;
  right: 0;
  height: 42px;
  overflow: hidden;
  pointer-events: none;
  filter: drop-shadow(0 6px 7px rgba(8,43,87,.08));
}
.nepal-flags-line {
  position: absolute;
  left: -2vw;
  right: -2vw;
  top: 3px;
  height: 2px;
  display: flex;
  justify-content: space-around;
  gap: clamp(4px,1vw,16px);
  padding-inline: 1vw;
  background: linear-gradient(90deg,transparent 0 1%,rgba(19,54,91,.26) 7% 93%,transparent 99%);
  transform: rotate(-.45deg);
  transform-origin: 50% 0;
}
.nepal-flag {
  --flag:#0c73d9;
  position: relative;
  flex: 1 1 58px;
  max-width: 84px;
  min-width: 34px;
  height: 29px;
  margin-top: 2px;
  background: var(--flag);
  opacity: .88;
  clip-path: polygon(0 0,100% 5%,94% 100%,52% 86%,8% 100%);
  transform-origin: 50% 0;
  animation: prayer-flag-wave 3.8s ease-in-out infinite;
}
.nepal-flag::before {
  content:"";
  position:absolute;
  inset:6px 18% 9px;
  border:1px solid rgba(255,255,255,.38);
  border-radius:50% 50% 48% 48%;
  opacity:.7;
}
.nepal-flag i {
  position:absolute;
  left:50%; top:8px;
  width:10px; height:10px;
  border:1px solid rgba(255,255,255,.52);
  border-radius:50%;
  transform:translateX(-50%);
}
.nepal-flag:nth-child(2n) { animation-delay:-1.25s; }
.nepal-flag:nth-child(3n) { animation-delay:-2.2s; }
.flag-blue { --flag:#176cc1; }
.flag-white { --flag:#f8f5eb; box-shadow:inset 0 0 0 1px rgba(20,63,105,.12); }
.flag-white::before,.flag-white i { border-color:rgba(9,72,132,.30); }
.flag-red { --flag:#d94b43; }
.flag-green { --flag:#3d9a61; }
.flag-yellow { --flag:#e6aa22; }
@keyframes prayer-flag-wave {
  0%,100% { transform:skewY(0deg) rotate(0deg) translateY(0); }
  35% { transform:skewY(-2deg) rotate(.8deg) translateY(1px); }
  70% { transform:skewY(1.5deg) rotate(-.5deg) translateY(-1px); }
}

/* Buttons */
.btn { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: .7rem; padding: .88rem 1.2rem; border-radius: 999px; border: 1px solid transparent; text-decoration: none; font-weight: 800; font-size: .92rem; transition: transform .25s var(--ease), box-shadow .25s ease, background .25s ease, border-color .25s ease, color .25s ease; will-change: transform; }
.btn:hover { transform: translateY(-3px); }
.btn-primary { color: #fff; background: linear-gradient(135deg, #f5ae27, #e48d00); box-shadow: 0 13px 30px rgba(222, 139, 0, .25); }
.btn-primary:hover { box-shadow: 0 18px 34px rgba(222, 139, 0, .34); }
.btn-secondary { color: var(--blue-ink); background: #fff; border-color: #cfdbe8; box-shadow: 0 8px 24px rgba(20,42,76,.05); }
.btn-secondary:hover { border-color: #9dc1e8; background: #fafdff; }
.btn-ghost { color: var(--blue); background: var(--blue-soft); }
.btn-sm { min-height: 42px; padding: .72rem 1rem; }
.text-link { color: var(--blue-ink); font-weight: 800; text-decoration: none; border-bottom: 1px solid #aac9e8; padding-bottom: .22rem; white-space: nowrap; }
.text-link span { color: var(--saffron-deep); }

/* Hero */
.hero { min-height: 100svh; padding-top: calc(var(--header) + 5.2rem); overflow: hidden; background: radial-gradient(circle at 86% 17%, rgba(0,110,230,.09), transparent 24%), radial-gradient(circle at 7% 43%, rgba(240,163,22,.08), transparent 19%), #fff; }
.hero-grid { display: grid; align-items: center; gap: 4.5rem; position: relative; z-index: 3; }
.hero-copy { max-width: 690px; }
.kicker { display: inline-flex; align-items: center; gap: .6rem; color: var(--saffron-deep); font-size: .75rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 1.1rem; }
.kicker-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--saffron); box-shadow: 0 0 0 7px rgba(240,163,22,.13); }
.hero h1 { margin: 0 0 1.35rem; max-width: 760px; color: var(--blue-ink); }
.hero h1 span { color: var(--blue); position: relative; }
.hero h1 span::after { content: ""; position: absolute; left: 2%; right: 2%; bottom: .03em; height: .12em; background: var(--saffron); border-radius: 999px; z-index: -1; opacity: .65; transform: rotate(-1deg); }
.hero-lead { max-width: 650px; font-size: clamp(1.04rem, 2vw, 1.25rem); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }
.hero-trust { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; margin-top: 2.4rem; }
.hero-trust > div { display: grid; gap: .08rem; }
.hero-trust strong { color: var(--blue-ink); font-size: .95rem; }
.hero-trust span { color: var(--muted); font-size: .78rem; }
.trust-rule { width: 1px; height: 36px; background: var(--line); }
.hero-ornament { position: absolute; z-index: 1; pointer-events: none; color: var(--saffron); opacity: .15; }
.hero-ornament-left { width: 290px; left: -132px; top: 190px; animation: rotate-slow 34s linear infinite; }
.mountain-line { position: absolute; z-index: 1; left: 0; right: 0; bottom: 66px; height: 180px; color: var(--blue); opacity: .075; pointer-events: none; }
.mountain-line svg { width: 100%; height: 100%; }
.hero-visual { min-height: 530px; position: relative; perspective: 900px; }
.hero-card { position: absolute; overflow: hidden; margin: 0; background: var(--cloud); box-shadow: var(--shadow); border: 8px solid #fff; }
.hero-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.hero-card:hover img { transform: scale(1.045); }
.hero-card-main { width: min(72vw, 370px); height: 480px; right: 8%; top: 15px; border-radius: 46% 46% 28px 28px; transform: rotate(1.5deg); }
.hero-card-top { width: 160px; height: 160px; right: 0; top: -18px; border-radius: 50%; transform: rotate(5deg); }
.hero-card-bottom { width: 165px; height: 190px; left: 0; bottom: 5px; border-radius: 30px; transform: rotate(-4deg); }
.floating-seal { position: absolute; z-index: 5; right: 3%; bottom: 25px; width: 142px; height: 142px; display: grid; place-items: center; align-content: center; text-align: center; border-radius: 50%; background: #fff; border: 1px solid #f3cc85; box-shadow: 0 20px 50px rgba(20,42,76,.16); animation: float-y 5s ease-in-out infinite; }
.floating-seal::before, .floating-seal::after { content:""; position:absolute; inset: 8px; border-radius:50%; border:1px dashed rgba(240,163,22,.65); }
.floating-seal::after { inset: 16px; border-color: rgba(0,110,230,.18); }
.seal-icon { color: var(--saffron); font-size: 1.25rem; position: relative; z-index: 1; }
.floating-seal strong { color: var(--blue-ink); font-size: .7rem; letter-spacing: .08em; position: relative; z-index: 1; }
.floating-seal small { color: var(--saffron-deep); font-family: Georgia, serif; font-size: .75rem; position: relative; z-index: 1; }
.spice-chip { position: absolute; z-index: 6; padding: .55rem .78rem; border-radius: 999px; font-size: .73rem; font-weight: 900; letter-spacing: .03em; box-shadow: var(--shadow-sm); animation: float-y 4.8s ease-in-out infinite; }
.spice-chip-1 { left: 7%; top: 88px; background: #fff3da; color: #a96100; }
.spice-chip-2 { right: 5%; top: 185px; background: #eaf7ee; color: #34724b; animation-delay: -2s; }
.sun-orbit { position: absolute; left: 8%; top: 0; width: 210px; height: 210px; border: 1px dashed rgba(0,110,230,.15); border-radius: 50%; animation: rotate-slow 18s linear infinite; }
.sun-orbit::before { content:""; position:absolute; inset: 34px; border: 1px solid rgba(240,163,22,.24); border-radius:50%; }
.sun-orbit span { position: absolute; top: -7px; left: 50%; width: 14px; height: 14px; background: var(--saffron); border-radius: 50%; box-shadow: 0 0 0 8px rgba(240,163,22,.12); }
.marquee-shell { position: relative; z-index: 4; margin-top: 4.5rem; }
.marquee { overflow: hidden; border-block: 1px solid var(--line); background: rgba(255,255,255,.75); }
.marquee-track { width: max-content; display: flex; align-items: center; gap: 1.3rem; padding: 1rem 0; animation: marquee 25s linear infinite; color: #8a96a5; font-size: .72rem; font-weight: 900; letter-spacing: .14em; }
.marquee-track i { color: var(--saffron); font-style: normal; }
.marquee:hover .marquee-track { animation-play-state: paused; }

/* Generic sections */
.section-kicker { margin-bottom: .65rem; color: var(--saffron-deep); font-size: .72rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.section-kicker::before { content: "✦"; margin-right: .5rem; color: var(--saffron); }
.section-intro { max-width: 560px; font-size: 1.05rem; line-height: 1.75; }
.section-head, .story-top { display: flex; flex-direction: column; gap: 1.5rem; margin-bottom: 3rem; }

/* Story */
.story { background: linear-gradient(180deg, #fff 0%, #f9fbfe 100%); }
.culture-grid { display: grid; gap: 1rem; }
.culture-card { min-height: 280px; position: relative; overflow: hidden; padding: 2rem; border-radius: var(--radius); border: 1px solid var(--line); background: #fff; box-shadow: var(--shadow-sm); transition: transform .35s var(--ease), box-shadow .35s ease; }
.culture-card::after { content:""; position:absolute; width: 180px; height:180px; right:-78px; bottom:-90px; border:1px solid currentColor; border-radius:50%; opacity:.09; box-shadow: 0 0 0 22px currentColor, 0 0 0 44px currentColor; }
.culture-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.culture-card.blue { color: var(--blue); }
.culture-card.saffron { color: var(--saffron-deep); }
.culture-card.terracotta { color: var(--terracotta); }
.culture-card h3 { margin-top: 2.5rem; margin-bottom: .7rem; color: var(--blue-ink); }
.culture-card p { max-width: 33ch; margin-bottom: 0; }
.culture-icon { width: 54px; height:54px; color: currentColor; }
.culture-icon svg { width:100%; height:100%; }
.number { position:absolute; top:2rem; right:2rem; color:#a6b0bd; font-size:.72rem; font-weight:900; letter-spacing:.12em; }

/* Bento menu */
.menu { overflow:hidden; }
.mandala-corner { position:absolute; width:420px; height:420px; pointer-events:none; opacity:.035; background: repeating-radial-gradient(circle at center, transparent 0 12px, var(--blue) 13px 14px, transparent 15px 26px); border-radius:50%; }
.mandala-corner-right { right:-220px; top:100px; }
.bento-menu { display:grid; grid-template-columns:1fr; gap:1rem; }
.dish { min-height: 310px; position:relative; overflow:hidden; border-radius:var(--radius); background:#f3f7fa; box-shadow:var(--shadow-sm); }
.dish img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; transition: transform .7s var(--ease); }
.dish:hover img { transform:scale(1.055); }
.dish-gradient { position:absolute; inset:35% 0 0; background:linear-gradient(to bottom, transparent, rgba(5,22,40,.88)); }
.dish-copy { position:absolute; z-index:2; left:1.4rem; right:1.4rem; bottom:1.35rem; color:#fff; }
.dish-copy span { display:block; margin-bottom:.38rem; color:#ffd483; font-size:.68rem; font-weight:900; letter-spacing:.12em; text-transform:uppercase; }
.dish-copy h3 { margin:0; font-family:Georgia,serif; font-size:1.55rem; }
.dish-copy p { margin:.5rem 0 0; color:rgba(255,255,255,.8); font-size:.9rem; max-width:38ch; }
.light-card { min-height:310px; background: radial-gradient(circle at 25% 25%, rgba(240,163,22,.17), transparent 30%), linear-gradient(135deg,#fff8e9,#fff); border:1px solid #f4dfb4; }
.light-card .dish-copy.static { position:absolute; left:1.6rem; right:1.6rem; bottom:1.5rem; color:var(--blue-ink); }
.light-card .dish-copy span { color:var(--saffron-deep); }
.light-card .dish-copy h3 { color:var(--blue-ink); font-size:2rem; }
.light-card .dish-copy p { color:var(--muted); }
.momo-art { position:absolute; left:1.6rem; top:1.5rem; display:flex; gap:.55rem; align-items:end; }
.momo-art span { width:58px; height:42px; display:block; border:2px solid var(--saffron); border-radius:50% 50% 46% 46%; position:relative; transform:rotate(-4deg); background:rgba(255,255,255,.45); }
.momo-art span::before { content:""; position:absolute; left:8px; right:8px; top:-8px; height:16px; border-top:2px solid var(--saffron); border-radius:50%; }
.momo-art span:nth-child(2){width:70px;height:49px;transform:translateY(6px) rotate(2deg)}
.momo-art span:nth-child(3){width:50px;height:38px;transform:rotate(5deg)}
.menu-tags { display:flex; flex-wrap:wrap; gap:.55rem; margin-top:1.3rem; }
.menu-tags span { padding:.6rem .8rem; border-radius:999px; background:#f7f9fb; border:1px solid var(--line); color:#5d6d7e; font-size:.76rem; font-weight:800; }

/* Day menu */
.day-menu { padding-top:1rem; }
.day-card { position:relative; overflow:hidden; display:grid; gap:1.8rem; align-items:center; padding:2rem; color:#fff; background:linear-gradient(135deg,#07396f,#006ee6); border-radius:32px; box-shadow:0 30px 80px rgba(0,77,160,.23); }
.day-card .section-kicker { color:#ffd583; }
.day-card .section-kicker::before { color:#fff0bf; }
.day-card h2 { font-size:clamp(2rem,4vw,3.6rem); }
.day-card p { color:rgba(255,255,255,.76); max-width:680px; }
.day-card .btn { justify-self:start; }
.day-illustration { position:absolute; right:-20px; bottom:-5px; width:270px; color:#fff; opacity:.08; pointer-events:none; }

/* Gallery */
.ambience { background:#f7faff; overflow:hidden; }
.gallery { position:relative; }
.gallery-track { display:flex; gap:1rem; overflow-x:auto; scroll-snap-type:x mandatory; padding:.4rem .1rem 1.6rem; scrollbar-width:none; }
.gallery-track::-webkit-scrollbar { display:none; }
.gallery-card { flex:0 0 min(78vw, 320px); height:430px; scroll-snap-align:start; position:relative; overflow:hidden; margin:0; border-radius:var(--radius); background:#dfe8f2; box-shadow:var(--shadow-sm); }
.gallery-card.wide { flex-basis:min(88vw, 430px); }
.gallery-card img { width:100%; height:100%; object-fit:cover; transition:transform .7s var(--ease); }
.gallery-card:hover img { transform:scale(1.05); }
.gallery-card::after { content:""; position:absolute; inset:55% 0 0; background:linear-gradient(to bottom,transparent,rgba(2,25,50,.72)); }
.gallery-card figcaption { position:absolute; z-index:2; left:1.25rem; bottom:1.2rem; color:#fff; font-family:Georgia,serif; font-size:1.15rem; }
.gallery-arrow { width:48px; height:48px; position:absolute; z-index:5; top:50%; transform:translateY(-50%); display:none; place-items:center; border:1px solid #d8e3ee; border-radius:50%; background:#fff; color:var(--blue-ink); box-shadow:var(--shadow-sm); cursor:pointer; transition:transform .2s ease; }
.gallery-arrow:hover { transform:translateY(-50%) scale(1.06); }
.gallery-arrow.prev { left:-24px; }
.gallery-arrow.next { right:-24px; }

/* Reviews */
.reviews { background:#fff; }
.reviews-grid { display:grid; gap:3rem; }
.rating { display:flex; align-items:baseline; gap:.25rem; margin:1.5rem 0 .4rem; }
.rating strong { color:var(--blue); font-family:Georgia,serif; font-size:5rem; line-height:.8; letter-spacing:-.06em; }
.rating span { color:#8a96a5; font-weight:800; }
.reviews-summary > p:not(.section-kicker) { max-width:42ch; }
.quote-stack { display:grid; gap:1rem; }
.quote { margin:0; padding:1.7rem; border:1px solid var(--line); border-radius:24px; background:#fff; box-shadow:var(--shadow-sm); transition:transform .3s var(--ease); }
.quote:hover { transform:translateY(-5px) rotate(-.3deg); }
.quote p { color:var(--blue-ink); font-family:Georgia,serif; font-size:1.25rem; line-height:1.45; }
.quote footer { color:#8a96a5; font-size:.76rem; font-weight:700; }
.stars { color:var(--saffron); letter-spacing:.14em; font-size:.78rem; margin-bottom:.9rem; }

/* Location */
.location { background:linear-gradient(180deg,#fff,#f7faff); }
.location-card { overflow:hidden; display:grid; border:1px solid var(--line); border-radius:34px; background:#fff; box-shadow:var(--shadow); }
.location-copy { padding:2rem; }
.location-copy h2 { margin-bottom:1rem; }
.location-copy > p:not(.section-kicker) { font-size:1.03rem; }
.contact-list { display:grid; gap:.65rem; margin:2rem 0; }
.contact-list a { display:grid; gap:.15rem; padding:1rem 1.1rem; border:1px solid var(--line); border-radius:16px; text-decoration:none; transition:border-color .2s ease, background .2s ease, transform .2s ease; }
.contact-list a:hover { border-color:#b9d7f6; background:#fbfdff; transform:translateX(4px); }
.contact-list span, .hours span { color:#8793a0; font-size:.68rem; font-weight:900; text-transform:uppercase; letter-spacing:.1em; }
.contact-list strong { color:var(--blue-ink); font-size:.94rem; word-break:break-word; }
.hours { display:grid; gap:.3rem; padding:1rem 0 1.6rem; }
.hours strong { color:var(--blue-ink); }
.location-actions { display:flex; flex-wrap:wrap; gap:.7rem; }
.map-wrap { min-height:460px; position:relative; background:#e7edf4; }
.map-wrap iframe { position:absolute; inset:0; width:100%; height:100%; border:0; filter:saturate(.75) contrast(.96); }
.map-label { position:absolute; z-index:2; left:1rem; right:1rem; bottom:1rem; display:flex; align-items:center; gap:.7rem; padding:.75rem .9rem; background:rgba(255,255,255,.93); border:1px solid rgba(255,255,255,.8); border-radius:16px; box-shadow:0 12px 34px rgba(20,42,76,.14); backdrop-filter:blur(12px); }
.map-label img { width:56px; height:36px; object-fit:contain; }
.map-label span { color:var(--blue-ink); font-weight:800; font-size:.82rem; }

/* Footer */
.footer { position:relative; overflow:hidden; padding:4.8rem 0 1.4rem; color:#d8e8f8; background:#052c59; }
.footer a { color:#fff; text-decoration:none; }
.footer a:hover { text-decoration:underline; }
.footer h3 { margin-bottom:.7rem; color:#fff; font-size:.9rem; text-transform:uppercase; letter-spacing:.08em; }
.footer p { color:#b8cbe0; font-size:.9rem; }
.footer-grid { display:grid; gap:2rem; position:relative; z-index:2; }
.footer-brand img { width:125px; height:auto; filter:brightness(0) invert(1); opacity:.98; }
.footer-brand p { margin:.75rem 0 0; }
.footer-bottom { position:relative; z-index:2; display:flex; flex-direction:column; gap:.4rem; margin-top:3rem; padding-top:1.2rem; border-top:1px solid rgba(255,255,255,.12); color:#8eaccb; font-size:.74rem; }
.footer-mountains { position:absolute; right:-80px; bottom:-15px; width:70%; color:#fff; opacity:.05; }

/* Mobile sticky actions */
.mobile-actions { position:fixed; z-index:999; left:10px; right:10px; bottom:10px; display:grid; grid-template-columns:1fr 1.35fr 1fr; overflow:hidden; border:1px solid rgba(0,64,129,.12); border-radius:18px; background:rgba(255,255,255,.94); backdrop-filter:blur(18px); box-shadow:0 14px 42px rgba(13,44,78,.18); }
.mobile-actions a { min-height:55px; display:grid; place-items:center; align-content:center; gap:.05rem; color:#526274; text-decoration:none; font-size:.66rem; font-weight:850; }
.mobile-actions a span { color:var(--blue); font-size:1rem; }
.mobile-actions .mobile-primary { margin:5px; min-height:45px; border-radius:13px; color:#fff; background:linear-gradient(135deg,#f5ae27,#e48d00); }
.mobile-actions .mobile-primary span { color:#fff; }

/* Reveal & motion */
[data-reveal] { opacity:0; transform:translateY(28px); transition:opacity .75s var(--ease), transform .75s var(--ease); transition-delay:var(--delay,0ms); }
[data-reveal].is-visible { opacity:1; transform:translateY(0); }
@keyframes float-y { 0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)} }
@keyframes rotate-slow { to{transform:rotate(360deg)} }
@keyframes marquee { to{transform:translateX(-50%)} }

/* Mobile nav opened */
@media (max-width: 959px) {
  .nav { position:fixed; left:1rem; right:1rem; top:82px; display:grid; gap:.25rem; padding:1rem; border:1px solid var(--line); border-radius:24px; background:rgba(255,255,255,.98); box-shadow:var(--shadow); transform:translateY(-16px) scale(.98); opacity:0; visibility:hidden; transition:opacity .2s ease, transform .25s var(--ease), visibility .2s; }
  .nav.open { transform:translateY(0) scale(1); opacity:1; visibility:visible; }
  .nav > a:not(.btn) { padding:.9rem 1rem; }
  .nav-cta { margin-top:.4rem; }
}

@media (min-width: 700px) {
  .shell { width:min(calc(100% - 3rem),var(--shell)); }
  .section-pad { padding:8rem 0; }
  body { padding-bottom:0; }
  .hero { padding-top:calc(var(--header) + 5.8rem); }
  .hero-grid { grid-template-columns:minmax(0,1.05fr) minmax(380px,.95fr); gap:2.5rem; }
  .hero-visual { min-height:590px; }
  .hero-card-main { width:360px; height:510px; right:7%; }
  .hero-card-top { width:180px; height:180px; right:-1%; }
  .hero-card-bottom { width:185px; height:225px; left:-2%; }
  .floating-seal { right:-1%; bottom:24px; }
  .story-top, .section-head { flex-direction:row; align-items:end; justify-content:space-between; }
  .culture-grid { grid-template-columns:repeat(3,1fr); }
  .bento-menu { grid-template-columns:repeat(12,1fr); grid-auto-rows:240px; }
  .dish { min-height:0; }
  .dish-large { grid-column:span 5; grid-row:span 2; }
  .dish-wide { grid-column:span 4; }
  .dish-small { grid-column:span 3; }
  .bento-menu > .dish:nth-child(2) { grid-column:span 7; }
  .bento-menu > .dish:nth-child(3) { grid-column:span 3; }
  .bento-menu > .dish:nth-child(4) { grid-column:span 4; }
  .bento-menu > .dish:nth-child(5) { grid-column:span 7; }
  .day-card { grid-template-columns:minmax(0,1fr) auto; padding:3rem; }
  .day-card .day-illustration { width:340px; }
  .reviews-grid { grid-template-columns:.85fr 1.15fr; align-items:center; }
  .quote-stack { grid-template-columns:repeat(2,1fr); }
  .quote-offset { transform:translateY(32px); }
  .location-card { grid-template-columns:.92fr 1.08fr; }
  .location-copy { padding:3rem; }
  .footer-grid { grid-template-columns:1.45fr 1fr 1fr 1fr; }
  .footer-bottom { flex-direction:row; justify-content:space-between; }
  .mobile-actions { display:none; }
  .gallery-arrow { display:grid; }
}

@media (min-width: 960px) {
  .site-header::before { inset:12px max(20px,calc((100vw - var(--shell))/2 - 18px)); }
  .header-inner { padding-inline:0; }
  .brand { width:145px; }
  .brand img { width:130px; }
  .nav-toggle { display:none; }
  .nav { display:flex; }
}

@media (min-width: 1180px) {
  .hero-grid { gap:5rem; }
  .hero-card-main { width:390px; height:540px; right:10%; }
  .hero-card-top { width:200px; height:200px; right:-1%; }
  .hero-card-bottom { width:210px; height:240px; left:-2%; }
  .floating-seal { right:0; bottom:10px; }
}

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


/* Accessibility helpers */
.sr-only { position:absolute!important; width:1px!important; height:1px!important; padding:0!important; margin:-1px!important; overflow:hidden!important; clip:rect(0,0,0,0)!important; white-space:nowrap!important; border:0!important; }

/* Full interactive menu */
.full-menu { overflow:hidden; background:linear-gradient(180deg,#f8fbff 0%,#fff 23%,#fff 100%); }
.full-menu-pattern { position:absolute; width:560px; height:560px; left:-310px; top:120px; border-radius:50%; opacity:.045; background:repeating-conic-gradient(from 10deg,var(--saffron) 0 2deg,transparent 2deg 11deg); -webkit-mask:radial-gradient(circle,transparent 0 18%,#000 18.5% 47%,transparent 47.5% 58%,#000 58.5% 62%,transparent 62.5%); mask:radial-gradient(circle,transparent 0 18%,#000 18.5% 47%,transparent 47.5% 58%,#000 58.5% 62%,transparent 62.5%); pointer-events:none; animation:rotate-slow 80s linear infinite; }
.menu-heading { position:relative; z-index:1; }
.menu-explorer { position:relative; z-index:2; border:1px solid var(--line); border-radius:32px; background:rgba(255,255,255,.92); box-shadow:0 28px 90px rgba(16,48,84,.10); overflow:hidden; }
.menu-toolbar { display:flex; flex-direction:column; gap:.8rem; padding:1rem; border-bottom:1px solid var(--line); background:rgba(255,255,255,.94); }
.menu-search { min-height:52px; flex:1; display:flex; align-items:center; gap:.7rem; padding:0 1rem; border:1px solid #dce5ef; border-radius:16px; background:#f9fbfd; transition:border-color .2s ease,box-shadow .2s ease,background .2s ease; }
.menu-search:focus-within { border-color:#9cc8f5; background:#fff; box-shadow:0 0 0 4px rgba(0,110,230,.08); }
.menu-search svg { width:20px; height:20px; fill:none; stroke:var(--blue); stroke-width:1.8; stroke-linecap:round; }
.menu-search input { width:100%; min-width:0; border:0; outline:0; background:transparent; color:var(--blue-ink); font-size:.95rem; }
.menu-search input::placeholder { color:#9aa7b5; }
.language-switch { display:flex; padding:4px; border:1px solid var(--line); border-radius:14px; background:#f5f8fb; }
.lang-btn { min-width:52px; min-height:42px; border:0; border-radius:11px; background:transparent; color:#6a7888; font-weight:900; cursor:pointer; transition:background .2s ease,color .2s ease,box-shadow .2s ease,transform .2s ease; }
.lang-btn:hover { color:var(--blue); }
.lang-btn.active { color:#fff; background:var(--blue); box-shadow:0 9px 22px rgba(0,110,230,.22); }
.menu-category-wrap { position:relative; border-bottom:1px solid var(--line); background:#fff; }
.menu-categories { display:flex; flex-wrap:wrap; justify-content:center; gap:.5rem; overflow:visible; padding:1rem; }
.menu-categories::-webkit-scrollbar { display:none; }
.menu-category { flex:0 1 auto; min-height:40px; padding:.65rem .9rem; border:1px solid #e2e8f0; border-radius:999px; background:#fff; color:#556578; font-size:.78rem; font-weight:850; cursor:pointer; white-space:normal; text-align:center; transition:transform .2s var(--ease),background .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease; }
.menu-category:hover { transform:translateY(-2px); border-color:#b8d4f1; color:var(--blue); }
.menu-category.active { color:#fff; background:var(--blue-ink); border-color:var(--blue-ink); box-shadow:0 10px 24px rgba(8,43,87,.16); }
.menu-results-meta { display:flex; justify-content:space-between; align-items:center; gap:1rem; padding:1.15rem 1.25rem .3rem; color:#8b97a5; font-size:.76rem; font-weight:850; letter-spacing:.05em; text-transform:uppercase; }
.menu-count { color:var(--saffron-deep); }
.menu-panel { min-height:380px; padding:1rem 1.2rem 1.4rem; }
.menu-panel-head { display:grid; gap:.55rem; padding:1rem 0 1.35rem; }
.menu-panel-head h3 { margin:0; color:var(--blue-ink); font-family:Georgia,serif; font-size:clamp(1.8rem,3vw,2.65rem); }
.menu-panel-head p { max-width:780px; margin:0; font-size:.92rem; line-height:1.65; }
.menu-items-grid { display:grid; grid-template-columns:1fr; gap:.72rem; }
.menu-item { position:relative; display:grid; gap:.5rem; padding:1rem 1rem 1.05rem; border:1px solid #edf0f4; border-radius:18px; background:#fff; transition:transform .22s var(--ease),border-color .22s ease,box-shadow .22s ease,background .22s ease; }
.menu-item:hover { transform:translateY(-3px); border-color:#d8e7f6; box-shadow:0 14px 34px rgba(20,42,76,.07); background:#fcfeff; }
.menu-item-top { display:grid; grid-template-columns:minmax(0,1fr) auto; align-items:start; gap:.8rem; }
.menu-item h4 { margin:0; color:var(--blue-ink); font-family:Georgia,serif; font-size:1.02rem; line-height:1.28; }
.menu-price { color:var(--saffron-deep); font-size:1rem; font-weight:950; white-space:nowrap; }
.menu-item p { margin:0; color:#7a8795; font-size:.79rem; line-height:1.55; }
.menu-badges { display:flex; flex-wrap:wrap; gap:.4rem; margin-top:.05rem; }
.menu-badge { display:inline-flex; align-items:center; min-height:25px; padding:.25rem .52rem; border-radius:999px; font-size:.62rem; font-weight:900; letter-spacing:.03em; }
.menu-badge.spicy { color:#a73b27; background:#fff0eb; }
.menu-badge.allergen { color:#6d587d; background:#f7f0fb; }
.menu-badge.nepal { color:#005cbf; background:#eaf4ff; }
.menu-empty { min-height:300px; display:grid; place-items:center; text-align:center; padding:2rem; }
.menu-empty div { max-width:420px; }
.menu-empty strong { display:block; margin-bottom:.5rem; color:var(--blue-ink); font-family:Georgia,serif; font-size:1.5rem; }
.menu-note { display:flex; align-items:flex-start; gap:.8rem; margin:0 1.2rem 1.2rem; padding:1rem; border-radius:16px; background:#fff9eb; border:1px solid #f3dfb7; }
.menu-note > span { color:var(--saffron-deep); }
.menu-note p { margin:0; color:#79694a; font-size:.76rem; line-height:1.55; }

/* Reservation system */
.reservation-dialog { width:min(1100px,calc(100% - 1rem)); max-height:min(92vh,860px); padding:0; border:0; border-radius:30px; background:#fff; box-shadow:0 34px 120px rgba(2,25,50,.28); overflow:hidden; }
.reservation-dialog::backdrop { background:rgba(3,20,40,.56); backdrop-filter:blur(7px); -webkit-backdrop-filter:blur(7px); }
.reservation-dialog[open] { animation:dialog-in .3s var(--ease) both; }
.reservation-shell { display:grid; min-height:min(760px,88vh); position:relative; }
.dialog-close { position:absolute; z-index:12; right:14px; top:14px; width:44px; height:44px; display:grid; place-items:center; border:1px solid rgba(8,43,87,.10); border-radius:50%; background:rgba(255,255,255,.92); color:var(--blue-ink); font-size:1.7rem; line-height:1; cursor:pointer; box-shadow:0 10px 30px rgba(8,43,87,.10); transition:transform .2s var(--ease),background .2s ease; }
.dialog-close:hover { transform:rotate(8deg) scale(1.04); background:#fff; }
.reservation-aside { position:relative; overflow:hidden; display:none; padding:3rem; color:#fff; background:radial-gradient(circle at 20% 10%,rgba(255,255,255,.14),transparent 25%),linear-gradient(145deg,#07396f,#005dbd 60%,#084b91); }
.reservation-aside::after { content:""; position:absolute; width:280px; height:280px; right:-130px; top:-110px; border:1px solid rgba(255,204,102,.34); border-radius:50%; box-shadow:0 0 0 22px rgba(255,204,102,.08),0 0 0 44px rgba(255,204,102,.05); }
.reservation-aside img { width:150px; height:auto; filter:brightness(0) invert(1); margin-bottom:2.3rem; position:relative; z-index:2; }
.reservation-eyebrow { margin:0 0 .8rem; color:#ffd486!important; font-size:.72rem; font-weight:900; letter-spacing:.15em; text-transform:uppercase; }
.reservation-aside h2 { max-width:420px; margin:0 0 1.1rem; color:#fff; font-size:clamp(2.4rem,4vw,4.3rem); }
.reservation-aside > p:not(.reservation-eyebrow) { max-width:430px; color:rgba(255,255,255,.76); }
.reservation-aside-card { display:grid; gap:.2rem; margin-top:auto; padding:1rem 1.1rem; border:1px solid rgba(255,255,255,.16); border-radius:18px; background:rgba(255,255,255,.08); backdrop-filter:blur(10px); }
.reservation-aside-card span { color:#c9def4; font-size:.75rem; }
.reservation-aside-card strong { color:#fff; }
.reservation-mountains { position:absolute; left:0; right:0; bottom:0; color:#fff; opacity:.12; }
.reservation-mountains svg { width:100%; }
.reservation-content { overflow-y:auto; padding:2rem 1.25rem 1.5rem; }
.reservation-content h2 { margin-bottom:.6rem; color:var(--blue-ink); font-size:clamp(2rem,4.8vw,3.6rem); }
.reservation-intro { max-width:620px; margin-bottom:1.5rem; font-size:.9rem; }
.form-grid { display:grid; grid-template-columns:1fr; gap:.8rem; }
.field { display:grid; gap:.38rem; }
.field > span { color:#596a7c; font-size:.72rem; font-weight:900; text-transform:uppercase; letter-spacing:.06em; }
.field > span small { color:#a0a9b4; font-weight:700; text-transform:none; letter-spacing:0; }
.field input,.field select,.field textarea { width:100%; border:1px solid #dfe6ed; border-radius:14px; outline:0; background:#fbfcfe; color:var(--blue-ink); padding:.85rem .9rem; transition:border-color .2s ease,box-shadow .2s ease,background .2s ease; }
.field input,.field select { min-height:49px; }
.field textarea { resize:vertical; min-height:96px; }
.field input:focus,.field select:focus,.field textarea:focus { border-color:#96c4f2; background:#fff; box-shadow:0 0 0 4px rgba(0,110,230,.08); }
.field input[aria-invalid="true"],.field select[aria-invalid="true"],.field textarea[aria-invalid="true"] { border-color:#d25858; box-shadow:0 0 0 3px rgba(210,88,88,.08); }
.privacy-check { display:flex; align-items:flex-start; gap:.7rem; margin:1rem 0; color:#758291; font-size:.75rem; line-height:1.5; }
.privacy-check input { margin-top:.22rem; accent-color:var(--blue); }
.privacy-check a { color:var(--blue); }
.honeypot { position:absolute!important; left:-9999px!important; opacity:0!important; pointer-events:none!important; }
.form-status { min-height:24px; margin:.25rem 0 .7rem; color:#a23d35; font-size:.78rem; font-weight:750; }
.form-status.success { color:#247045; }
.reservation-submit-row { display:flex; flex-direction:column; gap:.8rem; align-items:stretch; }
.reservation-submit { border:0; cursor:pointer; }
.reservation-submit[disabled] { opacity:.65; cursor:wait; transform:none; }
.whatsapp-fallback { align-self:center; color:#4c6b59; font-size:.78rem; font-weight:850; text-decoration:none; border-bottom:1px solid #bdd1c3; }
.reservation-success { min-height:100%; align-content:center; text-align:center; padding:2rem .5rem; }
.reservation-success[hidden] { display:none; }
.reservation-success:not([hidden]) { display:grid; place-items:center; }
.success-icon { width:76px; height:76px; display:grid; place-items:center; margin-bottom:1rem; border-radius:50%; color:#fff; background:linear-gradient(135deg,#0ba66b,#09834f); box-shadow:0 14px 34px rgba(9,131,79,.22); font-size:2rem; }
.reservation-success h2 { margin-bottom:.6rem; }
.reservation-success > p:not(.section-kicker) { max-width:540px; }
.reservation-code { display:grid; gap:.2rem; min-width:220px; margin:1rem 0 1.4rem; padding:.9rem 1.1rem; border:1px dashed #b9cde1; border-radius:16px; background:#f7fbff; }
.reservation-code span { color:#8b97a5; font-size:.65rem; font-weight:900; text-transform:uppercase; letter-spacing:.1em; }
.reservation-code strong { color:var(--blue-ink); font-family:ui-monospace,SFMono-Regular,Menlo,monospace; font-size:1.15rem; }
.success-actions { display:flex; flex-wrap:wrap; justify-content:center; gap:.7rem; }

/* Buttons also used as real buttons */
button.btn { cursor:pointer; font-family:inherit; }
.nav-cta { border:0; }
.footer-link-button { padding:0; border:0; background:transparent; color:#fff; font:inherit; cursor:pointer; }
.footer-link-button:hover { text-decoration:underline; }
.mobile-actions button { border:0; font:inherit; cursor:pointer; }
.mobile-actions a,.mobile-actions button { min-height:55px; display:grid; place-items:center; align-content:center; gap:.05rem; color:#526274; text-decoration:none; font-size:.66rem; font-weight:850; background:transparent; }
.mobile-actions a span,.mobile-actions button span { color:var(--blue); font-size:1rem; }
.mobile-actions .mobile-primary { margin:5px; min-height:45px; border-radius:13px; color:#fff; background:linear-gradient(135deg,#f5ae27,#e48d00); }
.mobile-actions .mobile-primary span { color:#fff; }

@keyframes dialog-in { from{opacity:0;transform:translateY(18px) scale(.985)} to{opacity:1;transform:none} }

@media (min-width:700px) {
  .menu-toolbar { flex-direction:row; align-items:center; padding:1rem 1.2rem; }
  .menu-items-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .menu-panel { padding:1rem 1.4rem 1.5rem; }
  .form-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .field-full { grid-column:1/-1; }
  .reservation-submit-row { flex-direction:row; align-items:center; }
  .reservation-submit { min-width:190px; }
}

@media (min-width:960px) {
  .menu-categories { padding:1.15rem 1.25rem; }
  .reservation-shell { grid-template-columns:minmax(340px,.82fr) minmax(520px,1.18fr); }
  .reservation-aside { display:flex; flex-direction:column; }
  .reservation-content { padding:3rem; }
}

@media (max-width:699px) {
  .nepal-flags { top:calc(var(--header) - 1px); height:35px; }
  .nepal-flag { min-width:24px; height:23px; }
  .menu-categories { justify-content:flex-start; gap:.42rem; padding:.8rem; }
  .menu-category { flex:1 1 calc(50% - .42rem); min-width:0; padding:.58rem .58rem; font-size:.72rem; }
  h1 { font-size:clamp(2.05rem,8.8vw,2.8rem); }
  .hero-lead { font-size:1rem; }
  .menu-explorer { border-radius:24px; }
  .reservation-dialog { width:calc(100% - .7rem); max-height:94vh; border-radius:24px; }
  .dialog-close { width:40px; height:40px; right:10px; top:10px; }
}

/* v4 — mobile, language and guide refinements */
html, body { max-width:100%; overflow-x:hidden; }
img, svg, video, iframe { max-width:100%; }
.hero h1 { font-size:clamp(2.05rem,3.15vw,3.35rem); }
.site-language { flex:0 0 auto; min-width:44px; min-height:44px; display:grid; place-items:center; padding:.55rem .7rem; border:1px solid #d8e4ef; border-radius:14px; color:var(--blue-ink); background:#fff; text-decoration:none; font-size:.78rem; font-weight:950; letter-spacing:.06em; box-shadow:0 8px 20px rgba(20,42,76,.05); transition:transform .2s var(--ease),border-color .2s ease,color .2s ease,background .2s ease; }
.site-language:hover,.site-language:focus-visible { transform:translateY(-2px); color:var(--blue); border-color:#a9cbed; background:#f8fbff; }

.guide-section { background:linear-gradient(180deg,#fff 0%,#fffaf2 100%); }
.guide-grid { display:grid; gap:1rem; }
.guide-card,.guide-others { border:1px solid #eadfce; border-radius:28px; background:#fff; box-shadow:0 18px 55px rgba(67,43,17,.08); }
.guide-featured { display:grid; grid-template-columns:auto minmax(0,1fr); gap:1rem; align-items:start; padding:1.35rem; }
.guide-icon { width:54px; height:54px; display:grid; place-items:center; border-radius:18px; background:#fff2e8; font-size:1.6rem; }
.guide-kicker { margin:0 0 .5rem; color:#e8470a; font-size:.68rem; font-weight:950; letter-spacing:.14em; text-transform:uppercase; }
.guide-card h2 { margin:0 0 .7rem; font-size:clamp(1.75rem,4vw,2.55rem); }
.guide-rating { display:flex; flex-wrap:wrap; gap:.45rem .75rem; align-items:center; margin:.2rem 0 .7rem; color:#65584b; font-size:.88rem; }
.guide-rating strong { color:var(--blue-ink); }
.guide-rating span:nth-of-type(1) { color:#e8470a; font-weight:950; }
.guide-disclaimer { margin:.2rem 0 1rem; max-width:60ch; color:#8a7c6f; font-size:.72rem; line-height:1.55; }
.guide-others { padding:1.1rem; }
.guide-others > a:not(.guide-cta) { display:flex; align-items:center; justify-content:space-between; gap:.8rem; min-height:44px; margin-bottom:.45rem; padding:.72rem .85rem; border:1px solid #ede6d8; border-radius:12px; color:#1a1510; background:#f8f6f2; text-decoration:none; font-size:.78rem; font-weight:750; transition:transform .2s var(--ease),background .2s ease,border-color .2s ease; }
.guide-others > a:not(.guide-cta):hover { transform:translateX(3px); background:#fff3ec; border-color:#f0c9b8; }
.guide-others > a strong { color:#e8470a; white-space:nowrap; }
.guide-cta { min-height:46px; display:flex; align-items:center; justify-content:center; gap:.55rem; margin-top:.8rem; padding:.8rem 1rem; border-radius:12px; color:#fff; background:#e8470a; text-decoration:none; font-size:.82rem; font-weight:900; }
.reservation-tech-note { margin-top:-.7rem; margin-bottom:1.2rem; color:#7d8b99; font-size:.72rem; line-height:1.5; }

.menu-category-wrap,.menu-categories,.menu-panel,.menu-items-grid,.menu-item { min-width:0; max-width:100%; }
.menu-categories { width:100%; flex-wrap:wrap; overflow-x:hidden!important; }
.menu-category { max-width:100%; overflow-wrap:anywhere; word-break:normal; }
.menu-item-top { min-width:0; }
.menu-item h4,.menu-item p { overflow-wrap:anywhere; }

@media (min-width:700px) {
  .guide-grid { grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr); align-items:stretch; }
  .guide-featured { padding:2rem; }
  .guide-others { padding:1.35rem; }
}

@media (max-width:959px) {
  .header-inner { gap:.55rem; }
  .brand { margin-right:auto; }
  .site-language { order:2; }
  .nav-toggle { order:3; }
  .nav { order:4; }
}

@media (min-width:960px) {
  .site-language { margin-left:.35rem; }
}

@media (max-width:699px) {
  .hero h1 { font-size:clamp(1.95rem,8.1vw,2.55rem); line-height:1.02; }
  .guide-featured { grid-template-columns:1fr; }
  .guide-icon { width:48px; height:48px; }
  .guide-others > a:not(.guide-cta) { font-size:.74rem; }
  .menu-category { flex:1 1 calc(50% - .42rem); }
  .menu-toolbar { width:100%; }
  .language-switch { width:100%; }
  .lang-btn { flex:1; }
}

@media (max-width:420px) {
  .brand { width:104px; }
  .brand img { width:100px; }
  .site-language { min-width:40px; min-height:40px; padding:.45rem .55rem; }
  .nav-toggle { width:42px; height:42px; }
  .menu-category { flex-basis:100%; }
  .guide-rating { align-items:flex-start; flex-direction:column; gap:.2rem; }
}
@media (max-width:699px) {
  h2 { font-size:clamp(1.9rem,8.7vw,2.8rem); }
  .section-pad { padding:5.4rem 0; }
  .hero { min-height:auto; padding-top:calc(var(--header) + 4.6rem); }
  .hero-actions .btn { flex:1 1 100%; }
  .location-actions .btn { flex:1 1 100%; }
  .map-wrap { min-height:360px; }
  .menu-item-top { grid-template-columns:minmax(0,1fr) auto; gap:.55rem; }
  .menu-price { font-size:.92rem; }
}

/* =====================
   V5 redesign refinement
   ===================== */
.header-actions { display:flex; align-items:center; gap:.55rem; margin-left:auto; }
@media (min-width:960px){ .header-actions { margin-left:.5rem; } }

.hero-v5 {
  min-height: auto;
  background:
    radial-gradient(circle at 90% 11%, rgba(0,110,230,.10), transparent 18%),
    radial-gradient(circle at 10% 30%, rgba(240,163,22,.10), transparent 17%),
    linear-gradient(180deg,#fff 0%,#fbfdff 66%,#fff 100%);
}
.hero-v5-grid { display:grid; gap:2.25rem; align-items:center; position:relative; z-index:2; }
.hero-copy-v5 { max-width: 640px; }
.hero-label-row { display:flex; flex-wrap:wrap; gap:.5rem; margin:0 0 1rem; }
.hero-mini-chip { padding:.45rem .72rem; border-radius:999px; background:#f6f9fd; border:1px solid #dfe8f1; color:#4d6076; font-size:.72rem; font-weight:850; }
.hero-v5 h1 { margin-bottom:1rem; max-width: 13ch; }
.hero-v5 .hero-lead { max-width: 58ch; }
.hero-highlights { display:grid; gap:.8rem; margin-top:2rem; }
.hero-highlights article {
  padding:1rem 1.05rem;
  border:1px solid #e7edf3;
  border-radius:20px;
  background:linear-gradient(180deg,#fff,#fbfdff);
  box-shadow:0 12px 30px rgba(20,42,76,.05);
}
.hero-highlights strong { display:block; margin-bottom:.2rem; color:var(--blue-ink); font-size:.94rem; }
.hero-highlights span { display:block; color:var(--muted); font-size:.88rem; line-height:1.55; }
.hero-v5-media { position:relative; min-height: 620px; }
.hero-v5-main-frame,
.hero-v5-side-frame {
  position:absolute;
  overflow:hidden;
  margin:0;
  background:#fff;
  border:8px solid #fff;
  box-shadow:0 30px 80px rgba(20,42,76,.14);
}
.hero-v5-main-frame { inset: 25px 70px 45px 55px; border-radius:36px; }
.hero-v5-main-frame img,
.hero-v5-side-frame img { width:100%; height:100%; object-fit:cover; transition:transform .8s var(--ease); }
.hero-v5-main-frame:hover img,
.hero-v5-side-frame:hover img { transform:scale(1.04); }
.hero-v5-main-frame figcaption,
.hero-v5-side-frame figcaption {
  position:absolute; left:1rem; right:1rem; bottom:1rem; z-index:2;
  padding:1rem 1rem 0; border-radius:18px;
  background:linear-gradient(to top, rgba(7,22,43,.84), rgba(7,22,43,0));
  color:#fff;
}
.hero-v5-main-frame .eyebrow,
.hero-v5-side-frame span { display:block; margin-bottom:.35rem; color:#ffd68c; font-size:.68rem; font-weight:900; letter-spacing:.14em; text-transform:uppercase; }
.hero-v5-main-frame strong,
.hero-v5-side-frame strong { font-family:Georgia,serif; font-size:1.28rem; font-weight:700; }
.hero-v5-side-frame { width: 190px; height: 190px; border-radius:28px; }
.hero-v5-side-frame.frame-top { right:0; top:10px; transform:rotate(4deg); }
.hero-v5-side-frame.frame-bottom { left:0; bottom:0; transform:rotate(-5deg); }
.hero-v5-side-frame figcaption { padding:0; background:none; color:#fff; font-size:.78rem; line-height:1.45; }
.hero-v5-seal {
  position:absolute; right:22px; bottom:22px; z-index:3;
  width:130px; height:130px; display:grid; place-items:center; text-align:center; gap:.12rem;
  border-radius:50%; background:#fff; border:1px solid #f1d8a2; box-shadow:0 18px 45px rgba(20,42,76,.12);
}
.hero-v5-seal span { color:var(--saffron); font-size:1.2rem; }
.hero-v5-seal strong { color:var(--blue-ink); font-size:.92rem; }
.hero-v5-seal small { color:#8a6a39; font-size:.68rem; line-height:1.35; }
.hero-culture-strip {
  display:grid; gap:1rem; margin-top:2rem; position:relative; z-index:2;
}
.hero-culture-strip article {
  padding:1.15rem 1.1rem; border:1px solid #e8edf3; border-radius:22px;
  background:rgba(255,255,255,.88); box-shadow:0 14px 34px rgba(20,42,76,.05);
}
.hero-culture-strip span { display:block; margin-bottom:.4rem; color:var(--saffron-deep); font-size:.72rem; font-weight:900; letter-spacing:.14em; }
.hero-culture-strip strong { display:block; color:var(--blue-ink); margin-bottom:.3rem; }
.hero-culture-strip p { margin-bottom:0; font-size:.9rem; }

.crossroads { background:linear-gradient(180deg,#f9fbff 0%,#fff 100%); overflow:hidden; }
.crossroads-grid { display:grid; gap:1rem; align-items:center; }
.cross-card {
  position:relative; overflow:hidden; padding:2rem; border-radius:28px; border:1px solid var(--line); background:#fff; box-shadow:var(--shadow-sm);
}
.cross-card::after { content:""; position:absolute; width:180px; height:180px; right:-90px; bottom:-90px; border-radius:50%; background:radial-gradient(circle, currentColor 0 2px, transparent 3px); background-size:16px 16px; opacity:.09; }
.cross-card h3 { color:var(--blue-ink); margin-bottom:.7rem; }
.cross-card ul { margin:1rem 0 0; padding-left:1.1rem; color:#5d6d7e; }
.cross-card li + li { margin-top:.45rem; }
.cross-tag { display:inline-flex; margin-bottom:1rem; padding:.45rem .75rem; border-radius:999px; font-size:.72rem; font-weight:900; letter-spacing:.12em; text-transform:uppercase; }
.cross-nepal { color:#005cbf; }
.cross-nepal .cross-tag { background:#eaf4ff; }
.cross-india { color:#c46d00; }
.cross-india .cross-tag { background:#fff3db; }
.cross-center { display:grid; place-items:center; }
.cross-core {
  width:min(100%, 280px); aspect-ratio:1; display:grid; place-items:center; text-align:center; gap:.25rem;
  padding:1rem; border-radius:50%; border:1px dashed #d4ddeb; background:radial-gradient(circle at 50% 50%, #fff 0%, #f9fbfe 80%);
  box-shadow:0 20px 50px rgba(20,42,76,.07);
}
.cross-core span { color:var(--saffron-deep); font-size:.72rem; font-weight:900; letter-spacing:.16em; text-transform:uppercase; }
.cross-core strong { color:var(--blue-ink); font-family:Georgia,serif; font-size:1.65rem; }
.cross-core small { color:#7b8796; max-width:16ch; }

.editorial-gallery { display:grid; gap:1rem; }
.editorial-card { position:relative; overflow:hidden; margin:0; min-height:260px; border-radius:30px; background:#dfe8f2; box-shadow:var(--shadow-sm); }
.editorial-card img { width:100%; height:100%; object-fit:cover; transition:transform .8s var(--ease); }
.editorial-card:hover img { transform:scale(1.05); }
.editorial-card::after { content:""; position:absolute; inset:55% 0 0; background:linear-gradient(to top, rgba(2,25,50,.82), rgba(2,25,50,0)); }
.editorial-card figcaption { position:absolute; left:1.1rem; right:1.1rem; bottom:1rem; z-index:2; color:#fff; }
.editorial-card span { display:block; margin-bottom:.25rem; color:#ffd68c; font-size:.68rem; font-weight:900; letter-spacing:.14em; text-transform:uppercase; }
.editorial-card strong { display:block; font-family:Georgia,serif; font-size:1.12rem; line-height:1.2; }

.reservation-steps-nav { display:grid; grid-template-columns:repeat(3,1fr); gap:.65rem; margin:1.4rem 0 1.35rem; }
.reservation-step-pill {
  min-height:58px; display:flex; align-items:center; justify-content:center; gap:.7rem; padding:.85rem;
  border:1px solid #dfe6ed; border-radius:18px; background:#fbfcfe; color:#577089; cursor:pointer;
}
.reservation-step-pill span {
  width:28px; height:28px; display:grid; place-items:center; border-radius:50%; background:#edf4ff; color:var(--blue); font-size:.78rem; font-weight:900;
}
.reservation-step-pill b { font-size:.82rem; }
.reservation-step-pill.active { border-color:#b9d7f6; background:#f7fbff; color:var(--blue-ink); box-shadow:0 8px 24px rgba(0,110,230,.06); }
.reservation-step-pill.active span { background:var(--blue); color:#fff; }
.reservation-step-panel[hidden] { display:none !important; }
.reservation-step-panel.active { display:block; }
.form-grid-compact { grid-template-columns:1fr; }
.step-actions { display:flex; flex-direction:column; gap:.8rem; align-items:stretch; margin-top:1rem; }
.step-actions-between { justify-content:space-between; }
.step-helper { color:#7e8b9a; font-size:.76rem; line-height:1.45; }

@media (min-width:700px) {
  .hero-v5-grid { grid-template-columns:minmax(0,1fr) minmax(450px,.94fr); gap:3rem; }
  .hero-highlights { grid-template-columns:repeat(3,1fr); }
  .hero-culture-strip { grid-template-columns:repeat(3,1fr); }
  .crossroads-grid { grid-template-columns:minmax(0,1fr) 300px minmax(0,1fr); }
  .editorial-gallery {
    grid-template-columns:1.15fr .85fr .85fr;
    grid-template-rows:240px 240px;
  }
  .editorial-main { grid-column:1; grid-row:1 / span 2; min-height:100%; }
  .editorial-tall { grid-column:2; grid-row:1; }
  .editorial-small { grid-column:3; grid-row:1; }
  .editorial-wide { grid-column:2 / span 2; grid-row:2; }
  .reservation-step-pill b { font-size:.88rem; }
  .step-actions { flex-direction:row; align-items:center; justify-content:space-between; }
  .form-grid-compact { grid-template-columns:repeat(3,minmax(0,1fr)); }
}
@media (max-width:959px) {
  .header-actions { order:2; }
  .hero-v5-media { min-height:520px; }
  .hero-v5-main-frame { inset:24px 40px 36px 40px; }
  .hero-v5-side-frame { width:160px; height:160px; }
}
@media (max-width:699px) {
  .hero-v5 { padding-top:calc(var(--header) + 4rem); }
  .hero-v5 h1 { max-width:11ch; }
  .hero-v5-media { min-height:460px; }
  .hero-v5-main-frame { inset: 20px 15px 22px 15px; border-radius:26px; }
  .hero-v5-side-frame { width:112px; height:112px; border-width:5px; border-radius:22px; }
  .hero-v5-side-frame.frame-top { right:-4px; top:0; }
  .hero-v5-side-frame.frame-bottom { left:-6px; bottom:10px; }
  .hero-v5-seal { width:96px; height:96px; right:10px; bottom:10px; }
  .hero-v5-seal strong { font-size:.74rem; }
  .hero-v5-seal small { font-size:.56rem; }
  .reservation-steps-nav { gap:.45rem; }
  .reservation-step-pill { min-height:52px; padding:.7rem .5rem; }
  .reservation-step-pill b { font-size:.74rem; }
  .step-actions .btn { width:100%; }
}

/* Hostinger v6: selector de idioma flotante + galería de platos reales */
.floating-language {
  position: fixed;
  z-index: 980;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(0,110,230,.18);
  border-radius: 16px;
  color: var(--blue-ink);
  background: rgba(255,255,255,.94);
  box-shadow: 0 16px 40px rgba(20,42,76,.14);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  text-decoration: none;
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .06em;
  transition: transform .25s var(--ease), background .2s ease, color .2s ease, box-shadow .2s ease;
}
.floating-language:hover,
.floating-language:focus-visible {
  transform: translateY(-50%) translateX(-4px);
  color: #fff;
  background: var(--blue);
  box-shadow: 0 18px 44px rgba(0,110,230,.24);
}

.real-dishes-head {
  display: flex;
  flex-direction: column;
  gap: .8rem;
  margin: 3.8rem 0 1.3rem;
}
.real-dishes-head h3 {
  margin: 0;
  color: var(--blue-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3.8vw, 3rem);
}
.real-dishes-head > p {
  max-width: 560px;
  margin: 0;
}
.real-dishes-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .85rem;
}
.real-dish {
  position: relative;
  overflow: hidden;
  min-width: 0;
  min-height: 250px;
  margin: 0;
  border: 1px solid #e7edf3;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(20,42,76,.07);
}
.real-dish img {
  width: 100%;
  height: 100%;
  min-height: 250px;
  object-fit: cover;
  transition: transform .7s var(--ease);
}
.real-dish:hover img { transform: scale(1.045); }
.real-dish::after {
  content: "";
  position: absolute;
  inset: 45% 0 0;
  background: linear-gradient(to top, rgba(6,26,48,.78), rgba(6,26,48,0));
  pointer-events: none;
}
.real-dish figcaption {
  position: absolute;
  z-index: 2;
  left: 1rem;
  right: 1rem;
  bottom: .9rem;
  color: #fff;
}
.real-dish figcaption strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
}
.real-dish figcaption span {
  display: block;
  margin-top: .15rem;
  color: rgba(255,255,255,.78);
  font-size: .72rem;
}

@media (min-width: 700px) {
  .real-dishes-head { flex-direction: row; align-items: end; justify-content: space-between; }
  .real-dishes-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
  .real-dish { min-height: 310px; }
  .real-dish img { min-height: 310px; }
}

@media (max-width: 699px) {
  .floating-language {
    right: 10px;
    top: auto;
    bottom: 84px;
    transform: none;
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }
  .floating-language:hover,
  .floating-language:focus-visible { transform: translateX(-3px); }
  .real-dish { min-height: 220px; }
  .real-dish img { min-height: 220px; }
}

@media (max-width: 390px) {
  .real-dishes-grid { grid-template-columns: 1fr; }
}

/* =========================================================
   V6.2 — Annapurna Tandoori prayer flags + floating page translator
   ========================================================= */
.nepal-flags {
  position: fixed;
  z-index: 970;
  top: calc(var(--header) - 3px);
  left: 0;
  right: 0;
  height: 72px;
  overflow: hidden;
  pointer-events: none;
  filter: drop-shadow(0 5px 8px rgba(8,43,87,.10));
}
.prayer-rope {
  position:absolute;
  inset:0;
  width:100%;
  height:66px;
  color:rgba(70,58,49,.42);
}
.nepal-flags-line {
  position:absolute;
  left:2.5%;
  right:2.5%;
  top:12px;
  height:48px;
  display:grid;
  grid-template-columns:repeat(15,minmax(28px,1fr));
  align-items:start;
  gap:clamp(3px,.6vw,9px);
  padding:0;
  background:none;
  transform:none;
}
.nepal-flag {
  --flag:#176cc1;
  position:relative;
  width:100%;
  max-width:none;
  min-width:0;
  height:32px;
  margin:0;
  background:linear-gradient(155deg,rgba(255,255,255,.15),transparent 28%),var(--flag);
  opacity:.96;
  clip-path:polygon(3% 0,98% 4%,95% 93%,78% 87%,60% 96%,43% 88%,23% 97%,5% 89%);
  transform-origin:50% 0;
  animation:prayer-flag-wave 4.6s ease-in-out infinite;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.12);
}
.nepal-flag::before {
  content:"";
  position:absolute;
  left:12%; right:12%; top:8px; bottom:8px;
  border:0;
  border-radius:0;
  opacity:.55;
  background:
    linear-gradient(135deg,transparent 0 38%,rgba(255,255,255,.72) 39% 44%,transparent 45%) 0 100%/38% 64% no-repeat,
    linear-gradient(45deg,transparent 0 38%,rgba(255,255,255,.62) 39% 44%,transparent 45%) 38% 100%/44% 78% no-repeat,
    linear-gradient(135deg,transparent 0 38%,rgba(255,255,255,.50) 39% 44%,transparent 45%) 77% 100%/30% 52% no-repeat;
}
.nepal-flag::after {
  content:"";
  position:absolute;
  left:8%; right:8%; top:4px;
  height:1px;
  border-top:1px dashed rgba(255,255,255,.42);
}
.nepal-flag i {
  position:absolute;
  left:50%; top:6px;
  width:16px; height:16px;
  border:0;
  border-radius:50%;
  transform:translateX(-50%);
  opacity:.38;
  background:radial-gradient(circle,rgba(255,255,255,.84) 0 1px,transparent 2px 100%);
}
.nepal-flag:nth-child(1),.nepal-flag:nth-child(15){transform:translateY(0) rotate(-2deg)}
.nepal-flag:nth-child(2),.nepal-flag:nth-child(14){transform:translateY(5px) rotate(1deg)}
.nepal-flag:nth-child(3),.nepal-flag:nth-child(13){transform:translateY(10px) rotate(-1deg)}
.nepal-flag:nth-child(4),.nepal-flag:nth-child(12){transform:translateY(15px) rotate(1.5deg)}
.nepal-flag:nth-child(5),.nepal-flag:nth-child(11){transform:translateY(19px) rotate(-1deg)}
.nepal-flag:nth-child(6),.nepal-flag:nth-child(10){transform:translateY(22px) rotate(1deg)}
.nepal-flag:nth-child(7),.nepal-flag:nth-child(9){transform:translateY(24px) rotate(-1deg)}
.nepal-flag:nth-child(8){transform:translateY(25px)}
.nepal-flag:nth-child(2n){animation-delay:-1.1s}
.nepal-flag:nth-child(3n){animation-delay:-2.35s}
.flag-blue{--flag:#1769b2}
.flag-white{--flag:#f5f0df;box-shadow:inset 0 0 0 1px rgba(58,77,96,.12)}
.flag-white::before{filter:invert(48%);opacity:.30}
.flag-white::after{border-color:rgba(38,78,117,.22)}
.flag-red{--flag:#ca423b}
.flag-green{--flag:#368d55}
.flag-yellow{--flag:#dca21d}
.nepal-pennant {
  position:absolute;
  left:50%; top:34px;
  width:20px; height:31px;
  transform:translateX(-50%);
  background:#ca2330;
  clip-path:polygon(0 0,100% 0,44% 39%,100% 39%,0 100%);
  opacity:.92;
  box-shadow:0 4px 10px rgba(0,0,0,.08);
}
.nepal-pennant b {
  position:absolute; width:5px; height:5px; border-radius:50%;
  background:#fff; left:5px; top:5px; opacity:.85;
}
@keyframes prayer-flag-wave {
  0%,100% { scale:1 1; rotate:0deg; }
  35% { scale:.985 1.035; rotate:.8deg; }
  68% { scale:1.015 .975; rotate:-.7deg; }
}

.floating-language {
  position:fixed;
  z-index:1100;
  right:12px;
  top:50%;
  transform:translateY(-50%);
  min-width:54px;
  min-height:54px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:.5rem;
  padding:.55rem .68rem;
  border:1px solid rgba(8,43,87,.14);
  border-radius:18px;
  color:var(--blue-ink);
  background:rgba(255,255,255,.94);
  backdrop-filter:blur(16px) saturate(150%);
  -webkit-backdrop-filter:blur(16px) saturate(150%);
  box-shadow:0 14px 42px rgba(8,43,87,.16);
  cursor:pointer;
  text-decoration:none;
  transition:transform .22s var(--ease),box-shadow .22s ease,border-color .22s ease;
}
.floating-language:hover,.floating-language:focus-visible {
  transform:translateY(-50%) translateX(-3px);
  border-color:#a6c9ec;
  box-shadow:0 18px 48px rgba(8,43,87,.20);
}
.floating-language-flag { font-size:1.35rem; line-height:1; }
.floating-language-label { font-size:.72rem; font-weight:900; letter-spacing:.02em; }

/* Reservation: validation feedback must stay visible in every step. */
.reservation-status-global {
  min-height:0;
  margin:-.5rem 0 1rem;
  padding:0;
}
.reservation-status-global:not(:empty) {
  min-height:42px;
  display:flex;
  align-items:center;
  padding:.72rem .9rem;
  border:1px solid #f0cfca;
  border-radius:14px;
  background:#fff8f7;
}
.reservation-status-global.success:not(:empty) {
  border-color:#bde4cf;
  background:#f3fbf7;
}

@media (max-width:699px) {
  .nepal-flags { height:58px; }
  .prayer-rope { height:52px; }
  .nepal-flags-line { left:1%; right:1%; top:10px; height:38px; gap:2px; }
  .nepal-flag { height:24px; }
  .nepal-pennant { top:27px; width:16px; height:25px; }
  .floating-language {
    right:8px;
    top:44%;
    min-width:48px;
    min-height:48px;
    padding:.45rem .5rem;
    border-radius:15px;
    flex-direction:column;
    gap:.12rem;
  }
  .floating-language-flag { font-size:1.2rem; }
  .floating-language-label { font-size:.58rem; }
}

/* V6.6 — floating language button: flag only */
.floating-language {
  width: 58px !important;
  min-width: 58px !important;
  height: 44px !important;
  min-height: 44px !important;
  padding: 5px !important;
  gap: 0 !important;
  border-radius: 14px !important;
  display: grid !important;
  place-items: center !important;
}
.floating-language-label { display:none !important; }
.floating-language-flag {
  display:block;
  width:42px;
  height:28px;
  border-radius:4px;
  overflow:hidden;
  position:relative;
  box-shadow:0 0 0 1px rgba(8,43,87,.13), 0 3px 8px rgba(8,43,87,.10);
}
/* USA — shown to switch the site into English */
.floating-language-flag.flag-england {
  background:
    linear-gradient(to bottom,
      #b22234 0 7.69%, #ffffff 7.69% 15.38%,
      #b22234 15.38% 23.07%, #ffffff 23.07% 30.76%,
      #b22234 30.76% 38.45%, #ffffff 38.45% 46.14%,
      #b22234 46.14% 53.83%, #ffffff 53.83% 61.52%,
      #b22234 61.52% 69.21%, #ffffff 69.21% 76.9%,
      #b22234 76.9% 84.59%, #ffffff 84.59% 92.28%,
      #b22234 92.28% 100%);
}
.floating-language-flag.flag-england::before {
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:46%;
  height:54%;
  background:#3c3b6e;
}
.floating-language-flag.flag-england::after {
  content:"★ ★ ★\A★ ★ ★\A★ ★ ★";
  position:absolute;
  left:4px;
  top:2px;
  color:#fff;
  font-size:5px;
  line-height:1.35;
  white-space:pre;
  letter-spacing:1px;
  z-index:1;
}
/* Spain — shown when page is already in English */
.floating-language-flag.flag-spain {
  background:linear-gradient(to bottom,#aa151b 0 25%,#f1bf00 25% 75%,#aa151b 75% 100%);
}
.floating-language-flag.flag-spain::before,
.floating-language-flag.flag-spain::after { content:none; }
@media (max-width:699px){
  .floating-language { width:52px !important; min-width:52px !important; height:40px !important; min-height:40px !important; padding:4px !important; }
  .floating-language-flag { width:38px; height:25px; }
}


/* V6 custom — guide, occasions, delivery, FAQ and premium booking */
.first-indian {
  background:radial-gradient(circle at 92% 10%,rgba(245,174,39,.12),transparent 24%),linear-gradient(180deg,#fff 0%,#f8fbff 100%);
}
.first-indian-heading,.occasions-heading { display:grid; gap:1rem; align-items:end; margin-bottom:2rem; }
.first-indian-heading > p,.occasions-heading > p { max-width:620px; margin:0; }
.taste-guide-grid { display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); gap:.9rem; }
.taste-guide-card { position:relative; min-height:240px; padding:1.35rem; border:1px solid rgba(8,65,124,.10); border-radius:24px; background:#fff; box-shadow:0 14px 36px rgba(7,48,89,.06); overflow:hidden; }
.taste-guide-card::after { content:""; position:absolute; width:120px;height:120px; right:-52px;bottom:-52px; border:1px solid rgba(8,65,124,.10); border-radius:50%; box-shadow:0 0 0 15px rgba(8,65,124,.025),0 0 0 30px rgba(8,65,124,.018); }
.taste-guide-icon { display:grid; place-items:center; width:46px;height:46px; margin-bottom:1.2rem; border-radius:14px; background:#f4f8fc; color:var(--blue); font-size:1.25rem; }
.taste-guide-card p { margin:0 0 .35rem; color:#7d8b99; font-size:.75rem; font-weight:850; }
.taste-guide-card h3 { margin:0 0 .65rem; color:var(--blue-ink); font-size:1.35rem; }
.taste-guide-card > span:last-child { color:#657484; font-size:.84rem; line-height:1.55; }
.taste-guide-card.intense .taste-guide-icon { background:#fff3ef; color:#c74a28; }
.taste-guide-card.nepal .taste-guide-icon { background:#eef6ff; }
.taste-guide-card.share .taste-guide-icon { background:#fff8e8; color:#d88a00; }
.taste-guide-cta { display:flex; gap:.75rem; flex-wrap:wrap; margin-top:1.5rem; }

.occasions { background:#fff; }
.occasion-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:1rem; }
.occasion-card { min-height:270px; padding:1.45rem; border:1px solid rgba(8,65,124,.11); border-radius:24px; background:linear-gradient(180deg,#fff,#f9fbfe); display:flex; flex-direction:column; }
.occasion-number { color:#e8a324; font-weight:950; letter-spacing:.12em; font-size:.72rem; }
.occasion-card h3 { margin:1rem 0 .7rem; color:var(--blue-ink); font-size:1.25rem; }
.occasion-card p { margin:0 0 1.25rem; color:#657484; font-size:.86rem; line-height:1.6; }
.occasion-card button { margin-top:auto; padding:0; border:0; background:transparent; color:var(--blue); font:inherit; font-size:.8rem; font-weight:900; text-align:left; cursor:pointer; }
.occasion-card button:hover { text-decoration:underline; }

.delivery { padding-top:1rem; }
.delivery-shell { padding:clamp(1.5rem,4vw,3.2rem); border-radius:30px; background:radial-gradient(circle at 100% 0,rgba(245,174,39,.20),transparent 30%),linear-gradient(135deg,#062f5d,#075baa); color:#fff; display:grid; gap:2rem; }
.delivery-copy .section-kicker { color:#ffd27b; }
.delivery-copy h2 { margin:.4rem 0 .8rem; color:#fff; max-width:680px; }
.delivery-copy p:last-child { max-width:660px; color:rgba(255,255,255,.76); }
.delivery-actions { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:.8rem; }
.delivery-platform { min-height:105px; padding:1.15rem 1.25rem; border:1px solid rgba(255,255,255,.18); border-radius:20px; background:rgba(255,255,255,.10); text-decoration:none; display:flex; flex-direction:column; justify-content:center; transition:transform .2s ease,background .2s ease; }
.delivery-platform:hover { transform:translateY(-3px); background:rgba(255,255,255,.16); }
.delivery-platform span { color:#fff; font-size:1.15rem; font-weight:950; }
.delivery-platform b { margin-top:.22rem; color:#ffd27b; font-size:.75rem; }

.faq { background:linear-gradient(180deg,#fff,#f8fbff); }
.faq-shell { display:grid; gap:2rem; }
.faq-heading { max-width:720px; }
.faq-heading > p:last-child { max-width:620px; }
.faq-list { display:grid; gap:.75rem; max-width:920px; }
.faq-list details { border:1px solid rgba(8,65,124,.11); border-radius:18px; background:#fff; box-shadow:0 8px 24px rgba(7,48,89,.035); overflow:hidden; }
.faq-list summary { position:relative; padding:1.15rem 3.2rem 1.15rem 1.25rem; color:var(--blue-ink); font-weight:850; cursor:pointer; list-style:none; }
.faq-list summary::-webkit-details-marker { display:none; }
.faq-list summary::after { content:"+"; position:absolute; right:1.2rem; top:50%; translate:0 -50%; color:var(--blue); font-size:1.35rem; font-weight:500; }
.faq-list details[open] summary::after { content:"−"; }
.faq-list details p { margin:0; padding:0 1.25rem 1.25rem; color:#657484; line-height:1.65; font-size:.9rem; }

.reservation-content .reservation-tech-note { display:inline-flex; padding:.65rem .8rem; margin:-.6rem 0 1.2rem; border-radius:12px; background:#f4f8fc; color:#597089; font-weight:800; }
.reservation-summary { margin:.45rem 0 .55rem !important; color:var(--blue-ink) !important; font-size:clamp(1.05rem,2.8vw,1.35rem) !important; font-weight:950; }
.success-actions-premium { width:100%; max-width:650px; display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:.7rem; margin-top:.35rem; }
.success-actions-premium .btn { min-height:48px; padding:.72rem .8rem; text-align:center; }
.reservation-new-link { margin-top:1rem; padding:.35rem; border:0; background:transparent; color:#6a7a8b; font:inherit; font-size:.8rem; font-weight:800; text-decoration:underline; cursor:pointer; }

@media (min-width:800px) {
  .first-indian-heading,.occasions-heading { grid-template-columns:1.05fr .95fr; }
  .delivery-shell { grid-template-columns:1fr 1.05fr; align-items:center; }
}
@media (max-width:1050px) {
  .taste-guide-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
  .occasion-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width:699px) {
  .taste-guide-grid,.occasion-grid,.delivery-actions { grid-template-columns:1fr; }
  .taste-guide-card { min-height:auto; }
  .occasion-card { min-height:220px; }
  .delivery-shell { border-radius:24px; }
  .success-actions-premium { grid-template-columns:1fr; }
  .mobile-actions { grid-template-columns:1fr 1fr 1.18fr; }
}



/* V6.17 — ajustes finales de cabecera, idioma y crédito */
/* Mantiene el logotipo siempre dentro de la altura útil del menú. */
.brand {
  height: 62px;
  overflow: hidden;
}
.brand img {
  display: block;
  width: auto !important;
  height: 56px !important;
  max-width: 118px;
  max-height: 56px;
  object-fit: contain;
}

/* Selector de idioma ligeramente más abajo en pantalla. */
.floating-language {
  top: 58% !important;
}

.footer-credit a {
  color: #fff;
  font-weight: 800;
  letter-spacing: .02em;
  text-decoration: none;
}
.footer-credit a:hover,
.footer-credit a:focus-visible {
  text-decoration: underline;
}

@media (min-width: 960px) {
  .brand img {
    max-width: 124px;
    height: 58px !important;
    max-height: 58px;
  }
  .footer-bottom {
    flex-wrap: wrap;
  }
}

@media (max-width: 699px) {
  .brand {
    height: 56px;
  }
  .brand img {
    max-width: 104px;
    height: 50px !important;
    max-height: 50px;
  }
  .floating-language {
    top: 56% !important;
  }
  .footer-credit {
    margin-top: .15rem;
  }
}

@media (max-width: 420px) {
  .brand img {
    max-width: 94px;
    height: 46px !important;
    max-height: 46px;
  }
}


/* V6.20 — identidad Nepal sutil, sin bloques promocionales extra */
.hero-nepal-chip{display:inline-flex!important;align-items:center;gap:.42rem;background:rgba(220,20,60,.08)!important;border-color:rgba(0,56,147,.20)!important}
.mini-nepal-mark{position:relative;width:13px;height:17px;display:inline-block;background:#dc143c;clip-path:polygon(0 0,100% 0,48% 38%,100% 38%,0 100%);filter:drop-shadow(0 0 0 #003893)}
.mini-nepal-mark::after{content:"";position:absolute;inset:1px;background:#fff;opacity:.88;clip-path:circle(15% at 33% 24%)}
.cross-nepal{position:relative;overflow:hidden;border-color:rgba(220,20,60,.22)!important;background:linear-gradient(145deg,rgba(220,20,60,.055),#fff 48%)!important}
.cross-nepal::after{content:"नेपाल";position:absolute;right:-.15rem;bottom:-.45rem;font-size:clamp(3.5rem,7vw,7.8rem);line-height:1;color:rgba(0,56,147,.055);font-weight:900;pointer-events:none}
.cross-nepal .cross-tag{background:#dc143c!important;color:#fff!important;border-color:#dc143c!important}

/* V6.20 — reserva paso 1 alineado */
.form-grid.form-grid-compact{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:.85rem;
  align-items:start;
}
.form-grid.form-grid-compact .field-date{
  grid-column:1/-1;
}
.form-grid.form-grid-compact .field select,
.form-grid.form-grid-compact .field input{
  min-width:0;
  width:100%;
}
.form-grid.form-grid-compact .field select{
  text-overflow:ellipsis;
}
@media (max-width:560px){
  .form-grid.form-grid-compact{grid-template-columns:1fr}
  .form-grid.form-grid-compact .field-date{grid-column:auto}
}

/* V6.21 — reservas móviles corregidas */
@media (max-width:699px){
  /* Modal de reserva: ocupa el alto útil y el contenido puede desplazarse. */
  .reservation-dialog{
    width:100vw;
    max-width:100vw;
    height:100dvh;
    max-height:100dvh;
    margin:0;
    border-radius:0;
    overflow:hidden;
  }
  .reservation-shell{
    display:block;
    width:100%;
    min-width:0;
    height:100dvh;
    min-height:0;
    overflow:hidden;
  }
  .reservation-content{
    width:100%;
    min-width:0;
    height:100%;
    max-height:100dvh;
    overflow-x:hidden;
    overflow-y:auto;
    -webkit-overflow-scrolling:touch;
    overscroll-behavior:contain;
    box-sizing:border-box;
    padding:3.9rem 1rem calc(1.15rem + env(safe-area-inset-bottom));
  }
  .reservation-content h2{
    font-size:clamp(1.65rem,7.4vw,2.15rem);
    line-height:1.06;
    margin-bottom:.45rem;
    padding-right:2.25rem;
  }
  .reservation-intro{
    margin-bottom:.75rem;
    font-size:.82rem;
    line-height:1.45;
  }
  .reservation-tech-note{
    margin:.15rem 0 .8rem;
    font-size:.68rem;
  }
  .reservation-steps-nav{
    margin:.75rem 0 .75rem;
    gap:.32rem;
  }
  .reservation-step-pill{
    min-width:0;
    min-height:46px;
    gap:.32rem;
    padding:.48rem .28rem;
    border-radius:14px;
  }
  .reservation-step-pill span{
    flex:0 0 24px;
    width:24px;
    height:24px;
    font-size:.7rem;
  }
  .reservation-step-pill b{
    min-width:0;
    font-size:.66rem;
    line-height:1.08;
    overflow-wrap:anywhere;
  }
  .reservation-status-global{
    min-height:0;
    margin:.1rem 0 .45rem;
  }
  .reservation-date-notice{
    margin:.3rem 0 .65rem;
    padding:.65rem .7rem;
    font-size:.7rem;
    line-height:1.35;
  }
  .form-grid,
  .form-grid-compact{
    width:100%;
    min-width:0;
    grid-template-columns:minmax(0,1fr) !important;
    gap:.65rem;
  }
  .field,
  .field-date{
    width:100%;
    min-width:0;
    max-width:100%;
    overflow:hidden;
  }
  .field input,
  .field select,
  .field textarea{
    display:block;
    width:100%;
    min-width:0;
    max-width:100%;
    box-sizing:border-box;
    font-size:16px; /* evita zoom y anchuras extrañas en iOS */
  }
  .field input[type="date"]{
    inline-size:100%;
    min-inline-size:0;
    max-inline-size:100%;
    overflow:hidden;
  }
  .field input[type="date"]::-webkit-date-and-time-value{
    min-width:0;
    text-align:left;
  }
  .field input[type="date"]::-webkit-datetime-edit{
    min-width:0;
    padding:0;
  }
  .step-actions{
    gap:.5rem;
    margin-top:.7rem;
    padding-bottom:max(.25rem,env(safe-area-inset-bottom));
  }
  .step-helper{
    font-size:.68rem;
    line-height:1.3;
  }
  .step-actions .btn{
    width:100%;
    min-height:48px;
  }
  .dialog-close{
    position:fixed;
    top:max(10px,env(safe-area-inset-top));
    right:10px;
  }
}

/* Pantallas muy bajas: prioriza campos y botón de continuar. */
@media (max-width:699px) and (max-height:700px){
  .reservation-content{padding-top:3.35rem}
  .reservation-content h2{font-size:1.55rem}
  .reservation-intro{display:none}
  .reservation-tech-note{margin:.1rem 0 .55rem}
  .reservation-steps-nav{margin:.5rem 0 .55rem}
  .reservation-step-pill{min-height:42px}
  .field input,.field select{min-height:45px;padding:.7rem .75rem}
  .step-actions{margin-top:.55rem}
}

/* V6.24 — popup fotográfico con imagen incrustada, sin bloquear reservas */
.vacation-popup{
  border:0;
  padding:0;
  background:transparent;
  max-width:none;
  max-height:none;
  overflow:visible;
}
.vacation-popup::backdrop{
  background:rgba(4,24,46,.78);
  backdrop-filter:blur(7px);
}
.vacation-popup-card{
  position:relative;
  width:min(92vw,520px);
  max-height:calc(100dvh - 28px);
  overflow:hidden;
  padding:0;
  background:transparent;
  border:0;
  border-radius:24px;
  box-shadow:0 30px 100px rgba(0,0,0,.38);
}
.vacation-popup-image{
  display:block;
  width:100%;
  height:auto;
  max-height:calc(100dvh - 28px);
  object-fit:contain;
  border-radius:24px;
}
.vacation-popup-close{
  position:absolute;
  z-index:3;
  top:12px;
  right:12px;
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  margin:0;
  padding:0 0 2px;
  border:0;
  border-radius:50%;
  background:rgba(255,255,255,.95);
  color:#082b57;
  font:500 28px/1 Arial,sans-serif;
  cursor:pointer;
  box-shadow:0 8px 28px rgba(0,0,0,.24);
}
.vacation-popup-close:hover{transform:scale(1.04)}
.vacation-popup-close:focus-visible{outline:3px solid #f3a21a;outline-offset:3px}
@media (max-width:699px){
  .vacation-popup-card{
    width:min(94vw,410px);
    max-height:calc(100dvh - 20px);
    border-radius:18px;
  }
  .vacation-popup-image{
    max-height:calc(100dvh - 20px);
    border-radius:18px;
  }
  .vacation-popup-close{
    top:9px;
    right:9px;
    width:40px;
    height:40px;
    font-size:27px;
  }
}

