/* ============================================================
   Dose of Soul Therapy — design system v2 (editorial / premium)
   Palette: plum #33212E · cream #F4EBDD · gold #D89A5B
   Type: Fraunces (display serif) + Hanken Grotesk (sans)
   ============================================================ */

:root{
  --plum:#33212E;
  --plum-2:#271720;          /* deepest plum */
  --plum-soft:#46303D;       /* raised surface on plum */
  --plum-line:#5A4150;       /* hairline on plum */
  --cream:#F6EEE2;
  --cream-2:#EFE4D3;         /* alt section */
  --cream-3:#E3D4BE;         /* warm border */
  --paper:#FBF6EE;           /* lightest, for cards */
  --gold:#D89A5B;
  --gold-2:#BE7C3C;          /* bright gold — fills/borders/decorative only */
  --gold-ink:#96551F;        /* AA-safe bronze for gold TEXT on cream (5:1) */
  --gold-soft:#E8C396;
  --champagne:#EAD3B0;       /* light gold highlight on plum */
  --ink:#2B1C26;             /* body text on cream */
  --muted:#6E5A66;           /* secondary text on cream */
  --cream-muted:rgba(246,238,226,.82);

  --maxw:1200px;
  --measure:64ch;
  --r-lg:24px; --r-md:16px; --r-sm:10px; --pill:999px;
  --shadow:0 40px 80px -44px rgba(28,12,22,.6);
  --shadow-sm:0 18px 44px -26px rgba(28,12,22,.5);
  --arch:clamp(22px,3vw,34px);   /* soft rounded rectangle for portraits (was a tombstone arch) */

  --serif:'Fraunces',Georgia,'Times New Roman',serif;
  --sans:'Hanken Grotesk',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;
  --space:clamp(3.5rem,8vw,7rem);
}

*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}

body{
  margin:0;background:var(--cream);color:var(--ink);
  font-family:var(--sans);font-weight:400;line-height:1.7;
  font-size:clamp(1.04rem,.4vw + .96rem,1.17rem);letter-spacing:.005em;
  -webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;
  position:relative;
}
/* subtle paper grain for warmth/depth */
body::before{
  content:"";position:fixed;inset:0;z-index:1;pointer-events:none;opacity:.5;mix-blend-mode:multiply;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.035'/%3E%3C/svg%3E");
}
main,.site-header,.site-footer{position:relative;z-index:2}

img{max-width:100%;height:auto;display:block}
a{color:var(--gold-ink);text-decoration:underline;text-decoration-thickness:.07em;text-underline-offset:.2em;
  text-decoration-color:rgba(150,85,31,.45);transition:color .15s,text-decoration-color .15s}
a:hover{color:var(--plum);text-decoration-color:var(--gold)}

/* ---------- type ---------- */
h1,h2,h3,h4{font-family:var(--serif);font-weight:430;line-height:1.06;color:var(--plum);
  letter-spacing:-.018em;margin:0 0 .55em;font-optical-sizing:auto}
h1{font-size:clamp(2.6rem,5.2vw + .6rem,4.7rem)}
h2{font-size:clamp(2rem,2.6vw + 1rem,3.1rem)}
h3{font-size:clamp(1.3rem,.9vw + 1rem,1.65rem);font-weight:480}
h4{font-size:1.1rem;font-weight:500}
h1 em,h2 em,h3 em{font-style:italic;color:var(--gold-2)}
.section--plum h1 em,.section--plum h2 em,.hero h1 em{color:var(--gold)}
p{margin:0 0 1.1em}
strong{font-weight:700;color:var(--plum)}
ul,ol{margin:0 0 1.15em;padding-left:1.2em}
li{margin:.35em 0}

/* ---------- layout ---------- */
.wrap{width:min(100% - 2.6rem,var(--maxw));margin-inline:auto}
.section{padding-block:var(--space)}
.section--tight{padding-block:clamp(2.5rem,5vw,3.75rem)}
.prose{max-width:var(--measure)}
.prose.center{margin-inline:auto;text-align:center}
.center{text-align:center}
.lead{font-family:var(--serif);font-weight:380;font-size:clamp(1.3rem,1.1vw + 1rem,1.7rem);
  line-height:1.42;color:var(--plum);letter-spacing:-.01em}
