/* ==========================================================================
   ANU HEALTH AND WELLNESS, LLC
   In-Home Care & Private Duty Nursing — Greenville, South Carolina
   --------------------------------------------------------------------------
   Warm neutral ground, sage for trust, gold as accent only.
   Contrast-checked: gold #D4AF37 on light = 1.92:1 and is NEVER used for
   text on a light surface. Use --gold-text (#8A6A1F, 4.60:1) instead.
   ========================================================================== */

/* ------------------------------------------------------------- tokens ---- */
:root {
  /* ground */
  --sand:        #F7F4EF;
  --sand-deep:   #EFEAE1;
  --sand-pale:   #FCFAF7;
  --white:       #FFFFFF;

  /* ink */
  --ink:         #1F2422;
  --ink-80:      rgba(31, 36, 34, .82);
  --ink-65:      rgba(31, 36, 34, .66);
  --ink-45:      rgba(31, 36, 34, .46);
  --ink-15:      rgba(31, 36, 34, .15);
  --ink-08:      rgba(31, 36, 34, .08);

  /* sage — the trust colour */
  --sage:        #43604F;
  --sage-deep:   #31483A;
  --sage-mid:    #6C8A78;
  --sage-pale:   #E7EDE8;
  --sage-wash:   #F1F5F1;

  /* gold — accent, never body text on light */
  --gold:        #D4AF37;
  --gold-text:   #8A6A1F;
  --gold-pale:   #F3E9C9;

  /* light-on-dark */
  --on-dark-90:  rgba(247, 244, 239, .93);
  --on-dark-70:  rgba(247, 244, 239, .74);
  --on-dark-50:  rgba(247, 244, 239, .54);
  --on-dark-18:  rgba(247, 244, 239, .18);

  --serif: "Newsreader", Georgia, "Times New Roman", serif;
  --sans:  "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;

  --shell:     1200px;
  --shell-wide:1440px;
  --gutter:    clamp(1.25rem, 4vw, 3rem);
  --section-y: clamp(3.75rem, 7vw, 6.5rem);
  --header-h:  80px;

  --r-sm: 8px;
  --r:    14px;
  --r-lg: 20px;

  --sh-sm: 0 1px 3px rgba(31,36,34,.06), 0 4px 14px -8px rgba(31,36,34,.10);
  --sh:    0 2px 8px rgba(31,36,34,.05), 0 14px 34px -18px rgba(31,36,34,.20);
  --sh-lg: 0 30px 70px -34px rgba(31,36,34,.34);

  /* Header surface. Swap for var(--sage-deep) for a green bar instead. */
  --header-bg:   #1F2422;

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

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

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

body {
  margin: 0;
  background: var(--sand);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;                 /* larger base: older adults + phone reading */
  font-weight: 400;
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
@media (min-width: 900px) { body { font-size: 18px; } }

body.is-locked { overflow: hidden; }

img, svg { display: block; max-width: 100%; }
svg { width: 1em; height: 1em; }   /* safety net for any unsized icon */
img { height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
ul, ol { margin: 0; padding: 0; list-style: none; }
p { margin: 0 0 1.05em; }
p:last-child { margin-bottom: 0; }
[hidden] { display: none !important; }

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

.sr-only {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: absolute; left: 50%; top: 0; z-index: 300;
  transform: translate(-50%, -120%);
  background: var(--sage-deep); color: var(--white);
  padding: .8rem 1.4rem; border-radius: 0 0 var(--r-sm) var(--r-sm);
  font-size: .9rem; font-weight: 600;
  transition: transform .25s var(--ease);
}
.skip-link:focus { transform: translate(-50%, 0); }

/* --------------------------------------------------------- typography ---- */
h1, h2, h3, h4 {
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -.012em;
  margin: 0;
  text-wrap: balance;
  color: var(--ink);
}
.h1 { font-size: clamp(2.1rem, 1.5rem + 2.7vw, 3.5rem); line-height: 1.08; }
.h2 { font-size: clamp(1.7rem, 1.3rem + 1.8vw, 2.6rem); }
.h3 { font-size: clamp(1.2rem, 1.08rem + .55vw, 1.42rem); line-height: 1.25; }

.eyebrow {
  display: block;
  margin: 0 0 .9rem;
  font-family: var(--sans);
  font-size: .78rem; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--gold-text);
}
.eyebrow::before {
  content: ""; display: inline-block;
  width: 1.6rem; height: 2px;
  margin-right: .7rem; vertical-align: middle;
  background: var(--gold); border-radius: 2px;
}
.eyebrow--light { color: var(--gold); }
.eyebrow--center { text-align: center; }

.lede { font-size: 1.1rem; color: var(--ink-65); max-width: 44rem; }
.lede--light { color: var(--on-dark-70); }
.muted { color: var(--ink-65); }
.small { font-size: .92rem; }
.micro { font-size: .84rem; line-height: 1.6; color: var(--ink-45); }
.nowrap { white-space: nowrap; }

/* ---------------------------------------------------------- structure ---- */
.shell { width: 100%; max-width: var(--shell); margin-inline: auto; padding-inline: var(--gutter); }
.shell--wide { max-width: var(--shell-wide); }
.section { padding-block: var(--section-y); }
.section--tight { padding-block: clamp(2.5rem, 5vw, 4rem); }
.section--sand  { background: var(--sand-deep); }
.section--pale  { background: var(--sand-pale); }
.section--wash  { background: var(--sage-wash); }
.section--ink   { background: var(--ink); color: var(--on-dark-90); }
.section--sage  { background: var(--sage-deep); color: var(--on-dark-90); }
.section--ink h1, .section--ink h2, .section--ink h3,
.section--sage h1, .section--sage h2, .section--sage h3 { color: var(--sand); }

.section__head { max-width: 46rem; margin-bottom: clamp(2.2rem, 4vw, 3.4rem); }
.section__head--center { margin-inline: auto; text-align: center; }
.section__head--center .eyebrow { text-align: center; }
.section__head .lede { margin-top: 1rem; }

.stack > * + * { margin-top: 1rem; }
.grid { display: grid; gap: clamp(1rem, 2.2vw, 1.75rem); }
.grid--2 { grid-template-columns: repeat(2, minmax(0,1fr)); }
.grid--3 { grid-template-columns: repeat(3, minmax(0,1fr)); }
.grid--4 { grid-template-columns: repeat(4, minmax(0,1fr)); }

/* ------------------------------------------------------------ buttons ---- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  min-height: 52px;                       /* generous touch target */
  padding: .9rem 1.7rem;
  border: 2px solid transparent;
  border-radius: 999px;
  font-size: 1rem; font-weight: 600; line-height: 1.2;
  text-align: center; cursor: pointer;
  transition: background-color .3s var(--ease), color .3s var(--ease),
              border-color .3s var(--ease), transform .2s var(--ease),
              box-shadow .3s var(--ease);
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }

.btn--primary { background: var(--gold); color: var(--ink); border-color: var(--gold); box-shadow: 0 8px 20px -10px rgba(212,175,55,.9); }
.btn--primary:hover { background: #E4C255; border-color: #E4C255; }

.btn--sage { background: var(--sage); color: var(--white); border-color: var(--sage); }
.btn--sage:hover { background: var(--sage-deep); border-color: var(--sage-deep); }

.btn--outline { background: transparent; color: var(--sage-deep); border-color: var(--sage); }
.btn--outline:hover { background: var(--sage); color: var(--white); }

.btn--light { background: var(--sand); color: var(--ink); border-color: var(--sand); }
.btn--light:hover { background: var(--white); border-color: var(--white); }

.btn--ghost-light { background: transparent; color: var(--sand); border-color: var(--on-dark-50); }
.btn--ghost-light:hover { background: var(--sand); color: var(--ink); border-color: var(--sand); }

.btn--sm { min-height: 44px; padding: .6rem 1.15rem; font-size: .92rem; }
.btn--block { width: 100%; }

.btn svg, .tlink svg { width: 18px; height: 18px; flex: none; }
.btn-row { display: flex; flex-wrap: wrap; gap: .8rem; }
.btn-row--center { justify-content: center; }

.tlink {
  display: inline-flex; align-items: center; gap: .4rem;
  font-weight: 600; color: var(--sage-deep);
  border-bottom: 2px solid var(--gold);
  padding-bottom: 2px;
  transition: color .25s var(--ease), border-color .25s var(--ease);
}
.tlink:hover { color: var(--gold-text); }
.tlink span { transition: transform .25s var(--ease); }
.tlink:hover span { transform: translateX(4px); }

/* ------------------------------------------------------------- header ---- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: var(--header-bg);
  border-bottom: 1px solid rgba(212, 175, 55, .22);
  transition: box-shadow .3s var(--ease);
}
.site-header.is-stuck { box-shadow: 0 4px 26px -12px rgba(0, 0, 0, .6); }

.header__bar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
  min-height: var(--header-h);
}
.brand { display: inline-flex; align-items: center; gap: .7rem; }
.brand__mark { height: 40px; width: auto; flex: none; }
.brand__text { display: flex; flex-direction: column; line-height: 1.05; }
.brand__name { font-family: var(--serif); font-size: 1.35rem; font-weight: 600; letter-spacing: .01em; color: var(--sand); }
.brand__sub  { font-size: .6rem; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; color: var(--on-dark-50); margin-top: .18rem; }

.nav { justify-self: center; min-width: 0; }
.nav__list { display: flex; align-items: center; gap: clamp(.25rem, .7vw, .7rem); }
button.nav__link { background: none; border: 0; font: inherit; cursor: pointer; }
.nav__link {
  display: inline-flex; align-items: center; gap: .3rem;
  padding: .6rem .5rem;
  font-size: .9rem; font-weight: 500; color: var(--on-dark-90);
  border-radius: var(--r-sm);
  white-space: nowrap;
  transition: color .25s var(--ease), background .25s var(--ease);
}
.nav__link:hover { color: var(--gold); background: rgba(247, 244, 239, .09); }
.nav__link[aria-current="page"] { color: var(--sand); font-weight: 600; box-shadow: inset 0 -2px 0 var(--gold); }
.nav__caret { width: 10px; height: 10px; flex: none; transition: transform .25s var(--ease); }
.nav__item--has-menu[data-open="true"] .nav__caret { transform: rotate(180deg); }

.nav__item { position: relative; }
.nav__menu {
  position: absolute; top: calc(100% + 6px); left: 50%;
  transform: translateX(-50%) translateY(-6px);
  min-width: 460px; padding: 1.1rem;
  background: var(--white);
  border: 1px solid var(--ink-08);
  border-radius: var(--r);
  box-shadow: var(--sh-lg);
  opacity: 0; visibility: hidden;
  transition: opacity .22s var(--ease), transform .22s var(--ease), visibility .22s;
}
.nav__item[data-open="true"] .nav__menu { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.nav__menu-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .15rem .8rem; }
/* Short menus stay narrow, and the last one aligns right so it cannot
   push past the viewport edge. */
.nav__menu--sm { min-width: 210px; }
.nav__menu--sm .nav__menu-grid { grid-template-columns: 1fr; }
.nav__item:last-child .nav__menu { left: auto; right: 0; transform: translateX(0) translateY(-6px); }
.nav__item:last-child[data-open="true"] .nav__menu { transform: translateX(0) translateY(0); }
.nav__menu a {
  display: block; padding: .55rem .7rem;
  font-size: .93rem; color: var(--ink-80);
  border-radius: var(--r-sm);
  transition: background .2s var(--ease), color .2s var(--ease);
}
.nav__menu a:hover { background: var(--sage-pale); color: var(--sage-deep); }
.nav__menu-all {
  display: block; margin-top: .7rem; padding-top: .8rem;
  border-top: 1px solid var(--ink-08);
  font-weight: 600; color: var(--sage-deep) !important;
}

.nav__drawer-cta { display: none; }
.header__actions { display: flex; align-items: center; gap: .7rem; justify-self: end; }
.header__phone {
  display: inline-flex; align-items: center; gap: .45rem;
  font-size: .95rem; font-weight: 600; color: var(--on-dark-90);
  white-space: nowrap;
  padding: .5rem .2rem;
}
.header__phone svg { width: 17px; height: 17px; fill: var(--gold); flex: none; }
.header__phone:hover { color: var(--gold); }

.burger {
  display: none; width: 48px; height: 48px; padding: 0;
  background: none; border: 1px solid var(--on-dark-18); border-radius: var(--r-sm);
  cursor: pointer; position: relative;
}
.burger span {
  position: absolute; left: 13px; width: 22px; height: 2px;
  background: var(--sand); border-radius: 2px;
  transition: transform .35s var(--ease), opacity .25s var(--ease);
}
.burger span:nth-child(1) { top: 17px; }
.burger span:nth-child(2) { top: 23px; }
.burger span:nth-child(3) { top: 29px; }
.burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.nav-scrim {
  position: fixed; inset: 0; z-index: 90;
  background: rgba(31,36,34,.5);
  opacity: 0; transition: opacity .3s var(--ease);
}
.nav-scrim.is-in { opacity: 1; }

/* --------------------------------------------------------------- hero ---- */
.hero { background: var(--sand); padding-block: clamp(2.5rem, 5vw, 4.5rem) clamp(3rem, 6vw, 5rem); }
.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
.hero__title { margin-bottom: 1.1rem; }
.hero__sub { font-size: clamp(1.06rem, 1rem + .4vw, 1.24rem); color: var(--ink-65); max-width: 34rem; margin-bottom: 1.9rem; }
.hero__media { position: relative; }
.hero__media .ph-frame { aspect-ratio: 4 / 3.4; border-radius: var(--r-lg); box-shadow: var(--sh-lg); }

.hero__badge {
  position: absolute; left: -1rem; bottom: -1.25rem;
  display: flex; align-items: center; gap: .75rem;
  background: var(--white); color: var(--ink);
  padding: .85rem 1.15rem;
  border-radius: var(--r);
  box-shadow: var(--sh);
  max-width: 17rem;
}
.hero__badge svg { width: 26px; height: 26px; flex: none; color: var(--sage); }
.hero__badge strong { display: block; font-size: .95rem; }
.hero__badge span { font-size: .82rem; color: var(--ink-65); line-height: 1.4; }

.trust { display: flex; flex-wrap: wrap; gap: .6rem 1.5rem; margin-top: 2rem; padding-top: 1.6rem; border-top: 1px solid var(--ink-15); }
.trust li { display: inline-flex; align-items: center; gap: .55rem; font-size: .92rem; font-weight: 500; color: var(--ink-80); }
.trust svg { width: 17px; height: 17px; flex: none; color: var(--gold-text); }

/* page hero (interior pages) */
.phero { background: var(--sage-deep); color: var(--on-dark-90); padding-block: clamp(2.75rem, 5vw, 4.5rem); }
.phero h1 { color: var(--sand); margin-bottom: 1rem; }
.phero__inner { max-width: 50rem; }
.phero .lede { color: var(--on-dark-70); }
.phero .btn-row { margin-top: 1.9rem; }

.crumbs { display: flex; flex-wrap: wrap; gap: .4rem; margin-bottom: 1.1rem; font-size: .86rem; color: var(--on-dark-50); }
.crumbs a { color: var(--on-dark-70); text-decoration: underline; text-underline-offset: 3px; }
.crumbs a:hover { color: var(--sand); }

/* ---------------------------------------------------------- assurance ---- */
.assure { background: var(--white); border-bottom: 1px solid var(--ink-08); }
.assure__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--ink-08); }
.assure__item { background: var(--white); padding: clamp(1.3rem,2.4vw,1.9rem) clamp(.9rem,1.8vw,1.5rem); text-align: center; }
.assure__item svg { width: 26px; height: 26px; margin: 0 auto .6rem; color: var(--sage); }
.assure__item strong { display: block; font-family: var(--serif); font-size: 1.12rem; font-weight: 600; margin-bottom: .25rem; }
.assure__item span { font-size: .86rem; color: var(--ink-65); line-height: 1.5; }

