:root {
  --ink: #09111f;
  --ink-2: #111a2a;
  --paper: #f5f7fb;
  --paper-blue: #eef3ff;
  --white: #fcfdff;
  --line: #dce3ee;
  --muted: #657084;
  --cobalt: #2149bd;
  --blue: #2d62e8;
  --blue-soft: #dce7ff;
  --violet: #7773e8;
  --cyan: #6eddf2;
  --magenta: #de78be;
  --emerald: #278363;
  --amber: #d08b2a;
  --radius: 38px;
  --font: "Plus Jakarta Sans", "Avenir Next", Avenir, sans-serif;
  --shadow: 0 34px 90px rgba(23, 39, 73, 0.13);
  --phone-shadow: 0 50px 100px rgba(15, 26, 51, 0.27), 0 10px 28px rgba(15, 26, 51, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 78px; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img { display: block; max-width: 100%; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 200; top: 10px; left: 10px; padding: 10px 14px; border-radius: 10px; color: var(--white); background: var(--ink); transform: translateY(-160%); transition: transform 180ms ease; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid color-mix(in srgb, var(--blue), transparent 28%); outline-offset: 4px; }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; border-bottom: 1px solid transparent; transition: 240ms ease; }
.site-header.is-scrolled { border-color: color-mix(in srgb, var(--line), transparent 30%); background: color-mix(in srgb, var(--paper), transparent 10%); box-shadow: 0 8px 30px rgba(12, 27, 54, 0.05); backdrop-filter: blur(22px) saturate(160%); }
.nav-shell { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; width: min(1180px, calc(100% - 42px)); height: 72px; margin: auto; }
.brand { display: inline-flex; align-items: center; justify-self: start; gap: 10px; width: max-content; font-size: 19px; font-weight: 700; letter-spacing: -0.035em; }
.brand img { width: 34px; height: 34px; border-radius: 10px; box-shadow: 0 6px 15px rgba(16, 28, 56, 0.17); }
.nav-links { display: flex; align-items: center; gap: 30px; font-size: 13px; font-weight: 600; color: #3f495b; }
.nav-links a { position: relative; padding: 12px 0; }
.nav-links a::after { position: absolute; right: 0; bottom: 7px; left: 0; height: 1px; background: var(--ink); content: ""; transform: scaleX(0); transform-origin: right; transition: transform 220ms cubic-bezier(.22,1,.36,1); }
.nav-links a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { justify-self: end; padding: 10px 16px; border-radius: 999px; color: var(--white); background: var(--ink); font-size: 12px; font-weight: 700; box-shadow: 0 8px 20px rgba(8,17,31,.13); transition: transform 180ms ease, background 180ms ease; }
.nav-cta:hover { background: var(--cobalt); transform: translateY(-1px); }
.nav-cta span { margin-left: 4px; }
.menu-toggle { display: none; }

.hero { width: min(1260px, calc(100% - 38px)); margin: auto; padding: clamp(132px, 15vw, 186px) 0 0; }
.hero-copy { max-width: 900px; margin: auto; text-align: center; }
.hero-pill { display: inline-flex; align-items: center; gap: 9px; padding: 8px 13px; border: 1px solid #d8dfeb; border-radius: 999px; color: #566176; background: rgba(255,255,255,.58); font-size: 11px; font-weight: 700; letter-spacing: .015em; box-shadow: inset 0 1px rgba(255,255,255,.8); }
.hero-pill span { width: 7px; height: 7px; border-radius: 50%; background: var(--emerald); box-shadow: 0 0 0 4px rgba(39,131,99,.12); }
h1, h2, h3, p { margin-top: 0; }
.hero h1,
.section-intro h2,
.life-caption h2,
.story-copy h3,
.health-copy h2,
.connection-copy h2,
.privacy-copy h2,
.steps-list h3,
.beta h2 {
  letter-spacing: 0;
}
.hero h1, .section-intro h2, .health-copy h2, .privacy-copy h2, .beta h2 { margin: 24px 0 0; font-weight: 650; line-height: .96; }
.hero h1 { font-size: clamp(4rem, 8.2vw, 7.25rem); }
h1 em, h2 em { color: var(--cobalt); font-style: normal; }
.hero-copy > p { max-width: 680px; margin: 27px auto 0; color: var(--muted); font-size: clamp(1.03rem, 1.65vw, 1.28rem); letter-spacing: -.02em; line-height: 1.55; }
.hero-actions { display: flex; align-items: center; justify-content: center; gap: 28px; margin-top: 31px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 22px; border-radius: 999px; font-size: 14px; font-weight: 700; transition: transform 200ms cubic-bezier(.22,1,.36,1), box-shadow 200ms ease, background 200ms ease; }
.button-dark { gap: 11px; color: var(--white); background: var(--ink); box-shadow: 0 13px 28px rgba(9,17,31,.17); }
.button-dark:hover { background: var(--cobalt); box-shadow: 0 17px 36px rgba(33,73,189,.24); transform: translateY(-2px); }
.button-dark > span:last-child { display: grid; line-height: 1.02; text-align: left; }
.button-dark small { margin-bottom: 3px; font-size: 8px; font-weight: 500; letter-spacing: .04em; opacity: .65; }
.apple-mark { font-size: 18px; transform: translateY(-1px); }
.button-link { display: inline-flex; align-items: center; min-height: 44px; color: var(--cobalt); font-size: 14px; font-weight: 700; }
.button-link span { display: inline-block; margin-left: 6px; transition: transform 180ms ease; }
.button-link:hover span { transform: translateY(4px); }

.hero-canvas { position: relative; height: clamp(660px, 64vw, 790px); margin-top: clamp(58px, 7vw, 88px); overflow: hidden; border: 1px solid rgba(255,255,255,.7); border-radius: 42px; background: radial-gradient(circle at 55% 24%, rgba(255,255,255,.88) 0 8%, transparent 34%), linear-gradient(140deg, #e9ecff 0%, #dae5ff 32%, #d9d4f8 66%, #f0e8ef 100%); box-shadow: 0 38px 100px rgba(26,50,95,.13); isolation: isolate; }
.hero-canvas::before { position: absolute; inset: 0; z-index: -1; background-image: linear-gradient(rgba(36,65,125,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(36,65,125,.06) 1px, transparent 1px); background-size: 80px 80px; content: ""; mask-image: radial-gradient(circle at center, #000 0, transparent 72%); opacity: .55; }
.hero-glow { position: absolute; z-index: -1; border-radius: 50%; filter: blur(70px); }
.glow-one { top: -18%; right: -5%; width: 45%; aspect-ratio: 1; background: rgba(105,217,241,.36); }
.glow-two { bottom: -30%; left: -6%; width: 50%; aspect-ratio: 1; background: rgba(220,113,189,.28); }
.orbit { position: absolute; z-index: -1; border: 1px solid rgba(39,73,150,.14); border-radius: 50%; transform: rotate(-17deg); }
.orbit-one { top: -26%; left: 7%; width: 86%; height: 116%; }
.orbit-two { top: -3%; left: 22%; width: 58%; height: 75%; }

.phone { position: absolute; bottom: -98px; width: 292px; height: 602px; border-radius: 52px; box-shadow: var(--phone-shadow); will-change: transform; }
.phone-frame { position: relative; width: 100%; height: 100%; overflow: hidden; border: 8px solid #0d1118; border-radius: inherit; background: #f6f8fc; box-shadow: inset 0 0 0 1px rgba(255,255,255,.2); }
.phone-frame::after { position: absolute; inset: 0; z-index: 10; border: 1px solid rgba(255,255,255,.4); border-radius: 43px; content: ""; pointer-events: none; }
.phone-center { z-index: 4; left: 50%; width: 316px; height: 650px; transform: translate(calc(-50% + var(--parallax-x, 0px)), var(--parallax-y, 0px)); }
.phone-left { z-index: 2; left: calc(50% - 356px); bottom: -133px; transform: translate(var(--parallax-x, 0px), var(--parallax-y, 0px)) rotate(-7deg); }
.phone-right { z-index: 1; right: calc(50% - 366px); bottom: -125px; transform: translate(var(--parallax-x, 0px), var(--parallax-y, 0px)) rotate(7deg); }
.dynamic-island { position: absolute; z-index: 9; top: 12px; left: 50%; width: 88px; height: 24px; border-radius: 18px; background: #05070a; transform: translateX(-50%); }
.phone-status, .mini-status { display: flex; align-items: center; justify-content: space-between; padding: 15px 20px 8px; font-size: 9px; font-weight: 800; letter-spacing: -.01em; }
.today-head { display: flex; align-items: flex-start; justify-content: space-between; padding: 14px 18px 12px; }
.today-head div { display: grid; }
.today-head small { color: #748095; font-size: 8px; font-weight: 650; }
.today-head b { font-size: 26px; letter-spacing: -.055em; }
.today-head button { width: 33px; height: 33px; border: 0; border-radius: 50%; color: var(--cobalt); background: #e7edfd; font-size: 15px; }
.today-progress { display: flex; align-items: center; gap: 12px; margin: 1px 15px 12px; padding: 13px; border-radius: 20px; background: #eef2f8; }
.progress-ring { display: grid; flex: 0 0 auto; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: conic-gradient(var(--blue) 0 33%, #d9e0eb 33% 100%); transition: background 240ms ease; }
.progress-ring::before { position: absolute; width: 37px; height: 37px; border-radius: 50%; background: #eef2f8; content: ""; }
.progress-ring span { position: relative; z-index: 1; font-size: 9px; font-weight: 800; }
.today-progress > div:last-child { display: grid; }
.today-progress b { font-size: 12px; }
.today-progress small { margin-top: 2px; color: #738096; font-size: 8px; }
.week-strip { display: grid; grid-template-columns: repeat(5, 1fr); gap: 4px; padding: 0 14px 15px; }
.week-strip button { display: grid; gap: 5px; place-items: center; padding: 8px 0; border: 0; border-radius: 14px; color: #69758a; background: transparent; cursor: pointer; }
.week-strip span { font-size: 7px; font-weight: 700; }
.week-strip b { font-size: 10px; }
.week-strip .is-selected { color: #f9fbff; background: var(--cobalt); box-shadow: 0 7px 15px rgba(33,73,189,.22); }
.up-next { display: flex; align-items: center; gap: 6px; padding: 0 17px 8px; }
.up-next b { font-size: 11px; }
.up-next span { display: grid; place-items: center; width: 17px; height: 17px; border-radius: 50%; color: var(--cobalt); background: #e2eaff; font-size: 8px; font-weight: 800; }
.dose-row { display: flex; align-items: center; width: calc(100% - 28px); margin: 0 14px 8px; padding: 11px; border: 0; border-radius: 19px; background: #eef2f8; text-align: left; }
.dose-row.primary-dose { color: #f9fbff; background: var(--cobalt); box-shadow: 0 12px 22px rgba(33,73,189,.21); }
.dose-glyph { display: grid; flex: 0 0 auto; place-items: center; width: 36px; height: 36px; margin-right: 10px; border-radius: 11px; color: var(--cobalt); background: #fff; font-size: 11px; font-weight: 800; }
.dose-glyph.violet { color: var(--violet); background: #e5e3fb; }
.dose-row > span:nth-child(2) { display: grid; flex: 1; }
.dose-row b { font-size: 11px; }
.dose-row small { margin-top: 3px; color: #778297; font-size: 7.5px; }
.primary-dose small { color: #cfd9ff; }
.dose-row i { font-size: 20px; font-style: normal; opacity: .8; }
.phone-tabs { position: absolute; right: 8px; bottom: 8px; left: 8px; display: grid; grid-template-columns: repeat(4, 1fr); padding: 11px 4px 9px; border: 1px solid rgba(209,217,231,.7); border-radius: 28px; background: rgba(250,251,254,.89); box-shadow: 0 8px 26px rgba(24,40,75,.08); backdrop-filter: blur(14px); }
.phone-tabs span { display: grid; place-items: center; gap: 2px; color: #7e8797; font-size: 14px; }
.phone-tabs small { font-size: 6px; font-weight: 700; }
.phone-tabs .active { color: var(--cobalt); }

.phone-dark { color: #eef4ff; background: linear-gradient(170deg, #101827, #07101b 75%); }
.phone-dark::before { position: absolute; top: 60px; left: -80px; width: 240px; height: 240px; border-radius: 50%; background: rgba(45,98,232,.22); filter: blur(40px); content: ""; }
.mini-status { position: relative; color: #f8fbff; }
.dark-screen-head { position: relative; display: grid; padding: 17px 18px; }
.dark-screen-head small { color: #8190aa; font-size: 8px; }
.dark-screen-head b { font-size: 25px; letter-spacing: -.05em; }
.dark-score { position: relative; display: grid; margin: 6px 16px; padding: 21px; border: 1px solid rgba(255,255,255,.07); border-radius: 22px; background: rgba(255,255,255,.055); }
.dark-score > span { font-size: 46px; font-weight: 650; letter-spacing: -.07em; }
.dark-score > span small { font-size: 18px; }
.dark-score > b { margin-top: 3px; color: #77ddba; font-size: 10px; }
.dark-score > small { color: #8895aa; font-size: 8px; }
.dark-bars { display: flex; align-items: end; gap: 9px; height: 98px; margin: 14px 19px 0; }
.dark-bars i { flex: 1; height: var(--h); border-radius: 6px 6px 3px 3px; background: #31405a; }
.dark-bars i.accent { background: linear-gradient(#64dcef, #496de8); box-shadow: 0 0 24px rgba(100,220,239,.26); }
.dark-days { display: flex; justify-content: space-between; padding: 7px 21px 15px; color: #718099; font-size: 7px; font-weight: 800; }
.dark-log { display: flex; align-items: center; gap: 10px; margin: 8px 15px; padding: 12px; border-radius: 17px; background: rgba(255,255,255,.06); }
.dark-log > span { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 50%; color: #07121d; background: #66d6ad; font-size: 11px; font-weight: 900; }
.dark-log div { display: grid; }
.dark-log b { font-size: 9px; }
.dark-log small { color: #7e8ba1; font-size: 7px; }
.settings-frame { background: #f4f6f9; }
.settings-frame img { width: 100%; height: 100%; object-fit: cover; object-position: top center; transform: scale(1.015); }

.floating-card { position: absolute; z-index: 7; display: flex; align-items: center; border: 1px solid rgba(255,255,255,.8); background: rgba(255,255,255,.82); box-shadow: 0 22px 50px rgba(20,40,84,.14); backdrop-filter: blur(18px); transform: translate(var(--parallax-x, 0px), var(--parallax-y, 0px)); will-change: transform; transition: transform 300ms cubic-bezier(.22,1,.36,1); }
.reminder-float { top: 88px; left: 70px; width: 286px; padding: 14px; border-radius: 21px; }
.reminder-float img { width: 40px; height: 40px; margin-right: 11px; border-radius: 11px; }
.reminder-float div { display: grid; flex: 1; }
.reminder-float small { color: #778296; font-size: 7px; font-weight: 700; text-transform: uppercase; }
.reminder-float strong { font-size: 11px; }
.reminder-float span { color: #6d798d; font-size: 8px; }
.reminder-float time { align-self: flex-start; color: var(--muted); font-size: 8px; }
.health-float { top: 158px; right: 57px; gap: 10px; width: 246px; padding: 13px; border-radius: 18px; }
.success-check { display: grid; flex: 0 0 auto; place-items: center; border-radius: 11px; }
.health-float div { display: grid; flex: 1; }
.health-float small { color: #7e899b; font-size: 7px; }
.health-float strong { font-size: 10px; }
.success-check { width: 24px; height: 24px; color: #fff; background: var(--emerald); font-size: 10px; font-weight: 900; }
.capsule-mark { position: absolute; z-index: 6; right: 68px; bottom: 55px; width: 100px; transform: translate(var(--parallax-x, 0px), var(--parallax-y, 0px)) rotate(10deg); filter: drop-shadow(0 18px 22px rgba(23,36,68,.22)); will-change: transform; transition: transform 300ms cubic-bezier(.22,1,.36,1); }
.capsule-mark img { border-radius: 30%; }
.canvas-note { position: absolute; z-index: 6; bottom: 27px; left: 36px; display: flex; align-items: center; gap: 10px; color: #33445f; font-size: 10px; font-weight: 700; letter-spacing: .02em; }
.canvas-note span { width: 28px; height: 1px; background: #51678f; }

.trust-strip { display: grid; grid-template-columns: repeat(3, 1fr); width: min(1050px, calc(100% - 44px)); margin: 52px auto 0; padding: 30px 0; border-bottom: 1px solid var(--line); }
.trust-strip div { display: grid; place-items: center; gap: 3px; border-right: 1px solid var(--line); text-align: center; }
.trust-strip div:last-child { border: 0; }
.trust-strip b { font-size: 14px; letter-spacing: -.02em; }
.trust-strip span { color: var(--muted); font-size: 11px; }

.section { width: min(1180px, calc(100% - 40px)); margin: auto; }
.life-moment { position: relative; min-height: 700px; margin-top: clamp(90px, 11vw, 150px); overflow: hidden; border-radius: 44px; background: #dfe8f1; box-shadow: 0 30px 90px rgba(21,43,77,.13); }
.life-moment::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,17,31,.13), transparent 38%, transparent 75%, rgba(8,17,31,.06)); content: ""; pointer-events: none; }
.life-moment > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.life-caption { position: absolute; z-index: 2; bottom: 36px; left: 36px; width: min(520px, calc(100% - 72px)); padding: 34px 36px; border: 1px solid rgba(255,255,255,.84); border-radius: 30px; background: rgba(249,251,255,.89); box-shadow: 0 20px 55px rgba(13,31,58,.14); backdrop-filter: blur(20px) saturate(140%); }
.life-caption .eyebrow { margin-bottom: 13px; }
.life-caption h2 { margin: 0; font-size: clamp(2.35rem, 4.2vw, 4rem); font-weight: 650; line-height: 1.01; }
.life-caption h2 em { color: var(--cobalt); font-style: normal; }
.life-caption > p:last-child { max-width: 420px; margin: 18px 0 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.life-detail { position: absolute; z-index: 2; top: 32px; right: 32px; display: inline-flex; align-items: center; gap: 9px; padding: 11px 14px; border: 1px solid rgba(255,255,255,.8); border-radius: 999px; color: #324458; background: rgba(249,251,255,.8); box-shadow: 0 12px 35px rgba(19,39,67,.1); backdrop-filter: blur(14px); font-size: 10px; font-weight: 700; }
.life-detail i { display: grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; color: #fff; background: var(--emerald); font-size: 8px; font-style: normal; }
.experience { padding: clamp(130px, 15vw, 210px) 0; }
.section-intro { max-width: 810px; margin: 0 auto clamp(66px, 7vw, 95px); text-align: center; }
.eyebrow { margin: 0 0 17px; color: var(--cobalt); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.section-intro h2, .health-copy h2, .privacy-copy h2, .beta h2 { font-size: clamp(3rem, 6vw, 5.5rem); }
.section-intro > p:last-child { max-width: 600px; margin: 24px auto 0; color: var(--muted); font-size: 16px; line-height: 1.65; }
.experience-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 22px; }
.story-card { position: relative; min-height: 620px; overflow: hidden; border: 1px solid rgba(215,224,237,.8); border-radius: var(--radius); background: var(--white); box-shadow: 0 24px 70px rgba(19,41,81,.07); }
.story-copy { position: relative; z-index: 2; padding: clamp(34px, 4vw, 52px); }
.story-index { position: absolute; top: 43px; right: 44px; color: #9ca7b8; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.story-label { margin-bottom: 16px; color: var(--cobalt); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.story-copy h3 { margin-bottom: 18px; font-size: clamp(2rem, 3.3vw, 3.15rem); font-weight: 650; line-height: 1.02; }
.story-copy > p:last-child { max-width: 450px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.62; }
.story-today { min-height: 650px; background: linear-gradient(155deg, #fcfdff 0 55%, #e7ecfb); }
.story-reminders { min-height: 650px; color: #f5f8ff; background: linear-gradient(150deg, #182b66, #0b1430 62%, #111a2d); }
.story-reminders .story-label { color: #91b4ff; }
.story-reminders .story-index, .story-reminders .story-copy > p:last-child { color: #9caccd; }
.story-history { min-height: 530px; color: var(--white); background: linear-gradient(140deg, #315fd6, #233fa8 55%, #303597); }
.story-history .story-label, .story-history .story-index, .story-history .story-copy > p:last-child { color: #cad7ff; }
.story-refills { min-height: 530px; background: linear-gradient(145deg, #f7f1f7, #eef0ff); }

.schedule-art { position: absolute; right: -34px; bottom: -50px; width: min(520px, 80%); padding: 30px 32px 70px; border: 1px solid #e0e5ee; border-radius: 34px 0 0 0; background: rgba(255,255,255,.9); box-shadow: -18px -14px 50px rgba(28,47,83,.09); }
.schedule-date { display: flex; align-items: end; justify-content: space-between; margin-bottom: 30px; }
.schedule-date span { font-size: 25px; font-weight: 650; letter-spacing: -.045em; }
.schedule-date b { color: var(--muted); font-size: 10px; }
.schedule-line { position: absolute; top: 98px; bottom: 66px; left: 89px; width: 1px; background: #dce3ef; }
.schedule-item { position: relative; display: grid; grid-template-columns: 48px 23px 1fr; align-items: center; gap: 10px; margin: 24px 0; }
.schedule-item time { color: #7a8598; font-size: 10px; font-weight: 700; }
.schedule-item > span { z-index: 1; display: grid; place-items: center; width: 23px; height: 23px; border: 5px solid #fff; border-radius: 50%; background: #b9c3d3; box-shadow: 0 0 0 1px #ccd5e2; }
.schedule-item.done > span { border-width: 0; color: #fff; background: var(--emerald); font-size: 8px; font-weight: 900; box-shadow: 0 0 0 5px rgba(39,131,99,.11); }
.schedule-item.next > span { border-width: 5px; background: var(--blue); box-shadow: 0 0 0 5px rgba(45,98,232,.12); }
.schedule-item div { display: grid; padding: 13px 15px; border-radius: 16px; background: #f0f3f8; }
.schedule-item.next div { color: #fff; background: var(--cobalt); box-shadow: 0 10px 24px rgba(33,73,189,.19); }
.schedule-item b { font-size: 11px; }
.schedule-item small { margin-top: 2px; color: #7c8798; font-size: 8px; }
.schedule-item.next small { color: #cad7ff; }

.reminder-art { position: absolute; right: 0; bottom: 0; left: 0; height: 320px; padding: 36px 34px; background: radial-gradient(circle at 78% 14%, rgba(105,221,242,.23), transparent 32%), linear-gradient(160deg, #243b82, #10172a); }
.reminder-art::before { position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.11) 1px, transparent 1px); background-size: 24px 24px; content: ""; mask-image: linear-gradient(to top, #000, transparent); }
.lock-time, .lock-date { position: relative; text-align: center; }
.lock-time { font-size: 34px; font-weight: 600; letter-spacing: -.04em; }
.lock-date { margin: 1px 0 26px; color: #b7c4df; font-size: 9px; }
.notification { position: relative; display: flex; gap: 11px; align-items: flex-start; max-width: 390px; margin: auto; padding: 14px; border: 1px solid rgba(255,255,255,.2); border-radius: 21px; background: rgba(244,248,255,.17); box-shadow: 0 18px 40px rgba(0,4,15,.2); backdrop-filter: blur(16px); }
.notification img { width: 38px; border-radius: 10px; }
.notification div { display: grid; flex: 1; }
.notification small { display: flex; justify-content: space-between; color: #c1cee6; font-size: 7px; font-weight: 800; letter-spacing: .06em; }
.notification b { margin-top: 4px; font-size: 10px; }
.notification span { color: #c1cbe0; font-size: 8px; }
.notification-actions { position: relative; display: flex; justify-content: center; gap: 8px; margin-top: 9px; }
.notification-actions span { padding: 8px 12px; border-radius: 999px; color: #dce6fb; background: rgba(255,255,255,.1); font-size: 7px; font-weight: 700; }

.history-art { position: absolute; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: .65fr 1fr; align-items: end; gap: 30px; padding: 20px 50px 45px; }
.history-number { display: grid; }
.history-number b { font-size: clamp(4rem, 7vw, 6.5rem); font-weight: 600; letter-spacing: -.085em; line-height: .8; }
.history-number span { margin-top: 12px; color: #c9d5fb; font-size: 10px; }
.history-week { display: flex; align-items: end; gap: 10px; height: 128px; }
.history-week span { display: grid; flex: 1; grid-template-rows: 1fr auto; align-items: end; gap: 8px; height: 100%; }
.history-week i { width: 100%; height: var(--score); min-height: 12px; border-radius: 9px 9px 3px 3px; background: rgba(203,220,255,.7); }
.history-week .attention i { background: #f0b966; }
.history-week b { color: #cad5f8; font-size: 7px; text-align: center; }

.refill-art { position: absolute; right: 42px; bottom: 44px; left: 42px; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 14px; padding: 22px; border: 1px solid rgba(255,255,255,.8); border-radius: 25px; background: rgba(255,255,255,.72); box-shadow: 0 18px 45px rgba(41,46,105,.1); backdrop-filter: blur(16px); }
.refill-icon { grid-row: span 2; width: 56px; }
.refill-icon img { border-radius: 17px; }
.refill-art > div:nth-child(2) { display: grid; }
.refill-art span { color: var(--muted); font-size: 9px; }
.refill-art b { font-size: 15px; }
.refill-meter { grid-column: 1 / -1; height: 8px; overflow: hidden; border-radius: 99px; background: #dce2ee; }
.refill-meter i { display: block; width: 42%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--amber), #e2ad60); }
.refill-art > small { grid-column: 1 / -1; color: #8b6a3f; font-size: 8px; }

.health { width: min(1260px, calc(100% - 38px)); }
.health-shell { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 760px; overflow: hidden; border-radius: 44px; background: linear-gradient(140deg, #edf5f3, #e6f1ed 50%, #dce9f2); box-shadow: 0 28px 85px rgba(26,61,73,.09); }
.health-copy { align-self: center; padding: clamp(52px, 7vw, 90px); }
.health-compatibility { display: inline-flex; align-items: center; gap: 9px; }
.health-compatibility span { width: 8px; height: 8px; overflow: hidden; border-radius: 50%; color: transparent; background: var(--emerald); box-shadow: 0 0 0 5px rgba(39,131,99,.11); }
.health-copy h2 { font-size: clamp(3rem, 5.3vw, 5rem); }
.health-copy > p:not(.eyebrow) { margin: 24px 0 25px; color: #587069; font-size: 15px; line-height: 1.7; }
.health-copy ul { display: grid; gap: 12px; margin: 0 0 24px; padding: 0; list-style: none; }
.health-copy li { display: flex; align-items: center; gap: 10px; color: #294b41; font-size: 12px; font-weight: 650; }
.health-copy li span { display: grid; place-items: center; width: 21px; height: 21px; border-radius: 50%; color: #fff; background: var(--emerald); font-size: 9px; }
.health-copy > small { color: #71857f; font-size: 9px; }
.health-device { position: relative; min-height: 760px; overflow: hidden; }
.health-device::before { position: absolute; top: 10%; left: 3%; width: 86%; aspect-ratio: 1; border: 1px solid rgba(43,108,88,.14); border-radius: 50%; content: ""; box-shadow: 0 0 0 70px rgba(255,255,255,.12), 0 0 0 140px rgba(255,255,255,.08); }
.health-phone { position: absolute; z-index: 2; right: 11%; bottom: -155px; width: 355px; height: 770px; overflow: hidden; border: 9px solid #0c1118; border-radius: 60px; background: #f4f6f9; box-shadow: 0 45px 90px rgba(25,53,62,.23); transform: rotate(5deg); }
.health-phone-top { position: absolute; z-index: 3; top: 12px; left: 50%; width: 100px; height: 27px; border-radius: 20px; background: #07090d; transform: translateX(-50%); }
.health-phone img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.health-callout { position: absolute; z-index: 5; display: flex; align-items: center; gap: 11px; padding: 14px 17px; border: 1px solid rgba(255,255,255,.8); border-radius: 20px; background: rgba(255,255,255,.83); box-shadow: 0 19px 43px rgba(27,67,60,.13); backdrop-filter: blur(14px); }
.health-callout > span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 11px; color: #fff; background: var(--emerald); font-size: 12px; font-weight: 900; }
.health-callout div { display: grid; }
.health-callout small { color: #7b928b; font-size: 7px; font-weight: 800; letter-spacing: .1em; }
.health-callout b { font-size: 10px; }
.callout-access { top: 22%; left: 3%; }
.callout-access > span { color: var(--emerald); background: #fff; box-shadow: 0 5px 13px rgba(32,66,61,.1); }
.callout-synced { right: 5%; bottom: 18%; }

.human-connection { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: clamp(45px, 8vw, 110px); padding: clamp(130px, 15vw, 200px) 0 0; }
.connection-photo { position: relative; min-height: 690px; overflow: hidden; border-radius: 40px; background: #e8edf3; box-shadow: 0 30px 75px rgba(24,42,72,.13); }
.connection-photo::after { position: absolute; inset: 0; background: linear-gradient(to top, rgba(7,15,26,.33), transparent 38%); content: ""; }
.connection-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 34%; }
.connection-photo > span { position: absolute; z-index: 2; right: 28px; bottom: 27px; left: 28px; display: flex; align-items: center; gap: 10px; color: #f6f9ff; font-size: 11px; font-weight: 700; }
.connection-photo > span i { width: 28px; height: 1px; background: rgba(255,255,255,.72); }
.connection-copy { max-width: 570px; }
.connection-copy h2 { margin: 0; font-size: clamp(3.2rem, 5.8vw, 5.5rem); font-weight: 650; line-height: .96; }
.connection-copy h2 em { color: var(--cobalt); font-style: normal; }
.connection-copy > p:not(.eyebrow) { margin: 26px 0 32px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.connection-note { display: flex; align-items: center; gap: 13px; padding: 17px 18px; border: 1px solid #dbe3ee; border-radius: 20px; background: rgba(255,255,255,.6); }
.connection-note > span { display: grid; flex: 0 0 auto; place-items: center; width: 36px; height: 36px; border-radius: 50%; color: #fff; background: var(--emerald); font-size: 12px; font-weight: 900; box-shadow: 0 7px 16px rgba(39,131,99,.18); }
.connection-note div { display: grid; }
.connection-note b { font-size: 11px; }
.connection-note small { margin-top: 3px; color: var(--muted); font-size: 9px; }

.privacy { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; min-height: 680px; margin-top: clamp(110px, 13vw, 180px); overflow: hidden; border-radius: 44px; color: #f1f5ff; background: radial-gradient(circle at 85% 20%, rgba(53,96,218,.35), transparent 30%), linear-gradient(135deg, #101a2d, #060b13 68%); box-shadow: 0 34px 90px rgba(8,16,31,.2); }
.privacy-copy { position: relative; z-index: 2; padding: clamp(52px, 7vw, 92px); }
.privacy-copy .eyebrow { color: #88aaff; }
.privacy-copy h2 { color: #f3f6ff; font-size: clamp(3rem, 5.8vw, 5.3rem); }
.privacy-copy h2 em { color: #87a8ff; }
.privacy-copy > p:not(.eyebrow) { max-width: 600px; margin: 25px 0 36px; color: #a6b2ca; font-size: 15px; line-height: 1.7; }
.privacy-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.1); }
.privacy-points span { display: grid; }
.privacy-points b { font-size: 11px; }
.privacy-points small { margin-top: 4px; color: #7f8da7; font-size: 8px; }
.privacy-icon { position: relative; z-index: 2; width: min(330px, 73%); justify-self: center; filter: drop-shadow(0 40px 45px rgba(0,0,0,.42)); transform: rotate(7deg); }
.privacy-icon img { border-radius: 30%; }
.privacy-orbit { position: absolute; z-index: 1; top: 50%; right: -2%; width: 47%; aspect-ratio: 1; transform: translateY(-50%); }
.privacy-orbit i { position: absolute; inset: 0; border: 1px solid rgba(112,145,233,.17); border-radius: 50%; }
.privacy-orbit i:nth-child(2) { inset: 12%; }
.privacy-orbit i:nth-child(3) { inset: 25%; border-color: rgba(110,221,242,.19); }

.steps { padding: clamp(130px, 15vw, 200px) 0; }
.steps .section-intro { margin-bottom: 65px; }
.steps-list { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.steps-list li { display: grid; grid-template-columns: 90px 1fr; gap: 20px; align-items: start; padding: 38px 10px; border-bottom: 1px solid var(--line); }
.steps-list > li > span { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid #cad4e4; border-radius: 50%; color: var(--cobalt); font-size: 12px; font-weight: 800; }
.steps-list div { display: grid; grid-template-columns: 1fr 1fr; align-items: baseline; gap: 40px; }
.steps-list h3 { margin: 0; font-size: clamp(1.45rem, 2.7vw, 2.2rem); font-weight: 650; }
.steps-list p { max-width: 370px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }

.beta { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; min-height: 560px; margin-bottom: 42px; overflow: hidden; border-radius: 44px; color: var(--white); background: linear-gradient(135deg, #315fd9, #2444af 56%, #252d84); box-shadow: 0 34px 90px rgba(31,67,169,.25); }
.beta-glow { position: absolute; top: -30%; left: -8%; width: 55%; aspect-ratio: 1; border-radius: 50%; background: rgba(111,221,243,.28); filter: blur(70px); }
.beta::after { position: absolute; right: -16%; bottom: -75%; width: 70%; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.04), 0 0 0 140px rgba(255,255,255,.025); content: ""; }
.beta-mark { position: relative; z-index: 2; width: min(300px, 70%); justify-self: center; filter: drop-shadow(0 35px 40px rgba(10,24,77,.35)); transform: rotate(-7deg); }
.beta-mark img { border-radius: 30%; }
.beta-copy { position: relative; z-index: 2; padding: 65px 80px 65px 30px; }
.beta-copy .eyebrow { color: #b9ceff; }
.beta h2 { color: #f6f8ff; font-size: clamp(3.2rem, 6vw, 5.8rem); }
.beta-copy > p:not(.eyebrow) { max-width: 510px; margin: 24px 0 27px; color: #cbd6fa; font-size: 15px; line-height: 1.65; }
.button-light { color: var(--cobalt); background: #f8faff; box-shadow: 0 14px 30px rgba(12,32,90,.17); }
.button-light:hover { transform: translateY(-2px); box-shadow: 0 18px 38px rgba(12,32,90,.24); }
.beta-copy > small { display: block; margin-top: 18px; color: #a9bceb; font-size: 8px; }

footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; width: min(1180px, calc(100% - 40px)); min-height: 118px; margin: auto; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; }
.footer-brand img { width: 31px; height: 31px; }
footer > p { margin: 0; }
.footer-meta { display: flex; justify-self: end; gap: 20px; }
footer a:hover { color: var(--cobalt); }

.legal-page .site-header { border-color: color-mix(in srgb, var(--line), transparent 30%); background: color-mix(in srgb, var(--paper), transparent 8%); backdrop-filter: blur(22px) saturate(160%); }
.legal-main { width: min(1120px, calc(100% - 40px)); margin: auto; padding: clamp(140px, 14vw, 180px) 0 clamp(90px, 10vw, 140px); }
.legal-hero { display: grid; grid-template-columns: .7fr 1.3fr; align-items: end; gap: clamp(40px, 8vw, 110px); padding-bottom: clamp(50px, 7vw, 82px); border-bottom: 1px solid var(--line); }
.legal-hero-copy { max-width: 720px; }
.legal-hero .eyebrow { margin-bottom: 22px; }
.legal-hero h1 { margin: 0; font-size: clamp(3.5rem, 7vw, 6.8rem); font-weight: 650; letter-spacing: 0; line-height: .94; }
.legal-hero h1 em { display: block; }
.legal-summary { max-width: 600px; margin: 28px 0 0; color: var(--muted); font-size: clamp(1rem, 1.5vw, 1.18rem); line-height: 1.65; }
.legal-effective { align-self: end; margin: 0 0 6px; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.legal-layout { display: grid; grid-template-columns: 210px minmax(0, 760px); justify-content: space-between; gap: clamp(54px, 8vw, 110px); padding-top: clamp(52px, 7vw, 82px); }
.legal-toc { position: sticky; top: 108px; align-self: start; display: grid; gap: 4px; }
.legal-toc > span { margin-bottom: 10px; color: #8a95a7; font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.legal-toc a { padding: 8px 0; color: var(--muted); font-size: 11px; font-weight: 650; line-height: 1.35; transition: color 180ms ease, transform 180ms ease; }
.legal-toc a:hover { color: var(--cobalt); transform: translateX(3px); }
.legal-copy { min-width: 0; }
.legal-copy section { padding: 0 0 38px; margin: 0 0 38px; border-bottom: 1px solid var(--line); scroll-margin-top: 105px; }
.legal-copy section:last-child { margin-bottom: 0; }
.legal-copy h2 { margin: 0 0 18px; color: var(--ink); font-size: clamp(1.45rem, 2.5vw, 2rem); font-weight: 700; letter-spacing: 0; line-height: 1.2; }
.legal-copy h3 { margin: 26px 0 10px; font-size: 1rem; letter-spacing: 0; }
.legal-copy p, .legal-copy li { color: #566176; font-size: 14px; line-height: 1.8; }
.legal-copy p { margin-bottom: 15px; }
.legal-copy ul { display: grid; gap: 8px; margin: 16px 0; padding-left: 20px; }
.legal-copy a { color: var(--cobalt); font-weight: 650; text-decoration: underline; text-decoration-color: color-mix(in srgb, var(--cobalt), transparent 65%); text-underline-offset: 3px; }
.legal-callout { margin: 4px 0 42px; padding: 24px 26px; border-radius: 24px; color: #294b41; background: #e6f1ed; }
.legal-callout b { display: block; margin-bottom: 7px; color: #173e34; font-size: 13px; }
.legal-callout p { margin: 0; color: #45665d; }
.legal-note { padding: 20px 22px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.58); }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s cubic-bezier(.22,1,.36,1), transform .8s cubic-bezier(.22,1,.36,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.experience-grid .reveal:nth-child(2), .steps-list .reveal:nth-child(2) { transition-delay: .08s; }
.experience-grid .reveal:nth-child(3), .steps-list .reveal:nth-child(3) { transition-delay: .16s; }
.experience-grid .reveal:nth-child(4) { transition-delay: .24s; }

@media (max-width: 1000px) {
  .hero-canvas { height: 690px; }
  .phone-left { left: calc(50% - 310px); }
  .phone-right { right: calc(50% - 315px); }
  .reminder-float { left: 24px; }
  .health-float { right: 23px; }
  .experience-grid { grid-template-columns: 1fr; }
  .story-card { min-height: 590px; }
  .story-today, .story-reminders { min-height: 630px; }
  .health-shell { grid-template-columns: 1fr 1fr; }
  .health-copy { padding: 55px 38px; }
  .privacy-copy { padding: 60px 45px; }
}

@media (max-width: 900px) {
  .phone-left { left: calc(50% - 305px); }
  .phone-right { right: calc(50% - 305px); }
  .reminder-float { left: max(24px, calc(50% - 330px)); width: 260px; }
  .health-float { right: max(24px, calc(50% - 330px)); width: 260px; }
  .capsule-mark { display: none; }
  .canvas-note { left: 50%; transform: translateX(-50%); white-space: nowrap; }
  .health-shell { grid-template-columns: 1fr; min-height: 1160px; }
  .health-copy { max-width: 680px; padding: 64px 54px 18px; }
  .health-device { min-height: 650px; }
  .health-phone { right: 50%; bottom: -175px; transform: translateX(50%) rotate(3deg); }
  .callout-access { top: 16%; left: max(20px, calc(50% - 250px)); }
  .callout-synced { right: max(20px, calc(50% - 250px)); bottom: 17%; }
  .human-connection { grid-template-columns: 1fr; gap: 64px; }
  .connection-photo { min-height: min(720px, 88vw); }
  .connection-copy { max-width: 680px; padding-inline: 24px; }
  .privacy { grid-template-columns: 1fr; min-height: 940px; }
  .privacy-copy { max-width: 720px; padding: 70px 58px 24px; }
  .privacy-icon { width: 245px; margin-bottom: 64px; }
  .privacy-orbit { top: auto; right: 50%; bottom: -13%; width: 90%; transform: translateX(50%); }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 68px; }
  .nav-shell { grid-template-columns: 1fr auto; width: min(100% - 28px, 1180px); height: calc(64px + env(safe-area-inset-top)); padding-top: env(safe-area-inset-top); }
  .nav-cta { display: none; }
  .menu-toggle { z-index: 3; display: grid; gap: 5px; width: 44px; height: 44px; padding: 14px 11px; border: 0; border-radius: 50%; background: #e6ebf4; cursor: pointer; }
  .menu-toggle > span:not(.sr-only) { height: 1.5px; background: var(--ink); transition: transform 180ms ease; }
  .menu-toggle[aria-expanded="true"] > span:first-child { transform: translateY(3.25px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { transform: translateY(-3.25px) rotate(-45deg); }
  .nav-links { position: absolute; top: calc(56px + env(safe-area-inset-top)); right: 14px; display: grid; gap: 0; width: min(280px, calc(100vw - 28px)); padding: 12px; border: 1px solid var(--line); border-radius: 20px; background: rgba(250,252,255,.96); box-shadow: 0 20px 50px rgba(13,28,57,.15); backdrop-filter: blur(20px); opacity: 0; pointer-events: none; transform: translateY(-8px); transition: 180ms ease; }
  .nav-links.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .nav-links a { display: flex; align-items: center; min-height: 48px; padding: 12px 10px; border-bottom: 1px solid #e7ebf2; }
  .nav-links a:last-child { border: 0; }
  .nav-links a::after { display: none; }
  .hero { width: calc(100% - 20px); padding-top: calc(120px + env(safe-area-inset-top)); }
  .hero h1 { font-size: clamp(3.4rem, 16vw, 5.2rem); }
  .hero-copy > p { padding: 0 14px; font-size: 1rem; }
  .hero-actions { flex-direction: column; gap: 18px; }
  .hero-canvas { height: 615px; margin-top: 52px; border-radius: 30px; }
  .phone-center { width: 275px; height: 565px; }
  .phone-left { left: calc(50% - 283px); bottom: -165px; width: 245px; height: 510px; }
  .phone-right { right: calc(50% - 283px); bottom: -165px; width: 245px; height: 510px; }
  .phone-frame { border-width: 7px; border-radius: 46px; }
  .reminder-float { top: 40px; left: 14px; width: 218px; padding: 11px; }
  .reminder-float img { width: 34px; height: 34px; }
  .health-float { top: 119px; right: 14px; width: 218px; }
  .canvas-note { bottom: 22px; max-width: 100%; font-size: 8px; }
  .trust-strip { grid-template-columns: 1fr; gap: 20px; margin-top: 33px; padding: 28px 0; }
  .trust-strip div { padding-bottom: 20px; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-strip div:last-child { padding: 0; }
  .section { width: calc(100% - 20px); }
  .life-moment { min-height: 720px; margin-top: 84px; border-radius: 30px; }
  .life-moment > img { object-position: 61% center; }
  .life-caption { right: 14px; bottom: 14px; left: 14px; width: auto; padding: 27px 25px; border-radius: 24px; }
  .life-caption h2 { font-size: 2.55rem; }
  .life-detail { top: 16px; right: 16px; }
  .experience { padding: 120px 0; }
  .section-intro { padding: 0 13px; text-align: left; }
  .section-intro h2, .health-copy h2, .privacy-copy h2 { font-size: clamp(2.9rem, 13vw, 4.2rem); }
  .section-intro > p:last-child { font-size: 14px; }
  .story-card { min-height: 610px; border-radius: 29px; }
  .story-copy { padding: 32px 28px; }
  .story-index { top: 35px; right: 28px; }
  .story-copy h3 { font-size: 2.35rem; }
  .story-today { min-height: 650px; }
  .schedule-art { right: -18px; bottom: -20px; width: 94%; }
  .story-reminders { min-height: 650px; }
  .history-art { grid-template-columns: 1fr; gap: 24px; padding: 15px 28px 36px; }
  .history-number b { font-size: 5rem; }
  .history-week { height: 88px; }
  .refill-art { right: 24px; bottom: 28px; left: 24px; }
  .health { width: calc(100% - 20px); }
  .health-shell { min-height: 1120px; border-radius: 30px; }
  .health-copy { padding: 50px 28px 28px; }
  .health-device { min-height: 610px; }
  .health-phone { right: 50%; bottom: -175px; width: 310px; height: 672px; transform: translateX(50%) rotate(3deg); }
  .callout-access { top: 15%; left: 9px; }
  .callout-synced { right: 10px; bottom: 16%; }
  .human-connection { gap: 58px; padding-top: 120px; }
  .connection-photo { min-height: 590px; border-radius: 30px; }
  .connection-copy { padding: 0 18px; }
  .connection-copy h2 { font-size: clamp(3rem, 13vw, 4.4rem); }
  .privacy { min-height: 830px; margin-top: 110px; border-radius: 30px; }
  .privacy-copy { padding: 50px 28px 10px; }
  .privacy-points { grid-template-columns: 1fr; gap: 18px; }
  .privacy-icon { width: 215px; align-self: center; margin-bottom: 50px; }
  .privacy-orbit { top: auto; right: 50%; bottom: -8%; width: 115%; transform: translateX(50%); }
  .steps { padding: 120px 0; }
  .steps .section-intro { margin-bottom: 45px; }
  .steps-list li { grid-template-columns: 52px 1fr; gap: 10px; padding: 28px 6px; }
  .steps-list div { grid-template-columns: 1fr; gap: 8px; }
  .steps-list p { font-size: 12px; }
  .beta { grid-template-columns: 1fr; min-height: 770px; border-radius: 30px; }
  .beta-mark { width: 190px; margin-top: 55px; }
  .beta-copy { padding: 35px 28px 60px; text-align: center; }
  .beta h2 { font-size: clamp(3rem, 13vw, 4.6rem); }
  footer { grid-template-columns: 1fr; justify-items: center; gap: 10px; min-height: 0; padding: 38px 12px calc(28px + env(safe-area-inset-bottom)); text-align: center; }
  .footer-brand { justify-self: center; }
  footer > p { display: block; margin: 2px 0 12px; font-size: 12px; line-height: 1.5; }
  .footer-meta { display: grid; grid-template-columns: repeat(2, max-content); justify-content: center; justify-self: stretch; gap: 2px 22px; width: 100%; padding-top: 16px; border-top: 1px solid var(--line); }
  .footer-meta > span { grid-column: 1 / -1; padding-top: 8px; }
  footer a { display: inline-flex; align-items: center; min-height: 44px; }
  .legal-main { width: calc(100% - 32px); padding-top: calc(118px + env(safe-area-inset-top)); }
  .legal-hero { grid-template-columns: 1fr; gap: 28px; }
  .legal-hero h1 { font-size: clamp(3.2rem, 15vw, 4.7rem); }
  .legal-effective { order: -1; }
  .legal-layout { grid-template-columns: 1fr; padding-top: 48px; }
  .legal-toc { position: static; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 4px 18px; padding: 18px 20px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.55); }
  .legal-toc > span { grid-column: 1 / -1; }
  .legal-toc a { display: flex; align-items: center; min-height: 44px; padding: 7px 0; }
  .legal-copy section { padding-bottom: 31px; margin-bottom: 31px; }
  .legal-copy p, .legal-copy li { font-size: 15px; line-height: 1.72; }
  .legal-callout { padding: 22px; border-radius: 22px; }
}

@media (max-width: 420px) {
  .hero-pill { max-width: calc(100% - 28px); font-size: 9px; }
  .hero-canvas { height: 590px; }
  .phone-center { width: 252px; height: 526px; }
  .phone-status { padding-top: 13px; }
  .today-head { padding-top: 10px; }
  .today-head b { font-size: 23px; }
  .reminder-float { left: 10px; width: 200px; }
  .health-float { top: 111px; right: 10px; width: 200px; }
  .health-float strong { font-size: 8px; }
  .canvas-note { display: none; }
  .story-card { min-height: 590px; }
  .story-today { min-height: 635px; }
  .story-reminders { min-height: 640px; }
  .story-history, .story-refills { min-height: 540px; }
  .notification-actions { gap: 5px; }
  .notification-actions span { padding: 7px 8px; }
  .health-shell { min-height: 1080px; }
  .life-caption { padding: 24px 21px; }
  .life-caption h2 { font-size: clamp(2.1rem, 10.5vw, 2.55rem); }
  .privacy-copy { padding-inline: 24px; }
  .beta-copy { padding-inline: 22px; }
}

@media (max-width: 350px) {
  .hero h1 { font-size: 3.1rem; }
  .hero-pill { padding-inline: 10px; }
  .phone-center { width: 238px; height: 505px; }
  .reminder-float { left: 9px; width: 205px; }
  .health-float { right: 7px; width: 176px; }
  .story-copy { padding-inline: 23px; }
  .story-copy h3 { font-size: 2.1rem; }
  .refill-art { right: 18px; left: 18px; }
  .footer-meta { column-gap: 14px; }
  .legal-main { width: calc(100% - 24px); }
  .legal-toc { grid-template-columns: 1fr; }
  .legal-toc > span { grid-column: 1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
}
