/* =========================================================================
   HealthyHer — hero directions (A / B / C) + static nav for framed previews
   ========================================================================= */

/* static nav used inside comparison frames (non-fixed) */
.nav-static {
  position: absolute; top: 0; left: 0; right: 0; z-index: 5;
  display: flex; align-items: center; justify-content: space-between;
  padding: 22px 44px;
}
.nav-static .nav-links-static { display: flex; gap: 26px; align-items: center; }
.nav-static .nav-links-static a { font-family: var(--font-label); font-size: 13.5px; font-weight: 500; color: var(--ink-soft); }
.nav-static .nav-cta { font-size: 12px !important; padding: 10px 20px; }
.hero-a[data-on-dark] .nav-static .brand .mark,
.hero-c .nav-static .brand .mark { color: var(--paper); }
.hero-c .nav-static .nav-links-static a { color: color-mix(in srgb, var(--paper) 80%, transparent); }
.hero-c .nav-static .brand .mark .her { color: var(--rose-soft); }

/* ---- shared hero scaffolding (used on Home too) ---- */
.hero { position: relative; isolation: isolate; background: var(--paper); overflow: hidden; }
.hero-kicker {
  font-family: var(--font-label);
  font-size: 13px; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--accent-2);
  margin: 0 0 26px;
  display: inline-flex; align-items: center; gap: 13px;
}
.hero-kicker::before { content: ""; width: 34px; height: 2px; background: var(--accent-2); }
.hero h1 { letter-spacing: -0.02em; }
.hero .sub { font-size: 19px; color: var(--ink-soft); max-width: 46ch; margin: 26px 0 0; line-height: 1.6; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 38px; }

/* the 3 P's mini-index, reused across directions */
.threep-index { display: flex; gap: 0; margin-top: 46px; border-top: 1px solid var(--line); }
.threep-index .p { flex: 1; padding: 22px 24px 0 0; }
.threep-index .p + .p { padding-left: 28px; border-left: 1px solid var(--line); }
.threep-index .p .n { font-family: var(--font-display); font-style: italic; font-size: 15px; color: var(--accent-2); }
.threep-index .p .t { font-family: var(--font-display); font-size: 22px; margin-top: 4px; color: var(--ink); }
.threep-index .p .d { font-size: 13.5px; color: var(--ink-soft); margin-top: 7px; line-height: 1.5; }

@keyframes hRise { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }

/* =========================================================================
   DIRECTION A — "The Method"  (type-led editorial, calm, two-column)
   ========================================================================= */
