/* =========================================================================
   BecomingHealthyHer — shared page components
   Used across Home, The 3 P's, Tools, For Professionals, Programs, About,
   Support. Built on the tokens in healthyher.css.
   ========================================================================= */

/* ---------- inner-page hero (compact) ---------- */
.page-hero { padding: 150px 0 64px; position: relative; background: var(--paper); }
.page-hero.tone { background: var(--paper-2); }
.page-hero .ph-inner { max-width: 880px; }
.page-hero .ph-inner.center { margin: 0 auto; text-align: center; }
.page-hero h1 { font-size: clamp(42px, 5.4vw, 74px); font-weight: 420; line-height: 1.0; letter-spacing: -0.02em; margin: 0 0 22px; }
.page-hero h1 .em { font-style: italic; color: var(--accent); }
.page-hero .lede { font-size: clamp(18px, 1.5vw, 22px); }
.page-hero.center .lede { margin-left: auto; margin-right: auto; }
.page-hero .ph-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 34px; }
.page-hero.center .ph-actions { justify-content: center; }

.breadcrumb { font-family: var(--font-label); font-size: 12.5px; letter-spacing: 0.04em; color: var(--ink-faint); margin: 0 0 26px; display: flex; align-items: center; gap: 9px; }
.breadcrumb a { color: var(--ink-soft); }
.breadcrumb a:hover { color: var(--accent); }
.breadcrumb .sep { opacity: 0.5; }

/* ---------- section heading block ---------- */
.sec-head { max-width: 720px; margin-bottom: 48px; }
.sec-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.sec-head.center .eyebrow { justify-content: center; }

