@import "https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Source+Sans+3:wght@300;400;500;600;700&display=swap";:root{--dark:#0f1724;--bg:#fafaf8;--accent:#0c7d60;--accent-light:#e4f4ec;--accent-mid:#2ead82;--accent-dark:#0a5e49;--text:#1a1d23;--text-sec:#4a5060;--text-muted:#7d8290;--border:#dfe1e6;--warm-gray:#f4f3f0;--serif:"Libre Baskerville", Georgia, serif;--sans:"Source Sans 3", -apple-system, BlinkMacSystemFont, sans-serif;--shadow-sm:0 1px 3px #0f17240f;--shadow-md:0 4px 16px #0f172414;--shadow-lg:0 12px 40px #0f17241f}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--sans);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;line-height:1.65}a{color:var(--accent);text-decoration:none;transition:color .2s}a:hover{color:var(--accent-dark)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes modalIn{0%{opacity:0;transform:scale(.95)translateY(8px)}to{opacity:1;transform:scale(1)translateY(0)}}@keyframes overlayIn{0%{opacity:0}to{opacity:1}}.nav{border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:50;background:#fffffff2;justify-content:space-between;align-items:center;padding:1rem 2.5rem;display:flex;position:sticky;top:0;box-shadow:0 1px 8px #0f17240a}.nav-brand{align-items:baseline;gap:.5rem;text-decoration:none;display:flex}.nav-brand-name{font-family:var(--serif);color:var(--dark);letter-spacing:-.01em;font-size:1.15rem;font-weight:700}.nav-brand-tag{color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;font-size:.7rem;font-weight:500}.nav-links{align-items:center;gap:2rem;display:flex}.nav-link{color:var(--text-sec);letter-spacing:.01em;font-size:.82rem;font-weight:500;text-decoration:none}.nav-link:hover,.nav-link.active{color:var(--accent)}.lang-switch{margin-left:.5rem;position:relative}.lang-current{font-family:var(--sans);letter-spacing:.04em;border:1px solid var(--border);color:var(--text-sec);cursor:pointer;background:#fff;border-radius:4px;align-items:center;gap:.35rem;padding:.3rem .7rem;font-size:.72rem;font-weight:600;transition:all .15s;display:flex}.lang-current:hover{border-color:var(--accent);color:var(--accent)}.lang-current:after{content:"";border-top:4px solid;border-left:3.5px solid #0000;border-right:3.5px solid #0000;width:0;height:0}.lang-dropdown{border:1px solid var(--border);box-shadow:var(--shadow-md);z-index:100;background:#fff;border-radius:6px;min-width:100px;display:none;position:absolute;top:calc(100% + 4px);right:0;overflow:hidden}.lang-switch.open .lang-dropdown{display:block}.lang-option{font-family:var(--sans);color:var(--text-sec);cursor:pointer;text-align:left;background:#fff;border:none;width:100%;padding:.5rem .85rem;font-size:.75rem;font-weight:500;transition:all .12s;display:block}.lang-option:hover{background:var(--bg);color:var(--accent)}.lang-option.active{color:var(--accent);font-weight:600}.hero{background:var(--dark);color:#fff;text-align:center;padding:6.5rem 2.5rem 5.5rem}.hero-inner{max-width:740px;margin:0 auto;animation:.7s ease-out fadeInUp}.hero-eyebrow{letter-spacing:.16em;text-transform:uppercase;color:#fff6;margin-bottom:2.25rem;font-size:.7rem;font-weight:600}.hero h1{font-family:var(--serif);letter-spacing:-.025em;margin-bottom:1.5rem;font-size:3.4rem;font-weight:400;line-height:1.12}.hero h1 span{color:var(--accent-mid)}.hero-hook{font-family:var(--serif);color:#ffffff80;letter-spacing:-.01em;margin-bottom:1.25rem;font-size:1.5rem;font-style:italic}.hero-sub{color:#fff9;max-width:580px;margin:0 auto;font-size:1.1rem;font-weight:300;line-height:1.75}.section{padding:5rem 2.5rem}.section-narrow{max-width:720px;margin:0 auto}.section-mid{max-width:960px;margin:0 auto}.section-wide{max-width:1100px;margin:0 auto}.section-label{letter-spacing:.13em;text-transform:uppercase;color:var(--accent);margin-bottom:1rem;font-size:.68rem;font-weight:700}.section h2{font-family:var(--serif);color:var(--dark);letter-spacing:-.015em;margin-bottom:1.75rem;font-size:2.15rem;font-weight:400;line-height:1.18}.section p{color:var(--text-sec);margin-bottom:1rem;font-size:1.05rem;line-height:1.8}.section p:last-child{margin-bottom:0}.pullquote{font-family:var(--serif);color:var(--dark);border-left:3px solid var(--accent);margin:1.75rem 0;padding-left:1.5rem;font-size:1.2rem;font-style:italic;line-height:1.6}.divider{border:none;border-top:1px solid var(--border);max-width:120px;margin:0 auto}.foundations-grid{grid-template-columns:1fr 1fr 1fr;align-items:stretch;gap:2rem;display:grid}.foundation-card{border:1px solid var(--border);box-shadow:var(--shadow-sm);background:#fff;border-radius:8px;padding:2.25rem 1.75rem;transition:box-shadow .25s,transform .25s}.foundation-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.foundation-card h2{margin-bottom:1.1rem;font-size:1.4rem;line-height:1.25}.foundation-card p{margin-bottom:.85rem;font-size:.92rem;line-height:1.7}.foundation-card .pullquote{margin:1.1rem 0;padding-left:1rem;font-size:1rem}.foundation-card-c{background:var(--warm-gray)}.foundation-card-c .section-label{color:#4a7a8a}.proposition{background:var(--accent-light);text-align:center;border-top:3px solid var(--accent);padding:5rem 2.5rem}.proposition-inner{max-width:640px;margin:0 auto}.proposition h2{letter-spacing:-.02em;font-size:2.4rem}.principles-question{font-family:var(--serif);color:var(--dark);text-align:center;max-width:560px;margin:0 auto 3rem;font-size:1.6rem;font-weight:400;line-height:1.3}.principles-grid{grid-template-columns:1fr 1fr 1fr;gap:2rem;display:grid}.principle-card{border:1px solid var(--border);box-shadow:var(--shadow-sm);background:#fff;border-radius:8px;padding:2rem 1.75rem;transition:box-shadow .25s,transform .25s}.principle-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.principle-num{letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.75rem;font-size:.65rem;font-weight:600}.principle-card h3{font-family:var(--serif);color:var(--dark);margin-bottom:.35rem;font-size:1.25rem;font-weight:400}.principle-tagline{color:var(--accent);margin-bottom:1rem;font-size:.85rem;font-style:italic}.principle-card p{color:var(--text-sec);margin-bottom:0;font-size:.9rem;line-height:1.7}.output-section{background:var(--dark);color:#fff;text-align:center;padding:5rem 2.5rem}.output-inner{max-width:620px;margin:0 auto}.output-section .section-label{color:var(--accent-mid);opacity:.7}.output-section h2{font-family:var(--serif);color:#fff;letter-spacing:-.015em;margin-bottom:1.25rem;font-size:1.9rem;font-weight:400;line-height:1.25}.output-section p{color:#fff9;font-size:1.05rem;font-weight:300;line-height:1.8}.ref-item{background:var(--warm-gray);border-radius:6px;align-items:center;gap:.75rem;margin-bottom:.6rem;padding:.65rem 1rem;display:flex}.ref-dot{background:var(--accent);border-radius:50%;flex-shrink:0;width:6px;height:6px}.ref-item span{color:var(--text-sec);font-size:.9rem}.section-cta{color:var(--accent);letter-spacing:.02em;margin-top:.5rem;font-size:.85rem;font-weight:600;display:inline-block}.adopt-section{text-align:center}.adopt-inner{max-width:580px;margin:0 auto}.adopt-btn{background:var(--accent);color:#fff;letter-spacing:.02em;border-radius:6px;padding:.9rem 2.25rem;font-size:.88rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-block;box-shadow:0 2px 8px #0c7d6033}.adopt-btn:hover{background:var(--accent-dark);color:#fff;transform:translateY(-1px);box-shadow:0 4px 16px #0c7d604d}.footer{border-top:1px solid var(--border);text-align:center;padding:2.5rem}.footer p{color:var(--text-muted);margin-bottom:.25rem;font-size:.78rem}.footer .sub{font-size:.72rem;font-style:italic}.fw-cycle-env{cursor:pointer;background:#faf8f5;border:1.5px solid #c8b8a8;border-radius:24px;padding:1.25rem 1.75rem 1.5rem;position:relative;box-shadow:0 2px 20px #a08c6e14}.fw-cycle-legend{text-align:center;margin-bottom:1rem}.fw-cycle-legend-title{font-family:var(--serif);color:#4a3d30;letter-spacing:-.01em;cursor:pointer;background:#fff;border:2px solid #c8b8a2;border-radius:9999px;padding:.5rem 1.5rem;font-size:.95rem;font-weight:400;transition:all .25s}.fw-cycle-env:hover>.fw-cycle-legend .fw-cycle-legend-title{color:#fff;background:#9a8b7a;border-color:#9a8b7a;transform:translateY(-2px);box-shadow:0 4px 16px #6b5c4d33}.fw-cycle-env:hover>.fw-cycle-legend .fw-cycle-legend-sub{color:#6b5c4d}.fw-cycle-legend-sub{color:#9a8b7a;margin-top:.15rem;font-size:.72rem;font-style:italic;display:block}.fw-inner{background:#fff;border-radius:16px;padding:1.75rem 1.5rem 1.5rem}.fw-node{text-align:center;cursor:pointer;-webkit-user-select:none;user-select:none;border:2px solid #0000;border-radius:9999px;padding:.75rem 1.5rem;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s,border-color .2s}.fw-node:hover{transform:translateY(-3px);box-shadow:0 8px 28px #0000001f}.fw-node .t{font-size:.88rem;font-weight:600;line-height:1.3}.fw-node .s{margin-top:.1rem;font-size:.75rem;font-weight:400}.n-slate{background:#faf6f0;border-color:#c8b8a2}.n-slate .t{color:#4a3d30}.n-slate .s{color:#7a6b58}.n-green-fill{background:#2d6b4a;border-color:#1e5038}.n-green-fill .t{color:#fff;font-size:.92rem}.n-green-fill .s{color:#fffc}.n-sage{background:#edf5e8;border-color:#7ba368}.n-sage .t{color:#2d4a22}.n-sage .s{color:#4e7a3a}.n-gold{background:#fdf4e0;border-color:#d4a843}.n-gold .t{color:#6b4d1a}.n-gold .s{color:#9a7230}.n-terracotta{background:#fde8d8;border-color:#d47035}.n-terracotta .t{color:#6b3518}.n-terracotta .s{color:#b85c2a}.fw-systems-wrap{cursor:pointer;background:#6b9dab0d;border:2px solid #6b9dab;border-radius:20px;margin-bottom:.6rem;padding:.85rem 1rem .75rem;transition:border-color .2s,box-shadow .25s}.fw-systems-wrap:hover{border-color:#4a7a8a;box-shadow:0 4px 20px #4a7a8a1f}.fw-systems-label{text-align:center;margin-top:.65rem}.fw-systems-title{font-family:var(--serif);color:#4a7a8a;cursor:pointer;background:#4a7a8a0a;border:1.5px solid #4a7a8a33;border-radius:9999px;padding:.3rem .85rem;font-size:.82rem;font-weight:400;line-height:1.3;transition:all .2s;display:inline-block}.fw-systems-wrap:hover .fw-systems-title{color:#3a6070;background:#4a7a8a1a;border-color:#4a7a8a59}.fw-systems-wrap:hover .fw-systems-sub{color:#4a7a8a}.fw-systems-sub{color:#6b9dab;margin-top:.1rem;font-size:.7rem;font-style:italic}.fw-foundations{grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:0;display:grid}.fw-center{justify-content:center;margin-bottom:.6rem;display:flex}.fw-center .fw-node{width:60%;min-width:280px;max-width:400px}.fw-conn{justify-content:center;height:20px;display:flex;position:relative}.fw-conn:before{content:"";background:var(--border);width:1px;height:100%;position:absolute}.fw-arrow{justify-content:center;height:28px;display:flex;position:relative}.fw-arrow:before{content:"";opacity:.3;background:#2d6b4a;width:1px;height:100%;position:absolute}.fw-arrow:after{content:"";opacity:.35;border-bottom:1.5px solid #2d6b4a;border-right:1.5px solid #2d6b4a;width:6px;height:6px;position:absolute;bottom:0;transform:rotate(45deg)}.fw-converge{justify-content:center;height:16px;margin-bottom:.4rem;display:flex;position:relative}.fw-converge:before{content:"";border-bottom:1px solid var(--border);border-left:1px solid var(--border);border-right:1px solid var(--border);border-radius:0 0 50% 50%;width:55%;height:100%;position:absolute;top:0}.fw-orch{background:#ffffffb3;border:2px solid #2d6b4a;border-radius:20px;margin-bottom:.6rem;padding:1.5rem 1.25rem 1.25rem;box-shadow:0 3px 16px #2d6b4a14}.fw-orch-label{text-align:center;font-family:var(--serif);color:#1e5038;cursor:pointer;background:#edf5e8;border:2px solid #2d6b4a;border-radius:9999px;padding:.55rem 1.5rem;font-size:.95rem;font-weight:400;transition:all .25s;display:inline-block}.fw-orch-label:hover{color:#fff;background:#2d6b4a;transform:translateY(-2px);box-shadow:0 4px 16px #2d6b4a33}.fw-pillars{grid-template-columns:1fr 1fr 1fr;gap:.6rem;margin-bottom:.4rem;display:grid}.fw-annotations{grid-template-columns:1fr 1fr 1fr;gap:.75rem;margin-top:.35rem;margin-bottom:.75rem;display:grid}.fw-annotation{text-align:center;color:var(--text-muted);background:#fff9;border-radius:4px;padding:.25rem .15rem;font-size:.68rem;line-height:1.6}.fw-diag-legend{text-align:center;cursor:pointer;margin:-.35rem auto .9rem;transition:color .2s}.fw-diag-legend:hover .fw-diag-title{color:#4a3d30;cursor:pointer}.fw-diag-legend:hover .fw-diag-range{color:#6b5c4d}.fw-diag-title{font-family:var(--serif);color:#475569;cursor:pointer;background:#4a3d3008;border:1.5px solid #4a3d3026;border-radius:9999px;padding:.35rem 1rem;font-size:.92rem;font-weight:400;transition:all .2s;display:inline-block}.fw-diag-legend:hover .fw-diag-title{color:#4a3d30;background:#4a3d3014;border-color:#4a3d304d}.fw-diag-range{color:var(--text-muted);justify-content:space-between;margin-top:.25rem;padding:0 .25rem;font-size:.68rem;font-style:italic;display:flex}.fw-capable-wrap{cursor:pointer;background:#d4a8430f;border:2px solid #d4a843;border-radius:9999px;padding:1rem 1.5rem .75rem;transition:border-color .2s,box-shadow .25s}.fw-capable-wrap:hover{border-color:#b8922e;box-shadow:0 4px 20px #d4a84326}.fw-capable-label{text-align:center;margin-top:.55rem}.fw-capable-title{font-family:var(--serif);color:#6b4d1a;cursor:pointer;background:#fdf4e0;border:2px solid #d4a843;border-radius:9999px;padding:.45rem 1.25rem;font-size:.82rem;font-weight:400;line-height:1.3;transition:all .25s;display:inline-block}.fw-capable-sub{color:#a8842e;margin-top:.25rem;font-size:.68rem;font-style:italic;transition:color .2s}.fw-capable-wrap:hover .fw-capable-title{color:#fff;background:#d4a843;transform:translateY(-2px);box-shadow:0 4px 16px #d4a84340}.fw-capable-wrap:hover .fw-capable-sub{color:#8a6a20}.fw-moment-node{background:#fde8d8;border-color:#d47035;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;min-width:200px;min-height:100px;padding:1.25rem 2.5rem;display:flex;box-shadow:0 6px 28px #d4703533}.fw-orch-header{text-align:center;cursor:pointer;margin-bottom:.9rem;transition:color .2s}.fw-orch-header:hover .fw-orch-label{color:#2d6b4a;background:#2d6b4a0f}.fw-orch-sub{color:var(--text-muted);margin-top:.1rem;font-size:.72rem;font-style:italic;transition:color .2s}.fw-orch-header:hover .fw-orch-sub{color:#4e7a3a}.fw-cycle-return{text-align:center;color:#9a8b7a;margin-top:1rem;font-size:.78rem;font-style:italic}.fw-cycle-arrow{vertical-align:-.12em;color:#6b5c4d;margin-right:.2rem;font-size:1.2rem;font-style:normal}.modal-overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;background:#0f172459;justify-content:center;align-items:center;padding:1.5rem;animation:.2s ease-out overlayIn;display:flex;position:fixed;inset:0}.modal-content{width:100%;max-width:560px;max-height:80vh;box-shadow:var(--shadow-lg);background:#fff;border-radius:14px;padding:2rem 2.25rem 1.75rem;animation:.3s cubic-bezier(.16,1,.3,1) modalIn;position:relative;overflow-y:auto}.modal-bar{border-radius:2px;width:32px;height:3px;margin-bottom:1rem}.modal-title{font-family:var(--serif);color:var(--dark);margin-bottom:.2rem;font-size:1.4rem;font-weight:400;line-height:1.25}.modal-sub{margin-bottom:1.1rem;font-size:.88rem;font-style:italic}.modal-body{color:var(--text);font-size:.9rem;line-height:1.75}.modal-body p+p{margin-top:.7rem}.modal-body ul{margin:.7rem 0;padding-left:1.25rem;list-style:none}.modal-body ul li{padding:.25rem 0 .25rem .85rem;font-size:.88rem;line-height:1.6;position:relative}.modal-body ul li:before{content:"";background:var(--accent);opacity:.5;border-radius:50%;width:5px;height:5px;position:absolute;top:.7rem;left:0}.modal-close{border:1px solid var(--border);width:32px;height:32px;color:var(--text-muted);cursor:pointer;background:#fff;border-radius:8px;justify-content:center;align-items:center;font-size:1.15rem;transition:all .15s;display:flex;position:absolute;top:1rem;right:1rem}.modal-close:hover{background:var(--accent-light);color:var(--accent-dark);border-color:var(--accent)}.mech-section{border-top:1px solid var(--border);margin-top:1rem;padding-top:.85rem}.mech-label{letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.5rem;font-size:.72rem;font-weight:600}.mech-list{padding:0;list-style:none}.mech-list li{color:var(--text-sec);padding:.3rem 0 .3rem 1.1rem;font-size:.82rem;line-height:1.5;position:relative}.mech-list li:before{content:"";background:var(--accent);opacity:.5;border-radius:50%;width:5px;height:5px;position:absolute;top:.65rem;left:0}.research-hero{background:var(--accent-light);border-bottom:1px solid var(--border);text-align:center;padding:4rem 2rem 3rem}.research-hero h1{font-family:var(--serif);color:var(--dark);margin-bottom:.75rem;font-size:2.5rem;font-weight:400}.research-hero p{color:var(--text-sec);max-width:600px;margin:0 auto;font-size:1.1rem}.research-container{grid-template-columns:1fr 320px;gap:3rem;max-width:1100px;margin:0 auto;padding:3rem 2rem;display:grid}.section-header{border-bottom:2px solid var(--border);align-items:center;gap:.75rem;margin-bottom:1.5rem;padding-bottom:.75rem;display:flex}.section-header h2{font-family:var(--serif);color:var(--dark);font-size:1.5rem;font-weight:400}.section-header .count{background:var(--accent-light);color:var(--accent);border-radius:10px;padding:.2rem .6rem;font-size:.75rem;font-weight:600}.badge{letter-spacing:.03em;text-transform:uppercase;border-radius:4px;padding:.2rem .6rem;font-size:.7rem;font-weight:600;display:inline-block}.badge-published{color:#2d8a4e;background:#e8f5ed}.badge-forthcoming{color:#d97706;background:#fffbeb}.badge-accepted{color:#2d8a4e;background:#e8f5ed}.badge-submitted{color:#2563eb;background:#eff6ff}.sort-controls{gap:.5rem;margin-bottom:1.25rem;display:flex}.sort-btn{font-family:var(--sans);border:1px solid var(--border);color:var(--text-sec);cursor:pointer;background:#fff;border-radius:5px;padding:.35rem .75rem;font-size:.8rem;transition:all .2s}.sort-btn:hover{border-color:var(--accent);color:var(--accent)}.sort-btn.active{background:var(--accent);color:#fff;border-color:var(--accent)}.book-card{border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:8px;gap:1.25rem;margin-bottom:1rem;padding:1.25rem;transition:box-shadow .25s,transform .25s;display:flex}.book-card:hover{box-shadow:var(--shadow-md);transform:translateY(-1px)}.book-cover{background:var(--accent-light);width:80px;height:110px;color:var(--accent);border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;font-size:1.75rem;display:flex;overflow:hidden}.book-cover img{object-fit:cover;width:100%;height:100%}.book-info h3{color:var(--dark);margin-bottom:.35rem;font-size:1rem;font-weight:600}.book-meta{color:var(--text-sec);margin-bottom:.5rem;font-size:.85rem}.paper-card{border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:8px;margin-bottom:.75rem;padding:1.25rem;transition:box-shadow .25s,transform .25s}.paper-card:hover{box-shadow:var(--shadow-md);transform:translateY(-1px)}.paper-card h3{color:var(--dark);cursor:pointer;font-size:.95rem;font-weight:600}.paper-venue{color:var(--accent);font-size:.82rem}.paper-authors{color:var(--text-muted);font-size:.8rem}.paper-abstract{color:var(--text-sec);border-top:1px solid var(--border);margin-top:.75rem;padding-top:.75rem;font-size:.85rem;line-height:1.7;display:none}.paper-abstract.open{display:block}.ref-card{border-left:3px solid var(--border);margin-bottom:.6rem;padding:.75rem 1rem}.ref-card .ref-authors{color:var(--dark);font-size:.82rem;font-weight:600}.ref-card .ref-year{color:var(--text-muted);font-size:.82rem}.ref-card .ref-title{color:var(--text);font-size:.85rem;font-style:italic}.ref-card .ref-source{color:var(--text-muted);font-size:.78rem}.author-card{border:1px solid var(--border);border-radius:8px;gap:1rem;margin-bottom:.75rem;padding:1rem;display:flex}.author-avatar{background:var(--accent-light);width:48px;height:48px;color:var(--accent);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.85rem;font-weight:600;display:flex}.author-info h4{color:var(--dark);font-size:.9rem;font-weight:600}.author-role{color:var(--accent);font-size:.78rem}.author-affiliation{color:var(--text-muted);font-size:.78rem}.newsletter-card{border-bottom:1px solid var(--border);padding:.75rem 0}.newsletter-card h4{font-size:.88rem;font-weight:500}.newsletter-card h4 a{color:var(--dark)}.newsletter-date{color:var(--text-muted);font-size:.72rem}.newsletter-excerpt{color:var(--text-sec);margin-top:.25rem;font-size:.8rem}.loading{text-align:center;color:var(--text-muted);padding:2rem;font-size:.9rem}@media (width<=768px){.nav{flex-wrap:wrap;gap:.5rem;padding:.75rem 1.25rem}.nav-links{flex-wrap:wrap;justify-content:center;gap:1rem}.hero{padding:4rem 1.5rem 3.5rem}.hero h1{font-size:2.3rem}.section{padding:3.5rem 1.5rem}.section h2{font-size:1.65rem}.proposition h2{font-size:1.85rem}.principles-grid,.foundations-grid{grid-template-columns:1fr;gap:1.25rem}.fw-pillars,.fw-annotations,.fw-foundations{grid-template-columns:1fr}.fw-systems-wrap{padding:.65rem}.fw-cycle-env{padding:.75rem .75rem 1rem}.fw-inner{padding:1rem .75rem}.fw-capable-wrap{padding:.5rem}.fw-center .fw-node{width:100%;min-width:auto}.research-container{grid-template-columns:1fr}}.adopt-level{position:relative}.adopt-level-num{font-family:var(--serif);color:var(--border);letter-spacing:-.03em;margin-bottom:.25rem;font-size:3.5rem;font-weight:400;line-height:1}.adopt-principles-mini{flex-direction:column;gap:.6rem;margin:1.75rem 0;display:flex}.adopt-principle-pill{background:var(--accent-light);border-left:3px solid var(--accent);color:var(--text);border-radius:0 6px 6px 0;padding:.85rem 1.25rem;font-size:.92rem;line-height:1.5}.adopt-principle-pill strong{color:var(--dark)}.adopt-framework-points{flex-direction:column;gap:1.5rem;margin:1.75rem 0;display:flex}.adopt-fw-point{align-items:flex-start;gap:1.1rem;display:flex}.adopt-fw-icon{background:var(--warm-gray);border:1px solid var(--border);width:36px;height:36px;color:var(--accent);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;margin-top:.1rem;font-size:1rem;display:flex}.adopt-fw-point strong{color:var(--dark);margin-bottom:.2rem;font-size:.95rem;display:block}.adopt-fw-point p{color:var(--text-sec);line-height:1.7;margin-bottom:0!important;font-size:.9rem!important}.adopt-book-card{border:1px solid var(--border);background:#fff;border-radius:8px;align-items:stretch;gap:1.1rem;margin:1.5rem 0;padding:1.25rem 1.5rem;transition:box-shadow .2s;display:flex}.adopt-book-card:hover{box-shadow:0 4px 16px #0000000f}.adopt-book-accent{background:var(--accent);border-radius:2px;flex-shrink:0;width:4px}.adopt-book-title{font-family:var(--serif);color:var(--dark);font-size:1.05rem;font-weight:400;line-height:1.3}.adopt-book-subtitle{color:var(--text-sec);margin-top:.15rem;font-size:.88rem;font-style:italic}.adopt-book-meta{color:var(--text-muted);margin-top:.5rem;font-size:.78rem}.adopt-cta-row{flex-wrap:wrap;align-items:center;gap:1.5rem;margin-top:2rem;display:flex}.adopt-link{color:var(--accent);letter-spacing:.01em;font-size:.88rem;font-weight:600}.adopt-link:hover{color:var(--accent-mid)}@media (width<=640px){.adopt-level-num{font-size:2.5rem}.adopt-cta-row{flex-direction:column;align-items:flex-start;gap:1rem}}@keyframes toastIn{0%{opacity:0;transform:translate(-50%,-50%)scale(.95)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}.fw-toast{z-index:900;text-align:center;border:1px solid var(--border);border-top:3px solid var(--accent);width:calc(100% - 2rem);max-width:360px;box-shadow:var(--shadow-lg);background:#fff;border-radius:10px;padding:1rem 1.15rem .9rem;animation:.4s cubic-bezier(.16,1,.3,1) toastIn;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.fw-toast-title{letter-spacing:.08em;text-transform:uppercase;color:var(--accent);margin-bottom:.4rem;font-size:.72rem;font-weight:700}.fw-toast-body{color:var(--text-muted);margin-bottom:.65rem;font-size:.85rem;line-height:1.5}.fw-toast-btn{cursor:pointer;color:var(--accent);background:0 0;border:none;padding:0;font-size:.82rem;font-weight:600}.fw-toast-btn:hover{color:var(--accent-dark)}
