.TopBar-module__BzhISG__topBar{background:var(--ts-bg-nav);padding:.6rem var(--gutter)}.TopBar-module__BzhISG__container{max-width:var(--container-wide);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;margin:0 auto;display:flex}.TopBar-module__BzhISG__left{flex-wrap:wrap;align-items:center;gap:1.5rem;display:flex}.TopBar-module__BzhISG__item{color:var(--ts-text);font-size:var(--text-sm);align-items:center;gap:.6rem;text-decoration:none;transition:color .2s;display:inline-flex}.TopBar-module__BzhISG__item:hover{color:var(--ts-accent)}.TopBar-module__BzhISG__iconWrap{background:#ffffff14;border:1px solid #ffffff26;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.TopBar-module__BzhISG__icon{color:#ffffffe6;width:18px;height:18px;display:flex}.TopBar-module__BzhISG__icon svg{width:100%;height:100%}.TopBar-module__BzhISG__cta{border:1px solid var(--ts-accent);color:var(--ts-text);font-size:var(--text-sm);letter-spacing:.03em;border-radius:var(--radius-full);background:0 0;justify-content:center;align-items:center;padding:.5rem 1.25rem;font-weight:500;text-decoration:none;transition:background .2s,color .2s;display:inline-flex}.TopBar-module__BzhISG__cta:hover{background:var(--ts-accent);color:var(--ts-bg)}@media (max-width:768px){.TopBar-module__BzhISG__container,.TopBar-module__BzhISG__left{justify-content:center}.TopBar-module__BzhISG__iconWrap{width:32px;height:32px}.TopBar-module__BzhISG__icon{width:16px;height:16px}}
.Logo-module__WUEnFa__logo{color:var(--ts-text);flex-direction:column;align-items:center;gap:.35em;text-decoration:none;transition:opacity .2s;display:inline-flex}.Logo-module__WUEnFa__logo:hover{opacity:.85;color:var(--ts-text)}.Logo-module__WUEnFa__icon{background:#fff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;padding:4px 8px;display:flex;overflow:hidden;box-shadow:0 2px 10px #0000001f}.Logo-module__WUEnFa__logoImage{object-fit:contain;width:100%;height:100%;display:block}.Logo-module__WUEnFa__text{font-family:var(--font-display);font-size:inherit;letter-spacing:.12em;text-transform:uppercase;color:var(--ts-text);font-weight:700}.Logo-module__WUEnFa__nav .Logo-module__WUEnFa__icon{width:100px;height:94px;padding:3px 6px}.Logo-module__WUEnFa__nav .Logo-module__WUEnFa__text{font-size:.78rem}.Logo-module__WUEnFa__hero .Logo-module__WUEnFa__icon{width:170px;height:68px;padding:4px 8px;box-shadow:0 4px 20px #0003}.Logo-module__WUEnFa__hero .Logo-module__WUEnFa__text{font-size:1rem}.Logo-module__WUEnFa__footer .Logo-module__WUEnFa__icon{width:128px;height:48px;padding:3px 5px}.Logo-module__WUEnFa__footer .Logo-module__WUEnFa__text{font-size:.82rem}
.Navbar-module__mCmXEa__navbar{background:var(--ts-bg);z-index:var(--z-fixed);font-family:var(--font-display);border-bottom:1px solid var(--ts-border);position:sticky;top:0}.Navbar-module__mCmXEa__container{max-width:var(--container-wide);padding:1.25rem var(--gutter)1rem;flex-direction:column;align-items:center;gap:1.25rem;margin:0 auto;display:flex}.Navbar-module__mCmXEa__logoRow{justify-content:center;align-items:center;display:flex}.Navbar-module__mCmXEa__nav{flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem .25rem;display:flex}.Navbar-module__mCmXEa__navLink{color:#1e3a5f;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:.35rem;padding:.5rem 1rem;font-family:inherit;font-size:.8125rem;font-weight:500;text-decoration:none;transition:color .2s,background .2s;display:inline-flex}.Navbar-module__mCmXEa__navLink:hover{color:var(--ts-accent)}.Navbar-module__mCmXEa__navLinkActive{color:#1e3a5f;background:#1e3a5f14}.Navbar-module__mCmXEa__navLinkActive:hover{color:var(--ts-accent);background:#1e3a5f1a}.Navbar-module__mCmXEa__chevron{opacity:.85;margin-left:.1rem;font-size:.4rem}.Navbar-module__mCmXEa__dropdownWrap{position:relative}.Navbar-module__mCmXEa__dropdown{background:var(--ts-bg);border:1px solid var(--ts-border);opacity:0;visibility:hidden;z-index:10;border-radius:8px;min-width:280px;max-width:90vw;padding:0;transition:opacity .2s,visibility .2s;position:absolute;top:100%;left:50%;overflow:hidden;transform:translate(-50%)translateY(6px);box-shadow:0 12px 32px #00000024}.Navbar-module__mCmXEa__dropdownOpen{opacity:1;visibility:visible}.Navbar-module__mCmXEa__dropdownCarousel{padding:.5rem 0}.Navbar-module__mCmXEa__dropdownCarouselTrack{flex-direction:column;gap:0;display:flex}.Navbar-module__mCmXEa__dropdownLink{color:var(--ts-text);letter-spacing:.06em;text-transform:uppercase;border-bottom:1px solid var(--ts-border);padding:.6rem 1rem;font-family:inherit;font-size:.9rem;font-weight:700;text-decoration:none;transition:color .2s;display:block}.Navbar-module__mCmXEa__dropdownLink:last-child{border-bottom:none}.Navbar-module__mCmXEa__dropdownLink:hover{color:var(--ts-accent)}.Navbar-module__mCmXEa__greenLine{background:var(--ts-accent);width:100%;height:4px}.Navbar-module__mCmXEa__menuBtn{cursor:pointer;color:#1e3a5f;background:0 0;border:none;border-radius:6px;flex-direction:column;gap:5px;padding:10px;transition:background .2s;display:none}.Navbar-module__mCmXEa__menuBtn:hover{background:#1e3a5f14}.Navbar-module__mCmXEa__menuLine{background:currentColor;border-radius:1px;width:24px;height:2px;display:block}.Navbar-module__mCmXEa__mobileMenu{background:var(--ts-bg);z-index:calc(var(--z-fixed) + 10);opacity:0;visibility:hidden;font-family:var(--font-display);padding:4rem 1.5rem 2rem;transition:opacity .25s,visibility .25s;position:fixed;inset:0;overflow:auto}.Navbar-module__mCmXEa__mobileMenu.Navbar-module__mCmXEa__mobileOpen{opacity:1;visibility:visible}.Navbar-module__mCmXEa__closeBtn{width:44px;height:44px;color:var(--ts-text);cursor:pointer;background:0 0;border:none;border-radius:6px;font-size:1.75rem;font-weight:300;line-height:1;transition:background .2s;position:absolute;top:1rem;right:1rem}.Navbar-module__mCmXEa__closeBtn:hover{background:var(--ts-border)}.Navbar-module__mCmXEa__mobileNav{flex-direction:column;gap:.5rem;display:flex}.Navbar-module__mCmXEa__mobileNavLabel{letter-spacing:.12em;color:var(--ts-accent);margin-top:1.25rem;margin-bottom:.35rem;font-size:.7rem;font-weight:600;display:block}.Navbar-module__mCmXEa__mobileNavLink{color:var(--ts-text);letter-spacing:.06em;border-bottom:1px solid var(--ts-border);padding:.75rem 0;font-size:1.05rem;font-weight:500;text-decoration:none;transition:color .2s;display:block}.Navbar-module__mCmXEa__mobileNavLink:hover{color:var(--ts-accent)}@media (max-width:1024px){.Navbar-module__mCmXEa__container{padding:1rem var(--gutter);flex-direction:row;justify-content:space-between}.Navbar-module__mCmXEa__logoRow{order:1}.Navbar-module__mCmXEa__nav{display:none}.Navbar-module__mCmXEa__menuBtn{order:2;display:flex}}
.HeroSection-module__xogimq__hero{grid-template-columns:1fr 1fr;min-height:70dvh;display:grid;position:relative}.HeroSection-module__xogimq__left,.HeroSection-module__xogimq__right{justify-content:center;align-items:center;width:100%;min-height:320px;display:flex;position:relative;overflow:hidden}.HeroSection-module__xogimq__bgImage{background-position:50%;background-size:cover;position:absolute;inset:0}.HeroSection-module__xogimq__bgImage[data-type=residential]{background-image:url(/roofing.jpeg)}.HeroSection-module__xogimq__bgImage[data-type=commercial]{background-image:url(/roofing2.jpeg)}.HeroSection-module__xogimq__overlay{background:linear-gradient(#00000059 0%,#0000008c 100%);position:absolute;inset:0}.HeroSection-module__xogimq__content{z-index:1;text-align:center;-webkit-backdrop-filter:blur(6px);background:#ffffffe0;border-radius:4px;max-width:320px;padding:1.5rem 2rem 1.75rem;position:relative;box-shadow:0 4px 24px #0000002e}.HeroSection-module__xogimq__title{font-family:var(--font-display);color:#1a1a2e;letter-spacing:.04em;text-transform:uppercase;margin-bottom:.5rem;font-size:clamp(1.25rem,2.5vw,1.75rem);font-weight:700}.HeroSection-module__xogimq__line{background:var(--ts-accent);border-radius:2px;width:48px;height:3px;margin:0 auto 1.25rem}.HeroSection-module__xogimq__enterBtn{color:#fff;letter-spacing:.15em;text-transform:uppercase;background:#1a1a2e;border:2px solid #1a1a2e;border-radius:2px;padding:.55rem 1.5rem;font-size:.72rem;font-weight:700;text-decoration:none;transition:background .2s,color .2s,border-color .2s;display:inline-block}.HeroSection-module__xogimq__enterBtn:hover{background:var(--ts-accent);border-color:var(--ts-accent);color:#fff}.HeroSection-module__xogimq__centerLogo{z-index:2;justify-content:center;align-items:center;padding:0 1rem;display:flex;position:relative}.HeroSection-module__xogimq__centerLogo a{background:#fff;border:none;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:auto;height:auto;padding:0;display:flex;overflow:hidden;box-shadow:0 4px 24px #00000047}.HeroSection-module__xogimq__centerLogo .HeroSection-module__xogimq__icon{width:140px;height:56px;box-shadow:none;border-radius:10px;padding:6px 12px}@media (max-width:900px){.HeroSection-module__xogimq__hero{grid-template-rows:1fr 1fr;grid-template-columns:1fr}.HeroSection-module__xogimq__centerLogo{display:none}.HeroSection-module__xogimq__left,.HeroSection-module__xogimq__right{min-height:40vh}}
.FeaturesBar-module__nhX_bW__bar{border-top:3px solid var(--ts-accent);background:#fff;border-bottom:1px solid #00000014;padding:1rem 0;overflow:hidden}.FeaturesBar-module__nhX_bW__marqueeWrap{width:100%;overflow:hidden}.FeaturesBar-module__nhX_bW__marqueeTrack{gap:3rem;width:max-content;padding:0 2rem;animation:25s linear infinite FeaturesBar-module__nhX_bW__featuresScroll;display:flex}@keyframes FeaturesBar-module__nhX_bW__featuresScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.FeaturesBar-module__nhX_bW__item{color:#1a1a1a;letter-spacing:.02em;white-space:nowrap;flex-shrink:0;font-size:clamp(1.1rem,2.5vw,1.5rem);font-weight:700}@media (prefers-reduced-motion:reduce){.FeaturesBar-module__nhX_bW__marqueeTrack{flex-wrap:wrap;justify-content:center;width:100%;animation:none}}@media (max-width:768px){.FeaturesBar-module__nhX_bW__marqueeTrack{gap:2rem;animation-duration:20s}.FeaturesBar-module__nhX_bW__item{font-size:1rem}}
.WhyChooseUs-module__g5EdIa__section{background:var(--ts-bg);padding:clamp(3rem,6vw,5rem) 0}.WhyChooseUs-module__g5EdIa__container{max-width:var(--container-wide);padding:0 var(--gutter);grid-template-columns:1fr 1fr;align-items:center;gap:3rem;margin:0 auto;display:grid}.WhyChooseUs-module__g5EdIa__content{max-width:540px}.WhyChooseUs-module__g5EdIa__kicker{letter-spacing:.12em;text-transform:uppercase;color:var(--ts-accent);margin-bottom:.75rem;font-size:.8rem;font-weight:600}.WhyChooseUs-module__g5EdIa__headline{font-family:var(--font-display);color:var(--ts-text);letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(1.75rem,3.5vw,2.75rem);font-weight:700;line-height:1.2}.WhyChooseUs-module__g5EdIa__subhead{font-family:var(--font-display);color:var(--ts-text);margin-top:1.25rem;margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.WhyChooseUs-module__g5EdIa__body{font-size:var(--text-base);color:var(--ts-text-muted);margin:0;line-height:1.7}.WhyChooseUs-module__g5EdIa__collage{aspect-ratio:4/3;max-height:420px;position:relative;overflow:hidden}.WhyChooseUs-module__g5EdIa__collageBg{background:var(--ts-bg-nav);position:absolute;inset:0}.WhyChooseUs-module__g5EdIa__shape1{background:var(--ts-bg);transform-origin:0 100%;width:120%;height:55%;position:absolute;bottom:0;left:0;transform:skewY(-8deg)}.WhyChooseUs-module__g5EdIa__shape2{background:var(--ts-bg);transform-origin:100% 0;width:70%;height:50%;position:absolute;top:0;right:0;transform:skewY(6deg)}.WhyChooseUs-module__g5EdIa__img1{clip-path:polygon(0 0,100% 0,100% 85%,15% 100%,0 90%);z-index:1;background-image:url(/roofing3.jpeg);background-position:50%;background-size:cover;width:52%;height:50%;position:absolute;top:8%;right:5%}.WhyChooseUs-module__g5EdIa__img2{clip-path:polygon(10% 0,100% 5%,100% 100%,0 100%,0 15%);z-index:1;background-image:url(/roofing4.jpeg);background-position:50%;background-size:cover;width:48%;height:45%;position:absolute;bottom:12%;left:8%}@media (max-width:900px){.WhyChooseUs-module__g5EdIa__container{grid-template-columns:1fr;gap:2rem}.WhyChooseUs-module__g5EdIa__content{max-width:none}.WhyChooseUs-module__g5EdIa__collage{order:-1;max-height:320px}}
.Footer-module__DaFM4q__footer{background:var(--ts-bg);color:var(--ts-text)}.Footer-module__DaFM4q__main{padding:clamp(2.5rem,5vw,4rem)var(--gutter)2rem}.Footer-module__DaFM4q__container{max-width:var(--container-wide);grid-template-columns:1fr 1fr 1.2fr;gap:2.5rem 3rem;margin:0 auto;display:grid}.Footer-module__DaFM4q__columnTitle{letter-spacing:.1em;text-transform:uppercase;color:var(--ts-text);border-bottom:2px solid var(--ts-accent);margin-bottom:.75rem;padding-bottom:.35rem;font-size:.75rem;font-weight:600;display:inline-block}.Footer-module__DaFM4q__column{flex-direction:column;gap:.75rem;display:flex}.Footer-module__DaFM4q__contactList{flex-direction:column;gap:.75rem;margin-top:.5rem;display:flex}.Footer-module__DaFM4q__contactItem{color:var(--ts-text);font-size:var(--text-sm);align-items:center;gap:.75rem;text-decoration:none;transition:color .2s;display:inline-flex}.Footer-module__DaFM4q__contactItem:hover{color:var(--ts-accent)}.Footer-module__DaFM4q__contactIcon{background:var(--ts-accent);width:36px;height:36px;color:var(--ts-bg);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Footer-module__DaFM4q__contactIcon svg{width:18px;height:18px}.Footer-module__DaFM4q__sitemap{flex-direction:column;gap:.4rem;display:flex}.Footer-module__DaFM4q__sitemapLink{color:var(--ts-text-muted);font-size:var(--text-sm);text-decoration:none;transition:color .2s}.Footer-module__DaFM4q__sitemapLink:hover{color:var(--ts-accent)}.Footer-module__DaFM4q__estimateBtn{border:1px solid var(--ts-accent);color:var(--ts-text);font-size:var(--text-sm);justify-content:center;align-items:center;width:fit-content;margin-top:.5rem;padding:.5rem 1rem;font-weight:500;text-decoration:none;transition:background .2s,color .2s;display:inline-flex}.Footer-module__DaFM4q__estimateBtn:hover{background:var(--ts-accent);color:var(--ts-bg)}.Footer-module__DaFM4q__address{font-style:normal;font-size:var(--text-sm);color:var(--ts-text-muted);flex-direction:column;gap:.15rem;line-height:1.6;display:flex}.Footer-module__DaFM4q__addressLine1{color:var(--ts-text);font-size:1rem;font-weight:600}.Footer-module__DaFM4q__mapWrap{background:var(--ts-bg-nav);border-radius:4px;width:100%;height:220px;margin-top:.75rem;overflow:hidden}.Footer-module__DaFM4q__mapWrap iframe{display:block}.Footer-module__DaFM4q__bottom{padding:1rem var(--gutter);border-top:1px solid var(--ts-border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.Footer-module__DaFM4q__copyright{font-size:var(--text-sm);color:var(--ts-text-muted)}.Footer-module__DaFM4q__privacy{font-size:var(--text-sm);color:var(--ts-text-muted);text-decoration:none;transition:color .2s}.Footer-module__DaFM4q__privacy:hover{color:var(--ts-accent)}@media (max-width:1024px){.Footer-module__DaFM4q__container{grid-template-columns:1fr 1fr}.Footer-module__DaFM4q__column:last-child{grid-column:1/-1}.Footer-module__DaFM4q__mapWrap{height:280px}}@media (max-width:640px){.Footer-module__DaFM4q__container{grid-template-columns:1fr;gap:2rem}.Footer-module__DaFM4q__column:last-child{grid-column:1}.Footer-module__DaFM4q__bottom{flex-direction:column;align-items:flex-start}}
