/*
Theme Name: Meadow View Bearsted
Description: Classic WordPress theme converted exclusively from index-client-feedback-v2.html, with a dedicated front-page template.
Version: 1.1.0
Requires at least: 5.8
Requires PHP: 7.4
Text Domain: meadow-view
*/

:root {
  --forest: #526044;
  --forest-dark: #2f3732;
  --sage: #87917a;
  --sage-soft: #e8ebe3;
  --ivory: #f7f4ed;
  --cream: #fcfaf6;
  --stone: #d8d2c6;
  --ink: #2d322e;
  --muted: #646b64;
  --white: #ffffff;
  --gold: #c2a76e;
  --container: 1200px;
  --radius: 10px;
  --shadow: 0 16px 42px rgba(37, 42, 38, 0.14);
  --serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --sans: "Manrope", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { cursor: pointer; }

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.skip-link {
  display: block;
  width: fit-content;
  margin: 8px auto;
  padding: 8px 14px;
  background: var(--forest-dark);
  color: var(--white);
  border-radius: 4px;
}

.skip-link:not(:focus) {
  height: 1px;
  width: 1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  margin: -1px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(252, 250, 246, 0.96);
  border-bottom: 1px solid rgba(82, 96, 68, 0.12);
  backdrop-filter: blur(10px);
}

.header-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  flex-shrink: 0;
}

.brand-mark {
  width: 72px;
  height: 42px;
  color: var(--forest);
  object-fit: contain;
}

.brand-copy { display: grid; gap: 2px; }
.brand-name {
  font-family: var(--serif);
  font-size: 31px;
  line-height: 0.95;
  letter-spacing: 0.08em;
  color: var(--forest);
  text-transform: uppercase;
}

.brand-location {
  font-size: 10px;
  letter-spacing: 0.28em;
  color: var(--muted);
  text-transform: uppercase;
}

.nav-toggle {
  display: none;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--stone);
  background: transparent;
  color: var(--ink);
  padding: 9px 12px;
  border-radius: 4px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 32px;
}

.site-nav-links {
  display: flex;
  align-items: center;
  gap: 34px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-nav a:not(.button) {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.site-nav a:not(.button):hover,
.site-nav a:not(.button):focus-visible { color: var(--forest); }

.button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 11px 22px;
  border: 1px solid var(--forest);
  border-radius: 3px;
  background: var(--forest);
  color: var(--white);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
  background: var(--forest-dark);
}

.button-outline {
  background: transparent;
  color: var(--forest-dark);
  border-color: var(--forest);
}

.button-outline:hover,
.button-outline:focus-visible {
  color: var(--white);
  background: var(--forest);
}

.icon {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: 0 0 auto;
}

.hero {
  min-height: 535px;
  display: grid;
  align-items: center;
  color: var(--white);
  background-image:
    linear-gradient(90deg, rgba(25, 31, 29, 0.83) 0%, rgba(25, 31, 29, 0.56) 37%, rgba(25, 31, 29, 0.08) 67%, rgba(25, 31, 29, 0.03) 100%),
    url("assets/images/design-image-01.webp");
  background-size: cover;
  background-position: center 54%;
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  align-items: center;
  min-height: 535px;
}

.hero-content {
  max-width: 560px;
  padding-block: 84px 156px;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--forest);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.hero .eyebrow { color: rgba(255, 255, 255, 0.82); }

h1, h2, h3, p { margin-top: 0; }

h1 {
  margin-bottom: 18px;
  font-family: var(--serif);
  font-size: clamp(52px, 6vw, 74px);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 0.96;
}

h2 {
  margin-bottom: 15px;
  font-family: var(--serif);
  font-size: clamp(38px, 4.5vw, 52px);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1;
}

h3 {
  margin-bottom: 7px;
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 600;
  line-height: 1.05;
}

.hero-copy {
  max-width: 500px;
  margin-bottom: 25px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
}

.booking-wrap {
  background: var(--cream);
}

.booking-card {
  display: grid;
  grid-template-columns: 1fr 1fr 0.9fr auto;
  gap: 20px;
  align-items: end;
  margin-top: -84px;
  padding: 22px;
  background: rgba(252, 250, 246, 0.98);
  border: 1px solid rgba(82, 96, 68, 0.12);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.field { display: grid; gap: 7px; }
.field label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--muted);
  text-transform: uppercase;
}

.field-control {
  min-height: 48px;
  width: 100%;
  border: 1px solid var(--stone);
  border-radius: 3px;
  background: var(--white);
  color: var(--ink);
  padding: 10px 12px;
  outline: none;
}

.field-control:focus {
  border-color: var(--forest);
  box-shadow: 0 0 0 3px rgba(82, 96, 68, 0.12);
}

.booking-submit { min-height: 48px; }

.booking-note {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  margin: -2px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.booking-status {
  grid-column: 1 / -1;
  margin: 0;
  text-align: center;
  color: var(--forest-dark);
  font-size: 13px;
}

.section {
  padding-block: 78px;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 36px;
  text-align: center;
}

.section-heading .eyebrow { margin-bottom: 5px; }
.section-heading h2 { margin-bottom: 9px; }
.section-heading p { margin-bottom: 0; color: var(--muted); }

.section-rule {
  display: block;
  width: 28px;
  height: 1px;
  margin: 13px auto 0;
  background: var(--gold);
}

.highlights { padding-top: 60px; }

.highlight-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 14px;
}

.highlight-card {
  min-height: 140px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 10px;
  padding: 20px 12px;
  border: 1px solid var(--stone);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.38);
  text-align: center;
}

.highlight-card .icon {
  width: 38px;
  height: 38px;
  color: var(--forest);
  stroke-width: 1.4;
}

.highlight-card strong {
  font-size: 13px;
  line-height: 1.35;
}

