.inspiration-hero{background:var(--brand-neutral-dark);color:#fff;padding:80px 0;position:relative;overflow:hidden}.inspiration-hero::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,transparent 50%,rgba(92,138,60,.15) 100%);pointer-events:none}.inspiration-hero h1{color:#fff;font-size:max(2rem, min(4vw, 3rem))}.inspiration-hero p{color:rgba(255,255,255,.8);max-width:580px}.gallery-section{padding:80px 0}.gallery-filter{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:40px}.gallery-filter .filter-btn{background:0 0;border:1px solid var(--brand-border);color:var(--brand-text-muted);padding:8px 20px;border-radius:32px;font-size:.85rem;font-weight:600;cursor:pointer;transition:.2s}.gallery-filter .filter-btn.active,.gallery-filter .filter-btn:hover{background:var(--brand-primary);border-color:var(--brand-primary);color:#fff}.gallery-item{position:relative;border-radius:8px;overflow:hidden;cursor:pointer;group:true}.gallery-item ai-img{width:100%;height:260px;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .4s}.gallery-item:hover ai-img{transform:scale(1.05)}.gallery-item .gallery-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(30,42,24,.85) 0,transparent 60%);opacity:0;transition:opacity .3s;display:flex;flex-direction:column;justify-content:flex-end;padding:20px}.gallery-item:hover .gallery-overlay{opacity:1}.gallery-item .gallery-title{color:#fff;font-size:.95rem;font-weight:700;margin:0}.gallery-item .gallery-tag{color:var(--brand-accent);font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;margin-top:4px}.finish-guide-section{padding:80px 0;background:var(--brand-neutral-light)}.finish-swatch{width:100%;aspect-ratio:1;border-radius:8px;margin-bottom:12px;border:1px solid var(--brand-border);cursor:pointer;transition:transform .2s,box-shadow .2s}.finish-swatch:hover{transform:scale(1.04);box-shadow:0 4px 16px rgba(0,0,0,.12)}.finish-name{font-size:.8rem;font-weight:600;text-align:center;color:var(--brand-text)}.finish-code{font-size:.7rem;color:var(--brand-text-muted);text-align:center}.project-showcase-section{padding:80px 0}.project-card{border:none;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.08);transition:box-shadow .3s,transform .2s}.project-card:hover{box-shadow:0 10px 36px rgba(92,138,60,.15);transform:translateY(-4px)}.project-card .project-img{height:200px;overflow:hidden}.project-card .project-img ai-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.project-card .project-body{padding:24px}.project-card .project-type{font-size:.7rem;font-weight:700;color:var(--brand-primary);text-transform:uppercase;letter-spacing:.1em;margin-bottom:8px}.project-card h3{font-size:1rem;margin-bottom:8px}.project-card p{font-size:.8rem;color:var(--brand-text-muted);margin:0}