/* ==========================================================================
   Beverly Baby Care — design system
   Colors sampled directly from the supplied Beverly Baby Care PDFs.
   ========================================================================== */

:root{
  /* Sampled palette */
  --bbc-ivory:#FAF6F1;        /* dominant page background in the PDFs */
  --bbc-cream:#FDFBF8;        /* lifted panels */
  --bbc-blush:#F6EDE8;        /* quote boxes */
  --bbc-blush-deep:#ECD7D1;   /* pill fills, hairlines */
  --bbc-taupe:#F1EAE2;        /* cards, stat blocks */
  --bbc-rose:#C8837A;         /* italic headlines, accents */
  --bbc-rose-deep:#9C554D;    /* buttons, links (accessible on ivory) */
  --bbc-rose-dark:#BF7971;    /* filled rose panels */
  --bbc-cocoa:#4C3C38;        /* dark editorial sections */
  --bbc-cocoa-deep:#3A2E2B;
  --bbc-charcoal:#3D3330;     /* body copy */
  --bbc-muted:#6E5F59;        /* secondary copy */
  --bbc-line:rgba(200,131,122,.32);

  /* Type */
  --display:"Playfair Display",Georgia,"Times New Roman",serif;
  --body:"EB Garamond",Georgia,serif;
  --ui:"Jost","Helvetica Neue",Arial,sans-serif;

  /* Space */
  --gutter:clamp(1.25rem,5vw,4rem);
  --section:clamp(4rem,9vw,7.5rem);
  --maxw:1180px;
  --radius:14px;
}

*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{
  margin:0;background:var(--bbc-ivory);color:var(--bbc-charcoal);
  font-family:var(--body);font-size:1.125rem;line-height:1.72;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;display:block;height:auto}
a{color:var(--bbc-rose-deep)}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{
  outline:2px solid var(--bbc-rose-deep);outline-offset:3px;border-radius:4px;
}
.skip{position:absolute;left:-9999px}
.skip:focus{left:1rem;top:1rem;z-index:200;background:var(--bbc-cream);padding:.7rem 1rem;border:1px solid var(--bbc-rose)}

/* ---------- type ---------- */
h1,h2,h3,h4{font-family:var(--display);font-weight:500;color:var(--bbc-charcoal);margin:0 0 .6em;line-height:1.14;letter-spacing:-.01em;text-wrap:balance}
h1{font-size:clamp(2.4rem,5.4vw,4rem);line-height:1.04}
h2{font-size:clamp(1.9rem,3.8vw,2.95rem);line-height:1.07}
h3{font-size:clamp(1.3rem,2vw,1.6rem);line-height:1.25}
h4{font-size:1.06rem}
em,.italic{font-style:italic;color:var(--bbc-rose)}
p{margin:0 0 1.15em}
.lede{font-size:clamp(1.16rem,1.8vw,1.35rem);color:var(--bbc-muted);max-width:62ch}
.eyebrow{
  font-family:var(--ui);font-size:.72rem;font-weight:500;letter-spacing:.26em;
  text-transform:uppercase;color:var(--bbc-rose-deep);margin:0 0 1.1rem;
}
.rule{width:56px;height:2px;background:var(--bbc-rose);border:0;margin:0 0 1.6rem}
.center{text-align:center}
.center .rule,.center .eyebrow{margin-left:auto;margin-right:auto}
.small{font-family:var(--ui);font-size:.85rem;color:var(--bbc-muted);line-height:1.6}

/* ---------- heading system --------------------------------------------------
   One reusable set of header components so headlines run horizontally instead
   of stacking word-by-word. Widths are responsive; type stays editorial.
   .page-head    → page hero header (h1)
   .section-head → in-page section header (h2)
   modifier --wide for the longest headlines
   -------------------------------------------------------------------------- */
.page-head,.section-head{
  width:100%;margin-inline:auto;text-align:center;
}
.page-head{max-width:1100px}
.page-head--wide{max-width:1200px}
.section-head{max-width:1000px}
.section-head--wide{max-width:1160px}

