/* =========================================================
   SPRUCE GROVE MOVERS PAGE
   Unique classes - no shared city-page classes
========================================================= */

.sg-movers-page{
  --sg-red:#C71111;
  --sg-red-dark:#9f0d0d;
  --sg-dark:#151515;
  --sg-text:#30343b;
  --sg-muted:#6d737c;
  --sg-light:#f7f7f7;
  --sg-white:#ffffff;
  --sg-border:#e8e8e8;

  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--sg-text);
  background:#fff;
  line-height:1.7;
  overflow:hidden;
}

.sg-movers-page *,
.sg-movers-page *::before,
.sg-movers-page *::after{
  box-sizing:border-box;
}

.sg-movers-page a{
  color:inherit;
  text-decoration:none;
}

.sg-movers-page h1,
.sg-movers-page h2,
.sg-movers-page h3,
.sg-movers-page h4{
  margin:0;
  font-weight:600;
  line-height:1.15;
  letter-spacing:-.02em;
}

.sg-movers-page p{
  margin:0;
}

.sg-movers-page img{
  max-width:100%;
  display:block;
}


/* =========================================================
   HERO
========================================================= */

.sg-opening{
  position:relative;
  padding:110px 30px 95px;
  background:
    radial-gradient(circle at 85% 20%,rgba(199,17,17,.22),transparent 30%),
    linear-gradient(135deg,#171717 0%,#242424 55%,#111 100%);
  color:#fff;
}

.sg-opening::before{
  content:"";
  position:absolute;
  width:420px;
  height:420px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:50%;
  right:-150px;
  top:-170px;
}

.sg-opening::after{
  content:"";
  position:absolute;
  width:250px;
  height:250px;
  border:1px solid rgba(199,17,17,.25);
  border-radius:50%;
  right:40px;
  bottom:-150px;
}

.sg-opening-inner{
  position:relative;
  z-index:2;
  max-width:1180px;
  margin:0 auto;
}

.sg-opening-label{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-bottom:24px;
  padding:8px 15px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:50px;
  color:#fff;
  font-size:13px;
  font-weight:500;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.sg-opening-label span{
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--sg-red);
}

.sg-opening h1{
  max-width:850px;
  font-size:clamp(42px,6vw,56px);
  font-weight:600;
}

.sg-opening h1 em{
  color:#fff;
  font-style:normal;
  position:relative;
}

.sg-opening h1 em::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-7px;
  width:70%;
  height:4px;
  border-radius:5px;
  background:var(--sg-red);
}

.sg-opening-bottom{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:40px;
  margin-top:42px;
}

.sg-opening-copy{
  max-width:720px;
  color:#d4d4d4;
  font-size:17px;
}

.sg-opening-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}

.sg-opening-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:0 23px;
  border-radius:4px;
  background:var(--sg-red);
  color:#fff!important;
  font-size:14px;
  font-weight:600;
  transition:.25s ease;
}

.sg-opening-btn:hover{
  background:#fff;
  color:var(--sg-red)!important;
  transform:translateY(-2px);
}

.sg-opening-btn.alt{
  background:transparent;
  border:1px solid rgba(255,255,255,.25);
}

.sg-opening-btn.alt:hover{
  border-color:#fff;
}


/* =========================================================
   INTRO
========================================================= */

.sg-introduction{
  max-width:1180px;
  margin:0 auto;
  padding:85px 30px;
}

.sg-intro-grid{
  display:grid;
  grid-template-columns:250px 1fr;
  gap:70px;
  align-items:start;
}

.sg-intro-side{
  position:relative;
  padding-left:20px;
}

.sg-intro-side::before{
  content:"";
  position:absolute;
  left:0;
  top:4px;
  width:3px;
  height:80px;
  background:var(--sg-red);
}

