:root {
      --ivory: #fff8ea;
      --paper: #f7eedb;
      --maroon: #7a1e2c;
      --maroon-dark: #56131e;
      --gold: #c89b3c;
      --teak: #3a2418;
      --ink: #211a16;
      --sage: #66735a;
      --white: #fff;
      --border: rgba(58, 36, 24, 0.18);
      --shadow: 0 24px 70px rgba(58, 36, 24, 0.14);
      --container: 1200px;
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      background: var(--ivory);
      color: var(--ink);
      font: 400 18px/1.65 "Source Sans 3", Arial, sans-serif;
    }
    body.menu-open { overflow: hidden; }
    img { display: block; max-width: 100%; }
    a { color: inherit; }
    h1, h2, h3, p { margin-top: 0; }
    h1, h2, h3 {
      color: var(--teak);
      font-family: "Cormorant Garamond", Georgia, serif;
      line-height: 1.02;
    }
    h1 { max-width: 12ch; margin-bottom: 24px; font-size: clamp(3.2rem, 6.8vw, 6.6rem); letter-spacing: -0.035em; }
    h2 { margin-bottom: 20px; font-size: clamp(2.6rem, 5vw, 4.5rem); letter-spacing: -0.025em; }
    h3 { margin-bottom: 12px; font-size: 2rem; }
    p { max-width: 65ch; }
    :focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
    .container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
    .skip-link {
      position: fixed;
      z-index: 100;
      top: 12px;
      left: -999px;
      padding: 10px 18px;
      background: var(--white);
      color: var(--maroon);
    }
    .skip-link:focus { left: 12px; }
    .eyebrow {
      margin-bottom: 16px;
      color: var(--maroon);
      font-size: 0.78rem;
      font-weight: 700;
      letter-spacing: 0.16em;
      text-transform: uppercase;
    }
    .button {
      min-height: 50px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 12px 24px;
      border: 2px solid var(--maroon);
      border-radius: 3px;
      background: var(--maroon);
      color: var(--white);
      font-weight: 700;
      text-decoration: none;
      transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
    }
    .button:hover { border-color: var(--maroon-dark); background: var(--maroon-dark); transform: translateY(-1px); }
    .button.secondary { background: transparent; color: var(--maroon); }
    .button.secondary:hover { background: var(--paper); }
    .announcement { padding: 8px 20px; background: var(--maroon-dark); color: var(--white); font-size: 0.9rem; text-align: center; }
    .announcement a { margin-left: 8px; color: var(--white); font-weight: 700; }
    .site-header {
      position: relative;
      z-index: 20;
      border-bottom: 1px solid var(--border);
      background: rgba(255, 248, 234, 0.96);
    }
    .header-row { min-height: 92px; display: flex; align-items: center; gap: 32px; }
    .brand { display: inline-flex; align-items: center; gap: 12px; color: var(--maroon-dark); text-decoration: none; }
    .brand-mark {
      width: 48px;
      height: 48px;
      display: grid;
      place-items: center;
      border: 1px solid var(--gold);
      border-radius: 50%;
      font: 700 1.55rem "Cormorant Garamond", serif;
    }
    .brand-text { font: 700 1.75rem "Cormorant Garamond", serif; }
    .nav { margin-left: auto; display: flex; align-items: center; gap: 26px; }
    .nav a:not(.button) {
      padding-block: 10px;
      color: var(--teak);
      font-size: 0.95rem;
      font-weight: 600;
      text-decoration: none;
    }
    .nav a:not(.button):hover { color: var(--maroon); }
    .menu-button, .site-header .mobile-register { display: none; }

    .hero { position: relative; overflow: hidden; padding: 72px 0 96px; }
    .hero::before {
      content: "";
      position: absolute;
      width: 420px;
      height: 420px;
      top: -220px;
      left: -160px;
      border: 1px solid rgba(200, 155, 60, 0.42);
      border-radius: 50%;
    }
    .hero-grid { display: grid; grid-template-columns: 0.88fr 1.12fr; align-items: center; gap: 72px; }
    .hero-copy > p:not(.eyebrow) { max-width: 54ch; margin-bottom: 30px; font-size: 1.22rem; }
    .actions { display: flex; flex-wrap: wrap; gap: 12px; }
    .hero-visual { position: relative; padding: 0 0 40px 44px; }
    .hero-visual::before {
      content: "";
      position: absolute;
      inset: 40px 40px 0 0;
      border-radius: 180px 180px 12px 12px;
      background: var(--gold);
    }
    .hero-visual img {
      position: relative;
      width: 100%;
      min-height: 590px;
      border-radius: 180px 180px 12px 12px;
      box-shadow: var(--shadow);
      object-fit: cover;
    }
    .hero-note {
      position: absolute;
      right: -18px;
      bottom: 4px;
      width: 210px;
      padding: 18px 20px;
      border-left: 4px solid var(--gold);
      background: var(--white);
      box-shadow: 0 14px 40px rgba(58, 36, 24, 0.16);
      color: var(--teak);
      font-family: "Cormorant Garamond", serif;
      font-size: 1.35rem;
      font-weight: 700;
      line-height: 1.25;
    }

    .proof { border-block: 1px solid var(--border); background: var(--paper); }
    .proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
    .proof-item { padding: 30px 24px; border-right: 1px solid var(--border); text-align: center; }
    .proof-item:last-child { border-right: 0; }
    .proof-item strong { display: block; color: var(--maroon); font: 700 1.65rem "Cormorant Garamond", serif; }
    .proof-item span { font-size: 0.9rem; }

    .section { padding: 112px 0; }
    .section-heading { max-width: 760px; margin-bottom: 48px; }
    .section-heading > p:not(.eyebrow) { font-size: 1.15rem; }
    .program-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
    .program-card {
      position: relative;
      min-height: 380px;
      overflow: hidden;
      padding: 38px;
      border: 1px solid var(--border);
      background: var(--white);
    }
    .program-card::after {
      content: "";
      position: absolute;
      width: 180px;
      height: 180px;
      right: -70px;
      bottom: -80px;
      border: 1px solid var(--gold);
      border-radius: 50%;
    }
    .program-number { color: var(--gold); font: 600 4.5rem/1 "Cormorant Garamond", serif; }
    .program-card p { min-height: 115px; }
    .text-link { color: var(--maroon); font-weight: 700; text-underline-offset: 5px; }

    .approach { background: var(--teak); color: var(--white); }
    .approach h2 { color: var(--white); }
    .approach .eyebrow { color: #e7c475; }
    .approach-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; align-items: start; gap: 80px; }
    .approach-intro { position: sticky; top: 40px; }
    .principles { border-top: 1px solid rgba(255, 255, 255, 0.24); }
    .principle {
      display: grid;
      grid-template-columns: 60px 1fr;
      gap: 20px;
      padding: 28px 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.24);
    }
    .principle span { color: #e7c475; font: 600 1.6rem "Cormorant Garamond", serif; }
    .principle h3 { margin-bottom: 5px; color: var(--white); font-size: 1.7rem; }
    .principle p { margin-bottom: 0; color: rgba(255, 255, 255, 0.8); }

    .founder { background: var(--paper); }
    .founder-grid { display: grid; grid-template-columns: 0.82fr 1.18fr; align-items: center; gap: 80px; }
    .founder-image { position: relative; }
    .founder-image::before {
      content: "";
      position: absolute;
      inset: -18px 18px 18px -18px;
      border: 1px solid var(--gold);
    }
    .founder-image img { position: relative; width: 100%; aspect-ratio: 0.92; object-fit: cover; filter: sepia(0.12); }
    .credential-list { margin: 28px 0; padding: 0; list-style: none; }
    .credential-list li { padding: 10px 0 10px 28px; border-bottom: 1px solid var(--border); }
    .credential-list li::before { content: ""; display: inline-block; width: 9px; height: 9px; margin: 0 14px 1px -24px; border-radius: 50%; background: var(--gold); }

    .journey-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; border: 1px solid var(--border); background: var(--border); }
    .journey-card { padding: 36px; background: var(--ivory); }
    .journey-card span { color: var(--gold); font: 700 2.2rem "Cormorant Garamond", serif; }
    .journey-card h3 { margin-top: 28px; }

    .story { padding-top: 0; }
    .story-panel {
      min-height: 560px;
      display: grid;
      grid-template-columns: 1.25fr 0.75fr;
      align-items: end;
      overflow: hidden;
      background: var(--maroon-dark);
      color: var(--white);
    }
    .story-image { height: 100%; min-height: 560px; background: url("../images/classroom.jpg") center/cover; }
    .story-copy { padding: 56px; }
    .story-copy h2 { color: var(--white); }
    .story-copy .eyebrow { color: #e7c475; }
    .story-copy .text-link { color: var(--white); }

    .closing { padding: 0 0 112px; }
    .closing-panel {
      position: relative;
      overflow: hidden;
      padding: 72px;
      background: var(--maroon);
      color: var(--white);
      text-align: center;
    }
    .closing-panel::before, .closing-panel::after {
      content: "";
      position: absolute;
      width: 220px;
      height: 220px;
      border: 1px solid rgba(255, 255, 255, 0.25);
      border-radius: 50%;
    }
    .closing-panel::before { top: -130px; left: -80px; }
    .closing-panel::after { right: -90px; bottom: -140px; }
    .closing-panel h2, .closing-panel p { position: relative; margin-inline: auto; color: var(--white); }
    .closing-panel .button { position: relative; border-color: var(--gold); background: var(--gold); color: var(--ink); }

    .site-footer { padding: 72px 0 28px; background: var(--ink); color: rgba(255, 255, 255, 0.76); }
    .footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 44px; }
    .footer-brand { color: var(--white); font: 700 2.2rem "Cormorant Garamond", serif; }
    .site-footer h2, .site-footer h3 { color: var(--white); }
    .site-footer h3 { font: 700 1rem "Source Sans 3", sans-serif; }
    .site-footer a { display: block; width: fit-content; margin-bottom: 8px; }
    .legal { margin-top: 48px; padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, 0.16); font-size: 0.85rem; }

    @media (max-width: 920px) {
      .container { width: min(calc(100% - 36px), var(--container)); }
      .section { padding: 84px 0; }
      .desktop-nav { display: none; }
      .desktop-nav.open {
        position: absolute;
        top: 100%;
        right: 18px;
        left: 18px;
        display: flex;
        align-items: stretch;
        flex-direction: column;
        padding: 26px;
        border: 1px solid var(--border);
        background: var(--ivory);
        box-shadow: var(--shadow);
      }
      .site-header .mobile-register { width: auto; display: inline-flex; margin-left: auto; }
      .menu-button {
        min-width: 50px;
        min-height: 50px;
        display: inline-grid;
        place-items: center;
        border: 2px solid var(--maroon);
        background: transparent;
        color: var(--maroon);
        font-weight: 700;
      }
      .hero { padding-top: 56px; }
      .hero-grid, .founder-grid, .approach-grid, .story-panel { grid-template-columns: 1fr; gap: 48px; }
      .hero-copy { order: 1; }
      .hero-visual { order: 2; padding-left: 28px; }
      .hero-visual img { min-height: 460px; border-radius: 130px 130px 10px 10px; }
      .approach-intro { position: static; }
      .program-grid, .journey-grid { grid-template-columns: 1fr; }
      .program-card { min-height: auto; }
      .program-card p { min-height: auto; }
      .founder-image { max-width: 620px; }
      .story-image { min-height: 440px; }
      .footer-grid { grid-template-columns: 1fr 1fr; }
    }

    @media (max-width: 560px) {
      body { font-size: 17px; }
      .announcement { text-align: left; }
      .announcement a { display: block; margin-left: 0; }
      .header-row { min-height: 76px; gap: 10px; }
      .brand-mark { width: 42px; height: 42px; }
      .brand-text { font-size: 1.4rem; }
      .site-header .mobile-register { min-height: 44px; padding-inline: 12px; }
      .menu-button { min-width: 44px; min-height: 44px; }
      .hero { padding: 48px 0 70px; }
      .hero-grid { gap: 40px; }
      .hero-copy > p:not(.eyebrow) { font-size: 1.08rem; }
      .actions { flex-direction: column; }
      .actions .button { width: 100%; }
      .hero-visual { padding: 0 0 30px 14px; }
      .hero-visual img { min-height: 390px; }
      .hero-note { right: -8px; width: 180px; font-size: 1.15rem; }
      .proof-grid { grid-template-columns: 1fr 1fr; }
      .proof-item:nth-child(2) { border-right: 0; }
      .proof-item:nth-child(-n+2) { border-bottom: 1px solid var(--border); }
      .program-card, .journey-card { padding: 28px; }
      .founder-grid { gap: 42px; }
      .story-copy, .closing-panel { padding: 42px 24px; }
      .story-image { min-height: 330px; }
      .closing { padding-bottom: 80px; }
      .footer-grid { grid-template-columns: 1fr; }
    }

    @media (max-width: 360px) {
      .site-header .mobile-register { display: none; }
      .proof-grid { grid-template-columns: 1fr; }
      .proof-item {
        border-right: 0;
        border-bottom: 1px solid var(--border);
      }
      .proof-item:last-child { border-bottom: 0; }
    }

    @media (prefers-reduced-motion: reduce) {
      html { scroll-behavior: auto; }
      *, *::before, *::after { transition-duration: 0.01ms !important; }
    }