/* ===================================================================
   Concierge Care Network — shared styles
   =================================================================== */
:root {
  --cream:#F7F3EC; --sand:#EFE8DB; --teal:#1F4E4A; --teal-deep:#163A37;
  --heading:#25685B; --gold:#C9A227; --gold-deep:#B08D1E; --gold-light:#D9B33A;
  --gold-bright:#E8C760; --sage:#8BA888; --sage-tint:#DCE6DA;
  --text-body:#5E574B; --text-muted:#6B6358; --text-faint:#8A8170;
  --text-strong:#4F4738; --quote:#2F4F49; --on-gold:#2E2A24;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  font-family: 'Source Sans 3', sans-serif;
  color: var(--text-strong);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  max-width: 100%;
}
a { color: inherit; }
img { max-width: 100%; }

.container { max-width: 1220px; margin: 0 auto; padding: 0 32px; }

/* ---------- Shared type helpers ---------- */
.eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: var(--gold-deep);
  margin: 0 0 16px;
}
.eyebrow.on-dark { color: var(--gold-bright); }

.h2-section {
  font-family: 'Spectral', serif;
  font-size: 40px;
  line-height: 1.15;
  font-weight: 600;
  color: var(--heading);
  margin: 0;
}
.h2-section.on-dark { color: var(--cream); }

.h2-emotional {
  font-family: 'Cormorant Garamond', serif;
  font-size: 50px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.3px;
  color: var(--heading);
  margin: 0;
}

.lead { font-size: 20px; line-height: 1.65; color: var(--text-body); }
.body-copy { font-size: 16px; line-height: 1.6; color: var(--text-muted); }

.section { padding: 90px 0; }
.section-sand { background: var(--sand); }
.section-teal { background: var(--teal); color: var(--cream); }

/* ---------- Buttons ---------- */
.btn-gold {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  background: var(--gold); color: var(--on-gold);
  font-weight: 700; font-size: 16px; padding: 15px 28px;
  border-radius: 999px; text-decoration: none; border: none; cursor: pointer;
  box-shadow: 0 6px 20px rgba(201,162,39,0.35);
  transition: background .18s ease, transform .18s ease, box-shadow .18s ease;
}
.btn-gold:hover { background: var(--gold-deep); transform: translateY(-1px); }
.btn-gold.on-dark:hover { background: var(--gold-light); }

.btn-outline {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  background: transparent; color: var(--teal);
  font-weight: 700; font-size: 16px; padding: 15px 26px;
  border-radius: 999px; text-decoration: none;
  border: 1.5px solid rgba(31,78,74,0.25);
  transition: border-color .18s ease, background .18s ease;
}
.btn-outline:hover { border-color: rgba(31,78,74,0.5); background: rgba(31,78,74,0.04); }
.btn-outline.on-dark { color: var(--cream); border-color: rgba(247,243,236,0.4); }
.btn-outline.on-dark:hover { border-color: var(--cream); background: rgba(247,243,236,0.06); }

.link-arrow {
  display: inline-flex; align-items: center; gap: 7px;
  font-weight: 700; font-size: 16px; color: var(--teal); text-decoration: none;
  transition: gap .18s ease;
}
.link-arrow .arr { transition: transform .18s ease; }
.link-arrow:hover { gap: 11px; }
.link-arrow.on-dark { color: var(--gold-bright); }