.sg-intro-side span{
  display:block;
  margin-bottom:8px;
  color:var(--sg-red);
  font-size:13px;
  font-weight:600;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.sg-intro-side strong{
  display:block;
  font-size:21px;
  font-weight:600;
  color:var(--sg-dark);
}

.sg-intro-content h2{
  max-width:850px;
  margin-bottom:22px;
  font-size:clamp(31px,4vw,48px);
  color:var(--sg-dark);
}

.sg-intro-content h2 span{
  color:var(--sg-red);
}

.sg-intro-content p{
  max-width:850px;
  color:var(--sg-muted);
  font-size:17px;
}

.sg-intro-content p + p{
  margin-top:17px;
}

.sg-intro-link{
  display:inline-flex;
  align-items:center;
  gap:9px;
  margin-top:28px;
  color:var(--sg-red);
  font-size:15px;
  font-weight:600;
}

.sg-intro-link::after{
  content:"→";
  transition:.25s ease;
}

.sg-intro-link:hover::after{
  transform:translateX(5px);
}


/* =========================================================
   BENEFITS / PROCESS
========================================================= */

.sg-benefits{
  padding:90px 30px;
  background:var(--sg-light);
}

.sg-benefits-inner{
  max-width:1180px;
  margin:0 auto;
}

.sg-section-heading{
  max-width:760px;
  margin-bottom:50px;
}

.sg-section-heading small{
  display:block;
  margin-bottom:10px;
  color:var(--sg-red);
  font-size:13px;
  font-weight:600;
  letter-spacing:.09em;
  text-transform:uppercase;
}

.sg-section-heading h2{
  font-size:clamp(30px,4vw,46px);
  color:var(--sg-dark);
}

.sg-section-heading p{
  margin-top:17px;
  color:var(--sg-muted);
  font-size:16px;
}

.sg-benefit-list{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.sg-benefit-card{
  position:relative;
  min-height:255px;
  padding:30px;
  background:#fff;
  border:1px solid var(--sg-border);
  transition:.3s ease;
}

.sg-benefit-card:hover{
  border-color:rgba(199,17,17,.4);
  transform:translateY(-6px);
  box-shadow:0 18px 40px rgba(0,0,0,.07);
}

.sg-benefit-number{
  display:flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  margin-bottom:30px;
  border-radius:50%;
  background:var(--sg-red);
  color:#fff;
  font-size:14px;
  font-weight:600;
}

.sg-benefit-card h3{
  margin-bottom:13px;
  color:var(--sg-dark);
  font-size:21px;
}

.sg-benefit-card p{
  color:var(--sg-muted);
  font-size:15px;
}


/* =========================================================
   SERVICES
========================================================= */

.sg-service-area{
  max-width:1180px;
  margin:0 auto;
  padding:95px 30px;
}

.sg-service-top{
  display:grid;
  grid-template-columns:1fr 1.15fr;
  gap:70px;
  align-items:center;
  margin-bottom:60px;
}

.sg-service-heading h2{
  max-width:520px;
  font-size:clamp(31px,4vw,47px);
  color:var(--sg-dark);
}

.sg-service-heading h2 span{
  color:var(--sg-red);
}

.sg-service-heading p{
  max-width:520px;
  margin-top:20px;
  color:var(--sg-muted);
}

.sg-service-note{
  padding:30px;
  border-left:4px solid var(--sg-red);
  background:#fafafa;
}

.sg-service-note strong{
  display:block;
  margin-bottom:10px;
  color:var(--sg-dark);
  font-size:18px;
  font-weight:600;
}

.sg-service-note p{
  color:var(--sg-muted);
  font-size:15px;
}

.sg-service-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  border-top:1px solid var(--sg-border);
  border-left:1px solid var(--sg-border);
}

.sg-service-item{
  min-height:145px;
  padding:25px 20px;
  border-right:1px solid var(--sg-border);
  border-bottom:1px solid var(--sg-border);
  transition:.25s ease;
}

.sg-service-item:hover{
  background:var(--sg-red);
  color:#fff;
}

.sg-service-item strong{
  display:block;
  margin-bottom:12px;
  color:var(--sg-red);
  font-size:14px;
  font-weight:600;
}

.sg-service-item:hover strong{
  color:#fff;
}

.sg-service-item span{
  display:block;
  color:var(--sg-muted);
  font-size:15px;
}

.sg-service-item:hover span{
  color:#fff;
}


/* =========================================================
   IMAGE FEATURE
========================================================= */

.sg-feature{
  padding:0 30px 95px;
}

.sg-feature-wrap{
  max-width:1180px;
  min-height:520px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  background:var(--sg-dark);
}

.sg-feature-image{
  min-height:500px;
  overflow:hidden;
}

.sg-feature-image img{
  width:100%;
  height:100%;
  min-height:500px;
  object-fit:cover;
  transition:transform .6s ease;
}

.sg-feature-wrap:hover .sg-feature-image img{
  transform:scale(1.04);
}

.sg-feature-content{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:60px;
  color:#fff;
}

.sg-feature-content small{
  margin-bottom:14px;
  color:#ef5555;
  font-size:13px;
  font-weight:600;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.sg-feature-content h2{
  margin-bottom:22px;
  font-size:clamp(29px,3.5vw,43px);
  font-weight:600;
}

.sg-feature-content p{
  color:#c8c8c8;
  font-size:16px;
}

.sg-feature-points{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px 25px;
  margin-top:28px;
}

.sg-feature-points div{
  position:relative;
  padding-left:20px;
  color:#eee;
  font-size:14px;
}

.sg-feature-points div::before{
  content:"";
  position:absolute;
  left:0;
  top:9px;
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--sg-red);
}


/* =========================================================
   MOVING SERVICES DETAIL
========================================================= */

.sg-detail{
  max-width:1180px;
  margin:0 auto;
  padding:90px 30px;
}

.sg-detail-header{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:40px;
  margin-bottom:45px;
}

.sg-detail-header h2{
  max-width:600px;
  font-size:clamp(30px,4vw,45px);
  color:var(--sg-dark);
}

.sg-detail-header p{
  max-width:420px;
  color:var(--sg-muted);
}

.sg-detail-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  border-top:1px solid var(--sg-border);
}

