@charset "utf-8";
/* =============================================================================
 * PHIWELL Beauty & Wellness — CORE STYLESHEET
 * File: assets/css/styles.css   ·   Owner: AGENT-CSS
 * -----------------------------------------------------------------------------
 * Plain, flat CSS. No nesting, no @layer, no imports, no CDN, no remote assets.
 * Everything works from file:// by double-clicking index.html.
 *
 * PALETTE: the logo only — sage/pistachio + deep burgundy, on warm cream/ink
 * neutrals. No blue, no grey-blue, no pure black, no pure-black shadows.
 *
 * THE ONE RULE: .btn--primary (Book Now) is the single loudest action on any
 * screen. Nothing else in this file may out-shout it.
 *
 * IMAGERY: there are no photographs anywhere in this project. Every visual slot
 * is a designed CSS placeholder (.media--*): layered gradient meshes, a faint
 * botanical line motif and a Phi watermark, all inline (data: URIs, no network).
 *
 * CONTENTS
 *   01 Tokens
 *   02 Reset & base
 *   03 Layout primitives
 *   04 Typography
 *   05 Buttons
 *   06 Header, navigation, mobile nav
 *   07 Sticky book bar & floating WhatsApp
 *   08 Hero & page hero
 *   09 Media placeholders
 *   10 Cards
 *   11 Treatment menu, prices, variants
 *   12 Features, checklists, numbered steps
 *   13 Brand partners
 *   14 Testimonials
 *   15 Accordion
 *   16 CTA band
 *   17 Gift cards
 *   18 Journal & post
 *   19 Contact, forms, map
 *   20 Products
 *   21 Misc utilities, toast, 404
 *   22 Footer
 *   23 Responsive (1080 / 860 / 560)
 *   24 Reduced motion
 *   25 Print
 * ========================================================================== */

/* =============================================================================
 * 01 TOKENS
 * ========================================================================== */

:root {
  /* --- colour ------------------------------------------------------------ */
  --c-burgundy: #46121E;
  --c-burgundy-800: #350E17;
  --c-burgundy-900: #240A0F;
  --c-burgundy-600: #5E1B2A;
  --c-burgundy-500: #782637;
  --c-sage: #D3D7B4;
  --c-sage-100: #EFF1E2;
  --c-sage-200: #E3E7CE;
  --c-sage-400: #C0C69C;
  --c-sage-600: #9AA274;
  /* Darkened from #6E7550, which cleared WCAG AA on white but failed on every
     tinted ground it is actually used on (4.26:1 on shell, 3.84:1 on sage-200).
     Used only as a text colour, for eyebrows and small uppercase labels. */
  --c-sage-800: #5A6141;
  --c-cream: #FBF8F1;
  --c-shell: #F4F0E6;
  --c-ink: #241417;
  --c-body: #4C3F42;
  /* Darkened from #7D7073, which failed WCAG AA at 4.46:1 on cream and 4.15:1
     on shell while being used exclusively for small text. Now ~5.4:1 / 5.0:1,
     still clearly quieter than --c-body. */
  --c-muted: #6B5D60;
  --c-line: rgba(70, 18, 30, .13);
  --c-line-strong: rgba(70, 18, 30, .24);
  --c-white: #FFFFFF;
  --c-blush: #E9DAD5;
  --c-focus: #46121E;

  /* --- type -------------------------------------------------------------- */
  --f-display: 'Cormorant Garamond', 'Cormorant', Didot, 'Big Caslon', 'Times New Roman', Georgia, serif;
  --f-ui: 'Jost', 'Futura', 'Avenir Next', -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;

  --t-h1: clamp(2.6rem, 6.2vw, 5rem);
  --t-h2: clamp(2rem, 3.6vw, 3.1rem);
  --t-h3: clamp(1.25rem, 1.9vw, 1.6rem);
  --t-h4: clamp(1.1rem, 1.3vw, 1.28rem);
  --t-body: 1.0625rem;      /* 17px */
  --t-small: .875rem;
  --t-eyebrow: .72rem;

  /* --- space ------------------------------------------------------------- */
  --s-1: .5rem;
  --s-2: 1rem;
  --s-3: 1.5rem;
  --s-4: 2rem;
  --s-5: 2.5rem;
  --s-6: 3rem;
  --s-7: 3.5rem;
  --s-8: 4rem;
  --s-9: 4.5rem;
  --s-10: 5rem;
  --s-11: 5.5rem;
  --s-12: 6rem;

  --section-pad: clamp(4.5rem, 9vw, 8rem);
  --container: 1200px;
  --container-narrow: 820px;
  --gutter: clamp(1.25rem, 5vw, 2.5rem);

  /* --- shape ------------------------------------------------------------- */
  --r-sm: 6px;
  --r-md: 12px;
  --r-lg: 20px;
  --r-pill: 999px;

  /* --- warm shadows (never grey, never pure black) ----------------------- */
  --sh-1: 0 1px 2px rgba(36, 20, 23, .05), 0 4px 14px -6px rgba(36, 20, 23, .10);
  --sh-2: 0 2px 6px rgba(36, 20, 23, .06), 0 18px 40px -18px rgba(36, 20, 23, .20);
  --sh-3: 0 3px 10px rgba(36, 20, 23, .08), 0 30px 60px -24px rgba(36, 20, 23, .28);
  --sh-btn: 0 2px 6px rgba(70, 18, 30, .18), 0 12px 26px -12px rgba(70, 18, 30, .45);
  --sh-btn-hover: 0 4px 10px rgba(70, 18, 30, .22), 0 20px 38px -14px rgba(70, 18, 30, .5);

  /* --- motion ------------------------------------------------------------ */
  --ease: cubic-bezier(.22, .61, .36, 1);
  --d-fast: 180ms;
  --d-mid: 280ms;
  --d-slow: 420ms;

  /* --- layers ------------------------------------------------------------ */
  --z-wa: 56;
  --z-bookbar: 58;
  --z-header: 60;
  --z-scrim: 70;
  --z-mobilenav: 80;
  --z-toast: 300;
  --z-skip: 400;

  /* --- inline textures (data: URIs — no network requests) ---------------- */
  --tex-grain: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='180' height='180'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/><feColorMatrix type='saturate' values='0'/></filter><rect width='180' height='180' filter='url(%23n)'/></svg>");
  --tex-sprig: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240 240' fill='none' stroke='%23241417' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'><path d='M120,236C120,180,120,120,120,12'/><path d='M120,180C96,176,78,160,72,136C98,134,116,152,120,180Z'/><path d='M120,144C144,140,162,124,168,100C142,98,124,116,120,144Z'/><path d='M120,108C96,104,78,88,72,64C98,62,116,80,120,108Z'/><path d='M120,72C144,68,162,52,168,28C142,26,124,44,120,72Z'/></svg>");
  --tex-frond: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 200' fill='none' stroke='%2346121E' stroke-width='1' stroke-linecap='round'><path d='M8,192C80,192,150,160,196,104C232,60,268,28,312,12'/><path d='M60,190C64,166,80,146,104,138'/><path d='M104,172C104,148,118,126,142,116'/><path d='M148,146C146,122,158,100,180,88'/><path d='M192,114C188,90,198,66,218,52'/><path d='M232,80C226,58,234,36,252,22'/></svg>");
}

/* =============================================================================
 * 02 RESET & BASE
 * ========================================================================== */

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scrollbar-gutter: stable;
  scrollbar-color: var(--c-sage-600) var(--c-shell);
}

html,
body {
  min-height: 100%;
}

body {
  background: var(--c-cream);
  color: var(--c-body);
  font-family: var(--f-ui);
  font-size: var(--t-body);
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: .005em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
  overflow-wrap: break-word;
}

/* Never let a stray wide child create a sideways scrollbar. Scoped to the view
   container: fixed-position chrome (book bar, nav panel, toast) is unaffected. */
#app {
  overflow-x: clip;
}

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

img,
video {
  height: auto;
}

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
  letter-spacing: inherit;
}

button {
  background: none;
  border: 0;
  cursor: pointer;
}

ul,
ol {
  padding: 0;
  list-style: none;
}

a {
  color: var(--c-burgundy);
  text-decoration: none;
  transition: color var(--d-fast) var(--ease);
}

a:hover {
  color: var(--c-burgundy-500);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--f-display);
  font-weight: 400;
  color: var(--c-ink);
  line-height: 1.12;
  letter-spacing: -.005em;
  overflow-wrap: break-word;
}

strong, b {
  font-weight: 500;
  color: var(--c-ink);
}

em, i {
  font-style: italic;
}

hr {
  border: 0;
  height: 1px;
  background: var(--c-line);
}

table {
  border-collapse: collapse;
  width: 100%;
}

[hidden] {
  display: none !important;
}

::selection {
  background: var(--c-sage);
  color: var(--c-burgundy-900);
}

/* --- focus ---------------------------------------------------------------- */
:focus-visible {
  outline: 2px solid var(--c-focus);
  outline-offset: 2px;
  border-radius: 3px;
}

.section--dark :focus-visible,
.cta-band :focus-visible,
.site-footer :focus-visible,
.hero :focus-visible {
  outline-color: var(--c-sage);
}

/* --- accessibility helpers ------------------------------------------------ */
.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  top: -100px;
  left: var(--gutter);
  z-index: var(--z-skip);
  display: inline-block;
  padding: .85rem 1.4rem;
  background: var(--c-burgundy);
  color: var(--c-cream);
  font-size: .8rem;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
  border-radius: 0 0 var(--r-sm) var(--r-sm);
  box-shadow: var(--sh-2);
  transition: top var(--d-mid) var(--ease);
}

.skip-link:focus,
.skip-link:focus-visible {
  top: 0;
  color: var(--c-cream);
  outline-color: var(--c-sage);
}

/* Anchors never hide under the sticky header. */
:target {
  scroll-margin-top: 6.5rem;
}

/* =============================================================================
 * 03 LAYOUT PRIMITIVES
 * ========================================================================== */

.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.container--narrow {
  max-width: var(--container-narrow);
}

/* --- sections ------------------------------------------------------------- */
.section {
  position: relative;
  padding-block: var(--section-pad);
}

.section--tint {
  background: var(--c-shell);
}

.section--sage {
  background: linear-gradient(170deg, var(--c-sage-100) 0%, var(--c-sage-200) 100%);
}

.section--dark {
  background: var(--c-burgundy-800);
  color: var(--c-sage-200);
}

.section--dark h1,
.section--dark h2,
.section--dark h3,
.section--dark h4,
.section--dark .section__title,
.section--dark .card__title {
  color: var(--c-cream);
}

.section--dark .section__lead,
.section--dark p {
  color: var(--c-sage-200);
}

.section--dark .eyebrow {
  color: var(--c-sage);
}

.section--dark a {
  color: var(--c-sage);
}

.section--dark a:hover {
  color: var(--c-white);
}

.section--dark .rule,
.section--dark hr {
  background: rgba(211, 215, 180, .22);
}

.section--flush {
  padding-block: 0;
}

.section__head {
  max-width: 62ch;
  margin-bottom: clamp(2.25rem, 4vw, 3.5rem);
}

.section__head--center {
  margin-inline: auto;
  text-align: center;
}

.section__title {
  font-size: var(--t-h2);
  font-weight: 300;
  line-height: 1.08;
  color: var(--c-ink);
}

.section__title + .section__lead {
  margin-top: 1.15rem;
}

.section__lead {
  font-size: clamp(1.02rem, 1.3vw, 1.15rem);
  line-height: 1.72;
  color: var(--c-body);
  max-width: 62ch;
}

.section__head--center .section__lead {
  margin-inline: auto;
}

.section__foot {
  margin-top: clamp(2.25rem, 4vw, 3.25rem);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.25rem;
}

.section__head--center + .section__foot,
.section__foot--center {
  justify-content: center;
}

/* --- rules & ornaments ---------------------------------------------------- */
.rule {
  height: 1px;
  border: 0;
  background: var(--c-line);
  margin-block: clamp(2rem, 4vw, 3rem);
}

.divider-leaf {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  color: var(--c-sage-600);
  margin-block: clamp(2rem, 4vw, 3rem);
}

