:root{--bg: #f6f7f4;--surface: #ffffff;--text: #2f3a2f;--muted: #6b766b;--accent: #2f7d4f;--accent-dark: #245c3b;--border: #e3e6e0;--error: #b3261e;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:var(--text)}*{box-sizing:border-box}body{margin:0;background:var(--bg)}a{color:var(--accent-dark)}.nav{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;background:var(--surface);border-bottom:1px solid var(--border)}.brand{font-weight:700;font-size:1.2rem;text-decoration:none;color:var(--text)}.nav-links{display:flex;align-items:center;gap:1rem}.container{max-width:720px;margin:2rem auto;padding:0 1rem}.card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:2rem}h1{margin-top:0}.muted{color:var(--muted)}.error{color:var(--error)}form label{display:block;margin-bottom:1rem;font-weight:600}input{display:block;width:100%;margin-top:.4rem;padding:.6rem;border:1px solid var(--border);border-radius:8px;font-size:1rem;font-weight:400}button,.button{display:inline-block;background:var(--accent);color:#fff;border:none;border-radius:8px;padding:.65rem 1.2rem;font-size:1rem;cursor:pointer;text-decoration:none}button:disabled{opacity:.5;cursor:not-allowed}button:hover:not(:disabled),.button:hover{background:var(--accent-dark)}.link-button{background:none;color:var(--accent-dark);padding:0}.link-button:hover{background:none;text-decoration:underline}.list{list-style:none;padding:0}.list li{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0;border-top:1px solid var(--border)}.progress{height:8px;background:var(--border);border-radius:4px;overflow:hidden;margin-bottom:1.5rem}.progress-bar{height:100%;background:var(--accent);transition:width .2s ease}.options{display:flex;flex-direction:column;gap:.6rem;margin:1rem 0 1.5rem}.option{background:var(--surface);color:var(--text);border:1px solid var(--border);text-align:left}.option:hover{background:var(--bg)}.option.selected{border-color:var(--accent);background:#eaf4ee;font-weight:600}.finish{margin-top:1rem}.bars{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.bar-row{display:grid;grid-template-columns:120px 1fr 40px;align-items:center;gap:.5rem}.bar-track{background:var(--border);border-radius:4px;height:14px;overflow:hidden}.bar-fill{height:100%;background:var(--accent)}.bar-value{text-align:right;font-variant-numeric:tabular-nums}@font-face{font-family:ITC Cushing;src:url(/static/fonts/itc-cushing.woff2) format("woff2");font-weight:400 700;font-style:normal;font-display:swap}@font-face{font-family:Cooper Hewitt;src:url(/static/fonts/cooper-hewitt.woff2) format("woff2");font-weight:400 700;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/static/fonts/inter.woff2) format("woff2");font-weight:400 700;font-style:normal;font-display:swap}:root{--green:#3A581D;--green-mid:#2F4917;--cream:#FDF8EF;--cream-dark:#EDEADB;--text:#2A3D1A;--text-light:#6B7B5A;--border:#D5CDB8;--white:#FFFFFF;--salmon:#E8856A;--yellow:#EAD284;--font-serif:"ITC Cushing","Palatino Linotype",Georgia,serif;--font-sans:"Inter",system-ui,-apple-system,sans-serif;--font-label:"Cooper Hewitt","Inter",system-ui,sans-serif;--radius:16px;--radius-pill:999px;--maxw:1250px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-sans);color:var(--text);background:var(--cream);line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.container{width:100%;max-width:var(--maxw);margin:0 auto;padding:0 24px}.narrow{max-width:760px}.center{text-align:center}.center.narrow,.narrow.center{margin-left:auto;margin-right:auto}h1,h2,h3,h4{font-family:var(--font-serif);font-weight:400;color:var(--green);line-height:1.2}h1{font-size:clamp(2rem,5vw,3.4rem);margin-bottom:18px}h2{font-size:clamp(1.6rem,3.5vw,2.4rem);margin-bottom:18px}h3{font-size:1.25rem;margin-bottom:12px}.display{font-size:clamp(2rem,4vw,3rem)}.lead{font-size:1.1rem;color:var(--text-light);margin-bottom:28px;line-height:1.7}.hero-sub{font-size:1.15rem;color:var(--text-light);max-width:620px;margin:0 auto 30px;line-height:1.7}.eyebrow{font-family:var(--font-label);font-size:.72rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--green);margin-bottom:14px}.eyebrow.light{color:#ffffffbf}.kicker{font-family:var(--font-label);font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--salmon);margin-bottom:6px}.muted{color:var(--text-light);font-size:.9rem}.on-dark,h2.on-dark,h3.on-dark{color:var(--cream)}.btn{display:inline-block;font-family:var(--font-label);font-size:.82rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:13px 30px;border:1.5px solid transparent;border-radius:8px;cursor:pointer;transition:all .2s ease;background:var(--green);color:var(--cream)}.btn:hover{background:var(--green-mid);transform:translateY(-1px)}.btn-pill{border-radius:var(--radius-pill)}.btn-outline{background:transparent;border-color:var(--green);color:var(--green)}.btn-outline:hover{background:var(--green);color:var(--cream)}.btn-light{background:var(--cream);color:var(--green)}.btn-light:hover{background:var(--white)}.link-arrow{display:inline-block;font-weight:600;color:var(--green);font-size:.9rem;margin-top:8px}.link-arrow:hover{color:var(--salmon)}.site-header{position:sticky;top:0;z-index:50;background:#f5f0e8eb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--border)}.header-inner{display:flex;align-items:center;gap:20px;height:64px;width:100%;max-width:none;padding:0 clamp(20px,3.5vw,52px)}.logo{font-family:var(--font-serif);font-size:1.4rem;color:var(--green);font-weight:600}.main-nav{display:flex;gap:26px;margin-left:20px;flex:1}.main-nav a{font-size:.92rem;color:var(--text);transition:color .15s}.main-nav a:hover{color:var(--green)}.header-cta{padding:9px 20px;font-size:.75rem;white-space:nowrap;border-radius:22px}.header-login{white-space:nowrap}.nav-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:10px;margin-left:8px;background:transparent;border:0;cursor:pointer}.nav-toggle-bar{display:block;height:2px;width:100%;background:var(--green);border-radius:2px;transition:transform .25s ease,opacity .2s ease}.nav-toggle.is-open .nav-toggle-bar:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-toggle.is-open .nav-toggle-bar:nth-child(2){opacity:0}.nav-toggle.is-open .nav-toggle-bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-nav{display:none}.section{padding:80px 0}.section-cream{background:var(--cream)}.section-green{background:var(--green)}.section:not(.section-cream):not(.section-green){background:var(--white)}.hero{position:relative;color:var(--cream);text-align:center;min-height:calc(82vh - 300px);display:flex;flex-direction:column;justify-content:flex-end;background:var(--green) center bottom/cover no-repeat;background-image:url(https://static.wixstatic.com/media/409102_93eab1ed940340a48b9a3c764d0a913f~mv2.jpg/v1/fill/w_1920,h_900,al_c,q_85,enc_auto/file.jpg)}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#141e0c14,#141e0c8a)}.hero .container{position:relative;z-index:1;padding-bottom:52px}.hero h1{color:var(--cream);max-width:820px;margin-left:auto;margin-right:auto;margin-bottom:16px}.hero .hero-sub{color:#f5f0e8e0;margin:0 auto;max-width:560px;font-family:var(--font-serif);font-weight:400}.hero-scroll{position:relative;z-index:1;display:flex;justify-content:center;padding:22px 0 30px;color:#fdf8efa6}.hero-scroll svg{width:28px;height:auto}.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.pillar-card{position:relative;min-height:560px;border-radius:20px;overflow:hidden;border:none;display:flex;flex-direction:column;justify-content:space-between;padding:38px 34px;color:var(--cream);background-size:cover;background-position:center;background-color:var(--green)}.pillar-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#121c0a57,#121c0a0a 38%,#121c0a8c)}.pillar-card>*{position:relative;z-index:1}.pillar-title{font-family:var(--font-label);font-weight:700;text-transform:uppercase;font-size:1.7rem;line-height:1.12;letter-spacing:.01em;color:var(--cream);margin:0}.pillar-foot{display:flex;flex-direction:column;align-items:flex-start;gap:20px}.pillar-desc{font-family:var(--font-serif);font-size:1.2rem;line-height:1.4;color:var(--cream);margin:0;max-width:92%}.intro-why{position:relative;overflow:hidden}.intro-bird{position:absolute;top:62px;width:118px;color:var(--green);pointer-events:none}.intro-bird-left{left:6%}.intro-bird-right{right:6%;transform:scaleX(-1)}@media (max-width:1024px){.intro-bird{display:none}}.compass-top{margin-bottom:24px}.compass-top h6{border-bottom:none;padding-bottom:0;margin-bottom:14px}.compass-grid{display:grid;grid-template-columns:1fr minmax(360px,520px) 1fr;gap:40px;align-items:center}.compass-img{width:100%;max-width:520px;margin:0 auto;display:block}.compass-col-left{text-align:left}.compass-col-right{text-align:center}h6{font-family:var(--font-label);font-size:.92rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--green);padding-bottom:16px;border-bottom:1px solid var(--border);margin-bottom:26px}.compass-text{font-family:var(--font-serif);font-size:clamp(1.2rem,1.5vw,1.45rem);line-height:1.45;color:var(--green);margin:0 0 28px}.compass-welcome{margin-top:18px;font-size:.9rem;color:var(--text-light)}@media (max-width:920px){.compass-grid{grid-template-columns:1fr;gap:32px;max-width:560px;margin:0 auto}.compass-center{order:-1}.compass-col-left,.compass-col-right{text-align:center}}.explore-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:36px}.explore-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column}.explore-card.feature{grid-column:span 2}.explore-img{height:180px;background-size:cover;background-position:center;background-color:var(--cream-dark)}.explore-card.feature .explore-img{height:240px}.explore-body{padding:20px;display:flex;flex-direction:column;flex:1}.explore-body h3{font-size:1.1rem}.explore-body h3 a:hover{color:var(--salmon)}.tag{display:inline-block;font-family:var(--font-label);font-size:.65rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-light);background:var(--cream-dark);border-radius:var(--radius-pill);padding:4px 12px;margin-bottom:12px;align-self:flex-start}.explore-links{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin-top:44px}.testimonial-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:36px}.testimonial{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:0 0 22px;overflow:hidden;display:flex;flex-direction:column}.testimonial-img{height:160px;background-size:cover;background-position:center;background-color:var(--cream-dark)}.testimonial blockquote{font-family:var(--font-serif);font-style:italic;font-size:.95rem;color:var(--text);padding:20px 22px 14px;line-height:1.6;flex:1}.testimonial figcaption{padding:0 22px;display:flex;flex-direction:column}.testimonial figcaption strong{color:var(--green);font-size:.85rem}.testimonial figcaption span{font-size:.72rem;color:var(--text-light);text-transform:uppercase;letter-spacing:.06em}.faq-layout{display:grid;grid-template-columns:.82fr 1.18fr;gap:60px;align-items:start}.faq-image{border-radius:20px;min-height:740px;background-size:cover;background-position:center;background-color:var(--green)}.faq-heading{display:flex;align-items:center;gap:18px;font-family:var(--font-serif);font-size:clamp(1.8rem,3vw,2.4rem);color:var(--green);margin:0 0 8px}.faq-leaf{width:34px;height:auto;color:var(--green);flex:none}.faq{margin-top:48px}.faq details{border-bottom:1px solid var(--border);padding:18px 2px}.faq details:first-child{border-top:1px solid var(--border)}.faq summary{font-family:var(--font-label);font-size:.82rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--green);cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:16px}.faq summary:after{content:"+";font-family:var(--font-sans);font-size:1.4rem;font-weight:400;color:var(--green);line-height:1}.faq details[open] summary:after{content:"–"}.faq details p{margin-top:14px;color:var(--text-light);line-height:1.7}@media (max-width:860px){.faq-layout{grid-template-columns:1fr;gap:32px}.faq-image{min-height:320px}}.newsletter{display:flex;gap:12px;max-width:480px;margin:28px auto 0;flex-wrap:wrap;justify-content:center}.newsletter input{flex:1;min-width:220px;padding:13px 18px;border:1.5px solid rgba(255,255,255,.4);border-radius:8px;background:#ffffff1a;color:var(--cream);font-size:.95rem}.newsletter input::placeholder{color:#f5f0e8b3}.newsletter input:focus{outline:none;border-color:var(--cream)}.site-footer{background:var(--green);color:var(--cream);padding-left:48px;padding-right:48px}.footer-top{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:52px 0 0}.footer-top .logo{color:var(--cream)}.footer-top .btn{margin-top:40px}.btn-outline-light{background:transparent;border-color:#fdf8ef8c;color:var(--cream)}.btn-outline-light:hover{background:var(--cream);color:var(--green);border-color:var(--cream)}.footer-main{display:grid;grid-template-columns:minmax(0,1fr) auto auto;column-gap:72px;align-items:start;padding:30px 0 60px}.footer-col{min-width:190px}.footer-news{background:#ffffff0d;border-radius:24px;padding:38px 40px 42px;max-width:560px}.footer-news .eyebrow{color:#fdf8efbf}.footer-news h2{color:var(--cream);margin:0 0 26px;font-size:clamp(1.5rem,2.4vw,2rem)}.news-form{display:flex;flex-direction:column}.news-label{font-family:var(--font-label);font-size:.8rem;color:#fdf8efcc;margin-bottom:10px}.news-input{width:100%;padding:16px 18px;border:none;border-radius:10px;background:#00000021;color:var(--cream);font-size:.95rem;margin-bottom:18px}.news-input::placeholder{color:#fdf8ef80}.news-input:focus{outline:none;box-shadow:0 0 0 1.5px #fdf8ef66}.news-submit{width:100%;padding:15px;border:1.5px solid rgba(253,248,239,.55);border-radius:10px;background:transparent;color:var(--cream);font-family:var(--font-label);font-size:.95rem;cursor:pointer;transition:all .2s ease}.news-submit:hover{background:var(--cream);color:var(--green);border-color:var(--cream)}.footer-col h4{font-family:var(--font-label);font-size:.74rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--cream);margin:0 0 16px;padding-bottom:16px;border-bottom:1px solid rgba(253,248,239,.25)}.footer-col a{font-family:var(--font-label);display:block;font-size:1rem;color:#fdf8efd9;padding:8px 0;transition:color .15s}.footer-col a:hover{color:var(--cream)}.footer-bottom-bar{border-top:1px solid rgba(253,248,239,.16)}.footer-bottom{display:flex;align-items:center;gap:34px;flex-wrap:wrap;padding:26px 0;font-family:var(--font-label);font-size:.8rem;letter-spacing:.04em;color:#fdf8efb3}.footer-bottom a{color:inherit;transition:color .15s}.footer-bottom a:hover{color:var(--cream)}.footer-bottom .footer-email{margin-left:auto}@media (max-width:900px){.footer-main{grid-template-columns:1fr 1fr;gap:32px}.footer-news{grid-column:1 / -1}}@media (max-width:600px){.footer-top{flex-direction:column;align-items:flex-start;gap:18px}.footer-main{grid-template-columns:1fr}.footer-news{padding:30px 24px 34px}.footer-bottom{gap:10px 20px}.footer-bottom .footer-email{margin-left:0}}@media (max-width:980px){.explore-grid,.testimonial-grid{grid-template-columns:repeat(2,1fr)}.explore-card.feature{grid-column:span 2}}@media (max-width:760px){.main-nav{display:none}.header-actions{margin-left:auto}.header-actions .header-cta,.header-actions .header-login,.header-actions .lang-btn{display:none}.nav-toggle{display:flex;flex-shrink:0}.logo-svg{height:34px}.mobile-nav{display:block;overflow:hidden;max-height:0;background:#f5f0e8fa;transition:max-height .28s ease}.mobile-nav.is-open{max-height:480px;border-top:1px solid var(--border)}.mobile-nav-links{display:flex;flex-direction:column;padding:4px clamp(20px,3.5vw,52px) 0}.mobile-nav-links a{padding:14px 0;font-size:1rem;color:var(--text);border-bottom:1px solid var(--border);transition:color .15s}.mobile-nav-links a:hover{color:var(--green)}.mobile-nav-actions{display:flex;flex-direction:column;gap:14px;align-items:stretch;padding:18px clamp(20px,3.5vw,52px) 22px}.mobile-nav-actions .btn{text-align:center}.mobile-nav-actions .header-login{padding:4px 0}.card-grid{grid-template-columns:1fr}.section{padding:56px 0}}@media (max-width:560px){.explore-grid,.testimonial-grid{grid-template-columns:1fr}.explore-card.feature{grid-column:span 1}}.logo{display:inline-flex;align-items:center}.logo-svg{height:45px;width:auto;display:block}.site-footer .logo-svg{height:24px}.lang-btn{display:flex;align-items:center;gap:5px;padding:9px 14px;border:1.5px solid var(--green);border-radius:22px;background:transparent;color:var(--green);font-family:var(--font-label);font-size:.75rem;font-weight:700;letter-spacing:.08em;line-height:1.6;cursor:pointer;transition:all .2s ease;white-space:nowrap;flex:none}.lang-btn:hover{background:var(--green);color:var(--cream)}.lang-btn svg{flex:none}.header-actions{display:flex;align-items:center;gap:16px}.main-nav{flex:none;margin-left:auto}.header-login{font-size:.9rem;color:var(--text)}.header-login:hover{color:var(--green)}.header-user{font-size:.85rem}.user-menu{position:relative;display:flex;align-items:center}.user-menu .user-menu-btn{display:flex;align-items:center;justify-content:center;width:42px;height:42px;padding:0;border-radius:50%;background:transparent;border:1.5px solid var(--green);color:var(--green);cursor:pointer;transition:all .15s ease}.user-menu .user-menu-btn:hover{background:var(--green);color:var(--cream)}.user-menu .user-menu-dropdown{position:absolute;top:calc(100% + 10px);right:0;min-width:200px;z-index:100;background:var(--white);border:1px solid var(--border);border-radius:12px;box-shadow:0 12px 32px #141e0c24;padding:8px;display:flex;flex-direction:column}.user-menu .user-menu-head{font-family:var(--font-label);font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-light);padding:8px 12px;margin-bottom:6px;border-bottom:1px solid var(--border);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:260px}.user-menu .user-menu-item{display:block;width:100%;text-align:left;font-family:var(--font-sans);font-size:.92rem;font-weight:400;color:var(--text);padding:9px 12px;border:none;border-radius:8px;background:transparent;cursor:pointer;transition:background .12s ease,color .12s ease}.user-menu .user-menu-item:hover{background:var(--cream);color:var(--green)}.user-menu .user-menu-logout{color:var(--salmon)}.user-menu .user-menu-logout:hover{background:#fbeae5;color:var(--salmon)}.app-page{background:var(--white);padding:56px 0 80px;min-height:60vh}.page-banner{background:var(--green);color:var(--cream);padding:80px 0 72px;text-align:center}.page-banner .eyebrow{color:#ffffffb3;margin-bottom:10px}.page-banner h1{color:var(--cream);max-width:700px;margin-left:auto;margin-right:auto;margin-bottom:14px}.page-banner .lead{color:#f5f0e8d9;margin:0 auto;max-width:560px}.article-featured-grid{display:grid;gap:24px;margin-bottom:56px}.article-featured-grid.cols-1{grid-template-columns:1fr}.article-featured-grid.cols-2{grid-template-columns:repeat(2,1fr)}.article-featured{display:grid;grid-template-columns:1.1fr 1fr;border-radius:20px;overflow:hidden;background:var(--green);min-height:340px}.article-featured-grid.cols-2 .article-featured{grid-template-columns:1fr;grid-template-rows:220px auto}.article-featured-img{background-size:cover;background-position:center;min-height:260px}.article-featured-body{padding:40px 44px;display:flex;flex-direction:column;justify-content:center;color:var(--cream)}.article-featured-body .eyebrow{color:#ffffffb3;margin-bottom:6px}.article-featured-body h2{color:var(--cream);font-size:clamp(1.2rem,2vw,1.7rem);margin-bottom:14px}.article-featured-body p{color:#f5f0e8d9;line-height:1.65;margin-bottom:24px}.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.article-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .2s ease}.article-card:hover{box-shadow:0 8px 28px #141e0c1a}.article-card-img{height:198px;background-size:cover;background-position:center;background-color:var(--cream-dark)}.article-card-body{padding:20px 22px;display:flex;flex-direction:column;flex:1}.article-meta{display:flex;align-items:center;gap:10px;margin-bottom:10px}.read-time{font-family:var(--font-label);font-size:.68rem;color:var(--text-light);letter-spacing:.04em}.article-card h3{font-size:1rem;margin-bottom:0;line-height:1.4}.expert-feature{display:grid;grid-template-columns:380px 1fr;border-radius:20px;overflow:hidden;background:var(--cream-dark);min-height:280px;margin-bottom:56px}.expert-feature-img{background-size:cover;background-position:center top;min-height:240px}.expert-feature-body{padding:38px 44px;display:flex;flex-direction:column;justify-content:center}.expert-feature-body .kicker{margin-bottom:8px}.expert-feature-body h2{margin-bottom:10px}.expert-feature-body p{color:var(--text-light);line-height:1.65;margin-bottom:24px}.expert-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.expert-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column;align-items:center;padding:30px 20px 26px;text-align:center;transition:box-shadow .2s ease}.expert-card:hover{box-shadow:0 8px 28px #141e0c1a}.expert-photo{width:120px;height:120px;border-radius:50%;background-size:cover;background-position:center top;background-color:var(--cream-dark);margin-bottom:16px;flex:none}.expert-card h3{font-family:var(--font-serif);font-size:1rem;color:var(--green);margin-bottom:4px}.expert-card .muted{margin-bottom:8px}.expert-card .btn{font-size:.72rem;padding:9px 20px}.expert-stars{display:flex;gap:2px;margin-bottom:16px}.expert-stars .star{font-size:1rem;color:var(--border)}.expert-stars .star.filled{color:var(--green)}.exp-featured-grid{display:grid;gap:24px;margin-bottom:52px}.exp-featured-grid.cols-1{grid-template-columns:1fr}.exp-featured-grid.cols-2{grid-template-columns:repeat(2,1fr)}.exp-feature{background:var(--cream-dark);border-radius:20px;padding:44px 52px;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.exp-featured-grid.cols-2 .exp-feature{grid-template-columns:1fr;padding:32px 28px}.exp-featured-grid.cols-2 .exp-feature-img{order:-1;min-height:220px}.exp-feature h2{margin-bottom:12px}.exp-feature p{color:var(--text-light);line-height:1.65;margin-bottom:24px}.exp-feature-img{border-radius:16px;overflow:hidden;min-height:260px;background-size:cover;background-position:center}.exp-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;margin-bottom:52px}.ref-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;margin-bottom:52px}.exp-card{border-radius:20px;overflow:hidden;background:var(--white);border:1px solid var(--border);display:flex;flex-direction:column;transition:box-shadow .2s ease}.exp-card:hover{box-shadow:0 8px 28px #141e0c1a}.exp-card-img{height:280px;background-size:cover;background-position:center;background-color:var(--cream-dark)}.exp-card-body{padding:26px 28px}.exp-card-header{display:flex;align-items:center;gap:10px;margin-bottom:12px}.exp-type{font-family:var(--font-label);font-size:.64rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-light);background:var(--cream-dark);border-radius:var(--radius-pill);padding:4px 12px}.exp-status{font-family:var(--font-label);font-size:.64rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--salmon);background:#fdf0ec;border-radius:var(--radius-pill);padding:4px 12px}.exp-card h3{font-size:1.15rem;margin-bottom:6px}.exp-card p{color:var(--text-light);line-height:1.6;margin-bottom:20px}.explore-hub{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.explore-hub-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:28px 26px;display:flex;flex-direction:column;gap:8px;transition:box-shadow .2s ease}.explore-hub-card:hover{box-shadow:0 8px 28px #141e0c1a}.explore-hub-card h3{font-size:1rem;margin-bottom:4px}.explore-hub-card p{color:var(--text-light);font-size:.9rem;line-height:1.55;margin-bottom:4px;flex:1}.about-quote{font-family:var(--font-serif);font-size:clamp(1.5rem,2.8vw,2.1rem);line-height:1.38;color:var(--green);border-left:3px solid var(--green);padding-left:28px;margin:0}.about-split{display:grid;grid-template-columns:1.1fr .9fr;gap:64px;align-items:center}.about-split-img{border-radius:20px;min-height:480px;background-size:cover;background-position:center;background-color:var(--cream-dark)}.founder-block{display:grid;grid-template-columns:320px 1fr;gap:56px;align-items:start;background:var(--cream-dark);border-radius:24px;padding:52px}.founder-photo{border-radius:16px;min-height:400px;background-size:cover;background-position:center top;background-color:var(--green)}.founder-body .kicker{margin-bottom:4px}.founder-body h2{margin-bottom:14px}.founder-body p{color:var(--text-light);line-height:1.72;margin-bottom:26px}@media (max-width:900px){.about-split{grid-template-columns:1fr;gap:36px}.about-split-img{min-height:260px;order:-1}.founder-block{grid-template-columns:1fr;padding:32px 24px;gap:28px}.founder-photo{min-height:260px}}@media (max-width:980px){.article-grid{grid-template-columns:repeat(2,1fr)}.expert-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:860px){.article-featured-grid.cols-2,.article-featured{grid-template-columns:1fr}.article-featured-grid.cols-2 .article-featured{grid-template-rows:220px auto}.article-featured-img{min-height:220px}.expert-feature{grid-template-columns:1fr}.expert-feature-img{min-height:220px}.exp-featured-grid.cols-1 .exp-feature{grid-template-columns:1fr;padding:32px 28px}.exp-featured-grid.cols-1 .exp-feature-img{order:-1;min-height:220px}.exp-featured-grid.cols-2,.explore-hub{grid-template-columns:1fr}}@media (max-width:760px){.article-grid{grid-template-columns:1fr}.expert-grid{grid-template-columns:repeat(2,1fr)}.exp-grid{grid-template-columns:1fr}.ref-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:500px){.expert-grid{grid-template-columns:1fr}}.assessment-list{display:grid;gap:16px;max-width:640px;margin:8px auto 0;text-align:left}.assessment-item{display:flex;align-items:center;justify-content:space-between;gap:16px;background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:18px 22px}.assessment-item h4{font-family:var(--font-serif);font-size:1.05rem;margin-bottom:4px}.assessment-item .muted{margin:0}