/* -------------------------------------------------- the two care paths ---- */
.paths { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.1rem, 2.4vw, 1.9rem); }
.path {
  position: relative;
  display: flex; flex-direction: column;
  padding: clamp(1.6rem, 3vw, 2.4rem);
  border-radius: var(--r-lg);
  border: 1px solid var(--ink-08);
  background: var(--white);
  box-shadow: var(--sh-sm);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}
.path:hover { transform: translateY(-4px); box-shadow: var(--sh); }
.path__tag {
  align-self: flex-start;
  padding: .35rem .8rem; margin-bottom: 1rem;
  border-radius: 999px;
  font-size: .74rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
}
.path--care  { border-top: 5px solid var(--gold); }
.path--care .path__tag { background: var(--gold-pale); color: var(--gold-text); }
.path--nurse { border-top: 5px solid var(--sage); background: var(--sage-wash); }
.path--nurse .path__tag { background: var(--sage); color: var(--white); }
.path h3 { margin-bottom: .7rem; }
.path p { color: var(--ink-65); margin-bottom: 1.4rem; }
.path .tlink { margin-top: auto; align-self: flex-start; }
.paths__note { margin-top: 1.5rem; text-align: center; color: var(--ink-65); }

/* ----------------------------------------------------------- services ---- */
.svc-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: clamp(1rem, 2vw, 1.5rem); }
.svc {
  display: flex; flex-direction: column; gap: .6rem;
  padding: clamp(1.3rem, 2.4vw, 1.8rem);
  background: var(--white);
  border: 1px solid var(--ink-08);
  border-radius: var(--r);
  box-shadow: var(--sh-sm);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease);
}
a.svc:hover, .svc:hover { transform: translateY(-3px); box-shadow: var(--sh); border-color: var(--sage-mid); }
.svc__icon {
  width: 46px; height: 46px; flex: none;
  display: grid; place-items: center;
  background: var(--sage-pale); border-radius: 12px;
  margin-bottom: .3rem;
}
.svc__icon svg { width: 23px; height: 23px; color: var(--sage-deep); }
.svc h3 { font-size: 1.16rem; }
.svc p { font-size: .96rem; color: var(--ink-65); margin: 0; }

