/* =========================================================================
   Anling Health — design system
   Built from the two logo colours sampled directly from the mark:
     brand blue  #0F62A6   (6.33:1 on white — passes AA for body text)
     brand aqua  #5CE1E6   (light: used as a surface/accent, never as text
                            on white; #0B7C82 is its accessible text twin)
   No external requests: no webfonts, no CDNs, no trackers.
   ========================================================================= */

/* ---------- 1. Tokens ---------------------------------------------------- */
:root {
  /* Brand */
  --blue-900: #062744;
  --blue-800: #0A3D69;
  --blue-700: #0C4E85;
  --blue-600: #0F62A6; /* logo blue */
  --blue-500: #1D7CC7;
  --blue-200: #B9D8EF;
  --blue-100: #D9E9F7;
  --blue-050: #EEF5FC;

  --aqua-800: #08666B;
  --aqua-700: #0B7C82; /* accessible aqua for text/links on white */
  --aqua-600: #17A2AA;
  --aqua-400: #5CE1E6; /* logo aqua */
  --aqua-200: #B4F1F4;
  --aqua-100: #D9F8FA;
  --aqua-050: #EFFDFD;

  /* Ink & neutrals */
  --ink: #0E2233;
  --body: #3A4E60;
  --muted: #62778A;
  --line: #DCE6EF;
  --line-soft: #EAF1F7;
  --surface: #FFFFFF;
  --surface-alt: #F5F9FC;

  /* Status */
  --warn-bg: #FFF7E6;
  --warn-line: #F0D9A8;
  --warn-ink: #7A5310;

  /* Type */
  --font-display: "Iowan Old Style", "Palatino Linotype", Palatino, "Book Antiqua",
    Georgia, "Songti SC", "Songti TC", serif;
  --font-sans: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, "Noto Sans", "PingFang SC", "Microsoft YaHei", sans-serif;

  /* Space & shape */
  --container: 1180px;
  --gutter: clamp(1.15rem, 4vw, 2.5rem);
  --section-y: clamp(3.25rem, 7vw, 6rem);
  --r-sm: 8px;
  --r-md: 14px;
  --r-lg: 22px;
  --r-pill: 999px;

  --shadow-sm: 0 1px 2px rgba(6, 39, 68, 0.06), 0 2px 8px rgba(6, 39, 68, 0.05);
  --shadow-md: 0 2px 6px rgba(6, 39, 68, 0.06), 0 14px 32px rgba(6, 39, 68, 0.09);
}

