/* ============================================================
   Ruach Counseling — Homepage
   Palette:  Deep Sage · Warm Sand · Off White · Soft Terracotta
   Type:     Cormorant Garamond (headings) · Inter (body/UI)
   ============================================================ */

:root {
  --sage:        #1e3a5f;   /* Primary — Deep Navy */
  --sage-deep:   #16293f;
  --sage-soft:   #47688f;
  --sand:        #e7dcc4;   /* Secondary — Warm Sand */
  --sand-soft:   #efe7d7;
  --offwhite:    #faf7f1;   /* Background — Off White */
  --terracotta:  #c9a86a;   /* Accent / Highlights — Warm Gold */
  --terracotta-d:#b8965a;
  --ink:         #26292e;   /* Body text */
  --ink-soft:    #55606e;
  --line:        rgba(30, 58, 95, 0.14);
  --white:       #ffffff;

  --radius:      18px;
  --radius-lg:   26px;
  --shadow-sm:   0 2px 10px rgba(21, 43, 69, 0.07);
  --shadow-md:   0 14px 40px rgba(21, 43, 69, 0.12);
  --shadow-lg:   0 24px 60px rgba(21, 43, 69, 0.18);
  --container:   1160px;
  --ease:        cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* ---------- Reset / base ---------- */
* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; scroll-padding-top: 90px; }

body {
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  font-size: 17px;
  line-height: 1.7;
  color: var(--ink);
  background: var(--offwhite);
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

h1, h2, h3, h4 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  line-height: 1.12;
  color: var(--sage-deep);
  letter-spacing: 0.2px;
}

p { color: var(--ink-soft); }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: 24px; }

.skip-link {
  position: absolute; left: -999px; top: 0; z-index: 200;
  background: var(--sage); color: #fff; padding: 12px 18px; border-radius: 0 0 10px 0;
}
.skip-link:focus { left: 0; }

/* ---------- Shared bits ---------- */
.eyebrow {
  font-size: 0.78rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--terracotta); margin-bottom: 16px;
}
.eyebrow--center { text-align: center; }

.section-head { max-width: 720px; margin: 0 auto 56px; text-align: center; }
.section-title { font-size: clamp(2.1rem, 4vw, 3.1rem); }

.section-head .eyebrow { text-align: center; }

/* ---------- Buttons ---------- */
.btn {
  --btn-pad: 15px 30px;
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: "Inter", sans-serif; font-weight: 600; font-size: 0.98rem;
  padding: var(--btn-pad); border-radius: 999px; cursor: pointer; border: 1.5px solid transparent;
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease), background 0.25s var(--ease), color 0.25s var(--ease);
  line-height: 1; text-align: center;
}
.btn--sm { --btn-pad: 11px 22px; font-size: 0.9rem; }
.btn--lg { --btn-pad: 18px 38px; font-size: 1.05rem; }

.btn--primary { background: var(--terracotta); color: var(--sage-deep); box-shadow: 0 8px 22px rgba(201, 168, 106, 0.35); }
.btn--primary:hover { background: var(--terracotta-d); color: var(--sage-deep); transform: translateY(-3px); box-shadow: 0 14px 30px rgba(201, 168, 106, 0.45); }

