/* =============================================================================
   Zen Harmony — custom styles layered on top of Tailwind.
   Palette: deep jade greens · warm cream/ivory · antique gold.
   ========================================================================== */

:root {
  --jade-900: #16261f;
  --jade-800: #1f3a30;
  --jade-700: #2c4d40;
  --jade-600: #3c6353;
  --jade-500: #547a69;
  --jade-400: #7e9c8c;
  --jade-100: #dce8e0;
  --cream: #f6f1e7;
  --ivory: #fbf8f1;
  --gold: #b8965a;
  --gold-soft: #cbb27e;
  --gold-deep: #9c7c43;
  --ink: #283029;
}

html { scroll-behavior: smooth; scroll-padding-top: 6rem; }
body { overflow-x: hidden; }

/* ---------- Atmospheric background ---------- */
.bg-mesh {
  position: fixed; inset: 0; z-index: -2; pointer-events: none;
  background:
    radial-gradient(42% 36% at 10% 6%, rgba(126,156,140,.24), transparent 70%),
    radial-gradient(36% 30% at 90% 16%, rgba(184,150,90,.14), transparent 70%),
    radial-gradient(48% 46% at 80% 92%, rgba(84,122,105,.18), transparent 72%);
}
.bg-grain {
  position: fixed; inset: 0; z-index: -1; pointer-events: none; opacity: .035;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ---------- Accessibility helpers ---------- */
.skip-link {
  position: absolute; left: -999px; top: 0; z-index: 100;
  background: var(--jade-800); color: var(--ivory); padding: .75rem 1.25rem;
  border-radius: 0 0 .75rem 0; font-weight: 600;
}
.skip-link:focus { left: 0; }

:where(a, button, input, select, textarea):focus-visible {
  outline: 2px solid var(--gold); outline-offset: 2px; border-radius: 4px;
}

/* ---------- Header ---------- */
#site-header.scrolled {
  background: rgba(251,248,241,.82);
  backdrop-filter: blur(14px);
  box-shadow: 0 10px 30px -18px rgba(22,38,31,.4);
}
.nav-link { position: relative; transition: color .3s; }
.nav-link::after {
  content: ""; position: absolute; left: 0; bottom: -6px; height: 1.5px; width: 0;
  background: var(--gold); transition: width .35s cubic-bezier(.16,.84,.44,1);
}
.nav-link:hover { color: var(--gold-deep); }
.nav-link:hover::after { width: 100%; }
.mobile-link { padding: .7rem .25rem; border-bottom: 1px solid var(--jade-100); transition: color .25s; }
.mobile-link:hover { color: var(--gold-deep); }

/* ---------- Leaf mark ---------- */
.leaf-mark {
  width: 34px; height: 34px; flex: none;
  background: linear-gradient(135deg, var(--jade-500), var(--jade-700));
  border-radius: 0 50% 50% 50%; transform: rotate(45deg); position: relative;
  box-shadow: inset 0 0 0 1px rgba(203,178,126,.45);
}
.leaf-mark::after {
  content: ""; position: absolute; inset: 0; margin: auto;
  width: 1.5px; height: 62%; background: rgba(203,178,126,.7);
}
.leaf-mark-light { background: linear-gradient(135deg, var(--jade-400), var(--jade-600)); }

/* ---------- Buttons ---------- */
.btn-primary, .btn-ghost, .btn-gold {
  display: inline-flex; align-items: center; gap: .5rem; cursor: pointer;
  padding: .7rem 1.5rem; border-radius: 999px; font-weight: 600; font-size: .95rem;
  transition: transform .25s, box-shadow .3s, background-color .3s, color .3s;
  white-space: nowrap;
}
.btn-lg { padding: .95rem 2rem; font-size: 1rem; }
.btn-primary {
  background: linear-gradient(135deg, var(--jade-600), var(--jade-800));
  color: var(--ivory); box-shadow: 0 14px 30px -14px rgba(22,38,31,.65);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 20px 40px -16px rgba(22,38,31,.7); }
