
:root {
  --bone: #f4efe6;
  --bone-deep: #ece4d4;
  --ink: #1d2420;
  --ink-soft: #221c38;
  --forest: #13649F;         /* deep rich blue — section bgs + headline em text */
  --forest-deep: #0C2B3E;    /* deep navy — footer + dark sections */
  --moss: #4D8EAB;           /* muted slate-blue — gradients */
  --terracotta: #1B93CF;     /* anchor sky-blue — primary interactive accent */
  --terracotta-deep: #1175A6; /* darker — hover / press */
  --sienna: #7DD4F0;         /* light sky — accents on dark backgrounds */
  --rule: rgba(29, 29, 36, 0.18);
  --rule-strong: rgba(29, 36, 32, 0.4);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  background: var(--bone);
  color: var(--ink);
  font-family: 'Instrument Sans', sans-serif;
  font-size: 17px;
  line-height: 1.55;
  font-feature-settings: 'ss01', 'ss02';
  overflow-x: hidden;
  position: relative;
}


/* Brand Colors */
.hide {
  display: none !important;;
}

sup {
  font-size: .75em;
}
/* Subtle paper grain */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  /*background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");*/
  opacity: 0.5;
  mix-blend-mode: multiply;
  z-index: 1000;
}

/* Typography helpers */
.display {
  font-family: 'Fraunces', serif;
  font-weight: 350;
  letter-spacing: -0.02em;
  line-height: 0.98;
  font-variation-settings: 'opsz' 144, 'SOFT' 50;
}

.display em {
  font-style: italic;
  font-variation-settings: 'opsz' 144, 'SOFT' 80;
  color: var(--forest);
}

.eyebrow {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

.eyebrow .dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  background: var(--terracotta);
  border-radius: 50%;
  margin: 0 0.7em;
  transform: translateY(-2px);
}

.roman {
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  color: var(--terracotta);
  font-size: 1.05em;
}

/* Layout */
.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}

/* ===== NAV ===== */
nav {
  position: sticky;
  top: 0;
  /*background: rgba(244, 239, 230, 0.92); */
  background: rgba(246, 244, 238, 0.85);
  background-color: #ffffff !important;
  backdrop-filter: blur(15px) saturate(140%);
  border-bottom: 1px solid var(--bone);
  z-index: 100;
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 40px;
  max-width: 1280px;
  margin: 0 auto;
}

.logo {
  font-family: 'Fraunces', serif;
  font-weight: 400;
  font-size: 22px;
  letter-spacing: -0.01em;
  font-variation-settings: 'opsz' 36, 'SOFT' 60;
}

.logo .amp {
  font-style: italic;
  color: var(--terracotta);
  font-weight: 300;
  margin: 0 0.1em;
}

.nav-links {
  display: flex;
  gap: 36px;
  list-style: none;
  font-size: 14px;
  font-weight: 500;
}

.nav-links a {
  color: var(--ink-soft);
  text-decoration: none;
  transition: color 0.2s;
}

.nav-links a:hover { color: var(--terracotta); }

.nav-cta {
  background: var(--forest);
  color: var(--bone);
  padding: 10px 22px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: all 0.2s;
}

.nav-cta:hover { background: var(--terracotta); }

/* ===== HERO ===== */
.hero {
  padding: 80px 0 100px;
  position: relative;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 80px;
  align-items: end;
}

.hero-eyebrow {
  margin-bottom: 56px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.hero-eyebrow::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--rule-strong);
}

.hero h1 {
  font-size: clamp(48px, 6.8vw, 96px);
  margin-bottom: 36px;
}

.hero h1 .accent {
  color: var(--terracotta);
  font-style: italic;
  font-variation-settings: 'opsz' 144, 'SOFT' 100;
}

.hero-deck {
  font-family: 'Instrument Serif', serif;
  font-size: 21px;
  line-height: 1.45;
  color: var(--ink-soft);
  max-width: 540px;
  margin-bottom: 44px;
  font-style: italic;
}

.cta-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.btn-primary, .btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 28px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: all 0.25s ease;
  border: 1px solid transparent;
}

.btn-primary {
  background: var(--terracotta);
  color: var(--bone);
}

.btn-primary:hover {
  background: var(--terracotta-deep);
  transform: translateY(-1px);
}

.btn-secondary {
  background: transparent;
  color: var(--ink);
  border-color: var(--rule-strong);
}

.btn-secondary:hover {
  border-color: var(--ink);
  background: rgba(29, 36, 32, 0.04);
}

