/* ─────────────────────────────────────────────────────────
   Chances. Choices. Changes. — Option A (Elevated)
   Editorial monograph treatment. Vellum & inkwell.
   ───────────────────────────────────────────────────────── */

:root {
  --inkwell: #1C492C;
  --inkwell-soft: rgba(28,73,44,0.78);
  --inkwell-mute: rgba(28,73,44,0.55);
  --inkwell-faint: rgba(28,73,44,0.30);
  --inkwell-rule: rgba(28,73,44,0.16);
  --inkwell-hair: rgba(28,73,44,0.10);

  --vellum: #F7F2CC;
  --vellum-deep: #EFE9A8;
  --vellum-warm: #E9E2A0;
  --vellum-soft: rgba(247,242,204,0.85);
  --vellum-mute: rgba(247,242,204,0.62);
  --vellum-faint: rgba(247,242,204,0.32);
  --vellum-rule: rgba(247,242,204,0.20);

  --sage: #AFCC75;
  --sage-soft: rgba(175,204,117,0.14);
  --oxblood: #4B781C;
  --oxblood-ink: #3E6417;
  --oxblood-soft: rgba(75,120,28,0.08);
  --charcoal: #22382A;

  --display: "Frank Ruhl Libre", "Tiempos Headline", Georgia, serif;
  --body: "Inter", "Söhne", -apple-system, BlinkMacSystemFont, sans-serif;
  --mono: "JetBrains Mono", ui-monospace, "SF Mono", monospace;

  --col: 1200px;
  --col-wide: 1320px;
  --gutter: clamp(20px, 4vw, 56px);
}

*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body {
  background: var(--vellum);
  color: var(--inkwell);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.6;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
img { max-width: 100%; display: block; }
::selection { background: var(--oxblood); color: var(--vellum); }

/* Paper grain — fine, slow, never busy */
body::before {
  content: "";
  position: fixed; inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.32;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='240' height='240' viewBox='0 0 240 240'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.05 0 0 0 0 0.10 0 0 0 0 0.16 0 0 0 0.08 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
}

/* ─────────────────────────── PRIMITIVES ─────────────────────────── */
.wrap {
  width: 100%;
  max-width: var(--col);
  margin: 0 auto;
  padding-inline: var(--gutter);
  position: relative;
  z-index: 2;
}
.wrap--wide { max-width: var(--col-wide); }

.mono {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--inkwell);
}
.mono.xs { font-size: 10px; letter-spacing: 0.20em; }
.mono.soft { color: var(--inkwell-mute); }
.mono.ox { color: var(--oxblood); }
.mono.on-dark { color: var(--vellum); }
.mono.on-dark.soft { color: var(--vellum-mute); }

.serif { font-family: var(--display); font-weight: 500; letter-spacing: -0.022em; line-height: 0.98; }
.italic { font-family: var(--display); font-style: italic; font-weight: 400; }

.hair-rule { height: 1px; background: var(--inkwell-rule); border: 0; margin: 0; }
.hair-rule.dark { background: var(--vellum-rule); }

.ox-curl {
  position: relative;
  display: inline-block;
  white-space: nowrap;
}
.ox-curl::after {
  content: "";
  position: absolute;
  left: -1.5%;
  right: -1.5%;
  bottom: -0.18em;
  height: 0.2em;
  background: var(--oxblood);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 600 14' preserveAspectRatio='none'%3E%3Cpath d='M2 8 Q 150 1, 300 7 T 598 6' stroke='%23000' stroke-width='3.6' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 600 14' preserveAspectRatio='none'%3E%3Cpath d='M2 8 Q 150 1, 300 7 T 598 6' stroke='%23000' stroke-width='3.6' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
}
section.chapter.dark .ox-curl::after { background: var(--sage); }

/* ─────────────────────────── PRESS RUNNER (top strip) ─────────────────────────── */
.press-runner {
  background: var(--inkwell);
  color: var(--vellum);
  border-bottom: 1px solid var(--inkwell);
  position: relative;
  z-index: 51;
}
.press-runner .inner {
  max-width: var(--col-wide);
  margin: 0 auto;
  padding: 8px var(--gutter);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  font-family: var(--mono);
  font-size: 9.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--vellum-mute);
  line-height: 1.4;
}
.press-runner .runner-start, .press-runner .runner-end {
  display: flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}
@media (max-width: 880px) {
  .press-runner .runner-end .email-frag { display: none; }
  .press-runner .runner-end .dot-sep + .email-frag-sep { display: none; }
}
@media (max-width: 720px) {
  .press-runner .runner-end { display: none; }
}
.press-runner .pip {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #AFCC75;
  display: inline-block;
  margin-right: 8px;
  position: relative;
  top: -1px;
  animation: pip 2.4s ease-in-out infinite;
}
.press-runner .ed { color: var(--vellum); }
.press-runner .dot-sep { color: var(--vellum-faint); margin: 0 6px; }
.press-runner a { color: var(--vellum-mute); }
.press-runner a:hover { color: var(--vellum); }
@media (max-width: 720px) {
  .press-runner .runner-end { display: none; }
}

/* ─────────────────────────── HEADER ─────────────────────────── */
header.site {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(247, 242, 204, 0.94);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--inkwell-hair);
}
header.site .bar {
  max-width: var(--col-wide);
  margin: 0 auto;
  padding: 16px var(--gutter);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.brand .sigil {
  flex-shrink: 0;
  position: relative;
}
.brand .mark {
  font-family: var(--display);
  font-weight: 500;
  font-size: 19px;
  letter-spacing: -0.012em;
  color: var(--inkwell);
  line-height: 1;
}
.brand .mark .dot { color: var(--oxblood); }
.brand .mark-meta {
  display: block;
  font-family: var(--mono);
  font-size: 8.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--inkwell-mute);
  margin-top: 4px;
}

nav.primary { display: flex; align-items: center; gap: 30px; }
nav.primary a.nav {
  font-family: var(--body);
  font-size: 13.5px;
  color: var(--inkwell-soft);
  letter-spacing: -0.002em;
  padding: 6px 0;
  position: relative;
  transition: color 0.18s;
}
nav.primary a.nav::after {
  content: "";
  position: absolute;
  left: 0; right: 100%;
  bottom: 0;
  height: 1px;
  background: var(--oxblood);
  transition: right 0.22s ease;
}
nav.primary a.nav:hover { color: var(--inkwell); }
nav.primary a.nav:hover::after { right: 0; }

a.apply-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--inkwell);
  color: var(--vellum);
  padding: 10px 18px 10px 20px;
  font-family: var(--body);
  font-size: 13.5px;
  font-weight: 500;
  letter-spacing: -0.002em;
  border-radius: 999px;
  transition: background 0.18s, transform 0.18s, gap 0.18s;
}
a.apply-pill:hover { background: var(--oxblood); transform: translateY(-1px); gap: 14px; }

@media (max-width: 880px) {
  nav.primary a.nav { display: none; }
}
@media (max-width: 480px) {
  .brand .mark-meta { display: none; }
}

/* ─────────────────────────── COVER (HERO) ─────────────────────────── */
section.cover {
  padding-top: clamp(40px, 6vw, 88px);
  padding-bottom: clamp(56px, 8vw, 110px);
  position: relative;
}
.cover-meta {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: clamp(32px, 5vw, 56px);
  gap: 24px;
  flex-wrap: wrap;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--inkwell-rule);
}
.cover-meta .left,
.cover-meta .right {
  display: flex;
  align-items: baseline;
  gap: 16px;
  flex-wrap: wrap;
}
.cover-meta .pip {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--oxblood);
  display: inline-block;
  margin-right: 4px;
  position: relative;
  top: -2px;
  animation: pip 2.4s ease-in-out infinite;
}
@keyframes pip {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.35; }
}

.cover-title {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(56px, 11vw, 168px);
  line-height: 0.90;
  letter-spacing: -0.034em;
  color: var(--inkwell);
  text-wrap: balance;
  margin: 0;
}
.cover-title .underlined {
  position: relative;
  display: inline-block;
}
.cover-title .underlined svg {
  position: absolute;
  left: 0;
  bottom: -0.08em;
  width: 100%;
  height: 0.14em;
  overflow: visible;
}

/* Cover — single column composition (portrait moved to letter section only) */
.cover-body {
  display: block;
  max-width: 720px;
  margin-top: clamp(40px, 6vw, 80px);
}

/* Portrait — the illustrated line drawing used full-size, the ownable motif */
.cover-portrait {
  position: relative;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cover-portrait .frame {
  position: relative;
  aspect-ratio: 1 / 1;
  width: 100%;
  max-width: 380px;
  background: var(--vellum-warm);
  border: 1px solid var(--inkwell-rule);
  overflow: hidden;
}
.cover-portrait .frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 32%;
  mix-blend-mode: multiply;
  filter: contrast(1.05);
}
/* Tipped-in corner offset behind the frame */
.cover-portrait .frame::before {
  content: "";
  position: absolute;
  inset: 12px 12px 12px 12px;
  border: 1px solid var(--inkwell-hair);
  pointer-events: none;
  z-index: 1;
}
.cover-portrait .pcap {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 14px;
  max-width: 380px;
}
.cover-portrait .pcap .l {
  flex: 0 0 28px; height: 1px;
  background: var(--inkwell-mute);
}
.cover-portrait .pcap .cap {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--inkwell-mute);
}

.cover-side {
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding-bottom: 4px;
}
.cover-lede {
  font-family: var(--display);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(20px, 2.3vw, 27px);
  line-height: 1.42;
  color: var(--inkwell);
  max-width: 36ch;
  text-wrap: pretty;
}
.cover-lede em {
  font-style: normal;
  color: var(--oxblood);
  font-weight: 500;
}
.cover-tag-block {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px 22px;
  align-items: start;
  padding-top: 22px;
  border-top: 1px solid var(--inkwell-rule);
}
.cover-tag-block .tag {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--inkwell-mute);
  padding-top: 2px;
}
.cover-tag-block .val {
  font-family: var(--display);
  font-size: 18px;
  line-height: 1.35;
  color: var(--inkwell);
  letter-spacing: -0.008em;
}
.cover-tag-block .val .em { font-style: italic; color: var(--charcoal); }

.cta-cluster {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}
.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

a.btn-primary, button.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--inkwell);
  color: var(--vellum);
  border: 1px solid var(--inkwell);
  padding: 15px 24px;
  font-family: var(--body);
  font-size: 14.5px;
  font-weight: 500;
  letter-spacing: -0.004em;
  border-radius: 0;
  transition: background 0.2s, color 0.2s, transform 0.18s, gap 0.18s;
  cursor: pointer;
  min-height: 44px;
}
a.btn-primary:hover, button.btn-primary:hover {
  background: var(--oxblood);
  border-color: var(--oxblood);
  transform: translateY(-1px);
  gap: 16px;
}
a.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--inkwell);
  border: 1px solid var(--inkwell);
  background: transparent;
  padding: 15px 24px;
  font-family: var(--body);
  font-size: 14.5px;
  font-weight: 500;
  letter-spacing: -0.004em;
  transition: background 0.2s, color 0.2s, transform 0.18s, gap 0.18s;
  min-height: 44px;
}
a.btn-ghost:hover { background: var(--inkwell); color: var(--vellum); transform: translateY(-1px); gap: 16px; }
.btn-arr { display: inline-block; transition: transform 0.2s; }