.wellness-intro {
  --wellness-bleed: max(0px, calc((100vw - min(var(--container), calc(100vw - 40px))) / 2));
  padding: 0;
  overflow: hidden;
  background: linear-gradient(90deg, #e6e9df 0%, #eef0e9 41%, #f6f2e9 41%, #f6f2e9 100%);
}

.wellness-grid {
  display: grid;
  grid-template-columns: minmax(0, 4fr) minmax(0, 6fr);
  align-items: stretch;
  min-height: 360px;
  column-gap: 0;
}

.wellness-copy {
  position: relative;
  display: grid;
  align-content: center;
  padding: 56px 54px 56px 0;
}

.wellness-flourish {
  width: 54px;
  color: rgba(130, 144, 118, 0.75);
  margin-bottom: 18px;
}

.wellness-flourish svg {
  display: block;
  width: 100%;
  height: auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.wellness-copy p { max-width: 480px; color: var(--muted); }
.wellness-copy .button { justify-self: start; margin-top: 6px; }

.wellness-media {
  display: flex;
  align-items: stretch;
  min-width: 0;
}

.wellness-image {
  width: calc(100% + var(--wellness-bleed));
  min-height: 360px;
  margin-right: calc(-1 * var(--wellness-bleed));
  object-fit: cover;
  object-position: center;
}

.treatments { background: var(--cream); }

.treatment-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.treatment-card {
  display: grid;
  grid-template-columns: minmax(130px, 0.92fr) minmax(0, 1fr);
  min-height: 190px;
  overflow: hidden;
  border: 1px solid var(--stone);
  border-radius: 6px;
  background: var(--white);
}

.treatment-card img {
  height: 100%;
  object-fit: cover;
}

.treatment-copy {
  display: grid;
  align-content: center;
  padding: 22px;
}

.treatment-copy h3 { font-size: 22px; }
.treatment-copy p {
  margin-bottom: 14px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--forest-dark);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.gallery {
  padding-block: 4px 30px;
  background: var(--cream);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 3px;
  overflow: hidden;
}

.gallery-grid a {
  display: block;
  min-width: 0;
  overflow: hidden;
  background: var(--sage-soft);
}

.gallery-grid img {
  height: 170px;
  object-fit: cover;
  transition: transform 260ms ease;
}

.gallery-grid a:hover img,
.gallery-grid a:focus-visible img { transform: scale(1.035); }

.gallery-action {
  display: flex;
  justify-content: center;
  margin-top: -1px;
}

.gallery-action .button { min-width: 260px; }

.explore {
  background: linear-gradient(90deg, #e8ebe4, #f3f2ec);
}

.explore-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) repeat(2, minmax(0, 0.9fr));
  gap: 48px;
  align-items: center;
}

.explore-grid > .location-card {
  align-self: center;
}

.explore-copy p { max-width: 520px; color: var(--muted); }
.explore-copy .button { margin-top: 4px; }

.location-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding-left: 30px;
  border-left: 1px solid var(--stone);
}

.location-icon {
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  border: 1px solid var(--forest);
  border-radius: 50%;
  color: var(--forest);
}

.location-icon .icon { width: 32px; height: 32px; }
.location-card h3 { font-size: 24px; }
.location-card p { margin-bottom: 10px; color: var(--muted); font-size: 13px; }

.stay-types { background: var(--cream); }

.stay-type-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.stay-type-card {
  padding: 28px;
  border: 1px solid var(--stone);
  border-radius: 8px;
  background: var(--white);
}

.stay-type-card small {
  display: block;
  margin-bottom: 9px;
  color: var(--forest);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.stay-type-card p { margin-bottom: 0; color: var(--muted); }


.reviews {
  padding-top: 54px;
  padding-bottom: 54px;
  background: var(--cream);
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.review-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  padding: 24px 25px;
  border: 1px solid var(--stone);
  border-radius: 8px;
  background: var(--white);
}

.review-mark {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 38px;
  line-height: 0.9;
}

.review-card blockquote {
  margin: 0;
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.38;
}

.review-card cite {
  display: block;
  margin-top: 11px;
  color: var(--muted);
  font-family: var(--sans);
  font-size: 11px;
  font-style: normal;
  letter-spacing: 0.03em;
}

.faqs {
  padding-top: 0;
  background: var(--cream);
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

details {
  border: 1px solid var(--stone);
  border-radius: 6px;
  background: var(--white);
  padding: 18px 20px;
}

summary {
  cursor: pointer;
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
}

details p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.cta-band {
  padding-block: 26px;
  color: var(--white);
  background: var(--forest);
}

.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.cta-copy h2 { margin: 0; color: var(--white); font-size: 42px; }
.cta-copy p { margin: 2px 0 0; color: rgba(255, 255, 255, 0.8); }

.cta-band .button {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.74);
  background: transparent;
}

.cta-band .button:hover,
.cta-band .button:focus-visible {
  color: var(--forest-dark);
  background: var(--white);
}

.site-footer {
  padding-block: 44px 20px;
  color: rgba(255, 255, 255, 0.8);
  background: var(--forest-dark);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, minmax(0, 0.8fr));
  gap: 48px;
  align-items: start;
}

.footer-brand .brand-name { color: var(--white); font-size: 28px; }
.footer-brand .brand-location { color: rgba(255, 255, 255, 0.58); }
.footer-brand .brand-mark { width: 108px; height: 63px; color: var(--gold); }
.footer-brand p { max-width: 310px; margin: 18px 0 0; font-size: 13px; }

.footer-column h3 {
  margin-bottom: 12px;
  color: var(--white);
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-links {
  display: grid;
  gap: 7px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 13px;
}

.footer-links a:hover,
.footer-links a:focus-visible { color: var(--white); }

.contact-line {
  display: flex;
  gap: 9px;
  align-items: flex-start;
}

.contact-line .icon { width: 17px; height: 17px; margin-top: 3px; }

.social-links {
  display: flex;
  gap: 10px;
  margin-top: 14px;
}

.social-link {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
}

.social-link:hover,
.social-link:focus-visible {
  color: var(--forest-dark);
  background: var(--white);
}

.social-link .icon { width: 17px; height: 17px; }

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 34px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 11px;
}

:focus-visible {
  outline: 3px solid rgba(194, 167, 110, 0.75);
  outline-offset: 3px;
}

/* Second-pass visual refinements */
:root {
  --booking-overlap: 74px;
  --hero-booking-space: 92px;
}

.site-header {
  box-shadow: 0 1px 0 rgba(47, 55, 50, 0.04);
}

.header-inner {
  min-height: 84px;
}

.brand-mark {
  width: 76px;
  height: 44px;
}

