/* ============================================================
   Care to Speak — Speech-Language Therapy
   Design system faithful to the original brand:
   Castoro serif headings, Lexend body, slate blue + blush,
   warm creams, sage + powder accent bands.
   ============================================================ */

@font-face {
  font-family: "Castoro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/castoro-latin-regular.woff2") format("woff2");
}

/* ---------- Homepage direction from Sam, August 2026 ---------- */
.home-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 18%, rgba(239, 213, 213, 0.44), transparent 28%),
    linear-gradient(120deg, var(--ivory) 0%, var(--cream) 100%);
  border-bottom: 1px solid var(--line);
}
.home-hero::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -180px;
  bottom: -330px;
  border: 1px solid rgba(229, 191, 191, 0.48);
  border-radius: 50%;
}
.home-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
  align-items: center;
  gap: clamp(52px, 7vw, 108px);
  padding: clamp(56px, 6.5vw, 92px) 0;
}
.home-hero-copy { max-width: 700px; }
.home-hero-copy .kicker { color: #536847; letter-spacing: 0.16em; }
.home-hero-copy h1 {
  max-width: 760px;
  color: var(--ink);
  font-size: clamp(3rem, 2rem + 3.1vw, 5rem);
  line-height: 1.02;
}
.home-hero-copy h1 em { color: #657b55; font-weight: 400; }
.home-hero-subhead {
  margin-top: 24px;
  color: var(--ink);
  font-size: clamp(1.1rem, 1rem + 0.4vw, 1.35rem);
  line-height: 1.55;
}
.home-hero-location {
  margin-top: 12px;
  color: var(--ink-soft);
  font-size: 0.98rem;
}
.home-hero .hero-actions { margin-top: 30px; }
.home-hero .btn-primary,
.home-services .btn-primary,
.home-founder .btn-primary,
.home-method .btn-primary,
.home-process .btn-primary {
  background: #5d7150;
  color: var(--white);
}
.home-hero .btn-primary:hover,
.home-services .btn-primary:hover,
.home-founder .btn-primary:hover,
.home-method .btn-primary:hover,
.home-process .btn-primary:hover { background: #4d6042; color: var(--white); }
.home-hero-portrait {
  position: relative;
  min-height: 570px;
  padding: 10px 10px 0;
  border: 1px solid rgba(229, 191, 191, 0.7);
  border-radius: 48% 48% 24px 24px / 34% 34% 24px 24px;
}
.home-hero-portrait picture,
.home-hero-portrait img { width: 100%; height: 100%; }
.home-hero-portrait img {
  min-height: 550px;
  object-fit: cover;
  object-position: center 22%;
  border-radius: 48% 48% 18px 18px / 34% 34% 18px 18px;
}
.home-hero-portrait figcaption {
  position: absolute;
  right: -28px;
  bottom: 32px;
  display: grid;
  gap: 2px;
  width: min(330px, 76%);
  padding: 20px 22px;
  background: rgba(255, 253, 246, 0.96);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow-lg);
}
.home-hero-portrait figcaption > span {
  margin-bottom: 5px;
  color: #bd776d;
  font-family: var(--serif);
  font-size: 1.25rem;
  font-style: italic;
}
.home-hero-portrait figcaption strong { color: var(--ink); font-family: var(--serif); font-weight: 400; }
.home-hero-portrait figcaption small { color: var(--ink-soft); font-size: 0.72rem; }

.home-trust-strip { background: var(--ivory); border-bottom: 1px solid var(--line); }
.home-trust-strip ul {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  list-style: none;
}
.home-trust-strip li {
  position: relative;
  display: grid;
  align-content: center;
  min-height: 104px;
  padding: 22px clamp(16px, 2.4vw, 30px);
}
.home-trust-strip li + li { border-left: 1px solid var(--line); }
.home-trust-strip li::before {
  content: "";
  position: absolute;
  left: clamp(16px, 2.4vw, 30px);
  top: 24px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--blush-deep);
}
.home-trust-strip strong { padding-left: 18px; color: var(--ink); font-size: 0.9rem; font-weight: 500; }
.home-trust-strip span { padding-left: 18px; color: var(--ink-soft); font-size: 0.72rem; letter-spacing: 0.05em; text-transform: uppercase; }

.home-mission { overflow: hidden; }
.home-mission-grid {
  display: grid;
  grid-template-columns: minmax(230px, 0.62fr) minmax(0, 1.38fr);
  align-items: center;
  gap: clamp(44px, 8vw, 120px);
}
.home-mission-sprig { position: relative; }
.home-mission-sprig::after {
  content: "";
  position: absolute;
  inset: 10% -18% -10% 26%;
  border: 1px solid rgba(229, 191, 191, 0.7);
  border-radius: 50%;
}
.home-mission-sprig img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-height: 300px;
  object-fit: cover;
  border-radius: 50% 50% 18px 18px;
  mix-blend-mode: multiply;
  filter: saturate(1.12) contrast(1.04);
}
.home-mission-copy { max-width: 760px; }
.home-mission-copy h2,
.home-audiences h2,
.home-services h2,
.home-founder h2,
.home-method h2,
.home-process h2,
.home-closing-cta h2 { color: var(--ink); }
.home-mission-copy p { margin-top: 22px; color: var(--ink-soft); font-size: 1.06rem; }

.home-audience-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 44px;
}
.home-audience-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 360px;
  padding: 30px 26px;
  overflow: hidden;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 24px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.home-audience-card:hover { color: var(--ink); transform: translateY(-5px); box-shadow: var(--shadow-md); }
.home-audience-card::after {
  content: "";
  position: absolute;
  width: 190px;
  height: 190px;
  right: -82px;
  bottom: -96px;
  border: 1px solid rgba(66, 120, 152, 0.12);
  border-radius: 50%;
}
.home-audience-card-1 { background: linear-gradient(150deg, #f2f4e9, var(--ivory)); }
.home-audience-card-2 { background: linear-gradient(150deg, #f8ebeb, var(--ivory)); }
.home-audience-card-3 { background: linear-gradient(150deg, #eef3f5, var(--ivory)); }
.home-audience-card-4 { background: linear-gradient(150deg, #f7e2dc, var(--ivory)); }
.home-audience-mark {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 30px;
  color: #586e4b;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(93, 113, 80, 0.26);
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 1rem;
}
.home-audience-card h3 { color: var(--ink); font-size: 1.5rem; }
.home-audience-card ul { display: grid; gap: 7px; margin: 20px 0 28px 17px; color: var(--ink-soft); font-size: 0.86rem; }
.home-card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: #536847;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.home-card-link span { transition: transform 0.2s ease; }
a:hover .home-card-link span { transform: translateX(4px); }

.home-services-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, 0.8fr); gap: 18px 70px; align-items: end; }
.home-services-head .kicker, .home-services-head h2 { grid-column: 1; }
.home-services-head p { grid-column: 2; grid-row: 1 / span 2; align-self: end; color: var(--ink-soft); }
.home-service-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-top: 42px;
}
.home-service-card {
  display: flex;
  flex-direction: column;
  min-height: 310px;
  padding: 28px 22px;
  color: var(--ink);
  background: rgba(255, 253, 246, 0.72);
  border: 1px solid rgba(164, 122, 108, 0.18);
  border-radius: 20px;
  transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}
.home-service-card:hover { color: var(--ink); background: var(--ivory); transform: translateY(-4px); box-shadow: var(--shadow-sm); }
.home-service-number { color: #b77068; font-family: var(--serif); font-size: 0.9rem; }
.home-service-card h3 { margin-top: 24px; color: var(--ink); font-size: 1.25rem; }
.home-service-card p { margin-top: 14px; color: var(--ink-soft); font-size: 0.82rem; line-height: 1.65; }
.home-service-card .home-card-link { margin-top: auto; padding-top: 24px; }
.home-section-action { display: flex; justify-content: center; margin-top: 38px; }

.home-founder-grid {
  display: grid;
  grid-template-columns: minmax(380px, 0.92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: clamp(52px, 8vw, 116px);
}
.home-founder-portrait { position: relative; padding: 0 22px 24px 0; }
.home-founder-portrait::before {
  content: "";
  position: absolute;
  inset: 24px 0 0 24px;
  background: var(--blush-soft);
  border-radius: 30px;
}
.home-founder-portrait picture,
.home-founder-portrait img { position: relative; z-index: 1; }
.home-founder-portrait img { width: 100%; height: 590px; object-fit: cover; object-position: center 18%; border-radius: 28px; }
.home-founder-portrait figcaption {
  position: absolute;
  z-index: 2;
  left: 32px;
  bottom: 2px;
  padding: 13px 20px;
  color: #b77068;
  background: var(--ivory);
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: var(--shadow-md);
  font-family: var(--serif);
  font-size: 1.1rem;
  font-style: italic;
}
.home-founder-copy { max-width: 670px; }
.home-founder-copy > p:not(.lead) { margin-top: 18px; color: var(--ink-soft); }
.home-founder-credentials { display: grid; gap: 2px; margin-top: 26px; padding-left: 18px; border-left: 3px solid var(--blush-deep); }
.home-founder-credentials strong { color: var(--ink); font-weight: 500; }
.home-founder-credentials span { color: var(--ink-soft); font-size: 0.74rem; letter-spacing: 0.08em; text-transform: uppercase; }

.home-method-intro { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, 0.8fr); gap: 60px; align-items: end; }
.home-method-intro > p { color: var(--ink-soft); }
.home-method-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin-top: 42px; }
.home-method-card {
  position: relative;
  min-height: 260px;
  padding: 70px 24px 26px;
  background: rgba(255, 253, 246, 0.82);
  border: 1px solid rgba(164, 122, 108, 0.2);
  border-radius: 20px;
}
.home-method-card > span {
  position: absolute;
  top: -20px;
  left: 24px;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: var(--ivory);
  background: #5d7150;
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 1.15rem;
}
.home-method-card:nth-child(even) > span { background: #c98072; }
.home-method-card h3 { color: var(--ink); }
.home-method-card p { margin-top: 14px; color: var(--ink-soft); font-size: 0.84rem; }

.home-process-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; margin-top: 44px; }
.home-process-step { position: relative; display: grid; grid-template-columns: 48px 1fr; gap: 16px; padding: 4px 28px; }
.home-process-step + .home-process-step { border-left: 1px solid var(--line); }
.home-process-number {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: var(--ivory);
  background: #88735f;
  border-radius: 50%;
  font-family: var(--serif);
}
.home-process-step h3 { color: var(--ink); font-size: 1.18rem; }
.home-process-step p { margin-top: 10px; color: var(--ink-soft); font-size: 0.82rem; line-height: 1.6; }

.home-closing-cta { padding: 42px 0; color: var(--ivory); background: #536847; }
.home-closing-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 48px; }
.home-closing-cta .kicker { margin-bottom: 8px; color: var(--blush); }
.home-closing-cta .kicker::before { background: var(--blush); }
.home-closing-cta h2 { color: var(--ivory); }
.home-closing-cta p { margin-top: 6px; color: rgba(255, 253, 246, 0.82); }
.home-closing-cta .btn-blush { flex-shrink: 0; background: var(--ivory); color: #536847; }
.home-closing-cta .btn-blush:hover { background: var(--blush-soft); color: #536847; }

@media (max-width: 1100px) {
  .home-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr); gap: 48px; }
  .home-hero-copy h1 { font-size: clamp(2.8rem, 2rem + 3vw, 4rem); }
  .home-hero-portrait { min-height: 520px; }
  .home-hero-portrait img { min-height: 500px; }
  .home-audience-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-audience-card { min-height: 320px; }
  .home-service-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .home-service-card { min-height: 280px; }
  .home-process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px 0; }
  .home-process-step:nth-child(3) { border-left: 0; }
}

@media (max-width: 820px) {
  .home-hero-grid,
  .home-mission-grid,
  .home-founder-grid,
  .home-services-head,
  .home-method-intro { grid-template-columns: 1fr; }
  .home-hero-copy { max-width: 720px; }
  .home-hero-portrait { width: min(100%, 580px); min-height: 620px; justify-self: center; }
  .home-hero-portrait img { min-height: 600px; }
  .home-hero-portrait figcaption { right: 18px; }
  .home-trust-strip ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-trust-strip li + li { border-left: 0; }
  .home-trust-strip li:nth-child(even) { border-left: 1px solid var(--line); }
  .home-trust-strip li:nth-child(n + 3) { border-top: 1px solid var(--line); }
  .home-trust-strip li:last-child { grid-column: 1 / -1; }
  .home-mission-sprig { width: min(72%, 390px); }
  .home-services-head p { grid-column: 1; grid-row: auto; }
  .home-founder-portrait { width: min(100%, 580px); justify-self: center; }
  .home-method-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px 14px; }
}

@media (max-width: 620px) {
  .home-hero-grid { gap: 42px; padding: 44px 0 54px; }
  .home-hero-copy .kicker { font-size: 0.68rem; line-height: 1.55; }
  .home-hero-copy h1 { font-size: clamp(2.4rem, 12vw, 3.45rem); }
  .home-hero .hero-actions { display: grid; }
  .home-hero .hero-actions .btn { width: 100%; justify-content: center; padding-inline: 20px; }
  .home-hero-portrait { min-height: 500px; padding: 7px 7px 0; }
  .home-hero-portrait img { min-height: 480px; }
  .home-hero-portrait figcaption { right: 14px; bottom: 18px; width: calc(100% - 28px); padding: 16px 18px; }
  .home-audience-grid,
  .home-service-grid,
  .home-method-grid,
  .home-process-grid { grid-template-columns: 1fr; }
  .home-audience-card { min-height: 0; }
  .home-service-card { min-height: 0; }
  .home-method-grid { gap: 34px; }
  .home-process-grid { gap: 0; }
  .home-process-step { padding: 24px 4px; }
  .home-process-step + .home-process-step { border-left: 0; border-top: 1px solid var(--line); }
  .home-founder-portrait { padding-right: 14px; }
  .home-founder-portrait img { height: 490px; }
  .home-closing-cta-inner { display: grid; gap: 26px; }
  .home-closing-cta .btn { width: 100%; justify-content: center; padding-inline: 20px; }
}

@font-face {
  font-family: "Castoro";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/castoro-latin-italic.woff2") format("woff2");
}

@font-face {
  font-family: "Lexend";
  font-style: normal;
  font-weight: 300 500;
  font-display: swap;
  src: url("/fonts/lexend-latin-300-500.woff2") format("woff2");
}

:root {
  --ink: #0a1d25;
  --ink-soft: #33505c;
  --ink-muted: #60747c;
  --navy: #173b49;
  --primary: #427898;
  --primary-deep: #35617c;
  --primary-tint: #eaf1f5;
  --blush: #efd5d5;
  --blush-deep: #e5bfbf;
  --blush-soft: #f7e9e9;
  --pink: #f2c4c4;
  --cream: #faf6f0;
  --ivory: #fffdf6;
  --sage: #c7d3c0;
  --forest: #428542;
  --sage-soft: #e6ebde;
  --powder: #c6d6e3;
  --powder-soft: #e7eef2;
  --white: #ffffff;
  --line: rgba(164, 122, 108, 0.2);
  --shadow-sm: 0 1px 2px rgba(74, 48, 35, 0.05), 0 2px 8px rgba(74, 48, 35, 0.04);
  --shadow-md: 0 2px 6px rgba(74, 48, 35, 0.05), 0 12px 32px rgba(74, 48, 35, 0.08);
  --shadow-lg: 0 6px 18px rgba(74, 48, 35, 0.07), 0 30px 72px rgba(74, 48, 35, 0.12);
  --radius: 16px;
  --radius-lg: 28px;
  --curve: clamp(26px, 4.5vw, 56px);
  --serif: "Castoro", "Times New Roman", serif;
  --sans: "Lexend", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --wrap: 1180px;
  --nav-h: 92px;
}

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

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--sans);
  font-weight: 300;
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.0625rem);
  line-height: 1.7;
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

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

h1, h2, h3, h4 {
  font-family: var(--serif);
  font-weight: 400;
  color: var(--primary);
  line-height: 1.18;
  text-wrap: balance;
}

h1 { font-size: clamp(2.3rem, 1.6rem + 3.2vw, 4.05rem); color: var(--ink); letter-spacing: -0.015em; }
h2 { font-size: clamp(1.85rem, 1.5rem + 1.6vw, 2.7rem); letter-spacing: -0.01em; }
h1 em, h2 em { font-style: italic; }
h2 em { color: var(--primary-deep); }
.h1-accent { color: var(--forest); display: block; }
h3 { font-size: clamp(1.3rem, 1.2rem + 0.5vw, 1.55rem); }

p { max-width: 68ch; }

a { color: var(--primary); text-decoration: none; }
a:hover { color: var(--primary-deep); }
a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible,
select:focus-visible, textarea:focus-visible {
  outline: 3px solid rgba(66, 120, 152, 0.35);
  outline-offset: 4px;
}

::selection { background: var(--blush); color: var(--ink); }

.wrap { width: min(var(--wrap), calc(100% - 48px)); margin-inline: auto; }

.kicker {
  font-family: var(--sans);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--primary);
  display: block;
  margin-bottom: 18px;
}
.kicker::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 1px;
  background: var(--blush-deep);
  vertical-align: middle;
  margin-right: 12px;
}
.section-head.centered .kicker::after {
  content: "";
  display: inline-block;
  width: 26px;
  height: 1px;
  background: var(--blush-deep);
  vertical-align: middle;
  margin-left: 12px;
}

