/* nuuhealth brand stylesheet — DM Serif Display + Circular (licensed) */
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap');

/* ─── FONTS ────────────────────────────────────────────────── */
@font-face {
  font-family: 'Kaizor';
  src: url('../fonts/Kaizor.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Circular';
  src: url('../fonts/J&J CircularTT-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circular';
  src: url('../fonts/J&J CircularTT-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Circular';
  src: url('../fonts/lineto-circular-pro-book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circular';
  src: url('../fonts/lineto-circular-pro-bookItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Circular';
  src: url('../fonts/lineto-circular-pro-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circular';
  src: url('../fonts/lineto-circular-pro-mediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Circular';
  src: url('../fonts/J&J CircularTT-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circular';
  src: url('../fonts/J&J CircularTT-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Circular';
  src: url('../fonts/J&J CircularTT-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* ─── TOKENS ──────────────────────────────────────────────── */
:root {
  /* ── Official brand palette (Branding Guideline p.06) ── */
  --jade:       #359385;   /* Primary brand — jade green             */
  --jade-dark:  #2a7a6e;   /* Hover / deep state                     */
  --jade-mid:   #46a897;   /* Mid jade — lighter accent              */
  --jade-pale:  #eaf4f1;   /* Very light jade tint                   */

  --sage:       #a5c7b6;   /* Soft secondary — sage green            */
  --sage-dark:  #7aaa97;   /* Deeper sage                            */
  --sage-pale:  #f0f7f3;   /* Very light sage — section backgrounds  */

  --charcoal:   #333333;   /* Text, footer, dark strips              */
  --gray:       #666666;   /* Mid-grey muted text                    */
  --silver:     #cccccc;   /* Dividers, borders                      */
  --offwhite:   #f6faf8;   /* Sage-tinted off-white                  */
  --white:      #ffffff;

  /* Derived / utility */
  --bg:         #f6faf8;
  --text:       #333333;
  --muted:      #666666;
  --rule:       #dde8e4;

  /* ── Path aliases ── */
  --gp:         #333333;   /* GP → charcoal (clinical, grounded)     */
  --gp-dark:    #1a1a1a;
  --gp-pale:    #f0f0f0;
  --aes:        #359385;   /* Aesthetics → jade                      */
  --aes-dark:   #2a7a6e;
  --aes-pale:   #eaf4f1;

  /* ── Legacy CSS aliases (keep these for inline HTML refs) ── */
  --teal:       #359385;
  --teal-dark:  #2a7a6e;
  --teal-pale:  #eaf4f1;
  --navy:       #333333;
  --navy-dark:  #1a1a1a;
  --navy-pale:  #f0f0f0;
  --sky:        #a5c7b6;
  --sage-mid:   #333333;
  --amber:      #359385;
  --amber-dark: #2a7a6e;

  /* ── Typography ── */
  --font-display: 'DM Serif Display', Georgia, serif;
  --font-body:    'Circular', 'DM Sans', 'Helvetica Neue', Arial, sans-serif;

  /* ── Layout ── */
  --radius:    16px;
  --radius-sm:  8px;
  --max-w:     1360px;
  --pad-x:     clamp(1.5rem, 5vw, 4rem);
  --section-py: clamp(3rem, 5vw, 5rem);
  --transition: 0.28s ease;
}

/* ─── RESET ───────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.7;
  color: var(--text);
  background: var(--white);
}
img  { display: block; max-width: 100%; height: auto; }
a    { color: inherit; text-decoration: none; }
button { cursor: pointer; border: none; background: none; font: inherit; }

/* ─── TYPOGRAPHY ──────────────────────────────────────────── */
/* Headings — Kaizor / Cormorant Garamond */
h1 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(2.8rem, 6vw, 5.5rem);
  line-height: 1.1;
  letter-spacing: -0.01em;
}
h2 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.12;
  letter-spacing: -0.01em;
}
h3 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  line-height: 1.2;
}
h4 {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: clamp(0.9rem, 1.5vw, 1.05rem);
  line-height: 1.35;
  letter-spacing: 0.01em;
}
p {
  font-family: var(--font-body);
  font-size: clamp(0.95rem, 1.4vw, 1.05rem);
  line-height: 1.75;
  color: var(--muted);
}
p strong { color: var(--text); font-weight: 500; }

.display {
  font-family: var(--font-display);
  font-weight: 400;
  line-height: 1.1;
}

/* Eyebrow label */
.eyebrow {
  font-family: var(--font-body);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--teal);
}
.eyebrow-gp  { color: var(--navy); }
.eyebrow-aes { color: var(--teal); }

/* ─── LAYOUT ──────────────────────────────────────────────── */
.container { width: 100%; max-width: var(--max-w); margin: 0 auto; padding: 0 var(--pad-x); }
.section { padding: var(--section-py) 0; }
.section--bg    { background: var(--bg); }
.section--white { background: var(--white); }
.section--sage  { background: var(--offwhite); }
.section--jade  { background: var(--teal); color: var(--white); }
.section--dark  { background: var(--charcoal); color: var(--white); }

/* ─── NAV ─────────────────────────────────────────────────── */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 1.25rem 0;
  border-bottom: 1px solid transparent;
  transition: background var(--transition), border-color var(--transition), padding var(--transition);
}
.nav.scrolled {
  background: var(--sage);
  border-bottom-color: rgba(0,0,0,0.08);
  padding: 0.85rem 0;
}
.nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

/* Logo — always white */
.nav__logo { display: flex; align-items: center; flex-shrink: 0; }
.nav__logo img { height: 78px; width: auto; transition: height var(--transition); }
.nav.scrolled .nav__logo img { height: 66px; }
.nav__logo img.nav__logo-dark  { display: none; }
.nav__logo img.nav__logo-light { display: block; }
.nav.scrolled .nav__logo img.nav__logo-dark  { display: none; }
.nav.scrolled .nav__logo img.nav__logo-light { display: block; }

.nav__links {
  display: flex; align-items: center;
  gap: 2rem; list-style: none;
}
.nav__links a {
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.9);
  transition: color var(--transition);
}
.nav.scrolled .nav__links a { color: var(--white); }
.nav__links a:hover,
.nav.scrolled .nav__links a:hover { color: var(--charcoal); }

.nav__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 1.5rem;
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1.5px solid rgba(255,255,255,0.6);
  color: var(--white);
  border-radius: var(--radius-sm);
  transition: all var(--transition);
  background: rgba(53,147,133,0.18);
}
.nav.scrolled .nav__cta {
  border-color: var(--jade);
  color: var(--white);
  background: var(--jade);
}
.nav__cta:hover {
  background: var(--jade);
  border-color: var(--jade);
  color: var(--white);
}
.nav.scrolled .nav__cta:hover {
  background: var(--jade-dark);
  border-color: var(--jade-dark);
}

.nav__hamburger { display: none; flex-direction: column; gap: 5px; padding: 4px; cursor: pointer; }
.nav__hamburger span { display: block; width: 20px; height: 1.5px; background: var(--white); transition: background var(--transition); }
.nav.scrolled .nav__hamburger span { background: var(--white); }

/* ─── MOBILE MENU ─────────────────────────────────────────── */
.mobile-menu {
  position: fixed; inset: 0;
  background: var(--charcoal);
  z-index: 200;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 2rem;
  opacity: 0; pointer-events: none;
  transition: opacity var(--transition);
}
.mobile-menu.open { opacity: 1; pointer-events: all; }
.mobile-menu__close {
  position: absolute; top: 1.5rem; right: var(--pad-x);
  font-family: var(--font-body);
  font-size: 0.72rem; font-weight: 500;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  cursor: pointer; background: none; border: none;
}
.mobile-menu__links { list-style: none; display: flex; flex-direction: column; align-items: center; gap: 0.25rem; }
.mobile-menu__links a {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(2.2rem, 8vw, 3.2rem);
  color: var(--white);
  transition: color var(--transition);
}
.mobile-menu__links a:hover { color: var(--sage); }
.mobile-menu__cta { margin-top: 1rem; }

/* ─── HERO SPLIT ──────────────────────────────────────────── */
.hero-split {
  position: relative;
  height: 100svh; min-height: 600px;
  display: flex; overflow: hidden;
}
.hero-split__panel {
  position: relative; flex: 1;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: clamp(2rem, 5vw, 4rem);
  overflow: hidden; cursor: pointer;
  transition: flex var(--transition);
}
.hero-split__panel:hover { flex: 1.15; }
.hero-split__bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  transition: transform 0.55s ease;
}
.hero-split__panel:hover .hero-split__bg { transform: scale(1.03); }
.hero-split__overlay { position: absolute; inset: 0; transition: opacity var(--transition); }
.hero-split__panel--gp  .hero-split__overlay { background: linear-gradient(165deg, rgba(51,51,51,0.2) 0%, rgba(51,51,51,0.72) 100%); }
.hero-split__panel--aes .hero-split__overlay { background: linear-gradient(165deg, rgba(53,147,133,0.2) 0%, rgba(42,122,110,0.72) 100%); }
.hero-split__panel:hover .hero-split__overlay { opacity: 0.85; }
.hero-split__divider {
  position: absolute; top: 0; bottom: 0; left: 50%;
  width: 1px;
  background: linear-gradient(to bottom, transparent 8%, rgba(255,255,255,0.4) 25%, rgba(255,255,255,0.4) 75%, transparent 92%);
  z-index: 10; pointer-events: none;
}
.hero-split__wordmark {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20; text-align: center; pointer-events: none;
}
.hero-split__wordmark img { height: 44px; width: auto; }
.hero-split__wordmark-sub {
  display: block;
  font-family: var(--font-body);
  font-size: 0.6rem; font-weight: 500;
  letter-spacing: 0.3em; text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  margin-top: 0.75rem;
}
.hero-split__content { position: relative; z-index: 5; color: var(--white); max-width: 420px; }
.hero-split__panel--aes .hero-split__content { margin-left: auto; text-align: right; }
.hero-split__tag {
  font-family: var(--font-body);
  font-size: 0.65rem; font-weight: 500;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: rgba(255,255,255,0.6); margin-bottom: 0.75rem;
}
.hero-split__title {
  font-family: var(--font-display);
  font-weight: 400; font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.15; margin-bottom: 0.75rem;
}
.hero-split__desc {
  font-size: 0.92rem; line-height: 1.65;
  color: rgba(255,255,255,0.7); margin-bottom: 1.75rem;
}
.hero-split__link {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-family: var(--font-body);
  font-size: 0.78rem; font-weight: 500;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,0.4);
  padding-bottom: 2px; transition: all var(--transition);
}
.hero-split__link:hover { border-color: var(--sage); color: var(--sage); }
.hero-split__link-arrow { transition: transform var(--transition); }
.hero-split__link:hover .hero-split__link-arrow { transform: translateX(4px); }

/* ─── TRUST BAR ───────────────────────────────────────────── */
.trust-bar { background: var(--charcoal); padding: 1.25rem 0; overflow: hidden; }
.trust-bar__inner {
  display: flex; align-items: center; justify-content: center;
  flex-wrap: wrap; gap: 0 3rem;
}
.trust-bar__item {
  display: flex; align-items: center; gap: 0.6rem;
  font-family: var(--font-body);
  font-size: 0.72rem; font-weight: 500;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: rgba(255,255,255,0.5); white-space: nowrap;
}
.trust-bar__dot { width: 4px; height: 4px; border-radius: 50%; background: var(--amber); flex-shrink: 0; }

/* ─── INTRO ───────────────────────────────────────────────── */
.intro { text-align: center; }
.intro__rule { width: 1px; height: 60px; background: var(--teal); margin: 0 auto 2.5rem; }
.intro__lead {
  font-family: var(--font-display);
  font-weight: 400; font-size: clamp(1.6rem, 3vw, 2.4rem);
  line-height: 1.35; max-width: 760px;
  margin: 0 auto 1.5rem; color: var(--text);
}
.intro__body { max-width: 560px; margin: 0 auto; color: var(--muted); font-size: 1rem; }

/* ─── PATH CARDS ──────────────────────────────────────────── */
.paths { padding-top: 0; }
.paths__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.path-card { position: relative; overflow: hidden; border-radius: var(--radius); }
.path-card__img-wrap { position: relative; height: clamp(280px, 40vw, 480px); overflow: hidden; }
.path-card__img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.55s ease; }
.path-card:hover .path-card__img { transform: scale(1.04); }
.path-card__img-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.45) 0%, transparent 55%); }
.path-card__body { padding: 2rem 2rem 2.5rem; background: var(--white); }
.path-card--gp  .path-card__body { border-top: 3px solid var(--navy); }
.path-card--aes .path-card__body { border-top: 3px solid var(--teal); }
.path-card__services {
  list-style: none; display: flex; flex-wrap: wrap;
  gap: 0.4rem; margin: 1rem 0 1.75rem;
}
.path-card__services li {
  font-family: var(--font-body);
  font-size: 0.72rem; font-weight: 500;
  letter-spacing: 0.04em;
  padding: 0.3rem 0.75rem;
  border-radius: var(--radius-sm);
}
.path-card--gp  .path-card__services li { background: var(--navy-pale); color: var(--navy); }
.path-card--aes .path-card__services li { background: var(--teal-pale); color: var(--teal-dark); }

