:root{--navy-950: #174442;--navy-980: #102f2d;--navy-900: #1f504b;--navy-800: #2f665f;--slate-700: #4a4758;--slate-500: #6f7085;--sand-50: #faf9fb;--sand-100: #f4f3f7;--sand-200: #e6e7ef;--copper-500: #6ba889;--copper-700: #6ba889;--sage-100: #e8f0e9;--sage-800: #4c826b;--stone-300: #d9d9e0;--white: #ffffff;--shadow-soft: 0 18px 44px rgba(21, 31, 26, .08);--shadow-card: 0 12px 28px rgba(21, 31, 26, .06);--radius-xl: 12px;--radius-lg: 10px;--radius-md: 8px;--radius-sm: 6px;--max-width: 1160px;--motion-ease-soft: cubic-bezier(.22, .61, .36, 1);--motion-duration-fast: .22s;--motion-duration-base: .38s;--motion-duration-slow: .5s;--font-sans: "Inter", system-ui, -apple-system, sans-serif;--font-brand: "Barlow Condensed", sans-serif;--text-strong: #174442;--text-muted: rgba(71, 85, 105, .86);--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-lg: 1.125rem;--h1-size: clamp(2.2rem, 5vw, 3.6rem);--h2-size: clamp(1.6rem, 3vw, 2.4rem);--h3-size: 1.2rem;--line-tight: 1.08;--line-snug: 1.2;--line-normal: 1.55;--section-padding: clamp(2.5rem, 5vw, 4rem);--section-padding-compact: clamp(1.5rem, 3vw, 2.5rem)}@keyframes site-fade-up{0%{opacity:0;transform:translate3d(0,10px,0)}to{opacity:1;transform:none}}@keyframes chapter-rise{0%{opacity:0;transform:translate3d(0,18px,0)}to{opacity:1;transform:none}}@keyframes faq-reveal{0%{opacity:0;transform:translate3d(0,-4px,0)}to{opacity:1;transform:translateZ(0)}}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:auto;overflow-y:scroll;scrollbar-gutter:stable}body{margin:0;overflow-anchor:none;font-family:var(--font-sans);line-height:var(--line-normal);color:var(--navy-950);background:linear-gradient(180deg,#fff,#faf9fb 44%,#fff);-webkit-font-smoothing:antialiased}.home-page{position:relative;z-index:0;overflow:clip;isolation:isolate}.home-fixed-background{position:fixed;inset:0;z-index:-1;overflow:hidden;pointer-events:none;background:var(--sand-100)}.home-fixed-background img{width:100%;height:100%;object-fit:cover;object-position:var(--hero-image-position, center center);filter:none;transform:scale(1.01)}.home-fixed-background:after{content:none}.home-page>:not(.home-fixed-background){position:relative;z-index:1}main>*{opacity:0;animation:site-fade-up var(--motion-duration-slow) var(--motion-ease-soft) forwards}main>*:first-child{opacity:1;animation:none}main>*:nth-child(2){animation-delay:.03s}main>*:nth-child(3){animation-delay:.06s}main>*:nth-child(4){animation-delay:.09s}main>*:nth-child(5){animation-delay:.12s}main>*:nth-child(6){animation-delay:.15s}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}img{display:block;max-width:100%}a{color:inherit}button,input,textarea,select{font:inherit}.shell{width:min(var(--max-width),calc(100% - 2rem));margin:0 auto}.site-header{position:sticky;top:0;z-index:60;background:#fff;border-bottom:1px solid rgba(21,31,26,.08);transition:box-shadow .35s ease}.header-inner{max-width:1200px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:auto 1fr auto;grid-template-rows:72px 44px;align-items:center;transition:grid-template-rows .35s var(--motion-ease-soft)}.primary-nav{max-height:44px;overflow:hidden;transition:max-height .35s var(--motion-ease-soft),opacity .25s ease}.brand-logo-header{transition:width .35s var(--motion-ease-soft),height .35s var(--motion-ease-soft)}.brand-mark strong{transition:font-size .35s var(--motion-ease-soft)}.site-header.is-scrolled{box-shadow:0 4px 24px #151f1a1a}.site-header.is-scrolled .header-inner{grid-template-rows:56px 0px}.site-header.is-scrolled .primary-nav{max-height:0;opacity:0}.site-header.is-scrolled .header-copy{opacity:0;max-height:0}.site-header.is-scrolled .brand-logo-header{width:clamp(1.8rem,2.4vw,2.2rem);height:clamp(1.8rem,2.4vw,2.2rem)}.site-header.is-scrolled .brand-mark strong{font-size:clamp(1.35rem,2.4vw,1.65rem)}.brand-mark{grid-column:1;grid-row:1;display:inline-flex;align-items:center;text-decoration:none}.brand-mark-row{display:inline-flex;align-items:center;gap:.72rem}.brand-logo{display:block;flex:0 0 auto;object-fit:contain}.site-header .brand-logo{filter:contrast(1.05)}.site-footer .brand-logo{filter:none}.brand-logo-header{width:clamp(2.2rem,3vw,2.8rem);height:clamp(2.2rem,3vw,2.8rem)}.brand-logo-footer{width:3.25rem;height:3.25rem}.brand-mark strong{font-family:var(--font-brand);font-size:clamp(1.6rem,3vw,2rem);line-height:1;color:var(--navy-950)}.header-actions{grid-column:3;grid-row:1;display:flex;align-items:center;gap:16px;justify-self:end}.header-copy{width:300px;max-width:300px;overflow:hidden;text-align:right;transition:opacity .25s ease,max-height .35s var(--motion-ease-soft)}.header-copy strong{display:block;font-size:1rem;line-height:1.2;font-weight:700;letter-spacing:-.02em;color:var(--navy-950);margin:0 0 4px}.header-copy p{margin:0;font-size:.92rem;line-height:1.35;font-weight:400;color:#5f6368}.header-call,.mobile-nav-toggle{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;height:44px;padding:0 1rem;border-radius:999px;border:1px solid rgba(21,31,26,.24);background:#ffffffb8;font-weight:700;text-decoration:none;color:var(--navy-950);box-shadow:0 12px 24px #151f1a1f;white-space:nowrap}.mobile-nav-toggle{display:none;cursor:pointer;width:44px;padding:0}.header-call:hover,.header-call:focus-visible,.mobile-nav-toggle:hover,.mobile-nav-toggle:focus-visible{background:#fffffff0}.primary-nav{grid-column:1 / -1;grid-row:2;display:flex;align-items:center;gap:32px;height:44px}.primary-nav-link{display:inline-flex;align-items:center;height:44px;padding:0;border:0;border-bottom:2px solid transparent;background:none;color:var(--text-muted);font-size:1rem;font-weight:600;line-height:1;letter-spacing:-.01em;text-decoration:none;cursor:pointer}.primary-nav-link:hover,.primary-nav-link:focus-visible,.primary-nav-link.is-active{color:var(--text-strong)}.primary-nav-link.is-active{border-bottom-color:var(--text-strong)}.section-label,.eyebrow{text-transform:uppercase;letter-spacing:0;font-size:.76rem;font-weight:700}.section-label{color:var(--copper-700)}.hero .eyebrow{color:var(--navy-950)}.hero-home .eyebrow{margin:0;color:var(--navy-980);text-shadow:0 1px 0 rgba(255,255,255,.72),0 8px 22px rgba(255,255,255,.58)}.service-tag-list li{display:inline-flex;align-items:center;min-height:1.75rem;padding:.22rem .65rem;border-radius:999px;background:#47556924;color:var(--navy-950);font-size:.78rem;font-weight:700}.mobile-nav-panel{overflow:hidden;max-height:0;opacity:0;visibility:hidden;transition:max-height .32s var(--motion-ease-soft),opacity .24s ease,visibility 0s .32s}.mobile-nav-panel.is-open{max-height:24rem;opacity:1;visibility:visible;transition:max-height .38s var(--motion-ease-soft),opacity .28s ease,visibility 0s 0s}.mobile-nav-shell{padding:.9rem 0 1rem}.mobile-nav{display:grid;gap:.55rem}.mobile-nav-link{width:100%;min-height:3.05rem;padding:.82rem 1rem;border-radius:var(--radius-lg);border:1px solid rgba(71,85,105,.1);background:#fffffff5;color:var(--navy-950);font-weight:700;text-align:left;text-decoration:none;opacity:0;transform:translateY(6px);transition:opacity .28s ease,transform .28s var(--motion-ease-soft)}.mobile-nav-link.is-active{background:#47556924;border-color:#47556929}.mobile-nav-panel.is-open .mobile-nav-link{opacity:1;transform:translateY(0)}.mobile-nav-panel.is-open .mobile-nav-link:nth-child(1){transition-delay:.06s}.mobile-nav-panel.is-open .mobile-nav-link:nth-child(2){transition-delay:.12s}.mobile-nav-panel.is-open .mobile-nav-link:nth-child(3){transition-delay:.18s}.mobile-nav-panel.is-open .mobile-nav-link:nth-child(4){transition-delay:.22s}.hero{position:relative;overflow:hidden;padding:clamp(2.4rem,5vw,3.7rem) 0 clamp(2rem,4vw,2.8rem);color:var(--navy-950);background:var(--sand-50)}.hero-home{padding:0;color:var(--white);background:transparent;isolation:isolate}.hero:before{content:none}.hero:after{content:none}.hero-media{position:absolute;inset:0;z-index:0;background:var(--sand-100)}.hero-media img{width:100%;height:100%;object-fit:cover;object-position:var(--hero-image-position, center center);filter:saturate(1.02) contrast(1.02);animation:hero-ken-burns 20s ease-out forwards}@keyframes hero-ken-burns{0%{transform:scale(1.08)}to{transform:scale(1)}}@keyframes reveal-up{0%{opacity:0;transform:translate3d(0,24px,0)}to{opacity:1;transform:none}}@keyframes reveal-left{0%{opacity:0;transform:translate3d(-20px,12px,0)}to{opacity:1;transform:none}}@keyframes reveal-right{0%{opacity:0;transform:translate3d(20px,12px,0)}to{opacity:1;transform:none}}@keyframes reveal-scale{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:none}}.section-heading,.service-card,.equipment-showcase-card,.bathroom-step-card,.renovation-card,.faq-item,.google-review-card,.contact-map-card,.secondary-scope-box,.home-service-tile,.bathroom-gallery-photo,.bathroom-project-card{opacity:0;transform:translate3d(0,24px,0);transition:opacity .6s var(--motion-ease-soft),transform .6s var(--motion-ease-soft)}.section-heading.is-visible{opacity:1;transform:none;transition-delay:.05s}.service-card.is-visible,.equipment-showcase-card.is-visible,.bathroom-step-card.is-visible,.renovation-card.is-visible,.home-service-tile.is-visible,.bathroom-gallery-photo.is-visible,.bathroom-project-card.is-visible{opacity:1;transform:none}.service-card.is-visible:nth-child(1),.renovation-card.is-visible:nth-child(1),.home-service-tile.is-visible:nth-child(1){transition-delay:.04s}.service-card.is-visible:nth-child(2),.renovation-card.is-visible:nth-child(2),.home-service-tile.is-visible:nth-child(2){transition-delay:.1s}.service-card.is-visible:nth-child(3),.renovation-card.is-visible:nth-child(3),.home-service-tile.is-visible:nth-child(3){transition-delay:.16s}.service-card.is-visible:nth-child(4),.renovation-card.is-visible:nth-child(4),.home-service-tile.is-visible:nth-child(4){transition-delay:.22s}.service-card.is-visible:nth-child(5),.renovation-card.is-visible:nth-child(5),.home-service-tile.is-visible:nth-child(5){transition-delay:.28s}.service-card.is-visible:nth-child(6),.renovation-card.is-visible:nth-child(6),.home-service-tile.is-visible:nth-child(6){transition-delay:.34s}.faq-item.is-visible{opacity:1;transform:none}.faq-item.is-visible:nth-child(1){transition-delay:.03s}.faq-item.is-visible:nth-child(2){transition-delay:.09s}.faq-item.is-visible:nth-child(3){transition-delay:.15s}.faq-item.is-visible:nth-child(4){transition-delay:.21s}.google-review-card.is-visible{opacity:1;transform:none;transition-delay:.08s}.contact-map-card.is-visible,.secondary-scope-box.is-visible{opacity:1;transform:none;transition-delay:.1s}.bathroom-gallery-photo.is-visible:nth-child(1){transition-delay:.03s}.bathroom-gallery-photo.is-visible:nth-child(2){transition-delay:.09s}.bathroom-gallery-photo.is-visible:nth-child(3){transition-delay:.15s}.bathroom-gallery-photo.is-visible:nth-child(4){transition-delay:.21s}.bathroom-gallery-photo.is-visible:nth-child(5){transition-delay:.27s}.bathroom-gallery-photo.is-visible:nth-child(6){transition-delay:.33s}.bathroom-gallery-photo.is-visible:nth-child(7){transition-delay:.39s}.bathroom-project-card.is-visible:nth-child(1){transition-delay:.03s}.bathroom-project-card.is-visible:nth-child(2){transition-delay:.1s}.bathroom-project-card.is-visible:nth-child(3){transition-delay:.17s}.hero-media:after{content:"";position:absolute;inset:0;z-index:2;pointer-events:none;background:linear-gradient(180deg,#ffffff4d,#ffffff14 45%,#0000000d),radial-gradient(circle at 50% 50%,rgba(255,255,255,.18),transparent 50%)}.hero-service{padding:clamp(1.8rem,4vw,3.25rem) 0 clamp(2rem,4vw,3.5rem);color:var(--navy-950);background:linear-gradient(180deg,#ffffff,var(--sand-50))}.hero-service:before{content:none}.hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(24rem,.98fr);gap:clamp(1.1rem,2vw,1.8rem);align-items:center;min-height:clamp(24rem,40vw,29rem);position:relative;z-index:1}.hero-home-grid{grid-template-columns:minmax(0,1fr)}.hero-home .hero-grid{min-height:max(40rem,calc(100svh - 6.5rem));padding-block:clamp(1.5rem,3vw,2.5rem);place-items:center start}.hero-service .hero-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(1.5rem,3vw,2.5rem);align-items:center;min-height:0;padding:clamp(1.25rem,3vw,2rem);border:1px solid rgba(21,31,26,.08);border-radius:16px;background:#fffc;box-shadow:0 18px 48px #151f1a14}.hero-copy,.hero-panel,.service-card,.timeline-card,.price-card,.contact-box,.legal-card,.secondary-scope-box{border:1px solid rgba(21,31,26,.08);background:#fffffff0;box-shadow:var(--shadow-card)}.hero-copy{position:relative;display:grid;justify-items:center;gap:.95rem;padding:0;border-radius:0;overflow:hidden;width:100%;max-width:59rem;border:0;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;text-align:center}.hero-home .hero-copy{justify-items:start;max-width:49rem;padding:0;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;text-align:left}.hero-home .hero-copy:before{content:none}.hero-copy:before{content:none}.hero-copy:after{content:none}.hero-service .hero-copy{align-content:center;max-width:34rem;padding:0;border-left:0;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;text-align:left;justify-items:start}.hero-service .hero-copy:before{content:none}.hero-copy>*{position:relative;z-index:1}h1{margin:.3rem 0 .8rem;font-size:var(--h1-size);line-height:var(--line-tight);letter-spacing:-.01em;font-weight:700;max-width:16ch}.hero h1{color:var(--navy-950)}.hero-home h1{max-width:none;margin:0;font-size:clamp(2.4rem,5.5vw,4rem);line-height:var(--line-tight);font-weight:700;color:var(--navy-980);text-shadow:0 1px 0 rgba(255,255,255,.76),0 10px 26px rgba(255,255,255,.62)}.hero-service h1{max-width:14ch;font-size:clamp(1.9rem,3.5vw,2.8rem);line-height:var(--line-tight)}.hero-intro,.section-heading p,.service-card p,.timeline-card p,.price-card p,.legal-card p,.contact-copy p,.secondary-scope-box p,.site-footer p{font-size:1.07rem;line-height:1.58;color:var(--slate-700)}.hero-intro{max-width:34rem;color:var(--slate-700);font-size:clamp(1.05rem,2vw,1.18rem);font-weight:600}.hero-home .hero-intro{max-width:50rem;margin:0;padding:0;background:transparent;color:var(--navy-980);font-size:clamp(1rem,2vw,1.25rem);line-height:1.45;font-weight:700;text-shadow:0 1px 0 rgba(255,255,255,.76),0 8px 22px rgba(255,255,255,.6)}.hero-proof-row{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:1.15rem}.hero-proof-row span{display:inline-flex;align-items:center;min-height:2rem;padding:.34rem .68rem;border:1px solid rgba(21,31,26,.24);border-radius:999px;background:#ffffffdb;color:var(--navy-950);font-size:.86rem;font-weight:800;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-service-strip{display:inline-flex;flex-wrap:wrap;justify-content:flex-start;gap:.75rem;margin:0;padding:0;background:transparent;color:var(--navy-980);font-size:.92rem;font-weight:800;text-shadow:0 1px 0 rgba(255,255,255,.76),0 8px 20px rgba(255,255,255,.58)}.hero-service-strip span{display:inline-flex;align-items:center;min-height:1.35rem;padding:0;border-right:0;line-height:1.1}.hero-service-strip span+span:before{content:"•";margin-right:.75rem;color:#102f2d9e}.hero-keyword-list{display:flex;flex-wrap:wrap;gap:.45rem;margin:1.2rem 0 0;padding:0;list-style:none}.hero-keyword-list li{min-height:2rem;padding:.34rem .7rem;border:1px solid rgba(21,31,26,.18);border-radius:999px;background:var(--white);color:var(--navy-950);font-size:.85rem;font-weight:800}.cta-row{display:flex;flex-wrap:wrap;gap:.9rem;margin:1.6rem 0}.hero-home .cta-row{justify-content:flex-start;width:min(100%,34rem);margin:.45rem 0 0}.home-service-index-section{position:relative;z-index:2;padding:clamp(5.8rem,9vw,8rem) 0 clamp(6.2rem,10vw,8.6rem);border-top:1px solid rgba(16,47,45,.08);border-bottom:1px solid rgba(16,47,45,.08)}.home-service-index-section.is-bg-white{background:linear-gradient(180deg,#fffffff5,#faf9fbeb),linear-gradient(115deg,#e8f0e9a3,#fff0 58%);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.home-service-index-section.is-bg-transparent{background:transparent;border-color:#ffffff47}.home-service-index-section.is-bg-transparent .home-service-index-copy,.home-service-index-section.is-bg-transparent .hero-service-link{text-shadow:0 1px 0 rgba(255,255,255,.78),0 14px 28px rgba(255,255,255,.5)}.home-service-index-section.is-bg-transparent .home-service-index-copy{padding:clamp(.95rem,2vw,1.25rem);margin:clamp(-.95rem,-2vw,-1.25rem);border-radius:8px;background:linear-gradient(105deg,#ffffffc7,#ffffff57 72%),#f6f9f54d;box-shadow:0 16px 42px #102f2d14;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.home-service-index-section.is-bg-transparent .home-service-index-copy .section-label{color:var(--navy-980);font-weight:900}.home-service-index-section.is-bg-transparent .home-service-index-copy p:not(.section-label){color:var(--navy-950);font-weight:800}.home-service-index-section.is-bg-transparent .hero-service-link-summary{color:var(--navy-950);font-weight:800}.home-service-index-section.is-bg-transparent .hero-service-links{gap:clamp(.7rem,1.3vw,.9rem);padding:clamp(.65rem,1.3vw,.9rem);border:1px solid rgba(255,255,255,.48);border-radius:8px;background:#ffffff57;box-shadow:0 24px 62px #102f2d21;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.home-service-index-section.is-bg-transparent .hero-service-link{min-height:clamp(5.15rem,6vw,6.1rem);padding:clamp(1.05rem,1.7vw,1.3rem);border:1px solid rgba(16,47,45,.13);border-radius:8px;background:linear-gradient(105deg,#ffffffb3,#ffffff75),#f6f9f533;box-shadow:0 12px 30px #102f2d14;text-shadow:0 1px 0 rgba(255,255,255,.72)}.home-service-index-section.is-bg-transparent .hero-service-link:before{content:none}.home-service-index-section.is-bg-transparent .hero-service-link:hover,.home-service-index-section.is-bg-transparent .hero-service-link:focus-visible{transform:translateY(-2px);border-color:#102f2d33;background:linear-gradient(105deg,#ffffffd1,#ffffff94),#f6f9f547;box-shadow:0 18px 38px #102f2d1f}.home-service-index-section.is-bg-transparent .hero-service-link:last-child{border-bottom:1px solid rgba(16,47,45,.13)}.home-service-index-section.is-bg-transparent .hero-service-link-title{font-size:clamp(1.52rem,2.45vw,2.05rem)}.home-service-index-section.is-bg-transparent .hero-service-link-mark{width:clamp(2.2rem,3.4vw,2.8rem);height:clamp(2.2rem,3.4vw,2.8rem);border:1px solid rgba(16,47,45,.18);border-radius:999px;background:#ffffffa8;box-shadow:0 10px 22px #102f2d17}.home-service-index-section.is-bg-transparent .hero-service-link-mark:before{right:auto;left:50%;width:.46rem;height:.46rem;transform:translate(-62%,-50%) rotate(45deg)}.home-service-index-section.is-bg-transparent .hero-service-link:hover .hero-service-link-mark,.home-service-index-section.is-bg-transparent .hero-service-link:focus-visible .hero-service-link-mark{background:#ffffffeb;border-color:#102f2d47;color:var(--navy-980);transform:translate(.16rem);box-shadow:0 12px 26px #102f2d24}.home-service-index-shell{display:grid;grid-template-columns:minmax(15rem,.42fr) minmax(0,.8fr);gap:clamp(2.5rem,6vw,5.5rem);align-items:start}.home-service-index-copy{position:sticky;top:7.25rem;display:grid;gap:.8rem;max-width:23rem;opacity:0;transform:translate3d(0,1rem,0);transition:opacity .64s var(--motion-ease-soft),transform .64s var(--motion-ease-soft)}.home-service-index-copy.is-visible{opacity:1;transform:none}.home-service-index-copy h2{margin:0;color:var(--navy-980);font-size:clamp(2rem,4vw,3.45rem);line-height:.98;letter-spacing:0}.home-service-index-copy p:not(.section-label){margin:0;color:#475569e0;font-size:clamp(.98rem,1.4vw,1.1rem);font-weight:650;line-height:1.48}.hero-service-links{display:grid;width:100%;min-width:0}.hero-service-link{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:clamp(1rem,3vw,2.25rem);min-height:clamp(5.7rem,7vw,6.8rem);padding:clamp(1.35rem,2.6vw,1.7rem) 0;color:var(--navy-980);text-decoration:none;border-top:1px solid rgba(16,47,45,.14);opacity:0;transform:translate3d(0,1.15rem,0);transition:opacity .64s var(--motion-ease-soft),transform .64s var(--motion-ease-soft),color .22s ease,border-color .22s ease}.hero-service-link.is-visible{opacity:1;transform:none}.hero-service-link.is-visible:nth-child(1){transition-delay:.04s}.hero-service-link.is-visible:nth-child(2){transition-delay:.12s}.hero-service-link.is-visible:nth-child(3){transition-delay:.2s}.hero-service-link.is-visible:nth-child(4){transition-delay:.28s}.hero-service-link.is-visible:nth-child(5){transition-delay:.36s}.hero-service-link.is-visible:nth-child(6){transition-delay:.44s}.hero-service-link:last-child{border-bottom:1px solid rgba(16,47,45,.14)}.hero-service-link:before{content:"";position:absolute;inset:.5rem -.75rem;z-index:0;border-radius:8px;background:#ffffff9e;box-shadow:0 16px 34px #102f2d14;opacity:0;transform:scale(.98);transition:opacity .22s ease,transform .22s var(--motion-ease-soft)}.hero-service-link:hover,.hero-service-link:focus-visible{color:var(--navy-950);border-color:#102f2d38;transform:translate(.32rem)}.hero-service-link:hover:before,.hero-service-link:focus-visible:before{opacity:1;transform:scale(1)}.hero-service-link-copy{position:relative;z-index:1;display:grid;gap:.3rem;min-width:0}.hero-service-link-title{color:var(--navy-980);font-family:var(--font-brand);font-size:clamp(1.62rem,3vw,2.28rem);font-weight:800;line-height:1}.hero-service-link-summary{max-width:34rem;color:#475569e0;font-size:clamp(.88rem,1.3vw,1rem);font-weight:650;line-height:1.35}.hero-service-link-mark{position:relative;z-index:1;display:block;width:clamp(2.4rem,5vw,3.8rem);height:1px;flex:0 0 auto;background:#102f2d75;color:var(--navy-980);transform-origin:right center;transition:background-color .22s ease,transform .22s var(--motion-ease-soft)}.hero-service-link-mark:before{content:"";position:absolute;right:0;top:50%;width:.46rem;height:.46rem;border-top:2px solid currentColor;border-right:2px solid currentColor;transform:translateY(-50%) rotate(45deg)}.hero-service-link:hover .hero-service-link-mark,.hero-service-link:focus-visible .hero-service-link-mark{background:#102f2dc7;transform:scaleX(1.2)}.cta-row .button{flex:1 1 12.5rem;min-width:0;max-width:100%}.button{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;min-height:3.2rem;padding:.85rem 1.35rem;border-radius:999px;text-decoration:none;font-weight:700;font-size:.98rem;transition:transform .18s ease,background-color .18s ease,color .18s ease}.button{transition:transform .2s var(--motion-ease-soft),background-color .2s ease,box-shadow .2s ease,border-color .2s ease}.button:hover,.button:focus-visible{transform:translateY(-2px)}.button-icon{display:inline-flex;align-items:center;justify-content:center;width:1rem;height:1rem;flex:0 0 auto}.button-icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.button-icon svg path{vector-effect:non-scaling-stroke}.button-primary{background:var(--copper-700);color:var(--white);box-shadow:0 16px 30px #151f1a40;transition:transform .18s ease,background-color .18s ease,box-shadow .18s ease}.button-primary:hover,.button-primary:focus-visible{background:#5d987c;box-shadow:0 20px 36px #151f1a52}.button-secondary{border:1px solid rgba(21,31,26,.16);background:#ffffffeb;color:var(--navy-950);transition:transform .18s ease,background-color .18s ease,border-color .18s ease}.button-secondary:hover,.button-secondary:focus-visible{background:var(--white);border-color:#151f1a47}.button-whatsapp{border-color:#151f1a2e}.button-whatsapp .button-icon svg{stroke-width:1.8}.hero-home .button-primary{border:1px solid rgba(255,255,255,.68);background:linear-gradient(135deg,var(--navy-980),var(--navy-900));color:var(--white);box-shadow:0 18px 34px #102f2d52}.hero-home .button-primary:hover,.hero-home .button-primary:focus-visible{background:linear-gradient(135deg,var(--navy-950),var(--navy-800));box-shadow:0 22px 40px #102f2d61}.hero-home .button-secondary{background:linear-gradient(135deg,#086947,#238a5a);border-color:#ffffff9e;color:var(--white);box-shadow:0 16px 30px #0869474d}.hero-home .button-secondary:hover,.hero-home .button-secondary:focus-visible{background:linear-gradient(135deg,#075d40,#1d7c51);border-color:#ffffffb8;box-shadow:0 20px 36px #0869475c}.hero-service .button-primary{background:var(--copper-700);color:var(--white);box-shadow:0 16px 30px #151f1a2e}.hero-service .button-secondary{background:#ffffffe0;border-color:#151f1a29;color:var(--navy-950)}.footer-list,.service-card ul,.renovation-card ul{margin:0;padding:0;list-style:none}.footer-list li,.service-card li,.renovation-card li{position:relative;padding-left:1.2rem;color:var(--slate-700)}.footer-list li:before,.service-card li:before,.renovation-card li:before{content:"";position:absolute;left:0;top:.68rem;width:.45rem;height:.45rem;border-radius:999px}.service-card li:before,.renovation-card li:before{background:var(--navy-800)}.hero-panel{display:flex;align-items:flex-end;justify-content:flex-end;align-self:center;padding:0;border:0;background:none;box-shadow:none}.hero-panel-stack{display:grid;gap:.75rem;width:min(100%,30rem)}.hero-panel-stack>*{border-radius:var(--radius-lg)!important;border-color:#ffffff24!important;box-shadow:0 24px 56px #151f1a57!important}.contact-card{width:100%;padding:1.3rem;border-radius:var(--radius-lg);border:1px solid rgba(255,255,255,.14);background:linear-gradient(180deg,var(--navy-950) 0%,var(--navy-980) 100%);color:var(--white);box-shadow:0 24px 56px #151f1a47;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.contact-card:before{content:"";display:block;width:3.2rem;height:2px;margin-bottom:.9rem;border-radius:999px;background:#ffffff94}.contact-card-title,.price-label,.service-map-title{margin:0 0 .5rem;font-size:.9rem;text-transform:uppercase;letter-spacing:0}.contact-card-title,.service-map-title{color:#ffffffad}.price-label{color:#475569a3}.footer-title{margin:0 0 .65rem;font-size:.8125rem;text-transform:uppercase;letter-spacing:.04em;color:#ffffffdb}.site-footer p{color:#ffffffad}.site-footer .footer-list{list-style:none;margin:0;padding:0}.site-footer .footer-list li{color:#ffffffad;padding-left:0}.site-footer .footer-list a{color:#ffffffad;font-weight:500;text-decoration:none}.site-footer .footer-list a:hover{color:#fff;text-decoration:underline;text-underline-offset:4px}.site-footer .footer-list li:before{display:none}.contact-card-number{margin:0;font-size:clamp(1.6rem,4vw,2.2rem);line-height:1.08;letter-spacing:0;font-weight:700}.contact-card a,.footer-list a,.contact-box a{text-decoration:none}.secondary-scope-box a{color:var(--navy-950);font-weight:700;text-decoration:none}.secondary-scope-box p{color:var(--slate-700)}.contact-card p:not(.contact-card-title):not(.contact-card-number),.contact-card a{color:#ffffffe6}.google-review-rating{font-size:clamp(1.7rem,3vw,2.1rem);line-height:1.1;letter-spacing:0;font-weight:700}.google-review-stars{display:inline-flex;gap:.18rem}.google-review-star{font-size:.95rem;line-height:1;color:#ffffff3d}.google-review-star.is-filled{color:#ffffffd1}.google-review-count{font-weight:700}main>section,main>*,section[id],.section-block,.hero,.hero-home,.hero-service,.diagnostics-hero,.legal-hero,.home-services-section,.section-reviews,.section-faq,.section-related-pages,.section-contact,.home-diagnostics-section,.equipment-showcase-section,.diagnostics-block-section,.bathroom-gallery-section,.bathroom-projects-section,.bathroom-steps-section,.bathroom-page-cta-section{scroll-margin-top:9rem}.section-block{padding:var(--section-padding-compact) 0;transition:transform var(--motion-duration-base) var(--motion-ease-soft)}.section-heading{max-width:46rem;margin-bottom:2rem}h2{margin:.2rem 0 .6rem;font-size:var(--h2-size);line-height:var(--line-snug);letter-spacing:-.005em;font-weight:700}h3{margin:0 0 .5rem;font-size:var(--h3-size);line-height:var(--line-snug);letter-spacing:0;font-weight:600}.card-grid,.price-grid,.renovation-grid{display:grid;gap:1rem}.card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.renovation-grid,.price-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.home-page .home-services-section,.home-page .home-diagnostics-section,.home-page .section-reviews,.home-page .section-faq,.home-page .section-contact{background:transparent}.home-page .section-heading{padding:clamp(.95rem,2.5vw,1.35rem);border-left:3px solid rgba(47,125,87,.76);border-radius:var(--radius-lg);background:#ffffffc7;box-shadow:0 16px 36px #151f1a14;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.home-services-section{padding-top:clamp(2rem,6vw,4rem);padding-bottom:clamp(2.6rem,8vw,5.5rem);background:transparent}.home-services-shell{display:grid;gap:clamp(2rem,5vw,3.5rem)}.service-tiles-intro{max-width:48rem;margin-bottom:0}.home-service-tile-grid{display:grid;gap:clamp(2.3rem,7vw,5rem)}.home-service-tile{position:relative;display:grid;grid-template-columns:minmax(18rem,1fr) minmax(0,.72fr);width:min(100%,64rem);min-height:clamp(22rem,42vw,31rem);overflow:hidden;justify-self:start;border:1px solid rgba(21,31,26,.12);border-radius:var(--radius-lg);background:#ffffffd1;color:var(--navy-950);text-decoration:none;box-shadow:0 22px 54px #151f1a24;isolation:isolate;opacity:0;transform:translate3d(-72px,30px,0);transition:opacity .72s var(--motion-ease-soft),transform .72s var(--motion-ease-soft),box-shadow .35s var(--motion-ease-soft),border-color .35s var(--motion-ease-soft)}.home-service-tile:nth-child(2n){grid-template-columns:minmax(0,.72fr) minmax(18rem,1fr);justify-self:end;transform:translate3d(72px,30px,0)}.home-service-tile.is-visible{opacity:1;transform:none}.home-service-tile.is-visible:nth-child(1){transition-delay:.04s}.home-service-tile.is-visible:nth-child(2){transition-delay:.08s}.home-service-tile.is-visible:nth-child(3){transition-delay:.12s}.home-service-tile.is-visible:nth-child(4){transition-delay:.16s}.home-service-tile.is-visible:nth-child(5){transition-delay:.2s}.home-service-tile.is-visible:nth-child(6){transition-delay:.24s}.home-service-tile.is-featured{grid-column:auto;grid-row:auto}.home-service-tile:after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(90deg,rgba(21,31,26,.28),transparent 42%)}.home-service-tile:nth-child(2n):after{background:linear-gradient(270deg,rgba(21,31,26,.28),transparent 42%)}.home-service-tile img{display:block;width:100%;height:100%;min-height:inherit;object-fit:cover;transition:transform .6s var(--motion-ease-soft),filter .6s var(--motion-ease-soft)}.home-service-tile:nth-child(2n) img{order:2}.home-service-tile:hover,.home-service-tile:focus-visible{border-color:#2f7d5757;box-shadow:0 28px 62px #151f1a33}.home-service-tile.is-visible:hover,.home-service-tile.is-visible:focus-visible{transform:translateY(-6px)}.home-service-tile:hover img,.home-service-tile:focus-visible img{transform:scale(1.045);filter:saturate(1.04) contrast(1.02)}.home-service-tile-copy{position:relative;z-index:2;display:grid;align-content:center;gap:.7rem;min-width:0;padding:clamp(1.25rem,4vw,2.2rem);background:#ffffffe0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.home-service-tile:nth-child(2n) .home-service-tile-copy{order:1}.home-service-tile-label{width:fit-content;padding:.28rem .56rem;border-radius:var(--radius-sm);background:var(--navy-950);color:var(--white);font-size:.76rem;font-weight:900}.home-service-tile strong{max-width:12ch;font-size:clamp(1.7rem,4vw,3rem);line-height:.98}.home-service-tile.is-featured strong{font-size:clamp(1.7rem,4vw,3rem)}.home-service-tile-copy span:last-child{display:-webkit-box;max-width:28rem;overflow:hidden;color:var(--slate-700);font-size:clamp(.98rem,1.8vw,1.12rem);font-weight:650;line-height:1.42;-webkit-line-clamp:2;-webkit-box-orient:vertical}.home-diagnostics-section{background:transparent}.home-diagnostics-shell{display:grid;gap:clamp(1rem,3vw,1.6rem)}.home-diagnostics-heading{max-width:58rem;margin-bottom:0}.home-diagnostics-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}.home-diagnostic-card{display:grid;grid-template-columns:minmax(13rem,.82fr) minmax(0,1fr);overflow:hidden;min-width:0;border:1px solid rgba(21,31,26,.1);border-radius:var(--radius-lg);background:#fff;color:var(--navy-950);text-decoration:none;box-shadow:0 16px 36px #151f1a14;opacity:0;transform:scale(.94) translate3d(0,12px,0);transition:opacity .5s var(--motion-ease-soft),transform .5s var(--motion-ease-soft),box-shadow .3s var(--motion-ease-soft)}.home-diagnostic-card.is-visible{opacity:1;transform:none}.home-diagnostic-card:hover{transform:translateY(-3px)!important;box-shadow:0 20px 44px #151f1a24}.home-diagnostic-card.is-visible:nth-child(1){transition-delay:.05s}.home-diagnostic-card.is-visible:nth-child(2){transition-delay:.14s}.home-diagnostic-media{display:grid;min-height:14rem;background:var(--sand-100)}.home-diagnostic-media img{width:100%;height:100%;object-fit:cover}.home-diagnostic-copy{display:grid;gap:.55rem;align-content:center;padding:clamp(1rem,3vw,1.35rem)}.home-diagnostic-label{width:fit-content;padding:.26rem .52rem;border-radius:var(--radius-sm);background:var(--sand-100);color:var(--slate-700);font-size:.76rem;font-weight:900;letter-spacing:0;text-transform:uppercase}.home-diagnostic-copy strong{font-size:clamp(1.45rem,2.7vw,2rem);line-height:1.04}.home-diagnostic-copy span:last-child{color:var(--slate-700);font-size:1rem;font-weight:650;line-height:1.42}.equipment-showcase-section{padding-top:clamp(2rem,5vw,3.5rem);background:linear-gradient(180deg,#ffffff,var(--sand-50))}.equipment-showcase-service{background:linear-gradient(180deg,var(--sand-50),#ffffff);padding-bottom:clamp(1.5rem,4vw,2.5rem)}.equipment-showcase-shell{display:grid;gap:clamp(1rem,3vw,1.6rem)}.equipment-showcase-heading{max-width:54rem;margin-bottom:0}.equipment-showcase-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,16rem),1fr));gap:.85rem}.equipment-showcase-card{display:grid;grid-template-rows:minmax(12.5rem,auto) 1fr;overflow:hidden;min-width:0;border:1px solid rgba(21,31,26,.08);border-radius:var(--radius-lg);background:#fffffff0;color:var(--navy-950);text-decoration:none;box-shadow:0 14px 30px #151f1a14;transition:transform .24s var(--motion-ease-soft),box-shadow .24s var(--motion-ease-soft)}.equipment-showcase-card{transition:transform .3s var(--motion-ease-soft),box-shadow .3s var(--motion-ease-soft)}.equipment-showcase-card:hover,.equipment-showcase-card:focus-visible{transform:translateY(-5px);box-shadow:0 20px 44px #151f1a26}.equipment-showcase-media{display:grid;place-items:center;aspect-ratio:4 / 3;min-height:14rem;padding:.65rem;background:linear-gradient(135deg,#ffffff,var(--sand-100))}.equipment-showcase-media img{width:100%;height:100%;object-fit:contain}.equipment-showcase-copy{display:grid;gap:.42rem;align-content:start;padding:1rem}.equipment-showcase-label{width:fit-content;padding:.24rem .5rem;border-radius:0;background:var(--copper-700);color:var(--white);font-size:.76rem;font-weight:900}.equipment-showcase-copy strong{font-size:clamp(1.1rem,2vw,1.35rem);line-height:1.08}.equipment-showcase-copy span:last-child{color:var(--slate-700);font-size:.96rem;font-weight:650;line-height:1.42}.diagnostics-hero{padding:clamp(2rem,5vw,3.8rem) 0;background:#fff}.diagnostics-hero-grid{display:grid;grid-template-columns:minmax(0,.84fr) minmax(22rem,1.16fr);gap:clamp(1.2rem,4vw,3.2rem);align-items:center}.diagnostics-hero-copy{display:grid;gap:1rem;align-content:center}.diagnostics-hero-copy h1,.diagnostics-hero-copy p{margin:0}.diagnostics-hero-copy h1{max-width:14ch;font-size:clamp(2.2rem,4.3vw,3.9rem);line-height:1.02;letter-spacing:0}.diagnostics-hero-copy>p:not(.section-label){max-width:38rem;color:var(--slate-700);font-size:clamp(1.05rem,2vw,1.2rem);font-weight:650}.diagnostics-hero-photo{margin:0;overflow:hidden;aspect-ratio:16 / 9;padding:0;border:1px solid rgba(21,31,26,.1);background:var(--sand-50);box-shadow:0 18px 42px #151f1a0f}.diagnostics-hero-photo img{width:100%;height:100%;object-fit:cover;background:var(--sand-50)}.diagnostics-block-section{background:#fff}.diagnostics-block-shell{display:grid;gap:clamp(1.4rem,4vw,2.6rem)}.diagnostic-story-card{display:grid;grid-template-columns:minmax(0,.92fr) minmax(20rem,1.08fr);gap:clamp(1.2rem,4vw,3rem);align-items:center;padding:clamp(1.1rem,3vw,2rem);border:1px solid rgba(21,31,26,.08);background:#fff;box-shadow:0 14px 34px #151f1a0f}.diagnostic-story-card.is-reverse .diagnostic-story-copy{order:2}.diagnostic-story-card.is-reverse .diagnostic-story-media{order:1}.diagnostic-story-copy{display:grid;gap:.95rem}.diagnostic-story-copy h2,.diagnostic-story-copy p,.diagnostic-proof-box p{margin:0}.diagnostic-story-copy h2{max-width:15ch;font-size:clamp(1.9rem,4.2vw,3.25rem);line-height:1.04}.diagnostic-story-copy>p:not(.section-label){color:var(--slate-700);font-size:1.08rem;font-weight:650}.diagnostic-proof-box{display:grid;gap:.3rem;padding:1rem;border-left:4px solid var(--copper-500);background:var(--sage-100)}.diagnostic-proof-box strong{font-size:1rem}.diagnostic-proof-box p{color:var(--slate-700);font-weight:600}.diagnostic-inline-link{width:fit-content;color:var(--navy-950);font-weight:900;text-decoration:none;border-bottom:2px solid var(--copper-500)}.diagnostic-story-media{margin:0;overflow:hidden;aspect-ratio:16 / 10;background:var(--sand-100)}.diagnostic-story-media img{width:100%;height:100%;object-fit:cover;background:var(--sand-100)}.diagnostic-story-card.is-reverse .diagnostic-story-media img{object-fit:cover}.home-area-section{padding-top:clamp(2rem,5vw,3.5rem);background:linear-gradient(180deg,#ffffff,var(--sand-50))}.home-area-layout{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(20rem,.95fr);gap:clamp(1.2rem,4vw,2.8rem);align-items:center}.home-area-copy{display:grid;gap:1rem}.home-area-copy h2,.home-area-copy p{margin:0}.home-area-copy>p:not(.section-label){max-width:42rem;color:var(--slate-700);font-size:1.08rem;line-height:1.58}.home-trust-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem 1rem;margin-top:.25rem}.home-trust-item{padding-top:.75rem;border-top:2px solid rgba(21,31,26,.3)}.home-trust-item h3,.home-trust-item p{margin:0}.home-trust-item h3{font-size:1.05rem}.home-trust-item p{margin-top:.28rem;color:var(--slate-700);font-size:.96rem;line-height:1.44}.home-map-card{padding:clamp(1rem,3vw,1.3rem);border:1px solid rgba(21,31,26,.08);border-radius:var(--radius-lg);background:#ffffffeb;color:var(--navy-950);box-shadow:var(--shadow-card)}.bathroom-gallery-photo,.bathroom-project-media{position:relative;overflow:hidden;border-radius:var(--radius-lg);background:var(--sand-200);box-shadow:0 18px 38px #151f1a24}.bathroom-gallery-photo img,.bathroom-project-media img{width:100%;height:100%;object-fit:cover;transition:transform .5s var(--motion-ease-soft)}.bathroom-gallery-photo img{transition:transform .5s var(--motion-ease-soft)}.bathroom-gallery-photo:hover img{transform:scale(1.04)}.bathroom-project-media:hover img,.bathroom-project-media:focus-visible img{transform:scale(1.05)}.bathroom-project-card{transition:transform .3s var(--motion-ease-soft),box-shadow .3s var(--motion-ease-soft)}.bathroom-project-card:hover{transform:translateY(-4px);box-shadow:0 20px 44px #151f1a26}.bathroom-gallery-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 44%,rgba(21,31,26,.5))}.bathroom-hero .hero-grid{grid-template-columns:minmax(360px,.9fr) minmax(480px,1.1fr);gap:48px;padding:32px 40px}.bathroom-hero .hero-copy{max-width:36rem}.bathroom-hero-gallery{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:260px 130px;gap:12px;width:100%}.bathroom-hero-gallery .gallery-item{position:relative;display:block;overflow:hidden;border-radius:14px;text-decoration:none;background:var(--sand-200)}.bathroom-hero-gallery .gallery-item.is-featured{grid-column:1 / -1}.bathroom-hero-gallery .gallery-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s var(--motion-ease-soft)}.bathroom-hero-gallery .gallery-item:hover img,.bathroom-hero-gallery .gallery-item:focus-visible img{transform:scale(1.05)}.bathroom-hero-gallery .gallery-item:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.45),rgba(0,0,0,.05) 45%,transparent);pointer-events:none}.bathroom-hero-gallery .gallery-label{position:absolute;left:16px;bottom:14px;z-index:2;color:#fff;font-weight:800;font-size:1rem;text-shadow:0 2px 12px rgba(0,0,0,.45);line-height:1.2}.bathroom-gallery-section{background:linear-gradient(180deg,#ffffff,var(--sand-50))}.bathroom-gallery-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-auto-rows:12.5rem;gap:1rem}.bathroom-gallery-photo{grid-column:span 4;margin:0;box-shadow:0 16px 36px #151f1a21}.bathroom-gallery-photo.is-large{grid-column:span 8;grid-row:span 2}.bathroom-gallery-photo figcaption{position:absolute;inset:auto 1rem 1rem;z-index:2;display:grid;gap:.24rem;color:var(--white)}.bathroom-gallery-photo span{color:#ffffffb8;font-size:.72rem;font-weight:800;letter-spacing:0;text-transform:uppercase}.bathroom-gallery-photo strong{max-width:24rem;font-size:1.02rem;line-height:1.18}.bathroom-project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.bathroom-project-card{overflow:hidden;border:1px solid rgba(21,31,26,.1);border-radius:var(--radius-lg);background:#ffffffe6;box-shadow:0 18px 38px #151f1a1a}.bathroom-project-media{display:block;aspect-ratio:16 / 11;border-radius:0;box-shadow:none}.bathroom-project-copy{display:grid;gap:.72rem;padding:1.15rem}.bathroom-project-copy h3,.bathroom-project-copy p{margin:0}.bathroom-project-copy>p:not(.service-card-label):not(.service-card-link){color:var(--slate-700)}.bathroom-steps-section{background:linear-gradient(180deg,var(--sand-50),#ffffff)}.bathroom-steps-layout{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:clamp(1.5rem,4vw,3rem);align-items:start}.bathroom-steps-list{display:grid;gap:.85rem}.bathroom-step-card{padding:1rem 1.1rem;border:1px solid rgba(21,31,26,.12);border-radius:var(--radius-lg);background:#ffffffd1;box-shadow:0 12px 28px #151f1a14}.bathroom-step-card h3,.bathroom-step-card p{margin:0}.bathroom-step-card p{margin-top:.35rem;color:var(--slate-700)}.bathroom-page-cta{display:flex;align-items:center;justify-content:space-between;gap:1.25rem;padding:clamp(1.35rem,4vw,2rem);border-radius:var(--radius-lg);background:linear-gradient(135deg,var(--navy-950),var(--navy-900));color:var(--white);box-shadow:0 24px 56px #151f1a2e}.bathroom-page-cta h2,.bathroom-page-cta p{margin:0}.bathroom-page-cta>div:first-child{max-width:42rem}.bathroom-page-cta>div:first-child>p:not(.section-label){color:#ffffffd1}.bathroom-page-cta .button-primary{background:var(--copper-700);color:var(--navy-980);box-shadow:0 12px 24px #0000002e}.bathroom-page-cta .button-secondary{border-color:#ffffff70;color:var(--white);background:#ffffff14}.renovation-card{overflow:hidden;border:1px solid rgba(21,31,26,.08);border-radius:var(--radius-lg);background:linear-gradient(180deg,#ffffff,var(--sand-50));box-shadow:0 14px 30px #151f1a1a}.renovation-card-media{overflow:hidden;aspect-ratio:16 / 11;background:var(--sand-200)}.renovation-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.renovation-card:hover .renovation-card-media img,.renovation-card:focus-within .renovation-card-media img{transform:scale(1.03)}.renovation-card-copy{display:flex;min-height:calc(100% - 1px);flex-direction:column;gap:.75rem;padding:1.2rem 1.2rem 1.25rem}.renovation-card-copy h3,.renovation-card-copy p{margin:0}.renovation-card-copy .service-card-link{margin-top:auto}.service-tag-list{display:flex;flex-wrap:wrap;gap:.45rem;margin:-.1rem 0 .15rem;padding:0;list-style:none}.renovation-grid-compact .renovation-card-copy{gap:.65rem}.service-card,.price-card,.contact-box,.secondary-scope-box,.legal-card{padding:1.3rem;border-radius:var(--radius-lg)}.service-card{padding:1.25rem 1.3rem;border-radius:var(--radius-lg);background:linear-gradient(180deg,#ffffff,var(--sand-50))}.service-card-label{margin:0 0 .4rem;font-size:.78rem;font-weight:700;letter-spacing:0;text-transform:uppercase;color:#47556999}.service-card h3{margin:0}.service-card>p{margin:0}.service-card ul{margin-top:1rem}.section-prices .prices-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:1.4rem;align-items:start}.quote-cta-row{margin:0}.service-chip-list{display:flex;flex-wrap:wrap;gap:.45rem;margin:0;padding:0;list-style:none}.service-chip-list li{padding:.32rem .68rem;border:1px solid rgba(71,85,105,.16);border-radius:999px;background:#fffc;color:var(--navy-950);font-size:.88rem;font-weight:700}.price-grid{align-self:stretch}.price-card{display:flex;flex-direction:column;justify-content:space-between}.price-value{margin:0 0 .6rem;color:var(--navy-950);font-size:clamp(1.9rem,3.6vw,2.45rem);line-height:1.08;letter-spacing:0;font-weight:700}.price-card-muted{background:var(--sand-50)}.site-review-grid .google-review-meta span,.site-review-grid .google-review-text{color:var(--slate-700)}.site-review-grid .google-review-star.is-filled{color:var(--navy-950)}.site-review-grid .google-review-star{color:#4755691f}.google-review-grid{display:flex;gap:1rem;overflow-x:auto;scroll-behavior:smooth;padding-bottom:.5rem;scroll-snap-type:x mandatory}.google-review-grid::-webkit-scrollbar{height:6px}.google-review-grid::-webkit-scrollbar-track{background:#4755690a;border-radius:999px}.google-review-grid::-webkit-scrollbar-thumb{background:#47556924;border-radius:999px}.google-review-grid::-webkit-scrollbar-thumb:hover{background:#4755693d}.google-review-card{flex:0 0 auto;width:340px;max-width:85vw;padding:1.15rem;border-radius:var(--radius-lg);border:1px solid rgba(21,31,26,.08);background:linear-gradient(180deg,#ffffff,var(--sand-50));box-shadow:var(--shadow-card);scroll-snap-align:start;transition:transform .3s var(--motion-ease-soft),box-shadow .3s var(--motion-ease-soft)}.google-review-card:hover{transform:translateY(-3px);box-shadow:0 16px 36px #151f1a1a}.google-review-author-row{display:flex;align-items:center;gap:.85rem}.google-review-author-photo,.google-review-author-placeholder{width:3rem;height:3rem;border-radius:999px;flex:0 0 auto}.google-review-author-photo{object-fit:cover}.google-review-author-placeholder{display:inline-flex;align-items:center;justify-content:center;background:var(--sand-100);color:var(--navy-950);font-weight:700}.google-review-author-name{margin:0;font-weight:700;color:var(--navy-950)}.google-review-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem .7rem;margin-top:.8rem}.google-review-text{margin:.85rem 0 0;display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;overflow:hidden}.section-contact .contact-layout,.footer-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.2rem}.section-contact .contact-zone-layout{grid-template-columns:minmax(0,.88fr) minmax(22rem,1.12fr);gap:clamp(1rem,4vw,2.4rem);align-items:center}.contact-detail-list{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.contact-detail-list span,.contact-detail-list a,.contact-chip{display:inline-flex;align-items:center;gap:.4rem;min-height:2.35rem;padding:.45rem .75rem;border:1px solid rgba(21,31,26,.1);border-radius:999px;background:#fffc;color:var(--navy-950);font-size:.88rem;font-weight:600;text-decoration:none}.contact-chip svg{width:1rem;height:1rem;flex:0 0 auto;stroke:currentColor;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.contact-chip-phone{background:var(--copper-700);color:var(--navy-980);border-color:var(--copper-700);font-weight:700}.contact-map-card{display:grid;gap:1rem;padding:clamp(1rem,3vw,1.3rem);border:1px solid rgba(21,31,26,.08);border-radius:var(--radius-lg);background:#ffffffeb;color:var(--navy-950);box-shadow:var(--shadow-card)}.contact-map-copy{display:grid;gap:.35rem}.secondary-scope-box{border:1px solid rgba(71,85,105,.08);background:linear-gradient(180deg,#ffffff,var(--sand-50));color:var(--navy-950)}.service-map-card{width:100%;padding:1.3rem;border-radius:var(--radius-lg);border:1px solid rgba(255,255,255,.14);background:linear-gradient(180deg,var(--navy-900),var(--navy-950));color:var(--white);box-shadow:0 20px 44px #151f1a2e;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.service-map-text{margin:0;color:#fffffff0;font-size:1.08rem;font-weight:700}.service-map-support{margin:.3rem 0 .95rem;color:#ffffffb8;font-size:.93rem;font-weight:600;line-height:1.4}.service-map-frame{position:relative;overflow:hidden;border-radius:var(--radius-md);border:1px solid rgba(21,31,26,.1);background:linear-gradient(180deg,#ffffff,var(--sand-100));isolation:isolate;box-shadow:0 14px 30px #151f1a14}.service-map-frame:before{content:"";position:absolute;inset:0;z-index:2;pointer-events:none;background:linear-gradient(180deg,rgba(255,255,255,.16),transparent 42%)}.service-map-frame:after{content:"";position:absolute;inset:0;z-index:3;pointer-events:none;border-radius:inherit;box-shadow:inset 0 0 0 1px #ffffff08}.service-map-graphic{display:block;width:100%;height:auto;aspect-ratio:16 / 10;border-radius:var(--radius-md)}.service-map-image{display:block;width:100%;aspect-ratio:16 / 10;object-fit:cover;filter:saturate(.86) contrast(.98) brightness(1.02)}.home-map-card .service-map-title,.contact-map-card .service-map-title{color:var(--copper-700)}.home-map-card .service-map-text,.contact-map-card .service-map-text{color:var(--navy-950)}.home-map-card .service-map-support,.contact-map-card .service-map-support{color:var(--slate-700)}.service-map-bg{fill:#ffffff14}.service-map-grid{fill:none;stroke:#ffffff1f;stroke-width:1}.service-map-land{fill:#eef2eceb;stroke:#64748b38;stroke-width:2}.service-map-zone{fill:#eef2ec14;stroke:#eef2ec2e;stroke-width:1.5}.service-map-ring{fill:none;stroke:#eef2ec4d;stroke-width:1.5}.service-map-pin{fill:var(--white)}.service-map-line{fill:none;stroke:#eef2ec6b;stroke-width:1.5}.service-map-label,.service-map-subtitle{fill:var(--white);font-family:"Source Sans 3",sans-serif}.service-map-label{font-size:15px;font-weight:700}.service-map-subtitle{font-size:12px;font-weight:600}.service-card-link{margin:1rem 0 0;font-weight:700}.service-card-link a,.related-page-link{color:var(--navy-800);text-decoration:none}.service-card-link a:hover,.service-card-link a:focus-visible,.related-page-link:hover,.related-page-link:focus-visible{text-decoration:underline}.hero-panel-service{align-items:center;justify-content:flex-end;border:0;background:transparent;box-shadow:none}.service-image-placeholder{width:min(100%,32rem);align-self:center}.service-hero-photo{width:min(100%,36rem);margin:0 0 0 auto;border-radius:16px;overflow:hidden;box-shadow:0 18px 42px #151f1a1f}.service-hero-photo img{display:block;width:100%;aspect-ratio:4 / 3;object-fit:cover}.service-image-placeholder-frame{display:grid;align-content:start;gap:.7rem;min-height:0;padding:1.4rem;border-radius:var(--radius-lg);border:1px dashed rgba(21,31,26,.18);background:linear-gradient(180deg,#ffffff,var(--sand-100));color:var(--white);box-shadow:var(--shadow-card)}.service-image-placeholder-frame h3{margin:0;font-size:clamp(1.5rem,3vw,2rem);line-height:1.08;color:var(--navy-950)}.service-image-placeholder-label,.service-image-placeholder-hint{margin:0;letter-spacing:0;text-transform:uppercase;font-size:.76rem;font-weight:700;color:var(--copper-700)}.service-image-placeholder-text{margin:0;color:var(--slate-700)}.service-image-placeholder-list{margin:0;padding-left:1.1rem;color:var(--slate-700)}.service-image-placeholder-list li+li{margin-top:.45rem}.service-image-placeholder-hint{margin-top:.7rem;text-transform:none;letter-spacing:0;font-size:.88rem;color:var(--slate-500)}.service-page-highlights{margin:0;padding-left:1.15rem;color:#ffffffeb}.service-page-highlights li+li{margin-top:.55rem}.service-detail-photo{margin:1rem 0 0;border-radius:var(--radius-lg);overflow:hidden;border:1px solid rgba(71,85,105,.08);background:linear-gradient(180deg,#ffffff,var(--sand-50));box-shadow:var(--shadow-card)}.service-detail-photo img{display:block;width:100%;height:clamp(18rem,34vw,24rem);padding:0;object-fit:cover;object-position:center}.section-reviews{background:linear-gradient(180deg,var(--sand-50),#ffffff);padding-top:clamp(1.5rem,4vw,2.2rem);padding-bottom:clamp(1rem,3vw,1.8rem)}.section-faq,.section-related-pages{padding-top:.8rem}.section-contact{background:linear-gradient(180deg,var(--sand-50),#ffffff 60%);padding-top:clamp(2rem,5vw,3rem);padding-bottom:clamp(1rem,3vw,2rem)}.home-page .home-diagnostic-card,.home-page .google-review-card,.home-page .faq-item,.home-page .contact-map-card,.home-page .contact-copy{background:#ffffffd6;box-shadow:0 16px 36px #151f1a1a;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.home-page .contact-copy{padding:clamp(1rem,3vw,1.35rem);border:1px solid rgba(21,31,26,.08);border-radius:var(--radius-lg)}.home-page .contact-chip:not(.contact-chip-phone){background:#ffffffb3}.related-page-links{display:grid;gap:.9rem}.faq-item,.related-page-link{border:1px solid rgba(21,31,26,.08);background:linear-gradient(180deg,#ffffff,var(--sand-50));box-shadow:var(--shadow-card);border-radius:var(--radius-lg)}.faq-item{padding:1.2rem 1.15rem;-webkit-user-select:none;user-select:none;border-left:3px solid transparent;transition:border-color var(--motion-duration-fast) var(--motion-ease-soft),box-shadow var(--motion-duration-fast) var(--motion-ease-soft),background-color var(--motion-duration-fast) var(--motion-ease-soft),border-left-color var(--motion-duration-fast) var(--motion-ease-soft)}.faq-item summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;font-size:1.08rem}.faq-item summary:after{content:"+";font-size:1.4rem;line-height:1;color:#4755698c;transform:rotate(0);transition:transform var(--motion-duration-fast) var(--motion-ease-soft),color var(--motion-duration-fast) var(--motion-ease-soft)}.faq-item p{margin:.55rem 0 0;color:#475569e0}.faq-list{display:grid;gap:.85rem}.faq-item summary{cursor:pointer;font-weight:700;color:var(--navy-950);list-style:none}.faq-item summary::-webkit-details-marker{display:none}.faq-item[open]{background:#fff;border-color:#151f1a2e;border-left-color:var(--copper-500);box-shadow:0 12px 26px #151f1a1a}.faq-item[open] summary:after{transform:rotate(45deg);color:var(--navy-900)}.faq-item[open] p{animation:faq-reveal var(--motion-duration-base) var(--motion-ease-soft)}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}main>*{opacity:1;animation:none}.home-service-tile,.home-diagnostic-card,.home-service-index-copy,.hero-service-link{opacity:1;transform:none;animation:none}.hero-media img,.home-fixed-background img{animation:none;transform:none}.home-service-tile:hover,.home-service-tile.is-visible:hover,.equipment-showcase-card:hover,.google-review-card:hover,.home-diagnostic-card:hover,.bathroom-project-card:hover,.related-page-link:hover,.button:hover{transform:none}}.related-page-links{grid-template-columns:repeat(3,minmax(0,1fr))}.related-page-link{display:inline-flex;align-items:center;justify-content:center;min-height:3.1rem;padding:.8rem 1rem;font-weight:700;text-align:center;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.related-page-link{transition:transform .25s var(--motion-ease-soft),box-shadow .25s ease,border-color .25s ease,color .25s ease}.related-page-link:hover,.related-page-link:focus-visible{transform:translateY(-3px);box-shadow:0 12px 28px #151f1a1f;border-color:var(--copper-500);color:var(--copper-700)}.contact-box{border:1px solid rgba(21,31,26,.08);background:linear-gradient(180deg,#ffffff,var(--sand-50));color:var(--navy-950)}.contact-box p,.contact-box a{color:var(--navy-950)}.contact-email-link{margin:-.75rem 0 0}.contact-email-link a{color:var(--navy-950);font-weight:700;text-decoration:none}.site-footer{position:relative;z-index:3;margin-top:0;padding:3rem 0 1.75rem;background:#102f2d;color:#fff;box-shadow:0 -24px 60px #111f192e}.footer-cta{display:flex;align-items:center;justify-content:space-between;gap:1.25rem;margin-bottom:2rem;padding:1rem 1.25rem;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-lg);background:#ffffff08}.footer-kicker{margin:0 0 .35rem;text-transform:uppercase;letter-spacing:.04em;font-size:.75rem;font-weight:700;color:var(--copper-700)}.footer-heading{margin:0;font-size:clamp(1.4rem,2.5vw,1.8rem);line-height:1.15;letter-spacing:0;color:#fff}.footer-lead{max-width:42rem;margin:.35rem 0 0;font-size:.95rem;color:#ffffffad}.footer-cta-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.7rem}.footer-button{min-width:9.5rem}.footer-button-primary{background:var(--copper-700);color:var(--navy-980)}.footer-button-primary:hover{background:#5d987c}.footer-button-secondary{border:1px solid rgba(255,255,255,.2);background:#ffffff14;color:#fff}.footer-button-secondary:hover{background:#ffffff24}.footer-grid{display:grid;grid-template-columns:1.15fr .85fr .85fr;gap:1.4rem;align-items:start}.footer-brand-block{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.footer-brand-block p{flex-basis:100%;margin-top:.1rem}.footer-logo-box{display:inline-flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;padding:.5rem;border-radius:12px;background:#f7faf7;flex:0 0 auto}.footer-logo-box .brand-logo-footer{width:100%;height:100%}.footer-brand-name{color:#fff;font-family:var(--font-brand);font-size:1.5rem;line-height:1}.brand-mark-footer{gap:.6rem;color:#fff}.brand-mark-footer strong{color:#fff;font-size:clamp(1.7rem,3vw,2.2rem)}.footer-bottom{margin-top:2rem;padding-top:1.25rem;border-top:1px solid rgba(255,255,255,.12);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem}.footer-bottom p{margin:0;font-size:.85rem;color:#ffffff80}.legal-hero{padding:3.4rem 0 .4rem}.legal-shell{max-width:50rem}.legal-content .legal-shell{display:grid;gap:1rem}@media(max-width:1080px){.hero-grid,.card-grid,.renovation-grid,.price-grid,.related-page-links,.section-contact .contact-layout,.footer-grid{grid-template-columns:1fr 1fr}.hero-home-grid{grid-template-columns:minmax(0,1fr)}.footer-cta{flex-direction:column;align-items:flex-start}.footer-cta-actions{justify-content:flex-start}.home-diagnostics-grid,.home-diagnostic-card{grid-template-columns:1fr}.home-service-tile,.home-service-tile:nth-child(2n){grid-template-columns:1fr;width:100%;min-height:auto;transform:translate3d(0,26px,0)}.home-service-tile:nth-child(2n) img,.home-service-tile:nth-child(2n) .home-service-tile-copy{order:initial}.home-service-tile img{height:auto;min-height:20rem;aspect-ratio:16 / 10}.home-area-layout{grid-template-columns:1fr}.bathroom-project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.bathroom-steps-layout{grid-template-columns:1fr}.bathroom-gallery-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.bathroom-gallery-photo,.bathroom-gallery-photo.is-large{grid-column:span 3}}@media(max-width:760px){.section-block{scroll-margin-top:8.1rem}.hero,.legal-hero{padding-top:2rem}.hero-home{display:grid;min-height:auto;padding:0}.home-page{background:transparent}.home-fixed-background{position:fixed;inset:0;height:auto;background:var(--sand-100)}.hero-service{padding:2rem 0 2.2rem}.hero-media img{object-position:var( --hero-image-mobile-position, var(--hero-image-position, 52% center) )}.home-fixed-background img{object-position:var( --hero-image-mobile-position, var(--hero-image-position, 52% center) );filter:none;transform:scale(1.01)}.home-fixed-background:after{content:none}.hero-media:after{background:linear-gradient(180deg,#ffffff61,#eef2ec29 46%,#dce5d90a),radial-gradient(circle at 50% 44%,rgba(255,255,255,.26),transparent 48%)}.primary-nav,.header-copy{display:none}.header-inner{grid-template-rows:60px 0fr}.site-header.is-scrolled .header-inner{grid-template-rows:52px 0fr}.header-actions{gap:.55rem}.header-call{min-width:0;padding:0 .7rem;white-space:nowrap}.mobile-nav-toggle{display:inline-flex}.mobile-nav-panel{border-bottom:1px solid rgba(21,31,26,.08);background:#fffffffa}.hero-grid,.card-grid,.renovation-grid,.price-grid,.related-page-links,.section-contact .contact-layout,.footer-grid{grid-template-columns:1fr}.hero-home .hero-grid,.hero-home-grid{place-items:start start;min-height:clamp(40rem,92svh,46rem);padding-top:clamp(7rem,22vw,9rem);padding-bottom:clamp(3.4rem,12vw,4.6rem)}.hero-copy{padding:1rem 0 0;border-left:0;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.hero h1{max-width:12ch;font-size:clamp(2.1rem,10.2vw,2.82rem)}.hero-home .cta-row{margin:.35rem 0 0}.hero-home h1{width:auto;max-width:9.4ch;font-size:clamp(2.15rem,10.4vw,2.72rem);line-height:1}.hero-home .hero-intro{width:min(100%,24rem);font-size:.94rem;line-height:1.42}.hero-service-strip{width:min(100%,23rem);padding:0;font-size:.79rem;gap:.42rem;display:none}.hero-service-strip span{padding:0}.hero-service-strip span+span:before{margin-right:.42rem}.hero-keyword-list{display:none}.hero-home .hero-copy{gap:.72rem}.hero-home .cta-row .button{min-height:3rem}.home-service-index-section{padding-top:clamp(5.4rem,20vw,7rem);padding-bottom:clamp(5.8rem,22vw,7.4rem)}.home-service-index-shell{grid-template-columns:1fr;gap:clamp(1.8rem,8vw,2.6rem)}.home-service-index-copy{position:static;max-width:22rem}.home-service-index-copy h2{font-size:clamp(2rem,10vw,2.7rem)}.home-service-index-copy p:not(.section-label){font-size:.92rem}.home-service-index-section.is-bg-transparent .home-service-index-shell{gap:1rem}.home-service-index-section.is-bg-transparent .home-service-index-copy{width:100%;max-width:none;margin:0;padding:1rem;border:1px solid rgba(255,255,255,.66);border-radius:8px;background:linear-gradient(115deg,#ffffffe0,#ffffff94 72%),#f4f8f361;box-shadow:0 18px 44px #102f2d1f;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px)}.home-service-index-section.is-bg-transparent .home-service-index-copy h2{max-width:10ch;font-size:clamp(1.95rem,8.2vw,2.35rem);line-height:1}.home-service-index-section.is-bg-transparent .home-service-index-copy p:not(.section-label){max-width:22rem;font-size:.88rem;line-height:1.42}.hero-service-links{width:min(var(--max-width),calc(100% - 2rem))}.home-service-index-section.is-bg-transparent .hero-service-links{width:100%;gap:.58rem;padding:.52rem;border:1px solid rgba(255,255,255,.48);border-radius:8px;background:#ffffff5c;box-shadow:0 18px 46px #102f2d1c;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.hero-service-link{grid-template-columns:minmax(0,1fr) auto;gap:1rem;width:100%;min-height:5.2rem;padding:1.12rem .05rem 1.12rem 0}.home-service-index-section.is-bg-transparent .hero-service-link{min-height:auto;gap:.72rem;padding:.88rem .78rem;border:1px solid rgba(16,47,45,.12);border-radius:8px;background:linear-gradient(105deg,#ffffffb8,#ffffff80),#f6f9f533;box-shadow:0 8px 22px #102f2d12;text-shadow:0 1px 0 rgba(255,255,255,.72)}.home-service-index-section.is-bg-transparent .hero-service-link:before{content:none}.hero-service-link+.hero-service-link{border-top:1px solid rgba(16,47,45,.12)}.home-service-index-section.is-bg-transparent .hero-service-link+.hero-service-link,.home-service-index-section.is-bg-transparent .hero-service-link:last-child{border:1px solid rgba(16,47,45,.12)}.hero-service-link:hover,.hero-service-link:focus-visible{transform:translate(.16rem)}.hero-service-link-copy{grid-template-columns:1fr}.hero-service-link-title{font-size:clamp(1.35rem,7vw,1.95rem);line-height:1;overflow-wrap:anywhere}.home-service-index-section.is-bg-transparent .hero-service-link-title{font-size:clamp(1.2rem,5.7vw,1.58rem);line-height:1.03}.hero-service-link-summary{max-width:18rem;font-size:.82rem;line-height:1.3}.home-service-index-section.is-bg-transparent .hero-service-link-summary{max-width:none;font-size:.78rem;line-height:1.26}.hero-service-link-mark{width:2.2rem;height:1px}.home-service-index-section.is-bg-transparent .hero-service-link-mark{width:2rem;height:2rem;border:1px solid rgba(16,47,45,.18);border-radius:999px;background:#ffffffa8;box-shadow:0 8px 18px #102f2d14}.home-service-index-section.is-bg-transparent .hero-service-link-mark:before{right:auto;left:50%;width:.42rem;height:.42rem;transform:translate(-62%,-50%) rotate(45deg)}.hero-service .hero-grid{grid-template-columns:1fr;gap:1rem}.hero-service h1{font-size:clamp(2.2rem,10.5vw,3rem)}.home-trust-grid{grid-template-columns:1fr}.service-tiles-intro>p:not(.section-label){display:none}.home-services-shell{gap:clamp(2.2rem,8vw,3.2rem)}.home-service-tile-grid{gap:clamp(7.8rem,28vw,10rem)}.home-page .home-services-section,.home-page .home-diagnostics-section,.home-page .section-reviews,.home-page .section-faq,.home-page .section-contact{padding-top:clamp(2.8rem,12vw,4rem);padding-bottom:clamp(2.8rem,12vw,4rem)}.home-page .home-services-section{padding-top:clamp(3.2rem,12vw,4.6rem);padding-bottom:clamp(3.4rem,12vw,4.8rem)}.home-page .section-heading{margin-bottom:1.35rem}.home-diagnostics-shell{gap:1.45rem}.home-diagnostics-grid{gap:1.35rem}.home-service-tile,.home-service-tile:nth-child(2n),.home-service-tile.is-featured{grid-column:auto;grid-row:auto;min-height:auto;background:#ffffffed;box-shadow:0 22px 48px #102f2d3d;filter:blur(5px);transform:translate3d(0,48px,0) scale(.985);transition:opacity .9s var(--motion-ease-soft),transform .9s var(--motion-ease-soft),filter .9s var(--motion-ease-soft),box-shadow .35s var(--motion-ease-soft),border-color .35s var(--motion-ease-soft)}.home-service-tile.is-visible,.home-service-tile.is-visible:nth-child(2n),.home-service-tile.is-featured.is-visible{filter:none;transform:none}.home-service-tile img{min-height:clamp(15rem,62vw,18rem);aspect-ratio:4 / 3}.home-service-tile-copy{gap:.55rem;padding:1.05rem}.diagnostics-hero-grid,.diagnostic-story-card,.diagnostic-story-card.is-reverse{grid-template-columns:1fr}.diagnostics-hero-copy h1{font-size:clamp(2.35rem,11vw,3.35rem)}.diagnostics-hero-photo,.diagnostic-story-media{aspect-ratio:4 / 3}.diagnostic-story-card,.diagnostic-story-card.is-reverse .diagnostic-story-copy,.diagnostic-story-card.is-reverse .diagnostic-story-media{order:initial}.diagnostic-story-copy h2{font-size:clamp(2rem,9vw,2.8rem)}.home-service-tile.is-featured strong{font-size:clamp(1.45rem,8vw,2.1rem)}.bathroom-project-grid{grid-template-columns:1fr}.bathroom-hero .hero-grid{grid-template-columns:1fr;gap:24px;padding:20px}.bathroom-hero-gallery{grid-template-columns:1fr;grid-template-rows:auto}.bathroom-hero-gallery .gallery-item{aspect-ratio:16 / 10}.bathroom-hero-gallery .gallery-item.is-featured{aspect-ratio:16 / 9}.bathroom-gallery-grid{display:grid;grid-template-columns:1fr;grid-auto-rows:auto;gap:.8rem}.bathroom-gallery-photo,.bathroom-gallery-photo.is-large{grid-column:auto;grid-row:auto;min-height:19rem}.bathroom-gallery-photo.is-large{min-height:24rem}.bathroom-page-cta{align-items:flex-start;flex-direction:column;border-radius:var(--radius-lg)}.bathroom-page-cta .cta-row,.bathroom-page-cta .button{width:100%}.footer-cta{padding:1.25rem 1.2rem}.footer-button{min-width:0;width:100%}.footer-brand-block{justify-content:flex-start}.footer-bottom{flex-direction:column;align-items:flex-start}.hero-panel{align-items:stretch;justify-content:stretch}.hero-panel-stack,.service-image-placeholder,.service-hero-photo{width:100%}.service-hero-photo img{min-height:16rem;max-height:22rem}.contact-card{width:100%}.shell{width:min(var(--max-width),calc(100% - 1rem))}.cta-row{gap:.65rem}.cta-row .button{width:100%;flex:1 1 100%}}
