: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)}.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-columns:120px 1fr}.product-mark{display:grid;place-items:center;background:var(--surface-strong);color:var(--secondary);font-size:2rem}.product-meta{display:flex;justify-content:space-between;align-items:center;gap:16px;padding-top:12px;border-top:1px solid var(--line)}.product-meta a{color:var(--secondary);font-weight:700}.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}.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{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.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,.about-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:1fr}.product-mark{min-height:120px}.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-mark{min-height:92px}.product-meta{align-items:flex-start;flex-direction:column}.product-meta a{width:100%;padding:12px 14px;border-radius:999px;background:var(--surface);text-align:center}.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-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}