.lead { font-size: clamp(1.05rem, 1rem + 0.35vw, 1.2rem); color: var(--ink-soft); font-weight: 300; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 400;
  padding: 15px 32px;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.25s ease, background-color 0.25s ease, color 0.25s ease;
  min-height: 48px;
}
.btn .arr { transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1); font-size: 0.9em; }
.btn:hover .arr { transform: translate(3px, -3px); }

.btn-blush { background: var(--blush); color: var(--primary-deep); }
.btn-blush:hover { background: var(--blush-deep); color: var(--primary-deep); transform: translateY(-2px); box-shadow: var(--shadow-md); }

.btn-ghost { background: transparent; color: var(--primary); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--primary); color: var(--primary-deep); transform: translateY(-2px); }

.btn-primary { background: var(--primary); color: var(--ivory); }
.btn-primary:hover { background: var(--primary-deep); color: var(--ivory); transform: translateY(-2px); box-shadow: var(--shadow-md); }

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 90;
  background: rgba(250, 246, 240, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(164, 122, 108, 0.14);
  transition: box-shadow 0.3s ease;
}
.site-header.scrolled { box-shadow: var(--shadow-sm); }

.nav-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  height: var(--nav-h);
}

.logo { display: inline-flex; align-items: center; flex-shrink: 0; }
.logo img { width: auto; height: 62px; }

.nav-links { display: flex; align-items: center; gap: 8px; list-style: none; }
.nav-links > li { position: relative; }
.nav-links a {
  display: inline-block;
  padding: 10px 14px;
  font-size: 0.98rem;
  font-weight: 300;
  color: var(--ink);
  border-radius: 8px;
}
.nav-links a:hover { color: var(--primary); background: rgba(66, 120, 152, 0.06); }
.nav-links a[aria-current="page"] { color: var(--primary); font-weight: 400; }

.has-sub > a .caret { display: inline-block; margin-left: 6px; font-size: 0.6em; transform: translateY(-2px); transition: transform 0.2s ease; }
.has-sub:hover > a .caret, .has-sub:focus-within > a .caret { transform: translateY(-2px) rotate(180deg); }

.sub-menu {
  position: absolute;
  top: calc(100% + 6px);
  left: 8px;
  min-width: 230px;
  background: var(--ivory);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  padding: 8px;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s;
}
.has-sub:hover .sub-menu, .has-sub:focus-within .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.sub-menu a { display: block; padding: 11px 14px; border-radius: 9px; font-size: 0.95rem; }

.nav-cta { display: flex; align-items: center; gap: 18px; }
.nav-phone { font-size: 0.95rem; font-weight: 400; color: var(--primary); white-space: nowrap; }
.nav-phone:hover { color: var(--primary-deep); }
.nav-cta .btn { padding: 12px 22px; min-height: 44px; }

/* Hamburger */
.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  width: 48px;
  height: 48px;
  padding: 12px;
  background: transparent;
  border: 0;
  cursor: pointer;
  border-radius: 10px;
}
.nav-toggle span { display: block; height: 2px; width: 100%; background: var(--primary); border-radius: 2px; transition: transform 0.3s ease, opacity 0.3s ease; }

/* Mobile menu overlay */
.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: var(--cream);
  display: flex;
  flex-direction: column;
  padding: 0 0 max(20px, env(safe-area-inset-bottom));
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.35s;
  overflow-y: auto;
}
.mobile-menu.open { opacity: 1; visibility: visible; }

.mobile-menu-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
  flex-shrink: 0;
}
.mobile-menu-top .logo img { height: 46px; }

.menu-close {
  width: 48px;
  height: 48px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--ivory);
  color: var(--primary);
  font-size: 1.15rem;
  cursor: pointer;
  display: grid;
  place-items: center;
}

.mobile-menu .mobile-links { width: min(640px, calc(100% - 48px)); margin-inline: auto; }
.mobile-menu .mobile-menu-bottom { width: min(640px, calc(100% - 48px)); margin-inline: auto; }
.mobile-links {
  list-style: none;
  display: block;
  margin-top: 8px;
  border-top: 1px solid rgba(66, 120, 152, 0.10);
}
.mobile-links > li {
  border-bottom: 1px solid rgba(66, 120, 152, 0.10);
  opacity: 1;
  transform: none;
  min-width: 0;
}

.mobile-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--serif);
  font-size: 1.16rem;
  color: var(--ink);
  padding: 7px 4px;
  min-height: 42px;
  line-height: 1.2;
}
.mobile-links a[aria-current="page"] { color: var(--primary); }
.mobile-links .sub-item a { font-family: var(--sans); font-size: 0.82rem; padding: 6px 4px 6px 20px; min-height: 34px; color: var(--ink-soft); }

.mobile-menu-bottom {
  margin-top: auto;
  padding-top: 18px;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 8px 12px;
  align-items: center;
}
.mobile-menu-bottom .btn { justify-content: center; width: 100%; }
.mobile-menu-phone { text-align: center; font-size: 0.92rem; font-weight: 400; color: var(--primary); padding: 8px 4px; }
.mobile-menu-social { grid-column: 1 / -1; display: flex; justify-content: center; gap: 24px; padding-top: 2px; }
.mobile-menu-social a { color: var(--ink-soft); font-size: 0.76rem; letter-spacing: 0.08em; text-transform: uppercase; }

/* ---------- Hero ---------- */
.hero { position: relative; overflow: clip; }
.hero-texture {
  position: absolute;
  inset: -14% 0 0;
  background-size: cover;
  background-position: center;
  opacity: 0.55;
  will-change: transform;
}
.hero-texture::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 17% 18%, rgba(255, 253, 246, 0.72), transparent 33%),
    linear-gradient(105deg, rgba(250, 246, 240, 0.96) 0%, rgba(250, 246, 240, 0.84) 45%, rgba(250, 246, 240, 0.5) 100%);
}
.hero-inner {
  position: relative;
  padding: clamp(72px, 10vw, 130px) 0 clamp(64px, 9vw, 118px);
  max-width: 780px;
}
.hero-inner .lead { margin-top: 26px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 26px;
  margin-top: 44px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
  list-style: none;
}
.hero-trust li { font-size: 0.86rem; font-weight: 400; letter-spacing: 0.06em; color: var(--ink-soft); display: flex; align-items: center; gap: 9px; }
.hero-trust .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--pink); flex-shrink: 0; }
.hero-licensure { margin-top: 12px; max-width: 74ch; color: var(--ink-muted); font-size: 0.72rem; line-height: 1.55; }
.hero-reassurance {
  max-width: 660px;
  margin-top: 30px;
  padding: 20px 0 0 20px;
  border-top: 1px solid var(--line);
  border-left: 3px solid var(--blush-deep);
  color: var(--ink-soft);
  font-size: 0.88rem;
  line-height: 1.65;
}
.hero-reassurance strong { display: block; margin-bottom: 3px; color: var(--primary-deep); font-family: var(--serif); font-size: 1.04rem; font-weight: 400; }

/* Page hero (interior) */
.page-hero { position: relative; overflow: clip; border-bottom: 1px solid rgba(66, 120, 152, 0.08); }
.page-hero::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(66, 120, 152, 0.12);
  border-radius: 50%;
  right: -160px;
  bottom: -280px;
  pointer-events: none;
}
.hero-watermark {
  position: absolute;
  right: -60px;
  top: 50%;
  transform: translateY(-50%) rotate(-8deg);
  width: min(30vw, 360px);
  height: auto;
  opacity: 0.07;
  pointer-events: none;
}
.page-hero .hero-inner { padding: clamp(64px, 8vw, 108px) 0; max-width: 860px; }
.page-hero .lead { font-size: clamp(1.08rem, 1rem + 0.42vw, 1.28rem); max-width: 64ch; }
.breadcrumbs { font-size: 0.84rem; color: var(--ink-soft); margin-bottom: 20px; display: flex; flex-wrap: wrap; gap: 7px; align-items: center; }
.breadcrumbs a { color: var(--primary); }
.breadcrumbs .sep { opacity: 0.5; }

/* ---------- Sections ---------- */
.section { padding: clamp(64px, 8vw, 108px) 0; }
.section-tight { padding: clamp(48px, 6vw, 76px) 0; }
.bg-ivory { background: var(--ivory); }
.bg-cream { background: var(--cream); }
.bg-sage { background: var(--sage); position: relative; }
.bg-sage::before { content: ""; position: absolute; inset: 0; border-radius: inherit; background: url('/images/texture-sage-stripes.webp') center/cover; opacity: 0.22; pointer-events: none; }
.bg-sage > .wrap { position: relative; }
.bg-sage-soft { background: var(--sage-soft); }
.bg-powder { background: var(--powder); position: relative; }
.bg-powder::before { content: ""; position: absolute; inset: 0; border-radius: inherit; background: url('/images/texture-window.webp') center/cover; opacity: 0.14; pointer-events: none; }
.bg-powder > .wrap { position: relative; }
.bg-powder-soft { background: var(--powder-soft); }
.bg-blush-soft { background: var(--blush-soft); position: relative; }
.bg-blush-soft::before { content: ""; position: absolute; inset: 0; border-radius: inherit; background: url('/images/texture-blush-stripes.webp') center/cover; opacity: 0.22; pointer-events: none; }
.bg-blush-soft > .wrap { position: relative; }

/* Soft arched hand-offs between color bands: each new section rises with
   rounded shoulders over the one before it, echoing the site's arch motif. */