.btn--outline { background: transparent; border-color: var(--sage); color: var(--sage); }
.btn--outline:hover { background: var(--sage); color: #fff; transform: translateY(-3px); }

.btn--ghost { background: rgba(30, 58, 95, 0.06); color: var(--sage-deep); }
.btn--ghost:hover { background: rgba(30, 58, 95, 0.12); transform: translateY(-3px); }
.btn--ghost-light { background: rgba(255,255,255,0.14); color: #fff; border-color: rgba(255,255,255,0.5); }
.btn--ghost-light:hover { background: rgba(255,255,255,0.24); }

/* Keep our .btn styling when SimplePractice adds .spwidget-button */
.btn.spwidget-button { background: var(--terracotta); color: var(--sage-deep); border-color: transparent; font-size: inherit; font-weight: 600; border-radius: 999px; padding: var(--btn-pad); text-decoration: none; }
.btn.spwidget-button:hover { background: var(--terracotta-d); color: var(--sage-deep); }

.link-more { color: var(--sage); font-weight: 600; font-size: 0.92rem; align-self: flex-start; transition: color 0.2s, transform 0.2s; }
.link-more:hover { color: var(--terracotta); transform: translateX(3px); }

/* ---------- Navigation ---------- */
.nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(250, 246, 240, 0.82);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid transparent;
  transition: box-shadow 0.3s var(--ease), background 0.3s, border-color 0.3s;
}
.nav.is-scrolled { box-shadow: var(--shadow-sm); border-color: var(--line); background: rgba(250,246,240,0.94); }
.nav__inner { max-width: var(--container); margin-inline: auto; padding: 14px 24px; display: flex; align-items: center; gap: 20px; }

.nav__brand { display: flex; align-items: center; margin-right: auto; }
.nav__logo { height: 38px; width: auto; display: block; }
.nav__mark { color: var(--terracotta); display: inline-flex; }
.nav__name { font-family: "Cormorant Garamond", serif; font-size: 1.5rem; font-weight: 600; color: var(--sage-deep); line-height: 1; }
.nav__name-sub { font-family: "Inter", sans-serif; font-size: 0.66rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--sage-soft); display: block; margin-top: 3px; }

.nav__links { display: flex; gap: 28px; }
.nav__links a { font-size: 0.94rem; font-weight: 500; color: var(--ink-soft); position: relative; padding: 4px 0; }
.nav__links a::after { content: ""; position: absolute; left: 0; bottom: -2px; width: 0; height: 2px; background: var(--terracotta); transition: width 0.28s var(--ease); }
.nav__links a:hover { color: var(--sage-deep); }
.nav__links a:hover::after { width: 100%; }

/* Services dropdown */
.nav__dropdown { position: relative; }
.nav__dropbtn { font-family: "Inter", sans-serif; font-size: 0.94rem; font-weight: 500; color: var(--ink-soft);
  background: none; border: 0; cursor: pointer; padding: 4px 0; display: inline-flex; align-items: center; gap: 7px; position: relative; }
.nav__dropbtn::after { content: ""; position: absolute; left: 0; bottom: -2px; width: 0; height: 2px; background: var(--terracotta); transition: width 0.28s var(--ease); }
.nav__dropdown:hover .nav__dropbtn, .nav__dropdown:focus-within .nav__dropbtn, .nav__dropbtn.is-active { color: var(--sage-deep); }
.nav__dropdown:hover .nav__dropbtn::after, .nav__dropdown:focus-within .nav__dropbtn::after, .nav__dropbtn.is-active::after { width: 100%; }
.nav__caret { width: 7px; height: 7px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg) translateY(-2px); transition: transform 0.25s var(--ease); }
.nav__dropdown:hover .nav__caret, .nav__dropdown:focus-within .nav__caret, .nav__dropbtn[aria-expanded="true"] .nav__caret { transform: rotate(-135deg) translateY(1px); }
.nav__menu { position: absolute; top: calc(100% + 14px); left: 50%; transform: translateX(-50%) translateY(8px);
  min-width: 234px; background: var(--white); border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow-md);
  padding: 8px; opacity: 0; visibility: hidden; transition: opacity 0.22s var(--ease), transform 0.22s var(--ease); z-index: 120; }