/* Contact intake follows the existing blue, aqua and serif visual system. */
.callback-section { background: var(--surface-alt); padding-top: clamp(2rem, 4vw, 4rem); }
.callback-layout { display: grid; gap: 2rem; }
.callback-intro { display: contents; }
.callback-intro > h1 { margin-bottom: 0; max-width: 15ch; }
.callback-intro > .lede, .callback-intro > p { margin: -1rem 0 0; }
.callback-direct { order: 3; }
.callback-direct h2 { font-size: 1.45rem; }
.callback-direct > div { display: grid; gap: .2rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.callback-direct h3 { font-family: var(--font-sans); font-size: 1rem; margin: 0; }
.callback-direct a { overflow-wrap: anywhere; }
.callback-direct .callback-phone { font-size: 1.3rem; font-weight: 650; }
.callback-direct > p { margin-top: 1.25rem; }
.callback-panel { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-md); padding: clamp(1.15rem, 3vw, 2rem); min-width: 0; }
.callback-panel > h2 { font-size: 1.8rem; }
.callback-panel .field .hint { color: var(--body); }
.field-required { font-weight: 400; font-size: .8rem; color: var(--body); }
.office-choice { border: 0; margin: 0; padding: 0; min-width: 0; }
.office-choice legend { font-size: .9375rem; color: var(--ink); font-weight: 650; margin-bottom: .5rem; padding: 0; }
.office-options { display: grid; gap: .5rem; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.office-options label { display: flex; gap: .45rem; align-items: center; padding: .8rem .55rem; border: 1px solid var(--line); border-radius: var(--r-sm); color: var(--ink); cursor: pointer; font-size: .875rem; line-height: 1.4; }
.office-options label:has(:checked) { border-color: var(--blue-600); background: var(--blue-050); }
.office-options input { accent-color: var(--blue-600); flex: 0 0 auto; margin: 0; width: 1rem; height: 1rem; }
.callback-optional { border-block: 1px solid var(--line); padding: 1rem 0; }
.callback-optional summary { cursor: pointer; color: var(--blue-800); font-weight: 650; padding: .25rem 0; }
.callback-optional summary span { font-weight: 400; }
.callback-optional > p { font-size: .9375rem; margin: .8rem 0; }
.callback-privacy, .callback-expectation, .callback-urgent { font-size: .8125rem; line-height: 1.55; }
.callback-privacy { margin: 0; }
.callback-expectation { text-align: center; margin: -.3rem 0 0; }
.callback-urgent { border-top: 1px solid var(--line); padding-top: 1rem; margin: 1.2rem 0 0; }
.callback-panel button:disabled { opacity: .65; cursor: wait; transform: none; }
.form-errors { border: 1px solid #9b3030; border-radius: var(--r-sm); background: #fff8f7; color: #7c2020; padding: 1rem; }
.form-errors p:last-child, .form-errors ul { margin-bottom: 0; }
.form-errors a, .field-error { color: #7c2020; }
.field-error { font-size: .8125rem; }
.field-error:empty, #callback-status:empty { display: none; }
.field [aria-invalid="true"] { border-color: #9b3030; }
.callback-success { padding-block: 1rem; }
.callback-success:focus { outline: 2px solid var(--aqua-700); outline-offset: .5rem; }
.form-trap { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.callback-panel [hidden] { display: none; }
.blog-empty { border-top: 1px solid var(--line); padding-top: 2rem; }
.blog-preview { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1.5rem; }
.blog-preview p { max-width: 52ch; margin-bottom: 0; }
@media (min-width: 64rem) {
  .callback-layout { grid-template-columns: minmax(0, .9fr) minmax(0, 1.15fr); align-items: start; gap: 4rem; }
  .callback-intro { display: block; }
  .callback-intro > h1 { margin-bottom: .65em; }
  .callback-intro > .lede, .callback-intro > p { margin: 0 0 1.1em; }
  .callback-direct { margin-top: 2.5rem; }
}

/* ---------- 2. Reset ----------------------------------------------------- */
*,
*::before,
*::after { box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 6.5rem;
}

body {
  margin: 0;
  background: var(--surface);
  color: var(--body);
  font-family: var(--font-sans);
  font-size: 1.0625rem;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img, picture, svg, video { display: block; max-width: 100%; height: auto; }
address { font-style: normal; }
h1, h2, h3, h4 { margin: 0 0 .6em; }
p, ul, ol, dl, table, figure { margin: 0 0 1.15em; }
:where(h1, h2, h3, h4) + :where(p, ul, ol) { margin-top: -.2em; }
ul, ol { padding-left: 1.25em; }
li + li { margin-top: .4em; }
hr { border: 0; border-top: 1px solid var(--line); margin: 2.5rem 0; }

h1, h2, h3, h4 {
  font-family: var(--font-display);
  color: var(--blue-900);
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: -0.01em;
  text-wrap: balance;
}
h1 { font-size: clamp(2.05rem, 1.35rem + 2.7vw, 3.35rem); }
h2 { font-size: clamp(1.6rem, 1.2rem + 1.6vw, 2.35rem); }
h3 { font-size: clamp(1.2rem, 1.08rem + .5vw, 1.45rem); }
h4 { font-size: 1.0625rem; font-family: var(--font-sans); font-weight: 700; letter-spacing: 0; }

a { color: var(--blue-700); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--blue-600); }

strong, b { color: var(--ink); font-weight: 650; }
small { font-size: .875rem; }

:focus-visible {
  outline: 3px solid var(--aqua-600);
  outline-offset: 2px;
  border-radius: 4px;
}

/* ---------- 3. Layout helpers -------------------------------------------- */
.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
}
.container--narrow { max-width: 780px; }

.section { padding-block: var(--section-y); }
.section--alt { background: var(--surface-alt); }
.section--tint {
  background: linear-gradient(168deg, var(--blue-050) 0%, var(--aqua-050) 100%);
}

.section__head { max-width: 46rem; margin-bottom: clamp(1.75rem, 4vw, 2.75rem); }
.section__head--center { margin-inline: auto; text-align: center; }

.eyebrow {
  display: inline-block;
  margin: 0 0 .75rem;
  font-size: .8125rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--aqua-700);
}

.lede { font-size: clamp(1.05rem, 1rem + .3vw, 1.2rem); color: var(--body); }

/* min(Xrem, 100%) keeps the track from forcing a wider-than-viewport row on
   320px screens, where the raw minimum exceeds the available column width. */
.grid { display: grid; gap: clamp(1rem, 2.4vw, 1.75rem); }
.grid--2 { grid-template-columns: repeat(auto-fit, minmax(min(19rem, 100%), 1fr)); }
.grid--3 { grid-template-columns: repeat(auto-fit, minmax(min(16.5rem, 100%), 1fr)); }
.grid--4 { grid-template-columns: repeat(auto-fit, minmax(min(13rem, 100%), 1fr)); }

.stack > * + * { margin-top: 1rem; }
.center { text-align: center; }

/* Spacing utilities — these exist so no page needs a style="" attribute,
   which in turn lets the site ship a CSP without 'unsafe-inline'. */
.mt-1 { margin-top: 1.25rem; }
.mt-2 { margin-top: 1.75rem; }
.mt-3 { margin-top: 2.25rem; }
.mt-4 { margin-top: 2.75rem; }
.mb-3 { margin-bottom: 2.25rem; }
.push-top { margin-top: auto; }

.sprite { position: absolute; width: 0; height: 0; }
.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%);
  white-space: nowrap; border: 0;
}

/* ---------- 4. Buttons --------------------------------------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55em;
  min-height: 3rem;
  padding: .7rem 1.5rem;
  border: 2px solid transparent;
  border-radius: var(--r-pill);
  font: inherit;
  font-weight: 650;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color .18s ease, border-color .18s ease,
              color .18s ease, transform .18s ease, box-shadow .18s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }

.btn--primary { background: var(--blue-600); border-color: var(--blue-600); color: #fff; box-shadow: var(--shadow-sm); }
.btn--primary:hover { background: var(--blue-700); border-color: var(--blue-700); color: #fff; }

.btn--accent { background: var(--aqua-400); border-color: var(--aqua-400); color: var(--blue-900); }
.btn--accent:hover { background: var(--aqua-200); border-color: var(--aqua-200); color: var(--blue-900); }

.btn--ghost { background: transparent; border-color: var(--blue-200); color: var(--blue-700); }
.btn--ghost:hover { background: var(--blue-050); border-color: var(--blue-500); color: var(--blue-700); }

.btn--onDark { background: var(--aqua-400); border-color: var(--aqua-400); color: var(--blue-900); }
.btn--onDark:hover { background: #fff; border-color: #fff; color: var(--blue-900); }

.btn--outlineDark { background: transparent; border-color: var(--aqua-400); color: #fff; }
.btn--outlineDark:hover { background: var(--aqua-400); border-color: var(--aqua-400); color: var(--blue-900); }

.btn--sm { min-height: 2.5rem; padding: .4rem 1.1rem; font-size: .9375rem; }
.btn--block { width: 100%; }

.btn-row { display: flex; flex-wrap: wrap; gap: .75rem; }
.btn-row--center { justify-content: center; }

/* ---------- 5. Header ---------------------------------------------------- */
.skip-link {
  position: absolute;
  left: .5rem; top: -100%;
  z-index: 999;
  padding: .7rem 1.1rem;
  background: var(--blue-900); color: #fff;
  border-radius: var(--r-sm);
  text-decoration: none;
}
.skip-link:focus { top: .5rem; color: #fff; }

.topbar {
  background: var(--blue-900);
  color: #D7E7F4;
  font-size: .875rem;
}
.topbar__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: .35rem 1.35rem;
  padding-block: .5rem;
}
.topbar a { color: #fff; text-decoration: none; font-weight: 600; }
.topbar a:hover { color: var(--aqua-400); text-decoration: underline; }
.topbar__group { display: flex; flex-wrap: wrap; align-items: center; gap: .35rem 1.35rem; }
/* The pipes only make sense once the groups sit on one line. */
.topbar__sep { display: none; color: #40719B; }
@media (min-width: 48rem) { .topbar__sep { display: inline; } }

.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(255, 255, 255, .96);
  backdrop-filter: saturate(180%) blur(10px);
  border-bottom: 1px solid var(--line-soft);
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-block: .7rem;
}

.brand { display: inline-flex; align-items: center; gap: .6rem; text-decoration: none; }
.brand img { width: auto; height: 44px; }
@media (min-width: 48rem) { .brand img { height: 52px; } }

.nav-toggle {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  min-height: 2.75rem;
  padding: .45rem .9rem;
  background: var(--blue-050);
  border: 1px solid var(--blue-200);
  border-radius: var(--r-pill);
  color: var(--blue-800);
  font: inherit; font-weight: 650; font-size: .9375rem;
  cursor: pointer;
}
.nav-toggle__bars { display: block; width: 18px; height: 2px; background: currentColor; position: relative; }
.nav-toggle__bars::before,
.nav-toggle__bars::after {
  content: ""; position: absolute; left: 0; width: 18px; height: 2px; background: currentColor;
}
.nav-toggle__bars::before { top: -6px; }
.nav-toggle__bars::after { top: 6px; }

.site-nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .15rem .35rem;
  margin: 0; padding: 0;
  list-style: none;
}
.site-nav li + li { margin-top: 0; }
.site-nav a:not(.btn) {
  display: block;
  padding: .5rem .7rem;
  border-radius: var(--r-sm);
  color: var(--ink);
  font-size: .9375rem;
  font-weight: 600;
  text-decoration: none;
}
.site-nav a:not(.btn):hover { background: var(--blue-050); color: var(--blue-700); }
.site-nav a[aria-current="page"] {
  color: var(--blue-700);
  box-shadow: inset 0 -2px 0 var(--aqua-400);
}
.site-header__cta { display: none; }

/* Mobile nav: hidden only when JS is available to re-open it. */
.js .site-nav {
  display: none;
  position: absolute;
  inset: 100% 0 auto;
  padding: .5rem var(--gutter) 1.25rem;
  background: #fff;
  border-bottom: 1px solid var(--line);
  box-shadow: var(--shadow-md);
}
.js .site-nav[data-open="true"] { display: block; }
.js .site-nav[data-open="true"] ul { flex-direction: column; align-items: stretch; gap: 0; }
.js .site-nav[data-open="true"] a:not(.btn) { padding: .8rem .6rem; border-bottom: 1px solid var(--line-soft); }

/* The booking CTA lives in the header bar on desktop and at the foot of the
   mobile nav panel, so it is reachable at every width. */
.site-nav__cta { display: block; padding-top: .85rem; }
.js .site-nav:not([data-open="true"]) .site-nav__cta { display: none; }

@media (min-width: 76rem) {
  .nav-toggle { display: none; }
  .js .site-nav { display: block; position: static; padding: 0; background: none; border: 0; box-shadow: none; }
  .js .site-nav ul { flex-direction: row; }
  .site-header__cta { display: inline-flex; }
  .site-nav__cta { display: none; }
  .site-nav ul { flex-wrap: nowrap; gap: .1rem; }
  .site-nav a:not(.btn) { padding-inline: .45rem; font-size: .875rem; white-space: nowrap; }
  .site-header__cta, .brand { flex-shrink: 0; }
  .site-header__cta { white-space: nowrap; }
}

.brand__name {
  font-family: var(--font-display);
  font-size: 1.05rem; font-weight: 600; line-height: 1.1;
  color: var(--blue-800);
}
.brand__tag { display: none; font-size: .75rem; letter-spacing: .04em; color: var(--muted); }
@media (min-width: 30rem) { .brand__tag { display: block; } }
@media (min-width: 76rem) { .brand__name { font-size: 1.3rem; } }

/* ---------- 6. Hero ------------------------------------------------------ */
.hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(160deg, var(--blue-050) 0%, var(--aqua-050) 55%, #fff 100%);
  border-bottom: 1px solid var(--line-soft);
}
.hero__inner {
  display: grid;
  gap: clamp(2rem, 5vw, 3.5rem);
  align-items: center;
  padding-block: clamp(2.5rem, 6vw, 4.75rem);
}
@media (min-width: 56rem) {
  .hero__inner { grid-template-columns: 1.05fr .95fr; }
}
.hero h1 { margin-bottom: .45em; }
.hero__lede { font-size: clamp(1.08rem, 1rem + .45vw, 1.28rem); max-width: 34rem; }

.hero__figure { position: relative; }
.hero__figure img {
  width: 100%;
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-md);
}
.hero__figure figcaption {
  margin-top: .8rem;
  font-size: .875rem;
  color: var(--muted);
}

