:root {
  /* LOCKED CuidCare brand colors. Do not substitute other purple or orange hex values. */
  --brand-purple:#5b2397;
  --brand-purple-rgb:91 35 151;
  --brand-orange:#d97845;
  --brand-orange-rgb:217 120 69;
  --purple:var(--brand-purple);
  --purple-dark:color-mix(in srgb,var(--brand-purple) 76%,black);
  --purple-soft:color-mix(in srgb,var(--brand-purple) 8%,white);
  --purple-mid:color-mix(in srgb,var(--brand-purple) 62%,white);
  --purple-text:color-mix(in srgb,var(--brand-purple) 58%,var(--ink));
  --on-purple:color-mix(in srgb,var(--brand-purple) 8%,white);
  --orange:var(--brand-orange);
  --orange-hover:color-mix(in srgb,var(--brand-orange) 86%,black);
  --orange-light:color-mix(in srgb,var(--brand-orange) 58%,white);
  --orange-soft:color-mix(in srgb,var(--brand-orange) 13%,white);
  --ink:#4b4650;
  --muted:#605a63;
  --line:#e6ded8;
  --paper:#fffdfb;
  --warm:#f8f3ef;
  --page-gutter:clamp(20px,6vw,92px);
  --eyebrow-heading-gap:7px;
  --h1-heading-size:clamp(56px,5vw,64px);
  --major-heading-size:clamp(40px,4vw,48px);
}
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--paper); color:var(--ink); font-family:ui-rounded,'Avenir Next','Nunito Sans','Segoe UI',Arial,sans-serif; }
a { color:inherit; }
img { display:block; max-width:100%; }
h1,h2,h3,p { margin-top:0; }
h1,h2,h3 { color:var(--purple); font-family:Georgia,'Times New Roman',serif; font-weight:400; text-align:left; }
h1 { font-size:var(--h1-heading-size); line-height:1.05; letter-spacing:-.025em; }

.topbar { position:sticky; top:0; z-index:20; display:grid; grid-template-columns:1fr auto 1fr; align-items:center; min-height:76px; padding:10px var(--page-gutter); background:rgba(255,253,251,.96); border-bottom:1px solid rgb(var(--brand-purple-rgb)/.08); backdrop-filter:blur(14px); }
.brand img { width:190px; }
.navlinks { display:flex; gap:34px; font-size:14px; }
.navlinks a,footer a { text-decoration:none; }
.navlinks a:hover,footer a:hover { color:var(--orange); }
.topbar>.button { justify-self:end; }
.button { display:inline-flex; align-items:center; justify-content:center; min-height:48px; padding:0 24px; border-radius:9px; background:var(--orange); color:white; font-weight:800; text-decoration:none; box-shadow:0 9px 24px rgb(var(--brand-orange-rgb)/.24); }
.button-small { min-height:42px; padding-inline:19px; }
.button:hover { background:var(--orange-hover); }

.hero { position:relative; min-height:600px; overflow:hidden; isolation:isolate; }
.hero-image { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:center; z-index:-3; }
.hero-shade { position:absolute; inset:0; z-index:-2; background:linear-gradient(90deg,rgba(247,237,227,.98) 0%,rgba(247,237,227,.94) 38%,rgba(247,237,227,.45) 55%,transparent 69%); }
.hero-copy { width:min(540px,52%); padding:clamp(66px,8vw,112px) 0 70px max(var(--page-gutter),calc((100vw - 1120px)/2)); }
.hero h1 { max-width:490px; margin-bottom:24px; }
.hero-copy>p:not(.eyebrow) { margin-bottom:28px; font-size:clamp(19px,2vw,25px); line-height:1.5; }
.eyebrow { margin:0 0 var(--eyebrow-heading-gap); color:var(--orange); font-size:12px; font-weight:900; line-height:1.25; letter-spacing:.12em; text-align:left; text-transform:uppercase; }
.eyebrow.light { color:var(--orange-light); }

