/* =============================================================
   Thrive Balance — shared design system
   Used by all 11 pages. Tokens from build brief / content pack.
   ============================================================= */

/* ---------- Design tokens ---------- */
:root {
  --cream:      #F7F4EC;
  --cream-deep: #F0EBDD;
  --sage:       #4A5D4F;
  --sage-dark:  #3C4D41;
  --sage-soft:  #8C9C8A;
  --terracotta: #C77B53;
  --terracotta-dark: #B5683F;
  --gold:       #C8A24B;
  --charcoal:   #2E2E2A;
  --charcoal-soft: #55554E;
  --sage-grey:  #E7E9E2;
  --line:       #E1DCCB;
  --white:      #FFFFFF;

  --font-head: "Poppins", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-body: "Lora", Georgia, "Times New Roman", serif;

  --maxw: 1080px;
  --measure: 64ch;
  --radius: 14px;
  --radius-lg: 22px;
  --shadow-sm: 0 2px 8px rgba(46, 46, 42, 0.06);
  --shadow-md: 0 10px 30px rgba(46, 46, 42, 0.10);
  --shadow-cta: 0 8px 20px rgba(199, 123, 83, 0.30);

  --space-section: clamp(3.5rem, 8vw, 7rem);
}

/* ---------- Reset / base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}
body {
  margin: 0;
  background: var(--cream);
  color: var(--charcoal);
  font-family: var(--font-body);
  font-size: clamp(1.05rem, 0.5vw + 1rem, 1.18rem);
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--sage); text-underline-offset: 3px; }
a:hover { color: var(--sage-dark); }

h1, h2, h3, h4 {
  font-family: var(--font-head);
  color: var(--charcoal);
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin: 0 0 0.6em;
}
h1 { font-size: clamp(2.1rem, 5.2vw, 3.5rem); }
h2 { font-size: clamp(1.7rem, 3.6vw, 2.5rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.5rem); }
p { margin: 0 0 1.1em; }

/* ---------- Layout helpers ---------- */
.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: clamp(1.1rem, 4vw, 2rem); }
.narrow { max-width: 760px; }
.section { padding-block: var(--space-section); }
.section--tint { background: var(--cream-deep); }
.section--sage { background: var(--sage); color: var(--cream); }
.section--sage h1, .section--sage h2, .section--sage h3 { color: var(--cream); }
.measure { max-width: var(--measure); }
.center { text-align: center; }
.eyebrow {
  font-family: var(--font-head); font-weight: 600; text-transform: uppercase;
  letter-spacing: 0.16em; font-size: 0.78rem; color: var(--terracotta);
  margin: 0 0 0.9rem;
}
.section--sage .eyebrow { color: var(--gold); }
.skip-link {
  position: absolute; left: -999px; top: 0; background: var(--sage); color: var(--cream);
  padding: .7rem 1rem; border-radius: 0 0 var(--radius) 0; z-index: 200;
}
.skip-link:focus { left: 0; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  font-family: var(--font-head); font-weight: 600; font-size: 1.05rem;
  line-height: 1.1; text-decoration: none; cursor: pointer;
  padding: 1rem 1.9rem; border-radius: 999px; border: 2px solid transparent;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.btn--cta {
  background: var(--terracotta); color: #fff; box-shadow: var(--shadow-cta);
}
.btn--cta:hover { background: var(--terracotta-dark); color: #fff; transform: translateY(-2px); box-shadow: 0 12px 26px rgba(199,123,83,.38); }
.btn--cta:active { transform: translateY(0); }
.btn--lg { font-size: 1.18rem; padding: 1.15rem 2.4rem; }
.btn--block { width: 100%; }
.btn--ghost { background: transparent; border-color: currentColor; color: var(--sage); }
.btn--ghost:hover { background: var(--sage); color: var(--cream); }
.btn--on-sage { background: var(--terracotta); color: #fff; }
.btn:focus-visible, a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible, textarea:focus-visible {
  outline: 3px solid var(--gold); outline-offset: 3px;
}
.cta-micro { font-family: var(--font-head); font-size: .85rem; color: var(--charcoal-soft); margin-top: .85rem; }
.section--sage .cta-micro { color: rgba(247,244,236,.8); }
.cta-block { margin-block: 2rem; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(247, 244, 236, 0.88);
  -webkit-backdrop-filter: saturate(140%) blur(10px);
  backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid var(--line);
}
.site-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-block: .7rem; }
.brand { display: inline-flex; align-items: center; }
.brand img { height: 34px; width: auto; }
.header-cta { white-space: nowrap; padding: .7rem 1.25rem; font-size: .95rem; }
@media (max-width: 430px) {
  .brand img { height: 28px; }
  .header-cta { padding: .6rem 1rem; font-size: .85rem; }
}

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; padding-block: clamp(3.5rem, 9vw, 6.5rem); background: linear-gradient(180deg, var(--cream) 0%, var(--cream-deep) 100%); }
.hero__grid { display: grid; gap: clamp(2rem, 5vw, 3.5rem); align-items: center; grid-template-columns: 1fr; text-align: center; position: relative; z-index: 1; }
.hero__copy { max-width: 640px; margin-inline: auto; }
.hero h1 { margin-bottom: .5em; }
.hero__sub { font-size: clamp(1.12rem, 1.4vw, 1.35rem); color: var(--charcoal-soft); max-width: 60ch; margin-inline: auto; }
.hero__mark { width: 64px; margin: 0 auto 1.4rem; }
.hero__media { display: flex; justify-content: center; }
@media (min-width: 880px) {
  .hero__grid { grid-template-columns: 1.05fr .95fr; text-align: left; }
  .hero__copy { margin-inline: 0; }
  .hero__copy .hero__sub { margin-inline: 0; }
  .hero__copy .hero__mark { margin-left: 0; }
  .hero__media { justify-content: flex-end; }
}
.hero__decor { position: absolute; inset: 0; pointer-events: none; opacity: .5; background:
  radial-gradient(40% 35% at 12% 18%, rgba(140,156,138,.25), transparent 70%),
  radial-gradient(35% 30% at 88% 80%, rgba(199,123,83,.16), transparent 70%); }

/* ---------- Generic content blocks ---------- */
.lede { font-size: 1.22rem; }
.section h2 + .section__intro { color: var(--charcoal-soft); margin-top: -0.2rem; }

/* Cost / agitate list */
.cost-list { list-style: none; padding: 0; margin: 2rem 0 0; display: grid; gap: 1rem; }
.cost-list li {
  background: var(--white); border: 1px solid var(--line); border-left: 4px solid var(--terracotta);
  border-radius: var(--radius); padding: 1.15rem 1.3rem; box-shadow: var(--shadow-sm);
}
.cost-list strong { font-family: var(--font-head); }

/* Offer stack */
.stack-list { list-style: none; padding: 0; margin: 2rem 0 0; display: grid; gap: 1rem; }
.stack-list li { position: relative; padding-left: 2.4rem; }
.stack-list li::before {
  content: ""; position: absolute; left: 0; top: .35rem; width: 1.5rem; height: 1.5rem;
  border-radius: 50%; background: var(--sage-grey) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234A5D4F' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/0.95rem no-repeat;
}

/* Cards (who it's for / 3 doorways) */
.cards { display: grid; gap: 1.25rem; margin-top: 2.2rem; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }
.card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 1.6rem 1.5rem; box-shadow: var(--shadow-sm);
}
.card h3 { color: var(--sage); }
.card p:last-child { margin-bottom: 0; }