.nav__menu::before { content: ""; position: absolute; top: -14px; left: 0; right: 0; height: 14px; } /* hover bridge */
.nav__dropdown:hover .nav__menu, .nav__dropdown:focus-within .nav__menu, .nav__menu.is-open {
  opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.nav__menu a { display: block; padding: 11px 16px; border-radius: 9px; font-size: 0.92rem; font-weight: 500; color: var(--ink-soft); white-space: nowrap; transition: background 0.18s, color 0.18s; }
.nav__menu a:hover { background: rgba(30, 58, 95, 0.06); color: var(--sage-deep); }

.nav__toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav__toggle span { width: 24px; height: 2px; background: var(--sage-deep); border-radius: 2px; transition: transform 0.3s, opacity 0.3s; }
.nav__toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav__toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav__toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.nav__mobile { display: none; flex-direction: column; gap: 4px; padding: 12px 24px 22px; border-top: 1px solid var(--line); background: var(--offwhite); }
.nav__mobile a { padding: 12px 6px; font-weight: 500; color: var(--ink-soft); border-bottom: 1px solid var(--line); }
.nav__mobile a.btn { color: var(--sage-deep); border: 0; margin-top: 10px; justify-content: center; }
.nav__mobile-group summary { list-style: none; cursor: pointer; padding: 12px 6px; font-weight: 500; color: var(--ink-soft);
  border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; }
.nav__mobile-group summary::-webkit-details-marker { display: none; }
.nav__mobile-group summary::after { content: ""; width: 8px; height: 8px; border-right: 2px solid var(--sage-soft); border-bottom: 2px solid var(--sage-soft); transform: rotate(45deg); transition: transform 0.25s var(--ease); }
.nav__mobile-group[open] summary::after { transform: rotate(-135deg); }
.nav__mobile-group a { display: block; padding-left: 22px; font-size: 0.94rem; color: var(--sage-deep); }

/* ---------- HERO (full-bleed) ---------- */
.hero {
  --hero-photo: none; /* set to url('assets/hero.jpg') to drop in a real photo */
  position: relative;
  min-height: clamp(600px, 92vh, 900px);
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
}
/* Background layer: real photo if provided, else a warm natural-light gradient scene */
.hero__bg {
  position: absolute; inset: 0; z-index: -2;
  background-image:
    var(--hero-photo),
    radial-gradient(70% 55% at 78% 12%, rgba(226, 205, 214, 0.80), rgba(226, 205, 214, 0) 60%),
    radial-gradient(60% 60% at 92% 40%, rgba(201, 168, 106, 0.32), rgba(201, 168, 106, 0) 55%),
    radial-gradient(90% 80% at 12% 92%, rgba(21, 43, 69, 0.60), rgba(21, 43, 69, 0) 60%),
    linear-gradient(150deg, #47688f 0%, #2c4a70 42%, #16293f 100%);
  background-size: cover, cover, cover, cover, cover;
  background-position: center, center, center, center, center;
  transform: scale(1.04);
  animation: heroDrift 26s ease-in-out infinite alternate;
}
@keyframes heroDrift { from { transform: scale(1.04) translate(0, 0); } to { transform: scale(1.12) translate(-1.5%, -1.5%); } }
/* Scrim for text legibility — strongest at the lower-left where the copy sits */
.hero__scrim {
  position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(105deg, rgba(11, 22, 38, 0.74) 0%, rgba(11, 22, 38, 0.44) 42%, rgba(11, 22, 38, 0.05) 72%),
    linear-gradient(to top, rgba(11, 22, 38, 0.55) 0%, rgba(11, 22, 38, 0) 45%);
}
.hero__inner {
  width: 100%; padding-top: 40px; padding-bottom: 40px;
  display: grid; grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(36px, 5vw, 76px); align-items: center;
}
.hero__content { color: #fff; }
.hero__title { font-size: clamp(2.7rem, 5vw, 4.4rem); color: #fff; margin-bottom: 24px; text-shadow: 0 2px 30px rgba(20, 30, 24, 0.35); }
.hero__lead { font-size: 1.16rem; line-height: 1.65; max-width: 560px; color: rgba(255, 255, 255, 0.92); }

/* Action panel (right column) — frosted glass grouping CTAs + trust points */
.hero__panel {
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.20);
  border-radius: 22px;
  padding: clamp(26px, 3vw, 38px);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 24px 60px rgba(20, 30, 24, 0.30);
}
.hero__panel-label {
  font-size: 0.74rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--sand); margin-bottom: 18px;
}
.hero__actions { display: flex; flex-direction: column; gap: 12px; margin-bottom: 26px; }
.hero__actions .btn { width: 100%; }

.hero__assurances { list-style: none; display: grid; grid-template-columns: 1fr; gap: 12px; padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, 0.16); }
.hero__assurances li { display: flex; align-items: center; gap: 10px; font-size: 0.94rem; font-weight: 500; color: rgba(255, 255, 255, 0.94); }
.tick { width: 20px; height: 20px; border-radius: 50%; background: rgba(30,58,95,0.12); position: relative; flex: none; }
.tick::after { content: ""; position: absolute; left: 6px; top: 3px; width: 5px; height: 9px; border: solid var(--sage); border-width: 0 2px 2px 0; transform: rotate(45deg); }
.tick--light { background: rgba(255, 255, 255, 0.18); }
.tick--light::after { border-color: var(--sand); }

.eyebrow--light { color: var(--sand); }

/* Scroll cue */
.hero__scroll {
  position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 8px; z-index: 1;
  font-size: 0.7rem; letter-spacing: 0.24em; text-transform: uppercase; color: rgba(255,255,255,0.72);
}
.hero__scroll-line { width: 1px; height: 40px; background: linear-gradient(to bottom, rgba(255,255,255,0.7), rgba(255,255,255,0)); position: relative; overflow: hidden; }
.hero__scroll-line::after { content: ""; position: absolute; top: -50%; left: 0; width: 100%; height: 50%; background: var(--sand); animation: scrollPulse 2.2s ease-in-out infinite; }
@keyframes scrollPulse { 0% { top: -50%; } 60%, 100% { top: 100%; } }

/* ---------- Photo placeholders ---------- */
.photo {
  position: relative; border-radius: var(--radius-lg); overflow: hidden;
  background: linear-gradient(150deg, var(--sage-soft) 0%, var(--sage) 55%, var(--sage-deep) 100%);
  box-shadow: var(--shadow-lg);
  display: grid; place-items: center;
}
.photo::after { /* soft light wash */
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(90% 60% at 30% 15%, rgba(255,255,255,0.28), rgba(255,255,255,0) 60%);
}
.photo--portrait { aspect-ratio: 4 / 4.4; }
.photo--tall { aspect-ratio: 4 / 5; }
.photo__figure { width: 62%; opacity: 0.35; }
.photo__figure circle, .photo__figure path { fill: none; stroke: rgba(255,255,255,0.75); stroke-width: 3; stroke-linecap: round; }
.photo__label { position: absolute; bottom: 18px; left: 20px; color: rgba(255,255,255,0.92); font-family: "Cormorant Garamond", serif; font-size: 1.25rem; letter-spacing: 0.3px; z-index: 2; }

/* ---------- TRUST STRIP ---------- */
.trust { background: var(--white); padding: clamp(40px, 5vw, 64px) 0; }
.trust__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.trust__card { padding: 30px 26px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--offwhite); text-align: left; transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease); }
.trust__card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.trust__icon { color: var(--terracotta); font-size: 1.5rem; display: block; margin-bottom: 14px; }
.trust__card h3 { font-size: 1.4rem; margin-bottom: 6px; }
.trust__card p { font-size: 0.95rem; }