.founder { display:grid; grid-template-columns:minmax(240px,.75fr) 1.55fr; gap:clamp(30px,5vw,72px); align-items:center; width:min(1120px,calc(100% - 2 * var(--page-gutter))); margin:96px auto 0; padding:28px 56px 28px 28px; scroll-margin-top:172px; border:1px solid rgb(var(--brand-purple-rgb)/.07); border-radius:20px; background:linear-gradient(120deg,white,var(--purple-soft)); box-shadow:0 20px 60px rgb(var(--brand-purple-rgb)/.1); }
.founder img { width:100%; height:245px; object-fit:cover; object-position:center 28%; border-radius:14px; }
.founder h2 { margin-bottom:14px; font-size:var(--major-heading-size); line-height:1.03; }
.founder p { max-width:680px; line-height:1.65; }
.founder-note { margin:30px 0 0; padding:16px 18px; border-left:3px solid var(--orange); border-radius:0 10px 10px 0; background:rgba(255,255,255,.68); color:var(--purple); font-family:Georgia,serif; font-size:20px; line-height:1.4 !important; }
.signature { display:flex; flex-direction:column; margin:22px 0 0; }
.signature .signature-name { color:var(--purple); font-family:inherit; font-size:17px; font-weight:400; line-height:1.3; }
.signature .signature-role { color:var(--muted); font-size:13px; }
.care,.notes { width:min(1120px,calc(100% - 2 * var(--page-gutter))); margin:0 auto; padding:100px 0 84px; scroll-margin-top:76px; }
.care>h2 { max-width:800px; margin:0 0 13px; text-align:left; font-size:var(--major-heading-size); line-height:1.03; }
.section-intro { max-width:670px; margin:0 0 42px; text-align:left; color:var(--muted); font-size:18px; line-height:1.6; }
.care-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; }
.care-grid article { position:relative; min-height:220px; padding:24px; border:1px solid var(--line); border-radius:13px; background:#fff; }
.care-icon { position:relative; display:grid; place-items:center; width:48px; height:48px; margin:5px 0 29px 5px; border-radius:50%; background:var(--purple-soft); color:var(--purple); font-size:26px; box-shadow:0 0 0 5px rgb(var(--brand-orange-rgb)/.2); }
.care-icon-calendar::before { content:""; width:24px; height:22px; border:2px solid var(--purple); border-radius:4px; background:linear-gradient(var(--purple) 0 5px,transparent 5px); }
.care-icon-calendar::after { content:""; position:absolute; top:24px; left:17px; width:3px; height:3px; border-radius:50%; background:var(--purple); box-shadow:6px 0 var(--purple),0 6px var(--purple),6px 6px var(--purple); }
.care-icon-megaphone::before { content:""; width:27px; height:20px; background:var(--purple); clip-path:polygon(0 34%,76% 7%,76% 93%,0 66%); }
.care-icon-megaphone::after { content:""; position:absolute; top:27px; left:17px; width:7px; height:11px; border-radius:0 0 3px 3px; background:var(--purple); transform:rotate(-14deg); transform-origin:top; }
.care-grid h3 { margin-bottom:9px; font-size:24px; line-height:1.08; }
.care-grid h3 span { display:block; }
.care-grid p { margin-bottom:0; color:var(--muted); font-size:14px; line-height:1.6; }
.arrow { position:absolute; right:22px; top:28px; color:var(--orange); font-size:18px; font-weight:400; opacity:.72; }

.app-showcase { margin-top:72px; padding-top:58px; border-top:1px solid var(--line); }
.app-showcase-heading { display:block; margin-bottom:42px; }
.app-showcase-heading h3 { max-width:700px; margin:0 0 16px; font-size:var(--major-heading-size); font-weight:400; line-height:1.03; }
.app-showcase-heading>p { max-width:900px; margin:0; color:var(--muted); font-size:17px; line-height:1.65; }
.phone-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:clamp(18px,2.5vw,32px); align-items:start; }
.phone-card { text-align:left; }
.phone-frame { position:relative; width:min(100%,292px); margin:0 auto 25px; padding:8px; overflow:hidden; border:2px solid rgb(var(--brand-purple-rgb)/.28); border-radius:42px; background:var(--purple); box-shadow:0 24px 52px rgb(var(--brand-purple-rgb)/.2); }
.phone-frame img { width:100%; height:auto; border-radius:33px; }
.phone-speaker { position:absolute; top:17px; left:50%; z-index:1; width:56px; height:6px; border-radius:999px; background:rgb(var(--brand-purple-rgb)/.8); transform:translateX(-50%); }
.phone-card h4 { margin:0 0 8px; color:var(--purple); font-family:Georgia,'Times New Roman',serif; font-size:25px; font-weight:400; line-height:1.15; }
.phone-card p { margin:0; color:var(--muted); font-size:14px; line-height:1.6; }
.app-demo { position:relative; aspect-ratio:1290/2796; overflow:hidden; border-radius:33px; background:var(--purple-soft); color:#6d6875; font-size:clamp(7px,.72vw,10px); }
.demo-signed { padding:11% 7% 3%; background:var(--purple-soft); color:var(--purple); font-size:1.05em; }
.demo-top { display:flex; align-items:center; justify-content:space-between; padding:5% 7%; background:#fff; color:var(--purple); font-size:1.35em; }
.demo-top img,.meds-preview-top img { width:64%; max-height:3.5em; object-fit:contain; }
.demo-top span:last-child { display:grid; place-items:center; width:2.5em; height:2.5em; border-radius:50%; background:var(--purple); color:#fff; }
.demo-mode { display:flex; gap:5%; align-items:center; justify-content:space-between; padding:5% 7%; border-bottom:1px solid var(--purple-mid); background:var(--purple-soft); }
.demo-mode div { display:flex; min-width:0; flex-direction:column; gap:.35em; }
.demo-mode strong { color:var(--purple); font-size:.98em; letter-spacing:.06em; }
.demo-mode small { max-width:14em; font-size:.83em; line-height:1.25; }
.demo-mode>b { flex:0 0 auto; padding:.8em 1em; border-radius:999px; background:var(--purple); color:#fff; font-size:.88em; white-space:nowrap; }
.demo-welcome,.demo-page-title { padding:8% 7% 6%; }
.demo-welcome h5,.demo-page-title h5 { margin:.18em 0 .35em; color:var(--purple); font-size:2.7em; line-height:1; }
.demo-welcome p,.demo-page-title p { color:#77717e; font-size:1.12em; line-height:1.4; }
.demo-welcome>b,.demo-page-title small { display:block; margin-top:.65em; color:var(--purple); font-size:1em; letter-spacing:.08em; }
.demo-welcome p strong { color:var(--orange); }
.demo-priority { display:inline-block; margin-top:1.25em; padding:.65em .9em; border-radius:999px; background:var(--orange-soft); color:var(--orange); font-weight:700; }
.demo-panel { margin:0 7%; padding:7%; border-radius:2em; background:#fff; box-shadow:0 .9em 2em rgb(var(--brand-purple-rgb)/.08); }
.demo-profile { position:relative; }
.demo-avatar { position:absolute; top:6%; left:7%; display:grid; width:3.2em; height:3.2em; place-items:center; border:2px solid var(--purple-mid); border-radius:50%; background:var(--purple-soft); color:var(--purple); font-weight:800; }
.demo-profile h6,.demo-profile .demo-pill { margin-left:4.1em; }
.demo-panel h6 { margin:0 0 .7em; color:var(--purple); font-size:1.7em; }
.demo-pill { display:inline-block; margin-bottom:1.6em; padding:.6em .9em; border:1px solid var(--purple-mid); border-radius:999px; color:var(--purple); font-weight:700; }
.demo-panel>b { display:block; margin-bottom:.8em; color:var(--purple); letter-spacing:.08em; }
.demo-stats { display:grid; grid-template-columns:1fr 1fr; gap:.7em; }
.demo-stats span { display:flex; min-height:5.6em; padding:.8em; flex-direction:column; align-items:center; justify-content:center; border-radius:1.2em; background:var(--purple-soft); text-align:center; }
.demo-stats strong { display:block; margin-top:.25em; color:var(--purple); font-size:1.35em; }
.demo-calendar { padding:6%; }
.demo-actions { display:flex; justify-content:flex-end; gap:.65em; margin-top:1em; }
.demo-actions span,.demo-actions b { padding:.6em 1em; border:1px solid var(--purple-mid); border-radius:.8em; color:var(--purple); }
.demo-actions b { background:var(--purple); color:#fff; }
.demo-month { display:flex; align-items:center; justify-content:space-between; margin-bottom:1.2em; color:var(--purple); font-size:1.2em; }
.demo-month span { display:grid; place-items:center; width:2em; height:2em; border-radius:.7em; background:var(--purple-soft); font-size:1.5em; }
.demo-week { display:grid; grid-template-columns:repeat(5,1fr); gap:.3em; text-align:center; }
.demo-week span { display:flex; padding:.65em .2em; flex-direction:column; gap:.3em; border-radius:.8em; }
.demo-week b { color:#2f2933; font-size:1.45em; }
.demo-week .selected { background:var(--purple); color:#fff; }
.demo-week .selected b { color:#fff; }
.demo-shifts { display:flex; margin:6% 7%; padding:7%; flex-direction:column; gap:.45em; border-radius:2em; background:var(--purple); color:#fff; }
.demo-shifts>b { margin-bottom:.5em; letter-spacing:.08em; }
.demo-shifts strong { margin-top:.4em; font-size:1.25em; }
.demo-shifts span { padding-bottom:.7em; border-bottom:1px solid rgba(255,255,255,.28); }
.demo-note h6 { margin-bottom:.2em; }
.demo-notes-title { margin:4% 7% 0; padding:6%; border:1px solid rgb(var(--brand-purple-rgb)/.14); border-radius:2em; }
.demo-notes-title h5 { font-size:2.25em; }
.demo-note-stats { display:grid; grid-template-columns:1fr 1fr; gap:.7em; margin-top:1.15em; }
.demo-note-stats span { display:flex; padding:.8em; flex-direction:column; border-radius:1.2em; background:#fff; }
.demo-note-stats b { color:var(--purple); font-size:1.5em; }
.demo-note>p { color:#77717e; font-size:1.05em; line-height:1.4; }
.demo-note>div { display:flex; gap:.8em; align-items:center; margin:1.1em 0; }
.demo-note>div span,.demo-note>div b { display:grid; min-height:3em; padding:.7em 1em; place-items:center; border-radius:1em; background:var(--purple-soft); color:var(--purple); }
.demo-note em { display:block; min-height:8em; padding:1em; border:1px solid #ddd7e1; border-radius:1em; color:#aaa3af; font-style:normal; }
.demo-note button { width:100%; margin-top:1em; padding:.9em; border:0; border-radius:1em; background:#dedbe2; color:#77717e; font:inherit; font-weight:700; }
.demo-nav { position:absolute; right:0; bottom:0; left:0; display:flex; align-items:flex-end; justify-content:space-around; gap:.2em; padding:5% 2% 6%; background:#fff; color:#77717e; font-size:.82em; text-align:center; }
.demo-nav strong { color:var(--purple); }
.meds-preview { position:relative; aspect-ratio:1290/2796; overflow:hidden; border-radius:33px; background:var(--purple-soft); color:#6d6875; font-size:clamp(7px,.72vw,10px); }
.meds-preview-signed { padding:11% 7% 3%; background:var(--purple-soft); color:var(--purple); font-size:1.05em; }
.meds-preview-top { display:flex; align-items:center; justify-content:space-between; padding:5% 7%; background:#fff; color:var(--purple); font-size:1.35em; }
.meds-preview-top span:last-child { display:grid; place-items:center; width:2.5em; height:2.5em; border-radius:50%; background:var(--purple); color:#fff; }
.meds-preview-info,.meds-preview-list { margin:6% 7% 0; padding:6%; border-radius:1.8em; background:#fff; box-shadow:0 .9em 2em rgb(var(--brand-purple-rgb)/.08); }
.meds-preview-info { display:flex; gap:7%; align-items:flex-start; }
.meds-preview-info i { display:grid; flex:0 0 auto; place-items:center; width:3.2em; height:3.2em; border-radius:1em; background:var(--orange-soft); color:var(--orange); font-size:1.25em; font-style:normal; }
.meds-preview-info div,.meds-preview-list>div:first-child { display:flex; flex-direction:column; gap:.45em; }
.meds-preview-info strong,.meds-preview-list strong,.meds-preview-dose strong { color:var(--purple); letter-spacing:.06em; }
.meds-preview-info small { line-height:1.45; }
.meds-preview-list>div:last-child { display:grid; grid-template-columns:repeat(3,1fr); gap:4%; margin-top:7%; }
.meds-preview-list span,.meds-preview-list b { padding:.8em .3em; border:1px solid var(--purple-mid); border-radius:.8em; color:var(--purple); font-size:.9em; text-align:center; }
.meds-preview-list b { background:var(--purple); color:#fff; }
.meds-preview-heading { padding:7% 7% 4%; }
.meds-preview-heading h5 { margin:.25em 0 .3em; color:var(--purple); font-size:2.35em; line-height:1.05; }
.meds-preview-heading p { font-size:1.15em; line-height:1.35; }
.meds-preview-dose { display:flex; align-items:center; gap:8%; margin:0 7% 6%; padding:6%; border-radius:1.8em; background:#fff; box-shadow:0 .9em 2em rgb(var(--brand-purple-rgb)/.08); }
.meds-preview-dose i { display:grid; place-items:center; width:3.1em; height:3.1em; border-radius:1em; background:var(--purple-soft); color:var(--purple); font-size:1.4em; font-style:normal; }
.meds-preview-dose div { display:flex; flex:1; flex-direction:column; gap:.35em; }
.meds-preview-dose strong { font-size:1.1em; }
.meds-preview-dose span { padding:.5em .7em; border-radius:999px; background:var(--orange-soft); color:var(--orange-hover); font-weight:700; }
.meds-preview-nav { position:absolute; right:0; bottom:0; left:0; display:flex; align-items:flex-end; justify-content:space-around; gap:.2em; padding:5% 2% 6%; background:#fff; color:#77717e; font-size:.82em; text-align:center; }
.meds-preview-nav strong { color:var(--purple); }

.wellbeing-feature { position:relative; min-height:430px; margin-top:72px; overflow:hidden; border:1px solid rgb(var(--brand-purple-rgb)/.12); border-radius:22px; background:var(--warm); box-shadow:0 22px 58px rgb(var(--brand-purple-rgb)/.12); }
.wellbeing-feature>img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:center; }
.wellbeing-shade { position:absolute; inset:0; background:linear-gradient(90deg,rgba(255,253,251,.98) 0%,rgba(255,253,251,.94) 35%,rgba(255,253,251,.65) 48%,rgba(255,253,251,.08) 70%); }
.wellbeing-copy { position:relative; z-index:1; width:min(52%,560px); padding:56px 0 52px 54px; }
.wellbeing-copy h3 { margin:0 0 20px; font-size:var(--major-heading-size); font-weight:400; line-height:1.02; }
.wellbeing-copy>p:not(.eyebrow) { margin-bottom:15px; color:var(--muted); font-size:16px; line-height:1.65; }
.wellbeing-copy>span { display:inline-block; margin-top:8px; color:var(--purple); font-size:13px; font-weight:800; letter-spacing:.02em; }
.wellbeing-feature-supplies { min-height:590px; margin-top:28px; }
.wellbeing-feature-supplies .wellbeing-shade { background:linear-gradient(270deg,rgba(255,253,251,.98) 0%,rgba(255,253,251,.94) 35%,rgba(255,253,251,.65) 48%,rgba(255,253,251,.08) 70%); }
.wellbeing-feature-supplies .wellbeing-copy { width:56%; margin-left:auto; padding:48px 48px 44px; border-radius:22px 0 0 22px; background:rgba(255,253,251,.9); backdrop-filter:blur(5px); }
.essentials-grid { display:grid; grid-template-columns:1fr; gap:12px; margin:22px 0 12px; }
.essentials-grid>div { padding:17px 18px; border-left:3px solid var(--orange); border-radius:0 10px 10px 0; background:#fff; box-shadow:0 7px 22px rgb(var(--brand-purple-rgb)/.07); }
.essentials-grid h4 { margin:0 0 7px; color:var(--purple); font-family:inherit; font-size:16px; }
.essentials-grid p { margin:0; color:#514b55; font-size:14px; line-height:1.55; }

.memory { display:grid; grid-template-columns:1.1fr .9fr; gap:clamp(35px,7vw,100px); align-items:end; padding:90px max(var(--page-gutter),calc((100vw - 1120px)/2)); background:var(--purple-dark); color:white; }
.memory-brand-mark { display:block; width:92px; height:108px; margin-bottom:28px; overflow:hidden; border:1px solid color-mix(in srgb,var(--brand-orange) 32%,transparent); border-radius:24px; background:rgba(255,253,251,.94); box-shadow:0 12px 34px rgb(var(--brand-orange-rgb)/.2); }
.memory-brand-mark img { width:auto; max-width:none; height:108px; }
.memory h2 { margin-bottom:0; color:white; font-size:var(--major-heading-size); line-height:1.02; }
.memory>p { margin-bottom:5px; color:var(--on-purple); font-size:18px; line-height:1.75; }

.section-heading { display:grid; grid-template-columns:1.35fr .65fr; gap:70px; align-items:end; margin-bottom:38px; }
.section-heading h2 { margin-bottom:0; font-size:var(--major-heading-size); line-height:1.03; }
.section-heading>p { margin-bottom:3px; color:var(--muted); line-height:1.65; }
.notes-grid { display:grid; grid-template-columns:1.4fr 1fr 1fr; gap:14px; }
.notes .founder { width:100%; margin:64px 0 28px; }
.notes-grid article { overflow:hidden; border:1px solid var(--line); border-radius:14px; background:white; }
.notes-grid img { width:100%; height:180px; object-fit:cover; object-position:center; }
.notes-grid article:nth-child(2) img { object-position:center 26%; }
.notes-grid article:nth-child(3) img { object-position:center 18%; }
.notes-grid article>div { padding:22px; }
.notes-grid h3 { margin:6px 0 10px; font-size:25px; line-height:1.08; }
.notes-grid p { color:var(--muted); font-size:14px; line-height:1.55; }
.notes-grid a { color:var(--purple); font-size:14px; font-weight:600; line-height:1.5; text-decoration:none; }
.notes-grid a:hover { color:var(--orange); }
.tag { color:var(--orange); font-size:10px; font-weight:900; letter-spacing:.08em; text-transform:uppercase; }
.journal-feature { display:grid; grid-template-columns:120px 1fr auto; gap:28px; align-items:center; margin-top:24px; padding:28px 32px; border:1px solid rgb(var(--brand-purple-rgb)/.12); border-radius:16px; background:linear-gradient(115deg,var(--purple-soft),var(--orange-soft)); }
.journal-feature h3 { margin-bottom:8px; font-size:clamp(28px,3vw,40px); line-height:1.05; }
.journal-feature p:not(.eyebrow) { margin-bottom:0; color:var(--muted); line-height:1.6; }
.journal-feature>a { color:var(--purple); font-size:14px; font-weight:500; line-height:1.5; text-decoration:none; white-space:nowrap; }
.journal-feature>a:hover { color:var(--orange); }
.journal-entry-feature { margin-top:14px; background:linear-gradient(115deg,var(--orange-soft),var(--purple-soft)); }
.journal-mark { position:relative; width:108px; height:92px; }
.journal-mark span { position:absolute; width:58px; height:58px; border:2px solid rgb(var(--brand-purple-rgb)/.34); border-radius:50%; background:rgba(255,255,255,.58); }
.journal-mark span:nth-child(1) { top:0; left:25px; }
.journal-mark span:nth-child(2) { bottom:0; left:5px; border-color:rgb(var(--brand-orange-rgb)/.5); }
.journal-mark span:nth-child(3) { right:5px; bottom:0; }
.journal-mark strong { position:absolute; top:38px; left:43px; z-index:1; color:var(--orange); font-family:Georgia,'Times New Roman',serif; font-size:24px; }

.beta { display:flex; gap:40px; align-items:center; justify-content:space-between; width:min(1120px,calc(100% - 2 * var(--page-gutter))); margin:0 auto 24px; padding:38px 44px; border-radius:16px; background:linear-gradient(115deg,var(--purple-dark),var(--purple)); color:white; }
.beta h2 { margin-bottom:8px; color:white; font-size:var(--major-heading-size); line-height:1.05; }
.beta p { margin-bottom:0; color:var(--on-purple); }
.beta .eyebrow { margin-bottom:var(--eyebrow-heading-gap); }
.beta .button { flex:0 0 auto; }

footer { display:grid; grid-template-columns:1fr auto 1fr; gap:28px; align-items:center; width:min(1120px,calc(100% - 2 * var(--page-gutter))); margin:0 auto; padding:24px 0 38px; color:var(--muted); font-size:12px; }
footer img { width:145px; }
footer nav { display:flex; gap:24px; }
footer p { justify-self:end; margin:0; text-align:right; line-height:1.55; }

.story-page { min-height:100vh; background:var(--paper); }
.story-hero { display:grid; grid-template-columns:minmax(0,1fr) minmax(340px,1fr); align-items:center; min-height:500px; background:var(--purple-soft); }
.story-hero-copy { display:flex; padding:clamp(58px,7vw,92px) clamp(28px,7vw,100px); flex-direction:column; align-items:flex-start; justify-content:center; }
.story-hero h1 { max-width:650px; margin-bottom:22px; }
.story-home-link { margin-bottom:28px; color:var(--purple); font-size:14px; font-weight:500; line-height:1.5; text-decoration:none; }
.story-home-link:hover { color:var(--orange); }
.story-deck { max-width:540px; margin-bottom:0; color:var(--purple-text); font-family:Georgia,'Times New Roman',serif; font-size:clamp(20px,1.8vw,25px); line-height:1.45; }
.story-hero img { width:min(82%,430px); height:auto; min-height:0; aspect-ratio:1; padding:0; border:1px solid rgb(var(--brand-orange-rgb)/.28); border-radius:50%; box-shadow:0 18px 44px rgb(var(--brand-purple-rgb)/.12); justify-self:center; object-fit:cover; object-position:center 44%; background:transparent; }
.story-article { width:min(760px,calc(100% - 44px)); margin:0 auto; padding:76px 0 100px; }
.story-intro { max-width:720px; margin:0 auto 58px; }
.story-article .lead { margin-bottom:16px; color:var(--purple); font-family:Georgia,'Times New Roman',serif; font-size:clamp(25px,3vw,32px); font-weight:400; line-height:1.45; }
.story-article h2 { margin:0 0 20px; font-size:clamp(30px,3.2vw,40px); font-weight:400; line-height:1.12; }
.story-article p { margin-bottom:20px; color:var(--purple-text); font-size:18px; line-height:1.75; }
.story-article .eyebrow { margin:0 0 var(--eyebrow-heading-gap); color:var(--orange); line-height:1.2; }
.story-section { margin:0 0 48px; padding:0 0 48px; border-bottom:1px solid rgb(var(--brand-purple-rgb)/.14); }
.story-section:last-of-type { margin-bottom:0; border-bottom:0; }
.story-section p:last-child { margin-bottom:0; }
.story-emphasis { margin:28px 0; padding:4px 0 4px 20px; border-left:3px solid var(--orange); color:var(--purple) !important; font-family:Georgia,'Times New Roman',serif; font-size:20px !important; line-height:1.55 !important; }
.story-pullquote { margin:48px 0; padding:28px 30px; border-left:4px solid var(--orange); border-radius:0 12px 12px 0; background:var(--orange-soft); color:var(--purple); font-family:Georgia,'Times New Roman',serif; font-size:clamp(25px,3vw,34px); font-weight:400; line-height:1.4; }
.story-back { display:inline-block; margin-top:48px; color:var(--purple); font-size:14px; font-weight:500; line-height:1.5; text-decoration:none; }
.story-back:hover { color:var(--orange); }

.blog-hero { display:grid; grid-template-columns:.9fr 1.1fr; align-items:stretch; min-height:560px; background:var(--purple-soft); }
.blog-hero-copy { display:flex; padding:clamp(68px,7vw,108px) clamp(28px,6vw,86px); flex-direction:column; align-items:flex-start; justify-content:center; }
.blog-hero-copy .story-home-link { margin-bottom:42px; }
.blog-hero h1 { max-width:620px; margin-bottom:22px; color:var(--purple); }
.blog-hero-copy>p:last-child { max-width:570px; margin:0; color:var(--purple-text); font-size:19px; line-height:1.65; }
.blog-hero>img { width:100%; height:100%; min-height:560px; object-fit:cover; object-position:center; }
.blog-article { width:min(760px,calc(100% - 44px)); margin:72px auto 100px; padding:clamp(34px,5vw,56px); border:1px solid rgb(var(--brand-purple-rgb)/.1); border-radius:18px; background:#fff; box-shadow:0 16px 45px rgb(var(--brand-purple-rgb)/.07); }
.blog-article h2 { margin:0 0 24px; color:var(--purple); font-size:clamp(34px,4vw,48px); font-weight:400; line-height:1.08; }
.blog-article>p:not(.eyebrow) { margin-bottom:20px; color:var(--purple-text); font-size:18px; line-height:1.75; }
.blog-article .blog-lead { color:var(--purple) !important; font-family:Georgia,'Times New Roman',serif; font-size:24px !important; line-height:1.5 !important; }
.blog-article .blog-note { margin:30px 0; padding:18px 20px; border-left:3px solid var(--orange); border-radius:0 10px 10px 0; background:var(--purple-soft); }
.blog-story-link { display:inline-block; margin:2px 0 0; }

.care-note-page { min-height:100vh; background:var(--paper); }
.care-note-hero { display:grid; grid-template-columns:1.08fr .92fr; min-height:500px; background:var(--purple-soft); }
.care-note-hero-copy { display:flex; padding:clamp(64px,7vw,100px) clamp(28px,7vw,100px); flex-direction:column; align-items:flex-start; justify-content:center; }
.care-note-hero h1 { max-width:720px; margin:0 0 20px; }
.care-note-deck { max-width:620px; margin-bottom:22px; color:#5d4b75; font-family:Georgia,'Times New Roman',serif; font-size:clamp(19px,2vw,25px); line-height:1.45; }
.care-note-hero>img { width:100%; height:100%; min-height:500px; object-fit:cover; object-position:center; }
.care-note-article { width:min(780px,calc(100% - 44px)); margin:0 auto; padding:78px 0 100px; }
.care-note-article>.lead { margin-bottom:48px; color:var(--purple); font-family:Georgia,'Times New Roman',serif; font-size:clamp(24px,3vw,31px); line-height:1.5; }
.care-note-article>section { margin-bottom:36px; }
.care-note-article h2 { margin-bottom:12px; font-size:clamp(29px,3vw,38px); font-weight:400; line-height:1.15; }
.care-note-article>section p { margin:0; color:#574967; font-size:18px; line-height:1.75; }
.care-note-cta { display:flex; gap:28px; align-items:center; justify-content:space-between; margin-top:56px; padding:30px 34px; border-radius:16px; background:var(--purple-dark); color:white; }
.care-note-cta h2 { margin:0; color:white; font-size:clamp(27px,3vw,38px); }
.care-note-cta .button { flex:0 0 auto; }
.eyebrow + h1 { font-size:var(--h1-heading-size); font-weight:400; line-height:1.05; }
.eyebrow + h2,.eyebrow + h3 { font-size:var(--major-heading-size); font-weight:400; line-height:1.05; }

@media (max-width:840px) {
  :root { --h1-heading-size:clamp(40px,10vw,48px); --major-heading-size:clamp(34px,8.5vw,40px); }
  .topbar { grid-template-columns:1fr auto; padding-inline:var(--page-gutter); }
  .brand img { width:158px; }
  .navlinks { display:none; }
  .hero { min-height:650px; }
  .hero-image { position:relative; height:320px; object-position:58% center; }
  .hero-shade { display:none; }
  .hero-copy { width:100%; padding:28px var(--page-gutter) 58px; background:var(--warm); }
  h1 { font-size:var(--h1-heading-size); }
  .founder { grid-template-columns:1fr; margin-top:96px; padding:22px 22px 36px; scroll-margin-top:172px; }
  .founder img { height:330px; }
  .founder>div { padding:0 12px; }
  .care,.notes { padding-block:72px; }
  .care-grid { grid-template-columns:1fr 1fr; }
  .care-grid article { min-height:190px; }
  .app-showcase-heading { display:block; }
  .phone-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .wellbeing-copy { width:62%; padding-left:38px; }
  .memory,.section-heading { grid-template-columns:1fr; gap:25px; }
  .notes-grid { grid-template-columns:1fr 1fr; }
  .notes-grid .featured { grid-column:1/-1; }
  .journal-feature { grid-template-columns:100px 1fr; }
  .journal-feature>a { grid-column:2; }
  .beta { align-items:flex-start; flex-direction:column; }
  footer { grid-template-columns:1fr; text-align:center; }
  footer img,footer p { justify-self:center; }
  footer p { text-align:center; }
  footer nav { justify-content:center; flex-wrap:wrap; }
  .story-hero { grid-template-columns:1fr; min-height:0; }
  .story-hero-copy { padding:64px 24px 36px; }
  .story-hero img { width:min(78%,340px); min-height:0; max-height:none; margin:4px auto 56px; padding:0; }
  .story-article { padding-block:68px 88px; }
  .story-section { padding-bottom:40px; }
  .blog-hero { grid-template-columns:1fr; }
  .blog-hero-copy { padding:66px 24px 52px; }
  .blog-hero-copy .story-home-link { margin-bottom:34px; }
  .blog-hero>img { min-height:0; height:390px; object-position:center 30%; }
  .blog-article { margin-block:54px 80px; }
  .care-note-hero { grid-template-columns:1fr; }
  .care-note-hero-copy { padding:68px 24px 52px; }
  .care-note-hero>img { min-height:330px; max-height:500px; }
  .care-note-article { padding-block:64px 86px; }
  .care-note-cta { align-items:flex-start; flex-direction:column; }
}

@media (max-width:520px) {
  .topbar>.button { min-height:38px; padding-inline:14px; font-size:13px; }
  .hero-image { height:265px; }
  .hero-copy { padding-top:24px; }
  .hero-copy>p:not(.eyebrow) { font-size:17px; }
  .founder img { height:270px; }
  .care-grid,.notes-grid { grid-template-columns:1fr; }
  .phone-grid { grid-template-columns:1fr; }
  .phone-card { width:min(100%,340px); margin-inline:auto; }
  .wellbeing-feature { min-height:620px; }
  .wellbeing-feature>img { height:300px; object-position:66% center; }
  .wellbeing-shade { background:linear-gradient(0deg,var(--paper) 0%,var(--paper) 52%,rgba(255,253,251,.16) 70%); }
  .wellbeing-copy { width:100%; padding:330px 24px 30px; }
  .wellbeing-feature-supplies>img { object-position:34% center; }
  .wellbeing-feature-supplies { min-height:0; }
  .wellbeing-feature-supplies .wellbeing-shade { background:linear-gradient(0deg,var(--paper) 0%,var(--paper) 52%,rgba(255,253,251,.16) 70%); }
  .wellbeing-feature-supplies>img { height:250px; }
  .wellbeing-feature-supplies .wellbeing-copy { width:100%; margin-left:0; padding:278px 22px 28px; border-radius:0; background:transparent; backdrop-filter:none; }
  .wellbeing-feature-supplies .wellbeing-copy h3 { margin-bottom:16px; color:var(--purple); font-size:var(--major-heading-size); line-height:1.05; }
  .wellbeing-feature-supplies .wellbeing-copy>p:not(.eyebrow) { color:#4f4953; font-size:17px; line-height:1.55; }
  .essentials-grid { grid-template-columns:1fr; gap:14px; margin-top:19px; }
  .essentials-grid>div { padding:18px 17px; }
  .essentials-grid h4 { font-size:18px; }
  .essentials-grid p { color:#443f48; font-size:16px; line-height:1.55; }
  .wellbeing-feature-supplies .wellbeing-copy>span { margin-top:10px; font-size:14px; line-height:1.45; }
  .notes-grid .featured { grid-column:auto; }
  .journal-feature { grid-template-columns:1fr; padding:28px 24px; }
  .journal-feature>a { grid-column:auto; }
  .journal-mark { display:none; }
  .blog-article { padding:30px 24px; }
  .blog-article>p:not(.eyebrow) { font-size:17px; line-height:1.65; }
  .memory { padding-block:68px; }
  .beta { padding:30px 24px; }
}

@media (prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } }
