/* Ambera marketing system: content-led, mobile-first, progressively enhanced. */
:root{--ink:#29222e;--purple:#624774;--muted:#6c6670;--paper:#fff;--line:#e6e1e8;--max:1120px;--app-border:#e8e3e9;--nav-height:56px;--ease:cubic-bezier(.2,.65,.3,1)}
html{scroll-padding-top:80px}body{background:#fff;font-size:17px;line-height:1.55;-webkit-font-smoothing:antialiased}body.has-dialog{overflow:hidden}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}img{height:auto}h1,h2,h3{text-wrap:balance;font-weight:600}p{text-wrap:pretty}h1{font-size:clamp(2.5rem,5.4vw,4.5rem);line-height:1.08;letter-spacing:-.045em}h2{font-size:clamp(2rem,4vw,3.5rem);line-height:1.1;letter-spacing:-.035em}h3{font-size:1.5rem;line-height:1.2;letter-spacing:-.025em}a,button,summary{touch-action:manipulation}:focus-visible{outline:2px solid #53455e;outline-offset:3px}.container{width:100%;padding-inline:28px}.section{padding:96px 0}.section.soft{background:#f6f5f7}.section-head{align-items:end;margin-bottom:40px}.section-head h2{margin:0}.section-head p{font-size:1.0625rem;max-width:370px}.section-head span,.center-heading h2 span{color:#8d8097}.btn{min-height:44px;padding:11px 23px;font-size:1rem;font-weight:500;box-shadow:none!important;transition:background .2s,color .2s}.btn.primary{background:var(--purple)}.btn.secondary{background:transparent;border-color:#a293ad}.text-link{color:var(--purple);font-size:1rem;display:inline-flex;align-items:center;gap:8px;min-height:44px;font-weight:500}.text-link:hover{text-decoration:underline}.text-link span{font-size:1.5rem}.eyebrow{font-size:.875rem;letter-spacing:.035em;text-transform:none;font-weight:600}.skip:focus{z-index:500}
/* Global navigation */
.site-header{height:var(--nav-height);background:rgba(255,255,255,.91);backdrop-filter:saturate(160%) blur(20px);-webkit-backdrop-filter:saturate(160%) blur(20px);border-bottom:1px solid rgba(62,44,74,.08);box-shadow:none;z-index:60}.navbar{padding-inline:28px;gap:30px;justify-content:space-between}.brand{gap:8px;min-width:0;flex-shrink:0}.brand img{width:28px;height:28px}.brand-word{font-size:1rem;letter-spacing:-.02em;font-weight:600;color:var(--ink);white-space:nowrap}.navlinks{font-size:.875rem;gap:26px;margin:0 0 0 auto}.navlinks a{min-height:44px;display:flex;align-items:center;white-space:nowrap}.nav-actions{margin-left:10px}.link-login{font-weight:400;white-space:nowrap;font-size:.875rem}.menu-btn{width:44px;height:44px;flex-direction:column;justify-content:center;align-items:center;gap:5px;padding:0;cursor:pointer}.menu-btn span{width:18px;height:1.5px;background:currentColor;display:block}.icon-button{border:0;width:44px;height:44px;border-radius:50%;background:#eeeaf0;font-size:26px;font-weight:400;display:inline-grid;place-items:center;cursor:pointer}.icon-button:hover{background:#e0d8e6}.icon-button:disabled{opacity:.35;cursor:default}.mobile-navigation{position:fixed;inset:0;border:0;width:100%;height:100dvh;max-width:none;max-height:none;margin:0;padding:0 28px 32px;background:#fbfafc;color:var(--ink);overflow-y:auto;overscroll-behavior:contain}.mobile-navigation::backdrop{background:#fbfafc}.mobile-navigation[open]{animation:menu-in .25s var(--ease)}.mobile-nav-top{display:flex;align-items:center;justify-content:space-between;height:64px;position:sticky;top:0;background:#fbfafc;z-index:1}.mobile-nav-top>span{font-size:.9375rem;font-weight:600}.mobile-nav-top .icon-button{background:transparent;font-size:32px}.mobile-navigation nav{padding:18px 12px 0}.mobile-navigation nav>a{display:block;font-size:1.75rem;letter-spacing:-.025em;font-weight:600;line-height:1.4;padding:7px 0;min-height:48px}.mobile-nav-secondary{border-top:1px solid var(--line);margin-top:22px;padding-top:14px;display:grid;gap:0}.mobile-nav-secondary a{font-size:1rem;padding:11px 0;min-height:44px}.mobile-navigation>p{font-size:.875rem;color:var(--muted);padding:24px 12px;margin:0}.launch-notice{background:#f5f3f6;color:var(--muted);font-size:.8125rem;line-height:1.5;padding:11px 20px;text-wrap:balance}.launch-notice a{color:var(--purple);white-space:nowrap;margin-left:5px}.launch-notice a:hover{text-decoration:underline}
/* Header search: quiet full-width panel, with native modal focus handling. */
.nav-actions{flex-shrink:0}.navbar{gap:20px}.navlinks{gap:20px}
.search-toggle,.search-close,.search-clear{display:inline-grid;place-items:center;flex-shrink:0;width:44px;height:44px;padding:0;border:0;background:transparent;color:var(--ink);cursor:pointer;border-radius:8px}
.search-toggle:hover,.search-close:hover,.search-clear:hover{color:var(--purple);background:#eeeaf0}
.search-toggle[hidden],.site-search [hidden]{display:none!important}
.site-search{position:fixed;inset:0 0 auto;width:100%;max-width:none;max-height:calc(100dvh - 32px);margin:0;border:0;border-radius:0 0 24px 24px;padding:0 28px 64px;color:var(--ink);background:#fbfafc;overflow-y:auto;overscroll-behavior:contain;box-shadow:0 20px 48px #29222e12;text-align:left}
.site-search::backdrop{background:#29222e55;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}
.site-search[open]{animation:menu-in .2s var(--ease)}
.search-top{display:flex;justify-content:flex-end;max-width:1064px;height:72px;margin:0 auto;align-items:center}
.search-content{max-width:800px;margin:12px auto 0}
.search-field{display:flex;align-items:center;gap:16px;min-height:60px;color:var(--muted)}
.search-field>svg{flex-shrink:0}
.search-field input{display:block;min-width:0;width:100%;padding:8px 0;border:0;border-radius:0;background:transparent;box-shadow:none;color:var(--ink);font:600 clamp(1.75rem,3.2vw,2.5rem)/1.2 -apple-system,BlinkMacSystemFont,"Segoe UI",Inter,Arial,sans-serif;letter-spacing:-.035em;appearance:none;-webkit-appearance:none}
.search-field input::placeholder{color:var(--muted);opacity:1}
.search-field input::-webkit-search-cancel-button,.search-field input::-webkit-search-decoration{-webkit-appearance:none}
.search-field input:focus-visible{outline-offset:6px;border-radius:4px}
.search-heading{font-size:.9375rem;font-weight:400;line-height:1.5;letter-spacing:0;color:var(--muted);margin:42px 0 10px}
.search-results{display:grid;gap:2px;margin:0;padding:0}
.search-results a{display:flex;align-items:baseline;gap:16px;min-height:44px;padding:9px 12px;margin-left:-12px;border-radius:8px;font-size:1.0625rem;line-height:1.5;font-weight:600;letter-spacing:-.015em;overflow-wrap:anywhere}
.search-results a::before{content:'→';flex-shrink:0;color:var(--muted);font-weight:400}
.search-results a:hover,.search-results a:focus-visible{background:#eeeaf0;color:var(--purple)}
.search-empty p{margin:8px 0;font-size:1rem;color:var(--muted)}.search-empty p:first-child{color:var(--ink);font-weight:600}
.search-empty a{display:inline-flex;gap:8px;align-items:center;min-height:44px;margin-top:8px;font-size:1rem;color:var(--purple)}
.search-status{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip-path:inset(50%);white-space:nowrap}
@media(max-width:1100px){.site-search{height:100dvh;max-height:none;border-radius:0;padding:env(safe-area-inset-top,0px) max(28px,env(safe-area-inset-right,0px)) max(40px,env(safe-area-inset-bottom,0px)) max(28px,env(safe-area-inset-left,0px));box-shadow:none}.site-search::backdrop{background:#fbfafc}.search-top{height:64px;margin-right:-12px}.search-content{margin-top:12px;max-width:720px}.search-heading{margin-top:48px}}
@media(max-width:380px){.site-search{padding-inline:24px}.search-field{gap:12px}.search-field input{font-size:1.5rem}.search-field>svg{width:24px;height:24px}}
@media(prefers-reduced-motion:reduce){.site-search[open]{animation:none}}
/* Product-led homepage */
.home-hero{padding:64px 0 30px;text-align:center;overflow:hidden;background:#fff}.home-hero .eyebrow{margin-bottom:16px}.home-hero h1{margin:0 auto 23px;max-width:930px;font-size:clamp(2.5rem,5.2vw,4.25rem);letter-spacing:-.043em}.home-hero h1 span{color:var(--purple)}.hero-description{font-size:1.1875rem;line-height:1.5;color:var(--muted);margin:0 auto;max-width:660px}.home-hero .hero-actions{justify-content:center;gap:24px;margin:25px 0 48px}.hero-product{padding:34px 56px 0;border-radius:30px;background:#f1ecf3;max-width:980px;margin:auto;overflow:hidden}.product-window{border-radius:16px 16px 0 0;overflow:hidden;text-align:left;background:#fff;box-shadow:0 12px 45px #38284119;border:1px solid #ddd4e1;border-bottom:0}.window-bar{height:40px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;background:#faf9fb;color:#8b8390;font-size:.75rem;border-bottom:1px solid #efebf1}.window-dots{font-size:.625rem;letter-spacing:4px;color:#d4cbd9}.window-content{display:grid;grid-template-columns:1fr 1.15fr;padding:36px;gap:28px;align-items:center;background:linear-gradient(125deg,#fcf8f5,#f6f0f7)}.window-welcome>p{font-size:.875rem;color:var(--purple);font-weight:600}.window-welcome h2{font-size:2.5rem;letter-spacing:-.04em;line-height:1.14}.preview-label{font-size:.75rem;color:var(--muted)}.daily-preview{background:#fff;padding:22px;border-radius:22px;box-shadow:0 8px 24px #48315408}.daily-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px;font-weight:600;font-size:1rem}.date-chip{font-size:.75rem;font-weight:400;color:var(--muted)}.affirmation{background:#f2edf4;padding:18px;border-radius:14px}.mini-label{font-size:.75rem;color:var(--purple)}.affirmation p{font-family:Georgia,serif;font-size:1.1rem;line-height:1.4;margin:7px 0 0}.preview-row{display:flex;gap:12px;align-items:center;padding:18px 0}.preview-icon{width:36px;height:36px;border-radius:12px;background:#f9f3eb;display:grid;place-items:center;color:var(--purple)}.preview-row strong,.preview-row div>span{display:block;font-size:.8125rem}.preview-row div>span{font-size:.75rem;color:var(--muted);margin-top:3px}.preview-tools{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.preview-tools>span{text-align:center;background:#faf8fb;padding:12px 4px;border-radius:12px;font-size:.75rem}.preview-tools b{display:block;font-size:1.5rem;font-weight:400;color:var(--purple);margin-bottom:6px}.product-caption{text-align:center;color:var(--muted);font-size:.75rem;margin:14px 0 0}
/* Swipeable feature stories */
.story-section{background:#f7f6f8}.story-rail{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 40px)/3);gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:4px 0 12px;scroll-padding-inline:0}.story-rail::-webkit-scrollbar{display:none}.story-rail:focus-visible{outline-offset:3px}.story-card{position:relative;scroll-snap-align:start;border-radius:26px;min-height:450px;padding:30px 26px 64px;overflow:hidden}.story-card h3{font-size:1.75rem;line-height:1.13;margin:15px 0}.story-card>p:not(.eyebrow){font-size:1rem;line-height:1.5;color:#655c6d;max-width:250px}.tint-lilac{background:#eae2f1}.tint-cream{background:#f2e8dc}.tint-pink{background:#f1e1e5}.tint-stone{background:#e5e7e3}.plus-button{position:absolute;bottom:20px;right:20px;background:#fff;color:#554461;border:0;border-radius:50%;width:40px;height:40px;font-size:28px;cursor:pointer;box-shadow:0 2px 6px #00000005;transition:background .2s}.plus-button:hover{background:#f9f7fb}.story-visual{margin-top:24px;border-radius:16px;background:#ffffffb8;padding:20px;font-size:.875rem}.checkin-visual{text-align:center}.checkin-visual>div{display:flex;align-items:center;justify-content:space-evenly;color:#705780;font-size:1.5rem;margin:18px 0}.checkin-visual b{font-size:2.125rem;font-weight:400;border-radius:50%;background:#e8daee;width:48px;height:48px}.story-visual small{font-size:.75rem;color:#766c7b}.care-visual{padding:12px}.care-visual>div{display:flex;gap:10px;align-items:center;padding:12px 0}.care-visual>div+div{border-top:1px solid #e5dadf}.care-visual b{background:#eee2e5;width:32px;height:32px;border-radius:50%;display:grid;place-items:center;font-size:.8125rem}.care-visual small{display:block}.care-visual i{font-size:.625rem;font-style:normal;margin-left:auto;color:#66715e}.list-visual{display:grid;gap:16px;color:#85677c}.list-visual b{font-weight:400;color:#514854;margin-left:7px}.journal-visual{transform:rotate(-3deg);padding:24px}.journal-visual p{font-family:Georgia,serif;line-height:1.5;font-size:1.25rem;margin:16px 0}.journal-visual>span{font-size:.75rem;color:var(--muted)}.rail-controls{display:flex;align-items:center;justify-content:space-between;margin-top:14px}.rail-controls>span{font-size:.8125rem;color:var(--muted)}.rail-controls>div{display:flex;gap:10px}.rail-controls .icon-button{font-size:28px;width:40px;height:40px}
/* Product audience switch */
.center-heading{text-align:center;max-width:800px;margin:0 auto 28px}.center-heading>p:last-child{color:var(--muted);font-size:1.1875rem}.audience-tabs{display:flex;gap:4px;padding:4px;background:#f0edf2;border-radius:999px;width:max-content;max-width:100%;margin:32px auto}.audience-tabs button{border:0;background:transparent;border-radius:999px;padding:11px 24px;min-height:44px;font-size:.9375rem;cursor:pointer;transition:background .2s,color .2s}.audience-tabs button[aria-selected=true]{background:#fff;box-shadow:0 2px 5px #32263d0d}.audience-panel{border-radius:28px;background:#f7f5f8;overflow:hidden}.audience-panel[hidden]{display:none}.audience-copy{padding:40px 48px;max-width:650px}.audience-copy h3{margin:0 0 10px;font-size:1.75rem}.audience-copy p{color:var(--muted);margin:0 0 10px}.audience-panel>img{display:block;width:100%;height:auto;border-top:1px solid #ebe5ef}.availability-section{text-align:center;background:#f3edf5}.availability-section h2 span{color:var(--purple)}.availability-section>div>p:not(.eyebrow){color:var(--muted);font-size:1.1875rem}.platform-pills{display:flex;gap:12px;justify-content:center;margin:32px 0}.platform-pills>span{min-width:130px;border:1px solid #d8cddf;padding:16px 24px;border-radius:16px;font-size:1rem}.platform-pills small{display:block;font-size:.75rem;color:var(--muted);margin-top:4px}.home-faq .container{max-width:920px}.faq details{padding:0}.faq summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:1.0625rem;line-height:1.45;font-weight:500;padding:24px 0;min-height:64px}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:'+';font-size:22px;color:var(--muted);font-weight:400}.faq details[open] summary:after{content:'−'}.faq details>p{margin:0 0 24px;font-size:1rem;line-height:1.65}.faq details>a{margin-bottom:24px}.faq details:last-child{border-bottom:1px solid var(--line)}
/* Native detail dialog */
.feature-dialog{width:min(650px,calc(100% - 32px));max-height:calc(100dvh - 32px);padding:64px 44px 36px;border:0;border-radius:28px;color:var(--ink);background:#fff;overflow-y:auto;overscroll-behavior:contain}.feature-dialog[open]{animation:dialog-in .25s var(--ease)}.feature-dialog::backdrop{background:#241b3266;backdrop-filter:blur(7px)}.dialog-close{position:absolute;right:16px;top:16px}.feature-dialog h2{font-size:2.25rem;line-height:1.15;margin:12px 0 22px}.feature-dialog>p:not(.eyebrow){color:var(--muted);font-size:1.0625rem;line-height:1.65}.feature-dialog ul{padding:0;list-style:none}.feature-dialog li{padding:14px 0;border-top:1px solid var(--line);font-size:1rem}.feature-dialog .detail-note{font-size:.8125rem!important;border-top:1px solid var(--line);padding-top:22px;margin-top:24px}
/* Consistent secondary routes and footer */
.page-hero{padding:76px 0 56px}.page-hero .wrap{max-width:860px}.page-hero h1{font-size:clamp(2.25rem,5vw,4rem);line-height:1.1}.page-hero .lede{font-size:1.1875rem;max-width:670px}.page-hero .eyebrow{margin-bottom:16px}.card,.price,.resource,.mock{box-shadow:none;border-color:var(--line)}.card{padding:28px;min-height:220px}.info-panel p,.card p{font-size:1rem}.callout{background:#f0eaf3;padding:40px;border-radius:24px}.plan-row{border-radius:18px;gap:20px;padding:26px}.plan-cap span,.plan-team span,.plan-price span,.plan-price small,.price-footnote{font-size:.8125rem}.plan-name p:last-child{font-size:.9375rem}.enterprise-example{background:white}.resource-body p{font-size:1rem}.footer{padding:48px 0 24px;background:#f6f5f7;color:var(--ink);font-size:.875rem}.footer-intro{display:flex;align-items:center;justify-content:space-between;gap:24px;border-bottom:1px solid var(--line);padding-bottom:28px;margin-bottom:28px}.footer-intro p{font-size:.875rem;color:var(--muted);margin:0}.footer .brand{display:flex;color:var(--ink);margin:0}.footer .brand-word{color:var(--ink);font-size:1rem}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.footer-links summary{font-size:.875rem;font-weight:600;list-style:none;pointer-events:none;margin-bottom:10px}.footer-links summary::-webkit-details-marker{display:none}.footer-links a{font-size:.875rem;color:var(--muted);margin:0;padding:7px 0}.footer a:hover{text-decoration:underline}.footer-bottom{border-color:var(--line);margin-top:28px;padding-top:20px;font-size:.75rem;color:var(--muted);align-items:center}.footer-powered{margin:0;font-size:.75rem;letter-spacing:0;color:var(--muted)}.footer-powered strong{color:var(--purple);font-size:.9375rem;letter-spacing:0;font-family:Georgia,serif}.reveal-ready{animation:reveal-in .6s var(--ease) both}@keyframes reveal-in{from{opacity:.65;transform:translateY(14px)}to{opacity:1;transform:none}}@keyframes menu-in{from{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:none}}@keyframes dialog-in{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}
@media(min-width:901px){.menu-btn{display:none}.footer-links details:not([open])>div{display:block}}
@media(max-width:1000px){.navlinks{gap:17px}.navbar{gap:18px}.story-rail{grid-auto-columns:calc((100% - 20px)/2)}.hero-product{padding:28px 28px 0}.window-content{padding:26px;gap:20px}.window-welcome h2{font-size:2rem}}
@media(max-width:900px){.navlinks,.nav-actions .link-login{display:none}.nav-actions{margin-left:auto}.menu-btn{display:flex}.navbar{padding-inline:20px}.section{padding:72px 0}.section-head{gap:24px}.page-hero{padding-top:56px}.home-hero{padding-top:48px}.window-content{grid-template-columns:.9fr 1.1fr}.audience-copy{padding:32px}.footer-intro{align-items:start;flex-direction:column;gap:12px}.enterprise-grid{grid-template-columns:1fr}}
@media(max-width:620px){:root{--nav-height:52px}.container{padding-inline:24px}.navbar{padding-inline:16px}.brand img{width:26px;height:26px}.brand-word{font-size:1rem;letter-spacing:-.02em}.nav-actions{gap:0}.launch-notice{font-size:.75rem;padding:10px 24px}.home-hero{padding:38px 0 22px}.home-hero .eyebrow{font-size:.8125rem;margin-bottom:14px}.home-hero h1{font-size:2.375rem;line-height:1.08;letter-spacing:-.045em;max-width:365px;margin-bottom:20px}.home-hero h1 br{display:none}.hero-description{font-size:1.0625rem;line-height:1.5;max-width:340px}.desktop-break{display:none}.home-hero .hero-actions{gap:19px;margin:24px 0 32px}.btn{font-size:.9375rem;padding:11px 20px}.text-link{font-size:.9375rem}.hero-product{border-radius:23px;padding:20px 18px 0;max-width:390px}.product-window{border-radius:17px 17px 0 0}.window-bar{height:32px;font-size:.625rem;padding:0 10px}.window-dots{font-size:.5rem;letter-spacing:2px}.window-content{display:block;padding:14px;background:#f7f3f8}.window-welcome{display:none}.daily-preview{padding:18px 16px;border-radius:16px}.daily-header{font-size:1rem;margin-bottom:14px}.affirmation{padding:15px}.affirmation p{font-size:1rem}.preview-row{padding:16px 0;gap:9px}.preview-row strong{font-size:.8125rem}.preview-row div>span{font-size:.6875rem}.preview-tools>span{font-size:.6875rem;padding:10px 3px}.preview-tools b{font-size:1.25rem;margin-bottom:3px}.product-caption{font-size:.6875rem;margin-top:12px}.section{padding:60px 0}.section-head{display:flex;flex-direction:column;align-items:start;margin-bottom:28px;gap:16px}.section-head h2,.center-heading h2,.availability-section h2{font-size:2rem;letter-spacing:-.035em}.section-head p{font-size:1rem}.story-section .container{padding-right:0}.story-section .section-head,.rail-controls{padding-right:24px}.story-rail{grid-auto-columns:calc(100% - 48px);gap:14px;padding-right:24px}.story-card{padding:28px 24px 70px;min-height:425px;border-radius:24px}.story-card h3{font-size:1.75rem}.story-card>p:not(.eyebrow){max-width:270px}.plus-button{width:44px;height:44px;bottom:18px;right:18px}.story-visual{max-width:290px}.care-visual i{font-size:.6875rem}.center-heading>p:last-child{font-size:1.0625rem}.audience-tabs{margin:24px auto}.audience-tabs button{padding:10px 20px;font-size:.875rem}.audience-panel{border-radius:20px}.audience-copy{padding:26px 24px}.audience-copy h3{font-size:1.5rem}.audience-copy p{font-size:1rem}.audience-panel>img{min-height:200px;object-fit:cover;object-position:left top}.platform-pills{gap:7px;margin:26px 0}.platform-pills>span{min-width:0;flex:1;padding:13px 9px;border-radius:13px;font-size:.875rem;max-width:140px}.platform-pills small{font-size:.6875rem}.availability-section>div>p:not(.eyebrow){font-size:1.0625rem}.faq summary{font-size:1rem;padding:21px 0;gap:12px}.feature-dialog{padding:65px 26px 28px;border-radius:24px}.feature-dialog h2{font-size:1.875rem}.feature-dialog>p:not(.eyebrow){font-size:1rem}.page-hero{padding:42px 0 32px}.page-hero h1{font-size:2.375rem;line-height:1.1}.page-hero .lede{font-size:1.0625rem;line-height:1.55}.page-hero .hero-actions{gap:14px}.card{padding:24px;min-height:0}.split{gap:30px}.card .icon{margin-bottom:20px}.feature-band{padding:26px;min-height:240px}.feature-band h2{font-size:2rem!important}.callout{padding:28px}.callout h2{font-size:2rem}.footer{padding-top:32px}.footer-intro{margin-bottom:12px;padding-bottom:24px}.footer-links{display:block}.footer-links details{border-bottom:1px solid var(--line)}.footer-links summary{pointer-events:auto;cursor:pointer;display:flex;justify-content:space-between;align-items:center;padding:16px 0;min-height:52px;margin:0;font-size:.875rem}.footer-links summary:after{content:'+';font-size:18px}.footer-links details[open] summary:after{content:'−'}.footer-links details>div{padding-bottom:12px}.footer-links a{padding:10px 0;min-height:40px}.footer-bottom{align-items:start;gap:10px;font-size:.75rem}.footer-powered{font-size:.75rem}}
@media(max-width:360px){.container{padding-inline:20px}.home-hero h1{font-size:2.125rem}.hero-product{padding:15px 10px 0}.window-content{padding:10px}.daily-preview{padding:14px}.story-section .container{padding-left:20px}.mobile-navigation{padding-inline:20px}.home-hero .hero-actions{gap:12px}.home-hero .btn{padding-inline:16px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}.story-rail{scroll-behavior:auto}}

/* Allow dense product previews to shrink within narrow grids. */
.split > *, .mock, .mock-body {min-width:0}
@media(max-width:620px){.mock-row{flex-wrap:wrap}.mock-row > *{min-width:0}}

/* Keep one complete navigation row, or switch the whole row to the menu. */
@media(max-width:1100px){.navlinks,.nav-actions .link-login{display:none}.nav-actions{margin-left:auto}.menu-btn{display:flex}}

.mobile-nav-top .icon-button{border-radius:8px}.mobile-nav-top>span:focus{outline:none}

/* Shared finishing treatments for supporting pages. */
.resource-visual{height:136px;background:#eee9f1!important;color:#5b4968;padding:22px 26px;display:flex;align-items:flex-start;justify-content:space-between}.resource-visual span{font-size:10px;letter-spacing:.12em;max-width:100px;line-height:1.7}.resource-visual b{font-size:58px;line-height:1;font-weight:400;letter-spacing:-.06em}.resource-body .text-link{margin-top:14px}.resource-body{display:flex;flex-direction:column;flex:1}.resource-body .text-link{margin-top:auto;padding-top:14px}.resource{display:flex;flex-direction:column}.card:not(.preview-trigger):hover{transform:none;box-shadow:none}.plan-row.featured{border:1px solid #c9bfce;box-shadow:none}.plan-row .btn{white-space:normal;text-align:center}.shell-top,.shell-list>div{gap:8px}.shell-list>div>span{min-width:0}.shell-list small{overflow-wrap:anywhere}@media(max-width:620px){.shell-top{flex-wrap:wrap}.shell-brand{font-size:10px}.shell-list>div{flex-wrap:wrap}.shell-list em{margin-left:36px}.product-shell{min-width:0}}

.family-access{max-width:720px;margin:auto;text-align:center}.family-access h2{margin:12px 0 20px}.family-access>p:last-child{max-width:580px;margin:auto;color:var(--muted);font-size:1.125rem}

.trust-row{background:#f7f5f8;border-block:1px solid var(--line)}.trust-grid{padding-block:28px;gap:24px}.trust-grid b{font-size:15px}.trust-grid span{font-size:13px}.product-shell{width:100%}.hover-preview{display:none!important}.preview-trigger{cursor:pointer}.preview-trigger:focus-visible{outline:2px solid #53455e;outline-offset:3px}main details,main [id]{scroll-margin-top:80px}@media(max-width:620px){.trust-grid{grid-template-columns:1fr 1fr;gap:22px}.trust-grid b{font-size:14px}.trust-grid span{font-size:12px}}
.feature-dialog .product-modal-head{min-height:0;padding:0;background:none}.feature-dialog .product-modal-icon{width:44px;height:44px;border-radius:12px;background:#f2eef5;box-shadow:none}.feature-dialog .product-modal-body{padding:22px 0 0}.feature-dialog .modal-meta{display:flex;flex-wrap:wrap;gap:8px}.feature-dialog .modal-meta span{padding:6px 10px;background:#f5f2f7;border-radius:7px;font-size:12px}.feature-dialog .product-modal-body p{font-size:16px;line-height:1.6}

.capacity-plan{grid-template-columns:1.6fr 1fr 1fr auto}.capacity-plan .plan-cap strong{font-size:18px}@media(max-width:900px){.capacity-plan{grid-template-columns:1fr 1fr}.capacity-plan .plan-name{grid-column:1/-1}}@media(max-width:620px){.capacity-plan .btn{grid-column:1/-1}}

/* Personal and professional account choices */
.account-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.account-options .card{display:flex;flex-direction:column;align-items:flex-start;gap:16px}.account-options .card p{margin:0}.account-options .card a{margin-top:auto}.account-options h2{font-size:clamp(1.7rem,3vw,2.4rem)}@media(max-width:700px){.account-options{grid-template-columns:1fr;gap:16px}}

/* Compliance navigation and verified scope */
.policy-footer-links{display:flex;flex-wrap:wrap;gap:8px 22px;max-width:1160px;margin:24px auto 0;padding:20px 24px;border-top:1px solid #dcd4df}.policy-footer-links a{font-size:.8rem;min-height:32px;display:inline-flex;align-items:center;text-decoration:underline;text-underline-offset:3px;color:#51405f}.product-review-note{padding-top:18px;padding-bottom:18px;font-size:.84rem;color:#53475c;background:#f4eff5;line-height:1.55}.medical-note{font-size:.85rem;color:#5d5263;padding-top:20px;padding-bottom:24px;line-height:1.6}.medical-note a{text-decoration:underline}.preview-label,.product-caption{color:#605668!important}.page-hero .lede,.card p{color:#655d69} :focus-visible{outline:3px solid #59456b;outline-offset:4px}.skip:focus{z-index:1000}.product-modal[aria-hidden="true"]{display:none}section[id],main[id]{scroll-margin-top:80px}

/* Heading levels follow document structure while retaining the existing visual scale. */
.card-heading{font-size:1.5rem;line-height:1.2;letter-spacing:-.025em;margin-bottom:8px}.shell-main .preview-heading{font-size:28px;letter-spacing:-.035em;margin:0 0 4px}
