:root{--navy:#071a2c;--navy2:#0d2a44;--orange:#62a3d9;--gold:#2f6e9f;--ink:#17212b;--muted:#66717c;--paper:#f5f5f1;--white:#fff;--shadow:0 18px 48px rgba(7,26,44,.14)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:"DM Sans",Arial,sans-serif;color:var(--ink);background:#fff}.container{width:min(1180px,calc(100% - 40px));margin:auto}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.topbar{background:var(--navy);color:#fff;font-size:13px}.topbar .container{display:flex;justify-content:space-between;align-items:center;min-height:38px}.topbar__group{display:flex;gap:24px;align-items:center}.topbar a{color:#fff}.site-header{position:sticky;top:0;z-index:100;background:var(--navy2);box-shadow:0 2px 18px rgba(7,26,44,.18)}.nav-wrap{min-height:104px;display:flex;align-items:center;gap:30px;padding:8px 0}.brand{display:flex;align-items:center;flex:0 0 auto}.brand img{width:180px;height:auto;max-height:88px;object-fit:contain}.main-nav{margin-left:auto}.main-nav>ul{list-style:none;display:flex;align-items:center;gap:0;margin:0;padding:0}.main-nav li{position:relative}.main-nav>ul>li+li:before{content:"/";color:var(--orange);font-weight:800;margin:0 15px}.main-nav a{font-size:13px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;color:#fff}.main-nav a:hover{color:var(--orange)}.dropdown{display:none;position:absolute;top:26px;left:28px;background:#fff;min-width:185px;padding:12px 0;box-shadow:var(--shadow);border-top:3px solid var(--orange)}.dropdown a{display:block;padding:10px 18px;color:var(--ink)}.has-dropdown:hover .dropdown{display:block}.nav-cta,.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;background:var(--orange);color:#fff;font-weight:800;text-transform:uppercase;letter-spacing:.04em;border:2px solid var(--orange);transition:.25s ease}.nav-cta{padding:14px 20px;font-size:13px}.nav-cta:hover,.btn:hover{background:#fff;color:var(--orange)}.menu-toggle{display:none;margin-left:auto;background:none;border:0;font-size:28px;color:#fff}.hero{position:relative;min-height:720px;display:flex;align-items:center;background:linear-gradient(90deg,rgba(5,19,32,.9) 0%,rgba(5,19,32,.62) 45%,rgba(5,19,32,.12) 75%),url('../images/osmus-new-hero-home.png') center/cover no-repeat;color:#fff}.hero:after{content:"";position:absolute;right:0;bottom:0;width:36%;height:12px;background:var(--orange)}.hero__content{position:relative;z-index:2;max-width:720px;padding:100px 0 150px}.eyebrow{display:flex;align-items:center;gap:12px;color:var(--orange);font-weight:900;letter-spacing:.13em;text-transform:uppercase;font-size:13px}.eyebrow:before{content:"";width:44px;height:3px;background:var(--orange)}h1,h2,h3{font-family:"Staatliches",Impact,sans-serif;font-weight:400;letter-spacing:.01em;margin:0}.hero h1{font-size:clamp(62px,7vw,104px);line-height:.91;max-width:760px;margin:22px 0}.hero p{font-size:20px;line-height:1.6;max-width:600px;color:rgba(255,255,255,.88)}.hero__actions{display:flex;gap:14px;margin-top:34px}.btn{padding:17px 25px;font-size:14px}.btn--outline{background:transparent;border-color:#fff}.btn--outline:hover{background:#fff;color:var(--navy)}.trust-strip{position:relative;z-index:4;margin-top:-76px}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;box-shadow:var(--shadow)}.trust-card{padding:30px 28px;border-right:1px solid #e7e7e1;min-height:152px;background:#fff;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.trust-card:last-child{border:0}.trust-card:hover{transform:translateY(-7px);box-shadow:0 18px 40px rgba(7,26,44,.14);border-color:transparent}.trust-card:hover .trust-number{transform:scale(1.06)}.trust-number{font-family:"Staatliches";font-size:44px;color:var(--orange);line-height:1;transition:transform .3s ease}.trust-card h3{font-size:22px;margin:8px 0}.trust-card p{font-size:14px;color:var(--muted);margin:0}.section{padding:110px 0}.section--paper{background:var(--paper)}.split{display:grid;grid-template-columns:1.05fr .95fr;gap:80px;align-items:center}.image-stack{position:relative;padding:0 45px 45px 0}.image-stack img{height:560px;width:100%;object-fit:cover}.image-stack:after{content:"";position:absolute;right:0;bottom:0;width:72%;height:72%;border:8px solid var(--orange);z-index:-1}.experience-badge{position:absolute;left:-26px;bottom:12px;background:var(--navy);color:#fff;padding:24px 28px;width:190px}.experience-badge strong{font-family:"Staatliches";font-size:54px;line-height:.8;color:var(--gold);display:block}.section-title{font-size:clamp(48px,5vw,72px);line-height:.96;margin:18px 0 26px}.lead{font-size:18px;line-height:1.75;color:var(--muted)}.check-list{display:grid;grid-template-columns:1fr 1fr;gap:14px 24px;margin:28px 0 34px;padding:0;list-style:none}.check-list li:before{content:"✓";display:inline-grid;place-items:center;width:24px;height:24px;background:var(--orange);color:#fff;margin-right:10px;font-weight:900}.services-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:44px}.services-head p{max-width:500px;color:var(--muted);line-height:1.7}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.service-card{position:relative;background:#fff;overflow:hidden;box-shadow:0 14px 40px rgba(7,26,44,.08)}.service-card img{height:250px;width:100%;object-fit:cover;transition:.45s ease}.service-card:hover img{transform:scale(1.05)}.service-card__body{padding:28px}.service-card__num{position:absolute;right:20px;top:218px;background:var(--orange);color:#fff;font-family:"Staatliches";font-size:26px;padding:11px 14px}.service-card h3{font-size:31px}.service-card p{color:var(--muted);line-height:1.65;font-size:15px}.service-link{font-weight:900;text-transform:uppercase;font-size:13px;color:var(--orange)}.dark-feature{background:var(--navy);color:#fff;position:relative;overflow:hidden}.dark-feature:before{content:"";position:absolute;inset:0;background:url('../images/AdobeStock_391161477-1920w_fbc5e2.webp') center/cover;opacity:.12}.dark-feature .container{position:relative}.stats{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(255,255,255,.16);margin-top:55px}.stat{padding:34px 20px;border-right:1px solid rgba(255,255,255,.16)}.stat:last-child{border:0}.stat strong{font-family:"Staatliches";font-size:54px;color:var(--gold);display:block}.stat span{color:rgba(255,255,255,.72);font-size:14px;text-transform:uppercase;letter-spacing:.08em}.projects{display:grid;grid-template-columns:1.35fr .65fr;min-height:560px}.project-image{background:url('../images/House_2-41c3eecb-2880w-03f65844-574ceb8f-2880w_fb7309.webp') center/cover}.project-copy{background:var(--orange);color:#fff;padding:70px 55px;display:flex;flex-direction:column;justify-content:center}.project-copy .eyebrow{color:#fff}.project-copy .eyebrow:before{background:#fff}.project-copy h2{font-size:60px;line-height:.95;margin:18px 0}.project-copy p{line-height:1.7}.testimonials{overflow:hidden}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.quote{background:#fff;padding:34px;border-top:5px solid var(--orange);box-shadow:0 12px 35px rgba(7,26,44,.09)}.stars{color:var(--orange);letter-spacing:4px}.quote p{line-height:1.75;color:var(--muted)}.quote strong{display:block;margin-top:22px}.cta-band{background:#2f6e9f;padding:34px 0}.cta-band .container{display:flex;align-items:center;justify-content:space-between;gap:30px}.cta-band .btn{background:#62a3d9;border-color:#62a3d9}.cta-band .btn:hover{background:#fff;color:#2f6e9f;border-color:#fff}.cta-band h2{font-size:42px;color:#fff}.footer{background:#061522;color:#fff;padding:70px 0 24px}.footer-grid{display:grid;grid-template-columns:1.4fr .7fr .9fr .8fr;gap:50px}.footer h3{font-family:"DM Sans";font-size:14px;text-transform:uppercase;letter-spacing:.1em;margin-bottom:20px}.footer p,.footer a{color:rgba(255,255,255,.7);font-size:14px;line-height:1.8}.footer a:hover{color:var(--orange)}.footer ul{list-style:none;padding:0;margin:0}.footer-logo{width:220px;margin-bottom:20px}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:45px;padding-top:22px;display:flex;justify-content:space-between;color:rgba(255,255,255,.55);font-size:12px}.reveal{opacity:0;transform:translateY(28px);transition:opacity .7s ease,transform .7s ease}.reveal.is-visible{opacity:1;transform:none}
@media(max-width:1000px){.topbar,.main-nav,.nav-cta{display:none}.menu-toggle{display:block}.nav-wrap{min-height:82px;padding:6px 0}.hero{min-height:650px}.trust-grid,.services-grid,.testimonial-grid,.stats{grid-template-columns:repeat(2,1fr)}.split{grid-template-columns:1fr;gap:50px}.projects{grid-template-columns:1fr}.project-image{min-height:420px}.footer-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:650px){.container{width:min(100% - 26px,1180px)}.brand img{width:150px;max-height:72px}.hero{min-height:620px}.hero__content{padding:80px 0 120px}.hero h1{font-size:58px}.hero p{font-size:17px}.hero__actions{flex-direction:column;align-items:flex-start}.trust-grid,.services-grid,.testimonial-grid,.stats,.footer-grid{grid-template-columns:1fr}.trust-card{border-right:0;border-bottom:1px solid #e7e7e1}.section{padding:80px 0}.services-head,.cta-band .container,.footer-bottom{align-items:flex-start;flex-direction:column}.image-stack img{height:420px}.check-list{grid-template-columns:1fr}.project-copy{padding:55px 28px}.project-copy h2{font-size:48px}.footer-grid{gap:28px}}
@media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}}

.hero{overflow:hidden}
.hero__inner{position:relative;min-height:720px;display:flex;align-items:center}
.hero__content{width:min(58%,720px)}
.hero__team{position:absolute;right:-260px;bottom:-6px;width:min(74vw,1100px);z-index:2;pointer-events:none}
.hero__team img{width:100%;height:auto;filter:drop-shadow(0 18px 28px rgba(0,0,0,.24))}
@media(max-width:1180px){
  .hero__team{right:-250px;width:min(82vw,980px)}
  .hero__content{width:58%}
}
@media(max-width:900px){
  .hero__inner{min-height:650px}
  .hero__content{width:66%;position:relative;z-index:3}
  .hero__team{right:-340px;width:930px;opacity:.96}
}
@media(max-width:650px){
  .hero__inner{min-height:620px}
  .hero__content{width:100%;padding-right:0}
  .hero__team{display:none}
}

/* Hero team placement correction */
.hero{
  overflow:hidden;
}
.hero .hero__inner{
  position:relative;
  min-height:720px;
  display:flex;
  align-items:center;
}
.hero .hero__content{
  position:relative;
  z-index:3;
  width:52%;
  max-width:610px;
  padding:90px 0 145px;
}
.hero .hero__team{
  position:absolute;
  z-index:2;
  right:calc((100vw - 1180px) / -2);
  bottom:0;
  width:min(58vw,920px);
  pointer-events:none;
}
.hero .hero__team img{
  display:block;
  width:100%;
  height:auto;
  margin:0;
  filter:drop-shadow(0 18px 28px rgba(0,0,0,.22));
}
.hero h1{
  font-size:clamp(58px,5.4vw,86px);
  max-width:610px;
}
@media(max-width:1220px){
  .hero .hero__team{
    right:-35px;
    width:min(60vw,820px);
  }
}
@media(max-width:980px){
  .hero .hero__content{
    width:58%;
    max-width:540px;
  }
  .hero .hero__team{
    right:-155px;
    bottom:0;
    width:720px;
  }
  .hero h1{
    font-size:clamp(52px,7vw,72px);
  }
}
@media(max-width:760px){
  .hero .hero__content{
    width:100%;
    max-width:100%;
  }
  .hero .hero__team{
    display:none;
  }
}

/* Final hero vehicle layering: tires align with hero bottom and sit behind trust cards */
.hero{
  overflow:visible;
  z-index:1;
}
.hero .hero__inner{
  position:relative;
  z-index:2;
}
.hero .hero__content{
  position:relative;
  z-index:4;
}
.hero .hero__team{
  right:calc((100vw - 1180px) / -2 - 35px);
  bottom:-112px;
  width:min(64vw,1010px);
  z-index:2;
}
.trust-strip{
  position:relative;
  z-index:10;
}
@media(max-width:1220px){
  .hero .hero__team{
    right:-90px;
    bottom:-105px;
    width:min(68vw,930px);
  }
}
@media(max-width:980px){
  .hero .hero__team{
    right:-230px;
    bottom:-92px;
    width:800px;
  }
}
@media(max-width:760px){
  .hero{
    overflow:hidden;
  }
}

/* Final desktop hero alignment: lower the team so legs are hidden behind the feature cards */
@media(min-width:981px){
  .hero .hero__team{
    right:calc((100vw - 1180px) / -2 - 35px);
    bottom:-205px;
    width:min(64vw,1010px);
    z-index:2;
  }
  .trust-strip{
    margin-top:-96px;
    z-index:10;
  }
}
@media(min-width:761px) and (max-width:980px){
  .hero .hero__team{
    right:-230px;
    bottom:-165px;
    width:800px;
    z-index:2;
  }
  .trust-strip{
    margin-top:-88px;
    z-index:10;
  }
}


/* Definitive hero crop/layer fix */
@media (min-width:981px){
  .hero{
    position:relative;
    overflow:hidden;
  }

  .hero::before{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    height:108px;
    background:#fff;
    z-index:3;
    pointer-events:none;
  }

  .hero .hero__inner{
    position:relative;
    z-index:2;
  }

  .hero .hero__content{
    position:relative;
    z-index:5;
  }

  .hero .hero__team{
    position:absolute;
    right:calc((100vw - 1180px) / -2 - 85px);
    bottom:0;
    width:min(67vw,1060px);
    z-index:2;
    pointer-events:none;
  }

  .hero .hero__team img{
    display:block;
    width:100%;
    height:auto;
  }

  .trust-strip{
    position:relative;
    z-index:10;
    margin-top:-76px;
  }
}

@media (min-width:761px) and (max-width:980px){
  .hero{
    position:relative;
    overflow:hidden;
  }

  .hero::before{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    height:92px;
    background:#fff;
    z-index:3;
    pointer-events:none;
  }

  .hero .hero__team{
    right:-235px;
    bottom:0;
    width:810px;
    z-index:2;
  }

  .trust-strip{
    z-index:10;
    margin-top:-70px;
  }
}

/* Final trust-card overlap adjustment — keep vehicle positioning unchanged */
@media (min-width: 981px){
  .trust-strip{
    position: relative;
    z-index: 20;
    margin-top: 0 !important;
    margin-bottom: -105px;
    transform: translateY(-105px);
  }
}

@media (min-width: 761px) and (max-width: 980px){
  .trust-strip{
    position: relative;
    z-index: 20;
    margin-top: 0 !important;
    margin-bottom: -82px;
    transform: translateY(-82px);
  }
}

@media (max-width: 760px){
  .trust-strip{
    transform: none;
    margin-top: 0 !important;
    margin-bottom: 0;
  }
}

/* True hero overlap: clear the 108px lower mask and place cards over the photo */
@media (min-width:981px){
  .trust-strip{
    position:relative;
    z-index:30;
    margin-top:-170px !important;
    margin-bottom:0 !important;
    transform:none !important;
  }
}

@media (min-width:761px) and (max-width:980px){
  .trust-strip{
    position:relative;
    z-index:30;
    margin-top:-145px !important;
    margin-bottom:0 !important;
    transform:none !important;
  }
}

/* Final overlap balance: keep cards over hero without covering CTA buttons */
@media (min-width:981px){
  .trust-strip{
    margin-top:-125px !important;
  }
}

@media (min-width:761px) and (max-width:980px){
  .trust-strip{
    margin-top:-110px !important;
  }
}


/* Wider Treasure Valley trust badge */
.experience-badge{
  width:260px;
  left:-34px;
  padding:25px 30px;
  line-height:1.35;
}
.experience-badge strong{
  font-size:50px;
  line-height:.9;
  white-space:nowrap;
  margin-bottom:8px;
}

/* Homepage estimate form */
.estimate-section{
  position:relative;
  padding:10px 0 100px;
  background:#fff;
}
.estimate-panel{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:55px;
  align-items:center;
  padding:55px;
  background:var(--navy);
  color:#fff;
  box-shadow:0 24px 60px rgba(7,26,44,.16);
  overflow:hidden;
  position:relative;
}
.estimate-panel:after{
  content:"";
  position:absolute;
  right:-95px;
  top:-95px;
  width:260px;
  height:260px;
  border:45px solid rgba(98,163,217,.14);
  border-radius:50%;
  pointer-events:none;
}
.estimate-panel__intro,
.estimate-form{
  position:relative;
  z-index:2;
}
.estimate-panel .section-title{
  font-size:clamp(44px,4.3vw,64px);
  margin-bottom:18px;
}
.estimate-panel__intro > p{
  color:rgba(255,255,255,.76);
  font-size:17px;
  line-height:1.7;
}
.estimate-panel__contact{
  display:flex;
  flex-direction:column;
  gap:5px;
  margin-top:28px;
  color:rgba(255,255,255,.7);
  font-size:14px;
}
.estimate-panel__contact a{
  color:#fff;
  font-size:22px;
  font-weight:800;
}
.estimate-form{
  background:#fff;
  color:var(--ink);
  padding:32px;
  box-shadow:0 16px 38px rgba(0,0,0,.16);
}
.estimate-form__grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}
.estimate-form label{
  display:flex;
  flex-direction:column;
  gap:8px;
}
.estimate-form label > span{
  font-size:12px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--navy);
}
.estimate-form input,
.estimate-form select,
.estimate-form textarea{
  width:100%;
  border:1px solid #dfe4e8;
  background:#f7f8f9;
  color:var(--ink);
  font:inherit;
  padding:14px 15px;
  outline:none;
  transition:border-color .2s ease,box-shadow .2s ease,background .2s ease;
}
.estimate-form input:focus,
.estimate-form select:focus,
.estimate-form textarea:focus{
  border-color:var(--orange);
  background:#fff;
  box-shadow:0 0 0 3px rgba(98,163,217,.16);
}
.estimate-form textarea{
  resize:vertical;
  min-height:120px;
}
.estimate-form__message{
  grid-column:1 / -1;
}
.estimate-form__submit{
  width:100%;
  margin-top:20px;
  cursor:pointer;
}