a.btn-quiet {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--body);
  font-size: 14px;
  color: var(--inkwell);
  border-bottom: 1px solid var(--inkwell);
  padding-bottom: 2px;
  line-height: 1;
  transition: color 0.18s, gap 0.18s, border-color 0.18s;
}
a.btn-quiet:hover { color: var(--oxblood); border-color: var(--oxblood); gap: 12px; }

/* Cover meta strip — Tuition / Format / Seats, intentional editorial spec row */
.cover-meta-strip {
  margin-top: clamp(48px, 6vw, 80px);
  border-top: 1px solid var(--inkwell-rule);
  border-bottom: 1px solid var(--inkwell-rule);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.cover-meta-strip .col {
  padding: clamp(22px, 3vw, 32px) clamp(18px, 2.2vw, 28px);
  border-right: 1px solid var(--inkwell-rule);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cover-meta-strip .col:last-child { border-right: 0; }
.cover-meta-strip .tag {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--inkwell-mute);
}
.cover-meta-strip .val {
  font-family: var(--display);
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.15;
  letter-spacing: -0.016em;
  color: var(--inkwell);
}
.cover-meta-strip .sub {
  font-family: var(--body);
  font-size: 13.5px;
  line-height: 1.55;
  color: var(--charcoal);
  margin-top: auto;
  padding-top: 4px;
}
@media (max-width: 720px) {
  .cover-meta-strip { grid-template-columns: 1fr; }
  .cover-meta-strip .col { border-right: 0; border-bottom: 1px solid var(--inkwell-rule); }
  .cover-meta-strip .col:last-child { border-bottom: 0; }
}

/* Colophon strip (legacy — hidden after hero refactor) */
.colophon-strip { display: none; }

/* ─────────────────────────── SECTION ARCHITECTURE ─────────────────────────── */
/* ─────────────────────────── SECTION ARCHITECTURE ─────────────────────────── */
/*
 * Two tiers:
 *   .chapter           = a "moment" — hero-adjacent emotional anchor (letter, founder, pull-quote)
 *   .chapter.module    = a "module" — functional web block (pillars, syllabus, audience, faq, etc.)
 * Modules are tighter, smaller-headed, and feel like real website sections.
 */
section.chapter {
  padding-block: clamp(72px, 9vw, 130px);
  border-top: 1px solid var(--inkwell-rule);
  position: relative;
  z-index: 2;
}
section.chapter.module {
  padding-block: clamp(56px, 6.5vw, 96px);
}
section.chapter.warm {
  background: var(--vellum-deep);
}
section.chapter.dark {
  background: var(--inkwell);
  color: var(--vellum);
  border-top: 0;
}
section.chapter.dark .hair-rule { background: var(--vellum-rule); }

.section-head {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: clamp(28px, 4vw, 56px);
  align-items: flex-start;
  margin-bottom: clamp(40px, 5vw, 64px);
  padding-bottom: clamp(28px, 4vw, 40px);
  border-bottom: 1px solid var(--inkwell-rule);
}
section.chapter.module .section-head {
  grid-template-columns: 180px 1fr;
  margin-bottom: clamp(32px, 4vw, 48px);
  padding-bottom: clamp(20px, 3vw, 32px);
}
section.chapter.dark .section-head { border-bottom-color: var(--vellum-rule); }
@media (max-width: 820px) {
  .section-head { grid-template-columns: 1fr; gap: 16px; padding-bottom: 24px; }
  section.chapter.module .section-head { grid-template-columns: 1fr; gap: 12px; padding-bottom: 18px; }
}
.section-no { display: flex; flex-direction: column; gap: 8px; padding-top: 4px; }
.section-no .num {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(48px, 6vw, 80px);
  line-height: 0.86;
  letter-spacing: -0.032em;
  color: var(--oxblood);
  display: block;
}
section.chapter.module .section-no .num {
  font-size: clamp(32px, 3.6vw, 48px);
}
section.chapter.dark .section-no .num { color: #AFCC75; }
.section-no .name {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--inkwell);
  line-height: 1.5;
  margin-top: 4px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.section-no .name::before {
  content: "";
  flex: 0 0 18px;
  height: 1px;
  background: var(--inkwell-mute);
}
section.chapter.dark .section-no .name { color: var(--vellum); }
section.chapter.dark .section-no .name::before { background: var(--vellum-mute); }

.section-title {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(32px, 4.4vw, 60px);
  line-height: 1.04;
  letter-spacing: -0.024em;
  color: var(--inkwell);
  text-wrap: balance;
  margin: 0;
}
section.chapter.module .section-title {
  font-size: clamp(26px, 3.4vw, 42px);
  line-height: 1.08;
}
section.chapter.dark .section-title { color: var(--vellum); }
.section-title .em { font-style: italic; font-weight: 400; }

.section-sub {
  margin-top: 16px;
  font-family: var(--display);
  font-style: italic;
  font-size: clamp(16px, 1.6vw, 20px);
  line-height: 1.5;
  color: var(--charcoal);
  max-width: 58ch;
  text-wrap: pretty;
}
section.chapter.module .section-sub {
  font-family: var(--body);
  font-style: normal;
  font-size: 15.5px;
  line-height: 1.6;
  margin-top: 12px;
  max-width: 60ch;
}
section.chapter.dark .section-sub { color: var(--vellum-soft); }

/* ─────────────────────────── LETTER ─────────────────────────── */
.letter-body {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: clamp(40px, 6vw, 88px);
  align-items: flex-start;
}
@media (max-width: 880px) { .letter-body { grid-template-columns: 1fr; gap: 40px; } }

.letter-portrait {
  position: sticky;
  top: 110px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.letter-portrait .frame {
  aspect-ratio: 4 / 5;
  width: 100%;
  max-width: 380px;
  background: var(--vellum-warm);
  border: 1px solid var(--inkwell-rule);
  overflow: hidden;
  position: relative;
}
.letter-portrait .frame::after {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid var(--inkwell-hair);
  pointer-events: none;
}
.letter-portrait .frame img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: 50% 30%;
  mix-blend-mode: multiply;
}
.letter-portrait .meta {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px 12px;
  max-width: 380px;
  padding-top: 14px;
  border-top: 1px solid var(--inkwell-rule);
}
.letter-portrait .meta .k {
  font-family: var(--mono);
  font-size: 9.5px;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: var(--inkwell-mute);
}
.letter-portrait .meta .v {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.06em;
  color: var(--inkwell);
}
@media (max-width: 880px) { .letter-portrait { position: static; } }

.letter-text {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(20px, 2.0vw, 26px);
  line-height: 1.48;
  color: var(--inkwell);
  letter-spacing: -0.010em;
  max-width: 34ch;
  text-wrap: pretty;
}
.letter-text > p { margin: 0 0 0.9em; }
.letter-text > p:last-child { margin-bottom: 0; }
.letter-text .em { font-style: italic; }
.letter-text .ox-under {
  position: relative;
  display: inline;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 10'%3E%3Cpath d='M0 6 Q 10 2, 20 6 T 40 6' stroke='%234B781C' stroke-width='2.2' fill='none'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-size: 1.7em 0.42em;
  background-position: 0 100%;
  padding-bottom: 0.2em;
}

/* Drop cap on first paragraph */
.letter-text > p:first-of-type::first-letter {
  font-family: var(--display);
  font-weight: 700;
  font-size: 4.2em;
  float: left;
  line-height: 0.86;
  margin: 0.08em 0.12em -0.08em -0.04em;
  color: var(--oxblood);
  letter-spacing: -0.04em;
}

.letter-sig {
  margin-top: 1.5em;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.letter-sig .line {
  font-family: var(--display);
  font-style: italic;
  font-size: 0.72em;
  color: var(--charcoal);
}
.letter-sig .signed {
  font-family: "Frank Ruhl Libre", serif;
  font-style: italic;
  font-weight: 400;
  font-size: 0.92em;
  color: var(--oxblood);
}

/* Marginalia footnotes — small mono notes alongside body */
.letter-marginalia {
  margin-top: clamp(48px, 7vw, 80px);
  padding-top: 22px;
  border-top: 1px solid var(--inkwell-rule);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(24px, 4vw, 48px);
}
@media (max-width: 720px) { .letter-marginalia { grid-template-columns: 1fr; } }
.letter-marginalia .mnote {
  display: flex; flex-direction: column; gap: 8px;
}
.letter-marginalia .mnote .n {
  font-family: var(--mono);
  font-size: 9.5px;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: var(--oxblood);
}
.letter-marginalia .mnote .t {
  font-family: var(--display);
  font-style: italic;
  font-size: clamp(15px, 1.4vw, 17px);
  line-height: 1.5;
  color: var(--charcoal);
  max-width: 32ch;
}

/* ─────────────────────────── PILLARS (program) ─────────────────────────── */
.pillars {
  display: flex;
  flex-direction: column;
}
.pillar {
  display: grid;
  grid-template-columns: 88px 1fr 1.4fr;
  gap: clamp(24px, 4vw, 56px);
  align-items: flex-start;
  padding: clamp(32px, 5vw, 56px) 0;
  border-bottom: 1px solid var(--inkwell-rule);
  transition: background 0.2s;
}
.pillar:first-child { border-top: 1px solid var(--inkwell-rule); }
.pillar:hover { background: rgba(28,73,44,0.02); }
@media (max-width: 820px) {
  .pillar { grid-template-columns: 1fr; gap: 18px; padding: 32px 0; }
}
.pillar .num {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(36px, 4.4vw, 60px);
  line-height: 0.88;
  letter-spacing: -0.030em;
  color: var(--oxblood);
}
.pillar .name {
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: var(--inkwell-mute);
  margin-top: 6px;
  display: block;
}
.pillar h3 {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.04;
  letter-spacing: -0.020em;
  color: var(--inkwell);
  margin: 0;
  text-wrap: balance;
}
.pillar h3 .em { font-style: italic; font-weight: 400; }
.pillar .body {
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.65;
  color: var(--charcoal);
  max-width: 44ch;
}
.pillar .body .em {
  font-family: var(--display);
  font-style: italic;
  color: var(--inkwell);
}

/* ─────────────────────────── SYLLABUS (TOC with leader dots) ─────────────────────────── */
.toc {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--inkwell-rule);
}
.toc-row {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: clamp(20px, 3vw, 36px);
  align-items: flex-start;
  padding: clamp(22px, 3vw, 30px) 0;
  border-bottom: 1px solid var(--inkwell-rule);
  cursor: pointer;
  transition: background 0.2s;
}
.toc-row:hover { background: rgba(28,73,44,0.02); }
.toc-row .toc-no {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: var(--oxblood);
  padding-top: 12px;
}
.toc-line {
  display: flex;
  align-items: baseline;
  gap: 12px;
  width: 100%;
}
.toc-title {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(24px, 2.8vw, 36px);
  line-height: 1.1;
  letter-spacing: -0.020em;
  color: var(--inkwell);
  flex: 0 0 auto;
  max-width: 60%;
  text-wrap: balance;
}
.toc-title .em { font-style: italic; font-weight: 400; }
.toc-dots {
  flex: 1 1 auto;
  border-bottom: 2px dotted var(--inkwell-rule);
  transform: translateY(-0.4em);
  min-width: 24px;
}
.toc-page {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: var(--inkwell-mute);
  white-space: nowrap;
}
.toc-body {
  grid-column: 2 / 3;
  font-family: var(--body);
  font-size: 15.5px;
  line-height: 1.62;
  color: var(--charcoal);
  margin-top: 10px;
  max-width: 64ch;
}
@media (max-width: 720px) {
  .toc-row { grid-template-columns: 56px 1fr; }
  .toc-title { font-size: 22px; max-width: 100%; }
  .toc-dots { display: none; }
  .toc-page { display: none; }
}
.toc-foot {
  margin-top: clamp(28px, 4vw, 44px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* ─────────────────────────── VOCABULARY ─────────────────────────── */
.acrostics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 7vw, 100px);
}
@media (max-width: 820px) {
  .acrostics { grid-template-columns: 1fr; gap: 56px; }
}
.acrostic-block {
  display: flex;
  flex-direction: column;
  gap: 22px;
  position: relative;
}
.acrostic-block.right { padding-left: clamp(0px, 2vw, 32px); border-left: 1px solid var(--inkwell-rule); }
@media (max-width: 820px) {
  .acrostic-block.right { padding-left: 0; border-left: 0; border-top: 1px solid var(--inkwell-rule); padding-top: 56px; }
}
.acrostic-plate {
  font-family: var(--mono);
  font-size: 9.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--oxblood);
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.acrostic-plate .pl-no { color: var(--inkwell-mute); }
.acrostic-h {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(28px, 3vw, 36px);
  line-height: 1.04;
  letter-spacing: -0.020em;
  color: var(--inkwell);
  margin: 0;
}
.acrostic-h .em { font-style: italic; font-weight: 400; }

.acrostic-rows {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 8px;
}
.acrostic-row {
  display: flex;
  align-items: baseline;
  gap: clamp(12px, 1.5vw, 22px);
  padding: 6px 0;
}
.acrostic-L {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(68px, 8vw, 116px);
  line-height: 0.88;
  letter-spacing: -0.040em;
  color: var(--oxblood);
  width: clamp(58px, 6.4vw, 96px);
  display: inline-block;
  text-align: center;
}
.acrostic-R {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(38px, 4.6vw, 64px);
  line-height: 0.96;
  letter-spacing: -0.022em;
  color: var(--inkwell);
}
.acrostic-quote {
  font-family: var(--display);
  font-style: italic;
  font-size: clamp(17px, 1.7vw, 20px);
  line-height: 1.5;
  color: var(--charcoal);
  max-width: 38ch;
  margin-top: 12px;
  padding-top: 18px;
  border-top: 1px solid var(--inkwell-rule);
}
.acrostic-quote .src {
  display: block;
  margin-top: 12px;
  font-family: var(--mono);
  font-style: normal;
  font-size: 9.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--inkwell-mute);
}

/* ─────────────────────────── AUDIENCE (ledger pages) ─────────────────────────── */
.ledger {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(36px, 5vw, 72px);
  position: relative;
}
@media (max-width: 820px) {
  .ledger { grid-template-columns: 1fr; }
}
.ledger::before {
  content: "";
  position: absolute;
  top: 0; bottom: 0;
  left: 50%;
  width: 1px;
  background: var(--inkwell-rule);
  transform: translateX(-0.5px);
}
@media (max-width: 820px) {
  .ledger::before { display: none; }
}
.ledger-col {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ledger-col .head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--inkwell-rule);
}
.ledger-col .head h3 {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(20px, 2.1vw, 24px);
  line-height: 1.15;
  letter-spacing: -0.012em;
  color: var(--inkwell);
  margin: 0;
}
.ledger-col.is-for .head h3 { color: var(--oxblood-ink); }
.ledger-col.is-for .head h3 .em { font-style: italic; color: var(--oxblood); }
.ledger-col .head .stamp {
  font-family: var(--mono);
  font-size: 9.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--inkwell-mute);
}
.ledger-col.is-for .head .stamp { color: var(--oxblood); }
.ledger-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.ledger-col li {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(18px, 1.9vw, 22px);
  line-height: 1.36;
  color: var(--inkwell);
  letter-spacing: -0.010em;
  padding: 18px 0 18px 38px;
  border-bottom: 1px solid var(--inkwell-hair);
  position: relative;
  text-wrap: pretty;
}
.ledger-col.is-not li { color: var(--inkwell-soft); }
.ledger-col li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.05em;
  width: 22px; height: 22px;
  border: 1px solid var(--inkwell-rule);
  background: var(--vellum);
}
.ledger-col.is-for li::before {
  border-color: var(--oxblood);
  background: var(--oxblood);
}
.ledger-col.is-for li::after {
  /* checkmark for "for" column */
  content: "";
  position: absolute;
  left: 5px;
  top: 1.30em;
  width: 12px;
  height: 6px;
  border-left: 2px solid var(--vellum);
  border-bottom: 2px solid var(--vellum);
  transform: rotate(-46deg);
}
.ledger-col.is-not li::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 1.45em;
  width: 14px;
  height: 1.5px;
  background: var(--inkwell-mute);
  transform: rotate(-26deg);
  transform-origin: left center;
}