.hero__badges {
  display: flex; flex-wrap: wrap; gap: .5rem;
  margin: 0 0 1.4rem; padding: 0; list-style: none;
}
.hero__badges li { margin: 0; }
.badge {
  display: inline-block;
  padding: .3rem .8rem;
  background: #fff;
  border: 1px solid var(--aqua-200);
  border-radius: var(--r-pill);
  font-size: .8125rem; font-weight: 650;
  color: var(--aqua-800);
}

/* ---------- 7. Cards ----------------------------------------------------- */
.card {
  display: flex;
  flex-direction: column;
  padding: clamp(1.25rem, 2.5vw, 1.85rem);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  box-shadow: var(--shadow-sm);
}
.card > :last-child { margin-bottom: 0; }
.card h3 { margin-bottom: .4em; }

a.card--link { color: inherit; text-decoration: none; }
a.card--link h3 { color: var(--blue-700); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.card--link { transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.card--link:hover { border-color: var(--blue-200); box-shadow: var(--shadow-md); transform: translateY(-2px); }
a.card--link:hover h3 { color: var(--blue-600); }

.card--feature { border-top: 4px solid var(--aqua-400); }

.card__icon {
  display: grid; place-items: center;
  width: 2.75rem; height: 2.75rem;
  margin-bottom: 1rem;
  background: var(--aqua-100);
  border-radius: var(--r-sm);
  color: var(--aqua-800);
}
.card__icon svg { width: 1.4rem; height: 1.4rem; }

/* Stat strip */
.stats { display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--r-md); overflow: hidden; }
@media (min-width: 40rem) { .stats { grid-template-columns: repeat(4, 1fr); } }
.stats > div { background: #fff; padding: 1.4rem 1.25rem; text-align: center; }
.stats dt { font-size: .875rem; color: var(--muted); order: 2; }
.stats dd {
  order: 1; margin: 0 0 .15rem;
  font-family: var(--font-display); font-size: 1.75rem; font-weight: 600;
  color: var(--blue-700);
}
.stats > div { display: flex; flex-direction: column; }

/* ---------- 8. Location cards -------------------------------------------- */
.location {
  display: grid;
  gap: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  box-shadow: var(--shadow-sm);
}
.location__media { position: relative; aspect-ratio: 3 / 2; }
.location__media img { width: 100%; height: 100%; object-fit: cover; }
.location__body { padding: clamp(1.25rem, 2.5vw, 1.85rem); }
.location__body > :last-child { margin-bottom: 0; }
.location__name { margin-bottom: .35em; }

.contact-list { margin: 0 0 1.2rem; padding: 0; list-style: none; }
.contact-list li { display: flex; gap: .6rem; margin: 0 0 .5rem; }
.contact-list li + li { margin-top: 0; }
.contact-list svg { flex: none; width: 1.15rem; height: 1.15rem; margin-top: .28rem; color: var(--aqua-700); }
.contact-list a { font-weight: 600; }
/* anlinghealthcoconutcreek@gmail.com is one unbreakable word wider than a
   360px viewport, so it has to be allowed to break mid-string. */
.contact-list li > *, .site-footer li { min-width: 0; overflow-wrap: anywhere; }

.hours { width: 100%; border-collapse: collapse; font-size: .9375rem; }
.hours caption {
  text-align: left; font-weight: 700; color: var(--ink);
  padding-bottom: .5rem;
}
.hours th, .hours td { padding: .45rem 0; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line-soft); }
.hours th { font-weight: 600; color: var(--ink); white-space: nowrap; padding-right: 1rem; }
.hours td { color: var(--body); }
.hours tr:last-child th, .hours tr:last-child td { border-bottom: 0; }

.note {
  padding: .85rem 1.05rem;
  background: var(--blue-050);
  border-left: 3px solid var(--aqua-400);
  border-radius: 0 var(--r-sm) var(--r-sm) 0;
  font-size: .9375rem;
}
.note > :last-child { margin-bottom: 0; }

.note--warn { background: var(--warn-bg); border-left-color: var(--warn-line); color: var(--warn-ink); }
.note--warn strong { color: var(--warn-ink); }

/* ---------- 9. Services -------------------------------------------------- */
.service-list { margin: 0; padding: 0; list-style: none; display: grid; gap: .6rem; }
@media (min-width: 34rem) { .service-list { grid-template-columns: 1fr 1fr; } }
@media (min-width: 58rem) { .service-list { grid-template-columns: repeat(3, 1fr); } }
.service-list li {
  display: flex; align-items: flex-start; gap: .6rem;
  margin: 0;
  padding: .8rem 1rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-sm);
  font-weight: 600; color: var(--ink); font-size: .96rem;
}
.service-list svg { flex: none; width: 1.15rem; height: 1.15rem; margin-top: .2rem; color: var(--aqua-600); }