/* ---------- HEADER ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(247,243,236,0.88);
  backdrop-filter: saturate(140%) blur(10px);
  -webkit-backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid rgba(31,78,74,0.12);
}
.header-row { height: 78px; display: flex; align-items: center; gap: 28px; }
.logo-link { display: flex; align-items: center; text-decoration: none; flex-shrink: 0; }
.logo-link img { height: 50px; width: auto; display: block; }
.nav { display: flex; align-items: center; gap: 2px; margin-left: auto; }
.nav a {
  font-size: 14.5px; font-weight: 500; text-decoration: none;
  padding: 9px 10px; border-radius: 8px; color: var(--text-muted);
  white-space: nowrap; transition: color .18s ease, background .18s ease;
}
.nav a:hover { color: var(--teal); background: rgba(31,78,74,0.06); }
.nav a.active { color: var(--teal); font-weight: 700; background: rgba(31,78,74,0.08); }
.header-actions { display: flex; align-items: center; gap: 18px; flex-shrink: 0; margin-left: 6px; }
.phone-link {
  display: flex; align-items: center; gap: 8px; text-decoration: none;
  font-weight: 600; font-size: 15px; color: var(--teal); white-space: nowrap;
}
.btn-cta {
  display: inline-flex; align-items: center;
  background: var(--gold); color: var(--on-gold);
  font-weight: 700; font-size: 14.5px; padding: 12px 22px;
  border-radius: 999px; text-decoration: none;
  box-shadow: 0 4px 14px rgba(201,162,39,0.35);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.btn-cta:hover { background: var(--gold-deep); transform: translateY(-1px); box-shadow: 0 6px 18px rgba(201,162,39,0.45); }
.nav-toggle {
  display: none; margin-left: auto; background: none;
  border: 1px solid rgba(31,78,74,0.2); border-radius: 10px;
  padding: 9px 11px; cursor: pointer; color: var(--teal);
}
.nav-toggle svg { display: block; }
.mobile-drawer { display: none; }

/* ---------- HERO (overlay) ---------- */
.hero { position: relative; min-height: 668px; display: flex; align-items: center; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: 60% 28%; display: block; }
.hero-scrim {
  position: absolute; inset: 0;
  background: linear-gradient(95deg, rgba(20,40,38,0.9) 0%, rgba(20,40,38,0.66) 40%, rgba(20,40,38,0.24) 72%, rgba(20,40,38,0.06) 100%);
}
.hero-inner { position: relative; max-width: 1220px; margin: 0 auto; padding: 80px 32px; width: 100%; }
.hero-content { max-width: 620px; }
.eyebrow-pill {
  display: inline-flex; align-items: center; gap: 9px;
  background: rgba(247,243,236,0.14); padding: 8px 15px;
  border-radius: 999px; margin-bottom: 26px;
}
.eyebrow-pill .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); }
.eyebrow-pill .label { font-size: 13px; font-weight: 600; letter-spacing: 0.6px; color: var(--cream); }
.hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 72px; line-height: 1.16; font-weight: 600;
  letter-spacing: -0.3px; margin: 0 0 28px; color: var(--cream);
}
.hero-lead { font-size: 21px; line-height: 1.6; color: rgba(247,243,236,0.88); margin: 0 0 34px; max-width: 500px; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; align-items: center; }
.btn-hero-gold {
  display: inline-flex; align-items: center; background: var(--gold); color: var(--on-gold);
  font-weight: 700; font-size: 16px; padding: 16px 30px; border-radius: 999px;
  text-decoration: none; transition: background .18s ease, transform .18s ease;
}
.btn-hero-gold:hover { background: var(--gold-light); transform: translateY(-1px); }
.btn-hero-outline {
  display: inline-flex; align-items: center; gap: 10px; color: var(--cream);
  font-weight: 700; font-size: 16px; padding: 16px 22px; border-radius: 999px;
  text-decoration: none; border: 1.5px solid rgba(247,243,236,0.4);
  transition: border-color .18s ease;
}
.btn-hero-outline:hover { border-color: var(--cream); }

/* ---------- Overlay hero (inner pages) ---------- */
.hero-page { min-height: 520px; }
.hero-page .hero-bg img { object-position: 64% 30%; }
.hero-page h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 60px; line-height: 1.14; font-weight: 600;
  letter-spacing: -0.3px; margin: 0 0 24px; color: var(--cream);
}

/* ---------- Page hero (inner pages) ---------- */
.page-hero {
  background: linear-gradient(180deg, var(--sand) 0%, var(--cream) 100%);
  padding: 70px 0 64px;
  border-bottom: 1px solid rgba(31,78,74,0.08);
}
.page-hero .inner { max-width: 760px; }
.page-hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 60px; line-height: 1.12; font-weight: 600;
  letter-spacing: -0.3px; margin: 0 0 22px; color: var(--heading);
}
.page-hero p { font-size: 20px; line-height: 1.65; color: var(--text-body); margin: 0; max-width: 640px; }

/* ---------- TRUST BAR ---------- */
.trust { background: var(--teal); color: var(--cream); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; padding: 30px 32px; }
.trust-item {
  display: flex; flex-direction: column; align-items: center; text-align: center;
  gap: 4px; border-right: 1px solid rgba(247,243,236,0.16);
}
.trust-item:last-child { border-right: none; }
.trust-value { font-family: 'Spectral', serif; font-size: 36px; font-weight: 700; color: var(--gold-bright); line-height: 1; }
.trust-caption { font-size: 14px; color: rgba(247,243,236,0.8); }

/* ---------- "Problem we solve" ---------- */
.problem { text-align: center; }
.problem .inner { max-width: 1000px; margin: 0 auto; }
.problem .h2-emotional { margin-bottom: 26px; }
.problem p { font-size: 20px; line-height: 1.7; color: var(--text-body); max-width: 760px; margin: 0 auto; }

/* ---------- Section header row ---------- */
.section-head { margin-bottom: 44px; }
.section-head.center { text-align: center; max-width: 720px; margin-left: auto; margin-right: auto; }
.section-head .lead { margin: 16px 0 0; }
.section-head-row {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 24px; margin-bottom: 44px; flex-wrap: wrap;
}

/* ---------- Cards grid ---------- */
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card-grid.cols-2 { grid-template-columns: repeat(2, 1fr); }
.card {
  background: #fff; border-radius: 18px; border: 1px solid rgba(31,78,74,0.07);
  box-shadow: 0 4px 16px rgba(31,78,74,0.05); padding: 30px 28px;
  transition: transform .2s ease, box-shadow .2s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: 0 14px 34px rgba(31,78,74,0.12); }
