:root {
  --black: #090909;
  --ink: #161616;
  --ivory: #f7f3ea;
  --paper: #fffdf8;
  --gold: #d6b563;
  --gold-deep: #a47d24;
  --line: rgba(9, 9, 9, .16);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ivory); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.6; }
a { color: inherit; }
.skip-link { position: fixed; z-index: 99; left: 1rem; top: -5rem; background: white; padding: .75rem 1rem; }
.skip-link:focus { top: 1rem; }
.eyebrow { margin: 0 0 1rem; color: var(--gold-deep); font-size: .78rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 500; line-height: .96; letter-spacing: -.035em; }
h2 { font-size: clamp(2.65rem, 6vw, 5.4rem); }

.site-header { position: absolute; z-index: 20; top: 0; left: 0; width: 100%; min-height: 88px; padding: 0 clamp(1.25rem, 4vw, 4.5rem); display: flex; align-items: center; justify-content: space-between; color: white; border-bottom: 1px solid rgba(255,255,255,.2); }
.brand { display: flex; align-items: center; gap: .7rem; color: inherit; text-decoration: none; font-size: .8rem; letter-spacing: .16em; }
.brand-mark { color: var(--gold); font-size: 1.5rem; line-height: 1; }
.site-nav { display: flex; align-items: center; gap: 1.9rem; font-size: .82rem; font-weight: 650; }
.site-nav a { text-decoration: none; }
.site-nav a:not(.nav-cta):hover { color: var(--gold); }
.nav-cta { padding: .75rem 1rem; border: 1px solid var(--gold); color: var(--gold); }
.menu-toggle { display: none; width: 46px; height: 42px; border: 0; background: transparent; }
.menu-toggle span { display: block; width: 26px; height: 1px; margin: 7px auto; background: white; }