/* ─────────────────────────── PULL QUOTE (replaces voices) ─────────────────────────── */
section.pull-quote {
  padding-block: clamp(72px, 10vw, 130px);
  border-top: 1px solid var(--inkwell-rule);
  background: var(--vellum);
  position: relative;
  z-index: 2;
}
.pull-quote-inner {
  max-width: 1040px;
  margin: 0 auto;
  padding-inline: var(--gutter);
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: clamp(16px, 3vw, 40px);
  align-items: start;
}
@media (max-width: 720px) { .pull-quote-inner { grid-template-columns: 1fr; gap: 8px; } }
.pull-quote-mark {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(96px, 12vw, 200px);
  line-height: 0.6;
  color: var(--oxblood);
  margin-top: -0.05em;
}
.pull-quote-body {
  font-family: var(--display);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(28px, 4vw, 56px);
  line-height: 1.18;
  letter-spacing: -0.018em;
  color: var(--inkwell);
  margin: 0;
  text-wrap: balance;
  max-width: 22ch;
}
.pull-quote-body .em-ox { font-style: normal; color: var(--oxblood); }
.pull-quote-attrib {
  margin-top: clamp(32px, 4vw, 48px);
  padding-top: 18px;
  border-top: 1px solid var(--inkwell-rule);
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 14px;
  flex-wrap: wrap;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: var(--inkwell-mute);
}
.pull-quote-attrib .who { color: var(--inkwell); }

/* ─────────────────────────── FOUNDER (inkwell break) ─────────────────────────── */
section.founder { background: var(--inkwell); color: var(--vellum); }
section.founder .section-head { border-bottom-color: var(--vellum-rule); }
.founder-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: clamp(40px, 6vw, 88px);
  align-items: start;
}
@media (max-width: 880px) { .founder-grid { grid-template-columns: 1fr; gap: 40px; } }

/* Tipped-in photo plate — like a photograph affixed inside a book */
.founder-photo {
  position: relative;
  padding: clamp(14px, 1.8vw, 22px);
  background: var(--vellum-warm);
}
.founder-photo::before {
  /* offset corner shadow / second mat */
  content: "";
  position: absolute;
  inset: 8px 8px 8px 8px;
  border: 1px solid rgba(28,73,44,0.10);
  pointer-events: none;
  z-index: 1;
}
.founder-photo .plate {
  aspect-ratio: 4 / 5;
  width: 100%;
  background: var(--inkwell);
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.founder-photo .plate img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: 50% 30%;
  display: block;
  filter: contrast(1.02) saturate(0.92);
}
.founder-photo .cap {
  margin-top: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--mono);
  font-size: 9.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--inkwell-mute);
  position: relative;
  z-index: 2;
}
.founder-photo .cap .l { flex: 0 0 28px; height: 1px; background: var(--inkwell-mute); }

.founder-text { padding-top: 8px; }
.founder-text .bio {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(19px, 1.95vw, 24px);
  line-height: 1.48;
  color: var(--vellum);
  letter-spacing: -0.010em;
  max-width: 40ch;
}
.founder-text .bio p { margin: 0 0 0.95em; }
.founder-text .bio p:last-child { margin-bottom: 0; }
.founder-text .bio .em-ox { font-style: italic; color: #AFCC75; }

.founder-creds {
  margin-top: clamp(36px, 4vw, 52px);
  padding-top: 24px;
  border-top: 1px solid var(--vellum-rule);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(20px, 3vw, 32px);
}
@media (max-width: 720px) { .founder-creds { grid-template-columns: 1fr; gap: 22px; } }
.cred .label {
  font-family: var(--mono);
  font-size: 9.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--vellum-mute);
  margin-bottom: 8px;
}
.cred .val {
  font-family: var(--display);
  font-size: clamp(17px, 1.65vw, 19px);
  color: var(--vellum);
  line-height: 1.4;
  letter-spacing: -0.010em;
}

/* ─────────────────────────── SPECIFICATIONS (cohort/tuition) ─────────────────────────── */
.specs {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  border: 1px solid var(--inkwell);
  background: var(--vellum);
}
@media (max-width: 820px) { .specs { grid-template-columns: 1fr; } }

.specs .left {
  padding: clamp(28px, 4vw, 48px);
  border-right: 1px solid var(--inkwell);
  position: relative;
}
@media (max-width: 820px) { .specs .left { border-right: 0; border-bottom: 1px solid var(--inkwell); } }

.specs .left .plate {
  font-family: var(--mono);
  font-size: 9.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--oxblood);
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.specs .left .plate::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--inkwell-rule);
}
.specs .date {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(56px, 7.2vw, 96px);
  line-height: 0.92;
  letter-spacing: -0.030em;
  color: var(--inkwell);
}
.specs .date .em { font-style: italic; font-weight: 400; color: var(--charcoal); }
.specs .when {
  margin-top: 20px;
  font-family: var(--display);
  font-size: clamp(18px, 1.85vw, 22px);
  line-height: 1.4;
  color: var(--inkwell);
  letter-spacing: -0.010em;
  max-width: 32ch;
}

.session-list {
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid var(--inkwell-rule);
  display: flex;
  flex-direction: column;
}
.session-list .sess {
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding: 8px 0;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--inkwell);
  border-bottom: 1px dotted var(--inkwell-hair);
}
.session-list .sess:last-child { border-bottom: 0; }
.session-list .sess .n { color: var(--oxblood); flex: 0 0 32px; }
.session-list .sess .t { flex: 1; }
.session-list .sess .d { color: var(--inkwell-mute); }