.brand-name {
  font-size: 30px;
  letter-spacing: 0.095em;
}

.site-nav-links {
  gap: 31px;
}

.site-nav a:not(.button) {
  font-size: 12px;
  letter-spacing: 0.075em;
}

.button {
  min-height: 46px;
  padding-inline: 23px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.hero {
  min-height: 578px;
  padding-bottom: var(--hero-booking-space);
  align-items: stretch;
}

.hero-inner {
  min-height: 486px;
}

.hero-content {
  max-width: 600px;
  padding-block: 74px 52px;
}

h1 {
  max-width: 610px;
  margin-bottom: 20px;
  font-size: clamp(54px, 5.35vw, 76px);
  line-height: 0.97;
}

h2 {
  line-height: 1.02;
}

.hero-copy {
  max-width: 490px;
  margin-bottom: 28px;
  line-height: 1.7;
}

.booking-wrap {
  position: relative;
  z-index: 3;
  margin-top: calc(-1 * var(--booking-overlap));
  background: transparent;
}

.booking-card {
  grid-template-columns: 1fr 1fr 0.82fr auto;
  gap: 14px;
  margin-top: 0;
  padding: 22px 22px 15px;
  border-color: rgba(82, 96, 68, 0.16);
  border-radius: 10px;
  box-shadow: 0 20px 52px rgba(37, 42, 38, 0.17);
}

.field {
  gap: 6px;
}

.field-control,
.booking-submit {
  min-height: 50px;
}

.booking-note {
  margin-top: 0;
  font-size: 11px;
}

.section {
  padding-block: 68px;
}

.section-heading {
  margin-bottom: 32px;
}

.section-heading h2 {
  max-width: 820px;
  margin-inline: auto;
}

.highlights {
  padding-top: 68px;
  padding-bottom: 68px;
}

.highlight-grid {
  gap: 12px;
}

.highlight-card {
  min-height: 134px;
  padding: 18px 10px;
  border-color: rgba(82, 96, 68, 0.22);
  background: rgba(255, 255, 255, 0.5);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.highlight-card:hover {
  transform: translateY(-2px);
  border-color: rgba(82, 96, 68, 0.42);
  background: rgba(255, 255, 255, 0.82);
}

.wellness-grid {
  grid-template-columns: minmax(0, 4.25fr) minmax(0, 6.15fr);
  min-height: 390px;
}

.wellness-copy {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  column-gap: 26px;
  row-gap: 0;
  align-content: center;
  padding: 52px 58px 52px 0;
}

.wellness-copy > :not(.wellness-flourish) {
  grid-column: 2;
}

.wellness-flourish {
  grid-column: 1;
  grid-row: 1 / 6;
  align-self: center;
  width: 68px;
  margin: 0;
  color: rgba(116, 133, 105, 0.68);
}

.wellness-copy .eyebrow {
  margin-bottom: 7px;
}

.wellness-copy h2 {
  margin-bottom: 13px;
}

.wellness-copy p:not(.eyebrow) {
  margin-bottom: 18px;
  line-height: 1.7;
}

.wellness-media {
  min-height: 390px;
}

.wellness-image {
  height: 100%;
  min-height: 390px;
  border-left: 1px solid rgba(82, 96, 68, 0.1);
}

.treatments {
  padding-top: 72px;
  padding-bottom: 66px;
}

.treatment-grid {
  gap: 16px;
}

.treatment-card {
  min-height: 205px;
  border-radius: 5px;
  border-color: rgba(82, 96, 68, 0.2);
  box-shadow: 0 8px 22px rgba(37, 42, 38, 0.05);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.treatment-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 13px 28px rgba(37, 42, 38, 0.09);
}

.treatment-copy {
  padding: 24px;
}

.treatment-copy h3 {
  font-size: 23px;
}

.gallery {
  padding-bottom: 39px;
}

.gallery-grid img {
  height: 178px;
}

.gallery-action {
  position: relative;
  z-index: 1;
  margin-top: 24px;
}

.gallery-action .button {
  box-shadow: 0 8px 22px rgba(37, 42, 38, 0.14);
}

.gallery-lightbox {
  width: min(1100px, calc(100% - 28px));
  max-width: 1100px;
  max-height: calc(100vh - 28px);
  padding: clamp(14px, 3vw, 28px);
  border: 0;
  border-radius: 14px;
  background: rgba(31, 37, 33, 0.96);
  box-shadow: 0 30px 90px rgba(25, 30, 27, 0.42);
  overflow: hidden;
}

.gallery-lightbox::backdrop {
  background: rgba(31, 37, 33, 0.72);
  backdrop-filter: blur(4px);
}

.gallery-lightbox img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: calc(100vh - 84px);
  margin: 0 auto;
  object-fit: contain;
  border-radius: 6px;
}

.gallery-lightbox-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(74, 77, 78, 0.18);
  border-radius: 50%;
  background: var(--company-gold);
  color: var(--company-ink);
  font-size: 25px;
  line-height: 1;
  cursor: pointer;
}

.gallery-lightbox-close:hover,
.gallery-lightbox-close:focus-visible {
  background: var(--company-gold-hover);
  outline: 3px solid rgba(228, 208, 167, 0.5);
  outline-offset: 2px;
}

.explore {
  padding-block: 68px;
}

.reviews {
  padding-top: 66px;
  padding-bottom: 58px;
}

.review-card {
  min-height: 154px;
  border-color: rgba(82, 96, 68, 0.2);
  box-shadow: 0 8px 22px rgba(37, 42, 38, 0.035);
}

.faqs {
  padding-bottom: 72px;
}

details {
  border-color: rgba(82, 96, 68, 0.2);
}