.btn-ghost {
  background: transparent; color: var(--jade-800);
  box-shadow: inset 0 0 0 1.5px var(--jade-400);
}
.btn-ghost:hover { background: var(--jade-800); color: var(--ivory); box-shadow: inset 0 0 0 1.5px var(--jade-800); transform: translateY(-2px); }
.btn-gold {
  background: linear-gradient(135deg, var(--gold-soft), var(--gold-deep));
  color: #fff; box-shadow: 0 14px 30px -14px rgba(156,124,67,.7);
}
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 20px 40px -16px rgba(156,124,67,.75); }
.btn-primary:disabled, .btn-gold:disabled { opacity: .65; cursor: not-allowed; transform: none; }

.btn-spinner {
  width: 18px; height: 18px; border-radius: 50%;
  border: 2px solid rgba(255,255,255,.4); border-top-color: #fff;
  animation: spin .7s linear infinite; display: inline-block;
}
@keyframes spin { to { transform: rotate(360deg); } }

/* ---------- Shared typography bits ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: .6rem;
  font-size: .72rem; font-weight: 700; letter-spacing: .28em; text-transform: uppercase;
  color: var(--gold-deep);
}
.eyebrow::before { content: ""; width: 26px; height: 1.5px; background: var(--gold); display: inline-block; }
.eyebrow.justify-center { justify-content: center; }
.section-title {
  font-family: '"Cormorant Garamond"', Georgia, serif;
  font-weight: 300; color: var(--jade-900); line-height: 1.05;
  font-size: clamp(2.25rem, 5vw, 3.5rem); margin-top: .75rem;
}
.dot-gold { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); display: inline-block; flex: none; }

/* ---------- Hero ---------- */
.hero-photo { position: absolute; overflow: hidden; border-radius: 1.5rem; box-shadow: var(--tw-shadow, 0 24px 55px -24px rgba(22,38,31,.55)); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-photo-main { top: 0; right: 0; width: 78%; height: 86%; box-shadow: 0 30px 60px -28px rgba(22,38,31,.6); }
.hero-photo-accent { bottom: 0; left: 0; width: 46%; height: 44%; border: 6px solid var(--ivory); }
.hero-quote {
  position: absolute; bottom: 12%; right: -4%; max-width: 230px;
  background: var(--ivory); border-radius: 1.1rem; padding: 1.25rem 1.4rem;
  border: 1px solid rgba(184,150,90,.25);
}
.hero-blob {
  position: absolute; z-index: -1; width: 70%; height: 70%; right: -10%; top: -8%;
  background: radial-gradient(circle, rgba(126,156,140,.35), transparent 65%);
  filter: blur(20px); border-radius: 50%;
}
@media (max-width: 480px) {
  .hero-quote { max-width: 190px; right: 0; padding: 1rem; }
}

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .85s cubic-bezier(.16,.84,.44,1), transform .85s cubic-bezier(.16,.84,.44,1); transition-delay: var(--rd, 0ms); }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } html { scroll-behavior: auto; } }

/* ---------- Service cards ---------- */
/* Two-column masonry: each column stacks cards so short ones (Couples → Specialty)
   sit tightly without the empty gap a flat CSS grid row would leave. */
