
@font-face{
  font-family:"Oswald";
  src:url("../fonts/HI_OiY8KO6hCsQSoAPmtMYebvpA_c442c3.woff2") format("woff2");
  font-display:swap;
}

@font-face{
  font-family:"Staatliches";
  src:url("../fonts/HI_OiY8KO6hCsQSoAPmtMYebvpA_c442c3.woff2") format("woff2");
  font-style:normal;
  font-weight:400;
  font-display:swap;
}
@font-face{
  font-family:"DM Sans";
  src:url("../fonts/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu0-K4_d6f0f8.woff2") format("woff2");
  font-display:swap;
}

:root{
  --navy:#102f4b;
  --dark:#081d30;
  --blue:#62a3d9;
  --ink:#17212b;
  --muted:#66727d;
  --paper:#f5f7f9;
  --white:#fff;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"DM Sans",Arial,sans-serif;
  color:var(--ink);
  background:#fff;
}
main{overflow:hidden}
.container{
  width:min(1180px,calc(100% - 40px));
  margin:0 auto;
}

/* Inner page hero */
.inner-hero{
  min-height:610px;
  display:flex;
  align-items:center;
  position:relative;
  color:#fff;
  background-size:cover;
  background-position:center;
}
.inner-hero__content{
  max-width:780px;
  padding:105px 0 95px;
  position:relative;
  z-index:2;
}
.inner-eyebrow{
  color:var(--blue);
  font-size:13px;
  font-weight:900;
  letter-spacing:.15em;
  text-transform:uppercase;
  margin-bottom:16px;
}
.inner-hero h1,
.inner-heading h2,
.inner-split h2,
.contact-panel h2,
.inner-form h2,
.inner-cta h2{
  margin:0;
  font-family:"Oswald",Arial,sans-serif;
  text-transform:uppercase;
  line-height:.98;
}
.inner-hero h1{
  font-size:clamp(58px,7vw,96px);
  max-width:850px;
}
.inner-hero p{
  max-width:690px;
  margin:24px 0 0;
  font-size:20px;
  line-height:1.7;
  color:rgba(255,255,255,.84);
}
.inner-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:30px;
}
.inner-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:0 24px;
  border:1px solid var(--blue);
  background:var(--blue);
  color:#fff;
  text-decoration:none;
  text-transform:uppercase;
  font-size:13px;
  font-weight:900;
  cursor:pointer;
}
.inner-btn:hover{filter:brightness(.92)}
.inner-btn--outline{
  border-color:#fff;
  background:transparent;
}
.inner-btn--dark{
  border-color:#17212b;
  background:#17212b;
}

/* Feature cards */
.inner-card-band{
  position:relative;
  z-index:6;
  margin-top:-70px;
}
.inner-card-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  box-shadow:0 24px 55px rgba(9,31,50,.14);
}
.inner-card{
  min-height:230px;
  padding:38px;
  background:#fff;
  border-right:1px solid #e4e8eb;
}
.inner-card:last-child{border-right:0}
.inner-card span{
  display:block;
  color:var(--blue);
  font-family:"Oswald",Arial,sans-serif;
  font-size:42px;
  line-height:1;
}
.inner-card h3{
  margin:14px 0 10px;
  font-family:"Oswald",Arial,sans-serif;
  font-size:25px;
  line-height:1.1;
  text-transform:uppercase;
}
.inner-card p{
  margin:0;
  color:var(--muted);
  line-height:1.65;
}

/* Alternating content sections */
.inner-section{
  padding:105px 0;
}
.inner-section--light{
  background:var(--paper);
}
.inner-split{
  display:grid;
  grid-template-columns:1fr 1fr;
  min-height:520px;
  background:#fff;
  box-shadow:0 20px 50px rgba(9,31,50,.08);
}
.inner-split__copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:70px;
  background:#fff;
}
.inner-split__image{
  min-height:500px;
  background-size:cover;
  background-position:center;
}
.inner-kicker{
  margin-bottom:12px;
  color:var(--blue);
  font-family:"Oswald",Arial,sans-serif;
  font-size:54px;
  line-height:1;
}
.inner-split h2{
  margin-bottom:24px;
  font-size:clamp(42px,5vw,68px);
}
.inner-split p{
  margin:0;
  color:var(--muted);
  font-size:18px;
  line-height:1.8;
}

/* Headings */
.inner-heading{
  max-width:780px;
  margin:0 auto 46px;
  text-align:center;
}
.inner-heading h2{
  font-size:clamp(44px,5vw,70px);
}
.inner-heading p{
  color:var(--muted);
  font-size:18px;
  line-height:1.75;
}

/* FAQs */
.faq-list{
  max-width:980px;
}
.faq-item{
  background:#fff;
  border-bottom:1px solid #e0e5e9;
}
.faq-item button{
  width:100%;
  padding:24px 28px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  border:0;
  background:none;
  font:inherit;
  font-size:17px;
  font-weight:900;
  text-align:left;
  cursor:pointer;
}
.faq-item button b{
  color:var(--blue);
  font-size:27px;
}
.faq-item>div{
  display:none;
  padding:0 28px 24px;
}
.faq-item.is-open>div{display:block}
.faq-item p{
  margin:0;
  color:var(--muted);
  line-height:1.75;
}

/* Contact */
.contact-grid{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:35px;
}
.contact-panel{
  padding:55px;
  background:var(--navy);
  color:#fff;
}
.contact-panel h2,
.inner-form h2{
  margin-bottom:22px;
  font-size:52px;
}
.contact-panel p{
  color:rgba(255,255,255,.74);
  line-height:1.7;
}
.contact-panel ul{
  list-style:none;
  padding:0;
  margin:35px 0 0;
}
.contact-panel li{
  display:flex;
  flex-direction:column;
  gap:5px;
  padding:16px 0;
  border-top:1px solid rgba(255,255,255,.14);
}
.contact-panel a,
.contact-panel span{
  color:#fff;
  text-decoration:none;
}
.inner-form{
  padding:50px;
  background:#fff;
  box-shadow:0 18px 50px rgba(9,31,50,.10);
}
.form-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  margin:25px 0;
}
.form-grid label{
  display:flex;
  flex-direction:column;
  gap:8px;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
}
.form-grid input,
.form-grid select,
.form-grid textarea{
  width:100%;
  padding:15px;
  border:1px solid #dce2e7;
  background:#f7f8f9;
  font:inherit;
}
.form-grid .full{grid-column:1/-1}