.specs .right {
  padding: clamp(28px, 4vw, 48px);
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.specs .right .plate {
  font-family: var(--mono);
  font-size: 9.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--inkwell-mute);
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.specs .right .plate::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--inkwell-rule);
}
.tiers {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.tier {
  padding: 22px;
  border: 1px solid var(--inkwell-rule);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4px 18px;
  align-items: baseline;
  position: relative;
}
.tier.primary {
  border-color: var(--oxblood);
  background: var(--oxblood-soft);
}
.tier .tier-name {
  font-family: var(--mono);
  font-size: 9.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--inkwell-mute);
}
.tier.primary .tier-name { color: var(--oxblood); }
.tier .tier-price {
  font-family: var(--display);
  font-size: clamp(28px, 3.2vw, 38px);
  line-height: 1;
  color: var(--inkwell);
  letter-spacing: -0.020em;
  text-align: right;
}
.tier.muted .tier-price { color: var(--inkwell-mute); font-style: italic; font-weight: 400; }
.tier .tier-meta {
  grid-column: 1 / -1;
  font-family: var(--body);
  font-size: 13.5px;
  line-height: 1.55;
  color: var(--charcoal);
  margin-top: 8px;
  border-top: 1px solid var(--inkwell-hair);
  padding-top: 10px;
}

.seats {
  padding-top: 18px;
  border-top: 1px solid var(--inkwell-hair);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.seats .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.seats .dots {
  display: flex;
  gap: 6px;
}
.seats .dot {
  width: 12px; height: 12px;
  border: 1px solid var(--inkwell);
  border-radius: 50%;
  background: transparent;
}
.seats .dot.filled { background: var(--inkwell); }
.seats .label {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--inkwell);
}
.seats .sub {
  font-family: var(--body);
  font-size: 12.5px;
  color: var(--inkwell-mute);
  line-height: 1.5;
}

/* ─────────────────────────── FAQ ─────────────────────────── */
.faq-list { border-top: 1px solid var(--inkwell-rule); }
.faq-item { border-bottom: 1px solid var(--inkwell-rule); }
.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: clamp(22px, 3vw, 30px) 0;
  display: grid;
  grid-template-columns: 56px 1fr 32px;
  gap: clamp(14px, 2vw, 28px);
  align-items: center;
  transition: padding 0.2s;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { padding-left: 12px; }
.faq-item .q-no {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: var(--oxblood);
}
.faq-item .q-text {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(20px, 2.1vw, 26px);
  line-height: 1.22;
  color: var(--inkwell);
  letter-spacing: -0.014em;
  text-wrap: balance;
}
.faq-item .q-toggle {
  width: 22px; height: 22px;
  position: relative;
  justify-self: end;
  border: 1px solid var(--inkwell-rule);
  transition: background 0.18s, border-color 0.18s;
}
.faq-item .q-toggle::before,
.faq-item .q-toggle::after {
  content: "";
  position: absolute;
  background: var(--inkwell);
  left: 50%; top: 50%;
}
.faq-item .q-toggle::before { width: 10px; height: 1.5px; transform: translate(-50%, -50%); }
.faq-item .q-toggle::after { width: 1.5px; height: 10px; transform: translate(-50%, -50%); transition: transform 0.22s; }
.faq-item[open] .q-toggle { background: var(--inkwell); border-color: var(--inkwell); }
.faq-item[open] .q-toggle::before { background: var(--vellum); }
.faq-item[open] .q-toggle::after { transform: translate(-50%, -50%) scaleY(0); }
.faq-item .a-text {
  padding: 0 0 clamp(24px, 3vw, 36px) 0;
  display: grid;
  grid-template-columns: 56px 1fr 32px;
  gap: clamp(14px, 2vw, 28px);
}
.faq-item .a-text > div:nth-child(2) {
  font-family: var(--body);
  font-size: 16.5px;
  line-height: 1.66;
  color: var(--charcoal);
  max-width: 64ch;
}
.faq-item .a-text .em {
  font-family: var(--display);
  font-style: italic;
  font-size: 1.05em;
  color: var(--inkwell);
}
@media (max-width: 720px) {
  .faq-item summary, .faq-item .a-text { grid-template-columns: 1fr 28px; }
  .faq-item .q-no { display: none; }
  .faq-item .a-text > div:nth-child(2) { grid-column: 1 / 2; }
}

/* FAQ group plate (small heading between question groups) */
.faq-group-plate {
  padding: clamp(20px, 3vw, 28px) 0 14px;
  border-bottom: 1px solid var(--inkwell-rule);
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-top: clamp(28px, 4vw, 40px);
}
.faq-group-plate:first-child { margin-top: 0; }
.faq-group-plate .plate-no {
  font-family: var(--mono);
  font-size: 9.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--oxblood);
}
.faq-group-plate .plate-name {
  font-family: var(--display);
  font-style: italic;
  font-size: clamp(17px, 1.7vw, 21px);
  color: var(--inkwell);
  line-height: 1.3;
}

/* ─────────────────────────── APPLY (dark) ─────────────────────────── */
section.apply {
  background: var(--inkwell);
  color: var(--vellum);
  padding-block: clamp(72px, 10vw, 140px);
  position: relative;
  z-index: 2;
}
section.apply .section-head { border-bottom-color: var(--vellum-rule); }
section.apply .section-no .num { color: #AFCC75; }
section.apply .section-no .name { color: var(--vellum); }
section.apply .section-no .name::before { background: var(--vellum-mute); }
section.apply .section-title { color: var(--vellum); }
section.apply .section-sub { color: var(--vellum-soft); }

.apply-letter {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: clamp(36px, 5vw, 80px);
  align-items: start;
  padding-bottom: clamp(40px, 5vw, 56px);
  border-bottom: 1px solid var(--vellum-rule);
  margin-bottom: clamp(40px, 5vw, 56px);
}
@media (max-width: 820px) { .apply-letter { grid-template-columns: 1fr; gap: 28px; } }

/* ─────────────────────────── STICKY APPLY PILL (mobile + desktop persistent CTA) ─────────────────────────── */
.sticky-apply {
  position: fixed;
  right: clamp(16px, 2vw, 28px);
  bottom: clamp(16px, 2vw, 28px);
  z-index: 100;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--inkwell);
  color: var(--vellum);
  padding: 14px 22px 14px 24px;
  font-family: var(--body);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.004em;
  border-radius: 999px;
  border: 2px solid rgba(251,246,216,0.9);
  box-shadow: 0 12px 32px rgba(28,73,44,0.28);
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  transition: opacity 0.32s ease, transform 0.32s ease, background 0.18s, gap 0.18s;
  min-height: 44px;
}
.sticky-apply.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.sticky-apply:hover {
  background: var(--oxblood);
  gap: 16px;
}
.sticky-apply .price {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  padding-right: 12px;
  margin-right: 4px;
  border-right: 1px solid rgba(247,242,204,0.22);
  font-family: var(--display);
  font-size: 15px;
  letter-spacing: -0.010em;
}
.sticky-apply .price small {
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: var(--vellum-mute);
}
.sticky-apply .arr {
  transition: transform 0.18s;
}
.sticky-apply:hover .arr { transform: translateX(2px); }
@media (max-width: 540px) {
  .sticky-apply { padding: 12px 18px; font-size: 13px; }
  .sticky-apply .price { display: none; }
}

/* ─────────────────────────── AT A GLANCE (compact card module) ─────────────────────────── */
.glance-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(16px, 2vw, 24px);
}
@media (max-width: 880px) {
  .glance-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 520px) {
  .glance-grid { grid-template-columns: 1fr; }
}
.glance-card {
  padding: clamp(20px, 2.4vw, 28px);
  background: var(--vellum);
  border: 1px solid var(--inkwell-rule);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.glance-card .tag {
  font-family: var(--mono);
  font-size: 9.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--oxblood);
}
.glance-card .val {
  font-family: var(--display);
  font-size: clamp(22px, 2.4vw, 28px);
  line-height: 1.1;
  letter-spacing: -0.018em;
  color: var(--inkwell);
}
.glance-card .val .em { font-style: italic; font-weight: 400; }
.glance-card .sub {
  font-family: var(--body);
  font-size: 13.5px;
  line-height: 1.5;
  color: var(--charcoal);
  margin-top: auto;
  padding-top: 6px;
}

/* ─────────────────────────── EIGHT-WEEK PREVIEW (compressed syllabus on home) ─────────────────────────── */
.weeks-preview {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--inkwell-rule);
  border-left: 1px solid var(--inkwell-rule);
}
@media (max-width: 880px) { .weeks-preview { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .weeks-preview { grid-template-columns: 1fr; border-left: 0; } }
.weeks-preview .wk {
  padding: clamp(18px, 2.2vw, 24px);
  border-right: 1px solid var(--inkwell-rule);
  border-bottom: 1px solid var(--inkwell-rule);
  background: var(--vellum);
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 132px;
}
.weeks-preview .wk .n {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--oxblood);
}
.weeks-preview .wk .t {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(18px, 1.9vw, 22px);
  line-height: 1.15;
  letter-spacing: -0.012em;
  color: var(--inkwell);
  text-wrap: balance;
}
.weeks-preview .wk .t .em { font-style: italic; font-weight: 400; }
.weeks-preview-foot {
  margin-top: clamp(20px, 3vw, 28px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* ─────────────────────────── AUDIENCE COMPACT (home page condensed for/not for) ─────────────────────────── */
.audience-compact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 4vw, 48px);
}
@media (max-width: 720px) { .audience-compact { grid-template-columns: 1fr; gap: 28px; } }
.audience-compact .col h3 {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--inkwell-mute);
  margin: 0 0 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--inkwell-rule);
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}
.audience-compact .col h3 .stamp {
  font-family: var(--mono);
  font-size: 9.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.audience-compact .col.is-for h3 { color: var(--oxblood); }
.audience-compact .col.is-for h3 .stamp { color: var(--oxblood); }
.audience-compact ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; }
.audience-compact li {
  font-family: var(--display);
  font-size: clamp(16px, 1.7vw, 19px);
  line-height: 1.4;
  color: var(--inkwell);
  padding: 12px 0 12px 28px;
  position: relative;
  border-bottom: 1px solid var(--inkwell-hair);
  text-wrap: pretty;
}
.audience-compact .col.is-not li { color: var(--inkwell-soft); }
.audience-compact li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.0em;
  width: 14px; height: 14px;
  border: 1px solid var(--inkwell-rule);
  background: var(--vellum);
}
.audience-compact .col.is-for li::before {
  border-color: var(--oxblood);
  background: var(--oxblood);
}
.audience-compact .col.is-for li::after {
  content: "";
  position: absolute;
  left: 3px; top: 1.18em;
  width: 8px; height: 4px;
  border-left: 1.5px solid var(--vellum);
  border-bottom: 1.5px solid var(--vellum);
  transform: rotate(-46deg);
}
.audience-compact .col.is-not li::after {
  content: "";
  position: absolute;
  left: 3px; top: 1.30em;
  width: 9px; height: 1px;
  background: var(--inkwell-mute);
  transform: rotate(-22deg);
  transform-origin: left center;
}