.cta-band {
  padding-block: 27px;
  background: linear-gradient(90deg, #536348, #69775b);
}

.site-footer {
  padding-top: 48px;
}

@media (max-width: 1080px) {
  .header-inner { gap: 20px; }
  .site-nav-links { gap: 20px; }
  .site-nav { gap: 20px; }
  .highlight-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .treatment-card { grid-template-columns: 1fr; }
  .treatment-card img { height: 175px; }
  .gallery-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .explore-grid { grid-template-columns: 1fr 1fr; }
  .explore-copy { grid-column: 1 / -1; }
  .location-card:first-of-type { padding-left: 0; border-left: 0; }
}

@media (max-width: 860px) {
  :root {
    --booking-overlap: 60px;
    --hero-booking-space: 76px;
  }

  .header-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px 14px;
    padding-block: 11px;
  }
  .brand { min-width: 0; }
  .brand-copy { min-width: 0; }
  .nav-toggle {
    display: inline-flex;
    grid-column: 2;
    margin-left: 0;
  }
  .site-nav {
    grid-column: 1 / -1;
    width: 100%;
    display: block;
  }
  .site-nav-links { display: none; width: 100%; padding-block: 14px 4px; }
  .site-nav-links.is-open { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .site-nav-links .button { width: 100%; }

  .hero {
    min-height: 544px;
    padding-bottom: var(--hero-booking-space);
  }
  .hero-inner {
    min-height: 468px;
    grid-template-columns: 1fr;
  }
  .hero-content { max-width: 600px; padding-block: 64px 48px; }
  .hero-spacer { display: none; }

  .booking-card {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 0;
  }
  .booking-submit { width: 100%; }
  .wellness-intro .wellness-grid {
    width: 100%;
    grid-template-columns: 1fr;
  }
  .wellness-copy {
    width: min(calc(100% - 40px), var(--container));
    grid-template-columns: 62px minmax(0, 1fr);
    column-gap: 24px;
    margin-inline: auto;
    padding: 48px 0;
  }
  .wellness-flourish {
    grid-column: 1;
    grid-row: 1 / 6;
    width: 59px;
    margin: 0;
  }
  .wellness-media {
    display: block;
    height: 320px;
    min-height: 320px;
  }
  .wellness-image {
    width: 100%;
    height: 320px;
    min-height: 320px;
    margin-right: 0;
    border-left: 0;
  }
  .treatment-grid { grid-template-columns: 1fr; }
  .treatment-card { grid-template-columns: minmax(180px, 0.8fr) minmax(0, 1fr); }
  .treatment-card img { height: 100%; }
  .review-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  :root {
    --booking-overlap: 48px;
    --hero-booking-space: 64px;
  }

  .container { width: min(calc(100% - 28px), var(--container)); }
  .brand { gap: 9px; }
  .brand-mark { width: 48px; height: 35px; }
  .brand-name {
    font-size: 21px;
    letter-spacing: 0.075em;
    white-space: nowrap;
  }
  .brand-location {
    font-size: 7px;
    letter-spacing: 0.22em;
    white-space: nowrap;
  }
  .nav-toggle {
    gap: 6px;
    padding: 8px 10px;
    font-size: 13px;
  }
  .nav-toggle .icon {
    width: 20px;
    height: 20px;
  }

  .site-nav-links.is-open { grid-template-columns: 1fr; }
  .hero {
    min-height: 512px;
    padding-bottom: var(--hero-booking-space);
    background-position: 59% center;
  }
  .hero-inner { min-height: 448px; }
  .hero-content { padding-block: 56px 40px; }
  h1 { font-size: 49px; }

  .booking-card { grid-template-columns: 1fr; margin-top: 0; padding: 18px; }
  .booking-note, .booking-status { grid-column: 1; }
  .section { padding-block: 58px; }
  .highlights { padding-top: 54px; }
  .highlight-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .highlight-card { min-height: 132px; }

  .wellness-copy {
    width: min(calc(100% - 28px), var(--container));
    grid-template-columns: 1fr;
    padding: 43px 0;
  }
  .wellness-copy > :not(.wellness-flourish),
  .wellness-flourish {
    grid-column: 1;
  }
  .wellness-flourish {
    grid-row: auto;
    width: 49px;
    margin: 0 0 12px;
  }
  .wellness-media,
  .wellness-image {
    height: 270px;
    min-height: 270px;
  }
  .treatment-card { grid-template-columns: 1fr; }
  .treatment-card img { height: 210px; }

  .gallery-grid {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: 78%;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 8px;
  }
  .gallery-grid a { scroll-snap-align: start; }
  .gallery-grid img { height: 220px; }

  .explore-grid { grid-template-columns: 1fr; gap: 28px; }
  .explore-copy { grid-column: auto; }
  .location-card { padding: 24px 0 0; border-left: 0; border-top: 1px solid var(--stone); }
  .location-card:first-of-type { padding-top: 24px; border-top: 1px solid var(--stone); }
  .faq-grid { grid-template-columns: 1fr; }
  .cta-inner { align-items: flex-start; flex-direction: column; }
  .cta-band .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; }
}

/* Client feedback version */
:root {
  --company-ink: #4a4d4e;
  --company-logo-grey: #b3b2ae;
  --company-button-ink: #343532;
  --company-gold: #e4d0a7;
  --company-gold-hover: #c8a86c;
  --company-gold-soft: #f8f3e8;
}

#booking {
  scroll-margin-top: 104px;
}

.site-header .brand-mark {
  width: clamp(150px, 15vw, 190px);
  height: auto;
  max-height: 42px;
}

.button {
  border-color: var(--company-gold);
  background: var(--company-gold);
  color: var(--company-button-ink);
}

.button:hover,
.button:focus-visible {
  border-color: var(--company-gold-hover);
  background: var(--company-gold-hover);
  color: var(--company-button-ink);
}

.button-outline {
  color: var(--company-button-ink);
  border-color: var(--company-gold);
  background: transparent;
}

.button-outline:hover,
.button-outline:focus-visible {
  color: var(--company-button-ink);
  border-color: var(--company-gold);
  background: var(--company-gold);
}

.nav-toggle {
  border-color: var(--company-gold);
  background: var(--company-gold-soft);
  color: var(--company-button-ink);
}

.nav-toggle:hover,
.nav-toggle:focus-visible {
  border-color: var(--company-gold);
  background: var(--company-gold);
}

.cta-band .button {
  color: var(--company-button-ink);
  border-color: var(--company-gold);
  background: var(--company-gold);
}

.cta-band .button:hover,
.cta-band .button:focus-visible {
  color: var(--company-button-ink);
  border-color: var(--company-gold-hover);
  background: var(--company-gold-hover);
}

.wellness-copy h2 { color: var(--company-ink); }

