/* ==========================================================================
   PAGE HERO (gutters) — centered variant
   ========================================================================== */
.page-hero { position: relative; padding: 96px 0 80px; color: var(--white); overflow: hidden; isolation: isolate; }
.page-hero__bg { position: absolute; inset: 0; background-size: cover; background-position: center; background-repeat: no-repeat; z-index: -2; }
.page-hero__overlay { position: absolute; inset: 0; background: linear-gradient(130deg, rgba(4, 12, 24, 0.85) 0%, rgba(4, 12, 24, 0.5) 55%, rgba(4, 12, 24, 0.35) 100%); z-index: -1; }
.page-hero__grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 56px; align-items: center; }
.page-hero__copy { max-width: 600px; }
.page-hero__breadcrumbs { display: flex; align-items: center; gap: 10px; font-size: 13px; color: rgba(255,255,255,0.75); margin-bottom: 18px; letter-spacing: 0.06em; text-transform: uppercase; }
.page-hero__breadcrumbs a { color: rgba(255,255,255,0.75); }
.page-hero__breadcrumbs a:hover { color: var(--white); }
.page-hero__breadcrumbs [aria-current] { color: var(--white); font-weight: 600; }
.page-hero__title { font-size: 68px; font-weight: 800; line-height: 1.05; letter-spacing: -0.01em; margin-bottom: 18px; }
.page-hero__lead { font-size: 17px; line-height: 1.6; color: rgba(255,255,255,0.92); max-width: 720px; margin: 0 auto; }
.page-hero--contact .page-hero__grid--single { grid-template-columns: 1fr; justify-items: center; text-align: center; }
.page-hero--contact .page-hero__copy { max-width: 820px; }
.page-hero--contact .page-hero__breadcrumbs { justify-content: center; }
@media (max-width: 1024px) { .page-hero { padding: 72px 0 56px; } .page-hero__title { font-size: 52px; } }
@media (max-width: 768px) { .page-hero { padding: 48px 0 40px; } .page-hero__title { font-size: 36px; } }

/* ==========================================================================
   INTRO COPY (gutters) — same pattern as roofing/intro-copy
   ========================================================================== */
.intro-copy { padding: 72px 0 80px; background: var(--white); }
.intro-copy__grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 56px; align-items: center; }
.intro-copy__text { max-width: 640px; }
.intro-copy__title { font-size: 38px; line-height: 1.15; font-weight: 700; color: var(--brand-accent); margin-bottom: 20px; }
.intro-copy__text p { color: var(--text-muted); font-size: 16px; line-height: 1.7; margin-bottom: 24px; }

.intro-copy__card { background: var(--brand-accent); color: var(--white); border-radius: 16px; padding: 28px; box-shadow: 0 18px 40px rgba(0,0,0,0.18); max-width: 420px; justify-self: end; width: 100%; }
.intro-copy__card-title { text-align: center; font-size: 20px; font-weight: 700; margin-bottom: 16px; }
.intro-copy__form { display: grid; gap: 12px; }
.intro-copy__field input, .intro-copy__field textarea { width: 100%; padding: 12px 14px; border: none; border-radius: 6px; font-family: inherit; font-size: 15px; background: var(--white); color: var(--text-primary); resize: vertical; }
.intro-copy__field input:focus, .intro-copy__field textarea:focus { outline: 2px solid var(--brand-primary); outline-offset: 1px; }
.intro-copy__form-submit { background: var(--brand-primary); color: var(--white); box-shadow: none; width: 100%; margin-top: 6px; }
.intro-copy__form-submit:hover { background: var(--brand-primary-hover); }

@media (max-width: 1024px) { .intro-copy__grid { grid-template-columns: 1fr; gap: 36px; } .intro-copy__card { justify-self: stretch; max-width: none; } .intro-copy__title { font-size: 30px; } }
@media (max-width: 768px) { .intro-copy { padding: 48px 0 56px; } .intro-copy__title { font-size: 24px; } }

/* ==========================================================================
   SERVICES INTRO (gutters)
   ========================================================================== */
.services-intro { padding: 72px 0 32px; background: var(--bg-soft); }
.services-intro__inner { text-align: center; max-width: 820px; margin: 0 auto; }
.services-intro__eyebrow { display: inline-block; color: var(--brand-primary); font-weight: 700; font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 12px; }
.services-intro__title { font-size: 36px; font-weight: 700; line-height: 1.2; color: var(--text-primary); }