main > section[class*="bg-"] + section[class*="bg-"],
main > .hero + section[class*="bg-"],
main > .page-hero + section[class*="bg-"] {
  position: relative;
  margin-top: calc(-1 * var(--curve));
  border-top-left-radius: var(--curve);
  border-top-right-radius: var(--curve);
}

.section-head { max-width: 720px; margin-bottom: clamp(36px, 5vw, 56px); }
.section-head.centered { margin-inline: auto; text-align: center; }
.section-head.centered p { margin-inline: auto; }
.section-head p { margin-top: 18px; color: var(--ink-soft); }

/* Answer-first summary and anchored page navigation */
.answer-section {
  position: relative;
  overflow: clip;
  color: var(--ivory);
  background: var(--navy);
  border-block: 1px solid rgba(255, 255, 255, 0.08);
}
.answer-section::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  top: -340px;
  left: -180px;
  background: radial-gradient(circle, rgba(198, 214, 227, 0.2), transparent 68%);
  pointer-events: none;
}
.answer-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 0.76fr) minmax(0, 1.24fr);
  gap: clamp(36px, 6vw, 88px);
  align-items: center;
  padding-block: clamp(58px, 7vw, 88px);
}
.answer-intro .kicker { color: #c8dce7; }
.answer-intro h2 { color: var(--ivory); }
.answer-intro p { margin-top: 16px; color: rgba(255, 255, 250, 0.74); }
.answer-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.15);
}
.answer-fact { min-height: 142px; padding: 26px 28px; background: rgba(255, 255, 255, 0.075); }
.answer-fact dt { color: #c8dce7; font-size: 0.72rem; font-weight: 500; letter-spacing: 0.17em; text-transform: uppercase; }
.answer-fact dd { margin-top: 10px; color: var(--ivory); font-family: var(--serif); font-size: 1.12rem; line-height: 1.45; }
.answer-fact a { color: var(--ivory); text-decoration: underline; text-underline-offset: 4px; text-decoration-thickness: 1px; }

.page-nav { background: var(--ivory); border-bottom: 1px solid var(--line); }
.page-nav-inner { min-height: 64px; display: flex; align-items: center; gap: 30px; }
.page-nav-inner > span { color: var(--ink-muted); font-size: 0.72rem; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; white-space: nowrap; }
.page-nav-inner > div { display: flex; flex-wrap: wrap; gap: 4px 22px; }
.page-nav a { color: var(--ink); font-size: 0.88rem; padding: 10px 0; }
.page-nav a:hover { color: var(--primary); }

.on-sage h2, .on-sage h3 { color: var(--primary-deep); }
.on-sage .kicker { color: var(--primary-deep); }

/* Split layouts */
.split { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(40px, 6vw, 84px); align-items: center; }
.split-figure { position: relative; }
.split-figure img { border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.split-figure.arch img { border-radius: 999px 999px var(--radius-lg) var(--radius-lg); aspect-ratio: 4 / 5; object-fit: cover; border: 1px solid rgba(229, 191, 191, 0.6); }
.split-figure.arch::before { border-radius: 999px 999px calc(var(--radius-lg) + 10px) calc(var(--radius-lg) + 10px); }
.split-figure::before {
  content: "";
  position: absolute;
  inset: 26px -26px -26px 26px;
  border-radius: var(--radius-lg);
  background: var(--blush-soft);
  z-index: -1;
}
.split-figure.accent-sage::before { background: var(--sage-soft); }
.split-figure.accent-powder::before { background: var(--powder-soft); }
.split-body h2 { margin-bottom: 20px; }
.split-body p + p { margin-top: 16px; }
.split-body .btn { margin-top: 30px; }

/* Cards */
.card-grid { display: grid; gap: 22px; }
.cols-2 { grid-template-columns: repeat(2, 1fr); }
.cols-3 { grid-template-columns: repeat(3, 1fr); }
.cols-4 { grid-template-columns: repeat(4, 1fr); }

.card {
  position: relative;
  overflow: hidden;
  background: var(--ivory);
  border: 1px solid rgba(66, 120, 152, 0.10);
  border-radius: 24px;
  padding: 30px 28px;
  box-shadow: 0 1px 2px rgba(10, 29, 37, 0.03);
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s ease, border-color 0.3s ease;
}
.card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--blush-deep), var(--powder), var(--sage));
  opacity: 0;
  transition: opacity 0.3s ease;
}
.card:hover::before { opacity: 1; }
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: rgba(66, 120, 152, 0.26); }
.card h3 { margin-bottom: 12px; }
.card p { font-size: 0.96rem; color: var(--ink-soft); }
.card .card-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 10px; padding: 11px 0; min-height: 44px; font-weight: 400; font-size: 0.94rem; }
.card .card-link .arr { transition: transform 0.25s ease; }
.card:hover .card-link .arr { transform: translateX(4px); }

.card-img { overflow: hidden; border-radius: var(--radius); margin: -12px -10px 20px; }
.card-img img { aspect-ratio: 3 / 2; object-fit: cover; width: 100%; transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1); }
.card:hover .card-img img { transform: scale(1.04); }

.icon-chip {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: var(--blush-soft);
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  color: var(--primary);
}
.icon-chip svg { width: 26px; height: 26px; }

.mini-tag {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--primary-deep);
  background: var(--blush-soft);
  padding: 5px 13px;
  border-radius: 999px;
  margin-bottom: 12px;
}

/* Helps list cards */
.helps-card { border-left: 3px solid var(--blush); }

/* Clinical content and source notes */
.clinical-note {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(24px, 4vw, 54px);
  margin-top: clamp(34px, 5vw, 58px);
  padding: clamp(26px, 4vw, 40px);
  background: linear-gradient(135deg, rgba(255, 255, 250, 0.96), rgba(234, 241, 245, 0.72));
  border: 1px solid var(--line);
  border-left: 4px solid var(--primary);
  border-radius: var(--radius-lg);
}
.clinical-note p { color: var(--ink-soft); font-size: 0.92rem; }
.clinical-note p + p { margin-top: 8px; }
.clinical-note h3 { margin-bottom: 12px; font-size: 1.18rem; }
.clinical-note ul { padding-left: 20px; color: var(--ink-soft); }
.clinical-note li + li { margin-top: 8px; }
.clinical-note a { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }

.standards-list { list-style: none; display: grid; gap: 0; margin-top: 18px; }
.standards-list li { position: relative; padding: 12px 0 12px 28px; border-bottom: 1px solid var(--line); color: var(--ink-soft); }
.standards-list li::before { content: "✓"; position: absolute; left: 0; color: var(--primary); font-weight: 500; }
.source-callout { margin-top: 30px; padding: 18px 22px; border-left: 3px solid var(--primary); background: rgba(255, 255, 250, 0.72); color: var(--ink-soft); }
.source-callout a { text-decoration: underline; text-underline-offset: 3px; }

/* Specialty link list */
.spec-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 40px; }
.spec-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 17px 8px;
  border-bottom: 1px solid rgba(53, 97, 124, 0.22);
  color: var(--ink);
  font-size: 1.02rem;
  font-weight: 300;
  transition: padding-left 0.25s ease, color 0.2s ease;
}
.spec-label { display: flex; align-items: baseline; gap: 16px; }
.spec-num { font-family: var(--serif); font-style: italic; font-size: 0.88rem; color: var(--primary-deep); opacity: 0.6; min-width: 24px; }
.spec-item:hover { color: var(--primary-deep); padding-left: 16px; }
.spec-item .arr { color: var(--primary-deep); opacity: 0; transform: translateX(-6px); transition: opacity 0.25s ease, transform 0.25s ease; }
.spec-item:hover .arr { opacity: 1; transform: translateX(0); }

/* Specialty overview accordions */
.specialty-accordion-section {
  background:
    radial-gradient(circle at 8% 12%, rgba(239, 213, 213, 0.66), transparent 28%),
    radial-gradient(circle at 92% 88%, rgba(198, 214, 227, 0.72), transparent 31%),
    var(--cream);
}
.specialty-accordion-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.specialty-accordion-item {
  align-self: start;
  overflow: clip;
  border: 1px solid rgba(66, 120, 152, 0.16);
  border-radius: 20px;
  background: rgba(255, 253, 246, 0.92);
  box-shadow: var(--shadow-sm);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.specialty-accordion-item:nth-child(4n + 2) { background: rgba(247, 233, 233, 0.92); }
.specialty-accordion-item:nth-child(4n + 3) { background: rgba(231, 238, 242, 0.94); }
.specialty-accordion-item:nth-child(4n + 4) { background: rgba(230, 235, 222, 0.94); }
.specialty-accordion-item:hover,
.specialty-accordion-item[open] {
  border-color: rgba(66, 120, 152, 0.36);
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}
.specialty-accordion-item summary {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 34px;
  gap: 13px;
  align-items: center;
  min-height: 82px;
  padding: 18px 20px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(1.08rem, 0.98rem + 0.3vw, 1.28rem);
  line-height: 1.3;
  cursor: pointer;
  list-style: none;
}
.specialty-accordion-item summary::-webkit-details-marker { display: none; }
.specialty-accordion-item .spec-num {
  align-self: start;
  padding-top: 3px;
  color: var(--primary-deep);
  font-size: 0.8rem;
}
.specialty-accordion-icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: var(--primary-deep);
  background: rgba(255, 255, 255, 0.66);
  font-family: var(--sans);
  font-size: 1.2rem;
  line-height: 1;
  transition: transform 0.2s ease, background 0.2s ease;
}
.specialty-accordion-item[open] .specialty-accordion-icon {
  transform: rotate(45deg);
  background: var(--white);
}
.specialty-accordion-body {
  margin: 0 20px 20px 67px;
  padding-top: 17px;
  border-top: 1px solid rgba(66, 120, 152, 0.16);
}
.specialty-accordion-body p { color: var(--ink-soft); font-size: 0.94rem; }
.specialty-accordion-body a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  color: var(--primary-deep);
  font-weight: 500;
}

/* South Bay service-area proof */
.home-service-area { overflow: hidden; }
.home-service-area-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(42px, 7vw, 96px);
  align-items: center;
}
.home-service-area-copy .lead { max-width: 620px; }
.home-service-area-copy > p:not(.lead) { color: var(--ink-soft); max-width: 610px; margin-top: 18px; }
.home-service-area-list {
  position: relative;
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid rgba(66, 120, 152, 0.18);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 250, 0.86);
  box-shadow: var(--shadow-md);
}
.home-service-area-list::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(222, 237, 245, 0.52), transparent 42%, rgba(242, 208, 204, 0.24));
  pointer-events: none;
}
.home-service-area-list > * { position: relative; z-index: 1; }
.service-area-watercolor { margin: 0 0 20px; }
.service-area-watercolor img {
  width: 100%;
  aspect-ratio: 3 / 1;
  object-fit: cover;
  border-radius: calc(var(--radius-lg) - 10px);
  border: 1px solid rgba(198, 214, 227, 0.55);
}
.service-area-label {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  padding-bottom: 20px;
  margin-bottom: 18px;
  border-bottom: 1px solid var(--line);
}
.service-area-label span { font-size: 0.7rem; font-weight: 500; letter-spacing: 0.15em; text-transform: uppercase; color: var(--primary-deep); }
.service-area-label strong { font-family: var(--serif); font-weight: 400; font-size: 1.08rem; text-align: right; }
.city-chip-grid { list-style: none; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.city-chip-grid li > * {
  display: flex;
  min-height: 45px;
  align-items: center;
  padding: 10px 14px;
  border: 1px solid rgba(66, 120, 152, 0.17);
  border-radius: 999px;
  background: rgba(255, 255, 250, 0.78);
  color: var(--ink);
  font-size: 0.82rem;
  line-height: 1.25;
}
.city-chip-grid a { transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease; }
.city-chip-grid a:hover { background: var(--powder); border-color: rgba(66, 120, 152, 0.38); color: var(--primary-deep); transform: translateY(-1px); }

/* Steps */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; counter-reset: step; }
.step { position: relative; background: var(--ivory); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 34px 28px 30px; }
.step::before {
  counter-increment: step;
  content: counter(step, decimal-leading-zero);
  font-family: var(--serif);
  font-size: 2.6rem;
  color: var(--pink);
  display: block;
  line-height: 1;
  margin-bottom: 16px;
}
.step h3 { font-size: 1.25rem; margin-bottom: 10px; }
.step p { font-size: 0.95rem; color: var(--ink-soft); }

