/* Olton Health & Performance — modern, conversion-led brand styles */
/* Headline font: the clinic's own Gill Sans MT (same file as the old oltonhealth.com),
 * served from the theme so it renders on devices without Gill Sans installed (Android).
 * Bolder weights use the device's real Gill Sans where present, else a synthesised bold. */
@font-face {
  font-family: 'Olton Gill Sans';
  src: local('Gill Sans MT'), local('GillSansMT'), local('Gill Sans'), local('GillSans'),
       url('../fonts/olton-gill-sans.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Olton Gill Sans';
  src: local('Gill Sans MT Bold'), local('GillSansMT-Bold'), local('Gill Sans SemiBold'), local('GillSans-SemiBold'), local('Gill Sans Bold'), local('GillSans-Bold');
  font-weight: 600 700;
  font-style: normal;
  font-display: swap;
}

:root {
  /* Brand-led: sky is the dominant surface; navy + crimson are the accents */
  --sky: #b5dcea;          /* primary brand colour */
  --sky-deep: #8ec5d6;     /* deeper sky for emphasis */
  --sky-mid: #cfe6ef;      /* mid surface — large area fills */
  --sky-soft: #e6f3f8;     /* soft section backgrounds */
  --sky-mist: #f2f9fc;     /* subtle washes */
  --navy: #1a2a6e;
  --navy-deep: #111a4a;
  --navy-soft: #2b3d8a;
  --crimson: #8b1f2a;
  --crimson-deep: #6c161e;
  --cream: #fbf9f4;
  --ink: #0e1320;
  --ink-2: #1f2937;
  --muted: #5b6478;
  --muted-2: #8a92a3;
  --line: #d8e5ed;         /* sky-tinted neutral line */
  --line-warm: #efeae3;
  --bg: #ffffff;
  --white: #ffffff;
  --radius: 22px;
  --radius-sm: 12px;
  --radius-lg: 32px;
  --shadow-xs: 0 1px 2px rgba(15,23,42,.04);
  --shadow-sm: 0 4px 12px -4px rgba(15,23,42,.08), 0 2px 4px -2px rgba(15,23,42,.04);
  --shadow-md: 0 12px 32px -16px rgba(26,42,110,.18), 0 24px 48px -24px rgba(26,42,110,.12);
  --shadow-lg: 0 30px 80px -30px rgba(26,42,110,.35);
  --maxw: 1240px;
  --gap: clamp(1rem, 2vw, 1.5rem);
  --space: clamp(4rem, 9vw, 7rem);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --font-head: 'Olton Gill Sans', 'gill-sans-nova', 'Gill Sans MT', 'Gill Sans', 'Gill Sans Nova', 'Segoe UI', system-ui, -apple-system, sans-serif;
  --font-body: 'Montserrat', system-ui, -apple-system, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; height: auto; }
a { color: var(--navy); text-decoration: none; transition: color .2s ease; }
a:hover { color: var(--crimson); }

::selection { background: var(--sky); color: var(--navy-deep); }

h1, h2, h3, h4 {
  font-family: var(--font-head);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.05;
  color: var(--ink);
  margin: 0 0 .6em;
}
h1 { font-size: clamp(2.5rem, 6vw, 4.8rem); }
h2 { font-size: clamp(2rem, 4vw, 3.2rem); letter-spacing: -0.03em; }
h3 { font-size: 1.4rem; font-weight: 500; letter-spacing: -.015em; }
.eyebrow {
  display: inline-block;
  font-family: var(--font-body);
  font-size: .76rem;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--crimson);
  margin-bottom: 1rem;
}
p { margin: 0 0 1em; color: var(--ink-2); }
.lede { font-size: 1.2rem; line-height: 1.55; color: var(--muted); }

.container { width: min(100% - 2rem, var(--maxw)); margin-inline: auto; }
.narrow { max-width: 760px; margin-inline: auto; }
section { padding-block: var(--space); position: relative; }
@media (max-width: 720px) {
  :root { --space: 3.5rem; }
  h2 { font-size: 1.85rem; line-height: 1.15; }
  h3 { font-size: 1.2rem; }
  .lede { font-size: 1.05rem; }
  .section__head { margin-bottom: 2rem; }
  .section__head--split { gap: 1rem; }
  .card { padding: 1.6rem 1.4rem; }
  .step { padding: 1.8rem 1.4rem 1.4rem; }
  .step::before { font-size: 2rem; top: 1.2rem; right: 1.2rem; }
  .stats { padding: 1.6rem 1.2rem; gap: 1.2rem; border-radius: var(--radius); }
  .stat__num { font-size: 1.9rem; }
  .stat__label { font-size: .76rem; }
  .testimonial { padding: 1.6rem; }
  .testimonial p { font-size: .96rem; }
  .testimonial p::before { font-size: 3rem; top: -1.1rem; }
  .cta-strip { padding: 2rem 1.5rem; border-radius: var(--radius); }
  .cta-strip h2 { font-size: 1.65rem; }
  .cta-strip__actions .btn { width: 100%; justify-content: center; }
  .area-grid { grid-template-columns: 1fr 1fr; gap: .5rem; }
  .area-grid a { padding: .8rem 1rem; }
  .area-grid a strong { font-size: .92rem; }
  .area-grid a span { font-size: .72rem; }
  .page-head { padding: 2rem 0 1.8rem; }
  .page-head h1 { font-size: clamp(1.9rem, 8vw, 2.6rem); }
  .page-head .breadcrumbs { margin-bottom: .8rem; font-size: .8rem; }
  .trust__logo { height: 40px; margin-right: 2.75rem; }
  .footer { padding: 3rem 0 1.5rem; }
  .footer__grid { gap: 2rem; padding-bottom: 2rem; }
  .map { height: 300px; }
  .form { padding: 1.6rem; }
  .split { gap: 2rem; }
  .prose blockquote { font-size: 1.15rem; padding-left: 1.2rem; }
  body { padding-bottom: 88px; }
}

/* SCROLL REVEAL ANIMATIONS */
[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .9s var(--ease), transform .9s var(--ease);
}
[data-reveal].in {
  opacity: 1;
  transform: translateY(0);
}
[data-reveal-stagger] > * {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .8s var(--ease), transform .8s var(--ease);
}
[data-reveal-stagger].in > * {
  opacity: 1;
  transform: translateY(0);
}
[data-reveal-stagger].in > *:nth-child(1) { transition-delay: .05s; }
[data-reveal-stagger].in > *:nth-child(2) { transition-delay: .12s; }
[data-reveal-stagger].in > *:nth-child(3) { transition-delay: .19s; }
[data-reveal-stagger].in > *:nth-child(4) { transition-delay: .26s; }
[data-reveal-stagger].in > *:nth-child(5) { transition-delay: .33s; }
[data-reveal-stagger].in > *:nth-child(6) { transition-delay: .4s; }
[data-reveal-stagger].in > *:nth-child(7) { transition-delay: .47s; }
[data-reveal-stagger].in > *:nth-child(8) { transition-delay: .54s; }
@media (prefers-reduced-motion: reduce) {
  [data-reveal], [data-reveal-stagger] > * {
    opacity: 1 !important; transform: none !important; transition: none !important;
  }
}

/* HEADER */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--white);
  border-bottom: 1px solid var(--line);
  transition: box-shadow .25s;
}
.site-header.scrolled { box-shadow: 0 1px 0 var(--line), 0 4px 12px -8px rgba(15,23,42,.08); }
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .9rem 0;
  gap: 1rem;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  flex-shrink: 0;
  text-decoration: none;
  transition: transform .25s var(--ease);
}
.brand:hover { transform: translateY(-1px); }
.brand__img {
  display: block;
  height: 50px;
  width: auto;
  max-width: 60vw;
}
@media (max-width: 1000px) {
  .brand__img { height: 42px; }
}
@media (max-width: 480px) {
  .brand__img { height: 36px; }
}
.brand__mark {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: var(--sky);
  color: var(--navy);
  display: grid; place-items: center;
  position: relative;
  flex-shrink: 0;
}
.brand__mark::after {
  content: '';
  position: absolute;
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--crimson);
  bottom: 8px; right: 8px;
}
.brand__o {
  font-family: var(--font-head);
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: -.04em;
}
.brand__text {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}
.brand__name {
  font-family: var(--font-head);
  font-weight: 500;
  font-size: 1.35rem;
  color: var(--ink);
  letter-spacing: -.03em;
}
.brand__tag {
  font-family: var(--font-body);
  font-size: .68rem;
  font-weight: 500;
  color: var(--muted);
  letter-spacing: .02em;
  margin-top: 2px;
  text-transform: uppercase;
}
.brand__tag b {
  color: var(--navy);
  font-weight: 700;
  letter-spacing: .04em;
}
.brand__tag i {
  color: var(--crimson);
  font-style: normal;
  font-weight: 700;
  letter-spacing: .04em;
}
@media (max-width: 520px) {
  .brand__mark { width: 36px; height: 36px; }
  .brand__o { font-size: 1.2rem; }
  .brand__name { font-size: 1.15rem; }
  .brand__tag { font-size: .62rem; }
}

.nav__menu {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  list-style: none;
  margin: 0; padding: 0;
}
.nav__menu a {
  color: var(--ink-2);
  font-size: .94rem;
  font-weight: 500;
  position: relative;
  padding: .25rem 0;
}
.nav__menu a:hover { color: var(--navy); }
.nav__menu .has-sub > a::after {
  content: '';
  display: inline-block;
  margin-left: .35rem;
  width: 0; height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid currentColor;
  transform: translateY(-2px);
  opacity: .6;
}
.nav__menu .has-sub { position: relative; }
.submenu {
  position: absolute;
  top: 100%; left: -1rem;
  margin-top: .65rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--shadow-md);
  list-style: none;
  padding: .5rem;
  min-width: 240px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity .25s var(--ease), transform .25s var(--ease);
}
/* transparent bridge over the gap so the dropdown stays open while the cursor moves to it */
.submenu::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -.8rem;
  height: .8rem;
}
.has-sub:hover .submenu, .has-sub:focus-within .submenu {
  opacity: 1; pointer-events: auto; transform: translateY(0);
}
.submenu li a {
  display: block;
  padding: .55rem .85rem;
  border-radius: 8px;
  font-size: .92rem;
}
.submenu li a:hover { background: var(--sky-soft); color: var(--navy); }
.submenu--wide { min-width: 460px; columns: 2; column-gap: .5rem; }

.nav__cta {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  padding: .7rem 1.2rem;
  background: var(--crimson);
  color: var(--white);
  border-radius: 999px;
  font-weight: 600;
  font-size: .92rem;
  box-shadow: 0 6px 16px -8px var(--crimson);
  transition: transform .25s var(--ease), background .2s, box-shadow .25s;
}
.nav__cta:hover {
  background: var(--crimson-deep);
  color: var(--white);
  transform: translateY(-1px);
  box-shadow: 0 12px 24px -10px var(--crimson);
}