#services-grid.svc-masonry {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.75rem;
  align-items: start;
}
@media (min-width: 768px) {
  #services-grid.svc-masonry {
    grid-template-columns: 1fr 1fr;
  }
}
.svc-col {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  min-width: 0;
}
.svc-card {
  background: var(--ivory); border-radius: 1.4rem; overflow: hidden;
  box-shadow: 0 12px 32px -16px rgba(22,38,31,.3); border: 1px solid rgba(126,156,140,.16);
  display: flex; flex-direction: column; transition: transform .4s cubic-bezier(.16,.84,.44,1), box-shadow .4s;
  height: auto;
}
.svc-card:hover { transform: translateY(-6px); box-shadow: 0 28px 55px -22px rgba(22,38,31,.5); }
.svc-media { position: relative; height: 160px; overflow: hidden; }
.svc-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.16,.84,.44,1); }
.svc-card:hover .svc-media img { transform: scale(1.06); }
.svc-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(22,38,31,.45), transparent 55%); }
/* Photo-less cards (no unique image left) — jade gradient header, title still readable */
.svc-media-plain {
  background: linear-gradient(145deg, var(--jade-800) 0%, var(--jade-600) 55%, var(--jade-700) 100%);
}
.svc-media-plain::after { background: linear-gradient(to top, rgba(22,38,31,.35), transparent 60%); }
.svc-cat { position: absolute; left: 1.1rem; bottom: 1rem; z-index: 2; color: #fff; font-family: '"Cormorant Garamond"', serif; font-size: 1.75rem; font-weight: 400; }
.svc-body { padding: 1.25rem 1.4rem 1.35rem; display: flex; flex-direction: column; }
.svc-blurb { color: rgba(40,48,41,.62); font-size: .92rem; line-height: 1.55; }
.svc-item { display: flex; justify-content: space-between; gap: 1rem; padding: .85rem 0; border-top: 1px solid rgba(126,156,140,.18); }
.svc-item:first-of-type { margin-top: 1rem; }
.svc-item-name { font-weight: 600; color: var(--jade-900); }
.svc-item-desc { font-size: .82rem; color: rgba(40,48,41,.55); margin-top: .15rem; line-height: 1.45; }
.svc-badges { display: flex; flex-wrap: wrap; gap: .35rem; margin-top: .45rem; }
.svc-badge { font-size: .67rem; letter-spacing: .04em; text-transform: uppercase; font-weight: 600; color: var(--jade-600); background: var(--jade-100); padding: .2rem .55rem; border-radius: 999px; }
.svc-prices { text-align: right; flex: none; }
.svc-price { font-weight: 700; color: var(--jade-700); white-space: nowrap; font-size: .9rem; }
.svc-price span { color: rgba(40,48,41,.5); font-weight: 500; }
.svc-book {
  margin-top: .9rem; align-self: flex-start; font-size: .85rem; font-weight: 600;
  color: var(--gold-deep); display: inline-flex; align-items: center; gap: .4rem; transition: gap .3s, color .3s;
}
.svc-book:hover { gap: .7rem; color: var(--jade-700); }

.note-pill { background: var(--ivory); border: 1px solid rgba(126,156,140,.2); border-radius: 1rem; padding: 1rem 1.2rem; color: rgba(40,48,41,.7); line-height: 1.5; }
.note-pill strong { color: var(--jade-700); display: block; margin-bottom: .2rem; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }

/* ---------- Bilingual (Mandarin) menu text ---------- */
.svc-cat-zh { display: block; font-family: "Mulish", system-ui, sans-serif; font-size: .92rem; font-weight: 500; letter-spacing: .03em; color: rgba(251,248,241,.92); margin-top: .12rem; }
.svc-blurb-zh { display: block; margin-top: .4rem; color: rgba(40,48,41,.5); font-size: .85rem; line-height: 1.55; }
.svc-name-zh { display: block; margin-top: .12rem; font-weight: 600; font-size: .85rem; color: var(--jade-600); }
.svc-desc-zh { display: block; margin-top: .14rem; font-size: .78rem; color: rgba(40,48,41,.5); line-height: 1.45; }
.svc-badge .badge-zh { margin-left: .35rem; opacity: .85; }
.note-zh { display: block; margin-top: .3rem; color: rgba(40,48,41,.55); line-height: 1.5; text-transform: none; letter-spacing: normal; }
.zh-subtitle { font-family: "Mulish", system-ui, sans-serif; font-size: 1.05rem; letter-spacing: .14em; color: var(--jade-600); margin-top: .5rem; }


/* ---------- Privacy banner ---------- */
.privacy-banner {
  display: flex; gap: .9rem; align-items: flex-start; margin: 2.5rem auto 1.75rem; max-width: 720px;
  background: linear-gradient(135deg, rgba(84,122,105,.1), rgba(184,150,90,.08));
  border: 1px solid rgba(84,122,105,.25); border-radius: 1rem; padding: 1rem 1.3rem;
  color: var(--jade-800); font-size: .92rem; line-height: 1.5;
}
.privacy-banner svg { color: var(--jade-600); flex: none; margin-top: 1px; }
.privacy-banner strong { color: var(--jade-900); }

/* ---------- Booking card ---------- */
.booking-card { background: var(--ivory); border-radius: 1.6rem; padding: 2rem; box-shadow: 0 24px 60px -28px rgba(22,38,31,.5); border: 1px solid rgba(126,156,140,.18); margin-top: .5rem; }
@media (min-width: 640px) { .booking-card { padding: 2.5rem; } }

.field-label { display: block; font-size: .75rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--jade-700); margin-bottom: .7rem; }
.field-label-sm { display: block; font-size: .82rem; font-weight: 600; color: var(--jade-800); margin-bottom: .4rem; }
.field-input {
  width: 100%; background: #fff; border: 1px solid rgba(126,156,140,.35); border-radius: .75rem;
  padding: .75rem .9rem; font-size: .95rem; color: var(--ink); transition: border-color .25s, box-shadow .25s;
}
.field-input:focus { border-color: var(--jade-500); box-shadow: 0 0 0 3px rgba(84,122,105,.15); outline: none; }
.select-wrap { position: relative; }
.select-wrap::after { content: ""; position: absolute; right: 1rem; top: 50%; width: 9px; height: 9px; border-right: 2px solid var(--jade-600); border-bottom: 2px solid var(--jade-600); transform: translateY(-65%) rotate(45deg); pointer-events: none; }
select.field-input { appearance: none; -webkit-appearance: none; padding-right: 2.4rem; cursor: pointer; }