/* Care to Thrive Method */
.method-home-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
  gap: clamp(42px, 7vw, 92px);
  align-items: center;
}
.method-home-copy { max-width: 680px; }
.method-home-copy h2 { color: var(--primary-deep); }
.method-home-copy p { margin-top: 18px; color: var(--ink-soft); }
.method-home-copy .method-home-lead { font-size: clamp(1.08rem, 1rem + 0.35vw, 1.22rem); color: var(--ink); }
.method-home-copy .btn { margin-top: 30px; }
.method-home-path { position: relative; display: grid; gap: 12px; }
.method-home-path::before {
  content: "";
  position: absolute;
  top: 36px;
  bottom: 36px;
  left: 32px;
  width: 1px;
  background: rgba(66, 120, 152, 0.24);
}
.method-home-path > div {
  position: relative;
  display: grid;
  grid-template-columns: 34px 1fr;
  min-height: 102px;
  padding: 20px 24px;
  border: 1px solid rgba(66, 120, 152, 0.18);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 250, 0.88);
  align-items: center;
  column-gap: 18px;
}
.method-home-path > div:nth-child(2) { margin-left: 24px; background: rgba(234, 241, 245, 0.94); }
.method-home-path > div:nth-child(3) { margin-left: 48px; background: rgba(247, 233, 233, 0.94); }
.method-home-path > div:nth-child(4) { margin-left: 72px; background: rgba(234, 241, 245, 0.94); }
.method-home-path span, .method-number {
  font-family: var(--serif);
  font-style: italic;
  color: var(--primary);
  font-size: 0.88rem;
}
.method-home-path strong { font-family: var(--serif); color: var(--primary-deep); font-size: 1.55rem; font-weight: 400; }
.method-home-path small { grid-column: 2; color: var(--ink-soft); font-size: 0.8rem; margin-top: -20px; }
.method-branch-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: clamp(44px, 6vw, 72px);
  border: 1px solid rgba(66, 120, 152, 0.15);
  border-radius: var(--radius-lg);
  overflow: hidden;
  list-style: none;
  background: rgba(255, 255, 250, 0.64);
}
.method-branch-strip li { min-height: 86px; padding: 22px 20px; color: var(--primary-deep); display: flex; align-items: center; gap: 12px; }
.method-branch-strip li + li { border-left: 1px solid rgba(66, 120, 152, 0.15); }
.method-branch-strip span { font-family: var(--serif); font-style: italic; color: var(--ink-muted); font-size: 0.78rem; }

.method-definition-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(300px, 0.7fr);
  gap: clamp(44px, 7vw, 88px);
  align-items: center;
}
.method-definition-copy p { margin-top: 18px; color: var(--ink-soft); }
.method-definition-copy .method-definition-lead { font-size: clamp(1.08rem, 1rem + 0.36vw, 1.24rem); color: var(--ink); line-height: 1.75; }
.method-definition-copy .btn { margin-top: 30px; }
.method-quote { padding: clamp(34px, 4vw, 48px); border-radius: var(--radius-lg); background: var(--blush-soft); border: 1px solid rgba(229, 191, 191, 0.56); }
.method-quote > span { display: block; color: var(--primary); font-size: 0.72rem; font-weight: 500; letter-spacing: 0.17em; text-transform: uppercase; margin-bottom: 18px; }
.method-quote blockquote { margin: 0; font-family: var(--serif); font-style: italic; color: var(--primary-deep); font-size: clamp(1.38rem, 1.18rem + 0.8vw, 1.9rem); line-height: 1.45; }

.method-branches-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.method-branch-card { min-height: 310px; padding: 30px 26px; border-radius: var(--radius-lg); border: 1px solid rgba(66, 120, 152, 0.16); background: rgba(255, 255, 250, 0.9); }
.method-branch-card:nth-child(even) { background: rgba(249, 248, 247, 0.92); }
.method-branch-card .method-number { display: block; margin-bottom: 28px; }
.method-branch-card h3 { margin: 2px 0 14px; font-size: 1.35rem; }
.method-branch-card p { color: var(--ink-soft); font-size: 0.94rem; }

.method-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.method-step { min-height: 290px; padding: 34px 30px; border: 1px solid rgba(53, 97, 124, 0.22); border-radius: var(--radius-lg); background: rgba(255, 255, 250, 0.82); }
.method-step:nth-child(2) { background: rgba(234, 241, 245, 0.9); }
.method-step:nth-child(3) { background: rgba(247, 233, 233, 0.9); }
.method-step:nth-child(4) { background: rgba(234, 241, 245, 0.9); }
.method-step > span { font-family: var(--serif); font-style: italic; color: var(--primary); font-size: 0.88rem; }
.method-step h3 { margin: 38px 0 12px; font-size: 1.42rem; }
.method-step p { color: var(--ink-soft); font-size: 0.95rem; }

.method-outcomes-grid { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr); gap: clamp(44px, 7vw, 88px); align-items: start; }
.method-outcomes-grid > div > p { margin-top: 18px; color: var(--ink-soft); }
.method-outcomes { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; list-style: none; }
.method-outcomes li { position: relative; min-height: 96px; padding: 24px 22px 24px 58px; color: var(--primary-deep); background: var(--ivory); border: 1px solid var(--line); border-radius: var(--radius); }
.method-outcomes li::before { content: "✓"; position: absolute; left: 22px; top: 23px; display: grid; width: 24px; height: 24px; border-radius: 50%; place-items: center; background: var(--blush); color: var(--primary-deep); font-size: 0.76rem; }

.method-clarifier { background: var(--navy); color: var(--ivory); }
.method-clarifier-inner { max-width: 900px; text-align: center; }
.method-clarifier .kicker { color: #c8dce7; }
.method-clarifier h2 { color: var(--ivory); }
.method-clarifier p { margin-top: 20px; color: rgba(255, 255, 250, 0.76); font-size: 1.04rem; }

/* Quote */
.quote-band { text-align: center; }
.quote-band blockquote {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(1.5rem, 1.2rem + 1.6vw, 2.2rem);
  line-height: 1.4;
  color: var(--primary-deep);
  max-width: 820px;
  margin: 0 auto;
}
.quote-mark { width: 54px; height: auto; margin: 0 auto 24px; display: block; }
.quote-band cite { display: block; margin-top: 26px; font-family: var(--sans); font-style: normal; font-size: 0.95rem; color: var(--ink-soft); }
.quote-band cite strong { display: block; font-weight: 500; color: var(--ink); font-size: 1.02rem; }

/* Kiki / culture card */
.culture-card {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 0;
  background: var(--ivory);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.culture-card img { height: 100%; width: 100%; object-fit: cover; }
.culture-body { padding: 36px 38px; align-self: center; }
.culture-body h3 { margin-bottom: 12px; }
.culture-body p { font-size: 0.98rem; color: var(--ink-soft); }

/* FAQ accordion */
.faq-list { max-width: 820px; margin-inline: auto; }
.faq-item { border-bottom: 1px solid var(--line); border-left: 3px solid transparent; padding-left: 6px; transition: background-color 0.3s ease, border-color 0.3s ease; }
.faq-item[open] { border-left-color: var(--blush-deep); background: linear-gradient(to right, rgba(239, 213, 213, 0.14), transparent 60%); border-radius: 0 14px 14px 0; }
.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  cursor: pointer;
  list-style: none;
  padding: 24px 4px;
  font-family: var(--serif);
  font-size: 1.18rem;
  color: var(--ink);
  min-height: 48px;
  transition: color 0.2s ease;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { color: var(--primary); }
.faq-item summary .faq-icon {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid var(--line);
  display: grid;
  place-items: center;
  font-size: 1rem;
  color: var(--primary);
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.25s ease;
}
.faq-item[open] summary { color: var(--primary); }
.faq-item[open] .faq-icon { transform: rotate(45deg); background: var(--blush-soft); }
.faq-body { padding: 0 46px 26px 4px; color: var(--ink-soft); }

/* CTA panel */
.cta-panel {
  position: relative;
  overflow: clip;
  background: var(--ivory);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: clamp(48px, 7vw, 84px) clamp(28px, 6vw, 84px);
  text-align: center;
  box-shadow: var(--shadow-sm);
}
.cta-texture { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0.85; }
.cta-texture::after { content: ""; position: absolute; inset: 0; background: rgba(255, 253, 246, 0.45); }
.cta-panel::after {
  content: "";
  position: absolute;
  right: clamp(-26px, -2vw, -12px);
  bottom: clamp(-34px, -2.5vw, -18px);
  width: clamp(150px, 19vw, 230px);
  aspect-ratio: 1;
  background: url('/images/motif-sprig.webp') center/contain no-repeat;
  mix-blend-mode: multiply;
  opacity: 0.6;
  transform: rotate(-10deg);
  pointer-events: none;
}
.cta-panel > .cta-content { position: relative; z-index: 1; }
.cta-panel h2 { max-width: 620px; margin-inline: auto; }
.cta-panel p { margin: 18px auto 0; color: var(--ink-soft); }
.cta-panel .hero-actions { justify-content: center; }

/* Contact */
.contact-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(36px, 5vw, 72px); align-items: start; }
.contact-info-list { list-style: none; display: grid; gap: 6px; margin-top: 28px; }
.contact-info-list li { display: flex; gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--line); align-items: baseline; }
.contact-info-list .label { font-size: 0.8rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-soft); width: 92px; flex-shrink: 0; font-weight: 400; }
.contact-info-list a, .contact-info-list span.val { font-size: 1.05rem; font-weight: 300; color: var(--ink); }
.contact-info-list a:hover { color: var(--primary); }

.form-card { position: relative; overflow: clip; background: var(--ivory); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(28px, 4vw, 44px); box-shadow: var(--shadow-sm); }
.form-card::after {
  content: "";
  position: absolute;
  right: -26px;
  top: -30px;
  width: clamp(110px, 12vw, 150px);
  aspect-ratio: 1;
  background: url('/images/motif-sprig.webp') center/contain no-repeat;
  mix-blend-mode: multiply;
  opacity: 0.5;
  transform: rotate(160deg);
  pointer-events: none;
}
.form-card > * { position: relative; z-index: 1; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-field { display: grid; gap: 8px; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { font-size: 0.85rem; font-weight: 400; letter-spacing: 0.04em; color: var(--ink-soft); }
.form-field input, .form-field select, .form-field textarea {
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 300;
  color: var(--ink);
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 14px 16px;
  width: 100%;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.form-field textarea { min-height: 130px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(66, 120, 152, 0.12);
}
.form-note { font-size: 0.84rem; color: var(--ink-soft); margin-top: 14px; }

.calendly-frame { border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; background: var(--ivory); box-shadow: var(--shadow-sm); }
.calendly-frame iframe { display: block; width: 100%; height: 760px; border: 0; }

/* ---------- Footer ---------- */
.site-footer {
  position: relative;
  background: var(--ivory);
  border-top: 1px solid var(--line);
  margin-top: calc(-1 * var(--curve));
  border-top-left-radius: var(--curve);
  border-top-right-radius: var(--curve);
}
.footer-main { display: grid; grid-template-columns: 1.4fr 0.8fr 1fr; gap: clamp(40px, 7vw, 96px); padding: clamp(52px, 7vw, 84px) 0 44px; }
.footer-brand .logo img { height: 86px; }
.footer-brand p { font-size: 0.92rem; color: var(--ink-soft); margin-top: 20px; max-width: 34ch; }
.footer-social { display: flex; gap: 18px; margin-top: 22px; }
.footer-social a { font-size: 0.82rem; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 400; color: var(--primary); }
.footer-col h4 { font-family: var(--sans); font-size: 0.8rem; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 20px; }
.footer-col ul { list-style: none; display: grid; }
.footer-col a { display: inline-block; font-size: 0.95rem; font-weight: 300; color: var(--ink); padding: 8px 0; }
.footer-col a:hover { color: var(--primary); }
.footer-col .footer-booking-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 8px;
  padding: 12px 18px;
  border-radius: 999px;
  background: var(--blush);
  color: var(--primary-deep);
  font-weight: 400;
}
.footer-col .footer-booking-link:hover { background: var(--blush-deep); color: var(--primary-deep); }
.footer-service-note { max-width: 30ch; margin-top: 18px; color: var(--ink-soft); font-size: 0.82rem; line-height: 1.6; }
.footer-social a { padding: 10px 0; }
.footer-bottom { border-top: 1px solid var(--line); padding: 24px 0; display: flex; flex-wrap: wrap; gap: 12px 28px; align-items: center; justify-content: space-between; font-size: 0.84rem; color: var(--ink-soft); }
.footer-bottom a { color: var(--ink-soft); }
.footer-bottom a:hover { color: var(--primary); }

/* ---------- Reveal motion (hidden state only when JS is active) ---------- */
html.has-reveal .reveal { opacity: 1; transform: translateY(20px); transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1); }
html.has-reveal .reveal.in { opacity: 1; transform: none; }
.reveal-d1 { transition-delay: 0.08s; }
.reveal-d2 { transition-delay: 0.16s; }
.reveal-d3 { transition-delay: 0.24s; }
.reveal-d4 { transition-delay: 0.32s; }

/* ---------- Home hero v2: arch portrait ---------- */
.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(40px, 6vw, 90px);
  align-items: center;
  position: relative;
  padding: clamp(44px, 5.5vw, 74px) 0 calc(clamp(42px, 5.5vw, 72px) + var(--curve) * 0.65);
}
.hero-grid .hero-inner { padding: 0; max-width: none; }
.hero-grid h1 { font-size: clamp(2.45rem, 1.72rem + 2.25vw, 3.55rem); line-height: 1.03; }
.hero-grid .hero-inner .lead { margin-top: 20px; font-size: clamp(0.98rem, 0.94rem + 0.22vw, 1.1rem); line-height: 1.62; }
.hero-grid .hero-actions { margin-top: 24px; }
.hero-grid .hero-trust { margin-top: 24px; padding-top: 18px; gap: 8px 20px; }
.hero-grid .hero-trust li { font-size: 0.74rem; letter-spacing: 0.035em; }

