:root {
  --canvas: #fbf7ef;
  --paper: #fffdf8;
  --navy: #092f54;
  --forest: #136336;
  --forest-deep: #0a4d29;
  --slate: #4f627f;
  --border: #d5d1c6;
  --sage: #eceee0;
  --blush: #f4e7dc;
  --shadow: 0 24px 70px rgba(9, 47, 84, .09);
  --serif: ui-serif, "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --sans: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; overflow-x: clip; background: var(--canvas); color: var(--slate); font-family: var(--sans); font-size: 17px; line-height: 1.62; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-underline-offset: .18em; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; transform: translateY(-160%); padding: 12px 18px; background: var(--navy); color: white; border-radius: 999px; }
.skip-link:focus { transform: translateY(0); }
.site-header { position: relative; z-index: 20; width: min(1180px, calc(100% - 40px)); min-height: 84px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(213,209,198,.8); }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--navy); text-decoration: none; font-family: var(--serif); font-size: 21px; font-weight: 600; }
.brand img, .footer-brand img { border-radius: 10px; box-shadow: 0 5px 16px rgba(9,47,84,.12); }
nav { display: flex; align-items: center; gap: 30px; }
nav a { color: var(--navy); text-decoration: none; font-size: 14px; font-weight: 600; }
nav a:hover { color: var(--forest); }
.nav-cta { padding: 10px 18px; border: 1px solid var(--forest); border-radius: 999px; }

.section-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.kicker { margin: 0 0 16px; color: var(--forest); font-size: 12px; font-weight: 700; letter-spacing: .18em; line-height: 1.3; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; color: var(--navy); font-family: var(--serif); font-weight: 500; letter-spacing: -.025em; line-height: 1.05; text-wrap: balance; }
h1 { max-width: 700px; margin-bottom: 25px; font-size: clamp(3.4rem, 6vw, 6.5rem); }
h2 { margin-bottom: 24px; font-size: clamp(2.45rem, 4.3vw, 4.7rem); }
h3 { font-size: clamp(1.55rem, 2.3vw, 2.15rem); }
p { text-wrap: pretty; }

