:root {
  --ink: #252a2e;
  --ink-soft: #59636b;
  --paper: #ffffff;
  --paper-deep: #f2f6f9;
  --card: #f7fafc;
  --rule: #d8e1e8;
  --accent: #527fa8;
  --accent-deep: #355a78;
  --ember: #b96b4c;
  --max: 760px;
  --wide: 1120px;
  --serif: Georgia, "Iowan Old Style", "Times New Roman", serif;
  --sans: "Helvetica Neue", Arial, system-ui, sans-serif;
  --shadow: 0 24px 60px rgba(45, 36, 28, .09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body::before {
  position: fixed;
  z-index: -1;
  inset: 0;
  background-image: radial-gradient(rgba(35,32,28,.025) .7px, transparent .7px);
  background-size: 5px 5px;
  content: "";
  pointer-events: none;
}
img { display: block; max-width: 100%; }
a { color: var(--accent-deep); }
button, input { font: inherit; }
:focus-visible { outline: 3px solid var(--ember); outline-offset: 4px; }
.skip-link { position: fixed; z-index: 1000; left: 12px; top: 12px; padding: 10px 14px; background: white; transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.wrap { width: min(100% - 40px, var(--max)); margin-inline: auto; }
.wrap-wide { width: min(100% - 40px, var(--wide)); margin-inline: auto; }
.sans, h1, h2, h3, h4, .eyebrow, .button, .text-button, nav, label { font-family: var(--sans); }
h1, h2, h3 { text-wrap: balance; }
h1 { margin: 0 0 24px; font-size: clamp(2.75rem, 7.5vw, 5.5rem); line-height: .98; letter-spacing: -.055em; }
h2 { margin: 0 0 16px; font-size: clamp(2rem, 4.6vw, 3.4rem); line-height: 1.03; letter-spacing: -.04em; }
h3 { margin: 0 0 10px; font-size: 1.25rem; line-height: 1.2; letter-spacing: -.015em; }
p { margin: 0 0 18px; }
.lede { max-width: 38rem; color: var(--ink-soft); font-size: clamp(1.08rem, 2vw, 1.28rem); line-height: 1.55; }
.muted { color: var(--ink-soft); }
.eyebrow, .section-number {
  color: var(--accent);
  font: 800 .68rem/1.4 var(--sans);
  letter-spacing: .16em;
  text-transform: uppercase;
}
.eyebrow { display: block; margin: 0 0 18px; }
.section-number { margin: 0; white-space: nowrap; }

.helpbar {
  padding: 8px 20px;
  background: var(--accent-deep);
  color: white;
  font: 600 .75rem/1.5 var(--sans);
  text-align: center;
}
.helpbar a { color: white; text-underline-offset: 3px; }
.site-header {
  position: relative;
  z-index: 10;
  border-bottom: 1px solid rgba(216,204,186,.75);
  background: rgba(255,255,255,.96);
}
.nav-wrap { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); text-decoration: none; }
.brand-mark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--accent-deep);
  color: white;
  font: 800 .65rem/1 var(--sans);
  letter-spacing: .08em;
}
.brand-name { font: 500 1.06rem/1 var(--sans); letter-spacing: -.02em; }
.brand-name b { color: var(--accent); font-weight: 800; }
.site-header nav { display: flex; align-items: center; gap: 30px; font: 700 .78rem/1 var(--sans); }
.site-header nav a { position: relative; color: var(--ink-soft); text-decoration: none; }
.site-header nav a:not(.nav-help)::after {
  position: absolute;
  right: 0;
  bottom: -9px;
  left: 0;
  height: 2px;
  background: var(--accent);
  content: "";
  transform: scaleX(0);
  transition: transform .2s ease;
}
.site-header nav a:hover, .site-header nav a[aria-current="page"] { color: var(--ink); }
.site-header nav a:hover::after, .site-header nav a[aria-current="page"]::after { transform: scaleX(1); }
.nav-help { padding: 10px 15px; border: 1px solid var(--rule); border-radius: 999px; }
.nav-help:hover { border-color: var(--accent); }