/* ------------------------------------------------------------ pdn band ---- */
.pdn-band { background: var(--ink); color: var(--on-dark-90); }
.pdn-band__grid { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(0,.9fr); gap: clamp(2rem,5vw,4rem); align-items: center; }
.pdn-band h2 { color: var(--sand); margin-bottom: 1.1rem; }
.pdn-band p { color: var(--on-dark-70); }
.pdn-band .btn-row { margin-top: 1.7rem; }
.pdn-note {
  padding: 1.1rem 1.3rem; margin-top: 1.4rem;
  background: rgba(247,244,239,.06);
  border-left: 3px solid var(--gold);
  border-radius: 0 var(--r-sm) var(--r-sm) 0;
  font-size: .92rem; color: var(--on-dark-70);
}
.pdn-band__media .ph-frame { aspect-ratio: 4/3; border-radius: var(--r-lg); }

/* ------------------------------------------------------- who we serve ---- */
.serve-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: .7rem 1.4rem; }
.serve-list li {
  display: flex; align-items: flex-start; gap: .7rem;
  padding: .85rem 1.05rem;
  background: var(--white); border: 1px solid var(--ink-08);
  border-radius: var(--r-sm);
  font-size: .98rem;
}
.serve-list svg { width: 19px; height: 19px; flex: none; margin-top: .22rem; color: var(--sage); }