.nav__toggle {
  display: none;
  background: none; border: 0;
  width: 42px; height: 42px;
  border-radius: 10px;
  cursor: pointer;
  background: var(--sky-soft);
}
.nav__toggle span {
  display: block; width: 22px; height: 2px;
  background: var(--navy); margin: 5px auto;
  border-radius: 2px;
  transition: transform .3s var(--ease), opacity .25s;
}
.nav.open .nav__toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav.open .nav__toggle span:nth-child(2) { opacity: 0; }
.nav.open .nav__toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 1000px) {
  .nav__menu, .nav__cta { display: none; }
  .nav__toggle { display: block; }
  .nav.open .nav__menu {
    display: flex;
    position: absolute;
    top: 100%; left: 0; right: 0;
    flex-direction: column;
    gap: 0;
    background: var(--white);
    border-bottom: 1px solid var(--line);
    padding: 1rem 1.5rem 1.5rem;
    align-items: stretch;
    box-shadow: 0 12px 24px -16px rgba(15,23,42,.15);
    max-height: calc(100vh - 100%);
    max-height: calc(100dvh - 100%);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
  }
  .nav.open .nav__menu li { padding: .55rem 0; border-bottom: 1px solid var(--line); }
  .nav.open .nav__menu li:last-child { border: 0; }
  .submenu { position: static; box-shadow: none; border: 0; padding: .25rem 0 .5rem 1rem; opacity: 1; pointer-events: auto; transform: none; min-width: 0; columns: 1; }
  .nav.open .nav__cta { display: inline-flex; margin-top: 1rem; align-self: flex-start; }
}

/* BUTTONS */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  padding: .95rem 1.6rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: -.01em;
  cursor: pointer;
  transition: transform .25s var(--ease), box-shadow .3s var(--ease), background .25s, border-color .25s, color .2s;
  border: 1.5px solid transparent;
  text-decoration: none;
  white-space: nowrap;
  font-family: inherit;
}
.btn--primary {
  background: var(--crimson);
  color: var(--white);
}
.btn--primary:hover {
  background: var(--crimson-deep);
  color: var(--white);
}
.btn--secondary {
  background: var(--navy);
  color: var(--white);
}
.btn--secondary:hover {
  background: var(--navy-deep);
  color: var(--white);
}
.btn--outline {
  background: transparent;
  color: var(--navy);
  border-color: var(--navy);
}
.btn--outline:hover {
  background: var(--navy);
  color: var(--white);
}
.btn--ghost { background: transparent; color: var(--navy); padding: .65rem 0; }
.btn--ghost::after { content: ' →'; transition: transform .25s var(--ease); display: inline-block; }
.btn--ghost:hover::after { transform: translateX(6px); }
.btn--lg { padding: 1.1rem 2rem; font-size: 1.05rem; }

/* HERO */
.hero {
  position: relative;
  padding: clamp(2rem, 5vw, 5rem) 0 clamp(2.5rem, 6vw, 4.5rem);
  background: var(--sky-soft);
  overflow: hidden;
}
@media (max-width: 720px) {
  .hero { padding-top: 1.5rem; }
  h1 { font-size: clamp(2.2rem, 9vw, 3rem); line-height: 1.1; }
  .hero__rating { font-size: .8rem; padding: .45rem .9rem .45rem .65rem; gap: .5rem; }
  .hero__rating .stars { font-size: .82rem; }
  .hero__cta .btn { width: 100%; }
  .hero__assurance { font-size: .82rem; gap: .35rem; flex-direction: column; }
  .hero__meta { margin-top: 2rem; padding-top: 1.4rem; gap: 1.2rem .8rem; }
  .hero__meta strong { font-size: 1.4rem; }
  .hero__meta span { font-size: .78rem; }
  .hero__visual { aspect-ratio: 4/4; border-radius: var(--radius); }
  .hero__badge { padding: .85rem 1rem; gap: .65rem; bottom: 1rem; left: 1rem; right: 1rem; }
  .hero__badge__icon { width: 38px; height: 38px; }
  .hero__badge strong { font-size: .98rem; }
  .hero__badge span { font-size: .75rem; }
  .hero__sticker { top: 1rem; right: 1rem; padding: .45rem .75rem; font-size: .72rem; }
  .eyebrow { font-size: .72rem; margin-bottom: .9rem; }
}
.hero__grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
@media (max-width: 960px) {
  .hero__grid { grid-template-columns: 1fr; }
}
.hero__title {
  margin-bottom: 1.4rem;
  color: var(--navy);
}
.hero__title em {
  font-style: italic;
  color: var(--crimson);
  font-weight: 400;
}
.hero__rating {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  font-size: .9rem;
  font-weight: 500;
  margin-bottom: 1.4rem;
  color: var(--ink-2);
}
.hero__rating .stars {
  color: var(--crimson);
  letter-spacing: 1px;
  font-size: .92rem;
}
.hero__rating strong { color: var(--ink); font-weight: 700; }
.hero__rating span { color: var(--muted); }

.hero__meta {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.4rem 1rem;
  margin-top: 2.5rem;
  padding-top: 1.8rem;
  border-top: 1px solid var(--line);
}
@media (max-width: 640px) { .hero__meta { grid-template-columns: repeat(2, 1fr); } }
.hero__meta div { font-size: .88rem; }
.hero__meta strong {
  display: block;
  font-size: 1.65rem;
  color: var(--navy);
  font-family: var(--font-head);
  font-weight: 500;
  line-height: 1;
  margin-bottom: .4rem;
  letter-spacing: -.02em;
}
.hero__meta span { color: var(--muted); }

.hero__visual {
  position: relative;
  aspect-ratio: 4/5;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--sky);
  box-shadow: var(--shadow-lg);
  transform: translateZ(0);
}
.hero__visual::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(14,19,32,.18) 100%);
  z-index: 1;
  pointer-events: none;
}
.hero__visual img {
  width: 100%; height: 100%; object-fit: cover;
}

.hero__badge {
  position: absolute;
  bottom: 1.5rem; left: 1.5rem; right: 1.5rem;
  background: var(--white);
  padding: 1.05rem 1.25rem;
  border-radius: 16px;
  box-shadow: 0 24px 48px -20px rgba(15,23,42,.3);
  display: flex; align-items: center; gap: .85rem;
  z-index: 2;
}
.hero__badge__icon {
  width: 44px; height: 44px;
  border-radius: 12px;
  background: var(--sky-soft);
  color: var(--navy);
  display: grid; place-items: center;
  flex-shrink: 0;
}
.hero__badge strong {
  display: block;
  color: var(--ink);
  font-family: var(--font-head);
  font-weight: 500;
  font-size: 1.05rem;
  margin-bottom: .15rem;
}
.hero__badge span {
  display: block;
  font-size: .82rem;
  color: var(--muted);
}

.hero__sticker { display: none; }

.hero__cta {
  display: flex;
  gap: .8rem;
  flex-wrap: wrap;
}
.hero__assurance {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem 1.2rem;
  margin-top: 1.4rem;
  font-size: .88rem;
  color: var(--muted);
}
.hero__assurance li {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  list-style: none;
}
.hero__assurance svg { color: #16a34a; flex-shrink: 0; }

/* CARDS */
.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--gap);
}
.card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 2rem 1.8rem;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .25s;
  position: relative;
}
.card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-sm);
  border-color: var(--sky);
}
.card__icon {
  width: 52px; height: 52px;
  border-radius: 14px;
  background: var(--sky-soft);
  color: var(--navy);
  display: grid; place-items: center;
  margin-bottom: 1.3rem;
}
.card__icon svg { width: 26px; height: 26px; }
.card h3 { margin-bottom: .5rem; }
.card p { font-size: .96rem; color: var(--muted); margin-bottom: 1.2rem; }
.card a.card__link {
  font-weight: 600;
  color: var(--navy);
  font-size: .95rem;
  display: inline-flex;
  align-items: center;
  gap: .35rem;
}
.card a.card__link::after {
  content: '→';
  transition: transform .25s var(--ease);
}
.card:hover a.card__link { color: var(--crimson); }
.card:hover a.card__link::after { transform: translateX(4px); }

/* SECTION HEADER */
.section__head {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-bottom: 3.5rem;
  max-width: 720px;
}
.section__head--center { margin-inline: auto; text-align: center; align-items: center; }
.section__head--center .eyebrow { margin-inline: auto; }
.section__head--split {
  grid-template-columns: 1fr 1fr;
  align-items: end;
  max-width: none;
  gap: 3rem;
}
@media (max-width: 800px) { .section__head--split { grid-template-columns: 1fr; } }

/* SPLIT */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}
.split img { border-radius: var(--radius); box-shadow: var(--shadow-md); }
@media (max-width: 800px) { .split { grid-template-columns: 1fr; } }

/* HOW IT WORKS — numbered steps */
.steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
  counter-reset: stepCounter;
}
.step {
  position: relative;
  padding: 2.2rem 1.8rem 1.8rem;
  background: var(--white);
  border-radius: var(--radius);
  border: 1px solid var(--line);
  counter-increment: stepCounter;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.step:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}
.step::before {
  content: counter(stepCounter);
  position: absolute;
  top: 1.6rem; right: 1.6rem;
  width: 32px; height: 32px;
  border-radius: 50%;
  background: var(--sky);
  color: var(--navy);
  font-family: var(--font-body);
  font-size: .92rem;
  font-weight: 700;
  display: grid;
  place-items: center;
  line-height: 1;
}
.step h3 { margin-bottom: .5rem; padding-right: 3rem; }
.step p { font-size: .94rem; color: var(--muted); margin: 0; }

/* CTA STRIP — calm, clinical */
.cta-strip {
  background: var(--sky);
  color: var(--navy);
  border-radius: var(--radius);
  padding: clamp(2.5rem, 5vw, 4rem);
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 2rem;
  align-items: center;
  position: relative;
}
.cta-strip h2 { color: var(--navy); margin-bottom: .5rem; }
.cta-strip p { color: var(--ink-2); margin: 0; font-size: 1.05rem; }
.cta-strip__actions { display: flex; gap: .8rem; flex-wrap: wrap; justify-content: flex-end; }
@media (max-width: 800px) {
  .cta-strip { grid-template-columns: 1fr; }
  .cta-strip__actions { justify-content: flex-start; }
}
.cta-strip .btn--primary { background: var(--crimson); color: var(--white); }
.cta-strip .btn--primary:hover { background: var(--crimson-deep); color: var(--white); }
.cta-strip .btn--outline { color: var(--navy); border-color: var(--navy); }
.cta-strip .btn--outline:hover { background: var(--navy); color: var(--white); }