/* ─────────────────────────── HOW APPLYING WORKS (3 steps, compact) ─────────────────────────── */
.steps-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 3vw, 36px);
}
@media (max-width: 820px) { .steps-row { grid-template-columns: 1fr; gap: 22px; } }
.step {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-top: 1px solid var(--inkwell);
  padding-top: 20px;
}
.step .n {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(28px, 3.2vw, 38px);
  line-height: 0.95;
  letter-spacing: -0.022em;
  color: var(--oxblood);
}
.step h4 {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(18px, 1.9vw, 22px);
  line-height: 1.2;
  letter-spacing: -0.012em;
  color: var(--inkwell);
  margin: 0;
  text-wrap: balance;
}
.step h4 .em { font-style: italic; font-weight: 400; }
.step p {
  font-family: var(--body);
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--charcoal);
  margin: 0;
}
.step .meta {
  font-family: var(--mono);
  font-size: 9.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--inkwell-mute);
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid var(--inkwell-hair);
}

/* Subdued variant — used when the note sits BELOW the form as a footer touch */
.apply-letter.below {
  margin-top: clamp(40px, 5vw, 64px);
  margin-bottom: 0;
  padding-top: clamp(32px, 4vw, 48px);
  padding-bottom: 0;
  border-top: 1px solid var(--vellum-rule);
  border-bottom: 0;
  opacity: 0.92;
}
.apply-letter.below .note {
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.55;
}
body.has-submitted .apply-letter { display: none; }

/* Anchor target offset for sticky header */
#apply-form, #apply-form-section { scroll-margin-top: 100px; }

/* Cover side meta column — only meta block lives here, hugs the bottom */
.cover-side-meta { justify-content: flex-end; padding-bottom: 6px; }

.apply-letter .from {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.apply-letter .from .label {
  font-family: var(--mono);
  font-size: 9.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--vellum-mute);
}
.apply-letter .from .name {
  font-family: var(--display);
  font-style: italic;
  font-size: clamp(22px, 2.4vw, 28px);
  color: var(--vellum);
  letter-spacing: -0.014em;
}
.apply-letter .from .role {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--vellum-mute);
}
.apply-letter .note {
  font-family: var(--display);
  font-style: italic;
  font-size: clamp(18px, 1.85vw, 22px);
  line-height: 1.5;
  color: var(--vellum);
  max-width: 48ch;
  letter-spacing: -0.008em;
}
.apply-letter .note .signed {
  margin-top: 18px;
  display: block;
  font-family: var(--display);
  font-style: italic;
  font-size: 0.78em;
  color: var(--vellum-mute);
}

form.apply-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(22px, 3vw, 36px) clamp(28px, 4vw, 48px);
}
@media (max-width: 720px) { form.apply-form { grid-template-columns: 1fr; } }
form.apply-form .field-full { grid-column: 1 / -1; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field label {
  font-family: var(--mono);
  font-size: 9.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--vellum-mute);
}
.field label .hint {
  font-family: var(--body);
  font-style: italic;
  text-transform: none;
  letter-spacing: 0;
  color: var(--vellum-faint);
  margin-left: 8px;
}
.field input,
.field textarea,
.field select {
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--vellum-rule);
  color: var(--vellum);
  font-family: var(--display);
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -0.010em;
  padding: 8px 0 12px;
  outline: none;
  transition: border-color 0.18s, padding-bottom 0.18s;
  width: 100%;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
  min-height: 48px;
}
.field textarea {
  resize: vertical;
  min-height: 120px;
  font-size: 18px;
  line-height: 1.5;
  font-family: var(--body);
}
.field input::placeholder, .field textarea::placeholder {
  color: rgba(247,242,204,0.30);
  font-style: italic;
}
.field input:focus,
.field textarea:focus,
.field select:focus { border-color: var(--vellum); padding-bottom: 14px; }
.field select option {
  color: var(--inkwell);
  background: var(--vellum);
}

.radio-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}
.radio-row label {
  cursor: pointer;
  padding: 10px 18px;
  border: 1px solid var(--vellum-rule);
  color: var(--vellum-soft);
  font-family: var(--body);
  font-size: 13.5px;
  letter-spacing: 0;
  text-transform: none;
  transition: background 0.18s, color 0.18s, border-color 0.18s;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
}
.radio-row label:hover { border-color: var(--vellum); color: var(--vellum); }
.radio-row input { position: absolute; opacity: 0; pointer-events: none; }
.radio-row label.is-checked {
  background: var(--vellum);
  color: var(--inkwell);
  border-color: var(--vellum);
}

.form-foot {
  grid-column: 1 / -1;
  margin-top: 8px;
  padding-top: 24px;
  border-top: 1px solid var(--vellum-rule);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}
button.btn-submit {
  background: var(--vellum);
  color: var(--inkwell);
  border: 1px solid var(--vellum);
  padding: 18px 32px;
  font-family: var(--body);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.004em;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  transition: background 0.2s, color 0.2s, transform 0.18s, gap 0.18s;
  min-height: 48px;
}
button.btn-submit:hover {
  background: transparent;
  color: var(--vellum);
  transform: translateY(-1px);
  gap: 18px;
}
.form-foot .privacy {
  font-family: var(--mono);
  font-size: 9.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--vellum-mute);
  max-width: 42ch;
  line-height: 1.7;
}

.form-thanks {
  display: none;
  padding: clamp(32px, 5vw, 56px);
  border: 1px solid var(--vellum);
  margin-top: clamp(24px, 3vw, 32px);
  background: rgba(247,242,204,0.04);
}
.form-thanks .plate {
  font-family: var(--mono);
  font-size: 9.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--vellum-mute);
  margin-bottom: 22px;
}
.form-thanks .h {
  font-family: var(--display);
  font-size: clamp(30px, 3.4vw, 44px);
  line-height: 1.08;
  color: var(--vellum);
  letter-spacing: -0.020em;
  margin: 0 0 18px;
  text-wrap: balance;
}
.form-thanks .b {
  font-family: var(--display);
  font-style: italic;
  font-size: clamp(18px, 1.8vw, 21px);
  line-height: 1.5;
  color: var(--vellum-soft);
  max-width: 52ch;
  margin: 0;
}
body.has-submitted form.apply-form { display: none; }
body.has-submitted .apply-letter { display: none; }
body.has-submitted .form-thanks { display: block; }

/* ─────────────────────────── COLOPHON FOOTER ─────────────────────────── */
footer.colophon {
  background: var(--vellum);
  color: var(--inkwell);
  padding-block: clamp(56px, 7vw, 88px) clamp(28px, 4vw, 40px);
  border-top: 1px solid var(--inkwell-rule);
  position: relative;
  z-index: 2;
}
.colophon-band {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: clamp(28px, 4vw, 48px);
  padding-bottom: clamp(36px, 5vw, 52px);
  border-bottom: 1px solid var(--inkwell-rule);
}
@media (max-width: 820px) { .colophon-band { grid-template-columns: 1fr 1fr; gap: 32px; } }
@media (max-width: 480px) { .colophon-band { grid-template-columns: 1fr; gap: 28px; } }
.colophon-band .col h4 {
  font-family: var(--mono);
  font-size: 9.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--inkwell-mute);
  margin: 0 0 16px;
  font-weight: 500;
}
.colophon-band .col p,
.colophon-band .col a {
  font-family: var(--body);
  font-size: 14.5px;
  line-height: 1.65;
  color: var(--inkwell);
  margin: 0 0 4px;
  display: block;
}
.colophon-band .col a { transition: color 0.18s, padding-left 0.18s; }
.colophon-band .col a:hover { color: var(--oxblood); }
.colophon-band .brand-col p.tag {
  font-family: var(--display);
  font-style: italic;
  font-size: clamp(16px, 1.5vw, 18px);
  line-height: 1.5;
  color: var(--charcoal);
  max-width: 30ch;
  margin-top: 16px;
}

.colophon-credit {
  margin-top: clamp(32px, 4vw, 48px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: end;
}
@media (max-width: 720px) { .colophon-credit { grid-template-columns: 1fr; } }
.colophon-credit .left {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.colophon-credit .closer {
  font-family: var(--display);
  font-style: italic;
  font-size: clamp(20px, 2.4vw, 28px);
  line-height: 1.3;
  color: var(--inkwell);
  letter-spacing: -0.012em;
}
.colophon-credit .closer .em-ox { color: var(--oxblood); }
.colophon-credit .left .micro {
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--inkwell-mute);
  margin-top: 8px;
  max-width: 56ch;
  line-height: 1.7;
}
.colophon-credit .right {
  font-family: var(--mono);
  font-size: 9.5px;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: var(--inkwell-mute);
  text-align: right;
  line-height: 1.8;
}
@media (max-width: 720px) { .colophon-credit .right { text-align: left; } }
.colophon-credit .right .key { color: var(--inkwell); }

/* ─────────────────────────── TWEAKS PANEL ─────────────────────────── */
#tweaks-host { display: none; }
body.tweaks-on #tweaks-host { display: block; }

#tweaks-host .tw-panel {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 296px;
  background: var(--vellum);
  color: var(--inkwell);
  border: 1px solid var(--inkwell);
  box-shadow: 0 20px 50px rgba(28,73,44,0.18);
  z-index: 200;
  font-family: var(--body);
}
#tweaks-host .tw-head { display: flex; justify-content: space-between; align-items: center; padding: 14px 18px; border-bottom: 1px solid var(--inkwell-rule); }
#tweaks-host .tw-title { font-family: var(--display); font-size: 18px; letter-spacing: -0.012em; }
#tweaks-host .tw-title .em { font-style: italic; font-weight: 400; color: var(--oxblood); }
#tweaks-host .tw-close { background: none; border: 0; font-size: 22px; color: var(--inkwell); cursor: pointer; line-height: 1; padding: 4px 8px; }
#tweaks-host .tw-body { padding: 16px 18px 18px; display: flex; flex-direction: column; gap: 18px; }
#tweaks-host .tw-section { display: flex; flex-direction: column; gap: 10px; }
#tweaks-host .tw-label { font-family: var(--mono); font-size: 9.5px; letter-spacing: 0.20em; text-transform: uppercase; color: var(--inkwell-mute); }
#tweaks-host .tw-swatches { display: flex; gap: 8px; }
#tweaks-host .tw-sw { width: 28px; height: 28px; border: 1px solid var(--inkwell-rule); cursor: pointer; padding: 0; border-radius: 50%; }
#tweaks-host .tw-sw.is-active { outline: 2px solid var(--inkwell); outline-offset: 3px; }
#tweaks-host .tw-segmented { display: flex; border: 1px solid var(--inkwell); }
#tweaks-host .tw-segmented button { flex: 1; padding: 8px 10px; background: transparent; color: var(--inkwell); border: 0; cursor: pointer; font-size: 12px; font-family: var(--body); }
#tweaks-host .tw-segmented button.is-active { background: var(--inkwell); color: var(--vellum); }
#tweaks-host .tw-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
#tweaks-host .tw-toggle { width: 38px; height: 20px; border: 1px solid var(--inkwell); background: transparent; padding: 0; position: relative; cursor: pointer; }
#tweaks-host .tw-toggle::after { content: ""; position: absolute; top: 2px; left: 2px; width: 14px; height: 14px; background: var(--inkwell); transition: transform 0.18s; }
#tweaks-host .tw-toggle.is-on::after { transform: translateX(18px); }

