@font-face { font-family: Sora; font-style: normal; font-weight: 500; font-display: swap; src: url('/assets/fonts/contractors-sora-latin-500.woff2?v=1') format('woff2'); }
@font-face { font-family: Inter; font-style: normal; font-weight: 400; font-display: swap; src: url('/assets/fonts/contractors-inter-latin-400.woff2?v=1') format('woff2'); }
@font-face { font-family: Inter; font-style: normal; font-weight: 500; font-display: swap; src: url('/assets/fonts/contractors-inter-latin-500.woff2?v=1') format('woff2'); }
:root { --ink: #151210; --muted: #6a6865; --surface: #f3f3f1; --page: #fff; --field: #fff; --line: #dfdfdb; --inverse: #fff; color: var(--ink); background: var(--scrollbar-edge,var(--page)); color-scheme: light; font-family: Inter, system-ui, sans-serif; font-synthesis: none; text-rendering: optimizeLegibility; }
:root[data-theme='dark'] { --ink: #f4f3ef; --muted: #aaa9a5; --surface: #1c1c1b; --page: #0c0c0c; --field: #282827; --line: #3a3a37; --inverse: #151210; color-scheme: dark; }
/* Page scrollbar only; carousel and chat keep their hidden scrollbars. */
:root::-webkit-scrollbar { width: 6px; height: 6px; }
:root::-webkit-scrollbar-track { background-color: var(--scrollbar-edge,var(--page)); background-image: linear-gradient(to bottom,var(--scrollbar-base,var(--page)) 0 var(--difference-edge-top,100%),#151210 var(--difference-edge-top,100%) var(--difference-edge-bottom,100%),var(--scrollbar-base,var(--page)) var(--difference-edge-bottom,100%) 100%); }
:root::-webkit-scrollbar-corner { background: var(--scrollbar-edge,var(--page)); }
:root::-webkit-scrollbar-thumb { background: #c8c8c3; border-radius: 999px; }
:root::-webkit-scrollbar-button { display: none; }
@supports not selector(::-webkit-scrollbar) {
  :root { scrollbar-width: thin; scrollbar-color: #c8c8c3 var(--scrollbar-edge,var(--page)); }
}
@media (forced-colors: active) {
  :root { scrollbar-color: auto; }
  :root::-webkit-scrollbar-thumb { background: CanvasText; }
}
* { box-sizing: border-box; }
body { margin: 0; min-height: 100svh; background: var(--page); }
button, input, textarea, select { font: inherit; }
button, summary, a { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
button, a, input, textarea, select { color: inherit; }
button { cursor: pointer; }
button { border: 0; }
a { text-decoration: none; }
button, input, textarea, select { min-width: 0; }
[hidden] { display: none !important; }
:is(a, button, summary, input, select, textarea):focus-visible { outline: 2px solid currentColor; outline-offset: 4px; }
.sr-only, .skip-link:not(:focus) { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.skip-link:focus { position: fixed; z-index: 100; left: 20px; top: 16px; padding: 14px; background: var(--page); }
.contractor-icon, .contractor-chevron { display: block; flex: none; width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.contractor-chevron { width: 14px; height: 14px; }
.sparkle-icon { display: block; flex: none; width: 20px; height: 20px; fill: currentColor; }
.icon-button { display: grid; place-items: center; width: 44px; height: 44px; flex: none; padding: 0; border-radius: 50%; background: transparent; }
.contractor-header { position: relative; z-index: 10; background: var(--page); }
.contractor-header-inner { display: grid; grid-template-columns: minmax(0,1fr) clamp(220px,18vw,320px) minmax(0,1fr); align-items: center; width: 100%; min-height: 88px; padding: calc(16px + env(safe-area-inset-top)) max(24px,env(safe-area-inset-right)) 16px max(24px,env(safe-area-inset-left)); }
.contractor-header-left, .contractor-header-right, .contractor-header-start, .contractor-header-actions { display: flex; align-items: center; min-width: 0; }
.contractor-header-left, .contractor-header-right { justify-content: space-between; gap: 20px; }
.contractor-header-start { gap: 8px; }
.contractor-header-actions { gap: 16px; }
.contractor-theme .contractor-icon { width: 23px; height: 23px; }
.theme-moon, [data-theme='dark'] .theme-sun { display: none; }
[data-theme='dark'] .theme-moon { display: block; }
.contractor-brand { justify-self: center; display: flex; align-items: center; justify-content: center; min-width: 52px; min-height: 48px; padding: 3px 7px; font: 500 34px/1 Sora,sans-serif; letter-spacing: -.065em; border-radius: 6px; white-space: nowrap; }
.contractor-brand > span { display: inline-flex; align-items: baseline; }
.contractor-brand-reveal { display: inline-block; overflow: hidden; max-width: 0; opacity: 0; transition: max-width 380ms cubic-bezier(.2,.8,.2,1), opacity 240ms ease; }
.contractor-brand:is(:hover,:focus-visible) .contractor-brand-reveal { max-width: 120px; opacity: 1; }
.contractor-nav { display: flex; align-items: center; gap: clamp(24px,2.6vw,48px); }
.contractor-nav button { padding: 0; min-height: 44px; background: none; border-radius: 4px; white-space: nowrap; font-size: 13px; font-weight: 500; }
.contractor-contact, .contractor-menu { position: relative; }
summary { list-style: none; cursor: pointer; }
summary::-webkit-details-marker { display: none; }
.contractor-call { display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 42px; padding: 0 17px; background: var(--surface); border-radius: 999px; white-space: nowrap; font-size: 13px; font-weight: 500; }
.contractor-call .contractor-chevron { transition: transform 160ms ease; }
.contractor-contact[open] .contractor-chevron { transform: rotate(180deg); }
.header-calculator { text-transform: capitalize; }
.contractor-estimate { min-height: 42px; padding: 0 21px; border-radius: 999px; background: var(--ink); color: var(--inverse); white-space: nowrap; font-size: 13px; font-weight: 500; }
.contractor-chat-trigger { display: flex; align-items: center; gap: 12px; min-height: 44px; padding: 0 3px; background: none; font-size: 13px; font-weight: 500; white-space: nowrap; }
.contractor-chat-trigger .sparkle-icon { width: 18px; height: 18px; }
.contractor-menu { display: none; }
.contractor-popover { position: absolute; top: calc(100% + 14px); width: min(288px,calc(100vw - 32px)); padding: 18px; border: 1px solid var(--line); border-radius: 22px; background: var(--page); box-shadow: 0 16px 48px #00000012; }
.contractor-contact-popover { left: 0; }
.contractor-menu-popover { right: 0; }
.contractor-menu-toggle { color: var(--ink); background: transparent; }
.menu-close-icon, .contractor-menu[open] .menu-open-icon { display: none; }
.contractor-menu[open] .menu-close-icon { display: block; }
.contractor-menu .contractor-menu-popover { display: flex; flex-direction: column; width: min(352px,calc(100vw - 32px)); max-height: calc(100dvh - 110px - env(safe-area-inset-top)); padding: 12px; overflow: hidden; box-shadow: 0 18px 60px #00000020; }
.contractor-menu[open] .contractor-menu-popover { animation: menu-enter 200ms ease both; }
.contractor-menu-popover nav { min-height: 0; overflow-y: auto; overscroll-behavior: contain; scrollbar-width: thin; }
.contractor-menu-popover nav button { flex: none; gap: 12px; min-height: 50px; padding: 7px 10px; font-size: 15px; }
.menu-item-icon { display: grid; place-items: center; flex: none; width: 32px; height: 32px; }
.menu-item-icon .contractor-icon { width: 23px; height: 23px; stroke-width: 1.65; }
.menu-item-label { flex: 1; text-align: left; }
.menu-item-arrow { width: 14px; height: 14px; color: var(--muted); }
.menu-footer { flex: none; display: grid; gap: 10px; margin-top: 10px; padding-top: 10px; border-top: 1px solid var(--line); }
.menu-access { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.menu-access button { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; padding: 9px 8px; border-radius: 12px; background: var(--surface); font-size: 12px; line-height: 1.3; }
.menu-access .contractor-icon { width: 18px; height: 18px; }
.menu-estimate { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 52px; padding: 6px 6px 6px 20px; border-radius: 999px; color: var(--inverse); background: var(--ink); font-size: 14px; font-weight: 500; }
.menu-estimate .button-arrow { width: 38px; height: 38px; color: var(--ink); background: var(--page); }
.menu-language { display: flex; align-items: center; gap: 10px; min-height: 48px; padding: 0 6px; font-size: 13px; }
.menu-language-options { display: flex; gap: 3px; padding: 3px; background: var(--surface); border-radius: 999px; }
.menu-language-options button { width: 42px; min-height: 38px; padding: 0; border-radius: 50%; background: transparent; font-size: 12px; }
.menu-language-options button[aria-pressed='true'] { color: var(--inverse); background: var(--ink); }
@keyframes menu-enter { from { opacity: 0; transform: translateY(-7px); } to { opacity: 1; transform: translateY(0); } }
.contractor-eyebrow { display: block; margin: 0 0 18px; font-size: 11px; line-height: 1.5; color: var(--muted); }
.contractor-contact-popover .contractor-eyebrow { color: var(--ink); }
.contractor-contact-option { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 65px; padding: 10px; border-radius: 12px; }
.contractor-contact-option strong, .contractor-contact-option small { display: block; font-weight: 400; font-size: 14px; color: var(--ink); }
.contractor-contact-option small { margin-top: 6px; font-size: 11px; }
.contractor-contact-option[aria-disabled='true'] { color: var(--muted); cursor: default; }
.contractor-contact-note { margin: 12px 10px 0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.contractor-menu-popover nav { display: grid; }
.contractor-menu-popover nav button { display: flex; align-items: center; justify-content: space-between; background: none; text-align: left; border-radius: 12px; }
.contractor-main { padding: 0 max(24px,env(safe-area-inset-right)) 24px max(24px,env(safe-area-inset-left)); }
.contractor-hero { display: grid; grid-template-columns: minmax(0,7fr) minmax(0,3fr); gap: 16px; min-height: max(600px,calc(100svh - 128px)); }
.hero-film { position: relative; display: flex; flex-direction: column; justify-content: space-between; min-width: 0; overflow: hidden; border-radius: 28px; background: #37423c; color: white; }
.hero-poster, .hero-video, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-poster, .hero-video { object-fit: cover; object-position: 57% center; }
.hero-video { transition: opacity 240ms ease; }
.hero-video[data-loading='true'] { opacity: 0; }
.hero-shade { background: linear-gradient(90deg,#0b161354 0%,transparent 90%),linear-gradient(180deg,#07100c40 0%,#0b151312 22%,#07110d77 55%,#05120eda 100%); }
.hero-film-top { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 28px 36px; }
.hero-location { display: flex; align-items: center; gap: 10px; font-size: 13px; }
.hero-location .contractor-icon { width: 17px; height: 17px; }
.hero-play { width: 36px; height: 36px; background: #ffffff1f; border: 1px solid #ffffff2b; }
.hero-play .contractor-icon { width: 16px; height: 16px; }
.video-pause, .hero-play[data-playing='true'] .video-play { display: none; }
.hero-play[data-playing='true'] .video-pause { display: block; }
.hero-content { position: relative; padding: 44px 48px 24px; }
.hero-copy h1 { margin: 0; max-width: 95%; font: 500 clamp(48px,4.6vw,88px)/1.055 Sora,sans-serif; letter-spacing: -.068em; text-wrap: balance; }
.hero-copy > p { margin: 24px 0 26px; color: #ffffffe0; font-size: 16px; line-height: 1.65; }
.hero-estimate, .estimate-submit { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 7px 7px 7px 24px; min-height: 52px; border-radius: 999px; font-size: 14px; font-weight: 500; }
.hero-estimate { max-width: 100%; color: #151210; background: #fff; }
.hero-estimate .button-arrow { flex-shrink: 0; }
.button-arrow { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: #151210; color: #fff; }
.button-arrow .contractor-icon { width: 18px; height: 18px; }
.hero-reviews { display: flex; gap: 36px; margin-top: clamp(46px,6.8vh,80px); padding-top: 24px; border-top: 1px solid #ffffff38; }
.review-item { min-width: 0; }
.review-item + .review-item { padding-left: 36px; border-left: 1px solid #ffffff38; }
.review-brand { display: flex; align-items: center; gap: 20px; min-height: 32px; }
.review-brand img { max-width: 100%; object-fit: contain; object-position: left center; }
.trustpilot-logo, .angi-logo { filter: brightness(0) invert(1); }
.review-score { display: flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 500; white-space: nowrap; }
.review-stars { font-size: 11px; letter-spacing: 1px; }
.review-link { display: inline-flex; align-items: center; gap: 10px; min-height: 36px; margin-top: 5px; padding: 0; background: transparent; color: #ffffffcf; font-size: 11px; }
.review-link .contractor-icon { width: 13px; height: 13px; }
.hero-preview-note { margin: 12px 0 0; color: #ffffffa6; font-size: 9px; line-height: 1.5; }
.estimate-card { --estimate-sheen: #ffffffed; --estimate-sheen-edge: #15121010; position: relative; isolation: isolate; display: flex; flex-direction: column; min-width: 0; padding: clamp(26px,2.5vw,48px) clamp(24px,2.2vw,42px) 26px; border-radius: 28px; background: var(--surface); scroll-margin-top: 20px; }
.estimate-card::before { content: ''; position: absolute; z-index: -1; inset: 0; border-radius: inherit; pointer-events: none; opacity: 0; background: linear-gradient(110deg,transparent 28%,var(--estimate-sheen-edge) 40%,var(--estimate-sheen) 49%,var(--estimate-sheen-edge) 58%,transparent 70%); background-size: 250% 100%; background-position: 140% 0; }
.estimate-card.is-highlighted::before { animation: estimate-sheen 1700ms cubic-bezier(.4,0,.2,1) 100ms 1 both; }
[data-theme='dark'] .estimate-card { --estimate-sheen: #ffffff24; --estimate-sheen-edge: #ffffff05; }
@keyframes estimate-sheen { 0% { opacity: 0; background-position: 140% 0; } 18% { opacity: 1; } 78% { opacity: 1; } 100% { opacity: 0; background-position: -40% 0; } }
.estimate-heading h2 { margin: 0; font: 500 clamp(28px,2.3vw,42px)/1.14 Sora,sans-serif; letter-spacing: -.06em; }
.estimate-heading { margin-bottom: 28px; }
.estimate-form { display: flex; flex: 1; flex-direction: column; gap: 18px; min-height: 0; }
.form-field { display: flex; flex-direction: column; gap: 8px; min-width: 0; }
.form-field label { font-size: 11px; font-weight: 500; line-height: 1.5; }
.form-field label span { color: var(--muted); font-weight: 400; }
.form-field input, .form-field select, .form-field textarea { width: 100%; border: 1px solid transparent; border-radius: 12px; background: var(--field); padding: 13px 14px; min-height: 46px; font-size: 13px; line-height: 1.5; }
.form-field :is(input,textarea)::placeholder { color: var(--muted); opacity: 1; }
.form-field :is(input,textarea,select):focus-visible { outline: 1.5px solid var(--ink); outline-offset: 2px; }
.form-field [aria-invalid='true'] { border-color: var(--ink); }
.field-control { position: relative; display: flex; min-width: 0; }
.form-field .field-control :is(input,select,textarea) { padding-left: 44px; }
.field-control .field-icon { position: absolute; z-index: 1; left: 15px; top: 50%; width: 18px; height: 18px; transform: translateY(-50%); pointer-events: none; color: var(--muted); transition: color 160ms ease; }
.field-control:focus-within .field-icon { color: var(--ink); }
.field-control-brief { flex: 1; }
.field-control-brief .field-icon { top: 16px; transform: none; }
.select-wrap { position: relative; }
.select-wrap select { appearance: none; padding-right: 35px; }
.select-wrap .contractor-chevron { position: absolute; top: 50%; right: 14px; transform: translateY(-50%); pointer-events: none; }
.service-trigger { display: flex; align-items: center; gap: 12px; width: 100%; min-height: 46px; padding: 13px 14px; border: 1px solid transparent; border-radius: 12px; background: var(--field); color: var(--ink); text-align: left; font-size: 13px; line-height: 1.5; }
.service-trigger:focus-visible { outline: 1.5px solid var(--ink); outline-offset: 2px; }
.service-trigger-icon { display: flex; flex: none; color: var(--muted); }
.service-trigger-icon .contractor-icon { width: 18px; height: 18px; }
.service-trigger:focus-visible .service-trigger-icon, .service-trigger[aria-expanded='true'] .service-trigger-icon { color: var(--ink); }
.service-trigger-text { flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.select-wrap .service-chevron { position: static; transform: none; transition: transform 180ms ease; }
.service-trigger[aria-expanded='true'] .service-chevron { transform: rotate(180deg); }
.service-options { position: absolute; z-index: 15; top: calc(100% + 8px); left: 0; right: 0; max-height: min(336px,60dvh); padding: 6px; overflow-y: auto; overscroll-behavior: contain; scrollbar-width: thin; border: 1px solid var(--line); border-radius: 18px; background: var(--field); box-shadow: 0 12px 36px #00000018; }
.service-options[data-placement='above'] { top: auto; bottom: calc(100% + 8px); }
.service-option { display: flex; align-items: center; gap: 10px; min-height: 48px; padding: 7px 10px; border-radius: 12px; cursor: pointer; font-size: 13px; line-height: 1.4; }
.service-option[data-active='true'] { background: var(--surface); }
.service-option-icon { display: grid; place-items: center; flex: none; width: 32px; height: 32px; border-radius: 9px; background: var(--surface); color: var(--muted); }
.service-option-icon .contractor-icon { width: 19px; height: 19px; }
.service-option[aria-selected='true'] .service-option-icon { background: var(--ink); color: var(--inverse); }
.service-option-label { flex: 1; min-width: 0; }
.service-option-check { width: 17px; height: 17px; opacity: 0; }
.service-option[aria-selected='true'] .service-option-check { opacity: 1; }
.form-field-brief { flex: 1; }
.form-field textarea { flex: 1; min-height: 88px; max-height: 220px; resize: vertical; }
.estimate-form-bottom { margin-top: 3px; }
.estimate-submit { width: 100%; min-height: 52px; padding-left: 20px; gap: 8px; color: var(--inverse); background: var(--ink); font-size: 13px; }
.estimate-submit .button-arrow { background: #ffffff25; transition: background-color 220ms ease, color 220ms ease; }
.estimate-submit .button-arrow .contractor-icon { transition: transform 220ms cubic-bezier(.2,.8,.2,1); }
[data-theme='dark'] .estimate-submit .button-arrow { color: #151210; background: #0000000f; }
.estimate-submit:focus-visible .button-arrow { background: var(--surface); color: var(--ink); }
.estimate-submit:focus-visible .button-arrow .contractor-icon { transform: rotate(45deg); }
@media (hover: hover) {
  .estimate-submit:hover .button-arrow { background: var(--surface); color: var(--ink); }
  .estimate-submit:hover .button-arrow .contractor-icon { transform: rotate(45deg); }
}
.estimate-privacy { margin: 13px 0 0; text-align: center; font-size: 10px; color: var(--muted); }
.estimate-demo { margin: 12px 0 0; color: var(--muted); font-size: 9px; line-height: 1.6; text-align: center; }
.form-status { margin: 0; padding: 12px; background: var(--field); border-radius: 12px; font-size: 12px; line-height: 1.55; }
.projects-story { --story-gutter: max(24px,env(safe-area-inset-right),env(safe-area-inset-left)); position: relative; margin: clamp(80px,8vw,128px) calc(-1 * var(--story-gutter)) -24px; }
.projects-section { padding: 0 var(--story-gutter) clamp(40px,4vw,64px); scroll-margin-top: 28px; }
.projects-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; margin-bottom: 36px; }
.projects-heading h2 { margin: 0; font: 500 clamp(36px,4.2vw,64px)/1.12 Sora,sans-serif; letter-spacing: -.065em; }
.projects-heading h2:focus { outline: none; }
.projects-controls, .projects-arrows { display: flex; align-items: center; }
.projects-controls { gap: 24px; flex: none; }
.projects-arrows { gap: 10px; }
.projects-arrow { width: 52px; height: 52px; border: 1px solid var(--line); background: var(--page); }
.projects-arrow:disabled { opacity: .3; cursor: default; }
.projects-track { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 32px)/3); gap: 16px; overflow-x: auto; overflow-y: hidden; scroll-snap-type: x mandatory; overscroll-behavior-x: contain; scrollbar-width: none; border-radius: 28px; }
.projects-track::-webkit-scrollbar { display: none; }
.projects-track:focus-visible { outline: 2px solid var(--ink); outline-offset: 5px; }
.project-card { position: relative; height: clamp(480px,43vw,720px); min-width: 0; overflow: hidden; border-radius: 28px; background: #343b36; color: #fff; scroll-snap-align: start; scroll-snap-stop: always; }
.project-video, .project-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.project-video { object-fit: cover; }
.project-shade { pointer-events: none; background: linear-gradient(180deg,#07100c38 0%,transparent 26%,transparent 48%,#07110dbf 100%); }
.project-play { position: absolute; top: 20px; right: 20px; background: #ffffff26; border: 1px solid #ffffff38; backdrop-filter: blur(8px); }
.project-play .contractor-icon { width: 18px; height: 18px; }
.project-pause-icon, .project-play[data-playing='true'] .project-play-icon { display: none; }
.project-play[data-playing='true'] .project-pause-icon { display: block; }
.project-caption { position: absolute; left: 30px; right: 30px; bottom: 30px; }
.project-caption h3 { margin: 0; font: 500 clamp(24px,2.2vw,36px)/1.15 Sora,sans-serif; letter-spacing: -.055em; }
.project-caption p { margin: 12px 0 0; color: #ffffffcf; font-size: 13px; line-height: 1.5; }
.project-caption .project-status { font-size: 11px; }
.difference-section { position: relative; padding: 100px 48px; background: #151210; color: #f5f4f0; }
.difference-intro h2 { margin: 0; text-align: center; font: 500 clamp(44px,6.2vw,96px)/1.12 Sora,sans-serif; letter-spacing: -.065em; }
.difference-line { display: block; }
.difference-cards { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; width: min(900px,100%); margin: 76px auto 0; }
.difference-card { display: flex; flex-direction: column; min-width: 0; min-height: 540px; padding: 36px; border-radius: 28px; }
.difference-without { background: #282522; color: #eeeae4; }
.difference-with { background: #f3f3f1; color: #151210; }
.difference-card-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.difference-card-top p { margin: 0; font-size: 13px; }
.difference-mark { display: grid; place-items: center; flex: none; width: 40px; height: 40px; border: 1px solid #ffffff30; border-radius: 50%; }
.difference-mark .contractor-icon { width: 18px; height: 18px; }
.difference-brand { border-color: #15121025; font: 500 23px/1 Sora,sans-serif; letter-spacing: -.075em; }
.difference-card h3 { margin: 34px 0 40px; font: 500 clamp(30px,3.1vw,46px)/1.12 Sora,sans-serif; letter-spacing: -.06em; }
.difference-card h3 span { display: block; }
.difference-card ul { display: grid; gap: 18px; padding: 0; margin: auto 0 0; list-style: none; }
.difference-card li { display: flex; align-items: center; gap: 12px; font-size: 14px; line-height: 1.5; }
.difference-card li .contractor-icon { width: 19px; height: 19px; }
.difference-without li { color: #bcb6ae; }
.difference-with li .contractor-icon { fill: #151210; stroke: #f3f3f1; }
.projects-story[data-story-mode='pinned'] { height: var(--story-height); }
.projects-story[data-story-mode='pinned'] .projects-stage { position: sticky; top: 0; height: var(--stage-height); overflow: clip; isolation: isolate; }
.projects-story[data-story-mode='pinned'] .projects-section { display: flex; flex-direction: column; height: 100%; padding-block: clamp(28px,4.5vh,52px); transform: translateY(calc(var(--story-cover,0) * -80px)) scale(calc(1 - var(--story-cover,0) * .055)); transform-origin: center top; }
.projects-story[data-story-mode='pinned'] .projects-heading { flex: none; margin-bottom: 28px; }
.projects-story[data-story-mode='pinned'] .projects-track { flex: 1; min-height: 0; max-height: 760px; overflow-x: hidden; scroll-snap-type: none; scroll-behavior: auto; }
.projects-story[data-story-mode='pinned'] .project-card { height: 100%; }
.projects-story[data-story-mode='pinned'] .difference-section { position: absolute; z-index: 2; inset: 0; display: grid; place-items: center; padding: 48px; overflow: clip; transform: translateY(calc((1 - var(--story-cover,0)) * 100%)); }
.projects-story[data-story-mode='pinned'] .difference-intro { position: absolute; inset: 0; display: grid; place-items: center; pointer-events: none; }
.projects-story[data-story-mode='pinned'] .difference-intro h2 { width: 100%; }
.projects-story[data-story-mode='pinned'] .difference-line { opacity: calc(1 - var(--story-split,0)); }
.projects-story[data-story-mode='pinned'] .difference-line-first { transform: translateX(calc(var(--story-split,0) * -80vw)); }
.projects-story[data-story-mode='pinned'] .difference-line-last { transform: translateX(calc(var(--story-split,0) * 80vw)); }
.projects-story[data-story-mode='pinned'] .difference-cards { position: relative; margin: 0; opacity: var(--story-reveal,0); transform: translateY(calc((1 - var(--story-reveal,0)) * 36px)) scale(calc(.91 + var(--story-reveal,0) * .09)); }
.projects-story[data-story-mode='pinned'] .difference-card { height: min(620px,calc(var(--stage-height) - 140px)); min-height: 0; }
.projects-story[data-story-mode='pinned'] .difference-without { z-index: 2; transform: translateX(calc((1 - var(--story-spread,0)) * (50% + 12px))); }
.projects-story[data-story-mode='pinned'] .difference-with { z-index: 1; opacity: var(--story-second,0); transform: translateX(calc((1 - var(--story-spread,0)) * (-50% - 12px))) translateY(calc((1 - var(--story-spread,0)) * 18px)) rotate(calc((1 - var(--story-spread,0)) * 3deg)); }
@media (min-width: 761px) and (max-width: 1050px) { .difference-section { padding-inline: 32px; } .difference-card { padding: 28px; } .difference-card li { font-size: 13px; gap: 9px; } }
@media (min-width: 761px) and (max-height: 740px) { .projects-story[data-story-mode='pinned'] .difference-card { padding: 26px; } .difference-card h3 { margin-block: 22px 30px; } .difference-card ul { gap: 13px; } }
@media (max-width: 760px) {
  .projects-story { --story-gutter: 12px; margin-top: 68px; margin-bottom: -12px; }
  .projects-story .projects-section { padding-top: 0; }
  .difference-section { margin-top: 28px; padding: 72px 24px 40px; }
  .difference-intro h2 { font-size: clamp(34px,7.6vw,54px); }
  .difference-cards { grid-template-columns: 1fr; gap: 16px; margin-top: 44px; max-width: 460px; }
  .difference-card { min-height: 440px; padding: 28px; border-radius: 24px; }
  .difference-card h3 { font-size: 36px; }
  .difference-card ul { gap: 16px; }
  .difference-card li { font-size: 13px; }
}
.bravon-chat { --chat-inset: 24px; --chat-cap: 680px; --chat-reserve: 112px; position: fixed; z-index: 30; right: max(24px,env(safe-area-inset-right)); bottom: calc(max(var(--chat-inset),env(safe-area-inset-bottom)) + max(0px,calc(100dvh - var(--chat-viewport-height,100dvh) - var(--chat-viewport-top,0px)))); display: flex; flex-direction: column; width: min(520px,calc(100vw - 48px)); height: min(var(--chat-cap),calc(var(--chat-viewport-height,100dvh) - var(--chat-reserve))); min-height: 0; background: var(--page); border: 1px solid var(--line); border-radius: 26px; box-shadow: 0 20px 70px #0003; overflow: hidden; }
:root.bravon-chat-locked { overflow: hidden; }
.bravon-chat-locked body { position: fixed; top: var(--bravon-page-top,0px); left: 0; width: 100%; overflow: hidden; }
.chat-heading { display: flex; justify-content: space-between; align-items: center; padding: 14px 14px 14px 20px; border-bottom: 1px solid var(--line); flex: none; }
.chat-identity { display: flex; align-items: center; gap: 12px; }
.chat-portrait { position: relative; display: block; width: 44px; height: 44px; flex: none; }
.chat-portrait > img, .chat-avatar img { display: block; width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.chat-portrait-badge { position: absolute; right: -3px; bottom: -2px; display: grid; place-items: center; width: 19px; height: 19px; border: 2px solid var(--page); border-radius: 50%; background: var(--ink); color: var(--inverse); }
.chat-portrait-badge .sparkle-icon { width: 10px; height: 10px; }
.chat-heading h2 { margin: 0; font-size: 14px; font-weight: 500; }
.chat-heading p { margin: 5px 0 0; font-size: 10px; color: var(--muted); }
.chat-log { position: relative; display: flex; flex-direction: column; gap: 24px; overflow-y: auto; overflow-anchor: none; overscroll-behavior: contain; min-height: 0; flex: 1; padding: 22px; scrollbar-width: none; }
.chat-log::-webkit-scrollbar { display: none; }
.chat-welcome { margin: auto 0; padding: 20px 0; text-align: center; }
.chat-welcome .sparkle-icon { width: 36px; height: 36px; margin: 0 auto 22px; }
.chat-welcome h3 { margin: 0 0 12px; font: 500 23px/1.2 Sora,sans-serif; letter-spacing: -.05em; }
.chat-welcome p { color: var(--muted); font-size: 12px; line-height: 1.7; }
.chat-message { display: flex; flex: none; flex-direction: column; align-items: flex-start; gap: 14px; min-width: 0; margin: 0; font-size: 16px; line-height: 1.6; overflow-wrap: anywhere; transform-origin: top right; }
.chat-message:last-child { margin-bottom: var(--chat-tail-space,0px); }
.chat-message p { margin: 0; white-space: pre-wrap; }
.chat-message-user { align-self: flex-end; max-width: 85%; }
.chat-message-user p { padding: 11px 17px; border-radius: 23px; background: var(--surface); }
.chat-message.is-entering { opacity: 0; }
.chat-message.is-typing { min-height: 26px; animation: bravon-answer-enter 260ms ease 440ms both; }
.chat-message.is-typing p { width: fit-content; color: var(--muted); font-size: 14px; background: linear-gradient(100deg,var(--muted) 20%,var(--ink) 45%,var(--muted) 70%); background-size: 250% 100%; background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; animation: bravon-thinking 1500ms linear infinite; }
.chat-message.is-streaming p { animation: bravon-answer-enter 280ms ease both; }
.chat-answer-copy { display: grid; gap: 14px; }
.chat-answer-signature { display: flex; align-items: center; gap: 8px; font-size: 11px; color: var(--muted); }
.chat-avatar { display: block; width: 24px; height: 24px; flex: none; border-radius: 50%; background: var(--surface); }
.chat-controls { flex: none; min-width: 0; padding: 0 16px 16px; }
.chat-starters { display: flex; gap: 6px; margin-bottom: 10px; }
.chat-controls:has(textarea:not(:placeholder-shown)) .chat-starters { display: none; }
.chat-starters button { min-height: 44px; padding: 10px 13px; font-size: 12px; line-height: 1.3; white-space: nowrap; background: var(--surface); border-radius: 999px; transition: transform 180ms ease, opacity 180ms ease; }
.chat-composer { display: grid; grid-template-columns: minmax(0,1fr) 40px; align-items: end; gap: 10px; margin: 0; min-height: 58px; padding: 8px 9px 8px 18px; background: var(--surface); border-radius: 29px; }
.chat-composer textarea { display: block; width: 100%; height: 40px; min-height: 40px; margin: 0; border: 0; outline: 0; resize: none; background: transparent; padding: 8px 0; font-size: 16px; line-height: 24px; overflow-x: hidden; overflow-y: auto; overflow-wrap: anywhere; overscroll-behavior: contain; touch-action: pan-y; }
.chat-composer textarea::placeholder { color: var(--muted); opacity: 1; }
.chat-composer textarea:focus-visible { outline: none; }
.chat-composer:has(textarea:focus-visible) { outline: 1.5px solid var(--ink); outline-offset: 2px; }
.chat-composer button { display: grid; place-items: center; width: 40px; height: 40px; padding: 0; flex: none; background: var(--ink); color: var(--inverse); border-radius: 50%; }
.chat-composer :is(.icon-send,.icon-stop) { grid-area: 1/1; transition: opacity 180ms ease,transform 220ms cubic-bezier(.22,1,.36,1); }
.chat-composer .icon-send { stroke-width: 2.1; }
.chat-composer:not(.is-replying) textarea:not(:placeholder-shown) + button .icon-send { transform: rotate(-90deg); }
.chat-composer .icon-stop { width: 24px; height: 24px; fill: currentColor; opacity: 0; transform: scale(.5) rotate(45deg); }
.chat-composer.is-replying .icon-send { opacity: 0; transform: scale(.5) rotate(-45deg); }
.chat-composer.is-replying .icon-stop { opacity: 1; transform: scale(1); }
.chat-composer button:active { opacity: .8; }
@keyframes bravon-thinking { from { background-position: 100% 0; } to { background-position: -100% 0; } }
@keyframes bravon-answer-enter { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }
.chat-notice { margin: 9px 10px 13px; font-size: 9px; text-align: center; color: var(--muted); }
.contractor-dialog { width: min(440px,calc(100vw - 32px)); max-height: calc(100dvh - 32px); overflow-y: auto; padding: 0; border: 1px solid var(--line); border-radius: 24px; color: var(--ink); background: var(--page); box-shadow: 0 24px 80px #15121026; }
.contractor-dialog::backdrop { background: #1512104d; backdrop-filter: blur(4px); }
.contractor-dialog-content { padding: 24px; }
.contractor-dialog-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 20px; }
.contractor-dialog-heading .contractor-eyebrow { margin: 0; }
.contractor-dialog h2 { margin: 0 0 12px; font: 500 28px/1.2 Sora,sans-serif; letter-spacing: -.055em; }
.contractor-dialog p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
@media (hover: hover) and (pointer: fine) {
  .contractor-nav button:hover, .review-link:hover { opacity: .6; }
  .contractor-estimate:hover, .hero-estimate:hover { opacity: .85; }
  .icon-button:hover, .contractor-menu-popover button:hover, .contractor-contact-option[href]:hover { background: var(--surface); }
  .contractor-menu-popover .menu-estimate:hover, .menu-language-options button[aria-pressed='true']:hover { background: var(--ink); opacity: .85; }
  .hero-play:hover { background: #ffffff40; }
  .projects-arrow:not(:disabled):hover { background: var(--surface); }
  .project-play:hover { background: #ffffff40; }
  .contractor-chat-trigger:hover .sparkle-icon { transform: rotate(90deg); transition: transform 500ms ease; }
  .chat-starters button:hover { transform: translateY(-2px); opacity: .8; }
  .chat-composer button:hover { opacity: .8; }
}
@media (min-width: 1700px) { .hero-content { padding-inline: 64px; padding-bottom: 32px; } .hero-film-top { padding: 32px 48px; } .hero-copy > p { font-size: 18px; } .hero-reviews { gap: 48px; } .review-item + .review-item { padding-left: 48px; } .estimate-card { padding-bottom: 32px; } .estimate-form { gap: 23px; } .form-field input, .form-field select, .form-field textarea { font-size: 14px; min-height: 52px; } .form-field label { font-size: 12px; } }
@media (max-width: 1250px) {
  .contractor-header-inner { grid-template-columns: minmax(0,1fr) 180px minmax(0,1fr); padding-inline: 20px; }
  .contractor-header-left, .contractor-header-right { gap: 12px; } .contractor-header-actions { gap: 12px; } .contractor-header-start { gap: 2px; }
  .contractor-nav { gap: 24px; } .contractor-nav button, .contractor-chat-trigger { font-size: 12px; }
  .contractor-estimate { padding-inline: 16px; font-size: 12px; } .contractor-call { padding-inline: 12px; font-size: 12px; }
  .contractor-brand { font-size: 30px; }
  .hero-content { padding-inline: 32px; } .hero-reviews { gap: 22px; } .review-item + .review-item { padding-left: 22px; }
  .review-brand { align-items: flex-start; flex-direction: column; gap: 8px; } .hero-copy h1 { font-size: clamp(44px,4.8vw,60px); }
  .estimate-card { padding: 28px 22px 24px; } .estimate-heading h2 { font-size: 28px; } .estimate-submit { padding-left: 15px; font-size: 12px; }
}
@media (max-width: 1050px) {
  .projects-track { grid-auto-columns: calc((100% - 16px)/2); }
  .contractor-nav { display: none; } .contractor-menu { display: block; } .contractor-header-right { justify-content: flex-end; } .contractor-header-inner { grid-template-columns: minmax(0,1fr) 140px minmax(0,1fr); }
  .contractor-hero { grid-template-columns: minmax(0,1.55fr) minmax(300px,1fr); }
  .hero-content { padding-inline: 28px; } .hero-film-top { padding: 24px 26px; } .hero-copy h1 { font-size: 48px; } .hero-copy > p { font-size: 14px; } .desktop-break { display: none; }
  .hero-reviews { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; } .review-item + .review-item { padding-left: 12px; } .review-score { gap: 5px; } .review-stars { font-size: 10px; letter-spacing: 0; }
}
@media (max-width: 1180px) {
  .contractor-nav { display: none; }
  .contractor-menu { display: block; }
  .contractor-header-right { justify-content: flex-end; }
}
@media (min-width: 761px) and (max-height: 900px) {
  .estimate-card { padding-top: 20px; padding-bottom: 14px; }
  .estimate-heading .contractor-eyebrow { margin-bottom: 12px; }
  .estimate-heading { margin-bottom: 18px; }
  .estimate-form { gap: 10px; }
  .form-field { gap: 5px; }
  .form-field input, .form-field select, .service-trigger { padding-block: 12px; }
  .form-field textarea { min-height: 72px; }
  .hero-film-top { padding-block: 24px; }
  .hero-content { padding-top: 36px; }
  .hero-copy > p { margin: 20px 0 24px; }
  .hero-reviews { margin-top: clamp(32px,5vh,46px); padding-top: 20px; }
}
@media (min-width: 761px) and (max-height: 740px) {
  .estimate-card { padding-block: 12px; }
  .estimate-heading .contractor-eyebrow { margin-bottom: 8px; }
  .estimate-heading { margin-bottom: 12px; }
  .estimate-form { gap: 8px; }
  .form-field textarea { min-height: 64px; }
  .hero-film-top { padding-block: 20px; }
  .hero-content { padding-top: 24px; }
  .hero-copy > p { margin: 16px 0 20px; }
  .hero-reviews { margin-top: 28px; }
}
@media (max-width: 760px) {
  .projects-section { padding-top: 68px; padding-bottom: 28px; scroll-margin-top: 20px; }
  .projects-heading { align-items: flex-start; flex-direction: column; gap: 22px; margin-bottom: 24px; padding-inline: 8px; }
  .projects-heading h2 { font-size: clamp(34px,7.6vw,48px); }
  .projects-controls { width: 100%; justify-content: flex-end; }
  .projects-arrow { width: 44px; height: 44px; }
  .projects-track { grid-auto-columns: 86%; gap: 12px; border-radius: 24px; }
  .project-card { height: clamp(430px,126vw,600px); border-radius: 24px; }
  .project-caption { left: 24px; right: 24px; bottom: 26px; }
  .project-caption h3 { font-size: 27px; }
  .project-play { top: 16px; right: 16px; }
  .contractor-header-inner { min-height: 76px; padding: calc(12px + env(safe-area-inset-top)) 16px 12px; grid-template-columns: minmax(0,1fr) 44px minmax(0,1fr); }
  .contractor-header-actions { gap: 7px; } .contractor-header-actions > .contractor-estimate { display: none; } .contractor-brand { font-size: 28px; }
  .contractor-chat-trigger { width: 44px; min-width: 44px; padding: 0; justify-content: center; border-radius: 50%; color: var(--ink); background: transparent; } .contractor-chat-trigger > span { display: none; }
  .contractor-brand-reveal { display: none; } .contractor-call { gap: 4px; padding-inline: 6px; min-height: 38px; font-size: 11px; }
  .contractor-header-start { gap: 0; } .contractor-theme { width: 32px; } .contractor-theme .contractor-icon { width: 20px; height: 20px; }
  .contractor-brand { min-width: 40px; }
  .contractor-main { padding: 0 12px 12px; } .contractor-hero { grid-template-columns: 1fr; gap: 12px; min-height: 0; } .hero-film { min-height: 660px; border-radius: 24px; }
  .hero-film-top { padding: 20px 24px; } .hero-content { padding: 35px 26px 20px; } .hero-copy h1 { font-size: clamp(38px,8.5vw,60px); letter-spacing: -.065em; }
  .hero-copy > p { margin-top: 20px; max-width: 330px; font-size: 14px; } .hero-location { font-size: 11px; }
  .hero-reviews { margin-top: 44px; padding-top: 20px; gap: 10px; } .review-item + .review-item { padding-left: 10px; }
  .review-brand { gap: 9px; } .review-link { font-size: 10px; gap: 6px; } .review-link .contractor-icon { width: 12px; height: 12px; }
  .review-brand .google-logo { width: 74px; height: 24px; } .review-brand .trustpilot-logo { width: 100px; height: 24px; }
  .review-brand .angi-logo { width: 41px; height: 24px; }
  .estimate-card { padding: 30px 24px 24px; border-radius: 24px; } .estimate-heading h2 { font-size: 34px; } .estimate-form { gap: 20px; }
  .form-field input, .form-field select, .form-field textarea { font-size: 16px; min-height: 52px; } .form-field textarea { min-height: 116px; } .form-field label { font-size: 12px; }
  .service-trigger { font-size: 16px; min-height: 52px; }
  .service-option { min-height: 52px; font-size: 14px; }
  .estimate-submit { font-size: 14px; } .estimate-privacy, .estimate-demo { font-size: 11px; }
  .contractor-contact { position: static; } .contractor-contact-popover { top: 68px; left: 16px; } .contractor-popover { width: min(288px,calc(100vw - 32px)); }
  .chat-log { padding-inline: 16px; }
  .chat-controls { padding: 0 12px 12px; }
  .chat-starters { gap: 5px; }
  .chat-starters button { padding-inline: 9px; font-size: 11px; }
}
@media (max-width: 760px), (max-width: 1050px) and (max-height: 500px) {
  html { touch-action: pan-x pan-y; }
  .bravon-chat { z-index: 60; top: var(--chat-viewport-top,0px); right: 0; bottom: auto; left: 0; width: 100%; height: var(--chat-viewport-height,100dvh); max-height: none; border: 0; border-radius: 0; box-shadow: none; overscroll-behavior: contain; }
  .bravon-chat .chat-heading { padding: max(14px,env(safe-area-inset-top)) max(16px,env(safe-area-inset-right)) 14px max(20px,env(safe-area-inset-left)); }
  .bravon-chat .chat-controls { padding: 0 max(14px,env(safe-area-inset-right)) max(14px,env(safe-area-inset-bottom)) max(14px,env(safe-area-inset-left)); }
  .bravon-chat.has-chat-keyboard .chat-controls { padding-bottom: 10px; }
  .bravon-chat .chat-log { padding-inline: max(20px,env(safe-area-inset-left)) max(20px,env(safe-area-inset-right)); touch-action: pan-y; }
  .bravon-chat .chat-welcome h3 { font-size: 26px; }
  .bravon-chat .chat-welcome p { font-size: 14px; }
  .bravon-chat .chat-starters { justify-content: center; flex-wrap: wrap; }
}
@media (max-width: 360px) { .contractor-header-inner { padding-inline: 12px; } .contractor-call { padding-inline: 9px; } .contractor-header-actions { gap: 6px; } .hero-content { padding-inline: 20px; } .hero-film-top { padding-inline: 20px; } .hero-reviews { gap: 6px; } .review-item + .review-item { padding-left: 6px; } .review-score { font-size: 13px; } .review-link { font-size: 9px; } .estimate-card { padding-inline: 20px; } }
@media (max-width: 360px) { .hero-estimate { gap: 12px; padding-left: 18px; font-size: 13px; } .review-score { flex-direction: column; align-items: flex-start; gap: 3px; } }
@media (max-width: 360px) { .contractor-header-inner { grid-template-columns: minmax(0,1fr) 40px minmax(0,1fr); } .contractor-theme { width: 28px; } .contractor-call { padding-inline: 6px; } .contractor-call .contractor-chevron { display: none; } }
@media (max-height: 450px) {
  .bravon-chat .chat-heading { padding-block: 8px; }
  .bravon-chat .chat-log { padding-block: 8px; }
  .bravon-chat .chat-welcome { padding: 0; }
  .bravon-chat .chat-welcome :is(.sparkle-icon,p) { display: none; }
  .bravon-chat .chat-welcome h3 { margin: 0; font-size: 16px; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; } }
@media (prefers-reduced-motion: reduce) { .chat-message.is-typing p { background: none; -webkit-text-fill-color: var(--muted); } }