/* ---------- 10. Price table ---------------------------------------------- */
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--r-md); background: #fff; }
.price-table { width: 100%; min-width: 32rem; border-collapse: collapse; }
.price-table caption { padding: 1rem 1.15rem; text-align: left; font-weight: 700; color: var(--ink); border-bottom: 1px solid var(--line); }
.price-table th, .price-table td { padding: .85rem 1.15rem; text-align: left; border-bottom: 1px solid var(--line-soft); }
.price-table thead th { background: var(--blue-050); color: var(--blue-900); font-size: .875rem; text-transform: uppercase; letter-spacing: .06em; }
.price-table tbody th { font-weight: 600; color: var(--ink); }
.price-table td.price { font-family: var(--font-display); font-size: 1.2rem; font-weight: 600; color: var(--blue-700); white-space: nowrap; }
.price-table tbody tr:last-child th, .price-table tbody tr:last-child td { border-bottom: 0; }

/* ---------- 11. People --------------------------------------------------- */
.person { text-align: left; }
.person__photo {
  aspect-ratio: 4 / 5;
  margin-bottom: 1.1rem;
  overflow: hidden;
  border-radius: var(--r-md);
  background: var(--blue-050);
}
.person__photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 22%; }
.person h3 { margin-bottom: .15em; }
.person__role { margin: 0 0 .8rem; font-size: .9375rem; font-weight: 650; color: var(--aqua-700); }
.person dl { margin: 0; font-size: .9375rem; }
.person dt { font-weight: 650; color: var(--ink); }
.person dd { margin: 0 0 .6rem; }

