*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:#061a34;background:#fff}.container{width:min(1460px,calc(100% - 70px));margin:0 auto}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.site-header{background:#fff;position:sticky;top:0;z-index:100;border-bottom:1px solid #d8dde5;box-shadow:0 2px 15px rgba(6,26,52,.06)}.nav{height:104px;display:flex;align-items:center;justify-content:space-between}.logo-link img{height:78px;width:auto}.nav-menu{display:flex;align-items:center;gap:32px;font-size:14px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}.nav-menu a{color:#061a34}.nav-menu a:hover{color:#d31624}.quote-button{background:#d31624!important;color:#fff!important;padding:20px 28px}.menu-toggle{display:none;background:transparent;border:0;font-size:30px;color:#061a34}.hero{position:relative;min-height:420px;overflow:hidden;border-bottom:1px solid #e3e6eb}.hero-bg{position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.90) 28%,rgba(255,255,255,.42) 52%,rgba(255,255,255,.05) 100%),url('hero-fence.jpg');background-size:cover;background-position:center right}.hero-layout{position:relative;z-index:2;min-height:420px;display:flex;align-items:center}.hero-copy{width:min(570px,100%);padding:42px 0}.hero h1{font-family:"Barlow Condensed",Inter,sans-serif;text-transform:uppercase;color:#061a34;font-size:76px;line-height:.88;margin:0;letter-spacing:.02em}.hero h2{font-family:"Barlow Condensed",Inter,sans-serif;text-transform:uppercase;color:#061a34;font-size:36px;line-height:1;margin:10px 0 0;letter-spacing:.04em}.red-rule{width:68px;height:4px;background:#d31624;margin:16px 0 17px}.hero p{font-size:15px;line-height:1.45;margin:0 0 10px;color:#101828}.hero-actions{display:flex;gap:22px;margin-top:22px;flex-wrap:wrap}.btn{height:50px;display:inline-flex;align-items:center;justify-content:center;gap:18px;padding:0 26px;text-transform:uppercase;font-size:14px;font-weight:900;letter-spacing:.03em;border:2px solid #061a34}.btn.red{background:#d31624;color:#fff;border-color:#d31624}.btn.outline{background:rgba(255,255,255,.65);color:#061a34}.product-section{background:#f6f7f9;padding:16px 0}.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.product-card{background:#fff;border:1px solid #e3e7ee;box-shadow:0 10px 28px rgba(6,26,52,.07);min-height:282px}.card-title{background:#061a34;color:#fff;font-family:"Barlow Condensed",Inter,sans-serif;text-transform:uppercase;font-size:25px;font-weight:800;letter-spacing:.03em;padding:13px 22px;position:relative}.card-title:after{content:"";position:absolute;left:22px;bottom:0;width:33px;height:4px;background:#d31624}.card-body{display:grid;grid-template-columns:1fr 1fr;min-height:235px}.card-text{padding:18px 18px 14px 22px;font-size:13px}.card-text p{line-height:1.42;margin:0 0 12px}.card-text ul{margin:0 0 14px;padding-left:14px;line-height:1.45}.card-text li::marker{color:#d31624}.card-text a{font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.05em}.card-text a span{color:#d31624;font-size:18px;margin-left:10px}.card-body img{width:100%;height:100%;object-fit:cover}.feature-strip{padding:0 0 16px;background:#f6f7f9}.strip-grid{display:grid;grid-template-columns:repeat(4,1fr);background:#061a34;color:#fff}.strip-item{display:grid;grid-template-columns:68px 1fr;gap:17px;padding:26px 28px;border-right:1px solid rgba(255,255,255,.55)}.strip-item:last-child{border-right:0}.strip-item img{width:55px;height:55px}.strip-item h3{margin:0 0 6px;text-transform:uppercase;font-size:16px;letter-spacing:.04em}.strip-item p{margin:0;color:#fff;font-size:12.5px;line-height:1.45}.image-band{padding:0 0 16px;background:#f6f7f9}.image-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.image-tile{position:relative;height:220px;overflow:hidden;border:1px solid #e3e7ee;background:#111}.image-tile img{width:100%;height:100%;object-fit:cover}.image-tile:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(6,26,52,.72),transparent 62%)}.image-tile h3{position:absolute;left:24px;bottom:22px;margin:0;color:#fff;text-transform:uppercase;letter-spacing:.06em;font-size:20px;z-index:2}.contact-bar{background:#f6f7f9;padding:0 0 28px}.contact-layout{background:#fff;display:grid;grid-template-columns:1.25fr 1fr;align-items:center;border:1px solid #e2e6ed}.contact-headline{padding:25px 26px;border-left:4px solid #d31624}.contact-headline h2{font-size:22px;letter-spacing:.08em;text-transform:uppercase;margin:0 0 7px}.contact-headline p{margin:0;color:#5c6675}.contact-items{display:grid;grid-template-columns:1fr 1fr 1.25fr;align-items:center}.contact-item{min-height:80px;padding:18px 24px;border-left:1px solid #bfc7d2;display:flex;flex-direction:column;justify-content:center;color:#061a34}.contact-item img{width:31px;margin-bottom:8px}.contact-item strong{font-size:15px}.contact-item span{font-size:13px;color:#333}.footer{padding:28px 0;background:#061a34;color:#fff}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:20px}.footer-inner img{height:58px;background:#fff;padding:4px}.footer p{margin:0;color:#d7deea;font-size:13px}@media(max-width:1100px){.container{width:min(100% - 34px,1460px)}.nav{height:auto;padding:14px 0}.logo-link img{height:58px}.menu-toggle{display:block}.nav-menu{display:none;position:absolute;top:86px;left:0;right:0;background:#fff;padding:24px;flex-direction:column;align-items:flex-start;border-bottom:1px solid #ddd}.nav-menu.open{display:flex}.hero h1{font-size:56px}.hero h2{font-size:28px}.card-grid,.strip-grid,.contact-layout,.image-grid{grid-template-columns:1fr}.card-body{grid-template-columns:1fr}.card-body img{height:245px}.strip-item{border-right:0;border-bottom:1px solid rgba(255,255,255,.35)}.contact-items{grid-template-columns:1fr}.contact-item{border-left:0;border-top:1px solid #dfe4ea}.hero-bg{background:linear-gradient(90deg,rgba(255,255,255,.97),rgba(255,255,255,.82)),url('hero-fence.jpg');background-size:cover}.footer-inner{flex-direction:column;align-items:flex-start}}