.section--plum .lead{color:var(--cream)}
.muted{color:var(--muted)}
.eyebrow{font-family:var(--sans);font-weight:700;font-size:.74rem;letter-spacing:.22em;text-transform:uppercase;
  color:var(--gold-ink);margin:0 0 1.1rem;display:flex;align-items:center;gap:.7rem}
.eyebrow::before{content:"";width:26px;height:2px;background:var(--gold);display:inline-block}
.center .eyebrow,.prose.center .eyebrow{justify-content:center}
.hero .eyebrow{color:var(--gold)}   /* bright gold on the plum hero (not the cream bronze) */

/* plum sections */
.section--plum{background:var(--plum);color:var(--cream-muted);position:relative;overflow:hidden}
.section--plum::after{content:"";position:absolute;inset:0;pointer-events:none;
  background:radial-gradient(680px 360px at 85% -10%,rgba(216,154,91,.16),transparent 65%)}
.section--plum>.wrap{position:relative;z-index:1}
.section--plum h1,.section--plum h2,.section--plum h3,.section--plum h4{color:var(--cream)}
.section--plum .eyebrow{color:var(--gold)}
.section--plum p{color:var(--cream-muted)}
.section--plum a{color:var(--gold);text-decoration-color:rgba(216,154,91,.5)}
.section--plum a:hover{color:#fff}
/* buttons must keep their own text color inside plum bands (beat .section--plum a) */
.section--plum a.btn--gold,.section--plum a.btn--gold:hover{color:var(--plum)}
.section--plum a.btn--ghost-light{color:var(--cream)}
.section--plum a.btn--ghost-light:hover{color:var(--plum)}
.section--plum a.btn--ghost{color:var(--cream)}
.section--plum a.btn--ghost:hover{color:var(--cream)}
.section--plum strong{color:#fff}
.section--cream2{background:var(--cream-2)}

/* ---------- buttons ---------- */
.btn{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--sans);font-weight:700;
  font-size:.98rem;letter-spacing:.01em;line-height:1;padding:1.02rem 1.7rem;border-radius:var(--pill);
  text-decoration:none;border:1.5px solid transparent;cursor:pointer;
  transition:transform .18s cubic-bezier(.2,.8,.2,1),background .18s,box-shadow .18s,color .18s}
.btn--gold{background:var(--gold);color:var(--plum);box-shadow:0 14px 30px -14px rgba(216,154,91,.7)}
.btn--gold:hover{background:var(--gold-soft);transform:translateY(-3px);box-shadow:0 20px 40px -16px rgba(216,154,91,.8)}
.btn--ghost{background:transparent;color:var(--plum);border-color:rgba(43,28,38,.35)}
.btn--ghost:hover{background:var(--plum);color:var(--cream);border-color:var(--plum);transform:translateY(-3px)}
.btn--ghost-light{background:transparent;color:var(--cream);border-color:rgba(216,154,91,.6)}
.btn--ghost-light:hover{background:var(--gold);color:var(--plum);border-color:var(--gold);transform:translateY(-3px)}
.btn-row{display:flex;flex-wrap:wrap;gap:.9rem;margin-top:1.7rem}
.btn-row.center{justify-content:center}
@media (prefers-reduced-motion:reduce){.btn:hover{transform:none}}

/* ---------- header ---------- */
.site-header{position:sticky;top:0;z-index:60;background:rgba(39,23,32,.9);
  backdrop-filter:blur(12px) saturate(1.1);border-bottom:1px solid rgba(90,65,80,.5);
  border-top:3px solid var(--gold)}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;
  width:min(100% - 2.6rem,1280px);margin-inline:auto;padding-block:.75rem}