.divider-leaf::before,
.divider-leaf::after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  background: linear-gradient(90deg, rgba(70, 18, 30, 0), var(--c-line) 45%, var(--c-line) 55%, rgba(70, 18, 30, 0));
}

.divider-leaf img,
.divider-leaf svg {
  width: 26px;
  height: 26px;
  flex: 0 0 auto;
  opacity: .75;
}

/* --- grids ---------------------------------------------------------------- */
.grid {
  display: grid;
  gap: var(--gap, clamp(1.25rem, 2.4vw, 2rem));
}

.grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

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

.grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid--sidebar {
  grid-template-columns: minmax(0, 1fr) minmax(0, 320px);
  align-items: start;
  --gap: clamp(2rem, 4vw, 3.5rem);
}

.grid--split {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  --gap: clamp(2rem, 5vw, 4.5rem);
}

.gap-sm {
  --gap: clamp(.75rem, 1.4vw, 1.15rem);
}

.gap-lg {
  --gap: clamp(2rem, 4vw, 3.25rem);
}

.stack {
  display: flex;
  flex-direction: column;
  gap: var(--gap, 1.25rem);
}

.stack > * {
  min-width: 0;
}

.cluster {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--gap, 1rem);
}

/* =============================================================================
 * 04 TYPOGRAPHY
 * ========================================================================== */

h1,
.h1 {
  font-size: var(--t-h1);
  font-weight: 300;
  line-height: 1.05;
}

h2,
.h2 {
  font-size: var(--t-h2);
  font-weight: 300;
  line-height: 1.1;
}

h3,
.h3 {
  font-size: var(--t-h3);
  font-weight: 400;
  line-height: 1.18;
}

h4,
.h4 {
  font-size: var(--t-h4);
  font-weight: 500;
  line-height: 1.25;
}

.eyebrow {
  display: block;
  font-family: var(--f-ui);
  font-size: var(--t-eyebrow);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--c-sage-800);
  margin-bottom: .9rem;
}

.eyebrow--center {
  text-align: center;
}

/* --- prose ---------------------------------------------------------------- */
.prose {
  max-width: 68ch;
  color: var(--c-body);
}

.prose > * + * {
  margin-top: 1.15em;
}

.prose p {
  font-size: var(--t-body);
  line-height: 1.75;
}

.prose h2 {
  font-size: var(--t-h2);
  margin-top: 1.8em;
}

.prose h3 {
  font-size: var(--t-h3);
  margin-top: 1.9em;
  margin-bottom: -.2em;
}

.prose ul,
.prose ol {
  padding-left: 1.35rem;
  display: flex;
  flex-direction: column;
  gap: .55rem;
}

.prose ul {
  list-style: none;
  padding-left: 0;
}

.prose ul li {
  position: relative;
  padding-left: 1.5rem;
}

.prose ul li::before {
  content: "";
  position: absolute;
  left: .1rem;
  top: .72em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--c-sage-600);
}

.prose ol {
  list-style: decimal;
}

.prose a {
  color: var(--c-burgundy);
  text-decoration: underline;
  text-underline-offset: .22em;
  text-decoration-thickness: 1px;
  text-decoration-color: var(--c-line-strong);
}

.prose a:hover {
  text-decoration-color: var(--c-burgundy);
}

.prose blockquote {
  border-left: 2px solid var(--c-sage-400);
  padding-left: 1.35rem;
  font-family: var(--f-display);
  font-size: 1.3rem;
  line-height: 1.45;
  color: var(--c-ink);
}

/* =============================================================================
 * 05 BUTTONS
 * The single rule: .btn--primary is always the loudest action on screen.
 * ========================================================================== */

.btn {
  --btn-pad-y: .82rem;
  --btn-pad-x: 1.6rem;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .6em;
  padding: var(--btn-pad-y) var(--btn-pad-x);
  font-family: var(--f-ui);
  font-size: .78rem;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: .13em;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  border: 1px solid transparent;
  border-radius: var(--r-pill);
  cursor: pointer;
  transition:
    background-color var(--d-mid) var(--ease),
    border-color var(--d-mid) var(--ease),
    color var(--d-mid) var(--ease),
    box-shadow var(--d-mid) var(--ease),
    transform var(--d-mid) var(--ease);
}

.btn:focus-visible {
  outline: 2px solid var(--c-focus);
  outline-offset: 2px;
}

.btn__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 1.05em;
  height: 1.05em;
}

.btn__icon svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
  fill: none;
}

/* --- PRIMARY: Book Now, and nothing else --------------------------------- */
.btn--primary {
  --btn-pad-y: 1.02rem;
  --btn-pad-x: 2.15rem;
  background-color: var(--c-burgundy);
  background-image: linear-gradient(178deg, rgba(255, 255, 255, .09), rgba(255, 255, 255, 0) 55%);
  color: var(--c-cream);
  font-size: .84rem;
  font-weight: 500;
  letter-spacing: .15em;
  border-color: var(--c-burgundy);
  box-shadow: var(--sh-btn);
}

.btn--primary:hover {
  background-color: var(--c-burgundy-600);
  border-color: var(--c-burgundy-600);
  color: var(--c-white);
  transform: translateY(-2px);
  box-shadow: var(--sh-btn-hover);
}

.btn--primary:active {
  transform: translateY(0);
  background-color: var(--c-burgundy-800);
  box-shadow: var(--sh-btn);
}

/* --- SECONDARY: everything else that needs a box -------------------------- */
.btn--secondary {
  background-color: transparent;
  color: var(--c-burgundy);
  border-color: var(--c-line-strong);
}

.btn--secondary:hover {
  background-color: rgba(70, 18, 30, .05);
  border-color: var(--c-burgundy);
  color: var(--c-burgundy);
}

.btn--secondary:active {
  background-color: rgba(70, 18, 30, .09);
}

/* --- GHOST: a text link with an arrow ------------------------------------ */
.btn--ghost {
  --btn-pad-y: .4rem;
  --btn-pad-x: 0;
  background: none;
  border-color: transparent;
  color: var(--c-burgundy);
  letter-spacing: .12em;
}

.btn--ghost::after {
  content: "\2192";
  font-size: 1.05em;
  line-height: 1;
  letter-spacing: 0;
  transition: transform var(--d-mid) var(--ease);
}

.btn--ghost:hover {
  color: var(--c-burgundy-500);
}

.btn--ghost:hover::after {
  transform: translateX(5px);
}

/* --- WHATSAPP: deliberately quiet, sage, never brand-green ---------------- */
.btn--whatsapp {
  --btn-pad-y: .55rem;
  --btn-pad-x: 1.05rem;
  font-size: .7rem;
  letter-spacing: .12em;
  background-color: transparent;
  color: var(--c-sage-800);
  border-color: var(--c-sage-400);
}

.btn--whatsapp:hover {
  background-color: var(--c-sage-100);
  border-color: var(--c-sage-600);
  color: var(--c-burgundy);
}

/* --- sizes & shapes ------------------------------------------------------- */
.btn--sm {
  --btn-pad-y: .55rem;
  --btn-pad-x: 1.1rem;
  font-size: .7rem;
  letter-spacing: .12em;
}

.btn--lg {
  --btn-pad-y: 1.15rem;
  --btn-pad-x: 2.6rem;
  font-size: .9rem;
}

.btn--block {
  display: flex;
  width: 100%;
}

/* --- on dark grounds ------------------------------------------------------ */
.btn--on-dark.btn--primary,
.section--dark .btn--primary,
.cta-band .btn--primary,
.site-footer .btn--primary {
  background-color: var(--c-sage);
  background-image: linear-gradient(178deg, rgba(255, 255, 255, .35), rgba(255, 255, 255, 0) 60%);
  border-color: var(--c-sage);
  color: var(--c-burgundy-900);
  box-shadow: 0 2px 6px rgba(20, 8, 10, .3), 0 16px 34px -14px rgba(20, 8, 10, .6);
}

.btn--on-dark.btn--primary:hover,
.section--dark .btn--primary:hover,
.cta-band .btn--primary:hover,
.site-footer .btn--primary:hover {
  background-color: var(--c-sage-100);
  border-color: var(--c-sage-100);
  color: var(--c-burgundy-900);
}

.btn--on-dark.btn--primary:active,
.section--dark .btn--primary:active,
.cta-band .btn--primary:active,
.site-footer .btn--primary:active {
  background-color: var(--c-sage-400);
  border-color: var(--c-sage-400);
  color: var(--c-burgundy-900);
  transform: translateY(0);
}

.btn--on-dark.btn--secondary,
.section--dark .btn--secondary,
.cta-band .btn--secondary,
.site-footer .btn--secondary {
  color: var(--c-sage-100);
  border-color: rgba(211, 215, 180, .42);
  background-color: transparent;
}

.btn--on-dark.btn--secondary:hover,
.section--dark .btn--secondary:hover,
.cta-band .btn--secondary:hover,
.site-footer .btn--secondary:hover {
  background-color: rgba(211, 215, 180, .12);
  border-color: var(--c-sage);
  color: var(--c-white);
}

.btn--on-dark.btn--ghost,
.section--dark .btn--ghost,
.cta-band .btn--ghost,
.site-footer .btn--ghost {
  color: var(--c-sage);
}

.btn--on-dark.btn--ghost:hover,
.section--dark .btn--ghost:hover,
.cta-band .btn--ghost:hover,
.site-footer .btn--ghost:hover {
  color: var(--c-white);
}

.btn--on-dark.btn--whatsapp,
.section--dark .btn--whatsapp,
.cta-band .btn--whatsapp,
.site-footer .btn--whatsapp {
  color: var(--c-sage-200);
  border-color: rgba(211, 215, 180, .38);
}

.btn--on-dark.btn--whatsapp:hover,
.section--dark .btn--whatsapp:hover,
.cta-band .btn--whatsapp:hover,
.site-footer .btn--whatsapp:hover {
  background-color: rgba(211, 215, 180, .12);
  border-color: var(--c-sage);
  color: var(--c-white);
}

.btn--on-dark:focus-visible {
  outline-color: var(--c-sage);
}

/* --- disabled ------------------------------------------------------------- */
.btn:disabled,
.btn[disabled],
.btn[aria-disabled="true"],
.btn.is-disabled {
  cursor: not-allowed;
  opacity: .45;
  box-shadow: none;
  transform: none;
  filter: saturate(.6);
}

.btn:disabled:hover,
.btn[disabled]:hover,
.btn[aria-disabled="true"]:hover,
.btn.is-disabled:hover {
  transform: none;
  box-shadow: none;
}

/* =============================================================================
 * 06 HEADER, NAVIGATION, MOBILE NAV
 * ========================================================================== */

/* index.html wraps the header in #site-header, so the wrapper carries the
   sticky position; .site-header keeps it if the markup is ever flattened. */
#site-header {
  position: sticky;
  top: 0;
  z-index: var(--z-header);
}

.site-header {
  position: relative;
  z-index: var(--z-header);
  background: rgba(251, 248, 241, .88);
  -webkit-backdrop-filter: saturate(1.2) blur(12px);
  backdrop-filter: saturate(1.2) blur(12px);
  border-bottom: 1px solid transparent;
  transition:
    background-color var(--d-mid) var(--ease),
    border-color var(--d-mid) var(--ease),
    box-shadow var(--d-mid) var(--ease);
}

.site-header--scrolled {
  background: rgba(251, 248, 241, .97);
  border-bottom-color: var(--c-line);
  box-shadow: 0 1px 0 rgba(70, 18, 30, .04), 0 14px 30px -22px rgba(36, 20, 23, .45);
}

.header__inner {
  display: flex;
  align-items: center;
  gap: clamp(.75rem, 2vw, 2rem);
  min-height: 84px;
  padding-block: .5rem;
  transition: min-height var(--d-mid) var(--ease);
  /* The header spans wider than the 1200px reading container: at full type
     size the wordmark, eight nav items, the phone and Book Now measure about
     1332px side by side. 1340px left only 8px of slack, so the nav still got
     squeezed and the last link overlapped the phone above 1500px. */
  max-width: 1440px;
}

.site-header--scrolled .header__inner {
  min-height: 70px;
}

