:root {
  --ink: #173247;
  --ink-soft: #3e5b6b;
  --muted: #617987;
  --blue: #2478a4;
  --blue-deep: #155b7c;
  --blue-pale: #eaf5fb;
  --blue-mid: #d7eaf4;
  --line: #d5e2e9;
  --white: #fff;
  --paper: #eaf5fb;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-size: 16px; line-height: 1.65; background: var(--paper); }
a { color: inherit; }
.site-header { background: linear-gradient(180deg, #eaf5fb 0%, #f1f8fc 100%); }
.topbar { width: min(1200px, calc(100% - 64px)); min-height: 88px; margin: auto; display: flex; justify-content: space-between; align-items: center; gap: 24px; border-bottom: 1px solid rgba(39, 92, 119, .12); }
.brand-link { display: inline-flex; align-items: center; gap: 11px; color: var(--ink); text-decoration: none; }
.brand-mark { width: 40px; height: 40px; color: var(--blue-deep); }
.brand { display: grid; line-height: 1.1; }
.brand strong { font-size: 19px; letter-spacing: 0; }
.brand small { margin-top: 5px; color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: 1.5px; }
.nav-group { display: flex; align-items: center; gap: 30px; }
.nav-link, .nav-cta { color: var(--ink-soft); font-size: 14px; text-decoration: none; }
.product-menu { position: relative; }
.product-menu summary { display: flex; align-items: center; gap: 8px; cursor: pointer; list-style: none; color: var(--ink-soft); font-size: 14px; }
.product-menu summary::-webkit-details-marker { display: none; }
.product-menu summary span { color: var(--blue); }
.product-menu[open] summary { color: var(--blue-deep); }
.product-menu-panel { position: absolute; z-index: 5; top: calc(100% + 15px); left: -15px; display: grid; width: 275px; gap: 0; margin: 0; padding: 7px 7px 7px 30px; border: 1px solid var(--line); background: white; box-shadow: 0 14px 32px rgba(23,50,71,.13); color: var(--blue); }
.product-menu-panel li { padding-left: 2px; }
.product-menu-panel a { display: block; padding: 8px 8px 8px 2px; color: var(--ink-soft); font-size: 13px; text-decoration: none; }
.product-menu-panel a:hover, .product-menu-panel a:focus-visible { color: var(--blue-deep); text-decoration: underline; }
.nav-cta { padding: 10px 15px; border: 1px solid #9fc3d5; color: var(--blue-deep); font-weight: 650; }
.nav-cta span { margin-left: 7px; }
.hero { width: min(1200px, calc(100% - 64px)); margin: auto; padding: 54px 0 0; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); gap: 28px 52px; align-items: center; }
.hero-copy { max-width: 850px; padding: 8px 0 0; }
.hero-planning-prompt { align-self: center; padding: 8px 0 8px 24px; border-left: 2px solid #8db9cf; }
.hero-planning-prompt .eyebrow { margin-bottom: 12px; }
.hero-planning-prompt h2 { margin-bottom: 14px; font-size: 24px; }
.hero-planning-prompt ul { margin: 0 0 17px; padding-left: 18px; color: var(--ink-soft); font-size: 13px; }
.hero-planning-prompt li + li { margin-top: 8px; }
.hero-planning-prompt a { color: var(--blue-deep); font-size: 13px; font-weight: 700; text-decoration: none; }
.hero-planning-prompt a span { margin-left: 5px; }
.eyebrow, .section-kicker { margin: 0 0 16px; color: var(--blue-deep); font-size: 11px; font-weight: 750; letter-spacing: 1.35px; text-transform: uppercase; }
.eyebrow-rule { display: inline-block; width: 22px; height: 2px; margin: 0 9px 3px 0; background: var(--blue); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 590px; margin-bottom: 22px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(40px, 5vw, 62px); font-weight: 500; line-height: 1.07; }
h1 em { color: var(--blue); font-weight: 400; }
.lead { max-width: 590px; color: var(--ink-soft); font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 23px; margin-top: 30px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 16px; padding: 0 18px; text-decoration: none; font-size: 14px; font-weight: 700; }
.button.primary { background: var(--blue-deep); color: var(--white); }
.button.primary:hover { background: #104b68; }
.text-link, .underlined-link { color: var(--blue-deep); font-size: 14px; font-weight: 700; text-decoration: none; }
.text-link span, .underlined-link span { margin-left: 7px; }
.hero-note { margin: 20px 0 0; color: var(--muted); font-size: 12px; }
.hero-visual { grid-column: 1 / -1; width: min(100%, 760px); min-width: 0; margin: 0 auto; }
.hero-photo-wrap { position: relative; overflow: hidden; }
.hero-photo { display: block; width: 100%; aspect-ratio: 1.42 / 1; object-fit: cover; object-position: center; border: 1px solid #c6dce7; }
.photo-label { position: absolute; top: 13px; z-index: 1; max-width: calc(50% - 22px); padding: 6px 9px; color: white; background: rgba(18, 57, 83, .92); font-size: 10px; font-weight: 750; line-height: 1.2; }
.photo-label-planned { left: 13px; }
.photo-label-unplanned { right: 13px; }
.hero-visual figcaption { display: grid; gap: 3px; padding: 12px 0; border-bottom: 1px solid #c6dce7; }
.hero-visual figcaption span { color: var(--blue-deep); font-size: 9px; font-weight: 750; letter-spacing: 1.3px; }
.hero-visual figcaption strong { color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: 17px; font-weight: 500; }
.hero-bottom { grid-column: 1 / -1; display: flex; justify-content: space-between; gap: 18px; padding: 18px 0; border-top: 1px solid rgba(39,92,119,.15); color: #2f6b52; font-size: 12px; font-weight: 800; letter-spacing: 1.1px; }
.tradeoffs-section { padding-top: 76px; padding-bottom: 80px; }
.impact-heading { max-width: 800px; }
.impact-heading h2 { margin-bottom: 14px; }
.impact-heading > p:last-child { max-width: 680px; margin-bottom: 30px; color: var(--ink-soft); font-size: 14px; }
.impact-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.impact-column { padding: 24px 30px 23px 0; }
.impact-column + .impact-column { padding-right: 0; padding-left: 30px; border-left: 1px solid var(--line); }
.impact-label { margin-bottom: 13px; color: var(--blue-deep); font-size: 10px; font-weight: 750; letter-spacing: 1.2px; }
.impact-column ul { margin: 0; padding-left: 18px; color: var(--ink-soft); font-size: 13px; }
.impact-column li + li { margin-top: 8px; }
.impact-note { max-width: 850px; margin: 15px 0 0; color: var(--muted); font-size: 11px; }
.section { width: min(1080px, calc(100% - 64px)); margin: auto; }
.intro-section { padding-top: 88px; padding-bottom: 93px; }
.section-kicker { margin-bottom: 12px; }
.intro-grid { display: grid; grid-template-columns: 1fr .85fr; gap: 75px; align-items: start; }
h2 { margin-bottom: 18px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(31px, 3.5vw, 43px); font-weight: 500; line-height: 1.18; }
h2 span { color: var(--blue); }
.intro-copy { padding-top: 5px; color: var(--ink-soft); }
.intro-copy p { margin-bottom: 19px; }
.underlined-link { display: inline-block; padding-bottom: 5px; border-bottom: 1px solid #9bb9c8; }
.concern-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; margin-top: 49px; padding-top: 24px; border-top: 1px solid var(--line); }
.concern-row article { position: relative; padding-left: 40px; }
.concern-number { position: absolute; top: 2px; left: 0; color: #78a1b4; font-family: Georgia, serif; font-size: 17px; }
.concern-row h3 { margin-bottom: 8px; font-family: Georgia, "Times New Roman", serif; font-size: 19px; font-weight: 500; }
.concern-row p { margin-bottom: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.planning-section { background: var(--blue-pale); border-top: 1px solid #deedf4; border-bottom: 1px solid #deedf4; }
.section-inner { padding-top: 82px; padding-bottom: 78px; }
.section-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 33px; }
.section-heading-row h2 { margin-bottom: 0; }
.section-intro { max-width: 375px; margin: 0 0 4px; color: var(--ink-soft); font-size: 14px; }
.topic-list { display: flex; flex-direction: column; margin: 0; padding: 0; border-top: 1px solid #bfd5e0; }
.topic-list li { display: block; width: 100%; min-width: 0; margin: 0; padding: 0; border-bottom: 1px solid #bfd5e0; list-style: none; }
.topic-row { display: grid; width: 100%; grid-template-columns: 45px 1fr 112px 30px; gap: 18px; align-items: center; min-height: 91px; color: var(--ink); text-align: left; text-decoration: none; transition: background .16s ease, padding .16s ease; }
.topic-row:hover { padding-right: 10px; padding-left: 10px; background: rgba(255,255,255,.48); }
.topic-num { justify-self: start; color: var(--blue); font-family: Georgia, serif; font-size: 17px; text-align: left; }
.topic-main { display: grid; justify-self: start; gap: 3px; text-align: left; }
.topic-main strong { font-size: 16px; font-weight: 700; }
.topic-main small { color: var(--muted); font-size: 12px; }
.topic-tag { color: #668394; font-size: 9px; font-weight: 750; letter-spacing: 1.2px; }
.topic-arrow { justify-self: end; color: var(--blue-deep); font-size: 20px; }
.topic-footnote { margin: 14px 0 0; color: var(--muted); font-size: 11px; }
.college-section { width: min(1080px, calc(100% - 64px)); margin: auto; padding: 88px 0; display: grid; grid-template-columns: .42fr 1fr; gap: 70px; align-items: center; }
.college-aside { display: grid; justify-items: start; gap: 16px; padding-left: 25px; border-left: 1px solid #b8d0dc; }
.college-mark { display: flex; align-items: baseline; gap: 4px; color: var(--blue); font-family: Georgia, serif; font-size: 65px; line-height: 1; }
.college-mark span { font-family: Inter, "Segoe UI", Arial, sans-serif; font-size: 13px; font-weight: 750; }
.aside-caption { color: var(--muted); font-size: 12px; }
.college-copy { max-width: 690px; }
.college-copy > p:not(.eyebrow) { max-width: 670px; color: var(--ink-soft); }
.college-copy .underlined-link { margin-top: 6px; }
.about-section { background: #e5f1f8; border-top: 1px solid #d1e3ed; }
.about-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; padding-top: 75px; padding-bottom: 77px; }
.about-label { display: grid; align-content: space-between; justify-items: start; min-height: 210px; }
.about-photo { display: block; width: 150px; aspect-ratio: 3 / 4; object-fit: cover; object-position: center top; border: 1px solid #b8d0dc; }
.about-initials { display: grid; width: 72px; height: 72px; place-items: center; border: 1px solid #a8c8d5; border-radius: 50%; color: var(--blue-deep); font-family: Georgia, serif; font-size: 23px; }
.about-copy { max-width: 650px; }
.about-copy h2 { font-size: 34px; }
.about-copy > p { color: var(--ink-soft); }
.credentials { color: var(--blue-deep) !important; font-size: 13px; font-weight: 700; }
.license-note { padding-left: 13px; border-left: 2px solid #90b7c7; color: var(--muted) !important; font-size: 12px; }
.about-copy .underlined-link { margin-top: 5px; }
.conversation-section { color: white; background: #1d5e7b; }
.conversation-inner { display: grid; grid-template-columns: .8fr 1.2fr; gap: 42px; align-items: start; padding-top: 65px; padding-bottom: 65px; }
.conversation-section .eyebrow { color: #b8dce9; }
.conversation-inner h2 { max-width: 600px; margin-bottom: 13px; color: white; font-size: 37px; }
.conversation-inner > div:first-child > p:last-child { max-width: 550px; margin: 0; color: #d4e7ed; font-size: 14px; }
.contact-actions { display: grid; justify-items: start; gap: 12px; }
.contact-actions .primary { color: var(--blue-deep); background: white; }
.contact-actions .primary:hover { background: #e9f4f8; }
.light-button { min-height: 42px; padding: 0 12px; border: 1px solid rgba(255,255,255,.45); color: white; }
.contact-actions > span { color: #c5dfe8; font-size: 11px; line-height: 1.7; }
.conversation-copy { position: sticky; top: 24px; }
.appointment-form { margin: 0; color: var(--ink); }
.appointment-form h3 { margin-bottom: 2px; font-family: Georgia, serif; font-size: 23px; font-weight: 500; }
.form-intro { margin-bottom: 2px; color: var(--ink-soft); font-size: 13px; }
.appointment-form label > span { color: #9a342e; }
.appointment-form label small { color: var(--muted); font-weight: 400; }
.appointment-form .form-button { justify-self: start; }
.form-privacy { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.5; }
.form-status { min-height: 1em; margin: 0; color: var(--blue-deep); font-size: 12px; }
.site-footer { background: #eaf5fb; }
.footer-main, .footer-legal { width: min(1080px, calc(100% - 64px)); margin: auto; }
.footer-main { display: grid; grid-template-columns: 1fr 1fr auto; gap: 22px; align-items: center; min-height: 91px; border-bottom: 1px solid var(--line); }
.footer-brand .brand-mark { display: none; }
.footer-main > p { margin: 0; color: var(--muted); font-size: 12px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 17px; }
.footer-links a { color: var(--ink-soft); font-size: 11px; text-decoration: none; }
.footer-legal { padding-top: 18px; padding-bottom: 20px; }
.footer-legal p { max-width: 980px; margin-bottom: 9px; color: #72838c; font-size: 10px; line-height: 1.6; }
.footer-legal span { color: #72838c; font-size: 10px; }

/* Product pages share the same visual system. */
.page-hero { padding-bottom: 52px; }
.page-hero .topbar { margin-bottom: 30px; }
.page-hero .hero-content { width: min(1080px, calc(100% - 64px)); margin: auto; }
.page-layout { display: grid; grid-template-columns: 1fr .65fr; gap: 40px; align-items: start; }
.page-layout h1 { font-size: clamp(36px, 4.2vw, 52px); }
.page-highlight, .summary-card, .feature-card, .section-card, .note-card, .contact-card, .product-tile, .info-card, .timeline-card, .faq-list details, .contact-form { padding: 22px; border: 1px solid var(--line); background: #fff; }
.page-highlight, .summary-card { background: var(--blue-pale); }
.page-highlight h3, .summary-card h3 { font-family: Georgia, serif; font-weight: 500; }
.breadcrumb { margin-bottom: 15px; color: var(--muted); font-size: 12px; }
.breadcrumb a { color: var(--blue-deep); text-decoration: none; }
.section { padding-top: 58px; padding-bottom: 58px; }
.product-image-section { padding-top: 8px; padding-bottom: 26px; }
.product-image-figure { max-width: 860px; margin: 0 auto; }
.product-image-figure img { display: block; width: 100%; height: auto; border: 1px solid #c6dce7; }
.product-image-figure figcaption { padding-top: 8px; color: var(--muted); font-size: 12px; }
.section-heading { margin-bottom: 25px; }
.feature-grid, .grid.three, .product-grid, .trust-grid, .detail-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.detail-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.child-section-intro { max-width: 850px; color: var(--ink-soft); }
.child-topic-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.child-topic-grid .topic-tag { margin-bottom: 12px; }
.child-caution-band { background: #e1eef6; border-top: 1px solid #ccdeea; border-bottom: 1px solid #ccdeea; }
.child-caution-inner { display: grid; grid-template-columns: 1.2fr .8fr; gap: 35px; align-items: center; padding-top: 50px; padding-bottom: 50px; }
.child-caution-inner h2 { max-width: 720px; }
.child-caution-inner > div:first-child > p:last-child { max-width: 760px; margin: 0; color: var(--ink-soft); font-size: 14px; }
.child-caution-aside { padding: 20px; border-left: 3px solid var(--blue-deep); background: rgba(255,255,255,.68); }
.child-caution-aside strong { display: block; margin-bottom: 7px; color: var(--blue-deep); }
.child-caution-aside p { margin: 0; color: var(--ink-soft); font-size: 13px; }
.child-care-section { max-width: 920px; }
.child-care-section .underlined-link { margin-top: 5px; }
.child-sources { padding-top: 0; }
.child-sources a { color: var(--blue-deep); }
.feature-card h3, .info-card h3, .product-tile h3 { font-family: Georgia, serif; font-size: 19px; font-weight: 500; }
.feature-card p, .info-card p, .product-tile p { margin-bottom: 0; color: var(--ink-soft); font-size: 14px; }
.split, .cta-panel, .contact-panel { display: grid; grid-template-columns: 1.1fr .9fr; gap: 28px; }
.stack { display: grid; gap: 16px; }
.bullet-list { padding-left: 19px; }
.bullet-list li + li { margin-top: 7px; }
.comparison-table { border: 1px solid var(--line); background: white; }
.comparison-row { display: grid; grid-template-columns: 1fr 1fr 1.2fr; gap: 15px; padding: 13px 16px; border-bottom: 1px solid var(--line); font-size: 13px; }
.comparison-row:last-child { border-bottom: 0; }
.comparison-head { background: var(--blue-pale); font-weight: 700; }
.cta-panel { padding: 25px; align-items: center; background: var(--blue-pale); }
.contact-card a { color: var(--blue-deep); font-weight: 700; }
.contact-form { display: grid; gap: 15px; margin-top: 22px; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.contact-form label { display: grid; gap: 5px; color: var(--ink-soft); font-size: 13px; font-weight: 650; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; min-height: 42px; padding: 9px 11px; border: 1px solid #c8d8e0; border-radius: 0; color: var(--ink); background: white; font: inherit; }
.contact-form textarea { min-height: 110px; }
.message-field { grid-column: 1 / -1; }
.form-button { border: 0; cursor: pointer; }
.notice { padding: 15px; border-left: 3px solid var(--blue); background: var(--blue-pale); color: var(--ink-soft); font-size: 13px; }
.faq-list { display: grid; gap: 11px; }
.faq-list details { padding: 15px 17px; }
.faq-list summary { cursor: pointer; font-weight: 700; }
.disclaimer, .muted { color: var(--muted); font-size: 12px; }
.site-footer .footer-inner { width: min(1080px, calc(100% - 64px)); margin: auto; padding: 25px 0; }

@media (max-width: 820px) {
  .hero { grid-template-columns: 1fr; gap: 24px; padding-top: 40px; }
  .hero-planning-prompt { max-width: 640px; }
  .hero-copy { padding-bottom: 0; }
  .hero-photo { aspect-ratio: 1.42 / 1; }
  .intro-grid, .section-heading-row, .college-section, .about-grid, .conversation-inner { grid-template-columns: 1fr; gap: 25px; }
  .section-heading-row { align-items: start; }
  .section-intro { max-width: 580px; }
  .college-section { padding-top: 64px; padding-bottom: 64px; }
  .college-aside { display: flex; align-items: center; gap: 20px; padding-left: 16px; }
  .college-mark { font-size: 48px; }
  .about-label { min-height: auto; display: flex; align-items: center; justify-content: space-between; }
  .about-photo { width: 120px; }
  .about-initials { width: 55px; height: 55px; font-size: 19px; }
  .conversation-inner { gap: 27px; }
  .conversation-copy { position: static; }
  .footer-main { grid-template-columns: 1fr 1fr; padding: 18px 0; }
  .footer-links { grid-column: 1 / -1; }
  .page-layout, .split, .cta-panel, .contact-panel { grid-template-columns: 1fr; }
  .feature-grid, .grid.three, .product-grid, .trust-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .child-topic-grid, .child-caution-inner { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .topbar, .hero, .section, .college-section, .footer-main, .footer-legal { width: min(100% - 36px, 1080px); }
  .topbar { min-height: 73px; }
  .brand-mark { width: 34px; height: 34px; }
  .brand strong { font-size: 17px; }
  .nav-group { gap: 12px; }
  .nav-group > .nav-link { display: none; }
  .nav-group { gap: 15px; }
  .product-menu summary { font-size: 12px; }
  .product-menu-panel { right: -8px; left: auto; }
  .nav-cta { padding: 8px 10px; font-size: 12px; }
  .hero { padding-top: 35px; }
  h1 { font-size: 42px; }
  .lead { font-size: 15px; }
  .hero-photo { aspect-ratio: 1.2 / 1; }
  .photo-label { top: 9px; max-width: calc(50% - 15px); padding: 5px 6px; font-size: 9px; }
  .photo-label-planned { left: 8px; }
  .photo-label-unplanned { right: 8px; }
  .visual-heading { font-size: 23px; }
  .hero-bottom { display: grid; grid-template-columns: 1fr 1fr; font-size: 10px; }
  .intro-section, .section-inner { padding-top: 58px; padding-bottom: 60px; }
  .intro-grid { gap: 8px; }
  .impact-grid { grid-template-columns: 1fr; }
  .impact-column { padding: 20px 0; }
  .impact-column + .impact-column { padding: 20px 0; border-top: 1px solid var(--line); border-left: 0; }
  .concern-row { grid-template-columns: 1fr; gap: 22px; margin-top: 30px; }
  .topic-row { grid-template-columns: 27px 1fr 22px; gap: 10px; min-height: 91px; }
  .topic-tag { display: none; }
  .topic-main strong { font-size: 14px; }
  .topic-main small { font-size: 11px; line-height: 1.45; }
  .college-section { gap: 25px; }
  .about-grid { padding-top: 55px; padding-bottom: 57px; }
  .conversation-inner h2 { font-size: 31px; }
  .footer-main { grid-template-columns: 1fr; gap: 11px; }
  .footer-links { grid-column: auto; gap: 12px; }
  .page-hero { padding-bottom: 25px; }
  .page-hero .topbar { width: min(100% - 36px, 1080px); }
  .page-hero .hero-content { width: min(100% - 36px, 1080px); }
  .feature-grid, .grid.three, .product-grid, .trust-grid, .child-topic-grid, .detail-grid, .form-grid { grid-template-columns: 1fr; }
  .comparison-row { grid-template-columns: 1fr; gap: 4px; }
  .comparison-head { display: none; }
}