.brand{display:flex;align-items:center;gap:.7rem;text-decoration:none}
.brand__badge{width:44px;height:44px;border-radius:11px;flex:none;box-shadow:0 6px 18px -8px rgba(0,0,0,.5)}
.brand__wordmark{height:19px;width:auto}
.brand__name{font-family:var(--serif);font-style:italic;font-weight:560;font-size:1.24rem;color:var(--gold);line-height:1.05;white-space:nowrap}
.brand__name span{display:block;font-style:normal;font-family:var(--sans);font-weight:600;font-size:.58rem;letter-spacing:.2em;text-transform:uppercase;color:var(--cream-muted);margin-top:2px}
.nav{display:flex;align-items:center;gap:.3rem}
.nav__list{display:flex;flex-wrap:wrap;align-items:center;gap:.1rem;list-style:none;margin:0;padding:0}
.nav__link{display:inline-block;color:var(--cream);text-decoration:none;font-weight:500;font-size:.94rem;
  padding:.5rem .72rem;border-radius:8px;white-space:nowrap;position:relative}
.nav__link:hover{color:var(--gold)}
.nav__link[aria-current="page"]{color:var(--gold)}
.nav__link[aria-current="page"]::after{content:"";position:absolute;left:.72rem;right:.72rem;bottom:.25rem;height:2px;background:var(--gold);border-radius:2px}
/* ---------- services dropdown ---------- */
.nav__item{position:relative;display:flex;align-items:center}
.nav__subtoggle{display:none;background:transparent;border:0;color:var(--cream);cursor:pointer;padding:.35rem;
  border-radius:6px;align-items:center;margin-left:-.35rem}
.nav__subtoggle svg{width:15px;height:15px;transition:transform .2s}
.nav__sub{position:absolute;top:calc(100% + .35rem);left:0;min-width:238px;list-style:none;margin:0;padding:.45rem;
  background:var(--plum-2);border:1px solid var(--plum-line);border-radius:14px;box-shadow:var(--shadow);
  opacity:0;visibility:hidden;transform:translateY(6px);transition:opacity .18s,transform .18s,visibility .18s;z-index:70}
.has-sub:hover .nav__sub,.has-sub:focus-within .nav__sub{opacity:1;visibility:visible;transform:none}
.nav__sublink{display:block;padding:.62rem .85rem;border-radius:9px;color:var(--cream-muted);text-decoration:none;
  font-size:.92rem;font-weight:500;white-space:nowrap}
.nav__sublink:hover{background:var(--plum-soft);color:var(--gold)}
.header-cta{margin-left:.5rem;padding:.72rem 1.2rem;font-size:.9rem}
.nav-toggle{display:none;background:transparent;border:1.5px solid rgba(216,154,91,.6);color:var(--gold);
  border-radius:10px;padding:.5rem .7rem;font-size:.92rem;font-weight:600;cursor:pointer;align-items:center;gap:.45rem}