/* --- wordmark ------------------------------------------------------------- */
.brand {
  display: inline-flex;
  align-items: center;
  gap: .8rem;
  /* Never shrink: the wordmark is the brand and must not ellipsise to "PHIW…".
     The small-screen rules below reduce its size instead. */
  flex: 0 0 auto;
  color: var(--c-ink);
  text-decoration: none;
}

.brand:hover {
  color: var(--c-burgundy);
}

.brand__badge {
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  border-radius: 11px;
  overflow: hidden;
  background: var(--c-sage);
  border: 1px solid rgba(70, 18, 30, .1);
  box-shadow: var(--sh-1);
  display: grid;
  place-items: center;
  transition: transform var(--d-mid) var(--ease), box-shadow var(--d-mid) var(--ease);
}

.brand:hover .brand__badge {
  transform: translateY(-1px);
  box-shadow: var(--sh-2);
}

/* The logo is never stretched and never recoloured. */
.brand__badge img,
.brand__mark {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.brand__word {
  display: block;
  font-family: var(--f-ui);
  font-size: 1.06rem;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: .32em;
  text-transform: uppercase;
  color: inherit;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.brand__sub {
  display: block;
  font-family: var(--f-ui);
  font-size: .58rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--c-sage-800);
  white-space: nowrap;
  margin-top: .18rem;
}

/* --- desktop navigation --------------------------------------------------- */
.nav {
  margin-left: auto;
  /* Must not shrink. Allowing it to made .nav__list overflow its own box, so
     the last link rendered on top of the header phone number. If the header
     ever runs out of room the phone is hidden by the query below instead. */
  flex: 0 0 auto;
}

.nav__list {
  display: flex;
  align-items: center;
  gap: clamp(.15rem, 1vw, .9rem);
}

.nav__item {
  position: relative;
}

.nav__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: .34rem;
  padding: 1.5rem .55rem;
  font-size: .74rem;
  font-weight: 400;
  letter-spacing: .11em;
  text-transform: uppercase;
  color: var(--c-body);
  white-space: nowrap;
  background: none;
  border: 0;
  cursor: pointer;
  transition: color var(--d-fast) var(--ease);
}

.nav__link::after {
  content: "";
  position: absolute;
  left: .55rem;
  right: .55rem;
  bottom: 1.05rem;
  height: 1px;
  background: var(--c-burgundy);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform var(--d-mid) var(--ease);
}

.nav__link:hover {
  color: var(--c-burgundy);
}

.nav__link:hover::after,
.nav__item--has-menu:focus-within .nav__link::after {
  transform: scaleX(1);
}

.nav__link--active {
  color: var(--c-burgundy);
  font-weight: 500;
}

.nav__link--active::after {
  transform: scaleX(1);
  background: var(--c-sage-600);
}

.nav__caret {
  display: inline-flex;
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  transition: transform var(--d-mid) var(--ease);
}

.nav__caret svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
  fill: none;
}

.nav__item--has-menu:hover .nav__caret,
.nav__item--has-menu:focus-within .nav__caret,
.nav__link[aria-expanded="true"] .nav__caret {
  transform: rotate(180deg);
}

/* --- desktop submenu ------------------------------------------------------ */
.submenu {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 5;
  min-width: 272px;
  padding: .55rem;
  margin: 0;
  background: var(--c-white);
  border: 1px solid var(--c-line);
  border-radius: var(--r-md);
  box-shadow: var(--sh-2);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 8px);
  transition:
    opacity var(--d-mid) var(--ease),
    transform var(--d-mid) var(--ease),
    visibility var(--d-mid) var(--ease);
}

.nav__item--has-menu:hover .submenu,
.nav__item--has-menu:focus-within .submenu,
.nav__link[aria-expanded="true"] + .submenu,
.submenu.is-open {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.submenu__link {
  display: block;
  padding: .62rem .85rem;
  font-size: .84rem;
  font-weight: 400;
  line-height: 1.4;
  color: var(--c-body);
  border-radius: var(--r-sm);
  transition: background-color var(--d-fast) var(--ease), color var(--d-fast) var(--ease);
}

.submenu__link:hover,
.submenu__link:focus-visible {
  background: var(--c-sage-100);
  color: var(--c-burgundy);
}

.submenu__link.nav__link--active {
  color: var(--c-burgundy);
  background: var(--c-sage-100);
}

/* --- header actions ------------------------------------------------------- */
.header__actions {
  display: flex;
  align-items: center;
  gap: .7rem;
  flex: 0 0 auto;
  margin-left: .35rem;
}

.header__phone {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  font-size: .8rem;
  font-weight: 400;
  letter-spacing: .04em;
  color: var(--c-body);
  white-space: nowrap;
  padding: .4rem .2rem;
}

.header__phone:hover {
  color: var(--c-burgundy);
}

.header__phone svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  fill: none;
  flex: 0 0 auto;
}

/* --- hamburger ------------------------------------------------------------ */
.nav-toggle {
  display: none;
  position: relative;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--c-line);
  border-radius: var(--r-sm);
  background: transparent;
  transition: background-color var(--d-fast) var(--ease), border-color var(--d-fast) var(--ease);
}

.nav-toggle:hover {
  background: rgba(70, 18, 30, .04);
  border-color: var(--c-line-strong);
}

.nav-toggle__bar {
  position: absolute;
  left: 50%;
  width: 20px;
  height: 1.5px;
  margin-left: -10px;
  background: var(--c-burgundy);
  border-radius: 2px;
  transition: transform var(--d-mid) var(--ease), opacity var(--d-fast) var(--ease);
}

.nav-toggle__bar:nth-child(1) {
  transform: translateY(-6px);
}

.nav-toggle__bar:nth-child(2) {
  transform: translateY(0);
}

.nav-toggle__bar:nth-child(3) {
  transform: translateY(6px);
}

.nav-toggle[aria-expanded="true"] .nav-toggle__bar:nth-child(1) {
  transform: translateY(0) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] .nav-toggle__bar:nth-child(2) {
  opacity: 0;
  transform: scaleX(.3);
}

.nav-toggle[aria-expanded="true"] .nav-toggle__bar:nth-child(3) {
  transform: translateY(0) rotate(-45deg);
}

/* --- scrim ---------------------------------------------------------------- */
.scrim {
  position: fixed;
  inset: 0;
  z-index: var(--z-scrim);
  background: rgba(36, 20, 23, .44);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  border: 0;
  transition: opacity var(--d-mid) var(--ease), visibility var(--d-mid) var(--ease);
}

.scrim.is-open,
.scrim.is-visible,
.scrim--open,
.scrim[data-open="true"],
body:has(.mobile-nav--open) .scrim {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

body:has(.mobile-nav--open) {
  overflow: hidden;
}

.no-scroll,
body.is-locked {
  overflow: hidden;
}

/* --- mobile nav panel ----------------------------------------------------- */
.mobile-nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: var(--z-mobilenav);
  width: min(88vw, 390px);
  padding: clamp(1.5rem, 5vw, 2.25rem) clamp(1.25rem, 5vw, 2rem) 2.5rem;
  background: var(--c-cream);
  border-left: 1px solid var(--c-line);
  box-shadow: -24px 0 60px -30px rgba(36, 20, 23, .55);
  overflow-y: auto;
  overscroll-behavior: contain;
  transform: translateX(102%);
  visibility: hidden;
  transition: transform var(--d-slow) var(--ease), visibility var(--d-slow) var(--ease);
}

.mobile-nav--open {
  transform: translateX(0);
  visibility: visible;
}

.mobile-nav__list {
  display: flex;
  flex-direction: column;
  margin-top: 1.25rem;
}

.mobile-nav__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .95rem 0;
  font-family: var(--f-display);
  font-size: 1.32rem;
  font-weight: 400;
  line-height: 1.2;
  color: var(--c-ink);
  border-bottom: 1px solid var(--c-line);
  transition: color var(--d-fast) var(--ease), padding-left var(--d-mid) var(--ease);
}

.mobile-nav__link:hover,
.mobile-nav__link:focus-visible {
  color: var(--c-burgundy);
  padding-left: .3rem;
}

.mobile-nav__link.nav__link--active {
  color: var(--c-burgundy);
}

.mobile-nav__group {
  display: flex;
  flex-direction: column;
  padding: .35rem 0 .6rem .95rem;
  margin-left: .1rem;
  border-left: 1px solid var(--c-sage-400);
  border-bottom: 1px solid var(--c-line);
}

.mobile-nav__group .mobile-nav__link {
  font-family: var(--f-ui);
  font-size: .88rem;
  letter-spacing: .05em;
  color: var(--c-body);
  padding: .52rem 0;
  border-bottom: 0;
}

.mobile-nav .btn--primary {
  margin-top: 1.6rem;
}

/* =============================================================================
 * 07 STICKY BOOK BAR & FLOATING WHATSAPP
 * The book bar is mobile only (<= 860px) and body gets bottom padding there so
 * it can never sit on top of footer content.
 * ========================================================================== */

.book-bar {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: var(--z-bookbar);
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .7rem clamp(.9rem, 4vw, 1.4rem);
  padding-bottom: calc(.7rem + env(safe-area-inset-bottom, 0px));
  background: rgba(251, 248, 241, .96);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-top: 1px solid var(--c-line);
  box-shadow: 0 -12px 30px -22px rgba(36, 20, 23, .6);
}

.book-bar .btn--primary {
  flex: 1 1 auto;
  max-width: 62%;
}

.book-bar__price {
  display: flex;
  flex-direction: column;
  min-width: 0;
  font-size: .74rem;
  line-height: 1.35;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--c-muted);
}

.book-bar__price strong,
.book-bar__price b {
  font-family: var(--f-display);
  font-size: 1.22rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  color: var(--c-burgundy);
}

.wa-float {
  position: fixed;
  right: clamp(1rem, 3vw, 1.9rem);
  bottom: clamp(1rem, 3vw, 1.9rem);
  z-index: var(--z-wa);
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .6rem 1.05rem;
  font-size: .7rem;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--c-sage-800);
  background: rgba(251, 248, 241, .95);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border: 1px solid var(--c-sage-400);
  border-radius: var(--r-pill);
  box-shadow: var(--sh-1);
  transition:
    background-color var(--d-mid) var(--ease),
    border-color var(--d-mid) var(--ease),
    color var(--d-mid) var(--ease),
    transform var(--d-mid) var(--ease),
    box-shadow var(--d-mid) var(--ease);
}

.wa-float:hover {
  background: var(--c-sage-100);
  border-color: var(--c-sage-600);
  color: var(--c-burgundy);
  transform: translateY(-2px);
  box-shadow: var(--sh-2);
}

.wa-float svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  fill: none;
  flex: 0 0 auto;
}

/* =============================================================================
 * 08 HERO & PAGE HERO
 * ========================================================================== */

.hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: clamp(540px, 82vh, 800px);
  padding-block: clamp(4rem, 10vw, 7rem);
  overflow: hidden;
  isolation: isolate;
}

.hero__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: var(--c-cream);
  background-image:
    radial-gradient(90% 78% at 14% 8%, rgba(227, 231, 206, .95), rgba(227, 231, 206, 0) 62%),
    radial-gradient(70% 62% at 88% 14%, rgba(233, 218, 213, .85), rgba(233, 218, 213, 0) 64%),
    radial-gradient(85% 80% at 78% 102%, rgba(211, 215, 180, .62), rgba(211, 215, 180, 0) 66%),
    radial-gradient(60% 55% at 46% 58%, rgba(251, 248, 241, .9), rgba(251, 248, 241, 0) 70%),
    linear-gradient(168deg, var(--c-cream) 0%, var(--c-shell) 100%);
}

.hero__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--tex-grain);
  background-size: 180px 180px;
  opacity: .1;
  mix-blend-mode: multiply;
  pointer-events: none;
}

.hero__bg::after {
  content: "";
  position: absolute;
  right: -6%;
  bottom: -14%;
  width: min(680px, 78%);
  aspect-ratio: 320 / 200;
  background-image: var(--tex-frond);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  opacity: .1;
  pointer-events: none;
}

