/* =============================================================
   Mariposa — shared styles for the inner pages
   (our-approach, what-we-treat, about, assessment, community,
    for-partners, book, faq). Uses tokens from styles.css.
   ============================================================= */

:root { --accent-amber: #B0762A; }

/* ---------- Free Guides hub ---------- */
.guides-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; margin-top: 2.4rem; }
@media (max-width: 860px) { .guides-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .guides-grid { grid-template-columns: 1fr; } }
.gcard { background: #fff; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; display: flex; flex-direction: column; box-shadow: var(--shadow-sm); transition: transform .25s var(--ease), box-shadow .25s var(--ease); }
.gcard--soon { opacity: .82; }
a.gcard { text-decoration: none; }
a.gcard:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.gcard__cover { aspect-ratio: 3 / 2; background: linear-gradient(150deg, #1d4a37, #16321f); display: flex; align-items: center; justify-content: center; overflow: hidden; padding: 1.1rem; }
.gcard__cover img { width: auto; max-height: 100%; filter: drop-shadow(0 14px 26px rgba(0,0,0,.35)); }
.gcard__cover--mark img { max-height: 58%; opacity: .9; }
.gcard__body { padding: 1.3rem 1.4rem 1.5rem; display: flex; flex-direction: column; flex: 1; }
.gcard__tag { font: 700 .7rem/1 var(--sans); letter-spacing: .14em; text-transform: uppercase; margin-bottom: .6rem; }
.gcard__tag--free { color: var(--leaf); }
.gcard__tag--soon { color: var(--forest-55); }
.gcard__tag--start { color: var(--ocean); }
.gcard h3 { font-family: var(--serif); font-weight: 600; font-size: 1.3rem; color: var(--forest); margin: 0 0 .4rem; }
.gcard__body p { font-size: .95rem; line-height: 1.55; color: var(--forest-70); margin: 0 0 1.1rem; }
.gcard__cta { margin-top: auto; font-weight: 700; color: var(--ocean); font-size: .95rem; }

/* ---------- Full-bleed photo hero (green scrim) — Community ---------- */
.ss-hero--photo .ss-hero__video { opacity: 1; object-position: center 44%; }
.ss-hero--photo .ss-hero__scrim { background:
    linear-gradient(90deg, rgba(16,42,28,0.93) 0%, rgba(16,42,28,0.76) 40%, rgba(18,48,32,0.44) 72%, rgba(18,48,32,0.22) 100%),
    linear-gradient(to top, rgba(13,32,22,0.55), transparent 46%); }
.ss-hero--photo::after { display: none; }  /* no butterfly watermark over a real photo */

/* ---------- Save-a-seat card — Community / The Den ---------- */
.den-card { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: clamp(1.8rem, 4vw, 2.6rem); box-shadow: var(--shadow-md); }
.den-card h3 { font-family: var(--serif); font-weight: 600; color: var(--forest); font-size: 1.6rem; margin: 0 0 .6rem; }
.den-card__sub { color: var(--forest-70); font-size: 1.1rem; line-height: 1.55; margin: 0 0 1.3rem; }
.community__list--tight { gap: 0; margin-top: 1.5rem; }
.community__list--tight li { padding: 0.32rem 0; font-size: 1rem; }
.community__list--tight .dot { margin-top: 7px; }

/* ---------- Community: "me too" overheard statements ---------- */
.hearcards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 2.2rem; }
@media (max-width: 820px) { .hearcards { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .hearcards { grid-template-columns: 1fr; } }
.hear-card { background: var(--hc-bg, #E6F4F6); border: 1px solid rgba(34,61,44,.06); border-radius: 16px; padding: 1.5rem 1.6rem; }
.hear-card__q { display: block; font-family: var(--serif); font-size: 2.6rem; line-height: .55; color: var(--hc, #3FB6C9); margin-bottom: .35rem; }
.hear-card p { font-family: var(--serif); font-style: italic; font-size: 1.35rem; line-height: 1.32; color: var(--forest); margin: 0; }

/* ---------- Community: upcoming session schedule ---------- */
.sessions { display: grid; gap: 0.9rem; margin-top: 2.2rem; }
.session-card { display: grid; grid-template-columns: 4.4rem 1fr auto; gap: 1.3rem; align-items: center; background: #fff; border: 1px solid var(--line); border-left: 4px solid var(--sc, #3FB6C9); border-radius: 14px; padding: 1.1rem 1.4rem; }
.session-card__date { text-align: center; line-height: 1; }
.session-card__mon { display: block; font: 700 .72rem/1 var(--sans); letter-spacing: .14em; text-transform: uppercase; color: var(--sc, #3FB6C9); }
.session-card__day { display: block; font-family: var(--serif); font-weight: 600; font-size: 2.2rem; color: var(--forest); }
.session-card__time { display: block; font-size: .82rem; font-weight: 700; color: var(--forest-55); margin-bottom: .25rem; }
.session-card__body h3 { font-family: var(--serif); font-weight: 600; font-size: 1.18rem; color: var(--forest); margin: 0 0 .35rem; line-height: 1.2; }
.session-card__seats { font-size: .8rem; font-weight: 700; color: var(--leaf); }
.session-card__seats--low { color: var(--accent-amber); }
.session-card__cta .btn { white-space: nowrap; }
@media (max-width: 640px) { .session-card { grid-template-columns: 3.6rem 1fr; } .session-card__cta { grid-column: 2; justify-self: start; margin-top: .5rem; } }

/* ---------- Community: accented pillars + tighter sections ---------- */
.pillars--accent .pillar { border-top: 3px solid var(--pc, #3FB6C9); }
.pillar__icon { width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; margin-bottom: 1.1rem; background: var(--pcbg, #E6F4F6); }
.pillar__icon svg { width: 27px; height: 27px; fill: none; stroke: var(--pc, #3FB6C9); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
/* Drop a duo's right-hand block down to align with the heading (past the kicker), desktop only */
@media (min-width: 861px) { .duo-top-offset { margin-top: 3.7rem; } }
/* Circle points — icon list beside the sisterhood photo */
.circle-points { list-style: none; margin: 1.8rem 0 0; padding: 0; display: flex; flex-direction: column; gap: 1.3rem; }
.circle-points li { display: flex; gap: 1rem; align-items: flex-start; }
.circle-points .pillar__icon { flex: none; width: 50px; height: 50px; margin-bottom: 0; }
.circle-points h3 { font-family: var(--serif); font-weight: 600; font-size: 1.2rem; color: var(--forest); margin: 0 0 .2rem; }
.circle-points p { color: var(--forest-70); font-size: 0.98rem; line-height: 1.5; margin: 0; }
/* Full-bleed sisterhood scene — photo with content over the open right side */
.circle-scene { position: relative; overflow: hidden; }
.circle-scene__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 28% center; z-index: 0; }
.circle-scene__scrim { position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(90deg, rgba(247,246,241,0) 0%, rgba(247,246,241,0) 34%, rgba(247,246,241,0.82) 56%, rgba(247,246,241,0.97) 76%); }
.circle-scene__inner { position: relative; z-index: 2; display: flex; justify-content: flex-end; align-items: center; min-height: clamp(470px, 62vh, 640px); padding-block: clamp(3.5rem, 7vw, 6rem); }
.circle-scene__content { max-width: 33rem; }
@media (max-width: 820px) {
  .circle-scene__img { object-position: 26% 30%; }
  .circle-scene__scrim { background: linear-gradient(180deg, rgba(247,246,241,0.30) 0%, rgba(247,246,241,0.55) 32%, rgba(247,246,241,0.96) 66%); }
  .circle-scene__inner { justify-content: flex-start; align-items: flex-end; min-height: clamp(560px, 88vh, 680px); }
  .circle-scene__content { max-width: 100%; }
}
.section--tight { padding-block: clamp(2.4rem, 5vw, 4rem); }
.founders-row { display: flex; justify-content: center; gap: -0.5rem; margin-top: 1.8rem; }
.founders-row img { width: 54px; height: 54px; border-radius: 50%; object-fit: cover; border: 3px solid var(--paper-2); margin-left: -12px; box-shadow: 0 2px 8px rgba(34,61,44,.12); }
.founders-row img:first-child { margin-left: 0; }
.founders-row .more { width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center; background: var(--forest); color: #fff; font: 700 .8rem var(--sans); border: 3px solid var(--paper-2); margin-left: -12px; }

/* ---------- Page hero (extends .ss-hero from success.css) ---------- */
.phero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.15fr 0.85fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.phero__media { position: relative; }
.phero__img { width: 100%; height: auto; max-height: 520px; object-fit: cover; border-radius: 20px; box-shadow: 0 24px 60px rgba(0,0,0,0.35); display: block; }
@media (max-width: 860px) {
  .phero__grid { grid-template-columns: 1fr; }
  .phero__media { max-width: 26rem; }
}

/* ---------- Two-column section ---------- */
.duo { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
@media (max-width: 860px) { .duo { grid-template-columns: 1fr; } }

/* ---------- Big fact list ---------- */
.bigfacts { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 1.2rem; }
.bigfacts li { display: flex; align-items: baseline; gap: 1rem; padding: 1.1rem 1.3rem; background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow-sm, 0 2px 10px rgba(0,0,0,0.04)); }
.bigfacts b { font-family: var(--serif); font-weight: 600; font-size: clamp(1.6rem, 2.6vw, 2.2rem); color: var(--forest); white-space: nowrap; line-height: 1; }
.bigfacts span { font-size: 0.98rem; line-height: 1.5; color: var(--forest-70); }
/* Horizontal fact row (header sits above; facts sit evenly below) */
.bigfacts--row { flex-direction: row; }
.bigfacts--row li { flex: 1 1 0; flex-direction: column; align-items: flex-start; gap: 0.55rem; }
.bigfacts--row b { white-space: normal; }
@media (max-width: 760px) { .bigfacts--row { flex-direction: column; } }

/* ---------- Library: Start-here + interactive browse ---------- */
.starthere { background: var(--bg-butterfly); color: #fff; border-radius: 20px; padding: clamp(1.8rem, 4vw, 3.2rem); text-align: center; box-shadow: var(--shadow-lg, 0 24px 60px rgba(0,0,0,0.18)); }
.starthere__label { font-size: 0.72rem; font-weight: 800; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.85); margin-bottom: 1rem; }
.starthere h2 { color: #fff; margin: 0 0 0.8rem; }
.starthere p { color: rgba(247,246,241,0.9); max-width: 40rem; margin: 0 auto 1.6rem; }
.starthere__ctas { display: flex; gap: 0.8rem; justify-content: center; flex-wrap: wrap; }
.lib-controls { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; justify-content: space-between; margin: 0 0 2rem; }
.lib-chips { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.lib-chip { font-family: var(--sans); font-weight: 700; font-size: 0.85rem; padding: 0.5rem 1.1rem; border-radius: 22px; border: 1px solid var(--line); background: #fff; color: var(--forest-70); cursor: pointer; transition: color 0.15s, background 0.15s, border-color 0.15s; }
.lib-chip:hover { border-color: var(--teal); color: var(--forest); }
.lib-chip.is-active { background: var(--forest); color: #fff; border-color: var(--forest); }
.lib-search { flex: 0 1 260px; padding: 0.6rem 1rem; border: 1px solid var(--line); border-radius: 22px; font-family: var(--sans); font-size: 0.95rem; background: #fff; color: var(--ink, #2C2A26); }
.lib-search:focus { outline: 2px solid var(--teal); outline-offset: 1px; }
.guides-grid .gcard[hidden] { display: none !important; }
.lib-empty { grid-column: 1 / -1; text-align: center; color: var(--forest-55); padding: 2.4rem 1rem; font-weight: 600; }

/* ---------- Pillar cards ---------- */
.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; margin-top: 2.4rem; }
.pillars--3 { grid-template-columns: repeat(3, 1fr); }
.pillar { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 1.5rem 1.4rem; }
.pillar h3 { font-family: var(--serif); font-weight: 600; font-size: 1.25rem; color: var(--forest); margin: 0 0 0.5rem; }
.pillar p { font-size: 0.95rem; line-height: 1.55; color: var(--forest-70); margin: 0; }
.pillar__num { display: inline-block; font-family: var(--sans); font-weight: 800; font-size: 0.8rem; letter-spacing: 0.16em; color: var(--teal); margin-bottom: 0.7rem; }
@media (max-width: 900px) { .pillars, .pillars--3 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .pillars, .pillars--3 { grid-template-columns: 1fr; } }

/* ---------- Stakes / window band ---------- */
.band--window { background: linear-gradient(150deg, #FBF7EE, #F7F2E4); border-block: 1px solid var(--line); }
.band--window h2 { color: var(--forest); }

/* ---------- CTA band ---------- */
.band--cta { background: var(--bg-butterfly); color: #fff; text-align: center; }
.band--cta .band__line { color: #fff; max-width: 24ch; margin-inline: auto; }
.band--cta .band__soft { margin-top: 1.1rem; color: rgba(247,246,241,0.8); }
.band--cta .band__soft a { color: var(--lime); text-decoration: underline; text-underline-offset: 3px; }

/* ---------- Cast row (What we treat) ---------- */
.cast-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.1rem; }
.cast-row figure { margin: 0; }
.cast-row img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 16px; display: block; }
.cast-row figcaption { font-size: 0.85rem; color: var(--forest-70); margin-top: 0.6rem; text-align: center; }
@media (max-width: 720px) { .cast-row { grid-template-columns: 1fr 1fr; } }

/* ---------- Treatment list ---------- */
.treatlist { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.treat { background: #fff; border: 1px solid var(--line); border-left: 4px solid var(--teal); border-radius: 0 14px 14px 0; padding: 1.4rem 1.5rem; }
.treat h3 { font-family: var(--serif); font-weight: 600; font-size: 1.3rem; color: var(--forest); margin: 0 0 0.5rem; }
.treat p { font-size: 0.96rem; line-height: 1.6; color: var(--forest-70); margin: 0; }
.treat em { font-style: italic; color: var(--forest); }
@media (max-width: 860px) { .treatlist { grid-template-columns: 1fr; } }

/* ---------- Prose + pull quote (About) ---------- */
.prose p { font-size: clamp(1.02rem, 1.3vw, 1.15rem); line-height: 1.75; color: var(--forest-70); margin: 0 0 1.3rem; }
.pull { font-family: var(--serif); font-style: italic; font-weight: 500; font-size: clamp(1.4rem, 2.4vw, 1.9rem); line-height: 1.35; color: var(--forest); margin: 0; padding-left: 1.4rem; border-left: 4px solid var(--lime); }
/* Tighter vertical rhythm for long-form reading sections (guides & articles) so consecutive prose sections don't leave a huge gap before the next subheader */
.section:has(> .wrap > .prose), .section:has(> .wrap > .reveal.prose) { padding-block: clamp(1.9rem, 4vw, 3.3rem); }

/* ---------- Say this / not that (For partners) ---------- */
.saynot { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.saynot > div { border-radius: 16px; padding: 1.6rem 1.6rem 1.3rem; }
.say { background: #EFF5EA; border: 1px solid #D6E4CB; }
.notsay { background: #F7F0EA; border: 1px solid #E7D8C8; }
.saynot h3 { font-family: var(--serif); font-weight: 600; font-size: 1.35rem; margin: 0 0 0.9rem; color: var(--forest); }
.saynot ul { list-style: none; margin: 0; padding: 0; }
.saynot li { padding: 0.55rem 0 0.55rem 1.6rem; position: relative; font-size: 1rem; line-height: 1.5; color: var(--forest-70); }
.say li::before { content: "✓"; position: absolute; left: 0; color: var(--leaf, #4E9A3E); font-weight: 700; }
.notsay li::before { content: "✕"; position: absolute; left: 0; color: #B0762A; font-weight: 700; }
@media (max-width: 720px) { .saynot { grid-template-columns: 1fr; } }

/* ---------- Guide email form (assessment / partners) ---------- */
.guide-form { display: flex; gap: 0.7rem; flex-wrap: wrap; }
.guide-form input[type="email"], .guide-form input[type="text"] { flex: 1 1 240px; padding: 0.95rem 1.1rem; border: 1px solid var(--line); border-radius: 12px; font-family: var(--sans); font-size: 1rem; background: #fff; color: var(--ink, #2C2A26); }
.guide-form input:focus { outline: 2px solid var(--teal); outline-offset: 1px; }
.guide-form--stack { flex-direction: column; align-items: stretch; }
.guide-form--stack input[type="email"], .guide-form--stack input[type="text"] { flex: 0 0 auto; width: 100%; }
.guide-success { font-weight: 700; color: var(--forest); }

/* ---------- Booking form ---------- */
.bookform { display: flex; flex-direction: column; gap: 1.1rem; background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: clamp(1.4rem, 3vw, 2.2rem); box-shadow: var(--shadow-md, 0 10px 34px rgba(0,0,0,0.07)); }
.bookform label { display: flex; flex-direction: column; gap: 0.45rem; font-weight: 700; font-size: 0.92rem; color: var(--forest); }
.bookform input, .bookform textarea { padding: 0.9rem 1rem; border: 1px solid var(--line); border-radius: 12px; font-family: var(--sans); font-size: 1rem; background: var(--paper); color: var(--ink, #2C2A26); resize: vertical; }
.bookform input:focus, .bookform textarea:focus { outline: 2px solid var(--teal); outline-offset: 1px; }
.bookform .btn { align-self: center; margin-top: 0.4rem; }

/* ---------- Detail chips (The Den) ---------- */
.chips { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1.4rem; }
.chip-tag { display: inline-block; font-family: var(--sans); font-weight: 700; font-size: 0.78rem; letter-spacing: 0.06em; color: var(--forest); background: #EFF5EA; border: 1px solid #D6E4CB; border-radius: 20px; padding: 0.4rem 0.85rem; }

/* ---------- Symptoms page: cliff chart ---------- */
/* Section 2 — light header puts the focus on the chart, which sits on its own
   deep-green card so the glowing lines pop. */
.cliffband { background: var(--paper-shade); color: var(--forest); padding-block: clamp(3.5rem, 7vw, 6rem); }
.cliff {
  background:
    radial-gradient(70% 80% at 18% 22%, rgba(63,182,201,.30), transparent 60%),
    radial-gradient(78% 85% at 86% 45%, rgba(181,211,52,.24), transparent 60%),
    linear-gradient(155deg, #16321f 0%, #1d4a37 55%, #256a4f 100%);
  border-radius: 22px; padding: clamp(1.5rem, 3.5vw, 2.8rem) clamp(1.2rem, 3vw, 2.4rem);
  box-shadow: 0 26px 64px -32px rgba(34,61,44,0.55);
  margin-top: clamp(1.6rem, 3.5vw, 2.6rem);
}
.cliff svg { width: 100%; display: block; }
.cliff__his, .cliff__hers { stroke-dasharray: 1; stroke-dashoffset: 1; }
.reveal.is-visible .cliff__his { transition: stroke-dashoffset 2s ease-out 0.3s; stroke-dashoffset: 0; }
.reveal.is-visible .cliff__hers { transition: stroke-dashoffset 3.2s ease-in-out 1s; stroke-dashoffset: 0; }
.cliff__hislabel, .cliff__herslabel1, .cliff__herslabel2, .cliff__marker { opacity: 0; transition: opacity 0.7s ease; }
.reveal.is-visible .cliff__hislabel { opacity: 1; transition-delay: 2.2s; }
.reveal.is-visible .cliff__herslabel1 { opacity: 1; transition-delay: 2.6s; }
.reveal.is-visible .cliff__herslabel2 { opacity: 1; transition-delay: 3.6s; }
.reveal.is-visible .cliff__marker { opacity: 1; transition-delay: 3.9s; }
@media (prefers-reduced-motion: reduce) { .cliff__his, .cliff__hers { stroke-dashoffset: 0; transition: none; } .cliff__hislabel, .cliff__herslabel1, .cliff__herslabel2, .cliff__marker { opacity: 1; transition: none; } }

/* ---------- Symptoms page: area chips ---------- */
.area-chips { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.area-chip { display: inline-flex; align-items: center; gap: 0.45rem; background: #fff; border: 1px solid var(--line);
  border-radius: 20px; padding: 0.42rem 0.8rem; font-size: 0.85rem; font-weight: 700; color: var(--forest); }
.area-chip i { width: 8px; height: 8px; border-radius: 50%; background: var(--ac, var(--teal)); }
.area-chip--more { background: transparent; border-style: dashed; color: var(--forest-55); }
.area-chip { transition: transform 0.45s ease, box-shadow 0.45s ease, border-color 0.45s ease; }
.area-chip.is-glow { transform: scale(1.1); border-color: var(--ac, var(--teal));
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--ac, #3FB6C9) 22%, transparent), 0 6px 22px color-mix(in srgb, var(--ac, #3FB6C9) 45%, transparent); }
@supports not (color: color-mix(in srgb, red 50%, blue)) {
  .area-chip.is-glow { box-shadow: 0 0 0 3px rgba(63,182,201,0.25), 0 6px 22px rgba(63,182,201,0.45); }
}
@media (prefers-reduced-motion: reduce) { .area-chip { transition: none; } .area-chip.is-glow { transform: none; } }

/* centered notes shouldn't carry the left accent bar */
.ss-note.center { border-left: none !important; padding-left: 0 !important; margin-inline: auto; }

/* ---------- Symptoms page: cluster cards ---------- */
.sy-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.sy-card { background: #fff; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; }
.sy-card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; object-position: 25% 25%; display: block; }
.sy-card__body { padding: 1rem 1.1rem 1.2rem; }
.sy-card h3 { font-family: var(--serif); font-weight: 600; font-size: 1.3rem; color: var(--forest); margin: 0 0 0.6rem; }
.sy-tags { display: flex; flex-wrap: wrap; gap: 0.35rem; }
.sy-tags span { background: var(--paper); border: 1px solid var(--line); border-radius: 14px; padding: 0.25rem 0.6rem; font-size: 0.76rem; font-weight: 700; color: var(--forest-70); }
@media (max-width: 980px) { .sy-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .sy-grid { grid-template-columns: 1fr; } }

/* ---------- Symptoms: felt vs silent ---------- */
.fs { background: #F1EFE8; padding-top: clamp(3rem, 6vw, 5rem); }
.felt-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.9rem; }
.felt { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 1rem 1.1rem; text-align: center; }
.felt h3 { font-family: var(--serif); font-weight: 600; font-size: 1.25rem; color: var(--forest); margin: 0 0 0.35rem; }
.felt p { font-size: 0.85rem; line-height: 1.5; color: var(--forest-70); margin: 0; }
.fs__wave { display: block; width: 100%; height: 70px; }
.fs__silent { background: var(--bg-butterfly); color: #fff; padding: clamp(2.5rem, 5vw, 4rem) 0 clamp(3rem, 6vw, 5rem); }
.fs__silenth { font-family: var(--serif); font-weight: 600; font-size: clamp(1.7rem, 3.2vw, 2.4rem); color: #fff; margin: 0; }
.sil-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0.9rem; margin-top: 1.8rem; }
.sil { background: rgba(247,246,241,0.07); border: 1px solid rgba(247,246,241,0.16); border-radius: 14px; padding: 1rem 1.1rem; }
.sil b { display: block; font-family: var(--serif); font-weight: 600; font-size: 1.2rem; color: var(--lime); margin-bottom: 0.35rem; }
.sil p { font-size: 0.85rem; line-height: 1.5; color: rgba(247,246,241,0.85); margin: 0; }
.fs2 { background: var(--paper-shade); color: var(--forest); padding-block: clamp(3.5rem, 7vw, 6rem); }
.ram-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 2rem; }
.ram { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 1.3rem 1.2rem;
  border-top: 3px solid var(--rc, var(--teal)); transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease; }
.ram:hover { transform: translateY(-3px); background: #fff; box-shadow: var(--shadow-md); }
.ram--wide { grid-column: span 2; }
.ram--wide .ram__h { font-size: clamp(1.6rem, 2.6vw, 2.1rem); }
.ram--full { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1.2fr; gap: 1.2rem; align-items: center; }
.ram--full p { margin: 0; }
.ram sup { font-size: 0.62em; }
.ram sup a { color: var(--ocean); text-decoration: none; }
.ram sup a:hover { color: var(--lime); }
.refs { margin: 1.6rem 0 0; padding-left: 1.2rem; columns: 2; column-gap: 2.5rem; }
.refs li { font-size: 0.78rem; line-height: 1.5; color: var(--forest-55); margin-bottom: 0.4rem; break-inside: avoid; }
.refs a { color: var(--ocean); text-decoration: underline; text-underline-offset: 2px; }
.refs a:hover { color: var(--lime); }
@media (max-width: 900px) { .ram--wide { grid-column: span 2; } .ram--full { grid-template-columns: 1fr; } .refs { columns: 1; } }
@media (max-width: 560px) { .ram--wide { grid-column: auto; } }
.ram b { display: block; font-family: var(--sans); font-weight: 800; font-size: 0.78rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--rc, var(--forest-55)); margin-bottom: 0.5rem; filter: none; }
.ram__h { display: block; font-family: var(--serif); font-weight: 600; font-size: clamp(1.3rem, 2vw, 1.6rem); line-height: 1.2; color: var(--forest); margin-bottom: 0.55rem; }
.ram p { font-size: 0.88rem; line-height: 1.55; color: var(--forest-70); margin: 0; }
.ram__hope { margin-top: 1.8rem; font-family: var(--serif); font-size: clamp(1.15rem, 1.8vw, 1.45rem); line-height: 1.5; color: var(--forest); max-width: 44rem; }
.ram__hope em { color: var(--leaf); font-style: italic; }
@media (max-width: 900px) { .ram-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .ram-grid { grid-template-columns: 1fr; } }
@media (max-width: 520px) { .ram-grid { grid-template-columns: 1fr; } }
@media (max-width: 900px) { .felt-grid { grid-template-columns: 1fr 1fr; } .sil-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .felt-grid, .sil-grid { grid-template-columns: 1fr; } }

/* ---------- Utilities ---------- */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }
.ss-note.center, .center { text-align: center; }

/* =============================================================
   Symptom checklist (symptoms.html)
   ============================================================= */
.chksec { padding-bottom: clamp(5rem, 10vw, 8rem); }
.chkgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; align-items: start; }
@media (max-width: 760px) { .chkgrid { grid-template-columns: 1fr; } }
.chkgroup { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 1.2rem 1.3rem 1.4rem; }
.chkgroup__head { display: flex; align-items: center; gap: 0.7rem; font-family: var(--sans); font-weight: 800; font-size: 0.82rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--forest); margin-bottom: 1rem; }
.chkgroup__bar { width: 26px; height: 4px; border-radius: 4px; background: var(--cc, var(--teal)); flex: none; }
.chkgroup__items { display: flex; flex-direction: column; gap: 0.5rem; }
.chk { display: flex; align-items: center; gap: 0.7rem; width: 100%; min-height: 44px; text-align: left; padding: 0.5rem 0.75rem; border: 1px solid var(--line); border-radius: 10px; background: var(--paper-2); font-family: var(--sans); font-size: 1rem; line-height: 1.3; color: var(--forest); cursor: pointer; transition: transform 0.12s var(--ease), background 0.15s, border-color 0.15s, color 0.15s; }
.chk:hover { border-color: var(--cc, var(--teal)); }
.chk:focus-visible { outline: 2px solid var(--ocean); outline-offset: 2px; }
.chk__box { flex: none; width: 22px; height: 22px; border-radius: 6px; border: 2px solid var(--cc, var(--teal)); position: relative; transition: background 0.15s; }
.chk[aria-checked="true"] { background: var(--forest); border-color: var(--forest); color: var(--paper); transform: scale(1.015); }
.chk[aria-checked="true"] .chk__box { background: var(--cc, var(--teal)); border-color: var(--cc, var(--teal)); }
.chk[aria-checked="true"] .chk__box::after { content: ""; position: absolute; left: 6px; top: 2px; width: 6px; height: 11px; border: solid var(--paper); border-width: 0 2.5px 2.5px 0; transform: rotate(45deg); }
@media (prefers-reduced-motion: reduce) { .chk[aria-checked="true"] { transform: none; } }

.chkcounter { position: fixed; z-index: 60; right: 1.4rem; bottom: 1.4rem; background: var(--forest); color: var(--paper); border-radius: 999px; padding: 0.75rem 1.25rem; box-shadow: 0 14px 34px -12px rgba(34,61,44,0.55); display: flex; align-items: center; gap: 0.9rem; font-family: var(--sans); font-size: 0.92rem; }
.chkcounter__text b { color: var(--lime); font-size: 1.12rem; }
.chkcounter__link { color: var(--paper); font-weight: 700; text-decoration: underline; text-underline-offset: 2px; white-space: nowrap; }
@media (max-width: 640px) { .chkcounter { left: 0; right: 0; bottom: 0; border-radius: 0; justify-content: center; padding: 0.85rem 1rem; text-align: center; flex-wrap: wrap; gap: 0.4rem 0.9rem; } }

/* Results bands */
.resbands { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; }
@media (max-width: 820px) { .resbands { grid-template-columns: 1fr; } }
.resband { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 1.5rem 1.6rem; transition: border-color 0.2s, box-shadow 0.2s; }
.resband__range { display: block; font-family: var(--serif); font-weight: 600; font-size: 1.4rem; color: var(--forest); margin-bottom: 0.6rem; }
.resband p { color: var(--forest-70); font-size: 1rem; line-height: 1.5; margin: 0; }
.resband.is-match { border-color: var(--lime); border-width: 2px; box-shadow: 0 10px 30px -14px rgba(181,211,52,0.6); }

/* Nav dropdown styles live in styles.css (global — the homepage loads only styles.css). */

/* ---------- Readability on phones (45-65 audience) ----------
   pages.css loads after styles.css, so body copy defined here must be
   raised here too. Desktop sizes above are intentionally untouched. */
@media (max-width: 640px) {
  .pillar p, .treat p, .circle-points p, .bigfacts span { font-size: 1.06rem; line-height: 1.6; }
  .felt p, .sil p { font-size: 1rem; line-height: 1.58; }
  .cast-row figcaption { font-size: 0.95rem; }
  .bookform label { font-size: 1rem; }
}