/* Callout / before-after / solution emphasis */
.callout {
  background: var(--sage-grey); border-radius: var(--radius-lg);
  padding: clamp(1.5rem, 4vw, 2.6rem); margin-top: 1.5rem;
}
.callout--sage { background: var(--sage); color: var(--cream); }
.callout--sage h2, .callout--sage h3 { color: var(--cream); }

/* Price block */
.price-card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md); padding: clamp(1.8rem, 5vw, 3rem); text-align: center; max-width: 560px; margin: 2rem auto 0;
}
.price-amount { font-family: var(--font-head); font-weight: 700; font-size: 3.2rem; color: var(--sage); line-height: 1; }
.price-amount .cur { font-size: 1.6rem; vertical-align: super; }
.price-was { color: var(--charcoal-soft); }
.price-tag { display: inline-block; font-family: var(--font-head); font-size: .8rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--terracotta); background: #FBEFE6; padding: .35rem .8rem; border-radius: 999px; margin-bottom: 1rem; }

/* Guarantee badge */
.guarantee { display: flex; gap: 1.2rem; align-items: flex-start; background: var(--white); border: 1px dashed var(--gold); border-radius: var(--radius-lg); padding: 1.6rem 1.5rem; }
.guarantee__icon { flex: 0 0 48px; width: 48px; height: 48px; border-radius: 50%; background: #FAF3DF; display: grid; place-items: center; }
.guarantee__icon svg { width: 26px; height: 26px; }
.guarantee p:last-child { margin-bottom: 0; }

/* ---------- FAQ accordion ---------- */
.faq { display: grid; gap: .75rem; margin-top: 2rem; }
.faq__item { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.faq__q {
  font-family: var(--font-head); font-weight: 600; font-size: 1.05rem; cursor: pointer;
  list-style: none; padding: 1.1rem 3rem 1.1rem 1.3rem; position: relative; color: var(--charcoal);
}
.faq__q::-webkit-details-marker { display: none; }
.faq__q::after {
  content: ""; position: absolute; right: 1.2rem; top: 50%; width: 14px; height: 14px;
  transform: translateY(-50%); transition: transform .25s ease;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234A5D4F' stroke-width='2.5' stroke-linecap='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") center/contain no-repeat;
}
.faq__item[open] .faq__q::after { transform: translateY(-50%) rotate(180deg); }
.faq__a { padding: 0 1.3rem 1.2rem; color: var(--charcoal-soft); }
.faq__a p:last-child { margin-bottom: 0; }

/* ---------- Testimonials (built, hidden until launch) ---------- */
.testimonials[hidden] { display: none; }
.testimonial { background: var(--white); border-radius: var(--radius-lg); padding: 1.6rem; box-shadow: var(--shadow-sm); border: 1px solid var(--line); }

/* ---------- Footer ---------- */
.site-footer { background: var(--sage-dark); color: rgba(247,244,236,.85); padding-block: 3rem 2.2rem; margin-top: 2rem; }
.site-footer a { color: var(--cream); text-decoration: none; }
.site-footer a:hover { text-decoration: underline; color: #fff; }
.site-footer__logo { height: 30px; width: auto; margin-bottom: 1.2rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: .5rem 1.2rem; margin: 0 0 1.2rem; padding: 0; list-style: none; font-family: var(--font-head); font-size: .92rem; }
.footer-fine { font-size: .85rem; line-height: 1.6; color: rgba(247,244,236,.65); margin: 0; }
.footer-disclaimer { font-style: italic; }

/* ---------- Cookie / consent banner ---------- */
.cookie-banner {
  position: fixed; left: 50%; transform: translateX(-50%); bottom: 1rem; z-index: 300;
  width: min(680px, calc(100% - 2rem));
  background: var(--charcoal); color: var(--cream);
  border-radius: var(--radius-lg); box-shadow: 0 14px 40px rgba(0,0,0,.3);
  padding: 1.1rem 1.25rem; display: flex; gap: 1rem; align-items: center; flex-wrap: wrap;
}
.cookie-banner[hidden] { display: none; }
.cookie-banner__text { font-size: .92rem; line-height: 1.5; flex: 1 1 280px; margin: 0; }
.cookie-banner__actions { display: flex; gap: .6rem; flex: 0 0 auto; }
.cookie-banner .btn { padding: .6rem 1.1rem; font-size: .9rem; }
.btn--decline { background: transparent; border-color: rgba(247,244,236,.4); color: var(--cream); }
.btn--decline:hover { background: rgba(247,244,236,.12); color: var(--cream); }

/* ---------- Sticky mobile CTA bar ---------- */
.sticky-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
  background: rgba(247,244,236,.96); border-top: 1px solid var(--line);
  padding: .7rem clamp(1rem, 4vw, 2rem); box-shadow: 0 -6px 18px rgba(46,46,42,.08);
  transform: translateY(110%); transition: transform .3s ease;
}
.sticky-cta.is-visible { transform: translateY(0); }
.sticky-cta .btn { width: 100%; }
@media (min-width: 760px) { .sticky-cta { display: none; } }
@media (max-width: 759px) { body.has-sticky-cta { padding-bottom: 4.5rem; } }

/* ---------- Image placeholder slots (premium, auto-reveal on file drop) ----------
   Drop a real file with the named filename into assets/images/ and it
   appears automatically (JS adds .is-loaded on successful load). */
.img-slot {
  position: relative; display: block; overflow: hidden;
  border-radius: var(--radius-lg); border: 1px solid var(--line);
  background: linear-gradient(155deg, #EEF1EA 0%, #DFE4DB 55%, #D7DDD2 100%);
  box-shadow: var(--shadow-sm); margin: 0;
}
.img-slot__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity .4s ease; }
.img-slot.is-loaded .img-slot__img { opacity: 1; }
.img-slot.is-loaded .img-slot__ph { display: none; }
.img-slot__ph { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .6rem; text-align: center; padding: 1rem; }
.img-slot__ph .sprout { opacity: .5; height: auto; }
.img-slot__pill { font-family: var(--font-head); font-size: .72rem; font-weight: 600; letter-spacing: .03em; color: var(--sage); background: rgba(255,255,255,.72); border: 1px solid var(--line); padding: .3rem .7rem; border-radius: 999px; }
.img-slot__cap { font-family: var(--font-head); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; color: var(--sage-soft); }
/* book cover / 3D mockup */
.img-slot--cover { width: min(300px, 72vw); aspect-ratio: 3 / 4; }
.img-slot--cover .img-slot__img { object-fit: contain; }
.img-slot--cover-sm { width: min(220px, 60vw); aspect-ratio: 3 / 4; }
.img-slot--cover-sm .img-slot__img { object-fit: contain; }
/* round author + avatar */
.img-slot--author { width: 116px; height: 116px; flex: 0 0 116px; border-radius: 50%; aspect-ratio: 1 / 1; }
.img-slot--avatar { width: 46px; height: 46px; flex: 0 0 46px; border-radius: 50%; aspect-ratio: 1 / 1; }
.img-slot--avatar .img-slot__ph { padding: 0; }

/* ---------- Price layout (mockup beside price card) ---------- */
.price-layout { display: grid; gap: clamp(1.5rem, 4vw, 3rem); align-items: center; justify-items: center; grid-template-columns: 1fr; margin-top: 2rem; }
.price-layout .price-card { margin-top: 0; }
@media (min-width: 820px) {
  .price-layout { grid-template-columns: auto minmax(0, 480px); justify-content: center; }
}

/* ---------- Author note ---------- */
.author-note { display: flex; gap: 1.3rem; align-items: center; flex-wrap: wrap; margin-top: 2.2rem; padding: 1.5rem 1.6rem; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); }
.author-note__body { flex: 1 1 240px; }
.author-name { font-family: var(--font-head); font-weight: 700; font-size: 1.15rem; margin: 0; }
.author-role { margin: .15rem 0 .4rem; color: var(--sage); }
.author-ph { margin: 0; font-size: .85rem; font-style: italic; color: var(--sage-soft); }

/* ---------- Testimonial byline ---------- */
.testimonial__by { display: flex; align-items: center; gap: .7rem; margin-top: 1rem; }
.testimonial__by strong { font-family: var(--font-head); font-size: .95rem; }

/* ---------- Inner page header band ---------- */
.page-header { background: var(--cream-deep); border-bottom: 1px solid var(--line); padding-block: clamp(2.6rem, 6vw, 4.2rem); text-align: center; }
.page-header h1 { margin-bottom: .25em; }
.page-header__sub { color: var(--charcoal-soft); max-width: 62ch; margin: 0 auto; }
.page-header__mark { width: 52px; margin: 0 auto 1rem; }
.page-header--sage { background: var(--sage); color: var(--cream); border-bottom: none; }
.page-header--sage h1 { color: var(--cream); }
.page-header--sage .page-header__sub { color: rgba(247,244,236,.85); }

/* ---------- Prose (legal / article) ---------- */
.prose > h2 { margin-top: 2.4rem; font-size: clamp(1.25rem, 2.2vw, 1.6rem); }
.prose > h2:first-child { margin-top: 0; }
.prose ul { padding-left: 1.2rem; margin: 0 0 1.2rem; }
.prose li { margin-bottom: .55rem; }
.prose .updated { color: var(--sage-soft); font-style: italic; font-size: .92rem; }
.prose .disclaimer-box { background: var(--sage-grey); border-radius: var(--radius); padding: 1rem 1.2rem; font-size: .95rem; }
/* highlight bracketed placeholders so they're easy to find + fill */
.ph { background: #FBF1DA; border-bottom: 1px dashed var(--gold); padding: 0 .18em; border-radius: 3px; font-style: normal; white-space: nowrap; }

/* ---------- Forms (contact + quiz email capture) ---------- */
.form { display: grid; gap: 1.1rem; max-width: 520px; margin-top: 1.5rem; }
.form .field { margin: 0; }
.form label { font-family: var(--font-head); font-weight: 600; font-size: .9rem; display: block; margin-bottom: .35rem; }
.form input, .form textarea {
  width: 100%; font-family: var(--font-body); font-size: 1rem; color: var(--charcoal);
  padding: .8rem .9rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white);
}
.form textarea { min-height: 150px; resize: vertical; }
.form-note { font-size: .85rem; color: var(--charcoal-soft); }

/* ---------- Quiz ---------- */
.quiz__list { list-style: none; padding: 0; margin: 0; display: grid; gap: 1.1rem; counter-reset: q; }
.quiz__q { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 1.3rem 1.4rem; box-shadow: var(--shadow-sm); }
.quiz__statement { font-family: var(--font-head); font-weight: 600; font-size: 1.04rem; line-height: 1.4; margin: 0 0 1rem; }
.quiz__num { color: var(--terracotta); }
.quiz__scale { display: grid; grid-template-columns: repeat(4, 1fr); gap: .5rem; }
.quiz__opt {
  display: flex; flex-direction: column; align-items: center; gap: .45rem; text-align: center; cursor: pointer;
  font-family: var(--font-head); font-size: .8rem; padding: .75rem .4rem; border: 1px solid var(--line);
  border-radius: var(--radius); background: var(--cream); transition: background .15s ease, border-color .15s ease;
}
.quiz__opt input { accent-color: var(--sage); width: 18px; height: 18px; margin: 0; }
.quiz__opt:hover { border-color: var(--sage-soft); }
.quiz__opt:has(input:checked) { background: var(--sage-grey); border-color: var(--sage); }
.quiz-capture { margin-top: 2.5rem; text-align: center; }
.quiz-capture .form { margin-inline: auto; text-align: left; }
@media (max-width: 480px) { .quiz__scale { grid-template-columns: repeat(2, 1fr); } }

/* ---------- Quiz progress + soft-gate result ---------- */
.btn:disabled { opacity: .45; cursor: not-allowed; box-shadow: none; transform: none; pointer-events: none; }
.quiz-progress { margin-bottom: 1.6rem; }
.quiz-progress__track { height: 8px; background: var(--sage-grey); border-radius: 999px; overflow: hidden; }
.quiz-progress__fill { height: 100%; width: 0; background: linear-gradient(90deg, var(--sage), var(--terracotta)); border-radius: 999px; transition: width .35s ease; }
.quiz-progress__label { font-family: var(--font-head); font-size: .8rem; color: var(--sage); margin: .45rem 0 0; text-align: right; }
.quiz__q.is-missing { border-color: var(--terracotta); box-shadow: 0 0 0 3px rgba(199, 123, 83, .18); }
.form-error { color: var(--terracotta-dark); font-family: var(--font-head); font-size: .9rem; font-weight: 600; margin: .1rem 0 0; }
.hp-field { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; opacity: 0; overflow: hidden; }

.quiz-result { margin-top: 1rem; }
.quiz-result__card { max-width: 600px; margin-inline: auto; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-md); padding: clamp(1.6rem, 4vw, 2.6rem); }
.quiz-result__card h2 { margin-bottom: .4em; }
.quiz-result__teaser { font-size: 1.15rem; color: var(--charcoal); margin: 0; }
.quiz-result__lock { margin-top: 1.6rem; padding-top: 1.6rem; border-top: 1px solid var(--line); }
.quiz-result__unlock-label { font-family: var(--font-head); font-weight: 600; text-align: center; margin: 0 0 .4rem; }
.quiz-result__lock .form { margin-inline: auto; }

