:root {
  --ink: #28231d;
  --muted: #746b61;
  --cream: #fbf7f0;
  --linen: #efe5d8;
  --paper: #fffdf9;
  --clay: #9b7059;
  --clay-dark: #6d4938;
  --leaf: #546b4e;
  --moss: #263d32;
  --rose: #d9a5a6;
  --line: rgba(61, 48, 38, 0.14);
  --shadow: 0 24px 70px rgba(48, 35, 25, 0.14);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

img, video { display: block; max-width: 100%; }

a { color: inherit; }

h1, h2, h3, p { margin-top: 0; }

h1, h2, h3, .brand {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.04;
}

h1 { font-size: clamp(2.75rem, 7vw, 6.8rem); }
h2 { font-size: clamp(2rem, 4vw, 4rem); }
h3 { font-size: 1.35rem; }
p { color: var(--muted); }

.kicker {
  margin-bottom: 0.8rem;
  color: var(--clay-dark);
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.85rem 1.15rem;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--clay);
  color: #fff;
  font-weight: 850;
  text-decoration: none;
  box-shadow: 0 16px 34px rgba(109, 73, 56, 0.2);
}

.button:hover { background: var(--clay-dark); }
.button--light { background: #fff; color: var(--ink); }
.button--ghost { background: rgba(255,255,255,0.14); border-color: rgba(255,255,255,0.5); box-shadow: none; }
.button--outline { background: transparent; color: var(--clay-dark); border-color: var(--clay); box-shadow: none; }
.button--small { min-height: 40px; padding: 0.6rem 0.9rem; font-size: 0.92rem; }

.site-nav, .compact-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem clamp(1rem, 4vw, 4rem);
}

.site-nav {
  color: #fff;
  background: linear-gradient(rgba(0,0,0,0.32), transparent);
}

.site-nav--soft, .compact-nav {
  position: sticky;
  color: var(--ink);
  background: rgba(251, 247, 240, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.site-nav--white {
  color: #fff;
  background: linear-gradient(rgba(0,0,0,0.48), rgba(0,0,0,0.08));
  border-bottom: 1px solid rgba(255,255,255,0.18);
}

.brand {
  font-size: 1.55rem;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

nav a {
  color: inherit;
  font-size: 0.95rem;
  opacity: 0.86;
  text-decoration: none;
}

.section {
  padding: clamp(3rem, 7vw, 7rem) clamp(1rem, 4vw, 4rem);
}

.call-widget {
  position: fixed;
  right: clamp(0.8rem, 3vw, 2rem);
  bottom: clamp(0.8rem, 3vw, 2rem);
  z-index: 40;
  display: grid;
  gap: 0.1rem;
  min-width: 178px;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(255,255,255,0.5);
  border-radius: 8px;
  background: rgba(38, 61, 50, 0.9);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 18px 50px rgba(25, 20, 16, 0.28);
  backdrop-filter: blur(16px);
}

.call-widget span {
  color: rgba(255,255,255,0.74);
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.call-widget strong {
  font-size: 1.15rem;
  letter-spacing: 0.02em;
}

.call-widget--cream {
  background: rgba(255,253,249,0.92);
  color: var(--ink);
  border-color: var(--line);
}

.call-widget--cream span { color: var(--clay-dark); }
.call-widget--strong { background: rgba(109, 73, 56, 0.94); }

.chooser {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(3rem, 7vw, 7rem) 0;
}

.chooser h1 { max-width: 950px; font-size: clamp(2.5rem, 6vw, 5.6rem); }
.chooser__lead { max-width: 760px; font-size: 1.15rem; }

.concept-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2.5rem;
}

.concept-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  color: inherit;
  text-decoration: none;
  box-shadow: var(--shadow);
}

.concept-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.concept-card span, .concept-card h2, .concept-card p { margin-left: 1.1rem; margin-right: 1.1rem; }
.concept-card span { display: block; margin-top: 1.1rem; color: var(--clay-dark); font-weight: 850; font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.12em; }
.concept-card h2 { margin-bottom: 0.6rem; font-size: 1.8rem; }
.concept-card p { margin-bottom: 1.2rem; }

.hero--cinematic {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  display: grid;
  align-items: end;
  padding: clamp(7rem, 10vw, 9rem) clamp(1rem, 5vw, 5rem) clamp(2rem, 5vw, 4rem);
  color: #fff;
}

.hero--cinematic video,
.hero--cinematic > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(20,16,12,0.82), rgba(20,16,12,0.34) 55%, rgba(20,16,12,0.58)), linear-gradient(0deg, rgba(20,16,12,0.7), transparent 55%);
}