/* ─── BUTTONS ─────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.8rem 2rem;
  font-family: var(--font-body);
  font-size: 0.78rem; font-weight: 500;
  letter-spacing: 0.1em; text-transform: uppercase;
  border-radius: var(--radius-sm);
  transition: all var(--transition);
  border: 1.5px solid transparent;
  white-space: nowrap;
}
.btn-arrow { transition: transform var(--transition); }
.btn:hover .btn-arrow { transform: translateX(3px); }

/* Primary CTA — jade (brand primary) */
.btn--amber, .btn--cta {
  background: var(--jade); color: var(--white); border-color: var(--jade);
  font-weight: 600;
}
.btn--amber:hover, .btn--cta:hover {
  background: var(--jade-dark); border-color: var(--jade-dark);
}

/* Teal — aesthetics path, secondary CTA */
.btn--jade, .btn--aes, .btn--teal {
  background: var(--teal); color: var(--white); border-color: var(--teal);
}
.btn--jade:hover, .btn--aes:hover, .btn--teal:hover {
  background: var(--teal-dark); border-color: var(--teal-dark);
}

/* Navy — GP path */
.btn--gp, .btn--navy {
  background: var(--navy); color: var(--white); border-color: var(--navy);
}
.btn--gp:hover, .btn--navy:hover { background: var(--navy-dark); border-color: var(--navy-dark); }

