:root {
  --green-dark: #1e4426;
  --green: #2e6b3a;
  --green-light: #4e8f5b;
  --green-pale: #e6efe2;
  --cream: #faf7ef;
  --cream-dark: #f1ecdd;
  --ink: #22301f;
  --muted: #5f6d58;
  --gold: #c9a24b;
  --white: #ffffff;
  --radius: 14px;
  --shadow: 0 6px 24px rgba(30, 68, 38, 0.10);
  --font-display: 'Playfair Display', Georgia, serif;
  --font-body: 'Inter', system-ui, -apple-system, sans-serif;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.container { max-width: 1120px; margin: 0 auto; padding: 0 20px; }

h1, h2, h3 { font-family: var(--font-display); color: var(--green-dark); line-height: 1.15; }
h2 { font-size: clamp(1.7rem, 3.5vw, 2.4rem); margin-bottom: 0.75rem; }
em { font-style: italic; }

.kicker {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--green-light);
  margin-bottom: 0.5rem;
}
.center { text-align: center; }

.section { padding: clamp(56px, 8vw, 96px) 0; }
.section-alt { background: var(--cream-dark); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-block;
  padding: 13px 28px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
  font-family: var(--font-body);
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--green); color: var(--white); box-shadow: 0 4px 14px rgba(46, 107, 58, 0.35); }
.btn-primary:hover { background: var(--green-dark); }
.btn-ghost { border-color: var(--green); color: var(--green); background: transparent; }
.btn-ghost:hover { background: var(--green-pale); }
.btn-small { padding: 9px 20px; font-size: 0.88rem; background: var(--green); color: var(--white) !important; }
.btn-full { width: 100%; }
.btn:disabled { opacity: 0.6; cursor: wait; transform: none; }

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(250, 247, 239, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(30, 68, 38, 0.08);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 68px; }
.brand { display: flex; align-items: center; gap: 8px; text-decoration: none; }
.brand-logo {
  display: block;
  width: auto;
  height: 58px;
  object-fit: contain;
}
.brand-text { font-family: var(--font-display); font-size: 1.35rem; font-weight: 700; color: var(--green-dark); }
.brand-text em { color: var(--green-light); }

