:root {
  color-scheme: light dark;
  --paper: #fffdf6; --surface: #ffffff; --ink: #243b37; --muted: #586964;
  --accent: #176454; --accent-hover: #104c40; --tint: #e6f2e9; --line: #d7ded3;
  --yellow: #f6d86b; --coral: #f3a58c; --mint: #bcdac5;
  --soft-yellow: #fff3c8; --soft-coral: #ffede3; --soft-mint: #e9f3e9;
  --art-ink: #243b37; --art-paper: #fffdf6; --radius: 22px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 28px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: ui-rounded, "SF Pro Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 18px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: var(--accent); text-underline-offset: 4px; text-decoration-thickness: 1.5px; overflow-wrap: anywhere; }
a:hover { text-decoration-thickness: 2px; }
a:focus-visible, summary:focus-visible { outline: 3px solid var(--accent); outline-offset: 5px; border-radius: 5px; }
.wrap, .home-shell { width: min(100% - 48px, 1080px); margin-inline: auto; }
.reading-wrap { width: min(100% - 32px, 640px); margin-inline: auto; }
.icon { display: inline-block; flex: 0 0 auto; vertical-align: middle; }
h1, h2, h3, p, ol, ul, blockquote { margin-top: 0; }
h1, h2, h3 { line-height: 1.15; letter-spacing: -.035em; }
h1 { font-size: clamp(38px, 6vw, 56px); font-weight: 800; margin-bottom: 24px; }
h2 { font-size: 32px; font-weight: 780; margin: 44px 0 20px; }
h3 { font-size: 22px; letter-spacing: -.025em; margin: 28px 0 12px; }
p { margin-bottom: 20px; }
ul, ol { padding-left: 25px; margin-bottom: 24px; }
li { padding-left: 5px; margin-bottom: 12px; }
strong { font-weight: 750; }
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 26px; border-bottom: 1px solid var(--line); }
.wordmark { display: flex; align-items: center; gap: 10px; color: var(--ink); font-size: 16px; line-height: 1.1; font-weight: 800; letter-spacing: -.45px; text-decoration: none; }
.wordmark-symbol { display: grid; place-items: center; width: 42px; height: 44px; background: var(--yellow); color: var(--art-ink); border: 2px solid var(--art-ink); border-radius: 15px 15px 15px 3px; font-size: 31px; transform: rotate(-7deg); }
.header-nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 700; }
.header-nav a { text-decoration: none; }
.header-nav .nav-plan { border: 1.5px solid var(--ink); color: var(--ink); padding: 10px 18px; border-radius: 100px; }
.header-nav .nav-plan:hover { background: var(--tint); }
.skip-link { position: absolute; left: 16px; top: -100px; padding: 10px 16px; background: var(--ink); color: var(--paper); z-index: 10; }
.skip-link:focus { top: 12px; }
.eyebrow { font-size: 12px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; color: var(--accent); margin: 0 0 16px; }
.home-intro { display: grid; grid-template-columns: 1.08fr 1fr; align-items: center; gap: 20px; padding: 68px 0 54px; }
.hero-label { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; letter-spacing: 1.2px; }
.hero-label .icon { width: 17px; height: 17px; }
.home-intro h1 { font-size: clamp(48px, 6.25vw, 76px); line-height: 1.04; letter-spacing: -.055em; margin-bottom: 24px; }
.highlight { color: var(--accent); position: relative; white-space: nowrap; }
.highlight::after { content: ''; position: absolute; bottom: -7px; left: 0; width: 100%; height: 8px; background: var(--yellow); border-radius: 100%; transform: rotate(-1.5deg); z-index: -1; }
.hero-lede { font-size: 24px; font-weight: 650; letter-spacing: -.5px; margin-bottom: 10px; }
.hero-description { color: var(--muted); font-size: 17px; max-width: 415px; }
.hero-actions { display: flex; align-items: center; gap: 25px; margin-top: 27px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; background: var(--accent); color: var(--paper); padding: 14px 22px; border: 2px solid var(--accent); border-radius: 13px; font-size: 15px; font-weight: 750; line-height: 1.4; text-decoration: none; box-shadow: 0 3px 0 var(--ink); transition: transform .18s, box-shadow .18s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 5px 0 var(--ink); }
.button .icon { width: 20px; height: 20px; }
.quiet-link { font-size: 14px; font-weight: 650; }
.hero-footnote { font-size: 12px; color: var(--muted); margin: 21px 0 0; }
.conversation-art { position: relative; width: 100%; max-width: 490px; height: 405px; margin: 0 auto; background-image: radial-gradient(var(--line) 1px, transparent 1px); background-size: 17px 17px; border-radius: 48% 45% 46% 42%; }
.conversation-pals { position: absolute; left: 3%; bottom: 17px; width: 94%; }
.art-message { position: absolute; border: 2px solid var(--art-ink); color: var(--art-ink); border-radius: 21px; font-size: 24px; line-height: 1.2; font-weight: 750; letter-spacing: -.5px; padding: 20px 25px; z-index: 1; box-shadow: 3px 4px 0 var(--art-ink); }
.art-message::after { content: ''; position: absolute; bottom: -11px; width: 18px; height: 18px; background: inherit; border-right: 2px solid var(--art-ink); border-bottom: 2px solid var(--art-ink); transform: skewY(20deg); }
.question-message { top: 37px; left: 2%; background: var(--art-paper); transform: rotate(-6deg); }
.question-message::after { left: 28px; }
.reply-message { top: 104px; right: 0; background: var(--yellow); transform: rotate(5deg); padding: 17px 25px; font-size: 23px; }
.reply-message::after { right: 33px; transform: skewY(-20deg); }
.doodle { position: absolute; }
.doodle-star { top: 0; right: 42px; width: 62px; height: 62px; transform: rotate(12deg); }
.doodle-loop { bottom: 54px; right: -5px; width: 44px; height: 60px; transform: rotate(12deg); }
.art-caption { position: absolute; bottom: 0; left: 22%; border-radius: 100px; border: 1px solid var(--art-ink); background: var(--art-paper); color: var(--art-ink); font-size: 12px; font-weight: 700; padding: 6px 15px; transform: rotate(-3deg); }
.promise-strip { display: flex; align-items: center; justify-content: center; gap: 58px; padding: 18px 0; border-block: 1px solid var(--line); color: var(--muted); font-size: 13px; font-weight: 650; }
.promise-strip span { display: inline-flex; align-items: center; gap: 7px; }
.promise-strip .icon { width: 17px; height: 17px; color: var(--accent); }
.home-section { padding-top: 65px; }
.section-heading { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.section-heading h2 { font-size: clamp(30px, 3.2vw, 39px); margin: 0 0 18px; }
.section-heading .eyebrow { margin-bottom: 12px; }
.section-doodle { transform: rotate(10deg); color: var(--accent); padding-right: 14px; }
.section-doodle .icon { width: 48px; height: 48px; stroke-width: 1.3; }
.section-intro { color: var(--muted); max-width: 650px; font-size: 17px; margin-bottom: 28px; }
.guide-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.starter-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: start; }
.guide-card, .starter-card { padding: 27px; border: 1.5px solid var(--line); border-radius: var(--radius); background: var(--soft-mint); color: var(--ink); text-decoration: none; }
.guide-card:nth-child(3n+2), .starter-card:nth-child(3n+2) { background: var(--soft-coral); }
.guide-card:nth-child(3n+3), .starter-card:nth-child(3n+3) { background: var(--soft-yellow); }
.guide-card { display: flex; flex-direction: column; transition: transform .18s, border-color .18s; }
.guide-card:hover { transform: translateY(-4px); border-color: var(--accent); }
.card-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 25px; }
.icon-tile { display: inline-flex; align-items: center; justify-content: center; width: 47px; height: 47px; border: 1.5px solid var(--ink); border-radius: 14px; background: var(--surface); box-shadow: 2px 2px 0 var(--ink); }
.icon-tile .icon { width: 26px; height: 26px; }
.guide-label { color: var(--accent); font-size: 11px; text-transform: uppercase; letter-spacing: 1.5px; font-weight: 750; }
.guide-card h3 { font-size: 26px; margin: 0 0 14px; }
.guide-card p { font-size: 16px; color: var(--muted); margin-bottom: 25px; }
.card-link { display: flex; align-items: center; justify-content: space-between; gap: 15px; font-size: 13px; font-weight: 750; color: var(--accent); margin-top: auto; }
.card-link .icon { width: 20px; height: 20px; }
.starter-card { padding: 0; overflow: hidden; }
.starter-card summary { list-style: none; padding: 26px; cursor: pointer; }
.starter-card summary::-webkit-details-marker { display: none; }
.starter-card summary:hover .starter-title { color: var(--accent); }
.starter-card summary:focus-visible { outline-offset: -6px; }
.starter-title { display: block; font-size: 25px; font-weight: 750; letter-spacing: -.7px; line-height: 1.25; margin: 23px 0; }
.expand-mark { display: grid; place-items: center; font-size: 22px; width: 27px; height: 27px; border: 1px solid var(--line); border-radius: 50%; background: var(--surface); transition: transform .18s; }
.starter-card[open] .expand-mark { transform: rotate(45deg); }
.starter-answer { padding: 0 26px 26px; font-size: 16px; }
.starter-answer p { border-top: 1px solid var(--line); padding-top: 21px; }
.starter-answer a { display: inline-flex; gap: 8px; align-items: center; font-size: 13px; font-weight: 700; }
.starter-answer .icon { width: 17px; height: 17px; }
.ask-section { margin-top: 7px; }
.ask-steps { padding: 0; margin: 32px 0; list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.ask-steps li { display: flex; align-items: flex-start; gap: 19px; padding: 27px; margin: 0; border: 1px solid var(--line); background: var(--surface); border-radius: var(--radius); }
.step-number { display: grid; place-items: center; width: 45px; height: 45px; flex-shrink: 0; border: 1px solid var(--ink); background: var(--yellow); border-radius: 50%; font-size: 18px; font-weight: 750; color: var(--art-ink); transform: rotate(-8deg); }
.ask-steps li:nth-child(2) .step-number { background: var(--mint); transform: rotate(6deg); }
.ask-steps li:nth-child(3) .step-number { background: var(--coral); transform: rotate(6deg); }
.ask-steps li:nth-child(4) .step-number { background: var(--mint); }
.ask-steps h3 { font-size: 23px; margin: 5px 0 10px; }
.ask-steps p { color: var(--muted); font-size: 15px; margin-bottom: 17px; }
.ask-steps blockquote { font-size: 16px; margin: 0; padding-top: 15px; border-top: 1px dashed var(--line); line-height: 1.6; }
.no-note { display: flex; gap: 20px; align-items: flex-start; padding: 26px 32px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--soft-yellow); }
.note-icon { padding-top: 3px; transform: rotate(-12deg); }
.note-icon .icon { width: 29px; height: 29px; }
.no-note h3 { margin: 0 0 10px; font-size: 23px; }
.no-note p { font-size: 16px; margin-bottom: 0; max-width: 820px; }
.closing-note { display: flex; align-items: center; gap: 30px; margin: 62px 0 0; padding: 38px; border-radius: 26px; background: #225e50; color: #fffdf6; }
.closing-note h2 { margin: 0 0 12px; font-size: 30px; }
.closing-note p { margin: 0; max-width: 440px; font-size: 15px; color: #e2eee6; }
.closing-symbol { align-self: flex-start; padding-top: 6px; transform: rotate(-12deg); }
.closing-symbol .icon { width: 47px; height: 47px; color: var(--yellow); }
.button-light { background: #fff3c8; color: #243b37; border-color: #fff3c8; box-shadow: 0 3px 0 #133f34; flex-shrink: 0; margin-left: auto; }
.button-light:hover { box-shadow: 0 5px 0 #133f34; }
.site-footer { padding-block: 33px; border-top: 1px solid var(--line); margin-top: 55px; display: flex; justify-content: space-between; align-items: center; gap: 24px; font-size: 13px; color: var(--muted); }
.footer-name { font-size: 15px; font-weight: 750; color: var(--ink); margin-bottom: 5px; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 24px; }
.site-footer nav a { font-weight: 650; }
.site-footer .small { margin: 0; }
.small { font-size: 12px; }
.static-page { padding-top: 52px; }
.static-page h1 { max-width: 620px; }
.intro { font-size: 21px; line-height: 1.6; }
.static-page li { margin-bottom: 20px; }
.static-page li::marker { font-weight: 750; color: var(--accent); }
.disclosure { background: var(--soft-mint); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; margin: 30px 0; }
.disclosure h2 { margin: 0 0 12px; font-size: 23px; }
.disclosure p { margin: 0; font-size: 16px; }
.guide { padding-top: 27px; }
.breadcrumb { color: var(--muted); font-size: 12px; margin-bottom: 32px; line-height: 1.6; }
.breadcrumb a { text-decoration: none; }
.guide h1 { font-size: clamp(36px, 6.5vw, 50px); margin-bottom: 20px; }
.guide .eyebrow { display: inline-block; background: var(--tint); padding: 5px 12px; border-radius: 100px; font-size: 10px; letter-spacing: 1.1px; }
.byline { font-size: 12px; color: var(--muted); margin-bottom: 30px; }
.guide-body > p:first-child { background: var(--soft-yellow); border: 1.5px solid var(--line); border-radius: 3px 22px 22px 22px; padding: 25px 28px; margin-bottom: 36px; }
.guide-body > p:first-child strong { display: block; color: var(--accent); font-size: 13px; font-weight: 800; letter-spacing: .9px; text-transform: uppercase; margin-bottom: 8px; }
.guide-body h2 { padding-top: 15px; border-top: 1px solid var(--line); }
.guide-body ol { padding-left: 28px; }
.guide-body li { margin-bottom: 17px; }
.guide-body li::marker { font-weight: 700; color: var(--accent); }
.guide-body sup { font-size: 11px; color: var(--muted); margin-left: 2px; }
.parent-box { background: var(--soft-mint); border: 1.5px solid var(--line); border-radius: var(--radius); padding: 29px; margin: 40px 0; }
.parent-box .eyebrow { padding: 0; background: transparent; margin-bottom: 10px; }
.parent-box h2 { margin: 0 0 17px; font-size: 29px; }
.parent-box p:not(.eyebrow) { font-size: 16px; }
.parent-box > a { font-size: 15px; font-weight: 700; }
.faq { padding-top: 8px; }
.faq > h2 { margin-top: 0; }
.faq-item { padding: 23px 0; border-top: 1px solid var(--line); }
.faq-item h3 { margin: 0 0 14px; font-size: 22px; line-height: 1.35; }
.faq-item p { font-size: 17px; margin: 0; }
.sources { border-top: 1px solid var(--line); margin-top: 40px; padding-top: 24px; font-size: 14px; }
.sources h2 { font-size: 23px; margin: 0 0 17px; }
.sources li { padding-left: 2px; }
.related { background: var(--soft-yellow); padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); margin-top: 30px; font-size: 16px; }
.related h2 { font-size: 24px; margin: 0 0 17px; }
.related ul { margin-bottom: 0; }
main:focus { outline: 0; }
@media (prefers-color-scheme: dark) {
  :root { --paper: #172722; --surface: #20352e; --ink: #f0f2e9; --muted: #b7c8bd; --accent: #b8dfc6; --accent-hover: #d5eddf; --tint: #2e4a3d; --line: #40574a; --soft-yellow: #393825; --soft-coral: #3f302b; --soft-mint: #253f32; }
  .wordmark-symbol { border-color: var(--yellow); }
  .conversation-art { background-image: radial-gradient(#597362 1px, transparent 1px); }
  .button { color: #172722; box-shadow: 0 3px 0 #0c1812; }
  .button:hover { box-shadow: 0 5px 0 #0c1812; }
  .icon-tile { box-shadow: 2px 2px 0 var(--muted); border-color: var(--muted); }
  .highlight::after { background: #697845; }
}
@media (max-width: 900px) {
  .home-intro { padding-top: 48px; gap: 10px; }
  .home-intro h1 { font-size: clamp(46px, 7vw, 65px); }
  .hero-lede { font-size: 21px; }
  .hero-actions { gap: 17px; flex-wrap: wrap; }
  .conversation-art { height: 355px; }
  .art-message { font-size: 20px; padding: 17px 19px; }
  .reply-message { top: 98px; font-size: 19px; }
  .doodle-star { width: 48px; right: 20px; }
  .starter-card summary { padding: 21px; }
  .starter-title { font-size: 22px; }
  .starter-answer { padding-inline: 21px; }
  .ask-steps li { padding: 24px; gap: 14px; }
  .step-number { width: 36px; height: 36px; font-size: 15px; }
  .ask-steps h3 { font-size: 21px; }
  .closing-note { flex-wrap: wrap; }
  .closing-note .button { margin-left: 76px; }
}
@media (max-width: 650px) {
  .wrap, .home-shell { width: min(100% - 32px, 1080px); }
  .site-header { padding-block: 21px; gap: 12px; }
  .wordmark { font-size: 13px; gap: 8px; }
  .wordmark-symbol { width: 35px; height: 38px; font-size: 27px; border-radius: 12px 12px 12px 3px; }
  .header-nav { font-size: 12px; gap: 14px; }
  .header-nav .nav-plan { padding: 8px 12px; }
  .home-intro { grid-template-columns: 1fr; padding: 39px 0 29px; gap: 30px; }
  .hero-label { font-size: 10px; margin-bottom: 20px; }
  .home-intro h1 { font-size: clamp(48px, 12.5vw, 69px); margin-bottom: 24px; }
  .hero-lede { font-size: 21px; }
  .hero-description { font-size: 16px; max-width: 430px; }
  .hero-actions { gap: 23px; margin-top: 23px; }
  .button { font-size: 14px; padding: 13px 17px; gap: 12px; }
  .quiet-link { font-size: 13px; }
  .hero-footnote { font-size: 11px; margin-top: 18px; }
  .conversation-art { max-width: 350px; height: 340px; }
  .question-message { top: 18px; left: 3%; }
  .reply-message { top: 100px; right: 2%; }
  .doodle-star { top: -4px; right: 22px; width: 45px; }
  .doodle-loop { width: 33px; right: 2px; bottom: 39px; }
  .conversation-pals { bottom: 13px; }
  .art-caption { bottom: -5px; left: 18%; font-size: 11px; }
  .promise-strip { gap: 8px; justify-content: space-between; font-size: 10px; padding-block: 16px; }
  .promise-strip span { gap: 3px; }
  .promise-strip .icon { width: 14px; height: 14px; }
  .home-section { padding-top: 43px; }
  .section-heading h2 { font-size: 30px; margin-bottom: 16px; }
  .section-heading .eyebrow { font-size: 10px; letter-spacing: 1.1px; }
  .section-doodle { padding: 0; }
  .section-doodle .icon { width: 32px; height: 32px; }
  .section-intro { font-size: 16px; margin-bottom: 23px; }
  .guide-grid, .starter-grid, .ask-steps { grid-template-columns: 1fr; gap: 15px; }
  .starter-card summary { display: grid; grid-template-columns: 43px 1fr; gap: 0 18px; padding: 23px; align-items: start; }
  .starter-card .icon-tile { width: 42px; height: 42px; grid-row: span 2; }
  .starter-title { font-size: 23px; margin: 0 0 14px; }
  .starter-title br { display: none; }
  .starter-answer { padding: 0 23px 23px; }
  .guide-card { padding: 25px; }
  .guide-card h3 { font-size: 25px; }
  .ask-steps { margin: 26px 0; }
  .ask-steps li { padding: 23px; gap: 16px; }
  .ask-steps h3 { font-size: 22px; }
  .ask-steps p, .ask-steps blockquote { font-size: 15px; }
  .no-note { padding: 24px; gap: 13px; }
  .note-icon .icon { width: 23px; height: 23px; }
  .no-note h3 { font-size: 21px; }
  .no-note p { font-size: 15px; }
  .closing-note { margin-top: 39px; padding: 26px; gap: 16px; }
  .closing-symbol .icon { width: 31px; height: 31px; }
  .closing-note > div { flex: 1; }
  .closing-note h2 { font-size: 27px; }
  .closing-note .button { margin-left: 0; }
  .site-footer { margin-top: 36px; display: block; padding-block: 27px; }
  .site-footer nav { margin-top: 22px; gap: 25px; }
  .static-page { padding-top: 36px; }
  .static-page h1 { font-size: 39px; }
  .intro { font-size: 20px; }
  .guide-body > p:first-child { padding: 23px; }
  .parent-box { padding: 24px; }
  .byline { max-width: 300px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; } }
@media print {
  .site-header, .site-footer, .related, .skip-link, .conversation-art, .hero-actions, .promise-strip, .section-doodle, .closing-note { display: none; }
  body { background: #fff; color: #000; font-size: 12pt; }
  .wrap, .reading-wrap, .home-shell { width: 100%; max-width: none; }
  .home-intro, .guide { display: block; padding: 0; }
  h1 { font-size: 28pt; }
  .parent-box, .no-note, .ask-steps li { break-inside: avoid; }
  a { color: inherit; }
  h2, h3 { break-after: avoid; }
}