/* ------------------------------------------------------------ reasons ---- */
.reasons { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: clamp(1.2rem,2.5vw,2rem); }
.reason { display: flex; flex-direction: column; gap: .5rem; }
.reason__n { font-family: var(--serif); font-size: 1rem; font-weight: 600; color: var(--gold-text); }
.reason h3 { font-size: 1.14rem; }
.reason p { font-size: .96rem; color: var(--ink-65); margin: 0; }

/* -------------------------------------------------------------- steps ---- */
.steps { counter-reset: step; display: grid; gap: 1rem; }
.step-card {
  counter-increment: step;
  display: grid; grid-template-columns: auto 1fr; gap: 1.1rem;
  align-items: start;
  padding: clamp(1.1rem,2.2vw,1.6rem);
  background: var(--white); border: 1px solid var(--ink-08); border-radius: var(--r);
}
.step-card::before {
  content: counter(step);
  width: 42px; height: 42px; flex: none;
  display: grid; place-items: center;
  background: var(--sage); color: var(--white);
  border-radius: 50%;
  font-family: var(--serif); font-size: 1.15rem; font-weight: 600;
}
.step-card h3 { font-size: 1.1rem; margin-bottom: .3rem; }
.step-card p { font-size: .96rem; color: var(--ink-65); margin: 0; }
.steps--row { grid-template-columns: repeat(4, minmax(0,1fr)); }
.steps--row .step-card { grid-template-columns: 1fr; gap: .8rem; }

