:root{--orange:#ef4a23;--ink:#111;--cream:#f4efe7;--muted:#6f6a63}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.55}a{color:inherit;text-decoration:none}.nav{height:82px;padding:0 clamp(22px,5vw,76px);display:flex;align-items:center;justify-content:space-between;background:#fff;position:sticky;top:0;z-index:20;border-bottom:1px solid #ddd}.brand{display:flex;align-items:center;gap:9px;font-weight:900;font-size:24px;letter-spacing:-1.2px}.brand em{display:block;color:var(--orange);font-size:11px;font-style:normal;letter-spacing:2px;text-align:right;margin-top:-6px}.brand-mark{display:grid;place-items:center;background:var(--orange);color:#fff;width:34px;height:34px;border-radius:10px;font-size:33px;line-height:1;transform:rotate(-18deg)}nav{display:flex;align-items:center;gap:30px;font-weight:700;font-size:14px}.nav-cta,.button{background:var(--orange);color:#fff;padding:14px 21px;border-radius:4px;font-weight:800;display:inline-block}.menu{display:none;border:0;background:transparent;font-weight:800}.hero{height:calc(100svh - 82px);min-height:640px;position:relative;overflow:hidden;color:#fff}.hero>img{width:100%;height:100%;object-fit:cover}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.88) 0%,rgba(0,0,0,.48) 48%,rgba(0,0,0,.1) 78%)}.hero-content{position:absolute;left:clamp(22px,7vw,108px);top:50%;transform:translateY(-50%);max-width:680px}.eyebrow{text-transform:uppercase;letter-spacing:2.3px;font-size:13px;font-weight:900}.orange{color:var(--orange)}h1{font-size:clamp(52px,7.7vw,108px);line-height:.91;letter-spacing:-5px;margin:22px 0}h1 span{color:var(--orange)}.hero-content>p:not(.eyebrow){max-width:570px;font-size:20px}.hero-actions{display:flex;align-items:center;gap:28px;margin-top:30px}.text-link{font-weight:800}.offer{position:absolute;right:clamp(20px,5vw,78px);bottom:46px;background:var(--orange);width:210px;padding:24px;display:flex;flex-direction:column}.offer span{text-transform:uppercase;font-weight:900;font-size:11px;letter-spacing:1.5px}.offer strong{font-size:68px;line-height:1;margin-top:8px}.offer b{font-size:16px}.offer small{border-top:1px solid rgba(255,255,255,.55);padding-top:13px;margin-top:14px}.intro,.pricing,.contact{display:grid;grid-template-columns:1fr 1fr;gap:9vw;padding:110px clamp(22px,8vw,130px)}h2{font-size:clamp(42px,5vw,72px);line-height:1;letter-spacing:-3px;margin:15px 0 26px}.intro>div:last-child{font-size:20px;color:#514d48}.steps{display:grid;grid-template-columns:repeat(3,1fr);margin:0 clamp(22px,8vw,130px) 110px;border-top:1px solid #ccc}.steps article{padding:34px 38px 20px 0}.steps article+article{border-left:1px solid #ccc;padding-left:38px}.steps span{color:var(--orange);font-weight:900}.steps h3{font-size:25px;margin:28px 0 10px}.steps p{color:var(--muted)}.feature{display:grid;grid-template-columns:1.1fr .9fr;background:var(--cream)}.feature-image{min-height:720px}.feature-image img{width:100%;height:100%;object-fit:cover}.feature-copy{padding:90px clamp(30px,6vw,90px)}.feature-copy ul,.price-card ul{list-style:none;padding:0;margin:35px 0}.feature-copy li{display:grid;grid-template-columns:120px 1fr;gap:20px;padding:19px 0;border-top:1px solid #c7bfb4}.feature-copy li span{color:var(--muted)}.quote{background:#111;color:#fff;padding:110px 8vw;text-align:center}.quote p{font-size:clamp(40px,6vw,86px);font-weight:900;line-height:1.05;letter-spacing:-3px;margin:0}.quote em{color:var(--orange);font-style:normal}.pricing{background:var(--orange);color:#fff;align-items:center}.pricing>div:first-child>p:last-child{max-width:520px;font-size:18px}.price-card{background:#fff;color:#111;padding:42px;box-shadow:18px 18px 0 #c83413}.price-card>span{text-transform:uppercase;font-size:12px;letter-spacing:1.8px;font-weight:900}.price-card>div{display:flex;align-items:flex-end;gap:12px;margin:18px 0}.price-card strong{font-size:80px;line-height:1}.price-card li{padding:12px 0;border-top:1px solid #ddd}.price-card li:before{content:'✓';color:var(--orange);font-weight:900;margin-right:12px}.dark{background:#111;width:100%;text-align:center}.terms{display:block;color:#777;margin-top:15px}.gallery{display:grid;grid-template-columns:1fr 1fr 1fr}.gallery img{width:100%;height:420px;object-fit:cover}.contact{background:#f6f4f0}.contact p{font-size:18px;max-width:620px}.contact-card{background:#111;color:#fff;padding:48px}.contact-card h3{font-size:34px;margin-top:0}.contact-note{color:#aaa;font-size:14px!important;margin-top:20px}footer{background:#0d0d0d;color:#fff;padding:38px clamp(22px,5vw,76px);display:flex;align-items:center;justify-content:space-between}footer>div{display:flex;gap:25px}footer p{color:#888}
@media(max-width:820px){.nav{height:68px}.nav .brand{font-size:21px}.menu{display:block}.nav nav{display:none;position:absolute;top:68px;left:0;right:0;background:#fff;padding:24px;flex-direction:column;align-items:stretch}.nav nav.open{display:flex}.hero{height:780px;min-height:0}.hero-shade{background:linear-gradient(0deg,rgba(0,0,0,.9),rgba(0,0,0,.15))}.hero-content{left:22px;right:22px;top:auto;bottom:185px;transform:none}.hero-content>p:not(.eyebrow){font-size:17px}.hero-actions{align-items:flex-start;flex-direction:column;gap:16px}.offer{left:22px;right:auto;bottom:22px;width:200px;padding:17px}.offer strong{font-size:52px}h1{letter-spacing:-3px}.intro,.pricing,.contact{grid-template-columns:1fr;padding:75px 22px;gap:25px}.steps{grid-template-columns:1fr;margin:0 22px 70px}.steps article+article{border-left:0;border-top:1px solid #ccc;padding-left:0}.feature{grid-template-columns:1fr}.feature-image{min-height:360px}.feature-copy{padding:70px 22px}.feature-copy li{grid-template-columns:1fr;gap:5px}.gallery{grid-template-columns:1fr}.gallery img{height:300px}.gallery img:nth-child(3){display:none}.price-card{padding:30px 24px;box-shadow:10px 10px 0 #c83413}.price-card strong{font-size:66px}footer{align-items:flex-start;flex-direction:column;gap:20px}footer>div{flex-wrap:wrap}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
.brand img{display:block;width:185px;height:auto}.footer-logo{background:#fff;border-radius:4px;padding:9px 12px}.footer-logo img{width:170px}@media(max-width:820px){.nav .brand img{width:148px}.footer-logo img{width:150px}}
footer>div{justify-content:flex-end;flex-wrap:wrap;max-width:700px}footer>div a:nth-last-child(-n+2){color:#999;font-size:13px}