@media (max-width: 768px) { .services-intro { padding: 48px 0 24px; } .services-intro__title { font-size: 26px; } }

/* ==========================================================================
   SERVICES GRID (gutters — mix of image cards + text-only cards)
   ========================================================================== */
.services-grid { padding: 32px 0 88px; background: var(--bg-soft); }
.services-grid__wrapper { display: flex; flex-direction: column; gap: 36px; }

.svc-card { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; background: var(--white); border-radius: 18px; overflow: hidden; box-shadow: var(--shadow-card); }
.svc-card--reverse .svc-card__media { order: 2; }
.svc-card--text-only { grid-template-columns: 1fr; }

.svc-card__media { aspect-ratio: 4 / 3; overflow: hidden; }
.svc-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; }
.svc-card:hover .svc-card__media img { transform: scale(1.04); }
.svc-card__body { padding: 32px 40px; }
.svc-card__body--full { padding: 28px 40px; display: flex; flex-direction: column; gap: 10px; }
.svc-card__icon { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 50%; background: rgba(192, 0, 20, 0.1); color: var(--brand-primary); font-size: 20px; margin-bottom: 4px; }
.svc-card__title { font-size: 24px; font-weight: 700; color: var(--brand-primary); margin-bottom: 10px; line-height: 1.2; }
.svc-card--reverse .svc-card__title { color: var(--brand-accent); }
.svc-card--text-only:nth-of-type(even) .svc-card__title { color: var(--brand-accent); }
.svc-card__body p { color: var(--text-muted); line-height: 1.7; margin-bottom: 10px; font-size: 15px; }
.svc-card__body p a { color: var(--brand-accent); text-decoration: underline; text-underline-offset: 3px; }
.svc-card__body p a:hover { color: var(--brand-accent-hover); }

@media (max-width: 1024px) {
  .svc-card { grid-template-columns: 1fr; gap: 0; }
  .svc-card--reverse .svc-card__media { order: 0; }
  .svc-card__body { padding: 26px 28px 32px; }
  .svc-card__body--full { padding: 24px 28px 28px; }
}
@media (max-width: 768px) {
  .services-grid { padding: 16px 0 56px; }
  .services-grid__wrapper { gap: 24px; }
  .svc-card__title { font-size: 20px; }
  .svc-card__body { padding: 22px 20px 26px; }
  .svc-card__body--full { padding: 20px 20px 24px; }
}

/* ==========================================================================
   OPTIONS INTRO (gutters)
   ========================================================================== */
.options-intro-gt { padding: 72px 0 32px; background: var(--white); }
.options-intro-gt__inner { text-align: center; max-width: 820px; margin: 0 auto; }
.options-intro-gt__eyebrow { display: inline-block; color: var(--brand-primary); font-weight: 700; font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 12px; }
.options-intro-gt__title { font-size: 36px; font-weight: 700; line-height: 1.2; color: var(--text-primary); margin-bottom: 14px; }
.options-intro-gt__lead { font-size: 16px; color: var(--text-muted); line-height: 1.65; }

@media (max-width: 768px) { .options-intro-gt { padding: 48px 0 24px; } .options-intro-gt__title { font-size: 26px; } }

/* ==========================================================================
   OPTIONS (materials / styles / protection)
   ========================================================================== */
.gt-options { padding: 16px 0 80px; background: var(--white); }
.gt-options__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }

.gt-option-card { padding: 28px 26px; background: var(--bg-soft); border-radius: 12px; border-top: 4px solid var(--brand-primary); transition: transform 0.2s ease, box-shadow 0.2s ease; }
.gt-option-card:nth-child(even) { border-top-color: var(--brand-accent); }
.gt-option-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-card); }
.gt-option-card__title { font-size: 20px; font-weight: 700; color: var(--brand-primary); margin-bottom: 12px; }
.gt-option-card:nth-child(even) .gt-option-card__title { color: var(--brand-accent); }
.gt-option-card p { color: var(--text-muted); font-size: 14px; line-height: 1.65; margin-bottom: 12px; }
.gt-option-card ul { display: flex; flex-direction: column; gap: 8px; }
.gt-option-card li { position: relative; padding-left: 22px; color: var(--text-primary); font-size: 14px; line-height: 1.55; }
.gt-option-card li::before { content: "•"; position: absolute; left: 6px; top: -2px; color: var(--brand-primary); font-size: 18px; line-height: 1; }
.gt-option-card:nth-child(even) li::before { color: var(--brand-accent); }
.gt-option-card strong { color: var(--text-primary); }