/* ---------- WHO WE HELP ---------- */
.familiar { padding: clamp(72px, 9vw, 120px) 0; background:
  radial-gradient(80% 70% at 100% 0%, rgba(230,216,193,0.55), rgba(230,216,193,0) 60%), var(--offwhite); }
.familiar__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; max-width: 900px; margin-inline: auto; }
.familiar__card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 32px; box-shadow: var(--shadow-sm); transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease); }
.familiar__card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.familiar__card h3 { font-size: 1.55rem; margin-bottom: 6px; }
.familiar__card p { font-size: 1rem; }
.familiar__foot { text-align: center; margin-top: 48px; }
.familiar__foot p { font-size: 1.2rem; color: var(--sage-deep); margin-bottom: 26px; line-height: 1.6; }

/* ---------- MEET ANNU ---------- */
.meet { padding: clamp(72px, 9vw, 120px) 0; background: var(--white); }
.meet__grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(36px, 5vw, 72px); align-items: center; }
.meet__photo { width: 100%; height: auto; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); object-fit: cover; display: block; }
.meet__lede { font-family: "Cormorant Garamond", serif; font-size: 1.55rem; font-style: italic; color: var(--sage); margin-bottom: 20px; }
.meet__copy p { margin-bottom: 16px; font-size: 1.04rem; }
.meet__copy .btn { margin-top: 12px; }