.icon-tile {
  width: 52px; height: 52px; border-radius: 14px;
  background: rgba(31,78,74,0.08); display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
}
.card h3 { font-family: 'Spectral', serif; font-size: 20px; font-weight: 600; color: var(--heading); margin: 0 0 9px; line-height: 1.2; }
.card p { font-size: 15px; line-height: 1.6; color: var(--text-muted); margin: 0; }

/* ---------- Steps (how it works preview) ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.step { text-align: center; }
.step-circle {
  width: 64px; height: 64px; border-radius: 50%; background: var(--teal);
  display: flex; align-items: center; justify-content: center; margin: 0 auto 18px;
  font-family: 'Spectral', serif; font-size: 26px; font-weight: 700; color: var(--gold-bright);
}
.step h3 { font-family: 'Spectral', serif; font-size: 20px; font-weight: 600; color: var(--heading); margin: 0 0 9px; }
.step p { font-size: 15px; line-height: 1.6; color: var(--text-muted); margin: 0; }
.center-cta { text-align: center; margin-top: 48px; }

/* ---------- Timeline (How It Works page) ---------- */
.timeline { max-width: 760px; margin: 0 auto; position: relative; }
.timeline-step { display: flex; gap: 26px; position: relative; padding-bottom: 44px; }
.timeline-step:last-child { padding-bottom: 0; }
.timeline-rail { display: flex; flex-direction: column; align-items: center; flex-shrink: 0; }
.timeline-step .step-circle { margin: 0; width: 58px; height: 58px; font-size: 23px; }
.timeline-line { width: 2px; flex: 1; background: rgba(31,78,74,0.15); margin-top: 6px; }
.timeline-step:last-child .timeline-line { display: none; }
.timeline-body { padding-top: 8px; }
.timeline-body h3 { font-family: 'Spectral', serif; font-size: 23px; font-weight: 600; color: var(--heading); margin: 0 0 10px; }
.timeline-body p { font-size: 16px; line-height: 1.65; color: var(--text-muted); margin: 0; max-width: 560px; }

/* ---------- Two-column split ---------- */
.split { display: grid; grid-template-columns: 1.02fr 0.98fr; gap: 56px; align-items: center; }
.split.text-first { grid-template-columns: 1fr 1fr; }

/* ---------- Why CCN different (check rows) ---------- */
.check-rows { display: flex; flex-direction: column; gap: 22px; }
.check-row { display: flex; gap: 16px; align-items: flex-start; }
.check-badge {
  width: 38px; height: 38px; border-radius: 50%; flex-shrink: 0;
  background: rgba(232,199,96,0.16); display: flex; align-items: center; justify-content: center;
}
.check-row h3 { font-family: 'Spectral', serif; font-size: 19px; font-weight: 600; color: var(--cream); margin: 0 0 5px; }
.check-row p { font-size: 15px; line-height: 1.55; color: rgba(247,243,236,0.78); margin: 0; }

/* ---------- Testimonials ---------- */
.testimonials { text-align: center; }
.testimonials .inner { max-width: 980px; margin: 0 auto; }
.quote-card {
  background: #fff; border-radius: 24px; border: 1px solid rgba(31,78,74,0.07);
  box-shadow: 0 4px 16px rgba(31,78,74,0.05); padding: 54px 56px 46px;
  position: relative; margin-top: 36px; text-align: left;
}
.quote-glyph {
  font-family: 'Cormorant Garamond', serif; font-size: 96px; line-height: 0.6;
  color: rgba(31,78,74,0.1); position: absolute; top: 36px; left: 40px;
}
.quote-text {
  font-family: 'Spectral', serif; font-size: 26px; line-height: 1.5;
  color: var(--quote); margin: 28px 0 28px; position: relative;
}
.quote-author { display: flex; align-items: center; gap: 14px; }
.author-initial {
  width: 46px; height: 46px; border-radius: 50%; background: var(--teal); color: var(--cream);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Spectral', serif; font-weight: 700; font-size: 19px;
}
.author-name { font-family: 'Spectral', serif; font-weight: 600; font-size: 17px; color: var(--text-strong); }
.carousel-controls { display: flex; align-items: center; justify-content: center; gap: 22px; margin-top: 32px; }
.carousel-btn {
  width: 46px; height: 46px; border-radius: 50%; border: 1.5px solid rgba(31,78,74,0.22);
  background: #fff; color: var(--teal); cursor: pointer; font-size: 18px;
  display: flex; align-items: center; justify-content: center; transition: border-color .18s ease, background .18s ease;
}
.carousel-btn:hover { border-color: var(--teal); background: rgba(31,78,74,0.04); }
.carousel-dots { display: flex; gap: 9px; align-items: center; }
.dot-ind { width: 9px; height: 9px; border-radius: 999px; background: rgba(31,78,74,0.2); border: none; cursor: pointer; padding: 0; transition: width .2s ease, background .2s ease; }
.dot-ind.active { width: 28px; background: var(--gold); }

