.service-detail{--service-detail-gap:48px;--service-detail-card-radius:var(--radius, 12px);--service-detail-card-shadow:0 2px 8px rgb(0 0 0 / 6%);--service-detail-hero-padding-start:32px;--service-detail-hero-padding-end:48px;--service-detail-hero-row-gap:24px;--service-detail-hero-column-gap:28px;--service-detail-hero-copy-column:minmax(0, 367fr);--service-detail-hero-media-column:minmax(0, 319fr);--service-detail-hero-copy-offset:0;--service-detail-hero-media-height:439px;--service-detail-hero-media-radius:20px;--service-detail-hero-heading-size:1.5rem;--service-detail-hero-heading-line-height:2rem;--service-detail-hero-subheading-size:1.25rem;--service-detail-hero-subheading-line-height:1.75rem;display:block}.service-detail-section{padding-block:48px}.service-detail-section .section-header{margin-block-end:32px}.service-detail-section .section-header p{margin-block-start:8px;color:var(--hs-text-muted,#555);max-width:65ch}.service-detail-hero{padding-block:var(--service-detail-hero-padding-start) var(--service-detail-hero-padding-end)}.service-detail-hero__layout{display:grid;gap:var(--service-detail-hero-row-gap)}.bath-hero__breadcrumb,.handyman-hero__breadcrumb,.service-detail-hero__breadcrumb{margin:0;padding:0;font-size:1rem;line-height:1.375;color:rgb(0 0 0 / 45%)}.bath-hero__breadcrumb a,.handyman-hero__breadcrumb a,.service-detail-hero__breadcrumb a{color:rgb(0 0 0 / 45%)}.bath-hero__breadcrumb>span:last-child,.handyman-hero__breadcrumb>span:last-child,.service-detail-hero__breadcrumb>span:last-child{color:rgb(0 0 0 / 85%)}.service-detail-hero__copy h1{margin-block:0 8px;font-size:var(--service-detail-hero-heading-size);line-height:var(--service-detail-hero-heading-line-height);letter-spacing:0}.our-promise h2,.service-detail-section h2,.service-detail-section h3{letter-spacing:0}.our-promise h2{margin-block-end:32px}.service-detail-subtitle{margin-block:0 24px;color:var(--hs-blue,#1a75d2);font-family:var(--font-heading);font-size:var(--service-detail-hero-subheading-size);font-weight:600;line-height:var(--service-detail-hero-subheading-line-height);max-width:60ch}.service-detail-highlights{list-style:disc;padding-inline-start:20px;margin-block:0 24px;display:grid;gap:8px}.service-detail-highlights li{line-height:1.5}.service-detail-actions{display:flex;flex-wrap:wrap;gap:16px}.service-detail-hero__media{margin:0;border-radius:var(--service-detail-hero-media-radius);overflow:hidden;background:var(--hs-light-gray,#dae9f8)}.service-detail-hero__media img,.service-detail-hero__media picture{display:block;width:100%;height:auto;border-radius:inherit;object-fit:cover}@media (min-width:834px){.service-detail{--service-detail-hero-column-gap:28px;--service-detail-hero-copy-column:minmax(0, 367fr);--service-detail-hero-media-column:minmax(0, 319fr)}.service-detail-hero__layout{grid-template-columns:var(--service-detail-hero-copy-column) var(--service-detail-hero-media-column);gap:var(--service-detail-hero-row-gap) var(--service-detail-hero-column-gap);align-items:start}.service-detail-hero__breadcrumb{grid-column:1/-1}.service-detail-hero__copy{grid-column:1;grid-row:2;padding-block-start:var(--service-detail-hero-copy-offset)}.service-detail-hero__media{grid-column:2;grid-row:2;block-size:var(--service-detail-hero-media-height)}.service-detail-hero__media img,.service-detail-hero__media picture{height:100%}}.service-detail-gallery{--gallery-gap:16px;--gallery-per-view:1.05;padding-block:24px 56px}.service-detail-gallery__carousel{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:16px}.service-detail-gallery__viewport{min-width:0;overflow:hidden;cursor:grab;touch-action:pan-y}.service-detail-gallery__viewport.is-dragging{cursor:grabbing}.service-detail-gallery--static .service-detail-gallery__viewport{cursor:default}.service-detail-gallery--static .service-detail-gallery__carousel{grid-template-columns:minmax(0,1fr)}.service-detail-gallery__strip{list-style:none;padding:0;margin:0;display:flex;gap:var(--gallery-gap);transition:transform .35s;will-change:transform}.service-detail-gallery__strip li{flex:0 0 calc((100% - var(--gallery-gap) * (var(--gallery-per-view) - 1))/ var(--gallery-per-view));min-width:0;aspect-ratio:4/3}.service-detail-gallery__strip img{display:block;width:100%;height:100%;object-fit:cover;border-radius:var(--service-detail-card-radius);user-select:none}.service-detail-gallery__nav{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid var(--hs-border,rgb(0 0 0 / 14%));border-radius:50%;background:var(--hs-white,#fff);color:var(--hs-blue,#1a75d2);cursor:pointer;box-shadow:0 2px 8px rgb(0 0 0 / 10%)}.service-detail-gallery__nav:hover{background:var(--hs-light-gray,#f6f9fd)}.service-detail-gallery__dots{grid-column:1/-1;display:flex;justify-content:center;gap:6px;margin-block-start:8px}.service-detail-gallery__dot{box-sizing:content-box;inline-size:18px;block-size:4px;padding:16px 8px;border:0;border-radius:2px;background:var(--hs-blue,#1a75d2);background-clip:content-box;opacity:.25;cursor:pointer}.service-detail-gallery__dot.is-active{inline-size:28px;opacity:1}.service-detail-gallery--static .service-detail-gallery__dots,.service-detail-gallery--static .service-detail-gallery__nav{display:none}@media (min-width:600px){.service-detail-gallery{--gallery-per-view:1.25}}@media (min-width:993px){.service-detail-gallery{--gallery-gap:24px;--gallery-per-view:3.5}.service-detail-gallery__strip li{aspect-ratio:auto;block-size:clamp(400px,30vw,472px)}.service-detail-gallery--static .service-detail-gallery__strip{justify-content:center}.service-detail--default{display:flex;flex-direction:column}.service-detail--default>section{order:8}.service-detail--default>.service-detail-hero{order:0}.service-detail--default>.service-detail-gallery{order:1}.service-detail--default>.service-detail-customization{order:2}.service-detail--default>.our-promise{order:3}.service-detail--default>.service-detail-included,.service-detail--default>.service-detail-tabs-section{order:4}.service-detail--default>.service-detail-process{order:5}.service-detail--default>.service-detail-warranty{order:6}.service-detail--default>.service-detail-bottom-cta{order:99}}.service-detail-customization{background:var(--hs-navy);color:var(--hs-white);--per-view:1.35}.service-detail-customization .section-header h2,.service-detail-customization .section-header p{color:var(--hs-white)}.service-detail-customization__carousel{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:16px}.service-detail-customization__grid,.service-detail-customization__viewport{min-width:0}.service-detail-customization__viewport{overflow:hidden}.service-detail-customization__grid{list-style:none;padding:0;margin:0;display:flex;gap:24px;transition:transform .35s;will-change:transform}.service-detail-customization__grid>li{flex:0 0 calc((100% - 24px * (var(--per-view) - 1))/ var(--per-view));min-width:0}@media (min-width:600px){.service-detail-customization{--per-view:2.15}}@media (min-width:900px){.service-detail-customization{--per-view:3}}@media (min-width:1200px){.service-detail-customization{--per-view:4}}.service-detail-customization--static .service-detail-customization__grid{justify-content:center;transform:none!important}.service-detail-customization--static .service-detail-customization__dots,.service-detail-customization--static .service-detail-customization__nav{display:none}.service-detail-customization__nav{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:1px solid;background:0 0;color:var(--hs-white);cursor:pointer;flex:0 0 auto}.service-detail-customization__nav:hover{background:rgb(255 255 255 / 10%)}.service-detail-customization__dots{display:flex;justify-content:center;gap:6px;margin-block-start:16px}.service-detail-customization__dot{box-sizing:content-box;inline-size:18px;block-size:4px;padding:20px 13px;border:none;border-radius:2px;background:var(--hs-accent,#6ccd90);background-clip:content-box;opacity:.3;cursor:pointer}.service-detail-customization__dot.is-active{opacity:1;inline-size:28px}.customization-card{display:flex;flex-direction:column;gap:8px;background:0 0;border-radius:0;padding:0;box-shadow:none;height:100%;color:var(--hs-white)}.customization-card img{display:block;width:100%;aspect-ratio:217/174;object-fit:cover;border-radius:20px;margin-block-end:8px}.customization-card h3{margin:0;font-size:1rem;line-height:1.5;color:var(--hs-white)}.customization-card ul{list-style:disc;padding-inline-start:24px;margin:0;display:grid;gap:4px;color:var(--hs-white)}.service-detail-promise__grid{list-style:none;padding:0;margin:0;display:grid;gap:24px;grid-template-columns:1fr}.promise-card{background:var(--hs-light-gray);border-radius:20px;padding:32px 24px;box-shadow:none;height:100%;text-align:center;display:flex;flex-direction:column;align-items:center;gap:12px}.promise-card__icon{width:24px;height:24px;color:var(--hs-blue,#1a75d1)}.promise-card h3{margin:0;font-size:1.125rem;color:var(--hs-blue,#1a75d1)}.promise-card p{margin:0;line-height:1.6;color:var(--hs-text-muted,#444)}@media (min-width:834px){.service-detail-promise__grid{grid-template-columns:repeat(3,1fr)}}.handyman-tabs-section,.service-detail-tabs-section{display:none}.handyman-tabs,.service-detail-tabs{display:flex;gap:32px;border-block-end:1px solid var(--hs-border,rgb(0 0 0 / 12%))}.handyman-tabs__tab,.service-detail-tabs__tab{appearance:none;background:0 0;border:0;border-block-end:2px solid transparent;color:var(--hs-text,rgb(0 0 0 / 85%));cursor:pointer;font:inherit;margin-block-end:-1px;padding:12px 0;transition:color .15s,border-color .15s}.handyman-tabs__tab.is-active,.handyman-tabs__tab:hover,.handyman-tabs__tab[aria-selected=true],.service-detail-tabs__tab.is-active,.service-detail-tabs__tab:hover,.service-detail-tabs__tab[aria-selected=true]{color:var(--hs-blue,#1a75d2);border-block-end-color:var(--hs-blue,#1a75d2)}.handyman-tabs__tab:focus-visible,.service-detail-tabs__tab:focus-visible{outline:2px solid var(--hs-blue,#1a75d2);outline-offset:4px;border-radius:2px}.service-detail-included__grid{list-style:none;padding:0;margin:0;display:grid;gap:16px 32px;grid-template-columns:1fr}.included-item{display:flex;align-items:flex-start;gap:12px;padding-block:8px;line-height:1.5}.included-item__icon{flex:0 0 auto;width:20px;height:20px;margin-block-start:4px;color:var(--hs-green,#2f8c4c)}.included-item__body{display:flex;flex-direction:column;gap:2px;color:var(--hs-text-muted,#444)}.included-item__body strong{color:var(--hs-text,#1a1a1a)}@media (min-width:834px){.service-detail-included__grid{grid-template-columns:repeat(2,1fr)}}.service-detail-process{border-block-start:1px solid var(--hs-border,rgb(0 0 0 / 12%));background:0 0;padding-block-end:60px}.service-detail-process__grid{list-style:none;padding:0;margin:0;display:grid;gap:24px 40px;counter-reset:process-step;grid-template-columns:1fr}.process-card{display:flex;align-items:flex-start;gap:16px;padding:0;background:0 0;box-shadow:none;border-radius:0;height:100%}.process-card__number{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:0 0;border:1px solid var(--hs-border,rgb(0 0 0 / 20%));color:var(--hs-text-muted,#555);font-weight:500;font-size:.875rem}.process-card__body h3{margin-block:0 6px;font-size:1rem}.process-card__body p{margin:0;color:var(--hs-text-muted,#444);line-height:1.5}@media (min-width:834px){.service-detail-process__grid{grid-template-columns:repeat(2,1fr)}}.service-detail-warranty{background:var(--hs-navy);color:var(--hs-white);padding-block:36px 48px}.service-detail-warranty__inner{display:flex;flex-direction:column;gap:16px;max-width:550px;margin-inline:auto}.service-detail-warranty__header{display:flex;flex-direction:column;gap:8px;padding-block:8px}.service-detail-warranty .service-detail-warranty__header h2{margin:0;color:var(--hs-white);font-size:1.5rem;line-height:2rem;letter-spacing:0}@media (min-width:769px){.service-detail-warranty .service-detail-warranty__header h2{font-size:2.375rem;line-height:2.875rem}}.service-detail-warranty__header p{margin:0;color:var(--hs-white);font-size:1rem;line-height:1.375}.service-detail-warranty__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:16px}.service-detail-warranty-card{display:flex;align-items:flex-start;gap:10px}.service-detail-warranty-card__icon{flex:0 0 auto;color:var(--hs-white);line-height:0;padding-block-start:8px}.service-detail-warranty-card__body{flex:1 1 auto;min-width:0;padding:8px;display:flex;flex-direction:column;gap:4px}.service-detail-warranty-card__body h3{margin:0;color:var(--hs-white);font-size:1rem;line-height:1.5;font-weight:600}.service-detail-warranty-card__body p{margin:0;color:rgb(255 255 255 / 88%);font-size:1rem;line-height:1.375}.service-detail-warranty-card__body ul{margin:4px 0 0;padding-inline-start:24px;color:rgb(255 255 255 / 82%);font-size:1rem;line-height:1.375}.service-detail-bottom-cta{background:var(--hs-navy);color:var(--hs-white);padding-block:100px;margin-bottom:0}.service-detail-bottom-cta+footer{margin-top:0}.service-detail-bottom-cta .cta-section{max-width:720px;margin-inline:auto;padding:32px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:16px}.service-detail-bottom-cta .cta-section h2{margin:0;color:var(--hs-white)}.service-detail-bottom-cta .cta-section p{margin:0;color:var(--hs-white);max-width:60ch}.service-detail-bottom-cta .cta-section [role=button]{margin-block-start:8px}.service-detail-bottom-cta-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:24px}.service-detail-bottom-cta-actions [role=button]:not(.secondary){background:var(--hs-white);color:var(--hs-navy);border-color:var(--hs-white)}.service-detail-bottom-cta-actions .secondary{background:0 0;color:var(--hs-white);border:1px solid var(--hs-white)}.service-detail-guides{background:var(--hs-white)}.service-detail-guides__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.service-detail-guide-card{position:relative;isolation:isolate;display:flex;flex-direction:column;gap:10px;padding:20px;border:1px solid var(--hs-light-gray,#d9d9d9);border-radius:var(--service-detail-card-radius);text-decoration:none;background:0 0}.service-detail-guide-card::before{content:"";position:absolute;z-index:0;inset:-8px;border-radius:24px;background-color:rgba(246,249,253,0);box-shadow:1px 1px 2px rgba(84,108,145,0),2px 4px 5px rgba(151,151,151,0);pointer-events:none;transition:background-color var(--duration-normal, .2s) ease,box-shadow var(--duration-normal, .2s) ease}.service-detail-guide-card>*{position:relative;z-index:1}.service-detail-guide-card:focus-visible::before,.service-detail-guide-card:focus-within::before,.service-detail-guide-card:hover::before{background-color:#f6f9fd;box-shadow:1px 1px 2px rgba(84,108,145,.05),2px 4px 5px rgba(151,151,151,.15)}.service-detail-guide-card__eyebrow{font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--hs-blue,#1a75d2)}.service-detail-guide-card__title{color:var(--hs-navy,#084178);font-family:var(--font-heading);line-height:1.35}.service-detail-guide-card__body{color:var(--hs-text-muted,#555);line-height:1.55}@media (max-width:992px){.service-detail-guides__grid{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.service-detail-gallery__strip{scroll-snap-type:none}}.service-detail--handyman{--hm-navy:#084178;--hm-blue:#1a75d1;--hm-blue-bright:#1a75d2;--hm-blue-soft:#dae9f8;--hm-green:#6ccd90;--hm-green-strong:#2fc05d;--hm-ink:#3b3b3b;--hm-placeholder:#d9d9d9;--hm-font-heading:"Poppins",sans-serif;--hm-font-body:"Noto Sans",sans-serif}.service-detail--handyman h1,.service-detail--handyman h2,.service-detail--handyman h3{font-family:var(--hm-font-heading);color:var(--hm-navy);font-weight:600}.service-detail--handyman li,.service-detail--handyman p{font-family:var(--hm-font-body)}.service-detail--handyman .service-detail-guide-card{border-color:rgb(8 65 120 / 10%);background:linear-gradient(180deg,rgb(255 255 255 / 100%) 0,rgb(218 233 248 / 45%) 100%)}.service-detail--handyman .service-detail-guide-card__eyebrow{color:var(--hm-blue)}.handyman-hero{padding-block:var(--service-detail-hero-padding-start) var(--service-detail-hero-padding-end)}.handyman-hero__layout{display:grid;gap:var(--service-detail-hero-row-gap)}.handyman-hero__breadcrumb{grid-column:1/-1}.handyman-hero__carousel{position:relative;margin:0;border-radius:var(--service-detail-hero-media-radius);overflow:hidden;aspect-ratio:4/3;background:var(--hm-placeholder)}.handyman-hero__carousel img,.handyman-hero__carousel picture{width:100%;height:100%;display:block}.handyman-hero__carousel img{object-fit:cover}.handyman-hero__badge{position:absolute;inset-inline:0;bottom:0;display:flex;align-items:center;justify-content:center;gap:10px;padding-block:6px;padding-inline:12px;background:var(--hm-blue-bright);color:#fff;font-family:var(--hm-font-body);font-size:.875rem;font-weight:600;line-height:1.5}.handyman-hero__badge-dot{width:8px;height:8px;background:#6ccd90;border-radius:2px;transform:rotate(45deg);flex-shrink:0}.handyman-hero__copy h1{margin-block:0 8px;font-size:var(--service-detail-hero-heading-size);line-height:var(--service-detail-hero-heading-line-height);letter-spacing:0}.handyman-hero__plan-link{display:flex;align-items:center;gap:10px;padding:8px 16px;margin-block:0 24px;background:var(--hm-navy);color:#fff;border-radius:15px;text-decoration:none;font-family:var(--hm-font-body);font-size:1rem;font-weight:600;line-height:1.375}.handyman-hero__plan-link:hover{background:#06345f;color:#fff}.handyman-hero__plan-link-icon{flex-shrink:0;margin-inline-start:auto}.handyman-hero__plan-link-name{white-space:nowrap}.handyman-hero__body{margin-block:0 24px;font-size:1rem;line-height:1.375;color:var(--hm-ink)}.handyman-hero__bullets{list-style:none;padding:0;margin-block:0 24px;display:flex;flex-direction:column;gap:8px}.handyman-hero__bullets li{display:flex;align-items:flex-start;gap:8px;font-size:1rem;line-height:1.375;color:var(--hm-ink)}.handyman-hero__bullet-dot{flex-shrink:0;width:8px;height:8px;margin-block-start:7px;background:var(--hm-green);border-radius:2px;transform:rotate(45deg)}.handyman-hero__actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.handyman-hero__actions [role=button]{background:var(--hm-blue);border:1px solid var(--hm-blue);color:#fff;padding:7px 16px;border-radius:30px;font-family:var(--hm-font-heading);font-size:1rem;line-height:1.5;text-decoration:none;box-shadow:0 2px 0 0 rgba(0,0,0,.04)}.handyman-essentials-band{background:var(--hm-navy);padding-block:24px 30px;padding-inline:16px;color:#fff;text-align:center}.handyman-essentials-band h2{margin-block:0 16px;color:#fff;font-size:1.25rem;line-height:1.75rem}.handyman-essentials-band p{margin:0;max-width:640px;margin-inline:auto;color:#fff;font-size:.875rem;line-height:1.6}.handyman-what-you-get{background:var(--hm-blue-soft);padding-block:32px 40px}.handyman-what-you-get .section-header h2{font-size:1.5rem;line-height:2rem;margin-block:0 8px}.handyman-what-you-get .section-header p{color:var(--hm-ink);margin-block:0 24px}.handyman-what-you-get__grid{list-style:none;padding:0;margin:0;display:grid;gap:16px}.handyman-wyg-card{display:flex;align-items:flex-start;gap:16px;padding:8px}.handyman-wyg-card__icon{flex-shrink:0;width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;color:var(--hm-green-strong);margin-block-start:2px}.handyman-wyg-card__body strong{display:block;font-family:var(--hm-font-body);font-weight:700;color:var(--hm-ink);font-size:1rem;line-height:1.375;margin-block-end:2px}.handyman-wyg-card__body span{display:block;color:var(--hm-ink);font-size:1rem;line-height:1.375}.handyman-how-it-works{padding-block:40px 32px}.handyman-how-it-works .section-header h2{font-size:1.5rem;line-height:2rem;margin-block:0 24px}.handyman-how-it-works__grid{list-style:none;padding:0;margin:0;display:grid;gap:24px;counter-reset:hiw-step}.handyman-hiw-card{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.handyman-hiw-card__icon{color:var(--hm-blue-bright);width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;margin-block-end:4px}.handyman-hiw-card h3{margin:0;color:var(--hm-navy);font-size:1rem;line-height:1.5;font-weight:600}.handyman-hiw-card p{margin:0;color:var(--hm-ink);font-size:.9375rem;line-height:1.45}.handyman-how-it-works__cta{margin-block-start:32px;display:flex;justify-content:center}.handyman-how-it-works__cta [role=button]{background:var(--hm-blue);border:1px solid var(--hm-blue);color:#fff;padding:7px 24px;border-radius:30px;font-family:var(--hm-font-heading);font-size:1rem;line-height:1.5;text-decoration:none;box-shadow:0 2px 0 0 rgba(0,0,0,.04)}.handyman-rule{border:none;border-top:1px solid rgba(0,0,0,.08);margin-inline:auto;max-width:min(85%,960px);margin-block:24px}.handyman-promise{padding-block:24px 48px}.handyman-promise .section-header h2{font-size:1.5rem;line-height:2rem;margin-block:0 24px}.handyman-promise__grid{list-style:none;padding:0;margin:0;display:grid;gap:50px}.handyman-promise-card{padding:20px 16px 16px;background:var(--hm-blue-soft);border-radius:20px;text-align:center;height:100%;display:flex;flex-direction:column;align-items:center;gap:20px}.handyman-promise-card__icon{color:var(--hm-navy);width:48px;height:48px;flex-shrink:0}.handyman-promise-card h3{margin:0;font-size:1.5rem;line-height:2rem;color:var(--hm-navy)}.handyman-promise-card p{margin:0;color:var(--hs-dark);font-size:1rem;line-height:1.375}@media (min-width:768px){.handyman-hero__layout{grid-template-columns:var(--service-detail-hero-copy-column) var(--service-detail-hero-media-column);gap:var(--service-detail-hero-row-gap) var(--service-detail-hero-column-gap);align-items:start}.handyman-hero__breadcrumb{grid-column:1/-1}.handyman-hero__copy{grid-column:1;grid-row:2;order:1;padding-block-start:var(--service-detail-hero-copy-offset)}.handyman-hero__carousel{grid-column:2;grid-row:2;order:2;block-size:var(--service-detail-hero-media-height);aspect-ratio:auto}.handyman-essentials-band{padding-block:40px 56px}.handyman-essentials-band h2{font-size:1.75rem;line-height:2.5rem}.handyman-essentials-band p{font-size:1rem}.handyman-what-you-get__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 32px}.handyman-promise__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:32px}}@media (min-width:1024px){.service-detail{--service-detail-hero-column-gap:56px;--service-detail-hero-copy-column:minmax(0, 521fr);--service-detail-hero-media-column:minmax(0, 535fr);--service-detail-hero-copy-offset:36px;--service-detail-hero-heading-size:2.375rem;--service-detail-hero-heading-line-height:2.875rem;--service-detail-hero-subheading-size:1.5rem;--service-detail-hero-subheading-line-height:2rem}.handyman-how-it-works__grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:24px;align-items:start}}@media (max-width:992px){.breadcrumb{width:100%;min-width:0;max-width:100%;flex-wrap:nowrap;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.breadcrumb>span:last-child{min-width:0;overflow:hidden;text-overflow:ellipsis}.service-detail-bottom-cta,.service-detail-customization,.service-detail-gallery,.service-detail-hero,.service-detail-included,.service-detail-process,.service-detail-warranty{padding-inline:60px}.our-promise h2,.service-detail-hero__copy h1,.service-detail-section h2{font-size:24px;letter-spacing:0}.service-detail-actions{flex-flow:row wrap;align-items:stretch;justify-content:flex-start}.service-detail-gallery{margin-block-start:16px}.service-detail-highlights{list-style:none;padding-inline-start:0}.service-detail-highlights li{position:relative;padding-inline-start:24px}.service-detail-highlights li::before{content:"";position:absolute;left:4px;top:8px;width:8px;height:8px;background:#1a75d2;transform:rotate(45deg);border-radius:1px}.service-detail-hero__copy .service-detail-highlights{padding-inline-start:16px}.service-detail-customization__cards img{width:217px;height:174px;object-fit:cover}.service-detail-customization .section-header{margin-inline-start:0}.service-detail-included__list{align-items:stretch}.service-detail-included__list>*{height:auto;display:flex;flex-direction:column}.service-detail-process{border-block-start:1px solid var(--hs-border,rgb(0 0 0 / 12%));margin-inline:40px}.service-detail-bottom-cta{background:var(--hs-navy);color:var(--hs-white)}.service-detail-bottom-cta h2,.service-detail-bottom-cta p{color:var(--hs-white)}.service-detail-bottom-cta-actions [role=button]:not(.secondary){background:var(--hs-white);color:var(--hs-navy);border-color:var(--hs-white)}.service-detail-bottom-cta-actions .secondary{background:0 0;color:var(--hs-white);border:1px solid var(--hs-white)}.service-detail-section .section-header{margin-block-end:16px}}@media (max-width:768px){.service-detail-subtitle{display:none}.service-detail--default{display:flex;flex-direction:column}.service-detail--default>section{order:8}.service-detail-bottom-cta,.service-detail-customization,.service-detail-gallery,.service-detail-hero,.service-detail-included,.service-detail-process,.service-detail-warranty{padding-inline:0}.service-detail--default>.service-detail-hero{order:0}.service-detail-hero__layout{display:flex;flex-direction:column}.service-detail--default .service-detail-hero__copy{display:contents}.service-detail--default .service-detail-hero__breadcrumb{order:0}.service-detail-hero__media{order:1;width:100%}.service-detail-hero__media img{width:100%;height:auto;aspect-ratio:342/240;object-fit:cover}.service-detail--default .service-detail-hero__copy h1{order:2}.service-detail--default .service-detail-highlights{order:3}.service-detail--default .service-detail-actions{order:4}.service-detail--default>.service-detail-gallery{order:1}.service-detail-gallery{--gallery-per-view:1.05}.service-detail--default>.service-detail-customization{order:2}.service-detail--default>.our-promise{order:3}.service-detail--default>.service-detail-tabs-section{order:4}.service-detail--default>.service-detail-included,.service-detail--default>.service-detail-process{order:5}.handyman-tabs-section,.service-detail-tabs-section{display:block;padding-block:0 16px}.service-detail--default>.service-detail-warranty{order:6}.service-detail--default>.service-detail-benefits,.service-detail--default>.service-detail-overview{order:8}.service-detail--default>.service-detail-bottom-cta{order:99}}@media (min-width:768px) and (max-width:992px){.service-detail--default{display:flex;flex-direction:column}.service-detail--default>section{order:8}.service-detail--default>.service-detail-hero{order:0}.service-detail--default>.service-detail-gallery{order:1}.service-detail--default>.service-detail-customization{order:2}.service-detail--default>.our-promise{order:3}.service-detail--default>.service-detail-included,.service-detail--default>.service-detail-tabs-section{order:4}.service-detail--default>.service-detail-process{order:5;margin-inline:0}.service-detail--default>.service-detail-warranty{order:6}.service-detail--default>.service-detail-benefits,.service-detail--default>.service-detail-overview{order:8}.service-detail--default>.service-detail-bottom-cta{order:99}.service-detail-bottom-cta .cta-section p{color:var(--hs-white)}}