/* ---------- 12. Testimonials --------------------------------------------- */
/* Masonry columns on the full reviews page, where quote lengths vary wildly. */
.quote-grid { columns: 1; column-gap: clamp(1rem, 2.4vw, 1.75rem); }
@media (min-width: 42rem) { .quote-grid { columns: 2; } }
@media (min-width: 66rem) { .quote-grid { columns: 3; } }

/* Equal-height row for the three-quote teaser on other pages. */
.quote-row { display: grid; gap: clamp(1rem, 2.4vw, 1.75rem); margin-bottom: 2.25rem; }
@media (min-width: 48rem) { .quote-row { grid-template-columns: repeat(3, 1fr); } }
.quote-row .quote { margin: 0; }

.quote {
  break-inside: avoid;
  margin: 0 0 clamp(1rem, 2.4vw, 1.75rem);
  padding: clamp(1.25rem, 2.4vw, 1.6rem);
  background: #fff;
  border: 1px solid var(--line);
  border-left: 4px solid var(--aqua-400);
  border-radius: var(--r-sm);
  box-shadow: var(--shadow-sm);
}
.quote blockquote { margin: 0 0 .9rem; color: var(--body); }
.quote blockquote p:last-child { margin-bottom: 0; }
.quote figcaption { font-weight: 700; color: var(--blue-800); font-size: .9375rem; }
.quote figcaption span { display: block; font-weight: 500; color: var(--muted); font-size: .8125rem; }

