:root{--bg: #fbfcfa;--surface: #f1f4f0;--surface-strong: #e3ebe4;--ink: #191c1d;--muted: #53605a;--line: #d7ddd8;--primary: #012d1d;--secondary: #2c694e;--accent: #aeeecb;--warm: #f4eadc}*{box-sizing:border-box}html{scroll-behavior:smooth}::view-transition-old(root),::view-transition-new(root){animation-duration:.22s;animation-timing-function:ease}body{margin:0;background:radial-gradient(circle at top left,rgba(174,238,203,.35),transparent 28rem),linear-gradient(180deg,#ffffff 0%,var(--bg) 100%);color:var(--ink);font-family:Plus Jakarta Sans,system-ui,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}img{display:block;width:100%}.shell{width:min(1180px,calc(100% - 48px));margin:0 auto}.topbar{position:sticky;top:0;z-index:20;border-bottom:1px solid rgba(215,221,216,.85);background:#ffffffe0;backdrop-filter:blur(16px)}.topbar-inner,.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:24px}.topbar-inner{min-height:78px}.brand{color:var(--primary);font-weight:800;letter-spacing:-.03em}nav{display:flex;gap:24px;color:var(--muted)}nav a.active,nav a:hover,.footer-links a:hover,.section-head a{color:var(--primary)}.button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 20px;border-radius:999px;font-weight:700;text-align:center}.button-solid{background:var(--primary);color:#fff}.button-outline{border:1px solid var(--primary);color:var(--primary)}.button-ghost{border:1px solid var(--line)}.button-light{background:#fff;color:var(--primary)}.button-on-dark{border-color:#ffffff9e;color:#fff}.hero,.page-hero{display:grid;gap:32px;padding:72px 0}.hero{grid-template-columns:1fr 1fr;align-items:center}.hero>div:first-child{position:relative}.hero>div:first-child:before{content:"";position:absolute;inset:-24px auto auto -28px;width:84px;height:84px;border-left:1px solid var(--line);border-top:1px solid var(--line)}.hero h1,.page-hero h1{margin:12px 0 18px;color:var(--primary);font-size:clamp(2rem,4vw,3.25rem);line-height:1.05;letter-spacing:-.04em}.hero p,.page-hero p,.card p,.mini-card p,.curriculum p{color:var(--muted);line-height:1.7}.hero-visual img{height:min(620px,70vh);object-fit:cover;border-radius:28px;box-shadow:0 30px 80px #012d1d29}.eyebrow,.pill{display:inline-flex;width:fit-content;border-radius:999px;font-size:.78rem;font-weight:700}.eyebrow{color:var(--secondary);text-transform:uppercase;letter-spacing:.08em}.pill{padding:8px 12px;background:var(--accent);color:var(--primary)}.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.section{padding:72px 0}.signal-strip{display:flex;flex-wrap:wrap;gap:14px;align-items:center;padding:18px 22px;border:1px solid var(--line);border-radius:999px;background:#ffffffbd}.signal-strip span{color:var(--muted)}.section-tint{background:var(--surface)}.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:24px}.section h2,.mini-card h2,.curriculum h2{margin:0;color:var(--primary)}.article-grid,.product-grid,.trio{display:grid;gap:20px}.article-grid{grid-template-columns:repeat(3,1fr)}.article-grid-wide,.product-grid,.product-grid-full{grid-template-columns:repeat(2,1fr)}.card,.mini-card{overflow:hidden;border:1px solid var(--line);border-radius:24px;background:#fff;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.card:hover,.mini-card:hover{transform:translateY(-4px);border-color:#012d1d2e;box-shadow:0 18px 42px #012d1d1a}.article-card img{height:230px;object-fit:cover}.card-body{display:grid;gap:12px;padding:24px}.card h3{margin:0;color:var(--primary);font-size:1.25rem}.card p{margin:0}.card small{color:var(--muted)}.product-card{display:grid;grid-template-rows:auto 1fr;border-radius:16px;background:#fff;box-shadow:0 8px 24px #012d1d0f}.product-card:hover{transform:translateY(-3px);border-color:#2c694e52;box-shadow:0 16px 34px #012d1d1f}.product-media{position:relative;display:grid;aspect-ratio:1 / 1;place-items:center;background:radial-gradient(circle at top left,rgba(174,238,203,.35),transparent 56%),var(--surface-strong);color:var(--secondary);overflow:hidden}.product-media img{width:100%;height:100%;min-height:0;object-fit:cover}.product-media span{font-size:2rem}.product-badge{position:absolute;top:10px;left:10px;max-width:calc(100% - 20px);padding:6px 9px;border-radius:999px;background:#012d1de6;color:#fff;font-size:.72rem;font-weight:800}.product-card-body{display:grid;gap:9px;padding:14px}.product-title{display:-webkit-box;min-height:2.8em;overflow:hidden;color:var(--primary);font-size:.98rem;font-weight:800;line-height:1.4;-webkit-box-orient:vertical;-webkit-line-clamp:2}.product-card-body p{display:-webkit-box;min-height:3.9em;overflow:hidden;margin:0;color:var(--muted);font-size:.84rem;line-height:1.55;-webkit-box-orient:vertical;-webkit-line-clamp:3}.product-meta{display:grid;gap:2px;padding-top:4px;border-top:0}.product-meta strong{color:#d9480f;font-size:1.12rem;letter-spacing:-.02em}.product-meta span{color:var(--muted);font-size:.76rem}.product-meta a{color:var(--secondary);font-weight:700}.product-actions,.product-buy-actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}.product-actions{display:grid;grid-template-columns:1fr .7fr;margin-top:3px}.product-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 10px;border:1px solid var(--line);border-radius:10px;font-size:.78rem;font-weight:800}.product-actions .product-pay-link{background:var(--primary);border-color:var(--primary);color:#fff}.marketplace-head{align-items:center}.marketplace-sort{display:flex;flex-wrap:wrap;gap:12px;align-items:center;color:var(--muted);font-size:.9rem;font-weight:700}.marketplace-sort a{color:var(--secondary)}.marketplace-toolbar{display:flex;gap:10px;overflow-x:auto;margin-bottom:18px;padding:14px;border:1px solid var(--line);border-radius:18px;background:#ffffffc2;scrollbar-width:none}.marketplace-toolbar::-webkit-scrollbar{display:none}.marketplace-toolbar span{flex:0 0 auto;padding:9px 13px;border-radius:999px;background:var(--surface);color:var(--primary);font-size:.84rem;font-weight:800}.marketplace-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.product-hero{max-width:880px}.product-proof{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:-28px}.product-proof div{display:grid;gap:8px;padding:22px;border:1px solid var(--line);border-radius:24px;background:#ffffffd1}.product-proof strong,.product-buy-box strong{color:var(--primary)}.product-proof span,.product-buy-box span,.product-specs dd,.product-general-faq p,.product-faq p{color:var(--muted);line-height:1.7}.product-detail-list{background:linear-gradient(180deg,transparent 0%,var(--surface) 12%,var(--surface) 100%)}.product-detail-list-compact{padding-top:44px}.product-detail-block{display:grid;grid-template-columns:.9fr 1.1fr;gap:22px;align-items:start;padding:34px;border:1px solid rgba(215,221,216,.85);border-radius:34px;background:#ffffffc7}.product-detail-block+.product-detail-block{margin-top:34px}.product-detail-visual{position:sticky;top:110px;overflow:hidden;border-radius:28px;box-shadow:0 24px 60px #012d1d24}.product-detail-visual img{min-height:420px;object-fit:cover}.product-detail-copy{display:grid;gap:18px}.product-kicker{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.product-detail-copy h2{margin:0;color:var(--primary);font-size:clamp(1.8rem,3vw,2.6rem);line-height:1.1;letter-spacing:-.04em}.product-detail-copy>p{margin:0;color:var(--muted);font-size:1.03rem;line-height:1.8}.product-buy-box{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:18px;border:1px solid var(--line);border-radius:22px;background:#fff}.product-buy-box div{display:grid;gap:4px}.product-buy-box span{font-size:.84rem;font-weight:700}.product-buy-box strong{font-size:1.5rem}.product-buy-actions .button{width:auto}.product-specs{display:grid;gap:12px;margin:0}.product-specs div{padding:16px;border:1px solid var(--line);border-radius:18px;background:#ffffffb8}.product-specs dt{margin-bottom:6px;color:var(--primary);font-size:.86rem;font-weight:800}.product-specs dd{margin:0}.product-package,.product-preview,.product-faq{grid-column:span 1}.check-list{display:grid;gap:12px;margin:0;padding:0;list-style:none}.check-list li{position:relative;padding-left:28px;color:var(--ink);line-height:1.65}.check-list li:before{content:"✓";position:absolute;left:0;top:0;color:var(--secondary);font-weight:900}.preview-stack{display:grid;gap:12px}.preview-stack div{display:grid;grid-template-columns:38px 1fr;gap:12px;align-items:center;padding:14px;border-radius:18px;background:var(--surface)}.preview-stack span{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:#fff;color:var(--secondary);font-weight:800}.preview-stack p{margin:0}.product-faq details,.product-general-faq details{padding:16px 0;border-top:1px solid var(--line)}.product-faq details:first-of-type{border-top:0}.product-faq summary,.product-general-faq summary{cursor:pointer;color:var(--primary);font-weight:800}.product-faq p,.product-general-faq p{margin:10px 0 0}.faq-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.faq-grid details{padding:22px;border:1px solid var(--line);border-radius:22px;background:#fff}.product-cta h2{max-width:880px}.product-page{padding:72px 0 0}.product-page-hero{display:grid;grid-template-columns:1fr .9fr;gap:34px;align-items:center}.product-page-copy{display:grid;gap:18px}.product-page-copy h1{margin:0;color:var(--primary);font-size:clamp(2.3rem,5vw,4.2rem);line-height:1.02;letter-spacing:-.055em}.product-page-copy>p{margin:0;color:var(--muted);font-size:1.08rem;line-height:1.8}.product-page-visual{overflow:hidden;border-radius:34px;background:var(--surface-strong);box-shadow:0 30px 80px #012d1d24}.product-page-visual img{min-height:440px;object-fit:cover}.product-page-buy{margin-top:8px}.product-page-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:42px}.product-page-spec{grid-column:1 / -1}.product-page-faq{padding-bottom:0}.spotlight{margin:72px auto;padding:56px;border-radius:32px;background:var(--primary);color:#fff;position:relative;overflow:hidden}.spotlight p{max-width:720px;color:#ffffffc7}.spotlight:after{content:"";position:absolute;right:-80px;bottom:-100px;width:280px;height:280px;border-radius:50%;background:#aeeecb24}.page-hero{max-width:760px}.trio{grid-template-columns:repeat(3,1fr)}.chip-row{display:flex;flex-wrap:wrap;gap:10px}.chip-row span,.chip-row button{padding:10px 14px;border-radius:999px;background:#fff;border:1px solid var(--line);color:var(--secondary);font-size:.9rem;font-weight:700}.chip-row button{cursor:pointer}.chip-row button.active{background:var(--primary);border-color:var(--primary);color:#fff}.is-hidden{display:none}.article-tools{display:grid;gap:18px;margin-bottom:24px}.search-box{display:grid;gap:8px;max-width:620px}.search-box span{color:var(--primary);font-size:.86rem;font-weight:800}.search-box input{width:100%;min-height:54px;border:1px solid var(--line);border-radius:18px;background:#fff;color:var(--ink);font:inherit;padding:0 18px;outline:none}.search-box input:focus{border-color:var(--secondary);box-shadow:0 0 0 4px #aeeecb59}.empty-state{padding:22px;border:1px dashed var(--line);border-radius:20px;color:var(--muted);background:#ffffffb8}.pagefind-shell{display:grid;grid-template-columns:.7fr 1.3fr;gap:28px;align-items:start;margin-bottom:34px;padding:28px;border:1px solid var(--line);border-radius:28px;background:#fff}.pagefind-shell h2{margin:10px 0 0;color:var(--primary)}.pagefind-ui{--pagefind-ui-primary: var(--primary);--pagefind-ui-text: var(--ink);--pagefind-ui-background: #ffffff;--pagefind-ui-border: var(--line);--pagefind-ui-border-width: 1px;--pagefind-ui-border-radius: 18px;--pagefind-ui-font: "Plus Jakarta Sans", system-ui, sans-serif}.manifesto{margin-top:18px;padding:0 0 32px}.manifesto p{max-width:820px;margin:0;color:var(--primary);font-size:clamp(1.25rem,2vw,1.7rem);line-height:1.5;font-weight:700}.article-detail{max-width:860px;padding:72px 0}.breadcrumb{display:block;margin-bottom:24px;color:var(--muted);font-size:.9rem}.breadcrumb ol{display:flex;flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none}.breadcrumb li:not(:last-child):after{content:"/";margin-left:8px;color:var(--line)}.breadcrumb a{color:var(--secondary);font-weight:700}.article-detail header{margin-bottom:28px}.article-detail h1{margin:12px 0 16px;color:var(--primary);font-size:clamp(2rem,4vw,3rem);line-height:1.1;letter-spacing:-.04em}.article-detail header p{color:var(--muted);font-size:1.08rem;line-height:1.8}.article-detail>img{height:min(520px,60vh);object-fit:cover;border-radius:28px;margin-bottom:30px}.article-meta{display:flex;gap:16px;color:var(--muted);font-size:.92rem}.prose{color:var(--ink);font-size:1.05rem;line-height:1.9}.prose p{margin:0 0 20px}.article-editor-note,.article-toc,.article-product-cta{margin:26px 0;padding:22px;border:1px solid var(--line);border-radius:24px;background:#fff}.article-editor-note p,.article-product-cta p{margin:10px 0 0;color:var(--muted);line-height:1.7}.article-toc ol{display:grid;gap:10px;margin:14px 0 0;padding-left:18px}.article-toc a{color:var(--primary);font-weight:700}.article-toc .toc-depth-3{margin-left:18px;color:var(--muted)}.article-product-cta{display:flex;justify-content:space-between;gap:20px;align-items:center;background:var(--surface)}.article-product-cta h2{margin:8px 0 0;color:var(--primary);font-size:1.35rem}.article-share-box,.next-article-card{display:flex;justify-content:space-between;gap:20px;margin-top:42px;padding:24px;border:1px solid var(--line);border-radius:26px;background:#fff}.article-share-box h2{margin:8px 0 0;color:var(--primary);font-size:1.25rem}.article-share-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center;justify-content:flex-end}.article-share-actions .button{min-height:42px}.related-articles{margin-top:54px}.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.related-card{display:grid;gap:10px;padding:20px;border:1px solid var(--line);border-radius:22px;background:#fff}.related-card span,.next-article-card span{color:var(--secondary);font-size:.78rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.related-card strong,.next-article-card strong{color:var(--primary);line-height:1.35}.related-card small{color:var(--muted)}.next-article-card{display:grid}.editorial-callout{margin:28px 0;padding:22px;border-left:4px solid var(--secondary);border-radius:18px;background:var(--surface)}.editorial-callout span{display:block;margin-bottom:8px;color:var(--secondary);font-size:.82rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.editorial-callout p{margin:0}.about-grid,.contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.contact-grid .mini-card{display:grid;align-content:start;gap:12px}.contact-grid .button{margin-top:8px;width:fit-content}.legal-page{max-width:860px;color:var(--muted);font-size:1.04rem;line-height:1.85}.legal-page h2{margin:30px 0 10px;color:var(--primary)}.legal-page h2:first-child{margin-top:0}.legal-page a{color:var(--secondary);font-weight:800}.about-statement{max-width:860px}.about-statement h2{margin-top:14px;font-size:clamp(1.6rem,3vw,2.3rem);line-height:1.35}.mini-card{padding:24px}.mini-card span{color:var(--secondary);font-weight:800}.curriculum{display:grid;grid-template-columns:.8fr 1.2fr;gap:40px;align-items:start}.curriculum ol{margin:0;display:grid;gap:14px}.curriculum li{padding:18px 20px;border-radius:18px;background:#fff}.footer{margin-top:72px;border-top:1px solid var(--line);background:var(--surface)}.footer-inner{min-height:140px}.footer p{color:var(--muted)}.footer-links{display:flex;flex-wrap:wrap;gap:18px;color:var(--muted)}.fab{position:fixed;right:24px;bottom:24px;display:grid;place-items:center;width:56px;height:56px;border-radius:50%;background:var(--secondary);color:#fff;box-shadow:0 20px 40px #012d1d38}@media(max-width:860px){body{background:radial-gradient(circle at top,rgba(174,238,203,.32),transparent 20rem),linear-gradient(180deg,#ffffff 0%,var(--bg) 100%)}.shell{width:min(100% - 32px,1180px)}.topbar{position:sticky}.topbar-inner{align-items:flex-start;flex-direction:column;gap:12px;min-height:auto;padding:14px 0}.brand{font-size:1.05rem}.primary-nav{width:100%;gap:8px;overflow-x:auto;padding:2px 0 8px;scrollbar-width:none}.primary-nav::-webkit-scrollbar{display:none}.primary-nav a{flex:0 0 auto;padding:9px 12px;border:1px solid var(--line);border-radius:999px;background:#ffffffc7;font-size:.86rem;font-weight:700}.primary-nav a.active{background:var(--primary);border-color:var(--primary);color:#fff}.topbar .button{display:none}.hero,.article-grid,.article-grid-wide,.product-grid,.product-grid-full,.product-page-hero,.product-page-grid,.product-proof,.product-detail-block,.faq-grid,.about-grid,.contact-grid,.pagefind-shell,.trio,.curriculum{grid-template-columns:1fr}.hero{gap:24px;padding-top:28px}.hero>div:first-child:before{display:none}.hero-visual{order:-1}.hero-visual img{height:300px;border-radius:22px}.product-card{grid-template-columns:none}.product-media img{min-height:0}.product-proof{margin-top:-16px}.product-detail-block{padding:18px;border-radius:26px}.product-detail-visual{position:static;border-radius:22px}.product-detail-visual img{min-height:260px}.product-page{padding-top:42px}.product-page-visual img{min-height:260px}.product-page-spec{grid-column:auto}.product-buy-box{align-items:stretch;flex-direction:column}.product-package,.product-preview,.product-faq{grid-column:auto}.section,.page-hero,.article-detail{padding:42px 0}.hero h1,.page-hero h1,.article-detail h1{font-size:clamp(2rem,11vw,2.65rem);line-height:1.08}.hero p,.page-hero p,.article-detail header p{font-size:1rem;line-height:1.72}.actions{display:grid;grid-template-columns:1fr;gap:10px}.button{width:100%;min-height:50px}.signal-strip{border-radius:22px;padding:16px}.section-head{align-items:flex-start;flex-direction:column}.article-card img{height:210px}.card-body,.mini-card{padding:20px}.product-meta{align-items:flex-start;flex-direction:column}.product-actions,.product-buy-actions{width:100%;justify-content:stretch}.marketplace-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.product-actions a,.product-buy-actions .button{width:100%}.pagefind-shell{padding:20px;border-radius:24px}.pagefind-ui__form{margin-top:12px!important}.search-box input{min-height:50px}.chip-row{flex-wrap:nowrap;overflow-x:auto;padding-bottom:6px;scrollbar-width:none}.chip-row::-webkit-scrollbar{display:none}.chip-row button,.chip-row span{flex:0 0 auto}.article-detail>img{height:260px;border-radius:22px}.article-share-box,.article-product-cta,.article-share-actions,.related-grid{display:grid;grid-template-columns:1fr}.contact-grid .button{width:100%}.article-meta,.breadcrumb ol{gap:10px}.prose{font-size:1rem;line-height:1.82}.curriculum ol{padding-left:20px}.spotlight{margin:48px auto;padding:28px}.footer-inner{align-items:flex-start;flex-direction:column;justify-content:center;padding:28px 0}.footer-links{gap:12px}.fab{right:16px;bottom:16px;width:52px;height:52px}}@media(max-width:420px){.shell{width:min(100% - 24px,1180px)}.hero-visual img{height:240px}.article-card img{height:190px}.spotlight{border-radius:24px}}.astro-route-announcer{position:absolute;left:0;top:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap;width:1px;height:1px}
