:root{
--bg:#F1EFEB; --sand:#E8E4DC; --cream:#FAF8F4;
--text:#36343D; --muted:#6F6A63;
--green:#4A605E; --green-deep:#364745;
--mauve:#8D5662; --mauve-dark:#774751;
--line:#E2D8C9; --maxw:1200px; --content:760px;
--radius:12px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:'PT Sans',Helvetica,Arial,sans-serif;background:var(--bg);color:var(--text);
font-size:18px;line-height:1.7;-webkit-font-smoothing:antialiased;position:relative}
body::before{content:"";position:fixed;inset:0;z-index:0;pointer-events:none;opacity:.4;
background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.035'/%3E%3C/svg%3E")}
h1,h2,h3,h4,h5,h6{font-family:'PT Sans',sans-serif;font-weight:700;color:var(--green);line-height:1.15;letter-spacing:.005em;margin:0 0 .4em}
p{margin:0 0 1.2em}
a{color:var(--mauve);text-decoration:none}a:hover{text-decoration:underline}
img{max-width:100%;height:auto;display:block}
.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:8px;top:8px;background:#fff;padding:8px 14px;z-index:999;border-radius:4px}
.wrap{max-width:var(--maxw);margin:0 auto;padding:0 28px;position:relative;z-index:1} .btn{display:inline-block;background:var(--mauve);color:#fff !important;font-weight:700;font-size:15px;
padding:13px 28px;border-radius:3px;border:1px solid var(--mauve);transition:.22s;cursor:pointer;text-decoration:none}
.btn:hover{background:var(--mauve-dark);border-color:var(--mauve-dark);transform:translateY(-1px);text-decoration:none}
.btn.ghost{background:transparent;color:var(--green) !important;border-color:var(--green)}
.btn.ghost:hover{background:var(--green);color:#fff !important}
.eyebrow{font-size:12px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--mauve)}
.pill{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--green);background:rgba(74,96,94,.10);padding:5px 11px;border-radius:100px}
.squiggle{display:block;width:120px;height:11px;margin-top:6px}.squiggle path{stroke:var(--mauve);stroke-width:3;fill:none;stroke-linecap:round} .site-header{position:sticky;top:0;z-index:40;background:rgba(241,239,235,.92);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}
.site-header .nav{display:flex;align-items:center;justify-content:space-between;height:96px;gap:24px}
.site-logo img,.site-logo .custom-logo{max-height:88px;width:auto;height:auto}
.site-logo .txt{font-size:25px;font-weight:700;color:var(--green)}.site-logo .txt b{color:var(--mauve)}
.primary-menu{display:flex;gap:30px;list-style:none;margin:0;padding:0}
.primary-menu a{color:var(--text);font-weight:700;font-size:15px}
.primary-menu a:hover{color:var(--green);text-decoration:none}
.primary-menu .sub-menu{display:none}
.nav-cta{padding:10px 22px}
.menu-toggle{display:none;background:none;border:0;font-size:24px;color:var(--green);cursor:pointer} .hero{padding:56px 0 30px}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:0;align-items:stretch}
.hero-photo{border-radius:14px;overflow:hidden;min-height:420px;background:var(--cream);box-shadow:0 24px 50px rgba(54,71,69,.18);display:flex}
.hero-photo img{width:100%;height:100%;max-height:520px;object-fit:contain;object-position:center}
.hero-copy{display:flex;flex-direction:column;justify-content:center;padding:0 0 0 56px}
.hero-copy .pill{margin-bottom:18px}
.hero-copy h1{font-size:50px;margin:0 0 18px}
.hero-copy h1 em{font-style:italic;color:var(--mauve)}
.hero-copy p{font-size:19px;color:var(--muted);margin-bottom:26px;max-width:440px}
.hero-meta{font-size:14px;color:var(--muted);margin-bottom:22px;font-weight:700} .mission{text-align:center;padding:34px 0 6px}
.mission p{font-style:italic;font-size:25px;color:var(--green);max-width:760px;margin:0 auto} .block{padding:60px 0}
.block.alt{background:var(--sand)}
.shead{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;flex-wrap:wrap;margin-bottom:32px}
.shead h2{font-size:32px;margin:0}
.shead .intro{color:var(--muted);font-size:16px;margin:8px 0 0;max-width:560px}
.shead .all{font-weight:700;font-size:14px;letter-spacing:.04em;white-space:nowrap} .grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.card{background:var(--cream);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column;transition:.25s}
.card:hover{transform:translateY(-5px);box-shadow:0 18px 36px rgba(54,71,69,.14)}
.card .ph{aspect-ratio:16/11;overflow:hidden;background:var(--sand)}
.card .ph img{width:100%;height:100%;object-fit:cover;transition:.4s}
.card:hover .ph img{transform:scale(1.04)}
.card .body{padding:22px 24px 26px;display:flex;flex-direction:column;gap:11px;flex:1}
.card h3{font-size:20px;margin:0}.card h3 a{color:var(--green)}
.card .ex{font-size:15px;color:var(--muted);line-height:1.6;margin:0}
.card .more{margin-top:auto;font-weight:700;font-size:14px;color:var(--green)} .feature{display:grid;grid-template-columns:1.1fr .9fr;gap:48px;align-items:center}
.feature .fphoto{border-radius:14px;overflow:hidden;aspect-ratio:5/4;box-shadow:0 20px 44px rgba(54,71,69,.16)}
.feature .fphoto img{width:100%;height:100%;object-fit:cover}
.feature h2{font-size:34px;margin:12px 0 14px}
.feature p{color:var(--muted);margin-bottom:20px}
.feature .mini{display:flex;flex-direction:column;gap:13px;margin:18px 0 24px;padding:0;list-style:none}
.feature .mini a{display:flex;gap:14px;align-items:center;color:var(--text);font-weight:700;font-size:16px;border-bottom:1px solid var(--line);padding-bottom:12px}
.feature .mini a:hover{color:var(--mauve);text-decoration:none}
.feature .mini a::before{content:"→";color:var(--mauve);font-size:20px} .band{background:linear-gradient(135deg,var(--green),var(--green-deep));color:#EFEDE8;position:relative;overflow:hidden}
.band::after{content:"";position:absolute;right:-60px;top:-60px;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,rgba(141,86,98,.45),transparent 70%)}
.band .inner{display:grid;grid-template-columns:1fr 1fr;gap:54px;align-items:center;padding:70px 28px}
.band .eyebrow{color:#D6BFC4}
.band h2{color:#fff;font-size:34px;margin:10px 0 14px}
.band p{margin-bottom:24px;opacity:.92}
.podbox{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);border-radius:14px;padding:28px;display:flex;align-items:center;gap:20px}
.podbox .cover{width:90px;height:90px;border-radius:12px;flex:none;background:linear-gradient(135deg,var(--mauve),var(--mauve-dark));display:flex;align-items:center;justify-content:center;font-size:32px}
.podbox b{color:#fff;font-size:18px}.podbox small{color:#C9D2D0;font-size:13px}
.band .btn{background:var(--mauve);border-color:var(--mauve)}.band .btn:hover{background:#fff;color:var(--green) !important;border-color:#fff} .about-teaser .inner{display:grid;grid-template-columns:.85fr 1.15fr;gap:54px;align-items:center;padding:70px 28px}
.about-teaser .pf{border-radius:16px;overflow:hidden;aspect-ratio:4/5;box-shadow:0 20px 44px rgba(54,71,69,.16);background:linear-gradient(160deg,#E5D3C2,#C99CA3)}
.about-teaser .pf img{width:100%;height:100%;object-fit:cover;object-position:center 22%}
.about-teaser h2{font-size:34px;margin:10px 0 14px}.about-teaser p{color:var(--muted);margin-bottom:14px} .newsletter{background:var(--sand)}
.newsletter .inner{text-align:center;padding:70px 28px}
.newsletter h2{font-size:32px;margin:10px 0}
.newsletter p{max-width:560px;margin:0 auto 24px;color:var(--muted)}
.nlf{display:flex;gap:12px;max-width:480px;margin:0 auto}
.nlf input{flex:1;padding:14px 18px;border:1px solid var(--line);border-radius:3px;font:inherit;background:#fff} .newsletter-page{padding:70px 0 84px}
.nl-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center}
.nl-copy h1{font-size:40px;line-height:1.1;margin:10px 0 16px}
.nl-lead{font-size:19px;color:var(--muted);line-height:1.6;margin:0 0 22px;max-width:520px}
.nl-benefits{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}
.nl-benefits li{position:relative;padding-left:34px;font-size:16px;color:var(--green-deep)}
.nl-benefits li::before{content:"🌿";position:absolute;left:0;top:-1px}
.nl-formcard{background:var(--cream);border:1px solid var(--line);border-radius:16px;padding:34px 32px;box-shadow:0 18px 40px rgba(54,71,69,.10)}
.nlf-stack{display:flex;flex-direction:column;gap:8px;max-width:none}
.nlf-stack label{font-size:13px;font-weight:700;color:var(--green);margin-top:8px}
.nlf-stack input{flex:none;width:100%}
.nlf-stack .btn{margin-top:18px;width:100%;text-align:center}
.nl-note{background:rgba(74,96,94,.10);color:var(--green-deep);border-radius:8px;padding:14px 16px;font-size:15px;line-height:1.5;margin:14px 0 0}
.nl-fine{font-size:13px;color:var(--muted);margin:14px 0 0;text-align:center}
.nl-fine a{color:var(--mauve)} .article{max-width:var(--content);margin:0 auto;padding:0 28px}
.article-head{padding:48px 0 6px;text-align:center}
.article-head h1{font-size:40px;margin:10px auto 16px;max-width:680px}
.meta{display:flex;gap:16px;justify-content:center;align-items:center;font-size:14px;color:var(--muted);flex-wrap:wrap;font-weight:700}
.meta .who{display:flex;align-items:center;gap:9px;color:var(--green)}
.meta .ava{width:30px;height:30px;border-radius:50%;object-fit:cover;background:linear-gradient(135deg,#E5D3C2,#C99CA3)}
.post-photo{border-radius:14px;overflow:hidden;margin:28px 0 8px;box-shadow:0 20px 44px rgba(54,71,69,.16)}
.page-photo{border-radius:14px;overflow:hidden;margin:20px auto 26px;box-shadow:0 20px 44px rgba(54,71,69,.16);max-width:460px}
.page-photo img{width:100%;height:auto;display:block}
.cap{font-size:13px;font-style:italic;color:var(--muted);text-align:center;margin-bottom:30px} .entry-content{font-size:18px}
.entry-content > *{margin-bottom:1.45em}
.entry-content h2{font-size:27px;margin-top:1.8em}
.entry-content h3{font-size:21px;margin-top:1.4em;color:var(--green-deep)}
.entry-content a{font-weight:700;text-decoration:underline}
.entry-content ul,.entry-content ol{padding-left:26px}
.entry-content li{margin-bottom:.5em}
.entry-content img{border-radius:8px}
.entry-content figure{margin:0 0 1.45em}
.entry-content figcaption{font-size:13px;color:var(--muted);text-align:center;font-style:italic;margin-top:8px}
.entry-content blockquote{border-left:4px solid var(--mauve);background:var(--cream);padding:20px 26px;border-radius:0 8px 8px 0;font-size:20px;color:var(--green);font-style:italic;margin:1.6em 0}
.entry-content blockquote cite{display:block;font-size:14px;font-style:normal;color:var(--muted);margin-top:10px}
.entry-content .wp-block-pullquote{border-top:2px solid var(--green);border-bottom:2px solid var(--green);padding:24px 0;text-align:center} .aligncenter{margin-left:auto;margin-right:auto}
.alignwide{width:min(1040px,92vw);margin-left:calc(50% - min(520px,46vw));}
.alignfull{width:100vw;margin-left:calc(50% - 50vw)}
.aligncenter img{margin:0 auto} .authorbox{display:flex;gap:22px;align-items:flex-start;background:var(--cream);border:1px solid var(--line);border-radius:14px;padding:28px;margin:48px 0}
.authorbox .ava{width:74px;height:74px;border-radius:50%;flex:none;object-fit:cover;background:linear-gradient(135deg,#E5D3C2,#C99CA3)}
.authorbox h4{font-size:18px;margin:6px 0}.authorbox p{font-size:15px;color:var(--muted);margin:0}
.related{background:var(--sand);padding:60px 0;margin-top:24px}
.related h2{font-size:24px;text-align:center;margin-bottom:30px}
.adslot{background:var(--sand);border:1px dashed #C9BFAE;border-radius:8px;text-align:center;color:#9a9488;font-size:12px;letter-spacing:.08em;padding:22px;margin:32px 0;min-height:90px} .archive-head{background:var(--sand);padding:56px 0 48px;text-align:center}
.archive-head h1{font-size:42px;margin:8px 0}
.archive-head .desc{max-width:620px;margin:12px auto 0;color:var(--muted);font-size:18px}
.archive-grid{padding:54px 0}
.pagination{display:flex;gap:8px;justify-content:center;margin-top:44px;flex-wrap:wrap}
.pagination .page-numbers{min-width:42px;height:42px;display:flex;align-items:center;justify-content:center;border-radius:8px;border:1px solid var(--line);background:#fff;font-weight:700;color:var(--text);padding:0 12px}
.pagination .page-numbers.current{background:var(--mauve);color:#fff;border-color:var(--mauve)}
.pagination a.page-numbers:hover{background:var(--green);color:#fff;border-color:var(--green);text-decoration:none} .site-footer{background:var(--green-deep);color:#CBD4D1;padding:58px 0 28px;position:relative;z-index:1}
.fcols{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;margin-bottom:38px}
.site-footer h4{color:#fff;font-size:14px;letter-spacing:.08em;text-transform:uppercase;margin-bottom:14px}
.site-footer .brand{font-size:23px;color:#fff;font-weight:700;margin-bottom:10px}
.site-footer ul{list-style:none;display:flex;flex-direction:column;gap:9px;margin:0;padding:0}
.site-footer a{color:#CBD4D1;font-size:15px}.site-footer a:hover{color:#fff}
.site-footer .legal{border-top:1px solid rgba(255,255,255,.14);padding-top:20px;font-size:13px;opacity:.8;display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px} .ke-episodes{display:flex;flex-direction:column;gap:18px;max-width:760px;margin:0 auto;text-align:left}
.ke-ep{background:var(--cream);border:1px solid var(--line);border-radius:12px;padding:18px 20px;display:flex;gap:18px;align-items:flex-start}
.ke-ep-img{width:84px;height:84px;border-radius:10px;object-fit:cover;flex:none}
.ke-ep-body{flex:1;min-width:0}
.ke-ep-top{display:flex;justify-content:space-between;align-items:baseline;gap:14px;flex-wrap:wrap}
.ke-ep h3{font-size:18px;margin:0}
.ke-ep-date{font-size:13px;color:var(--muted);white-space:nowrap}
.ke-ep-desc{font-size:14px;color:var(--muted);margin:7px 0 12px}
.ke-ep audio{width:100%;height:40px}
@media(max-width:520px){.ke-ep{flex-direction:column}.ke-ep-img{width:64px;height:64px}} .page-wrap{max-width:var(--content);margin:0 auto;padding:48px 28px 10px}
.page-wrap.wide{max-width:var(--maxw)}
.page-title{font-size:40px;text-align:center;margin-bottom:24px} .about-hero{padding:60px 0 30px}
.about-hero .inner{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
.about-hero .pf{border-radius:16px;overflow:hidden;aspect-ratio:4/5;box-shadow:0 24px 50px rgba(54,71,69,.18);background:linear-gradient(160deg,#E5D3C2,#C99CA3)}
.about-hero .pf img{width:100%;height:100%;object-fit:cover}
.about-hero h1{font-size:46px;margin:12px 0 16px}
.values{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.value{background:var(--cream);border:1px solid var(--line);border-radius:12px;padding:28px 24px}
.value .ic{font-size:26px;margin-bottom:10px}.value h3{font-size:19px;margin:0 0 6px}.value p{font-size:15px;color:var(--muted);margin:0} @media(max-width:920px){
.nav-cta{display:none}
.menu-toggle{display:block}
.primary-menu{position:absolute;top:84px;left:0;right:0;background:var(--bg);border-bottom:1px solid var(--line);flex-direction:column;gap:0;padding:6px 28px 14px;display:none;box-shadow:0 18px 30px rgba(54,71,69,.12)}
.primary-menu.is-open{display:flex}
.primary-menu li{padding:11px 0;border-bottom:1px solid var(--line)}
.hero-grid,.feature,.band .inner,.about-teaser .inner,.about-hero .inner{grid-template-columns:1fr;gap:30px}
.hero-copy{padding:0}
.grid,.values{grid-template-columns:1fr 1fr}
.fcols{grid-template-columns:1fr 1fr}
}
@media(max-width:580px){
.grid,.values,.fcols{grid-template-columns:1fr}
.hero-copy h1{font-size:34px}.article-head h1{font-size:28px}.about-hero h1{font-size:32px}
.nlf{flex-direction:column}
}