/* TEAM */
/* TEAM PAGE — hero banner */
.team-hero {
  position: relative;
  background-color: var(--navy-deep);
  overflow: hidden;
}
/* Full-WIDTH team photo as the hero background (like the live site) */
.team-hero__bg {
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: center 18%;
  background-size: cover;
  z-index: 1;
}
.team-hero__bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(95deg, rgba(17, 26, 74, .9) 0%, rgba(17, 26, 74, .72) 42%, rgba(17, 26, 74, .55) 100%),
    linear-gradient(to top, rgba(17, 26, 74, .65), rgba(17, 26, 74, 0) 55%);
}
.team-hero__inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  min-height: 400px;
}
.team-hero__text { padding: 4rem 0; max-width: 600px; }
.team-hero__text .breadcrumbs { font-size: .82rem; color: rgba(255, 255, 255, .7); margin-bottom: 1rem; }
.team-hero__text .breadcrumbs a { color: rgba(255, 255, 255, .7); }
.team-hero__text .breadcrumbs a:hover { color: #fff; }
.team-hero__text h1 { color: #fff; font-size: clamp(2.5rem, 5vw, 3.6rem); margin: .2rem 0 0; max-width: 16ch; }
.team-hero__text .lede { color: rgba(255, 255, 255, .9); max-width: 44ch; margin-top: 1rem; }
.team-hero__cta { display: flex; gap: .8rem; flex-wrap: wrap; margin-top: 1.7rem; }
.team-hero .btn--outline {
  color: #fff;
  border-color: rgba(255, 255, 255, .55);
  background: transparent;
}
.team-hero .btn--outline:hover {
  color: var(--navy-deep);
  background: #fff;
  border-color: #fff;
}

/* TEAM PAGE — member cards */
.team {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  max-width: 880px;
  margin: 0 auto;
}
.team__card {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 1.8rem;
  align-items: start;
  background: var(--white);
  border-radius: var(--radius);
  padding: 1.4rem;
  border: 1px solid var(--line);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s;
}
.team__card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: var(--sky);
}
.team__photo {
  aspect-ratio: 4 / 5;
  border-radius: 12px;
  overflow: hidden;
  background: var(--sky);
}
.team__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 12%;
  display: block;
}
.team__name { margin: 0 0 .2rem; font-size: 1.2rem; }
.team__role {
  color: var(--crimson);
  font-weight: 700;
  font-size: .76rem;
  text-transform: uppercase;
  letter-spacing: .045em;
  margin-bottom: .95rem;
}
.team__bio {
  font-size: .92rem;
  color: var(--muted);
  line-height: 1.65;
  overflow: hidden;
  transition: max-height .45s var(--ease);
}
.team__bio p { margin: 0 0 .8rem; }
.team__bio p:last-child { margin-bottom: 0; }
/* Collapsed bio + read-more toggle */
.team__bio.is-clamped {
  position: relative;
  max-height: 8.5em;
}
.team__bio.is-clamped::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3.2em;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), var(--white));
  pointer-events: none;
  transition: opacity .25s var(--ease);
}
/* Expanded: grow to the bio's real height (set as --bio-full by JS) and hide the fade */
.team__bio.is-clamped.is-open { max-height: var(--bio-full, 1600px); }
.team__bio.is-clamped.is-open::after { opacity: 0; }
.team__more {
  appearance: none;
  background: none;
  border: 0;
  padding: .4rem 0 0;
  margin-top: .5rem;
  color: var(--crimson);
  font: inherit;
  font-weight: 700;
  font-size: .85rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: .35rem;
}
.team__more::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  transition: transform .2s var(--ease);
}
.team__more[aria-expanded="true"]::after { transform: rotate(180deg); }
.team__more:hover { color: var(--crimson-deep); }

@media (max-width: 860px) {
  .team-hero__inner { min-height: 320px; text-align: center; justify-content: center; }
  .team-hero__text { padding: 3rem 0; max-width: 100%; }
  .team-hero__text h1, .team-hero__text .lede { max-width: none; margin-left: auto; margin-right: auto; }
  .team-hero__cta { justify-content: center; }
  .team-hero__bg { background-position: center 12%; }
  .team { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
  .team__card { grid-template-columns: 1fr; gap: 1.1rem; }
  .team__photo { max-width: 240px; margin: 0 auto; }
}

/* TESTIMONIALS — bigger, more personal */
.testimonials {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: var(--gap);
}
.testimonial {
  background: var(--white);
  border-radius: var(--radius);
  padding: 2.2rem;
  border: 1px solid var(--line);
  position: relative;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.testimonial:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}
.testimonial__stars {
  color: var(--crimson);
  letter-spacing: 2px;
  font-size: .95rem;
  margin-bottom: 1.1rem;
}
.testimonial p {
  position: relative;
  font-size: 1.02rem;
  color: var(--ink-2);
  line-height: 1.65;
  margin-bottom: 1.3rem;
}
.testimonial p::before {
  content: '"';
  position: absolute;
  top: -1.4rem; left: -.5rem;
  font-family: var(--font-head);
  font-size: 4rem;
  color: var(--sky);
  line-height: 1;
  font-weight: 400;
}
.testimonial cite {
  font-style: normal;
  font-weight: 600;
  color: var(--navy);
  display: flex;
  align-items: center;
  gap: .8rem;
  font-size: .92rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}
.testimonial cite::before {
  content: '';
  width: 36px; height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--sky), var(--sky-mid));
  flex-shrink: 0;
}
.testimonial cite span {
  display: block;
  color: var(--muted);
  font-weight: 400;
  font-size: .82rem;
  margin-top: .15rem;
}

/* TRUST BAR — more refined */
.trust {
  background: linear-gradient(180deg, var(--sky-mist) 0%, var(--white) 100%);
  border-block: 1px solid var(--line);
  padding-block: 2.5rem;
  overflow: hidden;
}
.trust__label {
  font-size: .76rem;
  font-weight: 600;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .14em;
  width: 100%;
  text-align: center;
  margin-bottom: 1.6rem;
}
/* Sliding logo banner */
.trust__viewport {
  position: relative;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}
.trust__track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: trustScroll 34s linear infinite;
}
.trust:hover .trust__track { animation-play-state: paused; }
.trust__logo {
  height: 52px;
  width: auto;
  flex: none;
  margin-right: 4.5rem;
  opacity: .6;
  filter: grayscale(.45);
  transition: opacity .25s, filter .25s;
}
.trust__logo:hover { opacity: 1; filter: none; }
@keyframes trustScroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .trust__track { animation: none; flex-wrap: wrap; justify-content: center; width: auto; }
  .trust__logo { margin: .8rem 1.75rem; }
}

/* FAQ */
.faq__item {
  border-bottom: 1px solid var(--line);
}
.faq__item summary {
  list-style: none;
  cursor: pointer;
  padding: 1.5rem 0;
  font-weight: 500;
  color: var(--ink);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.1rem;
  font-family: var(--font-head);
  letter-spacing: -.01em;
  transition: color .2s;
}
.faq__item summary:hover { color: var(--navy); }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after {
  content: '+';
  font-size: 1.8rem;
  color: var(--crimson);
  transition: transform .3s var(--ease);
  font-family: var(--font-body);
  font-weight: 300;
  line-height: 1;
}
.faq__item[open] summary::after { transform: rotate(45deg); }
.faq__item div {
  padding-bottom: 1.5rem;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
}

/* PAGE HEAD */
.page-head {
  background: var(--sky-soft);
  padding: clamp(3rem, 7vw, 5rem) 0 clamp(2.5rem, 6vw, 3.5rem);
  border-bottom: 1px solid var(--line);
}
.page-head .breadcrumbs {
  font-size: .85rem;
  color: var(--muted);
  margin-bottom: 1.25rem;
  letter-spacing: .01em;
}
.page-head .breadcrumbs a { color: var(--muted); }
.page-head .breadcrumbs a:hover { color: var(--navy); }
.page-head h1 { max-width: 18ch; }
.page-head .lede { max-width: 60ch; margin-top: 1rem; }

/* HERO variant — background image + light-blue overlay (live-site pattern) */
.page-head--hero {
  position: relative;
  background: var(--navy-deep);
  border-bottom: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: 360px;
  padding: clamp(3.5rem, 7vw, 5.5rem) 0;
}
.page-head--hero .page-head__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: #2ea3f2; /* live-site light blue */
  background-blend-mode: multiply;
  background-size: cover;
  background-position: center;
}
.page-head--hero .page-head__bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 26, 74, .12) 0%, rgba(17, 26, 74, .42) 100%);
}
.page-head--hero .container { position: relative; z-index: 1; }
.page-head--hero h1 { color: #fff; }
.page-head--hero .lede { color: rgba(255, 255, 255, .92); }
.page-head--hero .eyebrow { color: #fff; opacity: .92; }
.page-head--hero .breadcrumbs,
.page-head--hero .breadcrumbs a { color: rgba(255, 255, 255, .8); }
.page-head--hero .breadcrumbs a:hover { color: #fff; }
.page-head__cta { display: flex; gap: .8rem; flex-wrap: wrap; margin-top: 1.6rem; }
.page-head--hero .btn--outline {
  color: #fff;
  border-color: rgba(255, 255, 255, .55);
  background: transparent;
}
.page-head--hero .btn--outline:hover {
  color: var(--navy-deep);
  background: #fff;
  border-color: #fff;
}
@media (max-width: 600px) {
  .page-head--hero { min-height: 260px; }
}

/* CHIPS */
.chips { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1.5rem; }
.chip {
  display: inline-block;
  padding: .35rem .9rem;
  background: var(--sky-soft);
  color: var(--navy);
  font-size: .85rem;
  font-weight: 500;
  border-radius: 999px;
  border: 1px solid rgba(26,42,110,.08);
}

/* AREA GRID */
.area-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: .55rem;
}
.area-grid a {
  padding: 1rem 1.2rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all .25s var(--ease);
  position: relative;
  overflow: hidden;
}
.area-grid a::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--sky-soft), transparent);
  opacity: 0;
  transition: opacity .3s;
}
.area-grid a:hover {
  border-color: var(--navy);
  transform: translateY(-2px);
  box-shadow: var(--shadow-sm);
}
.area-grid a:hover::before { opacity: 1; }
.area-grid a strong { font-weight: 600; color: var(--ink); position: relative; }
.area-grid a span { font-size: .8rem; color: var(--muted); position: relative; }

/* PROSE */
.prose { max-width: 720px; }
.prose h2 { margin-top: 2.8rem; }
.prose h3 { margin-top: 2.2rem; }
.prose ul { padding-left: 1.2rem; }
.prose li { margin-bottom: .55rem; color: var(--ink-2); }
.prose blockquote {
  border-left: 3px solid var(--crimson);
  padding: 0 0 0 1.8rem;
  margin: 2.2rem 0;
  font-family: var(--font-head);
  font-size: 1.4rem;
  line-height: 1.4;
  color: var(--ink);
  font-style: italic;
  letter-spacing: -.015em;
}
.prose img { max-width: 100%; height: auto; border-radius: 14px; margin: 1.5rem 0; }
.prose figure { margin: 1.8rem 0; }
.prose figure img { margin: 0; }
.prose figcaption { font-size: .82rem; color: var(--muted); text-align: center; margin-top: .5rem; }
.prose iframe { max-width: 100%; border-radius: 14px; }

/* NEWS / ARTICLES */
.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.8rem;
}
.news-card {
  display: flex;
  flex-direction: column;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s;
}
.news-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); border-color: var(--sky); }
.news-card__media {
  display: block;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background: var(--sky);
}
.news-card__media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s var(--ease); }
.news-card:hover .news-card__media img { transform: scale(1.05); }
.news-card__body { display: flex; flex-direction: column; gap: .55rem; padding: 1.3rem 1.4rem 1.5rem; flex: 1; }
.news-card__date { font-size: .74rem; text-transform: uppercase; letter-spacing: .05em; font-weight: 700; color: var(--crimson); }
.news-card h3 { font-size: 1.12rem; line-height: 1.28; margin: 0; }
.news-card h3 a { color: var(--ink); }
.news-card h3 a:hover { color: var(--navy); }
.news-card p { font-size: .88rem; color: var(--muted); line-height: 1.55; margin: 0; flex: 1; }
.news-card .card__link { margin-top: .3rem; font-weight: 600; font-size: .85rem; color: var(--crimson); }