/* ---------- two clear paths (For You / For Professionals) ---------- */
.paths { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.path {
  position: relative; overflow: hidden;
  border-radius: var(--radius-lg);
  padding: 44px 40px 38px;
  display: flex; flex-direction: column;
  min-height: 340px;
  transition: transform 0.45s var(--ease), box-shadow 0.45s var(--ease);
}
.path:hover { transform: translateY(-5px); box-shadow: 0 40px 70px -45px rgba(42,34,40,0.55); }
.path.you { background: var(--rose-tint); }
.path.pro { background: var(--plum); color: var(--paper); }
.path .p-kick { font-family: var(--font-label); font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 700; margin-bottom: 16px; }
.path.you .p-kick { color: var(--accent-2); }
.path.pro .p-kick { color: var(--rose-soft); }
.path h3 { font-size: clamp(28px, 3vw, 38px); font-weight: 460; line-height: 1.04; margin-bottom: 14px; }
.path.pro h3 { color: var(--paper); }
.path p { font-size: 16.5px; color: var(--ink-soft); max-width: 38ch; margin: 0 0 26px; }
.path.pro p { color: color-mix(in srgb, var(--paper) 80%, transparent); }
.path .p-go { margin-top: auto; }
.path .p-link { font-family: var(--font-label); font-weight: 700; font-size: 14px; letter-spacing: 0.02em; display: inline-flex; align-items: center; gap: 9px; }
.path.you .p-link { color: var(--accent); }
.path.pro .p-link { color: var(--gold-soft); }
.path .p-link .arr { transition: transform 0.4s var(--ease); }
.path:hover .p-link .arr { transform: translateX(5px); }
.path .p-num { position: absolute; right: 30px; top: 26px; font-family: var(--font-display); font-style: italic; font-size: 18px; opacity: 0.5; }

/* ---------- 3 P's expanded cards ---------- */
.threep { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.pcard {
  background: var(--card); border: 1px solid var(--line);
  border-radius: var(--radius-lg); padding: 36px 32px 32px;
  position: relative; overflow: hidden;
  transition: all 0.45s var(--ease);
}
.pcard::before { content: ""; position: absolute; left: 0; top: 0; right: 0; height: 3px; background: var(--accent-2); transform: scaleX(0); transform-origin: left; transition: transform 0.5s var(--ease); }
.pcard:hover { transform: translateY(-5px); box-shadow: 0 36px 64px -44px rgba(42,34,40,0.5); }
.pcard:hover::before { transform: scaleX(1); }
.pcard .pc-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.pcard .pc-ico { width: 52px; height: 52px; border-radius: 14px; background: var(--rose-tint); color: var(--accent); display: grid; place-items: center; }
.pcard .pc-ico svg { width: 26px; height: 26px; }
.pcard .pc-n { font-family: var(--font-display); font-style: italic; font-size: 30px; color: var(--paper-3); }
.pcard h3 { font-size: 28px; font-weight: 500; margin-bottom: 12px; }
.pcard .pc-d { font-size: 15.5px; color: var(--ink-soft); line-height: 1.6; margin: 0 0 20px; }
.pcard ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.pcard ul li { font-family: var(--font-label); font-size: 14px; color: var(--ink); display: flex; gap: 11px; align-items: flex-start; line-height: 1.45; }
.pcard ul li::before { content: ""; flex: none; width: 6px; height: 6px; border-radius: 50%; background: var(--accent-2); margin-top: 8px; }

/* ---------- big numbered method steps (alt layout) ---------- */
.method-step { display: grid; grid-template-columns: 130px 1fr; gap: 40px; padding: 54px 0; border-top: 1px solid var(--line); align-items: start; }
.method-step:last-child { border-bottom: 1px solid var(--line); }
.method-step .ms-n { font-family: var(--font-display); font-size: clamp(60px, 8vw, 104px); font-weight: 360; line-height: 0.8; color: var(--accent); font-style: italic; }
.method-step .ms-b h3 { font-size: clamp(28px, 3.2vw, 40px); font-weight: 460; margin-bottom: 14px; }
.method-step .ms-b .ms-lead { font-size: 18px; color: var(--ink-soft); max-width: 60ch; margin: 0 0 24px; }
.method-step .ms-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.method-step .ms-list .mi { padding: 20px 22px; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); }
.method-step .ms-list .mi .mt { font-family: var(--font-display); font-size: 18px; margin-bottom: 6px; }
.method-step .ms-list .mi .md { font-family: var(--font-label); font-size: 13.5px; color: var(--ink-soft); line-height: 1.5; }

/* ---------- 3 P's color-coding ----------
   Prepare keeps the rose accent (default), Present = amber, Prevent = teal.
   Driven by position — no per-page HTML edits needed. */
.threep .pcard:nth-child(2) { --p-accent: var(--amber-700); --p-bar: var(--amber); --p-tint: var(--amber-tint); }
.threep .pcard:nth-child(3) { --p-accent: var(--teal-700);  --p-bar: var(--teal);  --p-tint: var(--teal-tint); }
.threep .pcard .pc-ico { background: var(--p-tint, var(--rose-tint)); color: var(--p-accent, var(--accent)); }
.threep .pcard::before  { background: var(--p-bar, var(--accent-2)); }
.threep .pcard ul li::before { background: var(--p-accent, var(--accent-2)); }

/* hero starter-kit icon color-coding */
.kit-rows .kit-row:nth-child(2) .kr-ico { background: var(--amber-tint); color: var(--amber-700); }
.kit-rows .kit-row:nth-child(3) .kr-ico { background: var(--teal-tint);  color: var(--teal-700); }

/* the-3-ps.html method-step number color-coding */
.method-step:nth-of-type(2) .ms-n { color: var(--amber-700); }
.method-step:nth-of-type(3) .ms-n { color: var(--teal-700); }

/* ---------- tools grid (worksheets) ---------- */
.tools-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.tool {
  background: var(--card); border: 1px solid var(--line);
  border-radius: var(--radius-lg); padding: 26px 26px 24px;
  display: flex; flex-direction: column;
  transition: all 0.45s var(--ease);
}
.tool:hover { transform: translateY(-5px); box-shadow: 0 36px 64px -44px rgba(42,34,40,0.5); border-color: transparent; }
.tool .t-top { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 22px; }
.tool .t-ico { width: 48px; height: 48px; border-radius: 13px; background: var(--rose-tint); color: var(--accent); display: grid; place-items: center; }
.tool .t-ico svg { width: 23px; height: 23px; }
.tool .t-tag { font-family: var(--font-label); font-size: 10.5px; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 700; color: var(--ink-faint); padding-top: 6px; }
.tool h3 { font-size: 22px; font-weight: 500; line-height: 1.12; margin-bottom: 9px; }
.tool .t-d { font-size: 14.5px; color: var(--ink-soft); line-height: 1.55; margin: 0 0 22px; flex: 1; }
.tool .t-foot { display: flex; align-items: center; justify-content: space-between; padding-top: 18px; border-top: 1px solid var(--line); }
.tool .t-meta { font-family: var(--font-label); font-size: 12px; color: var(--ink-faint); }
.tool .t-dl { font-family: var(--font-label); font-size: 13px; font-weight: 700; color: var(--accent); display: inline-flex; align-items: center; gap: 8px; }
.tool .t-dl .arr { transition: transform 0.35s var(--ease); }
.tool:hover .t-dl .arr { transform: translateY(2px); }

/* ---------- video module placeholders ---------- */
.modules { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.module { border-radius: var(--radius-lg); overflow: hidden; background: var(--card); border: 1px solid var(--line); transition: all 0.45s var(--ease); }
.module:hover { transform: translateY(-5px); box-shadow: 0 36px 64px -44px rgba(42,34,40,0.5); }
.module .m-thumb {
  position: relative; aspect-ratio: 16/10;
  background:
    repeating-linear-gradient(135deg, var(--paper-2) 0 11px, var(--paper-3) 11px 22px);
  display: grid; place-items: center;
}
.module .m-thumb .play { width: 62px; height: 62px; border-radius: 50%; background: color-mix(in srgb, var(--card) 86%, transparent); backdrop-filter: blur(6px); border: 1px solid var(--line); display: grid; place-items: center; transition: transform 0.4s var(--ease); }
.module:hover .m-thumb .play { transform: scale(1.08); }
.module .m-thumb .play::after { content: ""; border-left: 16px solid var(--accent); border-top: 10px solid transparent; border-bottom: 10px solid transparent; margin-left: 4px; }
.module .m-thumb .soon { position: absolute; top: 14px; left: 14px; }
.module .m-thumb .dur { position: absolute; bottom: 14px; right: 14px; font-family: var(--font-label); font-size: 11px; font-weight: 600; color: var(--ink-soft); background: color-mix(in srgb, var(--card) 86%, transparent); padding: 4px 9px; border-radius: 6px; }
.module .m-b { padding: 22px 24px 24px; }
.module .m-b .m-step { font-family: var(--font-label); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 700; color: var(--accent-2); margin-bottom: 9px; }
.module .m-b h3 { font-size: 21px; font-weight: 500; line-height: 1.14; margin-bottom: 8px; }
.module .m-b p { font-size: 14px; color: var(--ink-soft); line-height: 1.55; margin: 0; }

/* ---------- filter / category chips ---------- */
.chips { display: flex; gap: 10px; flex-wrap: wrap; }
.chip { font-family: var(--font-label); font-size: 13.5px; font-weight: 600; padding: 10px 18px; border-radius: 999px; border: 1px solid var(--line-strong); color: var(--ink-soft); background: transparent; cursor: pointer; transition: all 0.3s var(--ease); }
.chip:hover { border-color: var(--accent); color: var(--accent); }
.chip.active { background: var(--accent); color: #fff; border-color: var(--accent); }

/* ---------- feature split (image-slot + text) ---------- */
.feature { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.feature.flip .f-media { order: 2; }
.feature .f-media { position: relative; }
.feature .f-media image-slot, .feature .f-media img { width: 100%; aspect-ratio: 5/4; border-radius: var(--radius-lg); object-fit: cover; object-position: center top; display: block; }
.feature .f-media .f-cap { position: absolute; left: 20px; bottom: 20px; background: color-mix(in srgb, var(--card) 92%, transparent); backdrop-filter: blur(8px); border: 1px solid var(--line); border-radius: 12px; padding: 12px 16px; font-family: var(--font-label); font-size: 12.5px; color: var(--ink-soft); max-width: 70%; }
.feature .f-cap b { color: var(--ink); }
.feature .f-body p { color: var(--ink-soft); }
.feature .f-body p + p { margin-top: 16px; }
.feature .f-body .first { font-family: var(--font-display); font-size: clamp(22px, 2.2vw, 28px); line-height: 1.32; color: var(--ink); margin: 0 0 18px; }
.feature .f-body .first .em { font-style: italic; color: var(--accent); }

/* ---------- stats / impact strip ---------- */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.stat { background: var(--card); padding: 36px 30px; }
.stat .k { font-family: var(--font-display); font-size: clamp(38px, 4vw, 54px); font-weight: 420; color: var(--accent); line-height: 1; }
.stat .v { font-family: var(--font-label); font-size: 13px; letter-spacing: 0.04em; color: var(--ink-soft); margin-top: 10px; line-height: 1.45; }

/* ---------- award feature ---------- */
.award-feature { background: var(--plum); color: var(--paper); border-radius: var(--radius-lg); padding: 56px 60px; display: grid; grid-template-columns: auto 1fr auto; gap: 44px; align-items: center; position: relative; overflow: hidden; }
.award-feature .af-seal { width: 96px; height: 96px; border-radius: 50%; border: 2px solid var(--gold-soft); color: var(--gold-soft); display: grid; place-items: center; font-family: var(--font-display); font-style: italic; font-size: 13px; text-align: center; line-height: 1.15; }
.award-feature .af-b .af-k { font-family: var(--font-label); font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 700; color: var(--gold-soft); margin-bottom: 12px; }
.award-feature .af-b h3 { font-size: clamp(24px, 2.6vw, 33px); font-weight: 460; line-height: 1.16; color: var(--paper); margin-bottom: 12px; }
.award-feature .af-b p { font-size: 15.5px; color: color-mix(in srgb, var(--paper) 82%, transparent); margin: 0; max-width: 56ch; }
.award-feature .af-b p .em { font-style: italic; color: var(--gold-soft); }

/* ---------- programs ---------- */
.programs { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.program { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 38px 36px; transition: all 0.45s var(--ease); position: relative; overflow: hidden; }
.program:hover { transform: translateY(-5px); box-shadow: 0 36px 64px -44px rgba(42,34,40,0.5); background: var(--rose-tint); border-color: transparent; }
.program .pg-top { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin-bottom: 14px; }
.program h3 { font-size: 27px; font-weight: 500; line-height: 1.08; }
.program .pg-for { font-family: var(--font-label); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 700; color: var(--accent-2); white-space: nowrap; }
.program p { font-size: 15.5px; color: var(--ink-soft); line-height: 1.6; margin: 0 0 20px; }
.program .pg-tags { display: flex; gap: 8px; flex-wrap: wrap; }

/* ---------- testimonial ---------- */
.testi-band { background: var(--plum-deep); color: var(--paper); }
.testi-band .eyebrow { color: var(--gold-soft); }
.testi-band .eyebrow::before { background: var(--gold-soft); }
.quote-lg { max-width: 940px; }
.quote-lg .mark { font-family: var(--font-display); font-style: italic; font-size: 90px; line-height: 0.4; color: var(--rose); display: block; height: 42px; }
.quote-lg p { font-family: var(--font-display); font-size: clamp(26px, 3.4vw, 44px); font-weight: 400; line-height: 1.28; font-style: italic; margin: 0 0 32px; color: color-mix(in srgb, var(--paper) 95%, transparent); text-wrap: balance; }
.quote-lg .who { display: flex; align-items: center; gap: 16px; }
.quote-lg .who .av { width: 52px; height: 52px; border-radius: 50%; background: var(--plum); border: 1px solid rgba(255,255,255,0.2); }
.quote-lg .who .n { font-family: var(--font-label); font-size: 14px; font-weight: 700; letter-spacing: 0.04em; color: var(--gold-soft); }
.quote-lg .who .r { font-size: 14px; color: color-mix(in srgb, var(--paper) 64%, transparent); }

/* ---------- CTA band ---------- */
.cta-band { text-align: center; }
.cta-band .cta-inner { max-width: 760px; margin: 0 auto; }
.cta-band h2 { font-size: clamp(34px, 4.4vw, 56px); font-weight: 440; line-height: 1.04; margin-bottom: 20px; text-wrap: balance; }
.cta-band h2 .em { font-style: italic; color: var(--accent); }
.cta-band .lede { margin: 0 auto 32px; }
.cta-band .cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.cta-soft { background: var(--rose-tint); }

/* ---------- donate tiers ---------- */
.tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.tier { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 30px 28px; cursor: pointer; transition: all 0.35s var(--ease); position: relative; }
.tier:hover, .tier.sel { border-color: var(--accent); background: var(--rose-tint); }
.tier.sel::after { content: "✓"; position: absolute; top: 18px; right: 20px; width: 24px; height: 24px; border-radius: 50%; background: var(--accent); color: #fff; display: grid; place-items: center; font-size: 13px; }
.tier .amt { font-family: var(--font-display); font-size: 38px; font-weight: 440; color: var(--ink); line-height: 1; }
.tier .desc { font-family: var(--font-label); font-size: 13.5px; color: var(--ink-soft); margin-top: 12px; line-height: 1.5; }

/* ---------- donate / embed panel ---------- */
.give { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: start; }
.give-embed { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 32px; box-shadow: 0 40px 80px -55px rgba(42,34,40,0.5); }
.give-embed .ge-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; }
.give-embed .ge-head .ge-t { font-family: var(--font-display); font-size: 23px; }
.toggle { display: inline-flex; background: var(--paper-2); border-radius: 999px; padding: 4px; gap: 2px; }
.toggle button { font-family: var(--font-label); font-size: 13px; font-weight: 600; border: 0; background: transparent; color: var(--ink-soft); padding: 9px 18px; border-radius: 999px; cursor: pointer; transition: all 0.3s var(--ease); }
.toggle button.on { background: var(--card); color: var(--accent); box-shadow: 0 2px 8px -3px rgba(0,0,0,0.2); }
.amount-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 14px; }
.amount-grid .ab { font-family: var(--font-display); font-size: 22px; padding: 16px 0; border-radius: 12px; border: 1.5px solid var(--line); background: var(--paper); color: var(--ink); cursor: pointer; transition: all 0.3s var(--ease); text-align: center; }
.amount-grid .ab:hover { border-color: var(--accent); }
.amount-grid .ab.on { background: var(--accent); color: #fff; border-color: var(--accent); }
.give-note { font-family: var(--font-label); font-size: 12px; color: var(--ink-faint); margin-top: 16px; line-height: 1.5; text-align: center; }
.give-where { display: flex; flex-direction: column; gap: 4px; }
.where-row { display: grid; grid-template-columns: auto 1fr auto; gap: 16px; align-items: center; padding: 20px 2px; border-bottom: 1px solid var(--line); }
.where-row .wr-ico { width: 40px; height: 40px; border-radius: 11px; background: var(--rose-tint); color: var(--accent); display: grid; place-items: center; }
.where-row .wr-ico svg { width: 20px; height: 20px; }
.where-row .wr-t { font-family: var(--font-display); font-size: 19px; }
.where-row .wr-d { font-family: var(--font-label); font-size: 13.5px; color: var(--ink-soft); margin-top: 1px; }
.where-row .wr-pct { font-family: var(--font-display); font-size: 26px; color: var(--accent); }

/* ---------- forms ---------- */
.form-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 40px 38px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { margin-bottom: 18px; }
.field.full { grid-column: 1 / -1; }
.field label { font-family: var(--font-label); font-size: 12.5px; letter-spacing: 0.08em; text-transform: uppercase; font-weight: 600; color: var(--ink-soft); display: block; margin-bottom: 9px; }
.field input, .field textarea, .field select {
  width: 100%; font-family: var(--font-body); font-size: 16px; color: var(--ink);
  background: var(--paper); border: 1.5px solid var(--line); border-radius: 12px;
  padding: 14px 16px; transition: border-color 0.3s var(--ease);
}
.field input::placeholder, .field textarea::placeholder { color: var(--ink-faint); }
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--accent); }
.field textarea { min-height: 130px; resize: vertical; }
.form-card .btn-primary { width: 100%; justify-content: center; margin-top: 8px; }
.form-stub { font-family: var(--font-label); font-size: 12px; color: var(--ink-faint); margin-top: 14px; text-align: center; }

/* ---------- newsletter ---------- */
.newsletter { background: var(--rose-tint); border-radius: var(--radius-lg); padding: 36px 38px; }
.newsletter .nl-h { font-family: var(--font-display); font-size: 26px; margin-bottom: 8px; }
.newsletter .nl-s { font-size: 15px; color: var(--ink-soft); margin-bottom: 20px; max-width: 46ch; }
.newsletter .nl-row { display: flex; gap: 10px; max-width: 460px; }
.newsletter input { flex: 1; background: var(--card); border: 1.5px solid var(--line); border-radius: 999px; padding: 14px 20px; font-family: var(--font-body); font-size: 15px; }
.newsletter input:focus { outline: none; border-color: var(--accent); }
.newsletter .nl-stub { font-family: var(--font-label); font-size: 11.5px; color: var(--ink-faint); margin-top: 12px; }

/* ---------- media / press list ---------- */
.media-list { border-top: 1px solid var(--line-strong); }
.media-item { display: grid; grid-template-columns: 150px 1fr auto; gap: 28px; align-items: center; padding: 30px 4px; border-bottom: 1px solid var(--line); transition: all 0.4s var(--ease); }
.media-item:hover { padding-left: 16px; background: linear-gradient(90deg, var(--rose-tint), transparent); }
.media-item .outlet { font-family: var(--font-label); font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 700; color: var(--accent-2); }
.media-item .mt { font-family: var(--font-display); font-size: clamp(20px, 2.2vw, 27px); line-height: 1.14; }
.media-item .go { font-family: var(--font-label); font-size: 12.5px; font-weight: 700; letter-spacing: 0.04em; color: var(--ink-soft); white-space: nowrap; display: inline-flex; align-items: center; gap: 7px; }
.media-item:hover .go { color: var(--accent); }

/* ---------- blog list ---------- */
.posts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.post { display: flex; flex-direction: column; }
.post .p-thumb { aspect-ratio: 3/2; border-radius: var(--radius); overflow: hidden; margin-bottom: 18px; }
.post .p-thumb image-slot, .post .p-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.post .p-cat { font-family: var(--font-label); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 700; color: var(--accent-2); margin-bottom: 9px; }
.post h3 { font-size: 22px; font-weight: 500; line-height: 1.18; margin-bottom: 8px; }
.post p { font-size: 14.5px; color: var(--ink-soft); line-height: 1.55; margin: 0; }
.post .p-meta { font-family: var(--font-label); font-size: 12px; color: var(--ink-faint); margin-top: 14px; }

/* ---------- founder block (About) ---------- */
.founder { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 60px; align-items: start; }
.founder .fd-media { position: relative; }
.founder .fd-media image-slot, .founder .fd-media img { width: 100%; height: auto; aspect-ratio: 624/880; border-radius: var(--radius-lg); object-fit: cover; object-position: center top; display: block; }
.founder .fd-media .fd-tag { position: absolute; bottom: -16px; left: -16px; background: var(--accent); color: #fff; font-family: var(--font-label); font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 600; padding: 13px 22px; border-radius: 999px; }
.founder .fd-b .first { font-family: var(--font-display); font-size: clamp(24px, 2.6vw, 33px); line-height: 1.3; margin: 0 0 20px; }
.founder .fd-b .first .em { font-style: italic; color: var(--accent); }
.founder .fd-b p { color: var(--ink-soft); margin: 0 0 18px; }
.founder .fd-b .fd-links { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 26px; }

/* ---------- FAQ / accordion-ish ---------- */
.faq { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); padding: 28px 0; }
.faq-item h4 { font-family: var(--font-display); font-size: 22px; font-weight: 500; margin-bottom: 10px; }
.faq-item p { font-size: 15.5px; color: var(--ink-soft); margin: 0; max-width: 72ch; line-height: 1.6; }

/* =========================================================================
   RESPONSIVE — components
   ========================================================================= */
@media (max-width: 980px) {
  .paths, .threep, .tools-grid, .modules, .programs, .tiers, .posts { grid-template-columns: 1fr 1fr; }
  .feature { grid-template-columns: 1fr; gap: 36px; }
  .feature.flip .f-media { order: 0; }
  .give { grid-template-columns: 1fr; gap: 40px; }
  .founder { grid-template-columns: 1fr; gap: 50px; }
  .stats { grid-template-columns: 1fr 1fr; }
  .award-feature { grid-template-columns: 1fr; gap: 28px; padding: 40px 36px; text-align: left; }
  .method-step { grid-template-columns: 1fr; gap: 16px; }
  .method-step .ms-list { grid-template-columns: 1fr; }
  .media-item { grid-template-columns: 1fr; gap: 6px; }
  .media-item .go { justify-self: start; margin-top: 6px; }
}
@media (max-width: 640px) {
  .paths, .threep, .tools-grid, .modules, .programs, .tiers, .posts { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .amount-grid { grid-template-columns: 1fr 1fr; }
}
