/* Anante Health — original static design, no third-party font or UI dependencies. */
:root {
  --paper: #f8f9f6;
  --white: #fff;
  --ink: #202822;
  --secondary: #59665d;
  --subtle: #667067;
  --forest: #283f35;
  --sage: #e9eee5;
  --line: #dce1d8;
  --focus: #175e49;
  --radius: 22px;
  --wrap: 1184px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 106px; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; text-underline-offset: 5px; }
a:hover { text-decoration-thickness: 1px; }
button { font: inherit; color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid var(--focus); outline-offset: 6px; border-radius: 4px; }
::selection { color: #14251c; background: #d9e5d6; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-weight: 500; }
h1, h2 { text-wrap: balance; }
p { text-wrap: pretty; }
svg { display: block; flex-shrink: 0; }
img { display: block; max-width: 100%; }
.wrap { width: min(var(--wrap), calc(100% - 96px)); margin-inline: auto; }
.eyebrow { color: var(--secondary); font-size: 10px; font-weight: 600; line-height: 1.5; letter-spacing: .14em; }
.arrow { width: 19px; height: 19px; flex: 0 0 19px; }
.skip-link { position: fixed; top: 12px; left: 16px; z-index: 100; padding: 12px 18px; background: var(--forest); color: var(--white); transform: translateY(-170%); border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }
#main:focus { outline: none; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(248,249,246,.95); border-bottom: 1px solid rgba(32,40,34,.08); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); }
.nav-wrap { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 6px; flex-shrink: 0; }
.brand-symbol { width: 38px; height: 38px; color: var(--forest); }
.brand-word { display: inline-flex; align-items: baseline; gap: 12px; font-size: 29px; line-height: 1.1; letter-spacing: -1.55px; font-weight: 550; }
.brand-health { color: var(--secondary); font-size: 9px; line-height: 1.6; letter-spacing: .19em; font-weight: 500; }
.primary-nav { display: flex; align-items: center; gap: 34px; }
.primary-nav > a { color: #58615a; font-size: 12px; line-height: 1.4; padding-block: 13px; transition: color .18s; }
.primary-nav > a:hover, .primary-nav > a[aria-current="page"] { color: var(--ink); }
.primary-nav > a[aria-current="page"]:not(.nav-contact) { text-decoration: underline; text-decoration-color: #8d9d8a; text-underline-offset: 7px; }
.primary-nav > .nav-contact { display: inline-flex; align-items: center; gap: 13px; border: 1px solid #cdd4ca; padding: 11px 18px; border-radius: 100px; color: var(--ink); transition: background .18s, border-color .18s; }
.primary-nav > .nav-contact:hover { background: #edf0e9; border-color: #acb7a7; }
.menu-toggle { display: none; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; min-height: 52px; padding: 15px 26px; border: 1px solid transparent; border-radius: 100px; font-size: 13px; font-weight: 500; line-height: 1.4; transition: background .18s, box-shadow .18s; }
.button .arrow, .text-link .arrow, .product-link .arrow { transition: transform .18s; }
.button:hover .arrow, .text-link:hover .arrow { transform: translateX(3px); }
.button-dark { background: var(--ink); color: var(--white); }
.button-dark:hover { background: #36493c; box-shadow: 0 4px 18px rgba(31,45,35,.1); }
.button-light { background: var(--paper); color: var(--forest); }
.button-light:hover { background: #fff; }
.text-link { display: inline-flex; align-items: center; gap: 12px; font-size: 13px; font-weight: 500; line-height: 1.5; min-height: 42px; }
.text-link:hover { text-decoration: underline; }
.hero { text-align: center; padding: 100px 0 0; }
.hero-eyebrow { display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-size: 10px; font-weight: 500; letter-spacing: .095em; }
.status-dot { height: 5px; width: 5px; background: #77866c; border-radius: 50%; flex-shrink: 0; }
.hero h1 { margin-top: 28px; font-size: clamp(58px, 6.4vw, 91px); line-height: 1.04; letter-spacing: -.065em; font-weight: 500; }
.hero h1 > span { color: #64725f; }
.hero-copy { max-width: 525px; margin: 28px auto 0; color: var(--secondary); font-size: 17px; line-height: 1.65; letter-spacing: -.025em; }
.hero-actions { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 14px 30px; margin-top: 31px; }
.hero-bottom { display: flex; align-items: center; justify-content: center; gap: 17px; margin-top: 84px; padding: 22px 0 23px; border-top: 1px solid var(--line); font-size: 11px; color: var(--secondary); letter-spacing: .015em; }
.separator { width: 3px; height: 3px; border-radius: 50%; background: #8b9587; }
.tools-section { padding: 72px 0 70px; background: #eef1ea; border-top: 1px solid #e6eae1; border-bottom: 1px solid #e4e9e0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 36px; }
.section-heading h2 { font-size: 42px; line-height: 1.11; letter-spacing: -.048em; margin-top: 14px; }
.section-heading > p { color: var(--secondary); font-size: 14px; line-height: 1.7; padding-bottom: 3px; max-width: 380px; }
.product-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.product-card { display: flex; flex-direction: column; min-width: 0; background: var(--white); border: 1px solid rgba(32,40,34,.06); border-radius: var(--radius); overflow: hidden; transition: box-shadow .25s, border-color .25s; }
.product-card:hover { border-color: rgba(32,40,34,.13); box-shadow: 0 10px 34px rgba(41,55,32,.065); }
.product-body { display: flex; flex-direction: column; padding: 28px 26px 27px; flex: 1; }
.product-category { color: var(--secondary); font-size: 9px; line-height: 1.5; font-weight: 500; letter-spacing: .085em; }
.product-category > span { padding-inline: 5px; color: #76816f; }
.product-body h3 { margin-top: 10px; font-size: 27px; line-height: 1.2; letter-spacing: -.055em; }
.product-description { font-size: 13px; line-height: 1.8; margin-top: 17px; color: var(--secondary); }
.product-meta { font-size: 10px; line-height: 1.6; color: var(--subtle); margin: auto 0 0; padding-top: 23px; }
.product-link { font-size: 12px; line-height: 1.5; font-weight: 600; display: flex; align-items: center; justify-content: space-between; gap: 7px; border-top: 1px solid #e7ebe3; padding-top: 18px; margin-top: 19px; min-height: 42px; }
.product-link:hover { color: #365a43; }
.product-link:hover .arrow { transform: translate(2px,-2px); }
.illustration-note { font-size: 10px; color: var(--subtle); margin-top: 19px; text-align: center; line-height: 1.7; }
.product-visual { height: 277px; flex-shrink: 0; position: relative; overflow: hidden; display: flex; justify-content: center; }
.visual-screen { background: #dfe8d8; }
.visual-vaccine { background: #e3ecee; }
.visual-health { background: #e8e4dc; }
.visual-orbit { position: absolute; border: 1px solid rgba(65,90,60,.1); border-radius: 50%; width: 335px; height: 335px; }
.orbit-one { right: -115px; top: -125px; }
.orbit-two { left: -170px; bottom: -90px; border-color: rgba(67,93,105,.1); }
.orbit-three { right: -90px; top: -150px; border-color: rgba(106,94,80,.1); }
.visual-tag { position: absolute; bottom: 15px; left: 10px; right: 10px; text-align: center; font-size: 9px; color: #4e5f4d; letter-spacing: .035em; }
.visual-vaccine .visual-tag { color: #4e6469; }
.visual-health .visual-tag { color: #655d52; }
.mini-browser { width: 80%; max-width: 278px; margin-top: 29px; height: 204px; background: rgba(253,254,251,.96); border: 1px solid rgba(72,94,65,.12); border-radius: 10px; box-shadow: 0 12px 25px rgba(70,89,61,.075); transform: rotate(-3deg); }
.browser-top { height: 26px; display: flex; align-items: center; justify-content: space-between; gap: 10px; border-bottom: 1px solid #e7ebdf; padding: 0 11px; color: #63705d; font-size: 7px; }
.browser-dots { display: flex; gap: 3px; }
.browser-dots i { width: 3px; height: 3px; background: #b3bda8; border-radius: 50%; }
.browser-lock { display: block; width: 6px; height: 6px; border: 1px solid #c1c9ba; border-radius: 1px; }
.browser-content { padding: 15px 17px; }
.mini-eyebrow { font-size: 6px; line-height: 1.4; letter-spacing: .08em; font-weight: 500; color: #5b6c55; }
.browser-content > strong { display: block; font-size: 18px; line-height: 1.18; letter-spacing: -.6px; font-weight: 500; margin: 5px 0 12px; }
.mini-topic { display: flex; justify-content: space-between; align-items: center; font-size: 8px; line-height: 1.5; padding: 6px 8px; margin-top: 4px; background: #f0f3ec; border-radius: 4px; }
.mini-topic .arrow { width: 10px; height: 10px; flex-basis: 10px; }
.vaccine-sheet { position: absolute; top: 25px; width: 74%; max-width: 246px; height: 210px; background: rgba(252,254,254,.94); border: 1px solid rgba(65,95,111,.13); border-radius: 12px; padding: 20px 21px; box-shadow: 0 12px 25px rgba(62,87,94,.07); transform: rotate(3deg); }
.vaccine-sheet .mini-eyebrow { color: #577378; }
.vaccine-sheet > strong { display: block; font-size: 21px; line-height: 1.13; letter-spacing: -.7px; font-weight: 500; margin-top: 7px; color: #29474e; }
.age-path { display: flex; justify-content: space-between; position: relative; margin: 16px 8px 13px; }
.age-path:before { content: ""; position: absolute; height: 1px; top: 4px; left: 5px; right: 5px; background: #b6cccf; }
.age-path > div { display: flex; align-items: center; flex-direction: column; gap: 3px; position: relative; }
.age-path span { width: 8px; height: 8px; border: 2px solid #eff5f6; background: #779ca0; outline: 1px solid #b1c9cb; border-radius: 50%; }
.age-path b { font-size: 7px; font-weight: 400; color: #5b6f73; }
.sheet-row { display: flex; align-items: center; gap: 7px; border-top: 1px solid #e5edef; padding: 7px 0; font-size: 8px; line-height: 1.5; color: #415c61; }
.sheet-row .arrow { margin-left: auto; width: 10px; height: 10px; flex-basis: 10px; }
.tiny-icon { width: 13px; height: 13px; line-height: 13px; display: inline-block; font-size: 8px; background: #e3edef; border-radius: 50%; text-align: center; }
.phone { position: absolute; top: 21px; width: 166px; height: 231px; background: #fdfcf9; border: 5px solid #f5f3ed; border-radius: 24px; box-shadow: 0 0 0 1px #d1cdc3, 6px 12px 20px rgba(80,70,54,.1); transform: rotate(-5deg); }
.phone-island { width: 44px; height: 9px; border-radius: 10px; background: #d9d6cd; margin: 7px auto 0; }
.phone-content { padding: 10px 15px; }
.phone .mini-eyebrow { color: #716750; }
.phone-content > strong { display: block; font-size: 20px; font-weight: 500; letter-spacing: -.7px; line-height: 1.15; margin: 6px 0 13px; }
.phone-row { display: flex; align-items: center; gap: 7px; font-size: 8px; line-height: 1.5; padding: 6px; background: #f0eee6; border: 1px solid #ebe7df; border-radius: 6px; margin-top: 5px; }
.phone-glyph { width: 14px; height: 14px; background: #e1dfd2; border-radius: 4px; position: relative; }
.glyph-history:after { content: ''; position: absolute; left: 4px; top: 4px; width: 6px; height: 6px; border: 1px solid #777564; border-radius: 50%; }
.glyph-med:after { content: ''; position: absolute; left: 4px; top: 3px; width: 4px; height: 7px; border: 1px solid #777564; border-radius: 4px; transform: rotate(35deg); }
.glyph-notes:after { content: ''; position: absolute; left: 4px; top: 4px; width: 6px; height: 5px; border-top: 1px solid #777564; border-bottom: 1px solid #777564; }
.phone-bottom-line { height: 2px; width: 41px; background: #c9c3b3; border-radius: 3px; margin: 13px auto 0; }
.philosophy { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; padding-block: 112px; }
.philosophy h2 { margin-top: 18px; font-size: 41px; line-height: 1.13; letter-spacing: -.05em; }
.philosophy h2 span { color: #6b7965; }
.philosophy-intro > p:not(.eyebrow) { color: var(--secondary); font-size: 14px; line-height: 1.8; margin-top: 25px; max-width: 375px; }
.philosophy .text-link { margin-top: 24px; }
.principles { display: flex; flex-direction: column; padding-top: 13px; }
.principles article { display: flex; gap: 21px; border-top: 1px solid var(--line); padding: 24px 0; }
.principles article:first-child { border-top: none; padding-top: 0; }
.principles article:last-child { padding-bottom: 0; }
.principle-number, .small-number { color: #607055; font-size: 10px; line-height: 1.5; padding-top: 3px; font-weight: 500; letter-spacing: .04em; }
.principles h3 { font-size: 17px; line-height: 1.5; letter-spacing: -.025em; }
.principles p { font-size: 13px; line-height: 1.8; color: var(--secondary); margin-top: 7px; }
.contact-band { position: relative; display: flex; justify-content: space-between; align-items: center; gap: 40px; padding: 54px 58px; margin-bottom: 90px; border-radius: var(--radius); background: var(--forest); color: #f6f8f3; overflow: hidden; }
.contact-band .eyebrow { color: #bdcbb7; }
.contact-band h2 { font-size: 40px; line-height: 1.13; letter-spacing: -.045em; margin-top: 14px; }
.contact-band p:not(.eyebrow) { color: #c3cebd; font-size: 13px; line-height: 1.8; margin-top: 18px; }
.contact-band > div:first-child, .contact-band > a { position: relative; z-index: 1; }
.contact-band > a { margin-right: 20px; flex-shrink: 0; }
.band-decoration { position: absolute; right: 40px; bottom: -100px; color: rgba(246,248,243,.055); pointer-events: none; }
.large-brand-symbol { width: 375px; height: 375px; }
.site-footer { padding: 48px 0 24px; background: #f0f2ec; border-top: 1px solid #dfe5d9; }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 34px; padding-bottom: 37px; }
.site-footer .brand-symbol { width: 31px; height: 31px; }
.site-footer .brand-word { font-size: 24px; }
.site-footer .brand-health { font-size: 8px; }
.footer-intro p { color: var(--secondary); font-size: 12px; line-height: 1.8; margin: 15px 0 0 5px; }
.footer-group { display: flex; flex-direction: column; align-items: flex-start; }
.footer-group h2 { font-size: 11px; font-weight: 600; letter-spacing: -.01em; margin-bottom: 11px; }
.footer-group a { display: inline-flex; align-items: center; gap: 8px; min-height: 31px; padding-block: 5px; color: var(--secondary); font-size: 11px; line-height: 1.5; }
.footer-group a:hover { color: var(--ink); text-decoration: underline; }
.footer-group .arrow { width: 12px; height: 12px; flex-basis: 12px; }
.footer-notice { border-top: 1px solid #dce2d6; padding-top: 24px; color: #66705f; font-size: 9px; line-height: 1.85; max-width: none; }
.footer-notice p + p { margin-top: 5px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 20px; color: #616c5b; font-size: 10px; line-height: 1.5; }
.footer-bottom a { display: inline-flex; gap: 14px; align-items: center; min-height: 28px; }
.footer-bottom a:hover { text-decoration: underline; }
.page-hero { padding-top: 91px; padding-bottom: 81px; border-bottom: 1px solid var(--line); }
.page-hero h1 { font-size: clamp(47px,5.45vw,74px); line-height: 1.06; letter-spacing: -.06em; margin-top: 25px; }
.page-hero h1 > span, .not-found h1 > span { color: #697661; }
.page-lead { color: var(--secondary); font-size: 18px; line-height: 1.75; letter-spacing: -.015em; max-width: 650px; margin-top: 25px; }
.story-section { padding-block: 77px 64px; display: grid; grid-template-columns: .75fr 1.6fr; gap: 50px; }
.section-label { padding-top: 12px; }
.story-copy { max-width: 720px; }
.story-copy h2 { font-size: 40px; line-height: 1.15; letter-spacing: -.05em; margin-bottom: 28px; }
.story-copy p { color: var(--secondary); font-size: 16px; line-height: 1.9; }
.story-copy p + p { margin-top: 19px; }
.about-tools { padding-top: 32px; padding-bottom: 78px; }
.about-tools .section-heading h2 { font-size: 35px; }
.mini-product-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.mini-product-grid > article { padding: 30px 30px 30px 0; }
.mini-product-grid > article + article { padding-left: 30px; border-left: 1px solid var(--line); }
.mini-product-grid h3 { font-size: 21px; line-height: 1.25; letter-spacing: -.045em; margin-top: 12px; }
.mini-product-grid p { color: var(--secondary); font-size: 13px; line-height: 1.8; margin-top: 14px; }
.mini-product-grid .text-link { margin-top: 15px; }
.section-note { color: var(--subtle); font-size: 11px; line-height: 1.9; margin-top: 18px; max-width: 850px; }
.founder-section { display: grid; grid-template-columns: .9fr 1.5fr; gap: 60px; padding: 55px; background: #edf0e8; border: 1px solid #e2e8db; border-radius: var(--radius); }
.founder-monogram { min-height: 270px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #879579; border-radius: 14px; background: #e3e9db; }
.founder-monogram span { font-size: 9px; letter-spacing: .19em; color: #637359; margin-top: 2px; }
.founder-mark { width: 128px; height: 128px; }
.founder-copy { padding-block: 8px; }
.founder-copy h2 { font-size: 36px; line-height: 1.2; letter-spacing: -.04em; margin-top: 13px; }
.founder-title { margin-top: 8px; color: var(--secondary); font-size: 13px; }
.founder-copy > p:not(.eyebrow):not(.founder-title) { color: var(--secondary); font-size: 14px; line-height: 1.85; margin-top: 19px; }
.founder-copy .text-link { margin-top: 19px; }
.approach-section { padding-block: 100px 0; }
.approach-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 70px; }
.approach-grid article { border-top: 1px solid var(--line); padding: 24px 0 32px; }
.approach-grid h3 { font-size: 23px; line-height: 1.3; letter-spacing: -.035em; margin-top: 12px; }
.approach-grid p { font-size: 14px; color: var(--secondary); margin-top: 13px; line-height: 1.85; max-width: 485px; }
.quiet-note { background: #eff2eb; padding: 28px 32px; border-left: 2px solid #a9b99e; border-radius: 0 12px 12px 0; margin-top: 8px; }
.quiet-note h3 { font-size: 15px; line-height: 1.6; font-weight: 600; }
.quiet-note p { color: var(--secondary); font-size: 13px; line-height: 1.85; margin-top: 8px; }
.quiet-note a, .independence a:not(.text-link) { text-decoration: underline; }
.independence { padding-block: 80px 95px; max-width: 850px; margin-left: max(48px,calc((100vw - var(--wrap)) / 2)); }
.independence h2 { font-size: 37px; line-height: 1.17; letter-spacing: -.045em; margin-top: 15px; }
.independence > p:not(.eyebrow) { color: var(--secondary); font-size: 14px; line-height: 1.85; margin-top: 24px; }
.inline-links { display: flex; gap: 30px; flex-wrap: wrap; margin-top: 20px; }
.contact-main { padding-block: 70px 95px; display: grid; grid-template-columns: 1.25fr 1fr; gap: 85px; }
.email-panel { padding-top: 12px; }
.email-address { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; width: fit-content; font-size: clamp(22px,2.4vw,30px); font-weight: 500; letter-spacing: -.04em; line-height: 1.5; margin-top: 17px; padding-bottom: 8px; border-bottom: 1px solid #a8b39f; overflow-wrap: anywhere; }
.email-address:hover { color: #3e6647; }
.email-panel > p:not(.eyebrow) { color: var(--secondary); font-size: 13px; margin-top: 24px; line-height: 1.85; }
.contact-warning { margin-top: 39px; background: #eef1e8; padding: 27px 29px; border: 1px solid #e2e7d9; border-radius: 14px; }
.contact-warning h2 { font-size: 15px; font-weight: 600; line-height: 1.6; }
.contact-warning p { font-size: 12px; line-height: 1.85; color: var(--secondary); margin-top: 10px; }
.contact-options article { border-top: 1px solid var(--line); padding: 22px 0; }
.contact-options article:first-child { border-top: none; padding-top: 0; }
.contact-options h2 { font-size: 22px; line-height: 1.35; letter-spacing: -.035em; margin-top: 8px; }
.contact-options p { font-size: 13px; color: var(--secondary); line-height: 1.85; margin-top: 12px; }
.contact-options .text-link { margin-top: 7px; }
.legal-hero { padding-block: 85px 51px; border-bottom: 1px solid var(--line); }
.legal-hero h1 { font-size: clamp(42px,5vw,65px); line-height: 1.1; letter-spacing: -.055em; margin-top: 20px; }
.legal-hero .page-lead { max-width: 730px; font-size: 17px; }
.updated { color: var(--subtle); font-size: 11px; margin-top: 23px; }
.legal-layout { display: grid; grid-template-columns: 230px minmax(0,1fr); gap: 80px; padding-block: 48px 85px; }
.legal-nav { align-self: start; position: sticky; top: 122px; }
.legal-nav > p { margin-bottom: 15px; }
.legal-nav nav { display: flex; flex-direction: column; align-items: start; }
.legal-nav a { display: block; color: var(--secondary); font-size: 12px; line-height: 1.5; padding: 9px 0; }
.legal-nav a:hover { color: var(--ink); text-decoration: underline; }
.legal-content { max-width: 750px; }
.legal-summary { padding: 25px 28px; background: #ecf0e6; border-radius: 13px; border: 1px solid #e1e7d9; }
.legal-summary p { font-size: 14px; line-height: 1.9; color: #4a5b43; }
.legal-summary strong { color: #35452e; font-weight: 600; }
.legal-content section { padding-top: 39px; }
.legal-content h2 { font-size: 23px; line-height: 1.4; letter-spacing: -.025em; margin-bottom: 16px; }
.legal-content section p, .legal-content ul { color: var(--secondary); font-size: 15px; line-height: 1.95; }
.legal-content section p + p { margin-top: 15px; }
.legal-content section a { text-decoration: underline; overflow-wrap: anywhere; }
.legal-content section a:hover { color: var(--ink); }
.legal-content ul { padding-left: 22px; }
.legal-content li { margin-bottom: 10px; padding-left: 4px; }
.legal-content strong { color: var(--ink); font-weight: 600; }
.legal-end { border-top: 1px solid var(--line); padding-top: 27px; margin-top: 43px; }
.legal-end p { color: var(--secondary); font-size: 13px; }
.legal-end .text-link { margin-top: 8px; }
.not-found { padding-block: 70px 100px; text-align: center; }
.error-mark { width: 90px; height: 90px; margin: 24px auto 13px; color: #91a183; }
.not-found h1 { font-size: 58px; line-height: 1.06; letter-spacing: -.055em; }
.not-found > p:not(.eyebrow) { margin-top: 24px; color: var(--secondary); font-size: 15px; }
@media (min-width: 1600px) {
  .hero { padding-top: 120px; }
  .hero h1 { font-size: 98px; }
  .hero-copy { font-size: 18px; }
  .hero-bottom { margin-top: 100px; }
}
@media (max-width: 1100px) {
  .wrap { width: calc(100% - 64px); }
  .primary-nav { gap: 24px; }
  .hero { padding-top: 86px; }
  .product-grid { gap: 14px; }
  .product-visual { height: 242px; }
  .mini-browser { width: 84%; margin-top: 22px; height: 189px; }
  .browser-content { padding: 12px 13px; }
  .browser-content > strong { font-size: 17px; margin-bottom: 9px; }
  .mini-topic { padding-block: 5px; }
  .visual-tag { bottom: 11px; font-size: 8px; }
  .vaccine-sheet { top: 21px; width: 80%; height: 193px; padding: 17px; }
  .vaccine-sheet > strong { font-size: 19px; }
  .age-path { margin: 14px 5px 10px; }
  .sheet-row { padding-block: 6px; }
  .phone { top: 13px; width: 153px; height: 204px; border-radius: 22px; }
  .phone-content { padding: 8px 12px; }
  .phone-content > strong { font-size: 18px; margin: 4px 0 9px; }
  .phone-row { padding: 5px; }
  .phone-bottom-line { margin-top: 8px; }
  .product-body { padding: 24px 20px; }
  .product-category { font-size: 8px; letter-spacing: .055em; }
  .product-body h3 { font-size: 25px; }
  .product-description { font-size: 12px; }
  .product-link { font-size: 11px; }
  .philosophy { gap: 65px; padding-block: 90px; }
  .philosophy h2 { font-size: 37px; }
  .principles h3 { font-size: 16px; }
  .contact-band { padding: 46px; }
  .footer-top { gap: 24px; grid-template-columns: 1.7fr 1fr 1fr 1fr; }
  .section-heading h2 { font-size: 38px; }
  .founder-section { gap: 40px; padding: 40px; }
  .independence { margin-left: 32px; }
  .contact-main { gap: 50px; }
  .legal-layout { grid-template-columns: 210px minmax(0,1fr); gap: 45px; }
}
@media (max-width: 800px) {
  .nav-wrap { min-height: 76px; }
  .brand-word { font-size: 26px; }
  .brand-health { font-size: 8px; gap: 10px; }
  .brand-symbol { width: 34px; height: 34px; }
  .primary-nav { gap: 18px; }
  .primary-nav > a { font-size: 11px; }
  .primary-nav > .nav-contact { padding: 10px 14px; gap: 8px; }
  .hero { padding-top: 77px; }
  .hero h1 { font-size: 65px; }
  .hero-copy { font-size: 16px; max-width: 510px; }
  .hero-bottom { margin-top: 70px; }
  .tools-section { padding-block: 55px; }
  .section-heading { gap: 22px; }
  .section-heading h2 { font-size: 35px; }
  .section-heading > p { font-size: 12px; }
  .product-grid { grid-template-columns: 1fr; gap: 18px; }
  .product-card { flex-direction: row; align-items: stretch; }
  .product-visual { width: 42%; height: auto; min-height: 340px; align-items: start; }
  .product-body { width: 58%; padding: 28px; }
  .product-category { font-size: 9px; }
  .product-body h3 { font-size: 28px; }
  .product-description { font-size: 13px; margin-top: 15px; }
  .product-meta { padding-top: 17px; }
  .product-link { font-size: 12px; margin-top: 16px; }
  .mini-browser { margin-top: 60px; height: 198px; }
  .browser-content { padding: 16px 13px; }
  .vaccine-sheet { top: 57px; height: 213px; padding: 22px 17px; }
  .vaccine-sheet > strong { font-size: 21px; }
  .sheet-row { padding-block: 8px; }
  .phone { top: 41px; height: 245px; width: 172px; }
  .phone-content { padding: 15px; }
  .phone-content > strong { font-size: 22px; margin: 8px 0 15px; }
  .phone-row { padding: 7px; }
  .phone-bottom-line { margin-top: 12px; }
  .visual-tag { bottom: 26px; font-size: 9px; }
  .philosophy { gap: 40px; }
  .philosophy h2 { font-size: 34px; }
  .philosophy-intro > p:not(.eyebrow) { font-size: 13px; }
  .principles article { gap: 15px; }
  .principles h3 { font-size: 15px; }
  .principles p { font-size: 12px; }
  .contact-band { padding: 42px; gap: 25px; }
  .contact-band h2 { font-size: 33px; }
  .contact-band > a { margin-right: 0; padding-inline: 20px; gap: 15px; }
  .footer-top { grid-template-columns: 1.5fr 1fr 1fr; row-gap: 28px; }
  .footer-intro { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
  .footer-intro p { margin: 0; }
  .page-hero { padding-block: 66px 60px; }
  .page-hero h1 { font-size: 55px; }
  .page-lead { font-size: 17px; }
  .story-section { grid-template-columns: .5fr 1.6fr; gap: 30px; padding-block: 55px; }
  .story-copy h2 { font-size: 34px; }
  .story-copy p { font-size: 14px; }
  .mini-product-grid h3 { font-size: 19px; }
  .mini-product-grid p { font-size: 12px; }
  .mini-product-grid > article { padding-right: 20px; }
  .mini-product-grid > article + article { padding-left: 20px; }
  .mini-product-grid .text-link { font-size: 11px; gap: 6px; }
  .founder-section { grid-template-columns: .85fr 1.5fr; gap: 28px; padding: 28px; }
  .founder-copy h2 { font-size: 30px; }
  .founder-copy > p:not(.eyebrow):not(.founder-title) { font-size: 13px; }
  .founder-monogram { min-height: 240px; }
  .approach-section { padding-top: 80px; }
  .approach-grid { gap: 0 40px; }
  .approach-grid h3 { font-size: 21px; }
  .independence { padding-block: 65px 80px; }
  .contact-main { grid-template-columns: 1fr; gap: 48px; padding-top: 45px; }
  .email-panel { max-width: 630px; }
  .email-address { font-size: 28px; }
  .contact-options { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
  .contact-options article { border-top: 1px solid var(--line); padding-top: 20px; }
  .contact-options article:first-child { border-top: 1px solid var(--line); padding-top: 20px; }
  .contact-options h2 { font-size: 19px; }
  .contact-options p, .contact-options .text-link { font-size: 12px; }
  .legal-hero { padding-top: 65px; }
  .legal-layout { grid-template-columns: 175px minmax(0,1fr); gap: 30px; }
  .legal-nav a { font-size: 11px; }
  .legal-content section p, .legal-content ul { font-size: 14px; }
  .legal-summary { padding: 22px; }
}
@media (max-width: 640px) {
  html { scroll-padding-top: 94px; }
  .wrap { width: calc(100% - 40px); }
  .nav-wrap { min-height: 73px; flex-wrap: wrap; column-gap: 20px; row-gap: 0; }
  .brand-word { font-size: 27px; gap: 11px; }
  .brand-symbol { width: 35px; height: 35px; }
  .brand-health { font-size: 8px; }
  .primary-nav { width: 100%; flex-wrap: wrap; justify-content: flex-start; gap: 2px 22px; padding-block: 5px 17px; }
  .primary-nav > a { font-size: 13px; }
  .primary-nav > .nav-contact { border: none; border-radius: 0; padding: 12px 0; }
  .js .primary-nav { display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 6px 0 18px; }
  .js .primary-nav.is-open { display: flex; }
  .js .primary-nav > a { border-top: 1px solid var(--line); padding: 15px 2px; font-size: 14px; }
  .js .primary-nav > .nav-contact { border-top: 1px solid var(--line); background: none; border-radius: 0; justify-content: space-between; }
  .js .menu-toggle { display: inline-flex; align-items: center; justify-content: center; gap: 10px; background: none; border: none; min-width: 64px; min-height: 44px; padding: 10px 0 10px 10px; cursor: pointer; }
  .menu-label { font-size: 11px; }
  .menu-lines { display: inline-block; width: 19px; height: 12px; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); position: relative; }
  .menu-lines:before { content: ''; position: absolute; width: 19px; height: 1px; background: var(--ink); left: 0; top: 4.5px; }
  .menu-toggle[aria-expanded="true"] .menu-lines { border-color: transparent; }
  .menu-toggle[aria-expanded="true"] .menu-lines:before { top: 4px; transform: rotate(45deg); }
  .menu-toggle[aria-expanded="true"] .menu-lines:after { content: ''; position: absolute; width: 19px; height: 1px; background: var(--ink); left: 0; top: 4px; transform: rotate(-45deg); }
  .hero { padding-top: 67px; }
  .hero-eyebrow { font-size: 8px; letter-spacing: .06em; gap: 7px; }
  .hero h1 { font-size: clamp(38px, 9.6vw, 62px); line-height: 1.08; letter-spacing: -.06em; margin-top: 24px; }
  .hero-copy { font-size: 15px; line-height: 1.75; margin-top: 24px; max-width: 390px; padding-inline: 8px; }
  .hero-actions { flex-direction: column; margin-top: 28px; gap: 12px; }
  .hero-actions .button { font-size: 12px; min-height: 49px; gap: 24px; }
  .hero-actions .text-link { font-size: 12px; }
  .hero-bottom { margin-top: 47px; gap: 10px; font-size: 9px; padding-block: 18px; letter-spacing: -.01em; }
  .hero-bottom .separator { width: 2px; height: 2px; flex-shrink: 0; }
  .tools-section { padding-block: 46px 40px; }
  .section-heading { display: block; margin-bottom: 27px; }
  .section-heading h2 { font-size: 34px; line-height: 1.13; margin-top: 12px; }
  .section-heading > p { font-size: 13px; margin-top: 19px; padding-bottom: 0; }
  .desktop-break { display: none; }
  .product-grid { gap: 23px; }
  .product-card { flex-direction: column; border-radius: 19px; }
  .product-visual { width: 100%; min-height: 0; height: 269px; }
  .product-body { width: 100%; padding: 26px; }
  .product-category { font-size: 9px; }
  .product-body h3 { font-size: 28px; }
  .product-description { font-size: 14px; line-height: 1.8; margin-top: 14px; }
  .product-meta { font-size: 11px; padding-top: 19px; }
  .product-link { font-size: 13px; margin-top: 18px; padding-top: 18px; min-height: 46px; }
  .mini-browser { width: 78%; max-width: 292px; margin-top: 29px; height: 204px; }
  .browser-content { padding: 15px 17px; }
  .browser-content > strong { font-size: 19px; margin-bottom: 12px; }
  .mini-topic { padding-block: 6px; }
  .vaccine-sheet { width: 73%; max-width: 272px; top: 25px; height: 210px; padding: 21px 23px; }
  .vaccine-sheet > strong { font-size: 23px; }
  .age-path { margin: 17px 8px 12px; }
  .sheet-row { padding-block: 6px; }
  .phone { top: 16px; height: 225px; width: 173px; border-radius: 24px; }
  .phone-content { padding: 9px 15px; }
  .phone-content > strong { font-size: 21px; margin: 6px 0 13px; }
  .phone-row { padding: 6px; }
  .phone-bottom-line { margin-top: 11px; }
  .visual-tag { bottom: 12px; }
  .illustration-note { font-size: 10px; padding-inline: 5px; margin-top: 21px; }
  .philosophy { grid-template-columns: 1fr; gap: 42px; padding-block: 66px; }
  .philosophy h2 { font-size: 36px; margin-top: 16px; }
  .philosophy-intro > p:not(.eyebrow) { font-size: 14px; margin-top: 20px; max-width: none; }
  .philosophy .text-link { margin-top: 15px; }
  .principles { padding-top: 0; }
  .principles article { gap: 17px; padding-block: 21px; }
  .principles h3 { font-size: 16px; }
  .principles p { font-size: 13px; }
  .contact-band { display: block; padding: 36px 28px; margin-bottom: 57px; border-radius: 19px; }
  .contact-band h2 { font-size: 32px; line-height: 1.15; }
  .contact-band p:not(.eyebrow) { font-size: 13px; }
  .contact-band > a { margin-top: 27px; font-size: 12px; min-height: 48px; padding-inline: 22px; gap: 24px; }
  .band-decoration { right: -60px; bottom: -80px; }
  .large-brand-symbol { width: 290px; height: 290px; }
  .site-footer { padding-block: 34px 20px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 29px 15px; padding-bottom: 28px; }
  .footer-intro { grid-column: 1 / -1; display: block; }
  .footer-intro p { margin-top: 13px; font-size: 12px; }
  .footer-group h2 { font-size: 12px; }
  .footer-group a { font-size: 12px; min-height: 35px; }
  .footer-group:last-child { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; align-items: start; gap: 0 15px; }
  .footer-group:last-child h2 { grid-column: 1 / -1; }
  .footer-group:last-child a { width: fit-content; }
  .footer-notice { font-size: 10px; line-height: 1.85; }
  .footer-notice p + p { margin-top: 10px; }
  .footer-bottom { flex-wrap: wrap; font-size: 10px; gap: 12px; margin-top: 23px; }
  .footer-bottom > span:nth-child(2) { order: 3; flex-basis: 100%; }
  .footer-bottom a { margin-left: auto; min-height: 35px; }
  .page-hero { padding-block: 55px 46px; }
  .page-hero h1 { font-size: clamp(37px,9.2vw,56px); line-height: 1.08; margin-top: 22px; }
  .page-lead { font-size: 16px; line-height: 1.8; margin-top: 22px; }
  .story-section { display: block; padding-block: 45px; }
  .section-label { padding: 0; margin-bottom: 21px; }
  .story-copy h2 { font-size: 32px; margin-bottom: 23px; }
  .story-copy p { font-size: 15px; }
  .about-tools { padding-top: 15px; padding-bottom: 46px; }
  .about-tools .section-heading h2 { font-size: 31px; }
  .mini-product-grid { grid-template-columns: 1fr; }
  .mini-product-grid > article, .mini-product-grid > article + article { padding: 24px 0; border-left: 0; }
  .mini-product-grid > article + article { border-top: 1px solid var(--line); }
  .mini-product-grid h3 { font-size: 23px; margin-top: 8px; }
  .mini-product-grid p { font-size: 14px; margin-top: 10px; }
  .mini-product-grid .text-link { font-size: 13px; margin-top: 9px; }
  .section-note { font-size: 11px; }
  .founder-section { grid-template-columns: 1fr; gap: 25px; padding: 26px; border-radius: 18px; }
  .founder-monogram { min-height: 160px; }
  .founder-mark { width: 83px; height: 83px; }
  .founder-copy { padding: 0; }
  .founder-copy h2 { font-size: 30px; }
  .founder-copy > p:not(.eyebrow):not(.founder-title) { font-size: 14px; }
  .founder-copy .text-link { font-size: 12px; gap: 8px; }
  .approach-section { padding-top: 58px; }
  .approach-grid { grid-template-columns: 1fr; }
  .approach-grid article { padding: 24px 0; }
  .approach-grid h3 { font-size: 23px; }
  .approach-grid p { font-size: 14px; }
  .quiet-note { padding: 22px; }
  .quiet-note p { font-size: 13px; }
  .independence { margin-left: 20px; padding-block: 53px 65px; }
  .independence h2 { font-size: 31px; }
  .independence > p:not(.eyebrow) { font-size: 14px; margin-top: 18px; }
  .inline-links { gap: 20px; }
  .inline-links .text-link { font-size: 12px; gap: 9px; }
  .contact-main { padding-block: 34px 51px; gap: 37px; }
  .email-address { font-size: clamp(20px,5.55vw,29px); gap: 8px; }
  .email-address .arrow { width: 17px; height: 17px; flex-basis: 17px; }
  .email-panel > p:not(.eyebrow) { font-size: 13px; margin-top: 20px; }
  .contact-warning { padding: 22px; margin-top: 28px; }
  .contact-warning p { font-size: 13px; }
  .contact-options { grid-template-columns: 1fr; gap: 0; }
  .contact-options h2 { font-size: 22px; }
  .contact-options p, .contact-options .text-link { font-size: 13px; }
  .legal-hero { padding-block: 55px 37px; }
  .legal-hero h1 { font-size: 44px; line-height: 1.1; margin-top: 20px; }
  .legal-hero .page-lead { font-size: 16px; }
  .updated { font-size: 11px; margin-top: 20px; }
  .legal-layout { grid-template-columns: 1fr; gap: 32px; padding-block: 28px 58px; }
  .legal-nav { position: static; padding-bottom: 21px; border-bottom: 1px solid var(--line); }
  .legal-nav > p { margin-bottom: 12px; }
  .legal-nav nav { flex-direction: row; flex-wrap: wrap; gap: 4px 18px; }
  .legal-nav a { font-size: 12px; padding-block: 7px; }
  .legal-summary { padding: 22px; }
  .legal-summary p { font-size: 14px; }
  .legal-content section { padding-top: 31px; }
  .legal-content h2 { font-size: 23px; margin-bottom: 14px; }
  .legal-content section p, .legal-content ul { font-size: 15px; line-height: 1.9; }
  .not-found { padding-block: 50px 75px; }
  .not-found h1 { font-size: 42px; }
  .not-found > p:not(.eyebrow) { font-size: 14px; }
}
@media (max-width: 359px) {
  .wrap { width: calc(100% - 32px); }
  .hero h1 { font-size: 35px; }
  .hero-eyebrow { font-size: 7px; }
  .hero-copy { font-size: 14px; padding-inline: 0; }
  .hero-bottom { gap: 8px; font-size: 8px; }
  .product-body { padding: 23px; }
  .product-category { font-size: 8px; }
  .product-link { font-size: 12px; }
  .contact-band { padding: 30px 24px; }
  .contact-band h2 { font-size: 29px; }
  .contact-band .eyebrow { font-size: 9px; }
  .email-address { font-size: 20px; }
  .independence { margin-left: 16px; }
  .legal-hero h1 { font-size: 39px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
@media (forced-colors: active) {
  .product-card, .button, .contact-band, .quiet-note, .contact-warning, .legal-summary { border: 1px solid CanvasText; }
  .product-visual { border-bottom: 1px solid CanvasText; }
  .button { color: ButtonText; background: ButtonFace; }
  .contact-band, .contact-band .eyebrow, .contact-band p:not(.eyebrow) { color: CanvasText; background: Canvas; }
}
@media print {
  html { scroll-behavior: auto; }
  body { background: #fff; color: #000; font-size: 11pt; }
  .wrap { width: 100%; }
  .site-header { position: static; border-bottom: 1px solid #aaa; background: #fff; }
  .nav-wrap { min-height: 55px; }
  .primary-nav, .menu-toggle, .skip-link, .hero-actions, .contact-band, .legal-nav, .footer-top, .footer-bottom a, .band-decoration { display: none !important; }
  .site-footer { margin-top: 25px; padding: 10px 0 0; background: #fff; }
  .hero, .page-hero, .legal-hero { padding-block: 20px 25px; }
  .hero h1 { font-size: 42pt; }
  .hero-bottom { margin-top: 25px; }
  .page-hero h1, .legal-hero h1 { font-size: 32pt; }
  .tools-section, .philosophy, .story-section, .about-tools, .approach-section, .independence, .contact-main, .legal-layout { padding-block: 25px; }
  .legal-layout { display: block; }
  .legal-content { max-width: 100%; }
  .legal-content section { padding-top: 24px; }
  .legal-content section p, .legal-content ul { font-size: 11pt; line-height: 1.6; }
  .legal-summary { background: #fff; border: 1px solid #aaa; }
  .legal-content h2, .section-heading h2 { break-after: avoid; }
  .legal-content p { orphans: 3; widows: 3; }
  .product-grid { grid-template-columns: repeat(3,1fr); }
  .product-card { flex-direction: column; break-inside: avoid; border: 1px solid #aaa; }
  .product-visual { display: none; }
  .product-body { width: 100%; padding: 16px; }
  .product-body h3 { font-size: 19pt; }
  .product-description { font-size: 10pt; }
  .product-link { font-size: 9pt; }
  .founder-section { background: #fff; border: 1px solid #aaa; padding: 24px; }
  .independence { margin-left: 0; }
  .contact-main { display: block; }
  .email-panel { max-width: 100%; }
  .contact-options { margin-top: 30px; }
  .illustration-note { display: none; }
  .footer-notice { font-size: 8pt; }
}