.hero__inner {
  position: relative;
  width: 100%;
  text-align: center;
}

.hero__eyebrow {
  font-family: var(--f-ui);
  font-size: var(--t-eyebrow);
  font-weight: 500;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--c-sage-800);
  margin-bottom: 1.6rem;
}

.hero__title {
  font-family: var(--f-display);
  font-size: var(--t-h1);
  font-weight: 300;
  line-height: 1.04;
  letter-spacing: -.012em;
  color: var(--c-ink);
  max-width: 20ch;
  margin-inline: auto;
  text-wrap: balance;
}

.hero__lead {
  margin: clamp(1.4rem, 2.6vw, 2rem) auto 0;
  max-width: 60ch;
  font-size: clamp(1.02rem, 1.35vw, 1.16rem);
  line-height: 1.78;
  color: var(--c-body);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: .9rem 1.1rem;
  margin-top: clamp(2rem, 3.6vw, 2.9rem);
}

.hero__note {
  margin-top: 1.7rem;
  font-size: .78rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--c-muted);
}

.hero__scroll {
  position: absolute;
  left: 50%;
  bottom: clamp(1.25rem, 3vw, 2.25rem);
  transform: translateX(-50%);
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: .7rem;
  font-size: .62rem;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--c-sage-800);
  background: none;
  border: 0;
}

.hero__scroll::after {
  content: "";
  width: 1px;
  height: 46px;
  background: linear-gradient(180deg, var(--c-sage-600), rgba(154, 162, 116, 0));
  animation: phi-scroll-hint 2.6s var(--ease) infinite;
}

.hero__scroll:hover {
  color: var(--c-burgundy);
}

@keyframes phi-scroll-hint {
  0% { transform: scaleY(.3); transform-origin: top center; opacity: .3; }
  45% { transform: scaleY(1); transform-origin: top center; opacity: 1; }
  100% { transform: scaleY(1); transform-origin: bottom center; opacity: 0; }
}

/* --- interior page hero --------------------------------------------------- */
.page-hero {
  position: relative;
  padding-block: clamp(3rem, 7vw, 5.5rem) clamp(2.5rem, 6vw, 4.5rem);
  overflow: hidden;
  background-color: var(--c-shell);
  background-image:
    radial-gradient(70% 90% at 8% 0%, rgba(227, 231, 206, .9), rgba(227, 231, 206, 0) 60%),
    radial-gradient(60% 80% at 96% 12%, rgba(233, 218, 213, .7), rgba(233, 218, 213, 0) 62%),
    linear-gradient(180deg, var(--c-shell), var(--c-cream));
  border-bottom: 1px solid var(--c-line);
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--tex-grain);
  background-size: 180px 180px;
  opacity: .08;
  mix-blend-mode: multiply;
  pointer-events: none;
}

.page-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 74ch;
}

.page-hero__inner h1,
.page-hero__inner .section__title {
  font-size: clamp(2.2rem, 4.6vw, 3.6rem);
  font-weight: 300;
  line-height: 1.06;
  text-wrap: balance;
}

.page-hero__inner .section__lead,
.page-hero__inner p {
  margin-top: 1.15rem;
  max-width: 62ch;
  font-size: clamp(1rem, 1.25vw, 1.12rem);
  line-height: 1.75;
}

.page-hero__inner .cluster,
.page-hero__inner .hero__actions {
  margin-top: clamp(1.75rem, 3vw, 2.4rem);
}

.page-hero--center .page-hero__inner {
  margin-inline: auto;
  text-align: center;
}

.page-hero--center .page-hero__inner p,
.page-hero--center .page-hero__inner .section__lead {
  margin-inline: auto;
}

/* --- breadcrumb ----------------------------------------------------------- */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .45rem;
  margin-bottom: 1.35rem;
  font-size: .74rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--c-muted);
}

.breadcrumb a {
  color: var(--c-sage-800);
}

.breadcrumb a:hover {
  color: var(--c-burgundy);
}

.breadcrumb [aria-current="page"] {
  color: var(--c-body);
}

.breadcrumb__sep {
  color: var(--c-sage-600);
  user-select: none;
}

/* =============================================================================
 * 09 MEDIA PLACEHOLDERS
 * There are no photographs. Each block is a designed gradient mesh with a grain
 * pass, a botanical line motif and a Phi watermark. Every modifier has its own
 * temperature so category cards never read as identical tiles.
 * ========================================================================== */

.media {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: var(--r-md);
  background-color: var(--c-shell);
  background-image:
    radial-gradient(95% 85% at 16% 10%, rgba(227, 231, 206, .95), rgba(227, 231, 206, 0) 62%),
    radial-gradient(80% 75% at 88% 20%, rgba(233, 218, 213, .75), rgba(233, 218, 213, 0) 62%),
    linear-gradient(160deg, var(--c-cream) 0%, var(--c-shell) 100%);
  isolation: isolate;
}

/* grain + botanical sprig */
.media::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--tex-grain), var(--tex-sprig);
  background-repeat: repeat, no-repeat;
  background-size: 180px 180px, 42% auto;
  background-position: 0 0, 88% 112%;
  background-blend-mode: multiply, normal;
  opacity: .14;
  pointer-events: none;
}

/* Phi watermark */
.media::after {
  content: "\03A6";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-family: var(--f-display);
  font-size: clamp(3rem, 7vw, 6.5rem);
  font-weight: 400;
  line-height: 1;
  color: var(--c-burgundy);
  opacity: .06;
  pointer-events: none;
  user-select: none;
}

/* If app.js renders an explicit watermark element, suppress the pseudo one. */
.media:has(.media__watermark)::after {
  content: none;
}

.media__watermark {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-family: var(--f-display);
  font-size: clamp(3rem, 7vw, 6.5rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: .04em;
  color: var(--c-burgundy);
  opacity: .06;
  pointer-events: none;
  user-select: none;
}

.media__label {
  position: absolute;
  left: .85rem;
  bottom: .85rem;
  z-index: 2;
  padding: .34rem .72rem;
  font-family: var(--f-ui);
  font-size: .64rem;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--c-burgundy);
  background: rgba(251, 248, 241, .78);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(70, 18, 30, .1);
  border-radius: var(--r-pill);
  max-width: calc(100% - 1.7rem);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* --- ritual: warmest, deepest — blush with a burgundy bloom --------------- */
.media--ritual {
  background-color: #F5EBE6;
  background-image:
    radial-gradient(105% 85% at 14% 8%, rgba(233, 218, 213, .98), rgba(233, 218, 213, 0) 62%),
    radial-gradient(85% 80% at 90% 16%, rgba(120, 38, 55, .16), rgba(120, 38, 55, 0) 60%),
    radial-gradient(100% 95% at 76% 104%, rgba(211, 215, 180, .55), rgba(211, 215, 180, 0) 64%),
    linear-gradient(158deg, #FBF6F1 0%, #F1E3DC 100%);
}

/* --- magnesium: coolest, mineral — sage over pale stone ------------------- */
.media--magnesium {
  background-color: #EAEFDF;
  background-image:
    radial-gradient(100% 88% at 84% 10%, rgba(211, 215, 180, .98), rgba(211, 215, 180, 0) 60%),
    radial-gradient(90% 88% at 10% 92%, rgba(154, 162, 116, .42), rgba(154, 162, 116, 0) 62%),
    radial-gradient(55% 50% at 44% 40%, rgba(251, 248, 241, .85), rgba(251, 248, 241, 0) 70%),
    linear-gradient(200deg, #F3F6EC 0%, #E4E9D4 100%);
}

/* --- facial: high key, soft pink-warm ------------------------------------- */
.media--facial {
  background-color: #F8F1EC;
  background-image:
    radial-gradient(95% 85% at 22% 16%, rgba(233, 218, 213, .95), rgba(233, 218, 213, 0) 62%),
    radial-gradient(80% 78% at 86% 84%, rgba(251, 248, 241, .95), rgba(251, 248, 241, 0) 60%),
    radial-gradient(70% 65% at 92% 6%, rgba(211, 215, 180, .5), rgba(211, 215, 180, 0) 62%),
    linear-gradient(146deg, #FCF5F1 0%, #F5F0E5 100%);
}

/* --- massage: grounded mid olive-sage ------------------------------------- */
.media--massage {
  background-color: #E7ECD6;
  background-image:
    radial-gradient(105% 92% at 16% 90%, rgba(192, 198, 156, .92), rgba(192, 198, 156, 0) 62%),
    radial-gradient(85% 82% at 84% 12%, rgba(239, 241, 226, .98), rgba(239, 241, 226, 0) 58%),
    radial-gradient(60% 55% at 58% 48%, rgba(251, 248, 241, .6), rgba(251, 248, 241, 0) 68%),
    linear-gradient(172deg, #F0F2E4 0%, #DFE4C9 100%);
}

/* --- body: warm sand & cream ---------------------------------------------- */
.media--body {
  background-color: #F3ECDD;
  background-image:
    radial-gradient(100% 88% at 86% 14%, rgba(244, 240, 230, .98), rgba(244, 240, 230, 0) 60%),
    radial-gradient(92% 88% at 8% 92%, rgba(227, 231, 206, .88), rgba(227, 231, 206, 0) 62%),
    radial-gradient(65% 60% at 52% 46%, rgba(70, 18, 30, .07), rgba(70, 18, 30, 0) 66%),
    linear-gradient(196deg, #F8F2E5 0%, #EFE6D4 100%);
}

/* --- products: quiet shelf light ------------------------------------------ */
.media--products {
  background-color: #F7F4EB;
  background-image:
    radial-gradient(80% 70% at 50% 12%, rgba(255, 255, 255, .95), rgba(255, 255, 255, 0) 62%),
    radial-gradient(90% 70% at 50% 106%, rgba(211, 215, 180, .6), rgba(211, 215, 180, 0) 62%),
    linear-gradient(180deg, #FCFAF4 0%, #F1EEE2 100%);
}

/* --- journal: paper ------------------------------------------------------- */
.media--journal {
  background-color: #F6F4E9;
  background-image:
    radial-gradient(88% 80% at 6% 6%, rgba(239, 241, 226, .98), rgba(239, 241, 226, 0) 62%),
    radial-gradient(75% 70% at 98% 94%, rgba(233, 218, 213, .7), rgba(233, 218, 213, 0) 62%),
    linear-gradient(150deg, #FCFAF2 0%, #F0EEE0 100%);
}

/* --- portrait: deeper sage, centred vignette so a monogram reads ---------- */
.media--portrait {
  aspect-ratio: 1 / 1;
  background-color: #DDE2C6;
  background-image:
    radial-gradient(72% 72% at 50% 34%, rgba(239, 241, 226, .95), rgba(239, 241, 226, 0) 66%),
    radial-gradient(95% 90% at 12% 100%, rgba(154, 162, 116, .5), rgba(154, 162, 116, 0) 62%),
    radial-gradient(80% 80% at 92% 4%, rgba(233, 218, 213, .55), rgba(233, 218, 213, 0) 60%),
    linear-gradient(168deg, #E9EDD9 0%, #D6DCBC 100%);
}

.media--portrait::before {
  background-size: 180px 180px, 34% auto;
  background-position: 0 0, 106% 118%;
  opacity: .12;
}

.media--portrait::after {
  font-size: clamp(2.2rem, 5vw, 4.2rem);
  letter-spacing: .06em;
  opacity: .14;
}

.media--portrait .media__watermark {
  font-size: clamp(1.9rem, 4.2vw, 3.4rem);
  letter-spacing: .08em;
  opacity: .42;
  color: var(--c-burgundy);
}

/* --- layout-only modifiers ------------------------------------------------ */
.media--wide {
  aspect-ratio: 16 / 9;
}

.media--tall {
  aspect-ratio: 3 / 4;
}

/* =============================================================================
 * 10 CARDS
 * ========================================================================== */

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  background: var(--c-white);
  border: 1px solid var(--c-line);
  border-radius: var(--r-lg);
  overflow: hidden;
  color: var(--c-body);
  transition:
    transform var(--d-mid) var(--ease),
    box-shadow var(--d-mid) var(--ease),
    border-color var(--d-mid) var(--ease);
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: var(--sh-2);
  border-color: var(--c-line-strong);
}

.card__media {
  position: relative;
  overflow: hidden;
}

.card__media .media {
  border-radius: 0;
  transition: transform var(--d-slow) var(--ease);
}

.card:hover .card__media .media {
  transform: scale(1.028);
}

.card__body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  gap: .6rem;
  padding: clamp(1.25rem, 2.1vw, 1.75rem);
}

.card__eyebrow {
  font-family: var(--f-ui);
  font-size: var(--t-eyebrow);
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--c-sage-800);
  line-height: 1.4;
}

.card__title {
  font-family: var(--f-display);
  font-size: clamp(1.3rem, 1.8vw, 1.55rem);
  font-weight: 400;
  line-height: 1.16;
  color: var(--c-ink);
  text-wrap: balance;
}

.card__title a {
  color: inherit;
}

.card__text {
  font-size: .96rem;
  line-height: 1.7;
  color: var(--c-body);
}

.card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .3rem .7rem;
  font-size: .76rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--c-muted);
}

.card__price {
  font-family: var(--f-display);
  font-size: 1.45rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--c-burgundy);
  font-variant-numeric: tabular-nums;
}

.card__foot {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: .85rem 1rem;
  margin-top: auto;
  padding: 1.05rem clamp(1.25rem, 2.1vw, 1.75rem);
  border-top: 1px solid var(--c-line);
  background: rgba(244, 240, 230, .5);
}

.card__body + .card__foot {
  margin-top: 0;
}

/* The partials nest the foot inside .card__body, so pull it back out to the
   card edges; otherwise its tinted band and rule sit inset by the body padding
   and the horizontal padding is applied twice. */
.card__body > .card__foot {
  margin-top: auto;
  margin-inline: calc(-1 * clamp(1.25rem, 2.1vw, 1.75rem));
  margin-bottom: calc(-1 * clamp(1.25rem, 2.1vw, 1.75rem));
}

.card__badge {
  position: absolute;
  top: .9rem;
  left: .9rem;
  z-index: 3;
  padding: .34rem .78rem;
  font-family: var(--f-ui);
  font-size: .63rem;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--c-cream);
  background: var(--c-burgundy);
  border-radius: var(--r-pill);
  box-shadow: var(--sh-1);
}

/* --- whole-card link affordance ------------------------------------------- */
.card--link {
  cursor: pointer;
  color: var(--c-body);
  text-decoration: none;
}

.card--link:hover {
  color: var(--c-body);
}

.card--link:hover .card__title {
  color: var(--c-burgundy);
}

.card--link:focus-within {
  outline: 2px solid var(--c-focus);
  outline-offset: 3px;
  border-color: var(--c-line-strong);
}

/* Stretched link: the title's anchor covers the whole card, while anything in
   .card__foot (buttons) stays clickable via its own stacking context. */
.card--link .card__title a::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
}

.card--link .card__title a:focus-visible {
  outline: none;
}

.card--link .card__title a:focus-visible::after {
  outline: 2px solid var(--c-focus);
  outline-offset: 3px;
  border-radius: var(--r-lg);
}

/* --- flat card variant on tinted grounds ---------------------------------- */
.card--flat {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}

.card--flat:hover {
  box-shadow: none;
  transform: none;
  border-color: transparent;
}

/* =============================================================================
 * 11 TREATMENT MENU, PRICES, VARIANTS
 * ========================================================================== */

.menu-group {
  margin-top: clamp(2.5rem, 5vw, 4rem);
}

.menu-group:first-child {
  margin-top: 0;
}

/* Four block children (eyebrow, title, lead, link) arrive here, so a two-child
   flex row laid the whole heading out side by side. A grid keeps the text
   stacked in column one and drops the ghost link into column two. */
.menu-group__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  column-gap: 1.5rem;
  row-gap: .35rem;
  padding-bottom: 1.1rem;
  margin-bottom: .35rem;
  border-bottom: 1px solid var(--c-line-strong);
}

