@font-face {
  font-family: 'Editors Note';
  src: url('assets/editors-note-regular.woff2') format('woff2');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --surface-canvas: #f6f4f1;
  --surface-secondary: #ece7de;
  --surface-white: #ffffff;
  --surface-inverse: #243531;
  --ink-heading: #243531;
  --ink-body: #313131;
  --ink-inverse: #f6f4f1;
  --ink-secondary: #555b56;
  --accent: #243531;
  --accent-on: #f6f4f1;
  --accent-hover: #ece7de;
  --border: rgba(36, 53, 49, .18);
  --border-inverse: rgba(246, 244, 241, .26);
  --font-display: 'Editors Note', Georgia, serif;
  --font-body: 'Poppins', Arial, sans-serif;
  --text-label: .75rem;
  --text-small: .8125rem;
  --text-body: 1rem;
  --text-title: 2.25rem;
  --text-hero: 2.75rem;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 48px;
  --space-8: 64px;
  --space-9: 96px;
  --gutter: 24px;
}

* { box-sizing: border-box; }
html { scroll-padding-top: 24px; }
body { margin: 0; background: var(--surface-canvas); color: var(--ink-body); font: 400 var(--text-body)/1.65 var(--font-body); -webkit-font-smoothing: antialiased; }
h1, h2, h3, h4, p, figure { margin: 0; }
h1, h2, h3 { color: var(--ink-heading); font-family: var(--font-display); font-weight: 400; }
h1, h2, h3, h4 { text-wrap: balance; }
h1 { font-size: var(--text-hero); line-height: 1.06; letter-spacing: 0; }
h2 { font-size: var(--text-title); line-height: 1.15; }
p { text-wrap: pretty; }
img { display: block; max-width: 100%; object-fit: contain; }
a { color: inherit; text-underline-offset: 5px; }
button, a, summary { touch-action: manipulation; -webkit-tap-highlight-color: rgba(36, 53, 49, .12); }
a:focus-visible, summary:focus-visible { outline: 2px solid var(--surface-inverse); outline-offset: 5px; box-shadow: 0 0 0 4px var(--surface-white); }
.container { width: min(100% - var(--gutter) * 2, 1200px); margin-inline: auto; }
.section-space { padding-block: var(--space-8); }
.eyebrow { color: var(--ink-heading); font: 500 var(--text-label)/1.5 var(--font-body); letter-spacing: .12em; text-transform: uppercase; }
.eyebrow + h1, .eyebrow + h2 { margin-top: var(--space-5); }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 54px; padding: 14px 24px; border: 1px solid var(--accent); background: var(--accent); color: var(--accent-on); font-size: var(--text-small); font-weight: 500; text-decoration: none; line-height: 1.5; }
.button span { font-family: Arial, sans-serif; font-size: 20px; line-height: 1; }
.button:hover { background: var(--accent-hover); color: var(--ink-heading); border-color: var(--accent); }
.button:active { background: var(--surface-secondary); color: var(--ink-heading); }
.text-link { display: inline-flex; align-items: center; gap: 16px; min-height: 44px; font-size: var(--text-small); font-weight: 500; }
.text-link:hover { text-decoration-thickness: 2px; }
.microcopy { font-size: var(--text-label); color: var(--ink-secondary); line-height: 1.65; }
.skip-link { position: absolute; z-index: 10; left: 24px; top: -100px; padding: 12px 24px; color: var(--accent-on); background: var(--accent); }
.skip-link:focus { top: 10px; }
.desktop-break { display: none; }

.site-header { background: var(--surface-canvas); border-bottom: 1px solid var(--border); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 91px; gap: 16px; }
.brand-link { display: block; flex-shrink: 0; }
.brand-link img { width: 155px; height: 56px; }
.header-inner nav { display: flex; align-items: center; gap: 32px; }
.nav-link { display: none; font-size: var(--text-small); text-decoration: none; padding-block: 12px; }
.nav-link:hover { text-decoration: underline; }
.button-small { min-height: 44px; padding: 10px 16px; gap: 16px; }