.post-single__foot { max-width: 720px; margin: 2.8rem auto 0; }

/* pagination */
.pagination { margin-top: 3rem; }
.pagination .page-numbers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pagination .page-numbers > li { margin: 0; }
.pagination a.page-numbers,
.pagination span.page-numbers {
  display: grid;
  place-items: center;
  min-width: 44px;
  height: 44px;
  padding: 0 .7rem;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--ink-2);
  font-weight: 600;
  font-size: .92rem;
  transition: background .2s var(--ease), color .2s var(--ease), border-color .2s var(--ease);
}
.pagination a.page-numbers:hover { border-color: var(--sky); background: var(--sky-soft); color: var(--navy); }
.pagination .page-numbers.current { background: var(--crimson); border-color: var(--crimson); color: #fff; }
.pagination .page-numbers.dots { border-color: transparent; background: transparent; }

/* home — latest news section */
.home-news__more { text-align: center; margin-top: 2.75rem; }
@media (max-width: 900px) { .news-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .news-grid { grid-template-columns: 1fr; } }

/* FOOTER */
.footer {
  background: var(--ink);
  color: rgba(255,255,255,.75);
  padding: 5rem 0 2rem;
  position: relative;
  overflow: hidden;
}
.footer::before {
  content: '';
  position: absolute;
  top: -60%; right: -10%;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(26,42,110,.4), transparent 60%);
  pointer-events: none;
}
.footer__grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 3rem 2.5rem;
  padding-bottom: 3.5rem;
  border-bottom: 1px solid rgba(255,255,255,.1);
  position: relative;
}
@media (max-width: 800px) { .footer__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 500px) { .footer__grid { grid-template-columns: 1fr; } }
.footer h4 {
  color: var(--white);
  font-family: var(--font-body);
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 1.1rem;
}
.footer ul { list-style: none; padding: 0; margin: 0; }
.footer ul li { margin-bottom: .6rem; font-size: .92rem; }
.footer ul a { color: rgba(255,255,255,.7); transition: color .2s, padding-left .2s; }
.footer ul a:hover { color: var(--sky); padding-left: 4px; }
.footer__brand {
  font-family: var(--font-head);
  font-size: 1.5rem;
  color: var(--white);
  margin-bottom: .85rem;
  font-weight: 400;
  letter-spacing: -.02em;
}
.footer__address p { color: rgba(255,255,255,.7); font-size: .92rem; margin-bottom: .25rem; }
.footer__bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  padding-top: 2rem;
  font-size: .85rem;
  color: rgba(255,255,255,.5);
  position: relative;
}
.footer__bottom a { color: rgba(255,255,255,.7); }
.footer__bottom a:hover { color: var(--sky); }

/* MAP */
.map {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  height: 440px;
  box-shadow: var(--shadow-sm);
}
.map iframe { width: 100%; height: 100%; border: 0; }

/* CONTACT GRID */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}
@media (max-width: 800px) { .contact-grid { grid-template-columns: 1fr; } }
.contact-info dl { margin: 0; }
.contact-info dt {
  font-weight: 600;
  color: var(--navy);
  margin-bottom: .35rem;
  font-size: .82rem;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.contact-info dd { margin: 0 0 1.5rem; color: var(--ink-2); }
.contact-info dd a { color: var(--ink-2); border-bottom: 1px solid var(--line); transition: color .2s, border-color .2s; }
.contact-info dd a:hover { border-color: var(--crimson); color: var(--crimson); }

/* FORM */
.form {
  background: var(--white);
  padding: 2.2rem;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}
.form .row { margin-bottom: 1.3rem; }
.form label {
  display: block;
  font-weight: 600;
  font-size: .86rem;
  color: var(--ink);
  margin-bottom: .4rem;
}
.form input, .form textarea, .form select {
  width: 100%;
  padding: .9rem 1.1rem;
  border: 1.5px solid var(--line);
  border-radius: 12px;
  font-family: inherit;
  font-size: 1rem;
  background: var(--cream);
  transition: border-color .2s, background .2s, box-shadow .2s;
}
.form input:focus, .form textarea:focus, .form select:focus {
  outline: none;
  border-color: var(--navy);
  background: var(--white);
  box-shadow: 0 0 0 4px rgba(26,42,110,.08);
}
.form textarea { min-height: 130px; resize: vertical; }
.form button { width: 100%; }

/* HOURS TABLE */
.hours { width: 100%; border-collapse: collapse; }
.hours tr { border-bottom: 1px solid var(--line); }
.hours tr:last-child { border-bottom: 0; }
.hours td { padding: .8rem 0; font-size: .96rem; }
.hours td:first-child { font-weight: 600; color: var(--ink); }
.hours td:last-child { color: var(--muted); text-align: right; }

/* MOBILE BOTTOM BAR — conversion booster */
.mobile-bar {
  display: none;
  position: fixed;
  bottom: 0; left: 0; right: 0;
  background: var(--white);
  border-top: 1px solid var(--line);
  padding: .65rem .8rem calc(.65rem + env(safe-area-inset-bottom));
  z-index: 40;
  gap: .55rem;
  box-shadow: 0 -8px 24px -8px rgba(15,23,42,.12);
}
@media (max-width: 720px) {
  .mobile-bar { display: flex; }
  body { padding-bottom: 80px; }
}
.mobile-bar a {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .4rem;
  padding: .85rem .9rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: .94rem;
  letter-spacing: -.01em;
}
.mobile-bar .call {
  background: var(--white);
  color: var(--navy);
  border: 1.5px solid var(--navy);
}
.mobile-bar .book {
  background: var(--crimson);
  color: var(--white);
  box-shadow: 0 6px 14px -6px var(--crimson);
}

/* Floating CTA disabled in favour of calm clinic feel */
.floating-cta { display: none !important; }

/* DECORATIVE NUMBERS / STATS BLOCKS */
.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  text-align: center;
  padding: 3rem;
  background: var(--white);
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}
.stats--sky {
  background: var(--sky-soft);
  border-color: var(--sky);
  box-shadow: none;
}
@media (max-width: 720px) {
  .stats { grid-template-columns: 1fr 1fr; padding: 2rem 1.5rem; gap: 1.5rem; }
}
.stat__num {
  font-family: var(--font-head);
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  font-weight: 400;
  color: var(--navy);
  line-height: 1;
  letter-spacing: -.03em;
  display: block;
  margin-bottom: .35rem;
}
.stat__label {
  font-size: .88rem;
  color: var(--muted);
  font-weight: 500;
  letter-spacing: .01em;
}

/* SR */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }

/* UTIL */
.bg-soft { background: var(--sky-soft); }
.bg-mist { background: var(--sky-mist); }
.bg-sky-grad { background: var(--sky-soft); }
.bg-cream { background: var(--cream); }
.bg-white { background: var(--white); }
.text-center { text-align: center; }
.mt-0 { margin-top: 0; }
.mt-2 { margin-top: 2rem; }
.mt-3 { margin-top: 3rem; }

/* ============================================================
 * BOOKING WIDGET
 * ============================================================ */
.bk {
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	padding: clamp(1.2rem, 2.5vw, 2rem);
	box-shadow: var(--shadow-sm);
	max-width: 720px;
	margin-inline: auto;
}
.bk-loading {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
	padding: 3rem 1rem;
	color: var(--muted);
}
.bk-spinner {
	width: 32px; height: 32px;
	border: 3px solid var(--sky-soft);
	border-top-color: var(--navy);
	border-radius: 50%;
	animation: bk-spin .9s linear infinite;
}
@keyframes bk-spin { to { transform: rotate(360deg); } }
.bk-error {
	background: #fef2f2;
	border: 1px solid #fecaca;
	color: var(--ink);
	padding: 1.2rem 1.4rem;
	border-radius: var(--radius-sm);
}
.bk-error strong { color: var(--crimson-deep); display: block; margin-bottom: .25rem; }
.bk-error p { font-size: .96rem; color: var(--ink-2); margin: 0 0 .5rem; }

/* Progress bar — minimal */
.bk-progress {
	display: flex;
	align-items: center;
	gap: .35rem;
	margin-bottom: 1.6rem;
	padding: 0;
	border: 0;
}
.bk-progress__step {
	display: flex; align-items: center; gap: .4rem;
	font-size: .8rem; color: var(--muted-2);
	flex-shrink: 0;
}
/* Completed steps render as buttons — strip native button chrome */
button.bk-progress__step {
	background: none; border: 0; padding: 0; margin: 0;
	font: inherit; font-size: .8rem; color: var(--muted-2);
	line-height: inherit;
}
.bk-progress__step.is-clickable { cursor: pointer; }
.bk-progress__step.is-clickable:hover .bk-progress__dot { background: var(--sky-deep); }
.bk-progress__step.is-clickable:hover .bk-progress__label { color: var(--navy); text-decoration: underline; }
.bk-progress__step.is-clickable:focus-visible { outline: 2px solid var(--navy); outline-offset: 3px; border-radius: 6px; }
.bk-progress__step + .bk-progress__step::before {
	content: '';
	width: 18px; height: 2px;
	background: var(--line);
	border-radius: 1px;
	margin-right: .15rem;
}
.bk-progress__step.is-done + .bk-progress__step::before { background: var(--sky); }
.bk-progress__dot {
	width: 22px; height: 22px;
	border-radius: 50%;
	background: var(--sky-soft);
	color: var(--muted-2);
	display: grid; place-items: center;
	font-weight: 600;
	font-size: .74rem;
	font-family: var(--font-body);
	transition: background .2s, color .2s;
}
.bk-progress__step.is-active .bk-progress__dot { background: var(--navy); color: var(--white); }
.bk-progress__step.is-active { color: var(--ink); font-weight: 600; }
.bk-progress__step.is-done .bk-progress__dot {
	background: var(--sky);
	color: var(--navy);
}
.bk-progress__step.is-done .bk-progress__dot::before {
	content: '✓'; font-size: .72rem; font-weight: 700;
}
.bk-progress__step.is-done .bk-progress__dot { font-size: 0; }
.bk-progress__label { display: none; }
@media (min-width: 720px) { .bk-progress__label { display: inline; font-size: .82rem; } }

/* Step header */
.bk-step__head { margin-bottom: 1.2rem; }
.bk-step__head h2 {
	font-size: clamp(1.35rem, 2.4vw, 1.7rem);
	margin-bottom: .25rem;
	font-family: var(--font-head);
	color: var(--navy);
	letter-spacing: -.02em;
	line-height: 1.2;
}
.bk-step__sub { color: var(--muted); margin: 0; font-size: .95rem; }

.bk-back {
	background: none;
	border: 0;
	color: var(--navy);
	font: inherit;
	font-weight: 600;
	font-size: .92rem;
	cursor: pointer;
	margin-bottom: 1.5rem;
	padding: .25rem 0;
}
.bk-back:hover { color: var(--crimson); }

/* Summary chip row */
.bk-summary {
	display: flex; flex-wrap: wrap; align-items: center; gap: .35rem .6rem;
	background: var(--sky-soft);
	border-radius: 999px;
	padding: .5rem 1rem;
	margin-bottom: 1.4rem;
	color: var(--ink-2);
	font-size: .93rem;
	font-weight: 500;
}
.bk-summary__dot { color: var(--muted-2); }

/* Service / practitioner cards */
/* (Legacy .bk-cat / .bk-grid removed — replaced by .bk-chips + .bk-list) */

