:root {
  --navy: #0d1b2a;
  --navy-2: #13283d;
  --plum: #641c4f;
  --plum-dark: #431136;
  --gold: #c9a84c;
  --cream: #f5f0e8;
  --paper: #fffdf8;
  --ink: #17212b;
  --muted: #66717d;
  --line: #ded8cc;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.mm2bme-institute-page { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.6; }
.mm2bme-bfi { width: 100%; overflow: hidden; }
.mm2bme-bfi img { max-width: 100%; }
a { color: inherit; text-decoration: none; }
.site-header { min-height: 92px; padding: 12px 5vw; display: flex; align-items: center; justify-content: space-between; background: var(--navy); color: white; position: relative; z-index: 10; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand-logo { width: 58px; height: 58px; flex: 0 0 auto; border-radius: 50%; object-fit: cover; box-shadow: 0 0 0 1px rgba(201,168,76,.35); }
.brand strong, .brand small { display: block; }
.brand strong { font-family: Georgia, 'Times New Roman', serif; font-size: 25px; line-height: 1.05; letter-spacing: .01em; }
.brand small { margin-top: 4px; color: #d9dce0; font-size: 11px; line-height: 1.25; text-transform: uppercase; letter-spacing: .09em; }
nav { display: flex; align-items: center; gap: 28px; font-size: 15px; }
nav a:not(.nav-cta) { color: #e3e6e9; }
.nav-cta { min-height: 48px; padding: 13px 19px; display: inline-flex; align-items: center; border: 1px solid var(--gold); color: var(--gold); text-transform: uppercase; letter-spacing: .08em; font-size: 12px; font-weight: 700; }
.institute-banner { position: relative; overflow: hidden; background: #06172c; border-top: 1px solid rgba(201,168,76,.25); border-bottom: 1px solid rgba(201,168,76,.55); }
.institute-banner img { display: block; width: 100%; height: auto; }
.hero { min-height: 620px; display: grid; grid-template-columns: 1.08fr .92fr; background: var(--navy); color: white; }
.hero-copy { padding: clamp(72px, 7vw, 104px) 6vw; display: flex; flex-direction: column; justify-content: center; }
.eyebrow { margin: 0 0 18px; color: var(--gold); font-size: 13px; line-height: 1.45; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; }
.eyebrow.plum { color: var(--plum); }
.eyebrow.gold { color: var(--gold); }
h1, h2 { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; }
.mm2bme-bfi .hero .program-title {
  max-width: 760px;
  margin: 0;
  color: var(--cream) !important;
  font-family: Georgia, 'Times New Roman', serif !important;
  font-size: clamp(36px, 3.5vw, 52px) !important;
  font-weight: 400 !important;
  line-height: 1.08 !important;
  letter-spacing: -.025em !important;
}
.mm2bme-bfi .hero .program-title span { color: var(--gold) !important; }
.mm2bme-bfi .hero .campaign-headline {
  max-width: 760px;
  margin: 28px 0 0;
  color: var(--cream) !important;
  font-family: Georgia, 'Times New Roman', serif !important;
  font-size: clamp(46px, 5vw, 68px) !important;
  font-weight: 400 !important;
  line-height: 1.02 !important;
  letter-spacing: -.035em !important;
}
.mm2bme-bfi .hero .campaign-headline em { color: var(--gold) !important; font-style: italic; }
.hero-lede { max-width: 650px; margin: 26px 0 0; color: #e0e5ea; font-size: 19px; line-height: 1.65; }
.hero-actions { margin-top: 38px; display: flex; align-items: center; gap: 28px; }
.button { display: inline-flex; min-height: 56px; align-items: center; justify-content: center; padding: 0 27px; border: 1px solid transparent; font-weight: 700; font-size: 13px; line-height: 1.3; text-transform: uppercase; letter-spacing: .09em; transition: transform .2s, filter .2s; }
.button:hover { transform: translateY(-2px); filter: brightness(1.04); }
.button-gold { background: var(--gold); color: var(--navy); }
.button-light { border-color: var(--cream); color: white; }
.text-link { color: white; font-size: 15px; border-bottom: 1px solid rgba(255,255,255,.35); padding: 10px 0; }
.text-link span { color: var(--gold); margin-left: 8px; }
.hero-facts { margin-top: 46px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.17); display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.hero-facts strong, .hero-facts span { display: block; }
.hero-facts strong { margin-bottom: 6px; color: var(--gold); font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.hero-facts span { color: #ecf0f3; font-size: 15px; }
.hero-image-wrap { min-height: 620px; position: relative; overflow: hidden; }
.hero-image-wrap img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 55% center; }
.hero-image-wrap::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(13,27,42,.5), transparent 35%), linear-gradient(0deg, rgba(13,27,42,.75), transparent 38%); }
.image-note { position: absolute; z-index: 2; left: 36px; right: 36px; bottom: 36px; padding: 22px 24px; border-left: 3px solid var(--gold); background: rgba(13,27,42,.72); backdrop-filter: blur(8px); }
.image-note span { display: block; color: var(--gold); text-transform: uppercase; letter-spacing: .18em; font-size: 10px; }
.image-note strong { display: block; margin-top: 7px; font-family: Georgia, serif; font-size: 24px; font-weight: 400; }
.manifesto { padding: 80px 6vw; text-align: center; background: var(--plum-dark); color: var(--cream); }
.manifesto > p:first-child { color: var(--gold); text-transform: uppercase; letter-spacing: .14em; font-size: 13px; font-weight: 700; }
.mm2bme-bfi .manifesto h2 { margin: 16px 0; color: var(--cream) !important; font-size: clamp(38px, 4.5vw, 58px); line-height: 1.08; }
.manifesto-copy { max-width: 760px; margin: auto; color: #eadde7; font-size: 18px; line-height: 1.7; }
.section { padding: 96px 6vw; }
.section-heading { max-width: 800px; }
.section-heading h2, .tuition-intro h2, .faq h2 { margin: 0; color: var(--navy); font-size: clamp(38px, 4.25vw, 56px); line-height: 1.08; letter-spacing: -.025em; }
.section-heading > p:last-child, .tuition-intro > p:last-child { color: var(--muted); font-size: 18px; line-height: 1.72; }
.outcome-grid { margin-top: 60px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.outcome-grid article { min-height: 210px; padding: 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.outcome-grid span { color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: .15em; }
.outcome-grid h3 { max-width: 260px; margin: 48px 0 0; font-family: Georgia, serif; font-size: 24px; font-weight: 400; line-height: 1.25; }
.audience { display: grid; grid-template-columns: .9fr 1.1fr; gap: 10vw; background: var(--navy); color: white; }
.mm2bme-bfi .audience h2 { margin: 0; max-width: 560px; color: var(--cream) !important; font-size: clamp(40px, 4.5vw, 58px); line-height: 1.06; }
.audience ul { margin: 0; padding: 0; list-style: none; }
.audience li { position: relative; padding: 20px 0 20px 34px; border-bottom: 1px solid rgba(255,255,255,.15); color: #e1e6eb; font-size: 17px; line-height: 1.6; }
.audience li::before { content: '◆'; position: absolute; left: 2px; color: var(--gold); font-size: 11px; }
.curriculum { background: var(--cream); }
.section-heading.split { max-width: none; display: grid; grid-template-columns: 1.1fr .7fr; gap: 8vw; align-items: end; }
.week-grid { margin-top: 68px; display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid #d3cbbb; }
.week-grid article { display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding: 28px 24px 28px 0; border-bottom: 1px solid #d3cbbb; }
.week-grid article:nth-child(odd) { border-right: 1px solid #d3cbbb; margin-right: 24px; }
.week-grid span { color: var(--plum); font-size: 11px; font-weight: 700; letter-spacing: .1em; }
.week-grid h3 { margin: 0 0 8px; font-family: Georgia, serif; color: var(--navy); font-size: 22px; font-weight: 400; }
.week-grid p { margin: 0; color: #555f68; font-size: 15px; line-height: 1.65; }
.program-note { max-width: 900px; margin: 46px auto 0; padding: 24px 28px; border-left: 3px solid var(--plum); background: white; color: #4f5963; font-size: 15px; line-height: 1.65; }
.tuition { background: var(--navy); color: white; }
.tuition-intro { max-width: 760px; }
.mm2bme-bfi .tuition-intro h2 { color: var(--cream) !important; }
.tuition-intro > p:last-child { color: #cbd2d9; }
.price-grid { margin-top: 58px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.price-card { padding: 42px; border: 1px solid rgba(255,255,255,.2); background: var(--navy-2); }
.price-card.featured { border-color: var(--gold); }
.price-card > p { margin: 0 0 32px; color: var(--gold); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .18em; }
.price-card h3 { margin: 0; font-family: Georgia, serif; font-size: 28px; font-weight: 400; }
.price { margin: 20px 0 8px; font-family: Georgia, serif; font-size: 70px; color: white; }
.price sup { font-size: 28px; color: var(--gold); }
.price small { font-family: Arial, sans-serif; font-size: 14px; color: #bcc5ce; }
.price-card > span { display: block; margin-bottom: 34px; color: #bfc8d1; font-size: 13px; }
.price-card .button { width: 100%; }
.sponsor-callout { margin-top: 24px; padding: 34px 38px; display: grid; grid-template-columns: 1fr 1.2fr auto; gap: 36px; align-items: center; background: var(--plum-dark); color: var(--cream); }
.sponsor-callout .eyebrow { margin-bottom: 9px; }
.mm2bme-bfi .sponsor-callout h3 { margin: 0; color: var(--cream) !important; font-family: Georgia, serif; font-size: 30px; font-weight: 400; }
.sponsor-callout > p { margin: 0; color: #ebdce8; font-size: 14px; line-height: 1.6; }
.sponsor-callout > a { color: var(--gold); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; white-space: nowrap; }
.faq { display: grid; grid-template-columns: .75fr 1.25fr; gap: 8vw; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); padding: 0 8px; }
summary { cursor: pointer; padding: 24px 0; color: var(--navy); font-family: Georgia, serif; font-size: 21px; }
details p { margin: 0 0 24px; color: var(--muted); line-height: 1.7; }
.closing { padding: 120px 6vw; text-align: center; background: var(--plum-dark); color: var(--cream); }
.mm2bme-bfi .closing h2 { max-width: 900px; margin: 0 auto; color: var(--cream) !important; font-size: clamp(44px, 5.5vw, 70px); line-height: 1.03; }
.closing > p:not(.eyebrow) { margin: 24px 0 32px; color: #eadde7; font-size: 19px; }
footer { padding: 58px 6vw 34px; display: grid; grid-template-columns: 1.2fr 1fr .8fr; gap: 36px; align-items: start; background: #09131f; color: #c8d0d7; font-size: 12px; line-height: 1.6; }
.footer-brand { color: white; }
.footer-logo { width: 72px; height: 72px; }
footer > p { margin: 0; }
footer > div:nth-of-type(2) { display: flex; flex-direction: column; gap: 4px; }
footer > div:nth-of-type(2) a { color: var(--gold); }
footer > small { grid-column: 1 / -1; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.12); color: #7d8994; }

@media (max-width: 900px) {
  nav a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 90px 6vw 70px; }
  .hero-image-wrap { min-height: 560px; }
  .outcome-grid { grid-template-columns: repeat(2, 1fr); }
  .audience, .faq, .section-heading.split { grid-template-columns: 1fr; gap: 48px; }
  .sponsor-callout { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .site-header { min-height: 76px; padding: 10px 20px; }
  .brand { gap: 8px; }
  .brand-logo { width: 48px; height: 48px; }
  .brand strong { font-size: 19px; }
  .brand small { font-size: 8px; letter-spacing: .06em; }
  .nav-cta { min-height: 44px; padding: 10px 12px; font-size: 10px; }
  .institute-banner { aspect-ratio: 1.35 / 1; }
  .institute-banner img { width: 240%; max-width: none; height: 100%; object-fit: cover; object-position: 50% center; transform: translateX(-29%); }
  .hero-copy { padding: 72px 22px 54px; }
  .mm2bme-bfi .hero .program-title { font-size: clamp(31px, 9vw, 40px) !important; line-height: 1.08 !important; }
  .mm2bme-bfi .hero .campaign-headline { margin-top: 24px; font-size: clamp(40px, 12vw, 50px) !important; line-height: 1.04 !important; }
  .hero-lede { font-size: 17px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .text-link { text-align: center; }
  .hero-facts { grid-template-columns: 1fr; gap: 20px; }
  .hero-image-wrap { min-height: 520px; }
  .section, .manifesto, .closing { padding: 78px 22px; }
  .outcome-grid, .week-grid, .price-grid { grid-template-columns: 1fr; }
  .outcome-grid article { min-height: 170px; }
  .week-grid article:nth-child(odd) { border-right: 0; margin-right: 0; }
  .price-card { padding: 32px 24px; }
  .price { font-size: 62px; }
  .sponsor-callout { padding: 30px 24px; }
  footer { padding: 46px 22px 28px; grid-template-columns: 1fr; }
  .footer-logo { width: 68px; height: 68px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
