/* ============================================================
   Ottawa Senior Sitters
   Plain CSS, mobile first. No framework, no build step.

   The brand system is locked:
     Deep Teal   #256F64  headings and key elements
     Soft Sage   #6E8A86  secondary, decorative
     Warm Coral  #D97B63  icons and small highlights only
     Charcoal    #3A3F45  body text
     Light Grey  #E8EBEA  borders and dividers
     White page background, with ONE pale teal tint for alternating bands.

   Two colours are derived rather than used raw, both for WCAG AA:
     --coral-btn #BC5840  white on brand coral is only 3.0:1. Buttons use this
                          deeper coral (4.6:1). Brand coral stays exactly as
                          specified for icons and accents, where 3:1 applies.
     --sage-ink  #4F6A66  sage at #6E8A86 is 3.7:1, too light for helper text.
                          This reads as the same sage and passes at 5.8:1.
   ============================================================ */

/* ── Self hosted fonts ─────────────────────────────────
   Both families ship as variable fonts, so one file per subset covers
   every weight the site uses. No external CDN, no render blocking
   third party request. */

@font-face {
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/assets/fonts/merriweather-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/assets/fonts/merriweather-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/assets/fonts/opensans-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/assets/fonts/opensans-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* ── Tokens ────────────────────────────────────────── */

:root {
  /* colour */
  --teal: #256F64;
  --teal-dark: #1B5349;
  --teal-deep: #16443C;
  --sage: #6E8A86;
  --sage-ink: #4F6A66;
  --coral: #D97B63;
  --coral-btn: #BC5840;
  --coral-btn-hover: #A44B36;
  --ink: #3A3F45;
  --ink-soft: #575D65;
  --line: #E8EBEA;
  --line-soft: #F0F3F2;
  --tint: #F4F8F7;           /* ~5% teal, the one alternating band */
  --white: #FFFFFF;

  /* type */
  --font-head: "Merriweather", Georgia, "Times New Roman", serif;
  --font-body: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;

  --t-h1: clamp(2.125rem, 1.60rem + 2.30vw, 3rem);      /* 34 → 48 */
  --t-h2: clamp(1.75rem, 1.45rem + 1.30vw, 2.25rem);    /* 28 → 36 */
  --t-h3: clamp(1.25rem, 1.15rem + 0.45vw, 1.5rem);     /* 20 → 24 */
  --t-lead: clamp(1.125rem, 1.07rem + 0.24vw, 1.25rem); /* 18 → 20 */
  --t-body: 1.125rem;                                   /* 18 */
  --t-small: 1rem;                                      /* 16 */
  --t-cap: 0.9375rem;                                   /* 15 */
  --t-label: 0.875rem;                                  /* 14 */

  /* spacing, an 8px scale */
  --s-1: 4px;  --s-2: 8px;  --s-3: 12px; --s-4: 16px;
  --s-5: 24px; --s-6: 32px; --s-7: 40px; --s-8: 56px;
  --s-9: 72px; --s-10: 96px; --s-11: 120px;

  /* measure and containers */
  --measure: 66ch;
  --w-wide: 1200px;
  --w: 1120px;
  --w-narrow: 900px;
  --w-prose: 720px;

  --gutter: 20px;
  --radius: 16px;
  --radius-sm: 12px;
  --shadow-sm: 0 1px 2px rgba(29, 47, 44, .04), 0 2px 8px rgba(29, 47, 44, .04);
  --shadow-md: 0 2px 4px rgba(29, 47, 44, .05), 0 12px 28px rgba(29, 47, 44, .07);
  --shadow-photo: 0 4px 10px rgba(29, 47, 44, .06), 0 20px 44px rgba(29, 47, 44, .10);
  --header-h: 78px;

  --ease: cubic-bezier(.22, .61, .36, 1);
}

/* ── Reset and base ────────────────────────────────── */

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

/* The hidden attribute has to win. Several items below set display:flex,
   which would otherwise override it and leak a hidden claim onto the page. */
[hidden] { display: none !important; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + var(--s-4));
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: var(--t-body);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

::selection { background: #D3E5E1; color: var(--teal-deep); }

img, picture, svg { display: block; max-width: 100%; }
img { height: auto; }

h1, h2, h3, h4 {
  font-family: var(--font-head);
  color: var(--teal);
  font-weight: 700;
  margin: 0 0 .55em;
  text-wrap: balance;          /* keeps single words off their own line */
}
h1 { font-size: var(--t-h1); line-height: 1.12; letter-spacing: -.015em; }
h2 { font-size: var(--t-h2); line-height: 1.2;  letter-spacing: -.01em; }
h3 { font-size: var(--t-h3); line-height: 1.3; }
h4 { font-size: 1.0625rem; line-height: 1.4; }

p { margin: 0 0 1.15em; max-width: var(--measure); text-wrap: pretty; }
p:last-child { margin-bottom: 0; }

a { color: var(--teal); text-underline-offset: 3px; }
a:hover { color: var(--teal-dark); }

:focus-visible {
  outline: 3px solid var(--teal);
  outline-offset: 3px;
  border-radius: 6px;
}

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 300;
  background: var(--teal); color: #fff;
  padding: var(--s-3) var(--s-5);
  border-radius: 0 0 var(--radius-sm) 0;
  font-weight: 600; text-decoration: none;
}
.skip-link:focus { left: 0; color: #fff; }

/* ── Layout ────────────────────────────────────────── */

.wrap {
  width: 100%;
  max-width: var(--w);
  margin-inline: auto;
  padding-inline: var(--gutter);
}
@media (min-width: 560px) { :root { --gutter: 28px; } }
@media (min-width: 1000px) { :root { --gutter: 40px; } }

section { padding-block: clamp(var(--s-8), 7.5vw, var(--s-10)); }

/* Deliberate variation, so the page has a shape instead of one weight
   repeated eleven times. */
#the-worry .wrap { max-width: var(--w-narrow); }
#the-worry { padding-block: clamp(var(--s-8), 7vw, var(--s-9)); }
#how-it-works .wrap { max-width: var(--w-narrow); }
#a-visit { padding-block: clamp(var(--s-9), 9vw, var(--s-11)); }
#areas .wrap { max-width: var(--w-narrow); }
#pricing .wrap { max-width: var(--w-narrow); }
#faq .wrap { max-width: var(--w-narrow); }
#contact { padding-block: clamp(var(--s-8), 7.5vw, var(--s-10)); }

/* The one pale band on the page. */
.band-tint { background: var(--tint); }

.rule { border: 0; border-top: 1px solid var(--line); margin: 0; }
/* A rule is redundant where a tinted band already marks the change. */
.rule.is-quiet { display: none; }

/* ── Section heads ─────────────────────────────────── */

.section-head { max-width: var(--w-prose); margin-bottom: clamp(var(--s-6), 4vw, var(--s-7)); }
.section-head.center { margin-inline: auto; text-align: center; }

.eyebrow {
  display: flex; align-items: center; gap: var(--s-3);
  margin: 0 0 var(--s-3);
  font-size: var(--t-label);
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--teal);
  max-width: none;
}
.eyebrow::before {
  content: ""; flex: none;
  width: 26px; height: 3px; border-radius: 3px;
  background: var(--coral);
}
.section-head.center .eyebrow { justify-content: center; }

.lead {
  font-size: var(--t-lead);
  line-height: 1.6;
  color: var(--ink-soft);
  max-width: 58ch;
}
.section-head.center .lead { margin-inline: auto; }

/* Clearly marked stand ins for facts nobody has confirmed yet. */
.placeholder {
  background: #FCEAE4; color: #8A3822;
  border: 1px dashed var(--coral-btn);
  padding: 1px 8px; border-radius: 6px;
  font-size: .95em; font-weight: 600;
}

/* ── Buttons ───────────────────────────────────────── */

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 56px; padding: 15px 28px;
  font-family: var(--font-body); font-size: var(--t-body); font-weight: 700;
  line-height: 1.25; text-align: center; text-decoration: none;
  border: 2px solid transparent; border-radius: 12px;
  cursor: pointer;
  transition: background-color .18s var(--ease), border-color .18s var(--ease),
              color .18s var(--ease), transform .18s var(--ease),
              box-shadow .18s var(--ease);
}
.btn:active { transform: translateY(1px); }

