:root {
  --navy: #071b2c;
  --navy-2: #0e2f45;
  --ink: #13202b;
  --paper: #f4f0e8;
  --white: #fffdf9;
  --gold: #d6ad5a;
  --gold-dark: #ad8030;
  --sky: #dbe8ec;
  --line: rgba(12, 39, 57, .14);
  --serif: "Libre Caslon Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--sans); font-size: 16px; line-height: 1.65; }
a { color: inherit; }
img { display: block; max-width: 100%; }

.site-header { position: absolute; z-index: 20; top: 0; left: 0; right: 0; display: flex; align-items: center; justify-content: space-between; min-height: 92px; padding: 0 clamp(24px, 5vw, 82px); color: white; border-bottom: 1px solid rgba(255,255,255,.18); }
.brand { display: flex; align-items: center; gap: 12px; color: inherit; text-decoration: none; line-height: 1; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-family: var(--serif); font-size: 25px; }
.brand strong, .brand small { display: block; }
.brand strong { font-family: var(--serif); font-size: 23px; font-weight: 400; letter-spacing: .02em; }
.brand small { margin-top: 5px; font-size: 10px; letter-spacing: .19em; text-transform: uppercase; opacity: .75; }
nav { display: flex; align-items: center; gap: clamp(18px, 2.4vw, 38px); }
nav a { text-decoration: none; font-size: 14px; font-weight: 500; }
nav a:not(.nav-cta):hover { color: var(--gold); }
.nav-cta { padding: 10px 18px; border: 1px solid rgba(255,255,255,.55); border-radius: 999px; }
.nav-cta:hover { background: white; color: var(--navy); }
.menu-toggle { display: none; color: white; background: transparent; border: 1px solid rgba(255,255,255,.5); border-radius: 999px; padding: 8px 14px; font: inherit; }

.hero { position: relative; min-height: max(820px, 94vh); height: auto; color: white; overflow: hidden; background: var(--navy); }
.hero-image, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center; }
.hero-overlay { background: linear-gradient(90deg, rgba(3,16,27,.96) 0%, rgba(3,16,27,.82) 30%, rgba(3,16,27,.26) 65%, rgba(3,16,27,.1) 100%), linear-gradient(0deg, rgba(3,16,27,.62), transparent 44%); }
.hero-content { position: relative; z-index: 2; width: min(710px, 86vw); padding-top: clamp(170px, 20vh, 215px); padding-bottom: 190px; margin-left: clamp(24px, 8vw, 130px); }
.eyebrow, .section-label { margin: 0 0 22px; color: var(--gold); font-size: 12px; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; line-height: 1.04; }
h1 { margin-bottom: 24px; font-size: clamp(54px, 7vw, 102px); letter-spacing: -.035em; }
.hero-lead { max-width: 650px; margin-bottom: 34px; font-size: clamp(18px, 1.45vw, 22px); line-height: 1.55; color: rgba(255,255,255,.83); }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 14px 25px; border-radius: 3px; text-decoration: none; font-size: 14px; font-weight: 700; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { color: #172231; background: var(--gold); }
.button-gold:hover { background: #e5c477; }
.text-link { font-size: 14px; font-weight: 600; text-decoration: none; }
.text-link span { display: inline-block; margin-left: 8px; color: var(--gold); }
.hero-facts { position: absolute; z-index: 2; bottom: 0; left: 0; right: 0; display: flex; justify-content: flex-end; gap: 0; padding-right: clamp(24px, 5vw, 80px); border-top: 1px solid rgba(255,255,255,.18); background: rgba(3,16,27,.3); backdrop-filter: blur(8px); }
.hero-facts span { display: flex; align-items: baseline; gap: 9px; padding: 24px 30px; border-left: 1px solid rgba(255,255,255,.18); font-size: 13px; color: rgba(255,255,255,.7); }
.hero-facts strong { color: white; font-family: var(--serif); font-size: 28px; font-weight: 400; }

.section { padding: 110px clamp(24px, 7vw, 112px); }
.intro { background: var(--paper); }
.intro-grid { display: grid; grid-template-columns: minmax(300px, .95fr) minmax(300px, 1fr); gap: clamp(48px, 9vw, 150px); align-items: start; }
h2 { margin-bottom: 28px; font-size: clamp(40px, 5.2vw, 72px); letter-spacing: -.025em; }
.intro-copy { padding-top: 5px; font-size: 19px; color: #37454e; }
.intro-copy p:first-child { color: var(--ink); font-size: 23px; line-height: 1.55; }

.journey { background: var(--white); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 58px; }
.section-heading h2 { margin: 0; max-width: 780px; }
.section-heading > p { max-width: 410px; margin: 0 0 8px; color: #5d686f; }
.phase-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.phase-card { position: relative; min-height: 735px; padding: 36px 34px 40px; border-right: 1px solid var(--line); overflow: hidden; }
.phase-card:last-child { border-right: 0; }
.phase-card::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 5px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .35s ease; }
.phase-card:hover::before { transform: scaleX(1); }
.phase-top { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 76px; }
.phase-top span { color: var(--gold-dark); font-family: var(--serif); font-size: 27px; }
.phase-top small { font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #788087; }
.phase-card h3 { margin-bottom: 5px; font-family: var(--serif); font-size: 36px; font-weight: 400; }
.phase-subtitle { color: var(--gold-dark); font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.phase-card > p:not(.phase-subtitle) { color: #546169; }
.phase-card p.qualification { display: inline-block; margin: 0 0 20px; padding: 6px 10px; border: 1px solid rgba(173,128,48,.36); color: var(--gold-dark); font-size: 11px; font-weight: 700; line-height: 1.35; letter-spacing: .04em; }
.phase-card ul { margin: 27px 0 0; padding: 24px 0 0; border-top: 1px solid var(--line); list-style: none; }
.phase-card li { position: relative; margin: 11px 0; padding-left: 18px; font-size: 14px; }
.phase-card li::before { content: ""; position: absolute; top: .68em; left: 0; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }
.phase-awards { display: grid; gap: 13px; margin-top: 26px; padding-top: 22px; border-top: 1px solid var(--line); }
.phase-awards div { display: grid; gap: 3px; }
.phase-awards small { color: var(--gold-dark); font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.phase-awards strong { font-size: 13px; font-weight: 600; line-height: 1.45; }
.elite { color: white; background: var(--navy); }
.elite > p:not(.phase-subtitle), .elite .phase-top small { color: rgba(255,255,255,.7); }
.elite p.qualification { border-color: rgba(230,201,130,.38); color: #e6c982; }
.elite ul { border-color: rgba(255,255,255,.18); }
.elite .phase-awards { border-color: rgba(255,255,255,.18); }
.elite .phase-awards small { color: #e6c982; }
.weekly-support { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(36px, 7vw, 110px); align-items: center; margin-top: 22px; padding: 38px 42px; color: white; background: var(--navy-2); }
.weekly-support span { display: block; margin-bottom: 8px; color: #e6c982; font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.weekly-support h3 { margin: 0; font-family: var(--serif); font-size: clamp(27px, 2.7vw, 39px); font-weight: 400; line-height: 1.18; }
.weekly-support p { margin: 0; color: rgba(255,255,255,.76); font-size: 16px; }

.mentoring-band { display: grid; grid-template-columns: .55fr 1.3fr 1fr; gap: clamp(30px, 5vw, 80px); align-items: center; padding: 80px clamp(24px, 7vw, 112px); color: white; background: var(--navy-2); }
.mentoring-number { font-family: var(--serif); font-size: clamp(80px, 10vw, 150px); line-height: .8; color: var(--gold); }
.mentoring-number span { color: rgba(255,255,255,.4); }
.section-label.light { color: #e6c982; }
.mentoring-band h2 { margin: 0; font-size: clamp(38px, 4.6vw, 64px); }
.mentoring-band > p { margin: 0; color: rgba(255,255,255,.73); font-size: 17px; }

.founders { background: var(--white); }
.founders-heading { align-items: center; }
.founders-heading h2 { max-width: 850px; }
.founder-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.founder-card { display: grid; grid-template-columns: minmax(190px, .72fr) minmax(260px, 1fr); min-height: 420px; border: 1px solid var(--line); background: var(--paper); }
.founder-photo { position: relative; display: grid; place-items: center; min-height: 420px; overflow: hidden; color: rgba(214,173,90,.86); background: linear-gradient(145deg, var(--navy-2), var(--navy)); font-family: var(--serif); font-size: 56px; }
.founder-photo::after { content: ""; position: absolute; inset: 14px; border: 1px solid rgba(214,173,90,.34); pointer-events: none; }
.founder-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.founder-photo img.founder-photo-daniel { object-position: 46% center; }
.founder-copy { display: flex; flex-direction: column; align-items: flex-start; padding: 42px 38px 36px; }
.founder-role { margin-bottom: 12px; color: var(--gold-dark); font-size: 10px; font-weight: 700; line-height: 1.4; letter-spacing: .13em; text-transform: uppercase; }
.founder-copy h3 { margin-bottom: 18px; font-family: var(--serif); font-size: clamp(31px, 2.7vw, 42px); font-weight: 400; line-height: 1.08; }
.founder-copy > p:not(.founder-role) { margin-bottom: 24px; color: #536067; font-size: 15px; }
.founder-copy a { margin-top: auto; color: var(--navy-2); font-size: 13px; font-weight: 700; text-decoration: none; border-bottom: 1px solid var(--gold); }
.founder-copy a:hover { color: var(--gold-dark); }

.outcomes { background: var(--paper); }
.outcomes-heading { align-items: center; }
.impact-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-bottom: 64px; border: 1px solid rgba(12,39,57,.18); background: var(--white); }
.impact-card { padding: 36px 34px 38px; border-right: 1px solid rgba(12,39,57,.18); }
.impact-card:last-child { border-right: 0; }
.impact-card > span { display: block; margin-bottom: 34px; color: var(--gold-dark); font-family: var(--serif); font-size: 22px; }
.impact-card h3 { margin-bottom: 16px; font-family: var(--serif); font-size: clamp(27px, 2.35vw, 36px); font-weight: 400; line-height: 1.15; }
.impact-card p { margin: 0; color: #526067; font-size: 15px; }
.impact-card a { color: var(--navy-2); font-weight: 700; text-decoration-color: var(--gold); text-underline-offset: 3px; }
.impact-card a:hover { color: var(--gold-dark); }
.outcome-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(12,39,57,.22); }
.outcome { padding: 32px 28px 0 0; }
.outcome span { display: block; margin-bottom: 46px; color: var(--gold-dark); font-family: var(--serif); font-size: 22px; }
.outcome h3 { margin-bottom: 14px; font-family: var(--serif); font-size: 28px; font-weight: 400; }
.outcome p { color: #5b666d; font-size: 15px; }

.selection { display: grid; grid-template-columns: minmax(300px, 1fr) minmax(350px, .9fr); gap: clamp(60px, 10vw, 150px); }
.selection-copy p { max-width: 680px; color: #536067; font-size: 18px; }
.selection-steps { margin: 0; padding: 0; list-style: none; counter-reset: steps; }
.selection-steps li { display: flex; align-items: center; gap: 22px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.selection-steps li > span { display: grid; flex: 0 0 44px; place-items: center; width: 44px; height: 44px; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-dark); font-family: var(--serif); font-size: 20px; }
.selection-steps strong, .selection-steps small { display: block; }
.selection-steps strong { font-size: 17px; }
.selection-steps small { margin-top: 3px; color: #737c82; font-size: 13px; }

.calendar-section { color: white; background: var(--navy); }
.calendar-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(44px, 8vw, 130px); align-items: end; margin-bottom: 54px; }
.calendar-heading h2 { max-width: 760px; margin: 0; }
.calendar-heading > p { margin: 0 0 8px; color: rgba(255,255,255,.72); font-size: 17px; }
.calendar-milestones { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border: 1px solid rgba(255,255,255,.18); }
.calendar-milestones article { min-height: 245px; padding: 30px 27px 28px; border-right: 1px solid rgba(255,255,255,.18); }
.calendar-milestones article:last-child { border-right: 0; }
.calendar-milestones small, .program-span span, .program-span small { display: block; }
.calendar-milestones small { margin-bottom: 30px; color: #e6c982; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.calendar-milestones h3 { margin-bottom: 13px; font-family: var(--serif); font-size: 27px; font-weight: 400; line-height: 1.15; }
.calendar-milestones p { margin: 0; color: rgba(255,255,255,.65); font-size: 14px; }
.calendar-milestones .calendar-start { color: var(--navy); background: var(--gold); }
.calendar-milestones .calendar-start small { color: #654817; }
.calendar-milestones .calendar-start p { color: rgba(7,27,44,.72); }
.program-span { display: grid; grid-template-columns: 1fr 1.5fr 1.5fr 1.25fr; margin-top: 22px; }
.program-span > div { min-height: 145px; padding: 25px 24px; color: var(--ink); background: var(--paper); border-right: 1px solid var(--line); }
.program-span > div:last-child { border-right: 0; }
.program-span span { margin-bottom: 13px; color: var(--gold-dark); font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.program-span strong { display: block; margin-bottom: 4px; font-family: var(--serif); font-size: 28px; font-weight: 400; }
.program-span small { color: #6c767c; font-size: 12px; }
.program-span .span-elite { color: white; background: var(--navy-2); }
.program-span .span-elite span, .program-span .span-elite small { color: #e6c982; }
.program-span .span-conference { color: var(--navy); background: var(--gold); }
.program-span .span-conference span { color: #654817; }
.program-span .span-conference small { color: rgba(7,27,44,.7); line-height: 1.4; }
.calendar-note { max-width: 980px; margin: 27px 0 0; color: rgba(255,255,255,.63); font-size: 13px; }

.format-section { display: grid; grid-template-columns: 1.1fr .9fr; gap: 18px; padding-top: 0; }
.format-card, .quote-card { padding: clamp(42px, 6vw, 82px); }
.format-card { color: white; background: var(--navy); }
.format-card p { max-width: 620px; margin: 0; color: rgba(255,255,255,.7); font-size: 17px; }
.quote-card { display: flex; flex-direction: column; justify-content: flex-end; background: var(--sky); }
blockquote { margin: 0 0 30px; font-family: var(--serif); font-size: clamp(28px, 3.2vw, 45px); line-height: 1.24; }
.quote-card p { margin: 0; color: #52636a; font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.interest { display: grid; grid-template-columns: 1.4fr .7fr; gap: 60px; align-items: center; padding: 92px clamp(24px, 8vw, 130px); color: white; background: #102638; }
.interest h2 { max-width: 850px; margin-bottom: 22px; font-size: clamp(42px, 5vw, 70px); }
.interest p:not(.eyebrow) { max-width: 720px; margin: 0; color: rgba(255,255,255,.72); font-size: 18px; }
.interest-action { text-align: center; }
.interest-action .button { width: 100%; }
.interest-action small { display: block; margin-top: 14px; color: rgba(255,255,255,.58); }

footer { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 30px; padding: 45px clamp(24px, 5vw, 82px); color: rgba(255,255,255,.7); background: #061520; font-size: 13px; }
.footer-brand { color: white; }
.footer-note { text-align: right; }

@media (max-width: 1120px) {
  .founder-grid { grid-template-columns: 1fr; }
  .founder-card { grid-template-columns: minmax(210px, .55fr) minmax(0, 1fr); }
}

@media (max-width: 980px) {
  .menu-toggle { display: block; }
  nav { position: absolute; top: 76px; left: 20px; right: 20px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 14px; color: var(--navy); background: white; box-shadow: 0 15px 40px rgba(0,0,0,.2); }
  nav.open { display: flex; }
  nav a { padding: 12px 10px; }
  .nav-cta { margin-top: 6px; text-align: center; border-color: var(--navy); }
  .hero { min-height: 820px; }
  .hero-content { padding-top: 165px; padding-bottom: 165px; }
  .hero-facts { justify-content: stretch; padding: 0; }
  .hero-facts span { flex: 1; justify-content: center; padding: 18px 10px; text-align: center; }
  .intro-grid, .selection, .interest { grid-template-columns: 1fr; }
  .calendar-heading { grid-template-columns: 1fr; gap: 24px; }
  .calendar-milestones { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .calendar-milestones article:nth-child(2) { border-right: 0; }
  .calendar-milestones article:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.18); }
  .program-span { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .program-span > div:nth-child(2) { border-right: 0; }
  .program-span > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 24px; }
  .phase-grid { grid-template-columns: 1fr; }
  .phase-card { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .phase-top { margin-bottom: 38px; }
  .weekly-support { grid-template-columns: 1fr; gap: 18px; }
  .mentoring-band { grid-template-columns: .6fr 1.4fr; }
  .mentoring-band > p { grid-column: 2; }
  .founder-card { grid-template-columns: minmax(190px, .5fr) minmax(0, 1fr); }
  .founder-photo { min-height: 390px; }
  .impact-grid { grid-template-columns: 1fr; }
  .impact-card { border-right: 0; border-bottom: 1px solid rgba(12,39,57,.18); }
  .impact-card:last-child { border-bottom: 0; }
  .outcome-grid { grid-template-columns: repeat(2, 1fr); }
  .format-section { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .site-header { min-height: 76px; padding: 0 18px; }
  .brand-mark { width: 36px; height: 36px; }
  .brand strong { font-size: 20px; }
  .hero { min-height: 790px; }
  .hero-image { object-position: 67% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(3,16,27,.93), rgba(3,16,27,.54)), linear-gradient(0deg, rgba(3,16,27,.9), transparent 60%); }
  .hero-content { width: auto; min-height: 0; margin: 0; padding: 155px 22px 165px; }
  h1 { font-size: clamp(48px, 15vw, 66px); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-facts span { display: block; font-size: 11px; line-height: 1.3; }
  .hero-facts strong { display: block; margin-bottom: 3px; }
  .section { padding: 78px 22px; }
  h2 { font-size: 43px; }
  .intro-grid { gap: 20px; }
  .intro-copy, .intro-copy p:first-child { font-size: 17px; }
  .phase-card { padding: 30px 24px 34px; }
  .weekly-support { margin-top: 14px; padding: 30px 24px; }
  .mentoring-band { display: block; padding: 68px 22px; }
  .mentoring-number { margin-bottom: 42px; }
  .mentoring-band h2 { margin-bottom: 28px; }
  .founder-grid { grid-template-columns: 1fr; }
  .founder-card { grid-template-columns: 1fr; }
  .founder-photo { min-height: 0; aspect-ratio: 4 / 3; }
  .founder-copy { padding: 34px 26px 32px; }
  .outcome-grid { grid-template-columns: 1fr; }
  .calendar-milestones, .program-span { grid-template-columns: 1fr; }
  .calendar-milestones article, .calendar-milestones article:nth-child(2), .program-span > div, .program-span > div:nth-child(2) { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .calendar-milestones article:last-child, .program-span > div:last-child { border-bottom: 0; }
  .calendar-milestones small { margin-bottom: 18px; }
  .outcome { padding: 28px 0; border-bottom: 1px solid var(--line); }
  .outcome span { margin-bottom: 20px; }
  .format-section { padding-top: 0; }
  .format-card, .quote-card { padding: 48px 26px; }
  .interest { padding: 74px 22px; }
  footer { grid-template-columns: 1fr; text-align: left; }
  .footer-note { text-align: left; }
}

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