:root {
  --navy: #07162f;
  --navy-2: #0d2448;
  --ink: #132238;
  --gold: #d8a931;
  --gold-light: #f0cf79;
  --blue: #dce8f3;
  --paper: #f5f7f9;
  --white: #ffffff;
  --muted: #59697b;
  --line: #d8dee6;
  --shadow: 0 22px 60px rgba(4, 17, 38, .14);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font: 400 1.05rem/1.7 "Source Sans 3", sans-serif; }
a { color: inherit; }
.skip-link { position: fixed; top: -4rem; left: 1rem; z-index: 1000; padding: .7rem 1rem; background: var(--gold); color: var(--navy); font-weight: 700; }
.skip-link:focus { top: 1rem; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(7,22,47,.96); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(255,255,255,.13); box-shadow: 0 8px 20px rgba(3,11,25,.14); }
.nav-shell { width: min(1160px, calc(100% - 2.5rem)); min-height: 82px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .75rem; text-decoration: none; color: white; }
.brand-logo, .footer-logo { display: block; flex: 0 0 auto; object-fit: contain; object-position: 50% 50%; padding: 0; background: transparent; }
.brand-logo { width: 60px; height: 60px; }
.footer-logo { width: 48px; height: 48px; }
.brand-words { display: grid; line-height: 1.15; letter-spacing: .01em; }
.brand-words strong { font-family: "Lora", serif; font-size: 1rem; font-weight: 600; }
.brand-words span { color: var(--gold-light); font-size: .82rem; text-transform: uppercase; letter-spacing: .19em; }
nav { display: flex; align-items: center; gap: 1.8rem; }
nav a { color: #e7edf6; font-family: "Lora", Georgia, serif; text-decoration: none; font-size: 1.02rem; font-weight: 600; letter-spacing: .01em; }
nav a:hover, nav a:focus-visible { color: var(--gold-light); }
nav .nav-cta { padding: .7rem 1.1rem; border: 1px solid var(--gold); color: var(--gold-light); }
.menu-button { display: none; background: none; border: 0; padding: .65rem; }
.menu-button span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px; background: white; }
.hero { overflow: hidden; color: white; background: radial-gradient(circle at 74% 24%, rgba(38,84,133,.36), transparent 28rem), var(--navy); }
.hero-grid { width: min(1160px, calc(100% - 2.5rem)); min-height: 650px; margin: auto; display: grid; grid-template-columns: 1.22fr .78fr; align-items: center; gap: clamp(2.5rem, 5vw, 5rem); padding: 6rem 0 5rem; }
.eyebrow { margin: 0 0 1.1rem; color: #9b7116; font-size: .95rem; line-height: 1.35; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.light { color: var(--gold-light); }
.hero-brand { margin-bottom: 1.35rem; color: var(--gold-light); font-size: .78rem; letter-spacing: .18em; }
h1, h2, h3 { margin-top: 0; font-family: "Lora", Georgia, serif; line-height: 1.12; letter-spacing: -.025em; }
h1 { max-width: 720px; margin-bottom: 1.6rem; font-size: clamp(2.8rem, 5vw, 4.45rem); }
.program-title { margin-bottom: 1.35rem; color: white; font-size: clamp(3.15rem, 5.6vw, 5rem); font-weight: 700; line-height: 1.08; -webkit-text-stroke: .5px currentColor; text-shadow: 0 5px 22px rgba(0,0,0,.35); }
.program-title span { display: block; white-space: nowrap; }
h2 { margin-bottom: 1.25rem; font-size: clamp(2.25rem, 4.2vw, 4rem); }
h3 { margin-bottom: .75rem; font-size: 1.25rem; }
.hero-promise { max-width: 660px; margin: 0 0 .7rem; color: white; font-family: "Lora", Georgia, serif; font-size: clamp(1.3rem, 2.2vw, 1.65rem); font-weight: 600; line-height: 1.4; }
.lead { max-width: 625px; margin-top: 0; color: #dbe4ef; font-size: clamp(1.08rem, 1.8vw, 1.25rem); }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.6rem; margin-top: 2.25rem; }
.hero-credibility { max-width: 625px; margin: 2rem 0 0; padding-top: 1.15rem; border-top: 1px solid rgba(255,255,255,.18); color: #d4deeb; font-family: "Lora", Georgia, serif; font-size: 1rem; font-weight: 500; line-height: 1.65; letter-spacing: -.01em; }
.hero-credibility cite { color: white; font-family: "Lora", Georgia, serif; font-style: italic; font-weight: 600; }
.hero-credibility strong { color: var(--gold-light); font-weight: 600; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: .85rem 1.25rem; border: 0; border-radius: 0; font: 700 .96rem/1 "Source Sans 3", sans-serif; text-decoration: none; cursor: pointer; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-gold { background: var(--gold); color: var(--navy); box-shadow: 7px 7px 0 rgba(255,255,255,.12); }
.button-gold:hover { background: var(--gold-light); }
.text-link { color: white; font-weight: 700; text-decoration-color: rgba(255,255,255,.4); text-underline-offset: 5px; }
.hero-visual { display: grid; gap: 1rem; }
.hero-photo { overflow: hidden; border-radius: 48px 10px 48px 10px; box-shadow: 0 24px 60px rgba(0,0,0,.35); }
.hero-photo img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: 50% 6%; }
.hero-panel { position: relative; padding: 1.25rem 1.5rem; border: 1px solid rgba(216,169,49,.55); background: rgba(255,255,255,.055); box-shadow: 10px 10px 0 rgba(216,169,49,.07); }
.hero-panel::before, .hero-panel::after { content: ""; position: absolute; width: 24px; height: 24px; }
.hero-panel::before { left: -1px; top: -1px; border-left: 4px solid var(--gold); border-top: 4px solid var(--gold); }
.hero-panel::after { right: -1px; bottom: -1px; border-right: 4px solid var(--gold); border-bottom: 4px solid var(--gold); }
.panel-label { margin: 0 0 .7rem; color: var(--gold-light); font-size: .7rem; letter-spacing: .16em; text-transform: uppercase; }
.focus-list { margin: 0; padding: 0; list-style: none; }
.focus-list li { display: grid; grid-template-columns: 1.8rem 1fr; gap: .7rem; padding: .55rem 0; border-top: 1px solid rgba(255,255,255,.13); }
.focus-list li > span { color: var(--gold); font-size: .77rem; font-weight: 700; }
.focus-list strong { display: block; margin-bottom: .05rem; font-family: "Lora", Georgia, serif; font-size: 1rem; }
.focus-list p { margin: 0; color: #c9d4e2; font-size: .82rem; line-height: 1.35; }
.greek-rule { height: 1px; background: rgba(159,179,199,.38); }
.proof-strip { width: min(1160px, calc(100% - 2.5rem)); margin: auto; padding: 1.3rem 0; display: flex; align-items: center; justify-content: space-between; gap: 1rem; border-bottom: 1px solid var(--line); }
.proof-strip p { margin: 0; color: var(--muted); font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .17em; }
.proof-strip div { display: flex; flex-wrap: wrap; gap: 1.5rem; font-weight: 600; font-size: .88rem; }
.proof-strip span + span::before { content: "•"; margin-right: 1.5rem; color: var(--gold); }
.section { width: min(1160px, calc(100% - 2.5rem)); margin: auto; padding: clamp(5rem, 9vw, 8.5rem) 0; }
.program, .toolkit, .faq { position: relative; }
.program::after, .toolkit::after, .faq::after { content: ""; position: absolute; left: 50%; bottom: 1.25rem; width: min(240px, 48vw); height: 1px; transform: translateX(-50%); background: #9fb3c7; }
.section-heading { max-width: 800px; margin-bottom: 3rem; }
.section-heading > p:last-child, .model-intro > p:last-child, .toolkit-copy > p:last-child { max-width: 680px; color: var(--muted); font-size: 1.09rem; }
.program-intro { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(3rem, 6vw, 6rem); align-items: center; margin-bottom: 4rem; }
.program-intro .section-heading { margin-bottom: 0; }
.program-image { position: relative; isolation: isolate; }
.program-image::after { content: ""; position: absolute; z-index: -1; right: -18px; bottom: -18px; width: 72%; height: 72%; background: var(--blue); }
.program-image img { display: block; width: 100%; aspect-ratio: 3 / 2; object-fit: cover; box-shadow: var(--shadow); }
.outcome-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.outcome-card { min-height: 300px; padding: 2rem 1.5rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.outcome-card:hover { background: var(--paper); }
.card-icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 3.25rem; color: var(--navy-2); background: var(--blue); border-radius: 50%; }
.card-icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.outcome-card p { color: var(--muted); font-size: .94rem; }
.model { width: 100%; max-width: none; padding-left: max(1.25rem, calc((100% - 1160px)/2)); padding-right: max(1.25rem, calc((100% - 1160px)/2)); color: white; background: var(--navy-2); }
.model-overview { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(3rem, 6vw, 6rem); align-items: center; }
.model-intro { max-width: 680px; }
.model-intro > p:last-child { color: #c9d4e2; }
.model-image { overflow: hidden; border-radius: 48px 10px 48px 10px; box-shadow: 0 24px 58px rgba(0,0,0,.3); }
.model-image img { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.timeline { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; margin-top: 4rem; }
.timeline::before { content: ""; position: absolute; left: 0; right: 0; top: 17px; height: 1px; background: rgba(216,169,49,.5); }
.timeline article { position: relative; padding-top: 4rem; }
.timeline article > span { position: absolute; top: 0; display: grid; place-items: center; width: 35px; height: 35px; color: var(--navy); background: var(--gold); border-radius: 50%; font-size: .72rem; font-weight: 700; box-shadow: 0 0 0 7px var(--navy-2); }
.timeline .phase { color: var(--gold-light); font-size: .76rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.timeline article > p:last-child { color: #cbd6e4; font-size: .93rem; }
.toolkit { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.tool-list { border-top: 4px solid var(--navy); }
.tool-list div { display: grid; grid-template-columns: 150px 1fr; gap: 1.4rem; padding: 1.5rem 0; border-bottom: 1px solid var(--line); }
.tool-list span { color: #9b7116; font-weight: 700; }
.tool-list p { margin: 0; color: var(--muted); }
.about { position: relative; display: grid; grid-template-columns: 1fr 300px; gap: 3rem; color: white; }
.about::before { content: ""; position: absolute; z-index: -1; inset: 0 -9999px; background: radial-gradient(circle at 18% 42%, rgba(48,93,143,.32), transparent 30rem), var(--navy); }
.about-card { display: grid; grid-template-columns: 340px 1fr; gap: clamp(3rem, 5vw, 5rem); align-items: center; padding: 2.5rem 0; }
.founders-portraits { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
.founder-portrait { margin: 0; overflow: hidden; background: #f3f6fa; box-shadow: 0 18px 38px rgba(0,0,0,.3); }
.portrait-frame { aspect-ratio: 4 / 5; overflow: hidden; background: #dfe8f1; }
.founder-portrait img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50% 18%; filter: contrast(1.04); }
.founder-portrait img.avi-photo { object-position: 50% 30%; transform: scale(1.16); transform-origin: 50% 28%; }
.founder-portrait figcaption { display: grid; gap: .12rem; padding: .9rem 1rem 1rem; border-top: 4px solid #8ca7c2; line-height: 1.25; }
.founder-portrait figcaption strong { color: var(--navy); font-family: "Lora", Georgia, serif; font-size: 1rem; font-weight: 600; }
.founder-portrait figcaption span { color: #48647f; font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.about .eyebrow { color: var(--gold-light); }
.about-card p { color: #d7e1ed; }
.book-note { align-self: center; padding: 2.4rem 2rem 3rem; color: white; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.18); border-top: 8px solid var(--gold); box-shadow: 12px 12px 0 rgba(216,169,49,.2); }
.book-note span { color: var(--gold-light); font-size: .72rem; text-transform: uppercase; letter-spacing: .17em; }
.book-note p { padding-bottom: 2rem; border-bottom: 1px solid rgba(255,255,255,.2); color: #cbd7e5; font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; }
.book-note .book-title { display: block; margin-top: 2.5rem; color: white; font-family: "Lora", Georgia, serif; font-size: 1.55rem; font-style: italic; font-weight: 700; line-height: 1.18; }
.narrow { max-width: 650px; }
.accordion { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.45rem 0; cursor: pointer; font-family: "Lora", Georgia, serif; font-weight: 600; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary span { color: #9b7116; font-size: 1.6rem; font-weight: 400; transition: transform .2s; }
details[open] summary span { transform: rotate(45deg); }
details p { max-width: 760px; margin: -.5rem 0 1.7rem; color: var(--muted); }
.connect { padding: clamp(5rem, 9vw, 8rem) 1.25rem; text-align: center; color: white; background: radial-gradient(circle at 50% 0, #244c78, transparent 35rem), var(--navy); }
.connect-inner { max-width: 790px; margin: auto; }
.connect h2 { font-size: clamp(2.6rem, 5vw, 4.7rem); }
.connect p:not(.eyebrow) { max-width: 650px; margin: 0 auto; color: #d4deeb; font-size: 1.1rem; }
.book-study-callout { max-width: 650px; margin: 2rem auto 0; padding: 1.15rem 1.4rem; border: 1px solid rgba(255,255,255,.22); border-left: 4px solid var(--gold); background: rgba(255,255,255,.07); text-align: left; }
.book-study-callout strong { display: block; margin-bottom: .4rem; color: var(--gold-light); font-family: "Lora", Georgia, serif; font-size: 1.1rem; }
.connect .book-study-callout p { line-height: 1.5; }
.contact-button { margin-top: 2rem; }
footer { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 2rem; padding: 2rem max(1.25rem, calc((100% - 1160px)/2)); color: #cbd5e3; background: #030b19; font-size: .82rem; }
.footer-brand { display: flex; align-items: center; gap: .8rem; color: white; }
footer p { margin: 0; }
.reveal { opacity: 0; transform: translateY(16px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } }
@media (max-width: 900px) {
  .menu-button { display: block; }
  nav { position: absolute; display: none; top: 82px; left: 0; right: 0; padding: 1.3rem 1.25rem 1.6rem; flex-direction: column; align-items: stretch; background: var(--navy); border-top: 1px solid rgba(255,255,255,.1); }
  nav.open { display: flex; }
  nav .nav-cta { text-align: center; }
  .hero-grid, .program-intro, .model-overview, .toolkit, .about { grid-template-columns: 1fr; }
  .hero-grid { padding-top: 4.5rem; }
  .hero-visual { max-width: 580px; }
  .program-image { max-width: 680px; }
  .model-image { max-width: 680px; }
  .outcome-grid { grid-template-columns: repeat(2, 1fr); }
  .timeline { grid-template-columns: repeat(2, 1fr); gap: 3rem 2rem; }
  .timeline::before { display: none; }
  .about { gap: 0; }
  .book-note { width: min(420px, calc(100% - 1rem)); margin-top: -1rem; justify-self: center; }
  footer { grid-template-columns: 1fr; text-align: center; justify-items: center; }
}
@media (max-width: 610px) {
  .nav-shell { width: min(100% - 1.5rem, 1160px); }
  .brand-words strong { font-size: .9rem; }
  .program-title { font-size: clamp(2.3rem, 10.8vw, 3.6rem); }
  .program-title span { white-space: normal; }
  .proof-strip { display: block; }
  .proof-strip div { display: grid; grid-template-columns: 1fr 1fr; gap: .5rem 1rem; margin-top: .8rem; }
  .proof-strip span + span::before { display: none; }
  .outcome-grid, .timeline { grid-template-columns: 1fr; }
  .card-icon { margin-bottom: 2rem; }
  .outcome-card { min-height: 0; }
  .timeline article { padding-top: 3.2rem; }
  .tool-list div { grid-template-columns: 1fr; gap: .4rem; }
  .about-card { grid-template-columns: 1fr; gap: 2.5rem; padding: 2rem 1.4rem; }
  .founders-portraits { grid-template-columns: 1fr; width: min(100%, 250px); margin: 0 auto; gap: 1.5rem; }
  .founder-portrait { width: 100%; }
}
