:root{--navy:#062b50;--navy2:#001a33;--blue:#078de4;--red:#ed1425;--ice:#edf7fd;--white:#fff;--ink:#132638;--muted:#5f6f7c;--line:#dbe8f0}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff;line-height:1.6}a{color:inherit}.site-header{height:94px;padding:10px clamp(22px,5vw,72px);display:flex;align-items:center;gap:36px;background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:10}.brand{margin-right:auto;display:block}.brand img{display:block;width:142px;height:74px;object-fit:contain}.site-header nav{display:flex;gap:30px}.site-header nav a{text-decoration:none;font-weight:700;color:var(--navy);font-size:15px}.button{display:inline-flex;align-items:center;justify-content:center;background:var(--red);color:#fff;text-decoration:none;font-weight:800;border-radius:7px;padding:15px 25px;box-shadow:0 8px 22px rgba(237,20,37,.2);transition:.2s}.button:hover{background:#c90e1d;transform:translateY(-2px)}.button-small{padding:11px 18px;font-size:14px}.hero{min-height:650px;display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:50px;padding:72px clamp(24px,7vw,104px);overflow:hidden;background:linear-gradient(115deg,#fff 0%,#fff 56%,var(--ice) 56%)}.hero-copy{max-width:710px}.eyebrow{margin:0 0 12px;color:var(--blue);text-transform:uppercase;letter-spacing:.17em;font-size:13px;font-weight:900}.hero h1{margin:0;color:var(--navy);font-size:clamp(48px,6vw,82px);line-height:.98;letter-spacing:-.055em;max-width:800px}.lede{font-size:20px;line-height:1.6;color:var(--muted);max-width:650px;margin:28px 0}.actions{display:flex;align-items:center;gap:26px}.text-link{font-weight:800;color:var(--navy);text-decoration:none}.trust{display:flex;flex-wrap:wrap;gap:12px;margin-top:38px}.trust span{font-size:13px;font-weight:800;padding:7px 11px;border:1px solid var(--line);border-radius:999px;background:#fff}.hero-mark{position:relative;min-height:480px}.logo-card{position:absolute;inset:45px 40px 45px 20px;background:#fff;border-radius:26px;display:flex;align-items:center;justify-content:center;box-shadow:0 28px 70px rgba(3,42,77,.18);transform:rotate(-2deg)}.logo-card img{width:86%;height:86%;object-fit:contain}.temperature-card{position:absolute;z-index:2;padding:18px 22px;color:#fff;border-radius:14px;box-shadow:0 18px 35px rgba(0,0,0,.16);display:grid}.temperature-card span{font-size:10px;letter-spacing:.17em;font-weight:900}.temperature-card strong{font-size:23px}.temperature-card small{opacity:.85}.temperature-card.hot{right:0;top:10px;background:var(--red);transform:rotate(3deg)}.temperature-card.cool{left:0;bottom:6px;background:var(--blue);transform:rotate(-3deg)}.service-strip{display:grid;grid-template-columns:repeat(3,1fr);padding:20px clamp(24px,7vw,104px);background:var(--navy);color:#fff;text-align:center;font-weight:800}.service-strip p{margin:0;border-right:1px solid rgba(255,255,255,.2)}.service-strip p:last-child{border:0}.section{padding:100px clamp(24px,7vw,104px)}.section-heading{display:grid;grid-template-columns:1fr 1.2fr;gap:20px 80px;align-items:end}.section-heading .eyebrow{grid-column:1/-1;margin:0}.section-heading h2,.why h2,.contact h2{margin:0;color:var(--navy);font-size:clamp(38px,4vw,60px);line-height:1.05;letter-spacing:-.04em}.section-heading>p:last-child{color:var(--muted);font-size:18px;margin:0}.service-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:20px;margin-top:58px}.service-grid article{grid-column:span 2}.service-grid article{border:1px solid var(--line);border-radius:16px;padding:30px;background:#fff;transition:.2s}.service-grid article:hover{transform:translateY(-6px);box-shadow:0 18px 40px rgba(6,43,80,.1);border-color:#b6d7e9}.service-number{color:var(--blue);font-size:12px;font-weight:900;letter-spacing:.12em}.service-grid h3{font-size:28px;margin:12px 0 8px;color:var(--navy)}.service-grid p{color:var(--muted);min-height:108px}.service-grid a{color:var(--red);font-weight:800;text-decoration:none}.why{background:var(--navy2);color:#fff;padding:100px clamp(24px,7vw,104px);display:grid;grid-template-columns:.9fr 1.1fr;gap:90px}.why h2{color:#fff}.eyebrow.light{color:#52baff}.why-list>div{display:grid;grid-template-columns:50px 1fr;gap:22px;padding:25px 0;border-top:1px solid rgba(255,255,255,.18)}.why-list strong{color:#52baff}.why-list p{margin:0;color:#c8d9e8}.why-list b{color:#fff;font-size:18px}.contact{text-align:center;padding:110px 24px;background:linear-gradient(180deg,#fff,var(--ice))}.contact h2{max-width:760px;margin:auto}.contact>p:not(.eyebrow){font-size:18px;color:var(--muted);max-width:650px;margin:20px auto}.phone{display:block;color:var(--navy);font-size:clamp(35px,5vw,64px);font-weight:900;letter-spacing:-.04em;text-decoration:none;margin:20px 0}.contact .button{min-width:160px}footer{display:grid;grid-template-columns:1.2fr repeat(3,1fr);align-items:center;gap:20px;padding:34px clamp(24px,7vw,104px);background:#fff;color:var(--navy);font-size:14px;font-weight:700;border-top:1px solid var(--line)}footer img{width:120px;height:65px;object-fit:contain}.copyright{grid-column:1/-1;color:#84919c;font-size:12px;margin:0}.mobile-call{display:none}
@media(max-width:900px){.site-header{height:80px;padding:7px 20px}.brand img{width:115px;height:64px}.site-header nav{display:none}.site-header .button{font-size:13px}.hero{grid-template-columns:1fr;min-height:auto;padding:55px 24px 70px;background:linear-gradient(180deg,#fff 0%,#fff 66%,var(--ice) 66%)}.hero h1{font-size:clamp(45px,13vw,66px)}.hero-mark{min-height:410px}.section-heading{grid-template-columns:1fr}.service-grid{grid-template-columns:1fr}.service-grid article{grid-column:auto}.service-grid p{min-height:0}.why{grid-template-columns:1fr;gap:45px}.service-strip{grid-template-columns:1fr;gap:7px}.service-strip p{border:0}.section{padding:75px 24px}footer{grid-template-columns:1fr 1fr;padding-bottom:92px}footer img,.copyright{grid-column:1/-1}.mobile-call{display:block;position:fixed;z-index:20;left:14px;right:14px;bottom:12px;background:var(--red);color:white;text-align:center;text-decoration:none;font-weight:900;padding:14px;border-radius:8px;box-shadow:0 10px 30px rgba(0,0,0,.25)}}
@media(max-width:520px){.site-header .button{display:none}.hero{padding-top:42px}.hero h1{font-size:46px}.lede{font-size:17px}.actions{align-items:flex-start;flex-direction:column;gap:16px}.hero-mark{min-height:330px}.logo-card{inset:35px 10px}.temperature-card{padding:12px 15px}.temperature-card strong{font-size:18px}.section-heading>p:last-child{font-size:16px}.service-grid{margin-top:35px}.why{padding:75px 24px}.contact{padding:78px 20px}.phone{font-size:38px}footer{grid-template-columns:1fr}}
.contact-email{display:inline-block;color:var(--navy);font-size:17px;font-weight:700;margin:-10px 0 28px}.contact-actions{display:flex;justify-content:center;gap:14px;flex-wrap:wrap}.contact .button-secondary{background:var(--navy);box-shadow:0 8px 22px rgba(6,43,80,.2)}.contact .button-secondary:hover{background:var(--blue)}
.contact .button-outline{background:#fff;color:var(--navy);border:2px solid var(--navy);box-shadow:none}.contact .button-outline:hover{background:var(--navy);color:#fff}
@media(max-width:520px){.contact-actions{align-items:stretch;flex-direction:column;max-width:310px;margin:0 auto}.contact-actions .button{width:100%}.contact-email{font-size:15px}}
.header-actions{display:flex;align-items:center;gap:16px}.header-phone{color:var(--navy);font-weight:900;text-decoration:none;white-space:nowrap}.about{padding:100px clamp(24px,7vw,104px);display:grid;grid-template-columns:.85fr 1.15fr;gap:90px;align-items:start;background:var(--ice)}.about h2{margin:0;color:var(--navy);font-size:clamp(38px,4vw,60px);line-height:1.05;letter-spacing:-.04em}.about>div:last-child>p{font-size:20px;color:var(--muted);margin:0;line-height:1.75}.about-badges{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.about-badges span{background:#fff;color:var(--navy);font-size:13px;font-weight:900;padding:9px 13px;border:1px solid var(--line);border-radius:999px}.service-area{padding:100px clamp(24px,7vw,104px);background:#fff}.city-list{display:flex;flex-wrap:wrap;gap:12px;margin-top:48px}.city-list span{padding:11px 17px;background:var(--ice);border:1px solid #cee5f2;border-radius:8px;color:var(--navy);font-weight:800}.city-list span:last-child{background:var(--navy);border-color:var(--navy);color:#fff}
@media(max-width:1100px){.site-header nav{gap:18px}.site-header nav a{font-size:14px}.header-phone{display:none}}
@media(max-width:900px){.about{grid-template-columns:1fr;gap:30px;padding:75px 24px}.service-area{padding:75px 24px}.header-actions{margin-left:auto}}
@media(max-width:520px){.header-actions .button{display:inline-flex;font-size:12px;padding:10px 13px}.city-list{gap:8px;margin-top:32px}.city-list span{font-size:14px;padding:8px 11px}.about>div:last-child>p{font-size:17px}}
.emergency-banner{min-height:42px;padding:8px 20px;display:flex;align-items:center;justify-content:center;gap:12px;background:var(--red);color:#fff;font-size:14px;font-weight:700;text-align:center}.emergency-banner a{color:#fff;font-size:16px;font-weight:900;text-decoration:underline;text-underline-offset:3px}.emergency-banner strong{padding-left:12px;border-left:1px solid rgba(255,255,255,.45)}.site-header{top:42px}.booking-note{max-width:700px!important;margin:22px auto 0!important;font-size:14px!important;line-height:1.6!important;color:#6e7d89!important}
@media(max-width:620px){.emergency-banner{min-height:58px;gap:4px 8px;flex-wrap:wrap;padding:7px 14px;line-height:1.25}.emergency-banner strong{width:100%;padding:0;border:0;font-size:12px;letter-spacing:.05em;text-transform:uppercase}.site-header{top:58px}}
.recent-work{padding:100px clamp(24px,7vw,104px);background:#f7fbfe}.project-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:285px;gap:18px;margin-top:52px}.project-grid figure{position:relative;margin:0;overflow:hidden;border-radius:15px;background:var(--navy);box-shadow:0 12px 32px rgba(6,43,80,.12)}.project-grid img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .35s ease}.project-grid figure:hover img{transform:scale(1.035)}.project-grid figcaption{position:absolute;left:0;right:0;bottom:0;padding:36px 18px 15px;color:#fff;font-size:15px;font-weight:900;background:linear-gradient(transparent,rgba(0,20,40,.88))}.project-featured{grid-row:span 2}.project-featured figcaption{font-size:19px;padding:60px 22px 20px}
@media(max-width:900px){.recent-work{padding:75px 24px}.project-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:260px}.project-featured{grid-row:span 2}}
@media(max-width:560px){.project-grid{grid-template-columns:1fr;grid-auto-rows:260px;gap:14px;margin-top:34px}.project-featured{grid-row:auto}.project-grid figcaption,.project-featured figcaption{font-size:15px;padding:38px 16px 14px}}
.gallery-cta{text-align:center;margin-top:34px}.gallery-cta .button-secondary{background:var(--navy);box-shadow:0 8px 22px rgba(6,43,80,.18)}.gallery-hero{padding:86px clamp(24px,7vw,104px) 58px;text-align:center;background:linear-gradient(180deg,#fff,var(--ice))}.gallery-hero h1{margin:0;color:var(--navy);font-size:clamp(46px,6vw,76px);line-height:1;letter-spacing:-.05em}.gallery-hero>p:last-child{max-width:720px;margin:22px auto 0;color:var(--muted);font-size:18px}.full-gallery{padding:48px clamp(24px,7vw,104px) 100px;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.full-gallery figure{margin:0;overflow:hidden;border-radius:14px;background:#fff;border:1px solid var(--line);box-shadow:0 10px 28px rgba(6,43,80,.09)}.full-gallery img{width:100%;height:310px;display:block;object-fit:cover;transition:transform .3s ease}.full-gallery figure:hover img{transform:scale(1.03)}.full-gallery figcaption{padding:14px 16px;color:var(--navy);font-weight:800}.gallery-book{text-align:center;padding:90px 24px;background:var(--ice)}.gallery-book h2{margin:0;color:var(--navy);font-size:clamp(38px,4vw,58px);letter-spacing:-.04em;line-height:1.05}.gallery-book>p:not(.eyebrow){max-width:620px;margin:18px auto 28px;color:var(--muted);font-size:17px}
@media(max-width:900px){.full-gallery{grid-template-columns:repeat(2,1fr);padding:36px 24px 75px}.full-gallery img{height:290px}.gallery-hero{padding:70px 24px 48px}}
@media(max-width:560px){.full-gallery{grid-template-columns:1fr;gap:14px}.full-gallery img{height:300px}.gallery-hero h1{font-size:46px}.gallery-book{padding:70px 20px}}
.gallery-section{padding:70px clamp(24px,7vw,104px) 90px}.gallery-section-alt{background:#f7fbfe}.gallery-section-heading{text-align:center;max-width:720px;margin:0 auto 42px}.gallery-section-heading h2{margin:0;color:var(--navy);font-size:clamp(34px,4vw,52px);letter-spacing:-.04em}.gallery-section-heading>p:last-child{margin:14px 0 0;color:var(--muted);font-size:17px}.gallery-section .full-gallery{padding:0}
@media(max-width:900px){.gallery-section{padding:55px 24px 70px}.gallery-section .full-gallery{padding:0}}
@media(max-width:560px){.gallery-section{padding:48px 20px 60px}.gallery-section-heading{margin-bottom:30px}}