/* Outlined */
.btn--outline-jade, .btn--outline-teal {
  background: transparent; color: var(--teal); border-color: var(--teal);
}
.btn--outline-jade:hover, .btn--outline-teal:hover { background: var(--teal); color: var(--white); }

.btn--outline-navy {
  background: transparent; color: var(--navy); border-color: var(--navy);
}
.btn--outline-navy:hover { background: var(--navy); color: var(--white); }

.btn--outline-dark {
  background: transparent; color: var(--charcoal); border-color: var(--charcoal);
}
.btn--outline-dark:hover { background: var(--charcoal); color: var(--white); }

.btn--outline-white {
  background: transparent; color: var(--white); border-color: rgba(255,255,255,0.5);
}
.btn--outline-white:hover { background: var(--white); color: var(--teal); border-color: var(--white); }

/* legacy alias */
.btn--outline-gold { background: transparent; color: var(--amber); border-color: var(--amber); border-radius: var(--radius-sm); margin-top: 2rem; display: inline-block; }
.btn--outline-gold:hover { background: var(--amber); color: var(--charcoal); }
.btn--outline-white.footer__cta, a.btn--outline-white[href="index.html"] { margin-top: 2rem; display: inline-block; }

/* ─── ABOUT / DOCTOR ──────────────────────────────────────── */
.about { overflow: hidden; }
.about__grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 6vw, 6rem); align-items: center;
}
.about__img-wrap { position: relative; }
.about__img { width: 100%; aspect-ratio: 3/4; object-fit: cover; border-radius: var(--radius); }
.about__img-caption {
  position: absolute; bottom: -1.5rem; right: -1.5rem;
  background: var(--white); padding: 1.25rem 1.5rem;
  border-left: 3px solid var(--amber);
  border-radius: 0 0 var(--radius-sm) var(--radius-sm);
  font-size: 0.82rem; font-weight: 500;
  line-height: 1.5; color: var(--text); max-width: 220px;
  box-shadow: 0 4px 20px rgba(53,147,133,0.12);
}
.about__img-caption strong { display: block; font-size: 1rem; margin-bottom: 0.15rem; font-family: var(--font-display); font-weight: 400; }
.about__body { color: var(--muted); margin: 1.25rem 0 2rem; line-height: 1.8; }
.about__credentials {
  list-style: none; display: flex; flex-direction: column;
  gap: 0.6rem; margin-bottom: 2rem;
}
.about__credentials li {
  display: flex; align-items: center; gap: 0.75rem;
  font-size: 0.88rem; color: var(--text);
}
.about__credentials li::before {
  content: ''; flex-shrink: 0;
  width: 18px; height: 1px; background: var(--teal);
}

