:root{--charcoal:#252827;--off-white:#f4f1ea;--sage:#68766b;--sand:#d9cdbb;--terracotta:#a8614c;--near-black:#151716;--charcoal-light:#3b3f3d;--sage-dark:#4d5a50;--sage-light:#a8b0a7;--sand-light:#e7ded0;--warm-white:#faf8f3;--terracotta-dark:#824a3b;--terracotta-light:#c48773;--border:#d8d5cd;--muted:#696c68;--background:var(--off-white);--foreground:var(--charcoal);--surface:var(--warm-white);--accent:var(--sage);--action:var(--terracotta);--font-primary:var(--font-inter);--font-editorial:var(--font-serif);--page-width:1440px;--content-width:1240px;--gutter-desktop:48px;--gutter-tablet:32px;--gutter-mobile:20px;--space-xs:8px;--space-sm:16px;--space-md:24px;--space-lg:40px;--space-xl:64px;--space-2xl:96px;--space-3xl:144px;--radius-sm:4px;--radius-md:8px;--radius-lg:16px;--line:1px solid var(--border);--ease:cubic-bezier(.22, 1, .36, 1);--transition-fast:.18s var(--ease);--transition:.32s var(--ease)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--off-white);color:var(--charcoal);font-family:var(--font-dm-sans), Arial, sans-serif;-webkit-font-smoothing:antialiased;margin:0;font-size:16px;line-height:1.6}img,picture,video,svg{max-width:100%;display:block}button,input,textarea,select{font:inherit}button{border:0}a{color:inherit;text-decoration:none}.container{width:min(calc(100% - (var(--gutter-desktop) * 2)), var(--content-width));margin-inline:auto}.section{padding-block:var(--space-3xl);position:relative}.section--tight{padding-block:var(--space-2xl)}.section--dark{background:var(--charcoal);color:var(--off-white)}.section--black{background:var(--near-black);color:var(--off-white)}.section--sage{background:var(--sage);color:var(--off-white)}.section--sand{background:var(--sand);color:var(--charcoal)}.display-xl{font-family:var(--font-primary), sans-serif;letter-spacing:-.07em;text-transform:uppercase;font-size:clamp(4rem,10vw,12.5rem);font-weight:700;line-height:.82}.display-lg{font-family:var(--font-primary), sans-serif;letter-spacing:-.06em;text-transform:uppercase;font-size:clamp(3.5rem,7vw,6.25rem);font-weight:700;line-height:.88}.heading-xl{font-family:var(--font-primary), sans-serif;letter-spacing:-.05em;text-transform:uppercase;font-size:clamp(2.75rem,5vw,5rem);font-weight:700;line-height:.95}.heading-lg{font-family:var(--font-primary), sans-serif;letter-spacing:-.045em;text-transform:uppercase;font-size:clamp(2.25rem,4vw,3.75rem);font-weight:700;line-height:1}.heading-md{font-family:var(--font-primary), sans-serif;letter-spacing:-.035em;text-transform:uppercase;font-size:clamp(1.75rem,3vw,2.75rem);font-weight:700;line-height:1.05}.heading-sm{font-family:var(--font-primary), sans-serif;letter-spacing:-.025em;font-size:clamp(1.25rem,2vw,1.75rem);font-weight:700;line-height:1.1}.subtitle{font-family:var(--font-primary), sans-serif;letter-spacing:-.02em;font-size:clamp(1.15rem,1.8vw,1.6rem);font-weight:500;line-height:1.25}.body-lg{font-size:clamp(1.05rem,1.4vw,1.25rem);line-height:1.55}.body{font-size:1rem;line-height:1.6}.body-sm{font-size:.875rem;line-height:1.55}.eyebrow{letter-spacing:.16em;text-transform:uppercase;align-items:center;gap:12px;font-size:.72rem;font-weight:700;line-height:1;display:flex}.eyebrow:before{content:"";background:currentColor;width:32px;height:1px}.editorial{font-family:var(--font-editorial), Georgia, serif;text-transform:none;letter-spacing:-.025em;font-weight:400}.text-muted{color:var(--muted)}.text-sage{color:var(--sage)}.text-terracotta{color:var(--terracotta)}.text-off-white{color:var(--off-white)}.uppercase{text-transform:uppercase}.btn{border-radius:var(--radius-sm);letter-spacing:.08em;text-transform:uppercase;cursor:pointer;min-height:52px;transition:background var(--transition-fast), color var(--transition-fast), border-color var(--transition-fast), transform var(--transition-fast);border:1px solid #0000;justify-content:center;align-items:center;gap:14px;padding:0 24px;font-size:.78rem;font-weight:700;display:inline-flex}.btn:hover{transform:translateY(-2px)}.btn--primary{background:var(--terracotta);color:var(--off-white)}.btn--primary:hover{background:var(--terracotta-dark)}.btn--dark{background:var(--charcoal);color:var(--off-white)}.btn--dark:hover{background:var(--near-black)}.btn--outline{color:inherit;background:0 0;border-color:currentColor}.btn--outline:hover{background:var(--charcoal);border-color:var(--charcoal);color:var(--off-white)}.rule{background:var(--border);width:100%;height:1px}.section-number{letter-spacing:.14em;text-transform:uppercase;font-size:.7rem;font-weight:700}.geometric-border{border:var(--line)}.image-frame{position:relative;overflow:hidden}.image-frame img{object-fit:cover;width:100%;height:100%}::selection{background:var(--sage);color:var(--off-white)}@media (max-width:1024px){:root{--space-3xl:112px}.container{width:calc(100% - (var(--gutter-tablet) * 2))}}@media (max-width:768px){:root{--space-xl:48px;--space-2xl:72px;--space-3xl:88px}.container{width:calc(100% - (var(--gutter-mobile) * 2))}.display-xl{font-size:clamp(3.5rem,18vw,6rem)}.display-lg{font-size:clamp(3rem,14vw,5rem)}.section{padding-block:var(--space-2xl)}.btn{min-height:50px}}.site-header{z-index:1000;background:var(--off-white);width:100%;position:relative}.utility-bar{background:var(--near-black);color:var(--off-white);border-bottom:1px solid #f4f1ea1f}.utility-bar__inner{letter-spacing:.09em;text-transform:uppercase;justify-content:space-between;align-items:center;gap:24px;min-height:32px;font-size:.67rem;font-weight:600;display:flex}.utility-bar__actions{align-items:center;gap:24px;display:flex}.utility-bar a{transition:color var(--transition-fast)}.utility-bar a:hover{color:var(--sage-light)}.main-nav{background:var(--off-white);border-bottom:1px solid #2528271f}.main-nav__inner{grid-template-columns:auto 1fr auto;align-items:center;gap:40px;min-height:88px;display:grid}.brand{align-items:center;width:185px;display:inline-flex}.brand__logo{object-fit:contain;width:100%;height:auto}.desktop-nav{justify-content:center;align-items:center;gap:clamp(20px,2vw,34px);display:flex}.nav-link{letter-spacing:.075em;text-transform:uppercase;padding-block:8px;font-size:.73rem;font-weight:700;position:relative}.nav-link:after{content:"";transform-origin:100%;width:100%;height:1px;transition:transform var(--transition);background:currentColor;position:absolute;bottom:2px;left:0;transform:scaleX(0)}.nav-link:hover:after{transform-origin:0;transform:scaleX(1)}.header-actions{align-items:center;gap:10px;display:flex}.header-actions .btn{min-height:44px;padding-inline:17px;font-size:.67rem}.header-schedule:hover{background:var(--sage);border-color:var(--sage)}.menu-toggle{cursor:pointer;background:0 0;width:48px;height:48px;display:none;position:relative}.menu-toggle span{background:var(--charcoal);width:28px;height:1.5px;transition:transform var(--transition), top var(--transition);position:absolute;left:10px}.menu-toggle span:first-child{top:19px}.menu-toggle span:last-child{top:28px}.menu-toggle.is-open span:first-child{top:24px;transform:rotate(45deg)}.menu-toggle.is-open span:last-child{top:24px;transform:rotate(-45deg)}.mobile-menu{display:none}@media (max-width:1080px){.desktop-nav,.header-actions{display:none}.main-nav__inner{grid-template-columns:1fr auto;gap:20px;min-height:76px}.brand{width:155px}.menu-toggle{justify-self:end;display:block}.mobile-menu{background:var(--near-black);color:var(--off-white);opacity:0;visibility:hidden;pointer-events:none;transition:opacity var(--transition), transform var(--transition), visibility var(--transition);display:block;position:fixed;inset:108px 0 0;overflow-y:auto;transform:translateY(-16px)}.mobile-menu.is-open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.mobile-menu__inner{flex-direction:column;min-height:calc(100vh - 108px);padding-top:32px;padding-bottom:40px;display:flex}.mobile-nav{border-top:1px solid #f4f1ea29}.mobile-nav__link{letter-spacing:-.04em;text-transform:uppercase;min-height:78px;transition:background var(--transition-fast), padding var(--transition-fast);border-bottom:1px solid #f4f1ea29;grid-template-columns:44px 1fr auto;align-items:center;gap:18px;font-size:clamp(1.5rem,5vw,2.4rem);font-weight:700;line-height:1;display:grid}.mobile-nav__link:hover{background:#f4f1ea0d;padding-inline:8px}.mobile-nav__number{letter-spacing:.12em;color:var(--sage-light);align-self:start;padding-top:26px;font-size:.62rem;font-weight:600}.mobile-menu__actions{gap:10px;margin-top:32px;display:grid}.mobile-menu__button{width:100%;min-height:58px}.mobile-menu__actions .btn--outline{color:var(--off-white);border-color:#f4f1ea80}.mobile-menu__actions .btn--outline:hover{background:var(--off-white);color:var(--charcoal)}.mobile-menu__footer{grid-template-columns:1fr auto;align-items:end;gap:32px;margin-top:auto;padding-top:56px;display:grid}.mobile-menu__footer p{color:#f4f1eaa6;max-width:440px;margin-top:18px}.mobile-menu__badge{object-fit:contain;width:115px;height:115px}}@media (max-width:600px){.utility-bar{display:none}.main-nav__inner{min-height:72px}.brand{width:138px}.mobile-menu{inset:72px 0 0}.mobile-menu__inner{min-height:calc(100vh - 72px);padding-top:20px}.mobile-nav__link{min-height:70px}.mobile-menu__footer{grid-template-columns:1fr}.mobile-menu__badge{display:none}}.home-hero{isolation:isolate;background:var(--charcoal);min-height:820px;color:var(--off-white);position:relative;overflow:hidden}.home-hero__media{z-index:0;position:absolute;inset:0}.home-hero__image-overlay{background:linear-gradient(90deg,#151716e6 0%,#151716b8 36%,#15171633 68%,#1517160d 100%),linear-gradient(#0000 55%,#1517164d);position:absolute;inset:0}.home-hero__panel{z-index:1;clip-path:polygon(0 0,78% 0,100% 48%,82% 100%,0 100%);background:#252827ad;width:min(64vw,1020px);position:absolute;top:0;bottom:0;left:0}.home-hero__grid{z-index:2;pointer-events:none;background-image:linear-gradient(#f4f1ea0f 1px,#0000 1px),linear-gradient(90deg,#f4f1ea0f 1px,#0000 1px);background-size:120px 120px;position:absolute;inset:0}.home-hero__shell{z-index:3;align-items:center;width:min(100% - 80px,1500px);min-height:820px;margin:0 auto;display:flex;position:relative}.home-hero__content{width:min(720px,58vw);padding-bottom:80px;animation:.8s cubic-bezier(.22,1,.36,1) both homeHeroCopyIn}.home-hero__title-soft{color:var(--sand)}.home-hero__actions{flex-wrap:wrap;gap:10px;margin-top:34px;display:flex}.home-hero__primary,.home-hero__secondary{min-width:255px;min-height:62px;font-family:var(--font-dm-sans), Arial, sans-serif;letter-spacing:.07em;justify-content:space-between;align-items:center;gap:38px;padding:0 22px;font-size:.68rem;font-weight:800;transition:transform .18s,background-color .18s,color .18s;display:inline-flex}.home-hero__primary{background:var(--terracotta);color:var(--off-white)}.home-hero__secondary{color:var(--off-white);background:#2528272e;border:1px solid #f4f1ea80}.home-hero__primary:hover{background:var(--sand);color:var(--charcoal);transform:translateY(-3px)}.home-hero__secondary:hover{background:var(--off-white);color:var(--charcoal);transform:translateY(-3px)}.home-hero-quickstart{z-index:20;width:min(100% - 100px,1340px);margin:-115px auto 0;animation:.85s cubic-bezier(.22,1,.36,1) .25s both homeHeroGuideIn;position:relative}.hero-guide{background:var(--off-white);width:100%;color:var(--charcoal);border:1px solid #2528272e;box-shadow:0 28px 70px #15171633}.hero-guide__accent{background:var(--terracotta);height:8px}.hero-guide__header{border-bottom:1px solid #25282729;justify-content:space-between;align-items:center;min-height:78px;padding:0 30px;display:flex}.hero-guide__header>div{flex-direction:column;gap:4px;display:flex}.hero-guide__header strong{font-family:var(--font-inter), Arial, sans-serif;font-size:.76rem;font-weight:800}.hero-guide__header>div>span,.hero-guide__progress{font-family:var(--font-dm-sans), Arial, sans-serif;letter-spacing:.1em;color:var(--terracotta);font-size:.55rem;font-weight:800}.hero-guide__body{padding:34px 30px 30px}.hero-guide__intro{grid-template-columns:1.2fr .8fr;align-items:end;gap:60px;margin-bottom:32px;display:grid}.hero-guide__micro{font-family:var(--font-dm-sans), Arial, sans-serif;letter-spacing:.1em;color:var(--terracotta);margin-bottom:12px;font-size:.55rem;font-weight:800;display:block}.hero-guide__intro h2,.hero-guide__result h2{font-family:var(--font-inter), Arial, sans-serif;letter-spacing:-.055em;margin:0;font-size:clamp(2.2rem,3.2vw,3.8rem);font-weight:800;line-height:.88}.hero-guide__intro h2 span{display:block}.hero-guide__intro>p{max-width:400px;font-family:var(--font-dm-sans), Arial, sans-serif;color:var(--muted);margin:0;font-size:.86rem;line-height:1.55}.hero-guide__options{border-top:1px solid #25282729;border-bottom:1px solid #25282729;grid-template-columns:repeat(4,1fr);display:grid}.hero-guide__option{text-align:left;min-height:140px;color:var(--charcoal);cursor:pointer;background:0 0;border-right:1px solid #25282729;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;padding:18px;transition:background-color .18s,transform .18s;display:grid}.hero-guide__option:last-child{border-right:0}.hero-guide__option:hover{background:var(--sage);transform:translateY(-5px)}.hero-guide__number{font-family:var(--font-dm-sans), Arial, sans-serif;color:var(--terracotta);align-self:start;font-size:.55rem;font-weight:800}.hero-guide__option>div{flex-direction:column;gap:5px;display:flex}.hero-guide__option strong{font-family:var(--font-inter), Arial, sans-serif;font-size:.86rem;font-weight:800}.hero-guide__option>div>span{font-family:var(--font-dm-sans), Arial, sans-serif;color:var(--muted);font-size:.67rem;line-height:1.4}.hero-guide__arrow{transition:transform .18s}.hero-guide__option:hover .hero-guide__arrow{transform:translate(6px)}.hero-guide__result{grid-template-columns:1fr auto;align-items:end;gap:60px;min-height:280px;padding:34px 30px;display:grid}.hero-guide__result-label{font-family:var(--font-dm-sans), Arial, sans-serif;letter-spacing:.1em;color:var(--sage-dark);margin:0 0 8px;font-size:.58rem;font-weight:800}.hero-guide__result-copy{max-width:670px;font-family:var(--font-dm-sans), Arial, sans-serif;color:var(--muted);margin:18px 0 0;font-size:.86rem;line-height:1.55}.hero-guide__result-actions{flex-direction:column;gap:9px;min-width:300px;display:flex}.hero-guide__back{min-height:48px;color:var(--charcoal);cursor:pointer;background:0 0;border:1px solid #25282733;font-size:.58rem;font-weight:800}.hero-guide__cta{background:var(--terracotta);min-height:60px;color:var(--off-white);justify-content:space-between;align-items:center;gap:25px;padding:0 18px;font-size:.62rem;font-weight:800;display:flex}.hero-guide__footer{background:var(--charcoal);min-height:50px;color:var(--off-white);font-family:var(--font-dm-sans), Arial, sans-serif;letter-spacing:.1em;justify-content:space-between;align-items:center;padding:0 30px;font-size:.5rem;font-weight:800;display:flex}@keyframes homeHeroCopyIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes homeHeroGuideIn{0%{opacity:0;transform:translateY(35px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1000px){.home-hero__shell{width:calc(100% - 48px)}.home-hero__content{width:72%}.home-hero-quickstart{width:calc(100% - 48px)}.hero-guide__options{grid-template-columns:repeat(2,1fr)}.hero-guide__option:nth-child(2){border-right:0}.hero-guide__option:nth-child(-n+2){border-bottom:1px solid #25282729}}@media (max-width:700px){.home-hero{background:var(--charcoal);flex-direction:column;min-height:auto;display:flex}.home-hero__media{width:100%;height:330px;position:relative}.home-hero__panel,.home-hero__grid{display:none}.home-hero__image-overlay{background:linear-gradient(#1517160d,#1517169e)}.home-hero__shell{width:100%;min-height:auto;padding:52px 20px 65px}.home-hero__content{width:100%;padding:0}.home-hero__title{font-size:clamp(4rem,18vw,5.8rem);line-height:.79}.home-hero__description{margin-top:28px;font-size:.96rem}.home-hero__actions{grid-template-columns:1fr;display:grid}.home-hero__primary,.home-hero__secondary{width:100%;min-width:0}.home-hero__marker{display:none}.home-hero-quickstart{width:100%;margin:0;animation:none}.hero-guide{box-shadow:none;border-left:0;border-right:0}.hero-guide__header{padding:0 20px}.hero-guide__body{padding:30px 20px}.hero-guide__intro{grid-template-columns:1fr;gap:20px}.hero-guide__intro h2,.hero-guide__result h2{font-size:clamp(2.7rem,12vw,4rem)}.hero-guide__options{grid-template-columns:1fr}.hero-guide__option{border-bottom:1px solid #25282729;border-right:0;min-height:100px}.hero-guide__option:hover{transform:none}.hero-guide__result{grid-template-columns:1fr;gap:30px;padding:30px 20px}.hero-guide__result-actions{min-width:0}.hero-guide__footer{padding:0 20px}.hero-guide__footer span:nth-child(2){display:none}}.start-here{background:var(--off-white);color:var(--charcoal);padding:245px 0 155px;position:relative;overflow:hidden}.start-here__shell{grid-template-rows:auto minmax(330px,auto) minmax(300px,auto);grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;width:min(100% - 80px,1500px);margin:0 auto;display:grid;position:relative}.start-here__heading{z-index:3;grid-area:1/1/auto/5;grid-template-columns:2fr 1fr;align-items:end;column-gap:60px;margin-bottom:55px;display:grid;position:relative}.start-here__label{font-family:var(--font-inter), Arial, sans-serif;letter-spacing:.08em;text-transform:uppercase;grid-column:1/-1;margin:0 0 28px;font-size:1rem;font-weight:800}.start-here__title{font-family:var(--font-inter), Arial, sans-serif;letter-spacing:-.075em;text-transform:uppercase;margin:0;font-size:clamp(4.5rem,7vw,7.8rem);font-weight:800;line-height:.83}.start-here__intro{max-width:360px;font-family:var(--font-dm-sans), Arial, sans-serif;color:var(--muted);margin:0 0 8px;font-size:1rem;line-height:1.6}.start-here__ghost{z-index:0;font-family:var(--font-inter), Arial, sans-serif;letter-spacing:-.11em;color:#25282709;pointer-events:none;-webkit-user-select:none;user-select:none;font-size:clamp(19rem,32vw,36rem);font-weight:800;line-height:.7;position:absolute;bottom:-105px;left:-55px}.start-card{z-index:2;background:var(--sand-light);min-width:0;color:var(--charcoal);border:1px solid #2528272e;border-radius:0;flex-direction:column;padding:30px;text-decoration:none;transition:background-color .22s,color .22s;display:flex;position:relative;overflow:hidden}.start-card--leak{grid-area:2/1/auto/3}.start-card--replace{grid-area:2/3/auto/4}.start-card--condition{grid-area:2/4/auto/5}.start-card--storm{grid-area:3/1/auto/3}.start-card--unsure{grid-area:3/3/auto/5}.start-card__top{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.start-card__number{font-family:var(--font-dm-sans), Arial, sans-serif;letter-spacing:.14em;color:var(--sage-dark);font-size:.78rem;font-weight:600;transition:color .22s}.start-card__arrow{width:38px;height:38px;font-family:var(--font-dm-sans), Arial, sans-serif;border:1px solid;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;transition:transform .2s,background-color .2s,color .2s;display:flex}.start-card__content{margin-top:auto;padding-top:50px}.start-card__title{max-width:480px;font-family:var(--font-inter), Arial, sans-serif;letter-spacing:-.05em;text-transform:uppercase;margin:0;font-size:clamp(1.65rem,2.35vw,3rem);font-weight:800;line-height:.94}.start-card__description{max-width:430px;font-family:var(--font-dm-sans), Arial, sans-serif;color:var(--muted);margin:18px 0 0;font-size:.92rem;line-height:1.5;transition:color .22s}.start-card__action{font-family:var(--font-dm-sans), Arial, sans-serif;letter-spacing:.08em;border-top:1px solid #25282738;margin-top:30px;padding-top:16px;font-size:.68rem;font-weight:700;transition:border-color .22s}@media (hover:hover) and (pointer:fine){.start-card:hover{background:var(--sage-dark);color:var(--off-white)}.start-card:hover .start-card__number{color:var(--sand)}.start-card:hover .start-card__description{color:#f4f1eabd}.start-card:hover .start-card__action{border-color:#f4f1ea47}.start-card:hover .start-card__arrow{background:var(--off-white);color:var(--charcoal);transform:translate(3px,-3px)}}@media (max-width:1000px){.start-here{padding:105px 0 120px}.start-here__shell{grid-template-rows:auto;grid-template-columns:repeat(2,minmax(0,1fr));width:min(100% - 48px,1500px)}.start-here__heading{grid-area:auto/1/auto/3;grid-template-columns:1fr;gap:28px}.start-card--leak,.start-card--storm,.start-card--unsure{grid-area:auto/1/auto/3}.start-card--replace{grid-area:auto/1}.start-card--condition{grid-area:auto/2}.start-card{min-height:300px}}@media (max-width:650px){.start-here{padding:80px 0 90px}.start-here__shell{grid-template-columns:1fr;gap:7px;width:calc(100% - 36px);display:grid}.start-here__heading{grid-column:1;margin-bottom:30px}.start-here__title{font-size:clamp(3.3rem,15vw,5rem)}.start-here__intro{margin-top:4px}.start-card--leak,.start-card--replace,.start-card--condition,.start-card--storm,.start-card--unsure{grid-area:auto/1}.start-card{min-height:270px;padding:24px}.start-card__title{font-size:clamp(1.75rem,8vw,2.5rem)}.start-here__ghost{color:#25282706;font-size:15rem;display:block;bottom:-20px;left:-25px}}.brand-position{background:var(--charcoal);color:var(--off-white);padding:135px 0 175px;position:relative;overflow:hidden}.brand-position__shell{grid-template-rows:auto 170px 190px 210px 190px;grid-template-columns:repeat(12,minmax(0,1fr));gap:0;width:min(100% - 80px,1500px);margin:0 auto;display:grid;position:relative}.brand-position__label{z-index:6;font-family:var(--font-inter), Arial, sans-serif;letter-spacing:.1em;color:var(--sand);grid-area:1/1/auto/5;margin:0 0 34px;font-size:.9rem;font-weight:800;position:relative}.brand-position__headline{z-index:5;grid-area:2/1/4/8;align-self:start;position:relative;transform:translateY(-55px)}.brand-position__headline h2{font-family:var(--font-inter), Arial, sans-serif;letter-spacing:-.075em;text-transform:uppercase;margin:0;font-size:clamp(4.8rem,7.7vw,8.8rem);font-weight:800;line-height:.79}.brand-position__headline span{display:block}.brand-position__headline span:last-child{color:var(--sand)}.brand-position__image{z-index:2;grid-area:1/7/4/13;min-height:610px;position:relative;overflow:hidden}.brand-position__image img{object-fit:cover;object-position:center 40%;filter:saturate(.8)contrast(1.03)brightness(.94)}.brand-position__intro{z-index:5;grid-area:4/1/5/5;align-self:start;max-width:440px;padding-top:18px;padding-left:10px;padding-right:40px;position:relative}.brand-position__intro p{font-family:var(--font-dm-sans), Arial, sans-serif;color:#f4f1eac7;margin:0 0 24px;font-size:1.16rem;font-weight:400;line-height:1.7}.brand-position__intro p:last-child{margin-bottom:0}.brand-position__point{z-index:7;background:var(--sage-dark);min-width:0;color:var(--off-white);border:1px solid #f4f1ea21;border-radius:0;flex-direction:column;padding:26px 30px;display:flex;position:relative}.brand-position__point--one{grid-area:4/5/5/9;margin-top:-42px}.brand-position__point--two{border-left:0;grid-area:4/9/5/13;margin-top:-42px}.brand-position__point--three{border-top:0;grid-area:5/7/6/13}.brand-position__number{font-family:var(--font-dm-sans), Arial, sans-serif;letter-spacing:.15em;color:var(--sand);font-size:.8rem;font-weight:600}.brand-position__point h3{max-width:420px;font-family:var(--font-inter), Arial, sans-serif;letter-spacing:-.045em;text-transform:uppercase;margin:auto 0 14px;padding-top:42px;font-size:clamp(1.65rem,2.15vw,2.6rem);font-weight:800;line-height:.92}.brand-position__point p{max-width:430px;font-family:var(--font-dm-sans), Arial, sans-serif;color:#f4f1eac2;margin:0;font-size:1.06rem;font-weight:400;line-height:1.55}.brand-position__ghost{z-index:0;font-family:var(--font-inter), Arial, sans-serif;letter-spacing:-.11em;color:#f4f1ea05;pointer-events:none;-webkit-user-select:none;user-select:none;font-size:clamp(16rem,28vw,32rem);font-weight:800;line-height:.68;position:absolute;bottom:-130px;left:-40px}@media (max-width:1050px){.brand-position{padding:110px 0 125px}.brand-position__shell{grid-template-rows:auto;grid-template-columns:repeat(8,minmax(0,1fr));width:min(100% - 48px,1500px)}.brand-position__label{grid-area:auto/1/auto/9}.brand-position__headline{grid-area:auto/1/auto/7;margin-bottom:42px}.brand-position__image{grid-area:auto/3/auto/9;min-height:500px}.brand-position__intro{grid-area:auto/1/auto/5;padding:48px 0}.brand-position__point--one{grid-area:auto/1/auto/5;margin-top:0}.brand-position__point--two{border-left:0;grid-area:auto/5/auto/9;margin-top:0}.brand-position__point--three{grid-area:auto/3/auto/9}}@media (max-width:700px){.brand-position{padding:82px 0 95px}.brand-position__shell{flex-direction:column;width:calc(100% - 36px);display:flex}.brand-position__label{margin-bottom:26px}.brand-position__headline{margin-bottom:38px}.brand-position__headline h2{font-size:clamp(3.3rem,15vw,5.2rem)}.brand-position__image{min-height:430px;margin-left:12%}.brand-position__intro{max-width:90%;padding:45px 0}.brand-position__point{min-height:230px}.brand-position__point--one,.brand-position__point--two,.brand-position__point--three{border:1px solid #f4f1ea21;width:100%;margin:0}.brand-position__point--two,.brand-position__point--three{border-top:0}.brand-position__ghost{font-size:12rem;bottom:80px;left:-20px}}.inspection{background:var(--off-white);color:var(--charcoal);padding:125px 0 150px;position:relative;overflow:hidden}.inspection__shell{width:min(100% - 80px,1500px);margin:0 auto}.inspection__header{margin-bottom:85px}.inspection__label{font-family:var(--font-inter), Arial, sans-serif;letter-spacing:.09em;text-transform:uppercase;margin:0 0 32px;font-size:.92rem;font-weight:800}.inspection__headline-row{grid-template-columns:minmax(0,2fr) minmax(280px,.65fr);align-items:end;gap:80px;display:grid}.inspection__title{max-width:1000px;font-family:var(--font-inter), Arial, sans-serif;letter-spacing:-.075em;text-transform:uppercase;margin:0;font-size:clamp(5rem,8.5vw,9.8rem);font-weight:800;line-height:.78}.inspection__title span{display:block}.inspection__title span:nth-child(2),.inspection__title span:nth-child(3){color:var(--sage-dark)}.inspection__intro{max-width:370px;padding-bottom:14px}.inspection__intro strong{font-family:var(--font-inter), Arial, sans-serif;letter-spacing:.05em;margin-bottom:18px;font-size:1rem;font-weight:800;display:block}.inspection__intro p{font-family:var(--font-dm-sans), Arial, sans-serif;color:var(--muted);margin:0 0 14px;font-size:1.05rem;line-height:1.6}.inspection__steps{border-top:1px solid #25282733;border-bottom:1px solid #25282733;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:115px;display:grid}.inspection-step{border-right:1px solid #2528272e;flex-direction:column;min-width:0;min-height:500px;padding:30px 30px 32px;display:flex}.inspection-step:last-child{border-right:0}.inspection-step__number{font-family:var(--font-dm-sans), Arial, sans-serif;letter-spacing:.16em;color:var(--sage-dark);font-size:.8rem;font-weight:600}.inspection-step__main{margin-top:90px}.inspection-step h3{font-family:var(--font-inter), Arial, sans-serif;letter-spacing:-.045em;text-transform:uppercase;margin:0 0 10px;font-size:clamp(1.8rem,2.3vw,2.8rem);font-weight:800;line-height:.95}.inspection-step__short{font-family:var(--font-dm-sans), Arial, sans-serif;color:var(--muted);margin:0;font-size:1.05rem;line-height:1.45}.inspection-step__body{font-family:var(--font-dm-sans), Arial, sans-serif;color:var(--charcoal);margin:34px 0 0;font-size:1rem;line-height:1.62}.inspection-step__detail{font-family:var(--font-dm-sans), Arial, sans-serif;letter-spacing:.055em;color:var(--sage-dark);border-top:1px solid #25282729;margin:auto 0 0;padding-top:28px;font-size:.74rem;font-weight:700;line-height:1.55}.inspection__visual{min-height:800px;position:relative}.inspection__photo{width:100%;min-height:800px;position:relative;overflow:hidden}.inspection__photo img{object-fit:cover;object-position:center}.inspection__ghost{z-index:2;font-family:var(--font-inter), Arial, sans-serif;letter-spacing:-.12em;color:#f4f1ea17;pointer-events:none;font-size:clamp(18rem,32vw,36rem);font-weight:800;line-height:.7;position:absolute;bottom:-80px;left:-30px}.report-card{z-index:5;background:var(--off-white);width:min(420px,36%);color:var(--charcoal);border:1px solid #25282738;position:absolute;top:50%;right:6%;transform:translateY(-50%);box-shadow:0 18px 45px #0000001f}.report-card__top{min-height:66px;font-family:var(--font-dm-sans), Arial, sans-serif;letter-spacing:.14em;border-bottom:1px solid #25282729;justify-content:space-between;align-items:center;padding:0 26px;font-size:.7rem;font-weight:800;display:flex}.report-card__dots{border-bottom:1px solid #2528271f;align-items:center;gap:7px;min-height:46px;padding:0 24px;display:flex}.report-card__dot{color:#25282761;width:28px;height:32px;font-family:var(--font-dm-sans), Arial, sans-serif;cursor:pointer;background:0 0;border:0;place-items:center;padding:0;font-size:.9rem;transition:color .18s,transform .18s;display:grid}.report-card__dot:hover{color:var(--sage-dark)}.report-card__dot--active{color:var(--sage-dark);transform:scale(1.1)}.report-card__dot:focus-visible{outline:2px solid var(--terracotta);outline-offset:2px}.report-card__image{aspect-ratio:1.75;background:#ddd;width:100%;position:relative;overflow:hidden}.report-card__image img{object-fit:cover;animation:.3s reportImageIn}@keyframes reportImageIn{0%{opacity:.45}to{opacity:1}}.report-card__content{padding:26px}.report-card__category{font-family:var(--font-dm-sans), Arial, sans-serif;letter-spacing:.13em;color:var(--sage-dark);margin:0 0 14px;font-size:.68rem;font-weight:800}.report-card__content h3{max-width:330px;font-family:var(--font-inter), Arial, sans-serif;letter-spacing:-.045em;text-transform:uppercase;margin:0 0 24px;font-size:clamp(1.7rem,2.4vw,2.5rem);font-weight:800;line-height:.92}.report-card__priority{font-family:var(--font-dm-sans), Arial, sans-serif;letter-spacing:.1em;border-top:1px solid #2528272e;border-bottom:1px solid #2528272e;justify-content:space-between;align-items:center;gap:20px;padding:15px 0;font-size:.7rem;font-weight:700;display:flex}.report-card__priority-value--high{color:var(--terracotta)}.report-card__priority-value--moderate{color:#9a623f}.report-card__priority-value--monitor{color:var(--sage-dark)}.report-card__description{font-family:var(--font-dm-sans), Arial, sans-serif;color:var(--muted);margin:24px 0;font-size:.96rem;line-height:1.6}.report-card__recommendation{font-family:var(--font-dm-sans), Arial, sans-serif;border-top:1px solid #25282726;justify-content:space-between;align-items:flex-end;gap:20px;padding-top:18px;display:flex}.report-card__recommendation span{letter-spacing:.12em;color:var(--muted);font-size:.64rem;font-weight:700}.report-card__recommendation strong{text-align:right;letter-spacing:.08em;font-size:.72rem}.report-card__footer{background:var(--sage-dark);min-height:54px;color:var(--off-white);font-family:var(--font-dm-sans), Arial, sans-serif;letter-spacing:.11em;justify-content:space-between;align-items:center;padding:0 25px;font-size:.65rem;font-weight:800;display:flex}@media (max-width:1050px){.inspection__shell{width:min(100% - 48px,1500px)}.inspection__headline-row{grid-template-columns:1fr;gap:42px}.inspection__intro{max-width:560px}.inspection__steps{grid-template-columns:repeat(2,1fr)}.inspection-step{border-bottom:1px solid #2528272e;min-height:460px}.inspection-step:nth-child(2){border-right:0}.inspection__visual,.inspection__photo{min-height:700px}.report-card{width:min(410px,46%);right:4%}}@media (max-width:700px){.inspection{padding:82px 0 95px}.inspection__shell{width:calc(100% - 36px)}.inspection__header{margin-bottom:58px}.inspection__title{font-size:clamp(3.4rem,15vw,5.3rem)}.inspection__steps{grid-template-columns:1fr;margin-bottom:75px}.inspection-step{border-right:0;min-height:auto;padding:28px 5px 34px}.inspection-step__main{margin-top:50px}.inspection-step__body{max-width:95%}.inspection-step__detail{margin-top:42px}.inspection__visual{min-height:0}.inspection__photo{min-height:470px}.inspection__photo img{object-position:38% center}.inspection__ghost{font-size:13rem;bottom:-20px;left:-15px}.report-card{width:calc(100% - 28px);margin:-75px 0 0 auto;position:relative;top:auto;right:auto;transform:none}.report-card__content{padding:24px}}.project-estimator{background:var(--terracotta);color:var(--off-white);padding:145px 0 155px;position:relative;overflow:hidden}.project-estimator__shell{z-index:2;grid-template-columns:1.05fr .95fr;align-items:center;gap:clamp(70px,8vw,140px);width:min(100% - 80px,1500px);margin:0 auto;display:grid;position:relative}.project-estimator__ghost{z-index:0;font-family:var(--font-inter), Arial, sans-serif;letter-spacing:-.12em;color:#f4f1ea0e;pointer-events:none;-webkit-user-select:none;user-select:none;font-size:clamp(21rem,39vw,42rem);font-weight:800;line-height:.72;position:absolute;top:-30px;right:-70px}.project-estimator__copy{z-index:3;position:relative}.project-estimator__label{font-family:var(--font-inter), Arial, sans-serif;letter-spacing:.09em;margin:0 0 35px;font-size:.95rem;font-weight:800}.project-estimator__title{max-width:800px;font-family:var(--font-inter), Arial, sans-serif;letter-spacing:-.075em;text-transform:uppercase;margin:0;font-size:clamp(4.7rem,7.2vw,8.2rem);font-weight:800;line-height:.79}.project-estimator__title span{display:block}.project-estimator__title span:nth-child(2){color:var(--sand)}.project-estimator__title span:last-child{color:var(--charcoal)}.project-estimator__support{border-top:1px solid #f4f1ea4d;grid-template-columns:1fr auto;gap:35px;max-width:650px;margin-top:55px;padding-top:24px;display:grid}.project-estimator__support p{max-width:390px;font-family:var(--font-dm-sans), Arial, sans-serif;color:#f4f1eae0;margin:0;font-size:1.16rem;line-height:1.6}.project-estimator__time{font-family:var(--font-dm-sans), Arial, sans-serif;letter-spacing:.04em;white-space:nowrap;align-self:end;align-items:center;gap:10px;font-size:.8rem;font-weight:700;display:flex}.project-estimator__time-dot{background:var(--sand);border-radius:50%;width:8px;height:8px}.project-estimator__start{background:var(--charcoal);min-height:64px;color:var(--off-white);font-family:var(--font-dm-sans), Arial, sans-serif;letter-spacing:.075em;cursor:pointer;border:0;justify-content:space-between;align-items:center;gap:60px;margin-top:48px;padding:0 26px;font-size:.78rem;font-weight:800;transition:background-color .18s,color .18s,transform .18s;display:inline-flex}.project-estimator__start:hover{background:var(--sand);color:var(--charcoal);transform:translateY(-3px)}.project-estimator__visual{z-index:3;padding:45px 0 70px;position:relative}.mini-estimator{background:var(--sage-dark);width:min(100%,620px);color:var(--off-white);border:1px solid #f4f1ea3d;margin-left:auto;position:relative;overflow:hidden;box-shadow:0 28px 70px #25282738}.mini-estimator__accent{background:var(--sand);width:100%;height:10px}.mini-estimator__header{border-bottom:1px solid #f4f1ea2e;justify-content:space-between;align-items:center;min-height:95px;padding:24px 30px;display:flex}.mini-estimator__header>div{flex-direction:column;gap:7px;display:flex}.mini-estimator__eyebrow{font-family:var(--font-inter), Arial, sans-serif;letter-spacing:.1em;font-size:.82rem;font-weight:800}.mini-estimator__step{font-family:var(--font-dm-sans), Arial, sans-serif;letter-spacing:.08em;color:#f4f1ea99;font-size:.72rem;font-weight:500}.mini-estimator__number{font-family:var(--font-dm-sans), Arial, sans-serif;color:var(--sand);font-size:1.25rem;font-weight:600}.mini-estimator__body{padding:38px 30px 34px}.mini-estimator__question{font-family:var(--font-inter), Arial, sans-serif;letter-spacing:-.04em;margin:0 0 25px;font-size:clamp(1.8rem,2.5vw,2.6rem);font-weight:800}.mini-estimator__option strong{font-family:var(--font-inter), Arial, sans-serif;letter-spacing:.01em;font-size:1rem;font-weight:800}.mini-estimator__option span:not(.mini-estimator__check){font-family:var(--font-dm-sans), Arial, sans-serif;color:#f4f1eaa3;font-size:.82rem;line-height:1.4}.mini-estimator__option--active span:not(.mini-estimator__check){color:#252827ad}.mini-estimator__check{width:32px;height:32px;font-family:var(--font-dm-sans), Arial, sans-serif;border:1px solid;flex-shrink:0;place-items:center;font-size:.85rem;font-weight:800;display:grid}.mini-estimator__progress-top{font-family:var(--font-dm-sans), Arial, sans-serif;letter-spacing:.1em;color:#f4f1ea9e;justify-content:space-between;margin-bottom:10px;font-size:.66rem;font-weight:700;display:flex}.mini-estimator__fill{background:var(--terracotta);width:16.666%;height:100%}.mini-estimator__continue{background:var(--terracotta);width:100%;min-height:60px;color:var(--off-white);font-family:var(--font-dm-sans), Arial, sans-serif;letter-spacing:.075em;cursor:pointer;border:0;justify-content:space-between;align-items:center;margin-top:30px;padding:0 20px;font-size:.78rem;font-weight:800;transition:background-color .18s,color .18s;display:flex}.mini-estimator__continue:hover{background:var(--off-white);color:var(--charcoal)}.mini-estimator__footer{min-height:58px;font-family:var(--font-dm-sans), Arial, sans-serif;letter-spacing:.1em;color:#f4f1ea99;border-top:1px solid #f4f1ea26;justify-content:space-between;align-items:center;padding:0 30px;font-size:.63rem;font-weight:700;display:flex}.project-estimator__badge{background:var(--off-white);width:250px;color:var(--charcoal);border:1px solid #2528272e;padding:22px;position:absolute;bottom:0;left:-55px}.project-estimator__badge span{font-family:var(--font-dm-sans), Arial, sans-serif;letter-spacing:.12em;color:var(--terracotta);margin-bottom:8px;font-size:.62rem;font-weight:700;display:block}.project-estimator__badge strong{font-family:var(--font-inter), Arial, sans-serif;font-size:1rem;font-weight:800;line-height:1.05;display:block}@media (max-width:1050px){.project-estimator{padding:110px 0 120px}.project-estimator__shell{grid-template-columns:1fr;gap:80px;width:min(100% - 48px,1500px)}.project-estimator__title{max-width:900px}.project-estimator__support{max-width:700px}.project-estimator__visual{width:min(90%,700px);margin-left:auto}.mini-estimator{width:100%}.project-estimator__badge{left:-70px}}@media (max-width:700px){.project-estimator{padding:82px 0 95px}.project-estimator__shell{gap:55px;width:calc(100% - 36px)}.project-estimator__title{font-size:clamp(3.3rem,15vw,5.2rem)}.project-estimator__support{grid-template-columns:1fr;gap:18px;margin-top:38px}.project-estimator__time{align-self:auto}.project-estimator__start{width:100%}.project-estimator__visual{width:100%;padding-bottom:0}.mini-estimator__header,.mini-estimator__body,.mini-estimator__footer{padding-left:22px;padding-right:22px}.mini-estimator__option{min-height:88px}.project-estimator__badge{width:calc(100% - 45px);margin:-1px 0 0 auto;position:relative;bottom:auto;left:auto}.project-estimator__ghost{font-size:17rem;top:30px;right:-35px}}.mini-estimator{background:var(--sand);color:var(--charcoal)}.mini-estimator__header{background:var(--sand);color:var(--charcoal);border-bottom:1px solid #25282729}.mini-estimator__eyebrow{color:var(--charcoal)}.mini-estimator__step{color:#2528279e}.mini-estimator__number{color:var(--terracotta)}.mini-estimator__body{background:var(--sand);color:var(--charcoal)}.mini-estimator__question{color:var(--charcoal)}.mini-estimator__helper{color:#252827a3}.mini-estimator__option{color:var(--charcoal);background:#f4f1ea4d;border:1px solid #2528272e}.mini-estimator__option strong,.mini-estimator__option>div>span{color:var(--charcoal)}.mini-estimator__check{color:var(--charcoal);border:1px solid #2528274d}.mini-estimator__option:hover{background:var(--sage);color:var(--charcoal);border-color:var(--sage);transform:translate(3px)}.mini-estimator__option:hover strong,.mini-estimator__option:hover>div>span{color:var(--charcoal)}.mini-estimator__option:hover .mini-estimator__check{border-color:var(--charcoal)}.mini-estimator__option--active strong{color:var(--charcoal)}.mini-estimator__option--active .mini-estimator__check{border-color:var(--charcoal);color:var(--charcoal);background:#f4f1ea59}.mini-estimator__progress-top{color:#2528278f}.mini-estimator__track{background:#25282724}.mini-estimator__fill{background:var(--terracotta)}.mini-estimator__continue{background:var(--terracotta);color:var(--off-white)}.mini-estimator__continue:hover:not(:disabled){background:var(--sage-dark);color:var(--off-white)}.mini-estimator__continue:disabled{color:#f4f1eabf;opacity:1;background:#a8614c6b}.mini-estimator__back{color:var(--charcoal)}.mini-estimator__footer{background:var(--sand);color:#2528279e;border-top:1px solid #25282729}.mini-estimator__body--result{background:var(--sand)}.mini-estimator__result-label{color:var(--terracotta)}.mini-estimator__result-range strong{color:var(--charcoal)}.mini-estimator__result-copy{color:#252827ad}.mini-estimator__result-details,.mini-estimator__result-details>div{border-color:#25282729}.mini-estimator__result-details span{color:#2528278f}.mini-estimator__result-details strong{color:var(--charcoal)}.mini-estimator__notice{background:var(--sage);color:var(--charcoal)}.mini-estimator__notice p{color:#252827c7}.mini-estimator__reset{color:var(--charcoal);background:0 0;border-color:#25282740}.mini-estimator__reset:hover{background:var(--sage);border-color:var(--sage)}.mini-estimator__helper{font-family:var(--font-dm-sans), Arial, sans-serif;color:var(--muted);margin:-18px 0 22px;font-size:.82rem;line-height:1.5}.mini-estimator__options{flex-direction:column;gap:8px;display:flex}.mini-estimator__option{text-align:left;width:100%;min-height:72px;color:var(--charcoal);cursor:pointer;background:0 0;border:1px solid #25282729;justify-content:space-between;align-items:center;gap:20px;padding:13px 16px;transition:background-color .16s,color .16s,border-color .16s,transform .16s;display:flex}.mini-estimator__option:hover{border-color:var(--sage-dark);transform:translate(3px)}.mini-estimator__option>div{flex-direction:column;gap:3px;display:flex}.mini-estimator__option strong{font-family:var(--font-inter), Arial, sans-serif;font-size:.84rem;font-weight:800}.mini-estimator__option>div>span{font-family:var(--font-dm-sans), Arial, sans-serif;color:var(--muted);font-size:.72rem;line-height:1.35}.mini-estimator__option--active{background:var(--sage-dark);color:var(--off-white);border-color:var(--sage-dark)}.mini-estimator__option--active>div>span{color:#f4f1eaad}.mini-estimator__check{width:30px;height:30px;font-family:var(--font-dm-sans), Arial, sans-serif;border:1px solid #25282740;flex:0 0 30px;place-items:center;font-weight:800;display:grid}.mini-estimator__option--active .mini-estimator__check{border-color:var(--sand);color:var(--sand)}.mini-estimator__step,.mini-estimator__progress-top,.mini-estimator__footer,.mini-estimator__helper,.mini-estimator__option strong,.mini-estimator__option>div>span{color:var(--charcoal)}.mini-estimator__progress{margin-top:30px}.mini-estimator__progress-top{font-family:var(--font-dm-sans), Arial, sans-serif;letter-spacing:.1em;color:var(--muted);justify-content:space-between;align-items:center;margin-bottom:8px;font-size:.58rem;font-weight:800;display:flex}.mini-estimator__track{background:#2528271f;width:100%;height:4px;overflow:hidden}.mini-estimator__fill{background:var(--terracotta);height:100%;transition:width .26s}.mini-estimator__actions{justify-content:space-between;align-items:center;gap:15px;margin-top:27px;display:flex}.mini-estimator__back{color:var(--charcoal);font-family:var(--font-dm-sans), Arial, sans-serif;letter-spacing:.08em;cursor:pointer;background:0 0;border:0;padding:15px 0;font-size:.65rem;font-weight:800}.mini-estimator__back:hover{color:var(--terracotta)}.mini-estimator__continue{background:var(--terracotta);min-width:175px;min-height:54px;color:var(--off-white);font-family:var(--font-dm-sans), Arial, sans-serif;letter-spacing:.07em;cursor:pointer;border:0;justify-content:space-between;align-items:center;gap:30px;padding:0 18px;font-size:.67rem;font-weight:800;transition:background-color .16s,color .16s,transform .16s;display:flex}.mini-estimator__continue:hover:not(:disabled){background:var(--sage-dark);transform:translateY(-2px)}.mini-estimator__continue:disabled{opacity:.35;cursor:not-allowed}.mini-estimator__body--result{justify-content:flex-start}.mini-estimator__result-label{font-family:var(--font-dm-sans), Arial, sans-serif;letter-spacing:.12em;color:var(--terracotta);margin:0 0 10px;font-size:.62rem;font-weight:800}.mini-estimator__result-range{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:22px;display:flex}.mini-estimator__result-range strong{font-family:var(--font-inter), Arial, sans-serif;letter-spacing:-.06em;color:var(--charcoal);font-size:clamp(2.2rem,4vw,4rem);font-weight:800;line-height:.95}.mini-estimator__result-range span{font-family:var(--font-inter), Arial, sans-serif;color:var(--terracotta);font-size:1.4rem}.mini-estimator__result-copy{max-width:520px;font-family:var(--font-dm-sans), Arial, sans-serif;color:var(--muted);margin:0 0 25px;font-size:.9rem;line-height:1.6}.mini-estimator__result-details{border-top:1px solid #25282729;border-bottom:1px solid #25282729;grid-template-columns:repeat(3,1fr);margin-bottom:25px;display:grid}.mini-estimator__result-details>div{border-right:1px solid #25282729;min-width:0;padding:14px}.mini-estimator__result-details>div:last-child{border-right:0}.mini-estimator__result-details span{font-family:var(--font-dm-sans), Arial, sans-serif;letter-spacing:.09em;color:var(--muted);margin-bottom:5px;font-size:.52rem;font-weight:800;display:block}.mini-estimator__result-details strong{font-family:var(--font-inter), Arial, sans-serif;font-size:.7rem;font-weight:800;display:block}.mini-estimator__notice{background:var(--sand);grid-template-columns:auto 1fr;gap:18px;padding:15px 17px;display:grid}.mini-estimator__notice>span{font-family:var(--font-inter), Arial, sans-serif;letter-spacing:.1em;font-size:.58rem;font-weight:800}.mini-estimator__notice p{font-family:var(--font-dm-sans), Arial, sans-serif;color:var(--charcoal);margin:0;font-size:.72rem;line-height:1.45}.mini-estimator__result-actions{align-items:center;gap:12px;margin-top:26px;display:flex}.mini-estimator__result-primary{background:var(--terracotta);min-height:58px;color:var(--off-white);font-family:var(--font-dm-sans), Arial, sans-serif;letter-spacing:.07em;flex:1;justify-content:space-between;align-items:center;gap:25px;padding:0 18px;font-size:.65rem;font-weight:800;text-decoration:none;transition:background-color .16s,transform .16s;display:flex}.mini-estimator__result-primary:hover{background:var(--sage-dark);transform:translateY(-2px)}.mini-estimator__reset{min-height:58px;color:var(--charcoal);font-family:var(--font-dm-sans), Arial, sans-serif;letter-spacing:.07em;cursor:pointer;background:0 0;border:1px solid #25282738;padding:0 18px;font-size:.62rem;font-weight:800}.mini-estimator__reset:hover{border-color:var(--charcoal)}@media (max-width:650px){.mini-estimator__result-details{grid-template-columns:1fr}.mini-estimator__result-details>div{border-bottom:1px solid #25282729;border-right:0}.mini-estimator__result-details>div:last-child{border-bottom:0}.mini-estimator__notice{grid-template-columns:1fr;gap:6px}.mini-estimator__result-actions{flex-direction:column;align-items:stretch}.mini-estimator__result-primary,.mini-estimator__reset{width:100%}}.services{background:var(--off-white);width:100%;color:var(--charcoal);border-top:1px solid #2528272e;border-bottom:1px solid #2528272e;grid-template-columns:minmax(340px,.82fr) minmax(0,1.7fr);display:grid}.services__intro{background:var(--sand-light);border-right:1px solid #2528272e;flex-direction:column;min-height:100%;padding:55px 45px 45px;display:flex;position:relative;overflow:hidden}.services__label{z-index:2;font-family:var(--font-inter), Arial, sans-serif;letter-spacing:.09em;color:var(--terracotta);margin:0 0 26px;font-size:.82rem;font-weight:800;position:relative}.services__title{z-index:2;font-family:var(--font-inter), Arial, sans-serif;letter-spacing:-.07em;text-transform:uppercase;margin:0;font-size:clamp(3.8rem,5.4vw,6.8rem);font-weight:800;line-height:.82;position:relative}.services__title span{color:var(--sage-dark);display:block}.services__intro-bottom{z-index:2;margin-top:auto;padding-top:80px;position:relative}.services__description{max-width:420px;font-family:var(--font-dm-sans), Arial, sans-serif;color:var(--muted);margin:0 0 34px;font-size:1.08rem;line-height:1.6}.services__location{flex-direction:column;gap:4px;margin-bottom:30px;display:flex}.services__location span{font-family:var(--font-dm-sans), Arial, sans-serif;letter-spacing:.12em;color:var(--muted);font-size:.65rem;font-weight:700}.services__location strong{font-family:var(--font-inter), Arial, sans-serif;color:var(--terracotta);font-size:.9rem;font-weight:800}.services__cta{background:var(--charcoal);width:100%;min-height:58px;color:var(--off-white);font-family:var(--font-dm-sans), Arial, sans-serif;letter-spacing:.06em;justify-content:space-between;align-items:center;gap:25px;padding:0 20px;font-size:.72rem;font-weight:800;text-decoration:none;transition:background-color .18s,color .18s;display:flex}.services__cta:hover{background:var(--terracotta)}.services__ghost{font-family:var(--font-inter), Arial, sans-serif;letter-spacing:-.1em;color:#25282709;pointer-events:none;font-size:clamp(15rem,22vw,28rem);font-weight:800;line-height:.75;position:absolute;top:36%;left:-35px}.services__grid{grid-template-rows:minmax(330px,auto) minmax(330px,auto) minmax(280px,auto);grid-template-columns:repeat(2,minmax(0,1fr));gap:0;display:grid}.services-card{background:var(--off-white);min-width:0;color:var(--charcoal);border-bottom:1px solid #25282729;border-right:1px solid #25282729;flex-direction:column;text-decoration:none;transition:background-color .22s,color .22s;display:flex;position:relative;overflow:hidden}.services-card--repair,.services-card--storm{border-right:0}.services-card--maintenance{border-bottom:0;border-right:0;grid-column:1/3;grid-template-rows:auto 1fr auto;grid-template-columns:minmax(0,1fr) minmax(280px,.8fr);display:grid}.services-card__header{z-index:3;justify-content:space-between;align-items:flex-start;padding:25px 26px 0;display:flex;position:relative}.services-card__number{font-family:var(--font-dm-sans), Arial, sans-serif;letter-spacing:.15em;color:var(--terracotta);font-size:.7rem;font-weight:700}.services-card__arrow{width:32px;height:32px;font-family:var(--font-dm-sans), Arial, sans-serif;border:1px solid #25282757;place-items:center;transition:transform .18s,background-color .18s,color .18s;display:grid}.services-card__copy{z-index:3;padding:34px 26px 26px;position:relative}.services-card__copy h3{max-width:390px;font-family:var(--font-inter), Arial, sans-serif;letter-spacing:-.045em;text-transform:uppercase;margin:0 0 13px;font-size:clamp(1.7rem,2.15vw,2.8rem);font-weight:800;line-height:.93}.services-card__copy p{max-width:440px;font-family:var(--font-dm-sans), Arial, sans-serif;color:var(--muted);margin:0;font-size:.94rem;line-height:1.5}.services-card__image{background:var(--sand-light);width:calc(100% - 52px);height:130px;margin:auto 26px 20px;transition:height .28s,margin .28s;position:relative;overflow:hidden}.services-card__image img{object-fit:cover;transition:transform .5s,filter .3s;transform:scale(1.02)}.services-card__footer{z-index:3;background:var(--charcoal);min-height:48px;color:var(--off-white);font-family:var(--font-dm-sans), Arial, sans-serif;letter-spacing:.09em;justify-content:space-between;align-items:center;padding:0 26px;font-size:.62rem;font-weight:700;display:flex;position:relative}.services-card--maintenance .services-card__header{grid-area:1/1}.services-card--maintenance .services-card__copy{grid-area:2/1}.services-card--maintenance .services-card__image{grid-area:1/2/4;width:100%;height:100%;margin:0}.services-card--maintenance .services-card__footer{grid-area:3/1}@media (hover:hover) and (pointer:fine){.services-card:hover{background:var(--sage-dark);color:var(--off-white)}.services-card:hover .services-card__copy p{color:#f4f1eab8}.services-card:hover .services-card__image{height:165px}.services-card:hover .services-card__image img{transform:scale(1.08)}.services-card:hover .services-card__arrow{background:var(--sand);color:var(--charcoal);transform:translate(3px,-3px)}.services-card--maintenance:hover .services-card__image{height:100%}}@media (max-width:1050px){.services{grid-template-columns:1fr}.services__intro{border-bottom:1px solid #2528272e;border-right:0;min-height:570px}.services__intro-bottom{max-width:500px}}@media (max-width:700px){.services__intro{min-height:620px;padding:45px 20px 25px}.services__title{font-size:clamp(3.7rem,16vw,5.5rem)}.services__grid{grid-template-rows:auto;grid-template-columns:1fr}.services-card,.services-card--maintenance{border-right:0;grid-column:1;min-height:400px;display:flex}.services-card__image,.services-card--maintenance .services-card__image{width:calc(100% - 40px);height:150px;margin:auto 20px 20px}.services-card__header,.services-card__copy,.services-card__footer{padding-left:20px;padding-right:20px}}.why-hcr{background:var(--charcoal);color:var(--off-white);padding:140px 0 170px;position:relative;overflow:visible}.why-hcr__shell{z-index:2;grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);align-items:start;gap:90px;width:min(100% - 80px,1500px);margin:0 auto;display:grid;position:relative}.why-hcr__ghost{z-index:0;font-family:var(--font-inter), Arial, sans-serif;letter-spacing:-.09em;color:#f4f1ea06;pointer-events:none;-webkit-user-select:none;user-select:none;white-space:nowrap;font-size:clamp(13rem,25vw,30rem);font-weight:800;line-height:.73;position:absolute;top:105px;left:-45px}.why-hcr__content{z-index:3;position:relative}.why-hcr__label{font-family:var(--font-inter), Arial, sans-serif;letter-spacing:.09em;color:var(--sand);margin:0 0 30px;font-size:.88rem;font-weight:800}.why-hcr__title{font-family:var(--font-inter), Arial, sans-serif;letter-spacing:-.075em;text-transform:uppercase;margin:0 0 70px;font-size:clamp(5rem,8vw,9rem);font-weight:800;line-height:.78}.why-hcr__title span{color:var(--sand);display:block}.why-hcr__reasons{border-top:1px solid #f4f1ea2e}.why-hcr__reason{border-bottom:1px solid #f4f1ea2e;grid-template-columns:85px 1fr;gap:30px;padding:34px 0;display:grid}.why-hcr__number{font-family:var(--font-dm-sans), Arial, sans-serif;letter-spacing:.15em;color:var(--sand);padding-top:4px;font-size:.75rem;font-weight:700}.why-hcr__reason-copy{max-width:680px}.why-hcr__reason-copy h3{font-family:var(--font-inter), Arial, sans-serif;letter-spacing:-.045em;text-transform:uppercase;margin:0 0 14px;font-size:clamp(1.7rem,2.6vw,3.25rem);font-weight:800;line-height:.93}.why-hcr__reason-copy p{max-width:560px;font-family:var(--font-dm-sans), Arial, sans-serif;color:#f4f1eaad;margin:0;font-size:1rem;line-height:1.62}.why-hcr__image-wrap{z-index:4;margin-bottom:-220px;position:relative}.why-hcr__image{background:var(--sage-dark);min-height:900px;position:relative;overflow:hidden}.why-hcr__image img{object-fit:cover;object-position:center;filter:saturate(.78)contrast(1.04)brightness(.9)}.why-hcr__image-label{background:var(--sage-dark);width:100%;color:var(--off-white);padding:28px;position:absolute;bottom:0;left:0}.why-hcr__image-label span{font-family:var(--font-dm-sans), Arial, sans-serif;letter-spacing:.12em;color:var(--sand);margin-bottom:5px;font-size:.65rem;font-weight:700;display:block}.why-hcr__image-label strong{font-family:var(--font-inter), Arial, sans-serif;letter-spacing:-.02em;font-size:1.35rem;font-weight:800;display:block}.why-hcr__image-index{font-family:var(--font-dm-sans), Arial, sans-serif;letter-spacing:.13em;color:#f4f1ea80;justify-content:space-between;padding-top:13px;font-size:.65rem;font-weight:700;display:flex}@media (hover:hover) and (pointer:fine){.why-hcr__reason{transition:padding-left .22s,color .22s}.why-hcr__reason:hover{padding-left:18px}.why-hcr__reason:hover h3{color:var(--sand)}}@media (max-width:1050px){.why-hcr{padding:110px 0 130px}.why-hcr__shell{grid-template-columns:1fr;gap:70px;width:min(100% - 48px,1500px)}.why-hcr__image-wrap{width:72%;margin-bottom:-170px;margin-left:auto}.why-hcr__image{min-height:720px}}@media (max-width:700px){.why-hcr{padding:82px 0 90px}.why-hcr__shell{gap:55px;width:calc(100% - 36px)}.why-hcr__title{margin-bottom:50px;font-size:clamp(4rem,18vw,6rem)}.why-hcr__reason{grid-template-columns:48px 1fr;gap:15px;padding:28px 0}.why-hcr__reason-copy h3{font-size:clamp(1.55rem,8vw,2.4rem)}.why-hcr__reason-copy p{font-size:.95rem}.why-hcr__image-wrap{width:88%;margin-bottom:-115px;margin-left:auto}.why-hcr__image{min-height:580px}.why-hcr__ghost{font-size:12rem;top:200px;left:-20px}}.local-expertise{background:var(--sand-light);color:var(--charcoal);padding:140px 0 150px;position:relative;overflow:hidden}.local-expertise__shell{z-index:2;width:min(100% - 80px,1500px);margin:0 auto;position:relative}.local-expertise__ghost{z-index:0;font-family:var(--font-inter), Arial, sans-serif;letter-spacing:-.1em;color:#25282706;pointer-events:none;-webkit-user-select:none;user-select:none;font-size:clamp(20rem,36vw,42rem);font-weight:800;line-height:.7;position:absolute;top:120px;right:-70px}.local-expertise__header{margin-bottom:75px}.local-expertise__label{font-family:var(--font-inter), Arial, sans-serif;letter-spacing:.09em;color:var(--terracotta);margin:0 0 32px;font-size:.9rem;font-weight:800}.local-expertise__headline-row{grid-template-columns:minmax(0,1.65fr) minmax(300px,.7fr);align-items:end;gap:90px;display:grid}.local-expertise__title{max-width:970px;font-family:var(--font-inter), Arial, sans-serif;letter-spacing:-.075em;text-transform:uppercase;margin:0;font-size:clamp(4.7rem,7.4vw,8.4rem);font-weight:800;line-height:.79}.local-expertise__title span{display:block}.local-expertise__title span:nth-child(2){color:var(--sage-dark)}.local-expertise__title span:last-child{color:var(--terracotta)}.local-expertise__intro{max-width:390px;padding-bottom:8px}.local-expertise__intro p{font-family:var(--font-dm-sans), Arial, sans-serif;color:var(--muted);margin:0 0 18px;font-size:1.06rem;line-height:1.65}.local-expertise__conditions{border-top:1px solid #2528272e;border-bottom:1px solid #2528272e;grid-template-columns:repeat(5,1fr);margin-bottom:0;display:grid}.condition-tab{text-align:left;min-height:110px;color:var(--charcoal);cursor:pointer;background:0 0;border:0;border-right:1px solid #25282729;flex-direction:column;justify-content:space-between;padding:18px 20px;transition:background-color .18s,color .18s;display:flex}.condition-tab:last-child{border-right:0}.condition-tab__number{font-family:var(--font-dm-sans), Arial, sans-serif;letter-spacing:.13em;color:var(--terracotta);font-size:.65rem;font-weight:700}.condition-tab__label{font-family:var(--font-inter), Arial, sans-serif;letter-spacing:-.02em;font-size:1rem;font-weight:800;line-height:1}.condition-tab--active{background:var(--sage-dark);color:var(--off-white)}.condition-tab--active .condition-tab__number{color:var(--sand)}.local-expertise__condition-copy{grid-template-columns:100px minmax(0,600px);gap:25px;padding:35px 0 65px;display:grid}.local-expertise__condition-copy>span{font-family:var(--font-inter), Arial, sans-serif;color:var(--sage-dark);font-size:2.5rem;font-weight:800;line-height:1}.local-expertise__condition-copy p{font-family:var(--font-dm-sans), Arial, sans-serif;color:var(--charcoal);margin:0;font-size:1.08rem;line-height:1.65}.central-texas-map{perspective:1400px;width:min(100%,1180px);margin:40px auto 0;padding:0 0 70px;position:relative}.central-texas-map__map{z-index:2;transform-origin:50%;background:var(--charcoal);border-radius:42% 16% 36% 20%/18% 30% 22% 34%;width:100%;height:680px;position:relative;overflow:hidden;transform:rotateX(5deg)rotate(-2deg);box-shadow:0 35px 55px #25282738,0 80px 110px #2528271f}.central-texas-map__shadow{z-index:0;filter:blur(36px);background:#25282740;border-radius:50%;height:110px;position:absolute;bottom:34px;left:8%;right:8%;transform:scaleY(.48)}.hcr-map-marker{pointer-events:none;white-space:nowrap;align-items:center;gap:7px;display:flex;position:relative}.hcr-map-marker__dot{background:var(--terracotta);border:2px solid var(--off-white);border-radius:50%;flex:none;width:11px;height:11px;box-shadow:0 0 0 3px #2528273d}.hcr-map-marker__label{color:var(--off-white);font-family:var(--font-dm-sans), Arial, sans-serif;letter-spacing:.08em;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#252827cc;padding:5px 7px;font-size:.62rem;font-weight:800}.central-texas-map__caption{z-index:5;color:var(--charcoal);align-items:baseline;gap:12px;display:flex;position:absolute;bottom:4px;right:4%}.central-texas-map__caption span{font-family:var(--font-dm-sans), Arial, sans-serif;letter-spacing:.13em;color:var(--terracotta);font-size:.62rem;font-weight:700}.central-texas-map__caption strong{font-family:var(--font-inter), Arial, sans-serif;font-size:1rem;font-weight:800}.central-texas-map .mapboxgl-control-container{opacity:.48}.central-texas-map .mapboxgl-ctrl-bottom-right,.central-texas-map .mapboxgl-ctrl-top-left,.central-texas-map .mapboxgl-ctrl-top-right{display:none}@media (max-width:900px){.central-texas-map__map{border-radius:30% 12% 28% 16%/12% 23% 16% 25%;height:560px}}@media (max-width:650px){.central-texas-map{padding-bottom:50px}.central-texas-map__map{border-radius:22% 8% 20% 10%/8% 16% 10% 18%;height:470px}.hcr-map-marker__label{font-size:.5rem}.central-texas-map__caption{right:0}}.schedule-module{background:var(--sage-dark);color:var(--off-white);padding:145px 0 160px;position:relative;overflow:hidden}.schedule-module__shell{z-index:2;grid-template-columns:minmax(0,.95fr) minmax(500px,1.05fr);align-items:center;gap:clamp(70px,8vw,135px);width:min(100% - 80px,1500px);margin:0 auto;display:grid;position:relative}.schedule-module__ghost{z-index:0;font-family:var(--font-inter), Arial, sans-serif;letter-spacing:-.12em;color:#f4f1ea09;pointer-events:none;font-size:clamp(20rem,36vw,42rem);font-weight:800;line-height:.7;position:absolute;bottom:-70px;left:-70px}.schedule-module__copy{z-index:2;position:relative}.schedule-module__label{font-family:var(--font-inter), Arial, sans-serif;letter-spacing:.09em;color:var(--sand);margin:0 0 34px;font-size:.9rem;font-weight:800}.schedule-module__title{font-family:var(--font-inter), Arial, sans-serif;letter-spacing:-.075em;text-transform:uppercase;margin:0;font-size:clamp(4.5rem,6.5vw,7.7rem);font-weight:800;line-height:.8}.schedule-module__title span{display:block}.schedule-module__title span:nth-child(2){color:var(--sand)}.schedule-module__title span:last-child{color:var(--terracotta)}.schedule-module__support{border-top:1px solid #f4f1ea38;max-width:510px;margin-top:55px;padding-top:26px}.schedule-module__support>p{max-width:430px;font-family:var(--font-dm-sans), Arial, sans-serif;color:#f4f1eac2;margin:0 0 38px;font-size:1.12rem;line-height:1.65}.schedule-module__meta{grid-template-columns:42px 1fr;align-items:baseline;gap:12px 18px;display:grid}.schedule-module__meta span{font-family:var(--font-dm-sans), Arial, sans-serif;letter-spacing:.12em;color:var(--sand);font-size:.65rem;font-weight:800}.schedule-module__meta p{font-family:var(--font-dm-sans), Arial, sans-serif;color:#f4f1eaa6;margin:0;font-size:.83rem;line-height:1.4}.scheduler{z-index:3;background:var(--off-white);width:100%;color:var(--charcoal);border:1px solid #f4f1ea40;position:relative;box-shadow:0 30px 80px #25282742}.scheduler__accent{background:var(--terracotta);height:9px}.scheduler__header{border-bottom:1px solid #25282729;justify-content:space-between;align-items:center;gap:30px;min-height:95px;padding:24px 30px;display:flex}.scheduler__header>div{flex-direction:column;gap:6px;display:flex}.scheduler__eyebrow{font-family:var(--font-inter), Arial, sans-serif;letter-spacing:.1em;font-size:.8rem;font-weight:800}.scheduler__status{font-family:var(--font-dm-sans), Arial, sans-serif;letter-spacing:.08em;color:var(--muted);font-size:.65rem;font-weight:600}.scheduler__step{font-family:var(--font-dm-sans), Arial, sans-serif;color:var(--terracotta);font-size:1rem;font-weight:800}.scheduler__body{flex-direction:column;min-height:590px;padding:38px 30px 32px;display:flex}.scheduler__micro-label{font-family:var(--font-dm-sans), Arial, sans-serif;letter-spacing:.11em;color:var(--terracotta);margin:0 0 15px;font-size:.65rem;font-weight:800}.scheduler__body h3{max-width:520px;font-family:var(--font-inter), Arial, sans-serif;letter-spacing:-.045em;margin:0 0 30px;font-size:clamp(2rem,3vw,3rem);font-weight:800;line-height:.95}.scheduler__helper{font-family:var(--font-dm-sans), Arial, sans-serif;color:var(--muted);margin:-15px 0 28px;font-size:.92rem}.scheduler__choices{flex-direction:column;gap:9px;display:flex}.scheduler-choice{text-align:left;min-height:82px;color:var(--charcoal);cursor:pointer;background:0 0;border:1px solid #2528272e;justify-content:space-between;align-items:center;gap:25px;padding:16px 18px;transition:background-color .18s,border-color .18s,color .18s,transform .18s;display:flex}.scheduler-choice>div{flex-direction:column;gap:5px;display:flex}.scheduler-choice strong{font-family:var(--font-inter), Arial, sans-serif;font-size:.95rem;font-weight:800}.scheduler-choice>div span{font-family:var(--font-dm-sans), Arial, sans-serif;color:var(--muted);font-size:.78rem;line-height:1.4}.scheduler-choice__check{border:1px solid #25282759;flex:0 0 32px;place-items:center;width:32px;height:32px;display:grid}.scheduler-choice:hover{border-color:var(--sage-dark);transform:translate(4px)}.scheduler-choice--active{background:var(--sage-dark);color:var(--off-white);border-color:var(--sage-dark)}.scheduler-choice--active>div span{color:#f4f1eab3}.scheduler-choice--active .scheduler-choice__check{border-color:var(--sand);color:var(--sand)}.scheduler__dates{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.scheduler-date{min-height:155px;color:var(--charcoal);cursor:pointer;background:0 0;border:1px solid #2528272b;flex-direction:column;justify-content:center;align-items:center;gap:5px;transition:background-color .18s,color .18s;display:flex}.scheduler-date span{font-family:var(--font-dm-sans), Arial, sans-serif;letter-spacing:.12em;font-size:.62rem;font-weight:800}.scheduler-date strong{font-family:var(--font-inter), Arial, sans-serif;font-size:2.65rem;font-weight:800;line-height:1}.scheduler-date--active{background:var(--terracotta);color:var(--off-white);border-color:var(--terracotta)}.scheduler__times{grid-template-columns:1fr 1fr;gap:9px;display:grid}.scheduler-time{min-height:74px;color:var(--charcoal);font-family:var(--font-dm-sans), Arial, sans-serif;cursor:pointer;background:0 0;border:1px solid #2528272e;justify-content:space-between;align-items:center;padding:0 18px;font-size:.85rem;font-weight:700;display:flex}.scheduler-time--active{background:var(--sand);border-color:var(--sand)}.scheduler__summary{border-top:1px solid #25282729;border-bottom:1px solid #25282729;grid-template-columns:repeat(3,1fr);margin-bottom:30px;display:grid}.scheduler__summary>div{border-right:1px solid #25282729;min-width:0;padding:15px}.scheduler__summary>div:last-child{border-right:0}.scheduler__summary span{font-family:var(--font-dm-sans), Arial, sans-serif;letter-spacing:.1em;color:var(--muted);margin-bottom:5px;font-size:.57rem;font-weight:800;display:block}.scheduler__summary strong{text-overflow:ellipsis;font-family:var(--font-inter), Arial, sans-serif;font-size:.78rem;font-weight:800;display:block;overflow:hidden}.scheduler__fields{gap:12px;display:grid}.scheduler__fields label{flex-direction:column;gap:7px;display:flex}.scheduler__fields label span{font-family:var(--font-dm-sans), Arial, sans-serif;letter-spacing:.11em;font-size:.62rem;font-weight:800}.scheduler__fields input{min-height:58px;color:var(--charcoal);font-family:var(--font-dm-sans), Arial, sans-serif;background:0 0;border:1px solid #25282733;outline:none;padding:0 16px;font-size:.95rem}.scheduler__fields input:focus{border-color:var(--sage-dark)}.scheduler__actions{justify-content:space-between;align-items:center;gap:15px;margin-top:auto;padding-top:35px;display:flex}.scheduler__actions--end{justify-content:flex-end}.scheduler__back,.scheduler__continue{min-height:58px;font-family:var(--font-dm-sans), Arial, sans-serif;letter-spacing:.07em;cursor:pointer;border:0;padding:0 20px;font-size:.7rem;font-weight:800}.scheduler__back{color:var(--charcoal);background:0 0}.scheduler__continue{background:var(--terracotta);min-width:180px;color:var(--off-white);justify-content:space-between;align-items:center;gap:35px;display:flex}.scheduler__continue:disabled{opacity:.35;cursor:not-allowed}.scheduler__footer{background:var(--charcoal);min-height:56px;color:var(--off-white);font-family:var(--font-dm-sans), Arial, sans-serif;letter-spacing:.09em;justify-content:space-between;align-items:center;gap:18px;padding:0 30px;font-size:.56rem;font-weight:700;display:flex}@media (max-width:1050px){.schedule-module{padding:110px 0 120px}.schedule-module__shell{grid-template-columns:1fr;gap:70px;width:min(100% - 48px,1500px)}.schedule-module__copy{max-width:850px}.scheduler{width:min(100%,720px);margin-left:auto}}@media (max-width:700px){.schedule-module{padding:82px 0 95px}.schedule-module__shell{width:calc(100% - 36px)}.schedule-module__title{font-size:clamp(3.5rem,15vw,5.5rem)}.scheduler__body{min-height:620px;padding:30px 20px}.scheduler__header,.scheduler__footer{padding-left:20px;padding-right:20px}.scheduler__dates{grid-template-columns:1fr 1fr}.scheduler__times,.scheduler__summary{grid-template-columns:1fr}.scheduler__summary>div{border-bottom:1px solid #25282729;border-right:0}.scheduler__summary>div:last-child{border-bottom:0}.scheduler__footer span:nth-child(2){display:none}}.site-footer{background:var(--charcoal);color:var(--off-white);padding:110px 0 34px;position:relative;overflow:hidden}.site-footer__shell{z-index:2;width:min(100% - 80px,1500px);margin:0 auto;position:relative}.site-footer__top{grid-template-columns:minmax(0,1.05fr) minmax(0,1.2fr);align-items:start;gap:100px;display:grid}.site-footer__brand{z-index:2;position:relative}.site-footer__eyebrow{font-family:var(--font-inter), Arial, sans-serif;letter-spacing:.1em;color:var(--sand);margin:0 0 25px;font-size:.82rem;font-weight:800}.site-footer__title{font-family:var(--font-inter), Arial, sans-serif;letter-spacing:-.07em;text-transform:uppercase;margin:0;font-size:clamp(4rem,6.5vw,7rem);font-weight:800;line-height:.82}.site-footer__title span{color:var(--sand);display:block}.site-footer__cta{background:var(--terracotta);min-height:62px;color:var(--off-white);font-family:var(--font-dm-sans), Arial, sans-serif;letter-spacing:.075em;justify-content:space-between;align-items:center;gap:55px;margin-top:42px;padding:0 22px;font-size:.74rem;font-weight:800;text-decoration:none;transition:background-color .18s,color .18s,transform .18s;display:inline-flex}.site-footer__cta:hover{background:var(--sand);color:var(--charcoal);transform:translateY(-3px)}.site-footer__nav{grid-template-columns:repeat(4,minmax(0,1fr));gap:35px;display:grid}.site-footer__nav>div{flex-direction:column;gap:10px;display:flex}.site-footer__nav h3{font-family:var(--font-inter), Arial, sans-serif;letter-spacing:.1em;color:var(--sand);margin:0 0 10px;font-size:.74rem;font-weight:800}.site-footer__nav a,.site-footer__nav span{font-family:var(--font-dm-sans), Arial, sans-serif;color:#f4f1eaab;font-size:.9rem;line-height:1.4;text-decoration:none}.site-footer__nav a{transition:color .16s,transform .16s}.site-footer__nav a:hover{color:var(--off-white);transform:translate(3px)}.site-footer__rule{background:#f4f1ea29;height:1px;margin:90px 0 24px}.site-footer__bottom{grid-template-columns:1fr auto auto;align-items:center;gap:30px;display:grid}.site-footer__bottom span{font-family:var(--font-dm-sans), Arial, sans-serif;letter-spacing:.1em;color:#f4f1ea7a;font-size:.6rem;font-weight:700}.site-footer__bottom span:last-child{font-family:var(--font-inter), Arial, sans-serif;color:var(--sand);font-size:.72rem;font-weight:800}.site-footer__ghost{z-index:0;font-family:var(--font-inter), Arial, sans-serif;letter-spacing:-.1em;color:#f4f1ea06;pointer-events:none;-webkit-user-select:none;user-select:none;font-size:clamp(16rem,29vw,34rem);font-weight:800;line-height:.7;position:absolute;bottom:-150px;left:-30px}@media (max-width:1050px){.site-footer{padding-top:90px}.site-footer__shell{width:min(100% - 48px,1500px)}.site-footer__top{grid-template-columns:1fr;gap:70px}.site-footer__nav{grid-template-columns:repeat(2,1fr);gap:40px 60px}}@media (max-width:700px){.site-footer{padding:72px 0 28px}.site-footer__shell{width:calc(100% - 36px)}.site-footer__title{font-size:clamp(3.5rem,15vw,5rem)}.site-footer__cta{width:100%}.site-footer__nav{grid-template-columns:1fr 1fr;gap:35px 25px}.site-footer__rule{margin-top:60px}.site-footer__bottom{grid-template-columns:1fr;gap:10px}.site-footer__ghost{font-size:11rem;bottom:-90px}}.mini-estimator__option,.mini-estimator__option *,.mini-estimator__option strong,.mini-estimator__option span,.mini-estimator__option p,.mini-estimator__step,.mini-estimator__progress-top,.mini-estimator__helper,.mini-estimator__footer{color:var(--charcoal)!important}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid var(--terracotta);outline-offset:4px}a:focus:not(:focus-visible),button:focus:not(:focus-visible){outline:none}@media (max-width:700px){html,body{max-width:100%;overflow-x:hidden}section{max-width:100%}.hero{height:auto;min-height:auto;padding-bottom:0}.hero__inner{min-height:780px;padding-top:80px;padding-bottom:175px}.hero__title{font-size:clamp(3.6rem,15vw,5.25rem);line-height:.86}.hero__description{font-size:1rem;line-height:1.55}.hero__rail{position:absolute}.start-here__heading{display:block}.start-here__intro{max-width:100%;margin-top:28px}.brand-position__headline{margin-bottom:38px;transform:none}.brand-position__label{z-index:10;margin-bottom:32px;position:relative}.brand-position__headline h2{font-size:clamp(3.65rem,15vw,5.35rem);line-height:.82}.brand-position__intro{max-width:100%;padding:42px 0}.brand-position__intro p{font-size:1rem;line-height:1.62}.brand-position__image{min-height:430px;margin-left:0}.inspection__headline-row{display:block}.inspection__intro{max-width:100%;margin-top:35px}.inspection-step{padding-left:10px;padding-right:10px}.inspection__cta-wrap{margin:50px 0 35px}.inspection__cta{width:100%;font-family:var(--font-dm-sans), Arial, sans-serif;letter-spacing:.07em;border-top:1px solid #2528272e;border-bottom:1px solid #2528272e;justify-content:space-between;align-items:center;padding:18px 0;font-size:.72rem;font-weight:800;display:flex}.project-estimator__visual{padding-top:0}.mini-estimator{width:100%}.mini-estimator__body{padding-top:32px;padding-bottom:32px}.mini-estimator__question{font-size:clamp(2rem,10vw,3rem);line-height:.95}.mini-estimator__option{min-height:105px;padding:18px 16px}.mini-estimator__option strong{font-size:1rem}.mini-estimator__option>div>span{font-size:.88rem;line-height:1.45}.mini-estimator__actions{flex-direction:column;align-items:stretch}.mini-estimator__continue{width:100%}.mini-estimator__back{align-self:flex-start}.project-estimator__badge{width:calc(100% - 36px);margin-left:auto}.services-card,.services-card--maintenance{min-height:auto}.services-card__header{padding-top:30px}.services-card__copy{padding-top:55px;padding-bottom:35px}.services-card__copy h3{font-size:clamp(2rem,10vw,3rem)}.services-card__copy p{font-size:1rem;line-height:1.55}.services-card__image,.services-card--maintenance .services-card__image{height:230px}.why-hcr__shell{display:block}.why-hcr__image-wrap{width:100%;margin:55px 0 -70px}.why-hcr__image{min-height:560px}.local-expertise{padding:85px 0 95px}.local-expertise__shell{width:calc(100% - 36px)}.local-expertise__header{margin-bottom:55px}.local-expertise__headline-row{display:block}.local-expertise__title{letter-spacing:-.07em;max-width:100%;font-size:clamp(3.6rem,15vw,5.3rem);line-height:.82}.local-expertise__intro{max-width:100%;margin-top:38px;padding:0}.local-expertise__intro p{font-size:1rem;line-height:1.6}.local-expertise__conditions{background:#2528272e;border:0;grid-template-columns:1fr 1fr;gap:1px}.condition-tab{background:var(--sand-light);border:0;min-height:130px}.condition-tab:last-child{grid-column:1/3}.condition-tab--active{background:var(--sage-dark)}.local-expertise__condition-copy{grid-template-columns:58px 1fr;gap:18px;padding:45px 0 55px}.local-expertise__condition-copy>span{font-size:2rem}.local-expertise__condition-copy p{font-size:1rem;line-height:1.6}.central-texas-map{width:100%;margin-top:10px;padding-bottom:90px}.central-texas-map__map{border-radius:18% 7% 16% 8%/7% 13% 8% 14%;height:520px;transform:rotateX(2deg)rotate(-1deg)}.central-texas-map__caption{flex-wrap:wrap;gap:8px 12px;margin-top:28px;display:flex;position:relative;bottom:auto;right:auto}.central-texas-map__caption strong{font-size:.9rem}.schedule-module__shell{width:calc(100% - 36px)}.schedule-module__copy{max-width:100%}.schedule-module__title{font-size:clamp(3.5rem,15vw,5.2rem)}.scheduler{width:100%}.scheduler__body{min-height:auto}.scheduler__choices{gap:8px}.scheduler-choice{min-height:95px}.site-footer__nav{grid-template-columns:1fr}.site-footer__title{font-size:clamp(3.5rem,15vw,5rem)}}.services-page{background:var(--off-white);width:100%;color:var(--charcoal);overflow:hidden}.services-page *,.services-page :before,.services-page :after{box-sizing:border-box}.services-page__eyebrow{font-family:var(--font-dm-sans), Arial, sans-serif;letter-spacing:.12em;color:var(--terracotta);margin:0;font-size:.72rem;font-weight:800;line-height:1}.services-page h1,.services-page h2,.services-page h3{font-family:var(--font-inter), Arial, sans-serif}.services-page a{color:inherit;text-decoration:none}.services-page__hero{background:var(--off-white);grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);min-height:820px;padding:105px clamp(32px,4vw,72px) 150px;display:grid;position:relative}.services-page__hero-copy{z-index:3;flex-direction:column;padding-right:clamp(30px,4vw,80px);display:flex;position:relative}.services-page__hero-title{letter-spacing:-.075em;color:var(--charcoal);margin:70px 0 38px;font-size:clamp(4.8rem,7.8vw,9rem);font-weight:800;line-height:.78}.services-page__hero-title span{display:block}.services-page__hero-title span:last-child{color:var(--terracotta)}.services-page__hero-support{grid-template-columns:1fr 1fr;gap:28px;max-width:510px;margin-top:auto;display:grid}.services-page__hero-support p{font-family:var(--font-dm-sans), Arial, sans-serif;color:var(--muted);margin:0;font-size:.98rem;line-height:1.58}.services-page__hero-actions{flex-wrap:wrap;gap:10px;margin-top:35px;display:flex}.services-page__primary-cta,.services-page__secondary-cta{min-height:60px;font-family:var(--font-dm-sans), Arial, sans-serif;letter-spacing:.08em;justify-content:center;align-items:center;padding:0 24px;font-size:.68rem;font-weight:800;transition:background-color .16s,color .16s,transform .16s;display:inline-flex}.services-page__primary-cta{background:var(--terracotta);color:var(--off-white)!important}.services-page__secondary-cta{color:var(--charcoal);border:1px solid #25282752}.services-page__primary-cta:hover{background:var(--sage-dark);transform:translateY(-2px)}.services-page__secondary-cta:hover{background:var(--sage);border-color:var(--sage);transform:translateY(-2px)}.services-page__hero-image{min-height:610px;margin-top:25px;position:relative;overflow:hidden}.services-page__hero-image img{object-fit:cover;object-position:center}.services-page__hero-rail{z-index:5;background:var(--off-white);border-top:1px solid #25282733;border-bottom:1px solid #25282733;grid-template-columns:repeat(5,1fr);display:grid;position:absolute;bottom:0;left:clamp(32px,4vw,72px);right:clamp(32px,4vw,72px)}.services-page__hero-rail a{border-right:1px solid #2528272e;flex-direction:column;justify-content:space-between;gap:16px;min-height:100px;padding:18px;transition:background-color .16s,color .16s;display:flex}.services-page__hero-rail a:last-child{border-right:0}.services-page__hero-rail a:hover{background:var(--sage)}.services-page__hero-rail span{font-family:var(--font-dm-sans), Arial, sans-serif;letter-spacing:.1em;color:var(--terracotta);font-size:.58rem;font-weight:800}.services-page__hero-rail strong{font-family:var(--font-inter), Arial, sans-serif;font-size:.78rem;font-weight:800}.services-directory{background:var(--off-white);border-top:1px solid #2528272e;border-bottom:1px solid #2528272e;grid-template-columns:minmax(360px,.95fr) minmax(0,2.05fr);min-height:820px;display:grid}.services-directory__intro{z-index:2;background:var(--sand-light);border-right:1px solid #2528272e;flex-direction:column;min-width:0;padding:80px clamp(28px,3.5vw,58px) 55px;display:flex;position:relative;overflow:hidden}.services-directory__intro h2{letter-spacing:-.065em;max-width:100%;color:var(--charcoal);margin:34px 0 38px;font-size:clamp(3.6rem,5.2vw,6.2rem);font-weight:800;line-height:.78}.services-directory__intro h2 span{color:var(--sage-dark);display:block}.services-directory__intro>p:last-child{max-width:285px;font-family:var(--font-dm-sans), Arial, sans-serif;color:var(--muted);margin-top:auto;font-size:.98rem;line-height:1.6}.services-directory__grid{background:var(--off-white);grid-template-columns:repeat(3,minmax(0,1fr));min-width:0;display:grid}.services-directory__card{background:var(--off-white);border-bottom:1px solid #2528272e;border-right:1px solid #2528272e;flex-direction:column;min-width:0;min-height:380px;padding:30px;transition:background-color .22s,color .22s,transform .22s;display:flex;position:relative;overflow:hidden}.services-directory__card:nth-child(3){border-right:0}.services-directory__card:nth-child(4){grid-column:1/2}.services-directory__card:hover{z-index:2;background:var(--sage);transform:translateY(-6px)}.services-directory__number{font-family:var(--font-dm-sans), Arial, sans-serif;letter-spacing:.1em;color:var(--terracotta);margin-bottom:44px;font-size:.62rem;font-weight:800}.services-directory__card h3{letter-spacing:-.045em;overflow-wrap:anywhere;max-width:100%;margin:0 0 14px;font-size:clamp(1.4rem,1.9vw,2rem);font-weight:800;line-height:.9}.services-directory__card>p{max-width:360px;font-family:var(--font-dm-sans), Arial, sans-serif;color:var(--muted);margin:0;font-size:.9rem;line-height:1.52;transition:color .22s}.services-directory__card:hover>p,.services-directory__card:hover .services-directory__best p{color:var(--charcoal)}.services-directory__best{margin-top:auto;padding-top:28px}.services-directory__best>span{font-family:var(--font-dm-sans), Arial, sans-serif;letter-spacing:.11em;color:var(--terracotta);margin-bottom:7px;font-size:.54rem;font-weight:800;display:block}.services-directory__best p{max-width:360px;font-family:var(--font-dm-sans), Arial, sans-serif;color:var(--charcoal);margin:0;font-size:.78rem;line-height:1.45}.services-directory__link{font-family:var(--font-dm-sans), Arial, sans-serif;letter-spacing:.08em;border-top:1px solid #2528272e;margin-top:22px;padding-top:14px;font-size:.58rem;font-weight:800;transition:transform .22s}.services-directory__card:hover .services-directory__link{transform:translate(6px)}.service-detail{border-bottom:1px solid #2528272e;grid-template-columns:repeat(12,minmax(0,1fr));min-height:900px;padding:110px clamp(32px,4vw,70px);display:grid;position:relative}.service-detail__heading{z-index:3;position:relative}.service-detail__heading h2{letter-spacing:-.075em;margin:40px 0 24px;font-size:clamp(4.5rem,7.2vw,8rem);font-weight:800;line-height:.78}.service-detail__heading h2 span{display:block}.service-detail__heading>p:not(.services-page__eyebrow){max-width:480px;font-family:var(--font-dm-sans), Arial, sans-serif;color:var(--muted);font-size:1rem;line-height:1.62}.service-detail__image{min-height:600px;position:relative;overflow:hidden}.service-detail__image img{object-fit:cover}.service-detail__image--wide{min-height:530px}.service-detail__info-grid{border-top:1px solid #2528272e;border-bottom:1px solid #2528272e;grid-column:1/-1;grid-template-columns:repeat(3,1fr);margin-top:0;display:grid}.service-detail__info-grid>div{border-right:1px solid #2528272e;flex-direction:column;min-height:240px;padding:30px;display:flex}.service-detail__info-grid>div:last-child{border-right:0}.service-detail__info-grid span{font-family:var(--font-dm-sans), Arial, sans-serif;letter-spacing:.1em;color:var(--terracotta);margin-bottom:22px;font-size:.58rem;font-weight:800}.service-detail__info-grid p{font-family:var(--font-dm-sans), Arial, sans-serif;color:var(--muted);margin:0;font-size:.9rem;line-height:1.55}.service-detail__info-grid a{font-family:var(--font-dm-sans), Arial, sans-serif;letter-spacing:.08em;color:var(--charcoal);margin-top:auto;padding-top:26px;font-size:.62rem;font-weight:800}.service-detail--inspection{background:var(--off-white)}.service-detail--inspection .service-detail__heading{grid-column:1/6;padding-right:40px}.service-detail--inspection .service-detail__image{grid-column:6/13}.service-detail--repair{background:var(--sand-light)}.service-detail--repair .service-detail__image{grid-column:1/7}.service-detail--repair .service-detail__heading{grid-column:7/13;align-self:center;padding-left:clamp(35px,5vw,80px)}.service-detail--repair .service-detail__heading h2{font-size:clamp(4rem,6.5vw,7.2rem)}.service-detail--replacement{background:var(--off-white)}.service-detail--replacement .service-detail__heading{grid-column:1/8;margin-bottom:55px}.service-detail--replacement .service-detail__image{grid-column:1/-1}.storm-service{background:var(--charcoal);align-items:stretch;min-height:900px;display:flex;position:relative;overflow:hidden}.storm-service__background{object-fit:cover;object-position:center}.storm-service__overlay{z-index:1;background:linear-gradient(90deg,#191c1bf0 0%,#191c1bb8 44%,#191c1b24 100%);position:absolute;inset:0}.storm-service__content{z-index:2;width:min(100%,1500px);color:var(--off-white);flex-direction:column;padding:110px clamp(32px,5vw,80px);display:flex;position:relative}.storm-service__content .services-page__eyebrow{color:var(--sand)}.storm-service__content h2{letter-spacing:-.075em;max-width:840px;margin:65px 0 50px;font-size:clamp(5rem,8vw,9rem);font-weight:800;line-height:.78}.storm-service__content h2 span{display:block}.storm-service__content h2 span:last-child{color:var(--terracotta)}.storm-service__conditions{border-top:1px solid #f4f1ea47;border-bottom:1px solid #f4f1ea47;flex-wrap:wrap;gap:0;margin-top:auto;display:flex}.storm-service__conditions span{font-family:var(--font-inter), Arial, sans-serif;border-right:1px solid #f4f1ea47;padding:17px 28px;font-size:.74rem;font-weight:800}.storm-service__content>p:not(.services-page__eyebrow){max-width:440px;font-family:var(--font-dm-sans), Arial, sans-serif;color:#f4f1eac2;margin:35px 0 25px;font-size:1rem;line-height:1.58}.storm-service__content>a{background:var(--terracotta);width:fit-content;font-family:var(--font-dm-sans), Arial, sans-serif;letter-spacing:.08em;color:var(--off-white);padding:18px 24px;font-size:.65rem;font-weight:800}.maintenance-service{background:var(--sand-light);grid-template-columns:1fr 1fr;gap:70px;padding:110px clamp(32px,5vw,80px);display:grid}.maintenance-service__copy h2{letter-spacing:-.075em;margin:45px 0 0;font-size:clamp(4.5rem,7vw,8rem);font-weight:800;line-height:.78}.maintenance-service__copy h2 span{display:block}.maintenance-service__copy h2 span:last-child{color:var(--terracotta)}.maintenance-service__list{border-top:1px solid #25282733;align-self:center}.maintenance-service__list div{font-family:var(--font-inter), Arial, sans-serif;border-bottom:1px solid #25282733;padding:26px 0;font-size:clamp(1.15rem,1.8vw,1.8rem);font-weight:800}.maintenance-service__cta{background:var(--sage-dark);width:fit-content;font-family:var(--font-dm-sans), Arial, sans-serif;letter-spacing:.08em;grid-column:2/3;padding:18px 24px;font-size:.65rem;font-weight:800;color:var(--off-white)!important}.service-decision{background:var(--off-white);padding:110px clamp(32px,5vw,80px)}.service-decision__heading{grid-template-columns:1.3fr .7fr;align-items:end;gap:60px;margin:55px 0 75px;display:grid}.service-decision__heading h2{letter-spacing:-.075em;margin:0;font-size:clamp(5rem,8vw,9rem);font-weight:800;line-height:.78}.service-decision__heading h2 span{display:block}.service-decision__heading p{max-width:350px;font-family:var(--font-dm-sans), Arial, sans-serif;color:var(--muted);margin:0 0 8px;font-size:1rem;line-height:1.6}.service-decision__rows{border-top:1px solid #25282733}.service-decision__rows a{border-bottom:1px solid #25282733;grid-template-columns:1fr auto;align-items:center;gap:25px;min-height:90px;padding:0 22px;transition:background-color .16s,padding .16s;display:grid}.service-decision__rows a:hover{background:var(--sage);padding-left:32px}.service-decision__rows span{font-family:var(--font-inter), Arial, sans-serif;font-size:clamp(1rem,1.8vw,1.7rem);font-weight:800}.service-decision__rows strong{font-family:var(--font-dm-sans), Arial, sans-serif;letter-spacing:.07em;color:var(--terracotta);font-size:.65rem;font-weight:800}.service-method{background:var(--sage-dark);color:var(--off-white);padding:110px clamp(32px,5vw,80px)}.service-method .services-page__eyebrow{color:var(--sand)}.service-method__heading{grid-template-columns:1.45fr .55fr;align-items:end;gap:70px;display:grid}.service-method__heading h2{letter-spacing:-.075em;margin:55px 0 0;font-size:clamp(4.5rem,7.4vw,8.5rem);font-weight:800;line-height:.78}.service-method__heading h2 span{display:block}.service-method__heading h2 span:last-child{color:var(--sand)}.service-method__heading>p:last-child{max-width:420px;font-family:var(--font-dm-sans), Arial, sans-serif;color:#f4f1eabf;margin:0 0 8px;font-size:1rem;line-height:1.6}.service-method__grid{border-top:1px solid #f4f1ea3d;border-bottom:1px solid #f4f1ea3d;grid-template-columns:repeat(5,1fr);margin-top:85px;display:grid}.service-method__grid>div{border-right:1px solid #f4f1ea3d;min-height:250px;padding:25px}.service-method__grid>div:last-child{border-right:0}.service-method__grid span{font-family:var(--font-dm-sans), Arial, sans-serif;color:var(--sand);margin-bottom:65px;font-size:.6rem;font-weight:800;display:block}.service-method__grid h3{margin:0 0 12px;font-size:1.25rem;font-weight:800}.service-method__grid p{font-family:var(--font-dm-sans), Arial, sans-serif;color:#f4f1eaad;margin:0;font-size:.82rem;line-height:1.5}.services-estimator-cta,.services-schedule-cta{grid-template-columns:1.2fr .8fr;align-content:center;gap:80px;min-height:680px;padding:110px clamp(32px,5vw,80px);display:grid}.services-estimator-cta{background:var(--terracotta);color:var(--off-white)}.services-schedule-cta{background:var(--sand);color:var(--charcoal)}.services-estimator-cta .services-page__eyebrow{color:var(--sand)}.services-estimator-cta h2,.services-schedule-cta h2{letter-spacing:-.075em;grid-column:1/2;margin:45px 0 0;font-size:clamp(5rem,8vw,9rem);font-weight:800;line-height:.78}.services-estimator-cta h2 span,.services-schedule-cta h2 span{display:block}.services-estimator-cta>p:not(.services-page__eyebrow),.services-schedule-cta>p:not(.services-page__eyebrow){max-width:400px;font-family:var(--font-dm-sans), Arial, sans-serif;grid-column:2/3;align-self:end;margin:0;font-size:1.05rem;line-height:1.6}.services-estimator-cta>a,.services-schedule-cta>a{width:fit-content;font-family:var(--font-dm-sans), Arial, sans-serif;letter-spacing:.08em;grid-column:2/3;align-self:start;padding:19px 25px;font-size:.68rem;font-weight:800}.services-estimator-cta>a{background:var(--charcoal);color:var(--off-white)}.services-schedule-cta>a{background:var(--terracotta);color:var(--off-white)}.services-faq{background:var(--off-white);padding:110px clamp(32px,5vw,80px)}.services-faq>h2{letter-spacing:-.075em;margin:50px 0 75px;font-size:clamp(5rem,8vw,9rem);font-weight:800;line-height:.78}.services-faq>h2 span{color:var(--terracotta);display:block}.services-faq__list{border-top:1px solid #25282733}.services-faq__item{border-bottom:1px solid #25282733}.services-faq__item summary{cursor:pointer;grid-template-columns:55px 1fr auto;align-items:center;gap:22px;min-height:90px;padding:0 16px;list-style:none;transition:background-color .16s;display:grid}.services-faq__item summary::-webkit-details-marker{display:none}.services-faq__item summary:hover{background:var(--sage)}.services-faq__item summary>span:first-child{font-family:var(--font-dm-sans), Arial, sans-serif;color:var(--terracotta);font-size:.6rem;font-weight:800}.services-faq__item summary strong{font-family:var(--font-inter), Arial, sans-serif;font-size:clamp(1rem,1.5vw,1.45rem);font-weight:800}.services-faq__item summary>span:last-child{font-family:var(--font-inter), Arial, sans-serif;font-size:1.5rem}.services-faq__item>p{max-width:740px;font-family:var(--font-dm-sans), Arial, sans-serif;color:var(--muted);margin:0;padding:0 16px 30px 93px;font-size:.95rem;line-height:1.65}.services-final-cta{background:var(--charcoal);color:var(--off-white);padding:110px clamp(32px,5vw,80px)}.services-final-cta .services-page__eyebrow{color:var(--sand)}.services-final-cta>h2{letter-spacing:-.075em;max-width:950px;margin:55px 0 80px;font-size:clamp(5rem,8vw,9rem);font-weight:800;line-height:.78}.services-final-cta>h2 span{display:block}.services-final-cta>h2 span:last-child{color:var(--terracotta)}.services-final-cta__grid{border-top:1px solid #f4f1ea3d;border-bottom:1px solid #f4f1ea3d;grid-template-columns:1fr 1fr;display:grid}.services-final-cta__grid>div{border-right:1px solid #f4f1ea3d;flex-direction:column;min-height:300px;padding:35px;display:flex}.services-final-cta__grid>div:last-child{border-right:0}.services-final-cta__grid span{font-family:var(--font-inter), Arial, sans-serif;font-size:1.1rem;font-weight:800}.services-final-cta__grid p{max-width:420px;font-family:var(--font-dm-sans), Arial, sans-serif;color:#f4f1eaa8;margin:24px 0;font-size:.95rem;line-height:1.6}.services-final-cta__grid a{font-family:var(--font-dm-sans), Arial, sans-serif;letter-spacing:.08em;color:var(--sand);margin-top:auto;font-size:.65rem;font-weight:800}@media (max-width:1000px){.services-page__hero{grid-template-columns:1fr}.services-page__hero-copy{padding-right:0}.services-page__hero-image{margin-top:65px}.services-page__hero-rail{grid-template-columns:repeat(3,1fr)}.services-page__hero-rail a:nth-child(3){border-right:0}.services-page__hero-rail a:nth-child(4),.services-page__hero-rail a:nth-child(5){border-top:1px solid #2528272e}.services-directory{grid-template-columns:1fr}.services-directory__intro{border-right:0;min-height:500px}.services-directory__grid{grid-template-columns:1fr 1fr}.services-directory__card:nth-child(n){grid-column:auto}.services-directory__card:nth-child(2n){border-right:0}.services-directory__card:nth-child(5){grid-column:1/-1}.service-detail--inspection .service-detail__heading,.service-detail--repair .service-detail__heading,.service-detail--inspection .service-detail__image,.service-detail--repair .service-detail__image{grid-column:1/-1;padding-left:0}.service-detail__image{margin-top:50px}.service-method__grid{grid-template-columns:repeat(3,1fr)}.service-method__grid>div:nth-child(3){border-right:0}.service-method__grid>div:nth-child(n+4){border-top:1px solid #f4f1ea3d}}@media (max-width:700px){.services-page__hero{min-height:auto;padding:80px 20px 0;display:block}.services-page__hero-title{margin-top:45px;font-size:clamp(3.7rem,16vw,5.4rem);line-height:.8}.services-page__hero-support{grid-template-columns:1fr;gap:16px}.services-page__hero-actions{flex-direction:column}.services-page__primary-cta,.services-page__secondary-cta{width:100%}.services-page__hero-image{min-height:430px;margin:55px -20px 0}.services-page__hero-rail{grid-template-columns:1fr;margin:0 -20px;position:relative;bottom:auto;left:auto;right:auto}.services-page__hero-rail a{border-bottom:1px solid #2528272e;border-right:0;flex-direction:row;justify-content:flex-start;align-items:center;gap:18px;min-height:72px}.services-directory__intro{min-height:480px;padding:80px 20px 45px}.services-directory__intro h2{font-size:clamp(3.8rem,16vw,5.3rem)}.services-directory__grid{grid-template-columns:1fr}.services-directory__card:nth-child(n){border-right:0;grid-column:auto;min-height:330px}.service-detail{min-height:auto;padding:85px 20px;display:block}.service-detail__heading h2{font-size:clamp(3.7rem,15vw,5.2rem)}.service-detail__image,.service-detail__image--wide{min-height:420px}.service-detail__info-grid{grid-template-columns:1fr;margin-top:35px}.service-detail__info-grid>div{border-bottom:1px solid #2528272e;border-right:0;min-height:220px}.storm-service{min-height:850px}.storm-service__overlay{background:linear-gradient(#191c1bdb 0%,#191c1bc7 65%,#191c1beb 100%)}.storm-service__content{padding:85px 20px}.storm-service__content h2{margin-top:55px;font-size:clamp(4rem,16vw,5.5rem)}.storm-service__conditions{margin-top:auto}.storm-service__conditions span{border-bottom:1px solid #f4f1ea3d;width:50%}.maintenance-service{grid-template-columns:1fr;gap:45px;padding:85px 20px}.maintenance-service__copy h2{font-size:clamp(3.8rem,15vw,5.3rem)}.maintenance-service__cta{text-align:center;grid-column:auto;width:100%}.service-decision{padding:85px 20px}.service-decision__heading{grid-template-columns:1fr;gap:35px}.service-decision__heading h2{font-size:clamp(4rem,16vw,5.4rem)}.service-decision__rows a{grid-template-columns:1fr;align-content:center;gap:12px;min-height:115px;padding:18px 10px}.service-method{padding:85px 20px}.service-method__heading{grid-template-columns:1fr;gap:35px}.service-method__heading h2{font-size:clamp(3.8rem,15vw,5.2rem)}.service-method__grid{grid-template-columns:1fr}.service-method__grid>div{border-bottom:1px solid #f4f1ea3d;border-right:0;min-height:210px}.service-method__grid span{margin-bottom:45px}.services-estimator-cta,.services-schedule-cta{grid-template-columns:1fr;gap:35px;min-height:700px;padding:85px 20px}.services-estimator-cta h2,.services-schedule-cta h2{grid-column:auto;font-size:clamp(4rem,16vw,5.5rem)}.services-estimator-cta>p:not(.services-page__eyebrow),.services-schedule-cta>p:not(.services-page__eyebrow),.services-estimator-cta>a,.services-schedule-cta>a{grid-column:auto}.services-faq{padding:85px 20px}.services-faq>h2{font-size:clamp(4rem,16vw,5.5rem)}.services-faq__item summary{grid-template-columns:35px 1fr auto;gap:12px;padding:18px 0}.services-faq__item>p{padding:0 0 28px 47px}.services-final-cta{padding:85px 20px}.services-final-cta>h2{font-size:clamp(4rem,16vw,5.5rem)}.services-final-cta__grid{grid-template-columns:1fr}.services-final-cta__grid>div{border-bottom:1px solid #f4f1ea3d;border-right:0;min-height:270px}}.reveal{opacity:0;transition:opacity .65s cubic-bezier(.22,1,.36,1),transform .65s cubic-bezier(.22,1,.36,1);transform:translateY(38px)}.reveal--visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transition:none;transform:none}}.services-directory__grid>.reveal{min-width:0;height:100%}.services-directory__grid>.reveal .services-directory__card{height:100%}.services-directory__grid>.reveal:nth-child(5){grid-column:2/4}.service-detail--repair .service-detail__image img{transition:transform .7s cubic-bezier(.22,1,.36,1)}.service-detail--repair:hover .service-detail__image img{transform:scale(1.045)}.service-detail--replacement .service-detail__image{overflow:hidden}.service-detail--replacement .service-detail__image img{transition:transform .9s cubic-bezier(.22,1,.36,1)}.service-detail--replacement:hover .service-detail__image img{transform:scale(1.035)}.storm-service__conditions span{transition:background-color .18s,transform .18s}.storm-service__conditions span:hover{background:#f4f1ea1a;transform:translateY(-3px)}.maintenance-service__list div{padding-left:0;transition:padding-left .18s,background-color .18s;position:relative}.maintenance-service__list div:hover{background:#68766814;padding-left:18px}@keyframes servicesHeroIn{0%{opacity:0;transform:translateY(45px)}to{opacity:1;transform:translateY(0)}}.services-page__hero-title{animation:.75s cubic-bezier(.22,1,.36,1) both servicesHeroIn}.services-page__hero-support{animation:.75s cubic-bezier(.22,1,.36,1) .12s both servicesHeroIn}.services-page__hero-actions{animation:.75s cubic-bezier(.22,1,.36,1) .22s both servicesHeroIn}.services-page__hero-image{overflow:hidden}.services-page__hero-image img{animation:1.1s cubic-bezier(.22,1,.36,1) both servicesHeroImageIn;transform:scale(1.04)}@keyframes servicesHeroImageIn{0%{opacity:0;transform:scale(1.1)}to{opacity:1;transform:scale(1.04)}}.contact-page{background:var(--off-white);color:var(--charcoal);overflow:hidden}.contact-page *,.contact-page :before,.contact-page :after{box-sizing:border-box}.contact-page__eyebrow,.thank-you__eyebrow{font-family:var(--font-dm-sans), Arial, sans-serif;letter-spacing:.12em;color:var(--terracotta);margin:0;font-size:.7rem;font-weight:800;line-height:1}.contact-hero{background:var(--charcoal);min-height:760px;color:var(--off-white);align-items:center;display:flex;position:relative;overflow:hidden}.contact-hero__ghost{font-family:var(--font-inter), Arial, sans-serif;letter-spacing:-.08em;color:#f4f1ea06;pointer-events:none;font-size:clamp(10rem,22vw,25rem);font-weight:800;line-height:.72;position:absolute;bottom:-7vw;right:-2vw}.contact-hero__shell{z-index:2;width:min(100% - 80px,1500px);margin:0 auto;padding:100px 0;position:relative}.contact-hero__grid{grid-template-columns:1.45fr .55fr;align-items:end;gap:90px;margin-top:60px;display:grid}.contact-hero__title{font-family:var(--font-inter), Arial, sans-serif;letter-spacing:-.075em;margin:0;font-size:clamp(5rem,8vw,9.4rem);font-weight:800;line-height:.78}.contact-hero__title span{display:block}.contact-hero__title span:last-child{color:var(--terracotta)}.contact-hero__copy{max-width:470px}.contact-hero__copy p{font-family:var(--font-dm-sans), Arial, sans-serif;color:#f4f1eab3;margin:0 0 20px;font-size:1rem;line-height:1.65}.contact-hero__actions{flex-wrap:wrap;gap:10px;margin-top:32px;display:flex}.contact-hero__primary,.contact-hero__secondary{min-height:58px;font-family:var(--font-dm-sans), Arial, sans-serif;letter-spacing:.08em;align-items:center;padding:0 22px;font-size:.64rem;font-weight:800;text-decoration:none;display:inline-flex}.contact-hero__primary{background:var(--terracotta);color:var(--off-white)}.contact-hero__secondary{color:var(--off-white);border:1px solid #f4f1ea59}.contact-info{background:var(--sand-light);border-bottom:1px solid #2528272e;grid-template-columns:repeat(3,1fr);display:grid}.contact-info__card{border-right:1px solid #2528272e;flex-direction:column;min-height:260px;padding:38px;display:flex}.contact-info__card:last-child{border-right:0}.contact-info__card>span{font-family:var(--font-dm-sans), Arial, sans-serif;letter-spacing:.11em;color:var(--terracotta);margin-bottom:48px;font-size:.58rem;font-weight:800}.contact-info__card a,.contact-info__card strong{font-family:var(--font-inter), Arial, sans-serif;color:var(--charcoal);margin-bottom:15px;font-size:clamp(1.3rem,2vw,2rem);font-weight:800;text-decoration:none}.contact-info__card p{max-width:400px;font-family:var(--font-dm-sans), Arial, sans-serif;color:var(--muted);margin:0 0 7px;font-size:.86rem;line-height:1.5}.contact-service-area{background:var(--off-white);padding:110px 0}.contact-service-area__shell{grid-template-columns:.72fr 1.28fr;gap:70px;width:min(100% - 80px,1500px);margin:0 auto;display:grid}.contact-service-area__copy h2{font-family:var(--font-inter), Arial, sans-serif;letter-spacing:-.07em;margin:45px 0 30px;font-size:clamp(4.4rem,7vw,8rem);font-weight:800;line-height:.78}.contact-service-area__copy h2 span{color:var(--terracotta);display:block}.contact-service-area__copy>p{max-width:450px;font-family:var(--font-dm-sans), Arial, sans-serif;color:var(--muted);margin:0 0 35px;font-size:.95rem;line-height:1.6}.contact-service-area__cities{flex-wrap:wrap;gap:8px;max-width:480px;margin-bottom:38px;display:flex}.contact-service-area__cities span{font-family:var(--font-dm-sans), Arial, sans-serif;letter-spacing:.08em;border:1px solid #2528272e;padding:9px 11px;font-size:.58rem;font-weight:800}.contact-service-area__copy>a{font-family:var(--font-dm-sans), Arial, sans-serif;letter-spacing:.07em;color:var(--charcoal);font-size:.68rem;font-weight:800;text-decoration:none}.contact-service-area__map .central-texas-map{margin-top:0}.contact-inquiry{background:var(--sand-light);padding:110px 0}.contact-inquiry__shell{grid-template-columns:.65fr 1.35fr;gap:80px;width:min(100% - 80px,1500px);margin:0 auto;display:grid}.contact-inquiry__intro{align-self:start;position:sticky;top:40px}.contact-inquiry__intro h2{font-family:var(--font-inter), Arial, sans-serif;letter-spacing:-.07em;margin:45px 0 32px;font-size:clamp(4.6rem,7vw,7.7rem);font-weight:800;line-height:.78}.contact-inquiry__intro h2 span{display:block}.contact-inquiry__intro h2 span:last-child{color:var(--terracotta)}.contact-inquiry__intro>p{max-width:390px;font-family:var(--font-dm-sans), Arial, sans-serif;color:var(--muted);margin:0;font-size:.95rem;line-height:1.6}.contact-inquiry__note{border-top:1px solid #2528272e;max-width:390px;margin-top:55px;padding-top:22px}.contact-inquiry__note span{font-family:var(--font-dm-sans), Arial, sans-serif;letter-spacing:.1em;color:var(--terracotta);font-size:.58rem;font-weight:800}.contact-inquiry__note p{font-family:var(--font-dm-sans), Arial, sans-serif;color:var(--muted);margin:12px 0 0;font-size:.82rem;line-height:1.55}.contact-form{background:var(--off-white);border-top:1px solid #25282733;border-left:1px solid #25282733;border-right:1px solid #25282733;width:100%}.contact-form__section{border-bottom:1px solid #25282733;padding:35px}.contact-form__section-heading{grid-template-columns:42px 1fr;gap:18px;margin-bottom:30px;display:grid}.contact-form__section-heading>span{font-family:var(--font-dm-sans), Arial, sans-serif;color:var(--terracotta);font-size:.6rem;font-weight:800}.contact-form__section-heading strong{font-family:var(--font-inter), Arial, sans-serif;margin-bottom:5px;font-size:1rem;font-weight:800;display:block}.contact-form__section-heading p{font-family:var(--font-dm-sans), Arial, sans-serif;color:var(--muted);margin:0;font-size:.78rem}.contact-form__service-options{grid-template-columns:repeat(2,1fr);gap:8px;display:grid}.contact-form__service-option{text-align:left;min-height:105px;color:var(--charcoal);cursor:pointer;background:0 0;border:1px solid #2528272e;justify-content:space-between;align-items:center;gap:20px;padding:18px;transition:background-color .16s,border-color .16s,transform .16s;display:flex}.contact-form__service-option:hover{background:var(--sage);transform:translateY(-2px)}.contact-form__service-option--active{background:var(--sage);border-color:var(--charcoal)}.contact-form__service-option>div{flex-direction:column;gap:5px;display:flex}.contact-form__service-option strong{font-family:var(--font-inter), Arial, sans-serif;font-size:.8rem;font-weight:800}.contact-form__service-option>div>span{font-family:var(--font-dm-sans), Arial, sans-serif;color:var(--muted);font-size:.72rem;line-height:1.4}.contact-form__service-check{width:31px;height:31px;font-family:var(--font-dm-sans), Arial, sans-serif;border:1px solid #25282747;flex:0 0 31px;place-items:center;font-size:.7rem;font-weight:800;display:grid}.contact-form__fields{grid-template-columns:1fr 1fr;gap:15px;display:grid}.contact-field{flex-direction:column;gap:8px;display:flex}.contact-field--full{grid-column:1/-1}.contact-field>span{font-family:var(--font-dm-sans), Arial, sans-serif;letter-spacing:.08em;color:var(--charcoal);font-size:.58rem;font-weight:800}.contact-field input,.contact-field select,.contact-field textarea{background:var(--off-white);width:100%;color:var(--charcoal);font-family:var(--font-dm-sans), Arial, sans-serif;border:1px solid #25282733;border-radius:0;font-size:.9rem}.contact-field input,.contact-field select{height:58px;padding:0 15px}.contact-field textarea{resize:vertical;min-height:180px;padding:15px}.contact-field input:focus,.contact-field select:focus,.contact-field textarea:focus{outline:2px solid var(--terracotta);outline-offset:2px}.contact-form__contact-methods{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.contact-form__contact-method{min-height:55px;color:var(--charcoal);font-family:var(--font-dm-sans), Arial, sans-serif;letter-spacing:.08em;cursor:pointer;background:0 0;border:1px solid #2528272e;font-size:.62rem;font-weight:800}.contact-form__contact-method--active{background:var(--sage-dark);color:var(--off-white)}.contact-form__consent{border-bottom:1px solid #25282733;padding:28px 35px}.contact-form__consent label{grid-template-columns:auto 1fr;align-items:start;gap:14px;display:grid}.contact-form__consent input{margin-top:3px}.contact-form__consent span{font-family:var(--font-dm-sans), Arial, sans-serif;color:var(--muted);font-size:.72rem;line-height:1.5}.contact-form__error{color:var(--terracotta);font-family:var(--font-dm-sans), Arial, sans-serif;background:#a8614c1a;margin:0;padding:18px 35px;font-size:.8rem;font-weight:700}.contact-form__submit-row{grid-template-columns:1fr auto;align-items:center;gap:30px;padding:30px 35px;display:grid}.contact-form__submit-row>div>span{font-family:var(--font-dm-sans), Arial, sans-serif;letter-spacing:.1em;color:var(--terracotta);font-size:.56rem;font-weight:800}.contact-form__submit-row p{max-width:360px;font-family:var(--font-dm-sans), Arial, sans-serif;color:var(--muted);margin:7px 0 0;font-size:.72rem;line-height:1.4}.contact-form__submit{background:var(--terracotta);min-width:260px;min-height:62px;color:var(--off-white);font-family:var(--font-dm-sans), Arial, sans-serif;letter-spacing:.07em;cursor:pointer;border:0;justify-content:space-between;align-items:center;gap:30px;padding:0 20px;font-size:.65rem;font-weight:800;display:flex}.contact-form__submit:hover:not(:disabled){background:var(--sage-dark)}.contact-form__submit:disabled{opacity:.55;cursor:wait}.thank-you-page{background:var(--charcoal)}.thank-you{background:var(--charcoal);min-height:900px;color:var(--off-white);align-items:center;display:flex;position:relative;overflow:hidden}.thank-you__ghost{font-family:var(--font-inter), Arial, sans-serif;letter-spacing:-.08em;color:#f4f1ea06;pointer-events:none;font-size:clamp(9rem,22vw,24rem);font-weight:800;line-height:.75;position:absolute;bottom:-3vw;right:-5vw}.thank-you__shell{z-index:2;width:min(100% - 80px,1450px);margin:0 auto;padding:100px 0;position:relative}.thank-you h1{max-width:1000px;font-family:var(--font-inter), Arial, sans-serif;letter-spacing:-.075em;margin:55px 0 80px;font-size:clamp(5rem,8vw,9rem);font-weight:800;line-height:.78}.thank-you h1 span{display:block}.thank-you h1 span:last-child{color:var(--terracotta)}.thank-you__content{border-top:1px solid #f4f1ea33;border-bottom:1px solid #f4f1ea33;grid-template-columns:1fr 1fr;display:grid}.thank-you__content>div{border-right:1px solid #f4f1ea33;min-height:220px;padding:30px}.thank-you__content>div:last-child{border-right:0}.thank-you__content span{font-family:var(--font-dm-sans), Arial, sans-serif;letter-spacing:.1em;color:var(--sand);font-size:.58rem;font-weight:800}.thank-you__content p{max-width:480px;font-family:var(--font-dm-sans), Arial, sans-serif;color:#f4f1eab3;margin:28px 0 0;font-size:1rem;line-height:1.6}.thank-you__actions{flex-wrap:wrap;gap:10px;margin-top:45px;display:flex}.thank-you__primary,.thank-you__secondary{min-height:60px;font-family:var(--font-dm-sans), Arial, sans-serif;letter-spacing:.08em;align-items:center;padding:0 23px;font-size:.65rem;font-weight:800;text-decoration:none;display:inline-flex}.thank-you__primary{background:var(--terracotta);color:var(--off-white)}.thank-you__secondary{color:var(--off-white);border:1px solid #f4f1ea47}.thank-you__footer-note{font-family:var(--font-dm-sans), Arial, sans-serif;letter-spacing:.1em;color:#f4f1ea8c;border-top:1px solid #f4f1ea2e;justify-content:space-between;gap:20px;margin-top:90px;padding-top:18px;font-size:.58rem;font-weight:800;display:flex}@media (max-width:1000px){.contact-hero__grid,.contact-info{grid-template-columns:1fr}.contact-info__card{border-bottom:1px solid #2528272e;border-right:0}.contact-service-area__shell,.contact-inquiry__shell{grid-template-columns:1fr}.contact-inquiry__intro{position:static}.contact-service-area__map{margin-top:20px}}@media (max-width:700px){.contact-hero{min-height:auto}.contact-hero__shell,.contact-service-area__shell,.contact-inquiry__shell,.thank-you__shell{width:calc(100% - 40px)}.contact-hero__shell{padding:85px 0}.contact-hero__title{font-size:clamp(4rem,16vw,5.5rem)}.contact-hero__actions{flex-direction:column}.contact-hero__primary,.contact-hero__secondary{justify-content:center;width:100%}.contact-info__card{min-height:220px;padding:30px 20px}.contact-service-area{padding:85px 0}.contact-service-area__copy h2{font-size:clamp(4rem,16vw,5.4rem)}.contact-inquiry{padding:85px 0}.contact-inquiry__intro h2{font-size:clamp(4rem,16vw,5.4rem)}.contact-form__section{padding:28px 20px}.contact-form__service-options,.contact-form__fields{grid-template-columns:1fr}.contact-field--full{grid-column:auto}.contact-form__contact-methods{grid-template-columns:1fr}.contact-form__consent{padding:25px 20px}.contact-form__submit-row{grid-template-columns:1fr;padding:28px 20px}.contact-form__submit{width:100%;min-width:0}.thank-you{min-height:auto}.thank-you__shell{padding:90px 0}.thank-you h1{font-size:clamp(4rem,16vw,5.6rem)}.thank-you__content{grid-template-columns:1fr}.thank-you__content>div{border-bottom:1px solid #f4f1ea33;border-right:0}.thank-you__actions{flex-direction:column}.thank-you__primary,.thank-you__secondary{justify-content:center;width:100%}.thank-you__footer-note{flex-direction:column}}.start-here--expanded{background:var(--off-white);color:var(--charcoal);position:relative;overflow:hidden}.start-here--expanded .start-here__shell{width:min(100% - 80px,1500px);margin:0 auto;padding-bottom:110px}.start-here--expanded .start-here__header{margin-bottom:70px}.start-here--expanded .start-here__heading{grid-template-columns:1.35fr .65fr;align-items:end;gap:70px;margin-top:45px;display:grid}.start-here--expanded .start-here__title{font-family:var(--font-inter), Arial, sans-serif;letter-spacing:-.075em;margin:0;font-size:clamp(4.5rem,7vw,8rem);font-weight:800;line-height:.78}.start-here--expanded .start-here__title span{display:block}.start-here--expanded .start-here__title span:last-child{color:var(--terracotta)}.start-here--expanded .start-here__intro{max-width:430px;padding-bottom:8px}.start-here--expanded .start-here__intro strong{font-family:var(--font-inter), Arial, sans-serif;margin-bottom:20px;font-size:.9rem;font-weight:800;display:block}.start-here--expanded .start-here__intro p{font-family:var(--font-dm-sans), Arial, sans-serif;color:var(--muted);margin:0 0 16px;font-size:.92rem;line-height:1.58}.start-here-expanded__grid{background:#2528272e;border:1px solid #2528272e;grid-template-columns:repeat(12,minmax(0,1fr));gap:1px;display:grid}.start-here-expanded__card{background:var(--sand-light);min-height:470px;color:var(--charcoal);flex-direction:column;padding:28px;text-decoration:none;transition:background-color .22s,transform .22s;display:flex;position:relative}.start-here-expanded__card:first-child{grid-column:span 5}.start-here-expanded__card:nth-child(2){grid-column:span 4}.start-here-expanded__card:nth-child(3){grid-column:span 3}.start-here-expanded__card:nth-child(4){grid-column:span 7;min-height:390px}.start-here-expanded__card:nth-child(5){grid-column:span 5;min-height:390px}.start-here-expanded__card:hover{z-index:2;background:var(--sage);transform:translateY(-6px)}.start-here-expanded__top{font-family:var(--font-dm-sans), Arial, sans-serif;color:var(--terracotta);justify-content:space-between;gap:20px;font-size:.58rem;font-weight:800;display:flex}.start-here-expanded__main{margin-top:auto}.start-here-expanded__eyebrow{font-family:var(--font-dm-sans), Arial, sans-serif;letter-spacing:.1em;color:var(--terracotta);margin-bottom:14px;font-size:.54rem;font-weight:800;display:block}.start-here-expanded__main h3{max-width:520px;font-family:var(--font-inter), Arial, sans-serif;letter-spacing:-.045em;margin:0 0 18px;font-size:clamp(1.65rem,2.5vw,2.8rem);font-weight:800;line-height:.88}.start-here-expanded__main>p{max-width:540px;font-family:var(--font-dm-sans), Arial, sans-serif;color:var(--muted);margin:0;font-size:.84rem;line-height:1.55}.start-here-expanded__insight{border-top:1px solid #2528272b;margin-top:32px;padding-top:18px}.start-here-expanded__insight>span{font-family:var(--font-dm-sans), Arial, sans-serif;letter-spacing:.1em;color:var(--sage-dark);margin-bottom:7px;font-size:.5rem;font-weight:800;display:block}.start-here-expanded__insight p{max-width:530px;font-family:var(--font-dm-sans), Arial, sans-serif;color:var(--charcoal);margin:0;font-size:.75rem;line-height:1.5}.start-here-expanded__action{font-family:var(--font-dm-sans), Arial, sans-serif;letter-spacing:.07em;border-top:1px solid #2528272b;justify-content:space-between;gap:20px;margin-top:25px;padding-top:16px;font-size:.57rem;font-weight:800;display:flex}.start-here-expanded__action span:last-child{transition:transform .18s}.start-here-expanded__card:hover .start-here-expanded__action span:last-child{transform:translate(6px)}.start-here-expanded__footer{border-top:1px solid #2528272e;grid-template-columns:auto 1fr auto;align-items:center;gap:35px;margin-top:40px;padding-top:26px;display:grid}.start-here-expanded__footer>span{font-family:var(--font-inter), Arial, sans-serif;font-size:.85rem;font-weight:800}.start-here-expanded__footer p{max-width:600px;font-family:var(--font-dm-sans), Arial, sans-serif;color:var(--muted);margin:0;font-size:.82rem;line-height:1.5}.start-here-expanded__footer a{background:var(--charcoal);color:var(--off-white);font-family:var(--font-dm-sans), Arial, sans-serif;letter-spacing:.07em;padding:17px 20px;font-size:.6rem;font-weight:800;text-decoration:none}@media (max-width:700px){.hero--redesign{min-height:auto;padding-bottom:0;overflow:hidden}.hero-redesign__plane{display:none}.hero-redesign__grid{opacity:.08}.hero-redesign__media{height:320px;position:relative}.hero-redesign__media img{object-position:center}.hero-redesign__image-overlay{background:linear-gradient(#2023220d 0%,#202322b8 100%)}.hero-redesign__shell{background:var(--charcoal);width:100%;min-height:auto;padding:52px 20px 60px}.hero-redesign__copy{width:100%}.hero-redesign__eyebrow{font-size:.56rem}.hero-redesign__title{font-size:clamp(4.2rem,18vw,6.1rem);line-height:.78}.hero-redesign__description{margin-top:30px;font-size:.95rem}.hero-redesign__actions{flex-direction:column}.hero-redesign__primary,.hero-redesign__secondary{width:100%;min-width:0}.hero-redesign__index{display:none}.hero-redesign__quick-start{width:100%;animation:none;position:relative;bottom:auto;left:auto;transform:none}.hero-quick-start{box-shadow:none;border-left:0;border-right:0}.hero-quick-start__top{padding:0 20px}.hero-quick-start__body{padding:28px 20px}.hero-quick-start__question-row{grid-template-columns:1fr;gap:20px}.hero-quick-start__question-row h2{font-size:clamp(2.5rem,12vw,3.8rem)}.hero-quick-start__options{grid-template-columns:1fr}.hero-quick-start__option{border-bottom:1px solid #2528272e;border-right:0;min-height:92px}.hero-quick-start__option:hover{transform:none}.hero-quick-start__result{grid-template-columns:1fr;gap:30px;padding:28px 20px}.hero-quick-start__result-actions{min-width:0}.hero-quick-start__footer{padding:0 20px}.hero-quick-start__footer span:nth-child(2){display:none}.hero--redesign+.start-here{padding-top:85px}.start-here--expanded .start-here__shell{width:calc(100% - 40px);padding-bottom:85px}.start-here--expanded .start-here__heading{grid-template-columns:1fr;gap:40px}.start-here--expanded .start-here__title{font-size:clamp(4rem,16vw,5.4rem)}.start-here-expanded__grid{grid-template-columns:1fr}.start-here-expanded__card:nth-child(n){grid-column:auto;min-height:430px}.start-here-expanded__card:hover{transform:none}.start-here-expanded__footer{grid-template-columns:1fr;gap:18px}.start-here-expanded__footer a{text-align:center;width:100%}}@media (prefers-reduced-motion:reduce){.hero-redesign__media img,.hero-redesign__copy,.hero-redesign__quick-start,.hero-quick-start__result{animation:none}.hero-redesign__primary,.hero-redesign__secondary,.hero-quick-start__option,.start-here-expanded__card{transition:none}}.home-hero{isolation:isolate;background:var(--charcoal);height:760px;min-height:760px;color:var(--off-white);position:relative;overflow:hidden}.home-hero__media{z-index:0;width:100%;height:100%;position:absolute!important;inset:0!important}.home-hero__image{object-fit:cover!important;object-position:center 44%!important}.home-hero__wash{background:linear-gradient(90deg,#191c1bd1 0%,#191c1b7a 42%,#191c1b0a 74%);position:absolute;inset:0}.home-hero__grid{z-index:1;pointer-events:none;opacity:.18;background-image:linear-gradient(#f4f1ea12 1px,#0000 1px),linear-gradient(90deg,#f4f1ea12 1px,#0000 1px);background-size:130px 130px;position:absolute;inset:0}.home-hero__shell{z-index:4;width:min(100% - 80px,1500px);height:100%;margin:0 auto;position:relative}.home-hero__editorial{width:min(780px,58vw);position:absolute;top:0;bottom:0;left:0}.home-hero__editorial-shape{clip-path:polygon(0 0,80% 0,100% 50%,82% 100%,0 100%);background:#1f2221d4;width:calc(100% + 170px);position:absolute;top:0;bottom:0;left:-80px}.home-hero__content{z-index:3;width:610px;max-width:calc(100% - 100px);padding-top:105px;position:relative}.home-hero__eyebrow{font-family:var(--font-dm-sans), Arial, sans-serif;letter-spacing:.13em;color:var(--sand);align-items:center;gap:14px;margin:0 0 28px;font-size:.68rem;font-weight:800;display:flex}.home-hero__eyebrow:before{content:"";background:var(--sand);width:38px;height:1px}.home-hero__title{font-family:var(--font-inter), Arial, sans-serif;letter-spacing:-.075em;margin:0;font-size:clamp(4.9rem,6.6vw,7.4rem);font-weight:800;line-height:.76}.home-hero__title span{display:block}.home-hero__soft{color:var(--sand)}.home-hero__description{max-width:560px;font-family:var(--font-dm-sans), Arial, sans-serif;color:#f4f1eac2;margin:32px 0 0;font-size:.97rem;line-height:1.58}.home-hero__actions{gap:9px;margin-top:28px;display:flex}.home-hero__primary,.home-hero__secondary{min-height:58px;font-family:var(--font-dm-sans), Arial, sans-serif;letter-spacing:.07em;justify-content:space-between;align-items:center;gap:32px;padding:0 20px;font-size:.63rem;font-weight:800;text-decoration:none;transition:transform .18s,background-color .18s,color .18s;display:flex}.home-hero__primary{background:var(--terracotta);min-width:235px;color:var(--off-white)}.home-hero__secondary{min-width:235px;color:var(--off-white);background:#25282733;border:1px solid #f4f1ea6b}.home-hero__primary:hover,.home-hero__secondary:hover{transform:translateY(-3px)}.home-hero__primary:hover{background:var(--sand);color:var(--charcoal)}.home-hero__secondary:hover{background:var(--off-white);color:var(--charcoal)}.home-hero__marker{font-family:var(--font-dm-sans), Arial, sans-serif;letter-spacing:.1em;flex-direction:column;align-items:center;gap:14px;font-size:.54rem;font-weight:800;display:flex;position:absolute;top:50%;right:5px;transform:translateY(-50%)}.home-hero__marker div{background:#f4f1ea59;width:1px;height:120px}.home-hero-quickstart{z-index:30;width:min(100% - 110px,1420px);margin:-235px auto 0;position:relative}.roof-guide{background:var(--off-white);min-height:410px;color:var(--charcoal);border:1px solid #25282733;grid-template-columns:minmax(300px,.34fr) minmax(0,.66fr);display:grid;box-shadow:0 35px 85px #14171638}.roof-guide__intro{background:var(--terracotta);min-height:410px;color:var(--off-white);flex-direction:column;justify-content:space-between;padding:32px;display:flex;position:relative;overflow:hidden}.roof-guide__intro:after{content:"01";font-family:var(--font-inter), Arial, sans-serif;letter-spacing:-.08em;color:#f4f1ea12;pointer-events:none;font-size:13rem;font-weight:800;line-height:.8;position:absolute;bottom:-58px;right:-20px}.roof-guide__section{z-index:2;font-family:var(--font-dm-sans), Arial, sans-serif;letter-spacing:.13em;color:var(--sand);font-size:.56rem;font-weight:800;position:relative}.roof-guide__intro h2{z-index:2;font-family:var(--font-inter), Arial, sans-serif;letter-spacing:-.065em;margin:62px 0 0;font-size:clamp(2.8rem,4.2vw,4.8rem);font-weight:800;line-height:.8;position:relative}.roof-guide__intro h2 span{display:block}.roof-guide__intro-bottom{z-index:2;position:relative}.roof-guide__intro-bottom p{max-width:285px;font-family:var(--font-dm-sans), Arial, sans-serif;color:#f4f1eacc;margin:0 0 25px;font-size:.78rem;line-height:1.5}.roof-guide__status{font-family:var(--font-dm-sans), Arial, sans-serif;letter-spacing:.11em;color:var(--sand);font-size:.5rem;font-weight:800}.roof-guide__workspace{background:var(--off-white);flex-direction:column;min-width:0;display:flex}.roof-guide__workspace-header{border-bottom:1px solid #25282729;justify-content:space-between;align-items:center;gap:30px;min-height:86px;padding:0 30px;display:flex}.roof-guide__workspace-header>div{flex-direction:column;gap:5px;display:flex}.roof-guide__workspace-header span{font-family:var(--font-dm-sans), Arial, sans-serif;letter-spacing:.11em;color:var(--terracotta);font-size:.52rem;font-weight:800}.roof-guide__workspace-header strong{font-family:var(--font-inter), Arial, sans-serif;font-size:.82rem;font-weight:800}.roof-guide__rows{flex:1;grid-template-columns:1fr 1fr;display:grid}.roof-guide__row{text-align:left;min-width:0;min-height:137px;color:var(--charcoal);cursor:pointer;background:0 0;border:1px solid #25282729;border-top:0;border-left:0;grid-template-columns:32px 1fr auto;align-items:center;gap:14px;padding:20px 24px;transition:background-color .18s,padding-left .18s;display:grid}.roof-guide__row:nth-child(2n){border-right:0}.roof-guide__row:nth-child(n+3){border-bottom:0}.roof-guide__row:hover{background:var(--sage);padding-left:32px}.roof-guide__number{font-family:var(--font-dm-sans), Arial, sans-serif;color:var(--terracotta);align-self:start;padding-top:3px;font-size:.52rem;font-weight:800}.roof-guide__row-copy{min-width:0}.roof-guide__row-copy strong{font-family:var(--font-inter), Arial, sans-serif;margin-bottom:7px;font-size:1rem;font-weight:800;display:block}.roof-guide__row-copy p{max-width:350px;font-family:var(--font-dm-sans), Arial, sans-serif;color:var(--muted);margin:0;font-size:.69rem;line-height:1.42}.roof-guide__row-action{font-size:1rem;transition:transform .18s}.roof-guide__row:hover .roof-guide__row-action{transform:translate(6px)}.roof-guide__footer{background:var(--charcoal);min-height:48px;color:var(--off-white);font-family:var(--font-dm-sans), Arial, sans-serif;letter-spacing:.1em;justify-content:space-between;align-items:center;gap:20px;padding:0 30px;font-size:.48rem;font-weight:800;display:flex}.roof-guide__result{flex-direction:column;flex:1;animation:.35s cubic-bezier(.22,1,.36,1) both roofGuideResultIn;display:flex}.roof-guide__result-body{flex:1;grid-template-columns:90px 1fr;align-items:center;gap:30px;padding:30px;display:grid}.roof-guide__result-index{flex-direction:column;align-items:center;gap:18px;height:100%;display:flex}.roof-guide__result-index span{font-family:var(--font-inter), Arial, sans-serif;color:var(--terracotta);font-size:3.4rem;font-weight:800}.roof-guide__result-index div{background:#2528272b;flex:1;width:1px}.roof-guide__result-copy h3{max-width:640px;font-family:var(--font-inter), Arial, sans-serif;letter-spacing:-.055em;margin:0 0 17px;font-size:clamp(2.2rem,3vw,3.5rem);font-weight:800;line-height:.88}.roof-guide__result-copy p{max-width:650px;font-family:var(--font-dm-sans), Arial, sans-serif;color:var(--muted);margin:0;font-size:.84rem;line-height:1.55}.roof-guide__result-actions{grid-template-columns:auto minmax(260px,340px);justify-content:end;gap:8px;padding:0 30px 28px;display:grid}.roof-guide__result-actions button,.roof-guide__result-actions a{min-height:58px;font-family:var(--font-dm-sans), Arial, sans-serif;letter-spacing:.07em;align-items:center;padding:0 18px;font-size:.58rem;font-weight:800;display:flex}.roof-guide__result-actions button{cursor:pointer;background:0 0;border:1px solid #25282733}.roof-guide__result-actions a{background:var(--terracotta);color:var(--off-white);justify-content:space-between;text-decoration:none}@keyframes roofGuideResultIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.home-hero-quickstart+.start-here{padding-top:110px}@media (max-width:1000px){.home-hero{height:720px;min-height:720px}.home-hero__shell{width:calc(100% - 48px)}.home-hero__editorial{width:72vw}.home-hero__content{width:560px}.home-hero-quickstart{width:calc(100% - 48px);margin-top:-190px}.roof-guide{grid-template-columns:.38fr .62fr}.roof-guide__rows{grid-template-columns:1fr}.roof-guide__row{border-bottom:1px solid #25282729;border-right:0;min-height:92px}.roof-guide__row:nth-child(n){border-bottom:1px solid #25282729}.roof-guide__row:last-child{border-bottom:0}}@media (max-width:700px){.home-hero{flex-direction:column;height:auto;min-height:0;display:flex}.home-hero__media{height:310px!important;position:relative!important}.home-hero__wash{background:linear-gradient(#191c1b08,#191c1b8c)}.home-hero__grid{display:none}.home-hero__shell{width:100%;height:auto;padding:0}.home-hero__editorial{background:var(--charcoal);width:100%;padding:55px 20px 65px;position:relative}.home-hero__editorial-shape{display:none}.home-hero__content{width:100%;max-width:none;padding:0}.home-hero__title{font-size:clamp(4rem,17vw,5.5rem)}.home-hero__actions{flex-direction:column}.home-hero__primary,.home-hero__secondary{width:100%;min-width:0}.home-hero__marker{display:none}.home-hero-quickstart{width:100%;margin:0}.roof-guide{box-shadow:none;border-left:0;border-right:0;grid-template-columns:1fr}.roof-guide__intro{min-height:300px;padding:28px 20px}.roof-guide__intro h2{margin-top:45px;font-size:clamp(3.2rem,14vw,4.4rem)}.roof-guide__workspace-header{padding:0 20px}.roof-guide__rows{grid-template-columns:1fr}.roof-guide__row{min-height:105px;padding:18px 20px}.roof-guide__row:hover{padding-left:20px}.roof-guide__footer{padding:0 20px}.roof-guide__footer span:nth-child(2){display:none}.roof-guide__result-body{grid-template-columns:55px 1fr;gap:18px;padding:28px 20px}.roof-guide__result-index span{font-size:2.4rem}.roof-guide__result-actions{grid-template-columns:1fr;padding:0 20px 25px}.home-hero-quickstart+.start-here{padding-top:85px}}.hcr-home-hero{isolation:isolate;background:var(--charcoal);min-height:760px;color:var(--off-white);padding-bottom:105px;position:relative;overflow:visible}.hcr-home-hero__background{z-index:0;position:absolute;inset:0;overflow:hidden}.hcr-home-hero__background img{object-fit:cover;object-position:center 43%}.hcr-home-hero__overlay{background:linear-gradient(90deg,#1c1f1eeb 0%,#1c1f1ec7 32%,#1c1f1e47 63%,#1c1f1e0d 100%);position:absolute;inset:0}.hcr-home-hero__grid{z-index:1;pointer-events:none;opacity:.18;background-image:linear-gradient(#f4f1ea0f 1px,#0000 1px),linear-gradient(90deg,#f4f1ea0f 1px,#0000 1px);background-size:120px 120px;position:absolute;inset:0}.hcr-home-hero__shell{z-index:3;align-items:center;width:min(100% - 80px,1500px);min-height:655px;margin:0 auto;display:flex;position:relative}.hcr-home-hero__panel{width:min(650px,55vw);padding:58px 80px 55px 0;position:relative}.hcr-home-hero__panel:before{content:"";z-index:-1;clip-path:polygon(0 0,82% 0,100% 50%,83% 100%,0 100%);background:#252827b3;position:absolute;inset:-80px -100px -80px -15vw}.hcr-home-hero__eyebrow{font-family:var(--font-dm-sans), Arial, sans-serif;letter-spacing:.13em;color:var(--sand);align-items:center;gap:14px;margin:0 0 24px;font-size:.64rem;font-weight:800;display:flex}.hcr-home-hero__eyebrow:before{content:"";background:var(--sand);width:38px;height:1px}.hcr-home-hero__title{font-family:var(--font-inter), Arial, sans-serif;letter-spacing:-.075em;margin:0;font-size:clamp(4.6rem,6.5vw,7.4rem);font-weight:800;line-height:.76}.hcr-home-hero__title span{display:block}.hcr-home-hero__soft{color:var(--sand)}.hcr-home-hero__body{max-width:550px;font-family:var(--font-dm-sans), Arial, sans-serif;color:#f4f1eac7;margin:29px 0 0;font-size:.95rem;line-height:1.6}.hcr-home-hero__actions{gap:9px;margin-top:27px;display:flex}.hcr-home-hero__primary,.hcr-home-hero__secondary{min-height:55px;font-family:var(--font-dm-sans), Arial, sans-serif;letter-spacing:.07em;justify-content:space-between;align-items:center;gap:28px;padding:0 18px;font-size:.62rem;font-weight:800;text-decoration:none;transition:transform .18s,background-color .18s,color .18s;display:flex}.hcr-home-hero__primary{background:var(--terracotta);min-width:225px;color:var(--off-white)}.hcr-home-hero__secondary{min-width:225px;color:var(--off-white);background:#25282740;border:1px solid #f4f1ea6b}.hcr-home-hero__primary:hover,.hcr-home-hero__secondary:hover{transform:translateY(-3px)}.hcr-home-hero__primary:hover{background:var(--sand);color:var(--charcoal)}.hcr-home-hero__secondary:hover{background:var(--off-white);color:var(--charcoal)}.hcr-home-hero__marker{font-family:var(--font-dm-sans), Arial, sans-serif;letter-spacing:.1em;flex-direction:column;align-items:center;gap:12px;font-size:.52rem;font-weight:800;display:flex;position:absolute;top:45%;right:0;transform:translateY(-50%)}.hcr-home-hero__marker div{background:#f4f1ea59;width:1px;height:95px}.hcr-home-hero__quickstart{z-index:10;width:min(1180px,100% - 100px);position:absolute;bottom:-105px;left:50%;transform:translate(-50%)}.compact-roof-guide{background:var(--off-white);min-height:210px;color:var(--charcoal);border:1px solid #2528272e;grid-template-columns:290px 1fr;display:grid;overflow:hidden;box-shadow:0 26px 60px #14171633}.compact-roof-guide__intro{background:var(--terracotta);color:var(--off-white);flex-direction:column;justify-content:center;padding:28px;display:flex;position:relative}.compact-roof-guide__intro>span{font-family:var(--font-dm-sans), Arial, sans-serif;letter-spacing:.12em;color:var(--sand);margin-bottom:23px;font-size:.5rem;font-weight:800}.compact-roof-guide__intro h2{font-family:var(--font-inter), Arial, sans-serif;letter-spacing:-.06em;margin:0;font-size:2.25rem;font-weight:800;line-height:.82}.compact-roof-guide__intro h2 strong{font:inherit;display:block}.compact-roof-guide__intro p{max-width:220px;font-family:var(--font-dm-sans), Arial, sans-serif;color:#f4f1eac7;margin:17px 0 0;font-size:.69rem;line-height:1.4}.compact-roof-guide__options{grid-template-columns:1fr 1fr;display:grid}.compact-roof-guide__option{text-align:left;background:var(--off-white);min-height:105px;color:var(--charcoal);cursor:pointer;border:1px solid #25282726;border-top:0;border-left:0;grid-template-columns:28px 1fr auto;align-items:center;gap:12px;padding:20px 22px;transition:background-color .17s,padding-left .17s;display:grid}.compact-roof-guide__option:nth-child(2n){border-right:0}.compact-roof-guide__option:nth-child(n+3){border-bottom:0}.compact-roof-guide__option:hover{background:var(--sage);padding-left:28px}.compact-roof-guide__option>span:first-child{font-family:var(--font-dm-sans), Arial, sans-serif;color:var(--terracotta);align-self:start;padding-top:2px;font-size:.5rem;font-weight:800}.compact-roof-guide__option strong{font-family:var(--font-inter), Arial, sans-serif;font-size:.9rem;font-weight:800}.compact-roof-guide__result{grid-template-columns:1fr 265px;align-items:center;gap:35px;min-height:210px;padding:30px;animation:.3s cubic-bezier(.22,1,.36,1) both compactGuideIn;display:grid}.compact-roof-guide__result-copy>span{font-family:var(--font-dm-sans), Arial, sans-serif;letter-spacing:.1em;color:var(--terracotta);margin-bottom:8px;font-size:.5rem;font-weight:800;display:block}.compact-roof-guide__result-copy h3{font-family:var(--font-inter), Arial, sans-serif;letter-spacing:-.05em;margin:0 0 12px;font-size:clamp(1.8rem,2.5vw,2.8rem);font-weight:800;line-height:.9}.compact-roof-guide__result-copy p{max-width:610px;font-family:var(--font-dm-sans), Arial, sans-serif;color:var(--muted);margin:0;font-size:.76rem;line-height:1.5}.compact-roof-guide__result-actions{flex-direction:column;gap:8px;display:flex}.compact-roof-guide__result-actions button,.compact-roof-guide__result-actions a{min-height:48px;font-family:var(--font-dm-sans), Arial, sans-serif;letter-spacing:.06em;align-items:center;padding:0 15px;font-size:.55rem;font-weight:800;display:flex}.compact-roof-guide__result-actions button{color:var(--charcoal);cursor:pointer;background:0 0;border:1px solid #2528272e}.compact-roof-guide__result-actions a{background:var(--terracotta);color:var(--off-white);justify-content:space-between;text-decoration:none}@keyframes compactGuideIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.hcr-home-hero+.start-here{padding-top:180px}@media (max-width:700px){.hcr-home-hero{min-height:0;padding-bottom:0;overflow:hidden}.hcr-home-hero__background{height:300px;position:relative}.hcr-home-hero__overlay{background:linear-gradient(#1c1f1e0a,#1c1f1e8c)}.hcr-home-hero__shell{width:100%;min-height:0;display:block}.hcr-home-hero__panel{background:var(--charcoal);width:100%;padding:55px 20px 60px}.hcr-home-hero__panel:before{display:none}.hcr-home-hero__title{font-size:clamp(4rem,17vw,5.5rem)}.hcr-home-hero__actions{flex-direction:column}.hcr-home-hero__primary,.hcr-home-hero__secondary{width:100%;min-width:0}.hcr-home-hero__marker{display:none}.hcr-home-hero__quickstart{width:100%;position:relative;bottom:auto;left:auto;transform:none}.compact-roof-guide{box-shadow:none;border-left:0;border-right:0;grid-template-columns:1fr}.compact-roof-guide__intro{min-height:225px;padding:28px 20px}.compact-roof-guide__intro h2{font-size:2.7rem}.compact-roof-guide__options{grid-template-columns:1fr}.compact-roof-guide__option{border-bottom:1px solid #25282726;border-right:0;min-height:82px}.compact-roof-guide__option:nth-child(n){border-bottom:1px solid #25282726}.compact-roof-guide__option:last-child{border-bottom:0}.compact-roof-guide__option:hover{padding-left:22px}.compact-roof-guide__result{grid-template-columns:1fr;gap:25px;padding:28px 20px}.compact-roof-guide__result-actions{width:100%}.hcr-home-hero+.start-here{padding-top:85px}}