.hero-portrait { position: relative; max-width: 440px; justify-self: end; }
.hero-portrait img {
  border-radius: 999px 999px var(--radius-lg) var(--radius-lg);
  aspect-ratio: 4 / 5;
  object-fit: cover;
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(229, 191, 191, 0.6);
}
.hero-portrait::after {
  content: "";
  position: absolute;
  inset: -12%;
  z-index: -1;
  background: radial-gradient(closest-side, rgba(242, 196, 196, 0.4), transparent 72%);
  pointer-events: none;
}
.hero-portrait::before {
  content: "";
  position: absolute;
  inset: -14px;
  border: 1px solid var(--blush-deep);
  border-radius: 999px 999px calc(var(--radius-lg) + 12px) calc(var(--radius-lg) + 12px);
  pointer-events: none;
}
.float-chip {
  position: absolute;
  background: var(--ivory);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--shadow-md);
  padding: 13px 18px;
  font-size: 0.85rem;
  font-weight: 400;
  color: var(--ink);
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}
.float-chip .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--pink); flex-shrink: 0; }
.float-chip strong { font-weight: 500; color: var(--primary-deep); }
.float-chip small { display: block; margin-top: 3px; color: var(--ink-soft); font-size: 0.7rem; line-height: 1.3; }
.chip-a { top: 9%; left: -17%; animation: floaty 7s ease-in-out infinite; }
.chip-b { bottom: 7%; right: -13%; max-width: min(380px, 88vw); white-space: normal; animation: floaty 8s ease-in-out 1.2s infinite; }
@keyframes floaty { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }

/* ---------- Home trust signals ---------- */
.home-proof-bar { position: relative; background: var(--ivory); border-block: 1px solid var(--line); }
.home-proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.home-proof-grid > div { min-height: 94px; padding: 20px 22px; display: flex; flex-direction: column; justify-content: center; text-align: center; }
.home-proof-grid > div + div { border-left: 1px solid var(--line); }
.home-proof-grid strong { font-family: var(--serif); color: var(--primary-deep); font-size: clamp(1.16rem, 1.05rem + 0.35vw, 1.4rem); font-weight: 400; }
.home-proof-grid span { margin-top: 4px; color: var(--ink-soft); font-size: 0.74rem; letter-spacing: 0.08em; text-transform: uppercase; }

.founder-role { margin-top: 8px !important; color: var(--primary) !important; font-size: 0.82rem; font-weight: 500; letter-spacing: 0.11em; text-transform: uppercase; }
.founder-quote { margin: 24px 0 0; padding-left: 22px; border-left: 3px solid var(--blush-deep); color: var(--primary-deep); font-family: var(--serif); font-size: 1.08rem; font-style: italic; line-height: 1.65; }
.home-credentials { display: flex; flex-wrap: wrap; gap: 10px; margin: 24px 0 28px; list-style: none; }
.home-credentials li { padding: 9px 13px; border: 1px solid rgba(66, 120, 152, 0.2); border-radius: 999px; background: rgba(255, 255, 250, 0.72); color: var(--primary-deep); font-size: 0.76rem; }

/* Personal founder welcome */
.home-welcome-section::after {
  content: "";
  position: absolute;
  right: clamp(-40px, -2vw, -14px);
  top: clamp(18px, 3vw, 44px);
  width: clamp(140px, 17vw, 250px);
  aspect-ratio: 1;
  background: url('/images/motif-sprig.webp') center/contain no-repeat;
  mix-blend-mode: multiply;
  opacity: 0.55;
  transform: rotate(14deg);
  pointer-events: none;
}
.home-welcome-section > .wrap { z-index: 1; }
.home-welcome-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(48px, 8vw, 110px);
  align-items: center;
}
.home-welcome-visual {
  position: relative;
  max-width: 560px;
  padding: 0 clamp(54px, 6vw, 82px) clamp(62px, 7vw, 86px) 0;
}
.home-welcome-portrait img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border: 1px solid rgba(229, 191, 191, 0.72);
  border-radius: 999px 999px var(--radius-lg) var(--radius-lg);
  box-shadow: var(--shadow-lg);
}
.home-welcome-portrait::before {
  content: "";
  position: absolute;
  inset: -14px clamp(40px, 5vw, 68px) clamp(48px, 6vw, 70px) -14px;
  border: 1px solid rgba(66, 120, 152, 0.2);
  border-radius: 999px 999px calc(var(--radius-lg) + 12px) calc(var(--radius-lg) + 12px);
  pointer-events: none;
}
.home-welcome-kiki {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(47%, 238px);
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--ivory);
  box-shadow: var(--shadow-lg);
  transform: rotate(2deg);
}
.home-welcome-kiki img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center bottom;
  border-radius: 12px;
}
.home-welcome-kiki figcaption { display: grid; gap: 1px; padding: 9px 7px 5px; line-height: 1.35; }
.home-welcome-kiki strong { font-family: var(--serif); font-weight: 400; color: var(--primary-deep); }
.home-welcome-kiki span { color: var(--ink-soft); font-size: 0.63rem; letter-spacing: 0.06em; text-transform: uppercase; }
.home-welcome-copy h2 { font-size: clamp(2.45rem, 1.9rem + 2vw, 3.7rem); }
.name-pronunciation {
  margin-top: 10px;
  font-size: 0.95rem;
  font-weight: 300;
  color: var(--ink-soft);
}
.name-pronunciation strong { font-weight: 500; color: var(--primary-deep); }
.name-pronunciation .pron-ipa { font-family: var(--serif); font-style: italic; }
.home-welcome-copy > .lead { margin-top: 20px; max-width: 650px; }
.home-welcome-quote {
  position: relative;
  margin-top: 26px;
  padding: 24px 26px;
  border: 1px solid rgba(66, 120, 152, 0.15);
  border-radius: 18px;
  background: rgba(255, 255, 250, 0.72);
  color: var(--primary-deep);
  font-family: var(--serif);
  font-size: clamp(1.02rem, 0.96rem + 0.25vw, 1.16rem);
  font-style: italic;
  line-height: 1.6;
}
.home-welcome-personal { margin-top: 20px; color: var(--ink-soft); }
.home-welcome-signature { display: grid; gap: 2px; margin-top: 22px; padding-left: 18px; border-left: 3px solid var(--blush-deep); }
.home-welcome-signature strong { color: var(--ink); font-weight: 500; }
.home-welcome-signature span { color: var(--ink-soft); font-size: 0.78rem; letter-spacing: 0.08em; text-transform: uppercase; }
.home-welcome-copy .home-credentials { margin-bottom: 0; }
.home-welcome-copy .hero-actions { margin-top: 26px; }

/* Editorial homepage: fewer marketing modules, more human rhythm */
.home-open-door {
  position: relative;
  overflow: hidden;
}
.home-open-door::after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  right: -170px;
  bottom: -230px;
  border: 1px solid rgba(229, 191, 191, 0.38);
  border-radius: 50%;
  pointer-events: none;
}
.home-open-door-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(48px, 8vw, 118px);
  align-items: center;
  position: relative;
  z-index: 1;
}
.home-open-door-intro h2 { max-width: 620px; font-size: clamp(2.2rem, 1.65rem + 1.75vw, 3.35rem); }
.home-open-door-note { max-width: 690px; padding-left: clamp(28px, 4vw, 54px); border-left: 1px solid rgba(66, 120, 152, 0.22); }
.home-open-door-note > .lead { color: var(--ink); font-family: var(--serif); font-size: clamp(1.12rem, 1.04rem + 0.3vw, 1.3rem); line-height: 1.68; }
.home-open-door-note > p:not(.lead) { margin-top: 18px; color: var(--ink-soft); }
.home-open-door-note .home-open-door-signoff { color: var(--primary-deep); font-family: var(--serif); font-size: 1.08rem; font-style: italic; }
.home-open-door-note .btn { margin-top: 26px; }

.home-delivery-list { border-top: 1px solid rgba(66, 120, 152, 0.24); }
.home-delivery-row {
  display: grid;
  grid-template-columns: 92px minmax(110px, 0.66fr) minmax(170px, 0.86fr) minmax(0, 1.7fr) 28px;
  gap: clamp(18px, 3vw, 42px);
  align-items: center;
  padding: 22px 4px;
  border-bottom: 1px solid rgba(66, 120, 152, 0.2);
  color: var(--ink);
  transition: padding-inline 0.25s ease, background 0.25s ease, color 0.2s ease;
}
.home-delivery-row:hover { padding-inline: 16px; background: rgba(234, 241, 245, 0.42); color: var(--primary-deep); }
.home-delivery-thumb {
  width: 92px;
  height: 112px;
  overflow: hidden;
  border-radius: 999px 999px 18px 18px;
  border: 1px solid rgba(229, 191, 191, 0.6);
  box-shadow: var(--shadow-sm);
}
.home-delivery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.home-delivery-row:hover .home-delivery-thumb img { transform: scale(1.06); }
.home-delivery-tag { color: var(--primary); font-size: 0.66rem; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; }
.home-delivery-row h3 { color: inherit; font-size: clamp(1.2rem, 1.08rem + 0.36vw, 1.48rem); }
.home-delivery-row p { color: var(--ink-soft); font-size: 0.88rem; line-height: 1.65; }
.home-delivery-row .arr { color: var(--primary-deep); font-size: 1.15rem; transition: transform 0.2s ease; }
.home-delivery-row:hover .arr { transform: translateX(5px); }

.home-specialty-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px clamp(14px, 2vw, 22px);
}
.home-specialty-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 62px;
  padding: 15px 22px;
  border: 1px solid rgba(255, 253, 246, 0.85);
  border-radius: 999px;
  background: rgba(255, 253, 246, 0.55);
  color: var(--primary-deep);
  font-family: var(--serif);
  font-size: clamp(1rem, 0.94rem + 0.22vw, 1.14rem);
  transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.home-specialty-link:hover { background: rgba(255, 253, 246, 0.92); transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.home-specialty-link .arr { font-family: var(--sans); font-size: 1rem; opacity: 0.58; transition: transform 0.2s ease, opacity 0.2s ease; }
.home-specialty-link:hover .arr { opacity: 1; transform: translateX(5px); }
.home-specialty-link .specialty-label { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.home-specialty-link .specialty-label strong {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(1.02rem, 0.96rem + 0.22vw, 1.16rem);
  color: var(--primary-deep);
  line-height: 1.25;
}
.home-specialty-link .specialty-label small {
  font-family: var(--sans);
  font-size: 0.7rem;
  font-weight: 400;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--ink-muted);
}

.home-method-editorial { border-top: 1px solid rgba(66, 120, 152, 0.22); }
.home-method-editorial p {
  display: grid;
  grid-template-columns: minmax(105px, 0.48fr) minmax(0, 1.52fr);
  gap: 24px;
  align-items: baseline;
  margin: 0;
  padding: 23px 0;
  border-bottom: 1px solid rgba(66, 120, 152, 0.18);
}
.home-method-editorial strong { color: var(--primary-deep); font-family: var(--serif); font-size: clamp(1.45rem, 1.28rem + 0.55vw, 1.82rem); font-weight: 400; }
.home-method-editorial span { color: var(--ink-soft); font-size: 0.9rem; line-height: 1.55; }

/* Human collaboration statement */
.home-collaboration-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: clamp(52px, 9vw, 128px);
  align-items: center;
}
.home-collaboration-copy h2 { max-width: 760px; }
.home-collaboration-copy > .lead { margin-top: 22px; }
.home-collaboration-copy > p:not(.lead) { margin-top: 18px; color: var(--ink-soft); }
.home-collaboration-copy .btn { margin-top: 30px; }
.home-collaboration-note {
  padding: clamp(34px, 5vw, 58px) 0 clamp(34px, 5vw, 58px) clamp(34px, 5vw, 58px);
  border-left: 1px solid rgba(66, 120, 152, 0.25);
}
.home-collaboration-note > span { color: var(--primary-deep); font-size: 0.7rem; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; }
.home-collaboration-note > p { margin-top: 18px; color: var(--primary-deep); font-family: var(--serif); font-size: clamp(2rem, 1.5rem + 1.6vw, 3rem); line-height: 1.22; }
.home-collaboration-note > small { display: block; margin-top: 22px; color: var(--ink-soft); font-size: 0.76rem; letter-spacing: 0.07em; }

/* First-contact conversation */
.home-first-call-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(48px, 8vw, 112px);
  align-items: center;
}
.home-first-call-note h2 { margin-top: 6px; font-size: clamp(2.35rem, 1.72rem + 2.15vw, 3.6rem); }
.home-first-call-note > .lead { margin-top: 22px; }
.home-first-call-note > p:not(.lead) { margin-top: 18px; color: var(--ink-soft); }
.home-first-call-signature { display: grid; gap: 2px; margin-top: 26px; padding-left: 18px; border-left: 3px solid var(--blush-deep); }
.home-first-call-signature strong { color: var(--ink); font-weight: 500; }
.home-first-call-signature span { color: var(--ink-soft); font-size: 0.76rem; letter-spacing: 0.08em; text-transform: uppercase; }
.home-first-call-note .hero-actions { margin-top: 28px; }
.home-first-call-conversation { border-block: 1px solid rgba(66, 120, 152, 0.2); }
.first-call-moment {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 24px;
  padding: 30px 0;
  align-items: start;
}
.first-call-moment + .first-call-moment { border-top: 1px solid rgba(66, 120, 152, 0.16); }
.first-call-moment > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 7px 10px;
  border: 1px solid rgba(66, 120, 152, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 250, 0.68);
  color: var(--primary-deep);
  font-size: 0.67rem;
  font-weight: 500;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  white-space: nowrap;
}
.first-call-moment h3 { color: var(--primary-deep); font-size: clamp(1.22rem, 1.08rem + 0.45vw, 1.48rem); }
.first-call-moment p { margin-top: 8px; color: var(--ink-soft); font-size: 0.94rem; line-height: 1.65; }