.menu-group__head > .eyebrow,
.menu-group__head > .section__title,
.menu-group__head > .section__lead {
  grid-column: 1;
  margin: 0;
}

.menu-group__head > .section__lead {
  margin-top: .35rem;
}

.menu-group__head > .btn {
  grid-column: 2;
  grid-row: 1 / -1;
  justify-self: end;
  align-self: end;
}

@media (max-width: 720px) {
  .menu-group__head {
    grid-template-columns: minmax(0, 1fr);
  }

  .menu-group__head > .btn {
    grid-column: 1;
    grid-row: auto;
    justify-self: start;
    margin-top: .5rem;
  }
}

.menu-group__head h2,
.menu-group__head h3,
.menu-group__head .section__title {
  font-size: clamp(1.6rem, 2.6vw, 2.25rem);
  font-weight: 300;
  line-height: 1.12;
}

.menu-group__head .eyebrow {
  margin-bottom: .5rem;
}

/* --- one row of the printed-menu style listing ---------------------------- */
.treatment-row {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 1rem clamp(1.5rem, 3vw, 3rem);
  padding: clamp(1.35rem, 2.4vw, 1.85rem) clamp(.5rem, 1.2vw, 1rem);
  border-bottom: 1px solid var(--c-line);
  transition: background-color var(--d-mid) var(--ease);
}

.treatment-row:hover {
  background: rgba(239, 241, 226, .5);
}

.treatment-row:focus-within {
  outline: 2px solid var(--c-focus);
  outline-offset: -2px;
  border-radius: var(--r-sm);
}

.treatment-row__main {
  min-width: 0;
}

.treatment-row__name {
  font-family: var(--f-display);
  font-size: clamp(1.22rem, 1.8vw, 1.5rem);
  font-weight: 400;
  line-height: 1.2;
  color: var(--c-ink);
  margin-bottom: .4rem;
}

.treatment-row__name a {
  color: inherit;
}

.treatment-row__name a:hover {
  color: var(--c-burgundy);
}

.treatment-row__desc {
  font-size: .96rem;
  line-height: 1.68;
  color: var(--c-body);
  max-width: 62ch;
}

.treatment-row__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .3rem .75rem;
  margin-top: .6rem;
  font-size: .74rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--c-muted);
}

.treatment-row__side {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: .7rem;
  text-align: right;
  flex: 0 0 auto;
}

/* --- price & duration ----------------------------------------------------- */
.price {
  font-family: var(--f-display);
  font-size: clamp(1.35rem, 2vw, 1.7rem);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: .005em;
  color: var(--c-burgundy);
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.price--from {
  font-size: clamp(1.15rem, 1.6vw, 1.4rem);
  font-weight: 400;
  color: var(--c-burgundy-500);
}

.duration {
  font-family: var(--f-ui);
  font-size: .74rem;
  font-weight: 400;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--c-muted);
  white-space: nowrap;
}

/* --- variant chooser ------------------------------------------------------ */
.variant-list {
  display: flex;
  flex-direction: column;
  gap: .75rem;
  margin: 0;
}

.variant {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: .9rem clamp(1rem, 2.5vw, 2rem);
  padding: 1.05rem clamp(1rem, 2vw, 1.5rem);
  background: var(--c-white);
  border: 1px solid var(--c-line);
  border-radius: var(--r-md);
  transition: border-color var(--d-mid) var(--ease), box-shadow var(--d-mid) var(--ease);
}

.variant:hover {
  border-color: var(--c-line-strong);
  box-shadow: var(--sh-1);
}

.variant__label {
  min-width: 0;
  font-family: var(--f-display);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.25;
  color: var(--c-ink);
}

.variant__label small,
.variant__label .duration {
  display: block;
  margin-top: .15rem;
}

.variant__price {
  font-family: var(--f-display);
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--c-burgundy);
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

/* =============================================================================
 * 12 FEATURES, CHECKLISTS, NUMBERED STEPS
 * ========================================================================== */

.features {
  display: grid;
  gap: clamp(1.5rem, 3vw, 2.75rem);
  /* Columns come from the .grid--N modifier that always accompanies this class.
     Declaring them here made .grid--2 inert and forced 3-up everywhere. */
}

.feature {
  display: flex;
  flex-direction: column;
  gap: .7rem;
  min-width: 0;
  padding-top: 1.6rem;
  border-top: 1px solid var(--c-line);
}

.feature__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  margin-bottom: .35rem;
  color: var(--c-burgundy);
  background: var(--c-sage-100);
  border: 1px solid var(--c-sage-200);
  border-radius: 50%;
  transition: background-color var(--d-mid) var(--ease), transform var(--d-mid) var(--ease);
}

.feature:hover .feature__icon {
  background: var(--c-sage-200);
  transform: translateY(-2px);
}

.feature__icon svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  fill: none;
}

.feature__title {
  font-family: var(--f-display);
  font-size: 1.24rem;
  font-weight: 400;
  line-height: 1.24;
  color: var(--c-ink);
}

.feature__text {
  font-size: .95rem;
  line-height: 1.72;
  color: var(--c-body);
}

.section--dark .feature {
  border-top-color: rgba(211, 215, 180, .2);
}

.section--dark .feature__icon {
  color: var(--c-sage);
  background: rgba(211, 215, 180, .1);
  border-color: rgba(211, 215, 180, .28);
}

.section--dark .feature__text {
  color: var(--c-sage-200);
}

/* --- checklist ------------------------------------------------------------ */
.checklist {
  display: flex;
  flex-direction: column;
  gap: .85rem;
  list-style: none;
  padding: 0;
}

.checklist__item {
  position: relative;
  padding-left: 2.1rem;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--c-body);
}

.checklist__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: .18em;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--c-sage-100);
  border: 1px solid var(--c-sage-400);
}

.checklist__item::after {
  content: "";
  position: absolute;
  left: 7.5px;
  top: .55em;
  width: 5px;
  height: 9px;
  border-right: 1.5px solid var(--c-burgundy);
  border-bottom: 1.5px solid var(--c-burgundy);
  transform: rotate(42deg);
}

.section--dark .checklist__item {
  color: var(--c-sage-200);
}

.section--dark .checklist__item::before {
  background: rgba(211, 215, 180, .12);
  border-color: rgba(211, 215, 180, .35);
}

.section--dark .checklist__item::after {
  border-right-color: var(--c-sage);
  border-bottom-color: var(--c-sage);
}

/* --- numbered steps ------------------------------------------------------- */
.numbered {
  counter-reset: phi-step;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1.5rem, 3vw, 2.5rem);
  list-style: none;
  padding: 0;
}

.numbered__step {
  position: relative;
  counter-increment: phi-step;
  padding-top: 3.4rem;
  min-width: 0;
}

.numbered__step::before {
  content: counter(phi-step, decimal-leading-zero);
  position: absolute;
  top: 0;
  left: 0;
  font-family: var(--f-display);
  font-size: 2.1rem;
  font-weight: 300;
  line-height: 1;
  color: var(--c-burgundy);
  opacity: .55;
}

.numbered__step::after {
  content: "";
  position: absolute;
  top: 1.05rem;
  left: 3.1rem;
  right: -1rem;
  height: 1px;
  background: var(--c-line);
}

.numbered__step:last-child::after {
  display: none;
}

.numbered__step h3,
.numbered__step .feature__title {
  font-family: var(--f-display);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.25;
  color: var(--c-ink);
  margin-bottom: .5rem;
}

.numbered__step p {
  font-size: .95rem;
  line-height: 1.7;
}

/* =============================================================================
 * 13 BRAND PARTNERS
 * ========================================================================== */

.brand-partners {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.5rem, 3vw, 2.5rem);
}

.brand-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: clamp(1.5rem, 3vw, 2.4rem);
  background: var(--c-white);
  border: 1px solid var(--c-line);
  border-radius: var(--r-lg);
  transition: box-shadow var(--d-mid) var(--ease), transform var(--d-mid) var(--ease), border-color var(--d-mid) var(--ease);
}

.brand-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--sh-2);
  border-color: var(--c-line-strong);
}