.hero { min-height: min(820px, calc(100svh - 84px)); padding-block: clamp(50px, 8vw, 104px) 80px; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(340px, .72fr); gap: clamp(35px, 7vw, 100px); align-items: center; }
.hero-copy { position: relative; z-index: 2; }
.hero-lede { max-width: 660px; margin: 0 0 34px; color: #405570; font-size: clamp(1.15rem, 1.8vw, 1.45rem); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 14px 25px; border: 0; border-radius: 999px; cursor: pointer; font-weight: 650; line-height: 1.2; text-decoration: none; transition: background-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.button-primary { background: var(--forest); color: white; box-shadow: 0 10px 24px rgba(19,99,54,.16); }
.button-primary:hover { background: var(--forest-deep); transform: translateY(-2px); box-shadow: 0 14px 30px rgba(19,99,54,.2); }
.button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible { outline: 3px solid #c27d4d; outline-offset: 4px; }
.button:disabled { cursor: wait; opacity: .7; transform: none; }
.text-link { color: var(--forest); font-weight: 650; }
.support-line { max-width: 540px; margin: 20px 0 0; color: var(--slate); font-size: 14px; }
.hero-visual { position: relative; min-height: 680px; display: grid; place-items: center; }
.watercolor-halo { position: absolute; width: 120%; aspect-ratio: 1; border-radius: 50% 44% 48% 42%; background: radial-gradient(circle at 45% 46%, rgba(236,238,224,.9), rgba(244,231,220,.46) 46%, transparent 70%); filter: blur(4px); }
.hero-phone { position: relative; z-index: 2; max-height: 720px; width: auto; filter: drop-shadow(0 30px 35px rgba(9,47,84,.14)); }
.hero-leaf { position: absolute; z-index: 3; right: 3%; bottom: 12%; width: 58px; transform: rotate(11deg); opacity: .75; }

.problem-section { padding-block: clamp(80px, 11vw, 150px); background: var(--navy); color: #dbe3e8; }
.problem-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 9vw, 140px); align-items: start; }
.problem-section h2 { color: #fffaf0; font-size: clamp(2.7rem, 4.8vw, 5.3rem); }
.problem-section .kicker { color: #a8c7ad; }
.problem-copy { max-width: 590px; font-size: clamp(1.05rem, 1.5vw, 1.25rem); }
.problem-copy p:first-child { margin-top: 0; }

.loop-section { padding-block: clamp(90px, 12vw, 165px); }
.section-heading { max-width: 780px; margin-bottom: 60px; }
.section-heading > p:last-child { max-width: 690px; font-size: 19px; }
.learning-loop { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--border); }
.learning-loop li { min-height: 158px; display: grid; grid-template-columns: 52px 1fr; gap: 22px; padding: 30px 28px 27px 0; border-bottom: 1px solid var(--border); }
.learning-loop li:nth-child(odd) { border-right: 1px solid var(--border); }
.learning-loop li:nth-child(even) { padding-left: 32px; }
.learning-loop li > span { color: var(--forest); font-family: var(--serif); font-size: 15px; }
.learning-loop strong { display: block; margin-bottom: 5px; color: var(--navy); font-family: var(--serif); font-size: 24px; font-weight: 500; }
.learning-loop p { margin: 0; font-size: 15px; }

.moments-section { padding-block: clamp(80px, 10vw, 140px); background: var(--sage); }
.moments-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(360px, 1fr); gap: clamp(50px, 10vw, 145px); align-items: center; }
.moment-copy { max-width: 590px; }
.moment-copy blockquote { margin: 40px 0 16px; color: var(--navy); font-family: var(--serif); font-size: clamp(1.8rem, 3vw, 3rem); line-height: 1.22; }
.quiet-note { font-size: 14px; }
.lesson-proof { position: relative; margin: 0; padding: 17px; background: rgba(255,253,248,.78); border: 1px solid var(--border); border-radius: 38px; box-shadow: var(--shadow); transform: rotate(1.4deg); }
.lesson-proof img { border-radius: 25px; }
.lesson-proof figcaption { padding: 16px 10px 5px; color: var(--slate); font-size: 13px; text-align: center; }

.preview-section { padding-block: clamp(90px, 12vw, 170px); }
.preview-heading { margin-bottom: 72px; }
.preview-story { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.preview-card { min-height: 610px; position: relative; overflow: hidden; display: grid; grid-template-columns: minmax(0, .75fr) minmax(220px, .65fr); gap: 15px; align-items: end; padding: clamp(28px, 4vw, 50px) clamp(24px, 4vw, 44px) 0; border: 1px solid var(--border); border-radius: 28px; background: rgba(255,253,248,.78); }
.preview-card-large, .preview-card-wide { grid-column: 1 / -1; min-height: 670px; grid-template-columns: minmax(0, 1fr) minmax(270px, .6fr); }
.preview-card:nth-child(2) { background: var(--blush); }
.preview-card:nth-child(3) { background: var(--sage); }
.preview-copy { align-self: start; padding-top: 15px; }
.preview-copy span { display: block; margin-bottom: 14px; color: var(--forest); font-size: 11px; font-weight: 750; letter-spacing: .17em; text-transform: uppercase; }
.preview-copy p { max-width: 420px; font-size: 15px; }
.preview-card img { width: min(100%, 340px); max-height: 560px; justify-self: center; object-fit: cover; object-position: top; border: 10px solid #111; border-bottom: 0; border-radius: 48px 48px 0 0; box-shadow: 0 24px 55px rgba(9,47,84,.16); }
.preview-card-large img, .preview-card-wide img { width: min(100%, 365px); max-height: 590px; }

.care-section { padding-block: clamp(90px, 12vw, 155px); background: #f2efe6; }
.care-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1fr); gap: clamp(50px, 10vw, 145px); }
.care-intro > img { width: 62px; margin-bottom: 25px; opacity: .85; }
.care-intro p:last-child { max-width: 490px; }
.care-notes details { border-top: 1px solid var(--border); }
.care-notes details:last-child { border-bottom: 1px solid var(--border); }
.care-notes summary { min-height: 76px; display: flex; align-items: center; justify-content: space-between; cursor: pointer; color: var(--navy); font-family: var(--serif); font-size: 21px; list-style: none; }
.care-notes summary::-webkit-details-marker { display: none; }
.care-notes summary::after { content: "+"; color: var(--forest); font-family: var(--sans); font-size: 25px; font-weight: 300; }
.care-notes details[open] summary::after { content: "−"; }
.care-notes details p { max-width: 620px; margin: -5px 40px 25px 0; font-size: 15px; }

.waitlist-section { padding-block: clamp(80px, 12vw, 160px); }
.waitlist-card { display: grid; grid-template-columns: minmax(0, .85fr) minmax(390px, .75fr); gap: clamp(45px, 8vw, 105px); padding: clamp(35px, 6vw, 78px); border: 1px solid var(--border); border-radius: 34px; background: var(--paper); box-shadow: var(--shadow); }
.waitlist-copy > p { max-width: 560px; }
.waitlist-copy ul { margin: 30px 0 0; padding: 0; list-style: none; }
.waitlist-copy li { position: relative; margin: 10px 0; padding-left: 25px; font-size: 14px; }
.waitlist-copy li::before { content: ""; position: absolute; left: 0; top: .65em; width: 9px; height: 5px; border-left: 2px solid var(--forest); border-bottom: 2px solid var(--forest); transform: rotate(-45deg); }
form { align-self: start; }
.field-row { margin-bottom: 20px; }
.field-row label { display: block; margin-bottom: 7px; color: var(--navy); font-size: 14px; font-weight: 650; }
.field-row label span { color: var(--slate); font-size: 12px; font-weight: 400; }
input[type="text"], input[type="email"], select { width: 100%; min-height: 52px; padding: 12px 15px; color: var(--navy); border: 1px solid #bdb9af; border-radius: 13px; background: #fff; }
.field-hint { margin: 6px 0 0; font-size: 12px; line-height: 1.45; }
.consent-row { min-height: 44px; display: flex; gap: 12px; align-items: flex-start; margin: 4px 0 22px; color: var(--navy); font-size: 14px; cursor: pointer; }
.consent-row input { width: 19px; height: 19px; margin: 3px 0 0; accent-color: var(--forest); }
.submit-button { width: 100%; }
.form-status { min-height: 26px; margin: 13px 0 0; color: var(--navy); font-size: 14px; font-weight: 650; text-align: center; }
.form-status[data-state="error"] { color: #8b3528; }
.form-status[data-state="success"] { color: var(--forest); }
.form-privacy { margin: 6px 0 0; font-size: 11px; line-height: 1.5; text-align: center; }
.honeypot { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

footer { padding: 45px 0; border-top: 1px solid var(--border); }
.footer-inner { width: min(1180px, calc(100% - 40px)); margin: 0 auto; display: grid; grid-template-columns: 1fr auto; gap: 25px; align-items: center; }
.footer-brand { display: flex; align-items: center; gap: 12px; color: var(--navy); }
.footer-brand span { display: flex; flex-direction: column; }
.footer-brand small { color: var(--slate); font-size: 12px; }
.footer-links { display: flex; gap: 24px; font-size: 13px; }
.footer-inner > p { grid-column: 1 / -1; margin: 0; font-size: 11px; }

@media (max-width: 900px) {
  nav a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 65px; text-align: center; }
  .hero-copy { display: flex; flex-direction: column; align-items: center; }
  .hero-visual { min-height: 570px; }
  .watercolor-halo { width: 100%; }
  .hero-phone { max-height: 610px; }
  .problem-grid, .moments-grid, .care-grid, .waitlist-card { grid-template-columns: 1fr; }
  .problem-grid { gap: 28px; }
  .moments-grid { gap: 70px; }
  .lesson-proof { max-width: 520px; margin-inline: auto; transform: none; }
  .preview-card, .preview-card-large, .preview-card-wide { grid-column: auto; grid-template-columns: 1fr; min-height: 690px; }
  .preview-card img, .preview-card-large img, .preview-card-wide img { max-height: 480px; }
  .waitlist-card { padding: 45px; }
}

@media (max-width: 620px) {
  body { font-size: 16px; }
  .site-header, .section-shell, .footer-inner { width: min(100% - 30px, 1180px); }
  .site-header { min-height: 72px; }
  .brand { font-size: 18px; }
  .brand img { width: 37px; height: 37px; }
  .nav-cta { padding: 9px 13px; font-size: 12px; }
  h1 { font-size: clamp(3rem, 14vw, 4.15rem); }
  h2 { font-size: clamp(2.35rem, 11vw, 3.45rem); }
  .hero { min-height: 0; padding-block: 55px 70px; gap: 35px; }
  .hero-actions { flex-direction: column; width: 100%; gap: 18px; }
  .hero-actions .button { width: 100%; }
  .hero-visual { min-height: 490px; }
  .hero-phone { max-height: 520px; }
  .learning-loop { grid-template-columns: 1fr; }
  .learning-loop li, .learning-loop li:nth-child(even) { min-height: 0; padding: 25px 0; border-right: 0; }
  .preview-story { grid-template-columns: 1fr; }
  .preview-card, .preview-card-large, .preview-card-wide { grid-column: 1; min-height: 620px; padding: 28px 22px 0; border-radius: 24px; }
  .preview-card img, .preview-card-large img, .preview-card-wide img { width: min(88%, 300px); max-height: 405px; border-radius: 38px 38px 0 0; }
  .waitlist-card { padding: 32px 20px; border-radius: 25px; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-inner > p { grid-column: 1; }
}

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