.sg-detail-block{
  padding:30px 25px 30px 0;
  border-bottom:1px solid var(--sg-border);
}

.sg-detail-block:nth-child(even){
  padding-left:30px;
  border-left:1px solid var(--sg-border);
}

.sg-detail-block h3{
  margin-bottom:10px;
  color:var(--sg-dark);
  font-size:20px;
  font-weight:600;
}

.sg-detail-block h3 span{
  color:var(--sg-red);
}

.sg-detail-block p{
  color:var(--sg-muted);
  font-size:15px;
}


/* =========================================================
   STRESS FREE STRIP
========================================================= */

.sg-relief{
  position:relative;
  padding:80px 30px;
  background:var(--sg-red);
  color:#fff;
  overflow:hidden;
}

.sg-relief::after{
  content:"";
  position:absolute;
  width:350px;
  height:350px;
  right:-150px;
  top:-150px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:50%;
}

.sg-relief-inner{
  position:relative;
  z-index:2;
  max-width:1180px;
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:45px;
}

.sg-relief h2{
  max-width:700px;
  font-size:clamp(29px,4vw,45px);
  font-weight:600;
}

.sg-relief p{
  max-width:750px;
  margin-top:15px;
  color:rgba(255,255,255,.87);
}

.sg-relief-button{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:0 25px;
  background:#fff;
  color:var(--sg-red)!important;
  border-radius:4px;
  font-size:14px;
  font-weight:600;
  transition:.25s ease;
}

.sg-relief-button:hover{
  background:#171717;
  color:#fff!important;
}


/* =========================================================
   LONG TEXT / TRUST SECTION
========================================================= */

.sg-trust{
  max-width:1180px;
  margin:0 auto;
  padding:90px 30px;
}

.sg-trust-grid{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:70px;
}

.sg-trust-title{
  position:sticky;
  top:100px;
  align-self:start;
}