.page-head h1,.page-head h2{
  max-width:none;margin-inline:auto;
  font-size:clamp(2.3rem,5.2vw,4.15rem);
  line-height:.98;letter-spacing:-.015em;margin-bottom:.3em;
  text-wrap:balance;
}
.section-head h2{
  max-width:none;margin-inline:auto;
  font-size:clamp(1.85rem,3.7vw,2.95rem);
  line-height:1.02;letter-spacing:-.012em;margin-bottom:.32em;
  text-wrap:balance;
}
.page-head .eyebrow,.section-head .eyebrow{margin:0 auto .8rem}
.page-head .rule,.section-head .rule{margin:.15rem auto 1.25rem}
.page-head .lede,.section-head .lede,
.page-head .support,.section-head .support{
  max-width:800px;margin-inline:auto;margin-bottom:0;text-wrap:pretty;
}
.page-head .btn-row,.section-head .btn-row{justify-content:center;margin-top:1.7rem}

/* header sections sit tighter than ordinary content sections */
.section.section--head{padding-block:clamp(2.4rem,4.8vw,4rem)}
.section--head .framed{padding:clamp(1.5rem,3.2vw,2.7rem)}
/* a header section and the section it introduces shouldn't stack two full paddings */
.section--head + .section.section--tight,
.section--head + .section.section{padding-top:clamp(.9rem,2vw,1.7rem)}
/* section headers that lead straight into a grid of cards */
.section-head + .grid,.section-head + .price-grid,.section-head + .steps{margin-top:clamp(1.9rem,3.4vw,2.7rem)!important}

@media(max-width:1023px){
  .page-head h1,.page-head h2{font-size:clamp(2.2rem,5.4vw,3.2rem);line-height:1.0}
  .section-head h2{font-size:clamp(1.8rem,4.2vw,2.5rem);line-height:1.04}
}
@media(max-width:599px){
  .page-head h1,.page-head h2{font-size:clamp(2rem,8.4vw,2.65rem);line-height:1.06;letter-spacing:-.008em}
  .section-head h2{font-size:clamp(1.75rem,7.2vw,2.3rem);line-height:1.08;letter-spacing:-.006em}
  .page-head .lede,.section-head .lede{font-size:1.1rem}
}

/* ---------- layout ---------- */
.wrap{width:100%;max-width:var(--maxw);margin-inline:auto;padding-inline:var(--gutter)}
.section{padding-block:var(--section)}
.section--tight{padding-block:calc(var(--section) * .62)}
.section--taupe{background:linear-gradient(180deg,var(--bbc-ivory),var(--bbc-taupe) 22%,var(--bbc-taupe) 78%,var(--bbc-ivory))}
.section--blush{background:var(--bbc-blush)}
.section--cocoa{background:var(--bbc-cocoa);color:var(--bbc-blush)}
.section--cocoa h2,.section--cocoa h3,.section--cocoa h4{color:var(--bbc-cream)}
.section--cocoa .eyebrow{color:var(--bbc-blush-deep)}
.section--cocoa .lede,.section--cocoa p{color:rgba(250,246,241,.84)}
.section--cocoa em{color:var(--bbc-blush-deep)}
.grid{display:grid;gap:clamp(1.5rem,3vw,2.6rem)}
.cols-2{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}
.cols-3{grid-template-columns:repeat(auto-fit,minmax(255px,1fr))}
.cols-4{grid-template-columns:repeat(auto-fit,minmax(228px,1fr))}
.split{display:grid;gap:clamp(2rem,5vw,4.5rem);align-items:center;grid-template-columns:1fr}
@media(min-width:900px){.split{grid-template-columns:1.05fr .95fr}.split--reverse .split__media{order:2}}
.split h1{font-size:clamp(2.3rem,4.2vw,3.4rem);line-height:1.03}
.split h2{font-size:clamp(1.85rem,3.1vw,2.5rem);line-height:1.08}

/* ---------- corner frame (signature detail from the PDFs) ---------- */
.framed{position:relative}
.framed::before,.framed::after{
  content:"";position:absolute;width:46px;height:46px;pointer-events:none;
  border:1px solid var(--bbc-line);
}
.framed::before{top:0;left:0;border-right:0;border-bottom:0;border-top-left-radius:26px}
.framed::after{bottom:0;right:0;border-left:0;border-top:0;border-bottom-right-radius:26px}
.framed--dark::before,.framed--dark::after{border-color:rgba(236,215,209,.4)}