.nav-toggle svg{width:18px;height:18px}
@media (max-width:980px){
  .nav-toggle{display:inline-flex}
  .nav{position:fixed;inset:66px 0 auto 0;background:var(--plum-2);flex-direction:column;align-items:stretch;
    gap:0;padding:.7rem 1.3rem 1.6rem;border-bottom:1px solid var(--plum-line);
    transform:translateY(-130%);transition:transform .3s cubic-bezier(.2,.8,.2,1);max-height:calc(100vh - 66px);overflow:auto;box-shadow:var(--shadow)}
  .nav.is-open{transform:translateY(0)}
  .nav__list{flex-direction:column;align-items:stretch;gap:.1rem;width:100%}
  .nav__link{padding:.9rem .6rem;border-bottom:1px solid rgba(90,65,80,.4);font-size:1.05rem}
  .header-cta{margin:1rem 0 0;justify-content:center}
  /* mobile: services becomes a collapsible accordion */
  .nav__item{display:block;position:relative}
  .nav__item.has-sub .nav__link{border-bottom:1px solid rgba(90,65,80,.4)}
  .nav__subtoggle{display:inline-flex;position:absolute;right:.2rem;top:.55rem;color:var(--gold);padding:.4rem}
  .nav__subtoggle svg{width:20px;height:20px}
  .nav__sub{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:0;background:transparent;
    min-width:0;padding:0 0 .2rem 1.1rem;margin:0;max-height:0;overflow:hidden;transition:max-height .28s ease}
  .has-sub.is-open .nav__sub{max-height:560px}
  .has-sub.is-open .nav__subtoggle svg{transform:rotate(180deg)}
  .nav__sublink{padding:.72rem .5rem;font-size:1rem;border-bottom:1px solid rgba(90,65,80,.25);color:var(--cream)}
}
/* keep the brand + menu toggle from colliding on phones */
@media (max-width:560px){
  .header-inner{gap:.6rem}
  .brand{gap:.5rem}
  .brand__badge{width:40px;height:40px}
  .brand__wordmark{height:16px}
  .nav-toggle{padding:.5rem .62rem;gap:.4rem}
}
@media (max-width:400px){
  .brand__badge{width:36px;height:36px}
  .brand__wordmark{height:15px}
  .nav-toggle{gap:0;font-size:0;padding:.5rem}   /* icon-only; aria-label keeps the name */
  .nav-toggle svg{width:20px;height:20px}
}
@media (prefers-reduced-motion:reduce){.nav{transition:none}}

/* ---------- hero ---------- */
.hero{background:var(--plum);color:var(--cream);position:relative;overflow:hidden}
.hero::before{content:"";position:absolute;inset:0;pointer-events:none;
  background:
    radial-gradient(820px 520px at 82% -6%,rgba(216,154,91,.26),transparent 60%),
    radial-gradient(620px 420px at -6% 110%,rgba(216,154,91,.12),transparent 60%)}
.hero::after{content:"";position:absolute;right:-120px;top:-120px;width:340px;height:340px;border-radius:50%;
  border:1px solid rgba(216,154,91,.25);pointer-events:none}
.hero__inner{position:relative;z-index:1;display:grid;grid-template-columns:1.12fr .88fr;gap:clamp(2rem,5vw,4.5rem);
  align-items:center;padding-block:clamp(3.5rem,8vw,6.5rem)}
.hero h1{color:#fff;margin-bottom:.35em;letter-spacing:-.022em}
.hero .lead{color:var(--cream);max-width:36ch;font-weight:380}
.hero__media{position:relative;justify-self:center;max-width:420px;width:100%}
.hero__media img{width:100%;border-radius:var(--arch);box-shadow:var(--shadow);position:relative;z-index:1}
.hero__media::before{content:"";position:absolute;inset:14px -16px -16px 14px;border-radius:var(--arch);
  border:1.5px solid rgba(216,154,91,.6);z-index:0}
.hero__ring{display:none}
.hero__media .cred-chip{position:absolute;z-index:2;left:50%;bottom:-18px;transform:translateX(-50%);
  background:var(--gold);color:var(--plum);font-weight:700;font-size:.78rem;letter-spacing:.02em;
  padding:.55rem 1rem;border-radius:var(--pill);white-space:nowrap;box-shadow:var(--shadow-sm)}
@media (max-width:860px){
  .hero__inner{grid-template-columns:1fr;gap:2.4rem}
  .hero__media{order:-1;max-width:300px}
}

/* ---------- trust strip ---------- */
.trust{display:flex;flex-wrap:wrap;gap:.7rem 1.7rem;align-items:center;border-top:1px solid var(--plum-line);
  margin-top:2.6rem;padding-top:1.6rem}
.trust__item{display:flex;align-items:center;gap:.6rem;font-size:.9rem;color:var(--cream-muted);font-weight:500}
.trust__item::before{content:"";width:5px;height:5px;border-radius:50%;background:var(--gold);flex:none}

/* ---------- cards ---------- */
.card-grid{display:grid;gap:1.3rem;margin-top:2.4rem}
.cols-2{grid-template-columns:repeat(2,1fr)}
.cols-3{grid-template-columns:repeat(3,1fr)}
.cols-4{grid-template-columns:repeat(4,1fr)}
@media (max-width:900px){.cols-3,.cols-4{grid-template-columns:repeat(2,1fr)}}
@media (max-width:580px){.cols-2,.cols-3,.cols-4{grid-template-columns:1fr}}

.card{background:var(--paper);border:1px solid var(--cream-3);border-radius:var(--r-md);padding:1.9rem 1.7rem 1.7rem;
  position:relative;overflow:hidden;
  transition:transform .22s cubic-bezier(.2,.8,.2,1),box-shadow .22s,border-color .22s}
.card--link:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:var(--gold)}
.card__top{height:2px;width:42px;background:var(--gold);border-radius:3px;margin-bottom:1.15rem}
.card h3{margin-bottom:.45rem;position:relative;z-index:1}
.card h3 a{text-decoration:none;color:var(--plum);background-image:linear-gradient(var(--gold),var(--gold));
  background-size:0 2px;background-repeat:no-repeat;background-position:0 100%;transition:background-size .3s}
.card--link:hover h3 a{background-size:100% 2px}
.card p{position:relative;z-index:1}
.card p:last-child{margin-bottom:0}
.card__more{display:inline-flex;align-items:center;gap:.35rem;margin-top:1rem;font-weight:700;font-size:.9rem;
  color:var(--gold-ink);text-decoration:none}
.card--link:hover .card__more{gap:.6rem}
.section--plum .card{background:var(--plum-soft);border-color:var(--plum-line)}
.section--plum .card h3 a{color:#fff}
.section--plum .card p{color:var(--cream-muted)}

/* ---------- service illustration badge (the practice's own brand artwork) ---------- */
.svc-badge{width:78px;height:78px;display:block;margin-bottom:1.15rem;
  filter:drop-shadow(0 14px 22px rgba(120,70,20,.26))}
.card .card__top{display:none}                     /* badge replaces the hairline when present */
.card--noicon .card__top{display:block}
.hero__icon{display:inline-block;margin-bottom:1.25rem}
.hero__icon .svc-badge{width:96px;height:96px;margin-bottom:0}
/* inline lockup icon (headings, notes) */
.lockup{display:flex;align-items:center;gap:.9rem;margin-bottom:.4rem}
.lockup .icon-chip{margin-bottom:0}

/* ---------- steps (What to expect) ---------- */
.steps{list-style:none;counter-reset:step;padding:0;margin:2.2rem 0 0;display:grid;gap:1.1rem}
.steps.cols-2{grid-template-columns:1fr 1fr;gap:1.1rem 2.2rem}
@media (max-width:680px){.steps.cols-2{grid-template-columns:1fr}}
.steps li{counter-increment:step;display:grid;grid-template-columns:auto 1fr;gap:1.1rem;align-items:start;margin:0}
.steps li::before{content:counter(step);grid-row:span 2;width:44px;height:44px;border-radius:50%;
  display:grid;place-items:center;font-family:var(--serif);font-size:1.25rem;font-weight:500;
  color:var(--gold-ink);background:rgba(216,154,91,.14);border:1px solid rgba(150,85,31,.3)}
.section--plum .steps li::before{color:var(--gold-soft);background:rgba(216,154,91,.16);border-color:var(--plum-line)}
.steps li h3,.steps li h4{margin:.15rem 0 .25rem;font-size:1.15rem}
.steps li p{margin:0;color:var(--muted)}
.section--plum .steps li p{color:var(--cream-muted)}

/* ---------- pill row (premium trust markers) ---------- */
.pillrow{display:flex;flex-wrap:wrap;gap:.6rem;margin:1.6rem 0 0;padding:0;list-style:none}
.pillrow li{display:inline-flex;align-items:center;gap:.55rem;font-size:.86rem;font-weight:600;color:var(--plum);
  background:var(--paper);border:1px solid var(--cream-3);border-radius:var(--pill);padding:.5rem 1.05rem}
.pillrow li::before{content:"";width:5px;height:5px;border-radius:50%;background:var(--gold-ink);flex:none}
.section--plum .pillrow li{color:var(--cream);background:var(--plum-soft);border-color:var(--plum-line)}
.section--plum .pillrow li::before{background:var(--gold)}

/* ---------- checklist (empathy) ---------- */
.checklist{list-style:none;padding:0;margin:1.8rem 0 0;display:grid;gap:.9rem}
.checklist.two{grid-template-columns:1fr 1fr}
@media (max-width:640px){.checklist.two{grid-template-columns:1fr}}
.checklist li{display:flex;gap:.85rem;align-items:flex-start;margin:0;font-family:var(--serif);
  font-weight:380;font-size:clamp(1.08rem,.5vw + 1rem,1.28rem);line-height:1.4;color:var(--plum)}
.section--plum .checklist li{color:var(--cream)}
.checklist li::before{content:"";flex:none;width:9px;height:9px;margin-top:.62em;border-radius:2px;
  background:var(--gold);transform:rotate(45deg)}
.section--plum .checklist li::before{background:var(--gold)}

/* ---------- tags ---------- */
.taglist{display:flex;flex-wrap:wrap;gap:.55rem;padding:0;margin:1.5rem 0 0;list-style:none}
.tag{display:inline-block;font-size:.84rem;font-weight:600;padding:.45rem .95rem;border-radius:var(--pill);
  background:rgba(216,154,91,.12);color:var(--gold-ink);border:1px solid rgba(150,85,31,.4)}
.section--plum .tag{background:rgba(216,154,91,.14);color:var(--gold-soft);border-color:var(--plum-line)}

/* ---------- breadcrumbs ---------- */
.crumbs{font-size:.82rem;color:var(--muted);padding-top:1.6rem}
.crumbs ol{list-style:none;display:flex;flex-wrap:wrap;gap:.45rem;margin:0;padding:0}
.crumbs li::after{content:"›";margin-left:.45rem;color:var(--gold-ink)}
.crumbs li:last-child::after{content:""}
.crumbs a{color:var(--muted);text-decoration:none}
.crumbs a:hover{color:var(--plum)}

/* ---------- split / figure ---------- */
.split{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,4.5rem);align-items:center}
.split--media-left .split__media{order:-1}
@media (max-width:860px){.split{grid-template-columns:1fr;gap:2.2rem}}
.split__media{position:relative;justify-self:center;max-width:440px;width:100%}
.split__media img,.figure-card img{width:100%;border-radius:var(--arch);box-shadow:var(--shadow)}
.figure-card{position:relative;background:transparent;padding:0}
.figure-card::before{content:"";position:absolute;inset:-16px 16px 16px -16px;border-radius:var(--arch);
  border:1.5px solid var(--gold);opacity:.55;z-index:0}