.feedback-note {
  max-width: 520px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.feedback-note a {
  color: var(--company-ink);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: var(--company-gold);
  text-underline-offset: 3px;
}

.feedback-treatment-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: clamp(20px, 2vw, 28px);
}

.feedback-treatment-card {
  min-height: 340px;
  height: 340px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  overflow: hidden;
  padding: clamp(28px, 3vw, 38px);
  border: 1px solid rgba(74, 77, 78, 0.14);
  border-radius: 10px;
  background: var(--white);
  box-shadow: 0 12px 32px rgba(74, 77, 78, 0.055);
  color: inherit;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.feedback-treatment-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: var(--company-gold);
  transform: scaleX(0.18);
  transform-origin: left;
  transition: transform 180ms ease;
}

.feedback-treatment-card:hover,
.feedback-treatment-card:focus-visible {
  border-color: rgba(229, 208, 166, 0.95);
  box-shadow: 0 18px 42px rgba(74, 77, 78, 0.1);
  transform: translateY(-3px);
}

.feedback-treatment-card:hover::before,
.feedback-treatment-card:focus-visible::before {
  transform: scaleX(1);
}

.feedback-treatment-card:focus-visible {
  outline: 3px solid rgba(229, 208, 166, 0.72);
  outline-offset: 4px;
}

.feedback-treatment-main {
  display: grid;
  align-content: start;
  gap: 15px;
}

.feedback-treatment-card h3 {
  margin: 0;
  color: var(--company-ink);
  font-family: var(--serif);
  font-size: clamp(25px, 2vw, 30px);
  line-height: 1.08;
}

.feedback-treatment-number {
  display: block;
  margin-bottom: 4px;
  color: #b59864;
  font-family: var(--serif);
  font-size: 20px;
  line-height: 1;
}

.feedback-treatment-card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.72;
}

.feedback-treatment-link {
  width: fit-content;
  color: var(--company-ink);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-decoration: underline;
  text-decoration-color: var(--company-gold);
  text-underline-offset: 5px;
  text-transform: uppercase;
}


.feedback-qualifications li.feedback-qualification-treatment-item {
  padding: 0;
}

.feedback-qualification-treatment {
  width: 100%;
  min-height: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 11px 14px;
  border: 0;
  background: transparent;
  color: var(--company-ink);
  text-align: left;
  cursor: pointer;
}

.feedback-qualification-treatment strong {
  font: inherit;
  font-weight: 700;
}

.feedback-qualification-treatment span {
  flex: 0 0 auto;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: underline;
  text-decoration-color: var(--company-gold);
  text-underline-offset: 4px;
  text-transform: uppercase;
}

.feedback-qualification-treatment:hover,
.feedback-qualification-treatment:focus-visible {
  background: var(--company-gold);
  outline: none;
}

.feedback-qualification-treatment:focus-visible {
  box-shadow: inset 0 0 0 3px rgba(229, 208, 166, 0.72);
}
body.dialog-open { overflow: hidden; }

.treatment-dialog {
  width: min(900px, calc(100% - 32px));
  max-width: 900px;
  max-height: calc(100vh - 32px);
  padding: 0;
  overflow: auto;
  border: 0;
  border-radius: 12px;
  background: var(--white);
  color: var(--ink);
  box-shadow: 0 30px 90px rgba(25, 30, 27, 0.32);
}

.treatment-dialog::backdrop {
  background: rgba(31, 37, 33, 0.68);
  backdrop-filter: blur(4px);
}

.treatment-dialog-inner {
  display: grid;
  grid-template-columns: 1fr;
  min-height: 0;
}



.treatment-dialog-copy {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: clamp(36px, 5vw, 64px);
}

.treatment-dialog-copy h3 {
  margin: 0 0 16px;
  color: var(--company-ink);
  font-family: var(--serif);
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1.06;
}

.treatment-dialog-copy p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.72;
}

.treatment-dialog-copy ul {
  display: grid;
  gap: 8px;
  margin: 18px 0 28px;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.55;
}

.treatment-dialog-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(74, 77, 78, 0.18);
  border-radius: 50%;
  background: var(--company-gold-soft);
  color: var(--company-ink);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.treatment-dialog-close:hover,
.treatment-dialog-close:focus-visible {
  border-color: var(--company-gold);
  background: var(--company-gold);
  outline: 3px solid rgba(229, 208, 166, 0.5);
  outline-offset: 2px;
}
.holding-image {
  min-height: 170px;
  margin: 0;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: linear-gradient(145deg, #e7e1d8, #c9c2b7);
  color: var(--company-ink);
}

.holding-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 22%;
}

.holding-image figcaption {
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 5px 8px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--company-ink);
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.feedback-profiles {
  background: var(--ivory);
}

.feedback-therapist-section {
  background: var(--ivory);
}

.feedback-aesthetic-section {
  background: var(--cream);
  border-top: 1px solid rgba(74, 77, 78, 0.1);
}

.feedback-profile-grid {
  display: grid;
  grid-template-columns: minmax(240px, 0.82fr) minmax(0, 1.18fr);
  grid-template-areas: "media copy";
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}



.feedback-profile-grid--reverse {
  grid-template-columns: minmax(0, 1.18fr) minmax(240px, 0.82fr);
  grid-template-areas: "copy media";
}

.feedback-profile-media {
  grid-area: media;
  min-width: 0;
}

.feedback-profile-copy {
  grid-area: copy;
}

