/*
Theme Name: YesEarth Custom Theme
Theme URI: https://www.yesearth.org/
Author: SLRD-YesEarth
Description: Custom bilingual, SEO ready, mobile first WordPress theme for YesEarth climate action and sustainability platform.
Version: 1.4.1
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 7.4
License: GPL v2 or later
Text Domain: yesearth-custom
*/

:root{
  --ye-green:#0d5b3f;--ye-green-2:#167a55;--ye-lime:#d8f2bf;--ye-earth:#7b5436;--ye-sky:#e7f7f2;--ye-ink:#17352b;--ye-muted:#5b7068;--ye-bg:#f7fbf8;--ye-white:#fff;--ye-line:#dce9e3;--ye-shadow:0 18px 40px rgba(13,91,63,.12);--ye-radius:24px;--ye-radius-sm:16px;--ye-max:1180px;--ye-font:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--ye-font);color:var(--ye-ink);background:var(--ye-bg);font-size:16px;line-height:1.65}img{max-width:100%;height:auto}a{color:var(--ye-green);text-decoration:none}a:hover{text-decoration:underline}.screen-reader-text{position:absolute;left:-9999px}.ye-container{max-width:var(--ye-max);margin:auto;padding:0 22px}.ye-btn,.wp-block-button__link{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 20px;border-radius:999px;font-weight:750;background:var(--ye-green);color:#fff;border:0;text-decoration:none;box-shadow:0 8px 18px rgba(13,91,63,.18)}.ye-btn:hover{text-decoration:none;background:var(--ye-green-2)}.ye-btn.secondary{background:#fff;color:var(--ye-green);border:1px solid var(--ye-line)}.ye-eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:.78rem;color:var(--ye-green-2);font-weight:800}.ye-section{padding:76px 0}.ye-section-title{font-size:clamp(1.8rem,3vw,2.7rem);line-height:1.15;margin:8px 0 14px}.ye-sub{color:var(--ye-muted);max-width:760px}.skip-link{position:absolute;left:16px;top:-50px;background:#fff;padding:10px 16px;z-index:10000}.skip-link:focus{top:12px}.ye-topbar{background:var(--ye-green);color:#fff;font-size:.88rem}.ye-topbar .ye-container{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:40px}.ye-topbar a{color:#fff}.ye-top-actions{display:flex;gap:10px;align-items:center}.ye-lang button,.ye-search-toggle{border:1px solid rgba(255,255,255,.45);background:rgba(255,255,255,.12);color:#fff;border-radius:999px;padding:5px 10px;cursor:pointer}.ye-lang button.active{background:#fff;color:var(--ye-green)}.site-header{position:sticky;top:0;z-index:999;background:rgba(255,255,255,.94);backdrop-filter:saturate(180%) blur(12px);border-bottom:1px solid var(--ye-line)}.admin-bar .site-header{top:32px}.ye-header-inner{display:flex;align-items:center;justify-content:space-between;min-height:78px;gap:22px}.ye-logo{display:flex;align-items:center;gap:12px;font-weight:900;color:var(--ye-green);font-size:1.1rem;text-decoration:none}.ye-logo img{max-height:54px;width:auto;object-fit:contain}.ye-nav{display:flex;align-items:center;gap:22px}.ye-nav ul{display:flex;gap:6px;list-style:none;margin:0;padding:0}.ye-nav li{position:relative}.ye-nav a{display:block;padding:12px 11px;color:var(--ye-ink);font-weight:700;font-size:.95rem}.ye-nav .sub-menu{position:absolute;top:100%;left:0;display:none;background:#fff;border:1px solid var(--ye-line);border-radius:16px;box-shadow:var(--ye-shadow);min-width:230px;padding:8px}.ye-nav li:hover>.sub-menu,.ye-nav li:focus-within>.sub-menu{display:block}.ye-nav .sub-menu a{padding:9px 12px;border-radius:10px}.ye-nav .sub-menu a:hover{background:var(--ye-sky);text-decoration:none}.ye-mobile-toggle{display:none;border:0;background:var(--ye-sky);border-radius:12px;padding:9px 11px;font-weight:900}.ye-hero{position:relative;min-height:620px;display:flex;align-items:center;color:#fff;overflow:hidden;background:linear-gradient(120deg,rgba(13,91,63,.88),rgba(22,122,85,.6)),var(--hero-image, none);background-size:cover;background-position:center}.ye-hero:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 80% 20%,rgba(216,242,191,.28),transparent 30%)}.ye-hero .ye-container{position:relative;z-index:1}.ye-hero-content{max-width:780px}.ye-hero h1{font-size:clamp(2rem,5vw,4.4rem);line-height:1.04;margin:12px 0 18px;color:#fff;text-shadow:0 3px 24px rgba(0,0,0,.28)}.ye-hero p{font-size:clamp(1.02rem,1.7vw,1.25rem);max-width:720px;color:rgba(255,255,255,.94)}.ye-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.ye-hero .ye-btn.secondary{background:rgba(255,255,255,.95)}.ye-grid{display:grid;gap:22px}.ye-grid.cols-3{grid-template-columns:repeat(3,1fr)}.ye-grid.cols-4{grid-template-columns:repeat(4,1fr)}.ye-card{background:#fff;border:1px solid var(--ye-line);border-radius:var(--ye-radius);padding:24px;box-shadow:0 8px 24px rgba(13,91,63,.07)}.ye-card h3{margin:8px 0 8px;font-size:1.22rem;line-height:1.25}.ye-card p{color:var(--ye-muted);margin:0}.ye-card-img{height:210px;margin:-24px -24px 18px;border-radius:var(--ye-radius) var(--ye-radius) 0 0;overflow:hidden;background:var(--ye-sky)}.ye-card-img img{width:100%;height:100%;object-fit:cover;image-rendering:auto}.ye-impact{background:#fff}.ye-stats{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;margin-top:28px}.ye-stat{padding:22px;border-radius:20px;background:linear-gradient(180deg,var(--ye-sky),#fff);border:1px solid var(--ye-line);text-align:center}.ye-stat strong{font-size:clamp(1.8rem,3vw,2.6rem);display:block;color:var(--ye-green)}.ye-stat span{color:var(--ye-muted);font-weight:700}.ye-program-card{position:relative;overflow:hidden;min-height:290px;color:#fff;border-radius:var(--ye-radius);display:flex;align-items:flex-end;padding:24px;background:#0d5b3f}.ye-program-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}.ye-program-card:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.68),rgba(0,0,0,.05))}.ye-program-card div{position:relative;z-index:1}.ye-program-card h3{color:#fff;margin:0 0 8px}.ye-program-card p{color:rgba(255,255,255,.88)}.ye-two{display:grid;grid-template-columns:1.05fr .95fr;gap:38px;align-items:center}.ye-image-panel{border-radius:28px;overflow:hidden;box-shadow:var(--ye-shadow);background:#fff}.ye-image-panel img{width:100%;height:470px;object-fit:cover}.ye-post-list{display:grid;gap:18px}.ye-post-item{display:grid;grid-template-columns:150px 1fr;gap:18px;background:#fff;border:1px solid var(--ye-line);border-radius:18px;padding:12px}.ye-post-item img{width:150px;height:110px;object-fit:cover;border-radius:14px}.ye-post-item h3{font-size:1.06rem;margin:2px 0 6px}.ye-footer{background:#103629;color:#dceee7;padding:58px 0 22px}.ye-footer a{color:#fff}.ye-footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr;gap:28px}.ye-footer h3,.ye-footer h4{color:#fff;margin-top:0}.ye-footer ul{list-style:none;margin:0;padding:0}.ye-footer li{margin:8px 0}.ye-search-modal{display:none;position:fixed;inset:0;background:rgba(9,36,28,.76);z-index:9999;align-items:flex-start;justify-content:center;padding:90px 18px}.ye-search-modal.open{display:flex}.ye-search-box{background:#fff;border-radius:24px;padding:24px;max-width:720px;width:100%;box-shadow:var(--ye-shadow)}.ye-search-box input[type=search]{width:100%;font-size:1.2rem;padding:14px;border:1px solid var(--ye-line);border-radius:14px}.ye-close-search{float:right;background:transparent;border:0;font-size:1.8rem;cursor:pointer}.entry-content{max-width:860px;margin:40px auto;padding:0 22px}.entry-content h1,.entry-content h2,.entry-content h3{line-height:1.2}.breadcrumb{font-size:.9rem;color:var(--ye-muted);margin:18px 0}.ye-editor-note{background:#fff8dc;border-left:4px solid #d79b00;padding:12px 14px;border-radius:10px;margin:16px 0}
@media(max-width:940px){.ye-topbar .ye-container{justify-content:center;flex-wrap:wrap;padding:8px 16px}.ye-header-inner{min-height:68px}.ye-logo img{max-height:42px}.ye-mobile-toggle{display:block}.ye-nav{position:fixed;top:108px;left:0;right:0;bottom:0;background:#fff;transform:translateX(100%);transition:.25s;display:block;padding:18px;overflow:auto}.admin-bar .ye-nav{top:140px}.ye-nav.open{transform:translateX(0)}.ye-nav ul{display:block}.ye-nav a{padding:13px 10px}.ye-nav .sub-menu{position:static;display:block;box-shadow:none;border:0;background:var(--ye-bg);margin:0 0 8px 14px}.ye-hero{min-height:520px}.ye-grid.cols-3,.ye-grid.cols-4,.ye-stats,.ye-two,.ye-footer-grid{grid-template-columns:1fr 1fr}.ye-post-item{grid-template-columns:110px 1fr}.ye-post-item img{width:110px;height:95px}.ye-image-panel img{height:340px}}
@media(max-width:620px){body{font-size:15px}.ye-container{padding:0 16px}.ye-section{padding:52px 0}.ye-grid.cols-3,.ye-grid.cols-4,.ye-stats,.ye-two,.ye-footer-grid{grid-template-columns:1fr}.ye-hero{min-height:560px;background-position:center}.ye-hero h1{font-size:2.15rem}.ye-hero p{font-size:1rem}.ye-hero-actions{display:grid}.ye-btn{width:100%;padding:12px 16px}.ye-topbar{font-size:.78rem}.ye-top-actions{width:100%;justify-content:center}.ye-card{padding:20px}.ye-card-img{height:190px;margin:-20px -20px 16px}.ye-program-card{min-height:240px}.ye-post-item{grid-template-columns:1fr}.ye-post-item img{width:100%;height:190px}.admin-bar .site-header{top:0}.admin-bar .ye-nav{top:108px}}

/* 2026 structure refinement: slimmer header, sharper navigation, magazine section */
.ye-topbar{font-size:.8rem}.ye-topbar-inner{min-height:30px}.ye-support{font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.site-header{box-shadow:0 8px 22px rgba(13,91,63,.05)}.ye-header-inner{min-height:58px}.ye-logo img,.custom-logo{max-height:34px!important;width:auto!important}.ye-logo span{font-size:1.18rem}.ye-nav a{padding:7px 9px;font-size:.88rem;border-radius:999px}.ye-nav>ul>li>a:hover,.ye-nav>ul>li.current-menu-item>a{background:var(--ye-sky);text-decoration:none;color:var(--ye-green)}.ye-nav .sub-menu{top:calc(100% + 8px)}.ye-mobile-toggle{font-size:.86rem}.ye-hero{min-height:500px}.ye-hero-content{max-width:720px}.ye-hero h1{font-size:clamp(2rem,4vw,3.55rem);line-height:1.06}.ye-hero p{font-size:clamp(.98rem,1.35vw,1.13rem);max-width:650px}.ye-section{padding:64px 0}.ye-section-title{font-size:clamp(1.65rem,2.4vw,2.35rem)}.ye-nav-overview{padding-top:44px}.ye-journey-grid{margin-top:24px}.ye-journey{display:block;background:#fff;border:1px solid var(--ye-line);border-radius:22px;padding:22px;box-shadow:0 8px 24px rgba(13,91,63,.06);color:var(--ye-ink);text-decoration:none;min-height:210px}.ye-journey:hover,.ye-action-card:hover{transform:translateY(-3px);transition:.2s;box-shadow:var(--ye-shadow);text-decoration:none}.ye-journey span{display:inline-flex;width:34px;height:34px;border-radius:50%;align-items:center;justify-content:center;background:var(--ye-sky);color:var(--ye-green);font-weight:900}.ye-journey h3{margin:16px 0 8px;font-size:1.12rem}.ye-journey p{margin:0;color:var(--ye-muted);font-size:.95rem}.ye-action-card{display:block;color:var(--ye-ink);text-decoration:none;transition:.2s}.ye-action-card span{display:inline-block;margin-top:14px;font-weight:800;color:var(--ye-green)}.ye-meearth{background:linear-gradient(135deg,#f0fbf5,#fff 48%,#e8f8f1)}.ye-feature-article{background:#fff;border:1px solid var(--ye-line);border-radius:24px;padding:24px;margin-top:24px;box-shadow:var(--ye-shadow)}.ye-feature-article h3{font-size:1.35rem;margin:8px 0}.ye-me-list{display:grid;gap:12px}.ye-me-item{display:block;background:#fff;border:1px solid var(--ye-line);border-radius:18px;padding:16px;text-decoration:none;color:var(--ye-ink)}.ye-me-item:hover{border-color:var(--ye-green-2);box-shadow:0 8px 22px rgba(13,91,63,.08);text-decoration:none}.ye-me-item strong{display:block;font-size:1rem;line-height:1.3;margin-bottom:6px}.ye-me-item span{display:block;color:var(--ye-muted);font-size:.92rem;line-height:1.55}.ye-card h3{font-size:1.12rem}.ye-card p{font-size:.95rem}.ye-stat{padding:18px 12px}.ye-stat strong{font-size:clamp(1.55rem,2.4vw,2.2rem)}.ye-image-panel img{height:390px}.ye-post-item h3{line-height:1.28}.ye-search-toggle{font-size:.78rem}.ye-lang button{font-size:.78rem;padding:4px 8px}
@media(max-width:940px){.ye-header-inner{min-height:56px}.ye-logo img,.custom-logo{max-height:32px!important}.ye-nav{top:86px}.ye-hero{min-height:470px}.ye-grid.cols-4{grid-template-columns:1fr 1fr}.admin-bar .ye-nav{top:118px}}
@media(max-width:620px){.ye-topbar-inner{min-height:28px;display:grid!important;grid-template-columns:1fr auto;gap:8px}.ye-support{font-size:.72rem}.ye-top-actions{width:auto}.ye-search-toggle{padding:4px 8px}.ye-header-inner{min-height:54px}.ye-logo img,.custom-logo{max-height:30px!important}.ye-mobile-toggle{padding:7px 9px}.ye-nav{top:82px}.ye-section{padding:46px 0}.ye-hero{min-height:510px}.ye-hero h1{font-size:2rem}.ye-hero p{font-size:.96rem}.ye-grid.cols-4{grid-template-columns:1fr}.ye-journey{min-height:auto}.ye-feature-article{padding:20px}.ye-me-item{padding:14px}.admin-bar .ye-nav{top:82px}}

/* 2026 public content cleanup and intervention icon system */
.ye-intro{background:#fff}.ye-path-card{background:linear-gradient(180deg,#ffffff,#eefaf4);border:1px solid var(--ye-line);border-radius:26px;padding:28px;box-shadow:var(--ye-shadow)}.ye-path-card h3{margin-top:0;color:var(--ye-green)}.ye-path-card a{display:flex;justify-content:space-between;align-items:center;padding:13px 0;border-bottom:1px solid var(--ye-line);font-weight:800;color:var(--ye-ink);text-decoration:none}.ye-path-card a:after{content:"→";color:var(--ye-green)}.ye-path-card a:last-child{border-bottom:0}.ye-path-card a:hover{color:var(--ye-green)}.ye-intervention-grid{align-items:stretch}.ye-intervention-card{position:relative;min-height:255px}.ye-intervention-card em{display:inline-block;margin-top:14px;font-style:normal;font-weight:800;color:var(--ye-green)}.ye-icon{display:inline-flex;width:54px;height:54px;border-radius:18px;background:var(--ye-sky);border:1px solid var(--ye-line);align-items:center;justify-content:center;margin-bottom:12px;color:var(--ye-green)}.ye-icon:before{content:"";width:30px;height:30px;display:block;background:currentColor;mask-size:contain;mask-repeat:no-repeat;mask-position:center;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center}.ye-icon-tree:before{mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 22V13M7 13h10M12 3C8 3 5 6 5 10c0 2.8 2.2 5 5 5h4c2.8 0 5-2.2 5-5 0-4-3-7-7-7z" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 22V13M7 13h10M12 3C8 3 5 6 5 10c0 2.8 2.2 5 5 5h4c2.8 0 5-2.2 5-5 0-4-3-7-7-7z" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.ye-icon-soil:before{mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 17c4-4 12-4 16 0M6 13c3-3 9-3 12 0M8 9c2-2 6-2 8 0M12 22V8" fill="none" stroke="black" stroke-width="2" stroke-linecap="round"/></svg>');-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 17c4-4 12-4 16 0M6 13c3-3 9-3 12 0M8 9c2-2 6-2 8 0M12 22V8" fill="none" stroke="black" stroke-width="2" stroke-linecap="round"/></svg>')}.ye-icon-carbon:before{mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><circle cx="8" cy="12" r="4" fill="none" stroke="black" stroke-width="2"/><circle cx="16" cy="12" r="4" fill="none" stroke="black" stroke-width="2"/><path d="M8 8c2-4 6-4 8 0M8 16c2 4 6 4 8 0" fill="none" stroke="black" stroke-width="2" stroke-linecap="round"/></svg>');-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><circle cx="8" cy="12" r="4" fill="none" stroke="black" stroke-width="2"/><circle cx="16" cy="12" r="4" fill="none" stroke="black" stroke-width="2"/><path d="M8 8c2-4 6-4 8 0M8 16c2 4 6 4 8 0" fill="none" stroke="black" stroke-width="2" stroke-linecap="round"/></svg>')}.ye-icon-water:before{mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3s7 7 7 12a7 7 0 1 1-14 0c0-5 7-12 7-12z" fill="none" stroke="black" stroke-width="2"/><path d="M8 16c2 2 6 2 8 0" fill="none" stroke="black" stroke-width="2" stroke-linecap="round"/></svg>');-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3s7 7 7 12a7 7 0 1 1-14 0c0-5 7-12 7-12z" fill="none" stroke="black" stroke-width="2"/><path d="M8 16c2 2 6 2 8 0" fill="none" stroke="black" stroke-width="2" stroke-linecap="round"/></svg>')}.ye-icon-energy:before{mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 2L4 14h7l-1 8 10-13h-7l0-7z" fill="none" stroke="black" stroke-width="2" stroke-linejoin="round"/></svg>');-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 2L4 14h7l-1 8 10-13h-7l0-7z" fill="none" stroke="black" stroke-width="2" stroke-linejoin="round"/></svg>')}.ye-icon-biodiversity:before{mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 21c-5-4-8-8-8-12a4 4 0 0 1 7-2 4 4 0 0 1 7 2c0 4-3 8-6 12z" fill="none" stroke="black" stroke-width="2"/><path d="M12 21V11M12 11c3 0 5-2 6-5M12 11c-3 0-5-2-6-5" fill="none" stroke="black" stroke-width="2" stroke-linecap="round"/></svg>');-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 21c-5-4-8-8-8-12a4 4 0 0 1 7-2 4 4 0 0 1 7 2c0 4-3 8-6 12z" fill="none" stroke="black" stroke-width="2"/><path d="M12 21V11M12 11c3 0 5-2 6-5M12 11c-3 0-5-2-6-5" fill="none" stroke="black" stroke-width="2" stroke-linecap="round"/></svg>')}.ye-icon-youth:before{mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><circle cx="8" cy="8" r="3" fill="none" stroke="black" stroke-width="2"/><circle cx="17" cy="9" r="2.5" fill="none" stroke="black" stroke-width="2"/><path d="M3 21c1-5 9-5 10 0M13 20c1-4 7-4 8 0" fill="none" stroke="black" stroke-width="2" stroke-linecap="round"/></svg>');-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><circle cx="8" cy="8" r="3" fill="none" stroke="black" stroke-width="2"/><circle cx="17" cy="9" r="2.5" fill="none" stroke="black" stroke-width="2"/><path d="M3 21c1-5 9-5 10 0M13 20c1-4 7-4 8 0" fill="none" stroke="black" stroke-width="2" stroke-linecap="round"/></svg>')}.ye-icon-circular:before{mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 7h8l-2-3M17 17H9l2 3M5 15a7 7 0 0 1 0-7M19 9a7 7 0 0 1 0 7" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 7h8l-2-3M17 17H9l2 3M5 15a7 7 0 0 1 0-7M19 9a7 7 0 0 1 0 7" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.ye-icon-fpo:before{mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 20V9l8-5 8 5v11M8 20v-6h8v6M4 11h16" fill="none" stroke="black" stroke-width="2" stroke-linejoin="round" stroke-linecap="round"/></svg>');-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 20V9l8-5 8 5v11M8 20v-6h8v6M4 11h16" fill="none" stroke="black" stroke-width="2" stroke-linejoin="round" stroke-linecap="round"/></svg>')}
.ye-support{max-width:70vw}.ye-header-inner{min-height:52px}.ye-logo img,.custom-logo{max-height:28px!important}.ye-logo span{font-size:1.05rem}.ye-nav a{padding:6px 8px;font-size:.86rem}.ye-topbar-inner{min-height:28px}.ye-topbar{font-size:.76rem}.ye-stat strong{letter-spacing:-.03em}.ye-section-title{max-width:920px}.ye-sub{max-width:880px}
@media(max-width:940px){.ye-header-inner{min-height:52px}.ye-logo img,.custom-logo{max-height:28px!important}.ye-nav{top:80px}.ye-support{max-width:60vw}.ye-intervention-card{min-height:auto}}
@media(max-width:620px){.ye-logo img,.custom-logo{max-height:26px!important}.ye-header-inner{min-height:50px}.ye-nav{top:78px}.ye-support{max-width:56vw}.ye-stats{grid-template-columns:1fr 1fr}.ye-stat:last-child{grid-column:1/-1}.ye-icon{width:48px;height:48px;border-radius:15px}.ye-icon:before{width:26px;height:26px}}

/* Approved homepage format update */
:root{--ye-deep:#0b3b2a;--ye-fresh:#69b83f;--ye-soft:#f4faf2;--ye-gold:#e6b35a}.ye-clean-header{top:0}.ye-clean-header .ye-header-inner{min-height:64px;gap:18px}.ye-clean-header .ye-logo img,.ye-clean-header .custom-logo{max-height:44px!important}.ye-header-tools{display:flex;align-items:center;gap:12px}.ye-clean-header .ye-nav{flex:1;justify-content:center}.ye-clean-header .ye-nav a{font-size:.9rem;padding:9px 10px}.ye-search-toggle{background:#fff;color:var(--ye-ink);border:0;font-size:1.7rem;line-height:1;width:34px;height:34px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center}.ye-clean-header .ye-lang{display:flex;border:1px solid #9ecaa9;border-radius:5px;overflow:hidden}.ye-clean-header .ye-lang button{border:0;background:#fff;color:var(--ye-green);border-radius:0;padding:8px 13px;font-weight:800}.ye-clean-header .ye-lang button.active{background:var(--ye-green);color:#fff}.ye-format-hero{min-height:520px;margin:0;background-image:linear-gradient(90deg,rgba(5,34,24,.78) 0%,rgba(5,34,24,.54) 42%,rgba(5,34,24,.18) 72%),var(--hero-image);background-size:cover;background-position:center right;color:#fff;display:flex;align-items:center}.ye-format-hero:after{display:none}.ye-format-hero .ye-hero-content{max-width:720px;padding:55px 0 98px}.ye-format-hero h1{font-size:clamp(2.35rem,4.1vw,4.1rem);line-height:1.06;margin:0 0 18px;font-weight:950;letter-spacing:-.04em;color:#fff}.ye-format-hero h1 span{color:var(--ye-fresh)}.ye-format-hero p{max-width:620px;font-size:1.14rem;line-height:1.55;font-weight:650;color:#fff}.ye-format-hero .ye-btn{border-radius:5px;text-transform:uppercase;font-size:.86rem;letter-spacing:.02em;background:var(--ye-fresh);box-shadow:none;padding:13px 22px}.ye-format-hero .ye-btn.light{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.92)}.ye-impact-ribbon{position:relative;margin-top:-58px;z-index:5}.ye-impact-card{background:#fff;border:1px solid rgba(13,91,63,.16);box-shadow:0 14px 35px rgba(9,47,34,.16);border-radius:6px;min-height:88px;display:grid;grid-template-columns:150px repeat(5,1fr);align-items:center}.ye-impact-title{padding:0 24px;border-right:1px solid var(--ye-line);text-transform:uppercase;line-height:1.05}.ye-impact-title strong,.ye-impact-title span{display:block;font-weight:950;font-size:1.15rem}.ye-impact-title span{color:var(--ye-green)}.ye-impact-button{display:flex;align-items:center;gap:12px;padding:12px 18px;border-right:1px solid var(--ye-line);min-height:88px}.ye-impact-button:last-child{border-right:0}.ye-impact-button .ye-icon{margin:0;flex:0 0 45px;width:45px;height:45px;background:transparent;border:0;color:#2d7a28}.ye-impact-button strong{display:block;color:#2d7a28;font-size:1.4rem;line-height:1.05;font-weight:950}.ye-impact-button em{display:block;font-style:normal;color:#23372f;font-size:.82rem;line-height:1.2}.ye-intervention-strip{padding:42px 0 24px;background:#fff}.ye-intervention-strip h2{text-align:center;margin:0 0 24px;color:var(--ye-green);font-size:1.35rem;text-transform:uppercase;letter-spacing:.04em}.ye-strip-grid{display:grid;grid-template-columns:repeat(10,1fr);gap:0}.ye-strip-item{min-height:112px;text-align:center;color:#1d332a;text-decoration:none;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;padding:8px 10px;border-right:1px solid var(--ye-line)}.ye-strip-item:last-child{border-right:0}.ye-strip-item:hover{text-decoration:none;background:var(--ye-soft)}.ye-strip-item .ye-icon{margin:0;width:42px;height:42px;border:0;background:transparent;color:#367a2e}.ye-strip-item strong{font-size:.82rem;line-height:1.15}.ye-center-link{text-align:center;margin:22px 0 0}.ye-center-link a,.ye-more-link{font-weight:850}.ye-home-mag{padding:28px 0 34px;background:#fff}.ye-mag-panel{border:1px solid #cfe6d7;background:linear-gradient(180deg,#f4fbf3,#ffffff);border-radius:6px;padding:22px;display:grid;grid-template-columns:39% 61%;gap:22px}.ye-feature-card{display:grid;grid-template-columns:48% 52%;gap:16px;align-items:stretch}.ye-feature-card img{height:190px;width:100%;object-fit:cover;border-radius:4px;background:#dceee7}.ye-feature-card h3{font-size:1.08rem;line-height:1.25;margin:8px 0}.ye-feature-card p{font-size:.89rem;line-height:1.45;color:#33463e}.ye-badge{display:inline-block;background:var(--ye-green);color:#fff;border-radius:4px;padding:2px 7px;font-size:.72rem;font-weight:800}.ye-mag-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.ye-mag-head h3{margin:0;color:var(--ye-green);text-transform:uppercase;font-size:.98rem;letter-spacing:.04em}.ye-article-row{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.ye-mini-article{color:#172820;text-decoration:none;display:block}.ye-mini-article:hover{text-decoration:none}.ye-mini-thumb{height:105px;border-radius:5px;margin-bottom:9px;background:linear-gradient(135deg,#2b7a36,#dfeedd);position:relative;overflow:hidden}.ye-mini-thumb:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 70% 20%,rgba(255,255,255,.7),transparent 18%),linear-gradient(135deg,transparent 55%,rgba(0,0,0,.12))}.ye-mini-article strong{display:block;font-size:.86rem;line-height:1.22;margin-bottom:6px}.ye-mini-article span{display:block;color:#5b7068;font-size:.76rem;line-height:1.35}.ye-mini-article em{display:inline-block;margin-top:8px;color:var(--ye-green);font-size:.8rem;font-style:normal;font-weight:850}.ye-what{background:#0a281e;color:#fff}.ye-what .ye-section-title,.ye-what .ye-eyebrow{color:#fff}.ye-what .ye-card{background:#fff;color:var(--ye-ink)}.ye-icon-land:before{mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 18c5-4 13-4 18 0M5 14c4-3 10-3 14 0M8 10c2-2 6-2 8 0M12 3v18" fill="none" stroke="black" stroke-width="2" stroke-linecap="round"/></svg>');-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 18c5-4 13-4 18 0M5 14c4-3 10-3 14 0M8 10c2-2 6-2 8 0M12 3v18" fill="none" stroke="black" stroke-width="2" stroke-linecap="round"/></svg>')}.ye-icon-groups:before{mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><circle cx="8" cy="8" r="3" fill="none" stroke="black" stroke-width="2"/><circle cx="16" cy="8" r="3" fill="none" stroke="black" stroke-width="2"/><path d="M2 21c1-5 11-5 12 0M10 21c1-5 11-5 12 0" fill="none" stroke="black" stroke-width="2" stroke-linecap="round"/></svg>');-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><circle cx="8" cy="8" r="3" fill="none" stroke="black" stroke-width="2"/><circle cx="16" cy="8" r="3" fill="none" stroke="black" stroke-width="2"/><path d="M2 21c1-5 11-5 12 0M10 21c1-5 11-5 12 0" fill="none" stroke="black" stroke-width="2" stroke-linecap="round"/></svg>')}.ye-icon-map:before{mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 18l-6 3V6l6-3 6 3 6-3v15l-6 3-6-3zM9 3v15M15 6v15" fill="none" stroke="black" stroke-width="2" stroke-linejoin="round"/></svg>');-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 18l-6 3V6l6-3 6 3 6-3v15l-6 3-6-3zM9 3v15M15 6v15" fill="none" stroke="black" stroke-width="2" stroke-linejoin="round"/></svg>')}.ye-icon-leadership:before{mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3l3 6 6 1-4.5 4.4 1 6.2L12 17.5 6.5 20.6l1-6.2L3 10l6-1 3-6z" fill="none" stroke="black" stroke-width="2" stroke-linejoin="round"/></svg>');-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3l3 6 6 1-4.5 4.4 1 6.2L12 17.5 6.5 20.6l1-6.2L3 10l6-1 3-6z" fill="none" stroke="black" stroke-width="2" stroke-linejoin="round"/></svg>')}.ye-icon-climate:before{mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><circle cx="12" cy="12" r="9" fill="none" stroke="black" stroke-width="2"/><path d="M3 12h18M12 3c3 3 3 15 0 18M12 3c-3 3-3 15 0 18" fill="none" stroke="black" stroke-width="2" stroke-linecap="round"/></svg>');-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><circle cx="12" cy="12" r="9" fill="none" stroke="black" stroke-width="2"/><path d="M3 12h18M12 3c3 3 3 15 0 18M12 3c-3 3-3 15 0 18" fill="none" stroke="black" stroke-width="2" stroke-linecap="round"/></svg>')}.ye-icon-campus:before{mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 8l9-5 9 5-9 5-9-5zM6 10v5c3 3 9 3 12 0v-5M12 13v8" fill="none" stroke="black" stroke-width="2" stroke-linejoin="round" stroke-linecap="round"/></svg>');-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 8l9-5 9 5-9 5-9-5zM6 10v5c3 3 9 3 12 0v-5M12 13v8" fill="none" stroke="black" stroke-width="2" stroke-linejoin="round" stroke-linecap="round"/></svg>')}
@media(max-width:1180px){.ye-strip-grid{grid-template-columns:repeat(5,1fr)}.ye-strip-item{border-bottom:1px solid var(--ye-line)}.ye-article-row{grid-template-columns:repeat(3,1fr)}.ye-impact-card{grid-template-columns:1fr 1fr 1fr}.ye-impact-title{grid-column:1/-1;border-right:0;border-bottom:1px solid var(--ye-line);padding:18px 22px}.ye-impact-button{border-bottom:1px solid var(--ye-line)}}
@media(max-width:940px){.ye-clean-header .ye-header-inner{min-height:58px}.ye-clean-header .ye-logo img,.ye-clean-header .custom-logo{max-height:34px!important}.ye-header-tools{margin-left:auto}.ye-clean-header .ye-nav{top:58px}.ye-clean-header .ye-nav.open{transform:translateX(0)}.ye-clean-header .ye-nav ul{display:block}.ye-clean-header .ye-nav a{padding:13px}.ye-format-hero{min-height:470px}.ye-format-hero .ye-hero-content{padding:50px 0 92px}.ye-mag-panel{grid-template-columns:1fr}.ye-article-row{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.ye-clean-header .ye-header-inner{min-height:54px}.ye-clean-header .ye-logo img,.ye-clean-header .custom-logo{max-height:30px!important}.ye-clean-header .ye-lang button{padding:7px 9px;font-size:.74rem}.ye-search-toggle{width:28px;height:28px;font-size:1.25rem}.ye-format-hero{min-height:520px;background-position:center}.ye-format-hero .ye-hero-content{padding:48px 0 88px}.ye-format-hero h1{font-size:2.15rem}.ye-format-hero p{font-size:1rem}.ye-impact-ribbon{margin-top:-42px}.ye-impact-card{grid-template-columns:1fr}.ye-impact-button{border-right:0}.ye-strip-grid{grid-template-columns:repeat(2,1fr)}.ye-strip-item:nth-child(even){border-right:0}.ye-feature-card{grid-template-columns:1fr}.ye-feature-card img{height:180px}.ye-article-row{grid-template-columns:1fr}.ye-mini-thumb{height:130px}.ye-mag-panel{padding:16px}.ye-home-mag{padding-top:24px}}

/* Original article images in Me & My Earth section */
.ye-mini-thumb{background:#eef7f0!important}
.ye-mini-thumb:after{display:none!important}
.ye-mini-thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .25s ease}
.ye-mini-article:hover .ye-mini-thumb img{transform:scale(1.04)}
.ye-mini-article small{display:block;color:#6a7c74;font-size:.72rem;margin:0 0 5px}
.ye-feature-card img{background:#eef7f0}


/* Latest update: YesEarth post snapshots above Me & My Earth with featured images */
.ye-format-hero .ye-hero-content{max-width:610px;padding:48px 0 88px}
.ye-format-hero h1{font-size:clamp(1.95rem,3.35vw,3.35rem);line-height:1.08;max-width:650px}
.ye-format-hero p{font-size:1.02rem;max-width:540px;line-height:1.5}
.ye-site-articles{background:#f8fbf5;padding:50px 0 30px}
.ye-section-headline{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:22px}
.ye-section-headline h2{margin:6px 0 0;font-size:clamp(1.45rem,2.3vw,2.05rem);line-height:1.18;color:#123326}
.ye-inline-link{font-weight:850;color:var(--ye-green);white-space:nowrap}
.ye-article-snapshot-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.ye-snapshot-card{background:#fff;border:1px solid #dbe8dd;border-radius:12px;overflow:hidden;color:#172820;text-decoration:none;box-shadow:0 8px 18px rgba(12,70,45,.06);transition:transform .2s ease,box-shadow .2s ease}
.ye-snapshot-card:hover{transform:translateY(-3px);box-shadow:0 14px 30px rgba(12,70,45,.12);text-decoration:none}
.ye-snapshot-img{height:160px;background:#dfeee5;overflow:hidden}
.ye-snapshot-img img,.ye-mini-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.ye-snapshot-body{padding:15px 15px 17px}
.ye-snapshot-body small{display:block;color:#6b7f75;font-size:.78rem;margin-bottom:6px}
.ye-snapshot-body h3{font-size:1rem;line-height:1.25;margin:0 0 8px;color:#172820}
.ye-snapshot-body p{font-size:.84rem;line-height:1.45;margin:0 0 10px;color:#586a62}
.ye-snapshot-body em{font-style:normal;font-size:.83rem;font-weight:850;color:var(--ye-green)}
.ye-home-mag{padding-top:34px}
@media(max-width:940px){.ye-article-snapshot-grid{grid-template-columns:repeat(2,1fr)}.ye-section-headline{align-items:flex-start;flex-direction:column}.ye-format-hero h1{font-size:2.45rem}.ye-format-hero p{font-size:1rem}}
@media(max-width:620px){.ye-article-snapshot-grid{grid-template-columns:1fr}.ye-snapshot-img{height:190px}.ye-format-hero h1{font-size:1.85rem}.ye-format-hero p{font-size:.94rem}.ye-format-hero .ye-hero-content{padding:42px 0 82px}.ye-section-headline h2{font-size:1.35rem}}


/* Category wise YesEarth latest posts */
.ye-category-post-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.ye-category-post-card{background:#fff;border:1px solid #dbe8dd;border-radius:14px;overflow:hidden;box-shadow:0 8px 18px rgba(12,70,45,.06);transition:transform .2s ease,box-shadow .2s ease}
.ye-category-post-card:hover{transform:translateY(-3px);box-shadow:0 14px 30px rgba(12,70,45,.12)}
.ye-category-image{height:145px;background:#dfeee5;display:block;overflow:hidden}
.ye-category-image img{width:100%;height:100%;object-fit:cover;display:block}
.ye-category-post-body{padding:14px 14px 16px}
.ye-category-pill{display:inline-flex;padding:5px 10px;border-radius:999px;background:#e7f3e8;color:#225c38;text-decoration:none;font-size:.74rem;font-weight:850;margin-bottom:8px}
.ye-category-post-body small{display:block;color:#6b7f75;font-size:.76rem;margin-bottom:6px}
.ye-category-post-body h3{font-size:.98rem;line-height:1.25;margin:0 0 8px}
.ye-category-post-body h3 a{color:#172820;text-decoration:none}
.ye-category-post-body p{font-size:.83rem;line-height:1.42;margin:0 0 10px;color:#586a62}
.ye-read-post{font-size:.82rem;font-weight:850;color:var(--ye-green);text-decoration:none}
@media(max-width:1100px){.ye-category-post-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:820px){.ye-category-post-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.ye-category-post-grid{grid-template-columns:1fr}.ye-category-image{height:190px}}


/* Focused update: compact hero typography */
.ye-format-hero .ye-hero-content{max-width:560px;padding:42px 0 80px}
.ye-format-hero h1{font-size:clamp(1.75rem,2.65vw,2.75rem)!important;line-height:1.12!important;letter-spacing:-.025em!important;margin-bottom:12px!important}
.ye-format-hero p{font-size:.96rem!important;line-height:1.48!important;max-width:500px!important;font-weight:600!important;margin-top:0}
@media(max-width:940px){.ye-format-hero h1{font-size:2.05rem!important}.ye-format-hero p{font-size:.94rem!important}.ye-format-hero .ye-hero-content{padding:38px 0 76px}}
@media(max-width:620px){.ye-format-hero{min-height:480px}.ye-format-hero h1{font-size:1.58rem!important;line-height:1.15!important}.ye-format-hero p{font-size:.88rem!important;line-height:1.45!important}.ye-format-hero .ye-hero-content{padding:34px 0 72px}}

/* Dropdown usability fix: keep submenu reachable while moving the cursor down */
@media (min-width: 941px){
  .ye-clean-header .ye-nav li,
  .ye-nav li{
    position: relative;
  }
  .ye-clean-header .ye-nav .sub-menu,
  .ye-nav .sub-menu{
    top: 100% !important;
    margin-top: 0 !important;
    padding: 10px;
    z-index: 1002;
    pointer-events: auto;
  }
  .ye-clean-header .ye-nav li.menu-item-has-children > a,
  .ye-nav li.menu-item-has-children > a{
    padding-right: 24px;
  }
  .ye-clean-header .ye-nav li.menu-item-has-children > a::after,
  .ye-nav li.menu-item-has-children > a::after{
    content: "▾";
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-52%);
    font-size: .68rem;
    line-height: 1;
    opacity: .75;
  }
  .ye-clean-header .ye-nav li.menu-item-has-children::after,
  .ye-nav li.menu-item-has-children::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 14px;
    display: block;
    background: transparent;
    z-index: 1001;
  }
  .ye-clean-header .ye-nav li:hover > .sub-menu,
  .ye-clean-header .ye-nav li:focus-within > .sub-menu,
  .ye-clean-header .ye-nav li.submenu-open > .sub-menu,
  .ye-nav li:hover > .sub-menu,
  .ye-nav li:focus-within > .sub-menu,
  .ye-nav li.submenu-open > .sub-menu{
    display: block;
  }
  .ye-clean-header .ye-nav .sub-menu a,
  .ye-nav .sub-menu a{
    white-space: nowrap;
  }
}

/* Android mobile navigation fix */
.ye-submenu-toggle{display:none}
@media (max-width: 940px){
  body.ye-menu-open{overflow:hidden}
  .ye-header-inner{position:relative;z-index:1001}
  .ye-mobile-toggle{display:inline-flex!important;align-items:center;justify-content:center;min-width:42px;min-height:38px;border:1px solid var(--ye-line);background:#eef8f1;color:var(--ye-green);border-radius:12px;font-size:0;line-height:1;cursor:pointer;z-index:1003;touch-action:manipulation;-webkit-tap-highlight-color:transparent}
  .ye-mobile-toggle::before{content:"☰";font-size:1.35rem;font-weight:900}
  .ye-mobile-toggle[aria-expanded="true"]::before{content:"×";font-size:1.55rem}
  .ye-nav{position:fixed!important;top:58px!important;left:0!important;right:0!important;bottom:0!important;width:100%!important;background:#fff!important;transform:translateX(105%)!important;transition:transform .25s ease!important;display:block!important;padding:16px 18px 34px!important;overflow-y:auto!important;z-index:1000!important;box-shadow:0 20px 40px rgba(13,91,63,.16);visibility:hidden;pointer-events:none;-webkit-overflow-scrolling:touch}
  .admin-bar .ye-nav{top:104px!important}
  .ye-nav.open{transform:translateX(0)!important;visibility:visible;pointer-events:auto}
  .ye-nav ul{display:block!important;width:100%;gap:0!important;margin:0!important;padding:0!important;list-style:none!important}
  .ye-nav li{display:block!important;position:relative!important;border-bottom:1px solid #edf4ef}
  .ye-nav a{display:block!important;padding:14px 48px 14px 8px!important;border-radius:10px!important;color:var(--ye-ink)!important;font-size:1rem!important;line-height:1.25!important;text-decoration:none!important;background:transparent!important}
  .ye-nav a:hover,.ye-nav a:focus{background:var(--ye-sky)!important;color:var(--ye-green)!important;text-decoration:none!important}
  .ye-submenu-toggle{display:inline-flex!important;align-items:center;justify-content:center;position:absolute;right:4px;top:6px;width:38px;height:38px;border:1px solid var(--ye-line);border-radius:10px;background:#f6fbf7;color:var(--ye-green);font-size:1rem;font-weight:900;z-index:2;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent}
  .ye-submenu-toggle::before{content:"▾";transition:transform .2s ease}
  .ye-submenu-toggle[aria-expanded="true"]::before{transform:rotate(180deg)}
  .ye-nav .sub-menu{position:static!important;display:none!important;margin:0 0 8px 12px!important;padding:6px!important;min-width:0!important;border:0!important;border-left:3px solid #d8eadc!important;border-radius:0 0 12px 12px!important;box-shadow:none!important;background:#f7fbf8!important}
  .ye-nav li.submenu-open > .sub-menu{display:block!important}
  .ye-nav .sub-menu li{border-bottom:0!important}
  .ye-nav .sub-menu a{font-size:.94rem!important;padding:11px 12px!important;white-space:normal!important}
  .ye-header-tools{display:flex!important;align-items:center;gap:6px;z-index:1003}
  .ye-lang{display:flex;gap:4px;align-items:center}
  .ye-lang button{font-size:.72rem!important;padding:4px 7px!important}
  .ye-search-toggle{font-size:.75rem!important;padding:5px 8px!important}
}
@media (max-width: 620px){
  .ye-nav{top:54px!important}
  .admin-bar .ye-nav{top:100px!important}
  .ye-header-tools{gap:4px}
  .ye-lang button{font-size:.68rem!important;padding:3px 6px!important}
}

/* Mobile menu layer fix: keep Android menu above hero image */
.site-header,
.ye-clean-header{
  position: sticky;
  top: 0;
  z-index: 30000 !important;
  isolation: isolate;
}
.ye-header-inner{
  position: relative;
  z-index: 30002 !important;
}
.ye-mobile-toggle{
  position: relative;
  z-index: 30004 !important;
}
.ye-nav,
.ye-clean-header .ye-nav{
  z-index: 30003 !important;
}
.ye-hero,
.ye-format-hero{
  z-index: 1 !important;
}
.ye-hero:after,
.ye-format-hero:after{
  z-index: 0 !important;
}
.ye-hero .ye-container,
.ye-format-hero .ye-container{
  position: relative;
  z-index: 2 !important;
}
@media(max-width:940px){
  body.ye-menu-open{
    overflow: hidden;
  }
  .site-header,
  .ye-clean-header{
    z-index: 30000 !important;
  }
  .ye-nav,
  .ye-clean-header .ye-nav{
    position: fixed !important;
    top: 58px !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 30003 !important;
    background: #fff !important;
    box-shadow: 0 24px 60px rgba(0,0,0,.24) !important;
  }
  .admin-bar .ye-nav,
  .admin-bar .ye-clean-header .ye-nav{
    top: 104px !important;
  }
}
@media(max-width:620px){
  .ye-nav,
  .ye-clean-header .ye-nav{
    top: 54px !important;
  }
  .admin-bar .ye-nav,
  .admin-bar .ye-clean-header .ye-nav{
    top: 100px !important;
  }
}

/* Strong Android overlay fix: mobile menu is lifted above all page sections */
@media (max-width: 940px){
  html body .site-header,
  html body .ye-clean-header{
    position: sticky !important;
    top: 0 !important;
    z-index: 2147483000 !important;
    overflow: visible !important;
    transform: none !important;
    filter: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }
  html body .site-header *,
  html body .ye-clean-header *{
    overflow: visible;
  }
  html body .ye-nav,
  html body .ye-nav.ye-mobile-body-menu,
  html body .ye-clean-header .ye-nav{
    position: fixed !important;
    top: 54px !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    height: calc(100vh - 54px) !important;
    background: #ffffff !important;
    z-index: 2147483647 !important;
    transform: translateX(105%) !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    padding: 16px 18px 40px !important;
    box-shadow: 0 24px 70px rgba(0,0,0,.32) !important;
    border-top: 1px solid #dbe8dd !important;
  }
  html body.admin-bar .ye-nav,
  html body.admin-bar .ye-nav.ye-mobile-body-menu{
    top: 100px !important;
    height: calc(100vh - 100px) !important;
  }
  html body .ye-nav.open,
  html body .ye-nav.ye-mobile-body-menu.open{
    transform: translateX(0) !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    display: block !important;
  }
  html body .ye-hero,
  html body .ye-format-hero,
  html body main,
  html body #content{
    position: relative !important;
    z-index: 1 !important;
    transform: none !important;
  }
}