/* Category filter chips */
.bk-chips {
	display: flex;
	flex-wrap: wrap;
	gap: .4rem;
	margin: 0 0 1.4rem;
	padding-bottom: .25rem;
}
.bk-chip-btn {
	background: var(--white);
	border: 1.5px solid var(--line);
	color: var(--ink-2);
	border-radius: 999px;
	padding: .42rem .95rem;
	font: inherit;
	font-size: .86rem;
	font-weight: 500;
	cursor: pointer;
	transition: all .15s var(--ease);
	white-space: nowrap;
}
.bk-chip-btn:hover { border-color: var(--navy); color: var(--navy); }
.bk-chip-btn.is-active {
	background: var(--navy);
	color: var(--white);
	border-color: var(--navy);
}

/* Location / Treatment / Clinician filter bar */
.bk-filters {
	display: grid;
	grid-template-columns: 1fr;
	gap: .6rem;
	margin: 0 0 1.5rem;
	padding: 1rem;
	background: var(--sky-mist, var(--sky-soft));
	border: 1px solid var(--line);
	border-radius: var(--radius-sm);
}
.bk-filter {
	display: flex;
	flex-direction: column;
	gap: .3rem;
	min-width: 0;
}
@media (min-width: 600px) {
	.bk-filter {
		display: grid;
		grid-template-columns: 9.5rem 1fr;
		align-items: center;
		gap: 1rem;
	}
}
.bk-filter__label {
	font-size: .74rem;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
	color: var(--muted);
}
.bk-filter__field {
	position: relative;
	display: block;
}
/* Chevron */
.bk-filter__field::after {
	content: '';
	position: absolute;
	right: .85rem;
	top: 50%;
	width: .5rem;
	height: .5rem;
	border-right: 2px solid var(--navy);
	border-bottom: 2px solid var(--navy);
	transform: translateY(-65%) rotate(45deg);
	pointer-events: none;
}
.bk-filter__select {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	background: var(--white);
	border: 1.5px solid var(--line);
	border-radius: 10px;
	padding: .6rem 2.1rem .6rem .85rem;
	font: inherit;
	font-size: .92rem;
	font-weight: 600;
	color: var(--ink);
	cursor: pointer;
	transition: border-color .15s var(--ease), box-shadow .15s var(--ease);
}
.bk-filter__select:hover { border-color: var(--navy); }
.bk-filter__select:focus-visible {
	outline: none;
	border-color: var(--navy);
	box-shadow: 0 0 0 3px var(--sky);
}

/* Inline reset link inside the empty state */
.bk-link {
	background: none;
	border: 0;
	padding: 0;
	font: inherit;
	font-weight: 700;
	color: var(--navy);
	text-decoration: underline;
	cursor: pointer;
}
.bk-link:hover { color: var(--crimson); }

/* Compact list rows */
.bk-list {
	display: grid;
	gap: .5rem;
	grid-template-columns: 1fr;
}
@media (min-width: 720px) {
	.bk-list { grid-template-columns: 1fr; }
}
.bk-row {
	background: var(--white);
	border: 1.5px solid var(--line);
	border-radius: 12px;
	padding: .85rem 1rem;
	text-align: left;
	cursor: pointer;
	font: inherit;
	color: inherit;
	display: grid;
	grid-template-columns: 36px 1fr auto;
	gap: .85rem;
	align-items: center;
	transition: border-color .15s, transform .15s var(--ease);
}
.bk-row:hover {
	border-color: var(--navy);
	transform: translateY(-1px);
}
.bk-row__icon {
	width: 36px; height: 36px;
	border-radius: 10px;
	background: var(--icon-bg, var(--sky-soft));
	color: var(--icon-color, var(--navy));
	display: grid; place-items: center;
	flex-shrink: 0;
}
.bk-row__icon svg { width: 18px; height: 18px; display: block; }
.bk-row__main { display: flex; flex-direction: column; gap: .15rem; min-width: 0; }
.bk-row__title {
	font-weight: 600;
	color: var(--ink);
	font-size: .97rem;
	line-height: 1.3;
	letter-spacing: -.005em;
	white-space: normal;
	overflow: visible;
}
.bk-row__meta {
	display: flex;
	gap: .55rem;
	align-items: center;
	color: var(--muted);
	font-size: .82rem;
}
.bk-row__time { font-weight: 500; }
.bk-row__tag {
	background: var(--sky-soft);
	color: var(--navy);
	padding: .1rem .5rem;
	border-radius: 999px;
	font-size: .72rem;
	font-weight: 600;
}
.bk-row__chev {
	color: var(--muted-2);
	font-size: 1.5rem;
	line-height: 1;
	font-family: var(--font-body);
	font-weight: 300;
	transition: color .15s, transform .15s var(--ease);
}
.bk-row:hover .bk-row__chev {
	color: var(--navy);
	transform: translateX(2px);
}
.bk-chip {
	display: inline-block;
	padding: .15rem .55rem;
	background: var(--sky-soft);
	color: var(--navy);
	border-radius: 999px;
	font-size: .76rem;
	font-weight: 600;
}

.bk-avatar {
	width: 36px; height: 36px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--sky), var(--sky-deep));
	color: var(--navy);
	display: grid; place-items: center;
	font-weight: 700;
	font-size: .82rem;
	font-family: var(--font-head);
	letter-spacing: -.02em;
	flex-shrink: 0;
}

/* Calendar header — view toggle + month nav */
.bk-cal-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	flex-wrap: wrap;
	margin-bottom: 1rem;
}
.bk-vtoggle {
	display: inline-flex;
	background: var(--sky-soft);
	border-radius: 999px;
	padding: 3px;
	gap: 2px;
}
.bk-vtoggle__btn {
	background: transparent;
	border: 0;
	padding: .42rem 1.05rem;
	font: inherit;
	font-size: .85rem;
	font-weight: 600;
	color: var(--muted);
	border-radius: 999px;
	cursor: pointer;
	transition: background .2s, color .2s;
}
.bk-vtoggle__btn:hover { color: var(--navy); }
.bk-vtoggle__btn.is-active { background: var(--white); color: var(--navy); box-shadow: 0 1px 2px rgba(15,23,42,.06); }
.bk-cal-nav {
	display: inline-flex;
	align-items: center;
	gap: .6rem;
}
.bk-cal-navbtn {
	width: 32px; height: 32px;
	background: var(--white);
	border: 1.5px solid var(--line);
	border-radius: 50%;
	cursor: pointer;
	color: var(--navy);
	font-size: 1.1rem;
	line-height: 1;
	font-weight: 700;
	transition: border-color .2s, background .2s;
}
.bk-cal-navbtn:hover { border-color: var(--navy); background: var(--sky-soft); }
.bk-cal-navlabel {
	font-family: var(--font-head);
	font-size: 1.05rem;
	color: var(--ink);
	font-weight: 500;
	min-width: 12ch;
	text-align: center;
	letter-spacing: -.01em;
}

/* Month grid */
.bk-cal-month {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 4px;
	margin-bottom: 1.4rem;
}
.bk-cal-dow {
	font-size: .68rem;
	text-transform: uppercase;
	letter-spacing: .08em;
	color: var(--muted);
	text-align: center;
	padding: .35rem 0 .5rem;
	font-weight: 600;
}
.bk-cal-cell {
	background: var(--white);
	border: 1.5px solid transparent;
	border-radius: 10px;
	min-height: 44px;
	display: grid;
	place-items: center;
	cursor: pointer;
	position: relative;
	font: inherit;
	font-weight: 500;
	color: var(--ink);
	transition: background .15s, border-color .15s, transform .15s var(--ease);
	padding: .35rem;
}
.bk-cal-cell.is-available { background: var(--sky-soft); }
.bk-cal-cell.is-available:hover { border-color: var(--navy); transform: translateY(-1px); }
.bk-cal-cell.is-disabled { color: var(--muted-2); cursor: not-allowed; opacity: .55; }
.bk-cal-cell.is-muted { opacity: .35; }
.bk-cal-cell.is-selected {
	background: var(--navy);
	color: var(--white);
	border-color: var(--navy);
}
.bk-cal-cell__num {
	font-size: .92rem;
	font-weight: 500;
	letter-spacing: -.01em;
	line-height: 1;
}
.bk-cal-cell__dot {
	position: absolute;
	bottom: 6px; left: 50%;
	transform: translateX(-50%);
	width: 5px; height: 5px;
	border-radius: 50%;
	background: var(--crimson);
}
.bk-cal-cell.is-selected .bk-cal-cell__dot { background: var(--sky); }

/* Week view */
.bk-cal-week { margin-bottom: 1.4rem; }
.bk-cal-week__dows {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 4px;
	margin-bottom: .35rem;
}
.bk-cal-week__cells {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 4px;
}
.bk-cal-week .bk-cal-dow {
	display: flex; flex-direction: column; gap: 2px;
	background: var(--sky-soft);
	border-radius: 8px 8px 0 0;
	padding: .55rem 0 .35rem;
	color: var(--ink);
}
.bk-cal-week .bk-cal-dow > span:first-child { font-size: .68rem; letter-spacing: .08em; color: var(--muted); }
.bk-cal-dow__num {
	font-family: var(--font-head);
	font-size: 1.3rem;
	font-weight: 500;
	color: var(--ink);
	line-height: 1.1;
}
.bk-cal-wcell {
	background: var(--white);
	border: 1.5px solid var(--line);
	border-radius: 0 0 8px 8px;
	padding: 1.2rem .35rem;
	cursor: pointer;
	font: inherit;
	color: var(--ink);
	transition: all .15s var(--ease);
}
.bk-cal-wcell.is-available { border-color: var(--sky); }
.bk-cal-wcell.is-available:hover { border-color: var(--navy); background: var(--sky-mist); }
.bk-cal-wcell.is-disabled { color: var(--muted-2); cursor: not-allowed; opacity: .55; background: var(--cream); }
.bk-cal-wcell.is-selected { background: var(--navy); color: var(--white); border-color: var(--navy); }
.bk-cal-wcell__count {
	font-size: .82rem;
	font-weight: 600;
	color: var(--crimson);
	letter-spacing: -.005em;
}
.bk-cal-wcell.is-disabled .bk-cal-wcell__count { color: var(--muted-2); }
.bk-cal-wcell.is-selected .bk-cal-wcell__count { color: var(--sky); }

/* Day view header */
.bk-cal-dayhead {
	background: var(--sky-soft);
	border-radius: 14px;
	padding: 1.4rem 1.5rem;
	margin-bottom: 1.4rem;
}
.bk-cal-dayhead__big {
	display: flex;
	align-items: center;
	gap: 1rem;
}
.bk-cal-dayhead__num {
	font-family: var(--font-head);
	font-size: 3.4rem;
	font-weight: 400;
	color: var(--navy);
	line-height: 1;
	letter-spacing: -.03em;
}
.bk-cal-dayhead__rest { display: flex; flex-direction: column; }
.bk-cal-dayhead__rest > span:first-child { font-size: 1.15rem; color: var(--ink); font-weight: 600; }
.bk-cal-dayhead__mon { color: var(--muted); font-size: .92rem; margin-top: 2px; }

