.header{background:var(--light-header);border-bottom:1px solid #D8DAD6;position:sticky;top:0;z-index:100;box-shadow:0 1px 3px #0000000f}.header__inner{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);height:80px}.header__logo-link{display:flex;align-items:center;flex-shrink:0}.header__logo{width:240px;height:auto;display:block}.header__nav{display:flex;align-items:center;gap:var(--space-4)}.header__nav-link{font-family:var(--font-heading);font-weight:600;font-size:1.0625rem;color:var(--ink-dark);transition:color var(--dur-fast) var(--ease);display:inline-flex;align-items:center;gap:.35rem;padding-block:.5rem;position:relative}.header__nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--green);transition:width var(--dur) var(--ease)}.header__nav-link:hover,.header__nav-link.active{color:var(--blue)}.header__nav-link:hover:after,.header__nav-link.active:after{width:100%}.header__nav-link--toggle{cursor:pointer}.header__dropdown{position:relative}.header__dropdown-menu{position:absolute;top:100%;left:50%;transform:translate(-50%);margin-top:.5rem;background:#fff;border:1px solid #D8DAD6;border-radius:var(--radius-md);box-shadow:0 12px 40px #0000001f;min-width:300px;overflow:hidden;animation:fadeInUp .25s var(--ease) both}.header__dropdown-item{display:flex;flex-direction:column;gap:.15rem;padding:.875rem 1.25rem;border-bottom:1px solid #E8EAE6;transition:background var(--dur-fast) var(--ease)}.header__dropdown-item:last-child{border-bottom:none}.header__dropdown-item:hover{background:#f0f0ec}.header__dropdown-title{font-family:var(--font-heading);font-weight:600;font-size:1rem;color:var(--ink-dark)}.header__dropdown-item:hover .header__dropdown-title{color:var(--blue)}.header__dropdown-desc{font-size:.8125rem;color:var(--muted-text-dark)}.header__actions{display:flex;align-items:center;gap:var(--space-3)}.header__phone{display:inline-flex;align-items:center;gap:.4rem;font-family:var(--font-heading);font-weight:600;font-size:1.0625rem;color:var(--ink-dark);transition:color var(--dur-fast) var(--ease);white-space:nowrap}.header__phone:hover{color:var(--green)}.header__phone svg{flex-shrink:0}.header__mobile-toggle{display:none;width:44px;height:44px;align-items:center;justify-content:center}.header__burger{display:block;width:24px;height:2px;background:var(--ink-dark);position:relative;transition:background var(--dur-fast) var(--ease)}.header__burger:before,.header__burger:after{content:"";position:absolute;left:0;width:100%;height:2px;background:var(--ink-dark);transition:transform var(--dur-fast) var(--ease)}.header__burger:before{top:-7px}.header__burger:after{top:7px}.header__burger.open{background:transparent}.header__burger.open:before{transform:translateY(7px) rotate(45deg)}.header__burger.open:after{transform:translateY(-7px) rotate(-45deg)}.header__mobile-menu{display:none;background:var(--light-header);border-top:1px solid #D8DAD6;padding-block:.5rem}.header__mobile-link{display:flex;align-items:center;justify-content:space-between;padding:.875rem 1.5rem;font-family:var(--font-heading);font-weight:600;font-size:1.0625rem;color:var(--ink-dark);transition:color var(--dur-fast) var(--ease)}.header__mobile-link:hover{color:var(--green);background:#f0f0ec}.header__mobile-link--child{padding-left:2.5rem;font-size:1rem;font-weight:500}.header__mobile-link--parent{cursor:pointer}.header__mobile-phone{color:var(--ink-dark)}.header__mobile-sub{background:#f0f0ec}@media (max-width: 1024px){.header__nav,.header__actions{display:none}.header__mobile-toggle{display:flex}.header__mobile-menu{display:block}.header__logo{width:200px}.header__inner{height:72px}}@media (min-width: 1025px){.header__mobile-menu{display:none!important}}main{overflow-x:hidden}@media (max-width: 1024px){main{padding-bottom:calc(60px + env(safe-area-inset-bottom))}}.footer__col{min-width:0}.footer{background:transparent;color:#ffffffd9;padding-top:var(--space-10)}.footer__inner{display:grid;grid-template-columns:1.4fr 1fr 1.2fr 1.2fr;gap:var(--space-6);padding-bottom:var(--space-8);min-width:0}.footer__logo-wrap{display:inline-block;background:#f7f7f4;border-radius:var(--radius-sm);padding:.5rem .875rem;margin-bottom:var(--space-2)}.footer__logo{width:220px;height:auto;display:block}.footer__business-name{font-family:var(--font-heading);font-weight:700;font-size:1.0625rem;color:var(--white);margin-bottom:.25rem}.footer__location{font-size:.9375rem;color:#ffffffb3;margin-bottom:var(--space-2);line-height:1.5}.footer__heading{font-family:var(--font-heading);font-weight:600;font-size:1.0625rem;color:var(--white);margin-bottom:var(--space-2)}.footer__link{font-size:.9375rem;color:#ffffffb3;transition:color var(--dur-fast) var(--ease)}.footer__link:hover{color:var(--sky)}.footer__col ul,.footer__creds{display:flex;flex-direction:column;gap:.625rem}.footer__cred{font-size:.9375rem;color:#fffc;line-height:1.5}.footer__phone{display:inline-block;font-family:var(--font-heading);font-weight:700;font-size:1.25rem;color:var(--sky);transition:color var(--dur-fast) var(--ease);margin-top:.25rem}.footer__phone:hover{color:var(--copper)}.footer__email{display:inline-block;font-size:.875rem;color:var(--sky);transition:color var(--dur-fast) var(--ease);margin-top:.15rem}.footer__email:hover{color:var(--copper)}.footer__phone-inline{font-family:var(--font-heading);font-weight:600;font-size:1rem;color:var(--sky);transition:color var(--dur-fast) var(--ease)}.footer__phone-inline:hover{color:var(--copper)}.footer__contact-row{display:flex;flex-direction:column;gap:.1rem;margin-bottom:.75rem}.footer__label{font-size:.75rem;text-transform:uppercase;letter-spacing:.06em;color:#ffffff80}.footer__value{font-size:.9375rem;color:#ffffffd9}.footer__domain{font-size:.9375rem;color:#ffffffb3;transition:color var(--dur-fast) var(--ease);word-break:break-all}.footer__domain:hover{color:var(--sky)}.footer__bottom{border-top:1px solid rgba(255,255,255,.1);padding-block:var(--space-3)}.footer__bottom-inner{display:flex;justify-content:space-between;align-items:center}.footer__bottom p{font-size:.8125rem;color:#ffffff80}@media (max-width: 768px){.footer__inner{grid-template-columns:1fr 1fr;gap:var(--space-5)}.footer__col--brand{grid-column:1 / -1}.footer__bottom-inner{flex-direction:column;gap:.5rem;text-align:center}}@media (max-width: 480px){.footer__inner{grid-template-columns:1fr}.footer__col--brand{grid-column:auto}}.btn--block{display:flex;width:100%}.hero{background:transparent;padding-top:var(--space-7);padding-bottom:var(--space-8)}.hero .container{max-width:1440px;padding-inline:24px}@media (min-width: 1024px){.hero .container{padding-inline:40px}}@media (max-width: 768px){.hero{padding-top:var(--space-3);padding-bottom:var(--space-4)}}.hero__grid{display:grid;grid-template-columns:38fr 62fr;gap:var(--space-6);align-items:center}.hero__eyebrow{margin-bottom:var(--space-2)}.hero__title{font-size:clamp(1.75rem,2.8vw,2.375rem);line-height:1.18;margin-bottom:var(--space-2);letter-spacing:-.01em;max-width:26rem}@media (max-width: 768px){.hero__title{font-size:clamp(2rem,8vw,2.5rem);line-height:1.15;max-width:100%}}@media (max-width: 360px){.hero__title{font-size:1.75rem}}.hero__lead{margin-bottom:var(--space-2)}.hero__secondary{font-size:.9375rem;color:var(--muted-text);margin-bottom:var(--space-3);line-height:1.5}.hero__ctas{display:flex;gap:var(--space-2);flex-wrap:wrap;margin-bottom:var(--space-2)}@media (max-width: 768px){.hero__ctas{display:grid;grid-template-columns:1fr;gap:.75rem;margin-bottom:0}.hero__ctas .btn{width:100%;min-height:52px}}.hero__location{font-size:.8125rem;color:var(--muted-text);margin-top:var(--space-1)}.hero__image-wrap{border-radius:16px;overflow:hidden;box-shadow:0 4px 16px #0000002e}.hero__image-wrap img{width:100%;height:auto;display:block;object-fit:contain}@media (max-width: 1024px){.hero__grid{grid-template-columns:1fr 1fr;gap:var(--space-5)}.hero .container{max-width:100%}.hero__image-wrap{height:320px}.hero__image-wrap img{height:100%;object-fit:cover;object-position:center center}}@media (max-width: 768px){.hero__grid{grid-template-columns:1fr;gap:var(--space-3)}.hero__image-wrap{order:2;height:250px;border-radius:14px;box-shadow:0 2px 8px #0000001f;margin-top:0}.hero__image-wrap img{height:100%;object-fit:cover;object-position:center 40%}.hero__content{order:1;min-width:0}}.proof-strip{background:transparent;border-top:1px solid var(--light-grey);border-bottom:1px solid var(--light-grey);padding-block:var(--space-3)}.proof-strip__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:center}.proof-strip__item{display:flex;flex-direction:column;gap:.15rem;padding:0 1rem}.proof-strip__value{font-family:var(--font-heading);font-weight:700;font-size:1.125rem;color:var(--ink);letter-spacing:.02em}.proof-strip__label{font-size:.8125rem;color:var(--muted-text)}.proof-strip__divider{display:none}@media (max-width: 768px){.proof-strip__grid{grid-template-columns:1fr 1fr;gap:var(--space-2) var(--space-4)}.proof-strip__item{padding:.25rem 0}}.services-home{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:0;border-top:1px solid var(--light-grey);border-left:1px solid var(--light-grey)}.service-block{display:flex;gap:var(--space-3);padding:var(--space-4);border-right:1px solid var(--light-grey);border-bottom:1px solid var(--light-grey);transition:background var(--dur) var(--ease)}.service-block:hover{background:#20252a}.service-block__num{font-family:var(--font-heading);font-weight:700;font-size:1.75rem;color:var(--light-grey-300);line-height:1;flex-shrink:0;transition:color var(--dur) var(--ease)}.service-block:hover .service-block__num{color:var(--copper)}.service-block__body{display:flex;flex-direction:column;min-width:0}.service-block__title{font-size:1.25rem;margin-bottom:.5rem;transition:color var(--dur) var(--ease)}.service-block:hover .service-block__title{color:var(--blue)}.service-block__copy{font-size:.9375rem;color:var(--muted-text);line-height:1.6;margin-bottom:var(--space-2);flex-grow:1}.service-block__link{display:inline-flex;align-items:center;gap:.4rem;font-family:var(--font-heading);font-weight:600;font-size:.9375rem;color:var(--blue);transition:gap var(--dur-fast) var(--ease)}.service-block:hover .service-block__link{gap:.65rem}@media (max-width: 700px){.services-home{grid-template-columns:1fr}}.feature-12{display:grid;grid-template-columns:7fr 5fr;gap:var(--space-6);align-items:center}.feature-12__image{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md)}.feature-12__image img{width:100%;height:auto;display:block}.feature-12__copy{min-width:0}.feature-12__copy h2{margin-block:var(--space-1) var(--space-2)}.feature-12__copy .lead{margin-bottom:var(--space-2)}.feature-12__para{color:var(--muted-text);margin-bottom:var(--space-3);line-height:1.6}@media (max-width: 900px){.feature-12{grid-template-columns:1fr;gap:var(--space-4)}}.vent-section{display:grid;grid-template-columns:1.3fr 1fr;gap:var(--space-6);align-items:center}.vent-section__images{display:flex;gap:var(--space-2);height:420px}.vent-section__img-main{flex:1 1 100%;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md)}.vent-section__img-main img{width:100%;height:100%;object-fit:cover;display:block}.vent-section__copy h2{margin-block:var(--space-1) var(--space-2)}.vent-section__copy .lead{margin-bottom:var(--space-3)}@media (max-width: 900px){.vent-section{grid-template-columns:1fr;gap:var(--space-4)}}@media (max-width: 700px){.vent-section__images{flex-direction:column;height:auto}.vent-section__img-main{height:280px}}.gallery-home{columns:3;column-gap:var(--space-3)}.gallery-home__item{display:block;width:100%;margin:0 0 var(--space-3);padding:0;border:none;border-radius:var(--radius-md);overflow:hidden;cursor:pointer;background:#20252a;break-inside:avoid;transition:box-shadow var(--dur) var(--ease),transform var(--dur) var(--ease)}.gallery-home__item:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.gallery-home__item img{width:100%;height:auto;display:block;transition:transform .5s var(--ease)}.gallery-home__item:hover img{transform:scale(1.03)}.gallery-home__cta{margin-top:var(--space-5);text-align:center}@media (max-width: 900px){.gallery-home{columns:2;column-gap:var(--space-2)}.gallery-home__item{margin-bottom:var(--space-2)}}@media (max-width: 600px){.gallery-home{columns:1}}.lightbox{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a0c0ef0;display:flex;align-items:center;justify-content:center;z-index:9999;padding:var(--space-4)}.lightbox__content{max-width:900px;max-height:85vh;display:flex;flex-direction:column;align-items:center}.lightbox__content img{max-width:100%;max-height:78vh;width:auto;height:auto;border-radius:var(--radius-md);display:block}.lightbox__caption{color:#fffc;font-size:.875rem;margin-top:var(--space-2);text-align:center}.lightbox__close{position:fixed;top:1.25rem;right:1.25rem;width:44px;height:44px;display:flex;align-items:center;justify-content:center;color:#ffffffd9;border-radius:50%;background:#ffffff1a;transition:background var(--dur-fast) var(--ease),color var(--dur-fast) var(--ease)}.lightbox__close:hover{background:#fff3;color:var(--white)}.lightbox__nav{position:fixed;top:50%;transform:translateY(-50%);width:48px;height:48px;display:flex;align-items:center;justify-content:center;color:#ffffffb3;border-radius:50%;background:#ffffff14;transition:background var(--dur-fast) var(--ease),color var(--dur-fast) var(--ease)}.lightbox__nav:hover{background:#fff3;color:var(--white)}.lightbox__nav--prev{left:1rem}.lightbox__nav--next{right:1rem}.lightbox__count{position:fixed;bottom:1.25rem;left:50%;transform:translate(-50%);color:#ffffff80;font-size:.8125rem;font-family:var(--font-heading);font-weight:500}@media (max-width: 600px){.lightbox__nav{width:40px;height:40px}.lightbox__nav--prev{left:.5rem}.lightbox__nav--next{right:.5rem}}.about-home{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:var(--space-6);align-items:center}.about-home__image{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md)}.about-home__image img{width:100%;height:auto;display:block}.about-home__copy{min-width:0}.about-home__copy h2{margin-block:var(--space-1) var(--space-2)}.about-home__copy .lead{margin-bottom:var(--space-2)}.about-home__para{color:var(--muted-text);margin-bottom:var(--space-2);line-height:1.6}@media (max-width: 900px){.about-home{grid-template-columns:1fr;gap:var(--space-4)}}.before-after-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:var(--space-3);margin-bottom:var(--space-4)}.before-after-item{position:relative;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md)}.before-after-item img{width:100%;height:100%;object-fit:cover;display:block;aspect-ratio:4 / 3}.before-after-label{position:absolute;top:var(--space-2);left:var(--space-2);background:#f1f0eb;color:#1a1d20;font-family:var(--font-heading);font-weight:600;font-size:.75rem;letter-spacing:.06em;text-transform:uppercase;padding:.25rem .75rem;border-radius:var(--radius-sm)}.before-after-label--after{background:var(--green);color:#fff}@media (max-width: 600px){.before-after-grid{grid-template-columns:1fr}}.skylight-types-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-4)}.skylight-type-card{background:#20252a;border:1px solid var(--light-grey);border-radius:var(--radius-lg);overflow:hidden;transition:box-shadow var(--dur) var(--ease);min-width:0}.skylight-type-card:hover{box-shadow:var(--shadow-md)}.skylight-type-card__image{overflow:hidden;aspect-ratio:1 / 1}.skylight-type-card__image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s var(--ease)}.skylight-type-card:hover .skylight-type-card__image img{transform:scale(1.03)}.skylight-type-card__title{font-size:1.125rem;margin:var(--space-2) var(--space-2) .5rem}.skylight-type-card__copy{font-size:.9375rem;color:var(--muted-text);line-height:1.6;padding:0 var(--space-2) var(--space-2)}@media (max-width: 768px){.skylight-types-grid{grid-template-columns:1fr;gap:var(--space-3)}}.restoration-services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-3)}.restoration-service-card{background:#191d21;border:1px solid var(--light-grey);border-radius:var(--radius-md);padding:var(--space-3);min-width:0;transition:box-shadow var(--dur) var(--ease)}.restoration-service-card:hover{box-shadow:var(--shadow-sm)}.restoration-service-card__title{font-size:1.0625rem;margin-bottom:.5rem}.restoration-service-card__copy{font-size:.9375rem;color:var(--muted-text);line-height:1.6}@media (max-width: 768px){.restoration-services-grid{grid-template-columns:1fr 1fr}}@media (max-width: 500px){.restoration-services-grid{grid-template-columns:1fr}}.restoration-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-3)}.restoration-gallery__item{border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-sm);min-width:0}.restoration-gallery__item img{width:100%;aspect-ratio:3 / 4;object-fit:cover;display:block}.restoration-gallery__caption{display:block;padding:.625rem .875rem;font-size:.875rem;color:var(--charcoal-600);font-weight:500}@media (max-width: 768px){.restoration-gallery{grid-template-columns:1fr 1fr}}@media (max-width: 500px){.restoration-gallery{grid-template-columns:1fr}}.dual-teaser{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:var(--space-4)}.dual-teaser__card{background:#191d21;border:1px solid var(--light-grey);border-radius:var(--radius-lg);overflow:hidden;transition:box-shadow var(--dur) var(--ease)}.dual-teaser__card:hover{box-shadow:var(--shadow-md)}.dual-teaser__image{overflow:hidden;aspect-ratio:16 / 10}.dual-teaser__image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s var(--ease)}.dual-teaser__card:hover .dual-teaser__image img{transform:scale(1.03)}.dual-teaser__card h3{font-size:1.25rem;margin:var(--space-2) var(--space-2) .5rem}.dual-teaser__card p{font-size:.9375rem;color:var(--muted-text);line-height:1.6;padding:0 var(--space-2) var(--space-2);margin:0}.dual-teaser__link{display:inline-flex;align-items:center;gap:.4rem;font-family:var(--font-heading);font-weight:600;font-size:.9375rem;color:var(--blue);padding:0 var(--space-2) var(--space-2);transition:gap var(--dur-fast) var(--ease)}.dual-teaser__link:hover{gap:.65rem}@media (max-width: 768px){.dual-teaser{grid-template-columns:1fr}}.other-services-grid{display:flex;flex-wrap:wrap;gap:var(--space-2);margin-bottom:var(--space-4)}.other-service-tag{background:#20252a;border:1px solid var(--light-grey);border-radius:var(--radius-md);padding:.625rem 1.25rem;font-size:.9375rem;color:var(--charcoal-600);font-weight:500;transition:border-color var(--dur-fast) var(--ease),color var(--dur-fast) var(--ease)}.other-service-tag:hover{border-color:var(--green);color:var(--green)}.home-bullets{display:flex;flex-wrap:wrap;gap:.5rem 1.5rem;margin-bottom:var(--space-3);list-style:none;padding:0}.home-bullet{font-size:.9375rem;color:var(--charcoal-600);position:relative;padding-left:1.25rem}.home-bullet:before{content:"";position:absolute;left:0;top:.55rem;width:6px;height:6px;border-radius:50%;background:var(--green)}.home-cta-row{text-align:center;margin-top:var(--space-4)}.service-area-home{text-align:center;max-width:640px;margin-inline:auto}.service-area-home h2{margin-top:.5rem;margin-bottom:var(--space-2)}.final-cta__contact{color:#ffffffd9;font-size:1rem;margin-bottom:var(--space-3);line-height:1.8}.final-cta__contact a{color:var(--white);text-decoration:underline;text-decoration-color:#fff6;transition:text-decoration-color var(--dur-fast) var(--ease)}.final-cta__contact a:hover{text-decoration-color:var(--copper)}.contact-head__contact{display:flex;flex-direction:column;gap:.5rem;margin-bottom:var(--space-3)}.contact-head__contact-item{display:flex;align-items:baseline;gap:.75rem;font-size:1rem;color:var(--ink);font-weight:500}.contact-head__contact-label{font-size:.8125rem;color:var(--muted-text);font-weight:400;text-transform:uppercase;letter-spacing:.06em;min-width:3.5rem}.final-cta{background:transparent;padding-block:var(--space-10)}.final-cta__inner{text-align:center;max-width:640px;margin-inline:auto}.final-cta__copper-line{width:48px;height:3px;background:var(--green);border-radius:2px;margin:0 auto var(--space-3)}.final-cta h2{color:#f4f5f5;margin-bottom:var(--space-2)}.final-cta__lead{color:#ffffffbf;margin-bottom:var(--space-4)}.final-cta__actions{display:flex;gap:var(--space-2);justify-content:center;flex-wrap:wrap}.final-cta .btn--outline{border-color:#fff6;color:#ffffffe6}.final-cta .btn--outline:hover{background:#ffffff1a;border-color:#ffffffb3;color:#f4f5f5}.mobile-bar{display:none}@media (max-width: 1024px){.mobile-bar{display:grid;grid-template-columns:1fr 1fr;position:fixed;bottom:0;left:0;right:0;width:100%;z-index:90;background:var(--light-header);border-top:1px solid #D8DAD6;box-shadow:0 -2px 12px #00000014;padding-bottom:env(safe-area-inset-bottom);box-sizing:border-box}.mobile-bar--hidden{display:none}.mobile-bar__btn{display:flex;align-items:center;justify-content:center;gap:.4rem;padding:.875rem .5rem;font-family:var(--font-heading);font-weight:600;font-size:.9375rem;text-decoration:none;transition:background var(--dur-fast) var(--ease);min-width:0;text-align:center}.mobile-bar__btn--call{color:var(--ink-dark);border-right:1px solid #D8DAD6}.mobile-bar__btn--call:hover{background:#f0f0ec}.mobile-bar__btn--quote{background:var(--green);color:#fff}.mobile-bar__btn--quote:hover{background:var(--green-600)}}@media (min-width: 1025px){.footer{padding-bottom:0}}.section-head{margin-bottom:var(--space-5)}.section-head h2{margin-top:.5rem}.section-head__lead{margin-top:var(--space-2);max-width:620px}.service-breadcrumb{background:transparent;border-bottom:1px solid var(--light-grey);padding-block:.75rem}.service-breadcrumb .container{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:var(--muted-text)}.service-breadcrumb a{color:var(--muted-text);transition:color var(--dur-fast) var(--ease)}.service-breadcrumb a:hover{color:var(--blue)}.service-breadcrumb__sep{color:var(--light-grey-300)}.service-breadcrumb__current{color:var(--ink);font-weight:500}.service-hero-v2{background:transparent;padding-top:var(--space-6);padding-bottom:var(--space-6)}.service-hero-v2__grid{display:grid;grid-template-columns:5fr 6fr;gap:var(--space-5);align-items:center}.service-hero-v2__content h1{font-size:clamp(1.75rem,3vw,2.5rem);line-height:1.15;margin-bottom:var(--space-2)}.service-hero-v2__sub{display:block;font-size:1.125rem;font-weight:500;color:var(--blue);margin-top:.25rem}.service-hero-v2__image{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md)}.service-hero-v2__image img{width:100%;height:auto;display:block;max-height:460px;object-fit:cover;object-position:center}@media (max-width: 768px){.service-hero-v2__grid{grid-template-columns:1fr;gap:var(--space-3)}.service-hero-v2{padding-top:var(--space-4);padding-bottom:var(--space-4)}}.service-what{display:grid;grid-template-columns:1fr 1.3fr;gap:var(--space-5);align-items:start}.service-what__col{min-width:0}.service-what__col h2{margin-top:.5rem}.service-what__col--copy .lead{line-height:1.7}@media (max-width: 768px){.service-what{grid-template-columns:1fr;gap:var(--space-2)}}.service-when{display:grid;grid-template-columns:1.2fr 1fr;gap:var(--space-5);align-items:center}.service-when__copy{min-width:0}.service-when__copy h2{margin-top:.5rem;margin-bottom:var(--space-2)}.service-when__copy .lead{margin-bottom:var(--space-2)}.service-when__bullet-intro{font-size:.9375rem;color:var(--charcoal-600);font-weight:500;margin-bottom:var(--space-2)}.service-when__bullets{display:flex;flex-direction:column;gap:.625rem}.service-when__bullet{display:flex;align-items:center;gap:.625rem;font-size:.9375rem;color:var(--charcoal-600)}.service-when__bullet-dot{width:6px;height:6px;border-radius:50%;background:var(--green);flex-shrink:0}.service-when__image{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md)}.service-when__image img{width:100%;height:auto;display:block}@media (max-width: 768px){.service-when{grid-template-columns:1fr;gap:var(--space-3)}}.service-quote-cta{background:#20252a;border:1px solid var(--light-grey);border-radius:var(--radius-lg);padding:var(--space-5);display:flex;align-items:center;justify-content:space-between;gap:var(--space-4)}.service-quote-cta__content h2{margin-bottom:.5rem}.service-quote-cta__actions{display:flex;gap:var(--space-2);flex-shrink:0}@media (max-width: 768px){.service-quote-cta{flex-direction:column;text-align:center;padding:var(--space-4)}.service-quote-cta__actions{flex-direction:column;width:100%}}.service-faq h2{margin-top:.5rem;margin-bottom:var(--space-4)}.service-faq__list{display:flex;flex-direction:column;gap:0;max-width:760px}.service-faq__item{border-bottom:1px solid var(--light-grey)}.service-faq__item:first-child{border-top:1px solid var(--light-grey)}.service-faq__q{font-family:var(--font-heading);font-weight:600;font-size:1.0625rem;color:var(--ink);padding:1rem 0;cursor:pointer;display:flex;align-items:center;justify-content:space-between;list-style:none;transition:color var(--dur-fast) var(--ease)}.service-faq__q::-webkit-details-marker{display:none}.service-faq__q:after{content:"+";font-family:var(--font-body);font-weight:400;font-size:1.25rem;color:var(--blue);transition:transform var(--dur-fast) var(--ease);flex-shrink:0;margin-left:1rem}.service-faq__item[open] .service-faq__q:after{transform:rotate(45deg)}.service-faq__q:hover{color:var(--blue)}.service-faq__a{padding-bottom:1rem;color:var(--charcoal-600);line-height:1.6;font-size:.9375rem;max-width:680px}.cta-band{background:#20252a;border:1px solid var(--light-grey);border-radius:var(--radius-lg);padding:var(--space-6);display:flex;align-items:center;justify-content:space-between;gap:var(--space-4)}.cta-band__content h2{margin-bottom:.5rem}.cta-band__actions{display:flex;gap:var(--space-2);flex-shrink:0}@media (max-width: 768px){.cta-band{flex-direction:column;text-align:center;padding:var(--space-4)}.cta-band__actions{flex-direction:column;width:100%}}.ourwork-head h1{margin-bottom:var(--space-1)}.ourwork-head__lead{max-width:560px}.ourwork-gallery-section{padding-top:0!important}.ourwork-gallery{columns:3;column-gap:20px}.ourwork-gallery__item{display:block;width:100%;margin:0 0 20px;padding:0;border:none;border-radius:var(--radius-md);overflow:hidden;cursor:pointer;background:#20252a;break-inside:avoid;transition:box-shadow var(--dur) var(--ease),transform var(--dur) var(--ease)}.ourwork-gallery__item:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.ourwork-gallery__item img{width:100%;height:auto;display:block;transition:transform .5s var(--ease)}.ourwork-gallery__item:hover img{transform:scale(1.03)}@media (max-width: 900px){.ourwork-gallery{columns:2;column-gap:18px}.ourwork-gallery__item{margin-bottom:18px}}@media (max-width: 600px){.ourwork-gallery{columns:1}}.ourwork-filters{background:transparent;border-bottom:1px solid var(--light-grey);padding:var(--space-2) 0}.ourwork-filters .container{display:flex;flex-wrap:wrap;gap:.5rem}.ourwork-filter{font-family:var(--font-heading);font-weight:600;font-size:.875rem;color:var(--muted-text);padding:.5rem 1rem;border-radius:var(--radius-sm);background:transparent;border:1px solid transparent;transition:all var(--dur-fast) var(--ease)}.ourwork-filter:hover{color:var(--ink);background:#20252a;border-color:var(--light-grey)}.ourwork-filter--active{color:#fff;background:var(--green);border-color:var(--green)}.ourwork-filter--active:hover{background:var(--green-600);border-color:var(--green-600)}.ourwork-gallery__caption{display:block;padding:.625rem .875rem;font-size:.8125rem;color:var(--charcoal-600);font-weight:500}.about-hero-v2{background:transparent;padding-top:var(--space-6);padding-bottom:var(--space-5)}.about-hero-v2__grid{display:grid;grid-template-columns:5fr 6fr;gap:var(--space-5);align-items:center}.about-hero-v2__content h1{font-size:clamp(1.75rem,3vw,2.5rem);line-height:1.15;margin-top:.5rem}.about-hero-v2__image{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md)}.about-hero-v2__image img{width:100%;height:auto;display:block;max-height:400px;object-fit:cover;object-position:center}@media (max-width: 768px){.about-hero-v2__grid{grid-template-columns:1fr;gap:var(--space-3)}.about-hero-v2{padding-top:var(--space-4);padding-bottom:var(--space-3)}}.about-body{display:grid;grid-template-columns:1.4fr 1fr;gap:var(--space-6);align-items:start}.about-body__copy{min-width:0}.about-body__copy .lead{margin-bottom:var(--space-2)}.about-body__para{color:var(--muted-text);margin-bottom:var(--space-2);line-height:1.6}.about-body__creds{display:flex;flex-direction:column;gap:var(--space-2)}.about-body__cred{display:flex;flex-direction:column;gap:.15rem;padding:var(--space-2) 0;border-bottom:1px solid var(--light-grey)}.about-body__cred:last-child{border-bottom:none}.about-body__cred-value{font-family:var(--font-heading);font-weight:700;font-size:1.125rem;color:var(--ink)}.about-body__cred-label{font-size:.8125rem;color:var(--muted-text)}@media (max-width: 768px){.about-body{grid-template-columns:1fr;gap:var(--space-3)}}.about-images{display:grid;grid-template-columns:1.5fr 1fr;gap:var(--space-3);height:380px}.about-images__main{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md)}.about-images__main img{width:100%;height:100%;object-fit:cover;display:block}.about-images__secondary{border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-sm)}.about-images__secondary img{width:100%;height:100%;object-fit:cover;display:block}@media (max-width: 700px){.about-images{grid-template-columns:1fr;height:auto}.about-images__main{height:300px}.about-images__secondary{height:240px}}.contact-head h1{font-size:clamp(1.75rem,3vw,2.5rem);line-height:1.15;margin-bottom:var(--space-2)}.contact-head__lead{max-width:580px;margin-bottom:var(--space-3)}.contact-form-card{background:#20252a;border:1px solid var(--light-grey);border-radius:var(--radius-lg);padding:var(--space-5);max-width:640px;margin-inline:auto}.contact-form .form-field{margin-bottom:var(--space-2)}.contact-form .form-field label{display:block;font-size:.875rem;font-weight:600;color:var(--ink);margin-bottom:.375rem}.contact-form .form-field input,.contact-form .form-field select,.contact-form .form-field textarea{width:100%;padding:.75rem .875rem;border:1px solid var(--light-grey);border-radius:var(--radius-sm);font-family:var(--font-body);font-size:1rem;color:var(--ink);background:#14171a;transition:border-color var(--dur-fast) var(--ease),box-shadow var(--dur-fast) var(--ease)}.contact-form .form-field input:focus,.contact-form .form-field select:focus,.contact-form .form-field textarea:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px #38a7d126}.contact-form .form-field textarea{resize:vertical}.contact-confirmation{text-align:center}.contact-confirmation h2{margin-bottom:var(--space-1)}.contact-confirmation__note{font-size:.9375rem;color:var(--muted-text);margin-bottom:var(--space-3);line-height:1.5;max-width:520px;margin-inline:auto}.contact-confirmation__details{text-align:left;background:#14171a;border:1px solid var(--light-grey);border-radius:var(--radius-md);padding:var(--space-3);font-family:var(--font-body);font-size:.9375rem;line-height:1.6;color:var(--charcoal-600);white-space:pre-wrap;word-wrap:break-word;margin-bottom:var(--space-3)}.contact-confirmation__actions{display:flex;gap:var(--space-2);justify-content:center;flex-wrap:wrap;margin-bottom:var(--space-3)}.contact-confirmation__back{font-family:var(--font-body);font-size:.875rem;color:var(--muted-text);text-decoration:underline;transition:color var(--dur-fast) var(--ease);margin-top:var(--space-1)}.contact-confirmation__back:hover{color:var(--blue)}.not-found{min-height:50vh;display:flex;align-items:center;justify-content:center;padding:var(--space-8) var(--container-pad-mobile)}.not-found__content{text-align:center;max-width:540px}.not-found__content h1{margin:var(--space-2) 0}.not-found__content .lead{margin-bottom:var(--space-4)}@media (min-width: 768px){.not-found{padding-inline:var(--container-pad-tablet)}}@media (min-width: 1024px){.not-found{padding-inline:var(--container-pad-desktop)}}.versiclad-editorial{display:grid;grid-template-columns:1.4fr 1fr;gap:var(--space-3);align-items:start}.versiclad-editorial__feature img{width:100%;height:100%;max-height:560px;object-fit:cover;border-radius:var(--radius-md);display:block}.versiclad-editorial__feature .restoration-gallery__caption{display:block;margin-top:var(--space-1)}.versiclad-editorial__side{display:flex;flex-direction:column;gap:var(--space-3)}.versiclad-editorial__side-item img{width:100%;height:270px;object-fit:cover;border-radius:var(--radius-md);display:block}.versiclad-editorial__side-item .restoration-gallery__caption{display:block;margin-top:var(--space-1)}@media (max-width: 900px){.versiclad-editorial{grid-template-columns:1fr}.versiclad-editorial__feature img{max-height:400px}.versiclad-editorial__side{flex-direction:row}.versiclad-editorial__side-item{flex:1}.versiclad-editorial__side-item img{height:220px}}@media (max-width: 600px){.versiclad-editorial__side{flex-direction:column}.versiclad-editorial__side-item img{height:280px}.versiclad-editorial__feature img{max-height:320px}}:root{--ink: #F4F5F5;--ink-dark: #1A1D20;--charcoal: #14171A;--blue: #16A8EA;--sky: #50BCE0;--copper: #C65A2E;--green: #50A803;--green-600: #438F05;--warm-white: #191D21;--white: #20252A;--light-section: #191D21;--light-header: #F7F7F4;--light-grey: #343A40;--muted-text: #92999F;--muted-text-dark: #565C61;--blue-700: #0A5A7E;--blue-500: #1A85B0;--blue-100: #191D21;--sky-500: #50BCE0;--sky-100: #191D21;--copper-600: #B04E26;--copper-100: #191D21;--charcoal-600: #BDC2C7;--charcoal-400: #92999F;--light-grey-200: #191D21;--light-grey-300: #343A40;--success: #50A803;--warning: #D49329;--error: #C44A3C;--font-heading: "Barlow Semi Condensed", "Barlow", sans-serif;--font-body: "Inter", system-ui, -apple-system, sans-serif;--space-1: .5rem;--space-2: 1rem;--space-3: 1.5rem;--space-4: 2rem;--space-5: 2.5rem;--space-6: 3rem;--space-7: 3.5rem;--space-8: 4rem;--space-10: 5rem;--space-12: 6rem;--space-16: 8rem;--container-max: 1240px;--container-pad-desktop: 32px;--container-pad-tablet: 24px;--container-pad-mobile: 18px;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 14px;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .2);--shadow-md: 0 4px 14px rgba(0, 0, 0, .25);--shadow-lg: 0 12px 40px rgba(0, 0, 0, .3);--ease: cubic-bezier(.22, 1, .36, 1);--dur-fast: .18s;--dur: .3s}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth;overflow-x:hidden;width:100%;max-width:100%}html,body,#root{width:100%;max-width:100%}body{font-family:var(--font-body);font-weight:400;line-height:1.6;color:var(--ink);overflow-x:hidden;width:100%;max-width:100%;background-color:var(--charcoal);background-image:repeating-linear-gradient(135deg,transparent 0,transparent 38px,rgba(255,255,255,.025) 38px,rgba(255,255,255,.025) 39px)}img{width:100%;height:auto;display:block}a{text-decoration:none;color:inherit}ul{list-style:none}button{font-family:inherit;border:none;cursor:pointer;background:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;line-height:1.2;color:var(--ink)}h1{font-size:clamp(2rem,4vw,2.75rem)}h2{font-size:clamp(1.625rem,3vw,2.125rem)}h3{font-size:clamp(1.25rem,2vw,1.5rem)}p{line-height:1.6}.container{max-width:var(--container-max);margin-inline:auto;padding-inline:var(--container-pad-mobile)}@media (min-width: 768px){.container{padding-inline:var(--container-pad-tablet)}}@media (min-width: 1024px){.container{padding-inline:var(--container-pad-desktop)}}.section{padding-block:var(--space-12)}@media (max-width: 768px){.section{padding-block:var(--space-8)}}.section--tight{padding-block:var(--space-8)}.eyebrow{font-family:var(--font-heading);font-weight:600;font-size:.8125rem;letter-spacing:.08em;text-transform:uppercase;color:var(--green)}.lead{font-size:1.125rem;line-height:1.7;color:var(--charcoal-600)}@media (max-width: 768px){.lead{font-size:1.0625rem;line-height:1.55}}.text-muted{color:var(--muted-text)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5em;font-family:var(--font-heading);font-weight:600;font-size:1rem;letter-spacing:.01em;padding:.75rem 1.75rem;border-radius:var(--radius-sm);transition:background var(--dur-fast) var(--ease),color var(--dur-fast) var(--ease),transform var(--dur-fast) var(--ease),box-shadow var(--dur-fast) var(--ease);white-space:nowrap;max-width:100%}.btn:active{transform:scale(.97)}.btn--primary{background:var(--green);color:#fff}.btn--primary:hover{background:var(--green-600);box-shadow:var(--shadow-md)}.btn--secondary{background:var(--blue);color:#fff}.btn--secondary:hover{background:var(--blue-700);box-shadow:var(--shadow-md)}.btn--outline{background:transparent;color:var(--blue);border:2px solid var(--blue)}.btn--outline:hover{background:var(--blue);color:#fff}.btn--ghost{background:transparent;color:var(--ink);padding-inline:.5rem}.btn--ghost:hover{color:var(--blue)}.btn--lg{font-size:1.0625rem;padding:.875rem 2.25rem}@media (max-width: 480px){.btn--lg{font-size:1rem;padding:.75rem 1.25rem}}.img-wrap{overflow:hidden;border-radius:var(--radius-md);background:#20252a}.img-wrap img{transition:transform .6s var(--ease)}.img-wrap--hover:hover img{transform:scale(1.03)}.img-cover{width:100%;height:100%;object-fit:cover;display:block}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.animate-in{animation:fadeInUp .7s var(--ease) both}:focus-visible{outline:2px solid var(--green);outline-offset:3px}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.animate-in{animation:none}}