.btn-primary {
  background: var(--coral-btn); color: #fff;
  box-shadow: 0 1px 2px rgba(122, 52, 32, .18), 0 6px 16px rgba(188, 88, 64, .22);
}
.btn-primary:hover {
  background: var(--coral-btn-hover); color: #fff;
  box-shadow: 0 2px 4px rgba(122, 52, 32, .2), 0 10px 22px rgba(188, 88, 64, .26);
}
.btn-secondary { background: #fff; color: var(--teal); border-color: var(--teal); }
.btn-secondary:hover { background: #EDF4F3; color: var(--teal-deep); border-color: var(--teal-dark); }
.btn-ghost-white { background: transparent; color: #fff; border-color: rgba(255,255,255,.7); }
.btn-ghost-white:hover { background: rgba(255,255,255,.14); color: #fff; }

.btn .arrow { display: inline-flex; transition: transform .18s var(--ease); }
.btn:hover .arrow { transform: translateX(3px); }

.btn-row { display: flex; flex-wrap: wrap; gap: var(--s-3); }
/* On phones the decorative arrow is what pushes a long label onto a second
   line, and a full width block button does not need it. Dropping it keeps
   the label on one line at 18px rather than shrinking the type. */
@media (max-width: 479px) {
  .btn { padding-inline: 18px; }
  .btn .arrow { display: none; }
}

/* These two sit in fixed width bars, so a wrapped label would break the
   layout. Everywhere else a long label is allowed to wrap. */
.header-cta, .mobile-bar .btn { white-space: nowrap; }

/* ── Header ────────────────────────────────────────── */

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: #fff;
  border-bottom: 1px solid transparent;
  transition: background-color .25s var(--ease), border-color .25s var(--ease),
              box-shadow .25s var(--ease);
}
.site-header.is-scrolled {
  background: rgba(255, 255, 255, .86);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  backdrop-filter: saturate(180%) blur(14px);
  border-bottom-color: var(--line);
  box-shadow: 0 1px 16px rgba(29, 47, 44, .05);
}
@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .site-header.is-scrolled { background: #fff; }
}

.header-inner {
  position: relative;
  display: flex; align-items: center; justify-content: space-between;
  gap: var(--s-5); min-height: var(--header-h);
}
.brand { display: flex; align-items: center; padding-block: var(--s-2); text-decoration: none; }
.brand img { width: 218px; }
@media (max-width: 420px) { .brand img { width: 172px; } }

.site-nav { display: none; }
@media (min-width: 1120px) {
  .site-nav { display: flex; gap: var(--s-5); align-items: center; }
  .site-nav a {
    position: relative;
    padding: 12px 2px;
    font-size: 1.0625rem; font-weight: 600;
    color: var(--ink); text-decoration: none;
  }
  .site-nav a::after {
    content: ""; position: absolute; left: 0; right: 0; bottom: 4px;
    height: 2px; border-radius: 2px; background: var(--coral);
    transform: scaleX(0); transform-origin: left;
    transition: transform .2s var(--ease);
  }
  .site-nav a:hover { color: var(--teal); }
  .site-nav a:hover::after { transform: scaleX(1); }
}

.header-cta { display: none; min-height: 50px; padding: 12px 22px; }
@media (min-width: 760px) { .header-cta { display: inline-flex; } }

.nav-toggle {
  display: inline-flex; align-items: center; gap: 9px;
  min-height: 48px; padding: 10px 16px;
  background: #fff; border: 2px solid var(--line); border-radius: 12px;
  font-family: var(--font-body); font-size: var(--t-small); font-weight: 700;
  color: var(--teal); cursor: pointer;
  transition: border-color .18s var(--ease);
}
.nav-toggle:hover { border-color: var(--teal); }
.nav-toggle .bars { display: grid; gap: 4px; }
.nav-toggle .bars span { display: block; width: 20px; height: 2.5px; background: var(--teal); border-radius: 2px; }
@media (min-width: 1120px) { .nav-toggle { display: none; } }

@media (max-width: 1119px) {
  .site-nav[data-open="true"] {
    display: grid;
    position: absolute; left: 0; right: 0; top: 100%;
    padding: var(--s-2) var(--gutter) var(--s-4);
    background: #fff;
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow-md);
  }
  .site-nav[data-open="true"] a {
    display: block; min-height: 48px; padding: 13px 4px;
    font-size: var(--t-body); font-weight: 600;
    color: var(--ink); text-decoration: none;
    border-bottom: 1px solid var(--line-soft);
  }
  .site-nav[data-open="true"] a:last-child { border-bottom: 0; }
}

/* ── Hero ──────────────────────────────────────────── */

.hero {
  padding-block: clamp(var(--s-7), 6vw, var(--s-10)) clamp(var(--s-8), 8vw, var(--s-11));
}
.hero .wrap { max-width: var(--w-wide); }

.hero-grid { display: grid; gap: clamp(var(--s-6), 5vw, var(--s-8)); align-items: center; }
@media (min-width: 900px) { .hero-grid { grid-template-columns: 1.04fr 1fr; gap: clamp(var(--s-7), 5vw, 72px); } }

.hero h1 { margin-bottom: var(--s-4); }
.hero .lead { max-width: 46ch; margin-bottom: var(--s-5); }
@media (min-width: 900px) { .hero .lead { max-width: 35ch; } }

/* The positioning line. Quiet on purpose, so it reads as a promise
   rather than a second headline. */
.strap {
  margin: 0 0 var(--s-5);
  padding-left: var(--s-4);
  border-left: 3px solid var(--coral);
  font-size: var(--t-body); font-weight: 600; line-height: 1.55;
  color: var(--ink); max-width: 52ch;
}
@media (min-width: 900px) { .strap { max-width: 44ch; } }

.call-line {
  margin: var(--s-4) 0 0;
  font-size: var(--t-small); color: var(--ink-soft);
  max-width: 46ch;
}
/* Padding on an inline link grows the touch target without changing the
   line box, so the sentence stays exactly where it is. */
.call-line a { font-weight: 700; padding-block: 11px; }

.hero-facts {
  display: flex; flex-wrap: wrap; align-items: center;
  gap: var(--s-3) clamp(var(--s-5), 3vw, var(--s-7));
  margin: 0; padding: var(--s-5) 0 0;
  border-top: 1px solid var(--line);
  list-style: none;
  font-size: var(--t-small); color: var(--ink-soft);
}
@media (min-width: 900px) {
  /* One clean row under the whole hero, not a ragged block beside it. */
  .hero-facts { grid-column: 1 / -1; margin-top: var(--s-3); }
}
.hero-facts li { display: flex; align-items: center; gap: 9px; }
.hero-facts svg { flex: none; }

.hero-photo { position: relative; }
.hero-photo img {
  width: 100%;
  border-radius: 72px var(--radius) var(--radius) var(--radius);
  box-shadow: var(--shadow-photo);
}
@media (min-width: 900px) {
  .hero-photo img { border-radius: 140px var(--radius) var(--radius) var(--radius); }
}

.photo-chip {
  position: absolute; left: clamp(-8px, -1vw, 0px); bottom: clamp(-14px, -1.4vw, -10px);
  display: inline-flex; align-items: center; gap: 9px;
  max-width: calc(100% - 24px);
  padding: 11px 18px 11px 14px;
  background: #fff; border: 1px solid var(--line); border-radius: 999px;
  box-shadow: var(--shadow-md);
  font-size: var(--t-cap); font-weight: 700; color: var(--teal);
}
.photo-chip svg { flex: none; }
@media (min-width: 560px) { .photo-chip { left: -16px; font-size: var(--t-small); } }

/* ── The worry. Narrow and quiet, like a letter. ───── */

.worry-grid { display: grid; gap: clamp(var(--s-6), 4vw, var(--s-7)); }
@media (min-width: 860px) { .worry-grid { grid-template-columns: 1.12fr .88fr; gap: var(--s-8); align-items: start; } }
#the-worry p { color: var(--ink-soft); }
#the-worry .lead { color: var(--ink); font-weight: 400; }

.worry-list { display: grid; gap: var(--s-3); margin: 0; padding: 0; list-style: none; }
.worry-list li {
  position: relative;
  padding: var(--s-4) var(--s-4) var(--s-4) var(--s-5);
  background: #fff;
  border: 1px solid var(--line);
  border-left: 3px solid var(--coral);
  border-radius: var(--radius-sm);
  font-size: var(--t-small); line-height: 1.6;
  box-shadow: var(--shadow-sm);
}

/* ── Timeline ──────────────────────────────────────── */

.timeline { display: grid; margin: 0; padding: 0; list-style: none; }
.timeline > li {
  position: relative;
  display: grid; grid-template-columns: 48px 1fr; gap: var(--s-4);
  padding-bottom: clamp(var(--s-6), 4vw, var(--s-7));
}
@media (min-width: 620px) {
  .timeline > li { grid-template-columns: 56px 1fr; gap: var(--s-5); }
}
.timeline > li:last-child { padding-bottom: 0; }

.timeline > li:not(:last-child)::before {
  content: ""; position: absolute; top: 52px; bottom: 0; left: 23px;
  width: 2px; background: linear-gradient(var(--line), var(--line) 70%, transparent);
}
@media (min-width: 620px) { .timeline > li:not(:last-child)::before { left: 27px; top: 60px; } }

.step-num {
  position: relative; z-index: 1;
  display: flex; align-items: center; justify-content: center;
  width: 48px; height: 48px; border-radius: 50%;
  background: var(--teal); color: #fff;
  font-family: var(--font-head); font-size: 1.125rem; font-weight: 700;
  box-shadow: 0 0 0 5px #fff, 0 0 0 7px var(--line-soft);
}
@media (min-width: 620px) { .step-num { width: 56px; height: 56px; font-size: 1.3125rem; } }
.band-tint .step-num { box-shadow: 0 0 0 5px var(--tint), 0 0 0 7px #E4EDEB; }

.timeline h3 { margin-bottom: var(--s-2); padding-top: 9px; }
@media (min-width: 620px) { .timeline h3 { padding-top: 12px; } }
.timeline p { color: var(--ink-soft); }

/* Steps that carry a photo. Text and image alternate down the page. */
.step-body { display: grid; gap: var(--s-5); align-items: start; }
@media (min-width: 860px) {
  li.has-media .step-body { grid-template-columns: 1fr 1fr; gap: var(--s-7); }
  li.media-left .step-media { order: -1; }
}
.step-text p { max-width: 54ch; }

.step-media { margin: 0; }
.step-media img {
  width: 100%;
  aspect-ratio: 4 / 3; object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow-photo);
}
.step-media figcaption {
  margin-top: var(--s-3);
  text-wrap: pretty;
  font-family: var(--font-head); font-style: italic;
  font-size: 1.0625rem; line-height: 1.5;
  color: var(--sage-ink);
}
@media (min-width: 620px) { .step-media figcaption { font-size: var(--t-body); } }

/* ── Cards ─────────────────────────────────────────── */

.cards { display: grid; gap: var(--s-5); }
@media (min-width: 620px) { .cards { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) {
  .cards.three { grid-template-columns: repeat(3, 1fr); }
  .cards.four  { grid-template-columns: repeat(4, 1fr); }
}

.card {
  padding: var(--s-6) var(--s-5) var(--s-5);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  transition: transform .22s var(--ease), box-shadow .22s var(--ease), border-color .22s var(--ease);
}
.card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: #DCE4E2;
}
.card h3 { margin-bottom: var(--s-2); }
.card p { margin: 0; color: var(--ink-soft); font-size: var(--t-small); line-height: 1.6; max-width: none; }
.cards.four .card { padding: var(--s-5) var(--s-5) var(--s-5); }
.cards.four .card h3 { font-size: 1.1875rem; }

.card-icon { margin-bottom: var(--s-4); }
.card-icon svg { width: 44px; height: 44px; }
.cards.four .card-icon svg { width: 40px; height: 40px; }

/* ── Why families choose Bella ─────────────────────── */

.always-bella {
  margin: var(--s-4) 0 0;
  font-family: var(--font-head); font-weight: 700;
  font-size: clamp(1.25rem, 1.1rem + .7vw, 1.625rem);
  line-height: 1.35; color: var(--teal);
  max-width: none;
}

.trust-row {
  display: flex; flex-wrap: wrap; justify-content: center; align-items: center;
  gap: var(--s-2) var(--s-4);
  margin: clamp(var(--s-6), 4vw, var(--s-7)) 0 0; padding: 0;
  list-style: none;
  font-size: var(--t-small); font-weight: 700; color: var(--teal);
}
.trust-row li { display: flex; align-items: center; gap: 8px; }
.trust-row li + li::before {
  content: ""; width: 4px; height: 4px; border-radius: 50%;
  background: var(--sage); margin-right: var(--s-2);
}

.note-block {
  max-width: var(--w-prose); margin: var(--s-6) auto 0;
  padding: var(--s-6) var(--s-5);
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}
@media (min-width: 620px) { .note-block { padding: var(--s-6); } }
.note-block h3 { font-size: 1.25rem; margin-bottom: var(--s-2); }
.note-block p { color: var(--ink-soft); font-size: var(--t-small); }

/* ── Service area ──────────────────────────────────── */

.area-panel {
  position: relative; overflow: hidden;
  padding: clamp(var(--s-6), 4vw, var(--s-7));
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}
/* A soft wash rather than a literal map. */
.area-panel::before {
  content: ""; position: absolute; inset: auto -60px -90px auto;
  width: 320px; height: 320px; border-radius: 50%;
  background: radial-gradient(circle, rgba(37, 111, 100, .07), transparent 68%);
  pointer-events: none;
}
.area-list {
  position: relative;
  display: grid; gap: var(--s-2) var(--s-6);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0; padding: 0; list-style: none;
  font-size: var(--t-small);
}
@media (min-width: 560px) { .area-list { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (min-width: 820px) { .area-list { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.area-list li { display: flex; gap: 9px; align-items: baseline; color: var(--ink); }
.area-list li::before {
  content: ""; flex: none;
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--coral); transform: translateY(-2px);
}
.area-note {
  position: relative;
  max-width: 54ch; margin: var(--s-6) auto 0; padding-top: var(--s-5);
  border-top: 1px solid var(--line);
  text-align: center; font-size: var(--t-small); color: var(--ink-soft);
}

/* ── About ─────────────────────────────────────────── */

#about .wrap { max-width: var(--w); }
.about-grid { display: grid; gap: clamp(var(--s-6), 5vw, var(--s-8)); align-items: center; }
@media (min-width: 900px) { .about-grid { grid-template-columns: .92fr 1.08fr; } }

.about-photo img {
  width: 100%;
  aspect-ratio: 4 / 5; object-fit: cover;
  border-radius: var(--radius) 96px var(--radius) var(--radius);
  box-shadow: var(--shadow-photo);
}
/* Single column: a full width portrait at 4:5 becomes 900px tall on a
   tablet and swallows the section. Cap it and centre it instead. */
@media (max-width: 899px) {
  .about-photo { max-width: 400px; margin-inline: auto; }
  .about-photo img { border-radius: var(--radius) 64px var(--radius) var(--radius); }
}

.credentials { display: grid; gap: var(--s-3); margin: var(--s-6) 0 0; padding: 0; list-style: none; }
.credentials li {
  display: flex; gap: 11px; align-items: flex-start;
  font-size: var(--t-small); font-weight: 600; line-height: 1.55;
}
.credentials svg { flex: none; margin-top: 3px; }

/* ── Pricing ───────────────────────────────────────── */

.price-card {
  max-width: 760px; margin-inline: auto;
  padding: clamp(var(--s-6), 5vw, var(--s-8)) clamp(var(--s-5), 4vw, 52px);
  background: #fff;
  border: 1px solid var(--line);
  border-top: 4px solid var(--teal);
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
}
.rate-head { margin-bottom: var(--s-3); }
.rate-line {
  margin: 0;
  font-family: var(--font-head); font-weight: 700;
  font-size: clamp(1.5rem, 1.25rem + 1.1vw, 2rem);
  line-height: 1.3; color: var(--teal);
  max-width: 22ch;
}
.price-visit {
  margin: 0 0 var(--s-6);
  font-size: var(--t-lead); line-height: 1.6; color: var(--ink);
  max-width: 54ch;
}
.price-visit strong { color: var(--teal); }

.price-card h3 { font-size: 1.1875rem; margin-bottom: var(--s-4); }
.includes { display: grid; gap: var(--s-3); margin: 0 0 var(--s-6); padding: 0; list-style: none; }
@media (min-width: 620px) { .includes { grid-template-columns: repeat(2, 1fr); gap: var(--s-3) var(--s-6); } }
.includes li {
  display: flex; gap: 10px; align-items: flex-start;
  font-size: var(--t-small); line-height: 1.55;
}
.includes svg { flex: none; margin-top: 3px; }

.price-note { padding-top: var(--s-5); border-top: 1px solid var(--line); }
.price-note p {
  margin-bottom: var(--s-3); font-size: var(--t-small); line-height: 1.6;
  color: var(--ink-soft); max-width: 60ch;
}
.price-note p:last-child { margin-bottom: 0; }
.price-note strong { color: var(--teal); }

/* ── FAQ ───────────────────────────────────────────── */

.faq { max-width: 820px; margin-inline: auto; }
.faq details { border-bottom: 1px solid var(--line); }
.faq details:first-child { border-top: 1px solid var(--line); }

.faq summary {
  position: relative;
  display: block; list-style: none; cursor: pointer;
  min-height: 48px; padding: var(--s-5) 52px var(--s-5) 0;
  font-family: var(--font-head); font-weight: 700;
  font-size: 1.125rem; line-height: 1.45; color: var(--teal);
  transition: color .18s var(--ease);
}
@media (min-width: 620px) { .faq summary { font-size: 1.1875rem; } }
.faq summary::-webkit-details-marker { display: none; }
.faq summary:hover { color: var(--teal-dark); }

.faq summary::after {
  content: ""; position: absolute; right: 18px; top: 50%;
  width: 11px; height: 11px; margin-top: -8px;
  border-right: 2.5px solid var(--coral-btn);
  border-bottom: 2.5px solid var(--coral-btn);
  transform: rotate(45deg);
  transition: transform .28s var(--ease), margin-top .28s var(--ease);
}
.faq details[open] summary::after { transform: rotate(-135deg); margin-top: -3px; }

.faq .answer { overflow: hidden; padding: 0 var(--s-2) var(--s-5) 0; }
.faq .answer p { color: var(--ink-soft); font-size: var(--t-small); line-height: 1.68; }
.faq .answer p + p { margin-top: -.3em; }

/* ── Final CTA ─────────────────────────────────────── */

.cta-panel {
  padding: clamp(var(--s-6), 5vw, 64px) clamp(var(--s-5), 4vw, 56px);
  background:
    radial-gradient(1000px 420px at 12% -10%, rgba(255,255,255,.12), transparent 60%),
    var(--teal);
  border-radius: 24px; color: #fff;
}
.cta-panel h2 { color: #fff; }
.cta-panel .eyebrow { color: #DCEAE7; }   /* 4.8:1 on the teal panel */
.cta-panel .eyebrow::before { background: var(--coral); }
.cta-panel .lead { color: #DDEBE8; }

.cta-grid { display: grid; gap: clamp(var(--s-6), 4vw, var(--s-7)); align-items: start; }
@media (min-width: 940px) { .cta-grid { grid-template-columns: .85fr 1.15fr; gap: var(--s-8); } }

.cta-contact {
  display: grid; gap: var(--s-4);
  margin: var(--s-6) 0 0; padding: 0; list-style: none;
  font-size: var(--t-small);
}
.cta-contact li { display: flex; gap: var(--s-3); align-items: center; min-height: 44px; }
/* Comfortable targets for older hands, not 20px of underlined text. */
.cta-contact a {
  display: inline-flex; align-items: center; min-height: 44px;
  color: #fff; font-weight: 700;
}
.cta-contact a:hover { color: #fff; }

/* ── Form ──────────────────────────────────────────── */

.form-card {
  color: var(--ink);
  padding: clamp(var(--s-5), 4vw, var(--s-6)) clamp(var(--s-5), 3.5vw, var(--s-6));
  background: #fff; border-radius: 20px;
  box-shadow: 0 8px 30px rgba(12, 46, 40, .16);
}
.form-card h3 { margin-bottom: var(--s-5); font-size: 1.3125rem; }

.field { margin-bottom: var(--s-5); }
.field label {
  display: block; margin-bottom: var(--s-2);
  font-size: var(--t-small); font-weight: 700; color: var(--ink);
}
.field .hint {
  display: block; margin-top: 3px;
  font-size: var(--t-cap); font-weight: 400; color: var(--sage-ink);
}
.field input, .field select, .field textarea {
  width: 100%; min-height: 56px; padding: 15px 16px;
  font-family: var(--font-body); font-size: var(--t-body); color: var(--ink);
  background: #fff; border: 2px solid var(--line); border-radius: 12px;
  transition: border-color .18s var(--ease), box-shadow .18s var(--ease);
}
.field textarea { min-height: 120px; resize: vertical; line-height: 1.6; }
.field input::placeholder, .field textarea::placeholder { color: var(--sage-ink); }
.field input:hover, .field select:hover, .field textarea:hover { border-color: #C9D6D3; }
.field input:focus, .field select:focus, .field textarea:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 4px rgba(37, 111, 100, .14);
  outline: none;
}
.field select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' fill='none'%3E%3Cpath d='M1 1.5 7 7.5l6-6' stroke='%23256F64' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 18px center;
  padding-right: 46px;
}
.field-row { display: grid; }
@media (min-width: 620px) { .field-row { grid-template-columns: 1fr 1fr; gap: 0 var(--s-5); } }
.req { color: var(--coral-btn); }

.consent {
  display: flex; gap: var(--s-3); align-items: flex-start;
  margin-bottom: var(--s-5); padding: var(--s-4);
  background: var(--tint); border: 1px solid var(--line); border-radius: 12px;
  cursor: pointer;
}
.consent:hover { border-color: #D3DEDB; }
.consent input[type="checkbox"] {
  flex: none; width: 26px; height: 26px; min-height: 26px; margin: 2px 0 0;
  accent-color: var(--teal); cursor: pointer;
}
.consent label {
  margin: 0; font-size: var(--t-cap); font-weight: 400; line-height: 1.55;
  color: var(--ink); cursor: pointer;
}

/* Honeypot. Hidden from people, still reachable by bots. */
.hp {
  position: absolute !important; width: 1px; height: 1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap;
}

.form-note { margin: var(--s-4) 0 0; font-size: var(--t-cap); color: var(--ink-soft); }
.form-note a { padding-block: 12px; }
.form-status { margin: 0 0 var(--s-4); padding: var(--s-4); border-radius: 12px; font-size: var(--t-small); }
.form-status.error { background: #FCEAE4; border: 1px solid var(--coral-btn); color: #8A3822; }
.form-status.error a { color: #8A3822; font-weight: 700; }
.thanks { padding: var(--s-5) var(--s-2); text-align: center; }
.thanks .tick { margin: 0 auto var(--s-4); }
.thanks h3 { margin-bottom: var(--s-3); font-size: 1.4375rem; }
.thanks p { margin-inline: auto; color: var(--ink-soft); font-size: var(--t-small); }
button[disabled] { opacity: .6; cursor: progress; }

/* ── Footer ────────────────────────────────────────── */

.site-footer {
  padding: clamp(var(--s-8), 6vw, var(--s-9)) 0 var(--s-7);
  border-top: 1px solid var(--line);
}
.footer-grid { display: grid; gap: var(--s-7); }
@media (min-width: 760px) { .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; gap: var(--s-7); } }

.footer-brand img { width: 230px; }
/* A thin coral rule directly under the lockup. */
.footer-tag::before {
  content: ""; display: block;
  width: 56px; height: 3px; border-radius: 3px;
  background: var(--coral);
  margin: var(--s-4) 0 var(--s-4);
}
.footer-tag { margin: 0; font-size: var(--t-small); color: var(--sage-ink); }
.footer-trust { margin: var(--s-3) 0 0; font-size: var(--t-cap); font-weight: 700; color: var(--teal); }

.site-footer h4 { margin-bottom: var(--s-3); color: var(--teal); }
.site-footer ul { display: grid; gap: 2px; margin: 0; padding: 0; list-style: none; font-size: var(--t-small); }
.site-footer li { display: flex; align-items: center; min-height: 44px; }
.site-footer a {
  display: inline-flex; align-items: center; min-height: 44px;
  color: var(--ink); text-decoration: none;
}
.site-footer a:hover { color: var(--teal); text-decoration: underline; }

.footer-bottom {
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: var(--s-3) var(--s-5);
  margin-top: var(--s-7); padding-top: var(--s-5);
  border-top: 1px solid var(--line);
  font-size: var(--t-cap); color: var(--ink-soft);
}
.footer-bottom .sign {
  font-size: 0.8125rem; letter-spacing: .1em; text-transform: uppercase; color: var(--sage-ink);
}

/* ── Sticky mobile bar ─────────────────────────────── */

.mobile-bar {
  position: fixed; inset: auto 0 0 0; z-index: 110;
  display: grid; grid-template-columns: 1fr 1.15fr; gap: 10px;
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, .92);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  backdrop-filter: saturate(180%) blur(14px);
  border-top: 1px solid var(--line);
  box-shadow: 0 -2px 20px rgba(29, 47, 44, .08);
}
@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .mobile-bar { background: #fff; }
}
.mobile-bar .btn { width: 100%; min-height: 54px; padding: 12px 10px; font-size: 1.0625rem; }
@media (min-width: 760px) { .mobile-bar { display: none; } }
@media (max-width: 759px) { body { padding-bottom: 86px; } }

/* ── Legal pages ───────────────────────────────────── */

.legal { max-width: var(--w-prose); }
.legal h1 { margin-bottom: var(--s-4); }
.legal h2 { font-size: clamp(1.375rem, 1.25rem + .5vw, 1.625rem); margin-top: var(--s-8); }
.legal h2:first-of-type { margin-top: var(--s-6); }
.legal p, .legal li { color: var(--ink-soft); }
.legal .lead { color: var(--ink); }
.legal ul { padding-left: 22px; max-width: var(--measure); }
.legal li { margin-bottom: var(--s-2); }

/* ── Motion ────────────────────────────────────────── */

.js [data-reveal] {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .5s var(--ease), transform .5s var(--ease);
}
.js [data-reveal].is-in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
    scroll-behavior: auto !important;
  }
  .js [data-reveal] { opacity: 1 !important; transform: none !important; }
}

/* ── Print ─────────────────────────────────────────── */

@media print {
  .site-header, .mobile-bar, .skip-link, #consult-form, .form-card,
  .nav-toggle, .btn, .photo-chip { display: none !important; }
  body { padding: 0; font-size: 11pt; color: #000; }
  section { padding-block: 18pt; }
  .cta-panel { background: #fff !important; color: #000; border: 1pt solid #999; }
  .cta-panel h2, .cta-panel .lead, .cta-contact, .cta-contact a { color: #000 !important; }
  .card, .price-card, .note-block, .area-panel { box-shadow: none; break-inside: avoid; }
  .faq .answer { overflow: visible; height: auto !important; }
  img { max-width: 60%; }
  a[href^="http"]::after { content: " (" attr(href) ")"; font-size: 9pt; color: #555; }
  .js [data-reveal] { opacity: 1 !important; transform: none !important; }
}