/* ---------- Marquee ribbon ---------- */
.marquee-band {
  background: var(--blush-soft);
  border-block: 1px solid rgba(66, 120, 152, 0.08);
  overflow: hidden;
  padding: 20px 0;
}
.marquee-track { display: flex; width: max-content; animation: marquee 46s linear infinite; }
.marquee-band:hover .marquee-track { animation-play-state: paused; }
.marquee-track ul { display: flex; align-items: center; list-style: none; }
.marquee-track li {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.12rem;
  color: var(--primary-deep);
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.marquee-track li::after { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--pink); margin: 0 26px; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---------- Stats band ---------- */
.stats-band { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.stat { text-align: center; padding: 34px 18px; background: var(--ivory); border: 1px solid var(--line); border-radius: var(--radius-lg); }
.stat .num { font-family: var(--serif); font-size: clamp(2.4rem, 2rem + 2vw, 3.4rem); color: var(--primary); line-height: 1; display: block; }
.stat .num sup { font-size: 0.5em; }
.stat .lbl { display: block; margin-top: 12px; font-size: 0.86rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-soft); font-weight: 400; }

/* ---------- Cross-document view transitions ---------- */
@view-transition { navigation: auto; }
::view-transition-old(root) { animation: vt-out 0.18s ease both; }
::view-transition-new(root) { animation: vt-in 0.24s ease both; }
@keyframes vt-out { to { opacity: 0; } }
@keyframes vt-in { from { opacity: 0; } }

/* ---------- Proposal page ---------- */
.prop-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--ivory);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 9px 20px;
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 400;
  color: var(--primary-deep);
  margin-bottom: 26px;
}
.check-list { list-style: none; display: grid; gap: 0; max-width: 640px; }
.check-list li { display: flex; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--line); align-items: baseline; }
.check-list .tick { color: var(--primary); font-weight: 500; flex-shrink: 0; }
.price-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; max-width: 1080px; margin-inline: auto; align-items: start; }
.price-card { background: var(--ivory); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 38px 34px; position: relative; }
.price-card.featured { border-color: var(--primary); box-shadow: var(--shadow-md); }
.price-card .plan-flag { position: absolute; top: -13px; left: 32px; background: var(--blush); color: var(--primary-deep); font-size: 0.72rem; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; padding: 5px 14px; border-radius: 999px; }
.price-card .amount { font-family: var(--serif); font-size: 2.6rem; color: var(--ink); }
.price-card .amount span { font-family: var(--sans); font-size: 1rem; color: var(--ink-soft); }
.price-card ul { list-style: none; margin-top: 20px; display: grid; gap: 10px; }
.price-card ul li { display: flex; gap: 10px; font-size: 0.95rem; color: var(--ink-soft); }
.price-card ul .tick { color: var(--primary); }
.timeline { list-style: none; max-width: 720px; counter-reset: tstep; }
.timeline li { position: relative; padding: 0 0 30px 56px; counter-increment: tstep; }
.timeline li::before {
  content: counter(tstep);
  position: absolute; left: 0; top: -2px;
  width: 38px; height: 38px; border-radius: 50%;
  background: var(--blush); color: var(--primary-deep);
  font-family: var(--serif); font-size: 1.05rem;
  display: grid; place-items: center;
}
.timeline li:not(:last-child)::after { content: ""; position: absolute; left: 19px; top: 40px; bottom: 6px; width: 1px; background: var(--line); }
.timeline strong { display: block; font-weight: 500; color: var(--ink); }
.timeline p { font-size: 0.95rem; color: var(--ink-soft); margin-top: 4px; }

/* ---------- Utility ---------- */
.skip-link {
  position: absolute;
  left: -9999px;
  top: 12px;
  z-index: 300;
  background: var(--ivory);
  color: var(--primary);
  padding: 12px 20px;
  border-radius: 10px;
  box-shadow: var(--shadow-md);
}
.skip-link:focus { left: 12px; }

.text-center { text-align: center; }
.mt-0 { margin-top: 0; }

/* ---------- Responsive ---------- */
@media (max-width: 1120px) {
  .nav-links { display: none; }
  .nav-cta .btn { display: none; }
  .nav-toggle { display: flex; }
}

@media (max-width: 1024px) {
  .nav-links { display: none; }
  .nav-cta .btn { display: none; }
  .nav-toggle { display: flex; }
  .cols-4 { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: 1fr; }
  .method-branches-grid, .method-steps { grid-template-columns: repeat(2, 1fr); }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 960px) {
  .hero-grid { grid-template-columns: 1fr; gap: 44px; }
  .hero-portrait { justify-self: center; max-width: 380px; width: 88%; }
  .chip-a { left: -6px; }
  .chip-b { right: -6px; }
  .stats-band { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .price-cards { grid-template-columns: 1fr; }
  .answer-shell { grid-template-columns: 1fr; }
  .method-home-grid, .method-definition-grid, .method-outcomes-grid { grid-template-columns: 1fr; }
  .method-home-path { max-width: 620px; }
  .method-branch-strip { grid-template-columns: repeat(2, 1fr); }
  .method-branch-strip li:nth-child(3) { border-left: 0; border-top: 1px solid rgba(66, 120, 152, 0.15); }
  .method-branch-strip li:nth-child(4) { border-top: 1px solid rgba(66, 120, 152, 0.15); }
  .home-service-area-grid { grid-template-columns: 1fr; }
  .home-service-area-copy { max-width: 700px; }
  .home-welcome-grid { grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr); gap: 48px; }
  .home-open-door-grid { grid-template-columns: 1fr; gap: 38px; }
  .home-open-door-note { max-width: 740px; }
  .home-delivery-row { grid-template-columns: 78px minmax(100px, 0.56fr) minmax(150px, 0.8fr) minmax(0, 1.55fr) 24px; }
  .home-delivery-thumb { width: 78px; height: 96px; }
}

@media (max-width: 820px) {
  :root { --nav-h: 76px; }
  .hero-watermark { display: none; }
  .logo img { height: 50px; }
  .split { grid-template-columns: 1fr; }
  .split-figure { order: -1; max-width: 480px; }
  .split-figure img { aspect-ratio: 4 / 5; object-fit: cover; }
  .split-figure::before { inset: 18px -14px -14px 18px; }
  .cols-3 { grid-template-columns: 1fr; }
  .cols-2 { grid-template-columns: 1fr; }
  .spec-grid { grid-template-columns: 1fr; }
  .specialty-accordion-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .clinical-note { grid-template-columns: 1fr; }
  .culture-card { grid-template-columns: 1fr; }
  .culture-card img { aspect-ratio: 1 / 1; }
  .hero-inner { padding-top: 56px; }
  .hero-trust { gap: 12px 20px; }
  .calendly-frame iframe { height: 900px; }
  .page-nav-inner { align-items: flex-start; flex-direction: column; gap: 4px; padding-block: 14px; }
  .method-steps { grid-template-columns: 1fr; }
  .home-proof-grid { grid-template-columns: repeat(2, 1fr); }
  .home-proof-grid > div:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .home-proof-grid > div:nth-child(4) { border-top: 1px solid var(--line); }
  .home-welcome-grid { grid-template-columns: 1fr; }
  .home-welcome-visual { justify-self: center; width: min(100%, 540px); }
  .home-welcome-copy { max-width: 700px; }
  .home-first-call-shell { grid-template-columns: 1fr; }
  .home-first-call-note { max-width: 700px; }
  .home-collaboration-grid { grid-template-columns: 1fr; }
  .home-collaboration-note { max-width: 680px; padding-top: 28px; padding-bottom: 28px; }
  .home-delivery-row { grid-template-columns: 72px minmax(0, 0.7fr) minmax(0, 1.3fr) 24px; gap: 12px 20px; }
  .home-delivery-thumb { grid-column: 1; grid-row: 1 / span 2; width: 72px; height: 90px; }
  .home-delivery-row .home-delivery-tag { grid-column: 2; }
  .home-delivery-row h3 { grid-column: 2; }
  .home-delivery-row p { grid-column: 3; grid-row: 1 / span 2; }
  .home-delivery-row .arr { grid-column: 4; grid-row: 1 / span 2; }
}

@media (max-width: 520px) {
  .wrap { width: calc(100% - 40px); }
  .nav-phone { display: none; }
  .cols-4 { grid-template-columns: 1fr; }
  .hero-actions .btn { width: 100%; justify-content: center; }
  .footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 20px;
    padding: 42px 0 30px;
  }
  .footer-brand { grid-column: 1 / -1; }
  .footer-brand .logo img { height: 68px; }
  .footer-brand p { margin-top: 14px; max-width: 42ch; }
  .footer-social { margin-top: 12px; }
  .footer-col h4 { margin-bottom: 10px; font-size: 0.72rem; }
  .footer-col a { padding: 4px 0; font-size: 0.84rem; line-height: 1.35; }
  .footer-col .footer-booking-link { padding: 9px 13px; font-size: 0.8rem; }
  .footer-service-note { margin-top: 12px; font-size: 0.74rem; }
  .footer-bottom { display: grid; grid-template-columns: 1fr 1fr; align-items: start; padding: 18px 0; gap: 12px 20px; }
  .footer-bottom span:last-child { text-align: right; }
  .mobile-menu-top { height: 64px; }
  .mobile-menu-top .logo img { height: 40px; }
  .menu-close { width: 42px; height: 42px; }
  .mobile-menu .mobile-links, .mobile-menu .mobile-menu-bottom { width: calc(100% - 32px); }
  .mobile-links { margin-top: 4px; }
  .mobile-links a { font-size: 1.02rem; min-height: 38px; padding: 6px 4px; }
  .mobile-links .sub-item a { font-size: 0.74rem; min-height: 32px; padding: 5px 4px 5px 16px; }
  .mobile-menu-bottom { padding-top: 12px; }
  .mobile-menu-bottom .btn { min-height: 42px; padding: 9px 10px; font-size: 0.78rem; }
  .mobile-menu-phone { font-size: 0.82rem; }
  .mobile-menu-social { gap: 20px; }
  .card { padding: 26px 22px; }
  .answer-facts { grid-template-columns: 1fr; }
  .answer-fact { min-height: 0; }
  .method-home-path > div:nth-child(2), .method-home-path > div:nth-child(3), .method-home-path > div:nth-child(4) { margin-left: 0; }
  .method-branch-strip, .method-branches-grid, .method-outcomes { grid-template-columns: 1fr; }
  .method-branch-strip li + li, .method-branch-strip li:nth-child(3), .method-branch-strip li:nth-child(4) { border-left: 0; border-top: 1px solid rgba(66, 120, 152, 0.15); }
  .method-branch-card { min-height: 0; }
  .home-proof-grid { grid-template-columns: 1fr; }
  .home-proof-grid > div + div, .home-proof-grid > div:nth-child(3), .home-proof-grid > div:nth-child(4) { border-left: 0; border-top: 1px solid var(--line); }
  .chip-b { right: -6px; }
  .home-service-area-list { padding: 22px 16px; }
  .service-area-label { align-items: flex-start; flex-direction: column; gap: 5px; }
  .service-area-label strong { text-align: left; }
  .city-chip-grid { gap: 8px; }
  .city-chip-grid li > * { min-height: 42px; padding: 8px 10px; font-size: 0.72rem; }
  .home-welcome-visual { padding: 0 36px 62px 0; }
  .home-welcome-portrait::before { inset: -9px 27px 48px -9px; }
  .home-welcome-kiki { width: 52%; }
  .home-welcome-kiki figcaption { padding: 7px 5px 3px; }
  .home-welcome-kiki span { font-size: 0.54rem; }
  .home-welcome-copy h2 { font-size: clamp(2.35rem, 13vw, 3.2rem); }
  .home-welcome-quote { padding: 20px 18px; }
  .first-call-moment { grid-template-columns: 1fr; gap: 13px; padding: 24px 0; }
  .first-call-moment > span { justify-self: start; }
  .home-collaboration-note { padding-left: 22px; }
  .home-open-door-note { padding-left: 20px; }
  .home-delivery-row { grid-template-columns: 64px minmax(0, 1fr) 24px; gap: 7px 14px; padding: 22px 2px; }
  .home-delivery-thumb { grid-column: 1; grid-row: 1 / span 3; width: 64px; height: 82px; align-self: start; }
  .home-delivery-row .home-delivery-tag,
  .home-delivery-row h3,
  .home-delivery-row p { grid-column: 2; grid-row: auto; }
  .home-delivery-row .arr { grid-column: 3; grid-row: 1 / span 3; align-self: center; }
  .home-delivery-row:hover { padding-inline: 8px; }
  .home-specialty-links { grid-template-columns: 1fr; }
  .home-specialty-link { min-height: 58px; }
  .specialty-accordion-item summary { min-height: 74px; padding: 16px; grid-template-columns: 28px minmax(0, 1fr) 32px; gap: 10px; }
  .specialty-accordion-body { margin: 0 16px 18px 54px; }
  .home-method-editorial p { grid-template-columns: 1fr; gap: 5px; padding: 20px 0; }
}

/* ============================================================
   Homepage matched to Siobhain's final ChatGPT reference
   ============================================================ */
