:root{--ink:#0a1812;--ink2:#10231a;--muted:#65726b;--line:#dfe6e2;--soft:#f4f7f5;--green:#49d17d;--green2:#8df4ad;--white:#fff;--radius:22px;--shadow:0 26px 70px rgba(5,25,15,.11);--max:1240px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}.container{width:min(calc(100% - 40px),var(--max));margin:auto}.section{padding:104px 0}.section-soft{background:var(--soft)}.eyebrow{display:inline-flex;align-items:center;gap:8px;text-transform:uppercase;letter-spacing:.16em;font-size:11px;font-weight:800;color:#2a7c4d}.eyebrow:before{content:"";width:24px;height:1px;background:currentColor}.eyebrow.light{color:var(--green2)}h1,h2,h3,h4,p{margin-top:0}h1,h2,h3{letter-spacing:-.035em}h2{font-size:clamp(36px,5vw,64px);line-height:1.02;margin-bottom:20px}.lead{font-size:19px;line-height:1.7;color:var(--muted)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:13px;min-height:54px;padding:0 24px;border:0;border-radius:999px;font-weight:800;font-size:14px;cursor:pointer;transition:.25s}.btn-sm{min-height:44px;padding:0 19px}.btn-accent{background:var(--green);color:#06130c}.btn-accent:hover{background:var(--green2);transform:translateY(-2px)}.btn-dark{background:var(--ink);color:white}.btn-dark:hover{background:#183528;transform:translateY(-2px)}.btn-light{background:white;color:var(--ink)}.btn-outline{border:1px solid var(--line);background:white}.btn-ghost{border:1px solid rgba(255,255,255,.42);color:white;background:rgba(255,255,255,.06)}.full{width:100%}.text-link{display:inline-flex;align-items:center;gap:11px;font-weight:800;font-size:14px}.text-link span{transition:.2s}.text-link:hover span{transform:translate(3px,-3px)}
.site-header{position:fixed;z-index:100;inset:0 0 auto;color:white;transition:.3s;border-bottom:1px solid rgba(255,255,255,.13)}.site-header.scrolled{background:rgba(7,23,16,.94);backdrop-filter:blur(18px);box-shadow:0 8px 30px rgba(0,0,0,.08)}.nav-row{height:86px;display:flex;align-items:center;gap:34px}.brand img{width:146px;max-height:48px;object-fit:contain}.desktop-nav{display:flex;gap:29px;margin-left:auto}.desktop-nav a{font-size:14px;font-weight:700;opacity:.76;position:relative}.desktop-nav a:hover,.desktop-nav a.active{opacity:1}.desktop-nav a.active:after{content:"";height:2px;background:var(--green);position:absolute;left:0;right:0;bottom:-11px}.header-actions{display:flex;align-items:center;gap:10px}.icon-btn,.menu-btn{width:44px;height:44px;border-radius:50%;border:1px solid rgba(255,255,255,.22);background:transparent;color:white;display:grid;place-items:center;cursor:pointer}.icon-btn svg{width:19px;fill:none;stroke:currentColor;stroke-width:1.8}.menu-btn{display:none;position:relative}.menu-btn span{position:absolute;width:18px;height:1.5px;background:white;transition:.25s}.menu-btn span:first-child{transform:translateY(-4px)}.menu-btn span:last-child{transform:translateY(4px)}.menu-btn.active span:first-child{transform:rotate(45deg)}.menu-btn.active span:last-child{transform:rotate(-45deg)}.mobile-panel{display:none}
.hero{height:min(880px,100vh);min-height:690px;background:#071710;position:relative;overflow:hidden}.hero-track,.hero-slide{position:absolute;inset:0}.hero-slide{opacity:0;visibility:hidden;transform:scale(1.025);transition:opacity .8s,transform 6.5s;background-image:var(--hero);background-size:cover;background-position:center}.hero-slide.is-active{opacity:1;visibility:visible;transform:scale(1)}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,15,9,.92) 0%,rgba(5,17,11,.62) 48%,rgba(3,15,9,.18) 80%),linear-gradient(0deg,rgba(5,20,12,.58),transparent 50%)}.hero-content{height:100%;display:flex;align-items:center;position:relative;padding-top:80px}.hero-copy{max-width:800px}.hero h1{font-size:clamp(58px,8vw,108px);line-height:.91;color:white;max-width:880px;margin:22px 0 28px}.hero-copy>p{color:#d7e4dc;font-size:18px;line-height:1.7;max-width:610px}.hero-actions{display:flex;gap:12px;margin-top:34px}.hero-index{position:absolute;right:0;bottom:44px;color:white;display:flex;align-items:center;gap:12px;font-size:11px;font-weight:800}.hero-index i{display:block;width:80px;height:1px;background:rgba(255,255,255,.35)}.hero-controls{position:absolute;z-index:4;bottom:36px;left:50%;transform:translateX(-50%);display:flex;gap:8px}.hero-controls button{width:44px;height:44px;border-radius:50%;border:1px solid rgba(255,255,255,.27);background:rgba(0,0,0,.15);color:white;cursor:pointer}.intro-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:110px;align-items:end}.intro h2{max-width:700px;margin:18px 0 0}.intro .lead{margin-bottom:25px}.section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:44px}.section-head h2{margin:14px 0 0}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.category-card{min-height:215px;border:1px solid #dbe3de;background:white;border-radius:var(--radius);padding:28px;display:flex;justify-content:space-between;align-items:flex-end;transition:.3s}.category-card:hover{background:var(--ink);color:white;transform:translateY(-5px);box-shadow:var(--shadow)}.category-card span{font-size:12px;color:var(--muted)}.category-card:hover span{color:#aebbb4}.category-card h3{font-size:25px;margin:11px 0 0}.category-arrow,.round-arrow{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;border:1px solid var(--line);flex:0 0 auto}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{display:block}.product-media{background:#f5f7f5;border-radius:var(--radius);aspect-ratio:1/1.05;position:relative;overflow:hidden}.product-media img{width:100%;height:100%;object-fit:contain;padding:28px;transition:.45s}.product-card:hover .product-media img{transform:scale(1.045)}.product-chip{position:absolute;left:16px;top:16px;background:white;border:1px solid var(--line);border-radius:999px;padding:8px 11px;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.product-info{display:flex;justify-content:space-between;gap:18px;align-items:center;padding:17px 3px 8px}.product-info h3{font-size:18px;margin:0}.product-info small{display:block;color:var(--muted);margin-top:5px}.product-card:hover .round-arrow{background:var(--ink);color:white}.why-section{background:#071710;color:white;padding:110px 0}.why-grid{display:grid;grid-template-columns:.88fr 1.12fr;gap:110px}.why-copy h2{margin-top:18px}.why-copy p{color:#aebdb5;line-height:1.75;font-size:17px;margin-bottom:28px}.why-list article{display:grid;grid-template-columns:56px 1fr;gap:28px;padding:30px 0;border-top:1px solid rgba(255,255,255,.15)}.why-list article:last-child{border-bottom:1px solid rgba(255,255,255,.15)}.why-list b{color:var(--green);font-size:12px}.why-list h3{font-size:27px;margin-bottom:9px}.why-list p{color:#aebdb5;margin:0;line-height:1.65}.project-grid{display:grid;grid-template-columns:1.4fr .8fr .8fr;grid-template-rows:280px 280px;gap:16px}.project-card{position:relative;overflow:hidden;border-radius:var(--radius);min-height:280px}.project-card-large{grid-row:span 2}.project-card:nth-child(4){grid-column:3}.project-card img{width:100%;height:100%;object-fit:cover;transition:.55s}.project-card:hover img{transform:scale(1.05)}.project-shade{position:absolute;inset:0;background:linear-gradient(0deg,rgba(2,14,8,.8),transparent 70%)}.project-caption{position:absolute;left:25px;right:25px;bottom:23px;color:white}.project-caption span{font-size:11px;opacity:.72}.project-caption h3{font-size:24px;margin:7px 0 0}.warranty-section{background:#10231a;color:white;padding:96px 0}.warranty-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;align-items:center}.warranty-grid h2{margin:17px 0}.warranty-grid>div:first-child p{color:#b2c0b8;font-size:17px;line-height:1.65}.warranty-box{background:white;color:var(--ink);padding:30px;border-radius:26px}.warranty-box label{display:block;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px}.warranty-input{display:flex;gap:10px}.warranty-input input{flex:1;min-width:0;border:1px solid var(--line);border-radius:999px;padding:0 20px;height:54px;outline:none}.warranty-input input:focus{border-color:#7ccf98;box-shadow:0 0 0 4px rgba(73,209,125,.12)}.warranty-result{margin-top:18px}.warranty-card{display:grid;grid-template-columns:110px 1fr;gap:18px;border-top:1px solid var(--line);padding-top:18px}.warranty-card img{width:110px;height:110px;object-fit:contain;background:var(--soft);border-radius:16px}.warranty-card h3{margin:5px 0 10px;font-size:21px}.warranty-card p{font-size:13px;line-height:1.7;color:var(--muted)}.status-card{padding:15px;border-radius:14px;background:#f9eeee}.status-line{font-size:13px;color:var(--muted)}.cta-panel{background:linear-gradient(135deg,#0c2418,#173626);border-radius:32px;padding:60px;display:flex;align-items:end;justify-content:space-between;gap:30px;color:white}.cta-panel h2{max-width:850px;margin:16px 0 0}.page-hero{background:#071710;color:white;padding:190px 0 95px}.page-hero.compact{padding-bottom:76px}.page-hero h1{font-size:clamp(50px,7vw,86px);line-height:.96;max-width:970px;margin:20px 0 24px}.page-hero p{color:#b7c5bd;max-width:640px;font-size:18px;line-height:1.7}.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}.story-image img{width:100%;aspect-ratio:1/.85;object-fit:cover;border-radius:28px}.story-copy h2{margin:18px 0 25px}.story-copy p{color:var(--muted);line-height:1.78;font-size:17px}.story-copy .btn{margin-top:13px}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.feature-grid article{padding:34px 28px;border-radius:var(--radius);background:white;border:1px solid var(--line)}.feature-grid b{font-size:12px;color:#3b9560}.feature-grid h3{font-size:23px;margin:28px 0 14px}.feature-grid p{margin:0;color:var(--muted);line-height:1.7}.values-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.values-grid article{padding:45px 38px;border-right:1px solid var(--line)}.values-grid article:last-child{border:0}.values-grid span{color:#3b9560;font-size:12px;font-weight:800}.values-grid h2{font-size:38px;margin:25px 0 16px}.values-grid p{color:var(--muted);line-height:1.7;margin:0}.catalog-layout{display:grid;grid-template-columns:260px 1fr;gap:50px}.filters{position:sticky;top:110px;align-self:start;border:1px solid var(--line);border-radius:20px;padding:24px}.filter-title{display:flex;justify-content:space-between;align-items:center;padding-bottom:18px;border-bottom:1px solid var(--line)}.filter-title h3{margin:0}.filter-title a{font-size:12px;color:var(--muted)}.filter-group{padding:22px 0;border-bottom:1px solid var(--line)}.filter-group>label:first-child{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.11em;font-weight:800;margin-bottom:13px}.filter-group select{width:100%;height:45px;border:1px solid var(--line);border-radius:12px;padding:0 10px;background:white}.check-row{display:grid!important;grid-template-columns:18px 1fr auto;gap:10px;align-items:center;margin:12px 0;font-size:13px}.check-row em{font-style:normal;color:#89938e}.filters .btn{margin-top:20px}.catalog-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px;color:var(--muted)}.catalog-toolbar p{margin:0}.filter-mobile{display:none}.catalog-grid{grid-template-columns:repeat(3,1fr)}.empty-state{grid-column:1/-1;text-align:center;padding:80px 20px}.pagination{display:flex;flex-wrap:wrap;gap:8px;margin-top:42px}.pagination a{width:42px;height:42px;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;font-size:13px}.pagination a.active{background:var(--ink);color:white}.product-detail{padding:150px 0 95px}.product-detail-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:85px;align-items:start}.product-gallery{position:sticky;top:115px}.main-product-image{background:var(--soft);border-radius:28px;aspect-ratio:1/1;display:grid;place-items:center}.main-product-image img{width:100%;height:100%;object-fit:contain;padding:50px}.thumbs{display:flex;gap:10px;margin-top:12px;overflow:auto}.thumb{width:82px;height:82px;border-radius:14px;border:1px solid var(--line);background:white;padding:8px;cursor:pointer}.thumb.active{border-color:#55b578}.thumb img{width:100%;height:100%;object-fit:contain}.product-copy{padding-top:18px}.breadcrumb-mini{display:flex;gap:8px;color:var(--muted);font-size:12px;margin-bottom:34px}.product-copy h1{font-size:clamp(42px,5vw,72px);line-height:.98;margin:18px 0 20px}.product-price{font-size:25px;font-weight:800;margin-bottom:22px}.rich-copy{color:#526058;font-size:16px;line-height:1.78}.rich-copy img{max-width:100%}.product-actions{display:flex;gap:10px;flex-wrap:wrap;margin:32px 0}.detail-meta{border-top:1px solid var(--line);margin-top:34px}.detail-meta>div{display:flex;justify-content:space-between;gap:20px;padding:17px 0;border-bottom:1px solid var(--line);font-size:13px}.detail-meta span{color:var(--muted)}.project-list-grid{display:grid;gap:25px}.project-list-card{display:grid;grid-template-columns:1.05fr .95fr;min-height:390px;border-radius:28px;overflow:hidden;background:var(--soft)}.project-list-card:nth-child(even){grid-template-columns:.95fr 1.05fr}.project-list-card:nth-child(even) .project-list-media{order:2}.project-list-media img{width:100%;height:100%;object-fit:cover;transition:.5s}.project-list-card:hover img{transform:scale(1.035)}.project-list-copy{padding:55px;display:flex;flex-direction:column;justify-content:center}.project-list-copy>span{font-size:11px;text-transform:uppercase;letter-spacing:.13em;color:#388c58;font-weight:800}.project-list-copy h2{font-size:40px;margin:15px 0}.project-list-copy p{color:var(--muted);line-height:1.7}.project-list-copy b{margin-top:10px;font-size:13px}.project-detail-hero{height:80vh;min-height:620px;position:relative;display:flex;align-items:flex-end;color:white}.project-detail-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.project-detail-shade{position:absolute;inset:0;background:linear-gradient(0deg,rgba(2,14,8,.85),rgba(2,14,8,.15))}.project-detail-hero .container{position:relative;padding-bottom:70px}.project-detail-hero h1{font-size:clamp(54px,8vw,102px);line-height:.93;max-width:980px;margin:18px 0 0}.project-story{display:grid;grid-template-columns:.8fr 1.2fr;gap:90px;margin-bottom:60px}.project-story h2{font-size:45px;margin-top:16px}.gallery-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:14px}.gallery-item{grid-column:span 4;border:0;padding:0;background:none;border-radius:20px;overflow:hidden;cursor:zoom-in}.gallery-item:nth-child(4n+1){grid-column:span 7}.gallery-item:nth-child(4n+2){grid-column:span 5}.gallery-item img{width:100%;height:340px;object-fit:cover;transition:.4s}.gallery-item:hover img{transform:scale(1.025)}.dealer-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.dealer-card{display:grid;grid-template-columns:170px 1fr;gap:30px;padding:28px;border:1px solid var(--line);border-radius:22px}.dealer-logo{background:var(--soft);border-radius:16px;display:grid;place-items:center;min-height:150px}.dealer-logo img{width:100%;height:100%;object-fit:contain;padding:18px}.dealer-logo span{font-weight:900;letter-spacing:.12em}.dealer-card h2{font-size:29px;margin:12px 0}.dealer-card p{color:var(--muted);line-height:1.6}.dealer-actions{display:flex;gap:18px;flex-wrap:wrap}.dealer-actions a{font-size:12px;font-weight:800;color:#2f8250}.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:90px}.contact-info h2{margin:18px 0 30px}.contact-lines{border-top:1px solid var(--line)}.contact-lines>a,.contact-lines>div{display:block;padding:18px 0;border-bottom:1px solid var(--line)}.contact-lines span{display:block;color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:.09em;margin-bottom:6px}.contact-lines b{font-size:15px}.contact-form-new{background:var(--soft);padding:34px;border-radius:26px}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.contact-form-new label{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.09em;font-weight:800;margin-bottom:14px}.contact-form-new input,.contact-form-new textarea{display:block;width:100%;margin-top:8px;border:1px solid #dbe3df;background:white;border-radius:12px;padding:14px 15px;outline:none;text-transform:none;letter-spacing:0}.contact-form-new input:focus,.contact-form-new textarea:focus{border-color:#74bd8f;box-shadow:0 0 0 4px rgba(73,209,125,.1)}.form-message{margin-top:14px;font-size:13px}.form-message.success{color:#217c45}.form-message.error{color:#a13a3a}.map-wrap{height:500px}.map-wrap iframe{width:100%!important;height:100%!important;border:0}.site-footer{background:#071710;color:white;padding:78px 0 26px}.footer-grid{display:grid;grid-template-columns:1.35fr .7fr .9fr 1.05fr;gap:65px}.footer-brand img{width:150px}.footer-brand p,.newsletter p{color:#9eafa6;line-height:1.7;font-size:14px;margin:20px 0}.footer-badge{display:inline-block;border:1px solid rgba(255,255,255,.16);padding:9px 12px;border-radius:999px;color:#b8c6bf;font-size:11px}.site-footer h4{font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:#8fa096;margin-bottom:20px}.site-footer>div a,.footer-grid>div:not(.footer-brand):not(.newsletter)>a{display:block;color:#d6e0db;margin:12px 0;font-size:13px}.newsletter form{display:flex;border-bottom:1px solid rgba(255,255,255,.22)}.newsletter input{flex:1;background:transparent;border:0;color:white;padding:13px 0;outline:none;min-width:0}.newsletter button{border:0;background:none;color:var(--green);font-size:21px;cursor:pointer}.newsletter small{display:block;color:#9eafa6;margin-top:10px}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:60px;padding-top:22px;display:flex;justify-content:space-between;color:#83958b;font-size:11px}.footer-bottom a{display:inline!important;color:white!important}.search-drawer{position:fixed;z-index:300;inset:0;pointer-events:none}.search-backdrop{position:absolute;inset:0;background:rgba(1,10,5,.57);opacity:0;transition:.3s}.search-panel{position:absolute;right:0;top:0;bottom:0;width:min(620px,100%);background:white;padding:90px 54px;transform:translateX(100%);transition:.38s cubic-bezier(.7,0,.2,1);overflow:auto}.search-drawer.open{pointer-events:auto}.search-drawer.open .search-backdrop{opacity:1}.search-drawer.open .search-panel{transform:none}.search-close{position:absolute;right:25px;top:22px;width:45px;height:45px;border-radius:50%;border:1px solid var(--line);background:white;font-size:24px;cursor:pointer}.search-panel h2{font-size:42px;margin:17px 0 28px}.search-field{border-bottom:1px solid var(--ink);display:flex;align-items:center}.search-field input{border:0;outline:0;flex:1;padding:17px 0;font-size:18px}.search-results{margin-top:25px}.muted{color:var(--muted)}.search-result{display:grid;grid-template-columns:72px 1fr auto;gap:15px;align-items:center;padding:10px 0;border-bottom:1px solid var(--line)}.search-result img{width:72px;height:72px;object-fit:contain;background:var(--soft);border-radius:12px;padding:7px}.search-result span{font-weight:700}.lightbox{position:fixed;z-index:500;inset:0;background:rgba(2,10,6,.91);display:grid;place-items:center;padding:40px}.lightbox img{max-width:min(1200px,90vw);max-height:88vh;object-fit:contain}.lightbox button{position:absolute;right:25px;top:20px;width:50px;height:50px;border-radius:50%;border:1px solid rgba(255,255,255,.25);background:transparent;color:white;font-size:28px;cursor:pointer}
@media(max-width:1050px){.desktop-nav{gap:17px}.desktop-nav a{font-size:12px}.category-grid,.product-grid{grid-template-columns:repeat(2,1fr)}.catalog-grid{grid-template-columns:repeat(2,1fr)}.feature-grid{grid-template-columns:repeat(2,1fr)}.why-grid,.warranty-grid,.story-grid,.contact-grid,.product-detail-grid{gap:50px}.project-grid{grid-template-columns:1fr 1fr;grid-template-rows:360px 280px}.project-card-large{grid-column:span 2;grid-row:auto}.project-card:nth-child(4){grid-column:auto}.footer-grid{grid-template-columns:1fr 1fr}.dealer-card{grid-template-columns:130px 1fr}}
@media(max-width:820px){.container{width:min(calc(100% - 28px),var(--max))}.section{padding:72px 0}.desktop-nav,.desktop-only{display:none}.menu-btn{display:grid}.nav-row{height:72px}.brand img{width:126px}.mobile-panel{display:block;position:absolute;top:72px;left:0;right:0;background:#071710;max-height:0;overflow:hidden;transition:.35s;border-top:1px solid rgba(255,255,255,.1)}.mobile-panel.open{max-height:520px}.mobile-links{padding:14px 0 24px}.mobile-links>a:not(.btn){display:flex;justify-content:space-between;color:white;padding:15px 2px;border-bottom:1px solid rgba(255,255,255,.1);font-weight:700}.mobile-links .btn{margin-top:18px}.hero{min-height:720px;height:92vh}.hero-content{padding-top:74px;align-items:flex-end;padding-bottom:115px}.hero h1{font-size:clamp(52px,14vw,78px)}.hero-copy>p{font-size:16px}.hero-index{display:none}.hero-controls{bottom:27px;justify-content:flex-end}.intro-grid,.why-grid,.warranty-grid,.story-grid,.contact-grid,.product-detail-grid,.project-story{grid-template-columns:1fr;gap:35px}.intro-grid{align-items:start}.section-head{align-items:start}.category-grid,.product-grid,.feature-grid,.dealer-grid{grid-template-columns:1fr 1fr}.project-grid{display:flex;overflow:auto;scroll-snap-type:x mandatory;margin-right:-14px}.project-card,.project-card-large{min-width:84vw;height:430px;scroll-snap-align:start}.cta-panel{padding:38px;display:block}.cta-panel .btn{margin-top:20px}.values-grid{grid-template-columns:1fr}.values-grid article{border-right:0;border-bottom:1px solid var(--line)}.values-grid article:last-child{border-bottom:0}.catalog-layout{display:block}.filters{display:none;position:static;margin-bottom:22px}.filters.mobile-open{display:block}.filter-mobile{display:block;border:1px solid var(--line);background:white;border-radius:999px;padding:9px 15px}.product-gallery{position:static}.product-detail{padding-top:110px}.product-copy h1{font-size:50px}.project-list-card,.project-list-card:nth-child(even){grid-template-columns:1fr;min-height:0}.project-list-card:nth-child(even) .project-list-media{order:0}.project-list-media{height:360px}.project-list-copy{padding:34px}.gallery-item,.gallery-item:nth-child(4n+1),.gallery-item:nth-child(4n+2){grid-column:span 6}.dealer-card{grid-template-columns:1fr}.dealer-logo{height:160px}.footer-grid{gap:42px}.project-detail-hero{height:70vh}.search-panel{padding:80px 25px}}
@media(max-width:560px){.section{padding:60px 0}.hero{height:88vh;min-height:680px}.hero h1{font-size:50px}.hero-actions{display:grid}.hero-actions .btn{width:100%}.section-head{display:block}.section-head .text-link{margin-top:14px}.category-grid,.product-grid,.catalog-grid,.feature-grid,.dealer-grid{grid-template-columns:1fr}.category-card{min-height:170px}.product-media{aspect-ratio:1/.95}.why-section{padding:70px 0}.why-list article{grid-template-columns:38px 1fr;gap:12px}.warranty-box{padding:20px}.warranty-input{display:grid}.warranty-card{grid-template-columns:80px 1fr}.warranty-card img{width:80px;height:80px}.cta-panel{padding:30px 24px;border-radius:24px}.page-hero{padding:145px 0 65px}.page-hero h1{font-size:47px}.project-card,.project-card-large{min-width:90vw;height:370px}.field-row{grid-template-columns:1fr}.contact-form-new{padding:23px}.footer-grid{grid-template-columns:1fr}.footer-bottom{display:block;line-height:2}.project-list-media{height:280px}.project-list-copy h2{font-size:34px}.gallery-grid{display:block}.gallery-item{display:block;margin-bottom:12px}.gallery-item img{height:260px}.main-product-image img{padding:24px}.product-actions{display:grid}.product-actions .btn{width:100%}.search-panel h2{font-size:34px}}

/* ===== SUMRY PREMIUM VISUAL REBUILD ===== */
:root{--brand:#08763f;--brand-dark:#045b31;--brand-deep:#052e22;--lime:#b8e14d;--orange:#ff7a1a;--cream:#f5f5ef;--paper:#fbfcf9;--premium-shadow:0 28px 80px rgba(4,44,31,.12)}
body{background:var(--paper)}
.container{width:min(calc(100% - 56px),1320px)}
.site-header{position:sticky;top:0;background:var(--brand);border:0;box-shadow:0 1px 0 rgba(255,255,255,.14);color:#fff}.site-header.scrolled{background:rgba(8,118,63,.96);box-shadow:0 12px 38px rgba(2,58,31,.18)}
.nav-row{height:82px}.brand img{width:150px}.desktop-nav{gap:32px}.desktop-nav a{opacity:.86;font-size:13px;letter-spacing:.01em}.desktop-nav a.active:after{background:#fff;bottom:-12px}.header-actions .btn-accent{background:var(--orange);color:white}.header-actions .btn-accent:hover{background:#ff913f}.icon-btn,.menu-btn{border-color:rgba(255,255,255,.32)}
.hero-premium{height:calc(100vh - 82px);min-height:690px;max-height:900px;background:#d9ece0;border-radius:0 0 34px 34px;overflow:hidden}.hero-premium .hero-slide{background-position:center;background-size:cover}.hero-premium .hero-overlay{background:linear-gradient(90deg,rgba(2,36,23,.18) 0%,rgba(2,36,23,.08) 42%,rgba(2,36,23,.02) 72%),linear-gradient(0deg,rgba(3,43,28,.12),transparent 55%)}
.hero-premium .hero-content{padding-top:0;align-items:center}

.hero-copy-card{
    max-width:620px;
    max-width: 620px;
    padding: 38px 40px 40px;
    background: rgb(255 255 255 / 15%);
    backdrop-filter: blur(3.6px);
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 30px;
    box-shadow: 0 30px 70px rgba(11, 55, 36, .16);
    color: var(--ink);
}

.hero-kicker{display:flex;align-items:center;gap:10px;color:var(--brand);font-weight:850;text-transform:uppercase;letter-spacing:.19em;font-size:10px}.hero-kicker:before{content:"";width:28px;height:2px;background:var(--orange)}
.hero-premium h1{color:#09291d;font-size:clamp(48px,5.7vw,84px);line-height:.94;margin:18px 0 22px;letter-spacing:-.055em}.hero-premium .hero-copy>p{color:white;font-size:17px;line-height:1.7;max-width:535px}.hero-premium .btn-accent{background:var(--brand);color:white}.hero-premium .btn-accent:hover{background:var(--brand-dark)}.btn-hero-secondary{background:#edf3ef;color:#16392b}.btn-hero-secondary:hover{background:#dfeae3;transform:translateY(-2px)}
.hero-side-label{position:absolute;right:0;top:50%;transform:translateY(-50%) rotate(90deg);transform-origin:center;color:#fff;display:flex;align-items:center;gap:13px;font-size:11px;font-weight:900;letter-spacing:.16em;text-shadow:0 2px 10px rgba(0,0,0,.2)}.hero-side-label i{width:44px;height:1px;background:rgba(255,255,255,.7)}.hero-side-label small{font-size:9px;opacity:.8}.hero-premium .hero-index{bottom:34px;right:20px;background:rgba(3,70,42,.78);padding:12px 16px;border-radius:999px;backdrop-filter:blur(10px)}.hero-premium .hero-index i{width:46px}.hero-premium .hero-controls{left:auto;right:max(28px,calc((100vw - 1320px)/2));transform:none;width:auto;bottom:30px}.hero-premium .hero-controls button{background:#fff;color:var(--brand);border:0;box-shadow:0 10px 30px rgba(4,50,31,.14)}
.trust-rail-wrap{position:relative;z-index:5;margin-top:-30px}.trust-rail{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border-radius:22px;box-shadow:var(--premium-shadow);overflow:hidden;border:1px solid rgba(5,70,42,.06)}.trust-rail>div{padding:24px 28px;border-right:1px solid #e7ece8}.trust-rail>div:last-child{border-right:0}.trust-rail strong{display:block;color:var(--brand);font-size:18px;margin-bottom:5px}.trust-rail span{color:#6a7871;font-size:12px}
.intro-premium{padding-top:120px;padding-bottom:120px}.intro-premium .intro-grid{grid-template-columns:1.18fr .82fr;align-items:center}.intro-premium h2{font-size:clamp(48px,5.5vw,76px);max-width:760px;color:#0b2c20}.text-link-green{color:var(--brand)}
.category-section{padding-top:105px;background:#edf3ee;border-radius:38px;margin:0 18px}.premium-head h2{font-size:clamp(42px,4.8vw,66px);color:#0a2b20}.category-grid-premium{grid-template-columns:repeat(2,1fr);gap:18px}.category-card-premium{min-height:280px;position:relative;overflow:hidden;padding:34px 34px 30px;background:#fff;border:0;box-shadow:0 1px 0 rgba(5,52,35,.06)}.category-card-premium:before{content:"";position:absolute;width:210px;height:210px;border-radius:50%;right:-95px;top:-95px;background:linear-gradient(135deg,rgba(184,225,77,.28),rgba(8,118,63,.05));transition:.4s}.category-card-premium:hover{background:var(--brand);color:white;transform:translateY(-7px)}.category-card-premium:hover:before{transform:scale(1.25);background:rgba(255,255,255,.06)}.category-number{position:absolute;right:28px;top:24px;font-size:68px;font-weight:900;letter-spacing:-.08em;color:#edf2ee;line-height:1}.category-card-premium:hover .category-number{color:rgba(255,255,255,.1)}.category-copy{max-width:68%;align-self:flex-end}.category-copy span{color:var(--orange)!important;font-weight:800;text-transform:uppercase;letter-spacing:.1em;font-size:10px}.category-copy h3{font-size:34px;line-height:1;margin:13px 0 13px}.category-copy p{color:#77847e;font-size:13px;line-height:1.65;margin:0}.category-card-premium:hover p{color:rgba(255,255,255,.72)}.category-card-premium .category-arrow{position:absolute;right:28px;bottom:28px;border:0;background:#eff5f0;color:var(--brand)}.category-card-premium:hover .category-arrow{background:var(--orange);color:white}
.product-spotlight{padding:120px 0 40px}.spotlight-shell{display:grid;grid-template-columns:1.08fr .92fr;min-height:620px;background:var(--brand-deep);border-radius:34px;overflow:hidden;color:white}.spotlight-visual{position:relative;display:grid;place-items:center;min-height:620px;background:radial-gradient(circle at 50% 50%,#f4f7f0 0,#e8eee8 58%,#dce7df 100%);overflow:hidden}.spotlight-visual img{width:72%;height:72%;object-fit:contain;position:relative;z-index:3;filter:drop-shadow(0 35px 24px rgba(0,0,0,.16));transition:.45s}.spotlight-shell:hover .spotlight-visual img{transform:translateY(-8px) scale(1.015)}.spotlight-orbit{position:absolute;width:460px;height:460px;border-radius:50%;border:1px solid rgba(8,118,63,.17)}.spotlight-orbit:after,.spotlight-orbit:before{content:"";position:absolute;border-radius:50%;border:1px solid rgba(8,118,63,.1);inset:42px}.spotlight-orbit:after{inset:95px}.spotlight-watermark{position:absolute;bottom:10px;left:20px;font-size:120px;font-weight:900;letter-spacing:-.08em;color:rgba(8,118,63,.055)}.spotlight-copy{padding:76px 72px;display:flex;flex-direction:column;justify-content:center}.spotlight-copy h2{font-size:clamp(44px,5vw,70px);margin:20px 0 24px}.spotlight-copy>p{color:#b7c9c0;font-size:17px;line-height:1.75;max-width:520px}.spotlight-meta{display:flex;flex-wrap:wrap;gap:10px;margin:13px 0 32px}.spotlight-meta span{padding:10px 13px;border:1px solid rgba(255,255,255,.15);border-radius:999px;font-size:11px;color:#d8e4de}
.featured-section{padding-top:100px}.product-grid-premium{gap:20px}.product-card-premium .product-media{background:#edf2ee;border-radius:24px;aspect-ratio:1/1.07}.product-card-premium .product-media img{padding:36px}.product-card-premium .product-chip{background:rgba(255,255,255,.82);backdrop-filter:blur(8px);border:0}.product-hover-action{position:absolute;left:16px;right:16px;bottom:16px;display:flex;justify-content:space-between;align-items:center;background:var(--brand);color:#fff;border-radius:16px;padding:15px 17px;font-size:12px;font-weight:800;transform:translateY(80px);opacity:0;transition:.3s}.product-card-premium:hover .product-hover-action{transform:none;opacity:1}.product-card-premium .product-info{padding-top:18px}.product-card-premium .product-info small{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:#819087}.product-card-premium .product-info h3{margin-top:6px;font-size:19px}.product-card-premium .round-arrow{border:0;background:#edf3ef;color:var(--brand)}
.why-premium{margin:20px 18px;border-radius:38px;background:linear-gradient(135deg,#043827 0%,#075537 58%,#0a6f42 100%);position:relative;overflow:hidden}.why-premium:after{content:"SUMRY";position:absolute;right:-40px;bottom:-75px;font-size:240px;font-weight:900;letter-spacing:-.09em;color:rgba(255,255,255,.035)}.why-premium .container{position:relative;z-index:2}.why-premium .why-copy h2{font-size:clamp(46px,5.2vw,72px)}.why-premium .why-list article{padding:34px 0}.why-premium .why-list b{color:#d0ef75}.why-premium .why-list h3{font-size:30px}.why-premium .btn-light{color:var(--brand)}
.projects-premium .project-card{border-radius:26px}.projects-premium .project-card:after{content:"";position:absolute;inset:0;border:1px solid rgba(255,255,255,.16);border-radius:inherit;pointer-events:none}.projects-premium .project-caption b{display:inline-block;margin-top:12px;color:#d6ed74;font-size:11px}.projects-premium .project-caption span{letter-spacing:.13em;font-weight:800}.projects-premium .project-caption h3{font-size:28px}
.warranty-premium{background:#eef3ef;color:#0b2e21;padding:110px 0}.warranty-premium .eyebrow.light{color:var(--brand)}.warranty-premium .warranty-grid>div:first-child p{color:#61746a}.warranty-premium .warranty-grid h2{font-size:clamp(48px,5.2vw,72px)}.warranty-note{color:var(--brand);font-size:12px;font-weight:800;margin-top:25px}.warranty-box{box-shadow:var(--premium-shadow);border:1px solid #e1e9e3}.warranty-input .btn-accent{background:var(--brand);color:white}
.final-cta-section{padding:70px 0 110px}.cta-panel-premium{background:linear-gradient(110deg,#063924,#08763f);padding:72px;border-radius:32px}.cta-panel-premium h2{font-size:clamp(44px,5vw,68px);max-width:760px}.cta-panel-premium p{color:#c6d8cf;max-width:600px;font-size:16px;line-height:1.7}.cta-actions{display:flex;gap:12px;flex-wrap:wrap}.cta-panel-premium .btn-accent{background:var(--orange);color:white}.cta-panel-premium .btn-accent:hover{background:#ff9346}
.site-footer{background:#04291e!important;border-radius:36px 36px 0 0}.footer-badge{border-color:rgba(255,255,255,.15)!important}
.page-hero{background:linear-gradient(135deg,#06442d,#08763f)!important}.btn-accent{background:var(--brand);color:white}.btn-accent:hover{background:var(--brand-dark)}.eyebrow{color:var(--brand)}
@media(max-width:1000px){.hero-premium{height:760px}
.hero-copy-card{max-width:560px}
.hero-side-label{display:none}.trust-rail{grid-template-columns:repeat(2,1fr)}.trust-rail>div:nth-child(2){border-right:0}.trust-rail>div:nth-child(-n+2){border-bottom:1px solid #e7ece8}.category-grid-premium{grid-template-columns:1fr}.spotlight-shell{grid-template-columns:1fr}.spotlight-visual{min-height:470px}.spotlight-copy{padding:58px 48px}.spotlight-shell{min-height:auto}.product-grid-premium{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.container{width:min(calc(100% - 32px),1320px)}.site-header{position:sticky}.nav-row{height:72px}.brand img{width:132px}.hero-premium{height:690px;min-height:0;border-radius:0 0 24px 24px}.hero-premium .hero-slide{background-position:center}.hero-premium .hero-overlay{background:linear-gradient(180deg,rgba(2,36,23,.03) 20%,rgba(2,36,23,.18) 100%)}.hero-premium .hero-content{align-items:flex-end;padding-bottom:74px}
.hero-copy-card{padding:26px 24px 27px;border-radius:22px;max-width:none;width:100%; background: rgb(255 255 255 / 15%);
    backdrop-filter: blur(3.6px);}
.hero-premium h1{font-size:44px}.hero-premium .hero-copy>p{font-size:14px}.hero-actions{gap:8px;flex-wrap:wrap;margin-top:24px}.hero-actions .btn{min-height:48px;padding:0 18px;font-size:12px}.hero-premium .hero-index{display:none}.hero-premium .hero-controls{right:18px;bottom:16px}.hero-premium .hero-controls button{width:40px;height:40px}.trust-rail-wrap{margin-top:-18px}.trust-rail{grid-template-columns:1fr 1fr;border-radius:18px}.trust-rail>div{padding:18px 16px}.trust-rail strong{font-size:15px}.trust-rail span{font-size:10px}.intro-premium{padding:86px 0}.intro-premium .intro-grid{grid-template-columns:1fr;gap:30px}.intro-premium h2{font-size:44px}.category-section,.why-premium{margin:0 8px;border-radius:26px}.category-card-premium{min-height:230px;padding:26px}.category-copy{max-width:76%}.category-copy h3{font-size:28px}.category-number{font-size:52px}.spotlight-shell{border-radius:26px}.spotlight-visual{min-height:360px}.spotlight-orbit{width:300px;height:300px}.spotlight-watermark{font-size:72px}.spotlight-copy{padding:42px 28px}.spotlight-copy h2{font-size:42px}.product-grid-premium{grid-template-columns:1fr}.why-premium{padding:78px 0}.why-premium:after{font-size:120px}.warranty-premium{padding:82px 0}.cta-panel-premium{padding:42px 28px;align-items:flex-start}.cta-actions{width:100%}.cta-actions .btn{flex:1}.final-cta-section{padding-bottom:80px}}