/* ------------------------------------------------------ family message ---- */
.family { background: var(--sage-wash); }
.family__inner { max-width: 44rem; margin-inline: auto; text-align: center; }
.family__inner h2 { margin-bottom: 1.2rem; }
.family__inner p { color: var(--ink-80); font-size: 1.06rem; }
.family__inner .btn-row { margin-top: 1.8rem; justify-content: center; }

/* Variant with a photograph alongside the message (home page). */
.family__grid {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: clamp(1.75rem, 4vw, 3.5rem);
  align-items: center;
}
.family__media .ph-frame {
  aspect-ratio: 3 / 4;
  border-radius: var(--r-lg);
  box-shadow: var(--sh-lg);
}
.family__grid .family__inner { max-width: 36rem; margin-inline: 0; text-align: left; }
.family__grid .family__inner .btn-row { justify-content: flex-start; }

/* ----------------------------------------------------------- referral ---- */
.referral { background: var(--sage-deep); color: var(--on-dark-90); }
.referral__grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: clamp(2rem,4vw,3.5rem); align-items: center; }
.referral h2 { color: var(--sand); margin-bottom: 1rem; }
.referral p { color: var(--on-dark-70); }
.partners { display: grid; grid-template-columns: 1fr 1fr; gap: .55rem .9rem; }
.partners li {
  display: flex; align-items: center; gap: .55rem;
  padding: .65rem .85rem;
  background: rgba(247,244,239,.07);
  border: 1px solid var(--on-dark-18);
  border-radius: var(--r-sm);
  font-size: .92rem; color: var(--on-dark-90);
}
.partners svg { width: 15px; height: 15px; flex: none; color: var(--gold); }

/* ------------------------------------------------------- service area ---- */
.area__inner { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: clamp(1.6rem,4vw,3rem); align-items: center; }
.area-tags { display: flex; flex-wrap: wrap; gap: .55rem; }
.area-tags li {
  padding: .5rem 1rem;
  background: var(--white); border: 1px solid var(--ink-15);
  border-radius: 999px; font-size: .92rem; font-weight: 500;
}

/* -------------------------------------------------------- final ribbon ---- */
.final { background: var(--ink); color: var(--on-dark-90); text-align: center; }
.final__inner { max-width: 40rem; margin-inline: auto; }
.final h2 { color: var(--sand); margin-bottom: 1rem; }
.final p { color: var(--on-dark-70); }
.final .btn-row { margin-top: 1.8rem; justify-content: center; }