.feedback-profile-photo,
.feedback-profile-media > img {
  width: 100%;
  min-height: 0;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.feedback-profile-photo img {
  min-height: 0;
}

.feedback-profile-copy h2 { color: var(--company-ink); }
.feedback-profile-copy h3 { margin: 0 0 12px; color: var(--company-ink); font-family: var(--serif); font-size: 28px; }
.feedback-profile-copy p { max-width: 620px; color: var(--muted); }

.feedback-profile-grid--reverse .feedback-profile-copy > .button {
  margin-top: 18px;
}

.feedback-qualifications {
  display: grid;
  gap: 10px;
  margin: 22px 0;
  padding: 0;
  list-style: none;
}

.feedback-qualifications li {
  padding: 11px 14px;
  border-left: 3px solid var(--company-gold);
  background: var(--company-gold-soft);
  color: var(--company-ink);
  font-size: 14px;
}

@media (max-width: 900px) {
  .feedback-treatment-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .feedback-treatment-card { min-height: 330px; height: 330px; }
}

@media (max-width: 680px) {
  .site-header .brand-mark { width: 138px; max-height: 34px; }
  .treatment-dialog-inner { grid-template-columns: 1fr; }

  .treatment-dialog-copy { padding: 42px 24px 28px; }
  .feedback-treatment-grid,
  .feedback-profile-grid { grid-template-columns: 1fr; }
  .feedback-treatment-card { min-height: 300px; height: auto; padding: 26px; }
  .feedback-profile-grid,
  .feedback-profile-grid--reverse { grid-template-areas: "media" "copy"; }
}

/* Latest client feedback additions */
.highlight-grid {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.highlight-card--coming-soon {
  position: relative;
  background: linear-gradient(160deg, rgba(248, 243, 232, 0.92), rgba(255, 255, 255, 0.62));
}

.highlight-card--coming-soon small {
  color: var(--company-ink);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.35;
}

.gallery {
  padding-top: 14px;
  padding-bottom: 42px;
}

.gallery-grid {
  padding-top: 14px;
}

.booking-card {
  grid-template-columns: 1fr 1fr 0.72fr 1.45fr auto;
}

.booking-note {
  flex-wrap: wrap;
  row-gap: 2px;
}

.feedback-treatment-card h3 {
  max-width: 280px;
}

.feedback-treatment-meta {
  color: var(--company-ink) !important;
  font-size: 16px !important;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.explore > .container {
  display: grid;
  gap: 38px;
}

.explore-copy {
  max-width: 680px;
}

.explore-copy h2 {
  margin-bottom: 12px;
}

.explore-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 28px;
  align-items: stretch;
}

.explore-media-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.location-media-card {
  min-height: 245px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 25px;
  border: 1px solid rgba(82, 96, 68, 0.22);
  border-radius: 8px;
  color: var(--company-ink);
  box-shadow: 0 10px 28px rgba(37, 42, 38, 0.06);
}

.location-media-card--image {
  background: linear-gradient(145deg, rgba(222, 232, 219, 0.95), rgba(247, 244, 237, 0.96));
}

.location-media-card--video {
  background: linear-gradient(145deg, rgba(239, 230, 215, 0.96), rgba(252, 250, 246, 0.98));
}

.location-media-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-bottom: auto;
  border: 1px solid var(--company-gold);
  border-radius: 50%;
  color: var(--company-ink);
}

.location-media-icon .icon {
  width: 25px;
  height: 25px;
}

.location-media-label {
  margin-bottom: 6px;
  color: var(--company-ink);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.location-media-card strong {
  display: block;
  margin-bottom: 8px;
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 500;
  line-height: 1.02;
}

.location-media-card p {
  max-width: 220px;
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.explore-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  align-items: center;
}

.explore-details .location-card {
  padding-left: 22px;
  border-left: 1px solid var(--stone);
}

.nearby-dining {
  display: grid;
  grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.28fr);
  gap: 30px;
  align-items: center;
  padding: 28px 30px;
  border: 1px solid rgba(82, 96, 68, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.55);
}

.nearby-dining-copy h3 {
  margin-bottom: 10px;
  color: var(--company-ink);
  font-family: var(--serif);
  font-size: 31px;
  font-weight: 500;
  line-height: 1.02;
}

.nearby-dining-copy p:not(.eyebrow) {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 13px;
}

.dining-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px;
}

.dining-links a {
  min-height: 68px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 6px;
  padding: 12px 13px;
  border: 1px solid rgba(82, 96, 68, 0.17);
  border-radius: 5px;
  background: var(--white);
  color: var(--company-ink);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.dining-links a:hover,
.dining-links a:focus-visible {
  border-color: var(--company-gold-hover);
  box-shadow: 0 8px 18px rgba(37, 42, 38, 0.08);
  transform: translateY(-2px);
}

.dining-links span {
  font-family: var(--serif);
  font-size: 17px;
  line-height: 1.05;
}

.dining-links small {
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

@media (max-width: 1080px) {
  .highlight-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .booking-card {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .booking-submit,
  .booking-note,
  .booking-status {
    grid-column: 1 / -1;
  }

  .explore-layout {
    grid-template-columns: 1fr;
  }

  .explore-details {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nearby-dining {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .highlight-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .booking-card {
    grid-template-columns: 1fr;
  }

  .booking-submit,
  .booking-note,
  .booking-status {
    grid-column: 1;
  }

  .explore-media-grid,
  .explore-details {
    grid-template-columns: 1fr;
  }

  .nearby-dining {
    padding: 23px 18px;
  }

  .dining-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .location-media-card {
    min-height: 210px;
  }
}
/* Perfect location redesign */
.explore {
  background: var(--ivory);
  padding-block: clamp(72px, 9vw, 124px);
}

.explore > .container {
  gap: clamp(34px, 5vw, 58px);
}

.location-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 7vw, 96px);
  align-items: end;
}

.location-intro-heading h2 {
  max-width: 540px;
  margin-bottom: 0;
}

.location-intro-actions {
  max-width: 610px;
}

.location-intro-actions p {
  max-width: 600px;
  margin: 0;
  color: var(--muted);
}

.location-intro-actions .button {
  margin-top: 20px;
}

.location-feature-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.32fr) minmax(300px, 0.68fr);
  gap: 18px;
  align-items: stretch;
}

.location-feature-media,
.location-dining-media {
  position: relative;
  min-height: 490px;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--stone);
  box-shadow: var(--shadow);
}

.location-feature-media img,
.location-dining-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.location-media-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(18px, 3vw, 28px);
  background: linear-gradient(180deg, rgba(24, 31, 27, 0.24), transparent 42%, rgba(24, 31, 27, 0.72));
  color: #fff;
}

.location-placeholder-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: flex-start;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  background: rgba(24, 31, 27, 0.32);
  color: rgba(255, 255, 255, 0.9);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.location-placeholder-pill .icon {
  width: 14px;
  height: 14px;
}

.location-media-overlay figcaption {
  max-width: 270px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-transform: uppercase;
}

