:root {
  --ink: #18212b;
  --muted: #59616a;
  --paper: #f5f1e8;
  --paper-2: #ebe4d6;
  --white: #fffdf8;
  --gold: #a47b35;
  --gold-dark: #76551f;
  --line: rgba(72, 58, 36, .18);
  --dark: #1c211f;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: Inter, Arial, sans-serif;
  --shadow: 0 18px 55px rgba(32, 26, 17, .11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  line-height: 1.7;
}
a { color: inherit; text-decoration: none; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }

.skip-link {
  position: fixed; left: 12px; top: -100px; z-index: 1000;
  background: var(--ink); color: white; padding: 8px 12px;
}
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,253,248,.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--serif); font-size: 27px; letter-spacing: .08em;
  text-transform: uppercase; white-space: nowrap;
}
.brand-mark { color: var(--gold); font-size: 35px; transform: rotate(-20deg); display: inline-block; }
.site-nav { display: flex; align-items: center; gap: 25px; font-size: 12px; text-transform: uppercase; letter-spacing: .11em; }
.site-nav a { padding: 28px 0; }
.site-nav a:hover { color: var(--gold-dark); }
.nav-cta { border: 1px solid var(--gold); padding: 10px 17px !important; border-radius: 999px; color: var(--gold-dark); }
.menu-toggle { display: none; background: none; border: 1px solid var(--line); padding: 9px 12px; }

