:root{--bg:#080808;--surface:#111;--text:#f5f5f5;--muted:#b6b6ba;--red:#e9192c;--border:#292929;--space:clamp(20px,5vw,72px);--body:1rem;color-scheme:dark;font-family:Arial,Helvetica,sans-serif;color:var(--text);background:var(--bg)}*{box-sizing:border-box}body{margin:0;font-size:var(--body);line-height:1.65}a{color:inherit;text-decoration:none}a,button,summary{-webkit-tap-highlight-color:transparent}a:focus-visible,summary:focus-visible{outline:3px solid #fff;outline-offset:5px}p{color:var(--muted);margin:0 0 1rem}h1,h2,h3{line-height:1.15;margin:0;font-weight:600;letter-spacing:-.035em}h2{font-size:clamp(1.8rem,3vw,2.6rem);margin:14px 0 24px}h3{font-size:1.2rem;letter-spacing:-.02em}.container{max-width:1240px;margin:auto;padding-inline:var(--space)}.header{border-bottom:1px solid var(--border)}.header-inner{min-height:96px;display:flex;align-items:center;gap:32px}.logo{position:relative;display:block;overflow:hidden;width:145px;height:72px;flex-shrink:0}.logo img{position:absolute;width:190px;height:190px;max-width:none;left:-22px;top:-57px}.header nav{display:flex;gap:30px;margin-left:auto;font-size:.9rem}.header nav a:hover,footer a:hover{color:#ff5260}.phone{display:inline-flex;align-items:center;justify-content:center;gap:12px;background:var(--red);color:#fff;font-size:1rem;font-weight:700;min-height:50px;padding:12px 21px;border-radius:4px;white-space:nowrap;line-height:1.25}.phone:hover{background:#c91223}.hero{padding-top:65px;padding-bottom:55px}.eyebrow{font-size:.75rem;letter-spacing:.13em;color:#ceced0;font-weight:600}.hero .eyebrow{display:flex;align-items:center;gap:20px}.hero .eyebrow:before{content:"";width:28px;height:2px;background:var(--red)}.eyebrow span{color:#929296;border-left:1px solid #555;padding-left:20px}.hero h1{font-size:clamp(2.25rem,5.2vw,4.55rem);max-width:940px;margin:30px 0;line-height:1.08}.hero h1 span{color:#b8b8bd}.hero-bottom{display:flex;align-items:flex-start;justify-content:space-between;gap:32px}.hero-bottom>p{max-width:510px;font-size:1.1rem}.hours{text-align:center;font-size:.8rem;margin:10px 0 0}.section{padding-top:68px;padding-bottom:68px}.section-heading{margin-bottom:30px}.services{padding-top:25px}.service-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.service-card{background:var(--surface);border:1px solid var(--border);padding:30px;position:relative;transition:border-color .2s}.service-card:hover{border-color:var(--red)}.service-index{display:block;color:#96969b;font-size:.85rem;margin-bottom:30px}.service-card h3{font-size:1.85rem;margin-bottom:16px}.service-card p{max-width:460px}.service-link{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--border);padding-top:20px;margin-top:28px;font-size:.9rem}.service-link span{color:#ff394b;font-size:1.5rem}.process,.area{border-block:1px solid var(--border);background:#0e0e0e}.steps{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.step-number{display:block;color:#ff394b;font-size:.9rem;border-top:1px solid #444;padding-top:20px;margin-bottom:25px}.steps h3{margin-bottom:15px}.steps p{font-size:.95rem}.scope{display:grid;grid-template-columns:1fr 1fr;gap:70px}.scope p{max-width:440px}.scope ul{list-style:none;margin:0;padding:0}.scope li{padding:12px 0;border-bottom:1px solid var(--border);display:flex;gap:18px}.scope li span{color:#ff394b}.area p{max-width:700px}.districts{list-style:none;display:grid;grid-template-columns:repeat(6,1fr);gap:12px 18px;padding:28px 0 0;margin:30px 0 0;font-size:.875rem;color:#b6b6ba;border-top:1px solid var(--border)}.faq{display:grid;grid-template-columns:1fr 1.35fr;gap:60px}.independent{font-size:.9rem;max-width:360px}.faq-list details{border-bottom:1px solid var(--border)}.faq-list summary{cursor:pointer;list-style:none;display:flex;justify-content:space-between;gap:20px;padding:22px 0;font-size:1rem}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{color:#ff394b}.faq-list details[open] summary span{transform:rotate(45deg)}.faq-list p{font-size:.95rem;max-width:570px}footer{border-top:1px solid var(--border);padding:55px 0 25px;background:#101010;font-size:.875rem}footer h2{font-size:1.3rem;margin:0 0 20px}footer h3{font-size:.95rem;margin-bottom:20px}footer a{display:block;margin-bottom:8px}footer address{font-style:normal;color:var(--muted);margin-bottom:16px}.footer-grid{display:grid;grid-template-columns:1.2fr .75fr 1.3fr;gap:60px}.footer-bottom{display:flex;justify-content:space-between;gap:24px;margin-top:36px;padding-top:25px;border-top:1px solid var(--border);font-size:.8rem;color:var(--muted)}.footer-bottom nav{display:flex;gap:24px}.mobile-cta{display:none}.skip{position:fixed;top:-100px;left:20px;z-index:20;background:#fff;color:#000;padding:10px}.skip:focus{top:10px}@media(max-width:767px){.header-inner{gap:12px;min-height:80px;flex-wrap:wrap;padding-block:8px}.logo{width:100px;height:52px}.logo img{width:140px;height:140px;top:-42px;left:-17px}.header .phone{margin-left:auto;padding:11px 12px;font-size:.875rem;gap:8px;min-height:44px}.header nav{order:3;width:100%;margin:0;justify-content:center;gap:28px;padding-bottom:6px;font-size:.875rem}.hero{padding-top:40px;padding-bottom:35px}.hero .eyebrow{font-size:.65rem;gap:12px}.eyebrow span{padding-left:12px}.hero h1{margin:25px 0}.hero-bottom{display:block}.hero-bottom>p{font-size:1rem}.hero-bottom>div{display:inline-block;margin-top:8px}.hero-bottom .hours{text-align:left}.section{padding-block:44px}.services{padding-top:15px}.service-grid,.scope,.faq,.footer-grid{grid-template-columns:1fr;gap:22px}.service-card{padding:24px}.service-index{margin-bottom:22px}.service-card h3{font-size:1.65rem}.steps{grid-template-columns:1fr 1fr;gap:22px}.districts{grid-template-columns:repeat(3,1fr);font-size:.8rem;gap:12px 8px}.footer-grid{gap:28px}.footer-bottom,.footer-bottom nav{flex-wrap:wrap;gap:14px}footer{padding-bottom:110px}.mobile-cta{position:fixed;bottom:0;left:0;right:0;display:flex;justify-content:center;padding:10px 20px calc(10px + env(safe-area-inset-bottom));background:#111;border-top:1px solid #333;z-index:10;opacity:0;visibility:hidden;transform:translateY(100%);transition:transform .2s ease,opacity .2s ease,visibility .2s}.mobile-cta.visible{opacity:1;visibility:visible;transform:translateY(0)}.mobile-cta .phone{width:100%;max-width:440px;min-height:44px}}@media(max-width:359px){.districts{grid-template-columns:repeat(2,1fr)}.steps{grid-template-columns:1fr}.phone{padding-inline:12px}.hero .eyebrow{letter-spacing:.07em}}@media(prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{transition:none!important;scroll-behavior:auto!important}}.logo{height:88px}.logo img{top:-48px}@media(max-width:767px){.logo{height:64px}.logo img{top:-35px}}.hero{padding-top:30px;padding-bottom:44px}.hero-surface{display:grid;grid-template-columns:1fr 1fr;overflow:hidden;border:1px solid var(--border);border-radius:16px;background:var(--surface)}.hero-visual{min-width:0;position:relative;min-height:510px}.hero-visual img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover;object-position:48% center}.hero-content{align-self:center;padding:clamp(28px,3.5vw,48px);min-width:0}.hero h1{font-size:clamp(2rem,3.5vw,3.1rem);line-height:1.12;margin:25px 0}.hero .eyebrow{font-size:.65rem;gap:10px;letter-spacing:.08em}.hero .eyebrow:before{width:18px;flex-shrink:0}.hero .eyebrow span{padding-left:10px}.hero-bottom{display:block}.hero-bottom>p{font-size:1rem;line-height:1.7}.hero-bottom>div{display:inline-block;margin-top:12px}.hero .hours{text-align:left;margin-top:12px}@media(max-width:767px){.hero{padding-top:18px;padding-bottom:28px}.hero-surface{grid-template-columns:1fr;border-radius:12px}.hero-visual{min-height:0;aspect-ratio:16/9}.hero-visual img{object-position:center 43%}.hero-content{padding:25px 22px 28px}.hero h1{font-size:clamp(1.85rem,7.6vw,2.75rem);margin:18px 0}.hero .eyebrow{font-size:.6rem;letter-spacing:.04em;gap:8px}.hero .eyebrow:before{width:12px}.hero .eyebrow span{padding-left:8px}.hero-bottom>div{margin-top:6px}}.header{background:var(--bg)}.header-inner{min-height:88px;padding-block:8px;justify-content:space-between}.logo{width:116px;height:auto;overflow:visible;line-height:0;mix-blend-mode:screen}.logo svg{display:block;width:100%;height:auto}.header .desktop-nav{margin-left:auto;gap:32px}.mobile-menu{display:none}.hero{padding-top:24px}.hero-surface{position:relative;isolation:isolate;display:flex;justify-content:flex-end;min-height:570px;border-radius:22px;background:#151515}.hero-visual{position:absolute;inset:0;z-index:-2;min-height:0}.hero-visual img{object-position:35% center}.hero-surface:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,#0808080d,#08080833 28%,#080808d6 57%,#080808f0)}.hero-content{width:53%;padding:50px 44px;align-self:center}.hero h1{font-size:clamp(2.2rem,3.7vw,3.35rem);line-height:1.13;letter-spacing:-.035em}.hero h1 span{color:#fff}.hero-bottom>p{color:#e0e0e2;line-height:1.75}.hero .hours{color:#ccc}.hero .eyebrow{color:#eee}.hero .eyebrow span{color:#ccc}.phone{border-radius:9px;min-height:54px;padding:15px 24px}.section-heading>.eyebrow,.scope>div>.eyebrow,.area .eyebrow,.faq>div>.eyebrow{display:none}.service-card{border-radius:16px;padding:34px;display:flex;flex-direction:column;align-items:flex-start;transition:background .2s,border-color .2s,transform .2s}.service-card h3{font-size:1.65rem;margin-bottom:18px}.service-card p{flex:1;margin-bottom:28px}.service-link{display:inline-flex;width:auto;margin-top:0;padding:11px 17px;border:1px solid #626266;border-radius:8px;font-weight:600;font-size:.875rem;color:#f7f7f7;background:#202020}.service-card:hover{background:#171717;border-color:#777;transform:translateY(-3px)}.service-card:hover .service-link,.service-card:focus-visible .service-link{background:var(--red);border-color:var(--red)}.steps li{border-top:1px solid var(--border);padding-top:24px}.steps h3{font-size:1.15rem}@media(max-width:767px){.container{padding-inline:16px}.header-inner{min-height:80px;flex-wrap:nowrap;padding-block:6px}.logo{width:104px;height:auto}.header .desktop-nav{display:none}.mobile-menu{display:block;position:relative}.mobile-menu summary{width:46px;height:46px;border:1px solid #414141;border-radius:12px;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;list-style:none}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu summary span{width:22px;height:2px;background:#fff}.header .mobile-menu nav{position:absolute;top:55px;right:0;z-index:30;width:220px;display:flex;flex-direction:column;align-items:stretch;gap:0;padding:8px;background:#191919;border:1px solid #444;border-radius:12px;box-shadow:0 12px 30px #0009}.mobile-menu nav a{padding:13px 12px;font-size:.95rem}.hero{padding-top:12px;padding-bottom:24px}.hero-surface{min-height:590px;min-height:clamp(560px,calc(100svh - 100px),710px);border-radius:18px;align-items:center;justify-content:flex-start}.hero-visual{aspect-ratio:auto}.hero-visual img{object-position:54% center}.hero-surface:after{background:linear-gradient(90deg,#080808d6,#08080899 65%,#08080857),linear-gradient(0deg,rgba(8,8,8,.4),transparent 70%)}.hero-content{width:100%;padding:40px 24px}.hero h1{font-size:clamp(2rem,8.4vw,3.1rem);line-height:1.15;max-width:510px;margin:24px 0}.hero-bottom>p{font-size:1rem;line-height:1.7}.hero-bottom>div{display:block;margin-top:26px}.hero .phone{width:100%;font-size:1.05rem}.hero .hours{text-align:center;font-size:.85rem;margin-top:15px}.service-card{padding:27px}.service-link{min-height:44px;align-items:center}.section{padding-block:38px}}@media(max-width:359px){.hero-content{padding:32px 20px}.hero h1{font-size:1.95rem}.hero .eyebrow{font-size:.6rem}.hero .phone{font-size:.95rem;padding-inline:12px}}.breadcrumb{display:flex;gap:12px;align-items:center;padding-top:24px;font-size:.875rem;color:var(--muted)}.breadcrumb a{text-decoration:underline;text-underline-offset:4px}.service-page .hero{padding-top:18px}.service-page .hero-surface{min-height:520px}.service-page .hero h1{max-width:440px}.problem-section{display:grid;grid-template-columns:1fr 1.15fr;gap:60px;align-items:start}.problem-section h2{margin-top:0}.problem-section p{max-width:400px}.problem-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:12px}.problem-list li{border:1px solid var(--border);border-radius:10px;padding:18px 20px;background:var(--surface);line-height:1.5}.service-operations{background:#101010;border-block:1px solid var(--border)}.service-area{display:grid;grid-template-columns:1.4fr 1fr;gap:60px;align-items:center}.service-identity{padding:28px;border-left:2px solid var(--red)}.service-identity h3{margin-bottom:16px}.service-identity p{margin:0}.service-final{display:flex;justify-content:space-between;align-items:center;gap:32px;background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:36px}.service-final h2{margin-top:0;font-size:1.7rem}.service-final p{margin:0}.other-service{display:inline-block;margin-top:25px;text-decoration:underline;text-underline-offset:5px;color:var(--muted)}.refrigerator-page .problem-section{grid-template-columns:1fr}.refrigerator-page .problem-section>div{display:flex;gap:60px;justify-content:space-between}.refrigerator-page .problem-section h2{max-width:470px}.refrigerator-page .problem-list{grid-template-columns:repeat(4,1fr)}.refrigerator-page .hero-visual img{object-position:center}.refrigerator-page .hero-surface:after{background:linear-gradient(90deg,#0808080d,#08080844 30%,#080808d6 58%,#080808ed)}@media(max-width:767px){.breadcrumb{font-size:.8rem;padding-top:18px}.service-page .hero-surface{min-height:560px}.problem-section,.service-area{grid-template-columns:1fr;gap:24px}.problem-list,.refrigerator-page .problem-list{grid-template-columns:1fr 1fr;gap:10px}.problem-list li{padding:16px;font-size:.9rem}.refrigerator-page .problem-section>div{display:block}.service-identity{padding:8px 0 8px 22px}.service-final{display:block;padding:26px}.service-final .phone{width:100%;margin-top:24px}.refrigerator-page .hero-surface:after{background:linear-gradient(90deg,#080808df,#08080899 70%,#08080877)}.service-page .hero h1{font-size:clamp(2.15rem,9vw,3rem)}}.legal-page{max-width:1020px;padding-bottom:80px}.legal-page .breadcrumb{padding-inline:0;flex-wrap:wrap}.legal-page h1{font-size:clamp(2rem,4vw,3.2rem);margin:44px 0 32px}.legal-content{max-width:760px;font-size:1rem;line-height:1.85}.legal-content h2{font-size:1.5rem;margin:40px 0 16px}.legal-content p,.legal-content li{color:#c6c6ca}.legal-content ul{padding-left:22px;margin:16px 0 24px}.legal-content li{margin:7px 0}.legal-content a{color:#f3f3f3;text-decoration:underline;text-underline-offset:4px;overflow-wrap:anywhere}.not-found{min-height:65vh;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding-block:70px}.error-code{font-size:1rem;color:#ff5260;letter-spacing:.16em}.not-found h1{font-size:clamp(2rem,4vw,3.5rem);max-width:700px;margin:24px 0}.error-actions{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin-top:20px}.error-actions .service-link{min-height:54px;align-items:center}@media(max-width:767px){.legal-page h1{margin-top:30px}.legal-page{padding-bottom:48px}.legal-content h2{margin-top:30px}.error-actions{width:100%}.error-actions a{justify-content:center;width:100%}}.footer-grid>*{min-width:0}footer a,footer address{overflow-wrap:anywhere}.header nav a[aria-current=page]{text-decoration:underline;text-decoration-color:var(--red);text-underline-offset:7px}.hero .eyebrow{flex-wrap:wrap}.hero .phone{white-space:normal;text-align:center}.logo svg{aspect-ratio:1010/600}.problem-list li{overflow-wrap:anywhere}@media(min-width:768px)and (max-width:1023px){.hero-content{width:60%;padding:36px 28px}.footer-grid{gap:28px}.scope,.faq,.problem-section,.service-area{gap:32px}.districts{grid-template-columns:repeat(4,1fr)}}