/* --------------------------------------------------------- comparison ---- */
.compare-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; border-radius: var(--r); border: 1px solid var(--ink-15); background: var(--white); }
.compare { width: 100%; min-width: 640px; border-collapse: collapse; }
.compare th, .compare td { padding: 1rem 1.15rem; text-align: left; vertical-align: top; font-size: .96rem; border-bottom: 1px solid var(--ink-08); }
.compare thead th { background: var(--sage-wash); font-family: var(--serif); font-size: 1.06rem; font-weight: 600; }
.compare thead th:first-child { background: var(--white); }
.compare tbody th { font-weight: 600; color: var(--ink); width: 22%; background: var(--sand-pale); }
.compare tr:last-child th, .compare tr:last-child td { border-bottom: 0; }

/* -------------------------------------------------------------- lists ---- */
.ticks { display: grid; gap: .65rem; }
.ticks li { position: relative; padding-left: 1.9rem; font-size: 1rem; color: var(--ink-80); }
.ticks li::before {
  content: ""; position: absolute; left: 0; top: .46em;
  width: 11px; height: 11px; border-radius: 3px;
  background: var(--gold);
}
.ticks--sage li::before { background: var(--sage); }
.ticks--2 { grid-template-columns: 1fr 1fr; gap: .65rem 1.6rem; }

.callout {
  padding: clamp(1.2rem,2.4vw,1.7rem);
  background: var(--sage-wash);
  border-left: 4px solid var(--sage);
  border-radius: 0 var(--r) var(--r) 0;
}
.callout--gold { background: #FBF6E7; border-left-color: var(--gold); }
.callout h3 { font-size: 1.12rem; margin-bottom: .5rem; }
.callout p { font-size: .97rem; color: var(--ink-80); margin: 0; }

/* ----------------------------------------------------------------- faq ---- */
.faq { display: grid; gap: .7rem; max-width: 52rem; }
.faq__item { background: var(--white); border: 1px solid var(--ink-08); border-radius: var(--r); overflow: hidden; }
.faq__q {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 1.1rem 1.3rem;
  background: none; border: 0; cursor: pointer;
  font-family: var(--serif); font-size: 1.1rem; font-weight: 600; text-align: left;
  color: var(--ink);
}
.faq__q:hover { background: var(--sage-wash); }
.faq__icon { width: 20px; height: 20px; flex: none; position: relative; }
.faq__icon::before, .faq__icon::after {
  content: ""; position: absolute; left: 50%; top: 50%;
  background: var(--sage); border-radius: 2px;
  transform: translate(-50%,-50%);
  transition: transform .3s var(--ease), opacity .3s var(--ease);
}
.faq__icon::before { width: 14px; height: 2px; }
.faq__icon::after  { width: 2px; height: 14px; }
.faq__q[aria-expanded="true"] .faq__icon::after { transform: translate(-50%,-50%) rotate(90deg); opacity: 0; }
.faq__a { padding: 0 1.3rem 1.25rem; color: var(--ink-65); font-size: .99rem; }
.faq__a p + p { margin-top: .8rem; }

/* ---------------------------------------------------------------- form ---- */
.form-card {
  background: var(--white);
  border: 1px solid var(--ink-08);
  border-radius: var(--r-lg);
  box-shadow: var(--sh);
  padding: clamp(1.4rem, 3vw, 2.4rem);
}

/* Hosted Jotform embed. The form brings its own padding, so the card only
   needs to supply the frame. */
.form-card--embed { padding: clamp(.35rem, 1vw, .75rem); overflow: hidden; }

/* Contact page: stack sooner than the generic 2-up, because a form squeezed
   into a half-width tablet column is unusable. */
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: clamp(1.75rem, 4vw, 3.5rem);
  align-items: start;
}
@media (max-width: 1020px) { .contact-grid { grid-template-columns: 1fr; } }
.form-card--embed iframe { display: block; border-radius: calc(var(--r-lg) - 6px); }
.intent { display: grid; grid-template-columns: repeat(3, 1fr); gap: .6rem; margin-bottom: 1.8rem; }
.intent__btn {
  padding: .9rem .7rem;
  background: var(--sand); border: 2px solid transparent; border-radius: var(--r-sm);
  font-size: .95rem; font-weight: 600; cursor: pointer; text-align: center;
  transition: background .25s var(--ease), border-color .25s var(--ease), color .25s var(--ease);
}
.intent__btn:hover { background: var(--sage-pale); }
.intent__btn[aria-selected="true"] { background: var(--sage); border-color: var(--sage); color: var(--white); }