.hero-a { display: grid; grid-template-columns: 1.08fr 0.92fr; align-items: stretch; min-height: 660px; }
.hero-a .ha-text { display: flex; flex-direction: column; justify-content: center; padding: 120px 56px 70px 60px; }
.hero-a h1 { font-size: clamp(44px, 5.2vw, 76px); font-weight: 420; line-height: 1.02; }
.hero-a h1 .em { font-style: italic; color: var(--accent); }
.hero-a .ha-art { position: relative; background: var(--paper-2); }
.hero-a .ha-art image-slot { width: 100%; height: 100%; min-height: 660px; }
.hero-a .ha-art::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 70px 0 90px -70px var(--paper); }
.hero-a .ha-badge {
  position: absolute; left: 28px; bottom: 26px; z-index: 3;
  background: color-mix(in srgb, var(--card) 92%, transparent);
  backdrop-filter: blur(8px);
  border: 1px solid var(--line);
  border-radius: 12px; padding: 13px 17px;
  display: flex; align-items: center; gap: 12px; max-width: 280px;
}
.hero-a .ha-badge .dot { flex: none; width: 34px; height: 34px; border-radius: 50%; background: color-mix(in srgb, var(--gold-soft) 50%, transparent); color: #7a5a23; display: grid; place-items: center; font-size: 15px; }
.hero-a .ha-badge .bt { font-family: var(--font-label); font-size: 12px; line-height: 1.4; color: var(--ink-soft); }
.hero-a .ha-badge .bt b { color: var(--ink); font-weight: 700; }

/* =========================================================================
   DIRECTION B — "Tools-first"  (practical; free resources are the center)
   ========================================================================= */
.hero-b { background: var(--paper-2); padding: 116px 0 70px; }
.hero-b .hb-grid { display: grid; grid-template-columns: 1fr 0.92fr; gap: 64px; align-items: center; }
.hero-b h1 { font-size: clamp(40px, 4.6vw, 66px); font-weight: 440; line-height: 1.03; }
.hero-b h1 .em { font-style: italic; color: var(--accent); }
.hero-b .hb-assure { margin-top: 30px; display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-label); font-size: 13.5px; font-weight: 600; color: var(--accent); background: var(--card); border: 1px solid var(--line); padding: 9px 16px; border-radius: 999px; }
.hero-b .hb-assure .ck { width: 18px; height: 18px; border-radius: 50%; background: var(--accent); color: #fff; display: grid; place-items: center; font-size: 11px; }
/* the featured "starter kit" card */
.hb-kit { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 26px; box-shadow: 0 40px 80px -50px rgba(42,34,40,0.5); }
.hb-kit .kit-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.hb-kit .kit-head .kh-t { font-family: var(--font-label); font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 700; color: var(--ink-soft); }
.hb-kit .kit-rows { display: flex; flex-direction: column; gap: 10px; }
.kit-row { display: flex; align-items: center; gap: 15px; padding: 15px 16px; border-radius: 13px; background: var(--paper); border: 1px solid var(--line); transition: all 0.35s var(--ease); cursor: pointer; }
.kit-row:hover { background: var(--accent-tint); border-color: transparent; transform: translateX(3px); }
.kit-row .kr-ico { flex: none; width: 42px; height: 42px; border-radius: 11px; background: var(--rose-tint); color: var(--accent); display: grid; place-items: center; }
.kit-row .kr-ico svg { width: 21px; height: 21px; }
.kit-row .kr-b { flex: 1; }
.kit-row .kr-b .kr-t { font-family: var(--font-display); font-size: 19px; color: var(--ink); line-height: 1.1; }
.kit-row .kr-b .kr-d { font-family: var(--font-label); font-size: 12.5px; color: var(--ink-soft); margin-top: 2px; }
.kit-row .kr-go { font-family: var(--font-label); font-size: 12px; font-weight: 700; letter-spacing: 0.04em; color: var(--accent); }
.hb-kit .kit-foot { margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; font-family: var(--font-label); font-size: 12.5px; color: var(--ink-soft); }

/* =========================================================================
   DIRECTION C — "Voice & Advocacy"  (image-led, bold but calm, overlay)
   ========================================================================= */
.hero-c { min-height: 720px; display: flex; align-items: flex-end; background: var(--plum-deep); }
.hero-c .hc-art { position: absolute; inset: 0; z-index: 0; }
.hero-c .hc-art image-slot { width: 100%; height: 100%; }
.hero-c .hc-art::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(51,22,36,0.62) 0%, rgba(51,22,36,0.30) 34%, rgba(51,22,36,0.78) 100%),
              linear-gradient(90deg, rgba(51,22,36,0.55), rgba(51,22,36,0.12) 60%);
}
.hero-c .hc-inner { position: relative; z-index: 2; width: 100%; padding-bottom: 64px; }
.hero-c .hero-kicker { color: var(--rose-soft); }
.hero-c .hero-kicker::before { background: var(--rose-soft); }
.hero-c h1 { font-size: clamp(46px, 5.6vw, 82px); font-weight: 420; line-height: 1.0; color: var(--paper); max-width: 16ch; }
.hero-c h1 .em { font-style: italic; color: var(--gold-soft); }
.hero-c .sub { color: color-mix(in srgb, var(--paper) 84%, transparent); max-width: 48ch; }
.hero-c .hc-rail { position: absolute; right: 44px; bottom: 64px; z-index: 3; display: flex; flex-direction: column; gap: 0; width: 232px; border-left: 2px solid rgba(255,255,255,0.28); }
.hero-c .hc-rail .rp { padding: 14px 0 14px 18px; }
.hero-c .hc-rail .rp .rn { font-family: var(--font-label); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold-soft); }
.hero-c .hc-rail .rp .rt { font-family: var(--font-display); font-size: 21px; color: var(--paper); margin-top: 2px; }
.hero-c .btn-ghost { color: var(--paper); border-color: rgba(255,255,255,0.4); }
.hero-c .btn-ghost:hover { background: var(--paper); color: var(--plum-deep); border-color: var(--paper); }

/* =========================================================================
   RESPONSIVE — heroes
   ========================================================================= */
@media (max-width: 980px) {
  .hero-a { grid-template-columns: 1fr; min-height: 0; }
  .hero-a .ha-art { order: -1; min-height: 360px; }
  .hero-a .ha-art image-slot { min-height: 360px; }
  .hero-a .ha-text { padding: 90px 30px 56px; }
  .hero-b .hb-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-c .hc-rail { position: static; width: auto; flex-direction: row; flex-wrap: wrap; border-left: 0; border-top: 2px solid rgba(255,255,255,0.28); margin-top: 32px; }
  .hero-c .hc-rail .rp { padding: 14px 24px 0 0; }
  .nav-static .nav-links-static { display: none; }
}
@media (max-width: 600px) {
  .threep-index { flex-direction: column; }
  .threep-index .p + .p { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); padding-top: 18px; }
}