/* ---------- 13. FAQ ------------------------------------------------------ */
.faq { border: 1px solid var(--line); border-radius: var(--r-md); background: #fff; overflow: hidden; }
.faq details + details { border-top: 1px solid var(--line-soft); }
.faq summary {
  display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem;
  padding: 1.05rem clamp(1rem, 2.4vw, 1.5rem);
  cursor: pointer;
  font-weight: 650; color: var(--ink);
  list-style: none;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  flex: none;
  font-family: var(--font-display);
  font-size: 1.5rem; line-height: 1; color: var(--aqua-700);
}
.faq details[open] summary::after { content: "\2013"; }
.faq summary:hover { background: var(--blue-050); }
.faq .faq__body { padding: 0 clamp(1rem, 2.4vw, 1.5rem) 1.25rem; }
.faq .faq__body > :last-child { margin-bottom: 0; }

/* ---------- 14. CTA band ------------------------------------------------- */
.cta-band {
  background: linear-gradient(135deg, var(--blue-800) 0%, var(--blue-600) 100%);
  color: #E3F0FA;
}
.cta-band h2 { color: #fff; }
.cta-band p { color: #CFE4F4; }
.cta-band__inner {
  display: grid;
  gap: 1.75rem;
  align-items: center;
  padding-block: clamp(2.5rem, 5vw, 4rem);
}
@media (min-width: 52rem) {
  .cta-band__inner { grid-template-columns: 1.4fr auto; }
}
.cta-band__inner > :last-child { margin-bottom: 0; }

/* ---------- 15. Split feature -------------------------------------------- */
.split {
  display: grid;
  gap: clamp(1.75rem, 4.5vw, 3.25rem);
  align-items: center;
}
@media (min-width: 54rem) {
  .split { grid-template-columns: 1fr 1fr; }
  .split--flip .split__media { order: 2; }
}
.split__media img { border-radius: var(--r-lg); box-shadow: var(--shadow-md); }
.split__body > :last-child { margin-bottom: 0; }

/* ---------- 16. Breadcrumbs ---------------------------------------------- */
.crumbs { padding-block: .9rem; border-bottom: 1px solid var(--line-soft); font-size: .875rem; }
.crumbs ol { display: flex; flex-wrap: wrap; gap: .35rem; margin: 0; padding: 0; list-style: none; }
.crumbs li { margin: 0; display: flex; gap: .35rem; align-items: center; color: var(--muted); }
.crumbs li + li::before { content: "/"; color: var(--line); }
.crumbs a { color: var(--blue-700); text-decoration: none; }
.crumbs a:hover { text-decoration: underline; }

/* ---------- 17. Page header ---------------------------------------------- */
.page-head {
  padding-block: clamp(2.25rem, 5vw, 3.75rem);
  background: linear-gradient(165deg, var(--blue-050) 0%, var(--aqua-050) 100%);
  border-bottom: 1px solid var(--line-soft);
}
.page-head p { max-width: 46rem; }
.page-head > .container > :last-child { margin-bottom: 0; }

/* ---------- 18. Forms ---------------------------------------------------- */
.form-grid { display: grid; gap: 1rem; }
@media (min-width: 38rem) { .form-grid--2 { grid-template-columns: 1fr 1fr; } }
.field { display: flex; flex-direction: column; gap: .35rem; }
.field label { font-weight: 650; color: var(--ink); font-size: .9375rem; }
.field .hint { font-size: .8125rem; color: var(--muted); }
.field input, .field textarea, .field select {
  width: 100%;
  min-height: 3rem;
  padding: .65rem .85rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-sm);
  font: inherit; color: var(--ink);
}
.field textarea { min-height: 8rem; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus {
  border-color: var(--blue-500);
  outline: 3px solid var(--aqua-200);
  outline-offset: 0;
}

/* ---------- 19. Footer --------------------------------------------------- */
.site-footer { background: var(--blue-900); color: #B9D2E6; font-size: .9375rem; }
.site-footer a { color: #E4F0FA; text-decoration: none; }
.site-footer a:hover { color: var(--aqua-400); text-decoration: underline; }
.site-footer h2, .site-footer h3 { color: #fff; font-size: 1.05rem; font-family: var(--font-sans); font-weight: 700; letter-spacing: .02em; }

.site-footer__top {
  display: grid;
  gap: clamp(1.75rem, 4vw, 2.75rem);
  padding-block: clamp(2.5rem, 5vw, 4rem);
}
@media (min-width: 52rem) { .site-footer__top { grid-template-columns: 1.25fr 1fr 1fr 1fr; } }

.site-footer__brand img { width: auto; height: 92px; margin-bottom: 1rem; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li { margin: 0 0 .5rem; }
.site-footer li + li { margin-top: 0; }
.site-footer address { font-style: normal; margin-bottom: .6rem; }

.site-footer__bottom {
  display: flex; flex-wrap: wrap; gap: .6rem 1.5rem;
  justify-content: space-between;
  padding-block: 1.25rem;
  border-top: 1px solid #123E63;
  font-size: .8125rem;
  color: #8FB4D0;
}
.site-footer__bottom ul { display: flex; flex-wrap: wrap; gap: .6rem 1.25rem; }

.social { display: flex; flex-wrap: wrap; gap: .5rem; }
.social a {
  display: grid; place-items: center;
  width: 2.4rem; height: 2.4rem;
  background: #113C60;
  border-radius: var(--r-sm);
  color: #fff;
}
.social a:hover { background: var(--aqua-400); color: var(--blue-900); }
.social svg { width: 1.15rem; height: 1.15rem; }

/* ---------- 20. Misc ----------------------------------------------------- */
.lang-switch { display: inline-flex; gap: .35rem; align-items: center; }

.disclaimer {
  padding: 1rem 1.15rem;
  background: var(--surface-alt);
  border: 1px solid var(--line);
  border-radius: var(--r-sm);
  font-size: .875rem;
  color: var(--muted);
}
.disclaimer > :last-child { margin-bottom: 0; }

.anchor-nav {
  display: flex; flex-wrap: wrap; gap: .5rem;
  margin: 0 0 2rem; padding: 0; list-style: none;
}
.anchor-nav li { margin: 0; }
.anchor-nav a {
  display: inline-block;
  padding: .4rem .95rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-pill);
  font-size: .9rem; font-weight: 600;
  text-decoration: none; color: var(--blue-700);
}
.anchor-nav a:hover { border-color: var(--blue-500); background: var(--blue-050); }

.google-review-card .btn-row { margin-top: 1.5rem; }
.google-review-rating { display: flex; align-items: center; flex-wrap: wrap; gap: .75rem; }
.google-review-rating strong { font-size: 2.5rem; line-height: 1.2; color: var(--blue-900); }
.google-review-rating span { color: #936000; letter-spacing: .12em; font-size: 1.25rem; }
.google-review-date { margin-top: 1.25rem; color: var(--muted); font-size: .875rem; }

/* ---------- 21. Motion & print ------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  .btn:hover, .card--link:hover { transform: none; }
}

@media print {
  .topbar, .site-header, .cta-band, .social, .skip-link, .anchor-nav, .nav-toggle { display: none !important; }
  body { color: #000; font-size: 11pt; }
  .site-footer { background: #fff; color: #000; }
  .site-footer a { color: #000; }
  a[href^="http"]::after { content: " (" attr(href) ")"; font-size: 9pt; word-break: break-all; }
  .card, .location, .quote { break-inside: avoid; box-shadow: none; }
}