.hero__copy {
  position: relative;
  max-width: 920px;
  z-index: 1;
}

.hero__copy--narrow { max-width: 820px; }
.hero__copy p { max-width: 650px; color: rgba(255,255,255,0.82); font-size: 1.16rem; }
.hero__copy .kicker { color: #f5d7bf; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 1.5rem; }

.hero__booking {
  position: absolute;
  right: clamp(1rem, 4vw, 4rem);
  bottom: clamp(1rem, 4vw, 4rem);
  z-index: 1;
  width: min(320px, calc(100% - 2rem));
  padding: 1rem;
  border: 1px solid rgba(255,255,255,0.24);
  border-radius: 8px;
  background: rgba(255,255,255,0.13);
  backdrop-filter: blur(18px);
}

.hero__booking span { color: rgba(255,255,255,0.72); }
.hero__booking strong { display: block; margin: 0.25rem 0; font-size: 1.65rem; }
.hero__booking p { margin: 0; color: rgba(255,255,255,0.78); }

.split-section, .profile-panel, .soft-contact, .charlotte {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.8fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.split-section img, .profile-panel img, .soft-contact img, .charlotte img {
  width: 100%;
  min-height: 420px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.service-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 2rem;
  background: var(--line);
  border: 1px solid var(--line);
}

.service-row article {
  min-height: 260px;
  padding: 1.3rem;
  background: var(--paper);
}

.service-row span { color: var(--clay); font-weight: 850; }
.service-row--warm article { background: linear-gradient(180deg, #fffdf9, #f8efe5); }

.dark-panel {
  display: grid;
  grid-template-columns: minmax(260px, 0.55fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 4rem);
  background: var(--moss);
  color: #fff;
}

.dark-panel p, .dark-panel .kicker { color: #d9c6b2; }
.dark-panel h2 { max-width: 520px; }

.price-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.price-columns ul, .menu-list article, .local-grid article, .quick-info article {
  margin: 0;
  padding: 1.1rem;
  border-radius: 8px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.18);
  list-style: none;
}

.price-columns li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.7rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.16);
}

.price-columns li:last-child { border-bottom: 0; }
.price-columns span { color: rgba(255,255,255,0.72); }
.price-columns strong { white-space: nowrap; color: #fff; }

.gallery-band {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  gap: 1rem;
}

.gallery-band img {
  width: 100%;
  height: clamp(280px, 34vw, 500px);
  object-fit: cover;
  border-radius: 8px;
}

.contact-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  background: var(--linen);
}

.storefront-hero {
  position: relative;
  min-height: 94vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: clamp(7rem, 10vw, 9rem) clamp(1rem, 5vw, 5rem) clamp(3rem, 6vw, 5rem);
  color: #fff;
}

.storefront-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.storefront-hero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(24,19,14,0.76), rgba(24,19,14,0.2) 55%, rgba(24,19,14,0.36)),
    linear-gradient(0deg, rgba(24,19,14,0.68), rgba(24,19,14,0.05) 64%);
}

.storefront-hero__copy {
  position: relative;
  z-index: 1;
  width: min(880px, 100%);
}

.storefront-hero__copy p {
  max-width: 660px;
  color: rgba(255,255,255,0.82);
  font-size: 1.16rem;
}