.figure-card img{position:relative;z-index:1}

/* ---------- note / callout ---------- */
.note{background:var(--paper);border:1px solid var(--cream-3);border-radius:var(--r-md);
  padding:1.6rem 1.6rem;margin:1.8rem 0;position:relative;box-shadow:var(--shadow-sm)}
.note::before{content:"";position:absolute;left:0;top:1.6rem;bottom:1.6rem;width:3px;background:var(--gold);border-radius:3px}
.note{padding-left:1.9rem}
.note h3,.note h4{margin-top:0}
.note p:last-child{margin-bottom:0}
.disclaimer{font-size:.92rem;color:var(--muted)}
.section--plum .note{background:var(--plum-soft);border-color:var(--plum-line)}
.section--plum .disclaimer{color:var(--cream-muted)}

/* ---------- fees ---------- */
.fees{display:grid;gap:.9rem;margin:1.9rem 0;max-width:580px}
.fees__row{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;
  background:var(--paper);border:1px solid var(--cream-3);border-radius:var(--r-sm);padding:1.15rem 1.4rem}
.fees__row .price{font-family:var(--serif);font-size:1.7rem;color:var(--gold-ink);font-weight:500;white-space:nowrap}
.fees__row .label{font-weight:600}

/* ---------- FAQ ---------- */
.faq{margin-top:1.8rem;border-top:1px solid var(--cream-3)}
.section--plum .faq{border-top-color:var(--plum-line)}
.faq__item{border-bottom:1px solid var(--cream-3)}
.section--plum .faq__item{border-bottom-color:var(--plum-line)}
.faq__item summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;gap:1rem;align-items:center;
  padding:1.3rem .2rem;font-family:var(--serif);font-size:clamp(1.12rem,.6vw + 1rem,1.35rem);font-weight:440;color:var(--plum)}