/* ─── SERVICES GRID ───────────────────────────────────────── */
.services__grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem; margin-top: 3rem;
}
.service-card {
  padding: 2rem;
  border-radius: var(--radius);
  border: 1.5px solid var(--rule);
  background: var(--white);
  transition: border-color var(--transition), box-shadow var(--transition);
}
.service-card:hover {
  border-color: var(--jade);
  box-shadow: 0 8px 32px rgba(53,147,133,0.12);
}
.service-card__icon { width: 40px; height: 40px; margin-bottom: 1.25rem; color: var(--teal); }
.service-card__title {
  font-family: var(--font-display);
  font-weight: 400; font-size: 1.3rem;
  margin-bottom: 0.6rem; color: var(--text);
}
.service-card__desc { font-size: 0.88rem; line-height: 1.7; color: var(--muted); }

.services-gp  .service-card { border-top: 2px solid var(--navy); }
.services-gp  .service-card__icon { color: var(--sky); }
.services-aes .service-card { border-top: 2px solid var(--teal); }
.services-aes .service-card__icon { color: var(--teal); }

/* ─── CONCERNS NAV (Aesthetics page) ─────────────────────── */
.concerns-nav { display: flex; flex-wrap: wrap; gap: 0.5rem; margin: 2rem 0; }
.concern-tag {
  padding: 0.45rem 1.1rem;
  border: 1.5px solid var(--rule);
  border-radius: 100px;
  font-family: var(--font-body);
  font-size: 0.82rem; font-weight: 500;
  letter-spacing: 0.04em;
  cursor: pointer; transition: all var(--transition); color: var(--text);
}
.concern-tag.active, .concern-tag:hover {
  background: var(--teal); border-color: var(--teal); color: var(--white);
}