.arrow {
  font-family: 'Instrument Serif', serif;
  font-size: 18px;
  transition: transform 0.25s;
}

.btn-primary:hover .arrow,
.btn-secondary:hover .arrow {
  transform: translateX(4px);
}

/* Fills any image container that uses position:relative + overflow:hidden */
.fill-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Hero image */
.hero-image-wrap {
  position: relative;
}

.hero-image {
  aspect-ratio: 4 / 5;
  background: linear-gradient(135deg, var(--moss), var(--forest));
  border-radius: 2px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 30px 60px -20px rgba(29, 36, 32, 0.25);
}

.image-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
  color: rgba(244, 239, 230, 0.85);
  text-align: center;
  padding: 40px;
}

.image-placeholder .ph-label {
  font-size: 10px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  font-weight: 500;
}

.image-placeholder .ph-desc {
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  font-size: 16px;
  line-height: 1.4;
  max-width: 280px;
}

.image-placeholder .ph-frame {
  position: absolute;
  inset: 16px;
  border: 1px dashed rgba(244, 239, 230, 0.3);
  pointer-events: none;
}

.hero-caption {
  margin-top: 18px;
  font-size: 12px;
  color: var(--ink-soft);
  font-style: italic;
  font-family: 'Instrument Serif', serif;
  line-height: 1.4;
}

.hero-stats {
  display: flex;
  gap: 0;
  margin-top: 80px;
  border-top: 1px solid var(--rule-strong);
  padding-top: 24px;
}

.stat {
  flex: 1;
  padding-right: 32px;
}

.stat:not(:last-child) {
  border-right: 1px solid var(--rule);
}

.stat:not(:first-child) {
  padding-left: 32px;
}

.stat-num {
  font-family: 'Fraunces', serif;
  font-size: 38px;
  font-weight: 350;
  line-height: 1;
  margin-bottom: 8px;
  font-variation-settings: 'opsz' 144;
}

.stat-num em {
  font-style: italic;
  color: var(--terracotta);
}

.stat-label {
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-soft);
  font-weight: 500;
}

/* ===== MISSION / PULL QUOTE ===== */
.mission {
  padding: 140px 0;
  background: var(--forest);
  color: var(--bone);
  position: relative;
  overflow: hidden;
}

.mission::before {
  content: '"';
  position: absolute;
  font-family: 'Fraunces', serif;
  font-size: 600px;
  line-height: 1;
  color: rgba(244, 239, 230, 0.04);
  top: -120px;
  left: -40px;
  font-weight: 300;
}

.mission-inner {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
  padding: 0 40px;
}

.mission .eyebrow {
  color: rgba(244, 239, 230, 0.6);
  margin-bottom: 40px;
}

.mission .eyebrow .dot {
  background: var(--sienna);
}

.mission-quote {
  font-family: 'Fraunces', serif;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.18;
  font-weight: 300;
  letter-spacing: -0.01em;
  font-variation-settings: 'opsz' 144, 'SOFT' 60;
}

.mission-quote em {
  font-style: italic;
  color: #F0DA8A;
  font-variation-settings: 'opsz' 144, 'SOFT' 100;
}

.mission-attribution {
  margin-top: 48px;
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  font-size: 15px;
  color: rgba(244, 239, 230, 0.7);
  letter-spacing: 0.04em;
}

/* ===== FOUNDERS ===== */
.founders {
  padding: 140px 0;
}

.section-head {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 80px;
  margin-bottom: 80px;
  align-items: end;
}

.section-head h2 {
  font-size: clamp(40px, 5vw, 68px);
  line-height: 1;
}

.section-head h2 em {
  font-style: italic;
  color: var(--terracotta);
}

.section-head p {
  font-size: 17px;
  line-height: 1.6;
  color: var(--ink-soft);
  max-width: 480px;
}

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

.founder {
  display: flex;
  flex-direction: column;
}

.founder:nth-child(2) {
  margin-top: 60px;
}