/* ---------- SERVICES ---------- */
.services { padding: clamp(72px, 9vw, 120px) 0; background:
  radial-gradient(70% 60% at 0% 0%, rgba(111,135,118,0.12), rgba(111,135,118,0) 55%), var(--offwhite); }
.services__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 34px 30px; display: flex; flex-direction: column; gap: 10px; box-shadow: var(--shadow-sm); transition: transform 0.32s var(--ease), box-shadow 0.32s var(--ease); }
.service:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }
.service__icon { font-size: 1.8rem; }
.service h3 { font-size: 1.5rem; }
.service p { font-size: 0.98rem; flex-grow: 1; }

/* ---------- APPROACH ---------- */
.approach { padding: clamp(72px, 9vw, 120px) 0; background: var(--sage); color: #fff; }
.approach .eyebrow { color: var(--sand); }
.approach .section-title { color: #fff; }
.approach__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 90px); align-items: center; }
.approach__copy p { color: rgba(255,255,255,0.82); font-size: 1.08rem; }

.timeline { list-style: none; position: relative; padding-left: 8px; }
.timeline__step { display: flex; gap: 22px; padding: 14px 0; position: relative; align-items: flex-start; }
/* connector: each step (except the last) draws a segment from its own dot center
   (step pad 14 + dot radius 16 = 30px) down to the next dot center (bottom: -30px),
   so the line always meets the dots exactly, regardless of text length */
.timeline__step:not(:last-child)::after {
  content: ""; position: absolute; left: 16px; margin-left: -1px; top: 30px; bottom: -30px;
  width: 2px; background: rgba(255,255,255,0.22); z-index: 0;
}
.timeline__dot { width: 32px; height: 32px; border-radius: 50%; background: var(--terracotta); flex: none; position: relative; z-index: 1; box-shadow: 0 0 0 6px rgba(201,168,106,0.18); }
.timeline__step h3 { color: #fff; font-size: 1.55rem; margin-bottom: 2px; }
.timeline__step p { color: rgba(255,255,255,0.72); font-size: 0.98rem; }

/* ---------- WHY ---------- */
.why { padding: clamp(72px, 9vw, 120px) 0; background: var(--offwhite); }
.why__list { max-width: 860px; margin-inline: auto; display: flex; flex-direction: column; gap: 16px; }
.why__row { display: flex; align-items: center; gap: 26px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 32px; box-shadow: var(--shadow-sm); transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease); }
.why__row:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.why__row--alt { flex-direction: row-reverse; text-align: right; background: var(--sand-soft); }
.why__num { font-family: "Cormorant Garamond", serif; font-size: 2.4rem; color: var(--terracotta); flex: none; opacity: 0.85; }
.why__row h3 { font-size: 1.5rem; margin-bottom: 2px; }
.why__row p { font-size: 1rem; }

/* ---------- STEPS ---------- */
.steps { padding: clamp(72px, 9vw, 120px) 0; background: var(--white); }
.steps__grid { list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; counter-reset: step; }
.step { position: relative; padding: 34px 26px; border-radius: var(--radius-lg); background: var(--offwhite); border: 1px solid var(--line); text-align: center; transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease); }
.step:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.step__num { display: grid; place-items: center; width: 54px; height: 54px; margin: 0 auto 18px; border-radius: 50%; background: var(--sage); color: #fff; font-family: "Cormorant Garamond", serif; font-size: 1.7rem; }
.step h3 { font-size: 1.4rem; margin-bottom: 6px; }
.step p { font-size: 0.95rem; }
.steps__cta { text-align: center; margin-top: 52px; }

/* ---------- STORIES ---------- */
.stories { padding: clamp(72px, 9vw, 120px) 0; background:
  radial-gradient(70% 60% at 100% 100%, rgba(230,216,193,0.5), rgba(230,216,193,0) 60%), var(--offwhite); }
.stories__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.story { position: relative; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 44px 32px 34px; box-shadow: var(--shadow-sm); transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease); }
.story:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.story__quote { position: absolute; top: 6px; left: 24px; font-family: "Cormorant Garamond", serif; font-size: 4.5rem; color: var(--sand); line-height: 1; }
.story blockquote { font-family: "Cormorant Garamond", serif; font-size: 1.5rem; line-height: 1.4; color: var(--sage-deep); position: relative; }
.stories__foot { text-align: center; margin-top: 48px; font-size: 1.15rem; color: var(--sage); font-family: "Cormorant Garamond", serif; font-style: italic; }