.nav-links { display: flex; align-items: center; gap: 28px; list-style: none; }
.nav-links a:not(.btn) {
  text-decoration: none;
  color: var(--ink);
  font-weight: 500;
  font-size: 0.95rem;
}
.nav-links a:not(.btn):hover { color: var(--green); }
.nav-quick-actions { display: flex; align-items: center; gap: 7px; }
.nav-quick-link { display: inline-flex; align-items: center; justify-content: center; width: 35px; height: 35px; border: 0; border-radius: 50%; color: var(--green-dark); background: #eaf3e5; text-decoration: none; box-shadow: inset 0 0 0 1px rgba(46, 107, 58, .12); transition: background .15s ease, color .15s ease, transform .15s ease, box-shadow .15s ease; }
.nav-whatsapp { color: #1b7f3b; background: #e3f4e7; }
.nav-quick-link:hover { background: var(--green); color: var(--white) !important; box-shadow: 0 4px 10px rgba(25, 75, 37, .2); transform: translateY(-1px); }
.nav-quick-link svg { width: 17px; height: 17px; fill: currentColor; }
.nav-quick-link span { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.nav-toggle span {
  display: block;
  width: 24px;
  height: 2.5px;
  background: var(--green-dark);
  margin: 5px 0;
  border-radius: 2px;
  transition: transform 0.25s, opacity 0.25s;
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  background:
    linear-gradient(90deg, rgba(18, 48, 25, 0.9), rgba(24, 63, 33, 0.68)),
    url("assets/gallery/table-spread.webp") center 58% / cover no-repeat;
  color: var(--cream);
  text-align: center;
  padding: clamp(80px, 12vw, 150px) 0 clamp(90px, 12vw, 150px);
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  font-size: clamp(120px, 20vw, 260px);
  opacity: 0.08;
  top: -20px;
  left: -30px;
  transform: rotate(-25deg);
}
.hero::after {
  content: "";
  position: absolute;
  font-size: clamp(100px, 16vw, 220px);
  opacity: 0.08;
  bottom: 10px;
  right: -20px;
  transform: rotate(15deg);
}
.hero-kicker {
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 0.85rem;
  font-weight: 600;
  color: #d7e6c9;
  margin-bottom: 0.75rem;
}
.hero-wordmark { margin: 0 auto 1rem; max-width: min(520px, 82vw); line-height: 0; }
.hero-wordmark img { display: block; width: 100%; height: auto; filter: brightness(0) invert(1); }
.hero-sub { max-width: 560px; margin: 0 auto 2rem; font-size: clamp(1rem, 2vw, 1.15rem); color: #e8f0dd; }
.hero-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; position: relative; z-index: 1; }
.hero .btn-primary { background: var(--white); color: var(--green-dark); box-shadow: 0 4px 18px rgba(0, 0, 0, 0.25); }
.hero .btn-primary:hover { background: var(--cream); }
.hero .btn-ghost { border-color: rgba(255, 255, 255, 0.7); color: var(--white); }
.hero .btn-ghost:hover { background: rgba(255, 255, 255, 0.12); }
.hero-wave { position: absolute; bottom: -1px; left: 0; right: 0; line-height: 0; }
.hero-wave svg { width: 100%; height: 60px; display: block; }

/* ---------- About ---------- */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.about-text p { margin-bottom: 1rem; color: var(--muted); }
.about-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.feature-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 22px 18px;
  box-shadow: var(--shadow);
  text-align: center;
}
.feature-card span { font-size: 1.9rem; display: block; margin-bottom: 8px; }
.feature-card h3 { font-size: 1rem; font-family: var(--font-body); font-weight: 700; margin-bottom: 4px; }
.feature-card p { font-size: 0.85rem; color: var(--muted); }

/* ---------- Menu ---------- */
.menu-tabs {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 28px 0 32px;
}
.tab {
  padding: 10px 22px;
  border-radius: 999px;
  border: 1.5px solid rgba(46, 107, 58, 0.35);
  background: transparent;
  color: var(--green-dark);
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.15s;
}
.tab:hover { background: var(--green-pale); }
.tab.active { background: var(--green); border-color: var(--green); color: var(--white); }

.menu-panel { display: none; }
.menu-panel.active { display: block; animation: fadeIn 0.3s ease; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

.menu-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.menu-item {
  background: var(--white);
  border-radius: var(--radius);
  padding: 20px 22px;
  box-shadow: var(--shadow);
  border-left: 4px solid transparent;
  transition: transform 0.15s ease;
}
.menu-item:hover { transform: translateY(-3px); }
.menu-item.highlight { border-left-color: var(--gold); background: linear-gradient(120deg, #fffdf5, var(--white)); }
.mi-head { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; margin-bottom: 6px; }
.mi-head h4 { font-family: var(--font-display); font-size: 1.08rem; color: var(--green-dark); }
.mi-head small { font-weight: 400; color: var(--muted); font-family: var(--font-body); font-size: 0.78rem; }
.price { font-weight: 700; color: var(--green); white-space: nowrap; }
.menu-item p { font-size: 0.88rem; color: var(--muted); }
.order-choice {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  margin-top: 13px;
  padding: 9px 10px;
  border: 1px solid rgba(46, 107, 58, 0.16);
  border-radius: 10px;
  background: #fbfaf4;
}
.order-choice label {
  color: var(--green-dark);
  font-size: 0.72rem;
  font-weight: 700;
  white-space: nowrap;
}
.order-choice-select {
  width: 100%;
  min-width: 0;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-size: 0.82rem;
  font-weight: 600;
  cursor: pointer;
}
.order-choice-select:focus-visible {
  outline: 2px solid var(--green);
  outline-offset: 3px;
}
.menu-item-footer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  min-height: 28px;
  margin-top: 10px;
}
.menu-item-footer .order-badges { margin: 0; }
.menu-note { text-align: center; margin-top: 28px; color: var(--muted); font-size: 0.9rem; }
.dietary-badges { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 10px; }
.diet-tag, .allergen-tag {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 3px 9px;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.diet-tag { background: var(--green-pale); color: var(--green-dark); }
.diet-tag.vegetarian { background: #edf2d4; color: #58671f; }
.allergen-tag { background: #f5ead2; color: #7a5720; }

/* ---------- Collection order inside menu ---------- */
.menu-order {
  display: none;
  margin-top: 28px;
}
.menu-order.has-items {
  display: block;
}
.order-head { text-align: center; max-width: 520px; margin: 0 auto 22px; }
.order-head p { color: var(--muted); }
.order-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 350px);
  gap: 18px;
  align-items: start;
}
.order-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 10px;
}
.order-item {
  min-height: 132px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
  background: var(--white);
  border: 1px solid rgba(46, 107, 58, 0.12);
  border-radius: 8px;
  padding: 14px;
  box-shadow: 0 4px 14px rgba(30, 68, 38, 0.06);
}
.order-item-photo {
  display: none;
}
.order-item-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
}
.order-item h3 {
  font-family: var(--font-body);
  font-size: 0.95rem;
  margin-bottom: 5px;
  color: var(--green-dark);
}
.order-item small {
  flex: 0 0 auto;
  padding: 3px 8px;
  border-radius: 999px;
  background: var(--green-pale);
  color: var(--green-dark);
  font-size: 0.68rem;
  font-weight: 700;
}
.order-item p {
  min-height: 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.4;
  margin-bottom: 8px;
}
.order-item strong { color: var(--ink); }
.order-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 10px;
}
.order-badges span {
  padding: 3px 8px;
  border-radius: 999px;
  background: #f5ead2;
  color: #7a5720;
  font-size: 0.68rem;
  font-weight: 700;
}
.order-qty {
  display: inline-grid;
  grid-template-columns: 28px 24px 28px;
  align-items: center;
  gap: 0;
  flex: 0 0 auto;
  margin-left: auto;
  overflow: hidden;
  border: 1px solid rgba(46, 107, 58, 0.45);
  border-radius: 999px;
  background: var(--white);
}
.order-qty button {
  width: 28px;
  height: 28px;
  border: 0;
  background: transparent;
  color: var(--green);
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  cursor: pointer;
}
.order-qty button:hover:not(:disabled) { background: var(--green); color: var(--white); }
.order-qty button:disabled { color: #b3b8aa; cursor: default; }
.order-qty span {
  text-align: center;
  font-weight: 700;
  color: var(--green-dark);
  font-size: 0.84rem;
}
.order-panel {
  max-width: 520px;
  margin: 0 auto;
  background: var(--white);
  border-radius: 8px;
  padding: 18px;
  box-shadow: var(--shadow);
}
.order-panel h3 {
  font-family: var(--font-body);
  font-size: 1.05rem;
  color: var(--green-dark);
  margin-bottom: 14px;
}
.order-lines {
  display: grid;
  gap: 10px;
  min-height: 44px;
  padding-bottom: 14px;
  border-bottom: 1px solid #eee9dc;
}
.order-empty { color: var(--muted); font-size: 0.9rem; }
.order-line, .order-total {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  font-size: 0.9rem;
}
.order-line span { color: var(--muted); }
.order-total {
  padding: 14px 0 18px;
  color: var(--green-dark);
}
.order-total strong { font-size: 1.15rem; }
.order-form .btn { width: 100%; justify-content: center; }

/* ---------- Gallery ---------- */
.gallery { background: var(--green-dark); color: var(--cream); }
.gallery .kicker { color: #bfe3a8; }
.gallery h2 { color: var(--white); }
.gallery-intro {
  max-width: 620px;
  margin: 10px auto 30px;
  text-align: center;
  color: #d5e2cf;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 220px;
  gap: 14px;
}
.gallery-grid-archive { display: none; }
.gallery-item {
  margin: 0;
  overflow: hidden;
  border-radius: 16px;
  background: #17351e;
}
.gallery-item.gallery-wide { grid-column: span 2; }
.gallery-item.gallery-tall { grid-row: span 2; }
.gallery-slides { position: relative; width: 100%; height: 100%; }
.gallery-slide { position: absolute; inset: 0; opacity: 0; transform: translateX(8%); transition: opacity 220ms ease, transform 260ms ease; pointer-events: none; }
.gallery-slide.is-active { opacity: 1; transform: translateX(0); pointer-events: auto; }
.gallery-item img, .gallery-item video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}
.gallery-item:hover img { transform: scale(1.04); }
.gallery-video { background: #0f2514; }
.gallery-grid-swipe { touch-action: pan-y; cursor: ew-resize; }
.gallery-grid-swipe:focus-visible { outline: 3px solid #bfe3a8; outline-offset: 3px; }
.gallery-grid-swipe .gallery-dots { display: none; }
.gallery-carousel { position: relative; }
.gallery-dots { position: absolute; right: 11px; bottom: 10px; display: flex; gap: 5px; z-index: 2; }
.gallery-dots span { width: 6px; height: 6px; border: 1px solid rgba(255,255,255,.9); border-radius: 999px; background: rgba(16,53,30,.5); }
.gallery-dots .is-active { background: #fff; }

/* ---------- Booking ---------- */
.booking-head { text-align: center; max-width: 520px; margin: 0 auto 32px; }
.booking-head p { color: var(--muted); }

.booking-widget {
  max-width: 640px;
  margin: 0 auto;
  background: var(--white);
  border-radius: 24px;
  padding: clamp(22px, 4vw, 40px);
  box-shadow: var(--shadow);
}

/* Progress */
.bw-progress { display: flex; align-items: center; margin-bottom: 28px; }
.bw-step-dot { display: flex; flex-direction: column; align-items: center; gap: 6px; flex: 0 0 auto; }
.bw-step-dot .dot {
  width: 36px; height: 36px;
  border-radius: 50%;
  display: grid; place-items: center;
  background: var(--cream-dark);
  color: var(--muted);
  font-weight: 700;
  font-size: 0.9rem;
  transition: all 0.2s;
}
.bw-step-dot .lbl { font-size: 0.72rem; font-weight: 600; color: var(--muted); white-space: nowrap; }
.bw-step-dot.active .dot { background: var(--green); color: var(--white); box-shadow: 0 0 0 5px var(--green-pale); }
.bw-step-dot.active .lbl { color: var(--green-dark); }
.bw-step-dot.done .dot { background: var(--green-pale); color: var(--green); }
.bw-line { flex: 1; height: 2px; background: var(--cream-dark); margin: 0 10px 22px; }

/* Panels */
.bw-panel { display: none; }
.bw-panel.active { display: block; animation: fadeIn 0.25s ease; }
.bw-block { margin-bottom: 26px; }
.bw-label { font-family: var(--font-body); font-size: 1rem; font-weight: 700; color: var(--green-dark); margin-bottom: 14px; }
.bw-hint { font-size: 0.82rem; color: var(--muted); margin-top: 10px; }
.bw-hint a { color: var(--green); font-weight: 600; text-decoration: none; }

/* Guest stepper */
.guest-stepper {
  display: flex; align-items: center; justify-content: center; gap: 22px;
  background: var(--cream); border-radius: 16px; padding: 14px;
}
.gs-btn {
  width: 52px; height: 52px;
  border-radius: 50%;
  border: none;
  background: var(--white);
  color: var(--green);
  font-size: 1.7rem;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 3px 10px rgba(30, 68, 38, 0.15);
  transition: all 0.15s;
  line-height: 1;
}
.gs-btn:hover:not(:disabled) { background: var(--green); color: var(--white); transform: scale(1.06); }
.gs-btn:disabled { opacity: 0.35; cursor: not-allowed; }
.gs-value { text-align: center; min-width: 90px; }
.gs-value span { font-size: 2.2rem; font-weight: 700; color: var(--green-dark); font-family: var(--font-display); display: block; line-height: 1.1; }
.gs-value small { font-size: 0.8rem; color: var(--muted); text-transform: uppercase; letter-spacing: 0.08em; }

/* Date strip */
.date-strip {
  display: flex; gap: 10px;
  overflow-x: auto;
  padding: 4px 2px 12px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.date-strip::-webkit-scrollbar { height: 6px; }
.date-strip::-webkit-scrollbar-thumb { background: rgba(46, 107, 58, 0.25); border-radius: 3px; }
.date-card {
  flex: 0 0 auto;
  scroll-snap-align: start;
  width: 66px;
  padding: 10px 4px;
  border-radius: 14px;
  border: 1.5px solid #e3e0d3;
  background: var(--cream);
  text-align: center;
  cursor: pointer;
  font-family: var(--font-body);
  transition: all 0.15s;
}
.date-card .dc-dow { display: block; font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.06em; color: var(--muted); font-weight: 700; }
.date-card .dc-day { display: block; font-size: 1.35rem; font-weight: 700; color: var(--green-dark); line-height: 1.3; }
.date-card .dc-mon { display: block; font-size: 0.68rem; color: var(--muted); }
.date-card:hover:not(:disabled) { border-color: var(--green); transform: translateY(-2px); }
.date-card.selected { background: var(--green); border-color: var(--green); box-shadow: 0 4px 14px rgba(46, 107, 58, 0.35); }
.date-card.selected .dc-dow, .date-card.selected .dc-day, .date-card.selected .dc-mon { color: var(--white); }
.date-card:disabled { opacity: 0.35; cursor: not-allowed; }
.date-card:disabled .dc-mon { font-size: 0.6rem; }

/* Time slots */
.time-slots-wrap { min-height: 80px; }
.ts-group { margin-bottom: 18px; }
.ts-group-label {
  font-size: 0.75rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.1em;
  color: var(--muted); margin-bottom: 10px;
}
.ts-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(78px, 1fr)); gap: 10px; }
.time-slot {
  padding: 12px 4px;
  border-radius: 12px;
  border: 1.5px solid #e3e0d3;
  background: var(--cream);
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--green-dark);
  cursor: pointer;
  transition: all 0.15s;
}
.time-slot:hover:not(:disabled) { border-color: var(--green); transform: translateY(-2px); }
.time-slot.selected { background: var(--green); border-color: var(--green); color: var(--white); box-shadow: 0 4px 14px rgba(46, 107, 58, 0.35); }
.time-slot:disabled { opacity: 0.35; cursor: not-allowed; text-decoration: line-through; }
.time-slot .ts-left { display: block; font-size: 0.62rem; font-weight: 600; color: var(--gold); text-decoration: none; }
.time-slot.selected .ts-left { color: #f3e3bd; }
.ts-empty { text-align: center; color: var(--muted); padding: 20px 0; }

/* Summary */
.bw-summary-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; }
.sum-chip {
  background: var(--green-pale);
  color: var(--green-dark);
  border-radius: 999px;
  padding: 7px 16px;
  font-size: 0.85rem;
  font-weight: 600;
}
.bw-summary-card {
  background: var(--green-pale);
  border-radius: 16px;
  padding: 16px 20px;
  margin-bottom: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 20px;
  align-items: center;
  justify-content: space-between;
}
.bw-summary-card .sum-main { font-weight: 700; color: var(--green-dark); font-size: 1.02rem; }
.bw-summary-card .sum-edit {
  background: none; border: none; cursor: pointer;
  color: var(--green); font-weight: 600; font-size: 0.85rem;
  text-decoration: underline; font-family: var(--font-body);
  padding: 4px;
}

/* Nav buttons */
.bw-nav { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-top: 8px; }
.bw-nav .btn { white-space: nowrap; }

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { margin-bottom: 16px; }
.field label { display: block; font-weight: 600; font-size: 0.85rem; margin-bottom: 6px; color: var(--green-dark); }
.field .opt { font-weight: 400; color: var(--muted); }
.field input, .field select, .field textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1.5px solid #d8ddd0;
  border-radius: 10px;
  font-family: var(--font-body);
  font-size: 0.95rem;
  color: var(--ink);
  background: var(--cream);
  transition: border-color 0.15s, box-shadow 0.15s;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none;
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(46, 107, 58, 0.15);
  background: var(--white);
}
.field textarea { resize: vertical; }
.booking-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin: 0 0 18px;
  padding: 14px 16px;
  background: var(--green-pale);
  border-radius: 10px;
}
.booking-options label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--green-dark);
  font-size: 0.88rem;
  font-weight: 600;
  cursor: pointer;
}
.booking-options input { width: 18px; height: 18px; accent-color: var(--green); }
.deposit-notice {
  margin: 0 0 20px;
  padding: 16px;
  border: 1px solid #d8c996;
  border-radius: 12px;
  background: #fffaf0;
  color: var(--green-dark);
}
.deposit-notice > strong { display: block; margin-bottom: 5px; font-family: var(--font-display); font-size: 1.05rem; }
.deposit-notice p { margin-bottom: 12px; color: var(--muted); font-size: 0.84rem; line-height: 1.5; }
.deposit-notice label { display: flex; align-items: flex-start; gap: 9px; font-size: 0.84rem; font-weight: 600; cursor: pointer; }
.deposit-notice input { flex: 0 0 auto; width: 18px; height: 18px; margin-top: 1px; accent-color: var(--green); }
.form-msg { margin-top: 12px; font-size: 0.9rem; text-align: center; min-height: 1.4em; }
.form-msg.error { color: #b03a2e; }
.form-msg.info { color: var(--muted); }

.bw-success { text-align: center; padding: 16px 0; }
.success-icon {
  width: 68px; height: 68px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: var(--green);
  color: var(--white);
  font-size: 2.1rem;
  line-height: 68px;
  box-shadow: 0 0 0 8px var(--green-pale);
  animation: pop 0.4s ease;
}
@keyframes pop { 0% { transform: scale(0.4); opacity: 0; } 70% { transform: scale(1.12); } 100% { transform: scale(1); opacity: 1; } }
.bw-success h3 { font-size: 1.6rem; margin-bottom: 16px; }
.success-details {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;
  margin-bottom: 18px;
}
.success-details .sum-chip { font-size: 0.92rem; padding: 9px 18px; }
.success-note { color: var(--muted); margin-bottom: 16px; line-height: 1.8; }
.success-note strong {
  color: var(--green-dark);
  letter-spacing: 0.08em;
  background: var(--green-pale);
  padding: 3px 12px;
  border-radius: 8px;
  font-family: monospace;
  font-size: 1.05rem;
}

/* ---------- Visit ---------- */
.visit-head { text-align: center; margin-bottom: 32px; }
.visit-wordmark {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.32em;
}
.visit-wordmark img {
  display: block;
  width: auto;
  height: 1.05em;
  max-width: min(285px, 62vw);
  object-fit: contain;
}
.reviews-badge {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--white); border-radius: 999px;
  padding: 9px 20px; margin-top: 8px;
  box-shadow: var(--shadow); text-decoration: none;
  color: var(--ink); font-size: 0.92rem;
  transition: transform 0.15s;
}
.reviews-badge:hover { transform: translateY(-2px); }
.reviews-badge .stars { color: var(--gold); letter-spacing: 1px; font-size: 1rem; }
.reviews-badge strong { color: var(--green-dark); }