.brand-card__logo {
  display: grid;
  place-items: center;
  aspect-ratio: 16 / 6;
  margin-bottom: clamp(1.25rem, 2.4vw, 1.85rem);
  padding: 1rem;
  text-align: center;
  font-family: var(--f-display);
  font-size: clamp(1.15rem, 2vw, 1.5rem);
  font-weight: 400;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--c-burgundy);
  background-color: var(--c-sage-100);
  background-image:
    radial-gradient(70% 90% at 12% 6%, rgba(227, 231, 206, .95), rgba(227, 231, 206, 0) 62%),
    radial-gradient(70% 80% at 92% 96%, rgba(233, 218, 213, .7), rgba(233, 218, 213, 0) 62%);
  border: 1px solid var(--c-sage-200);
  border-radius: var(--r-md);
  overflow: hidden;
}

.brand-card__logo img {
  max-height: 100%;
  width: auto;
  object-fit: contain;
}

.brand-card__body {
  display: flex;
  flex-direction: column;
  gap: .9rem;
  flex: 1 1 auto;
}

.brand-card__body p {
  font-size: .98rem;
  line-height: 1.72;
}

/* brandCard() reuses .card__foot for its compact action, but a brand card has
   no .card__media band to sit under — the tinted, bordered, re-padded strip
   read as a misaligned inset box. Here it is just an action row. */
.brand-card__body > .card__foot {
  margin-top: auto;
  padding: .35rem 0 0;
  background: none;
  border-top: 0;
}

.brand-card__body .cluster,
.brand-card__body .btn {
  margin-top: auto;
}

.brand-card__body h2,
.brand-card__body h3 {
  font-size: clamp(1.5rem, 2.2vw, 1.9rem);
  font-weight: 400;
}

/* =============================================================================
 * 14 TESTIMONIALS
 * ========================================================================== */

.testimonials {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.25rem, 2.4vw, 2rem);
}

.testimonial {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  min-width: 0;
  padding: clamp(1.6rem, 2.6vw, 2.1rem);
  padding-top: clamp(2.2rem, 3.2vw, 2.7rem);
  background: var(--c-white);
  border: 1px solid var(--c-line);
  border-radius: var(--r-lg);
  transition: box-shadow var(--d-mid) var(--ease), transform var(--d-mid) var(--ease);
}

.testimonial:hover {
  transform: translateY(-3px);
  box-shadow: var(--sh-2);
}

.testimonial::before {
  content: "\201C";
  position: absolute;
  top: .1rem;
  left: clamp(1.4rem, 2.4vw, 1.9rem);
  font-family: var(--f-display);
  font-size: 4.6rem;
  line-height: 1;
  color: var(--c-sage-400);
  opacity: .7;
  pointer-events: none;
}

.testimonial__quote {
  font-size: .98rem;
  line-height: 1.78;
  color: var(--c-body);
  flex: 1 1 auto;
}

.testimonial__author {
  display: flex;
  align-items: center;
  gap: .85rem;
  padding-top: 1.1rem;
  border-top: 1px solid var(--c-line);
  font-size: .86rem;
  line-height: 1.4;
  color: var(--c-ink);
}

.testimonial__author > *:not(.testimonial__avatar) {
  min-width: 0;
}

.testimonial__author strong,
.testimonial__author b {
  display: block;
  font-weight: 500;
}

/* The meta line is matched as a grandchild so it can never catch the avatar,
   whichever element app.js reaches for. */
.testimonial__author small,
.testimonial__author > *:not(.testimonial__avatar) > span,
.testimonial__author > *:not(.testimonial__avatar) > small,
.testimonial__author > *:not(.testimonial__avatar) > p {
  display: block;
  margin: 0;
  font-size: .74rem;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: var(--c-muted);
}

/* Written at raised specificity so no author-block rule can flatten the badge. */
.testimonial__author .testimonial__avatar,
.testimonial .testimonial__avatar,
.testimonial__avatar {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  padding: 0;
  font-family: var(--f-display);
  font-size: 1.02rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .04em;
  color: var(--c-burgundy);
  background: linear-gradient(160deg, var(--c-sage-200), var(--c-sage));
  border: 1px solid var(--c-sage-400);
  border-radius: 50%;
  text-transform: uppercase;
}

.stars {
  display: inline-flex;
  align-items: center;
  gap: .18rem;
  color: var(--c-burgundy-500);
  font-size: .9rem;
  letter-spacing: .08em;
  line-height: 1;
}

.stars svg {
  width: 15px;
  height: 15px;
  stroke: currentColor;
  /* No fill here: starIcon() sets fill="currentColor" on earned stars and
     fill="none" on the rest. Forcing it made every rating render as five. */
}

.section--dark .testimonial {
  background: rgba(251, 248, 241, .05);
  border-color: rgba(211, 215, 180, .18);
}

.section--dark .testimonial__quote {
  color: var(--c-sage-100);
}

.section--dark .testimonial__author {
  color: var(--c-cream);
  border-top-color: rgba(211, 215, 180, .18);
}

.section--dark .testimonial__author small,
.section--dark .testimonial__author > *:not(.testimonial__avatar) > span,
.section--dark .testimonial__author > *:not(.testimonial__avatar) > small,
.section--dark .testimonial__author > *:not(.testimonial__avatar) > p {
  color: rgba(211, 215, 180, .72);
}

.section--dark .stars {
  color: var(--c-sage);
}

/* =============================================================================
 * 15 ACCORDION (FAQ)
 * ========================================================================== */

.accordion {
  border-top: 1px solid var(--c-line);
}

.accordion__item {
  border-bottom: 1px solid var(--c-line);
}

.accordion__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  width: 100%;
  padding: 1.3rem .25rem;
  text-align: left;
  font-family: var(--f-display);
  font-size: clamp(1.1rem, 1.5vw, 1.3rem);
  font-weight: 400;
  line-height: 1.35;
  color: var(--c-ink);
  background: none;
  border: 0;
  cursor: pointer;
  transition: color var(--d-fast) var(--ease);
}

.accordion__btn:hover {
  color: var(--c-burgundy);
}

.accordion__icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  flex: 0 0 auto;
  color: var(--c-burgundy);
  border: 1px solid var(--c-line-strong);
  border-radius: 50%;
  transition: transform var(--d-mid) var(--ease), background-color var(--d-mid) var(--ease);
}

/* drawn plus/minus when the icon slot is empty */
.accordion__icon::before,
.accordion__icon::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 2px;
  transition: transform var(--d-mid) var(--ease), opacity var(--d-fast) var(--ease);
}

.accordion__icon::before {
  width: 11px;
  height: 1.4px;
}

.accordion__icon::after {
  width: 1.4px;
  height: 11px;
}

/* if app.js supplies an SVG chevron instead, drop the drawn bars */
.accordion__icon:has(svg)::before,
.accordion__icon:has(svg)::after {
  content: none;
}

.accordion__icon svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  fill: none;
  transition: transform var(--d-mid) var(--ease);
}

.accordion__btn:hover .accordion__icon {
  background: var(--c-sage-100);
}

.accordion__item--open .accordion__icon::after,
.accordion__btn[aria-expanded="true"] .accordion__icon::after {
  transform: scaleY(0);
  opacity: 0;
}

.accordion__item--open .accordion__icon svg,
.accordion__btn[aria-expanded="true"] .accordion__icon svg {
  transform: rotate(180deg);
}

.accordion__item--open .accordion__btn,
.accordion__btn[aria-expanded="true"] {
  color: var(--c-burgundy);
}

.accordion__panel {
  max-height: 0;
  overflow: hidden;
  /* visibility, not just clipping: max-height alone left all ten answers in
     the accessibility tree while every button reported aria-expanded="false",
     so a screen reader read the whole FAQ as though it were open. visibility
     is transitionable, so the height animation still plays. */
  visibility: hidden;
  transition: max-height var(--d-slow) var(--ease), visibility var(--d-slow) var(--ease);
}

.accordion__panel > * {
  padding: 0 .25rem 1.5rem;
  max-width: 68ch;
  font-size: .98rem;
  line-height: 1.75;
  color: var(--c-body);
}

.accordion__item--open .accordion__panel {
  max-height: 42rem;
  visibility: visible;
}

/* =============================================================================
 * 16 CTA BAND
 * ========================================================================== */

.cta-band {
  position: relative;
  padding-block: clamp(3.5rem, 7vw, 6rem);
  overflow: hidden;
  background-color: var(--c-burgundy-800);
  background-image:
    radial-gradient(70% 110% at 12% 0%, rgba(120, 38, 55, .55), rgba(120, 38, 55, 0) 60%),
    radial-gradient(60% 100% at 92% 100%, rgba(154, 162, 116, .3), rgba(154, 162, 116, 0) 62%),
    linear-gradient(160deg, var(--c-burgundy-800) 0%, var(--c-burgundy-900) 100%);
  color: var(--c-sage-200);
}

.cta-band::after {
  content: "";
  position: absolute;
  right: -4%;
  bottom: -30%;
  width: min(520px, 62%);
  aspect-ratio: 1 / 1;
  background-image: var(--tex-sprig);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  opacity: .07;
  filter: invert(1);
  pointer-events: none;
}

.cta-band__inner {
  position: relative;
  z-index: 1;
  max-width: 62ch;
  margin-inline: auto;
  text-align: center;
}

.cta-band__title {
  font-family: var(--f-display);
  font-size: clamp(1.9rem, 3.4vw, 2.9rem);
  font-weight: 300;
  line-height: 1.1;
  color: var(--c-cream);
  text-wrap: balance;
}

.cta-band__text {
  margin-top: 1.1rem;
  font-size: clamp(1rem, 1.25vw, 1.1rem);
  line-height: 1.75;
  color: var(--c-sage-200);
}

.cta-band__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: .9rem 1.1rem;
  margin-top: clamp(1.8rem, 3vw, 2.5rem);
}

.cta-band .eyebrow {
  color: var(--c-sage);
}

/* =============================================================================
 * 17 GIFT CARDS
 * ========================================================================== */

.giftcard-grid {
  display: grid;
  /* auto-fit, because this grid is dropped into both a full-width section and
     the half-width column of .grid--split, where three fixed tracks collapsed
     each card to ~156px and clipped the amount. */
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: clamp(1.25rem, 2.4vw, 2rem);
}

.giftcard {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-width: 0;
  padding: clamp(1.1rem, 2vw, 1.5rem);
  background: var(--c-white);
  border: 1px solid var(--c-line);
  border-radius: var(--r-lg);
  transition: transform var(--d-mid) var(--ease), box-shadow var(--d-mid) var(--ease), border-color var(--d-mid) var(--ease);
}

.giftcard:hover {
  transform: translateY(-4px);
  box-shadow: var(--sh-2);
  border-color: var(--c-line-strong);
}

.giftcard p {
  font-size: .92rem;
  line-height: 1.68;
  color: var(--c-body);
}

.giftcard .btn {
  margin-top: auto;
  align-self: flex-start;
}

.giftcard__visual {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  aspect-ratio: 8 / 5;
  padding: clamp(1rem, 2vw, 1.35rem);
  overflow: hidden;
  border-radius: var(--r-md);
  background-color: var(--c-burgundy);
  background-image:
    radial-gradient(80% 100% at 10% 0%, rgba(120, 38, 55, .85), rgba(120, 38, 55, 0) 62%),
    radial-gradient(70% 90% at 100% 100%, rgba(154, 162, 116, .38), rgba(154, 162, 116, 0) 60%),
    linear-gradient(150deg, var(--c-burgundy) 0%, var(--c-burgundy-900) 100%);
  color: var(--c-sage-100);
}

.giftcard__visual::before {
  content: "";
  position: absolute;
  inset: 7px;
  border: 1px solid rgba(211, 215, 180, .28);
  border-radius: calc(var(--r-md) - 4px);
  pointer-events: none;
}

.giftcard__visual::after {
  content: "\03A6";
  position: absolute;
  right: -.4rem;
  bottom: -1.6rem;
  font-family: var(--f-display);
  font-size: 8rem;
  line-height: 1;
  color: var(--c-sage);
  opacity: .12;
  pointer-events: none;
}

.giftcard__brand {
  position: relative;
  z-index: 1;
  font-family: var(--f-ui);
  font-size: .64rem;
  font-weight: 500;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--c-sage-200);
}

