/* TAI-ECOSAFE homepage redesign — intentionally scoped to .page-home. */
.page-home {
    --home-green-950:#063d35; --home-green-900:#074c40; --home-green-800:#0a5b4c;
    --home-ink:#1d2926; --home-muted:#5d6865; --home-line:#dce4e1;
    --home-shadow:0 14px 34px rgba(12,48,40,.09);
    color:var(--home-ink); background:#fff;
}

.page-home .navpath { display:none; }

/* Homepage canvas and search */
.page-home #innertext { width:100%; overflow:clip; background:radial-gradient(circle at 50% 0,rgba(225,240,234,.5),transparent 30rem),#fff; }
.page-home .search-container { width:100%; max-width:834px; margin:42px auto 0; padding:0 24px; box-sizing:border-box; }
.page-home .search-box { position:relative; width:100%; height:58px; display:grid; grid-template-columns:minmax(0,1fr) 124px; align-items:stretch; gap:0; margin:0 auto; padding:0; border:1px solid #d8e0dd; border-radius:13px; background:#fff; box-shadow:0 10px 28px rgba(17,54,47,.08); box-sizing:border-box; overflow:hidden; }
.page-home .search-box input[type=text] { width:100%; min-width:0; height:100%; margin:0; padding:0 24px; border:0; border-radius:12px 0 0 12px; color:var(--home-ink); background:transparent; font-size:1rem; outline:none; box-sizing:border-box; }
.page-home .search-box:focus-within { border-color:rgba(20,112,91,.65); box-shadow:0 10px 28px rgba(17,54,47,.08),0 0 0 2px rgba(20,112,91,.18); }
.page-home .search-box button { min-width:0; width:100%; height:100%; align-self:stretch; margin:0; padding:0 20px; border:0; border-radius:0 12px 12px 0; background:linear-gradient(135deg,var(--home-green-800),var(--home-green-950)); font-weight:700; box-sizing:border-box; }
.page-home .search-box button:hover,.page-home .search-box button:focus-visible { background:var(--home-green-950); }
.page-home .search-links { margin-top:18px; color:#b0b7b5; }
.page-home .search-links a { margin:0 20px; color:var(--home-green-900); font-weight:600; text-underline-offset:3px; }

/* Section headings */
.page-home .danger-categories { max-width:1220px; margin:42px auto 0; padding:0 26px; }
.page-home .danger-categories h2,.page-home .featured-slideshow h2,.page-home .statistics h2 { position:relative; margin:0 0 32px; color:var(--home-green-900); font-size:clamp(1.55rem,2.6vw,2rem); font-weight:800; letter-spacing:.055em; text-transform:uppercase; }
.page-home .danger-categories h2:after { content:"☘"; display:block; width:72px; margin:8px auto 0; color:#77ad36; font-size:1.25rem; line-height:1; border-bottom:1px solid #cdd8d3; }

/* Six live category cards */
.page-home .categories-grid { grid-template-columns:repeat(3,minmax(0,1fr)); gap:22px 26px; margin-bottom:0; }
.page-home .category-card { position:relative; min-height:184px; padding:28px 28px 24px 116px; display:grid; grid-template-rows:auto auto 1fr; align-content:center; text-align:left; border:1px solid #dfe5e2; border-top:3px solid currentColor; border-radius:12px; background:linear-gradient(135deg,#fff 58%,color-mix(in srgb,currentColor 5%,#fff)); box-shadow:var(--home-shadow); overflow:hidden; }
.page-home .category-card:before { content:""; position:absolute; z-index:0; right:-8px; top:14px; width:118px; height:164px; background:currentColor; opacity:.075; -webkit-mask:url("../images/layout/plant-outline.svg") center/contain no-repeat; mask:url("../images/layout/plant-outline.svg") center/contain no-repeat; pointer-events:none; }
.page-home .category-card>* { position:relative; z-index:1; }
.page-home .category-arrow { position:absolute; right:24px; bottom:25px; width:27px; height:27px; display:grid; place-items:center; padding:0; border:1px solid color-mix(in srgb,currentColor 45%,#bfc9c5); border-radius:50%; color:var(--home-green-900); background:rgba(255,255,255,.82); box-sizing:border-box; }
.page-home .category-arrow svg { display:block; width:14px; height:14px; margin:0; fill:none; stroke:currentColor; stroke-width:2.5; stroke-linecap:round; stroke-linejoin:round; }
.page-home .category-card:hover { transform:translateY(-5px); box-shadow:0 18px 38px rgba(12,48,40,.14); }
.page-home .category-card:nth-child(1){color:var(--cat-red,#DC143C)}
.page-home .category-card:nth-child(2){color:var(--cat-orange,#FF8C00)}
.page-home .category-card:nth-child(3){color:var(--cat-brown,#8B4513)}
.page-home .category-card:nth-child(4){color:var(--cat-purple,#8A2BE2)}
.page-home .category-card:nth-child(5){color:var(--cat-yellow,#FFD700)}
.page-home .category-card:nth-child(6){color:var(--cat-gray,#95A5A6)}
.page-home .category-icon { position:absolute; left:28px; top:31px; width:66px; height:66px; margin:0; display:grid; place-items:center; border-radius:50%; color:inherit; background:currentColor; box-shadow:inset 0 0 0 6px rgba(255,255,255,.1); }
.page-home .category-icon svg { width:40px; height:40px; fill:none; stroke:#fff; stroke-width:2.5; stroke-linecap:round; stroke-linejoin:round; overflow:visible; }
.page-home .category-card:nth-child(2) .category-icon svg { width:35px; height:35px; stroke-width:4; }
.page-home .category-name { margin:0 0 9px; color:var(--home-ink); font-size:1.03rem; font-weight:750; }
.page-home .category-description { margin:0; color:var(--home-muted); font-size:.85rem; }
.page-home .category-count { align-self:end; margin-top:20px; color:var(--home-green-900); font-size:1.45rem; font-weight:800; }

/* Existing slideshow, editorial content and statistics */
.page-home .featured-slideshow { max-width:1220px; margin:50px auto 0; padding:0 26px; }
.page-home .featured-slideshow h2 { display:flex; align-items:center; gap:22px; white-space:nowrap; }
.page-home .featured-slideshow h2:before,.page-home .featured-slideshow h2:after { content:""; height:1px; flex:1; background:linear-gradient(90deg,transparent,#b8c8c2); }
.page-home .featured-slideshow h2:after { background:linear-gradient(90deg,#b8c8c2,transparent); }
.page-home .slideshow-container { border:1px solid #e1e7e4; box-shadow:var(--home-shadow); }
.page-home .homepage-content-block>div { max-width:1168px!important; }
.page-home .statistics { max-width:1168px; margin:48px auto 56px; padding:34px; background:#eef7f3; border:1px solid #dceae4; }
.page-home .tai-unified-footer { margin-left:0; margin-right:0; width:100%; }

@media(max-width:1250px){
    .page-home .categories-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:767px){
    .page-home .search-container{margin-top:28px;padding:0 18px}.page-home .search-box{grid-template-columns:minmax(0,1fr) 112px}
    .page-home .search-box button{padding:0 16px;font-size:.9rem}
    .page-home .search-links{display:flex;justify-content:center;flex-wrap:wrap;gap:8px 16px;font-size:0}.page-home .search-links a{margin:0;font-size:.85rem}
    .page-home .danger-categories,.page-home .featured-slideshow{margin-top:36px;padding:0 18px}
    .page-home .categories-grid{grid-template-columns:minmax(0,1fr);gap:16px}.page-home .category-card{min-height:158px}
    .page-home .featured-slideshow h2{gap:12px;white-space:normal}.page-home .statistics{margin:36px 18px 40px;padding:26px 18px}
}
@media(max-width:430px){
    .page-home .search-box input[type=text]{padding-left:16px;padding-right:10px;font-size:.86rem}
    .page-home .search-box{grid-template-columns:minmax(0,1fr) 92px}.page-home .search-box button{padding:0 10px}
    .page-home .category-card{padding:24px 20px 22px 98px}.page-home .category-icon{left:20px;width:58px;height:58px;font-size:1.7rem}
}