/* Bottom CTA */
.inner-cta{
  padding:58px 0;
  background:var(--blue);
}
.inner-cta .container{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
}
.inner-cta .inner-eyebrow{color:#fff}
.inner-cta h2{
  color:#fff;
  font-size:clamp(42px,5vw,66px);
}

/* Scroll animations: visible by default, animated only when JS is active */
.reveal{
  opacity:1;
  transform:none;
}
html.js .reveal{
  opacity:0;
  transform:translateY(30px);
  transition:opacity .8s ease,transform .8s ease;
}
html.js .reveal.is-visible,
html.js .reveal.is-in-view,
html.js .reveal.in{
  opacity:1;
  transform:none;
}

@media(max-width:900px){
  .inner-hero{min-height:520px}
  .inner-card-grid,
  .inner-split,
  .contact-grid{
    grid-template-columns:1fr;
  }
  .inner-card{
    border-right:0;
    border-bottom:1px solid #e4e8eb;
  }
  .inner-split__copy{padding:46px}
  .inner-split__image{min-height:420px}
  .inner-cta .container{
    align-items:flex-start;
    flex-direction:column;
  }
}

@media(max-width:600px){
  .container{width:min(100% - 28px,1180px)}
  .inner-hero__content{padding:78px 0}
  .inner-hero h1{font-size:52px}
  .inner-hero p{font-size:17px}
  .inner-card-band{margin-top:-35px}
  .inner-section{padding:70px 0}
  .inner-split__copy,
  .contact-panel,
  .inner-form{padding:30px}
  .form-grid{grid-template-columns:1fr}
  .form-grid .full{grid-column:auto}
}


/* Match homepage display typography exactly */
.inner-hero h1,
.inner-heading h2,
.inner-split h2,
.inner-card h3,
.contact-panel h2,
.inner-form h2,
.inner-cta h2,
.inner-kicker{
  font-family:"Staatliches",Impact,sans-serif;
  font-weight:400;
  letter-spacing:.01em;
}


/* Review carousel constrained to the homepage content width */
.google-reviews > .container{
  overflow:hidden;
}
.google-reviews .google-review-carousel{
  width:100%;
  max-width:100%;
}

/* Shared Treasure Valley feature */
.city-feature{
  width:min(1180px,calc(100% - 40px));
  margin:95px auto;
  display:grid;
  grid-template-columns:1.35fr .65fr;
  min-height:470px;
  background:#102f4b;
  color:#fff;
  box-shadow:0 24px 60px rgba(9,31,50,.14);
}
.city-feature__image{
  background:url("../images/treasure-valley-city.png") center/cover no-repeat;
  min-height:470px;
}
.city-feature__content{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:58px;
}
.city-feature h2{
  margin:0 0 20px;
  font-family:"Staatliches",Impact,sans-serif;
  font-size:clamp(44px,5vw,68px);
  line-height:.98;
  text-transform:uppercase;
}
.city-feature p{
  color:rgba(255,255,255,.75);
  line-height:1.75;
}
.city-feature a{
  margin-top:18px;
  color:#62a3d9;
  font-weight:900;
  text-decoration:none;
  text-transform:uppercase;
  font-size:13px;
}

/* About: editorial alternating image presentation */
.page-about .inner-split{
  box-shadow:none;
  background:transparent;
  gap:48px;
  align-items:center;
}
.page-about .inner-split__copy{
  padding:35px 0;
}
.page-about .inner-split__image{
  min-height:560px;
  border-radius:3px;
  box-shadow:0 24px 55px rgba(9,31,50,.14);
}

/* Residential: warmer card-led design */
.page-residential .inner-card{
  border-top:5px solid #62a3d9;
}
.page-residential .inner-split{
  box-shadow:none;
  border:1px solid #e3e8ec;
}
.page-residential .inner-split__image{
  clip-path:polygon(0 0,100% 0,92% 100%,0 100%);
}

/* Commercial: darker, structured presentation */
.page-commercial .inner-card-band{
  margin-top:0;
  padding:70px 0;
  background:#081d30;
}
.page-commercial .inner-card{
  background:#102f4b;
  color:#fff;
  border-color:rgba(255,255,255,.12);
}
.page-commercial .inner-card p{
  color:rgba(255,255,255,.68);
}
.page-commercial .inner-section:nth-of-type(even){
  background:#f1f4f6;
}

/* Metal: dramatic dark sections */
.page-metal .inner-card-grid{
  gap:18px;
  box-shadow:none;
}
.page-metal .inner-card{
  background:#17212b;
  color:#fff;
  border:0;
}
.page-metal .inner-card p{
  color:rgba(255,255,255,.7);
}
.page-metal .inner-split{
  background:#17212b;
}
.page-metal .inner-split__copy{
  background:#17212b;
  color:#fff;
}
.page-metal .inner-split p{
  color:rgba(255,255,255,.7);
}

/* New construction: step-by-step timeline feel */
.page-new-construction .inner-card-grid{
  position:relative;
  box-shadow:none;
  gap:28px;
}
.page-new-construction .inner-card{
  border:1px solid #dfe5e9;
  position:relative;
}
.page-new-construction .inner-card::after{
  content:"";
  position:absolute;
  top:59px;
  right:-29px;
  width:29px;
  height:2px;
  background:#62a3d9;
}
.page-new-construction .inner-card:last-child::after{
  display:none;
}

/* Testimonials: card-forward layout */
.page-testimonials .inner-card-grid{
  gap:22px;
  box-shadow:none;
}
.page-testimonials .inner-card{
  border:0;
  border-radius:4px;
  box-shadow:0 18px 42px rgba(9,31,50,.10);
}
.page-testimonials .inner-card::before{
  content:"★★★★★";
  display:block;
  color:#fbbc04;
  letter-spacing:3px;
  margin-bottom:16px;
}

/* FAQs: cleaner two-column accordion */
.page-faqs .faq-list{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}
.page-faqs .faq-item{
  align-self:start;
  border:1px solid #dfe5e9;
  box-shadow:0 12px 28px rgba(9,31,50,.05);
}

/* Contact: city-led, high contrast form */
.page-contact .contact-panel{
  background:#17212b;
}
.page-contact .inner-form{
  border-top:6px solid #62a3d9;
}

/* Terms: narrower reading width */
.page-terms .inner-section .container{
  max-width:920px;
}
.page-terms .inner-split{
  grid-template-columns:1fr;
  min-height:auto;
}
.page-terms .inner-split__image{
  display:none;
}

@media(max-width:900px){
  .city-feature{
    grid-template-columns:1fr;
  }
  .city-feature__image{
    min-height:340px;
  }
  .page-about .inner-split{
    gap:0;
  }
  .page-residential .inner-split__image{
    clip-path:none;
  }
  .page-new-construction .inner-card::after{
    display:none;
  }
  .page-faqs .faq-list{
    grid-template-columns:1fr;
  }
}


/* Residential page enhancements inspired by premium roofing layouts */
.res-services,
.res-process,
.res-faq-preview,
.metal-benefits,
.metal-comparison,
.new-build-overview,
.new-build-timeline,
.new-build-partner{
  padding:100px 0;
}
.res-section-heading{
  max-width:760px;
  margin:0 auto 46px;
  text-align:center;
}
.res-section-heading h2,
.res-proof-copy h2,
.res-faq-layout h2,
.metal-intro__copy h2,
.metal-comparison__heading h2,
.new-build-overview__copy h2,
.new-build-partner__copy h2{
  margin:0;
  font-family:"Staatliches",Impact,sans-serif;
  text-transform:uppercase;
  line-height:.98;
  font-size:clamp(46px,5vw,72px);
}
.res-section-heading p{
  color:var(--muted);
  font-size:18px;
  line-height:1.75;
}
.res-service-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}
.res-service-card{
  background:#fff;
  border:1px solid #e0e5e9;
  box-shadow:0 18px 45px rgba(9,31,50,.08);
  overflow:hidden;
  transition:transform .3s ease,box-shadow .3s ease;
}
.res-service-card:hover{
  transform:translateY(-8px);
  box-shadow:0 26px 55px rgba(9,31,50,.13);
}
.res-service-card__image{
  min-height:250px;
  background-size:cover;
  background-position:center;
}
.res-service-card__body{
  padding:30px;
}
.res-service-card__body span{
  color:var(--blue);
  font-family:"Staatliches",Impact,sans-serif;
  font-size:34px;
}
.res-service-card h3{
  margin:8px 0 13px;
  font-family:"Staatliches",Impact,sans-serif;
  font-size:30px;
  text-transform:uppercase;
}
.res-service-card p{
  color:var(--muted);
  line-height:1.7;
}
.res-service-card a{
  display:inline-block;
  margin-top:13px;
  color:var(--navy);
  font-weight:900;
  text-decoration:none;
  font-size:13px;
  text-transform:uppercase;
}
.res-proof-band{
  background:#081d30;
  color:#fff;
}
.res-proof-grid{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  min-height:610px;
}
.res-proof-copy{
  padding:80px 65px 80px 0;
  align-self:center;
}
.res-proof-copy p{
  color:rgba(255,255,255,.74);
  font-size:18px;
  line-height:1.8;
}
.res-proof-copy ul,
.new-build-overview__copy ul{
  list-style:none;
  padding:0;
  margin:28px 0;
}
.res-proof-copy li,
.new-build-overview__copy li{
  position:relative;
  padding:10px 0 10px 28px;
}
.res-proof-copy li::before,
.new-build-overview__copy li::before{
  content:"✓";
  position:absolute;
  left:0;
  color:var(--blue);
  font-weight:900;
}
.res-proof-image{
  background:url("../images/AdobeStock_268599701-2880w_9d0f9e.webp") center/cover no-repeat;
}
.res-process{
  background:#f5f7f9;
}
.res-process-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:0;
  counter-reset:steps;
}
.res-process-grid article{
  position:relative;
  padding:35px;
  background:#fff;
  border-right:1px solid #e2e7eb;
}
.res-process-grid article:last-child{border-right:0}
.res-process-grid span,
.metal-benefit-grid span{
  display:block;
  color:var(--blue);
  font-family:"Staatliches",Impact,sans-serif;
  font-size:46px;
}
.res-process-grid h3,
.metal-benefit-grid h3,
.res-faq-list h3,
.new-build-timeline h3{
  margin:12px 0 10px;
  font-family:"Staatliches",Impact,sans-serif;
  font-size:28px;
  text-transform:uppercase;
}
.res-process-grid p,
.metal-benefit-grid p,
.res-faq-list p,
.new-build-timeline p{
  color:var(--muted);
  line-height:1.65;
}
.res-faq-preview{
  background:#fff;
}
.res-faq-layout{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:70px;
}
.res-faq-layout>div:first-child p{
  color:var(--muted);
  line-height:1.75;
}
.res-faq-list{
  display:grid;
  gap:16px;
}
.res-faq-list article{
  padding:26px 28px;
  border:1px solid #e1e6ea;
  background:#f8fafb;
}
.res-faq-list h3{
  margin-top:0;
}

