:root{
    --green-900:#173d29;
    --green-800:#205236;
    --green-700:#2d6d48;
    --green-100:#eaf4ed;
    --green-050:#f6faf7;
    --text:#26362c;
    --muted:#728078;
    --border:rgba(34,79,52,.12);
    --radius:22px;
}
html{scroll-behavior:smooth}
body{font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--text);background:#fff}
a{text-decoration:none}
.tm-header{position:sticky;top:0;z-index:1030;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid var(--border)}
.tm-header .navbar{min-height:80px}
.tm-logo{width:46px;height:46px;object-fit:contain}
.tm-brand-icon{width:46px;height:46px;border-radius:15px;background:var(--green-100);color:var(--green-700);display:flex;align-items:center;justify-content:center;font-size:1.35rem}
.tm-brand-text strong{display:block;color:var(--green-900);font-size:1rem}
.tm-brand-text small{color:var(--muted);font-size:.72rem}
.tm-header .nav-link{font-size:.9rem;font-weight:650;color:#405046;padding:.7rem .72rem!important}
.tm-header .nav-link:hover{color:var(--green-700)}
.tm-btn{background:var(--green-700);color:#fff;border-radius:999px}
.tm-btn:hover{background:var(--green-800);color:#fff}
.tm-hero{min-height:calc(100vh - 80px);position:relative;background-position:center;background-size:cover;color:#fff}
.tm-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(13,48,29,.9),rgba(18,58,36,.68) 48%,rgba(18,58,36,.1))}
.tm-hero-content{position:relative;z-index:2;min-height:calc(100vh - 80px);display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:5rem 0}
.tm-hero-content h1{max-width:850px;font-size:clamp(2.8rem,6vw,5.5rem);font-weight:760;line-height:.98;letter-spacing:-.045em}
.tm-hero-content p{max-width:720px;font-size:1.2rem;line-height:1.75;color:rgba(255,255,255,.82)}
.tm-hero-fallback{background:linear-gradient(135deg,var(--green-900),var(--green-700))}
.tm-kicker{display:inline-block;margin-bottom:.9rem;text-transform:uppercase;letter-spacing:.15em;font-size:.74rem;font-weight:800;color:var(--green-700)}
.tm-kicker-light{color:#a7d2b4}
.tm-section{padding:94px 0}
.tm-soft{background:var(--green-050)}
.tm-dark{background:var(--green-900)}
.tm-heading{max-width:760px;margin:0 auto 3rem}
.tm-heading:not(.text-center){margin-left:0}
.tm-heading h2,.tm-cta h2{font-size:clamp(2rem,4vw,3.2rem);font-weight:760;letter-spacing:-.035em;color:var(--green-900)}
.tm-card,.tm-plant,.tm-program{overflow:hidden;background:#fff;border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 14px 40px rgba(27,71,45,.06)}
.tm-card>img{width:100%;height:220px;object-fit:cover}
.tm-card-body{padding:1.6rem}
.tm-card h3,.tm-plant h3,.tm-program h3{font-size:1.25rem;font-weight:720;color:var(--green-900)}
.tm-card p,.tm-plant p,.tm-program p{color:var(--muted);line-height:1.7}
.tm-program{padding:1.8rem}
.tm-round-icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;border-radius:18px;background:var(--green-100);color:var(--green-700);font-size:1.35rem;margin-bottom:1.3rem}
.tm-plant-image{height:280px;position:relative;overflow:hidden;background:var(--green-050)}
.tm-plant-image img{width:100%;height:100%;object-fit:cover}
.tm-plant-image>span{position:absolute;left:16px;bottom:16px;background:rgba(255,255,255,.92);color:var(--green-800);border-radius:999px;padding:.4rem .7rem;font-size:.74rem;font-weight:700}
.tm-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--green-100);color:var(--green-700);font-size:3rem}
.tm-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.tm-gallery img{width:100%;height:220px;object-fit:cover;border-radius:18px}
.tm-gallery img:first-child{grid-column:span 2;grid-row:span 2;height:454px}
.tm-date{display:block;margin-bottom:.65rem;color:var(--green-700);font-weight:700}
.tm-cta{padding:72px 0;background:var(--green-800);color:#fff}
.tm-cta h2{color:#fff;margin:0}
.tm-footer{padding:68px 0 26px;background:#10291b;color:#fff}
.tm-footer p{color:rgba(255,255,255,.62)}
.tm-footer h6{font-size:.78rem;text-transform:uppercase;letter-spacing:.12em;color:#cfe4d5}
.tm-social{display:flex;gap:.6rem}
.tm-social a{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.08);color:#fff}
.tm-footer hr{border-color:rgba(255,255,255,.13);margin:2rem 0 1.2rem}
.tm-copy{color:rgba(255,255,255,.48);font-size:.82rem}
@media(max-width:991px){
    .tm-header .navbar{min-height:70px}
    .tm-hero,.tm-hero-content{min-height:700px}
    .tm-hero-overlay{background:rgba(16,53,32,.74)}
    .tm-section{padding:72px 0}
    .tm-gallery{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:575px){
    .tm-hero,.tm-hero-content{min-height:630px}
    .tm-hero-content h1{font-size:2.65rem}
    .tm-section{padding:60px 0}
    .tm-gallery{grid-template-columns:1fr}
    .tm-gallery img,.tm-gallery img:first-child{height:260px;grid-column:auto;grid-row:auto}
}