.field { display: block; margin-bottom: 1.15rem; }
.field__label { display: block; font-size: .92rem; font-weight: 600; margin-bottom: .4rem; }
.field__label .opt { font-weight: 400; color: var(--ink-45); }
.field__hint { display: block; font-size: .86rem; color: var(--ink-45); font-weight: 400; margin-top: .15rem; }
.field input, .field select, .field textarea {
  width: 100%; min-height: 52px;
  padding: .8rem 1rem;
  background: var(--sand-pale);
  border: 1.5px solid var(--ink-15);
  border-radius: var(--r-sm);
  transition: border-color .25s var(--ease), box-shadow .25s var(--ease), background .25s var(--ease);
}
.field textarea { min-height: 7rem; resize: vertical; line-height: 1.6; }
.field select { appearance: none; -webkit-appearance: none; cursor: pointer; padding-right: 2.6rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%231F2422' stroke-width='1.6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 1rem center; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; background: var(--white);
  border-color: var(--sage); box-shadow: 0 0 0 3px rgba(67,96,79,.16);
}
.field input.has-error, .field select.has-error, .field textarea.has-error { border-color: #B3261E; }
.field__error { display: none; margin-top: .35rem; font-size: .88rem; color: #B3261E; font-weight: 500; }
.field__error.is-shown { display: block; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0 1.1rem; }

.form-note {
  margin-top: 1.2rem; padding: .9rem 1.1rem;
  background: var(--sage-wash); border-radius: var(--r-sm);
  font-size: .88rem; color: var(--ink-65);
}

.form-error {
  margin: 1rem 0 0;
  padding: .85rem 1.05rem;
  background: #FBEDEB;
  border-left: 3px solid #B3261E;
  border-radius: 0 var(--r-sm) var(--r-sm) 0;
  font-size: .92rem;
  font-weight: 500;
  color: #7A1C15;
}
.btn[disabled] { opacity: .6; cursor: progress; transform: none; }
.btn[disabled]:hover { transform: none; }
.form-done { text-align: center; padding: 1.5rem 0; }
.form-done__seal {
  width: 62px; height: 62px; margin: 0 auto 1.3rem;
  display: grid; place-items: center;
  background: var(--sage-pale); color: var(--sage-deep);
  border-radius: 50%; font-size: 1.6rem;
}
.form-done h3 { font-size: 1.5rem; margin-bottom: .8rem; }
.form-done p { color: var(--ink-65); max-width: 30rem; margin-inline: auto; }

/* ------------------------------------------------------- image system ---- */
.ph-frame {
  position: relative; overflow: hidden;
  background-color: var(--sage-pale);
  background-image:
    radial-gradient(120% 90% at 20% 15%, rgba(212,175,55,.16), transparent 58%),
    radial-gradient(110% 100% at 85% 85%, rgba(67,96,79,.20), transparent 62%),
    linear-gradient(150deg, #E9EFE9 0%, #DCE5DD 60%, #CFDACF 100%);
}
.ph { width: 100%; height: 100%; object-fit: cover; position: relative; z-index: 1;
      opacity: 0; transition: opacity .8s var(--ease), transform 1s var(--ease); }
.ph.is-loaded { opacity: 1; }
.ph.is-failed { display: none; }

/* ------------------------------------------------------------- footer ---- */
.footer { background: var(--ink); color: var(--on-dark-70); padding-top: clamp(2.75rem,5vw,4.25rem); font-size: .95rem; }
.footer a { transition: color .25s var(--ease); }
.footer a:hover { color: var(--gold); }
.footer__top { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: clamp(1.6rem,3vw,3rem); padding-bottom: clamp(2rem,4vw,3rem); }
.footer__logo { height: 104px; width: auto; }
.footer__blurb { margin-top: 1.2rem; max-width: 25rem; color: var(--on-dark-50); font-size: .9rem; }
.footer h4 { font-family: var(--sans); font-size: .78rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--gold); margin-bottom: 1rem; }
.footer__col ul { display: grid; gap: .6rem; }
.footer__contact li { line-height: 1.6; margin-bottom: .8rem; }
.footer__contact strong { color: var(--sand); }
.footer__bottom {
  display: flex; flex-wrap: wrap; gap: .8rem 2rem; justify-content: space-between; align-items: center;
  padding-block: 1.4rem; border-top: 1px solid var(--on-dark-18);
  font-size: .86rem; color: var(--on-dark-50);
}
.footer__bottom p { margin: 0; }
.footer__legal { display: flex; flex-wrap: wrap; gap: .4rem 1rem; }
.footer__disclaimer { padding-bottom: clamp(1.75rem,3vw,2.5rem); }
.footer__disclaimer p { font-size: .8rem; line-height: 1.7; color: rgba(247,244,239,.38); max-width: 66rem; margin: 0; }

/* ---------------------------------------------------------- mobile bar ---- */
.mobile-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 95;
  display: none; gap: 1px; background: var(--on-dark-18);
  box-shadow: 0 -6px 24px -12px rgba(31,36,34,.5);
  padding-bottom: env(safe-area-inset-bottom);
}
.mobile-bar a { display: flex; align-items: center; justify-content: center; gap: .5rem; padding: 1rem .7rem; font-size: .95rem; font-weight: 600; min-height: 56px; }
.mobile-bar__call { flex: 0 0 40%; background: var(--sage-deep); color: var(--sand); }
.mobile-bar__call svg { width: 17px; height: 17px; fill: var(--gold); }
.mobile-bar__cta { flex: 1; background: var(--gold); color: var(--ink); }

/* ------------------------------------------------------------- reveal ---- */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }

/* --------------------------------------------------------- responsive ---- */
@media (max-width: 1400px) {
  .header__phone { display: none; }
}

@media (max-width: 1320px) {
  .nav__link { font-size: .86rem; padding: .55rem .4rem; }
}

@media (max-width: 1240px) {
  .burger { display: block; }
  .nav {
    position: fixed; top: 0; right: 0; bottom: 0; z-index: 99;
    width: min(92vw, 400px);
    background: var(--white);
    padding: 1.25rem 1.25rem 2.5rem;
    overflow-y: auto;
    transform: translateX(100%); visibility: hidden;
    transition: transform .4s var(--ease), visibility .4s;
    box-shadow: -20px 0 60px -30px rgba(31,36,34,.5);
  }
  .nav.is-open { transform: translateX(0); visibility: visible; }
  .nav__list { flex-direction: column; align-items: stretch; gap: 0; margin-top: 3.25rem; }
  .nav__item { border-bottom: 1px solid var(--ink-08); }
  .nav__link { font-size: 1.08rem; padding: .95rem .25rem; justify-content: space-between;
               width: 100%; color: var(--ink-80); }
  .nav__link:hover { color: var(--sage-deep); background: var(--sage-pale); }
  .nav__link[aria-current="page"] { color: var(--sage-deep); }
  .nav__menu {
    position: static; transform: none; min-width: 0; width: 100%;
    padding: 0 0 .8rem .25rem; border: 0; box-shadow: none; background: none;
    display: none; opacity: 1; visibility: visible;
  }
  .nav__item[data-open="true"] .nav__menu { display: block; transform: none; }
  .nav__menu-grid { grid-template-columns: 1fr; gap: 0; }
  .nav__menu a { padding: .6rem .5rem; font-size: .98rem; }
  .nav__drawer-cta { display: grid; gap: .6rem; margin-top: 1.5rem; }
  .nav__drawer-phone {
    display: flex; align-items: center; justify-content: center; gap: .5rem;
    min-height: 52px; font-size: 1.05rem; font-weight: 600; color: var(--sage-deep);
  }
  .nav__drawer-phone svg { width: 18px; height: 18px; fill: var(--sage); flex: none; }
}

@media (max-width: 1020px) {
  .header__cta { display: none; }
  .hero__grid, .pdn-band__grid, .referral__grid, .area__inner { grid-template-columns: 1fr; }
  .family__grid { grid-template-columns: 1fr; }
  .family__media { order: 2; width: 100%; max-width: 28rem; margin-inline: auto; }
  .family__grid .family__inner { order: 1; max-width: none; }
  .hero__media { order: -1; max-width: 34rem; }
  .hero__badge { left: auto; right: 1rem; bottom: -1rem; }
  .svc-grid, .reasons { grid-template-columns: 1fr 1fr; }
  .steps--row { grid-template-columns: 1fr 1fr; }
  .mobile-bar { display: flex; }
  .footer__top { grid-template-columns: 1fr 1fr; }
  .footer__brand { grid-column: 1 / -1; }
  .footer__disclaimer { padding-bottom: 6rem; }
}

@media (max-width: 760px) {
  :root { --header-h: 68px; }
  .assure__grid { grid-template-columns: 1fr 1fr; }
  .paths, .svc-grid, .reasons, .serve-list, .partners,
  .steps--row, .grid--2, .grid--3, .grid--4, .ticks--2, .field-row { grid-template-columns: 1fr; }
  .intent { grid-template-columns: 1fr; }
  .btn { width: 100%; }
  .btn-row { flex-direction: column; }
  .hero__badge { position: static; margin-top: 1rem; max-width: none; }
  .footer__top { grid-template-columns: 1fr; }
  .footer__bottom { flex-direction: column; align-items: flex-start; }
  .brand__name { font-size: 1.18rem; }
  .brand__mark { height: 34px; }
}

@media (max-width: 420px) {
  .assure__grid { grid-template-columns: 1fr; }
}

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

@media print {
  .site-header, .mobile-bar, .nav-scrim { display: none !important; }
  body { background: #fff; font-size: 12pt; }
  .reveal { opacity: 1; transform: none; }
}
