:root {
  --bg: #f5efe6;
  --bg-soft: #faf7f2;
  --paper: #fffdf9;
  --ink: #2b2a26;
  --muted: #6e6a61;
  --line: #d9d0c3;
  --sage: #6d7d68;
  --sage-dark: #4f5f4b;
  --clay: #b97858;
  --cream: #e9dcc9;
  --deep: #263029;
  --radius: 28px;
  --shadow: 0 22px 60px rgba(67, 54, 41, 0.10);
  --max: 1180px;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--bg-soft);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }

a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { max-width: 100%; display: block; }

.container {
  width: min(calc(100% - 40px), var(--max));
  margin-inline: auto;
}

.section { padding: 112px 0; }

.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0);
  white-space: nowrap; border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(250, 247, 242, 0.88);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(217, 208, 195, 0.75);
}

.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-weight: 650;
  letter-spacing: -0.02em;
}

.brand-mark {
  width: 40px; height: 40px;
  display: grid; place-items: center;
  border-radius: 50%;
  background: var(--deep);
  color: #fff;
  font: 700 13px/1 Georgia, serif;
  letter-spacing: 0.08em;
}

.brand-text strong { color: var(--sage-dark); }

.main-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 14px;
}

.main-nav a { color: #57534b; transition: .2s ease; }
.main-nav a:hover { color: var(--ink); }

.nav-cta {
  padding: 10px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,.55);
}

.menu-button {
  display: none;
  width: 44px; height: 44px;
  border: 0;
  background: transparent;
  padding: 10px;
}
.menu-button span:not(.sr-only) {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--ink);
  border-radius: 2px;
}

.hero {
  min-height: calc(100vh - 76px);
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at 78% 20%, rgba(185,120,88,.12), transparent 28%),
    radial-gradient(circle at 14% 80%, rgba(109,125,104,.12), transparent 25%),
    var(--bg);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.14fr .86fr;
  gap: 72px;
  align-items: center;
}

.eyebrow {
  color: var(--sage-dark);
  text-transform: uppercase;
  letter-spacing: .17em;
  font-size: 12px;
  font-weight: 750;
  margin-bottom: 22px;
}

h1, h2, h3, p { margin-top: 0; }

h1 {
  margin-bottom: 26px;
  max-width: 760px;
  font: 500 clamp(54px, 7vw, 92px)/.96 Georgia, "Times New Roman", serif;
  letter-spacing: -.055em;
}

h1 em {
  color: var(--clay);
  font-weight: 400;
}

.hero-lead {
  max-width: 690px;
  font-size: 19px;
  color: var(--muted);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 34px 0 28px;
}

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.button:hover { transform: translateY(-2px); }

.button-primary {
  background: var(--deep);
  color: white;
}
.button-primary:hover { background: #18211b; }

.button-ghost {
  border-color: var(--line);
  background: rgba(255,255,255,.36);
}

.hero-note {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 13px;
  color: var(--muted);
}
.note-dot {
  width: 8px; height: 8px;
  background: var(--sage);
  border-radius: 50%;
}

.portrait-card {
  position: relative;
  max-width: 470px;
  width: 100%;
  justify-self: end;
}

.portrait-placeholder {
  min-height: 590px;
  position: relative;
  overflow: hidden;
  border-radius: 38px;
  background:
    linear-gradient(160deg, rgba(255,255,255,.56), rgba(255,255,255,.10)),
    var(--cream);
  border: 1px solid rgba(128, 108, 88, .16);
  box-shadow: var(--shadow);
}

.portrait-lines {
  position: absolute;
  inset: 0;
  opacity: .34;
  background:
    repeating-linear-gradient(120deg, transparent 0 42px, rgba(64,72,61,.10) 42px 43px);
}

.portrait-initials {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: rgba(66, 76, 65, .18);
  font: 500 150px/1 Georgia, serif;
  letter-spacing: -.08em;
}

.portrait-caption {
  position: absolute;
  left: 26px; right: 26px; bottom: 26px;
  padding: 18px 20px;
  border-radius: 20px;
  background: rgba(255,253,249,.83);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,.8);
}
.portrait-caption strong,
.portrait-caption span { display: block; }
.portrait-caption span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
}

.portrait-badge {
  position: absolute;
  right: -26px;
  top: 56px;
  padding: 15px 18px;
  border-radius: 16px;
  background: var(--deep);
  color: white;
  box-shadow: 0 12px 30px rgba(38,48,41,.18);
}
.portrait-badge span, .portrait-badge small { display: block; }
.portrait-badge span { font-weight: 700; }
.portrait-badge small { opacity: .7; margin-top: 2px; }

