@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap');:root{--ink:#172638;--orange:#e87d3e;--warm:#f2a65a;--sand:#f6eee4;--blue:#e8f0f4;--paper:#fbfbf9;--muted:#69737c;--line:#dce1e3;--white:#fff;--shadow:0 24px 65px rgba(23,38,56,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font:400 16px/1.65 'DM Sans',sans-serif}h1,h2,h3,.brand{font-family:Manrope,sans-serif}h1,h2,h3,p{margin-top:0}a{color:inherit}.skip{position:absolute;left:-9999px}.skip:focus{left:1rem;top:1rem;background:#fff;padding:.7rem;z-index:99}body>header{height:78px;position:sticky;top:0;z-index:20;border-bottom:1px solid var(--line);background:rgba(251,251,249,.93);backdrop-filter:blur(13px)}.nav{height:100%;max-width:1180px;margin:auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:9px;text-decoration:none;font-size:1.3rem;font-weight:800;letter-spacing:-.055em}.brand svg{width:32px;color:var(--orange)}.brand em{font-style:normal;color:var(--orange)}header nav{display:flex;gap:25px;align-items:center}header nav a{text-decoration:none;font-size:.9rem;font-weight:600;color:#465463}header nav a:hover,header nav a[aria-current=page]{color:var(--orange)}header nav .navcta{background:var(--ink);color:#fff;padding:9px 15px;border-radius:8px}.menu{display:none;border:0;background:0;font-weight:700}.hero{max-width:1180px;min-height:650px;margin:auto;padding:70px 24px;display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center}.eyebrow{text-transform:uppercase;letter-spacing:.17em;color:var(--orange);font-size:.7rem;font-weight:800;display:block;margin-bottom:17px}.hero h1,.pagehero h1{font-size:clamp(3rem,5.2vw,5.2rem);line-height:1.02;letter-spacing:-.07em}.hero h1 em,.pagehero h1 em{font-style:normal;font-weight:500;color:var(--orange)}.hero>div:first-child>p,.pagehero>p{font-size:1.12rem;color:var(--muted);max-width:620px}.actions{display:flex;align-items:center;gap:25px;margin:34px 0 27px}.button{display:inline-flex;background:var(--ink);color:#fff;border:0;border-radius:9px;padding:14px 20px;text-decoration:none;font:700 .92rem 'DM Sans';cursor:pointer}.actions>a:last-child{color:var(--orange);font-weight:700;text-underline-offset:5px}.trust{display:flex;gap:18px;color:var(--muted);font-size:.8rem;flex-wrap:wrap}.hero-art{height:480px;background:var(--blue);position:relative;overflow:hidden;border-radius:24px;box-shadow:var(--shadow)}.sky{position:absolute;inset:0 0 40%;background:linear-gradient(#bdd9e4,#edf4f7)}.wall{position:absolute;bottom:0;width:100%;height:150px;background:#d5c1a8}.fence{position:absolute;inset:auto 25px 40px;display:flex;align-items:end;gap:7px}.fence i{display:block;width:52px;height:280px;background:linear-gradient(90deg,#2d4054,#172638);clip-path:polygon(50% 0,100% 7%,100% 100%,0 100%,0 7%)}.measure,.price{position:absolute;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:12px;padding:12px 16px}.measure{top:30px;left:25px}.price{right:20px;bottom:24px}.measure b,.measure small,.price b,.price small{display:block}.measure b,.price b{font:800 1.15rem Manrope}.measure small,.price small{font-size:.72rem;color:var(--muted)}.bar{max-width:1132px;margin:auto;background:var(--ink);color:#fff;border-radius:13px;padding:18px 23px;display:flex;justify-content:space-between;gap:15px}.bar>div{color:#cbd3da}.bar span{color:var(--warm);font-weight:800;margin-right:7px}.section{max-width:1180px;margin:auto;padding:105px 24px}.heading{max-width:730px;margin-bottom:40px}.heading h2,.split h2,.cta h2,.prose h2{font-size:clamp(2rem,3.6vw,3.4rem);line-height:1.12;letter-spacing:-.05em}.toolgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.toolgrid>a{min-height:370px;text-decoration:none;border:1px solid var(--line);background:#fff;padding:27px;display:flex;flex-direction:column;position:relative;transition:.2s}.toolgrid>a:hover,.card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.toolgrid i{font:500 3rem Manrope;color:var(--orange);font-style:normal;margin:35px 0 24px}.toolgrid span{position:absolute;right:23px;top:16px;font:800 2.5rem Manrope;opacity:.1}.toolgrid h3{font-size:1.4rem;line-height:1.2}.toolgrid p{color:var(--muted)}.toolgrid b{margin-top:auto;color:var(--orange)}.split{max-width:none;padding:100px max(24px,calc((100% - 1132px)/2));background:var(--ink);color:#fff;display:grid;grid-template-columns:1fr 1fr;gap:95px}.warm{color:var(--warm)}.split p{color:#bdc7cf;font-size:1.08rem}.split a{color:var(--warm);font-weight:700}.split ol{list-style:none;padding:0;margin:0;display:grid;gap:11px}.split li{border:1px solid #405064;padding:18px;display:flex;gap:17px}.split li>b{color:var(--warm);font:800 1.3rem Manrope}.split li span{display:flex;flex-direction:column}.split small{color:#9eabb6}.heading.row{max-width:none;display:flex;align-items:end;justify-content:space-between}.heading.row>a{color:var(--orange);font-weight:700}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{min-height:280px;background:#fff;border:1px solid var(--line);border-top:6px solid var(--orange);padding:26px;text-decoration:none;display:flex;flex-direction:column;transition:.2s}.card>span{font-size:.67rem;font-weight:800;letter-spacing:.15em;color:var(--orange)}.card h3{font-size:1.4rem;line-height:1.25;margin-top:28px}.card p{color:var(--muted)}.card b{margin-top:auto;color:var(--orange)}.cta{max-width:1132px;margin:0 auto 95px;padding:42px;background:var(--orange);color:#fff;display:flex;justify-content:space-between;align-items:center;border-radius:15px}.cta>div>span{font-size:.68rem;letter-spacing:.15em;font-weight:800}.cta h2{font-size:2.2rem;margin-bottom:4px}.cta p{margin:0;color:#fff3e9}.button.light{background:#fff;color:var(--ink)}footer{background:#101c29;color:#fff;padding:60px 24px 25px}.foot,.fine{max-width:1132px;margin:auto}.foot{display:grid;grid-template-columns:2fr 1fr 1fr;gap:65px}.foot>div{display:flex;flex-direction:column;gap:8px}.foot p{color:#9eabb7;max-width:350px}.foot h2{font-size:.75rem;color:var(--warm);letter-spacing:.14em;text-transform:uppercase}.foot a{text-decoration:none;color:#dae0e5}.fine{border-top:1px solid #344250;margin-top:45px;padding-top:20px;color:#8c9aa6;font-size:.77rem;display:flex;justify-content:space-between}.page{max-width:1180px;margin:auto;padding:0 24px}.crumb{padding-top:27px;display:flex;gap:8px;color:var(--muted);font-size:.8rem}.crumb a{color:var(--orange)}.pagehero{padding:70px 0 55px;max-width:930px}.pagehero.compact{padding-bottom:20px}.calc-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:20px;align-items:stretch}.panel{background:#fff;border:1px solid var(--line);padding:29px;box-shadow:0 10px 35px rgba(23,38,56,.06)}.panel>label{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding:17px 0;font-weight:700}.panel>label:first-child{padding-top:0}.panel input,.panel select{padding:10px;border:1px solid #cfd6da;background:#fff;font:inherit;border-radius:6px}.panel input[type=number]{width:100px}.panel label>span{display:flex;align-items:center;gap:7px}.panel .check{justify-content:flex-start;gap:10px;border:0}.panel input[type=checkbox]{accent-color:var(--orange)}.budget,.quantities{background:var(--ink);color:#fff;padding:34px;display:flex;flex-direction:column;justify-content:center}.budget>span,.quantities>span{color:var(--warm);font-size:.7rem;letter-spacing:.15em}.budget>div{display:flex;align-items:center;gap:10px;margin:24px 0 5px}.budget strong{font:800 clamp(2rem,4vw,3.5rem) Manrope;color:var(--warm)}.budget i{font-style:normal;color:#97a5b1}.budget p{margin-top:22px}.budget small,.quantities p{color:#aeb9c2}.notice{max-width:900px;margin:35px auto 80px;background:var(--sand);border-left:4px solid var(--orange);padding:20px 23px}.quantities>div{display:flex;align-items:baseline;gap:11px;border-bottom:1px solid #405064;padding:12px 0}.quantities strong{font:800 2.4rem Manrope;color:var(--warm)}.quantities small{color:#c3ccd3}.prose{max-width:850px;margin:auto;padding:65px 0}.prose.narrow{max-width:760px}.prose p{color:#52606b}.tablewrap{overflow-x:auto;margin-bottom:60px}table{width:100%;border-collapse:collapse;background:#fff}th,td{text-align:left;padding:16px;border-bottom:1px solid var(--line)}thead{background:var(--ink);color:#fff}tbody th{color:var(--orange)}.materialgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:90px}.materialgrid article{background:var(--blue);padding:25px}.materialgrid span{font:800 2rem Manrope;color:var(--orange)}.materialgrid h2{font-size:1.3rem}.materialgrid p{color:var(--muted)}.articlepage article{max-width:780px;margin:auto}.articlepage article header{padding:65px 0 35px}.articlepage article h1{font-size:clamp(2.7rem,5vw,4.5rem);line-height:1.08;letter-spacing:-.06em}.lead{font-size:1.18rem;color:#495a68}.byline{border-top:1px solid var(--line);padding-top:18px;font-size:.82rem;color:var(--muted)}.articlepage article>section{position:relative;margin-bottom:60px}.articlepage article>section>span{position:absolute;left:-70px;font:800 2.2rem Manrope;color:#cbd2d7}.articlepage article h2{font-size:2rem}.articlepage article section p{font-size:1.06rem;color:#4d5c68}.guidecards{grid-template-columns:1fr 1fr;margin-bottom:90px}
@media(max-width:850px){header nav{display:none;position:absolute;left:0;right:0;top:78px;background:#fff;padding:20px;flex-direction:column;align-items:stretch}.menu{display:block}header nav.open{display:flex}.hero{grid-template-columns:1fr}.bar{border-radius:0;flex-wrap:wrap}.toolgrid,.cards{grid-template-columns:1fr}.split,.calc-layout{grid-template-columns:1fr}.materialgrid{grid-template-columns:1fr}.foot{grid-template-columns:1fr 1fr}.foot>div:first-child{grid-column:1/-1}.articlepage article>section>span{position:static}.guidecards{grid-template-columns:1fr}}
@media(max-width:560px){body>header{height:68px}.nav{padding:0 17px}header nav{top:68px}.hero,.section,.page{padding-left:18px;padding-right:18px}.hero h1,.pagehero h1{font-size:2.7rem}.hero-art{height:390px}.fence i{height:230px}.bar{flex-direction:column}.split{padding:75px 20px}.heading.row,.cta{align-items:flex-start;flex-direction:column;gap:22px}.panel{padding:20px}.panel>label{flex-direction:column;align-items:flex-start;gap:8px}.budget>div{flex-wrap:wrap}.foot{grid-template-columns:1fr}.foot>div:first-child{grid-column:auto}.fine{flex-direction:column;gap:6px}.articlepage article h1{font-size:2.6rem}}
.cookie-banner{position:fixed;z-index:100;left:20px;right:20px;bottom:20px;max-width:900px;margin:auto;background:#fff;color:var(--ink);border:1px solid var(--line);box-shadow:0 20px 70px rgba(23,38,56,.24);padding:18px 20px;display:flex;align-items:center;justify-content:space-between;gap:24px}.cookie-banner p{margin:3px 0 0;color:var(--muted);font-size:.88rem}.cookie-banner>div:last-child{display:flex;gap:9px;flex-shrink:0}.cookie-banner button{border:1px solid var(--orange);border-radius:7px;padding:9px 14px;background:#fff;color:var(--orange);font-weight:700;cursor:pointer}.cookie-banner .cookie-accept{background:var(--orange);color:#fff}@media(max-width:600px){.cookie-banner{align-items:stretch;flex-direction:column}.cookie-banner>div:last-child{justify-content:flex-end}}