.hero {
  min-height: 730px;
  display: grid; align-items: center;
  position: relative; overflow: hidden;
  background:
    linear-gradient(90deg, rgba(246,242,233,.98) 0%, rgba(246,242,233,.92) 37%, rgba(246,242,233,.16) 75%),
    radial-gradient(circle at 80% 35%, #cfc3ae 0 8%, #a79a84 9% 10%, #e3ddd0 30%, #c7c0b2 58%, #9b9385 100%);
}
.hero::after {
  content: ""; position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px);
  background-size: 100% 5px; opacity: .18; pointer-events: none;
}
.hero-content { position: relative; z-index: 2; padding: 110px 0; max-width: 720px; }
.eyebrow {
  margin: 0 0 15px;
  font-size: 11px; letter-spacing: .3em; text-transform: uppercase;
  color: var(--gold-dark); font-weight: 600;
}
.hero h1, h2 {
  font-family: var(--serif); font-weight: 500; line-height: .95;
  margin: 0; color: var(--ink);
}
.hero h1 { font-size: clamp(64px, 8vw, 106px); letter-spacing: -.025em; }
.hero h1 em { font-weight: 400; }
.hero-copy { max-width: 570px; font-family: var(--serif); font-size: 22px; line-height: 1.35; color: #3f4549; margin: 28px 0; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.button {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 48px; padding: 0 25px; border-radius: 999px;
  text-transform: uppercase; letter-spacing: .12em; font-size: 11px;
  font-weight: 600; transition: .2s ease; border: 1px solid transparent;
}
.button-gold { background: var(--gold); color: white; }
.button-gold:hover { background: var(--gold-dark); transform: translateY(-1px); }
.button-light { border-color: var(--gold); color: var(--gold-dark); background: rgba(255,255,255,.7); }
.button-outline { border-color: currentColor; color: var(--gold-dark); }
.hero-note { margin-top: 42px; font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: #73706a; }

.pillars { background: var(--white); border-bottom: 1px solid var(--line); }
.pillar-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.pillar { text-align: center; padding: 50px 24px; border-right: 1px solid var(--line); }
.pillar:last-child { border-right: 0; }
.icon { color: var(--gold); font-size: 30px; margin-bottom: 14px; }
.pillar h3, .program-card h3 { font-family: var(--serif); font-size: 22px; font-weight: 600; margin: 0 0 9px; }
.pillar p, .program-card p { color: var(--muted); font-size: 13px; margin: 0; }

.split-section { display: grid; grid-template-columns: 1fr 1fr; min-height: 650px; background: var(--paper); }
.split-image {
  min-height: 550px; display: grid; place-items: center; overflow: hidden;
  background:
    radial-gradient(ellipse at 50% 35%, #f0e8d8 0 7%, #b9ae9a 8% 10%, transparent 11%),
    linear-gradient(135deg, #d5c8b1, #8d8372);
  position: relative;
}
.split-image::before {
  content: ""; position: absolute; width: 520px; height: 520px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,.35); box-shadow: 0 0 0 28px rgba(255,255,255,.08), 0 0 0 58px rgba(255,255,255,.06);
}
.marble-bust { font-family: var(--serif); font-size: 240px; color: rgba(255,250,235,.72); text-shadow: 8px 12px 24px rgba(50,42,29,.18); }
.split-copy { display: flex; flex-direction: column; justify-content: center; padding: 90px clamp(40px, 8vw, 120px); }
.split-copy h2 { font-size: clamp(48px, 5vw, 70px); margin-bottom: 30px; }
.split-copy p { max-width: 560px; color: var(--muted); font-size: 15px; }
.text-link { margin-top: 18px; color: var(--gold-dark); font-size: 11px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.text-link span { margin-left: 7px; }

.section-pad { padding: 110px 0; }
.programs { background: #e9e2d5; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 55px; }
.section-heading h2 { font-size: clamp(50px, 6vw, 76px); }
.section-heading > p { max-width: 430px; color: var(--muted); margin: 0; }
.program-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: var(--line); }
.program-card { background: var(--white); padding: 35px 28px 32px; min-height: 300px; display: flex; flex-direction: column; }
.card-number { color: var(--gold); font-family: var(--serif); font-size: 18px; margin-bottom: 40px; }
.program-card h3 { font-size: 25px; line-height: 1.05; }
.program-card a { margin-top: auto; padding-top: 28px; color: var(--gold-dark); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }

.quote-section { background: var(--dark); color: #eee8dc; padding: 100px 0; text-align: center; }
.quote-inner { max-width: 850px; }
.laurel { color: #b89555; font-size: 35px; }
blockquote { margin: 20px auto; font-family: var(--serif); font-size: clamp(34px, 4vw, 52px); line-height: 1.1; font-style: italic; }
.quote-rule { display: block; width: 80px; height: 1px; background: #a47b35; margin: 28px auto; }
.quote-section p { font-size: 10px; letter-spacing: .28em; color: #bdb5a6; }

.audience-section { background: var(--white); padding: 110px 0; }
.audience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.audience-grid h2 { font-size: clamp(52px, 6vw, 78px); }
.audience-grid p { color: var(--muted); max-width: 540px; }

.educators { background: #cfc5b4; overflow: hidden; }
.educator-inner { min-height: 600px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; }
.educator-copy h2 { font-size: clamp(52px, 6vw, 78px); margin-bottom: 30px; }
.educator-copy > p:not(.eyebrow) { max-width: 520px; color: #4d4a43; }
.light-link { color: var(--gold-dark); }
.column-detail { align-self: stretch; display: flex; flex-direction: column; justify-content: end; align-items: center; padding-top: 50px; }
.column-cap { width: 310px; height: 100px; border-radius: 50% 50% 8px 8px; background: linear-gradient(90deg,#8e8576,#eee6d7,#9d9381); box-shadow: 0 20px 40px rgba(50,42,29,.16); }
.column-shaft { width: 250px; height: 390px; background: repeating-linear-gradient(90deg,#a79c8b 0,#dcd3c3 18px,#a79c8b 35px); box-shadow: inset 20px 0 25px rgba(40,35,28,.12), inset -20px 0 25px rgba(255,255,255,.18); }
.column-base { width: 330px; height: 75px; background: linear-gradient(90deg,#8e8576,#eee6d7,#9d9381); border-radius: 8px 8px 25px 25px; }

.contact { background: var(--paper); }
.contact-card { text-align: center; max-width: 800px; padding: 80px 40px; border: 1px solid var(--line); background: rgba(255,253,248,.62); box-shadow: var(--shadow); }
.contact-card h2 { font-size: clamp(52px, 6vw, 80px); margin-bottom: 25px; }
.contact-card p:not(.eyebrow) { color: var(--muted); max-width: 620px; margin: 0 auto 30px; }

.footer { background: #171b19; color: #d8d0c1; padding: 55px 0; }
.footer-grid { display: flex; justify-content: space-between; gap: 40px; align-items: end; }
.footer-brand { color: #f1eadc; }
.footer p, .footer a:not(.brand) { color: #a9a397; font-size: 11px; }
.footer-right { text-align: right; }

@media (max-width: 950px) {
  .site-nav { gap: 15px; }
  .site-nav a { font-size: 10px; }
  .pillar-grid, .program-grid { grid-template-columns: repeat(2,1fr); }
  .split-section, .educator-inner, .audience-grid { grid-template-columns: 1fr; }
  .split-image { min-height: 450px; }
  .column-detail { min-height: 480px; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 32px, 1180px); }
  .menu-toggle { display: block; }
  .site-nav {
    display: none; position: absolute; left: 16px; right: 16px; top: 68px;
    background: var(--white); border: 1px solid var(--line); padding: 12px;
    box-shadow: var(--shadow); flex-direction: column; align-items: stretch;
  }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 11px 12px; }
  .hero { min-height: 650px; background: linear-gradient(90deg, rgba(246,242,233,.97), rgba(246,242,233,.7)), radial-gradient(circle at 80% 30%, #b7ab98, #ddd5c6); }
  .hero-content { padding: 80px 0; }
  .hero h1 { font-size: 64px; }
  .hero-copy { font-size: 19px; }
  .pillar-grid, .program-grid { grid-template-columns: 1fr; }
  .pillar { border-right: 0; border-bottom: 1px solid var(--line); }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 25px; }
  .split-copy { padding: 75px 24px; }
  .audience-grid { gap: 25px; }
  .footer-grid { flex-direction: column; align-items: flex-start; }
  .footer-right { text-align: left; }
}
