:root{--ink:#111313;--graphite:#191c1c;--steel:#7d8582;--ivory:#f2efe7;--paper:#e8e5dc;--amber:#f4b521;--line:rgba(17,19,19,.18)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--ivory);color:var(--ink);font-family:Inter,Arial,sans-serif;font-size:16px}a{color:inherit;text-decoration:none}.nav{height:76px;position:fixed;z-index:20;top:0;left:0;right:0;display:flex;align-items:center;gap:26px;padding:0 3vw;background:rgba(17,19,19,.94);color:var(--ivory);border-bottom:1px solid #414343;backdrop-filter:blur(12px)}.brand{display:flex;align-items:center;gap:11px;margin-right:auto}.brand>b{font:800 26px/1 'Barlow Condensed';border:2px solid var(--amber);padding:6px}.brand>span{font:700 14px/1.05 'Barlow Condensed';letter-spacing:.08em}.brand small{color:#a8afac;font-size:10px}.nav nav{display:flex;gap:24px}.nav nav a,.phone,.navcta{font:600 12px/1 Inter;letter-spacing:.08em}.navcta{background:var(--amber);color:var(--ink);padding:15px 18px}.hero{min-height:100svh;position:relative;color:#fff;display:flex;align-items:flex-end;padding:150px 5vw 7vh;overflow:hidden}.hero-bg,.hero-shade{position:absolute;inset:0}.hero-bg{background:url(hero.png) center/cover}.hero-shade{background:linear-gradient(90deg,rgba(8,10,10,.88) 0%,rgba(8,10,10,.58) 43%,rgba(8,10,10,.08) 78%),linear-gradient(0deg,rgba(8,10,10,.55),transparent 55%)}.hero-copy{position:relative;max-width:850px}.eyebrow{font:600 12px/1 Inter;letter-spacing:.16em;margin:0 0 24px}.amber{color:var(--amber)}h1,h2,h3{font-family:'Barlow Condensed',Impact,sans-serif;margin:0;text-transform:uppercase}h1{font-size:clamp(5rem,10.2vw,10rem);line-height:.75;letter-spacing:-.045em}.lead{max-width:510px;font-size:18px;line-height:1.6;margin:30px 0}.actions{display:flex;gap:12px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:space-between;min-width:220px;padding:19px 22px;font-size:12px;font-weight:700;letter-spacing:.06em;border:1px solid currentColor}.primary{background:var(--amber);border-color:var(--amber);color:#111}.ghost{color:#fff;background:rgba(17,19,19,.3)}.rating{display:flex;gap:18px;align-items:center;margin-top:34px}.rating strong{font:700 28px 'Barlow Condensed';color:var(--amber)}.rating span{font-size:11px;letter-spacing:.12em}.tech-label{position:absolute;z-index:2;top:110px;right:4vw;font-size:10px;letter-spacing:.18em}.tech-label i{display:inline-block;width:30px;border-top:1px solid var(--amber);margin:0 9px}.scroll{position:absolute;z-index:2;right:4vw;bottom:5vh;font-size:10px;letter-spacing:.15em}.scroll span{color:var(--amber);margin-left:12px}.section{padding:120px 6vw}.section h2,.breaker-intro h2,.reviews h2,.location h2{font-size:clamp(4rem,7vw,7.5rem);line-height:.82;letter-spacing:-.035em}.problem{background:var(--paper)}.problem-grid{display:grid;grid-template-columns:repeat(2,1fr);margin-top:65px;border-top:1px solid var(--line);border-left:1px solid var(--line)}.problem-grid a{min-height:270px;padding:32px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);transition:.25s;position:relative}.problem-grid a:before{content:"";position:absolute;top:0;left:0;width:0;height:3px;background:var(--amber);transition:.3s}.problem-grid a:hover{background:#f5f2ea;transform:translateY(-3px)}.problem-grid a:hover:before{width:100%}.problem-grid b{font:600 12px Inter;color:var(--steel)}.problem-grid h3{font-size:34px;line-height:.95;margin:50px 0 15px}.problem-grid p{color:#59605e}.problem-grid small{position:absolute;bottom:28px;font-weight:700;letter-spacing:.08em;color:#777}.problem-grid a:hover small{color:var(--ink)}.text-cta{display:flex;justify-content:space-between;margin-top:28px;padding:22px 0;border-bottom:2px solid var(--ink);font-weight:700;font-size:13px}.trust{display:grid;grid-template-columns:1.2fr .8fr;gap:8vw}.copy{font-size:18px;line-height:1.7;max-width:560px;color:#555d59}.principles article{border-top:1px solid var(--line);padding:25px 0}.principles article b{font:700 15px Inter}.principles article p{color:#626865}.proof{background:var(--ink);color:var(--ivory);padding:32px;display:flex;align-items:end;gap:25px}.proof strong{font:800 95px/.7 'Barlow Condensed';color:var(--amber)}.proof span{font-size:11px;line-height:1.8;letter-spacing:.1em}.image-band{height:650px;position:relative;background:#111;overflow:hidden}.image-band img{width:100%;height:100%;object-fit:cover;filter:saturate(.72)}.image-band>div{position:absolute;right:5vw;bottom:5vw;background:var(--amber);width:220px;height:220px;padding:26px;display:flex;flex-direction:column;justify-content:space-between}.image-band span{font-size:11px}.image-band p{font:700 34px/.9 'Barlow Condensed';margin:0}.services{background:var(--ink);color:var(--ivory)}.services h2{margin-bottom:70px}.service-list{border-top:1px solid #444;margin-bottom:42px}.service-list details{border-bottom:1px solid #444}.service-list summary{list-style:none;display:grid;grid-template-columns:60px 1fr 30px;align-items:center;padding:27px 0;cursor:pointer}.service-list summary::-webkit-details-marker{display:none}.service-list summary b{font-size:11px;color:var(--amber)}.service-list summary span{font:700 clamp(1.7rem,3vw,3rem)/1 'Barlow Condensed'}.service-list summary i{font-style:normal;font-size:25px}.service-list details p{margin:0;padding:0 0 28px 60px;color:#aeb4b1}.dark-text{color:#111}.breaker-wrap{background:#242828;color:var(--ivory);display:grid;grid-template-columns:.7fr 1.3fr;gap:6vw;padding:120px 6vw}.breaker-intro p:last-child{color:#aab0ad}.breaker{border:1px solid #626866;background:#181b1b;padding:24px;box-shadow:0 25px 80px #080909}.panel-top{display:flex;justify-content:space-between;font:600 10px Inter;letter-spacing:.13em;border-bottom:1px solid #4a4f4d;padding-bottom:18px}.panel-top i{color:var(--amber);font-style:normal}.switches{margin-top:12px}.switches button{appearance:none;width:100%;background:none;border:0;border-bottom:1px solid #393d3c;color:var(--ivory);padding:14px 8px;display:grid;grid-template-columns:1fr 70px 30px;align-items:center;text-align:left;cursor:pointer}.switches button span{font:700 22px 'Barlow Condensed'}.switches button i{width:46px;height:22px;background:#444;border-radius:1px;position:relative}.switches button i:after{content:"";position:absolute;width:18px;height:18px;left:2px;top:2px;background:#888;transition:.22s}.switches button.active i{background:#6d551b}.switches button.active i:after{left:26px;background:var(--amber)}.switches button b{font:500 10px Inter;color:#747b78}.panel-readout{padding:35px 8px 5px}.panel-readout small{font-size:10px;letter-spacing:.15em;color:#858c89}.panel-readout h3{font-size:55px;color:var(--amber);margin:8px 0}.panel-readout p{color:#b6bcba;max-width:500px;line-height:1.6}.panel-readout a{font-size:11px;letter-spacing:.1em;font-weight:700}.ev-feature{display:grid;grid-template-columns:1.1fr .9fr;min-height:650px}.ev-feature img{width:100%;height:100%;object-fit:cover}.ev-feature>div{background:var(--paper);padding:9vw 6vw;display:flex;flex-direction:column;justify-content:center}.ev-feature h2{font-size:clamp(4rem,6.5vw,7rem);line-height:.82}.ev-feature>div>p:not(.eyebrow){line-height:1.7;color:#5d6461}.ev-feature a{border-bottom:2px solid;padding-bottom:15px;font-size:12px;font-weight:700;margin-top:25px}.reviews{background:var(--ivory)}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);margin-top:65px;border-top:1px solid var(--line);border-left:1px solid var(--line)}.review-grid article{padding:30px;min-height:380px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;flex-direction:column}.review-grid span,.review-grid small{font-size:10px;letter-spacing:.13em}.review-grid div{color:#d48d00;letter-spacing:.15em;margin:42px 0 20px}.review-grid p{font-size:18px;line-height:1.65;margin:0}.review-grid small{margin-top:auto;color:#626865}.review-total{display:flex;align-items:end;gap:25px;margin-top:50px}.review-total strong{font:800 110px/.7 'Barlow Condensed'}.review-total span,.review-total b{font-size:11px;letter-spacing:.12em}.review-total b{margin-left:auto}.emergency{background:var(--amber);color:#111;padding:110px 6vw}.emergency h2{font-size:clamp(5rem,10vw,10rem);line-height:.78}.emergency>p:not(.eyebrow){font-size:18px}.emergency>a{display:flex;justify-content:space-between;align-items:center;border-top:2px solid;padding-top:24px;margin-top:50px;font:700 24px 'Barlow Condensed'}.emergency>a span{font-size:clamp(2rem,5vw,5rem)}.location{display:grid;grid-template-columns:1.2fr .8fr;gap:8vw}.address{border-top:2px solid;padding-top:25px}.address h3{font-size:28px}.address p{line-height:1.7;color:#5c6360}.address>a:not(.btn){display:block;font:700 34px 'Barlow Condensed';margin:35px 0}.final{min-height:90vh;background:var(--ink);color:var(--ivory);padding:110px 6vw;display:flex;flex-direction:column;justify-content:center}.final h2{font-size:clamp(6rem,13vw,13rem);line-height:.72}.final>p:not(.eyebrow){font-size:18px;color:#b8bdbb}.final .actions{margin-top:25px}footer{background:#0d0f0f;color:#999;padding:28px 4vw 95px;display:flex;justify-content:space-between;font-size:10px;letter-spacing:.1em}.mobile-bar{display:none}
@media(max-width:850px){.nav{height:64px;padding:0 16px}.nav nav,.nav .phone{display:none}.navcta{padding:11px;font-size:10px}.brand>span{display:none}.hero{padding:120px 20px 55px;min-height:780px}.hero-shade{background:linear-gradient(90deg,rgba(8,10,10,.85),rgba(8,10,10,.25)),linear-gradient(0deg,rgba(8,10,10,.75),transparent)}.tech-label{top:90px;right:20px}.scroll{display:none}h1{font-size:clamp(4.6rem,24vw,7.2rem)}.lead{font-size:16px}.section{padding:85px 20px}.section h2,.breaker-intro h2,.reviews h2,.location h2{font-size:clamp(3.8rem,16vw,5.6rem)}.problem-grid{grid-template-columns:1fr;margin-top:40px}.problem-grid a{min-height:230px}.problem-grid h3{margin-top:35px}.trust,.breaker-wrap,.location{grid-template-columns:1fr}.trust{gap:55px}.image-band{height:460px}.image-band>div{width:160px;height:160px}.image-band p{font-size:25px}.breaker-wrap{padding:85px 20px}.switches button{grid-template-columns:1fr 60px 24px}.panel-readout h3{font-size:44px}.ev-feature{grid-template-columns:1fr}.ev-feature img{height:400px}.ev-feature>div{padding:75px 20px}.review-grid{grid-template-columns:1fr}.review-grid article{min-height:330px}.review-total{flex-wrap:wrap}.review-total b{margin-left:0}.emergency{padding:85px 20px}.emergency>a{align-items:flex-end}.emergency>a span{font-size:28px}.final{padding:90px 20px}.final h2{font-size:clamp(5.3rem,25vw,8rem)}footer{padding:25px 20px 95px;flex-direction:column;gap:12px}.mobile-bar{position:fixed;display:grid;grid-template-columns:1fr 1.45fr;z-index:30;bottom:0;left:0;right:0;height:62px}.mobile-bar a{display:flex;align-items:center;justify-content:center;background:#f2efe7;font-size:12px;font-weight:700}.mobile-bar a:last-child{background:var(--amber)}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

.concept-notice{position:relative;margin-top:76px;padding:12px 5vw;background:var(--ink);color:var(--ivory);font-size:13px;line-height:1.5;text-align:center;border-bottom:1px solid #414343}.concept-credit{font-size:12px;letter-spacing:0}footer{flex-wrap:wrap;gap:16px}@media(max-width:850px){.concept-notice{margin-top:64px}}
