@font-face { font-family: Anybody; src: url('/fonts/anybody-latin-variable.woff2') format('woff2'); font-weight: 600 700; font-display: swap; }
@font-face { font-family: Inter; src: url('/fonts/inter-latin-variable.woff2') format('woff2'); font-weight: 400 700; font-display: swap; }
:root { --blue: #223a7a; --ink: #223a7a; --muted: #52617d; --sky: #aae4f4; --yellow: #ffe054; --paper: #fff; --wash: #eff9fc; --line: #d8e1ec; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 28px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 16px/1.65 Inter, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
h1, h2, h3, p, figure { margin: 0; }
a { color: inherit; text-underline-offset: 4px; }
button, input, textarea { font: inherit; }
a, button, input, textarea, summary { touch-action: manipulation; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid #2561c8; outline-offset: 5px; }
button { cursor: pointer; }
[hidden] { display: none !important; }
.container { width: min(1280px, 100% - 96px); margin-inline: auto; }
.eyebrow { font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--blue); }
h1, h2, h3 { font-family: Anybody, Inter, Arial, sans-serif; font-weight: 700; letter-spacing: -.035em; }
h1 { font-size: clamp(46px, 4.2vw, 62px); line-height: 1.09; }
h2 { font-size: clamp(34px, 3.1vw, 46px); line-height: 1.17; }
h3 { font-size: 22px; line-height: 1.3; letter-spacing: -.025em; }
.heading-accent { color: #316297; }
.intro { font-size: 18px; line-height: 1.65; color: var(--muted); }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; padding: 17px 22px; min-height: 56px; border: 2px solid var(--blue); border-radius: 10px; background: var(--blue); color: #fff; text-decoration: none; font-size: 14px; font-weight: 600; transition: background .18s, transform .18s; }
.button:hover { background: #172a60; transform: translateY(-2px); }
.button span { font-size: 23px; font-weight: 400; line-height: 1; }
.button:disabled { opacity: .65; cursor: wait; transform: none; }
.microcopy { font-size: 12px; color: var(--muted); margin-top: 14px; }
.section { padding-block: 100px; }
.brand { font-size: 26px; font-weight: 600; letter-spacing: -1px; display: inline-flex; align-items: center; gap: 10px; text-decoration: none; flex-shrink: 0; }
.brand img { display: block; }
.site-header { border-bottom: 1px solid var(--line); background: #fff; }
.header-row { display: flex; align-items: center; gap: 32px; min-height: 96px; }
.audiences { display: flex; gap: 16px; font-size: 12px; }
.audiences a { text-decoration: none; }
.audiences a:first-child { border-bottom: 2px solid var(--sky); }
.audiences a:last-child { color: var(--muted); }
.page-nav { margin-left: auto; display: flex; align-items: center; gap: 28px; font-size: 12px; font-weight: 600; }
.page-nav a { text-decoration: none; }
.page-nav a:hover { text-decoration: underline; }
.mobile-nav, .comparison-switch { display: none; }
.header-cta { background: var(--yellow); padding: 12px 16px; border-radius: 8px; }
.header-cta span { margin-left: 16px; }
.hero { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; padding-block: 68px 80px; }
.hero-copy > .eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 22px; }
.small-line { width: 13px; height: 13px; background: var(--yellow); border-radius: 50%; }
.hero h1 { margin-bottom: 24px; }
.hero-highlight { display: block; color: #316297; margin-top: 8px; }
.hero .intro { max-width: 500px; margin-bottom: 28px; }
.example { min-width: 0; align-self: center; }
.photo-stage { position: relative; isolation: isolate; padding: 42px 0 48px; }
.photo-stage::before { content: ''; position: absolute; inset: 5% -2% 4% 10%; background: var(--sky); border-radius: 47% 53% 30% 70% / 39% 46% 54% 61%; z-index: -1; transform: rotate(8deg); }
.classroom-photo { display: block; width: 100%; height: auto; aspect-ratio: 1.32; object-fit: cover; border-radius: 42% 35% 38% 19% / 30% 22% 30% 31%; }
.sun-doodle { position: absolute; width: 96px; height: 96px; left: -20px; top: -2px; color: #f0b923; transform: rotate(-12deg); }
.loop-doodle { position: absolute; width: 122px; height: 76px; right: -14px; bottom: 19px; color: var(--blue); transform: rotate(-20deg); }
.example-card { position: absolute; left: -12px; bottom: 25px; display: flex; align-items: center; gap: 12px; padding: 18px 20px; background: #fff; border: 1px solid var(--line); border-radius: 15px; box-shadow: 0 12px 30px #223a7a12; transform: rotate(-3deg); }
.card-check { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: var(--yellow); font-size: 21px; }
.card-label { display: block; color: var(--muted); font-size: 10px; }
.example-card strong { display: block; font-size: 14px; line-height: 1.5; }
.card-arrow { margin-left: 10px; font-size: 23px; }
.example figcaption { font-size: 10px; color: var(--muted); text-align: center; margin-top: 7px; }
.principles { background: var(--wash); border-block: 1px solid #dfedf3; }
.principles .container { display: flex; justify-content: space-between; gap: 20px; padding-block: 24px; color: var(--blue); font-size: 13px; font-weight: 600; }
.principles span { display: flex; align-items: center; gap: 10px; }
.principles span::before { content: '✓'; display: grid; place-items: center; flex-shrink: 0; width: 24px; height: 24px; border-radius: 50%; background: var(--sky); font-size: 12px; }
.approach { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.section-heading > .eyebrow, .split-heading .eyebrow, .review-copy > .eyebrow, .faq .eyebrow { margin-bottom: 20px; }
.section-heading > p:last-child { margin-top: 24px; max-width: 440px; color: var(--muted); }
.benefits article { display: flex; gap: 22px; padding: 26px 0; border-top: 1px solid var(--line); }
.benefits article:first-child { padding-top: 0; border-top: 0; }
.benefits article:last-child { padding-bottom: 0; }
.index { display: grid; place-items: center; flex-shrink: 0; width: 44px; height: 44px; border-radius: 14px; background: var(--sky); font: 600 17px Anybody, sans-serif; }
.benefits article:nth-child(2) .index { background: var(--yellow); }
.benefits article:nth-child(3) .index { background: #e4edf9; }
.benefits h3 { font-size: 20px; margin-bottom: 10px; }
.benefits p { color: var(--muted); font-size: 15px; line-height: 1.75; }
.journey-band { background: var(--blue); color: #fff; padding-block: 70px; border-radius: 48px 48px 0 0; }
.journey-heading { display: grid; grid-template-columns: .65fr 1.1fr 1fr; gap: 40px; align-items: start; }
.journey-heading .eyebrow { color: var(--yellow); max-width: 160px; }
.journey-heading h2 { font-size: 38px; }
.journey-heading > p:last-child { font-size: 15px; color: #e2eefb; }
.journey { list-style: none; margin: 48px 0 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.journey li { border-top: 1px solid #6179b1; padding-top: 24px; }
.journey li > span { font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--yellow); }
.journey h3 { font-size: 25px; margin-block: 14px; }
.journey li > p { font-size: 15px; color: #e2eefb; max-width: 300px; }
.split-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 48px; margin-bottom: 42px; }
.split-heading > p { max-width: 370px; font-size: 16px; color: var(--muted); }
.offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.offer-grid article { padding: 30px; border-radius: 20px; background: var(--wash); }
.offer-grid article:nth-child(2) { background: #fff6c5; }
.offer-grid article:nth-child(3) { background: #eef2fa; }
.offer-label { font-size: 10px; letter-spacing: .07em; text-transform: uppercase; font-weight: 600; }
.offer-grid h3 { font-size: 27px; margin: 18px 0; }
.offer-grid p { color: var(--muted); font-size: 15px; }
.offer-grid ul { padding: 20px 0 0; margin: 24px 0 0; border-top: 1px solid #223a7a25; list-style: none; }
.offer-grid li { font-size: 13px; padding-left: 22px; position: relative; margin: 10px 0; }
.offer-grid li::before { content: '✓'; position: absolute; left: 0; color: var(--blue); }
.scope-note { font-size: 13px; color: var(--muted); margin-top: 24px; max-width: 840px; }
.review-section { background: var(--sky); padding-block: 84px; }
.review-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 88px; align-items: start; }
.review-copy h2 { font-size: 54px; margin-bottom: 24px; }
.review-copy .heading-accent { color: var(--blue); }
.review-copy > .intro { font-size: 18px; color: #344a70; }
.review-copy > p:not(.intro):not(.eyebrow) { font-size: 15px; color: #344a70; margin-top: 16px; }
.review-steps { list-style: none; padding: 26px 0 28px; margin: 24px 0; border-block: 1px solid #223a7a30; }
.review-steps li { display: flex; align-items: center; gap: 14px; font-size: 14px; margin-bottom: 18px; }
.review-steps li:last-child { margin: 0; }
.review-steps span { display: grid; place-items: center; border-radius: 50%; background: var(--blue); color: white; width: 30px; height: 30px; flex-shrink: 0; font-size: 12px; }
.email-link { font-size: 13px; overflow-wrap: anywhere; }
.form-card { min-width: 0; background: white; border: 1px solid #d6e1ee; border-radius: 20px; padding: 34px; box-shadow: 0 14px 32px #223a7a08; }
.form-card h3 { font-size: 29px; margin: 12px 0; }
.form-card #form-intro > p:last-child, .form-card #form-fallback { font-size: 13px; color: var(--muted); }
.form-card label { display: block; font-size: 13px; font-weight: 600; margin: 20px 0 6px; }
.form-card input:not([type=checkbox]), .form-card textarea { width: 100%; border: 1px solid #8193ad; border-radius: 7px; padding: 11px 12px; font-size: 16px; color: var(--ink); background: #fff; min-height: 48px; }
.form-card textarea { resize: vertical; min-height: 110px; }
.form-card input::placeholder, .form-card textarea::placeholder { color: #65748a; font-size: 13px; }
.form-card input:disabled { background: #eff3f8; color: #65748a; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-row > div { min-width: 0; }
.field-help { font-size: 12px; color: var(--muted); line-height: 1.6; margin-top: 6px; }
.form-card .checkbox-label { display: flex; align-items: center; gap: 10px; font-weight: 400; font-size: 13px; min-height: 36px; margin: 8px 0; }
.checkbox-label input { width: 18px; height: 18px; flex-shrink: 0; accent-color: var(--blue); }
.form-card .button { width: 100%; margin-top: 24px; }
.form-privacy { font-size: 11px; line-height: 1.6; color: var(--muted); margin-top: 12px; }
.form-error { border-left: 3px solid #a32e41; background: #fff1f3; padding: 12px; font-size: 13px; color: #832037; margin-top: 18px; }
.success-mark { display: grid; place-items: center; background: var(--yellow); border-radius: 50%; width: 48px; height: 48px; color: var(--blue); font-size: 24px; margin-bottom: 20px; }
#form-success p { margin-top: 16px; color: var(--muted); font-size: 15px; overflow-wrap: anywhere; }
#form-success h3:focus { outline: none; }
.faq { display: grid; grid-template-columns: 1fr 1.4fr; gap: 80px; }
.faq-items details { border-bottom: 1px solid var(--line); padding-block: 23px; }
.faq-items details:first-child { padding-top: 0; }
.faq-items summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; list-style: none; cursor: pointer; font-size: 16px; font-weight: 600; }
.faq-items summary::-webkit-details-marker { display: none; }
.faq-items summary span { font-size: 24px; font-weight: 400; transition: transform .2s; }
.faq-items details[open] summary span { transform: rotate(45deg); }
.faq-items details p { margin: 16px 30px 0 0; font-size: 15px; color: var(--muted); }
.closing { background: #fff6c5; border-radius: 24px; padding: 44px; margin-bottom: 64px; display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.closing h2 { font-size: 34px; }
.closing .heading-accent { color: var(--blue); }
.closing .button { flex-shrink: 0; }
.site-footer { border-top: 1px solid var(--line); }
.footer-top { padding-block: 32px; display: flex; align-items: center; gap: 28px; }
.footer-top .brand { font-size: 22px; }
.footer-top p { font-size: 12px; color: var(--muted); }
.footer-top > a:last-child { font-size: 12px; margin-left: auto; }
.footer-bottom { padding-block: 20px 30px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 20px; font-size: 12px; color: var(--muted); }
.footer-bottom nav { display: flex; gap: 24px; }
.skip { position: absolute; top: -120px; left: 20px; z-index: 10; }
.skip:focus { top: 12px; background: #fff; padding: 12px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.examples-jump { display: inline-flex; gap: 14px; margin-top: 24px; font-size: 13px; font-weight: 600; }
.comparisons { scroll-margin-top: 12px; }
.comparisons .split-heading { margin-bottom: 24px; }
.concept-disclosure { max-width: 860px; color: var(--muted); font-size: 13px; border-left: 3px solid var(--sky); padding-left: 14px; }
.comparison { margin-top: 52px; }
.comparison + .comparison { margin-top: 64px; }
.comparison-heading { display: flex; align-items: center; gap: 16px; margin-bottom: 24px; }
.comparison-heading h3 { font-size: 23px; }
.comparison-heading p { font-size: 14px; margin-top: 6px; color: var(--muted); }
.comparison-number { display: grid; place-items: center; flex-shrink: 0; width: 46px; height: 46px; border-radius: 14px; background: var(--yellow); font: 600 18px Anybody, sans-serif; }
.comparison-kind { flex-shrink: 0; margin-left: auto; padding: 7px 12px; border-radius: 30px; background: var(--wash); font-size: 11px; font-weight: 600; }
.comparison-pair { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.comparison-panel { min-width: 0; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; background: white; }
.comparison-panel figcaption { padding: 20px 24px; }
.version-label { display: block; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; font-weight: 600; color: var(--muted); margin-bottom: 6px; }
.comparison-panel figcaption strong { font-size: 17px; font-weight: 600; }
.before-panel figcaption { background: #f1f3f6; }
.after-panel figcaption { background: #e2f5fc; }
.after-panel .version-label { color: var(--blue); }
.concept-screen { margin: 22px 22px 0; border: 1px solid #c5cbd5; border-radius: 9px; overflow: hidden; background: #fff; }
.concept-chrome { height: 30px; padding: 0 12px; display: flex; align-items: center; justify-content: space-between; background: #f3f5f8; color: #637084; font: 9px/1 Inter, sans-serif; border-bottom: 1px solid #d8dfe8; }
.concept-chrome > span:first-child { font-size: 7px; letter-spacing: 2px; }
.old-home { min-height: 370px; background: #f3eedc; color: #292e42; font: 11px/1.4 'Times New Roman', serif; overflow: hidden; }
.old-banner { display: flex; align-items: center; justify-content: center; gap: 12px; background: #354a70; color: white; padding: 12px 8px; font: bold 21px/1.15 'Times New Roman', serif; border-bottom: 4px ridge #b6bcca; }
.old-banner small { display: block; font: italic 10px/1.4 'Times New Roman', serif; text-align: center; margin-top: 4px; }
.old-sun { color: #dfc376; font-size: 36px; }
.old-nav { text-align: center; background: #d7d9dc; color: #263659; padding: 5px 8px; font: bold 9px/1.5 'Times New Roman', serif; border-block: 1px solid #a9b0bc; white-space: nowrap; }
.old-columns { display: grid; grid-template-columns: 105px 1fr; }
.old-sidebar { background: #e4e3d6; border-right: 1px solid #b9b9af; padding: 10px 8px; color: #223a7a; }
.old-sidebar u { display: block; padding: 4px 0; border-bottom: 1px dotted #b8b9b2; }
.old-welcome { padding: 12px; }
.old-welcome > b { font-size: 15px; }
.old-welcome p { margin: 8px 0; }
.old-welcome img { float: right; width: 100px; height: 64px; object-fit: cover; margin: 0 0 6px 10px; border: 3px ridge #92999e; }
.old-news { background: #fffce9; border: 1px solid #aaa790; padding: 7px; margin-top: 9px; clear: both; font-size: 10px; }
.comparison-notes { padding: 20px 24px 22px; margin: 0; list-style: none; }
.comparison-notes li { position: relative; padding-left: 22px; font-size: 13px; line-height: 1.6; color: var(--muted); margin: 9px 0 0; }
.comparison-notes li::before { position: absolute; left: 0; content: '−'; font-weight: 600; }
.after-panel .comparison-notes li::before { content: '✓'; color: var(--blue); }
.comparison-takeaway { margin-top: 18px; padding: 18px 22px; background: #fff8d8; border-radius: 10px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.comparison-takeaway strong { color: var(--blue); }
.phone-stage { display: flex; justify-content: center; padding: 26px 20px; background: #f6f7f9; }
.new-phone-stage { background: #eff9fc; }
.phone-shell { width: 292px; max-width: 100%; height: 552px; border: 6px solid #263653; border-radius: 30px; background: white; overflow: hidden; box-shadow: 0 10px 16px #2636530b; }
.phone-top { display: flex; justify-content: space-between; padding: 6px 18px 2px; background: #fff; color: #263653; font: 600 10px/1.5 Inter, sans-serif; }
.phone-address { text-align: center; background: #f1f3f6; margin: 3px 12px 8px; border-radius: 6px; color: #52617d; font: 10px/2 Inter, sans-serif; }
.old-mobile-viewport { height: 430px; overflow: hidden; background: #f2f1ec; }
.old-mobile-page { width: 610px; font: 12px/1.6 Arial, sans-serif; color: #333; }
.old-mobile-banner { background: #54673c; color: white; padding: 18px 12px; font: bold 22px 'Times New Roman', serif; }
.old-mobile-page .old-nav { text-align: left; }
.old-mobile-body { display: grid; grid-template-columns: 95px 1fr; gap: 16px; padding: 18px 12px; }
.old-mobile-sidebar { font-size: 10px; color: #314d31; }
.old-mobile-sidebar hr { border: 0; border-top: 1px solid #c2c6b8; margin-block: 12px; }
.old-mobile-body b { font: bold 20px 'Times New Roman', serif; }
.old-mobile-body p { margin: 16px 0; }
.old-mobile-body u { color: #243b8b; }
.old-phone-hint { background: #e6e8ed; text-align: center; font: 11px/1.5 Inter, sans-serif; color: #52617d; padding: 8px; }
.examples-close { display: flex; gap: 40px; align-items: center; justify-content: space-between; margin-top: 32px; }
.examples-close p { max-width: 750px; font-size: 13px; color: var(--muted); }
.examples-close a { font-size: 13px; font-weight: 600; flex-shrink: 0; }
.examples-close a span { margin-left: 8px; }
@media (min-width: 801px) and (max-width: 1100px) {
  .comparison-kind { display: none; }
  .concept-screen { margin-inline: 14px; }
  .old-columns { grid-template-columns: 83px 1fr; }
  .old-banner { font-size: 17px; }
  .old-sun { font-size: 28px; }
  .examples-close { align-items: flex-start; flex-direction: column; gap: 16px; }
}
@media (max-width: 800px) {
  .comparison-pair { grid-template-columns: 1fr; gap: 20px; }
  .comparison-heading { align-items: flex-start; gap: 12px; }
  .comparison-heading h3 { font-size: 21px; }
  .comparison-kind { display: none; }
  .comparison-number { width: 36px; height: 36px; border-radius: 10px; font-size: 15px; }
  .comparison { margin-top: 36px; }
  .comparison + .comparison { margin-top: 48px; }
  .concept-screen { margin: 16px 14px 0; }
  .comparison-panel figcaption { padding: 18px 20px; }
  .comparison-panel figcaption strong { font-size: 16px; }
  .comparison-notes { padding: 14px 20px 20px; }
  .old-columns { grid-template-columns: 86px 1fr; }
  .old-banner { font-size: 18px; }
  .old-sun { font-size: 28px; }
  .examples-close { flex-direction: column; align-items: flex-start; gap: 18px; }
  .comparison-takeaway { padding: 16px 18px; font-size: 13px; }
}
@media (max-width: 380px) {
  .old-banner { font-size: 15px; }
  .old-sun { font-size: 23px; }
  .old-columns { grid-template-columns: 74px 1fr; }
  .old-welcome { padding: 8px; }
  .old-welcome img { width: 70px; height: 52px; }
  .old-sidebar { font-size: 10px; padding: 8px 6px; }
  .phone-stage { padding-inline: 12px; }
}
@media (max-width: 1100px) {
  .container { width: calc(100% - 64px); }
  .header-row { gap: 24px; }
  .page-nav { gap: 18px; }
  .page-nav > a:not(.header-cta) { display: none; }
  .hero { gap: 36px; }
  .hero h1 { font-size: 48px; }
  .sun-doodle { width: 76px; left: -14px; }
  .photo-stage::before { right: 5%; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .example-card { padding: 14px; gap: 10px; }
  .card-arrow { display: none; }
  .approach, .review-grid { gap: 48px; }
  .offer-grid { gap: 14px; }
  .offer-grid article { padding: 24px; }
  .offer-grid h3 { font-size: 24px; }
  .journey-heading { grid-template-columns: .65fr 1.1fr 1fr; gap: 24px; }
  .review-copy h2 { font-size: 48px; }
  .closing { padding: 32px; }
  .closing h2 { font-size: 30px; }
}
@media (max-width: 800px) {
  .container { width: calc(100% - 40px); }
  .header-row { min-height: 78px; gap: 16px; }
  .brand { font-size: 23px; }
  .audiences { margin-left: auto; font-size: 11px; gap: 12px; }
  .page-nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-block: 42px 40px; gap: 26px; }
  .hero h1 { font-size: clamp(38px, 6.6vw, 56px); max-width: 620px; }
  .hero-highlight { margin-top: 6px; }
  .hero .intro { font-size: 17px; max-width: 580px; }
  .hero-copy > .eyebrow { font-size: 10px; margin-bottom: 20px; }
  .hero .button { width: 100%; max-width: 380px; }
  .example { width: min(560px, calc(100% - 12px)); justify-self: center; }
  .photo-stage { padding-block: 30px 38px; }
  .classroom-photo { aspect-ratio: 1.5; }
  .sun-doodle { width: 74px; height: 74px; top: -4px; }
  .example-card { bottom: 20px; left: -6px; }
  .loop-doodle { width: 100px; right: -10px; bottom: 6px; }
  .principles .container { flex-wrap: wrap; justify-content: flex-start; gap: 12px 28px; padding-block: 22px; font-size: 12px; }
  .section { padding-block: 64px; }
  .approach, .review-grid, .faq { grid-template-columns: 1fr; gap: 36px; }
  .section-heading > p:last-child { max-width: none; }
  .benefits article:first-child { padding-top: 24px; border-top: 1px solid var(--line); }
  .journey-band { padding-block: 48px; border-radius: 28px 28px 0 0; }
  .journey-heading { grid-template-columns: 1fr; gap: 18px; }
  .journey-heading .eyebrow { max-width: none; }
  .journey-heading h2 { font-size: 36px; }
  .journey-heading > p:last-child { max-width: 500px; }
  .journey { grid-template-columns: 1fr; gap: 24px; margin-top: 30px; }
  .journey li { padding-top: 20px; }
  .journey li > p { max-width: none; }
  .journey h3 { margin-block: 10px; }
  .split-heading { display: block; margin-bottom: 28px; }
  .split-heading > p { margin-top: 20px; max-width: none; }
  .offer-grid { grid-template-columns: 1fr; gap: 18px; }
  .offer-grid article { padding: 28px; }
  .offer-grid h3 { font-size: 27px; }
  .offer-grid ul { margin-top: 20px; padding-top: 14px; }
  .review-section { padding-block: 48px; }
  .review-copy h2 { font-size: 44px; }
  .form-card { padding: 26px; }
  .faq-items details:first-child { border-top: 1px solid var(--line); padding-top: 23px; }
  .closing { flex-direction: column; align-items: flex-start; padding: 30px 24px; margin-bottom: 48px; gap: 24px; }
  .closing h2 { font-size: 30px; }
  .closing .button { width: 100%; max-width: 380px; }
  .footer-top { align-items: flex-start; flex-wrap: wrap; gap: 16px; }
  .footer-top p { flex-basis: 100%; }
  .footer-top > a:last-child { margin-left: 0; }
  .footer-bottom { flex-direction: column; gap: 12px; }
  .footer-bottom nav { flex-wrap: wrap; gap: 18px; }
}
@media (max-width: 380px) {
  .container { width: calc(100% - 32px); }
  .hero h1 { font-size: 36px; }
  h2 { font-size: 32px; }
  .form-card { padding: 20px; }
  .form-card h3 { font-size: 26px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .button { gap: 14px; padding-inline: 14px; font-size: 13px; }
  .example-card { padding: 12px; }
  .example-card strong { font-size: 12px; }
  .card-label { font-size: 9px; }
  .card-check { width: 32px; height: 32px; }
  .benefits article { gap: 16px; }
  .closing { padding-inline: 20px; }
  .closing h2 { font-size: 27px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

/* Cedar Hollow is a separate fictional organization, with its own visual identity. */
@font-face { font-family: Lora; src: url('/fonts/lora-latin-variable.woff2') format('woff2'); font-weight: 600; font-display: swap; }
@font-face { font-family: 'Nunito Sans'; src: url('/fonts/nunito-sans-latin-variable.woff2') format('woff2'); font-weight: 400 700; font-display: swap; }
.cedar-site { --cedar-green: #214c3b; --cedar-ink: #233d31; --cedar-cream: #fbf6ec; --cedar-rust: #a7472d; --cedar-muted: #5b685b; color: var(--cedar-ink); background: var(--cedar-cream); font: 11px/1.45 'Nunito Sans', Arial, sans-serif; }
.new-home { min-height: 510px; }
.cedar-utility { display: flex; justify-content: space-between; gap: 12px; padding: 6px 18px; background: var(--cedar-green); color: #fff; font-size: 7px; }
.cedar-nav { display: flex; align-items: center; gap: 14px; padding: 15px 18px; }
.cedar-logo { display: flex; align-items: center; gap: 7px; flex-shrink: 0; }
.cedar-mark { width: 26px; height: 32px; color: var(--cedar-rust); }
.cedar-logo b { display: block; font: 600 18px/1.15 Lora, Georgia, serif; letter-spacing: -.04em; }
.cedar-logo small { display: block; margin-top: 3px; font-size: 6px; line-height: 1; letter-spacing: .18em; }
.cedar-nav > span { margin-left: auto; font-size: 8px; }
.cedar-nav-apply { font-size: 9px; border-bottom: 1px solid var(--cedar-rust); padding-bottom: 2px; margin-left: auto; white-space: nowrap; }
.cedar-home-hero { position: relative; min-height: 224px; isolation: isolate; display: flex; align-items: center; overflow: hidden; }
.cedar-home-hero > img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 35%; z-index: -2; }
.cedar-photo-shade { position: absolute; inset: 0; background: linear-gradient(90deg,#183a2def 0%,#183a2dd6 23%,#183a2d50 64%,transparent 100%); z-index: -1; }
.cedar-hero-copy { color: #fffdf5; padding: 26px 22px 32px; max-width: 70%; }
.cedar-kicker { display: block; font-size: 7px; letter-spacing: .14em; font-weight: 700; text-transform: uppercase; }
.cedar-title { font: 600 32px/1.1 Lora, Georgia, serif; letter-spacing: -.04em; margin: 11px 0 14px; }
.cedar-hero-copy p { font-size: 10px; line-height: 1.5; color: #fffdf5; }
.cedar-photo-label { position: absolute; right: 12px; bottom: 12px; padding: 5px 8px; background: #fbf6ecef; color: var(--cedar-ink); font: italic 10px Georgia, serif; }
.cedar-enroll-band { display: flex; align-items: center; gap: 12px; padding: 16px 18px; border-bottom: 1px solid #dedbce; }
.cedar-enroll-band b { display: block; font: 600 15px/1.3 Lora, Georgia, serif; }
.cedar-enroll-band small { display: block; font-size: 9px; color: var(--cedar-muted); margin-top: 3px; }
.cedar-action { display: block; padding: 11px 12px; background: var(--cedar-rust); color: white; border-radius: 2px; font-size: 10px; font-weight: 700; }
.cedar-enroll-band .cedar-action { flex-shrink: 0; margin-left: auto; font-size: 8px; }
.cedar-programs { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); padding: 17px 18px; }
.cedar-programs > div + div { border-left: 1px solid #cbd4c6; padding-left: 20px; }
.cedar-programs span { display: block; font-size: 7px; letter-spacing: .1em; color: var(--cedar-rust); font-weight: 700; }
.cedar-programs b { display: block; font: 600 15px/1.3 Lora, Georgia, serif; margin: 5px 0; }
.cedar-programs small { font-size: 9px; color: var(--cedar-muted); }
.cedar-centers { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 10px 18px; background: #e8eddf; font-size: 8px; }
.cedar-centers b { font-weight: 700; }
.old-home { min-height: 510px; }
.old-banner { background: #586544; }
.old-community { border-top: 1px dotted #9a9c8c; padding-top: 10px; margin-top: 12px; font-size: 10px; }
.old-community b { display: block; font-size: 12px; }
.old-community p { margin: 6px 0 10px; }
.old-community small { display: block; font-size: 9px; color: #525b47; }
.new-phone-stage { background: #eff1e9; }
.mobile-comparison .phone-shell { min-height: 660px; height: auto; }
.old-mobile-viewport { height: 548px; }
.new-phone-stage .phone-shell { background: #fbf6ec; border-color: #30483e; }
.new-mobile-page { min-height: 0; }
.cedar-mobile-nav { display: flex; justify-content: space-between; align-items: center; padding: 10px 14px; border-bottom: 1px solid #d9dece; }
.cedar-mobile-nav .cedar-mark { width: 20px; height: 25px; }
.cedar-mobile-nav .cedar-logo b { font-size: 16px; }
.cedar-mobile-nav .cedar-logo small { font-size: 5px; }
.cedar-mobile-nav > span { font-size: 15px; }
.cedar-mobile-intro { padding: 17px 17px 15px; background: var(--cedar-green); color: #fffdf5; }
.cedar-mobile-intro .cedar-kicker { color: #d8e1c8; font-size: 7px; }
.cedar-mobile-title { font: 600 25px/1.12 Lora, Georgia, serif; letter-spacing: -.04em; margin: 8px 0; }
.cedar-mobile-intro p { font-size: 10px; line-height: 1.5; color: #f6f4e8; }
.cedar-mobile-content { padding: 13px 16px; }
.cedar-field-label { display: block; font-size: 10px; margin-bottom: 7px; }
.cedar-age-options { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 13px; }
.cedar-age-options > div { border: 1px solid #b8c6b0; border-radius: 3px; padding: 7px 9px; background: #eef1e6; }
.cedar-age-options b { display: block; font-size: 13px; }
.cedar-age-options small { display: block; font-size: 8px; color: var(--cedar-muted); }
.cedar-location { display: flex; align-items: center; gap: 8px; border-bottom: 1px solid #dce0d2; padding: 5px 0; }
.cedar-location > span { color: var(--cedar-rust); font-size: 19px; }
.cedar-location b { display: block; font-size: 10px; }
.cedar-location small { display: block; font-size: 8px; color: var(--cedar-muted); }
.cedar-location i { font-style: normal; margin-left: auto; }
.cedar-mobile-content .cedar-action { text-align: center; margin-top: 12px; }
.cedar-help { text-align: center; margin-top: 11px; }
.cedar-help b { display: block; font-size: 9px; }
.cedar-help > span { display: block; text-decoration: underline; font-size: 9px; margin-top: 3px; }
.cedar-footnote { display: block; text-align: center; font-size: 7px; line-height: 1.4; color: var(--cedar-muted); margin-top: 9px; }
@media (min-width: 801px) and (max-width: 1100px), (max-width: 500px) {
  .cedar-utility { padding-inline: 12px; font-size: 6px; }
  .cedar-utility > span:first-child { display: none; }
  .cedar-utility > span:last-child { margin-left: auto; }
  .cedar-nav { padding: 12px; gap: 10px; }
  .cedar-nav > span { display: none; }
  .cedar-hero-copy { padding: 25px 15px 40px; max-width: 90%; }
  .cedar-title { font-size: 28px; }
  .cedar-enroll-band { align-items: flex-start; flex-direction: column; padding: 13px; gap: 9px; }
  .cedar-enroll-band .cedar-action { margin-left: 0; }
  .cedar-programs { padding: 15px 13px; }
  .cedar-programs > div + div { padding-left: 12px; }
  .cedar-programs b { font-size: 13px; }
  .cedar-programs small { font-size: 8px; }
  .cedar-centers { padding: 9px 13px; flex-wrap: wrap; }
}

/* Phone navigation and comparisons stay useful without squeezing desktop columns. */
@media (max-width: 800px) {
  html { scroll-padding-top: calc(132px + env(safe-area-inset-top)); }
  .site-header { position: sticky; top: 0; z-index: 40; padding-top: env(safe-area-inset-top); box-shadow: 0 3px 16px #223a7a08; }
  .header-row { min-height: 62px; gap: 12px; }
  .header-row .brand { font-size: 22px; gap: 7px; min-height: 44px; }
  .header-row .brand img { width: 30px; height: 30px; }
  .audiences { gap: 12px; font-size: 12px; }
  .audiences a { display: inline-flex; align-items: center; min-height: 44px; }
  .mobile-nav { display: grid; grid-template-columns: 1fr 1.25fr 1.2fr; align-items: center; gap: 8px; padding-bottom: 10px; font-size: 13px; font-weight: 600; }
  .mobile-nav a { display: flex; align-items: center; justify-content: center; min-height: 44px; text-decoration: none; border-radius: 8px; }
  .mobile-nav a:focus-visible { outline-offset: 2px; }
  .mobile-nav .header-cta { padding: 8px; }
  .mobile-nav .header-cta span { margin-left: 6px; }
  .hero { padding-top: 32px; gap: 16px; }
  .hero h1 { font-size: clamp(32px, 8.7vw, 52px); margin-bottom: 20px; }
  .hero-copy > .eyebrow { font-size: 11px; letter-spacing: .08em; margin-bottom: 16px; }
  .hero .intro { font-size: 16px; line-height: 1.65; margin-bottom: 22px; }
  .hero .button { max-width: none; }
  .microcopy { font-size: 13px; margin-top: 12px; }
  .examples-jump { display: inline-flex; align-items: center; min-height: 48px; margin-top: 8px; font-size: 13px; }
  .classroom-photo { aspect-ratio: 1.6; }
  .example figcaption { font-size: 11px; }
  .principles .container { font-size: 13px; }
  .section { padding-block: 52px; }
  .comparison-heading h3 { font-size: 22px; }
  .comparison-heading p, .concept-disclosure, .comparison-takeaway, .comparison-notes, .examples-close p { font-size: 14px; }
  .comparison-switch { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; padding: 4px; margin-bottom: 16px; border: 1px solid var(--line); border-radius: 12px; background: var(--wash); }
  .comparison-switch button { min-height: 46px; border: 0; border-radius: 8px; background: transparent; color: var(--blue); font-size: 14px; font-weight: 600; }
  .comparison-switch button[aria-pressed="true"] { background: var(--blue); color: #fff; box-shadow: 0 2px 5px #223a7a18; }
  .comparison[data-active-view="after"] .before-panel,
  .comparison[data-active-view="before"] .after-panel { display: none; }
  .comparison-panel > figcaption { padding: 18px; }
  .comparison-notes { padding: 18px; }
  .concept-screen { margin: 14px 10px 0; }
  .phone-stage { padding: 20px 12px; }
  .mobile-comparison .phone-shell { min-height: 0; }
  .comparison-takeaway { padding: 16px; }
  .offer-label, .journey li > span { font-size: 12px; }
  .offer-grid li, .scope-note { font-size: 14px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .form-card label { font-size: 14px; }
  .form-card input:not([type=checkbox]) { min-height: 52px; }
  .form-card input::placeholder, .form-card textarea::placeholder { font-size: 14px; }
  .form-card .checkbox-label { min-height: 48px; font-size: 14px; }
  .field-help, .form-privacy { font-size: 13px; }
  .form-card #form-intro > p:last-child { font-size: 14px; }
  .form-card .button { gap: 12px; padding-inline: 14px; }
  .email-link, .examples-close > a { display: inline-flex; align-items: center; min-height: 48px; }
  .footer-bottom nav { gap: 0 20px; }
  .footer-bottom nav a, .footer-top > a { display: inline-flex; align-items: center; min-height: 44px; }
}
@media (max-width: 380px) {
  .header-row .brand { font-size: 20px; }
  .header-row .brand img { width: 26px; height: 26px; }
  .audiences { font-size: 11px; gap: 9px; }
  .mobile-nav { font-size: 12px; gap: 4px; grid-template-columns: 1fr 1.25fr 1.35fr; }
  .mobile-nav .header-cta { white-space: nowrap; }
  .hero-copy > .eyebrow { font-size: 10px; }
  .comparison-panel > figcaption, .comparison-notes { padding-inline: 14px; }
  .form-card { padding: 20px 16px; }
}
/* Keep the header from occupying a short landscape phone screen. */
@media (max-width: 800px) and (max-height: 500px) {
  .site-header { position: static; }
  html { scroll-padding-top: 20px; }
}