/* ─── TREATMENT PANELS ────────────────────────────────────── */
.treatment-grid {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem; margin-top: 2rem;
}
.treatment-card {
  display: grid; grid-template-columns: 1fr 1fr;
  overflow: hidden; border-radius: var(--radius);
  background: var(--bg);
  border: 1.5px solid var(--rule);
  transition: border-color var(--transition), box-shadow var(--transition);
}
.treatment-card:hover {
  border-color: var(--jade);
  box-shadow: 0 8px 32px rgba(53,147,133,0.12);
}
.treatment-card__img { aspect-ratio: 1; object-fit: cover; width: 100%; height: 100%; }
.treatment-card__body {
  padding: 1.75rem; display: flex;
  flex-direction: column; justify-content: center;
}
.treatment-card__title {
  font-family: var(--font-display);
  font-weight: 400; font-size: 1.3rem;
  color: var(--text); margin-bottom: 0.5rem;
}
.treatment-card__desc { font-size: 0.85rem; color: var(--muted); line-height: 1.65; margin-bottom: 1rem; }
.treatment-card__link {
  font-family: var(--font-body);
  font-size: 0.72rem; font-weight: 500;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--teal);
  display: inline-flex; align-items: center; gap: 0.4rem;
  transition: gap var(--transition);
}
.treatment-card:hover .treatment-card__link { gap: 0.7rem; }