.pill {
  cursor: pointer; border: 1px solid rgba(126,156,140,.4); background: #fff; color: var(--jade-800);
  padding: .55rem 1rem; border-radius: 999px; font-size: .9rem; font-weight: 600;
  transition: all .25s; user-select: none;
}
.pill:hover { border-color: var(--jade-500); }
.pill.active { background: var(--jade-700); color: var(--ivory); border-color: var(--jade-700); box-shadow: 0 10px 22px -12px rgba(22,38,31,.6); }
.pill .pill-sub { font-weight: 500; opacity: .75; font-size: .8rem; }
.pill-addon.active { background: linear-gradient(135deg, var(--gold-soft), var(--gold-deep)); border-color: var(--gold-deep); color: #fff; }

.booking-summary { margin-top: 1.5rem; background: var(--jade-900); color: var(--ivory); border-radius: 1rem; padding: 1rem 1.3rem; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: .5rem; }
.booking-summary .bs-label { font-size: .85rem; opacity: .8; }
.booking-summary .bs-price { font-family: '"Cormorant Garamond"', serif; font-size: 1.9rem; color: var(--gold-soft); line-height: 1; }

/* ---------- Day strip ---------- */
.day-strip { display: flex; gap: .6rem; overflow-x: auto; padding: 1.1rem 0 1rem; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; }
.day-strip::-webkit-scrollbar { height: 6px; }
.day-strip::-webkit-scrollbar-thumb { background: rgba(126,156,140,.4); border-radius: 99px; }
.day-btn {
  scroll-snap-align: start; flex: none; min-width: 78px; text-align: center; cursor: pointer;
  border: 1px solid rgba(126,156,140,.35); background: #fff; border-radius: .9rem; padding: .65rem .4rem;
  transition: all .25s;
}
.day-btn:hover { border-color: var(--jade-500); transform: translateY(-2px); }
.day-btn .dow { font-size: .68rem; text-transform: uppercase; letter-spacing: .1em; color: rgba(40,48,41,.55); font-weight: 700; }
.day-btn .dnum { font-family: '"Cormorant Garamond"', serif; font-size: 1.6rem; color: var(--jade-900); line-height: 1.1; }
.day-btn .dmon { font-size: .68rem; color: rgba(40,48,41,.5); }
.day-btn.active { background: var(--jade-700); border-color: var(--jade-700); box-shadow: 0 12px 26px -14px rgba(22,38,31,.6); }
.day-btn.active .dow, .day-btn.active .dnum, .day-btn.active .dmon { color: var(--ivory); }

/* ---------- Slots ---------- */
.slot-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(92px, 1fr)); gap: .6rem; }
.slot {
  cursor: pointer; text-align: center; border: 1px solid rgba(126,156,140,.4); background: #fff;
  color: var(--jade-800); border-radius: .7rem; padding: .65rem .3rem; font-weight: 600; font-size: .9rem;
  transition: all .2s;
}
.slot:hover { background: var(--jade-50, #eef4f0); border-color: var(--jade-500); transform: translateY(-2px); box-shadow: 0 10px 20px -12px rgba(22,38,31,.5); }
.slot:active { transform: translateY(0); }

.slots-msg { text-align: center; padding: 2.5rem 1rem; color: rgba(40,48,41,.6); }
.skeleton-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(92px, 1fr)); gap: .6rem; }
.skel { height: 44px; border-radius: .7rem; background: linear-gradient(90deg, rgba(126,156,140,.12), rgba(126,156,140,.22), rgba(126,156,140,.12)); background-size: 200% 100%; animation: shimmer 1.3s infinite; }
@keyframes shimmer { to { background-position: -200% 0; } }