.home-page {
  --mock-ink: #171713;
  --mock-green: #657556;
  --mock-green-dark: #536346;
  --mock-coral: #d38b7a;
  --mock-blush: #f5e9e3;
  --mock-paper: #fcfaf6;
  --mock-line: rgba(88, 77, 62, 0.14);
  --wrap: 1240px;
  color: var(--mock-ink);
  background: var(--mock-paper);
}
.home-page h1,
.home-page h2,
.home-page h3 { color: var(--mock-ink); }
.home-page .site-header {
  position: relative;
  top: auto;
  height: 88px;
  background: rgba(252, 250, 246, 0.98);
  border-bottom: 1px solid var(--mock-line);
}
.home-page .nav-bar {
  width: min(1320px, calc(100% - 56px));
  min-height: 88px;
}
.home-page .logo img { height: 58px; }
.home-page .nav-links { gap: 2px; }
.home-page .nav-links a {
  padding: 11px 12px;
  color: var(--mock-ink);
  font-size: 0.73rem;
  font-weight: 400;
}
.home-page .nav-links a:hover { color: var(--mock-green-dark); background: rgba(101, 117, 86, 0.06); }
.home-page .nav-phone { display: none; }
.home-page .nav-cta { gap: 10px; }
.home-page .nav-cta .btn {
  min-height: 46px;
  padding: 12px 22px;
  color: #fff;
  background: var(--mock-coral);
  border-color: var(--mock-coral);
  font-size: 0.76rem;
}
.home-page .nav-cta .btn:hover { color: #fff; background: #bf796b; }

.home-page .kicker {
  margin-bottom: 15px;
  color: var(--mock-green-dark);
  font-size: 0.69rem;
  font-weight: 500;
  letter-spacing: 0.15em;
}
.home-page .kicker::before { display: none; }
.home-page .home-hero {
  overflow: hidden;
  background:
    radial-gradient(circle at 89% 24%, rgba(239, 218, 206, 0.45), transparent 27%),
    var(--mock-paper);
  border-bottom: 0;
}
.home-page .home-hero::before { display: none; }
.home-page .home-hero-grid {
  grid-template-columns: minmax(0, 1.03fr) minmax(480px, 0.97fr);
  gap: clamp(48px, 5vw, 78px);
  min-height: 635px;
  padding: 48px 0 32px;
}
.home-page .home-hero-copy { max-width: 600px; padding-left: 4px; }
.home-page .home-hero-copy h1 {
  max-width: 610px;
  font-size: clamp(3.2rem, 4vw, 4.15rem);
  line-height: 1.08;
  letter-spacing: -0.025em;
}
.home-page .home-hero-copy h1 > span { display: block; }
.home-page .home-hero-copy h1 em {
  display: block;
  color: var(--mock-green);
  font-weight: 400;
  line-height: 0.98;
}
.home-page .home-hero-subhead {
  max-width: 570px;
  margin-top: 24px;
  color: #383933;
  font-size: 1rem;
  line-height: 1.65;
}
.home-page .home-hero .hero-actions { gap: 12px; margin-top: 27px; }
.home-page .home-hero .btn {
  min-height: 48px;
  padding: 13px 21px;
  border-radius: 999px;
  font-size: 0.76rem;
}
.home-page .home-hero .btn-primary {
  color: #fff;
  background: var(--mock-green-dark);
  border-color: var(--mock-green-dark);
}
.home-page .home-hero .btn-ghost {
  color: var(--mock-ink);
  background: rgba(255, 255, 255, 0.5);
  border-color: var(--mock-green-dark);
}
.home-page .home-hero-portrait {
  align-self: end;
  min-height: 570px;
  height: 585px;
  padding: 9px 9px 0;
  border: 1px solid rgba(211, 139, 122, 0.38);
  border-radius: 48% 48% 8px 8px / 36% 36% 8px 8px;
}
.home-page .home-hero-portrait img {
  min-height: 0;
  height: 100%;
  object-fit: cover;
  object-position: center 27%;
  border-radius: 48% 48% 4px 4px / 36% 36% 4px 4px;
}
.home-page .home-hero-portrait figcaption {
  right: -20px;
  bottom: 26px;
  width: min(350px, 76%);
  gap: 1px;
  padding: 20px 23px 18px;
  background: rgba(255, 253, 249, 0.97);
  border: 1px solid rgba(88, 77, 62, 0.1);
  border-radius: 16px;
  box-shadow: 0 18px 46px rgba(62, 49, 40, 0.16);
}
.home-page .home-hero-portrait figcaption > span {
  margin: 0 0 4px;
  color: var(--mock-green);
  font-size: 1.35rem;
}
.home-page .home-hero-portrait figcaption strong { color: var(--mock-ink); font-size: 0.92rem; }
.home-page .home-hero-portrait figcaption small { color: #40413b; font-size: 0.69rem; }
.home-page .home-hero-portrait .home-hero-license {
  margin-top: 9px;
  padding-top: 8px;
  color: var(--mock-coral);
  border-top: 1px solid var(--mock-line);
  font-size: 0.63rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.home-page .home-trust-strip {
  background: #fffdfa;
  border-top: 1px solid var(--mock-line);
  border-bottom: 1px solid var(--mock-line);
}
.home-page .home-trust-strip ul { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.home-page .home-trust-strip li {
  grid-template-columns: 42px 1fr;
  align-items: center;
  align-content: center;
  min-height: 114px;
  padding: 21px 26px;
}
.home-page .home-trust-strip li + li { border-left: 1px solid var(--mock-line); }
.home-page .home-trust-strip li::before { display: none; }
.home-page .home-trust-strip li > svg {
  width: 34px;
  height: 34px;
  color: var(--mock-green-dark);
}
.home-page .home-trust-strip li > span { display: grid; gap: 2px; padding: 0; }
.home-page .home-trust-strip strong {
  padding: 0;
  color: var(--mock-ink);
  font-size: 0.78rem;
  font-weight: 500;
  line-height: 1.35;
}
.home-page .home-trust-strip small {
  color: #4c4b45;
  font-size: 0.68rem;
  line-height: 1.45;
}

.home-page .home-mission {
  position: relative;
  overflow: hidden;
  min-height: 275px;
  background: linear-gradient(90deg, #f4eee6 0%, #faf4ef 48%, #f6e9e3 100%);
  border-bottom: 1px solid var(--mock-line);
}
.home-page .home-mission-grid {
  grid-template-columns: minmax(260px, 0.75fr) minmax(500px, 1.5fr) minmax(130px, 0.35fr);
  gap: 38px;
  min-height: 275px;
}
.home-page .home-mission-sprig { align-self: stretch; height: 275px; margin-left: -92px; }
.home-page .home-mission-sprig::after { display: none; }
.home-page .home-mission-sprig img {
  width: 100%;
  height: 275px;
  max-height: none;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
  mix-blend-mode: multiply;
  filter: saturate(0.8) contrast(0.96);
}
.home-page .home-mission-copy { max-width: 680px; text-align: center; }
.home-page .home-mission-copy .kicker { margin-bottom: 13px; }
.home-page .home-mission-copy h2 { font-size: clamp(2rem, 2.45vw, 2.7rem); }
.home-page .home-mission-copy h2 em { color: var(--mock-green); }
.home-page .home-mission-copy p {
  max-width: 60ch;
  margin: 17px auto 0;
  color: #34352f;
  font-size: 0.88rem;
  line-height: 1.7;
}
.home-page .home-mission-mark { justify-self: center; width: 92px; opacity: 0.78; }

.home-page .home-audiences,
.home-page .home-services,
.home-page .home-process { background: #fffdfa; }
.home-page .home-audiences { padding: 26px 0 58px; }
.home-page .home-audiences .section-head,
.home-page .home-services .section-head,
.home-page .home-process .section-head {
  position: relative;
  margin: 0;
}
.home-page .home-audiences .section-head::before,
.home-page .home-audiences .section-head::after,
.home-page .home-services .section-head::before,
.home-page .home-services .section-head::after,
.home-page .home-process .section-head::before,
.home-page .home-process .section-head::after {
  content: "";
  position: absolute;
  top: 7px;
  width: calc(50% - 80px);
  height: 1px;
  background: var(--mock-line);
}
.home-page .section-head::before { left: 0; }
.home-page .section-head::after { right: 0; }
.home-page .home-audience-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 18px;
}
.home-page .home-audience-card {
  display: grid;
  grid-template-rows: 72px 164px 1fr auto;
  min-height: 414px;
  padding: 0;
  overflow: hidden;
  background: linear-gradient(160deg, #fbf8f2, #f6f0e9);
  border: 1px solid rgba(88, 77, 62, 0.12);
  border-radius: 18px;
  box-shadow: 0 8px 30px rgba(80, 64, 50, 0.025);
}
.home-page .home-audience-card::after { display: none; }
.home-page .home-audience-card:hover { color: var(--mock-ink); transform: translateY(-3px); }
.home-page .home-audience-card-head {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 13px 18px 9px;
}
.home-page .home-audience-icon {
  display: grid;
  place-items: center;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  color: #fff;
  background: #7d8a62;
  border-radius: 50%;
}
.home-page .home-audience-icon svg { width: 25px; height: 25px; }
.home-page .home-audience-card h3 { color: var(--mock-ink); font-size: 1.18rem; line-height: 1.05; }
.home-page .home-audience-card figure { height: 164px; overflow: hidden; }
.home-page .home-audience-card figure picture,
.home-page .home-audience-card figure img { width: 100%; height: 100%; }
.home-page .home-audience-card figure img { object-fit: cover; object-position: center; }
.home-page .home-audience-card:nth-child(1) figure img { object-position: center 32%; }
.home-page .home-audience-card:nth-child(2) figure img { object-position: center 30%; }
.home-page .home-audience-card:nth-child(3) figure img { object-position: center 35%; }
.home-page .home-audience-card ul {
  align-self: start;
  list-style: none;
  gap: 5px;
  margin: 0;
  padding: 16px 18px 8px;
  color: #35352f;
  font-size: 0.72rem;
  line-height: 1.45;
}
.home-page .home-audience-card li { position: relative; padding-left: 20px; }
.home-page .home-audience-card li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0.05em;
  display: grid;
  place-items: center;
  width: 14px;
  height: 14px;
  color: #fff;
  background: var(--mock-green-dark);
  border-radius: 50%;
  font-size: 0.55rem;
  font-weight: 600;
}
.home-page .home-audience-link {
  justify-self: start;
  margin: 8px 18px 18px;
  padding: 9px 17px;
  color: #fff;
  background: var(--mock-green-dark);
  border-radius: 999px;
  font-size: 0.66rem;
  font-weight: 500;
}
.home-page .home-audience-card:hover .home-audience-link { background: var(--mock-green); }

.home-page .home-services {
  padding: 22px 0 50px;
  border-top: 1px solid var(--mock-line);
  border-bottom: 1px solid var(--mock-line);
}
.home-page .home-services-head { display: block; }
.home-page .home-services-head h2 { font-size: 2.05rem; }
.home-page .home-service-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin-top: 28px;
}
.home-page .home-service-card {
  display: flex;
  align-items: center;
  min-height: 220px;
  padding: 12px 18px 16px;
  text-align: center;
  background: transparent;
  border: 0;
  border-radius: 0;
}
.home-page .home-service-card + .home-service-card { border-left: 1px solid var(--mock-line); }
.home-page .home-service-card:hover { background: rgba(101, 117, 86, 0.035); box-shadow: none; }
.home-page .home-service-icon { display: grid; place-items: center; width: 52px; height: 52px; color: #75805e; }
.home-page .home-service-icon svg { width: 44px; height: 44px; }
.home-page .home-service-card h3 { margin-top: 10px; color: var(--mock-ink); font-family: var(--sans); font-size: 0.84rem; font-weight: 500; line-height: 1.4; text-wrap: balance; }
.home-page .home-service-card p { margin-top: 9px; color: #4a4942; font-size: 0.7rem; line-height: 1.62; }
.home-page .home-section-action { margin-top: 12px; }
.home-page .home-section-action .btn {
  min-height: 40px;
  padding: 10px 24px;
  color: #fff;
  background: var(--mock-green-dark);
  border-color: var(--mock-green-dark);
  font-size: 0.69rem;
}

.home-page .home-care-method {
  padding: 42px 0 40px;
  background: linear-gradient(100deg, #f5ede5 0%, #fcf9f4 52%, #f2ede5 100%);
  border-bottom: 1px solid var(--mock-line);
}
.home-page .home-care-grid {
  display: grid;
  grid-template-columns: minmax(310px, 0.76fr) minmax(0, 1.64fr);
  gap: 36px;
  align-items: center;
}
.home-page .home-care-copy { max-width: 405px; }
.home-page .home-care-copy .kicker { margin-bottom: 7px; color: var(--mock-green-dark); }
.home-page .home-care-copy h2 { font-size: clamp(1.8rem, 2.35vw, 2.45rem); line-height: 1.08; }
.home-page .home-care-copy h2 em { color: var(--mock-green); }
.home-page .home-care-copy h3 {
  margin-top: 9px;
  font-family: var(--sans);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.home-page .home-care-copy > p {
  margin-top: 11px;
  color: #43433d;
  font-size: 0.73rem;
  line-height: 1.62;
}
.home-page .home-care-quote {
  max-width: 37ch;
  margin-top: 14px;
  color: var(--mock-coral);
  font-family: var(--serif);
  font-size: 0.9rem;
  font-style: italic;
  line-height: 1.42;
}
.home-page .home-care-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  padding-top: 22px;
}
.home-page .home-care-step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 214px;
  padding: 39px 16px 18px;
  text-align: center;
  background: rgba(255, 253, 250, 0.96);
  border: 1px solid rgba(88, 77, 62, 0.1);
  border-radius: 13px;
  box-shadow: 0 7px 24px rgba(71, 60, 48, 0.035);
}
.home-page .home-care-step:not(:last-child)::after {
  content: "\2192";
  position: absolute;
  top: 84px;
  right: -23px;
  z-index: 3;
  color: #738063;
  font-size: 1.3rem;
}
.home-page .home-care-letter {
  position: absolute;
  top: -22px;
  left: 50%;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  color: #fff;
  background: var(--mock-green-dark);
  border: 3px solid #f5f0e9;
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 1.22rem;
  transform: translateX(-50%);
}
.home-page .home-care-step:nth-child(even) .home-care-letter { background: var(--mock-coral); }
.home-page .home-care-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 7px;
  color: #71805f;
}
.home-page .home-care-icon svg { width: 37px; height: 37px; }
.home-page .home-care-step h3 { font-size: 1rem; font-weight: 400; }
.home-page .home-care-step p {
  margin-top: 7px;
  color: #43433d;
  font-size: 0.68rem;
  line-height: 1.55;
}

.home-page .home-founder {
  background: linear-gradient(90deg, #f1e8df 0%, #fbf8f3 42%, #f4f1e9 100%);
  border-bottom: 1px solid var(--mock-line);
}
.home-page .home-founder-grid {
  grid-template-columns: minmax(360px, 0.95fr) minmax(420px, 1.15fr) minmax(190px, 0.55fr);
  gap: 42px;
  min-height: 310px;
  height: 310px;
}
.home-page .home-founder-portrait { align-self: stretch; height: 310px; margin-left: -92px; padding: 0; }
.home-page .home-founder-portrait::before { display: none; }
.home-page .home-founder-portrait picture,
.home-page .home-founder-portrait img { width: 100%; height: 310px; }
.home-page .home-founder-portrait img {
  min-height: 310px;
  object-fit: cover;
  object-position: center top;
  border-radius: 0;
}
.home-page .home-founder-copy { max-width: 560px; padding: 27px 0 22px; }
.home-page .home-founder-copy .kicker { margin-bottom: 10px; }
.home-page .home-founder-copy h2 { font-size: 2.1rem; }
.home-page .home-founder-copy > p:not(.lead) { margin-top: 13px; color: #43433d; font-size: 0.79rem; line-height: 1.65; }
.home-page .home-founder-copy .btn {
  min-height: 40px;
  margin-top: 19px;
  padding: 9px 19px;
  color: var(--mock-ink);
  border-color: rgba(83, 99, 70, 0.55);
  font-size: 0.68rem;
}
.home-page .home-founder-facts {
  align-self: center;
  display: grid;
  gap: 5px;
  padding: 26px 22px;
  background: rgba(101, 117, 86, 0.1);
  border: 1px solid rgba(101, 117, 86, 0.09);
  border-radius: 16px;
}
.home-page .home-founder-facts > span { color: var(--mock-green-dark); font-family: var(--serif); font-size: 2.4rem; line-height: 1; }
.home-page .home-founder-facts strong { color: var(--mock-ink); font-family: var(--serif); font-size: 1rem; font-weight: 400; }
.home-page .home-founder-facts p { color: #4b4a44; font-size: 0.69rem; line-height: 1.55; }
.home-page .home-founder-facts a { margin-top: 8px; color: var(--mock-green-dark); font-size: 0.68rem; font-weight: 500; }

.home-page .home-process { padding: 29px 0 40px; }
.home-page .home-process-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 20px;
}
.home-page .home-process-step {
  grid-template-columns: 48px 1fr;
  gap: 13px;
  min-height: 138px;
  padding: 0 14px 0 0;
}
.home-page .home-process-step + .home-process-step { border-left: 0; }
.home-page .home-process-step:not(:last-child)::after {
  content: "\2192";
  position: absolute;
  top: 34px;
  right: -17px;
  color: #7f8b70;
  font-size: 1.4rem;
}
.home-page .home-process-number {
  position: absolute;
  top: -8px;
  left: 2px;
  z-index: 2;
  width: 22px;
  height: 22px;
  color: #fff;
  background: #88755f;
  font-family: var(--sans);
  font-size: 0.6rem;
}
.home-page .home-process-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-top: 12px;
  color: #6f7e5f;
  background: #f4eee8;
  border-radius: 50%;
}
.home-page .home-process-icon svg { width: 27px; height: 27px; }
.home-page .home-process-step h3 { color: var(--mock-ink); font-family: var(--sans); font-size: 0.8rem; font-weight: 500; line-height: 1.38; text-wrap: balance; }
.home-page .home-process-step p { margin-top: 6px; color: #4b4b45; font-size: 0.69rem; line-height: 1.58; }

.home-page .home-closing-cta {
  padding: 25px 0;
  color: #fff;
  background: linear-gradient(90deg, #59694c, #758663);
}
.home-page .home-closing-cta-inner { gap: 48px; }
.home-page .home-closing-cta h2 { color: #fff; font-size: 1.65rem; }
.home-page .home-closing-cta p { color: rgba(255, 255, 255, 0.9); font-size: 0.76rem; }
.home-page .home-closing-cta .btn-blush {
  min-height: 44px;
  padding: 11px 24px;
  color: #a9584c;
  background: #fff;
  font-size: 0.7rem;
}
.home-page .site-footer {
  margin-top: 0;
  background: #fffdfa;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.home-page .footer-main {
  grid-template-columns: 1.25fr 0.7fr 0.9fr;
  gap: 70px;
  padding: 42px 0 31px;
}
.home-page .footer-brand .logo img { height: 61px; }
.home-page .footer-brand p { margin-top: 12px; font-size: 0.71rem; line-height: 1.55; }
.home-page .footer-social { margin-top: 10px; }
.home-page .footer-social a { font-size: 0.67rem; }
.home-page .footer-col h4 { margin-bottom: 10px; font-size: 0.67rem; }
.home-page .footer-col a { padding: 3px 0; font-size: 0.72rem; }
.home-page .footer-col .footer-booking-link { margin-bottom: 5px; padding: 8px 13px; font-size: 0.68rem; }
.home-page .footer-service-note { margin-top: 9px; font-size: 0.67rem; line-height: 1.5; }
.home-page .footer-bottom { padding: 15px 0; font-size: 0.68rem; }

@media (max-width: 1180px) {
  .home-page .nav-links { display: none; }
  .home-page .nav-cta .btn { display: none; }
  .home-page .nav-toggle { display: flex; }
  .home-page .home-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(400px, 0.88fr); }
  .home-page .home-hero-copy h1 { font-size: clamp(3rem, 5vw, 4.15rem); }
  .home-page .home-care-grid { grid-template-columns: minmax(270px, 0.62fr) minmax(0, 1.38fr); gap: 26px; }
  .home-page .home-care-step { min-height: 220px; padding-inline: 11px; }
  .home-page .home-care-step p { font-size: 0.65rem; }
  .home-page .home-founder-grid { grid-template-columns: minmax(330px, 0.9fr) minmax(0, 1.1fr); }
  .home-page .home-founder-facts { display: none; }
}

@media (max-width: 980px) {
  .home-page .home-audience-grid { gap: 16px; }
  .home-page .home-service-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .home-page .home-service-card:nth-child(4) { border-left: 0; }
  .home-page .home-service-card:nth-child(n + 4) { border-top: 1px solid var(--mock-line); }
}

@media (max-width: 820px) {
  .home-page .site-header,
  .home-page .nav-bar { height: 76px; min-height: 76px; }
  .home-page .nav-bar { width: min(100% - 40px, 1240px); }
  .home-page .logo img { height: 49px; }
  .home-page .home-hero-grid,
  .home-page .home-mission-grid,
  .home-page .home-care-grid,
  .home-page .home-founder-grid { grid-template-columns: 1fr; }
  .home-page .home-hero-grid { min-height: 0; gap: 36px; padding: 52px 0 0; }
  .home-page .home-hero-copy { max-width: 660px; }
  .home-page .home-hero-portrait { width: min(100%, 560px); height: 620px; min-height: 620px; justify-self: center; }
  .home-page .home-trust-strip ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-page .home-trust-strip li:nth-child(even) { border-left: 1px solid var(--mock-line); }
  .home-page .home-trust-strip li:nth-child(n + 3) { border-top: 1px solid var(--mock-line); }
  .home-page .home-trust-strip li:last-child { grid-column: 1 / -1; }
  .home-page .home-audience-grid { grid-template-columns: 1fr; }
  .home-page .home-mission-grid { gap: 0; padding: 56px 0; }
  .home-page .home-mission-sprig { display: none; }
  .home-page .home-mission-copy { justify-self: center; }
  .home-page .home-mission-mark { width: 74px; margin-top: 28px; }
  .home-page .home-care-method { padding: 52px 0 56px; }
  .home-page .home-care-copy { max-width: 620px; }
  .home-page .home-care-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px 26px; margin-top: 12px; }
  .home-page .home-care-step { min-height: 190px; padding-inline: 20px; }
  .home-page .home-care-step p { font-size: 0.68rem; }
  .home-page .home-care-step::after { display: none; }
  .home-page .home-founder-portrait { width: calc(100% + 48px); height: 500px; margin-left: -24px; }
  .home-page .home-founder-grid { height: auto; }
  .home-page .home-founder-portrait picture,
  .home-page .home-founder-portrait img { height: 500px; min-height: 500px; }
  .home-page .home-founder-copy { padding: 44px 0 50px; }
  .home-page .home-process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px 22px; }
  .home-page .home-process-step:nth-child(2)::after { display: none; }
  .home-page .footer-main { grid-template-columns: 1fr 1fr; gap: 34px; }
  .home-page .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .home-page .wrap { width: calc(100% - 34px); }
  .home-page .home-hero-grid { gap: 30px; padding-top: 44px; }
  .home-page .home-hero-copy h1 {
    font-size: clamp(2.62rem, 11.65vw, 3.08rem);
    line-height: 1.04;
    letter-spacing: -0.03em;
  }
  .home-page .home-hero-copy h1 em { display: inline; }
  .home-page .home-hero-subhead { margin-top: 21px; font-size: 0.94rem; line-height: 1.58; }
  .home-page .home-hero .hero-actions { display: grid; gap: 10px; margin-top: 23px; }
  .home-page .home-hero .hero-actions .btn { width: 100%; }
  .home-page .home-hero-portrait { width: calc(100% + 4px); height: 500px; min-height: 500px; }
  .home-page .home-hero-portrait figcaption { right: 13px; bottom: 18px; width: calc(100% - 26px); }
  .home-page .home-trust-strip li { grid-template-columns: 34px 1fr; min-height: 90px; padding: 15px 13px; }
  .home-page .home-trust-strip li > svg { width: 28px; height: 28px; }
  .home-page .home-trust-strip strong { font-size: 0.7rem; }
  .home-page .home-trust-strip small { font-size: 0.61rem; }
  .home-page .home-mission-grid { padding: 48px 0; }
  .home-page .home-mission-copy h2 { font-size: 2rem; text-wrap: balance; }
  .home-page .home-mission-copy p { font-size: 0.82rem; }
  .home-page .home-mission-mark { margin-top: 22px; }
  .home-page .home-audiences { padding: 22px 0 50px; }
  .home-page .home-audience-grid,
  .home-page .home-service-grid,
  .home-page .home-care-steps,
  .home-page .home-process-grid { grid-template-columns: 1fr; }
  .home-page .home-audience-grid { gap: 14px; }
  .home-page .home-audience-card { grid-template-rows: 72px 205px 1fr auto; }
  .home-page .home-audience-card figure { height: 205px; }
  .home-page .home-service-card,
  .home-page .home-service-card:nth-child(4) { min-height: 0; padding: 25px 18px; border-left: 0; }
  .home-page .home-service-card + .home-service-card,
  .home-page .home-service-card:nth-child(n + 4) { border-top: 1px solid var(--mock-line); }
  .home-page .home-service-card p { max-width: 38ch; }
  .home-page .home-care-method { padding: 46px 0 50px; }
  .home-page .home-care-copy h2 { font-size: 2rem; text-wrap: balance; }
  .home-page .home-care-copy > p { font-size: 0.76rem; }
  .home-page .home-care-quote { font-size: 1rem; }
  .home-page .home-care-steps { gap: 36px; }
  .home-page .home-care-step { min-height: 0; padding: 40px 24px 23px; }
  .home-page .home-care-step p { max-width: 40ch; font-size: 0.72rem; }
  .home-page .home-founder-portrait { width: calc(100% + 34px); height: 430px; margin-left: -17px; }
  .home-page .home-founder-portrait picture,
  .home-page .home-founder-portrait img { height: 430px; min-height: 430px; }
  .home-page .home-process-step { min-height: 95px; }
  .home-page .home-process-step::after { display: none; }
  .home-page .home-closing-cta-inner { display: grid; gap: 20px; text-align: center; }
  .home-page .home-closing-cta .btn { width: 100%; }
  .home-page .footer-main { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 20px; }
  .home-page .footer-bottom { grid-template-columns: 1fr 1fr; }
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .mobile-links > li { opacity: 1; transform: none; }
  .marquee-track { animation: none; flex-wrap: wrap; width: auto; justify-content: center; }
  .marquee-track ul:nth-child(n+2) { display: none; }
  .marquee-track ul { flex-wrap: wrap; justify-content: center; row-gap: 8px; }
  .float-chip { animation: none; }
}