@media(max-width:900px){
  .experience-badge{
    left:0;
    width:235px;
  }
  .estimate-panel{
    grid-template-columns:1fr;
    gap:35px;
    padding:42px;
  }
}

@media(max-width:650px){
  .experience-badge{
    width:210px;
    padding:20px 22px;
  }
  .experience-badge strong{
    font-size:42px;
  }
  .estimate-section{
    padding:0 0 75px;
  }
  .estimate-panel{
    padding:30px 20px;
  }
  .estimate-form{
    padding:24px 18px;
  }
  .estimate-form__grid{
    grid-template-columns:1fr;
  }
  .estimate-form__message{
    grid-column:auto;
  }
}


/* Featured Work image supplied by client */
.project-image{
  background-image:url('../images/osmus-featured-work-home.png');
  background-position:center 58%;
  background-size:cover;
  background-repeat:no-repeat;
}

/* Google review presentation */
.google-reviews{
  background:#f7f8fa;
}
.google-reviews__heading{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:45px;
  margin-bottom:42px;
}
.google-reviews__heading > div:first-child{
  max-width:780px;
}
.google-rating-summary{
  min-width:245px;
  display:flex;
  align-items:center;
  gap:18px;
  padding:22px 24px;
  background:#fff;
  border:1px solid #e5e8ec;
  box-shadow:0 12px 30px rgba(7,26,44,.07);
}
.google-mark,
.google-small-mark{
  font-family:Arial,sans-serif;
  font-weight:800;
  color:#4285f4;
}
.google-mark{
  display:grid;
  place-items:center;
  width:48px;
  height:48px;
  border-radius:50%;
  background:#fff;
  border:1px solid #e1e4e8;
  font-size:29px;
}
.google-rating-summary strong{
  display:block;
  font-size:29px;
  line-height:1;
  color:var(--navy);
}
.google-rating-summary span{
  display:block;
  margin-top:5px;
  color:var(--muted);
  font-size:12px;
}
.google-stars{
  color:#fbbc04;
  letter-spacing:2px;
  font-size:18px;
  line-height:1.4;
}
.google-review-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}
.google-review-card{
  display:flex;
  flex-direction:column;
  min-height:300px;
  padding:30px;
  background:#fff;
  border:1px solid #e6e9ed;
  border-radius:6px;
  box-shadow:0 12px 35px rgba(7,26,44,.07);
  transition:transform .25s ease,box-shadow .25s ease;
}
.google-review-card:hover{
  transform:translateY(-6px);
  box-shadow:0 20px 44px rgba(7,26,44,.11);
}
.google-review-card__top{
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:12px;
  margin-bottom:18px;
}
.review-avatar{
  display:grid;
  place-items:center;
  width:44px;
  height:44px;
  border-radius:50%;
  background:var(--navy);
  color:#fff;
  font-size:18px;
  font-weight:800;
}
.google-review-card__top strong{
  display:block;
  color:var(--navy);
  font-size:15px;
}
.google-review-card__top span{
  display:block;
  margin-top:3px;
  color:#89919a;
  font-size:12px;
}
.google-small-mark{
  font-size:21px;
}
.google-review-card p{
  margin:17px 0 0;
  color:#586573;
  font-size:15px;
  line-height:1.75;
}
.google-reviews__footer{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:30px;
  margin-top:34px;
}
.google-reviews__footer p{
  color:var(--muted);
}
.google-review-button{
  flex:0 0 auto;
}