.visit-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 40px; align-items: stretch; }
.visit-info { display: flex; flex-direction: column; }
address { font-style: normal; color: var(--muted); margin-bottom: 22px; }
address p { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 10px; line-height: 1.5; }
address .vi-ico { flex: 0 0 auto; }
address a { color: var(--green); text-decoration: none; font-weight: 600; }
address a:hover { text-decoration: underline; }
.hours h3 { margin-bottom: 12px; }
.hours table { width: 100%; border-collapse: collapse; }
.hours td { padding: 10px 0; border-bottom: 1px dashed rgba(46, 107, 58, 0.2); color: var(--muted); }
.hours td:last-child { text-align: right; font-weight: 600; color: var(--ink); }
.hours .closed { color: #b03a2e !important; }
.visit-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 22px; }
.visit-map {
  border-radius: 18px; overflow: hidden;
  box-shadow: var(--shadow); min-height: 320px;
  border: 1px solid rgba(46, 107, 58, 0.12);
}
.visit-map iframe { width: 100%; height: 100%; min-height: 320px; border: 0; display: block; }

/* ---------- Footer ---------- */
.site-footer {
  background: var(--green-dark);
  color: #cfe0c2;
  text-align: center;
  padding: 40px 0;
}
.footer-logo-wrap {
  display: inline-flex;
  padding: 9px 16px;
  margin-bottom: 10px;
  background: var(--cream);
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.14);
}
.footer-logo {
  display: block;
  width: auto;
  height: 82px;
}
.footer-tagline {
  color: #bfe3a8;
  font-family: var(--font-display);
  font-size: 1.05rem;
  letter-spacing: 0.04em;
}
.site-footer .brand-text { color: var(--white); font-size: 1.2rem; }
.site-footer .brand-text em { color: #bfe3a8; }
.site-footer .sep { margin: 0 6px; opacity: 0.5; }
.site-footer p { margin-bottom: 6px; }
.fine { font-size: 0.8rem; opacity: 0.6; }

/* ---------- Mobile ---------- */
@media (max-width: 860px) {
  .about-grid, .visit-grid, .order-layout { grid-template-columns: 1fr; gap: 32px; }
  .menu-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .order-panel { position: static; }
}

@media (max-width: 720px) {
  .brand-logo { height: 52px; }
  .nav-toggle { display: block; }
  .nav-links {
    position: absolute;
    top: 68px;
    left: 0;
    right: 0;
    background: var(--cream);
    flex-direction: column;
    gap: 0;
    padding: 8px 0 16px;
    box-shadow: 0 12px 24px rgba(30, 68, 38, 0.12);
    display: none;
  }
  .nav-links.open { display: flex; }
  .nav-links li { width: 100%; text-align: center; }
  .nav-links a:not(.btn) { display: block; padding: 14px 0; }
  .nav-quick-actions { justify-content: center; gap: 16px; padding: 8px 0 3px; transform: translateY(-10px); }
  .nav-links .nav-quick-link { display: inline-flex; flex-direction: column; width: 68px; height: 66px; padding: 0; gap: 4px; border: 0; border-radius: 12px; background: transparent; color: var(--green-dark); box-shadow: none; font-size: .68rem; font-weight: 600; }
  .nav-links .nav-quick-link svg { width: 39px; height: 39px; padding: 9px; border-radius: 50%; background: linear-gradient(145deg, #2fbb60, #176c37); color: var(--white); fill: currentColor; box-shadow: inset 0 1px 1px rgba(255,255,255,.35), 0 5px 10px rgba(25, 75, 37, .2); }
  .nav-links .nav-whatsapp svg { background: linear-gradient(145deg, #39d96f, #1f9d4d); }
  .nav-links .nav-quick-link:hover { background: rgba(46, 107, 58, .06); color: var(--green-dark) !important; transform: translateY(-1px); }
  .nav-quick-link span { position: static; width: auto; height: auto; padding: 0; margin: 0; overflow: visible; clip: auto; white-space: normal; }
  .nav-links .btn-small { display: inline-block; margin-top: 10px; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

  .form-row { grid-template-columns: 1fr; gap: 0; }
  .order-grid { grid-template-columns: 1fr; }
  .about-cards { grid-template-columns: 1fr 1fr; }
  .bw-step-dot .lbl { display: none; }
  .bw-line { margin-bottom: 0; }
  .bw-nav { flex-direction: column-reverse; }
  .bw-nav .btn { width: 100%; text-align: center; }
  .bw-nav span { display: none; }
}

@media (max-width: 420px) {
  .about-cards { grid-template-columns: 1fr; }
  .hero-actions .btn { width: 100%; }
  .gallery-grid { grid-auto-rows: 170px; gap: 9px; }
  .gallery-item.gallery-wide { grid-column: span 2; }
}