.location-story-card {
  display: flex;
  flex-direction: column;
  min-height: 490px;
  padding: clamp(28px, 4vw, 44px);
  border-radius: var(--radius);
  background: var(--company-ink);
  color: #fff;
  box-shadow: var(--shadow);
}

.location-story-card .eyebrow {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.68);
}

.location-story-card h3 {
  margin-bottom: 16px;
  color: #fff;
  font-family: var(--serif);
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 500;
  line-height: 1;
}

.location-story-card > p:not(.eyebrow) {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.65;
}

.location-facts {
  display: grid;
  gap: 0;
  margin: 28px 0 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.location-fact {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.location-fact > span {
  padding-top: 2px;
  color: var(--company-gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.location-fact strong,
.location-fact small {
  display: block;
}

.location-fact strong {
  color: #fff;
  font-family: var(--serif);
  font-size: 21px;
  font-weight: 500;
  line-height: 1.05;
}

.location-fact small {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.location-film-placeholder {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  margin-top: auto;
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.location-film-placeholder:hover,
.location-film-placeholder:focus-visible {
  border-color: rgba(255, 255, 255, 0.48);
  background: rgba(255, 255, 255, 0.13);
  color: #fff;
  transform: translateY(-2px);
}

.location-film-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid var(--company-gold);
  border-radius: 50%;
  color: var(--company-gold);
}

.location-film-icon .icon {
  width: 17px;
  height: 17px;
}

.location-film-placeholder small,
.location-film-placeholder strong {
  display: block;
}

.location-film-placeholder small {
  margin-bottom: 3px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.location-film-placeholder strong {
  color: #fff;
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.1;
}

.location-film-arrow {
  width: 17px;
  height: 17px;
  color: var(--company-gold);
}

.location-lower-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.62fr) minmax(0, 1.38fr);
  gap: 18px;
  align-items: stretch;
}

.location-dining-media {
  min-height: 360px;
}

.location-dining-card {
  display: grid;
  grid-template-columns: minmax(190px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(22px, 4vw, 46px);
  align-items: center;
  padding: clamp(24px, 4vw, 40px);
  border: 1px solid rgba(82, 96, 68, 0.18);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 10px 28px rgba(37, 42, 38, 0.05);
}

.location-dining-copy h3 {
  margin-bottom: 12px;
  color: var(--company-ink);
  font-family: var(--serif);
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 500;
  line-height: 1;
}

.location-dining-copy p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.location-dining-card .dining-links {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.location-dining-card .dining-links a {
  min-height: 70px;
  padding: 13px 14px;
  border-color: rgba(82, 96, 68, 0.17);
  border-radius: 6px;
  background: var(--ivory);
}

.location-dining-card .dining-links span {
  font-size: 17px;
}

.location-dining-card .dining-links small {
  font-size: 9px;
}

@media (max-width: 980px) {
  .location-intro {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .location-feature-grid {
    grid-template-columns: 1fr;
  }

  .location-feature-media,
  .location-story-card {
    min-height: 420px;
  }

  .location-lower-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .explore {
    padding-block: 64px 78px;
  }

  .location-feature-media,
  .location-story-card {
    min-height: 340px;
  }

  .location-story-card {
    padding: 28px 24px;
  }

  .location-dining-media {
    min-height: 285px;
  }

  .location-dining-card {
    grid-template-columns: 1fr;
    padding: 25px 18px;
  }
}
/* Treatments redesign */
.treatments {
  background: var(--cream);
}

.treatments > .container {
  display: grid;
  gap: clamp(28px, 4vw, 44px);
}

.treatment-heading-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.7fr);
  gap: clamp(28px, 6vw, 88px);
  align-items: end;
}

.treatment-heading-copy {
  max-width: 690px;
}

.treatment-heading-copy h2 {
  max-width: 610px;
  margin-bottom: 16px;
}

.treatment-heading-copy > p:not(.eyebrow) {
  max-width: 600px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.treatment-heading-copy .section-rule {
  margin-top: 24px;
}

.treatment-hours-card {
  position: relative;
  overflow: hidden;
  padding: clamp(24px, 4vw, 38px);
  border-radius: var(--radius);
  background: var(--company-ink);
  color: #fff;
  box-shadow: var(--shadow);
}

.treatment-hours-card::after {
  content: "";
  position: absolute;
  right: -46px;
  bottom: -76px;
  width: 160px;
  height: 160px;
  border: 1px solid rgba(229, 208, 166, 0.38);
  border-radius: 50%;
}

.treatment-hours-label {
  display: block;
  margin-bottom: 10px;
  color: var(--company-gold);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.treatment-hours-card > strong {
  display: block;
  color: #fff;
  font-family: var(--serif);
  font-size: clamp(30px, 3.4vw, 43px);
  font-weight: 500;
  line-height: 0.98;
}

.treatment-hours-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  margin-top: 25px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.treatment-hours-item strong,
.treatment-hours-item span {
  display: block;
}

.treatment-hours-item strong {
  color: #fff;
  font-size: 15px;
}

.treatment-hours-item span {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 11px;
  line-height: 1.4;
}

.treatment-schedule-note {
  display: none;
}

.feedback-treatment-list {
  width: 100%;
  max-width: none;
  margin: 0;
  border-top: 1px solid rgba(82, 96, 68, 0.28);
}

.feedback-treatment-row {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) minmax(90px, auto) minmax(150px, auto);
  gap: 18px;
  align-items: center;
  padding: 20px 18px 20px 8px;
  border-bottom: 1px solid rgba(82, 96, 68, 0.2);
  color: var(--company-ink);
  text-decoration: none;
  transition: background 180ms ease, padding 180ms ease, border-color 180ms ease;
}

.feedback-treatment-row:hover,
.feedback-treatment-row:focus-visible {
  padding-left: 16px;
  border-bottom-color: rgba(181, 152, 100, 0.72);
  background: rgba(255, 255, 255, 0.72);
  color: var(--company-ink);
}

.feedback-treatment-row:focus-visible {
  outline: 3px solid rgba(229, 208, 166, 0.72);
  outline-offset: 3px;
}

.feedback-treatment-row .feedback-treatment-number {
  margin: 0;
  color: #b59864;
  font-size: 12px;
  letter-spacing: 0.08em;
}

.feedback-treatment-row-copy strong,
.feedback-treatment-row-copy small {
  display: block;
}

.feedback-treatment-row-copy strong {
  color: var(--company-ink);
  font-family: var(--serif);
  font-size: clamp(22px, 2.2vw, 30px);
  font-weight: 500;
  line-height: 1.05;
}

.feedback-treatment-row-copy small {
  margin-top: 5px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.feedback-treatment-price {
  color: var(--company-ink);
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 500;
  white-space: nowrap;
}

.feedback-treatment-row .feedback-treatment-link {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 9px;
  width: auto;
  color: var(--company-ink);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration-color: var(--company-gold);
  text-underline-offset: 5px;
  text-transform: uppercase;
  white-space: nowrap;
}

.feedback-treatment-row .feedback-treatment-link .icon {
  width: 15px;
  height: 15px;
  color: var(--company-gold-hover);
  transition: transform 180ms ease;
}

.feedback-treatment-row:hover .feedback-treatment-link .icon,
.feedback-treatment-row:focus-visible .feedback-treatment-link .icon {
  transform: translateX(3px);
}

@media (max-width: 820px) {
  .treatment-heading-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .treatment-hours-card {
    max-width: 620px;
  }

  .feedback-treatment-row {
    grid-template-columns: 42px minmax(0, 1fr) auto;
  }

  .feedback-treatment-row .feedback-treatment-link {
    grid-column: 2 / -1;
    justify-content: flex-start;
    margin-top: 7px;
  }
}

@media (max-width: 520px) {
  .feedback-treatment-row {
    grid-template-columns: 32px minmax(0, 1fr) auto;
    gap: 12px;
    padding: 18px 10px 18px 2px;
  }

  .feedback-treatment-row:hover,
  .feedback-treatment-row:focus-visible {
    padding-left: 8px;
  }

  .feedback-treatment-row-copy strong {
    font-size: 23px;
  }

  .feedback-treatment-price {
    font-size: 22px;
  }

  .feedback-treatment-row .feedback-treatment-link {
    font-size: 9px;
  }
}
/* Location intro alignment */
.location-intro-heading .location-intro-description {
  max-width: 610px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.location-intro-actions {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  max-width: none;
}

.location-intro-actions .button {
  margin-top: 0;
}

@media (max-width: 980px) {
  .location-intro-actions {
    justify-content: flex-start;
  }
}
/* Location media cycling */
.location-feature-media video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.location-feature-media img[hidden],
.location-feature-media video[hidden] {
  display: none;
}

.location-feature-media.is-video-placeholder .location-media-overlay {
  background: linear-gradient(180deg, rgba(24, 31, 27, 0.46), transparent 36%, rgba(24, 31, 27, 0.82));
}

button.location-film-placeholder {
  width: 100%;
  font: inherit;
  text-align: left;
  cursor: pointer;
}
/* Aesthetics CTA banner */
.aesthetics-cta-section {
  padding-block: clamp(48px, 7vw, 88px);
  background: var(--cream);
}

.aesthetics-cta-banner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: clamp(22px, 4vw, 52px);
  align-items: center;
  padding: clamp(28px, 5vw, 52px);
  border-radius: var(--radius);
  background: linear-gradient(112deg, #4d5c42 0%, #6d795f 100%);
  box-shadow: var(--shadow);
}

.aesthetics-cta-mark {
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 50%;
  color: var(--cream);
}

.aesthetics-cta-mark .icon {
  width: 38px;
  height: 38px;
}

.aesthetics-cta-copy .eyebrow {
  margin-bottom: 9px;
  color: rgba(255, 255, 255, 0.78);
}

.aesthetics-cta-copy h2 {
  margin-bottom: 12px;
  color: #fff;
}

.aesthetics-cta-copy p:not(.eyebrow) {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
}

.aesthetics-cta-copy a {
  color: #fff;
  text-decoration-color: rgba(255, 255, 255, 0.52);
}

.aesthetics-cta-button {
  margin: 0;
  white-space: nowrap;
  background: var(--cream);
  color: var(--company-ink);
  box-shadow: none;
}

.aesthetics-cta-button:hover,
.aesthetics-cta-button:focus-visible {
  background: #fff;
  color: var(--company-ink);
}

@media (max-width: 760px) {
  .aesthetics-cta-banner {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .aesthetics-cta-button {
    grid-column: 1 / -1;
    width: 100%;
  }
}

@media (max-width: 520px) {
  .aesthetics-cta-banner {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 28px 24px;
  }

  .aesthetics-cta-mark {
    width: 64px;
    height: 64px;
  }
}

/* WordPress integration. Original v2 design styles above are preserved. */
body.admin-bar .site-header { top: 32px; }
@media (max-width: 782px) {
  body.admin-bar .site-header { top: 46px; }
}
@media (max-width: 600px) {
  body.admin-bar .site-header { top: 0; }
}
.wp-content-area { min-height: 50vh; }
.wp-entry + .wp-entry { margin-top: 3rem; }
.wp-entry a:not(.button) { text-decoration: underline; }
.wp-entry img { max-width: 100%; height: auto; width: auto; }
.wp-entry .alignleft { float: left; margin: 0 1.5rem 1.5rem 0; }
.wp-entry .alignright { float: right; margin: 0 0 1.5rem 1.5rem; }
.wp-entry .aligncenter { display: block; margin-inline: auto; }
.wp-entry::after { content: ""; display: table; clear: both; }
.wp-caption { max-width: 100%; }
.wp-caption-text, .gallery-caption { color: var(--muted); font-size: 0.875rem; }
.screen-reader-text {
  position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0;
  overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0;
}
.screen-reader-text:focus {
  position: fixed; top: 1rem; left: 1rem; width: auto; height: auto;
  margin: 0; padding: 1rem; clip-path: none; z-index: 100000;
  background: var(--cream); color: var(--ink);
}

/* Editable homepage media and optional sections. */
.location-media-overlay [hidden] { display: none !important; }
.location-feature-media.has-video .location-media-overlay { pointer-events: none; }
.location-feature-grid > .location-story-card:only-child { grid-column: 1 / -1; }
main:not(:has(> .hero)) > .booking-wrap { margin-top: 24px; }