/* ─────────────────────────── PAGE INTRO (sub-page hero) ─────────────────────────── */
section.page-intro {
  padding-top: clamp(40px, 6vw, 88px);
  padding-bottom: clamp(48px, 7vw, 96px);
  position: relative;
  border-bottom: 1px solid var(--inkwell-rule);
}
.page-intro-meta {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: clamp(28px, 4vw, 44px);
  padding-bottom: 14px;
  border-bottom: 1px solid var(--inkwell-rule);
}
.page-intro-meta .breadcrumb {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--inkwell-mute);
  display: flex;
  align-items: center;
  gap: 12px;
}
.page-intro-meta .breadcrumb .crumb-now { color: var(--inkwell); }
.page-intro-meta .breadcrumb .sep { color: var(--inkwell-faint); }
.page-intro h1 {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(52px, 9vw, 132px);
  line-height: 0.92;
  letter-spacing: -0.032em;
  color: var(--inkwell);
  margin: 0;
  text-wrap: balance;
}
.page-intro h1 .em { font-style: italic; font-weight: 400; }
.page-intro h1 .ox-curl { display: inline-block; }
.page-intro .body-row {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: clamp(28px, 5vw, 72px);
  margin-top: clamp(32px, 5vw, 56px);
  align-items: end;
}
@media (max-width: 820px) { .page-intro .body-row { grid-template-columns: 1fr; gap: 28px; } }
.page-intro .lede {
  font-family: var(--display);
  font-style: italic;
  font-size: clamp(20px, 2.3vw, 26px);
  line-height: 1.45;
  color: var(--inkwell);
  max-width: 38ch;
  margin: 0;
  text-wrap: pretty;
}
.page-intro .lede em { font-style: normal; color: var(--oxblood); font-weight: 500; }
.page-intro .meta-block {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px 22px;
  align-items: baseline;
  padding-top: 22px;
  border-top: 1px solid var(--inkwell-rule);
  max-width: 460px;
  margin-left: auto;
}
.page-intro .meta-block .k {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: var(--inkwell-mute);
}
.page-intro .meta-block .v {
  font-family: var(--display);
  font-size: 17px;
  line-height: 1.4;
  color: var(--inkwell);
  letter-spacing: -0.008em;
}
.page-intro .meta-block .v .em { font-style: italic; color: var(--charcoal); }

/* ─────────────────────────── NEXT-STEPS GRID (cards) ─────────────────────────── */
.next-grid {
  margin-top: clamp(32px, 5vw, 56px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(0px, 2vw, 0px);
  border-top: 1px solid var(--inkwell-rule);
  border-left: 1px solid var(--inkwell-rule);
}
@media (max-width: 880px) {
  .next-grid { grid-template-columns: 1fr; border-left: 0; }
}
.next-card {
  border-right: 1px solid var(--inkwell-rule);
  border-bottom: 1px solid var(--inkwell-rule);
  padding: clamp(28px, 4vw, 40px);
  background: var(--vellum);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 28px;
  transition: background 0.2s, padding-top 0.2s;
  color: inherit;
  min-height: 280px;
}
.next-card:hover {
  background: var(--vellum-deep);
  padding-top: calc(clamp(28px, 4vw, 40px) - 4px);
}
.next-card.is-static { cursor: default; }
.next-card.is-static:hover { background: var(--vellum); padding-top: clamp(28px, 4vw, 40px); }
.next-card .nc-no {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--oxblood);
  display: flex;
  align-items: center;
  gap: 8px;
}
.next-card h3 {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(24px, 2.8vw, 32px);
  line-height: 1.05;
  letter-spacing: -0.020em;
  color: var(--inkwell);
  margin: 16px 0 12px;
  text-wrap: balance;
}
.next-card h3 .em { font-style: italic; font-weight: 400; }
.next-card p {
  font-family: var(--body);
  font-size: 15.5px;
  line-height: 1.6;
  color: var(--charcoal);
  margin: 0;
}
.next-card .nc-foot {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: var(--inkwell);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-top: 1px solid var(--inkwell-hair);
  padding-top: 14px;
  transition: color 0.18s, gap 0.18s;
}
.next-card:hover .nc-foot { color: var(--oxblood); gap: 12px; }
.next-card.is-static .nc-foot { color: var(--inkwell-mute); }

/* ─────────────────────────── CLOSING CTA STRIP ─────────────────────────── */
section.cta-strip {
  padding-block: clamp(64px, 9vw, 110px);
  border-top: 1px solid var(--inkwell-rule);
  background: var(--vellum-deep);
  position: relative;
  z-index: 2;
}
section.cta-strip .inner {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  padding-bottom: clamp(28px, 4vw, 40px);
  border-bottom: 1px solid var(--inkwell-rule);
}
@media (max-width: 820px) { section.cta-strip .inner { grid-template-columns: 1fr; gap: 28px; } }
section.cta-strip .plate {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--oxblood);
  margin-bottom: 18px;
}
section.cta-strip h2 {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(34px, 4.8vw, 62px);
  line-height: 1.0;
  letter-spacing: -0.024em;
  color: var(--inkwell);
  margin: 0 0 18px;
  text-wrap: balance;
}
section.cta-strip h2 .em { font-style: italic; font-weight: 400; }
section.cta-strip p {
  font-family: var(--display);
  font-style: italic;
  font-size: clamp(17px, 1.8vw, 21px);
  line-height: 1.5;
  color: var(--charcoal);
  max-width: 46ch;
  margin: 0;
}
section.cta-strip .actions {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-start;
}

/* ─────────────────────────── CONTACT CARD (faq) ─────────────────────────── */
.contact-card {
  margin-top: clamp(36px, 5vw, 56px);
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  border: 1px solid var(--inkwell);
  background: var(--vellum);
}
@media (max-width: 820px) { .contact-card { grid-template-columns: 1fr; } }
.contact-card .side {
  padding: clamp(28px, 4vw, 48px);
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.contact-card .side.left {
  border-right: 1px solid var(--inkwell);
  background: var(--inkwell);
  color: var(--vellum);
}
@media (max-width: 820px) {
  .contact-card .side.left { border-right: 0; border-bottom: 1px solid var(--inkwell); }
}
.contact-card .plate {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--inkwell-mute);
  display: flex;
  align-items: center;
  gap: 10px;
}
.contact-card .plate::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--inkwell-rule);
}
.contact-card .side.left .plate { color: var(--vellum-mute); }
.contact-card .side.left .plate::after { background: var(--vellum-rule); }
.contact-card h3 {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(28px, 3.4vw, 40px);
  line-height: 1.05;
  letter-spacing: -0.020em;
  color: var(--inkwell);
  margin: 0;
  text-wrap: balance;
}
.contact-card h3 .em { font-style: italic; font-weight: 400; }
.contact-card .side.left h3 { color: var(--vellum); }
.contact-card .body-text {
  font-family: var(--display);
  font-size: clamp(17px, 1.8vw, 20px);
  line-height: 1.5;
  color: var(--inkwell);
  margin: 0;
  letter-spacing: -0.008em;
  max-width: 36ch;
}
.contact-card .side.left .body-text { color: var(--vellum-soft); }
.contact-card .line a, .contact-card .line span {
  font-family: var(--display);
  font-size: clamp(24px, 2.6vw, 32px);
  color: var(--inkwell);
  letter-spacing: -0.014em;
  line-height: 1.2;
  transition: color 0.18s;
}
.contact-card .side.left .line a { color: var(--vellum); }
.contact-card .side.left .line a:hover { color: #CBE08C; }
.contact-card .line a:hover { color: var(--oxblood); }
.contact-card .micro {
  font-family: var(--mono);
  font-size: 9.5px;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: var(--inkwell-mute);
}
.contact-card .side.left .micro { color: var(--vellum-mute); }

/* nav active state for site nav */
nav.primary a.nav.is-active { color: var(--inkwell); }
nav.primary a.nav.is-active::after { right: 0; }

/* ─────────────────────────── PRINT ─────────────────────────── */
@media print {
  body::before { display: none; }
  header.site, .press-runner, section.apply, #tweaks-host { display: none; }
  section.chapter, section.cover, section.pull-quote { page-break-inside: avoid; }
}


/* ════════════════════════════════════════════════════════════
   WEB PASS — friendlier website layer (June 2026)
   Keep the warmth, lose the "magazine article" feel:
   cards, pills, rounded corners, sans UI labels, calmer scale.
   Palette: forest / leaf / lime / moss / cream.
   ════════════════════════════════════════════════════════════ */

:root {
  --paper: #FBF6D8;
  --lime: #9DAE20;
  --card-border: rgba(28,73,44,0.14);
  --card-shadow: 0 1px 2px rgba(28,73,44,0.05), 0 10px 28px rgba(28,73,44,0.07);
  --card-shadow-lift: 0 2px 4px rgba(28,73,44,0.06), 0 16px 36px rgba(28,73,44,0.11);
  --r-lg: 18px;
  --r-md: 12px;
  --r-sm: 10px;
}

/* Paper grain off — clean screen surface */
body::before { content: none; display: none; background-image: none; opacity: 0; mix-blend-mode: normal; }
html { background: var(--vellum); }

/* ── UI labels: mono smallcaps → sans semibold ── */
.mono, .section-no .name, .field label,
.glance-card .tag, .cover-meta-strip .tag, .cover-tag-block .tag,
.acrostic-plate, .specs .left .plate, .specs .right .plate,
.contact-card .plate, section.cta-strip .plate, .next-card .nc-no, .next-card .nc-foot,
.faq-group-plate .plate-no, .tier .tier-name, .seats .label,
.step .meta, .colophon-band .col h4, .form-thanks .plate,
.apply-letter .from .label, .apply-letter .from .role, .cred .label,
.founder-photo .cap, .cover-portrait .pcap .cap,
.letter-portrait .meta .k, .letter-portrait .meta .v,
.page-intro-meta .breadcrumb, .toc-row .toc-no, .pillar .name,
.weeks-preview .wk .n, .audience-compact .col h3, .audience-compact .col h3 .stamp,
.ledger-col .head .stamp, .pull-quote-attrib, .acrostic-quote .src,
.letter-marginalia .mnote .n, .faq-item .q-no, .session-list .sess,
.form-foot .privacy, .colophon-credit .right, .colophon-credit .left .micro,
.page-intro .meta-block .k, .sticky-apply .price small, .brand .mark-meta,
#tweaks-host .tw-label {
  font-family: var(--body);
  font-weight: 600;
  letter-spacing: 0.07em;
  font-size: 11px;
}