/* ─── BOOKING SECTION ─────────────────────────────────────── */
.booking { background: var(--charcoal); color: var(--white); }
.booking__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; }
.booking__card {
  padding: 2.5rem;
  border: 1.5px solid rgba(255,255,255,0.1);
  border-radius: var(--radius);
  transition: border-color var(--transition);
}
.booking__card:hover { border-color: rgba(53,147,133,0.45); }
.booking__card-tag {
  font-family: var(--font-body);
  font-size: 0.65rem; font-weight: 500;
  letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 1rem;
}
.booking__card--gp  .booking__card-tag { color: var(--sage); }
.booking__card--aes .booking__card-tag { color: var(--jade); }
.booking__card-title {
  font-family: var(--font-display);
  font-weight: 400; font-size: 1.9rem;
  line-height: 1.15; margin-bottom: 0.75rem; color: var(--white);
}
.booking__card-desc {
  font-size: 0.88rem; color: rgba(255,255,255,0.55);
  line-height: 1.7; margin-bottom: 1.75rem;
}
.booking__note {
  font-size: 0.72rem; letter-spacing: 0.04em;
  color: rgba(255,255,255,0.3); margin-top: 0.75rem;
}

/* ─── TESTIMONIALS ────────────────────────────────────────── */
.testimonials__grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem; margin-top: 3rem;
}
.testimonial {
  padding: 2rem;
  background: var(--white);
  border-radius: var(--radius);
  border: 1.5px solid var(--rule);
  border-top: 3px solid var(--teal);
}
.testimonial__stars {
  display: flex; gap: 3px; margin-bottom: 1rem;
  color: var(--amber); font-size: 0.85rem;
}
.testimonial__quote {
  font-family: var(--font-display);
  font-weight: 400; font-size: 1.1rem;
  line-height: 1.6; color: var(--text); margin-bottom: 1.25rem;
}
.testimonial__author { font-size: 0.82rem; font-weight: 500; color: var(--muted); }
.testimonial__source {
  font-size: 0.68rem; letter-spacing: 0.08em; text-transform: uppercase;
  color: rgba(0,0,0,0.3); margin-top: 0.2rem;
}

/* ─── PAGE HERO (inner pages) ────────────────────────────── */
.page-hero {
  position: relative;
  height: clamp(580px, 75vh, 820px);
  display: flex; align-items: flex-end; overflow: hidden;
}
.page-hero__bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
}
.page-hero__overlay { position: absolute; inset: 0; }
.page-hero__content {
  position: relative; z-index: 5;
  padding: clamp(2rem, 5vw, 4rem) 0;
  color: var(--white); max-width: 680px;
}
.page-hero__title { color: var(--white); }
.page-hero__desc {
  font-size: clamp(0.95rem, 1.6vw, 1.1rem);
  color: rgba(255,255,255,0.7);
  margin-top: 1rem; max-width: 520px; line-height: 1.7;
}

/* ─── LOCATION STRIP ─────────────────────────────────────── */
.location { background: var(--bg); padding: clamp(2rem, 4vw, 3rem) 0; }
.location__inner {
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 1.5rem;
}
.location__details { display: flex; flex-direction: column; gap: 0.4rem; }
.location__address {
  font-family: var(--font-display);
  font-weight: 400; font-size: 1.5rem; color: var(--text);
}
.location__meta { font-size: 0.85rem; color: var(--muted); }
.location__hours { display: flex; gap: 2rem; flex-wrap: wrap; }
.location__hour-item { text-align: center; }
.location__hour-day {
  font-size: 0.65rem; font-weight: 500;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted);
}
.location__hour-time { font-size: 0.95rem; font-weight: 600; color: var(--text); margin-top: 0.2rem; }

