/* ============================================================
   Winnie's Spa — Watamu · "Quiet Luxury" edition
   Bone & linen neutrals · clay accent · Fraunces + Instrument Sans
   ============================================================ */

:root {
  --bone: #f5f0e6;
  --linen: #ece4d4;
  --sand: #e3d8c2;
  --ink: #26211a;
  --espresso: #1d1913;
  --soft: #6e6557;
  --clay: #b0603c;
  --clay-deep: #92492a;
  --sage: #8a9480;
  --hair: #d9cdb6;
  --serif: "Fraunces", Georgia, serif;
  --sans: "Instrument Sans", "Segoe UI", sans-serif;
  --pad: clamp(1.25rem, 4vw, 4rem);
}

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

html { scroll-behavior: smooth; scroll-padding-top: 96px; }

body {
  font-family: var(--sans);
  background: var(--bone);
  color: var(--ink);
  font-size: 16.5px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

h1, h2, h3 { font-family: var(--serif); font-weight: 400; line-height: 1.04; color: var(--ink); }
h1 em, h2 em { font-style: italic; font-weight: 300; color: var(--clay); }

h1 { font-size: clamp(3.2rem, 8.5vw, 6.8rem); letter-spacing: -0.02em; }
h2 { font-size: clamp(2.2rem, 5vw, 4rem); letter-spacing: -0.015em; }

.wrap { width: min(1240px, 100% - 2 * var(--pad)); margin-inline: auto; }
.sec { padding-block: clamp(4.5rem, 9vw, 8rem); }

/* ---------- Section marks ---------- */
.sec-mark {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
}
.sec-mark span {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--clay);
  white-space: nowrap;
}
.sec-mark hr { flex: 1; border: 0; border-top: 1px solid var(--hair); }
.sec-mark.light span { color: var(--sand); }
.sec-mark.light hr { border-color: rgba(227, 216, 194, 0.25); }

/* ---------- Buttons ---------- */
.btn-solid, .btn-pill {
  display: inline-block;
  font-family: var(--sans);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid var(--ink);
  text-align: center;
}
.btn-solid { background: var(--ink); color: var(--bone); padding: 1.05rem 2.3rem; border-radius: 3px; }
.btn-solid:hover { background: var(--clay); border-color: var(--clay); }
.btn-solid.full { width: 100%; }

/* Primary call-to-action pill — solid colour with lift, per reference
   design. Shared by the booking form's submit and the gift card's
   send-request button, so both react identically. */
.btn-pill-cta {
  background: var(--clay);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(176, 96, 60, 0.35);
  transition: background 0.3s, box-shadow 0.3s, transform 0.15s;
}
.btn-pill-cta:hover {
  background: var(--clay-deep);
  box-shadow: 0 12px 28px rgba(146, 73, 42, 0.4);
}
.btn-pill-cta:active { transform: translateY(1px); }
.btn-pill-cta:disabled { opacity: 0.7; cursor: default; transform: none; }
.wa-text-link {
  color: var(--clay);
  font-weight: 600;
  text-decoration: none;
}
.wa-text-link:hover { text-decoration: underline; }
.btn-pill { border-radius: 99px; padding: 0.75rem 1.7rem; background: transparent; color: var(--ink); }
.btn-pill:hover { background: var(--ink); color: var(--bone); }
.btn-pill.light { border-color: var(--sand); color: var(--sand); }
.btn-pill.light:hover { background: var(--sand); color: var(--espresso); }
.btn-line {
  font-size: 0.8rem; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase;
  border-bottom: 1px solid var(--clay);
  padding-bottom: 0.35rem;
  color: var(--ink);
  transition: color 0.3s;
}
.btn-line span { color: var(--clay); transition: transform 0.3s; display: inline-block; }
.btn-line:hover { color: var(--clay); }
.btn-line:hover span { transform: translateX(5px); }