/* ---------- buttons ---------- */
.btn{
  display:inline-flex;align-items:center;gap:.6rem;font-family:var(--ui);
  font-size:.79rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;
  padding:1rem 1.7rem;border-radius:999px;border:1px solid transparent;
  text-decoration:none;cursor:pointer;white-space:nowrap;transition:background .25s ease,color .25s ease,border-color .25s ease,transform .25s ease;
}
.btn:hover{transform:translateY(-1px)}
.btn--primary{background:var(--bbc-rose-deep);color:#fff}
.btn--primary:hover{background:#87473F}
.btn--ghost{background:transparent;color:var(--bbc-rose-deep);border-color:var(--bbc-line)}
.btn--ghost:hover{background:var(--bbc-blush);border-color:var(--bbc-rose)}
.btn--cream{background:var(--bbc-cream);color:var(--bbc-cocoa-deep)}
.btn--cream:hover{background:#fff}
.btn--onDark{background:transparent;color:var(--bbc-blush);border-color:rgba(236,215,209,.45)}
.btn--onDark:hover{background:rgba(236,215,209,.12)}
.btn-row{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:2rem}
.textlink{
  font-family:var(--ui);font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;
  text-decoration:none;color:var(--bbc-rose-deep);border-bottom:1px solid var(--bbc-line);padding-bottom:3px;
}
.textlink:hover{border-color:var(--bbc-rose-deep)}

/* ---------- header ---------- */
.site-header{
  position:sticky;top:0;z-index:60;background:rgba(250,246,241,.93);
  backdrop-filter:blur(9px);border-bottom:1px solid rgba(200,131,122,.16);
  transition:box-shadow .3s ease;
}
.site-header.is-stuck{box-shadow:0 10px 30px -24px rgba(61,51,48,.55)}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:78px}
.brand{display:flex;align-items:center;gap:.75rem;text-decoration:none}
.brand img{height:52px;width:auto}
.brand span{
  font-family:var(--ui);font-size:.66rem;letter-spacing:.2em;text-transform:uppercase;
  color:var(--bbc-muted);max-width:8.5rem;line-height:1.45;
}
.nav{display:none;align-items:center;gap:1.5rem}
.nav a{
  font-family:var(--ui);font-size:.79rem;letter-spacing:.1em;text-transform:uppercase;
  color:var(--bbc-charcoal);text-decoration:none;padding:.35rem 0;border-bottom:1px solid transparent;white-space:nowrap;
}
.nav a:hover{color:var(--bbc-rose-deep)}
.nav a[aria-current="page"]{border-bottom-color:var(--bbc-rose);color:var(--bbc-rose-deep)}
.header-cta{display:none}
@media(min-width:1060px){.nav,.header-cta{display:flex}}
.menu-toggle{
  display:inline-flex;flex-direction:column;justify-content:center;gap:5px;width:46px;height:44px;
  background:none;border:1px solid var(--bbc-line);border-radius:999px;cursor:pointer;align-items:center;
}
.menu-toggle span{display:block;width:19px;height:1.4px;background:var(--bbc-charcoal);transition:transform .3s,opacity .3s}
.menu-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(6.4px) rotate(45deg)}
.menu-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}
.menu-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-6.4px) rotate(-45deg)}
@media(min-width:1060px){.menu-toggle{display:none}}
.mobile-nav{display:none;border-top:1px solid rgba(200,131,122,.18);background:var(--bbc-ivory)}
.mobile-nav.is-open{display:block}
.mobile-nav ul{list-style:none;margin:0;padding:.6rem var(--gutter) 1.6rem}
.mobile-nav li{border-bottom:1px solid rgba(200,131,122,.14)}
.mobile-nav a{
  display:block;padding:.95rem 0;font-family:var(--ui);font-size:.86rem;letter-spacing:.12em;
  text-transform:uppercase;text-decoration:none;color:var(--bbc-charcoal);
}
.mobile-nav .btn{display:flex;width:100%;justify-content:center;margin-top:1.3rem;font-size:.79rem;letter-spacing:.15em;color:#fff;padding:1rem 1.7rem}
@media(min-width:1060px){.mobile-nav,.mobile-nav.is-open{display:none}}

/* ---------- hero ---------- */
.hero{position:relative;overflow:hidden;padding-block:clamp(3rem,7vw,5.5rem) clamp(3rem,6vw,5rem)}
.hero__grid{display:grid;gap:clamp(2.2rem,5vw,4rem);align-items:center;grid-template-columns:1fr}
@media(min-width:920px){.hero__grid{grid-template-columns:1.12fr .88fr}}
.hero h1{margin-bottom:.42em;font-size:clamp(2.3rem,4vw,3.2rem);line-height:1.05}
.hero .lede{margin-bottom:0}
.hero__media{position:relative;padding:14px}
.hero__media::after{
  content:"";position:absolute;inset:0;border:1px solid var(--bbc-line);border-radius:var(--radius);
  transform:translate(14px,14px);pointer-events:none;
}
.hero__media img{border-radius:var(--radius);position:relative;z-index:1;object-fit:cover;object-position:50% 18%;width:100%;aspect-ratio:4/5}
@media(min-width:920px){.hero__media img{aspect-ratio:3/4}}
.hero__caption{
  position:relative;z-index:2;margin:-2.6rem 0 0 auto;width:fit-content;max-width:80%;
  background:var(--bbc-cream);border:1px solid var(--bbc-line);border-radius:10px;
  padding:.7rem 1.1rem;font-family:var(--ui);font-size:.7rem;letter-spacing:.16em;
  text-transform:uppercase;color:var(--bbc-muted);
}

/* ---------- trust strip ---------- */
.trust{border-block:1px solid rgba(200,131,122,.2);background:var(--bbc-cream)}
.trust ul{
  list-style:none;margin:0;padding:1.9rem 0;display:grid;gap:1.4rem;
  grid-template-columns:repeat(auto-fit,minmax(160px,1fr));
}
.trust li{display:flex;align-items:center;gap:.75rem;justify-content:center;text-align:left}
.trust svg{flex:none;width:26px;height:26px;stroke:var(--bbc-rose);fill:none;stroke-width:1.15}
.trust span{font-family:var(--ui);font-size:.79rem;letter-spacing:.06em;color:var(--bbc-charcoal);line-height:1.4}

/* ---------- cards ---------- */
.card{
  background:var(--bbc-cream);border:1px solid rgba(200,131,122,.22);border-radius:var(--radius);
  padding:clamp(1.5rem,2.4vw,2rem);transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;
  display:flex;flex-direction:column;
}
.card:hover{transform:translateY(-3px);box-shadow:0 18px 36px -30px rgba(61,51,48,.6);border-color:var(--bbc-rose)}
.card--taupe{background:var(--bbc-taupe)}
.card p{color:var(--bbc-muted);font-size:1.03rem}
.card .textlink{margin-top:auto;align-self:flex-start;padding-top:1rem}
.card__mark{
  width:46px;height:46px;border-radius:50%;background:var(--bbc-blush);display:grid;place-items:center;margin-bottom:1.2rem;
}
.card__mark svg{width:22px;height:22px;stroke:var(--bbc-rose-deep);fill:none;stroke-width:1.2}
.card__img{border-radius:10px;margin-bottom:1.3rem;aspect-ratio:4/3;object-fit:cover;width:100%}

/* ---------- quote ---------- */
.quote{
  background:var(--bbc-blush);border-left:3px solid var(--bbc-rose);border-radius:0 10px 10px 0;
  padding:clamp(1.4rem,3vw,2rem) clamp(1.4rem,3vw,2.2rem);margin:2rem 0;
}
.quote p{font-family:var(--display);font-style:italic;font-size:clamp(1.14rem,2vw,1.45rem);
  line-height:1.5;color:var(--bbc-rose-deep);margin:0}
.quote cite{display:block;margin-top:1rem;font-family:var(--ui);font-style:normal;font-size:.72rem;
  letter-spacing:.18em;text-transform:uppercase;color:var(--bbc-muted)}
.quote--cocoa{background:rgba(236,215,209,.1);border-left-color:var(--bbc-blush-deep)}
.quote--cocoa p{color:var(--bbc-blush)}
.pullquote{
  background:var(--bbc-rose-dark);color:var(--bbc-cream);border-radius:var(--radius);
  padding:clamp(1.6rem,3vw,2.4rem);text-align:center;
}
.pullquote p{font-family:var(--display);font-style:italic;font-size:clamp(1.2rem,2.4vw,1.7rem);margin:0;line-height:1.45}
.pullquote cite{display:block;margin-top:1.1rem;font-family:var(--ui);font-style:normal;font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;color:rgba(253,251,248,.85)}

/* ---------- pills ---------- */
.pills{list-style:none;display:flex;flex-wrap:wrap;gap:.6rem;padding:0;margin:1.6rem 0 0}
.pills li{
  font-family:var(--ui);font-size:.72rem;letter-spacing:.13em;text-transform:uppercase;
  color:var(--bbc-rose-deep);background:var(--bbc-blush);border:1px solid var(--bbc-line);
  border-radius:999px;padding:.55rem 1.05rem;
}
.pills--cocoa li{color:var(--bbc-blush);background:rgba(236,215,209,.09);border-color:rgba(236,215,209,.32)}
.pills--taupe li{background:var(--bbc-taupe)}

/* ---------- stats ---------- */
.stats{list-style:none;padding:0;margin:2.5rem 0 0;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}
.stats li{background:var(--bbc-taupe);border-radius:12px;padding:1.6rem 1rem;text-align:center}
.stats b{display:block;font-family:var(--display);font-size:clamp(2rem,4vw,2.7rem);font-weight:500;color:var(--bbc-rose-deep);line-height:1}
.stats span{display:block;margin-top:.5rem;font-family:var(--ui);font-size:.68rem;letter-spacing:.16em;text-transform:uppercase;color:var(--bbc-muted)}
.stats--cocoa li{background:rgba(236,215,209,.08)}
.stats--cocoa b{color:var(--bbc-blush-deep)}
.stats--cocoa span{color:rgba(250,246,241,.7)}

/* ---------- checklist ---------- */
.ticks{list-style:none;padding:0;margin:1.4rem 0 0;display:grid;gap:.7rem}
.ticks li{position:relative;padding-left:1.7rem;color:var(--bbc-muted)}
.ticks li::before{
  content:"";position:absolute;left:0;top:.72em;width:7px;height:7px;border-radius:50%;
  background:var(--bbc-rose);
}
.ticks--2{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}
.section--cocoa .ticks li{color:rgba(250,246,241,.85)}
.section--cocoa .ticks li::before{background:var(--bbc-blush-deep)}

/* ---------- steps ---------- */
.steps{counter-reset:step;list-style:none;padding:0;margin:0;display:grid;gap:1.4rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}
.steps li{background:var(--bbc-cream);border:1px solid rgba(200,131,122,.22);border-radius:var(--radius);padding:2rem 1.7rem}
.steps li::before{
  counter-increment:step;content:"0" counter(step);display:block;font-family:var(--display);
  font-size:1.6rem;color:var(--bbc-rose);margin-bottom:.9rem;
}
.steps h3{font-size:1.22rem;margin-bottom:.4rem}
.steps p{color:var(--bbc-muted);font-size:1.02rem;margin:0}

/* ---------- program steps (Virtual Guidance › What the Program Includes) ----
   Stacked full-width editorial cards. Deliberately independent of .steps so no
   counter or nested-list numbering can leak into the bullet points.
   -------------------------------------------------------------------------- */
.program-steps{
  width:100%;max-width:1020px;margin-inline:auto;
  display:flex;flex-direction:column;gap:clamp(1.6rem,2.6vw,2.4rem);
}
.section-head + .program-steps{margin-top:clamp(2rem,3.6vw,3rem)}

.program-step{
  position:relative;overflow:hidden;
  background:var(--bbc-cream);
  border:1px solid rgba(200,131,122,.22);
  border-radius:var(--radius);
  padding:clamp(1.7rem,3.2vw,2.9rem) clamp(1.4rem,3.2vw,3rem);
  padding-left:clamp(1.6rem,3.4vw,3.2rem);
}
/* the narrow rose accent rail on the far left */
.program-step::before{
  content:"";position:absolute;left:0;top:0;bottom:0;width:4px;
  background:linear-gradient(180deg,var(--bbc-rose),var(--bbc-blush-deep));
}
.program-step--premium::before{
  background:linear-gradient(180deg,#B99B7E,var(--bbc-blush-deep));
}

.program-step__label{
  font-family:var(--ui);font-size:.72rem;font-weight:500;letter-spacing:.26em;
  text-transform:uppercase;color:var(--bbc-rose-deep);margin:0 0 .9rem;
}
.program-step__title{
  font-family:var(--display);font-size:clamp(1.35rem,2.3vw,1.85rem);
  line-height:1.2;margin:0 0 1rem;color:var(--bbc-charcoal);text-wrap:balance;
}
.program-step__badges{
  display:flex;flex-wrap:wrap;gap:.55rem;margin:0 0 1.4rem;
}
.program-step__badge{
  display:inline-block;font-family:var(--ui);font-size:.68rem;font-weight:500;
  letter-spacing:.14em;text-transform:uppercase;line-height:1.3;
  color:var(--bbc-rose-deep);background:var(--bbc-blush);
  border:1px solid rgba(200,131,122,.24);border-radius:999px;padding:.5rem 1rem;
}
.program-step__badge--gold{
  color:#6E5A46;background:var(--bbc-taupe);border-color:rgba(185,155,126,.45);
}
.program-step__desc{
  color:var(--bbc-muted);font-size:1.05rem;line-height:1.7;
  margin:0;max-width:70ch;text-wrap:pretty;
}

.program-step__points{
  list-style:none;padding:0;
  margin:1.6rem 0 0;
  display:grid;gap:.65rem clamp(1.5rem,4vw,3rem);
  grid-template-columns:1fr;
}
.program-step__points li{
  position:relative;padding-left:1.15rem;
  color:var(--bbc-charcoal);font-size:1.02rem;line-height:1.55;
  overflow-wrap:break-word;
}
.program-step__points li::before{
  content:"";position:absolute;left:0;top:.68em;
  width:4px;height:4px;border-radius:50%;background:var(--bbc-rose);
}
/* nested lists, if ever added, never inherit step styling or numbering */
.program-step__points ul,.program-step__points ol{list-style:none;padding-left:1.15rem;margin:.5rem 0 0}

.program-step__note{
  margin:1.8rem 0 0;
  background:var(--bbc-blush);
  border:1px solid rgba(200,131,122,.18);
  border-radius:10px;
  padding:1.05rem 1.25rem;
  font-family:var(--body);font-style:italic;font-size:.95rem;line-height:1.65;
  color:var(--bbc-muted);
}

@media(min-width:760px){
  .program-step__points{grid-template-columns:1fr 1fr}
}
@media(max-width:599px){
  .program-step{padding:1.6rem 1.25rem 1.7rem 1.4rem;border-radius:12px}
  .program-step__desc,.program-step__points li{font-size:1rem}
  .program-step__badge{font-size:.64rem;letter-spacing:.12em;padding:.45rem .85rem}
}

/* ---------- testimonials ---------- */
.testimonial{
  background:var(--bbc-cream);border:1px solid rgba(200,131,122,.22);border-radius:var(--radius);
  padding:clamp(1.6rem,2.6vw,2.2rem);display:flex;flex-direction:column;
}
.testimonial--blush{background:var(--bbc-blush)}
.testimonial--taupe{background:var(--bbc-taupe)}
.stars{color:var(--bbc-rose);letter-spacing:.28em;font-size:.9rem;margin-bottom:1rem}
.testimonial blockquote{margin:0;flex:1;font-size:1.06rem;color:var(--bbc-charcoal)}
.testimonial footer{
  display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.8rem;
  margin-top:1.5rem;padding-top:1.1rem;border-top:1px solid rgba(200,131,122,.24);
}
.testimonial .name{font-family:var(--display);font-size:1.05rem;color:var(--bbc-charcoal)}
.testimonial .place{
  font-family:var(--ui);font-size:.66rem;letter-spacing:.16em;text-transform:uppercase;color:var(--bbc-rose-deep);
  border:1px solid var(--bbc-line);border-radius:999px;padding:.35rem .85rem;
}

/* ---------- pricing ---------- */
.price-grid{display:grid;gap:1.4rem;grid-template-columns:repeat(auto-fit,minmax(270px,1fr))}
.price{border-radius:var(--radius);padding:clamp(1.7rem,3vw,2.3rem);background:var(--bbc-taupe);border:1px solid rgba(200,131,122,.22)}
.price--rose{background:var(--bbc-rose-dark);border-color:transparent;color:var(--bbc-cream)}
.price--rose h3,.price--rose .amount{color:var(--bbc-cream)}
.price--rose .price__label{color:rgba(253,251,248,.9)}
.price--rose p,.price--rose .ticks li{color:rgba(253,251,248,.9)}
.price--rose .ticks li::before{background:var(--bbc-blush-deep)}
.price__label{font-family:var(--ui);font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:var(--bbc-rose-deep);margin-bottom:1rem}
.amount{font-family:var(--display);font-size:clamp(2.6rem,6vw,3.5rem);line-height:1;color:var(--bbc-charcoal)}
.amount small{font-family:var(--ui);display:block;font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;margin-top:.7rem;color:inherit;opacity:.8}
.note{
  margin-top:1.4rem;background:var(--bbc-blush);border:1px solid var(--bbc-line);border-radius:12px;
  padding:1.1rem 1.3rem;font-family:var(--ui);font-size:.88rem;color:var(--bbc-charcoal);line-height:1.6;
}

/* ---------- FAQ ---------- */
.faq{max-width:840px;margin-inline:auto}
.faq details{border-bottom:1px solid rgba(200,131,122,.26)}
.faq summary{
  cursor:pointer;list-style:none;padding:1.35rem 2.5rem 1.35rem 0;position:relative;
  font-family:var(--display);font-size:1.15rem;color:var(--bbc-charcoal);
}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{
  content:"";position:absolute;right:.4rem;top:50%;width:11px;height:11px;margin-top:-7px;
  border-right:1.4px solid var(--bbc-rose);border-bottom:1.4px solid var(--bbc-rose);
  transform:rotate(45deg);transition:transform .3s ease;
}
.faq details[open] summary::after{transform:rotate(-135deg);margin-top:-2px}
.faq .faq__body{padding:0 1rem 1.6rem 0;color:var(--bbc-muted)}
.faq .faq__body p:last-child{margin-bottom:0}

/* ---------- CTA band ---------- */
.cta-band{background:var(--bbc-cocoa);color:var(--bbc-cream);text-align:center}
.cta-band--rose{background:var(--bbc-rose-dark)}
.cta-band h2{color:var(--bbc-cream);max-width:min(880px,92%);margin-inline:auto;line-height:1.04;text-wrap:balance}
.cta-band p{color:rgba(253,251,248,.88);max-width:min(780px,92%);margin-inline:auto}
.cta-band .btn-row{justify-content:center}
.cta-band .eyebrow{color:var(--bbc-blush-deep)}

/* ---------- team ---------- */
.member img{border-radius:12px;aspect-ratio:1/1;object-fit:cover;width:100%;margin-bottom:1.3rem}
.member .role{font-family:var(--ui);font-size:.7rem;letter-spacing:.16em;text-transform:uppercase;color:var(--bbc-rose-deep);margin:-.4rem 0 .9rem}
/* five-member team grid: scoped so .grid / .cols-3 elsewhere are untouched */
.team-grid{grid-template-columns:1fr}
.team-grid > .member .badge{margin-top:auto}
@media(min-width:620px){
  .team-grid{grid-template-columns:repeat(4,1fr)}
  .team-grid > .member{grid-column:span 2}
  .team-grid > .member:last-child{grid-column:2/span 2}
}
@media(min-width:1000px){
  .team-grid{grid-template-columns:repeat(6,1fr)}
  .team-grid > .member{grid-column:span 2}
  .team-grid > .member:nth-child(4){grid-column:2/span 2}
  .team-grid > .member:nth-child(5),
  .team-grid > .member:last-child{grid-column:4/span 2}
}
.badge{
  display:inline-block;margin-top:1.1rem;background:var(--bbc-taupe);border-radius:999px;padding:.5rem 1rem;
  font-family:var(--ui);font-size:.68rem;letter-spacing:.13em;text-transform:uppercase;color:var(--bbc-charcoal);
}

/* ---------- form ---------- */
.form{background:var(--bbc-cream);border:1px solid rgba(200,131,122,.24);border-radius:var(--radius);padding:clamp(1.6rem,3vw,2.6rem)}
.field{margin-bottom:1.3rem}
.field label{display:block;font-family:var(--ui);font-size:.72rem;letter-spacing:.15em;text-transform:uppercase;color:var(--bbc-muted);margin-bottom:.5rem}
.field input,.field select,.field textarea{
  width:100%;font-family:var(--body);font-size:1.05rem;color:var(--bbc-charcoal);background:var(--bbc-ivory);
  border:1px solid rgba(200,131,122,.35);border-radius:9px;padding:.8rem .95rem;
}
.field textarea{min-height:130px;resize:vertical}
.field-row{display:grid;gap:1.3rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}
.form .btn{width:100%;justify-content:center}
.form-status{margin-top:1rem;font-family:var(--ui);font-size:.9rem;color:var(--bbc-rose-deep)}

/* ---------- disclaimer ---------- */
.disclaimer{
  border:1px dashed rgba(200,131,122,.45);border-radius:12px;padding:1.1rem 1.3rem;margin-top:1.8rem;
  font-family:var(--ui);font-size:.85rem;line-height:1.65;color:var(--bbc-muted);background:rgba(250,246,241,.5);
}
.section--cocoa .disclaimer{color:rgba(250,246,241,.75);background:rgba(236,215,209,.06);border-color:rgba(236,215,209,.3)}

/* ---------- footer ---------- */
.site-footer{background:var(--bbc-cocoa-deep);color:rgba(250,246,241,.82);padding-block:clamp(3.2rem,6vw,4.6rem) 2rem;font-family:var(--ui);font-size:.92rem}
.site-footer h4{font-family:var(--ui);font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;color:var(--bbc-blush-deep);margin-bottom:1.1rem}
.footer-grid{display:grid;gap:2.4rem;grid-template-columns:repeat(auto-fit,minmax(190px,1fr))}
.site-footer img.mark{height:70px;width:auto;margin-bottom:1rem}
.site-footer ul{list-style:none;margin:0;padding:0;display:grid;gap:.6rem}
.site-footer a{color:rgba(250,246,241,.82);text-decoration:none}
.site-footer a:hover{color:var(--bbc-blush-deep)}
.site-footer .tagline{font-family:var(--display);font-style:italic;color:var(--bbc-blush-deep);font-size:1.05rem}
.socials{display:flex;gap:.75rem;margin-top:1.2rem}
.socials a{width:40px;height:40px;border:1px solid rgba(236,215,209,.35);border-radius:50%;display:grid;place-items:center}
.socials svg{width:17px;height:17px;fill:currentColor}
.footer-bottom{
  margin-top:3rem;padding-top:1.4rem;border-top:1px solid rgba(236,215,209,.2);
  display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;font-size:.8rem;color:rgba(250,246,241,.6);
}
.footer-bottom ul{display:flex;gap:1.2rem}

/* ---------- sticky mobile CTA ---------- */
.mobile-cta{
  position:fixed;left:0;right:0;bottom:0;z-index:55;padding:.7rem var(--gutter) calc(.7rem + env(safe-area-inset-bottom));
  background:rgba(250,246,241,.96);border-top:1px solid rgba(200,131,122,.25);backdrop-filter:blur(8px);
}
.mobile-cta .btn{width:100%;justify-content:center;padding:.9rem 1rem}
@media(min-width:1060px){.mobile-cta{display:none}}
@media(max-width:1059px){body{padding-bottom:4.9rem}}

/* ---------- reveal ---------- */
.reveal{opacity:0;transform:translateY(16px);transition:opacity .7s ease,transform .7s ease}
.reveal.is-visible{opacity:1;transform:none}
@media(prefers-reduced-motion:reduce){
  *{animation:none!important;transition:none!important;scroll-behavior:auto!important}
  .reveal{opacity:1;transform:none}
}
.hp{
  position:absolute !important;
  width:1px !important;
  height:1px !important;
  padding:0 !important;
  margin:-1px !important;
  overflow:hidden !important;
  clip:rect(0,0,0,0) !important;
  white-space:nowrap !important;
  border:0 !important;
}