/* ---------- Service-area map motif ---------- */
.map-card {
  background: var(--sage-tint); border-radius: 24px; padding: 48px; position: relative;
  overflow: hidden; min-height: 320px; display: flex; align-items: center; justify-content: center;
}
.map-card svg.waves { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0.5; }
.map-pin-badge {
  position: relative; background: #fff; border-radius: 18px; padding: 24px 30px;
  box-shadow: 0 14px 34px rgba(31,78,74,0.12); text-align: center;
}
.map-pin-icon {
  width: 48px; height: 48px; border-radius: 50%; background: var(--teal);
  display: flex; align-items: center; justify-content: center; margin: 0 auto 14px;
}
.map-pin-badge .where { font-family: 'Spectral', serif; font-size: 21px; font-weight: 600; color: var(--heading); }
.map-pin-badge .sub { font-size: 14px; color: var(--text-muted); margin-top: 4px; }

/* ---------- Mission trio (About) ---------- */
.trio { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.trio .card h3 { font-size: 21px; }

/* ---------- Role chips (About team) ---------- */
.chips { display: flex; flex-wrap: wrap; gap: 12px; }
.chip {
  background: #fff; border: 1px solid rgba(31,78,74,0.12); border-radius: 999px;
  padding: 10px 18px; font-size: 15px; font-weight: 600; color: var(--teal);
}

/* ---------- Portrait frame ---------- */
.portrait {
  aspect-ratio: 4/5; border-radius: 22px; overflow: hidden;
  box-shadow: 0 24px 60px rgba(31,78,74,0.2); background: var(--sand);
  display: flex; align-items: center; justify-content: center; position: relative;
}
.portrait.placeholder { background: linear-gradient(160deg, var(--sage-tint), var(--sand)); }
.portrait img { width: 100%; height: 100%; object-fit: cover; }
.portrait-mono { flex-direction: column; align-items: center; justify-content: center; gap: 6px; text-align: center; padding: 24px; }
.portrait-mono .mono {
  font-family: 'Spectral', serif; font-size: 56px; font-weight: 600; color: var(--teal);
  width: 124px; height: 124px; border-radius: 50%; background: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 14px 34px rgba(31,78,74,0.12); margin-bottom: 14px;
}
.portrait-mono .mono-name { font-family: 'Spectral', serif; font-size: 22px; font-weight: 600; color: var(--heading); }
.portrait-mono .mono-cred { font-size: 13px; letter-spacing: 1.4px; text-transform: uppercase; color: var(--gold-deep); font-weight: 700; }

/* ---------- Contact form ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 0.62fr; gap: 56px; align-items: start; }
.form-card { background: #fff; border-radius: 22px; border: 1px solid rgba(31,78,74,0.08); box-shadow: 0 4px 16px rgba(31,78,74,0.05); padding: 38px 36px; }
.field { margin-bottom: 22px; }
.field label { display: block; font-size: 14.5px; font-weight: 600; color: var(--text-strong); margin-bottom: 8px; }
.field input, .field select, .field textarea {
  width: 100%; font-family: inherit; font-size: 15.5px; color: var(--text-strong);
  background: #fff; border: 1px solid rgba(31,78,74,0.18); border-radius: 12px;
  padding: 13px 14px; transition: border-color .15s ease, box-shadow .15s ease;
}
.field textarea { resize: vertical; min-height: 110px; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--teal); box-shadow: 0 0 0 3px rgba(31,78,74,0.12);
}
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-micro { font-size: 14px; color: var(--text-faint); margin: 14px 0 0; }
.form-success {
  display: none; background: var(--sage-tint); border-radius: 14px; padding: 22px 24px;
  color: var(--teal); font-weight: 600; margin-bottom: 22px;
}
.form-success.show { display: block; }
.field-error { display: none; color: #9a3b2f; font-size: 13.5px; margin-top: 6px; }
.field.invalid .field-error { display: block; }
.field.invalid input, .field.invalid select, .field.invalid textarea { border-color: #c0604f; }

.contact-side { background: var(--sand); border-radius: 22px; padding: 34px 32px; }
.contact-side h3 { font-family: 'Spectral', serif; font-size: 22px; color: var(--heading); margin: 0 0 22px; }
.contact-side .row { display: flex; gap: 13px; align-items: flex-start; margin-bottom: 20px; }
.contact-side .row:last-child { margin-bottom: 0; }
.contact-side .row .ico { width: 38px; height: 38px; border-radius: 50%; background: rgba(31,78,74,0.08); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.contact-side .row .lbl { font-size: 13px; font-weight: 700; letter-spacing: 0.6px; text-transform: uppercase; color: var(--gold-deep); }
.contact-side .row .val { font-size: 16px; color: var(--text-strong); font-weight: 600; margin-top: 2px; }
.contact-side .row .val a { text-decoration: none; }

/* ---------- Referral steps (For Professionals) ---------- */
.ref-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }

/* ---------- FOOTER ---------- */
.final-cta {
  position: relative; color: var(--cream);
  padding: 116px 0; text-align: center; overflow: hidden;
  background-image:
    linear-gradient(180deg, rgba(20,40,38,0.66) 0%, rgba(20,40,38,0.74) 55%, rgba(20,40,38,0.82) 100%),
    url('assets/cta-bg.jpg');
  background-size: cover, cover;
  background-position: center, center 32%;
  background-repeat: no-repeat, no-repeat;
}
.final-cta::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle at 80% 22%, rgba(201,162,39,0.18), transparent 46%);
}
.final-cta .inner { position: relative; max-width: 820px; margin: 0 auto; }
.final-cta h2 { font-family: 'Spectral', serif; font-size: 42px; font-weight: 600; color: var(--cream); margin: 0 0 18px; line-height: 1.18; }
.final-cta p { font-size: 19px; line-height: 1.6; color: rgba(247,243,236,0.82); margin: 0 0 30px; }
.final-cta-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.final-cta .micro { font-size: 14.5px; color: rgba(247,243,236,0.6); margin: 22px 0 0; }

.footer-body { background: var(--teal-deep); color: rgba(247,243,236,0.75); padding: 60px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 40px; padding-bottom: 48px; }
.footer-brand img { height: 54px; width: auto; margin-bottom: 16px; }
.footer-brand .wordmark { font-family: 'Spectral', serif; font-size: 20px; font-weight: 600; color: var(--cream); margin: 0 0 12px; }
.footer-brand p { font-size: 14.5px; line-height: 1.6; margin: 0 0 14px; max-width: 320px; }
.footer-brand .area { font-size: 13.5px; color: rgba(247,243,236,0.55); }
.footer-col h4 { font-family: 'Source Sans 3'; font-size: 13px; font-weight: 700; letter-spacing: 1.4px; text-transform: uppercase; color: var(--gold-bright); margin: 0 0 18px; }
.footer-col a { display: block; text-decoration: none; font-size: 15px; color: rgba(247,243,236,0.75); margin-bottom: 12px; transition: color .15s ease; }
.footer-col a:hover { color: var(--cream); }
.footer-contact .item { font-size: 15px; margin-bottom: 12px; }
.footer-contact .item a { text-decoration: none; color: rgba(247,243,236,0.75); }
.footer-contact .item a:hover { color: var(--cream); }
.footer-bottom {
  border-top: 1px solid rgba(247,243,236,0.12); padding: 22px 0;
  display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  font-size: 13.5px; color: rgba(247,243,236,0.55);
}
.footer-bottom a { color: rgba(247,243,236,0.6); text-decoration: none; }
.footer-bottom a:hover { color: var(--cream); }

/* ---------- FLOATING CALL ---------- */
.floating-call {
  position: fixed; bottom: 22px; right: 22px; z-index: 60;
  display: flex; align-items: center; gap: 9px;
  background: var(--teal); color: var(--cream);
  font-weight: 700; font-size: 14px; padding: 13px 20px;
  border-radius: 999px; text-decoration: none;
  box-shadow: 0 8px 24px rgba(31,78,74,0.4); transition: background .18s ease;
}
.floating-call:hover { background: var(--teal-deep); }

/* ---------- SCROLL REVEAL ---------- */
[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }

/* ===================================================================
   RESPONSIVE
   =================================================================== */
/* Header collapses to a drawer earlier (more nav items) */
@media (max-width: 1160px) {
  .nav, .header-actions { display: none; }
  .nav-toggle { display: inline-flex; }
  .header-row { gap: 16px; }
  .mobile-drawer {
    flex-direction: column; gap: 4px; padding: 14px 32px 22px;
    background: var(--cream); border-bottom: 1px solid rgba(31,78,74,0.12);
  }
  .mobile-drawer.open { display: flex; }
  .mobile-drawer a {
    text-decoration: none; color: var(--text-muted); font-weight: 500; font-size: 16px;
    padding: 11px 4px; border-bottom: 1px solid rgba(31,78,74,0.06);
  }
  .mobile-drawer a.active { color: var(--teal); font-weight: 700; }
  .mobile-drawer .drawer-actions { display: flex; flex-direction: column; gap: 12px; margin-top: 14px; }
  .mobile-drawer .btn-cta { justify-content: center; }
}

@media (max-width: 980px) {
  .hero h1 { font-size: 52px; line-height: 1.14; }
  .hero-lead { font-size: 18px; }
  .page-hero h1 { font-size: 46px; }

  .trust-grid { grid-template-columns: repeat(2, 1fr); gap: 22px 16px; }
  .trust-item:nth-child(2) { border-right: none; }

  .card-grid, .steps, .trio, .ref-steps { grid-template-columns: repeat(2, 1fr); }
  .split, .split.text-first, .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px; }
  .h2-section, .h2-emotional { font-size: 36px; }
  .problem .h2-emotional { font-size: 38px; }
}