/* ---------- One-time-offer (Pro Kit upsell) ---------- */
.offer-box {
  position: relative; max-width: 640px; margin: 0 auto; background: var(--white);
  border: 2px solid var(--terracotta); border-radius: var(--radius-lg);
  padding: clamp(1.6rem, 4vw, 2.6rem); box-shadow: var(--shadow-md);
}
.offer-box__eyebrow { font-family: var(--font-head); font-weight: 700; letter-spacing: .08em; text-transform: uppercase; font-size: .8rem; color: var(--terracotta); margin: 0 0 .5rem; }
.offer-box ul { padding-left: 1.2rem; }
.offer-decline { display: inline-block; margin-top: 1.1rem; font-family: var(--font-head); font-size: .92rem; color: var(--charcoal-soft); }
.download-note { font-size: .9rem; color: var(--charcoal-soft); margin-top: 1rem; }

/* ---------- Result pages ---------- */
.area-chips { display: flex; flex-wrap: wrap; gap: .5rem; justify-content: center; margin: 0 0 1.1rem; padding: 0; list-style: none; }
.area-chips li { font-family: var(--font-head); font-size: .76rem; font-weight: 600; letter-spacing: .04em; color: var(--sage-soft); background: var(--white); border: 1px solid var(--line); padding: .3rem .85rem; border-radius: 999px; }
.area-chips li[aria-current="true"] { background: var(--sage); color: var(--cream); border-color: var(--sage); }
.result-body { font-size: 1.12rem; }
.result-body .lede { font-size: 1.28rem; color: var(--charcoal); }

/* ---------- Misc utilities ---------- */
.stack-sm > * + * { margin-top: 1rem; }
[hidden] { display: none !important; }
.todo-note { /* dev-only marker, not shown */ display: none; }
