/* Home page — layout on top of the shared site.css components.
   Desktop: Southern Elite Plumbing.dc.html | Mobile (<860px): Mobile - Home.dc.html */

/* ---------- Hero ---------- */
.sep-home-hero { border-bottom: 1px solid #22252a; background: #0A0A0A; }
.sep-home-hero__inner { padding: 0; display: flex; flex-direction: column; }
.sep-home-hero__copy { padding: 32px 20px; background: linear-gradient(180deg, rgba(21,21,21,.72) 0%, rgba(10,10,10,.9) 100%), url('../img/dark_texture.svg') center/cover no-repeat #0A0A0A; }
.sep-home-hero__rule { width: 44px; height: 3px; background: #E31B23; margin: 0 0 16px; }
.sep-home-hero__heading { font: 700 34px/1.08 'Oswald', sans-serif; text-transform: uppercase; color: #fff; }
.sep-home-hero__heading .accent { color: #E31B23; }
.sep-home-hero__actions { display: flex; flex-direction: column; gap: 12px; margin-top: 22px; }
.sep-home-hero__cta-primary,
.sep-home-hero__cta-secondary { display: flex; align-items: center; gap: 12px; padding: 16px; min-height: 48px; }
.sep-home-hero__cta-primary { background: #E31B23; border: 1px solid #F2555C; }
.sep-home-hero__cta-primary:hover { background: #B8141B; }
.sep-home-hero__cta-secondary { background: #151515; border: 1px solid #3b4046; }
.sep-home-hero__cta-secondary:hover { border-color: #8d9298; }
.sep-home-hero__cta-main { display: block; font: 700 15px/1.1 'Oswald', sans-serif; letter-spacing: .06em; color: #fff; }
.sep-home-hero__cta-sub { display: block; font: 400 12px/1.35 'Inter', sans-serif; color: rgba(255,255,255,.88); margin-top: 3px; }
.sep-home-hero__call-label { display: block; font: 600 10px/1 'Inter', sans-serif; letter-spacing: .14em; color: #9ea3a9; }
.sep-home-hero__call-num { display: block; font: 600 19px/1.2 'Oswald', sans-serif; color: #fff; margin-top: 3px; }
.sep-home-hero__photo { position: relative; width: 100%; aspect-ratio: 4/3; background: #131313; overflow: hidden; }
.sep-home-hero__photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.sep-home-hero__photo-placeholder { display: flex; align-items: center; justify-content: center; height: 100%; padding: 20px; text-align: center; font: 400 13px/1.5 'Inter', sans-serif; color: #6d7176; }

/* ---------- Services teaser + quote card ---------- */
.sep-home-services__inner { padding: 28px 20px; display: flex; flex-direction: column; gap: 24px; }
.sep-home-services__grid { display: flex; flex-direction: column; gap: 10px; margin-top: 4px; }
.sep-home-services__card { display: flex; align-items: center; gap: 12px; padding: 16px 14px; background: #151515; border: 1px solid #24262a; }
.sep-home-services__card:hover { border-color: #E31B23; }
.sep-home-services__card span { font: 600 13px/1.3 'Inter', sans-serif; letter-spacing: .03em; text-transform: uppercase; color: #F4F4F4; }
.sep-home-services__col .sep-btn-outline { display: block; text-align: center; margin-top: 16px; }

.sep-home-quote-card { padding: 26px 20px; display: flex; flex-direction: column; align-items: flex-start; }
.sep-home-quote-card p { margin: 12px 0 20px; font: 400 14px/1.6 'Inter', sans-serif; color: #9ea3a9; }
.sep-home-quote-card .sep-btn-primary { width: 100%; }
.sep-home-quote-card__call { margin-top: 14px; display: flex; align-items: center; gap: 12px; }
.sep-home-quote-card__call-label { display: block; font: 600 10px/1 'Inter', sans-serif; letter-spacing: .16em; color: #9ea3a9; }
.sep-home-quote-card__call-num { display: block; font: 600 17px/1.2 'Oswald', sans-serif; letter-spacing: .03em; color: #fff; margin-top: 2px; }

/* ---------- Before/After ---------- */
.sep-home-ba { background: #131313; border-top: 1px solid #22252a; border-bottom: 1px solid #22252a; padding: 32px 0; }
.sep-home-ba__sliders { display: none; }
.sep-home-ba__pairs { display: flex; flex-direction: column; gap: 12px; margin-top: 4px; }

/* ---------- Reviews ---------- */
.sep-home-reviews { background: #0A0A0A; padding: 32px 0; }
.sep-home-reviews__head { display: flex; flex-wrap: wrap; gap: 16px; align-items: baseline; justify-content: space-between; }
.sep-home-reviews__row { display: flex; flex-direction: column; gap: 12px; }
.sep-review-card--desktop-only { display: none; }

/* ---------- Service area blurb ---------- */
.sep-home-area { background: #131313; border-top: 1px solid #22252a; padding: 28px 0; }
.sep-home-area .sep-btn-outline { display: inline-flex; align-items: center; gap: 10px; margin-top: 18px; }

/* =========================================================================
   Desktop (>= 860px)
   ========================================================================= */
@media (min-width: 860px) {
  .sep-home-hero__inner { max-width: 1240px; margin: 0 auto; flex-direction: row; flex-wrap: wrap; align-items: stretch; }
  .sep-home-hero__copy { flex: 1 1 440px; min-width: 300px; padding: clamp(28px,4vw,54px) clamp(20px,3vw,40px) clamp(32px,4vw,54px) 20px; }
  .sep-home-hero__heading { font-size: clamp(34px, 4.4vw, 58px); }
  .sep-home-hero__actions { flex-direction: row; flex-wrap: wrap; margin-top: 30px; }
  .sep-home-hero__cta-primary { min-width: 262px; padding: 16px 22px; }
  .sep-home-hero__cta-secondary { padding: 16px 24px; }
  .sep-home-hero__photo { flex: 1 1 460px; min-width: 300px; aspect-ratio: auto; min-height: clamp(300px, 38vw, 470px); }

  .sep-home-services__inner { max-width: 1240px; margin: 0 auto; padding: clamp(36px,4vw,60px) 20px; flex-direction: row; flex-wrap: wrap; gap: clamp(24px,3vw,44px); align-items: flex-start; }
  .sep-home-services__col { flex: 1 1 520px; min-width: 300px; }
  .sep-home-services__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 12px; }
  .sep-home-quote-card { flex: 1 1 360px; min-width: 280px; padding: clamp(26px,2.8vw,36px); }

  .sep-home-ba .sep-wrap { max-width: 1240px; margin: 0 auto; padding: clamp(36px,4vw,60px) 20px; }
  .sep-home-ba__sliders { display: grid; gap: clamp(16px,2vw,26px); grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
  .sep-home-ba__pairs { display: none; }

  .sep-home-reviews .sep-wrap { max-width: 1240px; margin: 0 auto; padding: clamp(36px,4vw,60px) 20px; }
  .sep-home-reviews__row { display: flex; flex-direction: row; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 6px; }
  .sep-review-card { flex: 1 1 280px; min-width: 270px; scroll-snap-align: start; }
  .sep-review-card--desktop-only { display: block; }

  .sep-home-area .sep-wrap { max-width: 1240px; margin: 0 auto; padding: clamp(30px,3.5vw,52px) 20px; }
}