.hero { position: relative; overflow: hidden; min-height: 650px; padding: 90px 0 96px; border-bottom: 1px solid var(--rule); background: #f8f6f3; }
.hero::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, #f8f6f3 0%, rgba(248,246,243,.98) 37%, rgba(248,246,243,.7) 52%, rgba(248,246,243,0) 68%);
  content: "";
  pointer-events: none;
}
.hero-grid { position: relative; min-height: 464px; display: grid; grid-template-columns: minmax(0,.92fr) minmax(420px,1.08fr); gap: 30px; align-items: center; }
.hero-copy { position: relative; z-index: 2; max-width: 650px; }
.hero-copy h1 { font-size: clamp(2.6rem, 7.125vw, 5.225rem); }
.hero-copy h1 span { display: block; color: var(--accent-deep); }
.hero-copy .fineprint { margin-top: 20px; }
.hero-art {
  position: absolute;
  z-index: 0;
  top: 0;
  right: calc((100vw - min(100vw - 40px, var(--wide))) / -2);
  bottom: 0;
  left: 30%;
  background-image: url("hero-dad-pressure.webp");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 85%;
}
.page-hero { padding: 78px 0 68px; border-bottom: 1px solid var(--rule); background: linear-gradient(140deg, transparent 60%, rgba(82,127,168,.08)); }
.page-hero h1 { max-width: 920px; font-size: clamp(2.6rem,7vw,5rem); }
.section { padding: 92px 0; border-bottom: 1px solid var(--rule); }
.section:nth-of-type(even) { background: var(--paper-deep); }
.section-heading-row { display: grid; grid-template-columns: 180px 1fr; gap: 30px; align-items: start; margin-bottom: 46px; }
.section-heading-row > div { max-width: 660px; }
.section-heading-row p:last-child { color: var(--ink-soft); }
.paths-section {
  position: relative;
  overflow: hidden;
  background: #eef3f6 !important;
}
.paths-section::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  background: #6e7f8d;
  content: "";
  opacity: .78;
}
.paths-section::after {
  position: absolute;
  top: -170px;
  right: -140px;
  width: 390px;
  height: 390px;
  border: 1px solid rgba(75,93,108,.14);
  border-radius: 50%;
  box-shadow: 0 0 0 58px rgba(75,93,108,.025), 0 0 0 116px rgba(75,93,108,.018);
  content: "";
  pointer-events: none;
}
.paths-section .wrap-wide { position: relative; z-index: 1; }
.paths-section .section-number { color: #526979; }

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 14px 25px;
  border: 1px solid var(--accent-deep);
  border-radius: 2px;
  background: var(--accent-deep);
  color: white;
  cursor: pointer;
  font-size: .84rem;
  font-weight: 800;
  letter-spacing: .01em;
  text-align: center;
  text-decoration: none;
  transition: background .18s ease, color .18s ease, transform .18s ease;
}
.button:hover { background: var(--ink); border-color: var(--ink); transform: translateY(-2px); }
.button-secondary { background: transparent; color: var(--accent-deep); }
.button-light { border-color: var(--card); background: var(--card); color: var(--accent-deep); }
.button-light:hover { background: white; color: var(--ink); }
.text-button { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-size: .85rem; font-weight: 800; text-decoration: none; }
.text-button span { transition: transform .2s ease; }
.text-button:hover span { transform: translateX(4px); }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-top: 30px; }
.fineprint { color: var(--ink-soft); font: .75rem/1.55 var(--sans); }

.recognition-grid { display: grid; grid-template-columns: minmax(0,.85fr) minmax(0,1.15fr); gap: clamp(60px,9vw,130px); align-items: start; }
.section-intro { position: sticky; top: 30px; }
.section-intro .section-number { margin-bottom: 28px; }
.section-intro > p:not(.section-number) { color: var(--ink-soft); }
.recognition-close { padding-top: 22px; border-top: 1px solid var(--rule); color: var(--ink) !important; font-weight: 700; }
.thoughts { margin: 0; counter-reset: thought; }
.thought {
  position: relative;
  margin: 0;
  padding: 24px 20px 24px 58px;
  border-top: 1px solid var(--rule);
  font-size: clamp(1.15rem,2.2vw,1.45rem);
  font-style: normal;
  line-height: 1.4;
}
.thought:last-child { border-bottom: 1px solid var(--rule); }
.thought::before { position: absolute; top: 29px; left: 8px; color: var(--accent); content: "0" counter(thought); counter-increment: thought; font: 800 .65rem/1 var(--sans); }

.cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.card { position: relative; min-height: 410px; display: flex; flex-direction: column; padding: 34px; border: 3px solid #b9c6cf; border-radius: 4px; background: #fff; box-shadow: 0 12px 34px rgba(46,61,72,.08); overflow: hidden; }
.tier-image { width: calc(100% + 68px); max-width: none; height: 180px; margin: -34px -34px 28px; border-bottom: 3px solid #b9c6cf; object-fit: cover; object-position: center 66%; }
.tier-image-book { object-position: 50% 54%; transform: scale(1.13); transform-origin: center; }
.card-number { margin-bottom: auto; color: var(--rule); font: 300 3.3rem/1 var(--sans); letter-spacing: -.08em; }
.card h3 { font-size: 1.55rem; }
.card p:not(.eyebrow) { color: var(--ink-soft); font-size: .94rem; }
.tier-button {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
  padding: 12px 18px;
  border: 1px solid var(--accent-deep);
  border-radius: 2px;
  background: var(--accent-deep);
  color: white;
  font: 800 .78rem/1.3 var(--sans);
  text-align: center;
  text-decoration: none;
  transition: background .18s ease, border-color .18s ease, transform .18s ease;
}
.tier-button:hover { border-color: var(--ink); background: var(--ink); transform: translateY(-2px); }
.card-featured { border-color: #91a5b3; background: #fff; color: var(--ink); box-shadow: 0 16px 36px rgba(45,61,73,.13); }
.card-featured .card-number { color: var(--rule); }
.card-featured .eyebrow { color: var(--accent); }
.card-featured p:not(.eyebrow) { color: var(--ink-soft); }
.card-featured .tier-button { border-color: var(--accent-deep); background: var(--accent-deep); color: white; }
.card-featured .tier-button:hover { border-color: var(--ink); background: var(--ink); color: white; }

.community { display: grid; grid-template-columns: 1.3fr .7fr; gap: 70px; align-items: center; padding: clamp(42px,7vw,80px); border-radius: 2px; background: var(--accent-deep); color: white; box-shadow: var(--shadow); }
.community h2 { max-width: 700px; }
.community p { color: rgba(255,255,255,.72); }
.community .eyebrow { color: #d6e5f2; }
.community-offer { padding-left: 46px; border-left: 1px solid rgba(255,255,255,.18); }
.price { margin: 0 0 24px; color: white !important; font: 800 clamp(2.4rem,5vw,4rem)/1 var(--sans); letter-spacing: -.05em; }
.price span { display: block; margin-top: 8px; color: rgba(255,255,255,.58); font-size: .75rem; letter-spacing: .06em; }
.community .fineprint { margin-top: 18px; font-size: .7rem; }

.article-list { border-top: 1px solid var(--rule); }
.article-card { display: grid; grid-template-columns: 190px 38px minmax(0,1fr) 40px; gap: 24px; align-items: center; padding: 30px 8px; border-bottom: 1px solid var(--rule); color: var(--ink); text-decoration: none; transition: padding .2s ease, background .2s ease; }
.article-card:hover { padding-right: 18px; padding-left: 18px; background: #f2f6f9; }
.article-thumb { width: 100%; aspect-ratio: 16 / 10.5; border: 1px solid var(--rule); background: var(--paper-deep); object-fit: cover; }
.article-index { color: var(--accent); font: 800 .72rem/1 var(--sans); }
.article-card .eyebrow { margin-bottom: 8px; }
.article-card h3 { font-size: clamp(1.25rem,2.4vw,1.7rem); }
.article-card p { max-width: 700px; margin: 0; color: var(--ink-soft); font-size: .9rem; }
.article-arrow { justify-self: end; color: var(--accent); font: 400 1.5rem/1 var(--sans); }

.panel { background: var(--card); }
.capture { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: end; padding: clamp(34px,6vw,66px); border: 1px solid var(--rule); box-shadow: var(--shadow); }
.capture h2 { font-size: clamp(1.8rem,4vw,3rem); }
.capture form { display: flex; gap: 10px; padding-bottom: 7px; border-bottom: 1px solid var(--ink); }
.capture input { min-width: 0; flex: 1; padding: 13px 5px; border: 0; background: transparent; color: var(--ink); font: 400 .9rem/1 var(--sans); }
.capture input:focus { outline: 0; }
.capture .button { min-height: 44px; padding: 10px 18px; }
.closer { display: grid; grid-template-columns: 180px 1fr; gap: 30px; align-items: start; }
.closer > span { color: var(--accent); font: 800 .68rem/1.4 var(--sans); letter-spacing: .16em; text-transform: uppercase; }
.reassure { margin: 0; color: var(--accent-deep); font: 800 clamp(1.8rem,4.8vw,3.5rem)/1.12 var(--sans); letter-spacing: -.04em; text-align: left; }

.book-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(50px,8vw,100px); align-items: center; }
.book-cover { position: relative; min-height: 520px; display: grid; place-content: center; padding: 46px; border: 1px solid rgba(255,255,255,.18); background: var(--accent-deep); box-shadow: 24px 24px 0 var(--paper-deep), var(--shadow); color: white; text-align: center; transform: rotate(1.5deg); }
.book-cover::after { position: absolute; inset: 18px; border: 1px solid rgba(255,255,255,.22); content: ""; }
.book-cover small, .book-cover strong { position: relative; z-index: 1; }
.book-cover small { font: 700 .7rem/1.4 var(--sans); letter-spacing: .15em; text-transform: uppercase; }
.book-cover strong { display: block; margin: 36px 0; font: 800 clamp(2rem,4vw,3rem)/1.05 var(--sans); letter-spacing: -.04em; }
.chapter, .included, .faq-item, .resource { padding: 25px 0; border-bottom: 1px solid var(--rule); }
.chapter:last-child, .included:last-child, .faq-item:last-child, .resource:last-child { border-bottom: 0; }
.chapter-number { color: var(--accent); font: 800 .68rem/1.4 var(--sans); letter-spacing: .13em; text-transform: uppercase; }
.chapter h3, .included h3, .faq-item h3 { margin-top: 8px; }
.chapter p, .included p, .faq-item p { color: var(--ink-soft); }
.price-card { margin-top: 42px; padding: 50px 34px; border: 1px solid var(--rule); background: var(--paper-deep); text-align: center; }
.price-card .amount { margin: 0 0 12px; font: 800 4rem/1 var(--sans); letter-spacing: -.06em; }
.notice { padding: 24px; border-left: 4px solid var(--ember); background: var(--card); }
.article-meta { color: var(--ink-soft); font: .78rem/1.5 var(--sans); }
.article-body { max-width: 700px; padding: 68px 0 90px; }
.article-body h2 { margin-top: 52px; font-size: clamp(1.65rem,4vw,2.5rem); }
.article-body h3 { margin-top: 34px; }
.article-body blockquote { margin: 36px -40px; padding: 24px 40px; border-left: 3px solid var(--accent); background: #f2f6f9; color: var(--ink-soft); font-size: 1.25rem; font-style: italic; }
.article-body li { margin-bottom: 10px; }
.back-link { font: 800 .76rem/1.4 var(--sans); text-decoration: none; }
.resource strong { display: block; font-family: var(--sans); }
.resource a { font: 800 1.2rem/1.4 var(--sans); }

.site-footer { padding: 64px 0; background: #355a78; color: rgba(255,255,255,.76); font: .75rem/1.7 var(--sans); }
.site-footer .wrap { width: min(100% - 40px,var(--wide)); }
.site-footer strong { color: white; }
.site-footer a { color: #c4d5e3; }
.footer-links { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 26px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); font-weight: 800; }
.copyright { margin-top: 22px; }

@media (max-width: 800px) {
  h1 { font-size: clamp(2.65rem,12vw,4.4rem); }
  .hero-copy h1 { font-size: clamp(2.52rem,11.4vw,4.18rem); }
  .hero { min-height: 0; padding: 58px 0 0; background: white; }
  .hero::before { display: none; }
  .hero-grid, .recognition-grid, .community, .capture, .book-hero-grid { grid-template-columns: 1fr; }
  .hero-grid { min-height: 0; gap: 40px; }
  .hero-art {
    position: relative;
    right: auto;
    width: calc(100% + 40px);
    min-height: 430px;
    margin-left: -20px;
    background-position: 72% center;
    background-size: auto 85%;
  }
  .section { padding: 70px 0; }
  .section-intro { position: static; }
  .section-heading-row, .closer { grid-template-columns: 1fr; gap: 18px; }
  .cards { grid-template-columns: 1fr; }
  .card { min-height: 300px; }
  .community { gap: 38px; }
  .community-offer { padding: 34px 0 0; border-top: 1px solid rgba(255,255,255,.18); border-left: 0; }
  .capture { gap: 34px; }
  .book-cover { min-height: 430px; max-width: 430px; margin-inline: auto; }
  .article-card { grid-template-columns: 150px 32px minmax(0,1fr); gap: 18px; }
  .article-arrow { display: none; }
}
@media (max-width: 600px) {
  .nav-wrap { min-height: auto; align-items: flex-start; flex-direction: column; padding: 18px 0; }
  .site-header nav { width: 100%; justify-content: space-between; gap: 12px; overflow-x: auto; padding-bottom: 4px; }
  .site-header nav a { white-space: nowrap; }
  .nav-help { padding: 0; border: 0; }
  .hero-art { min-height: 350px; background-position: 69% center; }
  .button { width: 100%; }
  .text-button { padding: 10px 0; }
  .article-card { grid-template-columns: 32px minmax(0,1fr); gap: 12px; padding: 28px 0; }
  .article-thumb { grid-column: 1 / -1; margin-bottom: 8px; }
  .capture form { align-items: stretch; flex-direction: column; border: 0; }
  .capture input { padding: 14px; border: 1px solid var(--rule); background: white; }
  .article-body blockquote { margin-inline: 0; padding-inline: 24px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