.hero { min-height: 860px; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr); background: var(--black); color: white; overflow: hidden; }
.hero-copy { padding: clamp(9rem, 15vw, 12rem) clamp(1.5rem, 7vw, 8rem) 4.5rem; display: flex; flex-direction: column; justify-content: center; }
.hero h1 { max-width: 900px; margin-bottom: 2rem; font-size: clamp(3.9rem, 7.7vw, 8.4rem); }
.hero h1 em { color: var(--gold); font-weight: 400; }
.hero h1 sup { font-family: var(--sans); font-size: .16em; vertical-align: top; letter-spacing: 0; }
.hero-lead { max-width: 680px; color: rgba(255,255,255,.73); font-size: clamp(1rem, 1.4vw, 1.2rem); }
.hero-actions { margin: 1.3rem 0 3.5rem; display: flex; align-items: center; flex-wrap: wrap; gap: 1.5rem; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; padding: .9rem 1.35rem; border: 0; border-radius: 0; cursor: pointer; font: inherit; text-decoration: none; font-size: .8rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { background: var(--gold); color: var(--black); }
.button-gold:hover { background: #e7c979; }
.text-link { color: white; text-underline-offset: .35rem; font-size: .88rem; }
.text-link span { color: var(--gold); margin-left: .4rem; }
.hero-facts { display: flex; gap: clamp(1.5rem, 4vw, 4rem); margin: auto 0 0; }
.hero-facts div { min-width: 104px; border-top: 1px solid rgba(255,255,255,.22); padding-top: .85rem; }
.hero-facts dt { color: var(--gold); font-family: var(--serif); font-size: 2.3rem; line-height: 1; }
.hero-facts dd { margin: .4rem 0 0; color: rgba(255,255,255,.62); font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.hero-visual { position: relative; min-height: 680px; background: #211b14; }
.hero-photo { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 58%, rgba(0,0,0,.7)), linear-gradient(90deg, rgba(0,0,0,.15), transparent 40%), url('hero-academy.webp') center/cover no-repeat; }
.seal { position: absolute; top: 23%; left: -64px; width: 128px; height: 128px; border-radius: 50%; background: var(--gold); color: var(--black); display: grid; place-content: center; text-align: center; box-shadow: 0 0 0 10px rgba(214,181,99,.12); }
.seal span { font-family: var(--serif); font-size: 3.5rem; line-height: .7; }
.seal small { margin-top: .6rem; font-size: .52rem; font-weight: 800; line-height: 1.2; letter-spacing: .08em; }
.photo-note { position: absolute; right: 2rem; bottom: 2rem; margin: 0; padding-left: 1rem; border-left: 2px solid var(--gold); font-family: var(--serif); font-size: 1.05rem; font-style: italic; }

.marquee { overflow: hidden; padding: 1.1rem 0; background: var(--gold); color: var(--black); white-space: nowrap; font-size: .76rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.marquee div { width: max-content; min-width: 100%; text-align: center; }
.marquee span { margin: 0 1.3rem; font-size: .55rem; }

.section { position: relative; padding: clamp(5.5rem, 10vw, 10rem) clamp(1.4rem, 7vw, 8rem); }
.intro { display: grid; grid-template-columns: .25fr 1.15fr .8fr; gap: clamp(2rem, 5vw, 6rem); align-items: start; background: var(--paper); }
.section-number { color: var(--gold); font-family: var(--serif); font-size: 1.6rem; }
.intro h2 { margin-bottom: 0; }
.intro-copy { max-width: 630px; padding-top: 2.5rem; font-size: 1.08rem; }
.intro-copy p + p { margin-top: 1.5rem; }

.pillars { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 8rem); background: var(--black); color: white; }
.pillars-title-wrap { position: sticky; top: 3rem; align-self: start; }
.pillar-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.18); }
.pillar-list li { display: grid; grid-template-columns: 72px 1fr; gap: 1.2rem; padding: 1.6rem 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.pillar-list > li > span { color: var(--gold); font-family: var(--serif); }
.pillar-list h3 { margin-bottom: .35rem; font-family: var(--serif); font-size: 1.8rem; font-weight: 500; }
.pillar-list p { margin-bottom: 0; color: rgba(255,255,255,.62); }

.curriculum { display: grid; grid-template-columns: .82fr 1.18fr; min-height: 900px; padding: 0; background: var(--paper); }
.curriculum-image { min-height: 640px; background: linear-gradient(180deg, transparent 55%, rgba(0,0,0,.35)), url('learning-academy.webp') center/cover no-repeat; }
.curriculum-content { padding: clamp(5rem, 8vw, 8rem) clamp(1.5rem, 7vw, 7rem); }
.curriculum-grid { display: grid; grid-template-columns: 1fr 1fr; margin-top: 4rem; border-top: 1px solid var(--line); }
.curriculum-grid article { padding: 2rem 1.5rem 2rem 0; border-bottom: 1px solid var(--line); }
.curriculum-grid article:nth-child(odd) { border-right: 1px solid var(--line); }
.curriculum-grid article:nth-child(even) { padding-left: 1.5rem; }
.curriculum-grid span { color: var(--gold-deep); font-family: var(--serif); }
.curriculum-grid h3 { margin: .8rem 0; font-size: .9rem; letter-spacing: .13em; }
.curriculum-grid p { margin-bottom: 0; color: #5f5a52; }

.founding { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(3rem, 8vw, 10rem); background: var(--gold); }
.founding h2 { margin-bottom: 2rem; color: var(--black); }
.founding-copy > p:not(.eyebrow) { max-width: 600px; font-size: 1.1rem; }
.founding .eyebrow { color: #4a3810; }
.founding-details { border-top: 1px solid rgba(0,0,0,.33); }
.founding-details div { display: grid; grid-template-columns: 120px 1fr; gap: 1rem; padding: 1.4rem 0; border-bottom: 1px solid rgba(0,0,0,.33); }
.founding-details span { font-size: .75rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.founding-details strong { font-family: var(--serif); font-size: 1.25rem; font-weight: 500; }

.faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 8vw, 9rem); align-items: start; background: var(--paper); }
.faq-heading { position: sticky; top: 3rem; }
.faq-heading h2 { margin-bottom: 1.5rem; }
.faq-heading > p:last-child { max-width: 480px; color: #625b51; font-size: 1.05rem; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 1.6rem 3rem 1.6rem 0; cursor: pointer; list-style: none; font-family: var(--serif); font-size: 1.3rem; line-height: 1.3; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: '+'; position: absolute; top: 1.35rem; right: .25rem; color: var(--gold-deep); font-family: var(--sans); font-size: 1.6rem; font-weight: 400; }
.faq-list details[open] summary::after { content: '–'; }
.faq-list details p { max-width: 720px; margin: -.35rem 3rem 1.7rem 0; color: #5f5a52; font-size: 1rem; }

.apply { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem, 7vw, 8rem); align-items: center; background: var(--black); color: white; }
.apply h2 { margin-bottom: 0; }
.apply-panel { padding: clamp(2rem, 5vw, 4rem); border: 1px solid rgba(214,181,99,.55); background: rgba(255,255,255,.04); }
.apply-panel > p { color: rgba(255,255,255,.72); font-size: 1.05rem; }
.button-light { width: 100%; margin-top: 1rem; background: var(--paper); color: var(--black); }
.button-light:hover { background: var(--gold); }
.inquiry-form { margin-top: 1.6rem; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.1rem; }
.form-field { display: grid; gap: .45rem; }
.form-field-wide { grid-column: 1 / -1; }
.form-field > span { font-size: .78rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.form-field small { color: rgba(255,255,255,.55); font-size: .72rem; font-weight: 500; letter-spacing: 0; text-transform: none; }
.form-field input, .form-field select, .form-field textarea { width: 100%; min-height: 50px; padding: .8rem .9rem; border: 1px solid rgba(255,255,255,.28); border-radius: 0; background: rgba(255,255,255,.08); color: white; font: inherit; }
.form-field textarea { min-height: 112px; resize: vertical; }
.form-field select { color-scheme: dark; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { outline: 2px solid var(--gold); outline-offset: 2px; border-color: var(--gold); }
.consent-field { display: grid; grid-template-columns: 20px 1fr; gap: .7rem; align-items: start; margin-top: 1.2rem; color: rgba(255,255,255,.75); font-size: .82rem; line-height: 1.5; }
.consent-field input { width: 18px; height: 18px; margin: .15rem 0 0; accent-color: var(--gold); }
.form-honey { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.contact-alternative { margin: 1.4rem 0 1rem; text-align: center; font-size: .84rem !important; }
.contact-alternative a { color: var(--gold); font-weight: 750; }
.apply-panel small { display: block; color: rgba(255,255,255,.52); line-height: 1.5; }

.confirmation-page { min-height: 100vh; display: grid; place-items: center; padding: 2rem; background: var(--black); color: white; }
.confirmation-card { width: min(680px, 100%); padding: clamp(2.5rem, 7vw, 5rem); border: 1px solid rgba(214,181,99,.6); text-align: center; background: rgba(255,255,255,.04); }
.confirmation-mark { margin-bottom: 1.5rem; color: var(--gold); font-family: var(--serif); font-size: 4rem; line-height: 1; }
.confirmation-card h1 { margin-bottom: 1.5rem; font-size: clamp(3rem, 9vw, 5.5rem); }
.confirmation-card p { color: rgba(255,255,255,.72); }
.confirmation-card .button { margin-top: 1rem; }

footer { padding: 3.5rem clamp(1.5rem, 7vw, 8rem); display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 2rem; align-items: center; background: var(--paper); font-size: .78rem; }
.footer-brand { color: var(--black); }
footer p { margin: 0; color: #6c665d; }
.footer-contacts { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; padding: 1.5rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.footer-contacts a { color: #403a32; overflow-wrap: anywhere; }
.footer-contacts a:hover { color: #725514; }
.footer-contacts span { display: block; margin-bottom: .4rem; color: #725514; font-size: .67rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.disclaimer { grid-column: 1 / -1; max-width: 900px; line-height: 1.6; }
.copyright { grid-column: 1 / -1; padding-top: 1.5rem; border-top: 1px solid var(--line); }

@media (max-width: 980px) {
  .site-header { min-height: 74px; }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; top: 74px; right: 0; left: 0; display: none; padding: 1.5rem; background: var(--black); border-top: 1px solid rgba(255,255,255,.15); flex-direction: column; align-items: stretch; }
  .site-nav.open { display: flex; }
  .site-nav a { padding: .65rem 0; }
  .nav-cta { text-align: center; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 720px; }
  .hero-visual { min-height: 650px; }
  .seal { left: 1.5rem; top: -64px; }
  .intro, .pillars, .founding, .faq, .apply { grid-template-columns: 1fr; }
  .intro { gap: 1.5rem; }
  .intro-copy { padding-top: 0; }
  .pillars-title-wrap { position: static; }
  .faq-heading { position: static; }
  .curriculum { grid-template-columns: 1fr; }
  .curriculum-image { min-height: 580px; }
  footer { grid-template-columns: 1fr 1fr; }
  .footer-contacts { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  h2 { font-size: clamp(2.6rem, 15vw, 4rem); }
  .hero-copy { min-height: 680px; padding-top: 7rem; }
  .hero h1 { font-size: clamp(3.25rem, 16vw, 5.2rem); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .text-link { text-align: center; }
  .hero-facts { gap: .8rem; }
  .hero-facts div { min-width: 0; flex: 1; }
  .hero-facts dt { font-size: 1.85rem; }
  .hero-visual { min-height: 520px; }
  .photo-note { right: 1rem; bottom: 1rem; }
  .marquee div { animation: move 18s linear infinite; }
  .curriculum-grid { grid-template-columns: 1fr; }
  .curriculum-grid article, .curriculum-grid article:nth-child(even) { padding: 1.6rem 0; border-right: 0; }
  .founding-details div { grid-template-columns: 95px 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .form-field-wide { grid-column: auto; }
  footer { grid-template-columns: 1fr; }
  .copyright { grid-column: auto; }
}

@media (prefers-reduced-motion: no-preference) {
  @keyframes move { to { transform: translateX(-35%); } }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