/* ── Announcement bar: plain sentence case ── */
.press-runner .inner {
  font-family: var(--body);
  font-size: 12.5px;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 500;
  padding-block: 9px;
}

/* ── Header / nav ── */
nav.primary a.nav { font-size: 14.5px; font-weight: 500; }
.brand .mark-meta { font-size: 10px; letter-spacing: 0.06em; }

/* ── Buttons: pills ── */
a.btn-primary, button.btn-primary, a.btn-ghost, button.btn-submit { border-radius: 999px; }
a.btn-primary, button.btn-primary { background: var(--oxblood); border-color: var(--oxblood); }
a.btn-primary:hover, button.btn-primary:hover { background: var(--inkwell); border-color: var(--inkwell); }
a.apply-pill { background: var(--oxblood); }
a.apply-pill:hover { background: var(--inkwell); }

/* ── Hero: calmer scale, sans lede ── */
section.cover { padding-top: clamp(44px, 6vw, 80px); padding-bottom: clamp(48px, 7vw, 96px); }
.cover-meta { display: none; }
.cover-title { font-size: clamp(42px, 6.4vw, 86px); line-height: 1.04; letter-spacing: -0.025em; }
.cover-body { margin-top: clamp(24px, 3.5vw, 40px); }
.cover-lede {
  font-family: var(--body); font-style: normal;
  font-size: clamp(16.5px, 1.55vw, 19px); line-height: 1.65;
  color: var(--charcoal); max-width: 54ch;
}
.cover-lede em { font-style: normal; font-weight: 600; color: var(--oxblood); }

/* Hero stat strip → three cards */
.cover-meta-strip { border: 0; gap: clamp(14px, 1.8vw, 20px); margin-top: clamp(40px, 5vw, 64px); }
.cover-meta-strip .col,
.cover-meta-strip .col:last-child {
  background: var(--paper);
  border: 1px solid var(--card-border);
  border-radius: var(--r-lg);
  box-shadow: var(--card-shadow);
}
.cover-meta-strip .tag { color: var(--oxblood); }
.cover-meta-strip .val { font-size: clamp(21px, 2.2vw, 27px); }
@media (max-width: 720px) {
  .cover-meta-strip .col, .cover-meta-strip .col:last-child { border-bottom: 1px solid var(--card-border); }
}

/* ── Sections: pill eyebrow, no chapter numerals, no rules ── */
section.chapter, section.chapter.module { border-top: 0; }
section.chapter { padding-block: clamp(56px, 7vw, 100px); }
section.chapter.module { padding-block: clamp(48px, 6vw, 84px); }
.section-head, section.chapter.module .section-head {
  grid-template-columns: 1fr;
  gap: 14px;
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: clamp(26px, 3.5vw, 42px);
}
.section-no { padding-top: 0; gap: 0; }
.section-no .num { display: none; }
.section-no .name, section.chapter.dark .section-no .name, section.apply .section-no .name {
  display: inline-flex; width: fit-content; align-items: center;
  margin-top: 0; line-height: 1;
  padding: 7px 13px; border-radius: 999px;
  letter-spacing: 0.09em; font-size: 11px;
}
.section-no .name { background: var(--oxblood-soft); color: var(--oxblood); }
.section-no .name::before { content: none; }
section.chapter.dark .section-no .name, section.apply .section-no .name {
  background: rgba(247,242,204,0.10); color: var(--sage);
}
.section-title { font-size: clamp(28px, 3.6vw, 46px); line-height: 1.08; }
section.chapter.module .section-title { font-size: clamp(24px, 3vw, 38px); }
.section-sub, section.chapter.module .section-sub {
  font-family: var(--body); font-style: normal;
  font-size: 16px; line-height: 1.65; margin-top: 12px; max-width: 62ch;
}

/* ── Letter: no drop cap, no inner frame, note cards ── */
.letter-text { font-size: clamp(18px, 1.7vw, 21px); line-height: 1.6; max-width: 46ch; }
.letter-text > p:first-of-type::first-letter {
  font-size: inherit; float: none; margin: 0; color: inherit;
  font-weight: inherit; letter-spacing: inherit; line-height: inherit;
}
.letter-portrait .frame { border-radius: var(--r-lg); }
.letter-portrait .frame::after { content: none; }
.letter-portrait .meta { border-top: 0; padding-top: 8px; }
.letter-portrait .meta .v { text-transform: none; letter-spacing: 0; font-size: 13px; font-weight: 500; }
.letter-marginalia { border-top: 0; padding-top: 0; gap: clamp(14px, 1.8vw, 18px); }
.letter-marginalia .mnote {
  background: var(--paper); border: 1px solid var(--card-border);
  border-radius: var(--r-md); padding: 18px 20px; gap: 10px;
}
.letter-marginalia .mnote .n { color: var(--oxblood); }
.letter-marginalia .mnote .t { font-family: var(--body); font-style: normal; font-size: 14.5px; line-height: 1.6; max-width: none; }

/* ── Pillars → card grid ── */
.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(14px, 1.8vw, 22px); }
.pillar, .pillar:first-child, .pillar:hover {
  display: flex; flex-direction: column; gap: 12px;
  border: 1px solid var(--card-border); border-radius: var(--r-lg);
  background: var(--paper); box-shadow: var(--card-shadow);
  padding: clamp(22px, 2.6vw, 30px);
}
.pillar .num { display: none; }
.pillar .name { margin-top: 0; color: var(--oxblood); }
.pillar h3 { font-size: clamp(20px, 2.1vw, 25px); line-height: 1.18; }
.pillar .body { font-size: 15px; line-height: 1.62; max-width: none; }
.pillar .body .em { font-family: var(--body); font-style: normal; font-weight: 600; }
@media (max-width: 820px) { .pillars { grid-template-columns: 1fr; } }

/* ── Syllabus: table-of-contents → week cards ── */
.toc { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(12px, 1.6vw, 18px); border-top: 0; }
.toc-row, .toc-row:hover {
  display: flex; flex-direction: column; gap: 6px;
  padding: clamp(20px, 2.4vw, 26px);
  border: 1px solid var(--card-border); border-bottom: 1px solid var(--card-border);
  border-radius: var(--r-lg); background: var(--paper); box-shadow: var(--card-shadow);
  cursor: default;
}
.toc-row .toc-no { padding-top: 0; color: var(--oxblood); }
.toc-dots, .toc-page { display: none; }
.toc-line { display: block; }
.toc-title { font-size: clamp(19px, 1.9vw, 22px); max-width: none; line-height: 1.25; }
.toc-body { margin-top: 4px; font-size: 14.5px; }
@media (max-width: 720px) { .toc { grid-template-columns: 1fr; } }
.toc-foot .mono { text-transform: none; letter-spacing: 0; font-size: 13.5px; font-weight: 500; color: var(--inkwell-mute); }

/* ── Vocabulary: tone down the giant acrostic type, card it ── */
.acrostics { gap: clamp(16px, 2.2vw, 24px); }
.acrostic-block, .acrostic-block.right {
  background: var(--paper); border: 1px solid var(--card-border);
  border-radius: var(--r-lg); box-shadow: var(--card-shadow);
  padding: clamp(24px, 3vw, 36px); gap: 16px;
}
@media (max-width: 820px) {
  .acrostic-block.right { border-top: 1px solid var(--card-border); padding-top: clamp(24px, 3vw, 36px); }
}
.acrostic-plate { color: var(--oxblood); }
.acrostic-h { font-size: clamp(21px, 2.3vw, 27px); }
.acrostic-row { padding: 5px 0; }
.acrostic-L { font-size: clamp(36px, 3.8vw, 52px); width: clamp(36px, 3.8vw, 50px); text-align: left; }
.acrostic-R { font-family: var(--body); font-weight: 500; font-size: clamp(20px, 2.2vw, 28px); letter-spacing: -0.01em; }
.acrostic-quote { font-size: 15.5px; max-width: none; border-top-color: var(--card-border); }

/* ── Audience ledger → two cards ── */
.ledger { gap: clamp(16px, 2.2vw, 24px); }
.ledger::before { content: none; }
.ledger-col {
  background: var(--paper); border: 1px solid var(--card-border);
  border-radius: var(--r-lg); box-shadow: var(--card-shadow);
  padding: clamp(22px, 2.8vw, 32px);
}
.ledger-col .head h3 { font-family: var(--body); font-weight: 600; font-size: 16.5px; letter-spacing: 0; }
.ledger-col .head h3 .em { font-style: normal; }
.ledger-col li { font-family: var(--body); font-size: 15px; line-height: 1.55; padding: 13px 0 13px 32px; letter-spacing: 0; }
.ledger-col li::before { width: 18px; height: 18px; border-radius: 6px; top: 1.05em; }
.ledger-col.is-for li::after { left: 4px; top: 1.32em; width: 9px; height: 4.5px; border-width: 0 0 2px 2px; }
.ledger-col.is-not li::after { left: 4px; top: 1.42em; width: 10px; }

/* ── Pull quote → rounded dark banner ── */
section.pull-quote { border-top: 0; padding-block: clamp(48px, 6vw, 80px); }
.pull-quote-inner {
  display: block;
  width: min(1040px, calc(100% - 2 * var(--gutter)));
  margin-inline: auto;
  padding: clamp(32px, 5vw, 64px);
  background: var(--inkwell);
  border-radius: 24px;
}
.pull-quote-mark { display: none; }
.pull-quote-body { color: var(--vellum); font-size: clamp(24px, 3vw, 40px); max-width: 26ch; }
.pull-quote-body .em-ox { color: var(--sage); }
.pull-quote-attrib { border-top-color: var(--vellum-rule); color: var(--vellum-mute); }
.pull-quote-attrib .who { color: var(--vellum); }

/* ── Founder: simple rounded photo, sans bio ── */
.founder-photo { background: transparent; padding: 0; }
.founder-photo::before { content: none; }
.founder-photo .plate { border-radius: var(--r-lg); }
.founder-photo .cap { text-transform: none; letter-spacing: 0.02em; font-size: 12.5px; font-weight: 500; }
.founder-text .bio { font-family: var(--body); font-size: clamp(16px, 1.55vw, 18px); line-height: 1.7; max-width: 58ch; letter-spacing: 0; }
.founder-text .bio .em-ox { font-style: normal; font-weight: 600; color: var(--sage); }
.cred .val { font-family: var(--body); font-size: 14.5px; line-height: 1.6; letter-spacing: 0; }

/* ── Specs / tuition: rounded card ── */
.specs {
  border: 1px solid var(--card-border); border-radius: var(--r-lg);
  overflow: hidden; background: var(--paper); box-shadow: var(--card-shadow);
}
.specs .left { border-right-color: var(--card-border); }
@media (max-width: 820px) { .specs .left { border-bottom-color: var(--card-border); } }
.specs .date { font-size: clamp(34px, 4vw, 52px); }
.specs .when { font-family: var(--body); font-size: 15.5px; line-height: 1.6; letter-spacing: 0; }
.session-list .sess { text-transform: none; letter-spacing: 0.01em; font-size: 13px; font-weight: 500; }
.tier { border-radius: var(--r-md); }
.tier .tier-price { font-size: clamp(22px, 2.4vw, 28px); }
.seats .dot { border-radius: 50%; }