@media (max-width: 600px) {
  .container, .hero-inner, .page-hero { padding-left: 22px; padding-right: 22px; }
  .section { padding: 64px 0; }
  .hero { min-height: 600px; }
  .hero-inner { padding-top: 60px; padding-bottom: 60px; }
  .hero h1 { font-size: 42px; }
  .hero-lead { font-size: 17px; }
  .page-hero h1 { font-size: 38px; }
  .hero-actions { gap: 12px; }
  .btn-hero-gold, .btn-hero-outline { width: 100%; justify-content: center; }
  .trust-grid { grid-template-columns: 1fr; gap: 0; padding: 14px 22px; }
  .trust-item { border-right: none; border-bottom: 1px solid rgba(247,243,236,0.14); padding: 15px 0; }
  .trust-item:last-child { border-bottom: none; }
  .trust-value { font-size: 30px; }
  .card-grid, .steps, .trio, .ref-steps, .card-grid.cols-2 { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .quote-card { padding: 40px 26px 34px; }
  .quote-text { font-size: 21px; }
  .h2-section, .h2-emotional, .problem .h2-emotional { font-size: 31px; }
  .final-cta h2 { font-size: 31px; }
  .field-row { grid-template-columns: 1fr; }
  .section-head-row { flex-direction: column; align-items: flex-start; }
}

/* ---------- Hero modality cue (in-home + virtual) ---------- */
.hero-modality {
  display: inline-flex; align-items: center; gap: 10px; margin-top: 22px;
  padding: 9px 16px; border-radius: 999px; flex-wrap: wrap; max-width: 100%;
  background: rgba(247,243,236,0.12); border: 1px solid rgba(247,243,236,0.2);
}
.hero-modality svg { flex-shrink: 0; }
.hero-modality .sep { width: 1px; height: 15px; background: rgba(247,243,236,0.28); }
.hero-modality span { font-size: 13.5px; font-weight: 600; letter-spacing: 0.2px; color: rgba(247,243,236,0.92); }

/* ---------- Multi-step intake form ---------- */
.form-progress { margin-bottom: 26px; }
.form-progress .track { height: 6px; border-radius: 999px; background: rgba(31,78,74,0.1); overflow: hidden; }
.form-progress .fill { height: 100%; background: var(--gold); border-radius: 999px; width: 25%; transition: width .3s ease; }
.form-progress .plabel { font-size: 13px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--gold-deep); margin-top: 12px; display: block; }
.step-panel { display: none; }
.step-panel.active { display: block; }
.step-panel h2 { font-family: 'Spectral', serif; font-size: 24px; font-weight: 600; color: var(--heading); margin: 0 0 6px; line-height: 1.2; }
.step-panel .step-help { font-size: 15px; color: var(--text-muted); margin: 0 0 22px; }
.choice-grid { display: grid; gap: 12px; }
.choice-grid.cols-2 { grid-template-columns: 1fr 1fr; }
.choice { position: relative; }
.choice input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.choice label {
  display: flex; align-items: center; gap: 12px; padding: 16px 18px;
  border: 1.5px solid rgba(31,78,74,0.18); border-radius: 14px; cursor: pointer;
  font-weight: 600; font-size: 15.5px; color: var(--text-strong);
  transition: border-color .15s ease, background .15s ease;
}
.choice label:hover { border-color: rgba(31,78,74,0.4); }
.choice input:checked + label { border-color: var(--teal); background: rgba(31,78,74,0.06); box-shadow: inset 0 0 0 1px var(--teal); }
.choice input:focus-visible + label { outline: 3px solid rgba(31,78,74,0.35); outline-offset: 2px; }
.form-nav { display: flex; justify-content: space-between; gap: 12px; margin-top: 26px; }
.btn-step {
  display: inline-flex; align-items: center; gap: 8px; padding: 13px 24px;
  border-radius: 999px; font-weight: 700; font-size: 15px; font-family: inherit; cursor: pointer; border: none;
  transition: background .15s ease, border-color .15s ease, transform .15s ease;
}
.btn-step.next { background: var(--teal); color: var(--cream); margin-left: auto; }
.btn-step.next:hover { background: var(--teal-deep); transform: translateY(-1px); }
.btn-step.back { background: transparent; color: var(--text-muted); border: 1.5px solid rgba(31,78,74,0.2); }
.btn-step.back:hover { border-color: rgba(31,78,74,0.45); }
.panel-error { display: none; color: #9a3b2f; font-size: 14px; margin-top: 14px; }
.panel-error.show { display: block; }
.btn-step:focus-visible { outline: 3px solid rgba(31,78,74,0.35); outline-offset: 2px; }
.form-success.big { text-align: center; padding: 40px 28px; }
.form-success.big .ok-ring { width: 58px; height: 58px; border-radius: 50%; background: var(--teal); display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; }
.form-success.big h2 { font-family: 'Spectral', serif; font-size: 25px; color: var(--heading); margin: 0 0 8px; }
.form-success.big p { font-weight: 400; color: var(--text-body); font-size: 16px; line-height: 1.6; margin: 0 auto; max-width: 380px; }

/* ---------- Memberships pricing cards ---------- */
.tier-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.tier { display: flex; flex-direction: column; position: relative; }
.tier.featured { border-color: rgba(201,162,39,0.5); box-shadow: 0 14px 40px rgba(31,78,74,0.12); }
.tier-flag { position: absolute; top: -12px; left: 28px; background: var(--gold); color: var(--on-gold); font-size: 12px; font-weight: 700; letter-spacing: 0.8px; text-transform: uppercase; padding: 5px 14px; border-radius: 999px; }
.tier h3 { font-family: 'Spectral', serif; font-size: 22px; font-weight: 600; color: var(--heading); margin: 6px 0 6px; }
.tier .tier-desc { font-size: 15px; line-height: 1.55; color: var(--text-muted); margin: 0 0 20px; }
.tier .price { font-family: 'Spectral', serif; font-size: 34px; font-weight: 700; color: var(--teal); line-height: 1; margin-bottom: 4px; }
.tier .price small { font-family: 'Source Sans 3', sans-serif; font-size: 15px; font-weight: 600; color: var(--text-faint); }
.tier .price-note { font-size: 13px; color: var(--text-faint); margin: 0 0 22px; }
.tier ul { list-style: none; padding: 0; margin: 0 0 26px; display: flex; flex-direction: column; gap: 12px; }
.tier ul li { display: flex; gap: 10px; align-items: flex-start; font-size: 14.5px; line-height: 1.5; color: var(--text-body); }
.tier ul li svg { flex-shrink: 0; margin-top: 2px; }
.tier .btn-gold, .tier .btn-outline { margin-top: auto; width: 100%; }
.telecare-band { display: grid; grid-template-columns: 1.3fr 1fr; gap: 40px; align-items: center; margin-top: 24px; }
.telecare-band .btn-gold { align-self: start; }
/* 5-tier partnership grid */
.tier-grid.cols-5 { grid-template-columns: repeat(5, 1fr); gap: 16px; }
.tier-grid.cols-5 .tier { padding: 26px 22px; }
.tier-grid.cols-5 .tier h3 { font-size: 20px; }
@media (max-width: 1160px) { .tier-grid.cols-5 { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 760px) { .tier-grid.cols-5 { grid-template-columns: 1fr; max-width: 440px; margin: 0 auto; } }

/* ---------- Membership teaser (home) ---------- */
.teaser-band { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.teaser-list { display: flex; flex-direction: column; gap: 14px; margin: 22px 0 0; }
.teaser-list .ti { display: flex; gap: 12px; align-items: center; font-size: 16px; color: var(--text-body); }
.teaser-list .ti svg { flex-shrink: 0; }

/* ---------- Blog / article cards ---------- */
.article-card { display: flex; flex-direction: column; overflow: hidden; padding: 0; text-decoration: none; }
.article-thumb { aspect-ratio: 16/10; background: linear-gradient(135deg, var(--sage-tint), var(--sand)); display: flex; align-items: center; justify-content: center; overflow: hidden; }
.article-thumb img { width: 100%; height: 100%; object-fit: cover; }
.article-thumb svg { opacity: 0.45; }
.article-pad { padding: 24px 26px 28px; display: flex; flex-direction: column; flex: 1; }
.cat-chip { display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--gold-deep); margin-bottom: 12px; }
.article-card h3 { font-family: 'Spectral', serif; font-size: 20px; font-weight: 600; color: var(--heading); margin: 0 0 10px; line-height: 1.25; }
.article-card p { font-size: 15px; line-height: 1.6; color: var(--text-muted); margin: 0 0 16px; }
.article-meta { margin-top: auto; display: flex; align-items: center; justify-content: space-between; }
.article-date { font-size: 13.5px; color: var(--text-faint); }
.article-card .read { font-size: 14px; font-weight: 700; color: var(--teal); }

/* ---------- Article template ---------- */
.article-hero { position: relative; height: 380px; overflow: hidden; display: flex; align-items: flex-end; }
.article-hero .abg { position: absolute; inset: 0; background: linear-gradient(135deg, var(--sage-tint), var(--sand)); }
.article-hero .abg img { width: 100%; height: 100%; object-fit: cover; }
.article-hero .ascrim { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,40,38,0.1) 0%, rgba(20,40,38,0.72) 100%); }
.article-hero .inner { position: relative; max-width: 820px; margin: 0 auto; padding: 0 32px 40px; width: 100%; }
.article-hero .cat-chip { color: var(--gold-bright); }
.article-hero h1 { font-family: 'Cormorant Garamond', serif; font-size: 48px; line-height: 1.12; font-weight: 600; color: var(--cream); margin: 0; letter-spacing: -0.3px; }
.article-body { max-width: 720px; margin: 0 auto; padding: 60px 32px 20px; }
.article-byline { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--text-faint); margin-bottom: 30px; padding-bottom: 24px; border-bottom: 1px solid rgba(31,78,74,0.1); }
.article-byline .bdot { width: 4px; height: 4px; border-radius: 50%; background: var(--text-faint); }
.article-body .intro { font-size: 20px; line-height: 1.6; color: var(--text-body); margin: 0 0 30px; }
.article-body h2 { font-family: 'Spectral', serif; font-size: 26px; font-weight: 600; color: var(--heading); margin: 38px 0 14px; }
.article-body p { font-size: 17px; line-height: 1.75; color: var(--text-body); margin: 0 0 18px; }
.article-body ul { padding-left: 22px; margin: 0 0 18px; }
.article-body li { font-size: 17px; line-height: 1.7; color: var(--text-body); margin-bottom: 10px; }
.article-cta { background: var(--sand); border-radius: 22px; padding: 36px 34px; text-align: center; margin: 44px 0 0; }
.article-cta h3 { font-family: 'Spectral', serif; font-size: 23px; color: var(--heading); margin: 0 0 10px; }
.article-cta p { font-size: 16px; color: var(--text-muted); margin: 0 0 22px; }