/* ---------- Location ---------- */
.info-row { display: flex; gap: 1rem; align-items: flex-start; }
.info-ico { font-size: 1.3rem; flex: none; width: 2.6rem; height: 2.6rem; display: grid; place-items: center; background: var(--cream); border-radius: 50%; }
.info-dt { font-size: .72rem; text-transform: uppercase; letter-spacing: .14em; color: var(--gold-deep); font-weight: 700; }
.info-dd { color: var(--ink); margin-top: .2rem; line-height: 1.5; }
.link-gold { color: var(--gold-deep); font-weight: 600; transition: color .25s; }
.link-gold:hover { color: var(--jade-700); }
.map-holder { width: 100%; height: 100%; min-height: 360px; border-radius: 1.4rem; overflow: hidden; box-shadow: 0 20px 50px -26px rgba(22,38,31,.5); border: 1px solid rgba(126,156,140,.2); background: linear-gradient(135deg, var(--jade-100), var(--cream)); display: grid; place-items: center; color: var(--jade-600); }
.map-holder iframe { width: 100%; height: 100%; min-height: 360px; border: 0; display: block; }
.map-placeholder { text-align: center; padding: 2rem; }

/* ---------- Policies ---------- */
.policy-card { background: var(--ivory); border-radius: 1.3rem; padding: 1.8rem; border: 1px solid rgba(126,156,140,.18); box-shadow: 0 12px 30px -18px rgba(22,38,31,.25); transition: transform .35s, box-shadow .35s; }
.policy-card:hover { transform: translateY(-4px); box-shadow: 0 22px 45px -22px rgba(22,38,31,.4); }
.policy-ico { font-size: 1.8rem; }
.policy-title { font-family: '"Cormorant Garamond"', serif; font-size: 1.6rem; color: var(--jade-900); margin: .6rem 0 .5rem; font-weight: 500; }
.policy-text { color: rgba(40,48,41,.65); line-height: 1.6; font-size: .93rem; }

/* ---------- Testimonials ---------- */
.quote-mark { position: absolute; top: -2rem; left: 4%; font-family: '"Cormorant Garamond"', serif; font-size: 18rem; color: rgba(203,178,126,.12); line-height: 1; pointer-events: none; }
.tcard { background: rgba(251,248,241,.06); border: 1px solid rgba(203,178,126,.18); border-radius: 1.3rem; padding: 1.8rem; backdrop-filter: blur(4px); }
.tcard .tstars { color: var(--gold-soft); letter-spacing: .15em; font-size: .95rem; }
.tcard .tquote { font-family: '"Cormorant Garamond"', serif; font-style: italic; font-size: 1.35rem; line-height: 1.45; color: var(--ivory); margin: .8rem 0 1.2rem; }
.tcard .tname { font-weight: 700; color: var(--gold-soft); font-size: .9rem; }

/* ---------- Gallery ---------- */
.gallery-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: .8rem; }
@media (min-width: 768px) { .gallery-grid { grid-template-columns: repeat(3, 1fr); grid-auto-rows: 200px; } .gallery-grid .g-tall { grid-row: span 2; } }
.g-item { overflow: hidden; border-radius: 1.1rem; position: relative; box-shadow: 0 12px 30px -18px rgba(22,38,31,.4); }
.g-item img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 1; transition: transform .8s cubic-bezier(.16,.84,.44,1); }
@media (min-width: 768px) { .g-item img { aspect-ratio: auto; } }
.g-item:hover img { transform: scale(1.07); }

/* ---------- Dark fields (footer/contact) ---------- */
.field-dark {
  width: 100%; background: rgba(251,248,241,.07); border: 1px solid rgba(251,248,241,.18);
  border-radius: .75rem; padding: .8rem 1rem; color: var(--ivory); font-size: .95rem; transition: border-color .25s, background .25s;
}
.field-dark::placeholder { color: rgba(251,248,241,.45); }
.field-dark:focus { outline: none; border-color: var(--gold-soft); background: rgba(251,248,241,.12); }

