:root{--green:#2e8b57;--soft:#eaf6ee;--muted:#6b7280;--radius:12px}
*{box-sizing:border-box}body{font-family:Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;line-height:1.5;margin:0;color:#0f172a}
.container{max-width:1100px;margin:0 auto;padding:0 20px}
.site-header{background:#fff;border-bottom:1px solid #eef2f4;position:sticky;top:0;z-index:40}
.header-inner{display:flex;align-items:center;justify-content:space-between;padding:18px 0}
.logo{font-weight:700;color:var(--green);text-decoration:none;font-size:1.25rem}
.nav{display:flex;gap:16px;flex-wrap:wrap;align-content:center}
.nav a{color:#0f172a;text-decoration:none;font-weight:500}
.header-ctas{display:flex;gap:8px}
.header-cart span{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;margin-left:6px;padding:0 6px;border-radius:999px;background:var(--green);color:#fff;font-size:12px;font-weight:700}
.back-home-link{margin-left:10px;padding-left:12px;border-left:1px solid #dbe5df;color:#475569;text-decoration:none;font-weight:700;white-space:nowrap}
.back-home-link:hover{color:var(--green)}
.quick-bar{background:var(--soft);font-size:0.95rem}
.quick-grid{display:flex;gap:16px;align-items:center;justify-content:space-between;padding:8px 0}
.badge{background:#fff;padding:6px 10px;border-radius:999px;border:1px solid #e6f3ea;margin-left:6px;color:var(--green);font-weight:600}
.hero{padding:48px 0}
.hero-inner{display:flex;gap:32px;align-items:center}
.hero-content{flex:1}
.hero h1{font-size:2rem;margin:0 0 8px}
.lead{color:var(--muted);margin:0 0 16px}
.hero-actions .btn{margin-right:10px}
.btn{display:inline-block;padding:10px 16px;border-radius:10px;text-decoration:none;font-weight:600}
.btn-primary{background:var(--green);color:#fff}
.btn-outline{border:2px solid var(--green);color:var(--green);background:transparent}
.btn-lg{padding:14px 20px}
.btn-sm{padding:8px 12px}
.hero-stats{display:flex;gap:18px;margin-top:18px;list-style:none;padding:0}
.hero-image{width:350px}
.image-card{height:220px;background:linear-gradient(180deg,#f6fdf6,#eaf6ee);border-radius:14px}
.section{padding:36px 0}
.grid{display:grid;gap:16px}
.deals-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}
.card{background:#fff;border-radius:12px;padding:12px;border:1px solid #eef2f4}
.card-media{height:100px;background:linear-gradient(135deg,#f0fff5,#e8f5ea);border-radius:8px;margin-bottom:10px}
.category-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}
.category-card{background:#fff;padding:18px;border-radius:12px;display:flex;flex-direction:column;align-items:center;text-align:center;border:1px solid #f1f5f9}
.category-filter{cursor:pointer;transition:border-color .18s ease, box-shadow .18s ease, transform .18s ease;background:#fff;color:#0f172a}
.category-filter:hover{border-color:#cfe8dc;box-shadow:0 8px 24px rgba(46,139,87,0.12);transform:translateY(-2px)}
.category-filter:focus{outline:2px solid rgba(46,139,87,0.26);outline-offset:2px}
.category-filter.is-active{border-color:var(--green);box-shadow:0 10px 26px rgba(46,139,87,0.18)}
.category-card h4{margin:0 0 6px}
.category-card p{margin:0}
.category-card.category-filter{appearance:none;-webkit-appearance:none;font:inherit;width:100%}
.cat-ico{font-size:28px;margin-bottom:8px}
.why-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}
.feature{background:#fff;padding:18px;border-radius:12px;border:1px solid #f1f5f9}
.steps{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}
.review-card{padding:18px;border-radius:12px;border:1px solid #f1f5f9}
.visit-grid{display:grid;grid-template-columns:1fr 360px;gap:18px;align-items:start}
.map-placeholder{height:200px;background:#f8faf8;border-radius:12px;border:1px dashed #e6f3ea;display:flex;align-items:center;justify-content:center;color:var(--muted)}
.accordion .acc-btn{width:100%;text-align:left;padding:12px;border-radius:8px;border:1px solid #eef2f4;background:#fff;margin-top:8px}
.acc-panel{overflow:hidden;max-height:0;padding:0 12px;transition:max-height .25s ease}
.site-footer{background:#fff;padding:24px 0;border-top:1px solid #eef2f4}
.footer-grid{display:flex;gap:24px;align-items:flex-start;justify-content:space-between}
.compliance{font-size:0.85rem;color:var(--muted);margin-top:12px}
.mobile-footer{position:fixed;left:0;right:0;bottom:0;background:#fff;border-top:1px solid #eef2f4;padding:8px 12px;display:flex;gap:8px;align-items:center;justify-content:space-between}
.mf-btn{flex:1;text-align:center;padding:10px;border-radius:8px;text-decoration:none;color:#0f172a}
.mf-cta{background:var(--green);color:#fff;padding:10px 14px;border-radius:10px;text-decoration:none;font-weight:700}
.menu-items{width:100%;margin:0}
.plugin-section{margin-bottom:28px}
.plugin-section h3{font-size:1.1rem;margin:0 0 14px;color:#0f172a}
.plugin-meta{font-size:0.95rem;color:var(--muted);margin-bottom:10px}
.menu-items .plugin-links{display:flex;gap:8px;align-items:center;flex-wrap:wrap}
.menu-items .plugin-link{padding:8px 12px;border-radius:10px;background:#fff;border:1px solid #eef6f0;color:var(--green);text-decoration:none;font-weight:600}
.plugin-full-menu-link{display:inline-flex;margin-top:12px;padding:0;border:none;background:transparent;color:var(--green);font:inherit;font-weight:800;cursor:pointer}
.plugin-full-menu-link:hover{text-decoration:underline}
.plugin-full-menu-link:focus{outline:2px solid rgba(46,139,87,0.26);outline-offset:4px}
.plugin-refresh{margin-top:14px;background:transparent;border:1px solid #d1e9de;font-size:14px;cursor:pointer;padding:8px 12px;border-radius:10px;color:var(--green)}
.plugin-refresh:hover{background:rgba(46,139,87,0.08)}
.plugin-refresh:focus{outline:2px solid rgba(46,139,87,0.18)}

.plugin-loading-grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));align-items:start}
.plugin-skeleton-card{background:#fff;padding:16px;border-radius:16px;border:1px solid #eef2f4;min-height:320px;display:flex;flex-direction:column;gap:12px}
.plugin-skeleton-thumb{height:170px;background:linear-gradient(90deg,#f2f7f2,#e5ece5,#f2f7f2);border-radius:12px;animation:shimmer 1.6s linear infinite;background-size:400% 100%}
.plugin-skeleton-line{height:14px;background:linear-gradient(90deg,#f2f7f2,#e5ece5,#f2f7f2);border-radius:8px;animation:shimmer 1.6s linear infinite;background-size:400% 100%}
.plugin-skeleton-line.short{width:60%}
@keyframes shimmer{0%{background-position:-400px 0}100%{background-position:400px 0}}

/* Plugin product cards */
.plugin-grid{display:grid;gap:16px;grid-template-columns:repeat(3,minmax(0,1fr));align-items:start}
.plugin-card{background:#fff;padding:16px;border-radius:16px;border:1px solid #eef2f4;text-align:left;display:flex;flex-direction:column;justify-content:space-between;min-height:380px;height:100%}
.plugin-card-body{display:flex;flex-direction:column;justify-content:space-between;flex:1;height:100%}
.plugin-img{width:100%;height:180px;min-height:180px;max-height:180px;object-fit:cover;object-position:center;border-radius:12px;margin-bottom:12px}
.plugin-title{font-size:1rem;margin:0 0 10px;color:#0f1720}
.plugin-price{color:var(--green);font-weight:700;margin-bottom:6px}
.plugin-desc-wrapper{display:flex;flex-direction:column;gap:8px}
.plugin-desc{font-size:0.92rem;margin:0;line-height:1.5;min-height:5.6rem;overflow:hidden;transition:max-height .32s ease, opacity .32s ease}
.plugin-desc.collapsed{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;line-clamp:4;max-height:5.6rem;opacity:1}
.plugin-desc.expanded{max-height:800px}
.plugin-toggle{border:none;background:transparent;color:var(--green);font-weight:700;cursor:pointer;padding:0;margin-top:4px;align-self:flex-start}
.plugin-buy{display:inline-block;margin-top:auto;padding:8px 10px;border:none;border-radius:8px;background:var(--green);color:#fff;text-decoration:none;font:inherit;font-weight:700;text-align:center;cursor:pointer}
.plugin-buy:focus{outline:2px solid rgba(46,139,87,0.26);outline-offset:2px}
.plugin-add-to-cart{display:inline-block;margin-top:10px;padding:8px 10px;border-radius:8px;border:1px solid #d1e9de;background:#fff;color:var(--green);font-weight:700;cursor:pointer}
.plugin-add-to-cart:hover{background:#eef8f1}

body.modal-open{overflow:hidden}
.product-modal[hidden]{display:none}
.product-modal{position:fixed;inset:0;z-index:100;display:flex;align-items:center;justify-content:center;padding:20px}
.product-modal-backdrop{position:absolute;inset:0;background:rgba(15,23,42,0.58)}
.product-modal-dialog{position:relative;z-index:1;width:min(720px,100%);max-height:90vh;overflow:auto;background:#fff;border-radius:14px;box-shadow:0 24px 70px rgba(15,23,42,0.28);display:grid;grid-template-columns:minmax(190px,260px) 1fr;gap:18px;padding:20px}
.product-modal-close{position:absolute;top:10px;right:10px;width:36px;height:36px;border:none;border-radius:999px;background:#f8fafc;color:#0f172a;font-size:24px;line-height:1;cursor:pointer}
.product-modal-close:hover{background:#eef2f4}
.product-modal-close:focus{outline:2px solid rgba(46,139,87,0.26);outline-offset:2px}
.product-modal-media{min-height:220px;background:#f8faf8;border-radius:12px;overflow:hidden}
.product-modal-image{width:100%;height:100%;min-height:220px;object-fit:cover;display:block}
.product-modal-content{display:flex;flex-direction:column;gap:12px;padding-right:24px}
.product-modal-title{font-size:1.45rem;line-height:1.2;margin:4px 0 0;color:#0f172a}
.product-modal-price{color:var(--green);font-size:1.2rem;font-weight:800}
.product-modal-desc{margin:0;color:#334155}

@media(max-width:1080px){
  .plugin-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:700px){
  .plugin-grid{grid-template-columns:1fr}
  .product-modal{align-items:flex-end;padding:12px}
  .product-modal-dialog{grid-template-columns:1fr;width:100%;max-height:92vh;padding:16px;gap:14px}
  .product-modal-media{min-height:180px}
  .product-modal-image{min-height:180px}
  .product-modal-content{padding-right:0}
  .product-modal-title{font-size:1.25rem;padding-right:38px}
}

/* Hero and map image adjustments when using <img> */
.image-card img{width:100%;height:100%;object-fit:cover;border-radius:14px}
.map-image{width:100%;height:100%;object-fit:cover;border-radius:12px}

@media(min-width:900px){
  .hero h1{font-size:2.6rem}
  .mobile-footer{display:none}
}
@media(max-width:899px){
  .header-inner{padding:12px 0}
  .nav{display:none}
  .back-home-link{border-left:none;padding-left:0;margin-left:0}
  .hero-inner{flex-direction:column}
  .visit-grid{grid-template-columns:1fr}
  .footer-grid{flex-direction:column;gap:12px}
}

/* SEO landing page additions */
.seo-page .site-header{position:sticky;top:0;z-index:20;background:#fff}
.seo-hero{padding:54px 0 34px;background:linear-gradient(180deg,#f7fff8 0%,#ffffff 100%)}
.seo-hero-inner{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(300px,.92fr);gap:34px;align-items:center}
.seo-eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:12px;padding:7px 12px;border-radius:999px;background:#eaf6ee;color:var(--green);font-weight:800;font-size:.82rem;letter-spacing:.06em;text-transform:uppercase}
.seo-hero h1{font-size:clamp(2rem,4vw,3.6rem);line-height:1.04;margin:0 0 14px;color:#0f1720;letter-spacing:-.04em}
.seo-hero .lead{font-size:1.08rem;line-height:1.75;color:#475569;margin-bottom:20px;max-width:740px}
.seo-actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center}
.seo-media-card{background:#fff;border:1px solid #e8f1ea;border-radius:18px;padding:12px;box-shadow:0 18px 40px rgba(15,23,42,.08)}
.seo-media-card img{width:100%;height:330px;object-fit:cover;border-radius:14px;display:block;background:#f8faf8}
.seo-local-bar{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:18px}
.seo-local-item{background:#fff;border:1px solid #e8f1ea;border-radius:14px;padding:14px;color:#334155}
.seo-local-item strong{display:block;color:var(--green);font-size:.95rem;margin-bottom:4px}
.seo-section{padding:42px 0}
.seo-section.alt{background:#f8fbf8;border-top:1px solid #eef5ef;border-bottom:1px solid #eef5ef}
.seo-section h2{font-size:clamp(1.7rem,2.6vw,2.35rem);line-height:1.15;margin:0 0 12px;color:#0f1720;letter-spacing:-.03em}
.seo-section p{line-height:1.72;color:#475569}
.seo-kicker{display:block;color:var(--green);text-transform:uppercase;font-weight:800;letter-spacing:.08em;font-size:.82rem;margin-bottom:8px}
.seo-grid{display:grid;gap:16px}
.seo-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}
.seo-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}
.seo-card{background:#fff;border:1px solid #edf2ef;border-radius:16px;padding:20px;box-shadow:0 10px 26px rgba(15,23,42,.04)}
.seo-card h3{margin:0 0 8px;color:#0f1720;font-size:1.12rem}
.seo-product-card{background:#fff;border:1px solid #edf2ef;border-radius:18px;overflow:hidden;box-shadow:0 12px 30px rgba(15,23,42,.05);display:flex;flex-direction:column}
.seo-product-card img{width:100%;height:230px;object-fit:cover;background:#f6fbf7;display:block}
.seo-product-body{padding:18px;display:flex;flex-direction:column;gap:10px;flex:1}
.seo-product-body h3{margin:0;color:#0f1720;font-size:1.18rem}
.seo-product-body p{margin:0;flex:1}
.seo-neighborhoods{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}
.seo-pill{display:inline-flex;border:1px solid #d8eadf;background:#fff;color:#1e293b;border-radius:999px;padding:8px 11px;font-weight:700;font-size:.9rem}
.seo-faq details{background:#fff;border:1px solid #edf2ef;border-radius:14px;padding:15px 18px;margin-bottom:10px}
.seo-faq summary{cursor:pointer;font-weight:800;color:#0f1720}
.seo-faq p{margin:10px 0 0}
.seo-cta-box{background:linear-gradient(135deg,#1f3f2a,#2e8b57);border-radius:20px;padding:28px;color:#fff;display:grid;grid-template-columns:1fr auto;gap:18px;align-items:center}
.seo-cta-box h2,.seo-cta-box p{color:#fff;margin-top:0}
.seo-cta-box p{opacity:.9;margin-bottom:0}
.seo-landing-links{margin-top:18px}
.seo-landing-links .seo-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.seo-link-card{display:block;background:#fff;border:1px solid #edf2ef;border-radius:14px;padding:16px;text-decoration:none;color:#0f1720;box-shadow:0 8px 20px rgba(15,23,42,.04)}
.seo-link-card strong{display:block;color:var(--green);margin-bottom:5px}
.seo-link-card span{display:block;color:#64748b;font-size:.92rem;line-height:1.45}
@media(max-width:900px){
  .seo-hero-inner,.seo-cta-box{grid-template-columns:1fr}
  .seo-grid.three,.seo-grid.two,.seo-local-bar,.seo-landing-links .seo-grid{grid-template-columns:1fr}
  .seo-media-card img{height:260px}
}