.founder-image {
  aspect-ratio: 3 / 4;
  background: linear-gradient(160deg, var(--bone-deep), #d8cdb6);
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
}

.founder-image .image-placeholder { color: var(--ink-soft); }
.founder-image .ph-frame { border-color: var(--rule-strong); }

.founder-num {
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  color: var(--terracotta);
  font-size: 14px;
  margin-bottom: 8px;
  letter-spacing: 0.04em;
}

.founder-name {
  font-family: 'Fraunces', serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 6px;
  font-variation-settings: 'opsz' 36, 'SOFT' 50;
}

.founder-title {
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  color: var(--ink-soft);
  font-size: 15px;
  margin-bottom: 16px;
}

.founder-bio {
  font-size: 15px;
  line-height: 1.55;
  color: var(--ink-soft);
}

/* ===== OFFERINGS ===== */
.offerings {
  padding: 140px 0;
  background: var(--bone-deep);
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}

.offerings-list {
  margin-top: 80px;
}

.offering {
  display: grid;
  grid-template-columns: 80px 1fr 1.4fr 200px;
  gap: 48px;
  align-items: start;
  padding: 48px 0;
  border-top: 1px solid var(--rule-strong);
  transition: padding 0.3s;
}

.offering:last-child {
  border-bottom: 1px solid var(--rule-strong);
}

.offering:hover {
  padding-left: 12px;
}

.offering-num {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 28px;
  color: var(--terracotta);
  font-weight: 300;
  line-height: 1;
  padding-top: 8px;
}

.offering-title {
  font-family: 'Fraunces', serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.1;
  font-variation-settings: 'opsz' 36, 'SOFT' 50;
}

.offering-desc {
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink-soft);
}

.offering-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  padding-top: 8px;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 4px;
  align-self: start;
  width: fit-content;
  transition: all 0.2s;
}

.offering-link:hover {
  color: var(--terracotta);
  border-color: var(--terracotta);
}

.offering-link .arrow {
  transition: transform 0.25s;
}

.offering-link:hover .arrow {
  transform: translateX(4px);
}

/* ===== FEATURED COURSE ===== */
.featured {
  padding: 140px 0;
  position: relative;
}

.featured-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.featured-image-col {
  position: sticky;
  top: 120px;
}

.featured-image {
  aspect-ratio: 4 / 5;
  background: linear-gradient(150deg, var(--forest-deep) 0%, var(--forest) 50%, var(--moss) 100%);
  position: relative;
  overflow: hidden;
}

.featured-image .image-placeholder { color: rgba(244, 239, 230, 0.9); }
.featured-image .ph-frame { border-color: rgba(244, 239, 230, 0.3); }

.featured-volume {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--ink-soft);
  border-top: 1px solid var(--rule);
  padding-top: 16px;
}

.featured-content .eyebrow {
  margin-bottom: 32px;
}

.featured-content h3 {
  font-family: 'Fraunces', serif;
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 350;
  line-height: 1;
  letter-spacing: -0.02em;
  margin-bottom: 32px;
  font-variation-settings: 'opsz' 144, 'SOFT' 50;
}

.featured-content h3 em {
  font-style: italic;
  color: var(--terracotta);
}

.featured-deck {
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  font-size: 20px;
  line-height: 1.5;
  color: var(--ink-soft);
  margin-bottom: 48px;
}

.module-list {
  list-style: none;
  margin-bottom: 48px;
}

.module {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 24px;
  padding: 24px 0;
  border-bottom: 1px solid var(--rule);
  align-items: start;
}

.module:first-child { border-top: 1px solid var(--rule-strong); }

.module-num {
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  color: var(--terracotta);
  font-size: 16px;
  padding-top: 4px;
}

.module-title {
  font-family: 'Fraunces', serif;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 6px;
  font-variation-settings: 'opsz' 36, 'SOFT' 60;
}

.module-desc {
  font-size: 14px;
  color: var(--ink-soft);
  line-height: 1.5;
}

.featured-meta {
  display: flex;
  gap: 32px;
  margin-bottom: 40px;
  padding: 24px 0;
  border-top: 1px solid var(--rule-strong);
  border-bottom: 1px solid var(--rule-strong);
}

.meta-item .meta-label {
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--ink-soft);
  font-weight: 500;
  margin-bottom: 4px;
}

.meta-item .meta-value {
  font-family: 'Fraunces', serif;
  font-size: 18px;
  font-weight: 400;
}

/* ===== WHO IT'S FOR ===== */
.audience {
  padding: 120px 0;
  background: var(--forest-deep);
  color: var(--bone);
}

.audience-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 80px;
  align-items: start;
}

.audience h2 {
  font-family: 'Fraunces', serif;
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1;
  font-weight: 300;
  letter-spacing: -0.02em;
  font-variation-settings: 'opsz' 144, 'SOFT' 50;
}

.audience h2 em {
  font-style: italic;
  color: var(--sienna);
}

.audience-list {
  list-style: none;
  column-count: 2;
  column-gap: 60px;
}