/* Slots panel */
.bk-slots-wrap { padding-top: .25rem; }
.bk-slots-label {
	display: flex;
	align-items: center;
	gap: .7rem;
	flex-wrap: wrap;
	margin-bottom: .8rem;
	padding-top: 1rem;
	border-top: 1px solid var(--line);
}
.bk-slots-label strong { color: var(--ink); font-weight: 600; font-size: .98rem; }
.bk-slots-count {
	background: var(--sky-soft);
	color: var(--navy);
	padding: .15rem .65rem;
	border-radius: 999px;
	font-size: .78rem;
	font-weight: 600;
}
.bk-slots {
	display: flex;
	flex-wrap: wrap;
	gap: .5rem;
	padding: 0 0 .5rem;
}
.bk-slot {
	background: var(--white);
	border: 1.5px solid var(--line);
	border-radius: 999px;
	padding: .6rem 1.1rem;
	font: inherit;
	font-weight: 500;
	color: var(--ink);
	cursor: pointer;
	transition: all .15s var(--ease);
}
.bk-slot:hover { border-color: var(--navy); color: var(--navy); }
.bk-slot.is-selected { background: var(--navy); color: var(--white); border-color: var(--navy); }
.bk-hint { color: var(--muted); margin: 0; padding: .5rem 0; }
.bk-empty { color: var(--muted); padding: 1rem; background: var(--sky-soft); border-radius: var(--radius-sm); }

