:root { --ink:#232423; --muted:#696d69; --line:#dedfdc; --canvas:#f7f8f7; --surface:#fff; --dark:#1f211f; --orange:#a85e3b; --orange-dark:#87472d; --green:#4d735d; font-family:"DM Sans",system-ui,sans-serif; color:var(--ink); background:var(--canvas); }
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--canvas);-webkit-font-smoothing:antialiased}a{color:inherit}.prototype-note{height:28px;display:grid;place-items:center;background:#9a5437;color:#fff8ef;font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.site-header{height:72px;max-width:1240px;margin:auto;padding:0 26px;display:flex;align-items:center;gap:10px}.site-brand,.footer-brand{display:flex;align-items:center;gap:10px;text-decoration:none;font-size:21px;font-weight:700;letter-spacing:-.04em}.site-header nav{display:flex;gap:24px;margin-left:auto}.site-header nav a{color:var(--muted);font-size:13px;text-decoration:none}.site-header nav a:hover{color:var(--ink)}.header-action{margin-left:0;padding:10px 16px;border:1px solid var(--line);border-radius:7px;background:var(--surface);font-size:12px;font-weight:600;text-decoration:none}.hero{max-width:1240px;min-height:620px;margin:auto;padding:80px 40px 90px;display:grid;grid-template-columns:1.04fr .96fr;align-items:center;gap:60px}.eyebrow{margin:0 0 16px;color:var(--orange);font-size:11px;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.hero h1{max-width:720px;margin:0;font-size:72px;line-height:.98;letter-spacing:-.065em}.hero-lead{max-width:590px;margin:26px 0 0;color:var(--muted);font-size:18px;line-height:1.65}.hero-actions{display:flex;align-items:center;gap:8px;margin-top:34px}.primary-action,.secondary-action{min-height:46px;padding:0 20px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-size:13px;font-weight:700}.primary-action{position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.25);background:rgba(155,82,49,.92);color:#fff;box-shadow:0 8px 24px rgba(118,59,35,.18),inset 0 1px 0 rgba(255,255,255,.28);backdrop-filter:blur(12px);transition:.25s}.primary-action:hover{transform:translateY(-2px);background:var(--orange-dark)}.secondary-action{border:1px solid var(--line);background:rgba(255,255,255,.62);backdrop-filter:blur(12px)}.hero-note{margin:12px 0 0;color:#959995;font-size:10px}.hero-art{position:relative;height:470px;display:grid;place-items:center}.art-disc{position:absolute;width:390px;height:390px;border-radius:50%;background:#e9ddd4}.hero-art img{position:relative;width:430px;height:430px;object-fit:contain;filter:drop-shadow(0 25px 35px rgba(35,36,35,.13))}.art-label{position:absolute;padding:9px 13px;border:1px solid rgba(255,255,255,.75);border-radius:8px;background:rgba(255,255,255,.68);box-shadow:0 8px 24px rgba(35,36,35,.08);backdrop-filter:blur(12px);font-size:11px;font-weight:700}.label-one{top:75px;left:10px}.label-two{right:0;top:180px}.label-three{left:40px;bottom:75px}.trust-strip{min-height:70px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:center;gap:28px;color:#777b77;font-size:12px;font-weight:600}.trust-strip i{width:3px;height:3px;border-radius:50%;background:#b1b4b1}.feature-section,.more-features,.setup{max-width:1160px;margin:auto;padding:120px 40px}.section-intro{max-width:680px;margin-bottom:90px}.section-intro.compact{margin-bottom:52px}.section-intro h2,.final-cta h2{margin:0;font-size:46px;line-height:1.1;letter-spacing:-.05em}.section-intro>p:last-child{margin:20px 0 0;color:var(--muted);font-size:16px;line-height:1.65}.feature-row{min-height:470px;border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}.feature-row.reverse .feature-copy{order:2}.feature-copy{max-width:480px}.feature-number{color:#aaaEaa;font-size:11px}.feature-copy h3{margin:12px 0 16px;font-size:35px;letter-spacing:-.045em}.feature-copy p{margin:0;color:var(--muted);font-size:15px;line-height:1.75}.feature-copy a{display:inline-block;margin-top:22px;color:var(--orange);font-size:12px;font-weight:700;text-decoration:none}.feature-art{height:360px;border-radius:16px;display:grid;place-items:center;overflow:hidden}.feature-art.warm{background:#ede0d7}.feature-art.blue{background:#dde5ea}.feature-art.green{background:#dfe8e1}.feature-art.plum{background:#e7dfe7}.feature-art img{width:340px;height:340px;object-fit:contain}.more-features{border-top:1px solid var(--line)}.feature-list{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line)}.feature-list>div{min-height:150px;padding:26px 32px 26px 0;border-bottom:1px solid var(--line)}.feature-list>div:not(:nth-child(3n+1)){padding-left:32px;border-left:1px solid var(--line)}.feature-list h3,.setup h3{margin:0 0 9px;font-size:15px}.feature-list p,.setup li p{margin:0;color:var(--muted);font-size:12px;line-height:1.6}.setup ol{list-style:none;margin:0;padding:0;border-top:1px solid var(--line)}.setup li{min-height:95px;border-bottom:1px solid var(--line);display:grid;grid-template-columns:65px 1fr;align-items:center}.setup li>span{color:var(--orange);font-size:13px;font-weight:700}.final-cta{max-width:1160px;min-height:260px;margin:20px auto 100px;padding:48px 55px;border-radius:14px;background:var(--dark);color:#fff;display:grid;grid-template-columns:150px 1fr auto;align-items:center;gap:40px}.final-cta img{width:150px;height:150px;object-fit:contain}.final-cta h2{font-size:38px}.final-cta p:not(.eyebrow){margin:10px 0 0;color:#adb1ad;font-size:13px}.final-cta .primary-action{white-space:nowrap}footer{max-width:1160px;min-height:120px;margin:auto;padding:30px 0;border-top:1px solid var(--line);display:flex;align-items:flex-start;gap:30px;color:var(--muted);font-size:11px}footer p{margin:8px 0 0}.footer-brand{font-size:17px;color:var(--ink)}footer>div{margin-left:auto;display:flex;gap:24px}footer>div a{text-decoration:none}
@media(max-width:850px){.site-header nav{display:none}.header-action{margin-left:auto}.hero{min-height:auto;padding:55px 24px 70px;grid-template-columns:1fr;text-align:center}.hero h1{font-size:58px}.hero-lead{margin-left:auto;margin-right:auto}.hero-actions{justify-content:center}.hero-art{height:350px}.art-disc{width:300px;height:300px}.hero-art img{width:340px;height:340px}.feature-section,.more-features,.setup{padding:85px 24px}.feature-row{grid-template-columns:1fr;gap:25px;padding:55px 0}.feature-row.reverse .feature-copy{order:0}.feature-art{height:310px}.feature-list{grid-template-columns:1fr 1fr}.feature-list>div:not(:nth-child(3n+1)){padding-left:0;border-left:0}.feature-list>div:nth-child(even){padding-left:25px;border-left:1px solid var(--line)}.final-cta{margin:20px 24px 70px;grid-template-columns:110px 1fr}.final-cta img{width:110px;height:110px}.final-cta .primary-action{grid-column:2;justify-self:start}footer{margin:0 24px}}
@media(max-width:540px){.prototype-note{font-size:8px}.site-header{padding:0 16px}.site-brand{font-size:18px}.hero{padding-top:45px}.hero h1{font-size:45px}.hero-lead{font-size:15px}.hero-actions{flex-direction:column;align-items:stretch}.hero-art{height:300px}.art-disc{width:250px;height:250px}.hero-art img{width:290px;height:290px}.art-label{display:none}.trust-strip{padding:20px;flex-wrap:wrap;gap:14px 18px}.section-intro{margin-bottom:55px}.section-intro h2,.final-cta h2{font-size:34px}.feature-row{min-height:0}.feature-copy h3{font-size:29px}.feature-art{height:270px}.feature-art img{width:280px;height:280px}.feature-list{grid-template-columns:1fr}.feature-list>div,.feature-list>div:nth-child(even){min-height:115px;padding:22px 0;border-left:0}.final-cta{padding:35px 28px;display:block;text-align:center}.final-cta img{margin-bottom:20px}.final-cta .primary-action{margin-top:25px}footer{display:block}footer>div{margin-top:25px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}

/* Keep the footer mascot and copy on the same visual center line. */
footer{align-items:center}
footer p{margin:0}
.footer-brand{display:inline-flex;align-items:center;gap:10px;line-height:1;text-decoration:none}
footer>div{align-items:center}
.codex-marker{display:block;margin-top:5px;color:var(--muted);font-size:9px;letter-spacing:.04em}

/* Use the supplied transparent mascot art directly, without framing boxes. */
.site-brand img{width:68px;height:68px;object-fit:contain}.footer-brand img{width:58px;height:58px;object-fit:contain}
.art-disc{display:none}
.hero-art img{width:470px;height:470px;object-fit:contain;filter:drop-shadow(0 25px 35px rgba(35,36,35,.11))}
.feature-art,.feature-art.warm,.feature-art.blue,.feature-art.green,.feature-art.plum{height:390px;border-radius:0;background:transparent;overflow:visible}
.feature-art img{width:390px;height:390px;object-fit:contain;filter:drop-shadow(0 18px 28px rgba(35,36,35,.1))}
.final-cta{min-height:230px;grid-template-columns:1fr auto}
.pricing-principle{max-width:1080px;margin:0 auto;padding:100px 40px;border-top:1px solid var(--line);text-align:center}.pricing-principle h2{margin:0;font-size:42px;letter-spacing:-.05em}.pricing-principle>p:last-child{max-width:680px;margin:20px auto 0;color:var(--muted);font-size:15px;line-height:1.7}
.pricing-principle .pricing-donate-action{margin-top:26px}.site-header>.sauna-donate-link{margin-left:0}
@media(max-width:850px){.hero-art img{width:350px;height:350px}.feature-art{height:330px}.final-cta{grid-template-columns:1fr}.final-cta .primary-action{grid-column:auto;justify-self:start}}
@media(max-width:540px){.site-brand img{width:58px;height:58px}.hero-art img{width:300px;height:300px}.feature-art{height:290px}.feature-art img{width:300px;height:300px}.pricing-principle{padding:75px 24px}.pricing-principle h2{font-size:34px}footer>div{flex-wrap:wrap}}

/* Reuse the production homepage scenes at the two emotional bookends. */
.hero{position:relative;max-width:none;padding-left:max(40px,calc((100vw - 1160px)/2));padding-right:max(40px,calc((100vw - 1160px)/2));background-image:linear-gradient(90deg,rgba(20,10,12,.82),rgba(20,10,12,.62) 48%,rgba(20,10,12,.48)),url("hero-bg.jpg");background-size:cover;background-position:center 40%;color:#fff;overflow:hidden}
.hero-copy,.hero-art{position:relative;z-index:1}.hero .eyebrow{color:#efad83}.hero-lead{color:rgba(255,255,255,.82)}.hero-note{color:rgba(255,255,255,.62)}.hero .secondary-action{border-color:rgba(255,255,255,.32);background:rgba(255,255,255,.13);color:#fff}.hero .art-label{border-color:rgba(255,255,255,.25);background:rgba(20,16,15,.55);color:#fff}
.final-cta{position:relative;isolation:isolate;background-image:url("cta-bg.jpg");background-size:cover;background-position:center 54%;overflow:hidden}.final-cta::before{content:"";position:absolute;inset:0;z-index:-1;background:rgba(10,6,4,.62)}
@media(max-width:850px){.hero{padding-left:24px;padding-right:24px;background-image:linear-gradient(rgba(20,10,12,.7),rgba(20,10,12,.72)),url("hero-bg.jpg");background-position:center 40%}}

/* The public site shares the dashboard theme preference; dark is the first-visit default. */
:root[data-theme="dark"]{color-scheme:dark;--ink:#f1efea;--muted:#aaa69f;--line:#383a35;--canvas:#191a18;--surface:#222320;--dark:#111210;--orange:#e08a60;--orange-dark:#bd6b45;--green:#72a589}
.theme-toggle{width:38px;height:38px;flex:0 0 38px;border:1px solid var(--line);border-radius:8px;background:var(--surface);color:var(--ink);display:grid;place-items:center;font:600 17px/1 "DM Sans",sans-serif;cursor:pointer;transition:border-color .2s,transform .2s}
.theme-toggle:hover{border-color:var(--orange);transform:translateY(-1px)}
:root[data-theme="dark"] .secondary-action{background:rgba(255,255,255,.08)}
:root[data-theme="dark"] .art-label{box-shadow:0 8px 24px rgba(0,0,0,.22)}
:root[data-theme="dark"] .hero-art img,:root[data-theme="dark"] .feature-art img{filter:drop-shadow(0 20px 30px rgba(0,0,0,.28))}
@media(max-width:540px){.site-header{gap:10px}.theme-toggle{margin-left:auto}.header-action{margin-left:0;padding:9px 11px}}

/* The support server is easy to find without competing with the primary install call to action. */
.support-cta{max-width:1080px;margin:0 auto 36px;padding:34px 40px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:36px}.support-cta h2{margin:0;font-size:28px;letter-spacing:-.04em}.support-cta p:not(.eyebrow){margin:10px 0 0;color:var(--muted);font-size:13px;line-height:1.6}.support-cta .secondary-action{flex:none}footer>div{flex-wrap:wrap;justify-content:flex-end}
@media(max-width:850px){.support-cta{margin:0 24px 36px}}
@media(max-width:540px){.support-cta{padding:28px 0;align-items:flex-start;flex-direction:column;gap:22px}.support-cta h2{font-size:25px}footer>div{justify-content:flex-start}}

.reach-strip{min-height:62px;padding:16px 24px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:center;gap:10px;color:var(--muted);font-size:13px}.reach-strip p{margin:0}.reach-strip strong{color:var(--ink);font-variant-numeric:tabular-nums}.reach-pulse{width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 0 4px color-mix(in srgb,var(--green) 18%,transparent)}