.trust-strip {
  background: var(--deep);
  color: white;
}
.trust-grid {
  min-height: 150px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.trust-grid > div {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 18px;
  align-items: center;
  padding: 30px 34px;
  border-right: 1px solid rgba(255,255,255,.12);
}
.trust-grid > div:last-child { border-right: 0; }
.trust-grid strong {
  color: #cbbda9;
  font: 500 25px/1 Georgia, serif;
}
.trust-grid span { font-size: 14px; opacity: .88; }

.split {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 90px;
  align-items: start;
}

.section-heading h2,
.section-top h2,
.media-copy h2,
.contact-wrap h2 {
  margin-bottom: 0;
  font: 500 clamp(42px, 5vw, 68px)/1.02 Georgia, serif;
  letter-spacing: -.045em;
}

.about-copy {
  max-width: 700px;
}
.about-copy > p {
  color: var(--muted);
  font-size: 17px;
}
.about-copy .big-copy {
  color: var(--ink);
  font: 400 clamp(25px, 3vw, 36px)/1.35 Georgia, serif;
}
.big-copy em { color: var(--clay); }

.quote {
  margin-top: 44px;
  padding-top: 30px;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 12px;
}
.quote span {
  color: var(--sage);
  font: 500 68px/1 Georgia, serif;
}
.quote p {
  max-width: 540px;
  margin: 5px 0 0;
  font: 400 20px/1.5 Georgia, serif;
}

.programs-section { background: var(--bg); }

.section-top {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 60px;
  margin-bottom: 50px;
}
.section-top > p {
  max-width: 430px;
  margin-bottom: 6px;
  color: var(--muted);
}

.program-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.program-card {
  min-height: 410px;
  display: flex;
  flex-direction: column;
  padding: 28px;
  border-radius: var(--radius);
  background: var(--paper);
  border: 1px solid var(--line);
  transition: transform .25s ease, box-shadow .25s ease;
}
.program-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(64,52,41,.08);
}
.program-card.featured {
  color: white;
  background: var(--sage-dark);
  border-color: var(--sage-dark);
}
.program-number {
  font: 500 34px/1 Georgia, serif;
  opacity: .55;
  margin-bottom: 54px;
}
.program-type {
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: .15em;
  font-size: 10px;
  font-weight: 800;
  opacity: .66;
}
.program-card h3 {
  font: 500 28px/1.15 Georgia, serif;
}
.program-card p {
  color: var(--muted);
  font-size: 14px;
}
.program-card.featured p { color: rgba(255,255,255,.72); }

.program-footer {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 25px;
  border-top: 1px solid rgba(120,110,98,.20);
  font-size: 12px;
}
.program-card.featured .program-footer { border-color: rgba(255,255,255,.18); }

.text-link {
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font-weight: 700;
}

.principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 54px;
  border-top: 1px solid var(--line);
}

.principle {
  padding: 34px 36px 0 0;
  border-right: 1px solid var(--line);
  min-height: 250px;
}
.principle + .principle { padding-left: 36px; }
.principle:last-child { border-right: 0; }

.principle > span {
  color: var(--clay);
  font: 500 18px/1 Georgia, serif;
}
.principle h3 {
  margin: 30px 0 16px;
  font: 500 24px/1.2 Georgia, serif;
}
.principle p {
  color: var(--muted);
  font-size: 14px;
}