/* Form */
.bk-form { display: grid; gap: 1.1rem; }
.bk-row--two { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
@media (max-width: 600px) { .bk-row--two { grid-template-columns: 1fr; } }
.bk-field { display: flex; flex-direction: column; gap: .35rem; }
.bk-field label { font-weight: 600; font-size: .88rem; color: var(--ink); }
.bk-field input, .bk-field textarea {
	width: 100%;
	padding: .85rem 1rem;
	border: 1.5px solid var(--line);
	border-radius: 10px;
	font-family: inherit;
	font-size: 1rem;
	background: var(--cream);
	transition: border-color .2s, background .2s, box-shadow .2s;
}
.bk-field input:focus, .bk-field textarea:focus {
	outline: none;
	border-color: var(--navy);
	background: var(--white);
	box-shadow: 0 0 0 4px rgba(26,42,110,.08);
}
.bk-help { color: var(--muted); font-size: .82rem; }
.bk-scan { display: grid; gap: .9rem; }
.bk-notice {
	margin: 0;
	padding: .85rem 1rem;
	background: #fff6e5;
	border: 1px solid #f0d49b;
	border-left: 4px solid #d99a1e;
	border-radius: 10px;
	color: var(--ink);
	font-size: .92rem;
}
.bk-classes .bk-row { grid-template-columns: 1fr auto; }
.bk-classes .bk-row__meta { flex-wrap: wrap; row-gap: .3rem; }
.bk-classes .bk-row__time + .bk-row__time::before { content: '·'; margin-right: .55rem; color: var(--muted-2); }
.bk-classes__day { margin: 1rem 0 .15rem; font-size: .8rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: var(--muted); }
.bk-classes__day:first-child { margin-top: 0; }
.bk-row.is-disabled { opacity: .55; cursor: not-allowed; }
.bk-row.is-disabled:hover { transform: none; box-shadow: none; border-color: var(--line); }
.bk-row__tag.is-low { background: #fff1d6; color: #8a5a00; }
.bk-row__tag.is-full { background: #f1f1f1; color: #6b6b6b; }
.bk-field select {
	width: 100%;
	padding: .85rem 1rem;
	border: 1.5px solid var(--line);
	border-radius: 10px;
	font-family: inherit;
	font-size: 1rem;
	background: var(--cream);
}
.bk-field select:focus { outline: none; border-color: var(--navy); background: var(--white); box-shadow: 0 0 0 4px rgba(26,42,110,.08); }
.bk-actions {
	display: flex; gap: .8rem; flex-wrap: wrap;
	margin-top: .5rem;
}
.bk-fine { color: var(--muted); font-size: .85rem; margin: .5rem 0 0; }

/* Success */
.bk--done { text-align: center; }
.bk--done .bk-tick {
	width: 78px; height: 78px;
	background: var(--sky);
	border-radius: 50%;
	display: grid; place-items: center;
	margin: 0 auto 1.4rem;
	color: var(--navy);
	animation: bk-pop .5s var(--ease) both;
}
@keyframes bk-pop {
	0% { transform: scale(.5); opacity: 0; }
	100% { transform: scale(1); opacity: 1; }
}
.bk-receipt {
	margin: 1.5rem auto;
	max-width: 520px;
	width: 100%;
	border-collapse: collapse;
	background: var(--sky-soft);
	border-radius: var(--radius-sm);
	overflow: hidden;
	font-size: .98rem;
}
.bk-receipt th, .bk-receipt td { padding: .9rem 1.1rem; text-align: left; }
.bk-receipt th {
	width: 32%;
	color: var(--navy);
	font-weight: 600;
	font-size: .82rem;
	text-transform: uppercase;
	letter-spacing: .08em;
	border-right: 1px solid rgba(26,42,110,.08);
}
.bk-receipt td { color: var(--ink-2); }
.bk-receipt tr + tr th, .bk-receipt tr + tr td { border-top: 1px solid rgba(26,42,110,.08); }
.bk--done .bk-actions { justify-content: center; }

/* Price chip in service row */
.bk-row__price {
	background: var(--sky-soft);
	color: var(--navy);
	padding: .1rem .55rem;
	border-radius: 999px;
	font-size: .78rem;
	font-weight: 700;
	letter-spacing: -.005em;
}

/* ===== Booking modal popup ===== */
.bk-modal {
	position: fixed;
	inset: 0;
	z-index: 100;
	display: none;
	align-items: flex-start;
	justify-content: center;
	padding: clamp(.5rem, 3vw, 2.5rem);
}
.bk-modal.is-open { display: flex; }
body.bk-modal-open { overflow: hidden; }

.bk-modal__overlay {
	position: absolute;
	inset: 0;
	background: rgba(14,19,32,.55);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	cursor: pointer;
	animation: bk-fade-in .25s var(--ease);
}
@keyframes bk-fade-in { from { opacity: 0; } to { opacity: 1; } }
.bk-modal__dialog {
	position: relative;
	background: var(--white);
	border-radius: 18px;
	width: min(760px, 100%);
	max-height: calc(100dvh - 2rem);
	overflow-y: auto;
	box-shadow: 0 30px 80px -20px rgba(15,23,42,.5);
	animation: bk-pop-in .35s var(--ease);
}
@keyframes bk-pop-in {
	from { transform: translateY(20px); opacity: 0; }
	to   { transform: translateY(0); opacity: 1; }
}
.bk-modal__host { padding: 0; }
.bk-modal__host .bk {
	box-shadow: none;
	border: 0;
	max-width: none;
	border-radius: 18px;
}
.bk-modal__close {
	position: absolute;
	top: .75rem; right: .85rem;
	width: 36px; height: 36px;
	background: var(--sky-soft);
	border: 0;
	border-radius: 50%;
	color: var(--navy);
	font-size: 1.6rem;
	line-height: 1;
	cursor: pointer;
	display: grid;
	place-items: center;
	transition: background .15s, transform .15s;
	z-index: 2;
	font-weight: 400;
	padding: 0 0 3px;
}
.bk-modal__close:hover { background: var(--sky); transform: scale(1.05); }

@media (max-width: 600px) {
	.bk-modal { padding: 0; }
	.bk-modal__dialog { border-radius: 16px 16px 0 0; max-height: 100dvh; width: 100%; align-self: flex-end; }
}

/* =========================================================================
 * MEGA MENU
 * ========================================================================= */
.has-mega {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: static; /* mega panel resolves to .site-header */
}
.nav__top {
	color: var(--ink-2);
	font-size: .94rem;
	font-weight: 500;
	padding: .25rem 0;
}
.nav__top:hover,
.has-mega:hover .nav__top,
.has-mega:focus-within .nav__top { color: var(--navy); }
.has-mega > .nav__top::after {
	content: '';
	display: inline-block;
	margin-left: .35rem;
	width: 0; height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid currentColor;
	transform: translateY(-2px);
	opacity: .55;
	transition: transform .25s var(--ease);
}
.has-mega:hover > .nav__top::after { transform: translateY(-2px) rotate(180deg); }

.mega__toggle {
	display: none;
	background: none;
	border: 0;
	width: 40px; height: 40px;
	cursor: pointer;
	border-radius: 10px;
	position: relative;
}
.mega__toggle::after {
	content: '';
	position: absolute;
	top: 50%; left: 50%;
	width: 0; height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 6px solid var(--navy);
	transform: translate(-50%, -50%);
	transition: transform .25s var(--ease);
}

.mega {
	position: absolute;
	left: 0; right: 0;
	top: 100%;
	background: var(--white);
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
	box-shadow: 0 26px 44px -30px rgba(15,23,42,.28);
	opacity: 0;
	visibility: hidden;
	transform: translateY(6px);
	transition: opacity .22s var(--ease), transform .22s var(--ease), visibility .22s;
	z-index: 60;
}
.mega .container { padding-top: 1.6rem; padding-bottom: 1.6rem; }
.has-mega:hover > .mega,
.has-mega:focus-within > .mega {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.mega__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: .4rem;
}
.mega__tile {
	display: flex;
	align-items: center;
	gap: .9rem;
	padding: .8rem .85rem;
	border-radius: 14px;
	transition: background .2s var(--ease), transform .2s var(--ease);
}
.mega__tile:hover { background: var(--sky-soft); transform: translateY(-1px); }
.mega__media {
	flex-shrink: 0;
	width: 52px; height: 52px;
	border-radius: 12px;
	background: var(--sky);
	color: var(--navy);
	display: grid;
	place-items: center;
	overflow: hidden;
}
.mega__media svg { width: 26px; height: 26px; }
.mega__media.has-img { background: var(--sky-soft); }
.mega__media img,
.mega__img { width: 100%; height: 100%; object-fit: cover; display: block; }
.mega__text { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.mega__title { font-weight: 600; color: var(--ink); font-size: .95rem; }
.mega__desc { font-size: .8rem; color: var(--muted); line-height: 1.4; }
.mega__all {
	display: inline-flex;
	align-items: center;
	gap: .35rem;
	margin-top: 1.1rem;
	font-weight: 600;
	font-size: .9rem;
	color: var(--crimson);
}
.mega__all:hover { color: var(--crimson-deep); }
.mega__all span { transition: transform .2s var(--ease); }
.mega__all:hover span { transform: translateX(3px); }

.mega--areas .mega__lead {
	color: var(--muted);
	font-size: .9rem;
	margin: 0 0 .9rem;
}
.mega--areas .mega__cols {
	list-style: none;
	margin: 0; padding: 0;
	columns: 4;
	column-gap: 1.25rem;
}
.mega--areas .mega__cols li { break-inside: avoid; }
.mega--areas .mega__cols a {
	display: block;
	padding: .4rem .55rem;
	border-radius: 8px;
	font-size: .9rem;
	color: var(--ink-2);
}
.mega--areas .mega__cols a:hover { background: var(--sky-soft); color: var(--navy); }

@media (max-width: 1000px) {
	.has-mega { flex-wrap: wrap; }
	.mega__toggle { display: inline-flex; margin-left: auto; }
	.has-mega.open .mega__toggle::after { transform: translate(-50%, -50%) rotate(180deg); }
	.has-mega > .nav__top::after { display: none; }

	.mega {
		flex: 1 0 100%;
		position: static;
		opacity: 1;
		visibility: visible;
		transform: none;
		border: 0;
		box-shadow: none;
		max-height: 0;
		overflow: hidden;
		transition: max-height .3s var(--ease);
	}
	.has-mega.open > .mega { max-height: 1400px; }
	.mega .container { padding: .35rem 0 .75rem; }
	.mega__grid { grid-template-columns: 1fr; gap: .15rem; }
	.mega__tile { padding: .6rem .25rem; }
	.mega__media { width: 42px; height: 42px; }
	.mega__media svg { width: 21px; height: 21px; }
	.mega__all { margin-top: .5rem; }
	.mega--areas .mega__cols { columns: 2; }
	.mega--areas .mega__lead { display: none; }
}

/* =========================================================================
 * HOME — MEET THE TEAM
 * ========================================================================= */
.team-home {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}
.team-home__card {
  text-align: center;
  display: flex;
  flex-direction: column;
}
.team-home__photo {
  display: block;
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: 18px;
  overflow: hidden;
  background: var(--sky);
  margin-bottom: 1.1rem;
  box-shadow: 0 18px 32px -24px rgba(15, 23, 42, .55);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.team-home__photo::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(26, 42, 110, .18), transparent 45%);
  opacity: 0;
  transition: opacity .3s var(--ease);
}
.team-home__card:hover .team-home__photo {
  transform: translateY(-5px);
  box-shadow: 0 28px 44px -22px rgba(15, 23, 42, .55);
}
.team-home__card:hover .team-home__photo::after { opacity: 1; }
.team-home__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 15%;
  display: block;
}
.team-home__initials {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-family: var(--font-head);
  font-size: 2.4rem;
  font-weight: 500;
  color: var(--navy);
}
.team-home__name {
  font-size: 1.08rem;
  margin: 0 0 .2rem;
  letter-spacing: -.01em;
}
.team-home__role {
  color: var(--crimson);
  font-weight: 700;
  font-size: .74rem;
  text-transform: uppercase;
  letter-spacing: .05em;
  margin-bottom: .55rem;
}
.team-home__bio {
  color: var(--muted);
  font-size: .85rem;
  line-height: 1.55;
  margin: 0;
}
.team-home__more {
  text-align: center;
  margin-top: 2.75rem;
}
@media (max-width: 1000px) {
  .team-home { grid-template-columns: repeat(3, 1fr); gap: 1.6rem 1.25rem; }
}
@media (max-width: 640px) {
  .team-home { grid-template-columns: repeat(2, 1fr); gap: 1.4rem 1rem; margin-top: 2.2rem; }
  .team-home__bio { display: none; }
}

/* =========================================================================
 * HOME HERO SLIDER (conversion-focused)
 * ========================================================================= */
.hhero {
  position: relative;
  background: #2ea3f2;
  overflow: hidden;
  padding: 0;
}
.hhero__viewport {
  position: relative;
  min-height: clamp(540px, 76vh, 700px);
}
.hhero__slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity .7s var(--ease);
}
.hhero__slide.is-active { opacity: 1; visibility: visible; z-index: 1; }
.hhero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: #2ea3f2;          /* live-site light blue */
  background-blend-mode: multiply;
  background-size: cover;
  background-position: center;
  transform: scale(1.04);
}
.hhero__slide.is-active .hhero__bg { animation: hheroZoom 8s ease forwards; }
@keyframes hheroZoom { from { transform: scale(1.04); } to { transform: scale(1.12); } }
.hhero__bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 26, 74, .12) 0%, rgba(17, 26, 74, .42) 100%);
}
.hhero__content {
  position: relative;
  z-index: 1;
  max-width: 640px;
  padding: 3.5rem 0 7rem;
}
.hhero .eyebrow { color: #fff; opacity: .9; }
.hhero__title {
  color: #fff;
  font-family: var(--font-head);
  font-weight: 500;
  font-size: clamp(2.4rem, 5.2vw, 4rem);
  line-height: 1.04;
  letter-spacing: -.02em;
  margin: .4rem 0 0;
}
.hhero .lede { color: rgba(255, 255, 255, .94); max-width: 46ch; margin-top: 1.1rem; }
.hhero__cta { display: flex; gap: .8rem; flex-wrap: wrap; margin-top: 1.8rem; }
.hhero__call { color: #fff; }
.hhero .btn--outline {
  color: #fff;
  border-color: rgba(255, 255, 255, .55);
  background: transparent;
}
.hhero .btn--outline:hover {
  color: var(--navy-deep);
  background: #fff;
  border-color: #fff;
}

/* dots */
.hhero__dots {
  position: absolute;
  left: 0; right: 0;
  bottom: 5.4rem;
  z-index: 4;
  display: flex;
  gap: .5rem;
  justify-content: center;
}
.hhero__dot {
  width: 10px; height: 10px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, .4);
  cursor: pointer;
  transition: width .25s var(--ease), background .25s var(--ease);
}
.hhero__dot.is-active { width: 28px; background: #fff; }
.hhero__dot:hover { background: rgba(255, 255, 255, .7); }

/* prev / next arrows */
.hhero__arrow {
  position: absolute;
  top: calc(50% - 2.5rem);
  transform: translateY(-50%);
  z-index: 4;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .4);
  background: rgba(17, 26, 74, .28);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  color: #fff;
  cursor: pointer;
  transition: background .2s var(--ease), border-color .2s var(--ease), transform .2s var(--ease);
}
.hhero__arrow:hover {
  background: var(--crimson);
  border-color: var(--crimson);
}
.hhero__arrow--prev { left: clamp(1rem, 3vw, 2.5rem); }
.hhero__arrow--next { right: clamp(1rem, 3vw, 2.5rem); }
.hhero__arrow--prev:hover { transform: translateY(-50%) translateX(-2px); }
.hhero__arrow--next:hover { transform: translateY(-50%) translateX(2px); }
@media (max-width: 680px) {
  /* arrows move to the bottom corners, flanking the dots (clear of the headline) */
  .hhero__arrow {
    width: 38px;
    height: 38px;
    top: auto;
    bottom: 5.7rem;
    transform: none;
  }
  .hhero__arrow:hover { transform: none; }
  .hhero__arrow--prev { left: 1rem; }
  .hhero__arrow--next { right: 1rem; }
}

/* persistent trust strip */
.hhero__trust {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  z-index: 3;
  background: rgba(17, 26, 74, .55);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-top: 1px solid rgba(255, 255, 255, .14);
}
.hhero__trust-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 2rem;
  flex-wrap: wrap;
  padding: .85rem 0;
}
.hhero__rating { color: #fff; font-size: .9rem; font-weight: 600; display: inline-flex; align-items: center; gap: .5rem; }
.hhero__rating .stars { color: #ffc94d; letter-spacing: 1px; }
.hhero__rating--link { text-decoration: none; }
.olton-reviews-widget { min-height: 320px; }
/* Google reviews (EmbedSocial data) in the testimonial card design */
.testimonials--reviews { align-items: start; }
.testimonial--review { display: flex; flex-direction: column; }
.testimonial--review cite::before { display: none; }
.testimonial__avatar { width: 36px; height: 36px; border-radius: 50%; object-fit: cover; flex-shrink: 0; background: linear-gradient(135deg, var(--sky), var(--sky-mid)); }
.testimonial__avatar--initial { display: grid; place-items: center; color: var(--navy); font-weight: 700; font-size: .95rem; }
.testimonial--review .testimonial__text { margin-bottom: .6rem; }
.testimonial__body { display: block; white-space: pre-line; }
.testimonial__body.is-clamped { display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical; overflow: hidden; }
.testimonial__more { align-self: flex-start; background: none; border: 0; padding: 0; margin: 0 0 1.1rem; font: inherit; font-size: .9rem; font-weight: 600; color: var(--navy); cursor: pointer; text-decoration: underline; text-underline-offset: 3px; }
.testimonial__more:hover { color: var(--crimson); }
.testimonial--review cite { margin-top: auto; }
.reviews-all { text-align: center; margin: 2.2rem 0 0; }
.olton-reviews-widget + .olton-reviews-widget { margin-top: 2rem; }
.hhero__rating--link:hover span:last-child, .hhero__rating--link:focus-visible span:last-child { text-decoration: underline; text-underline-offset: 3px; }
.hhero__rating .hhero__google { width: 20px; height: 20px; flex: none; background: #fff; border-radius: 4px; padding: 2px; box-sizing: border-box; }
.hhero__assurance {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem 1.6rem;
  list-style: none;
  margin: 0; padding: 0;
}
.hhero__assurance li {
  color: rgba(255, 255, 255, .92);
  font-size: .86rem;
  font-weight: 500;
  position: relative;
  padding-left: 1.4rem;
}
.hhero__assurance li::before {
  content: '';
  position: absolute;
  left: 0; top: 50%;
  width: 15px; height: 15px;
  transform: translateY(-50%);
  background: no-repeat center / contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2370e0a0' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
}

@media (max-width: 900px) {
  .hhero__assurance li:nth-child(n+3) { display: none; }
}
@media (max-width: 680px) {
  .hhero__viewport { min-height: clamp(500px, 86vh, 640px); }
  .hhero__content { padding: 2.5rem 0 8rem; }
  .hhero__dots { bottom: 6.6rem; }
  .hhero__trust-inner { justify-content: center; text-align: center; }
  .hhero__assurance { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .hhero__slide.is-active .hhero__bg { animation: none; }
  .hhero__slide { transition: none; }
}

/* =========================================================================
 * WHAT TO EXPECT — photo cards
 * ========================================================================= */
.expect-cards {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.expect-card {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 340px;
  border-radius: 22px;
  overflow: hidden;
  background-color: var(--navy);
  background-size: cover;
  background-position: center;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.expect-card:hover { transform: translateY(-3px); box-shadow: 0 26px 44px -28px rgba(15, 23, 42, .5); }
.expect-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(17, 26, 74, .95) 0%, rgba(17, 26, 74, .8) 38%, rgba(17, 26, 74, .35) 66%, rgba(17, 26, 74, .1) 100%);
}
.expect-card--flip { justify-content: flex-end; }
.expect-card--flip::before {
  background: linear-gradient(260deg, rgba(17, 26, 74, .95) 0%, rgba(17, 26, 74, .8) 38%, rgba(17, 26, 74, .35) 66%, rgba(17, 26, 74, .1) 100%);
}
.expect-card__inner {
  position: relative;
  z-index: 1;
  width: 60%;
  padding: 2.6rem;
  color: #fff;
}
.expect-card__title {
  color: #fff;
  font-size: clamp(1.5rem, 3vw, 2.05rem);
  line-height: 1.15;
  letter-spacing: -.01em;
  margin: 0 0 1rem;
}
.expect-card__body { line-height: 1.65; font-size: .96rem; }
.expect-card__body,
.expect-card__body p,
.expect-card__body li { color: rgba(255, 255, 255, .92); }
.expect-card__body p { margin: 0 0 .9rem; }
.expect-card__body p:last-child { margin-bottom: 0; }
.expect-card__body a { color: #fff; text-decoration: underline; text-underline-offset: 2px; font-weight: 600; }
.expect-card__body strong, .expect-card__body b { color: #fff; }
@media (max-width: 760px) {
  .expect-card { min-height: 0; }
  .expect-card::before,
  .expect-card--flip::before {
    background: linear-gradient(180deg, rgba(17, 26, 74, .68) 0%, rgba(17, 26, 74, .92) 70%);
  }
  .expect-card, .expect-card--flip { justify-content: flex-start; }
  .expect-card__inner { width: 100%; padding: 2rem 1.5rem; }
}

/* =========================================================================
 * SERVICE LANDING PAGES
 * ========================================================================= */
/* quick-facts strip under the hero */
.svc-facts {
  background: #e9f2fb;
  color: var(--navy);
  border-top: 1px solid rgba(26, 42, 110, .07);
  border-bottom: 1px solid rgba(26, 42, 110, .07);
}
.svc-facts__row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: .9rem 0;
}
.svc-facts__row li {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: .1rem;
  border-left: 1px solid rgba(26, 42, 110, .12);
}
.svc-facts__row li:first-child { border-left: 0; }
.svc-facts__row strong { font-family: var(--font-head); font-weight: 500; font-size: 1.3rem; color: var(--navy); line-height: 1; }
.svc-facts__row span { font-size: .74rem; color: rgba(26, 42, 110, .6); text-transform: uppercase; letter-spacing: .04em; }

/* about: prose + sticky aside */
.svc-about__grid {
  display: grid;
  grid-template-columns: 1.55fr 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}
.svc-aside { position: sticky; top: 110px; display: flex; flex-direction: column; gap: 1.2rem; }
.svc-aside__media { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-md); }
.svc-aside__media img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.svc-cta-card {
  background: var(--sky-soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.6rem;
}
.svc-cta-card h3 { margin: 0 0 .4rem; font-size: 1.2rem; }
.svc-cta-card p { color: var(--ink-2); font-size: .9rem; margin: 0 0 1.1rem; line-height: 1.55; }
.svc-cta-card .btn { width: 100%; justify-content: center; }
.svc-cta-card .btn--outline { margin-top: .6rem; }

/* treats — check-card grid */
.svc-treats {
  list-style: none;
  margin: 2.5rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.svc-treats li {
  display: flex;
  align-items: center;
  gap: .9rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1.05rem 1.25rem;
  font-weight: 500;
  color: var(--ink);
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s;
}
.svc-treats li:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); border-color: var(--sky); }
.svc-treats__icon {
  flex-shrink: 0;
  width: 30px; height: 30px;
  border-radius: 50%;
  background: var(--sky);
  color: var(--navy);
  display: grid; place-items: center;
}
.svc-treats__icon svg { width: 16px; height: 16px; }

/* why choose us */
.svc-wcu { list-style: none; margin: 1.5rem 0 0; padding: 0; display: flex; flex-direction: column; gap: 1rem; }
.svc-wcu li { display: flex; gap: .85rem; align-items: flex-start; color: var(--ink-2); line-height: 1.55; }
.svc-wcu__icon { flex-shrink: 0; width: 26px; height: 26px; border-radius: 50%; background: var(--sky); color: var(--navy); display: grid; place-items: center; margin-top: 1px; }
.svc-wcu__icon svg { width: 14px; height: 14px; }
.svc-why__quote {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-deep) 100%);
  color: #fff;
  border-radius: var(--radius);
  padding: clamp(2rem, 4vw, 3rem);
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  align-items: flex-start;
}
.svc-why__quote blockquote {
  margin: 0; border: 0; padding: 0;
  font-family: var(--font-head);
  font-size: clamp(1.5rem, 3vw, 2rem);
  line-height: 1.25;
  color: #fff;
  font-style: italic;
}
.svc-why__quote .btn--primary { background: #fff; color: var(--navy-deep); }
.svc-why__quote .btn--primary:hover { background: rgba(255, 255, 255, .9); }

@media (max-width: 900px) {
  .svc-facts__row { grid-template-columns: repeat(3, 1fr); gap: 1.2rem .5rem; }
  .svc-facts__row li:nth-child(3n+1) { border-left: 0; }
  .svc-treats { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 800px) {
  .svc-about__grid { grid-template-columns: 1fr; }
  .svc-aside { position: static; flex-direction: row; flex-wrap: wrap; }
  .svc-aside__media, .svc-cta-card { flex: 1 1 280px; }
}
@media (max-width: 560px) {
  .svc-facts__row { grid-template-columns: repeat(2, 1fr); }
  .svc-facts__row li { border-left: 0; }
  .svc-treats { grid-template-columns: 1fr; }
  .svc-aside { flex-direction: column; }
}

/* service "About" body — long content broken into cards */
.svc-prose + .svc-detailgrid,
.svc-prose + .svc-checklist,
.svc-detailgrid + .svc-prose,
.svc-checklist + .svc-prose { margin-top: 1.6rem; }
.svc-detailgrid {
  display: flex;
  flex-direction: column;
  margin: 1.6rem 0;
  border-top: 1px solid var(--line);
}
.svc-detail {
  display: grid;
  grid-template-columns: minmax(140px, .34fr) 1fr;
  gap: .5rem 2rem;
  align-items: start;
  padding: 1.15rem .25rem;
  border-bottom: 1px solid var(--line);
  transition: background .2s var(--ease);
}
.svc-detail:hover { background: var(--bg-soft, #f5f8fc); }
.svc-detail h4 { margin: 0; font-size: 1.05rem; color: var(--navy); letter-spacing: -.01em; line-height: 1.35; }
.svc-detail p { margin: 0; color: var(--ink-2); font-size: .95rem; line-height: 1.6; }
@media (max-width: 600px) {
  .svc-detail { grid-template-columns: 1fr; gap: .3rem; padding: 1rem .25rem; }
}
.svc-checklist {
  list-style: none;
  margin: 1.6rem 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: .7rem 1.4rem;
}
.svc-checklist li { display: flex; gap: .7rem; align-items: flex-start; color: var(--ink); font-weight: 500; }
.svc-checklist li > span:last-child { padding-top: 1px; }
.svc-checklist__icon { flex-shrink: 0; width: 24px; height: 24px; border-radius: 50%; background: var(--sky); color: var(--navy); display: grid; place-items: center; }
.svc-checklist__icon svg { width: 13px; height: 13px; }

/* Booking deep links (v1.17.0) — "Showing X appointments · Show all" note */
.bk-preset { margin: -.25rem 0 .75rem; font-size: .92rem; }
.bk-preset .bk-link { margin-left: .25rem; }

/* Payment handoff — Cliniko's own booking + payment screen embedded in the widget */
.bk-pay-frame { margin: 1rem 0 .5rem; border: 1px solid var(--line, #e3e8ef); border-radius: 12px; overflow: hidden; background: #fff; }
.bk-pay-frame iframe { display: block; width: 100%; height: 1000px; max-height: 78vh; border: 0; }
.bk-modal .bk-pay-frame iframe { max-height: 64vh; }

/* Content pages — intro line, Book buttons and collapsible terms (v1.17.1) */
.prose .lede { font-size: 1.15rem; color: var(--navy); }
.prose p > .btn:only-child { margin: .5rem 0 1rem; }
.prose .wp-block-details { margin: 2rem 0; border: 1px solid var(--line, #e3e8ef); border-radius: 12px; padding: 0 1.25rem; background: var(--bg-soft, #f6f8fb); }
.prose .wp-block-details summary { cursor: pointer; padding: 1rem 0; font-weight: 600; color: var(--navy); }
.prose .wp-block-details[open] { padding-bottom: 1rem; }
.prose .wp-block-details h4 { margin: 1.4rem 0 .4rem; font-size: 1rem; }
.prose .wp-block-details ul { margin-top: 0; }
.prose .wp-block-details li { font-size: .95rem; }

/* Section order rows (v1.18.0) — reorderable parts of a text column; the wrapper must not change spacing */
.sec-row > h2:first-child { margin-top: 2.8rem; }
.prose > .sec-row:first-child > h2:first-child { margin-top: 0; }

/* Terms & conditions — numbered clauses 1. / 1.1. (v1.18.2). A nested ordered list with the
   class olton-terms (block editor: List → Additional CSS class) numbers itself, so clauses stay
   uniform when edited or added. */
.olton-terms, .olton-terms ol { list-style: none; padding-left: 0; margin: 0; }
.olton-terms { counter-reset: terms; margin: 1rem 0; }
.olton-terms > li { counter-increment: terms; counter-reset: clause; position: relative; padding-left: 3.2rem; margin: 1.1rem 0 0; }
.olton-terms > li::before { content: counter(terms) "."; position: absolute; left: 0; top: 0; font-weight: 700; color: var(--navy); }
.olton-terms > li > strong:first-child { color: var(--navy); }
.olton-terms ol { margin-left: -3.2rem; }
.olton-terms ol > li { counter-increment: clause; position: relative; padding-left: 3.2rem; margin: .55rem 0 0; }
.olton-terms ol > li::before { content: counter(terms) "." counter(clause) "."; position: absolute; left: 0; top: 0; font-weight: 600; color: var(--navy); }

/* Booking widget — payment on the "Your details" step (v1.19.0) */
.bk-pay { border: 1.5px solid var(--line); border-radius: 12px; padding: 1rem 1.1rem 1.1rem; margin: 1.25rem 0 0; background: var(--white); min-width: 0; }
.bk-pay legend { font-weight: 700; font-size: .88rem; color: var(--ink); padding: 0 .4rem; margin-left: -.4rem; }
.bk-pay__opts { display: grid; grid-template-columns: 1fr 1fr; gap: .6rem; }
@media (max-width: 560px) { .bk-pay__opts { grid-template-columns: 1fr; } }
.bk-pay__opt { display: flex; align-items: flex-start; gap: .6rem; border: 1.5px solid var(--line); border-radius: 10px; padding: .75rem .85rem; cursor: pointer; transition: border-color .15s, background .15s; }
.bk-pay__opt:hover { border-color: var(--sky, #9cc9e6); }
.bk-pay__opt:has(input:checked) { border-color: var(--navy); background: var(--bg-soft, #f4f8fb); }
.bk-pay__opt input { margin-top: .2rem; accent-color: var(--navy); }
.bk-pay__opt-text { display: flex; flex-direction: column; gap: .15rem; }
.bk-pay__opt-text strong { font-size: .95rem; color: var(--ink); }
.bk-pay__opt-text span { font-size: .82rem; color: var(--muted); }
.bk-pay__req { margin: 0 0 .75rem; color: var(--ink); }
.bk-pay__card { margin-top: .9rem; }
.bk-pay__loading { color: var(--muted); font-size: .88rem; padding: .5rem 0; }
.bk-pay__note { margin: .6rem 0 0; color: var(--crimson); font-size: .88rem; }
.bk-pay__note:empty { display: none; }
/* "What to expect / gain" with a photo — reuses the About grid; the photo isn't sticky here */
.svc-expect__aside { position: static; }
.svc-expect__grid { align-items: center; }

/* Section colours picked in the Section order box (v1.20.0) — beat each section's own background */
section.sec-bg-white { background: #ffffff !important; }
section.sec-bg-mist  { background: var(--sky-mist) !important; }
section.sec-bg-soft  { background: var(--sky-soft) !important; }
section.sec-bg-sky   { background: var(--sky-mid) !important; }
section.sec-bg-cream { background: var(--cream) !important; }
