*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--green-900:#1b5e20;--green-800:#2e7d32;--green-700:#388e3c;--green-600:#43a047;--green-500:#4caf50;--green-100:#e8f5e9;--green-50:#f1f8f2;--dark:#1a1a1a;--text:#333;--muted:#666;--light:#f5f7f5;--white:#fff;--border:#e0e8e0;--shadow:0 2px 16px #00000014;--shadow-lg:0 8px 40px #0000001f;--radius:8px;--radius-lg:16px}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{color:var(--text);background:var(--white);-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.6;overflow-x:hidden}#root{width:100%;min-height:100vh;position:relative}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.container{max-width:1200px;margin:0 auto;padding:0 24px}.section{padding:80px 0}.section-sm{padding:48px 0}.section-title{color:var(--green-900);margin-bottom:12px;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700;line-height:1.25}.section-sub{color:var(--muted);max-width:600px;margin-bottom:48px;font-size:1.05rem}.btn{border-radius:var(--radius);cursor:pointer;border:none;align-items:center;gap:8px;padding:12px 28px;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn-primary{background:var(--green-700);color:#fff}.btn-primary:hover{background:var(--green-800);transform:translateY(-1px);box-shadow:0 4px 16px #388e3c59}.btn-outline{color:var(--green-700);border:2px solid var(--green-700);background:0 0}.btn-outline:hover{background:var(--green-50)}.btn-white{color:var(--green-800);background:#fff}.btn-white:hover{background:var(--green-50);transform:translateY(-1px)}.card{border-radius:var(--radius-lg);box-shadow:var(--shadow);background:#fff;transition:box-shadow .2s,transform .2s;overflow:hidden}.card:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}.tag{text-transform:uppercase;letter-spacing:.05em;border-radius:999px;padding:4px 12px;font-size:.78rem;font-weight:600;display:inline-block}.tag-green{background:var(--green-100);color:var(--green-800)}.tag-blue{color:#1565c0;background:#e3f2fd}.tag-amber{color:#f57f17;background:#fff8e1}section[id]{scroll-margin-top:80px}@media (width<=768px){.section{padding:56px 0}.container{padding:0 16px}}.navbar{z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff2;border-bottom:1px solid #0000;transition:border-color .2s,box-shadow .2s;position:fixed;top:0;left:0;right:0}.navbar.scrolled{border-color:var(--border);box-shadow:0 2px 12px #0000000f}.navbar-inner{justify-content:space-between;align-items:center;height:80px;display:flex}.navbar-brand{align-items:center;text-decoration:none;display:flex}.brand-logo{width:auto;height:68px;display:block}.navbar-links{align-items:center;gap:4px;display:flex}.nav-link{border-radius:var(--radius);color:var(--text);padding:8px 14px;font-size:.9rem;font-weight:500;transition:color .15s,background .15s}.nav-link:hover{color:var(--green-700);background:var(--green-50)}.nav-link.active{color:var(--green-700);background:var(--green-100)}.nav-cta{margin-left:8px;padding:9px 20px;font-size:.88rem}.navbar-toggle{cursor:pointer;color:var(--text);background:0 0;border:none;border-radius:6px;padding:4px;display:none}.navbar-toggle:hover{background:var(--green-50);color:var(--green-700)}@media (width<=900px){.navbar-toggle{justify-content:center;align-items:center;display:flex}.navbar-links{opacity:0;pointer-events:none;z-index:200;-webkit-overflow-scrolling:touch;background:#fff;flex-direction:column;align-items:stretch;gap:4px;max-height:calc(100vh - 80px);padding:16px;transition:transform .25s,opacity .25s;position:fixed;top:80px;left:0;right:0;overflow:hidden auto;transform:translateY(-110%);box-shadow:0 8px 24px #0000001a}.navbar-links.open{opacity:1;pointer-events:all;transform:translateY(0)}.nav-link{padding:12px 16px}.nav-cta{text-align:center;justify-content:center;margin:8px 0 0}}.footer{background:var(--green-900);color:#ffffffd9;padding:64px 0 0}.footer-grid{border-bottom:1px solid #ffffff1f;grid-template-columns:2fr 1fr 1fr 1.4fr;gap:48px;padding-bottom:48px;display:grid}.footer-logo{align-items:center;gap:12px;margin-bottom:16px;display:flex}.footer-logo .brand-icon{color:#fff;background:#ffffff26;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.footer-name{color:#fff;font-size:.92rem;font-weight:700;line-height:1.3}.footer-tagline{color:#ffffff8c;font-size:.72rem}.footer-desc{color:#ffffffa6;font-size:.88rem;line-height:1.7}.footer-col h4{text-transform:uppercase;letter-spacing:.08em;color:#ffffff80;margin-bottom:16px;font-size:.8rem;font-weight:700}.footer-col ul{flex-direction:column;gap:10px;list-style:none;display:flex}.footer-col ul a{color:#ffffffbf;font-size:.88rem;transition:color .15s}.footer-col ul a:hover{color:var(--green-500)}.footer-contact li{color:#ffffffbf;align-items:flex-start;gap:10px;font-size:.88rem;display:flex}.footer-contact li svg{opacity:.7;flex-shrink:0;margin-top:3px}.footer-bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:20px 0;display:flex}.footer-bottom p{color:#ffffff73;font-size:.83rem}.footer-partners{color:#fff6;align-items:center;gap:16px;font-size:.8rem;display:flex}.partner-link{color:#fff9;align-items:center;gap:4px;transition:color .15s;display:inline-flex}.partner-link:hover{color:var(--green-500)}@media (width<=900px){.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}}@media (width<=560px){.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;align-items:flex-start}}.hero{align-items:center;min-height:100dvh;padding-top:72px;display:flex;position:relative;overflow:hidden}.hero-bg{z-index:0;position:absolute;inset:0}.hero-bg img{object-fit:cover;object-position:center;width:100%;height:100%}.hero-bg:after{content:"";background:linear-gradient(135deg,#0a280fd1 0%,#145023a6 100%);position:absolute;inset:0}.hero-content{z-index:1;color:#fff;max-width:760px;padding-top:80px;padding-bottom:100px;position:relative}.hero-tag{color:#ffffffe6;background:#ffffff26;margin-bottom:20px}.hero-title{color:#fff;margin-bottom:20px;font-size:clamp(2rem,5vw,3.4rem);font-weight:800;line-height:1.12}.hero-sub{color:#ffffffd1;max-width:600px;margin-bottom:36px;font-size:clamp(1rem,1.8vw,1.15rem);line-height:1.7}.hero-ctas{flex-wrap:wrap;gap:12px;display:flex}.btn-outline-white{border-radius:var(--radius);cursor:pointer;color:#fff;background:0 0;border:2px solid #ffffff8c;align-items:center;gap:8px;padding:12px 28px;font-size:.95rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-outline-white:hover{background:#ffffff1f;border-color:#fff}.hero-scroll-indicator{z-index:1;position:absolute;bottom:32px;left:50%;transform:translate(-50%)}.scroll-dot{border:2px solid #fff6;border-radius:12px;width:24px;height:40px;position:relative}.scroll-dot:after{content:"";background:#ffffffb3;border-radius:2px;width:4px;height:8px;animation:1.8s infinite scrollBounce;position:absolute;top:5px;left:50%;transform:translate(-50%)}@keyframes scrollBounce{0%,to{opacity:1;transform:translate(-50%)translateY(0)}80%{opacity:0;transform:translate(-50%)translateY(12px)}}.stats-bar{background:var(--green-900);padding:32px 0}.stats-grid{grid-template-columns:repeat(4,1fr);gap:0;display:grid}.stat-item{text-align:center;color:#fff;border-right:1px solid #ffffff1f;padding:16px 24px}.stat-item:last-child{border-right:none}.stat-value{color:var(--green-500);margin-bottom:6px;font-size:2rem;font-weight:800;line-height:1;display:block}.stat-label{color:#ffffffa6;font-size:.85rem}.section-header{text-align:center}.section-header .section-sub{margin:0 auto 48px}.highlights-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.highlight-card{border:1px solid var(--border);color:var(--text);flex-direction:column;gap:12px;padding:28px;text-decoration:none;display:flex}.highlight-icon{background:var(--green-100);width:56px;height:56px;color:var(--green-700);border-radius:14px;justify-content:center;align-items:center;display:flex}.highlight-card h3{color:var(--green-900);font-size:1.05rem;font-weight:700}.highlight-card p{color:var(--muted);flex:1;font-size:.88rem;line-height:1.6}.highlight-more{color:var(--green-700);align-items:center;gap:6px;margin-top:4px;font-size:.85rem;font-weight:600;display:inline-flex}.why-us{background:var(--green-50)}.why-inner{grid-template-columns:1fr 1fr;align-items:center;gap:64px;display:grid}.why-image img{border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);width:100%}.reasons-list{flex-direction:column;gap:12px;list-style:none;display:flex}.reasons-list li{color:var(--text);align-items:flex-start;gap:10px;font-size:.92rem;display:flex}.reasons-list li svg{color:var(--green-600);flex-shrink:0;margin-top:2px}@media (width<=1100px){.highlights-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.stats-grid{grid-template-columns:repeat(2,1fr)}.stat-item:nth-child(2){border-right:none}.stat-item:nth-child(3){border-right:1px solid #ffffff1f}.stat-item:nth-child(4){border-right:none}.highlights-grid,.why-inner{grid-template-columns:1fr}.why-image{order:-1}.cta-inner{flex-direction:column}}@media (width<=480px){.stats-grid{grid-template-columns:repeat(2,1fr)}.hero-title{font-size:1.8rem}}.page-hero{background:linear-gradient(135deg, var(--green-900), var(--green-700));color:#fff;padding:140px 0 80px}.page-hero .tag{color:#fff;background:#ffffff26;margin-bottom:16px}.page-hero h1{color:#fff;margin-bottom:16px;font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.15}.page-hero p{color:#fffc;max-width:620px;font-size:1.05rem;line-height:1.7}.about-grid{grid-template-columns:1fr 1fr;align-items:start;gap:64px;display:grid}.about-text p{color:var(--muted);font-size:.97rem;line-height:1.75}.about-cards{grid-template-columns:1fr 1fr;gap:16px;display:grid}.info-card{background:var(--green-50);border:1px solid var(--border);border-radius:var(--radius);padding:20px}.info-card .info-icon{color:var(--green-700);margin-bottom:10px}.info-card h4{color:var(--green-900);margin-bottom:6px;font-size:.88rem;font-weight:700}.info-card p{color:var(--muted);font-size:.83rem;line-height:1.6}.map-link{color:var(--green-700);align-items:center;gap:5px;margin-top:10px;font-size:.8rem;font-weight:600;transition:color .15s;display:inline-flex}.map-link:hover{color:var(--green-900)}.map-section{background:#fff}.map-embed{box-shadow:var(--shadow-lg);border-radius:12px;position:relative;overflow:hidden}.map-embed iframe{display:block}.map-fallback{text-align:center;background:var(--green-50);flex-direction:column;align-items:center;gap:16px;padding:48px;display:none}.map-fallback svg{color:var(--green-600)}.map-fallback p{color:var(--muted);font-size:.95rem}.partners-grid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.partner-card{border:1px solid var(--border)}.partner-header{align-items:flex-start;gap:16px;padding:24px;display:flex}.partner-header h3{color:var(--dark);margin-bottom:4px;font-size:1.05rem;font-weight:700}.partner-role{color:var(--muted);font-size:.8rem;line-height:1.4}.partner-body{padding:20px 24px 24px}.partner-note{color:var(--muted);margin-bottom:16px;font-size:.9rem;line-height:1.65}.partner-address{color:var(--muted);background:var(--light);border-radius:6px;align-items:flex-start;gap:8px;margin-bottom:12px;padding:12px;font-size:.83rem;display:flex}.partner-address svg{color:var(--green-600);flex-shrink:0;margin-top:2px}.partner-website{color:var(--green-700);align-items:center;gap:5px;font-size:.83rem;font-weight:600;display:inline-flex}.partner-website:hover{color:var(--green-900)}.timeline{max-width:700px;padding-left:40px;position:relative}.timeline:before{content:"";background:var(--border);width:2px;position:absolute;top:8px;bottom:8px;left:72px}.timeline-item{grid-template-columns:64px 16px 1fr;align-items:flex-start;gap:0 16px;margin-bottom:36px;display:grid}.timeline-year{color:var(--green-700);text-align:right;padding-top:2px;font-size:.82rem;font-weight:700}.timeline-dot{background:var(--green-600);width:16px;height:16px;box-shadow:0 0 0 2px var(--green-600);z-index:1;border:3px solid #fff;border-radius:50%;flex-shrink:0;margin-top:1px;position:relative}.timeline-content h4{color:var(--green-900);margin-bottom:4px;font-size:.95rem;font-weight:700}.timeline-content p{color:var(--muted);font-size:.87rem;line-height:1.65}@media (width<=900px){.about-grid,.partners-grid{grid-template-columns:1fr}}@media (width<=600px){.about-cards{grid-template-columns:1fr}.timeline{padding-left:0}.timeline:before{left:56px}}.services-hero{background:linear-gradient(135deg,#1b4332,#2d6a4f)}.service-overview-grid{flex-wrap:wrap;justify-content:center;align-items:center;gap:40px;display:flex}.service-overview-item{align-items:flex-start;gap:16px;max-width:420px;display:flex}.overview-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.overview-icon.green{background:var(--green-100);color:var(--green-700)}.overview-icon.blue{color:#1565c0;background:#e3f2fd}.service-overview-item h3{color:var(--green-900);margin-bottom:4px;font-size:1rem;font-weight:700}.service-overview-item p{color:var(--muted);font-size:.87rem;line-height:1.6}.divider-v{background:var(--border);width:1px;height:80px}.service-section{border-bottom:1px solid var(--border)}.service-section.alt{background:var(--green-50)}.service-grid{grid-template-columns:1fr 1fr;align-items:center;gap:64px;display:grid}.service-section.alt .service-grid{direction:rtl}.service-section.alt .service-content,.service-section.alt .service-image{direction:ltr}.service-image img{border-radius:var(--radius-lg);width:100%;box-shadow:var(--shadow-lg)}.service-desc{color:var(--muted);margin:16px 0 20px;font-size:.95rem;line-height:1.8}.service-highlights{flex-direction:column;gap:10px;margin-bottom:20px;list-style:none;display:flex}.service-highlights li{color:var(--text);align-items:flex-start;gap:10px;font-size:.88rem;display:flex}.service-highlights li svg{color:var(--green-600);flex-shrink:0;margin-top:2px}.service-callout{background:var(--green-100);border-left:4px solid var(--green-600);border-radius:0 8px 8px 0;align-items:flex-start;gap:12px;margin-bottom:16px;padding:14px 16px;display:flex}.service-callout svg{color:var(--green-700);flex-shrink:0;margin-top:2px}.service-callout p{color:var(--green-900);font-size:.87rem;font-style:italic;line-height:1.6}.service-partner{color:var(--muted);border:1px solid var(--border);border-radius:var(--radius);background:#fff;align-items:flex-start;gap:10px;padding:12px 14px;font-size:.83rem;display:flex}.service-partner svg{color:var(--green-600);flex-shrink:0;margin-top:3px}.service-partner strong{color:var(--text);margin-bottom:2px;font-weight:600;display:block}.service-partner span{line-height:1.5}.cta-band{background:linear-gradient(135deg, var(--green-800), var(--green-900));color:#fff;padding:64px 0}.cta-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:32px;display:flex}.cta-inner h2{color:#fff;margin-bottom:8px;font-size:1.6rem;font-weight:700}.cta-inner p{color:#ffffffbf;font-size:.95rem}.cta-actions{flex-wrap:wrap;gap:12px;display:flex}@media (width<=900px){.service-grid{grid-template-columns:1fr;gap:32px;direction:ltr!important}.service-image{order:-1}.divider-v{display:none}}@media (width<=600px){.cta-inner{flex-direction:column}}.recycling-hero{background:linear-gradient(135deg,#1b4332,#40916c)}.rec-visual-wrap{justify-content:center;display:flex}.rec-visual-img{border-radius:var(--radius-lg);width:100%;max-width:700px;box-shadow:var(--shadow-lg)}.rec-header{text-align:center;margin-bottom:48px}.rec-header .section-sub{margin:0 auto}.facts-grid{grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:40px;display:grid}.fact-card{background:var(--green-100);border-radius:var(--radius-lg);text-align:center;border:1px solid #4caf5033;padding:28px 20px}.fact-card.fact-card-blue{background:#e3f2fd;border-color:#1565c026}.fact-icon{width:52px;height:52px;color:var(--green-700);background:#fff;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 16px;display:flex;box-shadow:0 2px 8px #00000014}.fact-icon.blue{color:#1565c0}.fact-stat{color:var(--green-800);margin-bottom:8px;font-size:2.2rem;font-weight:800;line-height:1}.fact-stat.blue{color:#1565c0}.fact-card p{color:var(--muted);font-size:.83rem;line-height:1.5}.rec-explainer{background:var(--green-100);border-left:4px solid var(--green-600);border-radius:0 var(--radius) var(--radius) 0;max-width:800px;padding:24px 28px}.rec-explainer.blue{background:#e3f2fd;border-color:#1565c0}.rec-explainer h3{color:var(--green-900);margin-bottom:12px;font-size:1.05rem;font-weight:700}.rec-explainer.blue h3{color:#0d47a1}.rec-explainer p{color:var(--muted);font-size:.9rem;line-height:1.75}.process-steps{flex-direction:column;gap:0;max-width:700px;display:flex}.step{border-bottom:1px solid var(--border);align-items:flex-start;gap:24px;padding:24px 0;display:flex}.step:last-child{border-bottom:none}.step-num{color:var(--green-700);min-width:48px;opacity:.35;font-size:2rem;font-weight:800;line-height:1}.step-content h4{color:var(--green-900);margin-bottom:6px;font-size:1rem;font-weight:700}.step-content p{color:var(--muted);font-size:.9rem;line-height:1.65}.tips-section{background:var(--light)}.tips-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.tip-card{border-radius:var(--radius);border:1px solid var(--border);background:#fff;padding:24px;transition:box-shadow .2s}.tip-card:hover{box-shadow:var(--shadow)}.tip-icon{background:var(--green-100);width:44px;height:44px;color:var(--green-700);border-radius:10px;justify-content:center;align-items:center;margin-bottom:14px;display:flex}.tip-card h4{color:var(--green-900);margin-bottom:6px;font-size:.92rem;font-weight:700}.tip-card p{color:var(--muted);font-size:.85rem;line-height:1.6}.carbon-section{background:linear-gradient(135deg, var(--green-900), #1b4d2e);color:#fff}.carbon-inner{grid-template-columns:1fr 1fr;align-items:start;gap:64px;display:grid}.carbon-text h2{color:#fff;margin-bottom:16px;font-size:clamp(1.4rem,2.5vw,1.9rem);font-weight:700;line-height:1.3}.carbon-text p{color:#ffffffbf;font-size:.92rem;line-height:1.8}.carbon-stats{flex-direction:column;gap:20px;display:flex}.carbon-stat{border-radius:var(--radius);background:#ffffff14;border:1px solid #ffffff1f;flex-direction:column;gap:4px;padding:20px 24px;display:flex}.carbon-stat span{color:#fff9;font-size:.82rem}.carbon-stat strong{color:var(--green-400,#66bb6a);font-size:1.5rem;font-weight:800;line-height:1.2}@media (width<=1000px){.facts-grid,.tips-grid{grid-template-columns:repeat(2,1fr)}.carbon-inner{grid-template-columns:1fr}}@media (width<=600px){.facts-grid{grid-template-columns:1fr 1fr}.tips-grid{grid-template-columns:1fr}}.contact-hero{background:linear-gradient(135deg,#0d3b1e,#1b5e20)}.contact-grid{grid-template-columns:1.4fr 1fr;align-items:start;gap:56px;display:grid}.contact-form-wrap h2{color:var(--green-900);margin-bottom:8px;font-size:1.4rem;font-weight:700}.form-sub{color:var(--muted);margin-bottom:28px;font-size:.9rem;line-height:1.65}.contact-form{flex-direction:column;gap:20px;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:20px;display:grid}.form-group{flex-direction:column;gap:6px;display:flex}.form-group label{color:var(--text);font-size:.85rem;font-weight:600}.required{color:var(--green-700)}.form-group input,.form-group textarea,.form-group select{border:1.5px solid var(--border);border-radius:var(--radius);color:var(--text);resize:vertical;background:#fff;outline:none;padding:11px 14px;font-family:inherit;font-size:.9rem;transition:border-color .15s,box-shadow .15s}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:var(--green-600);box-shadow:0 0 0 3px #4caf501f}.form-group input:disabled,.form-group textarea:disabled,.form-group select:disabled{background:var(--light);opacity:.7}.form-group textarea{min-height:160px}.form-error{border-radius:var(--radius);color:#dc2626;background:#fef2f2;border:1px solid #fecaca;align-items:center;gap:10px;padding:12px 16px;font-size:.88rem;display:flex}.submit-btn{align-self:flex-start;padding:13px 32px}.submit-btn:disabled{opacity:.7;cursor:not-allowed;transform:none!important}.spinner{border:2px solid #fff6;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.7s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.form-success{text-align:center;background:var(--green-50);border-radius:var(--radius-lg);border:1px solid #4caf5033;flex-direction:column;align-items:center;gap:12px;padding:48px 32px;display:flex}.form-success svg{color:var(--green-600)}.form-success h3{color:var(--green-900);font-size:1.3rem;font-weight:700}.form-success p{color:var(--muted);max-width:360px;font-size:.92rem;line-height:1.6}.contact-info{flex-direction:column;gap:20px;display:flex}.info-block{background:var(--green-50);border:1px solid var(--border);border-radius:var(--radius);padding:20px}.info-block-icon{background:var(--green-100);width:44px;height:44px;color:var(--green-700);border-radius:10px;justify-content:center;align-items:center;margin-bottom:12px;display:flex}.info-block h3{color:var(--green-900);margin-bottom:8px;font-size:.92rem;font-weight:700}.info-block p{color:var(--muted);font-size:.87rem;line-height:1.7}.info-link{color:var(--green-700);margin-top:10px;font-size:.82rem;font-weight:600;transition:color .15s;display:inline-block}.info-link:hover{color:var(--green-900)}.email-display{font-family:monospace;font-weight:500;color:var(--text)!important;font-size:.88rem!important}.email-note{color:var(--muted)!important;margin-top:6px!important;font-size:.8rem!important}.map-block{padding:12px}.mini-map{border-radius:10px;overflow:hidden}.map-fallback-mini{text-align:center;background:var(--light);flex-direction:column;align-items:center;gap:12px;padding:24px;display:none}.hours-list{flex-direction:column;gap:8px;display:flex}.hours-row{color:var(--text);border-bottom:1px solid var(--border);justify-content:space-between;padding:6px 0;font-size:.85rem;display:flex}.hours-row:last-child{border-bottom:none}.hours-row span:last-child{color:var(--green-800);font-weight:600}.hours-row.closed span:last-child{color:#dc2626}@media (width<=960px){.contact-grid,.form-row{grid-template-columns:1fr}}@media (width<=480px){.submit-btn{justify-content:center;width:100%}}.author-card{background:var(--green-50);border-radius:var(--radius-lg);border:1px solid var(--border);align-items:flex-start;gap:16px;padding:24px;display:flex}.author-card--compact{background:0 0;border:none;align-items:center;gap:10px;padding:0}.author-avatar-link{flex-shrink:0}.author-avatar{object-fit:cover;border:2px solid var(--green-200,#c8e6c9);border-radius:50%;width:64px;height:64px;display:block}.author-card--compact .author-avatar{width:36px;height:36px}.author-info{flex-direction:column;gap:4px;display:flex}.author-name{color:var(--green-900);font-size:.95rem;font-weight:700;text-decoration:none}.author-name:hover{text-decoration:underline}.author-card--compact .author-name{font-size:.85rem}.author-title{color:var(--muted);font-size:.8rem;font-weight:500}.author-bio{color:var(--text);margin-top:4px;font-size:.875rem;line-height:1.6}.blog-hero{background:linear-gradient(135deg, var(--green-900), var(--green-700));color:#fff;padding:100px 0 56px}.blog-hero h1{color:#fff;margin:12px 0 16px;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800}.blog-hero p{color:#fffc;max-width:560px;font-size:1.05rem}.blog-body{padding:48px 0 80px}.blog-filters{flex-wrap:wrap;gap:8px;margin-bottom:36px;display:flex}.filter-btn{border:1.5px solid var(--border);color:var(--text);cursor:pointer;background:#fff;border-radius:999px;padding:7px 18px;font-size:.85rem;font-weight:500;transition:all .15s}.filter-btn:hover{border-color:var(--green-600);color:var(--green-700)}.filter-btn.active{background:var(--green-700);border-color:var(--green-700);color:#fff}.posts-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.post-card{border:1px solid var(--border);color:var(--text);flex-direction:column;gap:12px;padding:24px;text-decoration:none;transition:box-shadow .2s,transform .2s;display:flex}.post-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}.post-card-body{flex:1}.post-card-body h2{color:var(--green-900);margin-bottom:10px;font-size:1.05rem;font-weight:700;line-height:1.4}.post-card-body p{color:var(--muted);font-size:.875rem;line-height:1.6}.post-card-footer{border-top:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:12px;padding-top:12px;display:flex}.post-meta{color:var(--muted);align-items:center;gap:4px;font-size:.78rem;display:flex}.post-date{color:var(--muted);margin-left:auto;font-size:.78rem}.blog-loading{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.post-skeleton{border-radius:var(--radius-lg);background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;height:220px;animation:1.4s infinite shimmer}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.blog-empty{text-align:center;color:var(--muted);flex-direction:column;align-items:center;gap:16px;padding:80px 0;display:flex}.pagination{justify-content:center;align-items:center;gap:20px;margin-top:48px;display:flex}.page-btn{border-radius:var(--radius);border:1.5px solid var(--border);cursor:pointer;color:var(--text);background:#fff;align-items:center;gap:6px;padding:9px 20px;font-size:.9rem;font-weight:500;transition:all .15s;display:flex}.page-btn:hover:not(:disabled){border-color:var(--green-600);color:var(--green-700)}.page-btn:disabled{opacity:.4;cursor:default}.page-info{color:var(--muted);font-size:.88rem}@media (width<=900px){.posts-grid,.blog-loading{grid-template-columns:repeat(2,1fr)}}@media (width<=580px){.posts-grid,.blog-loading{grid-template-columns:1fr}.pagination{flex-direction:column;gap:12px}}.blogpost-page{min-height:100vh}.blogpost-hero{background:linear-gradient(135deg, var(--green-900), var(--green-700));color:#fff;padding:100px 0 56px}.back-link{color:#ffffffbf;align-items:center;gap:6px;font-size:.88rem;text-decoration:none;transition:color .15s;display:inline-flex}.back-link+.tag{margin-left:14px}.blogpost-hero h1{color:#fff;max-width:800px;margin:16px 0 14px;font-size:clamp(1.6rem,3.5vw,2.4rem);font-weight:800;line-height:1.25}.blogpost-excerpt{color:#fffc;max-width:680px;margin-bottom:24px;font-size:1.05rem;line-height:1.65}.blogpost-meta-row{flex-wrap:wrap;align-items:center;gap:20px;display:flex}.blogpost-meta-row .post-meta{color:#ffffffb3;align-items:center;gap:6px;font-size:.85rem;display:flex}.blogpost-body{padding:56px 0 80px}.blogpost-content{max-width:760px;color:var(--text);font-size:1.02rem;line-height:1.8}.blogpost-content h2{color:var(--green-900);margin:36px 0 14px;font-size:1.35rem;font-weight:700}.blogpost-content p{margin-bottom:18px}.blogpost-content ul,.blogpost-content ol{margin-bottom:18px;padding-left:24px}.blogpost-content li{margin-bottom:8px}.blogpost-content strong{color:var(--green-900)}.blogpost-content a{color:var(--green-900);text-underline-offset:2px;text-decoration:underline}.blogpost-content a:hover{opacity:.75}.blogpost-content .source-citation{border-top:1px solid var(--border,#dcdcdc);margin-top:32px;padding-top:16px;font-size:.95rem}.blogpost-author-section{border-top:1px solid var(--border);max-width:760px;margin-top:48px;padding-top:32px}.blogpost-author-section h3{text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin-bottom:16px;font-size:.82rem;font-weight:600}.blogpost-footer{gap:12px;margin-top:32px;display:flex}.blogpost-loading{max-width:760px;padding:100px 0}.skel{background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:8px;margin-bottom:16px;animation:1.4s infinite shimmer}.skel-title{width:70%;height:40px}.skel-meta{width:40%;height:20px}.skel-line{width:100%;height:16px}.skel-line:last-child{width:60%}.blogpost-notfound{text-align:center;flex-direction:column;align-items:center;gap:24px;padding:120px 0;display:flex}@media (width<=768px){.blogpost-meta-row{gap:12px}.blogpost-footer{flex-direction:column}}.author-hero{background:linear-gradient(135deg, var(--green-900), var(--green-700));color:#fff;padding:100px 0 48px}.author-profile-card{align-items:center;gap:32px;margin-top:24px;display:flex}.author-profile-photo{object-fit:cover;border:4px solid #ffffff4d;border-radius:50%;flex-shrink:0;width:140px;height:140px}.author-profile-info h1{color:#fff;margin-bottom:6px;font-size:2.2rem;font-weight:800}.author-profile-role{color:#ffffffbf;margin-bottom:16px;font-size:1rem}.author-credentials{flex-wrap:wrap;gap:12px;display:flex}.author-credentials span{color:#ffffffd9;background:#ffffff1f;border-radius:999px;align-items:center;gap:6px;padding:6px 14px;font-size:.85rem;display:flex}.author-body{grid-template-columns:1fr 1.4fr;align-items:start;gap:56px;padding:56px 0 80px;display:grid}.author-about h2,.author-posts h2{color:var(--green-900);margin-bottom:20px;font-size:1.3rem;font-weight:700}.author-about p{color:var(--text);margin-bottom:16px;font-size:.95rem;line-height:1.75}.author-posts-list{flex-direction:column;gap:2px;display:flex}.author-post-row{border-radius:var(--radius);color:var(--text);justify-content:space-between;align-items:flex-start;gap:16px;padding:16px;text-decoration:none;transition:background .15s;display:flex}.author-post-row:hover{background:var(--green-50)}.author-post-main{flex:1}.author-post-main h3{color:var(--green-900);margin:6px 0 4px;font-size:.95rem;font-weight:600;line-height:1.4}.author-post-main p{color:var(--muted);font-size:.82rem;line-height:1.5}.author-post-meta{color:var(--muted);white-space:nowrap;flex-direction:column;flex-shrink:0;align-items:flex-end;gap:4px;font-size:.78rem;display:flex}.author-post-meta span{align-items:center;gap:4px;display:flex}.author-posts-loading{flex-direction:column;gap:12px;display:flex}.skel-row{border-radius:var(--radius);background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8 50%,#f0f0f0 75%) 0 0/200% 100%;height:72px;animation:1.4s infinite shimmer}.back-link{color:#ffffffbf;align-items:center;gap:6px;font-size:.88rem;text-decoration:none;display:inline-flex}.back-link:hover{color:#fff}@media (width<=900px){.author-body{grid-template-columns:1fr;gap:32px}.author-profile-card{flex-direction:column;align-items:flex-start;gap:20px}.author-profile-photo{width:100px;height:100px}}.app-wrapper{flex-direction:column;min-height:100dvh;display:flex}main{flex:1}