.media-section {
  background: var(--deep);
  color: white;
}
.media-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 70px;
  align-items: center;
}
.media-copy .eyebrow { color: #cbbda9; }
.media-copy p {
  max-width: 520px;
  color: rgba(255,255,255,.68);
}
.button-light {
  margin-top: 22px;
  color: var(--deep);
  background: #f4eee4;
  border: 0;
}
.video-placeholder {
  aspect-ratio: 16/10;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 30px;
  background:
    radial-gradient(circle at 30% 20%, rgba(185,120,88,.28), transparent 34%),
    linear-gradient(145deg, #3d493f, #1f2822);
  border: 1px solid rgba(255,255,255,.12);
}
.video-placeholder::after {
  content: "";
  position: absolute;
  inset: 24px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 22px;
}
.video-placeholder span {
  position: absolute;
  left: 32px; bottom: 28px;
  color: rgba(255,255,255,.68);
  font-size: 13px;
}
.play-button {
  width: 76px; height: 76px;
  position: relative;
  z-index: 2;
  display: grid; place-items: center;
  border-radius: 50%;
  background: #f2e7d8;
  color: var(--deep);
  box-shadow: 0 16px 42px rgba(0,0,0,.25);
  padding-left: 4px;
}

.contact-wrap {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 100px;
}
.contact-wrap > div:first-child p {
  max-width: 480px;
  color: var(--muted);
}

.social-list {
  border-top: 1px solid var(--line);
}
.social-link {
  width: 100%;
  min-height: 86px;
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  align-items: center;
  gap: 20px;
  padding: 0 8px;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
  transition: padding .2s ease, background .2s ease;
}
.social-link:hover {
  padding-left: 18px;
  background: rgba(233,220,201,.35);
}
.social-name {
  font: 500 24px/1 Georgia, serif;
}
.social-meta {
  color: var(--muted);
  font-size: 13px;
}
.social-arrow {
  font-size: 20px;
  color: var(--sage);
}

.closing {
  padding: 80px 0;
  background: var(--bg);
}
.closing-inner {
  display: grid;
  grid-template-columns: .6fr 1.5fr auto;
  gap: 40px;
  align-items: end;
}
.closing-small {
  color: var(--sage-dark);
  font-weight: 750;
}
.closing p {
  margin: 0;
  font: 400 clamp(30px, 4vw, 52px)/1.12 Georgia, serif;
}
.back-top {
  font-size: 13px;
  color: var(--muted);
}

.site-footer {
  padding: 24px 0 32px;
  background: var(--bg);
  border-top: 1px solid var(--line);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 20px;
  color: var(--muted);
  font-size: 11px;
}
.footer-grid span:nth-child(2) { text-align: center; }
.footer-grid span:last-child { text-align: right; }

.toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  z-index: 50;
  width: min(calc(100% - 36px), 440px);
  transform: translate(-50%, 20px);
  opacity: 0;
  pointer-events: none;
  padding: 13px 16px;
  border-radius: 14px;
  background: var(--deep);
  color: white;
  text-align: center;
  font-size: 13px;
  box-shadow: 0 14px 40px rgba(0,0,0,.18);
  transition: .25s ease;
}
.toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}

.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .65s ease, transform .65s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 920px) {
  .section { padding: 84px 0; }
  .hero { min-height: auto; }
  .hero-grid,
  .split,
  .media-grid,
  .contact-wrap {
    grid-template-columns: 1fr;
    gap: 52px;
  }
  .portrait-card { justify-self: start; }
  .portrait-placeholder { min-height: 520px; }
  .program-grid { grid-template-columns: 1fr; }
  .program-card { min-height: 320px; }
  .program-number { margin-bottom: 34px; }
  .principles { grid-template-columns: 1fr; }
  .principle,
  .principle + .principle {
    min-height: auto;
    padding: 28px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .principle:last-child { border-bottom: 0; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div {
    min-height: 90px;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.12);
  }
  .trust-grid > div:last-child { border-bottom: 0; }
  .section-top {
    align-items: start;
    flex-direction: column;
    gap: 20px;
  }
  .closing-inner { grid-template-columns: 1fr; align-items: start; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid span:nth-child(2),
  .footer-grid span:last-child { text-align: left; }
}

@media (max-width: 740px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .site-header { backdrop-filter: blur(12px); }
  .menu-button { display: block; }
  .main-nav {
    position: absolute;
    left: 0; right: 0; top: 76px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 14px;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
  }
  .main-nav.open { display: flex; }
  .main-nav a {
    padding: 15px 12px;
    border-bottom: 1px solid rgba(217,208,195,.7);
  }
  .main-nav a:last-child { border-bottom: 0; }
  .nav-cta { border: 0; border-radius: 0; background: transparent; }

  h1 { font-size: clamp(48px, 14vw, 68px); }
  .hero-grid { gap: 38px; }
  .hero-lead { font-size: 17px; }
  .portrait-placeholder { min-height: 450px; }
  .portrait-badge {
    right: 14px;
    top: 18px;
  }
  .portrait-initials { font-size: 110px; }
  .social-link {
    min-height: 96px;
    grid-template-columns: 1fr auto;
  }
  .social-meta {
    grid-column: 1 / -1;
    grid-row: 2;
    margin-top: -16px;
  }
  .social-arrow {
    grid-column: 2;
    grid-row: 1;
  }
}

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