.section--plum .faq__item summary{color:var(--cream)}
.faq__item summary::-webkit-details-marker{display:none}
.faq__item summary::after{content:"";flex:none;width:26px;height:26px;border-radius:50%;border:1.5px solid var(--gold-ink);
  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2396551F' stroke-width='2.4' stroke-linecap='round'%3E%3Cpath d='M12 5v14M5 12h14'/%3E%3C/svg%3E") center/14px no-repeat;transition:transform .25s}
.faq__item[open] summary::after{transform:rotate(135deg)}
.faq__item .faq__body{padding:0 .2rem 1.35rem;max-width:62ch}
.faq__item .faq__body p:last-child{margin-bottom:0}

/* ---------- CTA band / credo ---------- */
.cta-band{background:var(--plum);color:var(--cream);text-align:center;position:relative;overflow:hidden}
.cta-band::before{content:"";position:absolute;inset:0;
  background:radial-gradient(700px 380px at 50% -20%,rgba(216,154,91,.22),transparent 65%)}
.cta-band>.wrap{position:relative;z-index:1}
.cta-band h2{color:#fff}
.cta-band p{color:var(--cream-muted);max-width:56ch;margin-inline:auto;font-size:1.1rem}
.cta-band .tagline{font-family:var(--serif);font-style:italic;color:var(--gold);font-size:clamp(1.3rem,1.5vw + 1rem,1.9rem);margin-top:1.8rem;letter-spacing:-.01em}

/* ---------- joy figure (wide framed image) ---------- */
.joy-figure{margin:2.8rem 0 0;border-radius:var(--r-lg);overflow:hidden;box-shadow:var(--shadow);
  border:1px solid var(--cream-3)}
.joy-figure img{width:100%;display:block}

/* ---------- photo band (full-bleed image + plum overlay) ---------- */
.photo-band{position:relative;background-color:var(--plum-2);background-size:cover;background-position:center 42%;
  color:var(--cream);overflow:hidden}
.photo-band::before{content:"";position:absolute;inset:0;pointer-events:none;
  background:linear-gradient(90deg,rgba(31,17,25,.96) 0%,rgba(31,17,25,.84) 38%,rgba(39,23,32,.42) 72%,rgba(39,23,32,.12) 100%)}
.photo-band>.wrap{position:relative;z-index:1}
.photo-band__inner{max-width:48ch;padding-block:clamp(3.4rem,8vw,6rem)}
.photo-band h2{color:#fff}
.photo-band p{color:var(--cream-muted)}
.photo-band .tagline{font-family:var(--serif);font-style:italic;color:var(--gold);
  font-size:clamp(1.3rem,1.5vw + 1rem,1.9rem);margin-top:1.4rem;letter-spacing:-.01em}
.photo-band .eyebrow{color:var(--gold)}
@media (max-width:720px){
  .photo-band{background-position:center 38%}
  .photo-band::before{background:linear-gradient(180deg,rgba(31,17,25,.72) 0%,rgba(31,17,25,.88) 55%,rgba(31,17,25,.95) 100%)}
  .photo-band__inner{max-width:none}
}

/* ---------- resource list ---------- */
.resource-list{list-style:none;padding:0;margin:1.1rem 0 0;display:grid;gap:.65rem}
.resource-list li{padding-left:1.5rem;position:relative}
.resource-list li::before{content:"";position:absolute;left:0;top:.6em;width:8px;height:8px;
  border:1.5px solid var(--gold-ink);border-radius:50%}

/* ---------- divider ---------- */
.lotus-divider{display:flex;align-items:center;gap:1.1rem;justify-content:center;margin:0 0 1.6rem}
.lotus-divider::before,.lotus-divider::after{content:"";height:1px;width:54px;
  background:linear-gradient(90deg,transparent,var(--gold))}
.lotus-divider::after{background:linear-gradient(90deg,var(--gold),transparent)}
.lotus-divider svg{width:28px;height:28px;color:var(--gold)}

/* ---------- footer ---------- */
.site-footer{background:var(--plum-2);color:var(--cream-muted);padding-block:clamp(3.5rem,7vw,5rem) 2rem;border-top:1px solid var(--plum-line)}
.foot-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.1fr;gap:2.2rem}
@media (max-width:900px){.foot-grid{grid-template-columns:1fr 1fr}}
@media (max-width:560px){.foot-grid{grid-template-columns:1fr}}
.foot__brand{display:flex;align-items:center;gap:.7rem;margin-bottom:1.1rem;text-decoration:none;width:fit-content}
.foot__brand img.brand__badge{width:48px;height:48px;border-radius:12px}
.foot__brand .brand__wordmark{height:21px}
.foot__brand .brand__name{font-size:1.32rem}
.site-footer h4{color:var(--gold);font-family:var(--sans);font-weight:700;font-size:.8rem;letter-spacing:.16em;
  text-transform:uppercase;margin:0 0 1.1rem}
.site-footer ul{list-style:none;padding:0;margin:0;display:grid;gap:.55rem}
.site-footer a{color:var(--cream-muted);text-decoration:none}
.site-footer a:hover{color:var(--gold);text-decoration:underline}
.nap{font-style:normal;line-height:1.8}
.site-footer .nap a{color:var(--cream)}
.site-footer .nap strong{color:var(--cream)}
.gfe strong{color:var(--cream-muted)}
.crisis{background:rgba(216,154,91,.08);border:1px solid var(--plum-line);border-radius:var(--r-md);
  padding:1.1rem 1.3rem;margin-top:2.6rem;font-size:.9rem}
.crisis strong{color:var(--gold-soft)}
.foot-verify{display:flex;flex-wrap:wrap;gap:.9rem 1.5rem;align-items:center;margin-top:2.2rem}
.pt-badge{display:inline-flex;align-items:center;gap:.45rem;font-size:.78rem;font-weight:700;letter-spacing:.02em;
  color:var(--plum);background:var(--gold);padding:.48rem .9rem;border-radius:var(--pill);text-decoration:none}
.pt-badge:hover{background:var(--gold-soft)}
.pt-badge svg{width:15px;height:15px}
.foot-social{display:flex;flex-wrap:wrap;gap:.4rem 1.2rem}
.foot-social a{color:var(--cream-muted);text-decoration:none;font-size:.85rem}
.foot-social a:hover{color:var(--gold);text-decoration:underline}
.foot-legal{display:flex;flex-wrap:wrap;gap:.4rem 1.2rem;align-items:center;justify-content:space-between;
  border-top:1px solid var(--plum-line);margin-top:2.2rem;padding-top:1.6rem;font-size:.82rem}
.foot-legal nav{display:flex;flex-wrap:wrap;gap:.4rem 1.2rem}
.gfe{font-size:.8rem;color:rgba(246,238,226,.6);margin-top:1.3rem;line-height:1.7}

/* ---------- misc ---------- */
.skip-link{position:absolute;left:-9999px;top:0;background:var(--gold);color:var(--plum);padding:.7rem 1rem;border-radius:0 0 10px 0;font-weight:700;z-index:200}
.skip-link:focus{left:0}
:focus-visible{outline:3px solid var(--gold);outline-offset:2px;border-radius:3px}
.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}
.anchor-target{scroll-margin-top:96px}

.reveal{opacity:0;transform:translateY(20px);transition:opacity .7s ease,transform .7s cubic-bezier(.2,.8,.2,1)}
.reveal.in{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}}