/* ---------- Header ---------- */
.site-head {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.1rem var(--pad);
  transition: background 0.35s, box-shadow 0.35s, padding 0.35s;
}
.site-head.scrolled {
  background: rgba(245, 240, 230, 0.94);
  backdrop-filter: blur(12px);
  box-shadow: 0 1px 0 var(--hair);
  padding-block: 0.7rem;
}
.wordmark {
  font-family: var(--serif);
  font-size: 1.55rem;
  font-weight: 500;
  letter-spacing: -0.01em;
}
.wordmark span { font-style: italic; font-weight: 300; color: var(--clay); margin-left: 0.3rem; }
.head-links { display: flex; gap: 1.9rem; }
.head-links a {
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--soft);
  transition: color 0.3s;
}
.head-links a:hover { color: var(--clay); }
.head-right { display: flex; align-items: center; gap: 1rem; }
.burger {
  display: none;
  background: none; border: 0; cursor: pointer;
  flex-direction: column; gap: 6px; padding: 8px;
}
.burger span { width: 24px; height: 1.5px; background: var(--ink); transition: all 0.3s; }
body.menu-open .burger span:first-child { transform: translateY(4px) rotate(45deg); }
body.menu-open .burger span:last-child { transform: translateY(-3.5px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero { padding: clamp(7.5rem, 14vw, 11rem) 0 clamp(2rem, 4vw, 4rem); }
.hero-grid {
  width: min(1240px, 100% - 2 * var(--pad));
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}
.kicker {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--clay);
  margin-bottom: 1.6rem;
}
.hero h1 { margin-bottom: 1.6rem; }
.lede { font-size: 1.12rem; color: var(--soft); max-width: 46ch; margin-bottom: 2.2rem; }
.hero-cta { display: flex; align-items: center; gap: 1.8rem; flex-wrap: wrap; margin-bottom: 3rem; }
.hero-facts {
  list-style: none;
  display: flex;
  gap: clamp(1.5rem, 4vw, 3.5rem);
  border-top: 1px solid var(--hair);
  padding-top: 1.6rem;
}
.hero-facts li { display: flex; align-items: baseline; gap: 0.7rem; }
.hero-facts strong {
  font-family: var(--serif);
  font-size: 2.3rem;
  font-weight: 400;
  color: var(--clay);
}
.hero-facts span { font-size: 0.78rem; line-height: 1.45; color: var(--soft); text-transform: uppercase; letter-spacing: 0.08em; }

.hero-art { position: relative; }
.arch {
  position: relative;
  overflow: hidden;
  border-radius: 999px 999px 6px 6px;
  background: var(--linen);
}
.arch img { position: relative; z-index: 2; width: 100%; height: 100%; object-fit: cover; }
.arch-hero { aspect-ratio: 4 / 5.1; }
.ph { position: absolute; inset: 0; }
.ph-hero  { background: radial-gradient(circle at 35% 25%, #d8c7a8, transparent 65%), linear-gradient(165deg, #cbb389 0%, #a98f68 100%); }
.ph-a { background: radial-gradient(circle at 60% 20%, #d3c2a1, transparent 60%), linear-gradient(180deg, #c2ab84, #a08663); }
.ph-1 { background: linear-gradient(160deg, #d6c3a0, #b39a72); }
.ph-2 { background: linear-gradient(160deg, #c9b592, #a58c66); }
.ph-3 { background: linear-gradient(160deg, #ddcbaa, #bfa67e); }
.ph-4 { background: linear-gradient(160deg, #cfbc9a, #ab9169); }
.ph::after {
  content: "✦";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: 1.6rem;
  color: rgba(255, 252, 245, 0.65);
}

.hero-stamp {
  position: absolute;
  bottom: -1.5rem; left: -2.5rem;
  z-index: 10;
  width: 126px; height: 126px;
  border-radius: 50%;
  background: var(--espresso);
  display: grid;
  place-items: center;
  animation: spin 24s linear infinite;
}
.hero-stamp svg { position: absolute; inset: 10px; overflow: visible; }
.hero-stamp text {
  font-family: var(--sans);
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  fill: var(--sand);
}
.hero-stamp em { font-style: normal; color: var(--clay); font-size: 1.3rem; animation: spin 24s linear infinite reverse; }
@keyframes spin { to { transform: rotate(360deg); } }

/* ---------- Ticker ---------- */
.ticker {
  overflow: hidden;
  border-block: 1px solid var(--hair);
  background: var(--linen);
  padding: 0.85rem 0;
}
.ticker-track { display: flex; white-space: nowrap; animation: ticker 30s linear infinite; }
.ticker-track span {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.15rem;
  color: var(--soft);
  padding-right: 0.5rem;
}
@keyframes ticker { to { transform: translateX(-50%); } }

/* ---------- Philosophy ---------- */
.phil-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: start;
}
.phil-copy h2 { margin-bottom: 1.8rem; }
.phil-copy .big { font-family: var(--serif); font-size: 1.4rem; line-height: 1.45; color: var(--ink); margin-bottom: 1.3rem; }
.phil-copy p:not(.big) { color: var(--soft); margin-bottom: 1.2rem; max-width: 60ch; }
.phil-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.9rem 2rem;
  margin-top: 2rem;
  border-top: 1px solid var(--hair);
  padding-top: 1.8rem;
}
.phil-points div { font-size: 0.92rem; font-weight: 500; }
.phil-points i { font-style: normal; color: var(--clay); margin-right: 0.6rem; }
.phil-art { position: sticky; top: 110px; }
.arch-tall { aspect-ratio: 3 / 4; }
.phil-art blockquote {
  font-family: var(--serif);
  font-size: 1.25rem;
  font-style: italic;
  line-height: 1.5;
  color: var(--soft);
  margin-top: 1.6rem;
  padding-left: 1.2rem;
  border-left: 2px solid var(--clay);
}
.phil-art blockquote em { color: var(--clay); }

/* ---------- Signature ---------- */
.signature { background: var(--linen); }
.sig-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
}
.sig-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1.2rem, 2.5vw, 2rem);
}
.sig-card .arch { aspect-ratio: 3 / 3.6; transition: transform 0.45s ease; }
.sig-card:hover .arch { transform: translateY(-8px); }
.sig-card:nth-child(even) { margin-top: 2.4rem; }
.sig-body { padding: 1.3rem 0.4rem 0; }
.sig-meta {
  font-size: 0.7rem; font-weight: 600;
  letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--clay); margin-bottom: 0.4rem;
}
.sig-card h3 { font-size: 1.5rem; margin-bottom: 0.5rem; }
.sig-body p:not(.sig-meta):not(.sig-price) { font-size: 0.92rem; color: var(--soft); }
.sig-price {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.25rem;
  color: var(--ink);
  margin-top: 0.7rem;
}

/* ---------- Menu ---------- */
.menu-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.6fr;
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: start;
}
.menu-nav { position: sticky; top: 110px; }
.menu-nav h2 { font-size: clamp(2.8rem, 5vw, 4.4rem); margin-bottom: 0.8rem; }
.menu-nav-note { font-size: 0.85rem; color: var(--soft); margin-bottom: 2rem; }
.menu-cats { display: flex; flex-direction: column; border-top: 1px solid var(--hair); }
.cat {
  display: flex;
  align-items: baseline;
  gap: 0.9rem;
  background: none;
  border: 0;
  border-bottom: 1px solid var(--hair);
  font-family: var(--serif);
  font-size: clamp(1.3rem, 2vw, 1.7rem);
  font-weight: 400;
  color: var(--soft);
  text-align: left;
  padding: 0.85rem 0.2rem;
  cursor: pointer;
  transition: color 0.3s, padding-left 0.3s;
}
.cat i {
  font-family: var(--sans);
  font-style: normal;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--clay);
  min-width: 1.4rem;
}
.cat:hover { color: var(--ink); padding-left: 0.7rem; }
.cat.active { color: var(--clay); font-style: italic; padding-left: 0.7rem; }
.menu-nav-cta { margin-top: 2.2rem; }
.menu-mobile-cta { display: none; }

.menu-panels { min-height: 500px; }
.panel { display: none; animation: rise 0.5s ease; }
.panel.active { display: block; }
@keyframes rise { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }

.panel-note {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.2rem;
  color: var(--soft);
  margin-bottom: 2.2rem;
  max-width: 56ch;
}
.rows { display: flex; flex-direction: column; }
.rows-2col { display: grid; grid-template-columns: 1fr 1fr; column-gap: 3rem; }
.row { border-bottom: 1px solid var(--hair); padding: 1.05rem 0; }
.row.slim { padding: 0.8rem 0; }
.row-top { display: flex; align-items: baseline; gap: 0.8rem; }
.row h3 { font-size: 1.22rem; font-weight: 500; }
.lead { flex: 1; border-bottom: 1px dotted #c5b696; transform: translateY(-4px); min-width: 20px; }
.meta {
  font-style: normal;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sage);
  white-space: nowrap;
}
.row b {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 500;
  font-size: 1.18rem;
  color: var(--clay);
  white-space: nowrap;
}
.row b .was {
  text-decoration: line-through;
  color: var(--soft);
  font-weight: 400;
  font-size: 0.82em;
  margin-right: 0.35rem;
}
.row p { font-size: 0.9rem; color: var(--soft); margin-top: 0.3rem; max-width: 58ch; }

/* ---------- Boutique ---------- */
.boutique { background: var(--espresso); }
.boutique h2 { color: var(--bone); }
.btq-head { max-width: 640px; margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.btq-head p { color: #b3a68e; margin-top: 1.1rem; }
.btq-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1.2rem, 2.5vw, 2rem);
}
.btq-card .arch { aspect-ratio: 3 / 3.4; background: #2c261d; transition: transform 0.45s; }
.btq-card:hover .arch { transform: translateY(-8px); }
.btq-card .ph-1 { background: linear-gradient(165deg, #4a3f30, #322a1f); }
.btq-card .ph-2 { background: linear-gradient(165deg, #453a2c, #2e271d); }
.btq-card .ph-3 { background: linear-gradient(165deg, #4f4232, #362d21); }
.btq-card .ph-4 { background: linear-gradient(165deg, #483d2e, #302920); }
.btq-card .ph::after { color: rgba(227, 216, 194, 0.4); }
.btq-card h3 { color: var(--sand); font-size: 1.35rem; margin-top: 1.1rem; }
.btq-card p { color: #9a8d75; font-size: 0.9rem; margin-top: 0.3rem; }
.btq-cta { text-align: center; margin-top: 3rem; }

/* ---------- Gift cards ---------- */
.giftcards { background: var(--linen); }
.gift-head { max-width: 640px; margin: 0 auto clamp(2.5rem, 5vw, 4rem); text-align: center; }
.gift-head .section-sub { margin-top: 1.1rem; }
.gift-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(2.5rem, 6vw, 5.5rem);
  align-items: start;
}
.gift-form .btn-solid.full span { color: var(--bone); margin-left: 0.3rem; }
.word-count {
  text-align: right;
  font-size: 0.78rem;
  color: var(--soft);
  margin-top: 0.4rem;
}
.word-count.limit { color: var(--clay); font-weight: 600; }
.value-preview {
  margin-top: 0.7rem;
  padding: 0.7rem 1rem;
  background: var(--bone);
  border: 1px solid var(--hair);
  border-radius: 4px;
  font-size: 0.9rem;
  color: var(--ink);
}
.value-preview b {
  font-family: var(--serif);
  font-style: italic;
  color: var(--clay);
  font-size: 1.1rem;
}
.value-preview small { display: block; color: var(--soft); font-size: 0.78rem; margin-top: 0.2rem; }

.gift-preview { display: flex; flex-direction: column; gap: 1.4rem; align-items: center; }
.gift-canvas-frame {
  width: 100%;
  aspect-ratio: 5 / 3;
  background: #fffdf8;
  border: 1px solid var(--hair);
  border-radius: 10px;
  box-shadow: 0 24px 60px rgba(38, 33, 26, 0.1);
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 0.6rem;
}
.gift-placeholder {
  font-family: var(--serif);
  font-style: italic;
  color: var(--soft);
  text-align: center;
  font-size: 1.05rem;
  line-height: 1.5;
}
.gift-canvas-frame canvas { width: 100%; height: 100%; border-radius: 6px; }
.gift-preview #gcWhatsapp { margin-top: 0.4rem; }
.gift-send-note { text-align: center; max-width: 40ch; }

/* ---------- Booking ---------- */
.book-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(2.5rem, 6vw, 5.5rem);
  align-items: start;
}
.book-copy h2 { margin-bottom: 1.4rem; }
.book-copy > p { color: var(--soft); max-width: 46ch; margin-bottom: 2rem; }
.book-direct { display: flex; flex-direction: column; gap: 0.8rem; margin-bottom: 2rem; }
.book-direct a {
  font-family: var(--serif);
  font-size: 1.45rem;
  transition: color 0.3s;
}
.book-direct a:hover { color: var(--clay); }
.book-direct i { font-style: normal; color: var(--clay); margin-right: 0.7rem; }
.book-note {
  font-size: 0.92rem;
  color: var(--soft);
  border-left: 2px solid var(--clay);
  padding: 0.4rem 0 0.4rem 1.2rem;
  max-width: 42ch;
}

.book-form {
  background: #fffdf8;
  border: 1px solid var(--hair);
  border-radius: 6px;
  padding: clamp(1.6rem, 3.5vw, 2.6rem);
  box-shadow: 0 24px 60px rgba(38, 33, 26, 0.08);
}
.f-row { margin-bottom: 1.25rem; }
.f-split { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.book-form label {
  display: block;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 0.45rem;
}
.book-form label small { color: var(--soft); text-transform: none; letter-spacing: 0.03em; }
.book-form input, .book-form select, .book-form textarea {
  width: 100%;
  font-family: var(--sans);
  font-size: 0.97rem;
  color: var(--ink);
  background: var(--bone);
  border: 1px solid var(--hair);
  border-radius: 4px;
  padding: 0.85rem 1rem;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.book-form input:focus, .book-form select:focus, .book-form textarea:focus {
  outline: 0;
  border-color: var(--clay);
  box-shadow: 0 0 0 3px rgba(176, 96, 60, 0.14);
}
.book-form textarea { resize: vertical; }
.f-hint { font-size: 0.82rem; color: var(--soft); text-align: center; margin-top: 0.9rem; }

/* Session location toggle */
.seg { display: flex; gap: 0.6rem; flex-wrap: wrap; }
.seg-opt { margin: 0; cursor: pointer; }
.seg-opt input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.seg-opt span {
  display: inline-block;
  font-size: 0.86rem;
  font-weight: 500;
  color: var(--soft);
  background: var(--bone);
  border: 1px solid var(--hair);
  border-radius: 99px;
  padding: 0.6rem 1.3rem;
  transition: all 0.25s ease;
}
.seg-opt:hover span { border-color: var(--clay); color: var(--clay); }
.seg-opt input:checked + span {
  background: var(--clay);
  border-color: var(--clay);
  color: var(--bone);
}
.seg-opt input:focus-visible + span {
  box-shadow: 0 0 0 3px rgba(176, 96, 60, 0.2);
}

/* Inline validation */
.err {
  font-size: 0.82rem;
  color: #a63a26;
  margin-top: 0.4rem;
}
.book-form .invalid,
.ms.invalid .ms-trigger {
  border-color: #a63a26 !important;
  box-shadow: 0 0 0 3px rgba(166, 58, 38, 0.12);
}

/* Treatments multi-select */
.ms { position: relative; }
.ms-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-family: var(--sans);
  font-size: 0.97rem;
  color: var(--ink);
  background: var(--bone);
  border: 1px solid var(--hair);
  border-radius: 4px;
  padding: 0.85rem 1rem;
  cursor: pointer;
  text-align: left;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.ms-trigger:focus-visible {
  outline: 0;
  border-color: var(--clay);
  box-shadow: 0 0 0 3px rgba(176, 96, 60, 0.14);
}
.ms-trigger i { font-style: normal; color: var(--clay); transition: transform 0.25s; }
.ms.open .ms-trigger i { transform: rotate(180deg); }
.ms-summary { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ms-summary.empty { color: #8d8471; }
.ms-panel {
  position: absolute;
  top: calc(100% + 6px);
  left: 0; right: 0;
  z-index: 20;
  max-height: 320px;
  overflow-y: auto;
  background: var(--bone);
  border: 1px solid var(--hair);
  border-radius: 6px;
  box-shadow: 0 24px 50px rgba(38, 33, 26, 0.16);
  padding: 0.6rem 1.1rem 0.9rem;
  scrollbar-width: thin;
  scrollbar-color: var(--sand) transparent;
}
.ms-panel::-webkit-scrollbar { width: 8px; }
.ms-panel::-webkit-scrollbar-track { background: transparent; }
.ms-panel::-webkit-scrollbar-thumb { background: var(--sand); border-radius: 99px; }
.ms-panel::-webkit-scrollbar-thumb:hover { background: var(--clay); }
.ms-group { padding-block: 0.65rem; }
.ms-group + .ms-group { border-top: 1px solid var(--hair); }
.ms-group > p {
  display: flex;
  align-items: baseline;
  gap: 0.7rem;
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.1rem;
  font-weight: 400;
  color: var(--clay);
  margin-bottom: 0.4rem;
}
.ms-group > p::after { content: ""; flex: 1; border-top: 1px dotted #c5b696; transform: translateY(-3px); }
.ms-group label {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-size: 0.95rem;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  color: var(--ink);
  padding: 0.36rem 0.45rem;
  border-radius: 4px;
  cursor: pointer;
  margin-bottom: 0;
  transition: background 0.2s;
}
.ms-group label:hover { background: var(--linen); }
.ms-group label:has(input:checked) { background: var(--linen); }
.ms-group label:has(input:checked) span { color: var(--clay-deep); font-weight: 500; }
.ms-group input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 1.1rem; height: 1.1rem;
  flex: 0 0 auto;
  border: 1px solid #c5b696;
  border-radius: 4px;
  background: #fffdf8;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
}
.ms-group input[type="checkbox"]:checked {
  border-color: var(--clay);
  background: var(--clay) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3.5 8.5l3 3 6-7' fill='none' stroke='%23f5f0e6' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 0.8rem no-repeat;
}
.ms-group input[type="checkbox"]:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(176, 96, 60, 0.2);
}
.ms-chips { display: flex; flex-wrap: wrap; gap: 0.45rem; margin-top: 0.6rem; }
.ms-chips:empty { display: none; }
.chip {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.82rem;
  font-weight: 500;
  background: var(--linen);
  border: 1px solid var(--hair);
  border-radius: 99px;
  padding: 0.32rem 0.5rem 0.32rem 0.85rem;
}
.chip button {
  border: 0;
  background: var(--sand);
  color: var(--ink);
  width: 1.15rem; height: 1.15rem;
  border-radius: 50%;
  font-size: 0.72rem;
  line-height: 1;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: background 0.25s, color 0.25s;
}
.chip button:hover { background: var(--clay); color: var(--bone); }

/* ---------- Visit ---------- */
.visit { background: var(--linen); }
.visit-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(2.5rem, 6vw, 5.5rem);
  align-items: center;
}
.visit-info h2 { margin-bottom: 2rem; }
.visit-list { display: grid; gap: 1.4rem; margin-bottom: 2.4rem; }
.visit-list dt {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--clay);
  margin-bottom: 0.25rem;
}
.visit-list dd { font-size: 1.02rem; }
.visit-list a:hover { color: var(--clay); }
.visit-map {
  border-radius: 999px 999px 6px 6px;
  overflow: hidden;
  aspect-ratio: 4 / 4.1;
  border: 1px solid var(--hair);
  background: var(--sand);
}
.visit-map iframe { width: 100%; height: 100%; border: 0; }

/* ---------- Footer ---------- */
.foot { background: var(--espresso); color: #b3a68e; padding-top: clamp(3rem, 6vw, 5rem); overflow: hidden; }
.foot-giant {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(3.5rem, 13vw, 11rem);
  line-height: 0.95;
  color: rgba(227, 216, 194, 0.16);
  white-space: nowrap;
  margin-bottom: clamp(2rem, 5vw, 3.5rem);
}
.foot-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 260px));
  justify-content: space-between;
  gap: 2.2rem;
  padding-bottom: 3rem;
}
.foot-col h4 {
  font-family: var(--sans);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--clay);
  margin-bottom: 1rem;
}
.foot-col a, .foot-col span { display: block; font-size: 0.95rem; margin-bottom: 0.5rem; transition: color 0.3s; }
.foot-col a:hover { color: var(--sand); }
.foot-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  border-top: 1px solid rgba(227, 216, 194, 0.12);
  padding-block: 1.4rem;
  font-size: 0.83rem;
}
.foot-bottom-right { display: inline-flex; align-items: center; gap: 1rem; }
.staff-link {
  color: var(--sand);
  border: 1px solid rgba(227, 216, 194, 0.28);
  border-radius: 99px;
  padding: 0.28rem 0.9rem;
  font-size: 0.76rem;
  letter-spacing: 0.04em;
  transition: all 0.3s;
}
.staff-link:hover { background: var(--clay); border-color: var(--clay); color: var(--bone); }

/* ---------- WhatsApp float ---------- */
.wa-float {
  position: fixed;
  bottom: 1.5rem; right: 1.5rem;
  z-index: 90;
  width: 54px; height: 54px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.25);
  transition: transform 0.3s;
}
.wa-float:hover { transform: scale(1.08); }

/* ---------- Reveal on scroll (hidden only once JS arms it) ---------- */
html.js-reveal .reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.7s ease, transform 0.7s ease; }
html.js-reveal .reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .ticker-track, .hero-stamp, .hero-stamp em { animation: none; }
}

/* ---------- Responsive ---------- */
@media (max-width: 1020px) {
  .sig-grid, .btq-grid { grid-template-columns: repeat(2, 1fr); }
  .sig-card:nth-child(even) { margin-top: 0; }
  .menu-layout { grid-template-columns: 1fr; }
  .menu-nav { position: static; }
  .menu-cats { flex-direction: row; flex-wrap: wrap; gap: 0.5rem; border: 0; }
  .cat {
    border: 1px solid var(--hair);
    border-radius: 99px;
    font-size: 1.05rem;
    padding: 0.5rem 1.1rem !important;
  }
  .cat.active { border-color: var(--clay); background: var(--clay); color: var(--bone); font-style: normal; }
  .cat i { display: none; }
  .menu-nav-cta { display: none; }
  .menu-mobile-cta { display: block; margin-top: 2.5rem; text-align: center; }
}

@media (max-width: 860px) {
  .hero-grid, .phil-grid, .book-grid, .visit-grid, .gift-grid { grid-template-columns: 1fr; }
  .hero-art { width: 100%; max-width: 420px; margin-inline: auto; }
  .hero-stamp { bottom: -1rem; left: auto; right: -0.8rem; width: 104px; height: 104px; }
  .phil-art { position: static; max-width: 460px; }
  .rows-2col { grid-template-columns: 1fr; }
  .visit-map { aspect-ratio: 4 / 3; border-radius: 6px; }
}

@media (max-width: 760px) {
  .burger { display: flex; padding: 8px 0 8px 8px; }
  .site-head { gap: 0.8rem; }
  .head-right { gap: 0.5rem; }
  .pill-txt { display: none; }
  .wordmark { font-size: 1.35rem; }
  .head-links {
    position: fixed;
    top: 0; right: -100%;
    height: 100svh;
    width: min(320px, 84vw);
    background: var(--bone);
    flex-direction: column;
    justify-content: center;
    gap: 1.7rem;
    padding: 2rem 2.4rem;
    box-shadow: -20px 0 60px rgba(0, 0, 0, 0.18);
    transition: right 0.4s ease;
    z-index: 99;
  }
  body.menu-open .head-links { right: 0; }
  .head-links a { font-size: 1rem; }
  .btn-pill { padding: 0.6rem 1.2rem; font-size: 0.72rem; }
  .hero-facts { flex-wrap: wrap; gap: 1.4rem 2rem; }
  .sig-grid, .btq-grid { grid-template-columns: 1fr; }
  .sig-card .arch, .btq-card .arch { aspect-ratio: 4 / 3.4; border-radius: 6px; }
  .f-split { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr; gap: 2rem; }
}