.audience-list li {
  padding: 16px 0;
  border-bottom: 1px solid rgba(244, 239, 230, 0.15);
  font-size: 16px;
  break-inside: avoid;
  display: flex;
  align-items: baseline;
  gap: 16px;
}

.audience-list li::before {
  content: '✦';
  color: var(--sienna);
  font-size: 12px;
  flex-shrink: 0;
}

/* ===== FINAL CTA ===== */
.final-cta {
  padding: 160px 0;
  text-align: center;
}

.final-cta-inner {
  max-width: 800px;
  margin: 0 auto;
}

.final-cta h2 {
  font-family: 'Fraunces', serif;
  font-size: clamp(48px, 6vw, 88px);
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.02em;
  margin: 32px 0 28px;
  font-variation-settings: 'opsz' 144, 'SOFT' 50;
}

.final-cta h2 em {
  font-style: italic;
  color: var(--terracotta);
}

.final-cta p {
  font-family: 'Instrument Serif', serif;
  font-size: 19px;
  font-style: italic;
  color: var(--ink-soft);
  line-height: 1.5;
  margin-bottom: 48px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.newsletter {
  display: flex;
  gap: 8px;
  max-width: 480px;
  margin: 0 auto 16px;
  border: 1px solid var(--rule-strong);
  border-radius: 999px;
  padding: 6px;
  background: var(--bone);
}

.newsletter input {
  flex: 1;
  border: none;
  background: transparent;
  padding: 12px 20px;
  font-family: inherit;
  font-size: 15px;
  color: var(--ink);
  outline: none;
}

.newsletter input::placeholder {
  color: rgba(29, 36, 32, 0.45);
}

.newsletter button {
  background: var(--terracotta);
  color: var(--bone);
  border: none;
  padding: 12px 24px;
  border-radius: 999px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s;
  letter-spacing: 0.02em;
}

.newsletter button:hover { background: var(--terracotta-deep); }

.newsletter-fine {
  font-size: 12px;
  color: var(--ink-soft);
  font-style: italic;
  font-family: 'Instrument Serif', serif;
}

/* ===== FOOTER ===== */
footer {
  background: var(--forest-deep);
  color: rgba(244, 239, 230, 0.7);
  padding: 80px 0 40px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(244, 239, 230, 0.1);
}

.footer-brand .logo {
  color: var(--bone);
  font-size: 28px;
  margin-bottom: 16px;
  display: block;
}

.footer-brand p {
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  font-size: 15px;
  line-height: 1.5;
  max-width: 320px;
}

.footer-col h4 {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--bone);
  margin-bottom: 20px;
  font-weight: 500;
}

.footer-col ul {
  list-style: none;
}

.footer-col li {
  margin-bottom: 10px;
}

.footer-col a {
  color: rgba(244, 239, 230, 0.7);
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s;
}

.footer-col a:hover { color: var(--sienna); }

.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
  font-size: 12px;
  letter-spacing: 0.04em;
}

.footer-bottom em {
  font-family: 'Instrument Serif', serif;
  color: var(--sienna);
}

/* ===== ANIMATIONS ===== */
@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-eyebrow,
.hero h1,
.hero-deck,
.cta-row,
.hero-image-wrap {
  animation: rise 1s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.hero-eyebrow { animation-delay: 0.05s; }
.hero h1 { animation-delay: 0.15s; }
.hero-deck { animation-delay: 0.35s; }
.cta-row { animation-delay: 0.5s; }
.hero-image-wrap { animation-delay: 0.25s; }

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .container { padding: 0 24px; }
  .nav-inner { padding: 18px 24px; }
  .nav-links { display: none; }

  .hero { padding: 50px 0 70px; }
  .hero-grid { grid-template-columns: 1fr; gap: 50px; }
  .hero-stats { flex-wrap: wrap; }
  .stat { flex: 1 1 50%; padding: 16px 0; border: none !important; }

  .section-head { grid-template-columns: 1fr; gap: 24px; }
  .founders-grid { grid-template-columns: 1fr; gap: 50px; }
  .founder:nth-child(2) { margin-top: 0; }

  .offering {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 36px 0;
  }
  .offering:hover { padding-left: 0; }

  .featured-grid { grid-template-columns: 1fr; gap: 50px; }
  .featured-image-col { position: static; }

  .audience-grid { grid-template-columns: 1fr; gap: 32px; }
  .audience-list { column-count: 1; }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 12px;
  }

  .mission, .founders, .offerings, .featured, .audience, .final-cta {
    padding: 80px 0;
  }
}