/* Metal page */
.metal-intro{
  padding:110px 0;
  background:#17212b;
  color:#fff;
}
.metal-intro__grid{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:65px;
  align-items:center;
}
.metal-intro__image{
  min-height:620px;
  background:url("../images/AdobeStock_391161477-1920w_fbc5e2.webp") center/cover no-repeat;
}
.metal-intro__copy p{
  color:rgba(255,255,255,.72);
  font-size:18px;
  line-height:1.8;
}
.metal-stat-row{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:15px;
  margin:34px 0;
}
.metal-stat-row div{
  padding:20px 14px;
  border:1px solid rgba(255,255,255,.15);
}
.metal-stat-row strong{
  display:block;
  color:var(--blue);
  font-family:"Staatliches",Impact,sans-serif;
  font-size:38px;
}
.metal-stat-row span{
  color:rgba(255,255,255,.66);
  font-size:12px;
  line-height:1.4;
}
.metal-benefits{
  background:#f5f7f9;
}
.metal-benefit-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}
.metal-benefit-grid article{
  background:#fff;
  padding:32px;
  border-top:5px solid var(--blue);
  box-shadow:0 16px 38px rgba(9,31,50,.07);
}
.metal-comparison{
  background:#fff;
}
.metal-comparison__heading{
  margin-bottom:35px;
}
.metal-table{
  border:1px solid #dde3e7;
}
.metal-table__row{
  display:grid;
  grid-template-columns:1.3fr 1fr 1fr;
}
.metal-table__row span{
  padding:20px 24px;
  border-right:1px solid #e4e8eb;
  border-bottom:1px solid #e4e8eb;
}
.metal-table__row span:last-child{border-right:0}
.metal-table__row:last-child span{border-bottom:0}
.metal-table__head{
  background:#102f4b;
  color:#fff;
  font-weight:900;
  text-transform:uppercase;
}

/* New construction */
.new-build-overview{
  background:#fff;
}
.new-build-overview__grid,
.new-build-partner__grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:center;
  gap:70px;
}
.new-build-overview__image{
  min-height:620px;
  background:url("../images/AdobeStock_1283246231-adab0c76-2880w_18b20d.webp") center/cover no-repeat;
}
.new-build-overview__copy p,
.new-build-partner__copy p{
  color:var(--muted);
  font-size:18px;
  line-height:1.8;
}
.new-build-timeline{
  background:#f5f7f9;
}
.new-build-timeline__track{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  position:relative;
}
.new-build-timeline__track::before{
  content:"";
  position:absolute;
  left:8%;
  right:8%;
  top:31px;
  height:2px;
  background:#62a3d9;
}
.new-build-timeline article{
  position:relative;
  z-index:2;
  padding:0 25px;
  text-align:center;
}
.new-build-timeline article span{
  display:grid;
  place-items:center;
  width:64px;
  height:64px;
  margin:0 auto 22px;
  border-radius:50%;
  background:#102f4b;
  color:#fff;
  font-family:"Staatliches",Impact,sans-serif;
  font-size:27px;
}
.new-build-partner{
  background:#081d30;
  color:#fff;
}
.new-build-partner__image{
  min-height:560px;
  background:url("../images/osmus-team-photo.png") center/cover no-repeat;
}
.new-build-partner__copy p{
  color:rgba(255,255,255,.72);
}

@media(max-width:950px){
  .res-service-grid,
  .res-process-grid,
  .metal-benefit-grid,
  .new-build-timeline__track{
    grid-template-columns:1fr 1fr;
  }
  .res-proof-grid,
  .res-faq-layout,
  .metal-intro__grid,
  .new-build-overview__grid,
  .new-build-partner__grid{
    grid-template-columns:1fr;
  }
  .res-proof-copy{
    padding:65px 0;
  }
  .res-proof-image{
    min-height:440px;
  }
  .new-build-timeline__track::before{
    display:none;
  }
}

@media(max-width:620px){
  .res-services,
  .res-process,
  .res-faq-preview,
  .metal-benefits,
  .metal-comparison,
  .new-build-overview,
  .new-build-timeline,
  .new-build-partner{
    padding:70px 0;
  }
  .res-service-grid,
  .res-process-grid,
  .metal-benefit-grid,
  .new-build-timeline__track,
  .metal-stat-row{
    grid-template-columns:1fr;
  }
  .metal-table__row{
    grid-template-columns:1fr;
  }
  .metal-table__row span{
    border-right:0;
  }
}


/* ==========================================================
   Commercial roofing redesign
   ========================================================== */
.commercial-trust-strip{
  position:relative;
  z-index:4;
  margin-top:-55px;
}
.commercial-trust-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  background:#fff;
  box-shadow:0 24px 58px rgba(9,31,50,.15);
}
.commercial-trust-grid article{
  padding:30px;
  border-right:1px solid #e3e8ec;
}
.commercial-trust-grid article:last-child{border-right:0}
.commercial-trust-grid strong{
  display:block;
  font-family:"Staatliches",Impact,sans-serif;
  color:#102f4b;
  font-size:30px;
  text-transform:uppercase;
}
.commercial-trust-grid span{
  display:block;
  margin-top:6px;
  color:#66727d;
  font-size:13px;
}
.commercial-systems,
.commercial-process,
.commercial-comparison,
.commercial-faq,
.commercial-detail-intro,
.commercial-detail-cards,
.commercial-property-band{
  padding:105px 0;
}
.commercial-heading{
  max-width:820px;
  margin:0 auto 48px;
  text-align:center;
}
.commercial-heading h2,
.commercial-operations__copy h2,
.commercial-faq h2,
.commercial-final-cta h2,
.commercial-detail-intro h2,
.commercial-property-band h2{
  margin:0;
  font-family:"Staatliches",Impact,sans-serif;
  font-size:clamp(48px,5.5vw,76px);
  line-height:.98;
  text-transform:uppercase;
}
.commercial-heading p{
  color:#66727d;
  font-size:18px;
  line-height:1.75;
}
.commercial-system-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
}
.commercial-system-card{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  min-height:340px;
  background:#fff;
  border:1px solid #e1e6ea;
  box-shadow:0 18px 46px rgba(9,31,50,.08);
  overflow:hidden;
}
.commercial-system-card__image{
  background-size:cover;
  background-position:center;
}
.commercial-system-card>div:last-child{
  padding:34px;
}
.commercial-system-card span,
.industry-grid span,
.commercial-process-grid span,
.commercial-detail-process-grid span{
  color:#62a3d9;
  font-family:"Staatliches",Impact,sans-serif;
  font-size:40px;
}
.commercial-system-card h3,
.industry-grid h3,
.commercial-process-grid h3,
.commercial-detail-card h3,
.commercial-detail-process-grid h3{
  margin:8px 0 12px;
  font-family:"Staatliches",Impact,sans-serif;
  font-size:29px;
  line-height:1.05;
  text-transform:uppercase;
}
.commercial-system-card p,
.commercial-process-grid p,
.commercial-detail-card p,
.commercial-detail-process-grid p{
  color:#66727d;
  line-height:1.68;
}
.commercial-system-card a{
  display:inline-block;
  margin-top:10px;
  color:#102f4b;
  font-weight:900;
  font-size:13px;
  text-decoration:none;
  text-transform:uppercase;
}
.commercial-industries,
.commercial-detail-process{
  padding:105px 0;
  background:#081d30;
  color:#fff;
}
.commercial-heading--light h2{color:#fff}
.industry-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}
.industry-grid article{
  min-height:180px;
  padding:28px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.04);
  transition:transform .25s ease,background .25s ease;
}
.industry-grid article:hover{
  transform:translateY(-6px);
  background:rgba(98,163,217,.12);
}
.industry-grid h3{color:#fff}
.commercial-operations{
  background:#f5f7f9;
}
.commercial-operations__grid{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  min-height:680px;
}
.commercial-operations__image{
  background:url("../images/AdobeStock_134888407-2880w_f25140.webp") center/cover no-repeat;
}
.commercial-operations__copy{
  padding:80px;
  background:#102f4b;
  color:#fff;
}
.commercial-operations__copy p{
  color:rgba(255,255,255,.72);
  font-size:18px;
  line-height:1.8;
}
.commercial-operations__copy ul{
  list-style:none;
  padding:0;
  margin:28px 0;
}
.commercial-operations__copy li{
  position:relative;
  padding:10px 0 10px 28px;
}
.commercial-operations__copy li::before{
  content:"✓";
  position:absolute;
  left:0;
  color:#62a3d9;
  font-weight:900;
}
.commercial-process{
  background:#fff;
}
.commercial-process-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.commercial-process-grid article{
  position:relative;
  padding:34px;
  border:1px solid #dfe5e9;
  background:#fff;
}
.commercial-process-grid article::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:0;
  height:5px;
  background:#62a3d9;
  transition:width .3s ease;
}
.commercial-process-grid article:hover::after{width:100%}
.commercial-comparison{
  background:#f5f7f9;
}
.commercial-table{
  border:1px solid #dce2e7;
  background:#fff;
  box-shadow:0 18px 45px rgba(9,31,50,.07);
}
.commercial-table__row{
  display:grid;
  grid-template-columns:.8fr 1.2fr 1fr;
}
.commercial-table__row span{
  padding:21px 24px;
  border-right:1px solid #e1e6ea;
  border-bottom:1px solid #e1e6ea;
}
.commercial-table__row span:last-child{border-right:0}
.commercial-table__row:last-child span{border-bottom:0}
.commercial-table__head{
  background:#102f4b;
  color:#fff;
  font-weight:900;
  text-transform:uppercase;
}
.commercial-faq__grid{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:70px;
}
.commercial-faq p{
  color:#66727d;
  line-height:1.75;
}
.commercial-final-cta{
  min-height:560px;
  display:flex;
  align-items:center;
  background-size:cover;
  background-position:center;
  color:#fff;
}
.commercial-final-cta .container{
  max-width:900px;
  margin-left:max(20px,calc((100vw - 1180px)/2));
}
.commercial-final-cta h2{
  max-width:800px;
}