.sg-trust-title small{
  color:var(--sg-red);
  font-size:13px;
  font-weight:600;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.sg-trust-title h2{
  margin-top:12px;
  font-size:clamp(30px,4vw,44px);
  color:var(--sg-dark);
}

.sg-trust-content p{
  color:var(--sg-muted);
  font-size:16px;
}

.sg-trust-content p + p{
  margin-top:18px;
}

.sg-trust-highlight{
  margin-top:30px;
  padding:25px;
  background:#f7f7f7;
  border-left:4px solid var(--sg-red);
}

.sg-trust-highlight strong{
  display:block;
  margin-bottom:8px;
  color:var(--sg-dark);
  font-size:18px;
  font-weight:600;
}

.sg-trust-highlight span{
  color:var(--sg-muted);
  font-size:15px;
}


/* =========================================================
   FAQ
========================================================= */

.sg-faq-area{
  padding:90px 30px;
  background:#f7f7f7;
}

.sg-faq-inner{
  max-width:900px;
  margin:0 auto;
}

.sg-faq-heading{
  margin-bottom:42px;
  text-align:center;
}

.sg-faq-heading small{
  display:block;
  margin-bottom:10px;
  color:var(--sg-red);
  font-size:13px;
  font-weight:600;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.sg-faq-heading h2{
  color:var(--sg-dark);
  font-size:clamp(30px,4vw,44px);
}

.sg-faq-item{
  margin-bottom:10px;
  background:#fff;
  border:1px solid var(--sg-border);
}

.sg-faq-question{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  width:100%;
  padding:22px 25px;
  border:0;
  background:#fff;
  color:var(--sg-dark);
  cursor:pointer;
  text-align:left;
  font-family:inherit;
  font-size:16px;
  font-weight:600;
}

.sg-faq-question span{
  color:var(--sg-red);
  font-size:22px;
  font-weight:400;
  transition:.25s ease;
}

.sg-faq-answer{
  display:none;
  padding:0 25px 23px;
  color:var(--sg-muted);
  font-size:15px;
}

.sg-faq-item.active .sg-faq-answer{
  display:block;
}

.sg-faq-item.active .sg-faq-question span{
  transform:rotate(45deg);
}


/* =========================================================
   PROJECTS / CAROUSEL
========================================================= */

.sg-project-zone{
  padding:95px 30px;
  background:#171717;
  color:#fff;
}

.sg-project-inner{
  max-width:1180px;
  margin:0 auto;
}

.sg-project-heading{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:30px;
  margin-bottom:42px;
}

.sg-project-heading small{
  display:block;
  margin-bottom:9px;
  color:#ef5555;
  font-size:13px;
  font-weight:600;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.sg-project-heading h2{
  font-size:clamp(30px,4vw,45px);
  font-weight:600;
}

.sg-carousel-shell{
  position:relative;
  overflow:hidden;
}

.sg-carousel-track{
  display:flex;
  transition:transform .6s cubic-bezier(.22,.61,.36,1);
}

.sg-carousel-card{
  position:relative;
  min-width:100%;
  height:540px;
  overflow:hidden;
}

.sg-carousel-card img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.sg-carousel-card::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(to top,rgba(0,0,0,.62),transparent 55%);
}

.sg-carousel-caption{
  position:absolute;
  left:35px;
  bottom:32px;
  z-index:2;
  color:#fff;
  font-size:16px;
  font-weight:500;
}

.sg-carousel-arrow{
  position:absolute;
  z-index:5;
  top:50%;
  transform:translateY(-50%);
  width:48px;
  height:48px;
  border:1px solid rgba(255,255,255,.35);
  border-radius:50%;
  background:rgba(0,0,0,.35);
  color:#fff;
  cursor:pointer;
  font-size:23px;
  transition:.25s ease;
}

.sg-carousel-arrow:hover{
  background:var(--sg-red);
  border-color:var(--sg-red);
}

.sg-carousel-arrow.prev{
  left:20px;
}

.sg-carousel-arrow.next{
  right:20px;
}

.sg-carousel-dots{
  display:flex;
  justify-content:center;
  gap:8px;
  margin-top:22px;
}

.sg-carousel-dot{
  width:28px;
  height:4px;
  padding:0;
  border:0;
  background:#555;
  cursor:pointer;
  transition:.25s ease;
}

.sg-carousel-dot.active{
  background:var(--sg-red);
}

.sg-project-contact{
  display:flex;
  justify-content:center;
  margin-top:35px;
}

.sg-project-contact a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:0 25px;
  background:var(--sg-red);
  color:#fff!important;
  border-radius:4px;
  font-size:14px;
  font-weight:600;
}


/* =========================================================
   FINAL CTA
========================================================= */

.sg-final{
  padding:50px 30px;
  background:#fff;
  text-align:center;
}

.sg-final-inner{
  max-width:850px;
  margin:0 auto;
}

.sg-final small{
  display:block;
  margin-bottom:13px;
  color:var(--sg-red);
  font-size:13px;
  font-weight:600;
  letter-spacing:.09em;
  text-transform:uppercase;
}

.sg-final h2{
  color:var(--sg-dark);
  font-size:clamp(34px,5vw,40px);
  font-weight:600;
}

.sg-final p{
  max-width:680px;
  margin:20px auto 30px;
  color:var(--sg-muted);
}

.sg-final-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:53px;
  padding:0 29px;
  background:var(--sg-red);
  color:#fff!important;
  border-radius:4px;
  font-size:14px;
  font-weight:600;
  transition:.25s ease;
}