/* ---------- FAQ ---------- */
.faq { padding: clamp(72px, 9vw, 120px) 0; background: var(--white); }
.faq__list { max-width: 780px; margin-inline: auto; }
.faq__item { border: 1px solid var(--line); border-radius: var(--radius); margin-bottom: 14px; background: var(--offwhite); overflow: hidden; transition: box-shadow 0.3s, border-color 0.3s; }
.faq__item[open] { box-shadow: var(--shadow-sm); border-color: rgba(201,168,106,0.4); }
.faq__item summary { list-style: none; cursor: pointer; padding: 22px 26px; font-family: "Inter", sans-serif; font-weight: 600; font-size: 1.05rem; color: var(--sage-deep); display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__chev { width: 12px; height: 12px; border-right: 2px solid var(--terracotta); border-bottom: 2px solid var(--terracotta); transform: rotate(45deg); transition: transform 0.3s var(--ease); flex: none; margin-top: -4px; }
.faq__item[open] .faq__chev { transform: rotate(-135deg); margin-top: 4px; }
.faq__body { padding: 0 26px; max-height: 0; overflow: hidden; transition: max-height 0.35s var(--ease), padding 0.35s var(--ease); }
.faq__item[open] .faq__body { padding: 0 26px 24px; max-height: 320px; }
.faq__body p { font-size: 1rem; }

/* ---------- FINAL CTA ---------- */
.final { position: relative; padding: clamp(90px, 12vw, 150px) 0; color: #fff; text-align: center; overflow: hidden;
  background: linear-gradient(160deg, var(--sage-deep) 0%, var(--sage) 60%, #2a4a72 100%); }
.final__overlay { position: absolute; inset: 0; background:
  radial-gradient(60% 50% at 20% 10%, rgba(201,168,106,0.28), rgba(201,168,106,0) 60%),
  radial-gradient(50% 50% at 90% 100%, rgba(230,216,193,0.22), rgba(230,216,193,0) 60%); }
.final__inner { position: relative; max-width: 720px; }
.final__title { color: #fff; font-size: clamp(2.4rem, 5vw, 3.8rem); }
.final__sub { color: var(--sand); font-family: "Cormorant Garamond", serif; font-style: italic; font-size: 1.5rem; margin: 8px 0 26px; }
.final__body { color: rgba(255,255,255,0.86); font-size: 1.1rem; margin-bottom: 14px; }
.final__body--strong { font-family: "Cormorant Garamond", serif; font-size: 1.8rem; color: #fff; margin: 20px 0; }
.final__actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-top: 32px; }

/* ---------- FOOTER ---------- */
.footer { background: var(--sage-deep); color: rgba(255,255,255,0.78); }
.footer__grid { display: grid; grid-template-columns: 1.5fr 1fr 1.2fr; gap: 48px; padding: 66px 24px 46px; }
.footer__brand { display: inline-flex; align-items: center; margin-bottom: 18px; }
.footer__logo { height: 44px; width: auto; display: block; }
.footer__col > p { font-size: 0.96rem; line-height: 1.7; max-width: 340px; }
.footer__col h4 { color: #fff; font-family: "Inter", sans-serif; font-size: 0.82rem; letter-spacing: 0.16em; text-transform: uppercase; margin-bottom: 18px; font-weight: 600; }
.footer__col ul { list-style: none; display: flex; flex-direction: column; gap: 11px; }
.footer__col ul a { font-size: 0.96rem; color: rgba(255,255,255,0.78); transition: color 0.2s; }
.footer__col ul a:hover { color: var(--sand); }
.footer__contact li { font-size: 0.96rem; display: flex; gap: 10px; }
.footer__contact li span { color: rgba(255,255,255,0.5); min-width: 62px; }
.footer__social { display: flex; gap: 12px; margin-top: 20px; }
.footer__social a { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,0.08); font-size: 1.1rem; transition: background 0.25s, transform 0.25s; }
.footer__social a:hover { background: var(--terracotta); transform: translateY(-3px); }

.footer__bar { border-top: 1px solid rgba(255,255,255,0.12); }
.footer__bar-inner { display: flex; justify-content: space-between; align-items: center; padding: 20px 24px; gap: 16px; flex-wrap: wrap; }
.footer__bar p { font-size: 0.86rem; color: rgba(255,255,255,0.6); }
.footer__bar ul { list-style: none; display: flex; gap: 22px; }
.footer__bar ul a { font-size: 0.86rem; color: rgba(255,255,255,0.6); transition: color 0.2s; }
.footer__bar ul a:hover { color: var(--sand); }

/* ---------- Mobile sticky CTA ---------- */
.sticky-cta {
  position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 90;
  display: none; justify-content: center; align-items: center;
  background: var(--terracotta); color: var(--sage-deep); font-weight: 600; font-size: 1rem;
  padding: 16px; border-radius: 999px; box-shadow: 0 12px 30px rgba(201,168,106,0.45);
  transform: translateY(140%); transition: transform 0.4s var(--ease);
}
.sticky-cta.is-visible { transform: translateY(0); }

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.6s var(--ease), transform 0.6s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }
/* stagger children of grids a touch */
.trust__grid .reveal.is-in,
.services__grid .reveal.is-in { transition-delay: var(--d, 0ms); }

/* ---------- Focus states (a11y) ---------- */
a:focus-visible, button:focus-visible, summary:focus-visible, .btn:focus-visible {
  outline: 3px solid var(--terracotta); outline-offset: 3px; border-radius: 6px;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 980px) {
  .nav__links { display: none; }
  .nav__cta { display: none; }
  .nav__toggle { display: flex; }
  .nav.is-open .nav__mobile { display: flex; }

  .hero__inner { grid-template-columns: 1fr; gap: 32px; }
  .hero__panel { max-width: 480px; }
  .meet__grid { grid-template-columns: 1fr; }
  .meet__media { max-width: 420px; }
  .approach__grid { grid-template-columns: 1fr; }
  .trust__grid { grid-template-columns: 1fr 1fr; }
  .services__grid { grid-template-columns: 1fr 1fr; }
  .steps__grid { grid-template-columns: 1fr 1fr; }
  .stories__grid { grid-template-columns: 1fr; max-width: 560px; margin-inline: auto; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  body { font-size: 16px; }
  .familiar__grid { grid-template-columns: 1fr; }
  .trust__grid { grid-template-columns: 1fr; }
  .services__grid { grid-template-columns: 1fr; }
  .steps__grid { grid-template-columns: 1fr; }
  .nav__logo { height: 30px; }
  .hero { min-height: 0; padding: 96px 0 64px; }
  .hero__title br { display: none; }
  .hero__assurances { grid-template-columns: 1fr; }
  .hero__scroll { display: none; }
  .why__row, .why__row--alt { flex-direction: row; text-align: left; }
  .footer__grid { grid-template-columns: 1fr; gap: 34px; }
  .footer__bar-inner { flex-direction: column; align-items: flex-start; }
  .sticky-cta { display: flex; }
  .hero__actions .btn, .final__actions .btn { width: 100%; }
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  * { animation: none !important; }
  .btn:hover, .trust__card:hover, .service:hover, .step:hover, .story:hover, .why__row:hover, .familiar__card:hover { transform: none; }
}