.giftcard__amount {
  position: relative;
  z-index: 1;
  font-family: var(--f-display);
  font-size: clamp(1.9rem, 3.4vw, 2.6rem);
  font-weight: 400;
  line-height: 1;
  color: var(--c-cream);
  font-variant-numeric: tabular-nums;
}

.giftcard__amount small {
  display: block;
  margin-top: .35rem;
  font-family: var(--f-ui);
  font-size: .68rem;
  font-weight: 400;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--c-sage-200);
}

/* =============================================================================
 * 18 JOURNAL & POST
 * ========================================================================== */

.journal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.5rem, 2.6vw, 2.25rem);
}

.journal-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  background: var(--c-white);
  border: 1px solid var(--c-line);
  border-radius: var(--r-lg);
  overflow: hidden;
  transition: transform var(--d-mid) var(--ease), box-shadow var(--d-mid) var(--ease), border-color var(--d-mid) var(--ease);
}

.journal-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--sh-2);
  border-color: var(--c-line-strong);
}

.journal-card:focus-within {
  outline: 2px solid var(--c-focus);
  outline-offset: 3px;
}

.journal-card .media {
  border-radius: 0;
  aspect-ratio: 16 / 10;
}

.journal-card .card__body {
  gap: .7rem;
}

.journal-card .card__title {
  font-size: clamp(1.22rem, 1.7vw, 1.45rem);
}

/* --- article -------------------------------------------------------------- */
.post {
  max-width: 72ch;
  margin-inline: auto;
}

.post__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .35rem .8rem;
  margin-bottom: 1.4rem;
  font-size: .74rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--c-muted);
}

.post__meta .pill {
  text-transform: uppercase;
}

.post__body {
  max-width: 68ch;
  color: var(--c-body);
}

.post__body p {
  font-size: 1.075rem;
  line-height: 1.82;
  margin-top: 1.25em;
}

.post__body > p:first-child {
  font-size: 1.2rem;
  line-height: 1.7;
  color: var(--c-ink);
  margin-top: 0;
}

.post__body h2,
.post__body h3 {
  font-family: var(--f-display);
  font-size: clamp(1.35rem, 2.1vw, 1.75rem);
  font-weight: 400;
  line-height: 1.2;
  color: var(--c-ink);
  margin-top: 2.4em;
  margin-bottom: -.35em;
}

.post__body h2::before,
.post__body h3::before {
  content: "";
  display: block;
  width: 34px;
  height: 1px;
  margin-bottom: 1.1rem;
  background: var(--c-sage-600);
}

.post__body ul {
  list-style: none;
  padding: 0;
  margin-top: 1.5em;
  display: flex;
  flex-direction: column;
  gap: .7rem;
}

.post__body ul li {
  position: relative;
  padding-left: 1.6rem;
  font-size: 1.02rem;
  line-height: 1.72;
}

.post__body ul li::before {
  content: "";
  position: absolute;
  left: .15rem;
  top: .72em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--c-sage-600);
}

.post__body ol {
  padding-left: 1.35rem;
  margin-top: 1.5em;
  list-style: decimal;
}

.post__body a {
  color: var(--c-burgundy);
  text-decoration: underline;
  text-underline-offset: .22em;
  text-decoration-color: var(--c-line-strong);
}

.post__body a:hover {
  text-decoration-color: var(--c-burgundy);
}

/* =============================================================================
 * 19 CONTACT, FORMS, MAP
 * ========================================================================== */

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: clamp(2rem, 4.5vw, 4rem);
  align-items: start;
}

/* --- info list ------------------------------------------------------------ */
.info-list {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--c-line);
}

.info-list__item {
  display: grid;
  grid-template-columns: minmax(0, 9.5rem) minmax(0, 1fr);
  gap: .35rem 1.25rem;
  padding: 1rem .1rem;
  border-bottom: 1px solid var(--c-line);
  align-items: baseline;
}

.info-list__label {
  font-family: var(--f-ui);
  font-size: .7rem;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--c-sage-800);
  margin: 0;
}

.info-list__value {
  font-size: .98rem;
  line-height: 1.65;
  color: var(--c-body);
  margin: 0;
  min-width: 0;
  overflow-wrap: anywhere;
}

.info-list__value a {
  color: var(--c-burgundy);
}

.info-list__value a:hover {
  text-decoration: underline;
  text-underline-offset: .2em;
}

/* --- hours ---------------------------------------------------------------- */
.hours-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  font-size: .94rem;
}

.hours-table caption {
  text-align: left;
  font-family: var(--f-ui);
  font-size: .7rem;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--c-sage-800);
  padding-bottom: .75rem;
}

.hours-table th,
.hours-table td {
  padding: .7rem .25rem;
  border-bottom: 1px solid var(--c-line);
  text-align: left;
  font-weight: 400;
  color: var(--c-body);
  overflow-wrap: break-word;
}

.hours-table th {
  color: var(--c-ink);
  font-weight: 400;
}

.hours-table td:last-child {
  text-align: right;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
  color: var(--c-ink);
}

.hours-table tr:last-child th,
.hours-table tr:last-child td {
  border-bottom: 0;
}

/* --- map placeholder (no remote embeds anywhere in this project) ---------- */
.map-frame {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border: 1px solid var(--c-line);
  border-radius: var(--r-md);
  background-color: var(--c-sage-100);
  background-image:
    linear-gradient(90deg, rgba(154, 162, 116, .18) 1px, rgba(154, 162, 116, 0) 1px),
    linear-gradient(180deg, rgba(154, 162, 116, .18) 1px, rgba(154, 162, 116, 0) 1px),
    linear-gradient(74deg, rgba(233, 218, 213, .85) 0 12%, rgba(233, 218, 213, 0) 12.4%),
    radial-gradient(60% 60% at 78% 22%, rgba(211, 215, 180, .8), rgba(211, 215, 180, 0) 62%),
    linear-gradient(160deg, var(--c-cream), var(--c-shell));
  background-size: 44px 44px, 44px 44px, 100% 100%, 100% 100%, 100% 100%;
}

.map-frame::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  background: var(--c-burgundy);
  box-shadow: 0 6px 14px -6px rgba(36, 20, 23, .6);
}

.map-frame::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 54px;
  height: 54px;
  margin: -27px 0 0 -27px;
  border: 1px solid rgba(70, 18, 30, .28);
  border-radius: 50%;
}

.map-frame .media__label {
  z-index: 3;
}

/* --- forms ---------------------------------------------------------------- */
.form {
  display: grid;
  gap: 1.15rem;
  padding: clamp(1.35rem, 3vw, 2.25rem);
  background: var(--c-white);
  border: 1px solid var(--c-line);
  border-radius: var(--r-lg);
  box-shadow: var(--sh-1);
}

.form--2col {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.field {
  display: flex;
  flex-direction: column;
  gap: .45rem;
  min-width: 0;
}

.field--full {
  grid-column: 1 / -1;
}

.field__label {
  font-family: var(--f-ui);
  font-size: .7rem;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--c-sage-800);
}

.field__label .req,
.field__label abbr {
  color: var(--c-burgundy-500);
  text-decoration: none;
  border: 0;
}

.field__input,
.form input[type="text"],
.form input[type="email"],
.form input[type="tel"],
.form input[type="search"],
.form textarea,
.form select {
  width: 100%;
  max-width: 100%;
  padding: .85rem 1rem;
  font-family: var(--f-ui);
  font-size: .98rem;
  font-weight: 300;
  line-height: 1.5;
  color: var(--c-ink);
  background: var(--c-cream);
  border: 1px solid var(--c-line);
  border-radius: var(--r-sm);
  transition: border-color var(--d-fast) var(--ease), box-shadow var(--d-fast) var(--ease), background-color var(--d-fast) var(--ease);
}

.field__input::placeholder,
.form textarea::placeholder {
  color: var(--c-muted);
  opacity: .8;
}

.field__input:hover,
.form textarea:hover {
  border-color: var(--c-line-strong);
}

.field__input:focus,
.form input:focus,
.form textarea:focus,
.form select:focus {
  outline: none;
  background: var(--c-white);
  border-color: var(--c-burgundy);
  box-shadow: 0 0 0 3px rgba(70, 18, 30, .1);
}

.field__input:focus-visible,
.form input:focus-visible,
.form textarea:focus-visible,
.form select:focus-visible {
  outline: 2px solid var(--c-focus);
  outline-offset: 2px;
}

.form textarea,
textarea.field__input {
  min-height: 9.5rem;
  resize: vertical;
}

.field__input[aria-invalid="true"],
.field--error .field__input {
  border-color: var(--c-burgundy-500);
  background: rgba(120, 38, 55, .04);
}

.field__error {
  display: block;
  font-size: .78rem;
  line-height: 1.5;
  letter-spacing: .02em;
  color: var(--c-burgundy-600);
}

.field__error:empty {
  display: none;
}

.form__note {
  grid-column: 1 / -1;
  font-size: .82rem;
  line-height: 1.6;
  color: var(--c-muted);
}

.form__note strong {
  color: var(--c-burgundy);
  font-weight: 500;
}

.form .btn {
  justify-self: start;
}

/* =============================================================================
 * 20 PRODUCTS
 * ========================================================================== */

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1.25rem, 2.4vw, 2rem);
}

.product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  background: var(--c-white);
  border: 1px solid var(--c-line);
  border-radius: var(--r-lg);
  overflow: hidden;
  transition: transform var(--d-mid) var(--ease), box-shadow var(--d-mid) var(--ease), border-color var(--d-mid) var(--ease);
}

.product-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--sh-2);
  border-color: var(--c-line-strong);
}

.product-card .media {
  border-radius: 0;
  aspect-ratio: 4 / 5;
}

.product-card .card__body {
  gap: .45rem;
}

.product-card__brand {
  font-family: var(--f-ui);
  font-size: .64rem;
  font-weight: 500;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--c-sage-800);
}

.product-card__price {
  font-family: var(--f-display);
  font-size: 1.28rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--c-burgundy);
  font-variant-numeric: tabular-nums;
}

.product-card .card__title {
  font-size: 1.2rem;
}

.product-card .card__text {
  font-size: .9rem;
}

/* =============================================================================
 * 21 MISC UTILITIES, TOAST, 404
 * ========================================================================== */

.pill {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  padding: .32rem .8rem;
  font-family: var(--f-ui);
  font-size: .68rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--c-sage-800);
  background: var(--c-sage-100);
  border: 1px solid var(--c-sage-200);
  border-radius: var(--r-pill);
  white-space: nowrap;
}

.pill--burgundy {
  color: var(--c-burgundy);
  background: rgba(70, 18, 30, .06);
  border-color: rgba(70, 18, 30, .14);
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  padding: .28rem .7rem;
  font-family: var(--f-ui);
  font-size: .63rem;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--c-cream);
  background: var(--c-burgundy);
  border-radius: var(--r-pill);
  white-space: nowrap;
}

/* Demo disclosures are full sentences, not micro-labels. The pill above is
   nowrap and uppercase at .63rem, so prose set in it ran off the screen. */
.badge--block {
  display: block;
  padding: .95rem 1.2rem;
  font-size: .84rem;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0;
  text-transform: none;
  white-space: normal;
  color: var(--c-body);
  background: var(--c-shell);
  border-left: 3px solid var(--c-burgundy);
  border-radius: 0 var(--r-sm) var(--r-sm) 0;
}

.section--tint .badge--block {
  background: var(--c-white);
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .5rem;
}

.section--dark .pill {
  color: var(--c-sage-100);
  background: rgba(211, 215, 180, .1);
  border-color: rgba(211, 215, 180, .28);
}

.section--dark .badge {
  color: var(--c-burgundy-900);
  background: var(--c-sage);
}

/* --- reveal on scroll ----------------------------------------------------- */
.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 620ms var(--ease), transform 620ms var(--ease);
}

.reveal.is-visible,
.is-visible {
  opacity: 1;
  transform: none;
}

/* --- 404 ------------------------------------------------------------------ */
.notfound {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  text-align: center;
  padding-block: clamp(4rem, 12vw, 9rem);
  max-width: 56ch;
  margin-inline: auto;
}