.sg-final-button:hover{
  background:var(--sg-red-dark);
  transform:translateY(-2px);
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media(max-width:1000px){

  .sg-opening{
    padding:85px 25px 75px;
  }

  .sg-opening-bottom{
    display:block;
  }

  .sg-opening-actions{
    margin-top:28px;
  }

  .sg-introduction,
  .sg-service-area,
  .sg-detail,
  .sg-trust{
    padding-left:25px;
    padding-right:25px;
  }

  .sg-intro-grid{
    grid-template-columns:1fr;
    gap:30px;
  }

  .sg-benefits{
    padding-left:25px;
    padding-right:25px;
  }

  .sg-benefit-list{
    grid-template-columns:1fr 1fr;
  }

  .sg-service-top{
    grid-template-columns:1fr;
    gap:30px;
  }

  .sg-service-grid{
    grid-template-columns:repeat(3,1fr);
  }

  .sg-feature{
    padding-left:25px;
    padding-right:25px;
  }

  .sg-feature-wrap{
    grid-template-columns:1fr;
  }

  .sg-feature-image,
  .sg-feature-image img{
    min-height:420px;
  }

  .sg-feature-content{
    padding:50px 40px;
  }

  .sg-detail-header{
    display:block;
  }

  .sg-detail-header p{
    margin-top:18px;
  }

  .sg-trust-grid{
    grid-template-columns:1fr;
    gap:35px;
  }

  .sg-trust-title{
    position:static;
  }

  .sg-relief{
    padding-left:25px;
    padding-right:25px;
  }

  .sg-relief-inner{
    display:block;
  }

  .sg-relief-button{
    margin-top:25px;
  }

  .sg-project-zone{
    padding-left:25px;
    padding-right:25px;
  }

}


@media(max-width:700px){

  .sg-opening{
    padding:70px 20px 65px;
  }

  .sg-opening h1{
    font-size:43px;
  }

  .sg-opening-copy{
    font-size:15px;
  }

  .sg-opening-actions{
    display:grid;
    grid-template-columns:1fr;
  }

  .sg-opening-btn{
    width:100%;
  }

  .sg-introduction,
  .sg-service-area,
  .sg-detail,
  .sg-trust{
    padding-top:65px;
    padding-bottom:65px;
    padding-left:20px;
    padding-right:20px;
  }

  .sg-benefits{
    padding:65px 20px;
  }

  .sg-benefit-list{
    grid-template-columns:1fr;
  }

  .sg-benefit-card{
    min-height:auto;
  }

  .sg-service-grid{
    grid-template-columns:1fr 1fr;
  }

  .sg-service-item{
    min-height:130px;
  }

  .sg-feature{
    padding:0 20px 65px;
  }

  .sg-feature-image,
  .sg-feature-image img{
    min-height:300px;
  }

  .sg-feature-content{
    padding:40px 25px;
  }

  .sg-feature-points{
    grid-template-columns:1fr;
  }

  .sg-detail-row{
    grid-template-columns:1fr;
  }

  .sg-detail-block,
  .sg-detail-block:nth-child(even){
    padding:25px 0;
    border-left:0;
  }

  .sg-relief{
    padding:65px 20px;
  }

  .sg-faq-area{
    padding:65px 20px;
  }

  .sg-project-zone{
    padding:65px 20px;
  }

  .sg-project-heading{
    display:block;
  }

  .sg-carousel-card{
    height:390px;
  }

  .sg-carousel-arrow{
    width:40px;
    height:40px;
  }

  .sg-carousel-arrow.prev{
    left:10px;
  }

  .sg-carousel-arrow.next{
    right:10px;
  }

  .sg-carousel-caption{
    left:20px;
    bottom:22px;
    right:20px;
  }

  .sg-final{
    padding:70px 20px;
  }

}

@media(max-width:430px){

  .sg-opening h1{
    font-size:37px;
  }

  .sg-service-grid{
    grid-template-columns:1fr;
  }

  .sg-service-item{
    min-height:auto;
  }

  .sg-carousel-card{
    height:330px;
  }

}