@media (max-width: 1024px) { .gt-options__grid { grid-template-columns: 1fr; } }
@media (max-width: 768px) { .gt-options { padding: 8px 0 56px; } }

/* ==========================================================================
   ADVANTAGE (gutters — 4 numbered cards)
   ========================================================================== */
.gt-advantage { padding: 72px 0 80px; background: var(--bg-soft); }
.gt-advantage__header { text-align: center; max-width: 820px; margin: 0 auto 32px; }
.gt-advantage__eyebrow { display: inline-block; color: var(--brand-primary); font-weight: 700; font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 12px; }
.gt-advantage__title { font-size: 32px; font-weight: 700; line-height: 1.2; color: var(--text-primary); }

.gt-advantage__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.gt-advantage__card { padding: 24px 22px; background: var(--white); border-radius: 12px; box-shadow: var(--shadow-card); transition: transform 0.2s ease; }
.gt-advantage__card:hover { transform: translateY(-3px); }
.gt-advantage__num { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 50%; background: var(--brand-primary); color: var(--white); font-weight: 800; font-size: 15px; margin-bottom: 12px; }
.gt-advantage__card:nth-child(even) .gt-advantage__num { background: var(--brand-accent); }
.gt-advantage__card h3 { font-size: 16px; font-weight: 700; color: var(--text-primary); margin-bottom: 8px; }
.gt-advantage__card p { color: var(--text-muted); font-size: 14px; line-height: 1.6; }

@media (max-width: 1024px) { .gt-advantage__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 768px) {
  .gt-advantage { padding: 48px 0 56px; }
  .gt-advantage__title { font-size: 24px; }
  .gt-advantage__grid { grid-template-columns: 1fr; }
}

/* ==========================================================================
   REVIEWS EMBED (gutters) — shared pattern with home/roofing
   ========================================================================== */
