/* The selected Mila product direction. Other site surfaces keep styles.css. */
:root { color-scheme: light; --paper: #faf9f6; --ink: #172120; --muted: #626a69; --teal: #08655f; --sleep: #eeecfc; --food: #f0f3e9; --line: #dfE2df; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 36px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', sans-serif; -webkit-font-smoothing: antialiased; font-size: 18px; line-height: 1.5; }
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 3px solid var(--teal); outline-offset: 6px; }
a:hover { text-decoration: underline; text-underline-offset: 5px; }
img { display: block; max-width: 100%; height: auto; }
figure, h1, h2, h3, p { margin: 0; }
.shell { width: min(1280px, 88%); margin-inline: auto; }
.nav { min-height: 112px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: 30px; font-weight: 600; letter-spacing: -.7px; }
.brand img { border-radius: 11px; }
.nav-links { display: flex; align-items: center; gap: 32px; font-size: 16px; }
.nav a { min-height: 44px; display: inline-flex; align-items: center; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 12px 28px; border-radius: 32px; background: var(--teal); color: white; font-size: 18px; font-weight: 500; transition: background .2s, transform .2s; }
.button:hover { background: #074e4a; text-decoration: none; transform: translateY(-2px); }
.nav-cta { min-height: 44px; padding: 9px 24px; font-size: 16px; }
h1 { font-size: clamp(52px, 8.3vw, 100px); font-weight: 650; letter-spacing: -.055em; line-height: 1.06; }
h2 { font-size: clamp(30px, 3.2vw, 46px); line-height: 1.16; font-weight: 620; letter-spacing: -.04em; }
h3 { font-size: clamp(28px, 2.9vw, 40px); line-height: 1.17; letter-spacing: -.035em; font-weight: 620; }
.hero { display: grid; grid-template-columns: .95fr 1.05fr; gap: 4%; height: clamp(710px, 83vw, 980px); overflow: hidden; padding-top: 18px; }
.hero-copy { display: flex; flex-direction: column; align-items: flex-start; padding-top: 118px; }
.release-preview { color: var(--teal); font-size: 14px; font-weight: 500; margin-bottom: 20px; }
.lead { font-size: clamp(18px, 1.7vw, 24px); line-height: 1.55; letter-spacing: -.02em; margin-top: 36px; }
.hero .button { margin-top: 48px; }
.quiet { color: var(--muted); font-size: 14px; line-height: 1.55; }
.hero-note { margin-top: auto; padding-bottom: 92px; }
.phone { overflow: hidden; border: 7px solid #202221; border-radius: 54px; background: white; box-shadow: 0 0 0 1px #858781, 0 0 0 3px #383a37, 0 18px 45px #1721200d; }
.hero-phone { width: 100%; max-width: 495px; justify-self: end; align-self: start; }
.phone img { width: 100%; }
.sleep-section { background: var(--sleep); padding: 44px 0 35px; }
.sleep-grid { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 8%; }
.forecast-crop { position: relative; overflow: hidden; border-radius: 30px; aspect-ratio: 1.73; }
.forecast-crop img { width: 110%; max-width: none; position: absolute; left: -5%; top: -55%; }
.chapter { display: grid; grid-template-columns: 1fr 1fr; gap: 10%; align-items: center; padding-top: 100px; height: 790px; overflow: hidden; }
.chapter-copy { align-self: center; padding-bottom: 100px; max-width: 460px; }
.chapter-copy > p { margin-top: 26px; font-size: clamp(20px, 1.8vw, 26px); color: var(--muted); line-height: 1.5; letter-spacing: -.02em; }
.chapter-copy .secondary { font-size: 18px; margin-top: 24px; }
.chapter-copy .quiet { font-size: 14px; margin-top: 28px; }
.chapter-copy .eyebrow { font-size: 14px; text-transform: uppercase; letter-spacing: .1em; font-weight: 600; color: var(--teal); margin: 0 0 24px; }
.chapter-phone { width: 100%; max-width: 420px; align-self: start; justify-self: center; }
.food-section { background: var(--food); }
.food-grid { height: 830px; }
.food-grid .chapter-copy { padding-bottom: 110px; }
.solids-story { display: grid; grid-template-columns: 1fr 1.1fr; align-items: center; gap: 12%; padding: 65px 0 90px; }
.solids-story p { max-width: 350px; margin-top: 22px; color: var(--muted); }
.solids-crop { height: 430px; overflow: hidden; border-radius: 28px; box-shadow: 0 8px 28px #2837210a; }
.solids-crop img { width: 100%; margin-top: -66%; }
.monitor-section { height: 800px; }
.privacy-section { background: #e5edeb; padding: 90px 0; }
.privacy-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10%; }
.privacy-grid p { font-size: 22px; color: #465552; }
.text-link { display: inline-block; color: var(--teal); text-decoration: underline; text-underline-offset: 5px; min-height: 44px; margin-top: 24px; }
.closing { text-align: center; padding: 110px 0; }
.closing img { margin: 0 auto 28px; border-radius: 16px; }
.closing h2 { font-size: clamp(38px, 4.3vw, 62px); }
.closing .button { margin-top: 34px; }
.closing .quiet { max-width: 440px; margin: 20px auto 0; }
.site-footer { display: flex; flex-wrap: wrap; gap: 30px; justify-content: space-between; align-items: center; border-top: 1px solid var(--line); padding: 38px 0; }
.site-footer nav { display: flex; gap: 24px; flex-wrap: wrap; font-size: 15px; }
.site-footer nav a { min-height: 44px; display: inline-flex; align-items: center; }
.site-footer .language-switcher { width: 100%; }
.skip-link { position: absolute; z-index: 10; top: 8px; left: 8px; transform: translateY(-180%); background: white; padding: 12px; }
.skip-link:focus { transform: translateY(0); }
@media (min-width: 1400px) { .hero-copy { padding-top: 150px; } }
@media (max-width: 900px) { .nav { gap: 22px; } .nav-links { gap: 22px; } .nav-cta { display: none !important; } .hero-copy { padding-top: 90px; } .hero { gap: 5%; height: 760px; } .hero-note { padding-bottom: 100px; } .phone { border-radius: 45px; border-width: 6px; } .chapter { gap: 7%; height: 730px; } }
@media (max-width: 640px) {
 .shell { width: 88%; } .nav { min-height: 124px; flex-wrap: wrap; justify-content: center; gap: 6px; padding: 17px 0; } .brand { font-size: 28px; } .brand img { width: 36px; height: 36px; } .nav-links { width: 100%; justify-content: space-between; gap: 10px; font-size: 14px; }
 h1 { font-size: clamp(48px, 13vw, 68px); } h2 { font-size: 35px; } .hero { height: auto; grid-template-columns: 1fr; gap: 46px; padding-top: 36px; } .hero-copy { padding-top: 0; } .lead { font-size: 19px; margin-top: 25px; } .lead br { display: none; } .hero .button { margin-top: 29px; } .hero-note { margin-top: 28px; padding: 0; font-size: 13px; } .hero-phone { width: 88%; justify-self: center; max-height: 550px; border-radius: 42px 42px 0 0; }
 .sleep-section { padding: 48px 0 35px; } .sleep-grid { grid-template-columns: 1fr; gap: 30px; } .forecast-crop { border-radius: 23px; }
 .chapter { height: auto; grid-template-columns: 1fr; gap: 32px; padding-top: 64px; } .chapter-copy, .food-grid .chapter-copy { padding-bottom: 0; } .chapter-copy > p { font-size: 21px; margin-top: 22px; } .chapter-copy .secondary { font-size: 17px; } .chapter-phone { width: 87%; max-height: 600px; border-radius: 42px 42px 0 0; } .food-grid .chapter-copy { grid-row: 1; } .food-grid { gap: 40px; } .solids-story { grid-template-columns: 1fr; gap: 30px; padding: 60px 0; } .solids-crop { height: 390px; } .monitor-section { padding-bottom: 0; }
 .privacy-section { padding: 60px 0; } .privacy-grid { grid-template-columns: 1fr; gap: 25px; } .privacy-grid p { font-size: 20px; } .closing { padding: 75px 0; } .site-footer { align-items: flex-start; } .site-footer nav { gap: 19px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .button { transition: none; } }

.shared-section { padding-top: 40px; }
@media (max-width: 640px) { .shared-section { padding-top: 64px; } }

.food-grid .chapter-phone { max-width: 330px; }
@media (max-width: 640px) { .food-grid .chapter-phone { max-height: none; margin-bottom: 48px; border-radius: 42px; } }