/* ── FAQ: card accordion ── */
.faq-list { border-top: 0; display: flex; flex-direction: column; gap: 10px; }
.faq-group-plate { border-bottom: 0; padding: 10px 0 2px; margin-top: 18px; }
.faq-group-plate:first-child { margin-top: 0; }
.faq-group-plate .plate-no { display: none; }
.faq-group-plate .plate-name {
  font-family: var(--body); font-style: normal; font-weight: 600;
  font-size: 12px; text-transform: uppercase; letter-spacing: 0.09em;
  color: var(--inkwell-mute);
}
.faq-item { border: 1px solid var(--card-border); border-radius: var(--r-md); background: var(--paper); }
.faq-item summary { padding: 17px 20px; grid-template-columns: 1fr 28px; gap: 16px; }
.faq-item summary:hover { padding-left: 20px; }
.faq-item .q-no { display: none; }
.faq-item .q-text { font-family: var(--body); font-weight: 600; font-size: 16px; letter-spacing: 0; line-height: 1.4; }
.faq-item .q-toggle { border-radius: 50%; }
.faq-item .a-text { display: block; padding: 0 20px 20px; }
.faq-item .a-text > span { display: none; }
.faq-item .a-text > div:nth-child(2) { font-size: 15px; }
.faq-item .a-text .em { font-family: var(--body); font-style: normal; font-size: 1em; font-weight: 600; }

/* ── Apply form: filled rounded inputs ── */
.field label { font-size: 12px; text-transform: none; letter-spacing: 0.03em; }
.field input, .field textarea, .field select {
  font-family: var(--body); font-size: 15px; color: var(--vellum);
  background: rgba(247,242,204,0.07);
  border: 1px solid rgba(247,242,204,0.28);
  border-radius: var(--r-sm);
  padding: 13px 16px;
}
.field input::placeholder, .field textarea::placeholder {
  font-family: var(--body); font-style: normal; color: rgba(247,242,204,0.42);
}
.field input:focus, .field textarea:focus, .field select:focus {
  border-color: var(--sage);
  outline: 3px solid rgba(175,204,117,0.22);
  padding: 13px 16px;
}
.radio-row label { border-radius: 999px; }
.radio-row label.is-checked { background: var(--sage); border-color: var(--sage); color: var(--inkwell); font-weight: 600; }
.form-foot .privacy { text-transform: none; letter-spacing: 0; font-size: 12.5px; font-weight: 500; line-height: 1.6; }
.form-thanks { border-radius: var(--r-lg); border-color: var(--vellum-rule); background: rgba(247,242,204,0.06); }
.form-thanks .b { font-family: var(--body); font-style: normal; font-size: 16px; line-height: 1.65; }

/* ── Steps / glance / weeks / audience-compact → cards ── */
.step {
  border-top: 0; background: var(--paper);
  border: 1px solid var(--card-border); border-radius: var(--r-lg);
  box-shadow: var(--card-shadow); padding: 24px;
}
.step .n { font-size: 22px; }
.step h4 { font-family: var(--body); font-weight: 600; font-size: 17px; letter-spacing: 0; }
.step h4 .em { font-style: normal; }
.glance-card { border-radius: var(--r-lg); background: var(--paper); border-color: var(--card-border); box-shadow: var(--card-shadow); }
.glance-card .val { font-size: clamp(20px, 2.1vw, 25px); }
.weeks-preview { border: 0; gap: clamp(12px, 1.5vw, 16px); }
.weeks-preview .wk {
  border: 1px solid var(--card-border); border-radius: var(--r-md);
  background: var(--paper); min-height: 112px;
}
.weeks-preview .wk .t { font-family: var(--body); font-weight: 600; font-size: 16px; letter-spacing: 0; }
.weeks-preview .wk .t .em { font-style: normal; font-weight: 500; }
.audience-compact { gap: clamp(16px, 2.2vw, 24px); }
.audience-compact .col {
  background: var(--paper); border: 1px solid var(--card-border);
  border-radius: var(--r-lg); box-shadow: var(--card-shadow);
  padding: clamp(20px, 2.4vw, 26px);
}
.audience-compact li { font-family: var(--body); font-size: 14.5px; line-height: 1.55; letter-spacing: 0; }
.audience-compact li::before { border-radius: 5px; }

/* ── Option B: next-step cards, CTA strip, contact card, page intro ── */
.next-grid { border: 0; gap: clamp(14px, 1.8vw, 20px); }
.next-card, .next-card:hover {
  border: 1px solid var(--card-border); border-radius: var(--r-lg);
  background: var(--paper); box-shadow: var(--card-shadow);
  padding: clamp(26px, 3.4vw, 36px); min-height: 240px;
  transition: box-shadow 0.2s, transform 0.2s;
}
.next-card:hover { transform: translateY(-3px); box-shadow: var(--card-shadow-lift); }
.next-card.is-static:hover { transform: none; box-shadow: var(--card-shadow); }
.next-card h3 { font-size: clamp(21px, 2.3vw, 27px); line-height: 1.15; }
.next-card .nc-foot { border-top: 0; padding-top: 6px; }
section.cta-strip { border-top: 0; }
section.cta-strip .inner { border-bottom: 0; padding-bottom: 0; }
section.cta-strip h2 { font-size: clamp(28px, 3.8vw, 48px); line-height: 1.06; }
section.cta-strip p { font-family: var(--body); font-style: normal; font-size: 16px; line-height: 1.65; color: var(--charcoal); }
.contact-card {
  border: 1px solid var(--card-border); border-radius: var(--r-lg);
  overflow: hidden; box-shadow: var(--card-shadow);
}
.contact-card .side.left { border-right-color: var(--inkwell); }
.contact-card .body-text { font-family: var(--body); font-size: 15.5px; line-height: 1.65; letter-spacing: 0; max-width: 44ch; }
section.page-intro { border-bottom: 0; padding-bottom: clamp(40px, 5vw, 72px); }
.page-intro-meta { border-bottom: 0; padding-bottom: 0; margin-bottom: clamp(20px, 3vw, 32px); }
.page-intro-meta .breadcrumb { letter-spacing: 0.08em; }
.page-intro h1 { font-size: clamp(38px, 5.6vw, 76px); line-height: 1.04; letter-spacing: -0.025em; }
.page-intro .lede { font-family: var(--body); font-style: normal; font-size: clamp(16.5px, 1.55vw, 19px); line-height: 1.65; color: var(--charcoal); max-width: 52ch; }
.page-intro .lede em { font-style: normal; font-weight: 600; }
.page-intro .meta-block { border-top: 1px solid var(--card-border); }
.page-intro .meta-block .v { font-family: var(--body); font-size: 14.5px; letter-spacing: 0; }
.page-intro .meta-block .v .em { font-style: normal; }

/* ── Footer ── */
footer.colophon { border-top: 1px solid var(--inkwell-hair); }
.colophon-band .col h4 { letter-spacing: 0.09em; }
.colophon-credit .right { text-transform: none; letter-spacing: 0.02em; font-size: 12px; font-weight: 500; }

/* ── Tweaks panel cosmetics ── */
#tweaks-host .tw-panel { border-radius: 16px; border-color: var(--card-border); overflow: hidden; }
#tweaks-host .tw-segmented { border-radius: 999px; overflow: hidden; }
#tweaks-host .tw-toggle { border-radius: 999px; }
#tweaks-host .tw-toggle::after { border-radius: 50%; }
#tweaks-host .tw-label { text-transform: none; letter-spacing: 0.02em; font-size: 12px; }


/* Paint page bg on real elements (body show-through isn't captured by DOM-screenshot tools) */
section.cover, section.chapter, section.pull-quote, footer.colophon, section.page-intro { background-color: var(--vellum); }
section.chapter.warm, section.cta-strip { background-color: var(--vellum-deep); }
section.chapter.dark, section.founder, section.apply { background-color: var(--inkwell); }

/* contact-card micro: mono → sans label (matches converted labels) */
.contact-card .micro { font-family: var(--body); font-weight: 600; letter-spacing: 0.07em; font-size: 11px; }

/* ─────────── NORTHERN LIGHTS (aurora) ─────────── */
.has-aurora { position: relative; }
.aurora {
  position: absolute; inset: 0; overflow: hidden; pointer-events: none;
  border-radius: inherit; opacity: 0; transition: opacity 1.2s ease;
}
body[data-aurora="subtle"] .aurora { opacity: 0.5; }
body[data-aurora="expressive"] .aurora { opacity: 0.9; }
.aurora i {
  position: absolute; display: block;
  left: -25%; width: 150%; top: -14%; height: 62%; max-height: 520px;
  filter: blur(36px);
  mix-blend-mode: screen;
  transform-origin: 50% 0%;
}
.aurora i:nth-child(1) {
  background:
    radial-gradient(45% 60% at 25% 30%, rgba(175,204,117,0.55), transparent 70%),
    radial-gradient(40% 55% at 72% 22%, rgba(157,174,32,0.32), transparent 70%);
  animation: aurora-a 70s ease-in-out infinite alternate;
}
.aurora i:nth-child(2) {
  background:
    radial-gradient(50% 70% at 58% 18%, rgba(141,196,138,0.38), transparent 70%),
    radial-gradient(36% 50% at 18% 42%, rgba(110,160,60,0.42), transparent 72%);
  animation: aurora-b 92s ease-in-out infinite alternate;
}
body[data-aurora="expressive"] .aurora i { height: 80%; max-height: 720px; filter: blur(42px); }
@keyframes aurora-a {
  from { transform: translateX(-6%) skewX(-5deg) scaleY(1); }
  50%  { transform: translateX(2%) skewX(2deg) scaleY(1.12); }
  to   { transform: translateX(7%) skewX(4deg) scaleY(0.96); }
}
@keyframes aurora-b {
  from { transform: translateX(6%) skewX(4deg) scaleY(1.05); }
  50%  { transform: translateX(-3%) skewX(-2deg) scaleY(0.94); }
  to   { transform: translateX(-8%) skewX(-6deg) scaleY(1.1); }
}

/* Sign-off shimmer — "Blue skies and green lights." */
body:not([data-aurora="off"]) .colophon-credit .left .closer {
  background: linear-gradient(100deg, var(--inkwell) 0%, var(--oxblood) 30%, #7FA84A 50%, var(--oxblood) 70%, var(--inkwell) 100%);
  background-size: 220% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  animation: aurora-text 16s ease-in-out infinite alternate;
}
body:not([data-aurora="off"]) .colophon-credit .left .closer .em-ox {
  color: inherit; -webkit-text-fill-color: inherit;
}
@keyframes aurora-text {
  from { background-position: 0% 0; }
  to   { background-position: 100% 0; }
}

@media (prefers-reduced-motion: reduce) {
  .aurora i { animation: none; }
  body:not([data-aurora="off"]) .colophon-credit .left .closer { animation: none; }
}
@media print { .aurora { display: none; } }