.reviews-embed { padding: 64px 0; background: var(--bg-reviews); color: var(--white); }
.reviews-embed__grid { display: grid; grid-template-columns: 1fr 1.6fr; gap: 56px; align-items: center; }
.reviews-embed__stars { text-align: center; }
.reviews-embed__stars-row { display: flex; justify-content: center; gap: 6px; color: #ffd400; font-size: 40px; line-height: 1; margin-bottom: 14px; }
.reviews-embed__rating { font-size: 28px; font-weight: 700; margin-bottom: 6px; }
.reviews-embed__count { font-size: 14px; color: rgba(255, 255, 255, 0.8); }
.reviews-embed__title { font-size: 30px; font-weight: 700; line-height: 1.2; margin-bottom: 18px; }
.reviews-embed__quote { padding: 14px 20px; border-left: 4px solid rgba(255, 255, 255, 0.4); margin-bottom: 22px; }
.reviews-embed__quote p { font-size: 16px; line-height: 1.55; font-style: italic; margin-bottom: 8px; }
.reviews-embed__quote cite { font-size: 13px; color: rgba(255, 255, 255, 0.75); font-style: normal; letter-spacing: 0.04em; }

@media (max-width: 1024px) { .reviews-embed__grid { grid-template-columns: 1fr; gap: 32px; text-align: center; } .reviews-embed__quote { text-align: left; max-width: 620px; margin-left: auto; margin-right: auto; } }
@media (max-width: 768px) { .reviews-embed { padding: 48px 0; } .reviews-embed__title { font-size: 24px; } .reviews-embed__stars-row { font-size: 32px; } }

/* ==========================================================================
   SERVICE AREAS (gutters) — shared pattern with roofing
   ========================================================================== */
.rf-service-areas { padding: 72px 0 80px; background: var(--white); }
.rf-service-areas__inner { max-width: 960px; margin: 0 auto; text-align: center; }
.rf-service-areas__header { margin-bottom: 28px; }
.rf-service-areas__eyebrow { display: inline-block; color: var(--brand-primary); font-weight: 700; font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 12px; }
.rf-service-areas__title { font-size: 30px; font-weight: 700; line-height: 1.25; color: var(--text-primary); }
.rf-service-areas__list { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; margin-bottom: 20px; }
.rf-service-areas__list a { display: block; padding: 14px 12px; background: var(--bg-light); color: var(--text-primary); font-weight: 600; font-size: 14px; border-radius: 8px; transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease; }
.rf-service-areas__list a:hover { background: var(--brand-primary); color: var(--white); transform: translateY(-2px); }
.rf-service-areas__note { color: var(--text-muted); font-size: 14px; }
.rf-service-areas__note a { color: var(--brand-accent); font-weight: 700; text-decoration: underline; }

@media (max-width: 1024px) { .rf-service-areas__list { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 768px) { .rf-service-areas { padding: 48px 0 56px; } .rf-service-areas__title { font-size: 22px; } .rf-service-areas__list { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

/* ==========================================================================
   FINAL CTA (gutters) — shared pattern with roofing
   ========================================================================== */
.final-cta { padding: 88px 0 96px; background: var(--brand-primary); color: var(--white); }
.final-cta__grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 56px; align-items: center; }
.final-cta__copy { max-width: 640px; }
.final-cta__eyebrow { display: inline-block; padding: 6px 14px; background: rgba(255, 255, 255, 0.22); color: var(--white); font-weight: 700; font-size: 13px; letter-spacing: 0.12em; text-transform: uppercase; border-radius: 999px; margin-bottom: 18px; }
.final-cta__title { font-size: 42px; font-weight: 800; line-height: 1.15; margin-bottom: 18px; }
.final-cta__copy > p { color: rgba(255, 255, 255, 0.94); line-height: 1.65; margin-bottom: 20px; }
.final-cta__bullets { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 20px; }
.final-cta__bullets li { position: relative; padding-left: 24px; color: var(--white); font-weight: 600; }
.final-cta__bullets li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--white); font-weight: 700; }
.final-cta__card { justify-self: end; width: 100%; max-width: 380px; background: var(--white); color: var(--text-primary); padding: 32px 28px; border-radius: 16px; box-shadow: 0 20px 48px rgba(0,0,0,0.25); text-align: center; }
.final-cta__card-title { font-size: 22px; font-weight: 700; color: var(--brand-primary); margin-bottom: 6px; }
.final-cta__card-sub { font-size: 14px; color: var(--text-muted); margin-bottom: 18px; }
.final-cta__card-phone { display: block; font-size: 32px; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
.final-cta__card-phone:hover { color: var(--brand-primary); }
.final-cta__card-btn { width: 100%; }
.final-cta__card-address { margin-top: 18px; font-size: 13px; color: var(--text-muted); line-height: 1.5; }

@media (max-width: 1024px) { .final-cta__grid { grid-template-columns: 1fr; gap: 40px; } .final-cta__card { justify-self: center; } }
@media (max-width: 768px) { .final-cta { padding: 64px 0 72px; } .final-cta__title { font-size: 28px; } .final-cta__bullets { grid-template-columns: 1fr; } }

/* ==========================================================================
   FAQ (gutters) — same pattern as roofing/faq
   ========================================================================== */
.faq { padding: 72px 0 88px; background: var(--white); }
.faq__inner { max-width: 900px; margin: 0 auto; }
.faq__header { text-align: center; margin-bottom: 36px; }
.faq__eyebrow { display: inline-block; color: var(--brand-primary); font-weight: 700; font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 12px; }
.faq__title { font-size: 34px; font-weight: 700; line-height: 1.2; color: var(--text-primary); }
.faq__list { display: flex; flex-direction: column; gap: 12px; }
.faq__item { border: 1px solid var(--border-light); border-radius: 12px; overflow: hidden; background: var(--white); transition: border-color 0.2s ease, box-shadow 0.2s ease; }
.faq__item[open] { border-color: rgba(27, 117, 187, 0.35); box-shadow: var(--shadow-card); }
.faq__q { padding: 18px 22px; font-size: 16px; font-weight: 700; color: var(--brand-accent); cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 16px; list-style: none; transition: background 0.15s ease; }
.faq__q::-webkit-details-marker { display: none; }
.faq__q::after { content: "+"; font-size: 24px; line-height: 1; color: var(--brand-accent); transition: transform 0.2s ease; }
.faq__item[open] .faq__q::after { transform: rotate(45deg); }
.faq__q:hover { background: rgba(27, 117, 187, 0.04); }
.faq__a { padding: 0 22px 20px; color: var(--text-muted); line-height: 1.7; font-size: 14px; }

@media (max-width: 768px) { .faq { padding: 48px 0 56px; } .faq__title { font-size: 24px; } .faq__q { padding: 14px 16px; font-size: 14px; } }