.notfound::before {
  content: "\03A6";
  font-family: var(--f-display);
  font-size: clamp(4.5rem, 14vw, 8rem);
  line-height: 1;
  color: var(--c-burgundy);
  opacity: .14;
}

.notfound h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 300;
}

.notfound p {
  font-size: 1.05rem;
  line-height: 1.75;
}

.notfound .cluster {
  justify-content: center;
  margin-top: .75rem;
}

/* --- toast ---------------------------------------------------------------- */
.toast {
  position: fixed;
  left: 50%;
  bottom: clamp(1.25rem, 4vw, 2.25rem);
  z-index: var(--z-toast);
  display: flex;
  align-items: center;
  gap: .7rem;
  max-width: min(560px, calc(100vw - 2.5rem));
  padding: .95rem 1.4rem;
  font-size: .92rem;
  line-height: 1.55;
  color: var(--c-sage-100);
  background: var(--c-burgundy-800);
  border: 1px solid rgba(211, 215, 180, .22);
  border-radius: var(--r-md);
  box-shadow: var(--sh-3);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, 18px);
  transition:
    opacity var(--d-mid) var(--ease),
    transform var(--d-mid) var(--ease),
    visibility var(--d-mid) var(--ease);
}

.toast--show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.toast svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  stroke: var(--c-sage);
  fill: none;
}

/* =============================================================================
 * 22 FOOTER
 * ========================================================================== */

.site-footer {
  position: relative;
  padding-block: clamp(3.5rem, 7vw, 5.5rem) 2rem;
  overflow: hidden;
  background-color: var(--c-burgundy-900);
  background-image:
    radial-gradient(60% 90% at 8% 0%, rgba(70, 18, 30, .85), rgba(70, 18, 30, 0) 62%),
    radial-gradient(55% 80% at 96% 8%, rgba(110, 117, 80, .28), rgba(110, 117, 80, 0) 62%),
    linear-gradient(180deg, var(--c-burgundy-900) 0%, #1B070B 100%);
  color: var(--c-sage-200);
  font-size: .94rem;
}

.site-footer h2,
.site-footer h3,
.site-footer h4 {
  color: var(--c-cream);
}

.site-footer p {
  color: rgba(239, 241, 226, .78);
  line-height: 1.72;
}

.site-footer a {
  color: rgba(239, 241, 226, .82);
}

.site-footer a:hover {
  color: var(--c-white);
}

.footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) repeat(3, minmax(0, 1fr));
  gap: clamp(2rem, 4vw, 3.25rem);
  padding-bottom: clamp(2.5rem, 5vw, 3.5rem);
}

.footer__col {
  display: flex;
  flex-direction: column;
  gap: .9rem;
  min-width: 0;
}

.footer__badge {
  display: inline-flex;
  align-items: center;
  gap: .8rem;
  color: var(--c-cream);
  text-decoration: none;
  margin-bottom: .35rem;
}

.footer__badge img {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  object-fit: cover;
  border: 1px solid rgba(211, 215, 180, .25);
  flex: 0 0 auto;
}

.footer__badge .brand__word,
.footer__badge span {
  color: var(--c-cream);
}

.footer__badge .brand__sub {
  color: var(--c-sage);
}

.footer__title {
  font-family: var(--f-ui);
  font-size: .68rem;
  font-weight: 500;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--c-sage);
  margin-bottom: .35rem;
}

.footer__links {
  display: flex;
  flex-direction: column;
  gap: .58rem;
  list-style: none;
  padding: 0;
}

.footer__link {
  /* inline-flex, so the inline 24px icon sits beside its label instead of
     forcing every Visit-column link onto a second line. */
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-size: .92rem;
  line-height: 1.5;
  color: rgba(239, 241, 226, .78);
  transition: color var(--d-fast) var(--ease), padding-left var(--d-mid) var(--ease);
  overflow-wrap: anywhere;
}

.footer__link:hover,
.footer__link:focus-visible {
  color: var(--c-white);
  padding-left: .22rem;
}

/* Inline icons in footer links are sized down to sit with .92rem text. */
.footer__links .footer__link svg {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  stroke: currentColor;
  fill: none;
}

.footer__social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .6rem;
  margin-top: .35rem;
}

.footer__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: var(--c-sage-200);
  border: 1px solid rgba(211, 215, 180, .3);
  border-radius: 50%;
  transition: background-color var(--d-mid) var(--ease), border-color var(--d-mid) var(--ease), color var(--d-mid) var(--ease), transform var(--d-mid) var(--ease);
}

.footer__social a:hover {
  background: rgba(211, 215, 180, .14);
  border-color: var(--c-sage);
  color: var(--c-white);
  transform: translateY(-2px);
}

.footer__social svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
}

.footer__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: .75rem 1.5rem;
  padding-top: 1.6rem;
  border-top: 1px solid rgba(211, 215, 180, .16);
}

.footer__legal {
  font-size: .76rem;
  line-height: 1.6;
  letter-spacing: .04em;
  color: rgba(239, 241, 226, .55);
}

.footer__legal a {
  color: rgba(239, 241, 226, .7);
  text-decoration: underline;
  text-underline-offset: .2em;
  text-decoration-color: rgba(211, 215, 180, .3);
}

.site-footer .hours-table th,
.site-footer .hours-table td {
  border-bottom-color: rgba(211, 215, 180, .16);
  color: rgba(239, 241, 226, .8);
}

.site-footer .hours-table td:last-child {
  color: var(--c-cream);
}

.site-footer .hours-table caption {
  color: var(--c-sage);
}

/* =============================================================================
 * 23 RESPONSIVE
 * Breakpoints: 1240 (header breathing room) · 1080 (nav to hamburger)
 *              860 (mobile book bar) · 560 (single column)
 * Nothing may overflow horizontally at any width.
 * ========================================================================== */

/* The header phone is the first thing to go: it is a secondary action that also
   appears in the footer and the mobile drawer. Below 1500px the nav and Book Now
   need the room, and squeezing it is what pushed the nav into the phone number. */
@media (max-width: 1500px) {
  .header__phone {
    display: none;
  }
}

@media (max-width: 1240px) {
  .brand__sub {
    display: none;
  }

  .nav__link {
    font-size: .72rem;
    letter-spacing: .09em;
    padding-inline: .4rem;
  }
}

@media (max-width: 1080px) {
  .nav {
    display: none;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .header__inner {
    min-height: 76px;
  }

  .site-header--scrolled .header__inner {
    min-height: 66px;
  }

  .header__actions {
    margin-left: auto;
  }

  .grid--4,
  .giftcard-grid,
  .numbered,
  .testimonials,
  .journal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .numbered__step::after {
    display: none;
  }

  .grid--sidebar {
    grid-template-columns: minmax(0, 1fr) minmax(0, 280px);
  }
}

@media (max-width: 860px) {
  /* the sticky Book Now bar must never cover footer content */
  body {
    padding-bottom: 4.9rem;
  }

  .book-bar {
    display: flex;
  }

  .wa-float {
    bottom: calc(4.9rem + .7rem);
    padding: .5rem .9rem;
    font-size: .66rem;
  }

  .hero {
    min-height: clamp(480px, 74vh, 640px);
  }

  .grid--2,
  .grid--3,
  .grid--sidebar,
  .grid--split,
  .contact-grid,
  .brand-partners,
  .form--2col {
    grid-template-columns: minmax(0, 1fr);
  }

  .features,
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .brand-card__logo {
    aspect-ratio: 16 / 5;
  }

  .accordion__panel > * {
    padding-bottom: 1.25rem;
  }
}

@media (max-width: 560px) {
  /* compact header: the wordmark, the Book Now CTA and the menu button must all
     fit on a 375px screen without any of them being pushed off the edge */
  .header__inner {
    gap: .5rem;
    min-height: 68px;
  }

  .brand__badge {
    width: 38px;
    height: 38px;
    border-radius: 9px;
  }

  .brand__word {
    font-size: .9rem;
    letter-spacing: .2em;
  }

  .header__actions {
    gap: .45rem;
  }

  .header__actions .btn--primary {
    --btn-pad-x: 1.05rem;
    --btn-pad-y: .8rem;
    font-size: .72rem;
    letter-spacing: .1em;
  }

  .nav-toggle {
    width: 42px;
    height: 42px;
  }

  .grid--4,
  .features,
  .testimonials,
  .journal-grid,
  .giftcard-grid,
  .numbered,
  .product-grid,
  .footer__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  /* the floating WhatsApp pill crowds the book bar on the smallest screens */
  .wa-float {
    display: none;
  }

  .btn {
    white-space: normal;
    max-width: 100%;
  }

  .btn--lg {
    --btn-pad-x: 1.8rem;
    font-size: .82rem;
  }

  .btn--primary {
    --btn-pad-x: 1.7rem;
  }

  .book-bar {
    gap: .75rem;
  }

  .book-bar .btn--primary {
    max-width: none;
    flex: 1 1 auto;
    --btn-pad-x: 1.1rem;
    font-size: .78rem;
  }

  .book-bar__price {
    font-size: .66rem;
  }

  .book-bar__price strong,
  .book-bar__price b {
    font-size: 1.05rem;
  }

  .hero {
    min-height: 0;
    padding-block: clamp(3.5rem, 14vw, 5rem);
  }

  .hero__scroll {
    display: none;
  }

  .treatment-row {
    grid-template-columns: minmax(0, 1fr);
    padding-inline: 0;
  }

  .treatment-row__side {
    align-items: flex-start;
    text-align: left;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    gap: .75rem 1rem;
  }

  .variant {
    grid-template-columns: minmax(0, 1fr) auto;
    row-gap: .75rem;
  }

  .variant .btn {
    grid-column: 1 / -1;
    justify-self: stretch;
  }

  .info-list__item {
    grid-template-columns: minmax(0, 1fr);
    gap: .2rem;
  }

  .card__foot {
    align-items: stretch;
    flex-direction: column;
  }

  .card__foot .btn {
    width: 100%;
  }

  .form {
    padding: 1.25rem 1.1rem;
  }

  .form .btn {
    justify-self: stretch;
    width: 100%;
  }

  .testimonial::before {
    font-size: 3.6rem;
  }

  .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .media__label {
    font-size: .6rem;
    letter-spacing: .12em;
  }

  :target {
    scroll-margin-top: 5rem;
  }
}

/* =============================================================================
 * 24 REDUCED MOTION
 * ========================================================================== */

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    transition-delay: 0ms !important;
    scroll-behavior: auto !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }

  .card:hover,
  .giftcard:hover,
  .product-card:hover,
  .journal-card:hover,
  .brand-card:hover,
  .testimonial:hover,
  .btn--primary:hover,
  .wa-float:hover,
  .footer__social a:hover {
    transform: none;
  }

  .card:hover .card__media .media {
    transform: none;
  }

  .hero__scroll::after {
    animation: none;
  }
}

/* =============================================================================
 * 25 PRINT — hide the chrome, keep the words, the prices and the address.
 * ========================================================================== */

@media print {
  #site-header, .site-header, .nav, .mobile-nav, .scrim, .nav-toggle,
  .book-bar, .wa-float, .toast, .hero__scroll, .btn, .skip-link,
  #booking-root, .media, .map-frame, .footer__social, .divider-leaf { display: none !important; }
  body { padding: 0; background: #fff; color: #241417; font-size: 11pt; overflow: visible; }
  .section, .cta-band, .page-hero, .hero { padding-block: 1.2rem; background: none !important; color: #241417; }
  .section--dark, .cta-band, .site-footer { background: none !important; color: #241417 !important; }
  .section--dark *, .cta-band *, .site-footer * { color: #241417 !important; }
  .price, .price--from, .card__price, .variant__price, .product-card__price { color: #46121E !important; font-weight: 600; }
  .card, .variant, .giftcard, .testimonial, .form, .brand-card, .product-card, .journal-card { break-inside: avoid; box-shadow: none !important; border-color: #ccc4b8 !important; }
  a[href^="http"]::after { content: " (" attr(href) ")"; font-size: 9pt; color: #4C3F42; }
  h1, h2, h3 { break-after: avoid; }
  .container, .container--narrow { max-width: none; padding-inline: 0; }
}