.hero { background: var(--surface-secondary); padding-top: var(--space-7); }
.hero-layout { display: grid; gap: var(--space-7); }
.hero-copy { min-width: 0; }
.hero-copy .eyebrow { font-size: 11px; letter-spacing: .1em; }
.hero-intro { margin-top: var(--space-5); max-width: 48ch; }
.offer-line { margin-top: var(--space-5); color: var(--ink-heading); font-size: 14px; font-weight: 500; }
.offer-line span { font-size: var(--text-small); font-weight: 400; }
.hero-copy .button { margin-top: var(--space-5); width: 100%; }
.hero-copy .microcopy { margin-top: var(--space-4); }
.hero-figure { min-width: 0; }
.portrait-placeholder { aspect-ratio: 4 / 5; background: var(--surface-canvas); border: 1px solid var(--border); display: flex; flex-direction: column; padding: 24px; justify-content: space-between; color: var(--ink-secondary); }
.frame-label, .frame-index { font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.placeholder-label { text-align: center; }
.placeholder-cross { display: block; font: 300 32px/1 Arial, sans-serif; margin-bottom: var(--space-5); }
.placeholder-label p { font-size: 12px; letter-spacing: .04em; color: var(--ink-heading); }
.placeholder-label > span:last-child { display: block; margin-top: 12px; font-size: 11px; line-height: 1.7; }
.hero-figure figcaption { margin-top: 16px; color: var(--ink-heading); font-size: 11px; text-align: right; }
.hero-foot { display: flex; flex-direction: column; align-items: center; gap: 8px; padding-block: 28px; margin-top: var(--space-6); border-top: 1px solid var(--border); color: var(--ink-heading); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }

.welcome-layout, .support-layout, .questions-layout { display: grid; gap: var(--space-6); }
.letter { max-width: 58ch; }
.letter p + p { margin-top: var(--space-5); }
.letter strong { font-weight: 500; color: var(--ink-heading); }
.sign-off { font-family: var(--font-display); color: var(--ink-heading); font-size: 28px; }

.pathway { background: var(--surface-inverse); color: var(--ink-inverse); }
.pathway h2, .pathway h3, .pathway .eyebrow { color: var(--ink-inverse); }
.section-heading-row { display: grid; gap: 24px; padding-bottom: var(--space-7); }
.section-heading-row > p { font-size: 14px; max-width: 36ch; }
.pathway-list { list-style: none; padding: 0; margin: 0; }
.pathway-list > li { display: grid; gap: 20px; padding-block: 32px; border-top: 1px solid var(--border-inverse); }
.pillar-title { display: flex; align-items: baseline; gap: 24px; }
.number { font-size: 12px; }
.pillar-title h3 { font-size: 44px; line-height: 1.1; }
.pillar-copy h4 { font-size: 16px; font-weight: 500; margin-bottom: 8px; }
.pillar-copy p { font-size: 14px; line-height: 1.75; }
.milestones { display: flex; flex-wrap: wrap; gap: 8px 16px; font-size: 11px; letter-spacing: .04em; }
.milestones span::before { content: '/'; margin-right: 16px; }
.foundation { border-top: 1px solid var(--border-inverse); padding-top: 32px; display: grid; gap: 16px; }
.foundation .eyebrow { font-size: 10px; }
.foundation > p { font-size: 13px; max-width: 64ch; }

.support-intro > p:not(.eyebrow) { margin-top: 24px; max-width: 37ch; }
.support-intro .text-link { margin-top: 24px; }
.support-list { margin: 0; }
.support-list > div { border-top: 1px solid var(--border); padding-block: 24px; }
.support-list > div:last-child { padding-bottom: 0; }
.support-list dt { font-size: 18px; font-weight: 500; color: var(--ink-heading); }
.support-list dd { margin: 8px 0 0; font-size: 14px; max-width: 55ch; }
.story-slot { background: var(--surface-secondary); padding-block: 48px; text-align: center; }
.story-inner { border-block: 1px solid var(--border); padding-block: 32px; }
.story-placeholder { margin-top: 24px; color: var(--ink-heading); font-size: clamp(16px, 2vw, 22px); letter-spacing: .02em; }
.story-inner > p:last-child { margin-top: 12px; font-size: 12px; color: var(--ink-secondary); }

.investment-heading { text-align: center; }
.investment-heading > p:last-child { margin-top: 24px; }
.price-options { display: grid; margin-top: 48px; border-top: 1px solid var(--border); }
.price-option { padding-block: 32px; border-bottom: 1px solid var(--border); }
.price-option h3 { font: 500 14px/1.5 var(--font-body); }
.price { font: 400 48px/1.2 var(--font-display); color: var(--ink-heading); margin-top: 16px; }
.price > span { font: 400 12px/1.5 var(--font-body); white-space: nowrap; }
.payment-cadence { margin-top: 12px; font-size: 14px; }
.payment-total { margin-top: 24px; color: var(--ink-secondary); font-size: 12px; }
.payment-total strong { color: var(--ink-heading); font-weight: 500; display: block; margin-top: 4px; }
.investment-action { margin-top: 32px; text-align: center; }
.investment-action > p:first-child { font-size: 14px; margin-bottom: 16px; }
.investment-action .button { width: 100%; }
.investment-action .microcopy { margin-top: 16px; }

.questions { background: var(--surface-white); }
.faq-list details { border-top: 1px solid var(--border); }
.faq-list details:last-child { border-bottom: 1px solid var(--border); }
.faq-list summary { cursor: pointer; list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 24px; color: var(--ink-heading); font-size: 14px; font-weight: 500; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary:hover { text-decoration: underline; text-underline-offset: 4px; }
.plus { position: relative; width: 12px; height: 12px; flex-shrink: 0; }
.plus::before, .plus::after { content: ''; position: absolute; background: currentColor; }
.plus::before { height: 1px; width: 12px; top: 5px; }
.plus::after { width: 1px; height: 12px; left: 5px; }
details[open] .plus::after { display: none; }
.faq-answer { padding: 0 24px 24px 0; font-size: 14px; }

.closing { padding-block: 64px; text-align: center; background: var(--surface-secondary); }
.closing-inner { max-width: 700px; }
.closing-symbol { margin: 0 auto 32px; height: 72px; width: 56px; }
.closing h2 { font-size: 44px; }
.closing h2 + p { margin-top: 24px; font-size: 14px; }
.closing .button { margin-top: 32px; width: 100%; }
.closing .sign-off { margin-top: 24px; }
.site-footer { padding-block: 32px; }
.footer-inner { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 24px; }
.footer-inner img { width: 147px; height: 52px; }
.footer-inner p { font-size: 10px; line-height: 1.8; color: var(--ink-secondary); }
.footer-inner .text-link { font-size: 12px; }

@media (min-width: 700px) {
  :root { --gutter: 40px; --text-hero: 3.5rem; --text-title: 3rem; }
  .hero-copy .button, .investment-action .button, .closing .button { width: auto; min-width: 268px; }
  .hero-layout { grid-template-columns: 1.15fr 1fr; align-items: center; gap: 40px; }
  .hero-copy .eyebrow { max-width: 28ch; }
  .hero-foot { flex-direction: row; justify-content: space-between; gap: 24px; }
  .hero-foot span { text-align: center; }
  .hero-figure { align-self: start; padding-top: 64px; }
  .portrait-placeholder { padding: 20px; }
  .welcome-layout, .support-layout, .questions-layout { grid-template-columns: .85fr 1.15fr; gap: 48px; }
  .price-options { grid-template-columns: repeat(3, minmax(0, 1fr)); border-bottom: 1px solid var(--border); }
  .price-option { border-bottom: 0; padding: 28px 20px; }
  .price-option:first-child { padding-left: 0; }
  .price-option:last-child { padding-right: 0; }
  .price-option + .price-option { border-left: 1px solid var(--border); }
  .price { font-size: 42px; }
  .price > span { display: block; }
  .price-option:first-child .price { margin-bottom: 18px; }
  .closing h2 { font-size: 60px; }
  .footer-inner { flex-direction: row; justify-content: space-between; text-align: left; }
}

@media (min-width: 1000px) {
  :root { --gutter: 48px; --text-hero: 4.0625rem; }
  .section-space { padding-block: 96px; }
  .header-inner { min-height: 108px; }
  .brand-link img { width: 192px; height: 65px; }
  .nav-link { display: block; }
  .hero { padding-top: 48px; }
  .hero-layout { position: relative; grid-template-columns: 1.14fr 1fr; gap: 0; align-items: start; }
  .hero-copy { background: var(--surface-canvas); padding: 48px 80px 48px 48px; margin-right: -40px; }
  .hero-copy .eyebrow { max-width: none; }
  .hero-copy h1 { max-width: 550px; }
  .hero-figure { position: relative; padding-top: 64px; }
  .portrait-placeholder { padding: 32px; }
  .hero-foot { margin-top: 40px; padding-block: 24px; justify-content: center; gap: 0; }
  .hero-foot span { padding-inline: 56px; }
  .hero-foot span + span { border-left: 1px solid var(--border); }
  .welcome-layout, .support-layout, .questions-layout { grid-template-columns: .9fr 1.1fr; gap: 96px; }
  .section-heading-row { grid-template-columns: 1.4fr .7fr; align-items: end; gap: 96px; padding-bottom: 48px; }
  .section-heading-row h2 { max-width: 570px; }
  .pathway-list > li { grid-template-columns: .8fr 1.3fr .6fr; align-items: center; gap: 48px; padding-block: 40px; }
  .pillar-title { gap: 32px; }
  .pillar-title h3 { font-size: 56px; }
  .milestones { display: block; border-left: 1px solid var(--border-inverse); padding-left: 32px; line-height: 2.2; }
  .milestones span { display: block; }
  .milestones span::before { content: none; }
  .foundation { grid-template-columns: .8fr 1.9fr; gap: 48px; align-items: baseline; }
  .support-list > div:first-child { padding-top: 0; border-top: 0; }
  .story-slot { padding-block: 48px; }
  .story-inner { padding-block: 40px; }
  .investment-heading > p:last-child { font-size: 14px; }
  .price-options { margin-top: 48px; padding-block: 8px; }
  .price-option { padding: 32px 48px; }
  .price { font-size: 56px; }
  .price > span { display: inline; }
  .price-option:first-child .price { margin-bottom: 0; }
  .investment-action { margin-top: 40px; }
  .closing { padding-block: 80px; }
  .desktop-break { display: initial; }
}

@media (max-width: 359px) {
  :root { --gutter: 20px; --text-hero: 2.5rem; }
  .brand-link img { width: 134px; }
  .button-small { gap: 10px; padding-inline: 12px; }
  .button { font-size: 12px; padding-inline: 18px; gap: 16px; }
}

@media (prefers-reduced-motion: no-preference) {
  .button { transition: background-color 150ms ease, color 150ms ease, border-color 150ms ease; }
}