/* ─── FOOTER LOCATION BLOCK (all pages except homepage) ──── */
.footer-location {
  background: #1e1e1e;
  padding: clamp(3rem, 6vw, 5rem) 0;
}
.footer-location__inner {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}
.footer-location__label {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--sage);
  margin-bottom: 0.85rem;
  display: block;
}
.footer-location__title {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.5vw, 2.2rem);
  font-weight: 300;
  color: var(--white);
  margin-bottom: 1.5rem;
  line-height: 1.25;
}
.footer-location__hours {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  margin-bottom: 2rem;
}
.footer-location__hours li {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.55);
  display: flex;
  gap: 0.5rem;
}
.footer-location__hours li strong {
  color: rgba(255,255,255,0.8);
  font-weight: 500;
  min-width: 160px;
}
.footer-location__map {
  border-radius: var(--radius);
  overflow: hidden;
  height: clamp(260px, 32vw, 340px);
}
.footer-location__map iframe {
  width: 100%; height: 100%;
  border: none; display: block;
}

/* ─── FOOTER ─────────────────────────────────────────────── */
.footer {
  background: var(--charcoal);
  color: rgba(255,255,255,0.5);
  padding: clamp(3rem, 6vw, 5rem) 0 2rem;
}
.footer__grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 3rem; margin-bottom: 3rem;
}
.footer__brand { }
.footer__brand-logo { margin-bottom: 0.5rem; margin-top: -5.5rem; }
.footer__brand-logo img, .footer__logo img { height: 120px; width: auto; }
.footer__tagline { font-size: 0.82rem; line-height: 1.7; max-width: 260px; margin-bottom: 1.25rem; }

/* Social icons */
.footer__social {
  display: flex;
  gap: 0.6rem;
  margin-top: 1.25rem;
}
.footer__social-link {
  width: 36px; height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.15);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.45);
  transition: border-color var(--transition), color var(--transition), background var(--transition);
  flex-shrink: 0;
}
.footer__social-link:hover {
  border-color: var(--sage);
  color: var(--white);
  background: rgba(165,199,182,0.15);
}
.footer__social-link svg { display: block; }

.footer__col-title {
  font-family: var(--font-body);
  font-size: 0.65rem; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--white); margin-bottom: 1.25rem;
}
.footer__links { list-style: none; display: flex; flex-direction: column; gap: 0.6rem; }
.footer__links a { font-size: 0.84rem; color: rgba(255,255,255,0.45); transition: color var(--transition); }
.footer__links a:hover { color: var(--sage); }
.footer__bottom {
  padding-top: 2rem;
  border-top: 1px solid rgba(255,255,255,0.08);
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 1rem;
}
.footer__legal { font-size: 0.72rem; color: rgba(255,255,255,0.25); }
.footer__ahpra { font-size: 0.68rem; color: rgba(255,255,255,0.2); max-width: 480px; text-align: right; line-height: 1.5; }

/* Footer CTA buttons → sage, jade on hover */
.btn--footer {
  background: var(--sage);
  color: var(--charcoal);
  border-color: var(--sage);
  font-weight: 600;
}
.btn--footer:hover {
  background: var(--jade);
  border-color: var(--jade);
  color: var(--white);
}

