:root {
  --cream: #f7f6f1;
  --white: #ffffff;
  --ink: #17261f;
  --deep: #123b32;
  --mid: #3f725f;
  --soft: #ddebdc;
  --lime: #b9ed78;
  --line: rgba(23, 38, 31, 0.14);
  --radius: 30px;
  --max: 1240px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "DM Sans", sans-serif; font-size: 17px; line-height: 1.55; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3, .brand { font-family: "Manrope", sans-serif; }
h1 { max-width: 760px; margin-bottom: 30px; font-size: clamp(3.4rem, 6vw, 4.75rem); line-height: .98; letter-spacing: -.065em; font-weight: 600; }
h2 { margin-bottom: 24px; font-size: clamp(2.4rem, 4.5vw, 4rem); line-height: 1.04; letter-spacing: -.05em; font-weight: 550; }
h3 { margin-bottom: 10px; font-size: 1.3rem; line-height: 1.2; letter-spacing: -.025em; }
p { color: rgba(23,38,31,.72); }
small { display: block; color: rgba(23,38,31,.58); line-height: 1.45; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.site-header { position: fixed; z-index: 30; top: 16px; left: 50%; width: min(calc(100% - 32px), 1240px); height: 70px; padding: 0 18px 0 24px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border: 1px solid rgba(23,38,31,.08); border-radius: 22px; background: var(--cream); box-shadow: 0 10px 34px rgba(18,59,50,.08); transform: translateX(-50%); transition: .25s ease; }
.site-header.scrolled { top: 8px; box-shadow: 0 12px 40px rgba(18,59,50,.13); }
.brand { font-size: 1.7rem; font-weight: 700; letter-spacing: -.06em; }
.brand span, .app-brand span { color: var(--lime); }
.desktop-nav { display: flex; gap: 30px; font-size: .9rem; }
.desktop-nav a { color: rgba(23,38,31,.72); transition: color .2s; }
.desktop-nav a:hover { color: var(--deep); }
.site-header > .button { justify-self: end; }
.button { display: inline-flex; width: fit-content; align-items: center; justify-content: center; gap: 14px; padding: 17px 22px; border: 0; border-radius: 14px; color: white; background: var(--deep); font: 600 .94rem "DM Sans",sans-serif; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.button:hover { background: #1b5144; transform: translateY(-2px); }
.button-small { padding: 12px 17px; font-size: .84rem; }
.button-light { color: var(--deep); background: var(--lime); }
.button-light:hover { background: #caef9c; }
.menu-button, .mobile-nav { display: none; }
.section-pad { padding: 132px max(24px, calc((100vw - var(--max))/2)); }
.eyebrow { margin-bottom: 22px; color: var(--mid); font-size: .74rem; font-weight: 600; letter-spacing: .16em; }
.section-intro { max-width: 780px; }
.centered { margin-inline: auto; text-align: center; }
.centered > p:last-child { max-width: 650px; margin-inline: auto; }
.split-intro { max-width: none; display: grid; grid-template-columns: 1.45fr .75fr; gap: 80px; align-items: end; }
.split-intro > p { margin-bottom: 26px; font-size: 1.08rem; }

.hero { min-height: 860px; padding-top: 165px; padding-bottom: 58px; display: grid; grid-template-columns: 1.04fr .96fr; gap: 72px; align-items: center; overflow: hidden; }
.hero-copy { padding-bottom: 56px; }
.hero-lead { max-width: 650px; margin-bottom: 14px; color: var(--ink); font-size: 1.25rem; }
.hero-copy > p:not(.eyebrow) { max-width: 640px; }
.hero-copy .button { margin-top: 18px; }
.hero-copy small { max-width: 520px; margin-top: 14px; }
.hero-visual { display:block; width:100%; border-radius:42px; overflow:hidden; background:var(--soft); box-shadow:0 24px 70px rgba(18,59,50,.12); }
.hero-visual img { display:block; width:100%; height:auto; aspect-ratio:1672/941; object-fit:cover; }
.phone-shell { position: relative; z-index: 2; width: 300px; min-height: 535px; padding: 18px 20px 24px; border: 7px solid var(--deep); border-radius: 42px; background: var(--cream); box-shadow: 0 28px 70px rgba(18,59,50,.22); transform: rotate(2deg); }
.phone-top { display:flex; justify-content:space-between; font-size:.56rem; margin-bottom:20px; }
.app-brand { font: 700 1.05rem "Manrope",sans-serif; letter-spacing:-.05em; }
.app-kicker { margin: 30px 0 6px; color: var(--mid); font-size:.6rem; font-weight:700; letter-spacing:.15em; }
.phone-shell h2 { margin-bottom: 8px; font-size: 2rem; }
.phone-shell > p:not(.app-kicker) { font-size: .78rem; }
.progress-card, .next-card { margin-top: 22px; padding: 16px; border-radius: 18px; background: white; box-shadow: 0 8px 20px rgba(18,59,50,.06); }
.progress-head, .metric-row { display:flex; justify-content:space-between; align-items:center; font-size:.72rem; }
.progress-track { height:7px; margin: 12px 0 15px; border-radius:9px; background:var(--soft); overflow:hidden; }
.progress-track span { display:block; width:78%; height:100%; background:var(--mid); }
.metric-row b { color:var(--mid); }
.next-card { display:flex; gap:12px; align-items:center; }
.next-card span:last-child { display:grid; }
.next-card small { font-size:.48rem; letter-spacing:.08em; }
.next-card strong { font-size:.65rem; }
.calendar-icon { display:grid; place-items:center; width:37px; height:37px; border-radius:10px; background:var(--lime); font-size:.68rem; font-weight:700; }
.phone-shell button { width:100%; margin-top:22px; padding:14px; border:0; border-radius:12px; color:white; background:var(--deep); font-weight:600; }
.visual-note { position:absolute; z-index:3; display:flex; gap:12px; align-items:center; padding:14px 16px; border-radius:16px; background:white; box-shadow:0 14px 36px rgba(18,59,50,.14); font-size:.7rem; line-height:1.35; }
.note-top { top: 80px; left: 28px; }
.note-bottom { right: 22px; bottom: 80px; }
.status-dot { width:10px; height:10px; border-radius:50%; background:var(--lime); box-shadow:0 0 0 5px var(--soft); }
.note-icon { display:grid; place-items:center; width:30px; height:30px; border-radius:50%; background:var(--soft); font-size:1rem; }
.proof-line { grid-column: 1/-1; min-height: 66px; display:flex; justify-content:center; align-items:center; gap:28px; border-top:1px solid var(--line); border-bottom:1px solid var(--line); font-size:.86rem; color:rgba(23,38,31,.65); }
.proof-line i { width:4px; height:4px; border-radius:50%; background:var(--mid); }

.connected-journey { background:white; }
.section-pill { width:fit-content; margin:0 0 28px; padding:12px 20px; border:1px solid var(--line); border-radius:999px; color:var(--deep); background:#edf2eb; font-size:.72rem; font-weight:700; letter-spacing:.16em; }
.connected-heading { max-width:1000px; }
.connected-heading h2 { max-width:980px; font-family:"DM Serif Display",Georgia,serif; font-weight:400; letter-spacing:-.035em; }
.connected-heading > p:last-child { max-width:970px; margin:52px 0 0; font-size:1.22rem; letter-spacing:.035em; }
.connected-grid { margin-top:62px; display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); }
.connected-item { min-width:0; padding:0 34px 24px 36px; border-left:1px solid var(--line); }
.connected-item:first-child { padding-left:0; border-left:0; }
.connected-dot { display:block; width:8px; height:8px; margin-bottom:17px; border-radius:50%; background:var(--lime); }
.connected-number { display:block; margin-bottom:24px; color:var(--deep); font-size:.74rem; font-weight:700; letter-spacing:.1em; }
.connected-item h3 { margin-bottom:44px; color:var(--deep); font-size:1.72rem; }
.connected-item p { margin:0; color:rgba(23,38,31,.62); font-size:.98rem; letter-spacing:.025em; }
.journey-grid { margin-top:70px; display:grid; grid-template-columns:1.15fr .85fr; grid-template-rows:1fr 1fr; gap:20px; }
.feature-card { min-height:260px; padding:34px; display:flex; flex-direction:column; justify-content:space-between; border-radius:var(--radius); background:white; }
.feature-card.large { grid-row:1/3; min-height:540px; background:var(--soft); }
.feature-card.lime { background:var(--lime); }
.feature-icon { display:grid; place-items:center; width:54px; height:54px; border-radius:50%; color:white; background:var(--deep); font-size:1.35rem; }
.feature-card.large .feature-icon { width:72px; height:72px; font-size:1.8rem; }
.journey-app-visual { min-height:300px; margin:-12px -4px 24px; display:grid; place-items:center; overflow:hidden; }
.journey-app-visual img { display:block; width:auto; height:330px; object-fit:contain; filter:drop-shadow(0 22px 26px rgba(18,59,50,.16)); }
.feature-card.large h3 { max-width:400px; font-size:2.25rem; }
.feature-card p { margin-bottom:0; }
.how { color:var(--ink); background:var(--cream); }
.how-heading { max-width:1000px; }
.how-heading h2 { max-width:950px; margin-bottom:14px; font-family:"DM Serif Display",Georgia,serif; font-weight:400; letter-spacing:-.035em; }
.how-heading > p:last-child { margin:0; color:rgba(23,38,31,.58); font-size:1.14rem; letter-spacing:.035em; }
.steps { margin:64px 0 0; padding:0; list-style:none; display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:40px; }
.steps li { position:relative; min-width:0; min-height:340px; padding:28px 26px 32px; display:flex; flex-direction:column; gap:24px; border:1px solid var(--line); border-radius:28px; background:white; }
.steps li:not(:last-child)::after { content:"→"; position:absolute; z-index:2; top:50%; right:-29px; width:32px; height:32px; display:grid; place-items:center; border-radius:50%; color:var(--deep); background:#d5f628; font-weight:700; transform:translateY(-50%); }
.step-top { display:flex; align-items:center; justify-content:space-between; gap:18px; }
.step-number { color:var(--deep); font-size:.72rem; font-weight:700; letter-spacing:.1em; }
.step-icon { display:grid; place-items:center; width:64px; height:64px; flex:0 0 64px; border-radius:20px; color:var(--deep); background:#edf2eb; }
.step-icon svg { width:34px; height:34px; fill:none; stroke:currentColor; stroke-width:1.7; stroke-linecap:round; stroke-linejoin:round; }
.steps h3 { margin-bottom:60px; color:var(--deep); font-size:1.5rem; }
.steps p { margin:0; color:rgba(23,38,31,.6); font-size:.94rem; letter-spacing:.025em; }
.technology { background:white; }
.technology-panel { min-height:620px; display:grid; grid-template-columns:.82fr 1.18fr; border-radius:40px; background:white; overflow:visible; box-shadow:0 18px 60px rgba(18,59,50,.07); }
.technology-phone { min-height:620px; padding:36px 28px; display:grid; place-items:center; background:white; overflow:visible; border-radius:40px 0 0 40px; }
.technology-phone img { display:block; width:100%; height:auto; max-width:520px; margin:0 auto; object-fit:contain; filter:none; }
.technology-copy { padding:70px; align-self:center; }
.technology-copy > p:not(.eyebrow) { max-width:650px; font-size:1.08rem; }
.technology-features { margin-top:42px; display:grid; grid-template-columns:1fr 1fr; gap:26px 34px; }
.technology-features div { display:flex; gap:12px; align-items:center; }
.technology-features span { flex:0 0 auto; display:grid; place-items:center; width:38px; height:38px; border-radius:50%; color:var(--deep); background:var(--soft); font-size:.9rem; }
.technology-features strong { font:600 .88rem "DM Sans",sans-serif; }
.technology-action { margin-top:46px; display:flex; align-items:center; justify-content:space-between; gap:28px; }
.hand-note { max-width:170px; color:var(--mid); font:500 1.05rem/1.3 cursive; transform:rotate(-4deg); }
.medical { background:white; }
.medical-panel { display:grid; grid-template-columns:.9fr 1.1fr; border-radius:40px; overflow:hidden; background:var(--cream); }
.doctor-portrait { position:relative; min-height:600px; margin:0; color:white; background:var(--mid); overflow:hidden; }
.doctor-portrait img { display:block; width:100%; height:100%; min-height:600px; object-fit:cover; object-position:center top; }
.doctor-portrait figcaption { position:absolute; left:28px; bottom:26px; padding:10px 14px; border-radius:10px; color:white; background:rgba(18,59,50,.9); font-size:.78rem; }
.portrait-monogram { align-self:center; margin:auto 0; display:grid; place-items:center; width:220px; height:220px; border:1px solid rgba(255,255,255,.42); border-radius:50%; font:500 4.5rem "Manrope",sans-serif; letter-spacing:-.08em; }
.doctor-portrait p { margin:0; color:rgba(255,255,255,.7); }
.medical-copy { padding:72px; align-self:center; }
.medical-copy > p:not(.eyebrow) { max-width:620px; font-size:1.08rem; }
.doctor-info { margin-top:38px; display:grid; }
.doctor-info strong { font-size:1.2rem; }
.doctor-info span { color:var(--mid); }
.medical-copy ul { margin:30px 0 0; padding:24px 0 0; border-top:1px solid var(--line); list-style:none; display:grid; gap:10px; color:rgba(23,38,31,.65); font-size:.9rem; }
.medical-copy li::before { content:"•"; margin-right:10px; color:var(--mid); }
.stories { background:var(--soft); }
.story-grid { margin-top:70px; display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.story-grid blockquote { margin:0; min-height:270px; padding:34px; display:flex; align-items:flex-end; border-radius:var(--radius); background:white; font:500 1.28rem/1.45 "Manrope",sans-serif; letter-spacing:-.02em; }
.preview-note { margin:24px auto 0; text-align:center; font-size:.78rem; opacity:.7; }
.why-list { margin-top:70px; border-top:1px solid var(--line); }
.why-list article { padding:32px 0; display:grid; grid-template-columns:80px .7fr 1fr; gap:40px; align-items:center; border-bottom:1px solid var(--line); }
.why-list article > span { color:var(--mid); font-size:.74rem; }
.why-list h3, .why-list p { margin:0; }
.included { background:white; }
.included-layout { display:grid; grid-template-columns:1fr 1fr; gap:100px; }
.included-left { display:grid; gap:44px; }
.included-kit { margin:0; aspect-ratio:1.06; border-radius:30px; overflow:hidden; background:var(--cream); box-shadow:0 18px 52px rgba(18,59,50,.1); }
.included-kit img { display:block; width:100%; height:100%; object-fit:cover; transform:scale(1.006); }
.check-list { margin:0; padding:0; list-style:none; display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.check-list li { min-height:86px; padding:18px; display:flex; gap:13px; align-items:center; border-radius:16px; background:var(--cream); font-size:.92rem; }
.check-list li svg { flex:0 0 27px; width:27px; height:27px; padding:5px; border:1px solid rgba(63,114,95,.28); border-radius:50%; color:var(--mid); fill:none; stroke:currentColor; stroke-width:1.65; stroke-linecap:round; stroke-linejoin:round; }
.check-list li span { min-width:0; }
.included-note { margin:40px 0 0 auto; max-width:600px; font-size:.78rem; }
.science { background:var(--cream); }
.science-opening { display:grid; grid-template-columns:1fr .8fr; gap:90px; align-items:end; }
.mechanism { min-height:150px; padding:28px; display:flex; align-items:center; justify-content:center; gap:18px; border-radius:var(--radius); background:var(--soft); font:600 .9rem "Manrope",sans-serif; }
.mechanism i { width:5px; height:5px; border-radius:50%; background:var(--mid); }
.chart-card { margin:80px 0 0; padding:42px; border-radius:36px; background:white; box-shadow:0 18px 60px rgba(18,59,50,.07); }
.chart-card figcaption { display:grid; margin-bottom:45px; }
.chart-card figcaption span { margin-bottom:10px; color:var(--mid); font-size:.7rem; font-weight:700; letter-spacing:.13em; }
.chart-card figcaption strong { font:600 1.55rem "Manrope",sans-serif; }
.chart-card figcaption small { margin-top:4px; }
.bar-chart { display:grid; gap:18px; }
.bar-row { display:grid; grid-template-columns:90px 1fr 70px; gap:16px; align-items:center; font-size:.86rem; }
.bar-row > div { height:30px; border-radius:8px; background:var(--cream); overflow:hidden; }
.bar-row i { display:block; width:var(--value); height:100%; background:var(--mid); }
.bar-row:last-child i { background:var(--lime); }
.bar-row strong { text-align:right; }
.chart-foot { margin:28px 0 0; font-size:.76rem; }
.science-second { max-width:860px; margin:130px auto 0; text-align:center; }
.science-second p { max-width:700px; margin-inline:auto; }
.science-image-card { margin:80px 0 0; }
.science-image-card picture, .science-image-card img { display:block; width:100%; }
.science-image-card img { height:auto; border-radius:34px; box-shadow:0 18px 60px rgba(18,59,50,.1); }
.science-image-card figcaption { margin-top:14px; color:rgba(23,38,31,.55); font-size:.76rem; }
.line-chart { position:relative; height:360px; padding:0 90px 30px 54px; }
.line-chart svg { width:100%; height:100%; overflow:visible; }
.grid line { stroke:rgba(23,38,31,.12); stroke-width:1; }
.lead-line, .continue-line, .stop-line { fill:none; stroke-width:7; stroke-linecap:round; }
.lead-line, .continue-line { stroke:var(--mid); }
.stop-line { stroke:#9ba9a1; stroke-dasharray:11 12; }
.join { fill:var(--lime); stroke:white; stroke-width:4; }
.chart-y { position:absolute; inset:0 auto 30px 0; display:flex; flex-direction:column; justify-content:space-between; color:rgba(23,38,31,.48); font-size:.7rem; }
.chart-x { position:absolute; left:54px; right:90px; bottom:0; display:flex; justify-content:space-between; color:rgba(23,38,31,.48); font-size:.7rem; }
.line-label { position:absolute; right:0; display:grid; line-height:1.15; }
.line-label.continue { bottom:35px; color:var(--mid); }
.line-label.stop { top:90px; color:#7a8981; }
.line-label span { font-size:.68rem; }
.science-conclusion { max-width:890px; margin:95px auto 0; padding:0; border:0; text-align:center; font:500 clamp(1.65rem,3vw,2.7rem)/1.3 "Manrope",sans-serif; letter-spacing:-.035em; }
.science-cta { margin-top:42px; display:flex; justify-content:center; }
.references { margin-top:100px; padding-top:28px; border-top:1px solid var(--line); display:grid; grid-template-columns:1fr 1fr 1.6fr; gap:28px; }
.references p { margin:0; font-size:.68rem; line-height:1.55; }
.faq { background:white; }
.faq-list { max-width:900px; margin:70px auto 0; border-top:1px solid var(--line); }
.faq-list details { border-bottom:1px solid var(--line); }
.faq-list summary { padding:26px 0; display:flex; justify-content:space-between; gap:30px; align-items:center; cursor:pointer; list-style:none; font:500 1.08rem "Manrope",sans-serif; }
.faq-list summary::-webkit-details-marker { display:none; }
.faq-list summary span { flex:0 0 auto; display:grid; place-items:center; width:34px; height:34px; border-radius:50%; background:var(--cream); font-size:1.3rem; transition:transform .25s; }
.faq-list details[open] summary span { transform:rotate(45deg); }
.faq-list details p { max-width:750px; margin:-8px 60px 26px 0; }
.final-cta { padding-top:100px; padding-bottom:100px; background:white; }
.final-panel { min-height:500px; display:grid; grid-template-columns:.85fr 1.15fr; border-radius:42px; color:var(--ink); background:var(--cream); overflow:hidden; }
.final-copy { padding:70px; align-self:center; }
.final-panel .eyebrow { color:var(--mid); }
.final-panel h2 { max-width:650px; }
.final-panel p { max-width:560px; color:rgba(23,38,31,.7); }
.final-panel .button { margin-top:18px; }
.final-panel small { margin-top:16px; color:rgba(23,38,31,.55); }
.final-photo { min-height:500px; overflow:hidden; }
.final-photo img { display:block; width:100%; height:100%; min-height:500px; object-fit:cover; object-position:69% center; }
footer { padding:64px max(24px, calc((100vw - var(--max))/2)); display:grid; grid-template-columns:1.2fr 1fr .7fr; gap:48px; align-items:start; color:white; background:#0c2c25; }
.brand-light { color:white; }
.footer-brand p { max-width:390px; margin:14px 0 0; color:rgba(255,255,255,.58); }
footer nav { display:grid; grid-template-columns:1fr 1fr; gap:14px 28px; color:rgba(255,255,255,.72); font-size:.86rem; }
.footer-legal { display:flex; justify-content:flex-end; gap:24px; color:rgba(255,255,255,.58); font-size:.82rem; }
footer > small { grid-column:1/-1; padding-top:30px; border-top:1px solid rgba(255,255,255,.12); color:rgba(255,255,255,.42); }
.toast { position:fixed; z-index:50; left:50%; bottom:24px; max-width:calc(100% - 32px); padding:14px 18px; border-radius:14px; color:white; background:var(--ink); box-shadow:0 12px 30px rgba(0,0,0,.2); opacity:0; pointer-events:none; transform:translate(-50%,20px); transition:.25s; font-size:.86rem; }
.toast.show { opacity:1; transform:translate(-50%,0); }
.reveal { opacity:0; transform:translateY(18px); transition:opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity:1; transform:none; }

@media (max-width: 900px) {
  .site-header { grid-template-columns:1fr auto; }
  .desktop-nav, .site-header > .button { display:none; }
  .menu-button { display:grid; gap:4px; place-items:center; width:42px; height:42px; border:0; border-radius:12px; background:var(--soft); }
  .menu-button span:not(.sr-only) { width:18px; height:1.5px; background:var(--deep); }
  .mobile-nav { position:absolute; top:77px; left:0; right:0; padding:22px; display:none; gap:10px; border-radius:20px; background:var(--cream); box-shadow:0 18px 34px rgba(18,59,50,.13); }
  .mobile-nav.open { display:grid; }
  .mobile-nav a:not(.button) { padding:10px 4px; }
  .mobile-nav .button { width:100%; margin-top:8px; }
  .section-pad { padding:88px 24px; }
  .split-intro, .science-opening, .included-layout { grid-template-columns:1fr; gap:28px; }
  .hero { padding-top:130px; grid-template-columns:1fr; gap:32px; }
  .hero-copy { padding-bottom:10px; }
  .hero-visual { min-height:0; }
  .proof-line { padding:22px 0; flex-wrap:wrap; gap:12px 18px; }
  .connected-grid { grid-template-columns:1fr 1fr; gap:42px 0; }
  .connected-item:nth-child(3) { padding-left:0; border-left:0; }
  .journey-grid { grid-template-columns:1fr; grid-template-rows:auto; }
  .feature-card.large { grid-row:auto; min-height:390px; }
  .steps { grid-template-columns:1fr 1fr; gap:32px; }
  .steps li:not(:last-child)::after { display:none; }
  .technology-panel { grid-template-columns:1fr; }
  .technology-phone { min-height:0; padding:36px 28px 0; border-radius:30px 30px 0 0; }
  .technology-phone img { width:100%; height:auto; max-width:520px; }
  .technology-copy { padding:52px 36px; }
  .medical-panel { grid-template-columns:1fr; }
  .doctor-portrait, .doctor-portrait img { min-height:400px; }
  .medical-copy { padding:48px 34px; }
  .why-list article { grid-template-columns:50px 1fr; gap:20px; }
  .why-list article p { grid-column:2; }
  .science-opening { align-items:start; }
  .references { grid-template-columns:1fr; }
  .final-panel { grid-template-columns:1fr; }
  .final-photo { min-height:360px; grid-row:1; }
  .final-photo img { min-height:360px; }
  .final-copy { grid-row:2; }
  footer { grid-template-columns:1fr; }
  .footer-legal { justify-content:flex-start; flex-wrap:wrap; }
  footer > small { grid-column:auto; }
}

@media (max-width: 560px) {
  body { font-size:16px; }
  h1 { font-size:clamp(2.9rem,14vw,3.4rem); }
  h2 { font-size:clamp(2.25rem,11vw,3rem); }
  .section-pad { padding:78px 20px; }
  .site-header { width:calc(100% - 24px); top:10px; height:62px; padding-left:18px; }
  .hero { padding-top:112px; }
  .hero-copy .button { width:100%; }
  .hero-visual { min-height:0; border-radius:30px; }
  .hero-visual img { aspect-ratio:1122/1402; }
  .phone-shell { width:258px; min-height:470px; padding:15px 17px 20px; border-width:6px; }
  .phone-shell h2 { font-size:1.7rem; }
  .phone-shell > p:not(.app-kicker) { margin-bottom:8px; }
  .progress-card, .next-card { margin-top:14px; padding:13px; }
  .phone-shell button { margin-top:14px; }
  .visual-note { padding:11px 12px; font-size:.62rem; }
  .note-top { top:30px; left:8px; }
  .note-bottom { right:7px; bottom:27px; }
  .proof-line { justify-content:flex-start; }
  .proof-line i { display:none; }
  .proof-line span { width:100%; }
  .journey-grid, .story-grid, .why-list, .faq-list { margin-top:45px; }
  .connected-heading > p:last-child { margin-top:34px; font-size:1.04rem; }
  .connected-grid { margin-top:48px; grid-template-columns:1fr; gap:0; }
  .connected-item, .connected-item:first-child, .connected-item:nth-child(3) { padding:0 0 36px; margin-bottom:36px; border-left:0; border-bottom:1px solid var(--line); }
  .connected-item:last-child { margin-bottom:0; padding-bottom:0; border-bottom:0; }
  .connected-item h3 { margin-bottom:16px; font-size:1.55rem; }
  .connected-number { margin-bottom:16px; }
  .feature-card.large h3 { font-size:1.8rem; }
  .steps { grid-template-columns:1fr; gap:18px; margin-top:42px; }
  .steps li { min-height:260px; padding:24px; }
  .steps h3 { margin-bottom:32px; font-size:1.42rem; }
  .step-icon { width:58px; height:58px; flex-basis:58px; border-radius:17px; }
  .step-icon svg { width:30px; height:30px; }
  .section-pill { margin-bottom:22px; padding:10px 16px; font-size:.66rem; }
  .technology-panel { border-radius:30px; }
  .technology-phone { min-height:0; padding:28px 20px 0; }
  .technology-phone img { width:100%; height:auto; max-width:420px; margin:0 auto; }
  .technology-copy { padding:42px 24px; }
  .technology-features { grid-template-columns:1fr; gap:16px; }
  .technology-action { align-items:flex-start; flex-direction:column; }
  .technology-action .button { width:100%; }
  .doctor-portrait, .doctor-portrait img { min-height:430px; }
  .portrait-monogram { width:170px; height:170px; font-size:3.5rem; }
  .medical-copy { padding:40px 26px; }
  .story-grid blockquote { min-height:220px; }
  .check-list { grid-template-columns:1fr; }
  .mechanism { min-height:auto; padding:24px 18px; flex-wrap:wrap; gap:10px; }
  .chart-card { margin-top:52px; padding:26px 20px; border-radius:26px; overflow:hidden; }
  .science-image-card { margin-top:52px; }
  .science-image-card img { border-radius:26px; }
  .bar-row { grid-template-columns:58px 1fr 58px; gap:9px; font-size:.72rem; }
  .bar-row > div { height:24px; }
  .science-second { margin-top:88px; }
  .line-chart { height:300px; padding-right:0; padding-left:34px; }
  .chart-y { font-size:.6rem; }
  .chart-x { left:34px; right:0; font-size:.6rem; }
  .line-label { right:5px; padding:3px 5px; background:rgba(255,255,255,.85); font-size:.72rem; }
  .line-label.continue { bottom:40px; }
  .line-label.stop { top:82px; }
  .science-conclusion { margin-top:72px; }
  .references { margin-top:72px; }
  .faq-list summary { font-size:.98rem; }
  .final-cta { padding:70px 20px; }
  .final-panel { min-height:0; border-radius:30px; }
  .final-copy { padding:46px 22px; }
  .final-photo, .final-photo img { min-height:300px; }
  footer { padding:58px 20px; }
}

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

.results-gallery { margin-top:56px; display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:24px; }
.story-photo { margin:0; padding:16px; border-radius:24px; background:white; overflow:hidden; }
.story-photo img { display:block; width:100%; height:350px; object-fit:contain; border-radius:12px; }
.results-note { margin:24px auto 0; text-align:center; font-size:.875rem; }
@media (max-width:600px) {
 .results-gallery { grid-template-columns:1fr; gap:18px; margin-top:36px; }
 .story-photo { padding:10px; border-radius:20px; }
 .story-photo img { height:auto; max-height:380px; }
}