/* Commercial detail pages */
.commercial-detail-intro__grid{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  align-items:center;
  gap:70px;
}
.commercial-detail-intro__copy p,
.commercial-property-band__copy p{
  color:#66727d;
  font-size:18px;
  line-height:1.8;
}
.commercial-detail-intro__image{
  min-height:600px;
  background-size:cover;
  background-position:center;
  box-shadow:0 24px 58px rgba(9,31,50,.13);
}
.commercial-detail-cards{
  background:#f5f7f9;
}
.commercial-detail-card-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}
.commercial-detail-card{
  padding:36px;
  background:#fff;
  border-top:5px solid #62a3d9;
  box-shadow:0 16px 38px rgba(9,31,50,.07);
}
.commercial-detail-process-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.commercial-detail-process-grid article{
  padding:30px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.04);
}
.commercial-detail-process-grid h3{color:#fff}
.commercial-detail-process-grid p{color:rgba(255,255,255,.68)}
.commercial-property-band{
  background:#fff;
}
.commercial-property-band__grid{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  min-height:560px;
}
.commercial-property-band__image{
  background:url("../images/treasure-valley-city.png") center/cover no-repeat;
}
.commercial-property-band__copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:70px;
  background:#102f4b;
  color:#fff;
}
.commercial-property-band__copy p{color:rgba(255,255,255,.72)}

@media(max-width:1000px){
  .commercial-trust-grid,
  .industry-grid,
  .commercial-process-grid,
  .commercial-detail-process-grid{
    grid-template-columns:1fr 1fr;
  }
  .commercial-system-grid,
  .commercial-operations__grid,
  .commercial-faq__grid,
  .commercial-detail-intro__grid,
  .commercial-property-band__grid{
    grid-template-columns:1fr;
  }
  .commercial-operations__image,
  .commercial-property-band__image{
    min-height:430px;
  }
}
@media(max-width:650px){
  .commercial-systems,
  .commercial-process,
  .commercial-comparison,
  .commercial-faq,
  .commercial-detail-intro,
  .commercial-detail-cards,
  .commercial-property-band,
  .commercial-industries,
  .commercial-detail-process{
    padding:70px 0;
  }
  .commercial-trust-strip{margin-top:0}
  .commercial-trust-grid,
  .industry-grid,
  .commercial-process-grid,
  .commercial-detail-process-grid,
  .commercial-detail-card-grid{
    grid-template-columns:1fr;
  }
  .commercial-system-card{
    grid-template-columns:1fr;
  }
  .commercial-system-card__image{min-height:250px}
  .commercial-operations__copy,
  .commercial-property-band__copy{padding:38px 28px}
  .commercial-table__row{grid-template-columns:1fr}
  .commercial-table__row span{border-right:0}
  .commercial-final-cta .container{
    margin:0 auto;
  }
}


/* FAQ and Contact: Treasure Valley block at page bottom */
.page-faqs .city-feature,
.page-contact .city-feature{
  margin-top:95px;
  margin-bottom:0;
}
.page-faqs .city-feature + .inner-cta,
.page-contact .city-feature + .inner-cta{
  margin-top:0;
}


/* Match the final computed homepage hero H1 typography exactly */
.inner-hero h1,
.commercial-detail-hero h1{
  font-family:"Staatliches",Impact,sans-serif;
  font-weight:400;
  font-size:clamp(58px,5.4vw,86px);
  line-height:.91;
  letter-spacing:.01em;
  text-transform:uppercase;
  max-width:610px;
  margin:22px 0;
}

@media(max-width:980px){
  .inner-hero h1,
  .commercial-detail-hero h1{
    font-size:clamp(52px,7vw,72px);
  }
}

@media(max-width:650px){
  .inner-hero h1,
  .commercial-detail-hero h1{
    font-size:58px;
  }
}