/* ─── SCROLL REVEAL ───────────────────────────────────────── */
.reveal {
  opacity: 0; transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.reveal.visible { opacity: 1; transform: none; }
.reveal--delay-1 { transition-delay: 0.1s; }
.reveal--delay-2 { transition-delay: 0.2s; }
.reveal--delay-3 { transition-delay: 0.3s; }

/* ─── IMAGE PLACEHOLDER ───────────────────────────────────── */
.img-ph { position: relative; background: #c8dbd5; overflow: hidden; border-radius: var(--radius); }
.img-ph--dark { background: #2a3c37; }
.img-ph::after {
  content: attr(data-ph);
  position: absolute; bottom: 0.75rem; left: 0.75rem; right: 0.75rem;
  font-family: var(--font-body);
  font-size: 0.55rem; font-weight: 400;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: rgba(0,0,0,0.2); line-height: 1.5; pointer-events: none;
}
.img-ph--dark::after { color: rgba(255,255,255,0.2); }

/* ─── ACCESSIBILITY ───────────────────────────────────────── */
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0;
  margin: -1px; overflow: hidden; clip: rect(0,0,0,0);
  white-space: nowrap; border: 0;
}
:focus-visible { outline: 2px solid var(--teal); outline-offset: 3px; }
.skip-link {
  position: absolute; top: -100%; left: 1rem;
  padding: 0.5rem 1rem; background: var(--white); color: var(--charcoal);
  font-size: 0.8rem; font-weight: 500; z-index: 999; transition: top 0.18s;
  border-radius: var(--radius-sm);
}
.skip-link:focus { top: 1rem; }

/* ─── RESPONSIVE ──────────────────────────────────────────── */
@media (max-width: 900px) {
  .nav__links, .nav__cta { display: none; }
  .nav__hamburger { display: flex; }

  .hero-split { flex-direction: column; height: auto; min-height: 100svh; }
  .hero-split__panel { flex: none; height: 50svh; min-height: 300px; }
  .hero-split__panel:hover { flex: none; }
  .hero-split__panel--aes .hero-split__content { margin-left: 0; text-align: left; }
  .hero-split__divider { display: none; }
  .hero-split__wordmark { display: none; }

  .paths__grid { grid-template-columns: 1fr; }
  .about__grid { grid-template-columns: 1fr; }
  .about__img-caption { right: 1rem; bottom: 1rem; }
  .services__grid { grid-template-columns: 1fr 1fr; }
  .booking__grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .testimonials__grid { grid-template-columns: 1fr; }
  .treatment-grid { grid-template-columns: 1fr; }
  .treatment-card { grid-template-columns: 1fr; }
  .treatment-card__img { aspect-ratio: 16/9; }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .footer__ahpra { text-align: left; max-width: 100%; }
  .footer-location__inner { grid-template-columns: 1fr; }
  .footer-location__map { height: 260px; }
}
@media (max-width: 560px) {
  .services__grid { grid-template-columns: 1fr; }
  .trust-bar__item:nth-child(n+4) { display: none; }
  .footer__grid { grid-template-columns: 1fr; }
}

/* ─── MOBILE (≤480px) ──────────────────────────────────────── */
@media (max-width: 480px) {
  :root { --pad-x: 1.25rem; }

  /* Nav */
  .nav__links, .nav__cta { display: none; }
  .nav__hamburger { display: flex; }

  /* Buttons — full-width stacked */
  .btn { width: 100%; justify-content: center; }

  /* Hero generic */
  .hero-inner, .hero__content { padding-bottom: 2.5rem; }

  /* Jump-nav / pill nav */
  .jump-nav, .service-jump, .gp-jump { overflow-x: auto; flex-wrap: nowrap; -webkit-overflow-scrolling: touch; }

  /* Service detail alternating layout */
  .service-detail { grid-template-columns: 1fr !important; }
  .service-detail--flip .service-detail__img-wrap,
  .service-detail--flip .service-detail__content { order: unset; }

  /* Location hours block */
  .location__hours { grid-template-columns: 1fr 1fr; gap: 0.75rem; }

  /* Footer — compact: hide link columns, keep brand + contact */
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-bottom: 2rem; }
  .footer__col--gp,
  .footer__col--aesthetics { display: none; }
  .footer__brand-logo img, .footer__logo img { height: 72px; margin-top: -1.5rem !important; }
  .footer__tagline { max-width: 100%; }
  .footer__bottom { flex-direction: column; gap: 0.75rem; text-align: center; }
  .footer__ahpra { text-align: center; max-width: 100%; }
  .footer-location__inner { grid-template-columns: 1fr; }
  .footer-location__map { height: 220px; }
  .footer-location__hours { gap: 0.25rem; }

  /* Pull-quote */
  blockquote { font-size: clamp(1.1rem, 4vw, 1.4rem) !important; }

  /* Tables */
  table { font-size: 0.82rem; }
  td, th { padding: 0.6rem 0.5rem; }
}