/* ---------- Modal ---------- */
.modal-overlay { position: fixed; inset: 0; z-index: 100; background: rgba(22,38,31,.55); backdrop-filter: blur(6px); display: grid; place-items: center; padding: 1rem; animation: fade .3s ease; }
@keyframes fade { from { opacity: 0; } }
.modal-panel { background: var(--ivory); border-radius: 1.5rem; max-width: 540px; width: 100%; max-height: 92vh; overflow-y: auto; padding: 2rem; position: relative; box-shadow: 0 40px 80px -30px rgba(0,0,0,.6); animation: pop .4s cubic-bezier(.16,.84,.44,1); }
@media (min-width: 640px) { .modal-panel { padding: 2.5rem; } }
@keyframes pop { from { opacity: 0; transform: translateY(20px) scale(.98); } }
.modal-close { position: absolute; top: 1rem; right: 1.2rem; font-size: 1.8rem; line-height: 1; color: rgba(40,48,41,.4); cursor: pointer; background: none; border: none; transition: color .25s; }
.modal-close:hover { color: var(--jade-800); }
.modal-summary, .success-summary { background: var(--cream); border-radius: 1rem; padding: 1.1rem 1.3rem; margin-top: 1.2rem; border: 1px solid rgba(126,156,140,.2); }
.modal-summary .ms-row, .success-summary .ms-row { display: flex; justify-content: space-between; gap: 1rem; padding: .3rem 0; font-size: .92rem; }
.modal-summary .ms-row span:first-child, .success-summary .ms-row span:first-child { color: rgba(40,48,41,.55); }
.modal-summary .ms-row span:last-child, .success-summary .ms-row span:last-child { font-weight: 600; color: var(--jade-900); text-align: right; }
.form-error { background: #fbeaea; border: 1px solid #e3b3b3; color: #9a3434; padding: .7rem 1rem; border-radius: .7rem; font-size: .88rem; }

.success-check { width: 76px; height: 76px; border-radius: 50%; background: linear-gradient(135deg, var(--jade-500), var(--jade-700)); color: #fff; display: grid; place-items: center; margin: 0 auto; box-shadow: 0 16px 34px -16px rgba(22,38,31,.7); animation: pop .5s cubic-bezier(.16,.84,.44,1); }

/* ---------- Image fallback (no broken images, ever) ---------- */
.img-fallback {
  background: linear-gradient(135deg, var(--jade-400), var(--jade-700)) !important;
  position: relative;
}
.img-fallback::after {
  content: "Zen Harmony"; position: absolute; inset: 0; display: grid; place-items: center;
  font-family: '"Cormorant Garamond"', serif; font-size: 1.4rem; color: rgba(251,248,241,.7); letter-spacing: .05em;
}

/* ---------- Post-Claude improvement: inline policy text (in booking modal) ---------- */
.policy-text {
  margin-top: .5rem;
  font-size: .85rem;
  line-height: 1.45;
}
.policy-text strong { display: block; color: var(--jade-700); margin-bottom: .25rem; font-size: .78rem; letter-spacing: .06em; text-transform: uppercase; }

/* ---------- Post-Claude simple gallery lightbox ---------- */
.lightbox-overlay {
  position: fixed; inset: 0; z-index: 200; background: rgba(22,38,31,.92);
  display: grid; place-items: center; padding: 1rem;
}
.lightbox-overlay.hidden { display: none; }
.lightbox-img { max-width: 94vw; max-height: 88vh; border-radius: 0.75rem; box-shadow: 0 30px 80px -20px rgba(0,0,0,.7); }
.lightbox-close { position: absolute; top: 1rem; right: 1.25rem; font-size: 2.25rem; color: #fff; opacity: .75; background: none; border: none; line-height: 1; cursor: pointer; }
.lightbox-close:hover { opacity: 1; }

/* ---------- Post-Claude: booking steps visual progress ---------- */
.booking-steps {
  display: flex; gap: .6rem; margin-bottom: 1rem; flex-wrap: wrap;
  font-size: .78rem; color: var(--jade-700); letter-spacing: .04em;
}
.bstep { display: inline-flex; align-items: center; gap: .35rem; background: var(--ivory); border: 1px solid var(--jade-100); border-radius: 999px; padding: .2rem .65rem; }
.bstep .bnum { width: 1.1rem; height: 1.1rem; display: inline-grid; place-items: center; background: var(--jade-600); color: #fff; border-radius: 50%; font-size: .72rem; font-weight: 700; }