/* Requested page enhancements */
.process-icon,.callout-icon{width:58px;height:58px;border:1px solid rgba(98,163,217,.35);display:grid;place-items:center;margin-bottom:22px;background:rgba(98,163,217,.08)}
.process-icon svg,.callout-icon svg{width:31px;height:31px;fill:none;stroke:#62a3d9;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}
.inner-card .callout-icon{margin-top:0}
.metal-benefits-copy{padding:110px 0;background:#f4f7f9}
.metal-benefits-copy__grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px;align-items:start}
.metal-benefits-copy h2{margin:14px 0 24px}
.metal-benefits-copy__list{background:#fff;padding:42px;box-shadow:0 20px 60px rgba(7,32,52,.08)}
.metal-benefits-copy__list h3{margin-top:0}
.metal-benefits-copy__list ul{list-style:none;padding:0;margin:25px 0 0}
.metal-benefits-copy__list li{display:grid;grid-template-columns:170px 1fr;gap:22px;padding:17px 0;border-top:1px solid #e4e9ed}
.metal-benefits-copy__list strong{color:#0c2f4b}
.metal-benefits-copy__list span{color:#61707b}
.city-feature--spaced{margin-bottom:80px!important}
.universal-commercial-cta{margin-top:0}
@media(max-width:800px){.metal-benefits-copy__grid{grid-template-columns:1fr;gap:40px}.metal-benefits-copy__list li{grid-template-columns:1fr;gap:5px}.metal-benefits-copy{padding:75px 0}}


/* Commercial pages: final evaluation CTA */
.commercial-evaluation-cta{
  position:relative;
  min-height:520px;
  display:flex;
  align-items:center;
  overflow:hidden;
  color:#fff;
  background:
    linear-gradient(90deg,rgba(5,27,46,.97) 0%,rgba(5,27,46,.90) 48%,rgba(5,27,46,.48) 100%),
    url("../images/commercial-flat-roof.webp") center/cover no-repeat;
}
.commercial-evaluation-cta::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 55%,rgba(2,17,30,.22));
  pointer-events:none;
}
.commercial-evaluation-cta__inner{
  position:relative;
  z-index:1;
  width:100%;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:55px;
  padding-top:95px;
  padding-bottom:95px;
}
.commercial-evaluation-cta__content{
  max-width:780px;
}
.commercial-evaluation-cta .inner-eyebrow{
  color:#68afe2;
}
.commercial-evaluation-cta h2{
  max-width:760px;
  margin:18px 0 20px;
  color:#fff;
  font-family:"Staatliches",Impact,sans-serif;
  font-size:clamp(52px,5.5vw,86px);
  font-weight:400;
  line-height:.94;
  letter-spacing:.01em;
  text-transform:uppercase;
}
.commercial-evaluation-cta p{
  max-width:650px;
  margin:0;
  color:rgba(255,255,255,.82);
  font-size:18px;
  line-height:1.75;
}
.commercial-evaluation-cta .inner-btn{
  flex:0 0 auto;
  margin-bottom:8px;
  white-space:nowrap;
}
@media(max-width:850px){
  .commercial-evaluation-cta{
    min-height:auto;
  }
  .commercial-evaluation-cta__inner{
    align-items:flex-start;
    flex-direction:column;
    gap:32px;
    padding-top:75px;
    padding-bottom:75px;
  }
}


/* Metal Roofing page enhancements */
.metal-top-callouts .inner-card{
  border:1px solid rgba(255,255,255,.92);
  border-bottom:4px solid #fff;
  box-shadow:0 18px 42px rgba(5,27,46,.17);
}
.metal-top-callouts .inner-card:hover{
  transform:translateY(-7px);
  box-shadow:0 25px 55px rgba(5,27,46,.23);
}

.metal-intro__image--closeup{
  background-image:url("../images/metal-roof-closeup.png");
  background-position:center;
  box-shadow:0 28px 70px rgba(0,0,0,.28);
}

.metal-climate-graphic{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin-top:34px;
}
.metal-climate-graphic__item{
  min-height:175px;
  padding:24px 20px;
  border:1px solid #dbe5ec;
  background:linear-gradient(155deg,#fff 0%,#f1f6f9 100%);
  box-shadow:0 14px 35px rgba(7,32,52,.07);
}
.metal-climate-graphic__icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:46px;
  height:46px;
  margin-bottom:18px;
  color:#fff;
  background:#62a9dc;
}
.metal-climate-graphic__icon svg{
  width:27px;
  height:27px;
  fill:none;
  stroke:currentColor;
  stroke-width:3;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.metal-climate-graphic strong{
  display:block;
  margin-bottom:8px;
  color:#0c2f4b;
  font-family:"DM Sans",Arial,sans-serif;
  font-size:15px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.04em;
}
.metal-climate-graphic small{
  display:block;
  color:#61707b;
  font-size:13px;
  line-height:1.55;
}

.metal-comparison{
  position:relative;
  overflow:hidden;
  padding:120px 0;
  background:
    radial-gradient(circle at 8% 10%,rgba(98,169,220,.15),transparent 28%),
    linear-gradient(135deg,#eef4f8 0%,#fff 60%);
}
.metal-comparison::before{
  content:"";
  position:absolute;
  right:-130px;
  top:-160px;
  width:420px;
  height:420px;
  border:70px solid rgba(98,169,220,.08);
  border-radius:50%;
}
.metal-comparison__layout{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:.72fr 1.28fr;
  gap:70px;
  align-items:center;
}
.metal-comparison__heading{
  margin:0;
}
.metal-comparison__heading p{
  max-width:470px;
  color:#61707b;
  font-size:17px;
  line-height:1.75;
}
.metal-comparison__badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-top:22px;
  padding:12px 17px;
  color:#0c2f4b;
  background:#fff;
  border:1px solid #d8e4ec;
  box-shadow:0 10px 28px rgba(7,32,52,.08);
  font-weight:900;
  font-size:12px;
  letter-spacing:.05em;
  text-transform:uppercase;
}
.metal-comparison__badge span{
  display:grid;
  place-items:center;
  width:24px;
  height:24px;
  color:#fff;
  background:#62a9dc;
  border-radius:50%;
}
.metal-table{
  overflow:hidden;
  border:0;
  border-radius:4px;
  background:#fff;
  box-shadow:0 28px 70px rgba(7,32,52,.16);
}
.metal-table__row{
  grid-template-columns:1.25fr 1fr 1fr;
}
.metal-table__row span{
  position:relative;
  display:flex;
  align-items:center;
  min-height:68px;
  padding:20px 24px;
  border-color:#e6ebef;
}
.metal-table__head span{
  min-height:92px;
  background:#102f4b;
}
.metal-table__head .is-featured{
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  gap:5px;
  background:#62a9dc;
}
.metal-table__head small{
  font-size:9px;
  letter-spacing:.14em;
  opacity:.85;
}
.metal-table__row .is-featured{
  color:#0c2f4b;
  background:#edf7fd;
  font-weight:900;
}
.metal-table__row .is-featured b{
  display:inline-grid;
  place-items:center;
  width:24px;
  height:24px;
  margin-right:9px;
  color:#fff;
  background:#62a9dc;
  border-radius:50%;
  font-size:13px;
}

@media(max-width:900px){
  .metal-comparison__layout{
    grid-template-columns:1fr;
    gap:38px;
  }
}
@media(max-width:800px){
  .metal-climate-graphic{
    grid-template-columns:1fr;
  }
}
@media(max-width:650px){
  .metal-comparison{
    padding:80px 0;
  }
  .metal-table{
    overflow-x:auto;
  }
  .metal-table__row{
    min-width:700px;
  }
}


/* Commercial landing page enhancements */
.commercial-process--enhanced{
  position:relative;
  overflow:hidden;
  padding:120px 0;
  background:
    linear-gradient(135deg,rgba(7,31,51,.98),rgba(12,54,85,.96)),
    url("../images/commercial-roof-replacement.webp") center/cover no-repeat;
  color:#fff;
}
.commercial-process--enhanced::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 10% 20%,rgba(98,169,220,.18),transparent 28%),
    linear-gradient(90deg,transparent 0 49.5%,rgba(255,255,255,.05) 50%,transparent 50.5%);
}
.commercial-process__intro{
  position:relative;
  z-index:1;
  max-width:760px;
  margin-bottom:58px;
}
.commercial-process__intro h2{
  color:#fff;
  margin:18px 0;
}
.commercial-process__intro p{
  color:rgba(255,255,255,.78);
  font-size:18px;
  line-height:1.75;
}
.commercial-process__timeline{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.commercial-process__timeline::before{
  content:"";
  position:absolute;
  top:42px;
  left:7%;
  right:7%;
  height:2px;
  background:linear-gradient(90deg,#62a9dc,rgba(255,255,255,.35));
}
.commercial-process__step{
  position:relative;
  min-height:330px;
  padding:34px 28px 30px;
  border:1px solid rgba(255,255,255,.24);
  background:rgba(255,255,255,.08);
  backdrop-filter:blur(8px);
  box-shadow:0 24px 55px rgba(0,0,0,.18);
}
.commercial-process__number{
  display:block;
  color:#62a9dc;
  font-family:"Staatliches",Impact,sans-serif;
  font-size:52px;
  line-height:1;
}
.commercial-process__icon{
  display:grid;
  place-items:center;
  width:52px;
  height:52px;
  margin:18px 0 24px;
  border:1px solid rgba(255,255,255,.6);
  background:#62a9dc;
  color:#fff;
  font-size:22px;
}
.commercial-process__step h3{
  color:#fff;
  margin:0 0 13px;
}
.commercial-process__step p{
  color:rgba(255,255,255,.72);
  line-height:1.65;
}
.commercial-process__footer{
  position:relative;
  z-index:1;
  display:flex;
  gap:18px;
  align-items:center;
  margin-top:28px;
  padding:22px 26px;
  border-left:4px solid #62a9dc;
  background:rgba(255,255,255,.08);
}
.commercial-process__footer strong{
  color:#fff;
}
.commercial-process__footer span{
  color:rgba(255,255,255,.72);
}

.commercial-path--enhanced{
  position:relative;
  overflow:hidden;
  padding:120px 0;
  background:
    radial-gradient(circle at 8% 12%,rgba(98,169,220,.15),transparent 30%),
    linear-gradient(135deg,#eef4f8,#fff 62%);
}
.commercial-path__layout{
  display:grid;
  grid-template-columns:.72fr 1.28fr;
  gap:70px;
  align-items:center;
}
.commercial-path__heading p{
  max-width:470px;
  color:#61707b;
  font-size:17px;
  line-height:1.75;
}
.commercial-path__badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-top:24px;
  padding:12px 17px;
  background:#fff;
  border:1px solid #d8e4ec;
  box-shadow:0 12px 30px rgba(7,32,52,.09);
  color:#0c2f4b;
  font-size:12px;
  font-weight:900;
  letter-spacing:.05em;
  text-transform:uppercase;
}
.commercial-path__badge span{
  display:grid;
  place-items:center;
  width:24px;
  height:24px;
  color:#fff;
  background:#62a9dc;
  border-radius:50%;
}
.commercial-path__table{
  overflow:hidden;
  background:#fff;
  box-shadow:0 28px 70px rgba(7,32,52,.16);
}
.commercial-path__row{
  display:grid;
  grid-template-columns:1fr 1.35fr 1fr;
}
.commercial-path__row span{
  display:flex;
  align-items:center;
  min-height:70px;
  padding:20px 24px;
  border-right:1px solid #e6ebef;
  border-bottom:1px solid #e6ebef;
}
.commercial-path__row span:last-child{
  border-right:0;
}
.commercial-path__head span{
  min-height:92px;
  color:#fff;
  background:#102f4b;
  font-weight:900;
}
.commercial-path__head .is-featured{
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  gap:5px;
  background:#62a9dc;
}
.commercial-path__head small{
  font-size:9px;
  letter-spacing:.14em;
  opacity:.85;
}
.commercial-path__row .is-featured{
  color:#0c2f4b;
  background:#edf7fd;
  font-weight:900;
}
.commercial-path__row .is-featured b{
  display:inline-grid;
  place-items:center;
  width:24px;
  height:24px;
  margin-right:9px;
  color:#fff;
  background:#62a9dc;
  border-radius:50%;
  font-size:13px;
}

/* Fix commercial evaluation CTA width and container alignment */
.commercial-evaluation-cta{
  width:100%;
}
.commercial-evaluation-cta__inner{
  max-width:1240px;
  margin:0 auto;
  padding-left:24px;
  padding-right:24px;
}
.commercial-evaluation-cta__content{
  width:auto;
}

@media(max-width:1000px){
  .commercial-process__timeline{
    grid-template-columns:repeat(2,1fr);
  }
  .commercial-process__timeline::before{
    display:none;
  }
  .commercial-path__layout{
    grid-template-columns:1fr;
    gap:42px;
  }
}
@media(max-width:650px){
  .commercial-process--enhanced,
  .commercial-path--enhanced{
    padding:80px 0;
  }
  .commercial-process__timeline{
    grid-template-columns:1fr;
  }
  .commercial-process__footer{
    align-items:flex-start;
    flex-direction:column;
  }
  .commercial-path__table{
    overflow-x:auto;
  }
  .commercial-path__row{
    min-width:760px;
  }
}


/* Correct named image for Commercial Clear Planning section */
.commercial-operations__image--clear-planning{
  background-image:url("../images/commercial-clear-planning-final.png") !important;
  background-position:center;
  background-size:cover;
}


/* Commercial process signature redesign */
.commercial-process--signature{
  position:relative;
  overflow:hidden;
  padding:125px 0 110px;
  color:#fff;
  background:
    linear-gradient(120deg,rgba(5,28,47,.98),rgba(8,47,77,.94)),
    url("../images/commercial-roof-replacement-final.webp") center/cover no-repeat;
}
.commercial-process--signature::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 12% 10%,rgba(98,169,220,.18),transparent 30%),
    linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
  background-size:auto,80px 80px,80px 80px;
}
.commercial-process--signature .container{position:relative;z-index:1}
.commercial-process-signature__header{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:80px;
  align-items:end;
  margin-bottom:70px;
}
.commercial-process-signature__header h2{color:#fff;margin:15px 0 0;max-width:680px}
.commercial-process-signature__header p{margin:0;color:rgba(255,255,255,.74);font-size:18px;line-height:1.75}
.commercial-process-signature__rail{
  position:absolute;
  left:8%;right:8%;top:315px;height:2px;
  background:rgba(255,255,255,.18);
}
.commercial-process-signature__rail-fill{
  display:block;width:0;height:100%;background:linear-gradient(90deg,#62a9dc,#d9efff);
  box-shadow:0 0 24px rgba(98,169,220,.8);
  transition:width 1.6s ease;
}
.commercial-process--signature.is-visible .commercial-process-signature__rail-fill{width:100%}
.commercial-process-signature__steps{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.commercial-process-signature__step{position:relative;padding-top:44px}
.commercial-process-signature__step:nth-child(even){transform:translateY(48px)}
.commercial-process-signature__marker{
  position:absolute;top:0;left:28px;width:56px;height:56px;border-radius:50%;
  display:grid;place-items:center;background:#0a2f4d;border:2px solid #62a9dc;
  box-shadow:0 0 0 9px rgba(98,169,220,.11),0 0 28px rgba(98,169,220,.35);
  z-index:2;
}
.commercial-process-signature__marker span{font-family:"Staatliches",Impact,sans-serif;font-size:24px;color:#fff}
.commercial-process-signature__card{
  min-height:410px;padding:48px 30px 32px;border:1px solid rgba(255,255,255,.2);
  background:linear-gradient(180deg,rgba(255,255,255,.13),rgba(255,255,255,.065));
  backdrop-filter:blur(10px);box-shadow:0 28px 60px rgba(0,0,0,.22);transition:.35s ease;
}
.commercial-process-signature__card:hover{transform:translateY(-10px);border-color:rgba(98,169,220,.85);background:linear-gradient(180deg,rgba(98,169,220,.2),rgba(255,255,255,.08))}
.commercial-process-signature__icon{width:58px;height:58px;display:grid;place-items:center;margin-bottom:24px;background:#62a9dc;color:#fff}
.commercial-process-signature__icon svg{width:31px;height:31px;fill:none;stroke:currentColor;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}
.commercial-process-signature__label{display:block;margin-bottom:9px;color:#73b7e7;font-size:11px;font-weight:900;letter-spacing:.17em;text-transform:uppercase}
.commercial-process-signature__card h3{color:#fff;margin:0 0 15px;font-size:27px;line-height:1.08}
.commercial-process-signature__card p{color:rgba(255,255,255,.73);line-height:1.65}
.commercial-process-signature__card ul{list-style:none;padding:0;margin:22px 0 0}
.commercial-process-signature__card li{position:relative;padding:10px 0 10px 22px;border-top:1px solid rgba(255,255,255,.12);color:rgba(255,255,255,.84);font-size:13px}
.commercial-process-signature__card li::before{content:"";position:absolute;left:0;top:17px;width:8px;height:8px;background:#62a9dc}
.commercial-process-signature__assurance{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-top:95px;padding:28px 30px;border-left:4px solid #62a9dc;background:rgba(255,255,255,.08)}
.commercial-process-signature__assurance div{display:flex;flex-direction:column;gap:5px}
.commercial-process-signature__assurance strong{font-size:20px;color:#fff}
.commercial-process-signature__assurance span{color:rgba(255,255,255,.7)}

/* Commercial decision matrix redesign */
.commercial-path--decision{position:relative;overflow:hidden;padding:125px 0;background:linear-gradient(135deg,#eef4f8 0%,#fff 64%)}
.commercial-path--decision::before{content:"";position:absolute;right:-180px;top:-190px;width:520px;height:520px;border:85px solid rgba(98,169,220,.08);border-radius:50%}
.commercial-path-decision__header{position:relative;z-index:1;display:grid;grid-template-columns:1fr .9fr;gap:80px;align-items:end;margin-bottom:52px}
.commercial-path-decision__header h2{margin:15px 0 0;max-width:760px}
.commercial-path-decision__header p{margin:0;color:#61707b;font-size:18px;line-height:1.75}
.commercial-path-decision__matrix{position:relative;z-index:1;overflow:hidden;border:1px solid #dfe7ed;background:#fff;box-shadow:0 30px 80px rgba(7,32,52,.14)}
.commercial-path-decision__row{display:grid;grid-template-columns:1.05fr 1.35fr 1.35fr .75fr;align-items:stretch}
.commercial-path-decision__row>div{min-width:0;display:flex;align-items:center;padding:24px 26px;border-right:1px solid #e4eaef;border-bottom:1px solid #e4eaef;color:#53626d;line-height:1.5}
.commercial-path-decision__row>div:last-child{border-right:0}
.commercial-path-decision__row--head>div{min-height:78px;background:#0e304d;color:#fff;font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.commercial-path-decision__row--head>div:nth-child(2){background:#62a9dc}
.commercial-path-decision__solution{gap:14px;color:#0c2f4b!important}
.commercial-path-decision__solution>span{font-family:"Staatliches",Impact,sans-serif;font-size:34px;line-height:1;color:#62a9dc}
.commercial-path-decision__solution strong{font-size:16px}
.commercial-path-decision__best{gap:14px;background:#f0f8fd;color:#0c2f4b!important;font-weight:800}
.commercial-path-decision__check{flex:0 0 34px;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#62a9dc;color:#fff;font-size:16px;font-weight:900;box-shadow:0 7px 18px rgba(98,169,220,.28)}
.commercial-path-decision__best span:last-child{display:block;min-width:0;line-height:1.45}
.commercial-path-decision__tag{display:inline-flex;padding:9px 12px;background:#edf2f5;color:#0c2f4b;font-size:11px;font-weight:900;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap}
.commercial-path-decision__row--featured{box-shadow:inset 4px 0 0 #62a9dc;background:linear-gradient(90deg,rgba(98,169,220,.05),#fff)}
.commercial-path-decision__footer{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:32px;margin-top:28px;padding:26px 30px;background:#fff;border:1px solid #dde6ec;box-shadow:0 16px 40px rgba(7,32,52,.07)}
.commercial-path-decision__footer div{display:flex;flex-direction:column;gap:5px}
.commercial-path-decision__footer strong{color:#0c2f4b;font-size:19px}
.commercial-path-decision__footer span{color:#6b7881}

@media(max-width:1100px){
  .commercial-process-signature__steps{grid-template-columns:repeat(2,1fr)}
  .commercial-process-signature__step:nth-child(even){transform:none}
  .commercial-process-signature__rail{display:none}
  .commercial-path-decision__row{grid-template-columns:1fr 1.35fr 1.2fr .7fr}
}
@media(max-width:850px){
  .commercial-process-signature__header,.commercial-path-decision__header{grid-template-columns:1fr;gap:25px}
  .commercial-process-signature__assurance,.commercial-path-decision__footer{align-items:flex-start;flex-direction:column}
  .commercial-path-decision__matrix{overflow-x:auto}
  .commercial-path-decision__row{min-width:930px}
}
@media(max-width:650px){
  .commercial-process--signature,.commercial-path--decision{padding:82px 0}
  .commercial-process-signature__steps{grid-template-columns:1fr}
  .commercial-process-signature__card{min-height:auto}
  .commercial-process-signature__assurance{margin-top:35px}
}

.commercial-maintenance-services{padding:120px 0;background:linear-gradient(135deg,#eef4f8 0%,#fff 65%)}
.commercial-maintenance-services__heading{max-width:780px;margin-bottom:52px}
.commercial-maintenance-services__heading p{max-width:680px;color:#61707b;font-size:18px;line-height:1.75}
.commercial-maintenance-services__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.commercial-maintenance-service{padding:38px 32px;border:1px solid #dce6ed;border-bottom:4px solid #62a9dc;background:#fff;box-shadow:0 20px 50px rgba(7,32,52,.09)}
.commercial-maintenance-service__number{display:block;margin-bottom:20px;color:#62a9dc;font-family:"Staatliches",Impact,sans-serif;font-size:50px;line-height:1}
.commercial-maintenance-service h3{margin:0 0 16px}
.commercial-maintenance-service p{margin:0;color:#61707b;line-height:1.75}
@media(max-width:950px){.commercial-maintenance-services__grid{grid-template-columns:1fr}}
@media(max-width:650px){.commercial-maintenance-services{padding:80px 0}}

.faq-item div ul{margin:12px 0 14px 22px;padding:0}
.faq-item div li{margin:7px 0;color:#61707b;line-height:1.65}
.faq-item div p + ul{margin-top:10px}

.location-hero{min-height:700px;display:flex;align-items:center;background-size:cover;background-position:center}
.location-hero__grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:70px;align-items:center;padding-top:110px;padding-bottom:90px}
.location-hero__content{max-width:780px;color:#fff}
.location-hero__content h1{max-width:760px;margin:14px 0 24px;font-size:clamp(48px,6vw,82px);line-height:.98;color:#fff}
.location-hero__content p{max-width:700px;font-size:20px;line-height:1.7;color:rgba(255,255,255,.82)}
.location-hero__panel{padding:34px;background:rgba(255,255,255,.96);border-top:5px solid #62a9dc;box-shadow:0 25px 65px rgba(0,0,0,.25)}
.location-hero__panel span{display:block;margin-bottom:12px;color:#62a9dc;font-weight:700;text-transform:uppercase;letter-spacing:.08em;font-size:12px}
.location-hero__panel strong{display:block;color:#102f4b;font-size:25px;line-height:1.2}
.location-hero__panel ul{margin:24px 0 0;padding:0;list-style:none}
.location-hero__panel li{position:relative;padding:11px 0 11px 24px;border-top:1px solid #dce6ed;color:#536673}
.location-hero__panel li:before{content:"✓";position:absolute;left:0;color:#62a9dc;font-weight:800}
.location-trust{background:#102f4b}
.location-trust__grid{display:grid;grid-template-columns:repeat(4,1fr)}
.location-trust__grid div{padding:26px 28px;border-right:1px solid rgba(255,255,255,.12)}
.location-trust__grid strong,.location-trust__grid span{display:block}
.location-trust__grid strong{color:#fff;font-size:18px}
.location-trust__grid span{margin-top:6px;color:rgba(255,255,255,.6);font-size:13px}
.location-split{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
.location-split__content p{color:#61707b;font-size:17px;line-height:1.8}
.location-split__image img{width:100%;min-height:480px;object-fit:cover;box-shadow:0 28px 70px rgba(7,32,52,.16)}
.location-service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.location-service-card{background:#fff;border:1px solid #dce6ed;box-shadow:0 18px 50px rgba(7,32,52,.08);overflow:hidden}
.location-service-card img{width:100%;height:240px;object-fit:cover}
.location-service-card>div{padding:30px}
.location-service-card span{color:#62a9dc;font-size:12px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
.location-service-card h3{margin:10px 0 14px}
.location-service-card p{color:#61707b;line-height:1.7}
.location-service-card a{font-weight:800;color:#102f4b}
.location-service-card--text{display:flex;align-items:center;background:#102f4b}
.location-service-card--text h3,.location-service-card--text a{color:#fff}
.location-service-card--text p{color:rgba(255,255,255,.68)}
.location-why__grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:90px}
.location-why__heading{position:sticky;top:130px;align-self:start}
.location-why__items article{display:grid;grid-template-columns:72px 1fr;gap:24px;padding:30px 0;border-top:1px solid #dce6ed}
.location-why__items b{font-family:"Staatliches",Impact,sans-serif;color:#62a9dc;font-size:46px;line-height:1}
.location-why__items h3{margin:0 0 8px}
.location-why__items p{margin:0;color:#61707b;line-height:1.7}
.location-process__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2px}
.location-process__grid article{padding:32px;background:rgba(255,255,255,.06)}
.location-process__grid span{display:block;color:#62a9dc;font-family:"Staatliches",Impact,sans-serif;font-size:42px}
.location-process__grid h3{color:#fff}
.location-process__grid p{color:rgba(255,255,255,.65);line-height:1.65}
.location-cta{padding:95px 0;background:linear-gradient(135deg,#62a9dc,#2a6c9c)}
.location-cta__inner{display:flex;justify-content:space-between;gap:60px;align-items:center}
.location-cta h2{max-width:720px;margin:10px 0 14px;color:#fff;font-size:clamp(38px,5vw,62px)}
.location-cta p{max-width:700px;color:rgba(255,255,255,.78);font-size:18px}
.location-cta .inner-eyebrow{color:#102f4b}
.location-cta .inner-btn{background:#102f4b;border-color:#102f4b}
.location-cta .inner-btn--outline{background:transparent;border-color:#fff;color:#fff}
@media(max-width:1050px){
.location-hero__grid,.location-split,.location-why__grid{grid-template-columns:1fr}
.location-hero__panel{max-width:560px}
.location-service-grid{grid-template-columns:1fr 1fr}
.location-service-card--text{grid-column:1/-1}
.location-why__heading{position:static}
.location-process__grid{grid-template-columns:1fr 1fr}
.location-cta__inner{display:block}
}
@media(max-width:700px){
.location-hero{min-height:auto}
.location-hero__grid{padding-top:130px;gap:40px}
.location-trust__grid,.location-service-grid,.location-process__grid{grid-template-columns:1fr}
.location-trust__grid div{border-right:0;border-bottom:1px solid rgba(255,255,255,.12)}
.location-split{gap:42px}
.location-split__image img{min-height:320px}
.location-service-card--text{grid-column:auto}
.location-why__items article{grid-template-columns:52px 1fr}
.location-cta{padding:72px 0}
}

/* Location page process and closing CTA corrections */
.location-process{
  position:relative;
  overflow:hidden;
  padding:120px 0;
  background:
    radial-gradient(circle at 85% 10%,rgba(98,169,220,.18),transparent 30%),
    linear-gradient(135deg,#071f34 0%,#103b5d 100%);
}
.location-process::before{
  content:"";
  position:absolute;
  left:-120px;
  bottom:-210px;
  width:480px;
  height:480px;
  border:70px solid rgba(255,255,255,.035);
  border-radius:50%;
}
.location-process .container{
  position:relative;
  z-index:1;
}
.location-process .inner-heading{
  max-width:840px;
  margin-bottom:52px;
}
.location-process .inner-heading .inner-eyebrow{
  color:#62a9dc;
}
.location-process .inner-heading h2{
  color:#fff;
}
.location-process__grid{
  gap:18px;
}
.location-process__grid article{
  position:relative;
  min-height:245px;
  padding:34px 30px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.07);
  backdrop-filter:blur(8px);
  transition:transform .25s ease,background .25s ease,border-color .25s ease;
}
.location-process__grid article:hover{
  transform:translateY(-6px);
  background:rgba(255,255,255,.11);
  border-color:rgba(98,169,220,.65);
}
.location-process__grid span{
  margin-bottom:42px;
  color:#62a9dc;
  font-size:50px;
}
.location-process__grid h3{
  margin:0 0 12px;
  color:#fff;
  font-size:30px;
}
.location-process__grid p{
  margin:0;
  color:rgba(255,255,255,.72);
  font-size:16px;
  line-height:1.7;
}

.location-cta{
  position:relative;
  overflow:hidden;
  padding:0;
  background:#eef5f9;
}
.location-cta::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:38%;
  background:linear-gradient(145deg,#62a9dc,#347faf);
}
.location-cta__inner{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);
  gap:0;
  align-items:stretch;
  padding:0;
  background:#fff;
  box-shadow:0 28px 80px rgba(7,32,52,.14);
}
.location-cta__inner>div:first-child{
  padding:72px 76px;
  background:
    linear-gradient(110deg,rgba(7,31,52,.97),rgba(15,61,94,.93)),
    url("../images/commercial-flat-roof.webp") center/cover;
}
.location-cta .inner-eyebrow{
  color:#62a9dc;
}
.location-cta h2{
  max-width:760px;
  margin:14px 0 20px;
  color:#fff;
  font-size:clamp(42px,5vw,68px);
  line-height:1;
}
.location-cta p{
  max-width:680px;
  margin:0;
  color:rgba(255,255,255,.76);
  font-size:18px;
  line-height:1.7;
}
.location-cta__inner>.inner-actions{
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:stretch;
  gap:14px;
  margin:0;
  padding:54px;
  background:#fff;
}
.location-cta .inner-btn{
  width:100%;
  min-height:58px;
  padding:18px 22px;
  background:#102f4b;
  border-color:#102f4b;
  color:#fff;
  text-align:center;
}
.location-cta .inner-btn:hover{
  background:#62a9dc;
  border-color:#62a9dc;
}
.location-cta .inner-btn--outline{
  background:transparent;
  border-color:#102f4b;
  color:#102f4b;
}
.location-cta .inner-btn--outline:hover{
  background:#102f4b;
  border-color:#102f4b;
  color:#fff;
}

@media(max-width:1050px){
  .location-cta__inner{
    grid-template-columns:1fr;
  }
  .location-cta__inner>.inner-actions{
    flex-direction:row;
    padding:32px 48px 44px;
  }
  .location-cta::before{
    display:none;
  }
}
@media(max-width:700px){
  .location-process{
    padding:82px 0;
  }
  .location-process__grid article{
    min-height:auto;
  }
  .location-process__grid span{
    margin-bottom:24px;
  }
  .location-cta__inner>div:first-child{
    padding:56px 28px;
  }
  .location-cta__inner>.inner-actions{
    flex-direction:column;
    padding:28px;
  }
}

/* Location page sticky Why section and smoother section transition */
.location-why{
  position:relative;
  padding:120px 0 150px;
  background:
    linear-gradient(180deg,#ffffff 0%,#ffffff 78%,#f5f9fc 100%);
}
.location-why__grid{
  align-items:start;
}
.location-why__heading{
  position:sticky;
  top:145px;
  align-self:start;
  padding:10px 0 40px;
}
.location-why__heading h2{
  max-width:520px;
}
.location-why__heading::after{
  content:"";
  display:block;
  width:72px;
  height:4px;
  margin-top:28px;
  background:#62a9dc;
}
.location-why__items{
  padding-bottom:40px;
}

.location-process{
  margin-top:-1px;
  padding-top:145px;
  padding-bottom:145px;
  clip-path:polygon(0 5%,100% 0,100% 100%,0 100%);
}
.location-process::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(98,169,220,.10),transparent 24%);
  pointer-events:none;
}
.location-process .inner-heading,
.location-process__grid{
  position:relative;
  z-index:2;
}

.location-cta{
  margin-top:-1px;
  padding-top:80px;
  padding-bottom:95px;
  background:
    linear-gradient(180deg,#103b5d 0,#eef5f9 115px,#eef5f9 100%);
}
.location-cta::before{
  top:80px;
  bottom:95px;
}
.location-cta__inner{
  border-radius:2px;
  overflow:hidden;
}

@media(max-width:1050px){
  .location-why__heading{
    position:sticky;
    top:120px;
    z-index:2;
    padding:24px;
    margin-bottom:20px;
    background:rgba(255,255,255,.96);
    box-shadow:0 16px 40px rgba(7,32,52,.08);
    backdrop-filter:blur(10px);
  }
  .location-process{
    clip-path:polygon(0 2%,100% 0,100% 100%,0 100%);
  }
}
@media(max-width:700px){
  .location-why{
    padding:82px 0 100px;
  }
  .location-why__heading{
    top:92px;
    padding:20px;
  }
  .location-process{
    padding-top:105px;
    padding-bottom:100px;
    clip-path:polygon(0 1.25%,100% 0,100% 100%,0 100%);
  }
  .location-cta{
    padding-top:48px;
    padding-bottom:64px;
    background:linear-gradient(180deg,#103b5d 0,#eef5f9 72px,#eef5f9 100%);
  }
  .location-cta::before{
    top:48px;
    bottom:64px;
  }
}

/* Final location-page sticky and double-slant corrections */
.location-why,
.location-why__grid,
.location-why__heading,
.location-why__items{
  overflow:visible !important;
}
.location-why__grid{
  display:grid;
  grid-template-columns:minmax(320px,.72fr) minmax(0,1.28fr);
  align-items:start;
}
.location-why__heading{
  position:-webkit-sticky !important;
  position:sticky !important;
  top:150px !important;
  align-self:start !important;
  height:max-content;
  z-index:3;
}
.location-why__items{
  min-width:0;
}

.location-process{
  margin-top:-1px;
  margin-bottom:95px;
  padding-top:150px;
  padding-bottom:150px;
  clip-path:polygon(0 5%,100% 0,100% 95%,0 100%);
  background:
    radial-gradient(circle at 85% 10%,rgba(98,169,220,.18),transparent 30%),
    linear-gradient(135deg,#071f34 0%,#103b5d 100%);
}
.location-process::after{
  display:none;
}

.location-cta{
  margin-top:0;
  padding-top:0;
  padding-bottom:95px;
  background:#eef5f9;
}
.location-cta::before{
  top:0;
  bottom:95px;
}

@media(max-width:1050px){
  .location-why__grid{
    grid-template-columns:minmax(260px,.75fr) minmax(0,1.25fr);
    gap:50px;
  }
  .location-why__heading{
    top:120px !important;
    padding:0 0 32px;
    margin:0;
    background:transparent;
    box-shadow:none;
    backdrop-filter:none;
  }
  .location-process{
    margin-bottom:70px;
    clip-path:polygon(0 3%,100% 0,100% 97%,0 100%);
  }
}
@media(max-width:760px){
  .location-why__grid{
    grid-template-columns:1fr;
  }
  .location-why__heading{
    position:static !important;
  }
  .location-process{
    margin-bottom:48px;
    padding-top:110px;
    padding-bottom:110px;
    clip-path:polygon(0 1.5%,100% 0,100% 98.5%,0 100%);
  }
  .location-cta{
    padding-bottom:64px;
  }
  .location-cta::before{
    bottom:64px;
  }
}

/* True sticky behavior for location Why Choose heading */
.location-why{
  overflow:visible !important;
}
.location-why .container,
.location-why__grid,
.location-why__items{
  overflow:visible !important;
}
.location-why__grid{
  align-items:stretch !important;
}
.location-why__heading{
  position:-webkit-sticky !important;
  position:sticky !important;
  top:140px !important;
  align-self:start !important;
  height:auto !important;
  max-height:none !important;
  transform:none !important;
  opacity:1 !important;
  will-change:auto !important;
}
.location-why__items{
  min-height:760px;
}

@media(max-width:1050px){
  .location-why__heading{
    top:115px !important;
  }
}
@media(max-width:760px){
  .location-why__heading{
    position:static !important;
  }
  .location-why__items{
    min-height:0;
  }
}

/* Location Why section graphic replacement */
.location-why__grid{
  display:grid;
  grid-template-columns:minmax(320px,.72fr) minmax(0,1.28fr);
  grid-template-areas:
    "heading items"
    "graphic items";
  gap:34px 70px;
  align-items:start;
}
.location-why__heading{
  grid-area:heading;
  position:static !important;
  top:auto !important;
  transform:none !important;
}
.location-why__items{
  grid-area:items;
  min-height:0 !important;
}
.location-why__graphic{
  grid-area:graphic;
  position:relative;
  min-height:390px;
  padding:42px 34px 30px;
  overflow:hidden;
  border:1px solid #dbe6ed;
  background:
    linear-gradient(145deg,rgba(255,255,255,.96),rgba(236,244,249,.96));
  box-shadow:0 24px 60px rgba(7,32,52,.10);
}
.location-why__graphic::before{
  content:"";
  position:absolute;
  right:-90px;
  bottom:-100px;
  width:300px;
  height:300px;
  border:55px solid rgba(98,169,220,.12);
  border-radius:50%;
}
.location-why__roofline{
  position:relative;
  width:100%;
  height:96px;
  margin-bottom:28px;
}
.location-why__roofline span{
  position:absolute;
  display:block;
  background:#102f4b;
}
.location-why__roofline .roofline-left{
  width:52%;
  height:7px;
  left:3%;
  top:38px;
  transform:rotate(-24deg);
  transform-origin:right center;
}
.location-why__roofline .roofline-right{
  width:52%;
  height:7px;
  right:3%;
  top:38px;
  transform:rotate(24deg);
  transform-origin:left center;
}
.location-why__roofline .roofline-base{
  left:16%;
  right:16%;
  bottom:8px;
  height:7px;
  background:#62a9dc;
}
.location-why__badge{
  position:relative;
  z-index:1;
  display:flex;
  flex-direction:column;
  gap:4px;
  margin-bottom:28px;
}
.location-why__badge strong{
  color:#102f4b;
  font-family:"Staatliches",Impact,sans-serif;
  font-size:44px;
  line-height:1;
}
.location-why__badge span{
  color:#61707b;
  font-size:14px;
  font-weight:700;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.location-why__stats{
  position:relative;
  z-index:1;
  display:grid;
  gap:12px;
}
.location-why__stats div{
  display:grid;
  grid-template-columns:64px 1fr;
  gap:14px;
  align-items:center;
  padding:14px 0;
  border-top:1px solid #dbe6ed;
}
.location-why__stats b{
  color:#62a9dc;
  font-family:"Staatliches",Impact,sans-serif;
  font-size:34px;
  line-height:1;
}
.location-why__stats span{
  color:#536673;
  font-size:14px;
  line-height:1.4;
}

@media(max-width:1050px){
  .location-why__grid{
    grid-template-columns:1fr;
    grid-template-areas:
      "heading"
      "graphic"
      "items";
    gap:34px;
  }
  .location-why__graphic{
    min-height:auto;
  }
}
@media(max-width:700px){
  .location-why__graphic{
    padding:32px 24px 24px;
  }
}


/* Homepage hero tiles animation */
.home-hero-tiles .tile,
.hero-tiles .tile,
.stats-grid .tile,
.feature-grid .tile{
opacity:0;
transform:translateX(100px);
transition:transform .8s cubic-bezier(.22,1,.36,1),opacity .8s ease;
}
.home-hero-tiles .tile.in-view,
.hero-tiles .tile.in-view,
.stats-grid .tile.in-view,
.feature-grid .tile.in-view{
opacity:1;
transform:translateX(0);
}