/* ---------- FAQ accordion ---------- */
.faq-list { max-width: 820px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid rgba(31,78,74,0.12); }
.faq-q { width: 100%; background: none; border: none; cursor: pointer; font-family: inherit;
  display: flex; align-items: center; justify-content: space-between; gap: 20px; text-align: left;
  padding: 24px 4px; font-size: 19px; font-weight: 600; font-family: 'Spectral', serif; color: var(--heading); }
.faq-q .chev { flex-shrink: 0; transition: transform .2s ease; color: var(--teal); }
.faq-q[aria-expanded="true"] .chev { transform: rotate(180deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-a .inner { padding: 0 4px 24px; font-size: 16px; line-height: 1.7; color: var(--text-body); }
.faq-q:focus-visible { outline: 3px solid rgba(31,78,74,0.3); outline-offset: 2px; border-radius: 8px; }

/* ---------- Legal pages (Privacy / Terms) ---------- */
.legal { max-width: 780px; margin: 0 auto; }
.legal .updated { font-size: 14px; color: var(--text-faint); margin: 0 0 6px; }
.legal .intro { font-size: 18px; line-height: 1.7; color: var(--text-body); margin: 18px 0 8px; }
.legal h2 { font-family: 'Spectral', serif; font-size: 23px; font-weight: 600; color: var(--heading); margin: 36px 0 12px; }
.legal h3 { font-family: 'Spectral', serif; font-size: 18px; font-weight: 600; color: var(--heading); margin: 22px 0 8px; }
.legal p { font-size: 16px; line-height: 1.7; color: var(--text-body); margin: 0 0 14px; }
.legal ul { padding-left: 22px; margin: 0 0 16px; }
.legal li { font-size: 16px; line-height: 1.7; color: var(--text-body); margin-bottom: 8px; }
.legal a { color: var(--teal); font-weight: 600; }
.legal .callout { background: var(--sand); border-radius: 14px; padding: 20px 22px; margin: 8px 0 20px; font-size: 15px; line-height: 1.65; color: var(--text-muted); }

/* ---------- Cookie consent banner ---------- */
.cookie-banner {
  position: fixed; left: 20px; bottom: 20px; z-index: 70;
  max-width: 440px; width: calc(100% - 40px);
  background: var(--teal-deep); color: var(--cream);
  border-radius: 16px; padding: 20px 22px;
  box-shadow: 0 18px 50px rgba(0,0,0,0.35);
}
.cookie-banner p { font-size: 14.5px; line-height: 1.55; margin: 0 0 14px; color: rgba(247,243,236,0.92); }
.cookie-banner p a { color: var(--gold-bright); font-weight: 700; text-decoration: underline; }
.cookie-banner .cookie-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.cookie-banner button {
  font-family: inherit; font-weight: 700; font-size: 14px; border-radius: 999px;
  padding: 10px 22px; cursor: pointer; border: none;
}
.cookie-banner .accept { background: var(--gold); color: var(--on-gold); }
.cookie-banner .accept:hover { background: var(--gold-light); }
.cookie-banner .decline { background: transparent; color: var(--cream); border: 1.5px solid rgba(247,243,236,0.4); }
.cookie-banner .decline:hover { border-color: var(--cream); }
@media (max-width: 520px) {
  .cookie-banner { left: 12px; right: 12px; width: auto; bottom: 12px; }
  body.cookie-open .floating-call { display: none; }
}

@media (max-width: 980px) {
  .tier-grid { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; }
  .telecare-band, .teaser-band { grid-template-columns: 1fr; gap: 32px; }
  .article-hero h1 { font-size: 38px; }
  .article-hero { height: 320px; }
}
@media (max-width: 600px) {
  .choice-grid.cols-2 { grid-template-columns: 1fr; }
  .article-body { padding-top: 44px; }
  .article-hero h1 { font-size: 31px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  [data-reveal] { opacity: 1; transform: none; transition: none; }
  * { transition: none !important; }
}
