.mhfa-program-hero { position: relative; padding: 110px 0 92px; background: var(--teal); color: var(--paper); overflow: hidden; }
.mhfa-program-hero::after { position: absolute; width: 430px; height: 430px; right: -120px; bottom: -240px; border: 1px solid rgba(230, 211, 168, .32); border-radius: 50%; content: ""; box-shadow: 0 0 0 52px rgba(230, 211, 168, .05), 0 0 0 104px rgba(230, 211, 168, .035); }
.mhfa-program-hero .shell { position: relative; z-index: 1; }
.mhfa-program-hero h1 { max-width: 900px; margin: 0; font-family: var(--font-display); font-size: clamp(3.8rem, 8vw, 7.8rem); font-weight: 600; letter-spacing: -.045em; line-height: .86; }
.mhfa-program-hero h1 em { display: block; color: var(--gold-pale); font-weight: 500; }
.mhfa-program-hero p:not(.eyebrow) { max-width: 720px; margin: 28px 0 0; color: rgba(255, 253, 248, .72); font-size: 1.05rem; }
.mhfa-program-hero .eyebrow { color: var(--gold-pale); }
.mhfa-subnav { position: sticky; z-index: 90; top: 78px; border-bottom: 1px solid var(--line); background: rgba(255, 253, 248, .96); backdrop-filter: blur(12px); }
.mhfa-subnav .shell { display: flex; gap: 22px; overflow-x: auto; }
.mhfa-subnav a { flex: 0 0 auto; padding: 15px 0; color: var(--teal); font-size: .67rem; font-weight: 700; letter-spacing: .09em; text-decoration: none; text-transform: uppercase; }
.mhfa-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 42px; }
.mhfa-card { display: flex; min-height: 270px; flex-direction: column; padding: 30px; border: 1px solid var(--line); background: var(--paper); }
.mhfa-card h2, .mhfa-card h3 { margin: 0 0 14px; color: var(--teal); font-family: var(--font-display); font-size: 2rem; font-weight: 600; line-height: 1; }
.mhfa-card p, .mhfa-card li { color: var(--muted); font-size: .88rem; }
.mhfa-card .text-link, .mhfa-card .button { align-self: flex-start; margin-top: auto; }
.mhfa-price { display: inline-flex; align-items: baseline; gap: 8px; margin: 26px 0; color: var(--teal); }
.mhfa-price strong { font-family: var(--font-display); font-size: 4.5rem; line-height: .8; }
.mhfa-price span { color: var(--muted); font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.mhfa-path { display: grid; grid-template-columns: repeat(9, minmax(120px, 1fr)); margin-top: 46px; overflow-x: auto; }
.mhfa-path div { min-height: 150px; padding: 22px 18px; border: 1px solid rgba(255, 255, 255, .18); border-left: 0; }
.mhfa-path div:first-child { border-left: 1px solid rgba(255, 255, 255, .18); }
.mhfa-path strong { display: block; margin-bottom: 12px; color: var(--gold-pale); font-family: var(--font-display); font-size: 1.6rem; }
.mhfa-path span { color: rgba(255, 253, 248, .72); font-size: .72rem; }
.mhfa-session-list { display: grid; gap: 1px; margin-top: 42px; background: var(--line); border: 1px solid var(--line); }
.mhfa-session { display: grid; grid-template-columns: 210px 1fr auto; gap: 28px; align-items: center; padding: 28px; background: var(--paper); }
.mhfa-session time { color: var(--burgundy); font-family: var(--font-display); font-size: 1.7rem; font-weight: 600; }
.mhfa-session h2 { margin: 0; color: var(--teal); font-family: var(--font-display); font-size: 1.7rem; }
.mhfa-session p { margin: 4px 0 0; color: var(--muted); font-size: .78rem; }
.mhfa-featured-session { display: grid; grid-template-columns: 1fr auto; gap: 36px; align-items: center; margin-top: 42px; padding: clamp(28px, 5vw, 52px); border: 1px solid var(--line); border-top: 5px solid var(--gold); background: var(--paper); box-shadow: 18px 18px 0 rgba(181, 138, 58, .12); }
.mhfa-featured-session h3 { margin: 12px 0 10px; color: var(--teal); font-family: var(--font-display); font-size: clamp(2.4rem, 5vw, 4rem); line-height: .95; }
.mhfa-featured-session p { margin: 6px 0; color: var(--muted); }
.mhfa-status { color: var(--burgundy); font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.mhfa-date-table { margin-top: 42px; border: 1px solid var(--line); }
.mhfa-date-row { display: grid; grid-template-columns: 1fr 1fr 1fr; border-bottom: 1px solid var(--line); }
.mhfa-date-row:last-child { border-bottom: 0; }
.mhfa-date-row > * { padding: 20px 24px; border-right: 1px solid var(--line); }
.mhfa-date-row > *:last-child { border-right: 0; }
.mhfa-date-row strong { color: var(--teal); }
.mhfa-date-row a { color: var(--burgundy); font-weight: 700; text-decoration-color: rgba(105, 32, 53, .35); text-underline-offset: 4px; }
.mhfa-date-row a:hover { color: var(--teal); text-decoration-color: currentColor; }
.mhfa-date-head { background: var(--teal); color: var(--paper); font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.mhfa-policy { max-width: 820px; }
.mhfa-policy h2 { margin: 52px 0 12px; color: var(--teal); font-family: var(--font-display); font-size: 2.2rem; }
.mhfa-policy h2:first-of-type { margin-top: 0; }
.mhfa-policy p, .mhfa-policy li { color: var(--muted); }
.mhfa-policy-note { margin-top: 36px; padding: 24px; border-left: 4px solid var(--gold); background: var(--paper); }
.mhfa-form-stack { display: grid; gap: 30px; }
.mhfa-form-card { padding: clamp(24px, 5vw, 48px); border: 1px solid var(--line); background: var(--paper); }
.mhfa-form-card h2 { margin: 0 0 8px; color: var(--teal); font-family: var(--font-display); font-size: 2.6rem; }
.mhfa-form-card > p { margin: 0 0 30px; color: var(--muted); }
.mhfa-form-card .button { margin-top: 22px; }
.mhfa-contact-band { padding: 28px 0; background: var(--gold-pale); color: var(--burgundy-dark); }
.mhfa-contact-band .shell { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 14px 30px; }
.mhfa-contact-band strong { font-family: var(--font-display); font-size: 1.45rem; }
.mhfa-contact-band a { font-weight: 700; }
/* Readability: keep MHFA marketing and registration copy comfortably legible. */
.mhfa-program-hero p:not(.eyebrow) { font-size: clamp(1.15rem, 1.8vw, 1.35rem); line-height: 1.65; }
.mhfa-card p, .mhfa-card li, .mhfa-session p, .mhfa-path span, .mhfa-policy, .mhfa-policy-note, .mhfa-form, .mhfa-date-row { font-size: 1rem; line-height: 1.65; }
.mhfa-subnav a { font-size: .78rem; }

@media (max-width: 900px) {
  .mhfa-card-grid { grid-template-columns: 1fr 1fr; }
  .mhfa-session { grid-template-columns: 1fr; }
  .mhfa-featured-session { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .mhfa-program-hero { padding: 82px 0 70px; }
  .mhfa-program-hero h1 { font-size: 3.5rem; }
  .mhfa-subnav { top: 70px; }
  .mhfa-card-grid { grid-template-columns: 1fr; }
  .mhfa-form-card { padding: 24px 18px; }
  .mhfa-date-row { grid-template-columns: 1fr; }
  .mhfa-date-head { display: none; }
  .mhfa-date-row > * { border-right: 0; border-bottom: 1px solid var(--line); }
  .mhfa-date-row > *:last-child { border-bottom: 0; }
}
.mhfa-proof{background:var(--ink);color:var(--cream);padding:2.4rem 0}.mhfa-proof-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.mhfa-proof-grid div{padding:1rem;border-left:2px solid var(--gold)}.mhfa-proof-grid strong{display:block;font-family:var(--font-display);font-size:clamp(2.3rem,5vw,4.3rem);line-height:.9;color:var(--gold)}.mhfa-proof-grid span{display:block;margin-top:.55rem;font-size:1.05rem;font-weight:600}.mhfa-proof p{margin:1.5rem 0 0;color:rgba(255,253,248,.7);font-size:.9rem}.mhfa-quote-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;margin-top:2rem}.mhfa-quote-grid blockquote{margin:0;padding:1.75rem;background:rgba(255,255,255,.08);border-top:3px solid var(--gold);font-family:var(--font-display);font-size:clamp(1.45rem,2.2vw,2rem);line-height:1.2}.section:not(.section-teal) .mhfa-quote-grid blockquote{background:var(--paper);color:var(--ink)}.mhfa-quote-grid cite{display:block;margin-top:1.2rem;font-family:var(--font-body);font-size:.78rem;font-style:normal;letter-spacing:.04em;text-transform:uppercase;opacity:.75}.mhfa-evidence-note{font-size:.9rem;color:var(--muted)}.mhfa-attribution{padding:1.25rem 0;background:var(--paper);color:var(--muted);font-size:.85rem;line-height:1.6}.mhfa-attribution a{font-weight:700}@media(max-width:900px){.mhfa-proof-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mhfa-quote-grid{grid-template-columns:1fr}}@media(max-width:600px){.mhfa-proof-grid{grid-template-columns:1fr}.mhfa-proof-grid div{padding:.75rem 1rem}.mhfa-proof-grid strong{font-size:3rem}}