@media(max-width:1000px){
  .google-reviews__heading{
    align-items:flex-start;
    flex-direction:column;
  }
  .google-review-grid{
    grid-template-columns:1fr;
  }
  .google-review-card{
    min-height:auto;
  }
}
@media(max-width:650px){
  .project-image{
    min-height:390px;
    background-position:center;
  }
  .google-rating-summary{
    width:100%;
    min-width:0;
  }
  .google-reviews__footer{
    align-items:flex-start;
    flex-direction:column;
  }
}


/* Google review refinements */
.google-color-icon{
  width:52px;
  height:52px;
  object-fit:contain;
  flex:0 0 auto;
}
.google-rating-summary strong{
  font-size:22px;
  letter-spacing:.04em;
}
.review-avatar--blue{background:#4285f4;}
.review-avatar--green{background:#34a853;}
.review-avatar--orange{background:#f9ab00;}
.review-avatar--purple{background:#8e63ce;}
.review-avatar--red{background:#ea4335;}

.google-review-carousel{
  display:flex;
  gap:22px;
  overflow-x:auto;
  scroll-behavior:smooth;
  scroll-snap-type:x mandatory;
  scrollbar-width:none;
  padding:4px 2px 12px;
}
.google-review-carousel::-webkit-scrollbar{
  display:none;
}
.google-review-carousel .google-review-card{
  flex:0 0 calc((100% - 44px)/3);
  scroll-snap-align:start;
}
.google-review-controls{
  display:flex;
  justify-content:flex-end;
  gap:12px;
  margin-top:22px;
}
.review-arrow{
  display:grid;
  place-items:center;
  width:48px;
  height:48px;
  border:1px solid #d8dde3;
  background:#fff;
  color:var(--navy);
  font-size:23px;
  font-weight:800;
  cursor:pointer;
  transition:background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease;
}
.review-arrow:hover{
  background:var(--orange);
  color:#fff;
  border-color:var(--orange);
  transform:translateY(-2px);
}

@media(max-width:1000px){
  .google-review-carousel .google-review-card{
    flex-basis:calc((100% - 22px)/2);
  }
}
@media(max-width:650px){
  .google-review-carousel .google-review-card{
    flex-basis:92%;
  }
  .google-review-controls{
    justify-content:center;
  }
}


/* Contrast update: final CTA */
.cta-band .btn,
.final-cta .btn,
.cta-strip .btn,
section[class*="cta"] .btn{
  background:#17212b;
  border-color:#17212b;
  color:#fff;
}
.cta-band .btn:hover,
.final-cta .btn:hover,
.cta-strip .btn:hover,
section[class*="cta"] .btn:hover{
  background:#0d141b;
  border-color:#0d141b;
  color:#fff;
}

/* Sticky logo crossfade */
.brand-logo-stack{
  position:relative;
  display:block;
  width:210px;
  height:78px;
}
.brand-logo{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:left center;
  transition:opacity .45s ease,transform .45s ease,filter .45s ease;
  will-change:opacity,transform;
}
.brand-logo--default{
  opacity:1;
  transform:translateY(0) scale(1);
}
.brand-logo--sticky{
  opacity:0;
  transform:translateY(8px) scale(.96);
}
.site-header.is-sticky .brand-logo--default,
.main-header.is-sticky .brand-logo--default,
.header.is-sticky .brand-logo--default{
  opacity:0;
  transform:translateY(-8px) scale(.96);
}
.site-header.is-sticky .brand-logo--sticky,
.main-header.is-sticky .brand-logo--sticky,
.header.is-sticky .brand-logo--sticky{
  opacity:1;
  transform:translateY(0) scale(1);
}

/* Scroll animation system */
.scroll-scene{
  position:relative;
}
.reveal,
.motion-card,
.motion-copy,
.parallax-image{
  opacity:0;
  transform:translateY(34px);
  transition:
    opacity .8s cubic-bezier(.22,.61,.36,1),
    transform .8s cubic-bezier(.22,.61,.36,1),
    box-shadow .35s ease;
  will-change:opacity,transform;
}
.motion-copy{
  transform:translateX(-34px);
}
.motion-card:nth-child(even){
  transform:translateY(34px) rotate(.35deg);
}
.parallax-image{
  transform:translateY(46px) scale(1.035);
}
.is-in-view{
  opacity:1 !important;
  transform:none !important;
}
.is-in-view.motion-card:hover{
  transform:translateY(-7px) !important;
}
.hero .eyebrow,
.hero h1,
.hero p,
.hero .hero__actions,
.hero .hero__team{
  opacity:0;
  animation:heroFadeUp .85s cubic-bezier(.22,.61,.36,1) forwards;
}
.hero .eyebrow{animation-delay:.10s;}
.hero h1{animation-delay:.22s;}
.hero p{animation-delay:.34s;}
.hero .hero__actions{animation-delay:.46s;}
.hero .hero__team{animation-delay:.35s;}

@keyframes heroFadeUp{
  from{opacity:0;transform:translateY(28px);}
  to{opacity:1;transform:translateY(0);}
}

.trust-strip .trust-item{
  transition-delay:calc(var(--motion-index,0) * 90ms);
}
.service-card{
  transition-delay:calc(var(--motion-index,0) * 85ms);
}
.google-review-card{
  transition-delay:calc(var(--motion-index,0) * 80ms);
}

/* Subtle image movement */
.parallax-image img,
.project-image{
  transition:transform 1s cubic-bezier(.22,.61,.36,1);
}
.parallax-image.is-in-view img,
.project-image.is-in-view{
  transform:scale(1.02);
}

@media(max-width:900px){
  .brand-logo-stack{
    width:180px;
    height:68px;
  }
}
@media(prefers-reduced-motion:reduce){
  *,
  *::before,
  *::after{
    animation-duration:.01ms !important;
    animation-iteration-count:1 !important;
    scroll-behavior:auto !important;
    transition-duration:.01ms !important;
  }
  .reveal,
  .motion-card,
  .motion-copy,
  .parallax-image{
    opacity:1 !important;
    transform:none !important;
  }
}


/* Keep the Google Reviews action aligned to the right after removing its text */
.google-reviews__footer{
  justify-content:flex-end !important;
}
.google-reviews__footer .google-review-button{
  margin-left:auto;
}


/* Final responsive hero and reviews controls */
@media(max-width:1200px){
  .hero__team{
    display:none !important;
  }
}

.google-review-controls{
  position:relative;
  display:flex !important;
  align-items:center;
  justify-content:center !important;
  min-height:52px;
  margin-top:22px;
}
.google-review-controls__arrows{
  position:absolute;
  right:0;
  display:flex;
  gap:12px;
}
.google-review-controls .google-review-button{
  margin:0 !important;
}
.google-reviews__footer{
  display:none !important;
}

@media(max-width:700px){
  .google-review-controls{
    flex-direction:column;
    gap:16px;
  }
  .google-review-controls__arrows{
    position:static;
    order:2;
  }
  .google-review-controls .google-review-button{
    order:1;
  }
}


/* Keep review cards within the homepage main container */
.google-reviews > .container{
  overflow:hidden;
}
.google-reviews .google-review-carousel{
  width:100%;
  max-width:100%;
}

/* Local knowledge section + stronger motion treatment */
.home-local-knowledge{padding:120px 0;background:#f2f5f7;overflow:hidden}
.home-local-knowledge__grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:80px}
.home-local-knowledge__image{min-height:520px;background:linear-gradient(rgba(7,35,57,.1),rgba(7,35,57,.1)),url('../images/treasure-valley-city.png') center/cover no-repeat;box-shadow:24px 24px 0 #62a3d9}
.home-local-knowledge__content{max-width:620px}
.js .reveal{transform:translateY(58px) scale(.985);opacity:0;transition:opacity .9s cubic-bezier(.2,.7,.2,1),transform .9s cubic-bezier(.2,.7,.2,1)}
.js .reveal.is-visible{transform:translateY(0) scale(1);opacity:1}
.scroll-scene{position:relative;overflow:hidden}
.scroll-scene:after{content:"";position:absolute;inset:auto -8% -140px auto;width:320px;height:320px;border:1px solid rgba(98,163,217,.18);transform:rotate(18deg);pointer-events:none}
.trust-card,.service-card,.review-card{transition:transform .45s ease,box-shadow .45s ease}
.trust-card:hover,.service-card:hover,.review-card:hover{transform:translateY(-10px);box-shadow:0 24px 55px rgba(7,35,57,.14)}
@media(max-width:850px){.home-local-knowledge__grid{grid-template-columns:1fr;gap:45px}.home-local-knowledge{padding:80px 0}.home-local-knowledge__image{min-height:360px;box-shadow:14px 14px 0 #62a3d9}}

/* Mobile-only corrections: homepage overlap, imagery, and decorative hero shape */
@media (max-width:760px){
  .hero::after,
  .hero::before{
    display:none !important;
    content:none !important;
  }

  .hero{
    overflow:hidden !important;
  }

  .trust-strip{
    position:relative !important;
    z-index:30 !important;
    margin-top:-66px !important;
    margin-bottom:0 !important;
    transform:none !important;
  }

  .trust-grid{
    box-shadow:0 18px 45px rgba(7,26,44,.16) !important;
  }

  .projects{
    min-height:0 !important;
  }

  .project-image{
    min-height:360px !important;
    opacity:1 !important;
    transform:none !important;
    background-image:url('../images/House_2-41c3eecb-2880w-03f65844-574ceb8f-2880w_fb7309.webp') !important;
    background-position:center !important;
    background-size:cover !important;
    background-repeat:no-repeat !important;
  }

  .home-local-knowledge__image{
    min-height:360px !important;
    opacity:1 !important;
    transform:none !important;
    background-image:linear-gradient(rgba(7,35,57,.1),rgba(7,35,57,.1)),url('../images/treasure-valley-city.png') !important;
    background-position:center !important;
    background-size:cover !important;
    background-repeat:no-repeat !important;
  }
}


/* Mobile-only final corrections: remove homepage hero polygon and tighten first card overlap */
@media (max-width:760px){
  body.home .hero::before,
  body.home .hero::after,
  body.home .hero:before,
  body.home .hero:after{
    content:none !important;
    display:none !important;
    visibility:hidden !important;
    width:0 !important;
    height:0 !important;
    border:0 !important;
    background:none !important;
    clip-path:none !important;
  }
  body.home .hero{
    clip-path:none !important;
    -webkit-clip-path:none !important;
  }
  body.home .trust-strip{
    margin-top:-92px !important;
  }
}