.storefront-hero__copy .kicker { color: #f4d4bc; }

.video-under-hero,
.video-card-row {
  display: grid;
  grid-template-columns: minmax(280px, 0.45fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: center;
  padding: clamp(2.5rem, 6vw, 5rem) clamp(1rem, 5vw, 5rem);
  background: #171f1a;
  color: #fff;
}

.video-under-hero p,
.video-card-row p,
.video-under-hero .kicker,
.video-card-row .kicker {
  color: rgba(255,255,255,0.76);
}

.video-under-hero video,
.video-card-row video {
  width: 100%;
  max-height: 620px;
  border-radius: 8px;
  background: #000;
  box-shadow: 0 24px 70px rgba(0,0,0,0.28);
}

.video-card-row {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.45fr);
  background: #f6eee3;
  color: var(--ink);
}

.video-card-row p,
.video-card-row .kicker { color: var(--muted); }

.video-card-row--dark {
  background: #263d32;
  color: #fff;
}

.video-card-row--dark p,
.video-card-row--dark .kicker { color: rgba(255,255,255,0.78); }

.service-showcase { background: #fffdf9; }

.final-about {
  background: #f7efe5;
}

.final-about > div {
  max-width: 900px;
}

.charlotte-foldout {
  background: #fffdf9;
}

.foldout-card {
  display: block;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 55px rgba(48, 35, 25, 0.08);
  overflow: hidden;
}

.foldout-card summary {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
  padding: 1.2rem clamp(1rem, 3vw, 1.6rem);
  cursor: pointer;
  list-style: none;
}

.foldout-card summary::-webkit-details-marker {
  display: none;
}

.foldout-card summary span {
  color: var(--clay-dark);
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.foldout-card summary strong {
  color: var(--ink);
  font-size: 1.08rem;
}

.foldout-card summary::after {
  content: "+";
  justify-self: end;
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: var(--linen);
  color: var(--clay-dark);
  font-size: 1.25rem;
  font-weight: 700;
}

.foldout-card[open] summary::after {
  content: "-";
}

.foldout-content {
  padding: 0 clamp(1rem, 3vw, 1.6rem) 1.4rem;
  border-top: 1px solid var(--line);
}

.charlotte-content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
}

.charlotte-room {
  grid-column: 1 / -1;
  margin: 1.2rem 0 0;
}

.charlotte-room img {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 18px 55px rgba(48, 35, 25, 0.12);
}

.charlotte-content > div {
  padding-top: 1.2rem;
}

.charlotte-content h3 {
  margin-bottom: 0.6rem;
}

.charlotte-price-box {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 1rem;
  background: #f8f0e6;
}

.charlotte-price-box ul {
  margin: 0.8rem 0;
  padding-left: 1.2rem;
  font-weight: 800;
}

.price-foldout .table-wrap {
  border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
}

.contact-gift {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.45fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
  background:
    linear-gradient(rgba(38, 61, 50, 0.78), rgba(38, 61, 50, 0.78)),
    url('../assets/images/treatment-bed.jpg') center/cover;
  color: #fff;
}

.contact-gift p,
.contact-gift .kicker {
  color: rgba(255,255,255,0.8);
}

.contact-panel {
  display: block;
  padding: 1.3rem;
  border: 1px solid rgba(255,255,255,0.26);
  border-radius: 8px;
  background: rgba(255,255,255,0.13);
  backdrop-filter: blur(14px);
  color: inherit;
  text-decoration: none;
}

.contact-panel--link {
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.contact-panel--link:hover {
  transform: translateY(-2px);
  background: rgba(255,255,255,0.18);
  border-color: rgba(255,255,255,0.42);
}

.contact-panel span {
  display: block;
  color: rgba(255,255,255,0.72);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-panel strong {
  display: block;
  margin: 0.35rem 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.1;
}

.contact-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 1rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.contact-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.contact-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(24, 19, 14, 0.56);
  backdrop-filter: blur(8px);
}

.contact-modal__card {
  position: relative;
  width: min(860px, calc(100vw - 2rem));
  padding: clamp(1.25rem, 4vw, 2rem);
  border: 1px solid rgba(255,255,255,0.74);
  border-radius: 8px;
  background: rgba(255, 253, 249, 0.96);
  box-shadow: 0 28px 90px rgba(24, 19, 14, 0.32);
  transform: translateY(14px) scale(0.98);
  transition: transform 180ms ease;
}

.contact-modal.is-open .contact-modal__card {
  transform: translateY(0) scale(1);
}

.contact-modal__close {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  color: var(--ink);
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 1;
}

.contact-modal__number {
  display: block;
  margin: 1rem 0;
  color: var(--clay-dark);
  font-family: "Segoe UI", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(2.2rem, 6vw, 5.2rem);
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1, "lnum" 1;
  font-weight: 650;
  letter-spacing: 0.01em;
  line-height: 0.95;
  text-decoration: none;
  white-space: nowrap;
}

.contact-modal__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.25rem;
}

.editorial-hero,
.booking-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  min-height: 92vh;
  padding: clamp(6rem, 10vw, 9rem) clamp(1rem, 5vw, 5rem) clamp(3rem, 6vw, 5rem);
  background: linear-gradient(135deg, #2a211b 0%, #3b2d24 42%, #f5eadc 42%, #f5eadc 100%);
  color: #fff;
}

.editorial-hero__copy,
.booking-hero__copy {
  max-width: 720px;
}

.editorial-hero__copy p,
.booking-hero__copy p {
  color: rgba(255,255,255,0.78);
  font-size: 1.14rem;
}

.editorial-hero__copy .kicker,
.booking-hero__copy .kicker { color: #f2d0b8; }

.editorial-hero > img,
.booking-hero > img {
  width: 100%;
  min-height: 520px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.booking-hero {
  grid-template-columns: minmax(0, 0.7fr) minmax(300px, 0.9fr);
  background: linear-gradient(135deg, #fbf5eb 0%, #fbf5eb 54%, #2d4035 54%, #2d4035 100%);
  color: var(--ink);
}

.booking-hero__copy p { color: var(--muted); }
.booking-hero__copy .kicker { color: var(--clay-dark); }

.gift-card--soft {
  background:
    linear-gradient(rgba(247,239,229,0.86), rgba(247,239,229,0.86)),
    url('../assets/images/product-display.jpg') center/cover;
  color: var(--ink);
}

.gift-card--soft p,
.gift-card--soft .kicker { color: var(--muted); }

.trust-band {
  display: grid;
  grid-template-columns: minmax(260px, 0.55fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 4rem);
  background: #fffdf9;
}

.trust-grid,
.ritual-steps,
.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.trust-grid article,
.ritual-steps article,
.faq-grid article {
  padding: 1.25rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,0.72);
}

.trust-grid span,
.ritual-steps span {
  display: inline-flex;
  margin-bottom: 0.75rem;
  color: var(--clay-dark);
  font-weight: 850;
}

.first-time { background: #f7efe5; }

.greenetiq-note {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  background: #eef2e7;
}

.greenetiq-note--reverse {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.9fr);
  background: #f9f3ea;
}

.greenetiq-note img {
  width: 100%;
  min-height: 380px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.gift-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  background:
    linear-gradient(rgba(38, 61, 50, 0.72), rgba(38, 61, 50, 0.72)),
    url('../assets/images/product-display.jpg') center/cover;
  color: #fff;
}

.gift-card p,
.gift-card .kicker { color: rgba(255,255,255,0.78); }

.faq { background: #fffdf9; }
.faq--soft { background: #f3eadf; }
.faq h2 { max-width: 760px; }

.ritual-intro {
  display: grid;
  grid-template-columns: minmax(280px, 0.65fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 4rem);
  background: #fffaf2;
}

.profile-panel--cinema {
  background:
    linear-gradient(135deg, rgba(38,61,50,0.08), rgba(217,165,166,0.15)),
    #f8f2e9;
}

.menu-board--cream {
  background: #2d4035;
}

.price-table--warm { background: #fbf3e8; }

.compact-nav--dark {
  color: #fff;
  background: rgba(38, 33, 28, 0.72);
  border-bottom: 1px solid rgba(255,255,255,0.14);
}

.quick-info--overlay {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 2rem));
  margin: -3rem auto 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.local-services--cinema { background: #f7efe5; }

.table-note {
  max-width: 780px;
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: 0.96rem;
}

.gallery-band--captioned figure {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 44px rgba(48, 35, 25, 0.09);
}

.gallery-band--captioned img { border-radius: 0; }
.gallery-band--captioned figcaption {
  padding: 0.9rem 1rem;
  color: var(--clay-dark);
  font-weight: 800;
}

.botanical-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  min-height: 88vh;
  padding: clamp(5rem, 9vw, 8rem) clamp(1rem, 5vw, 5rem) clamp(3rem, 6vw, 5rem);
  background: linear-gradient(135deg, #f8f3ea 0%, #eff3e9 58%, #f7e7e7 100%);
}

.botanical-hero__copy p { max-width: 620px; font-size: 1.14rem; }
.botanical-hero__media {
  display: grid;
  grid-template-columns: 0.88fr 0.7fr;
  gap: 1rem;
  align-items: end;
}

.botanical-hero__media img {
  width: 100%;
  height: clamp(360px, 46vw, 620px);
  object-fit: cover;
  border-radius: 999px 999px 8px 8px;
  box-shadow: var(--shadow);
}

.botanical-hero__media img:last-child {
  height: clamp(260px, 32vw, 430px);
  border-radius: 8px;
}

.ingredients { background: var(--paper); }
.pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.pillars article {
  padding: 1.3rem;
  border-left: 3px solid var(--leaf);
  background: #f5f7ef;
}

.profile-panel { background: #eaf0e3; }
.profile-panel img { order: -1; }

.menu-board { background: var(--leaf); color: #fff; }
.menu-board p, .menu-board .kicker { color: rgba(255,255,255,0.78); }
.menu-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.menu-list article { background: rgba(255,255,255,0.12); }
.menu-list p { margin-bottom: 0.35rem; color: rgba(255,255,255,0.78); }

.soft-contact {
  background: #fbf7f0;
}

.local-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.65fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  padding: clamp(3rem, 7vw, 6rem) clamp(1rem, 5vw, 5rem);
  background: #fffaf2;
}

.local-hero h1 { font-size: clamp(2.35rem, 5vw, 5rem); }
.local-hero p { max-width: 680px; font-size: 1.15rem; }
.local-hero img {
  width: 100%;
  max-height: 720px;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.quick-actions { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 1.4rem; }

.quick-info {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.quick-info article {
  border: 0;
  border-radius: 0;
  background: #fff;
}

.quick-info span {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.quick-info strong { display: block; margin-top: 0.35rem; font-size: 1.05rem; }

.local-services { background: #f1e7da; }
.local-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.local-grid article {
  background: rgba(255,255,255,0.65);
  border: 1px solid var(--line);
}

.price-table { background: var(--paper); }
.table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
}

th, td {
  padding: 1rem;
  border-bottom: 1px solid var(--line);
  text-align: left;
}

th { font-weight: 650; color: var(--ink); }
td { width: 150px; color: var(--clay-dark); font-weight: 850; white-space: nowrap; }
tr:last-child th, tr:last-child td { border-bottom: 0; }

.charlotte { background: #ecf0e5; }
.charlotte ul { margin: 1rem 0 0; padding-left: 1.2rem; color: var(--ink); font-weight: 700; }

.final-call {
  text-align: center;
  background: var(--moss);
  color: #fff;
}

.final-call p { color: rgba(255,255,255,0.75); }

@media (max-width: 980px) {
  .concept-grid,
  .service-row,
  .price-columns,
  .pillars,
  .menu-list,
  .local-grid,
  .quick-info {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .botanical-hero,
  .split-section,
  .profile-panel,
  .soft-contact,
  .charlotte,
  .local-hero,
  .dark-panel,
  .trust-band,
  .greenetiq-note,
  .greenetiq-note--reverse,
  .ritual-intro,
  .video-under-hero,
  .video-card-row,
  .editorial-hero,
  .booking-hero,
  .contact-gift {
    grid-template-columns: 1fr;
  }

  .hero__booking {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 2rem;
  }

  .gallery-band { grid-template-columns: 1fr; }
  .contact-strip,
  .gift-card { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 640px) {
  .site-nav, .compact-nav {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-nav { position: absolute; }
  nav { gap: 0.7rem; }
  h1 { font-size: 2.55rem; }

  .concept-grid,
  .service-row,
  .price-columns,
  .pillars,
  .menu-list,
  .local-grid,
  .quick-info,
  .trust-grid,
  .ritual-steps,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .hero--cinematic { min-height: 860px; }
  .storefront-hero { min-height: 820px; }
  .storefront-hero__copy p,
  .editorial-hero__copy p,
  .booking-hero__copy p { font-size: 1.03rem; }
  .call-widget {
    right: 0.75rem;
    left: 0.75rem;
    bottom: 0.75rem;
    min-width: 0;
  }
  .contact-modal__number {
    font-size: clamp(2rem, 10vw, 3.4rem);
  }
  .next-build main { padding-bottom: 5.8rem; }
  .botanical-hero__media { grid-template-columns: 1fr; }
  .foldout-card summary,
  .charlotte-content {
    grid-template-columns: 1fr;
  }
  .botanical-hero__media img,
  .botanical-hero__media img:last-child,
  .split-section img,
  .profile-panel img,
  .soft-contact img,
  .charlotte img {
    min-height: 300px;
    height: 320px;
    border-radius: 8px;
  }

  .price-columns li { align-items: flex-start; flex-direction: column; gap: 0.2rem; }
}
