/* CMS2026 — shared site header + split hero (reference: roofing-ppc-agency.html) */
.cms2026-scope {
  --cms-bg: #f4f1ec;
  --cms-card: #ffffff;
  --cms-text: #1c1c1c;
  --cms-muted: #1c1c1c;
  --cms-border: #e7e3db;
  --cms-accent: #e8530a;
  --cms-accent-dk: #c94508;
}
.cms2026-band-white {
  background: #fff;
}
#component-header {
  position: relative;
  z-index: 90;
}
.cms2026-hero {
  background: #fff;
  padding: calc(70px + 14px) 16px 56px;
}
@media (min-width: 768px) {
  .cms2026-hero {
    padding: calc(70px + 18px) 20px 64px;
  }
}
@media (min-width: 1200px) {
  #component-header {
    min-height: 100px;
  }
  .cms2026-hero {
    padding: 22px 24px 72px;
  }
}
.cms2026-hero-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.cms2026-hero-left {
  padding-top: 4px;
}
.cms2026-badge {
  display: inline-block;
  padding: 7px 14px;
  border: 1.5px solid var(--cms-accent);
  color: var(--cms-accent);
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 26px;
}
.cms2026-hero h1 {
  font-size: clamp(2rem, 4.2vw, 3.25rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.035em;
  color: var(--cms-text);
  margin: 0 0 24px;
}
.cms2026-hero h1 .cms2026-hl {
  color: var(--cms-accent);
}
.cms2026-hero-lead {
  font-size: 1.0625rem;
  line-height: 1.65;
  color: #1c1c1c;
  max-width: 520px;
  margin: 0 0 26px;
}
.cms2026-hero-quote {
  background: var(--cms-card);
  border-left: 4px solid var(--cms-accent);
  border-radius: 10px;
  padding: 22px 24px;
  box-shadow: 0 4px 18px rgba(20, 18, 14, 0.05);
  font-size: 0.9375rem;
  line-height: 1.65;
  color: #1c1c1c;
  max-width: 540px;
  margin: 0 0 26px;
}
.cms2026-hero-quote strong {
  font-weight: 700;
  color: var(--cms-text);
}
.cms2026-author {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 0 4px;
  border-top: 1px solid var(--cms-border);
  margin-bottom: 24px;
  max-width: 540px;
}
.cms2026-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--cms-accent);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.875rem;
  flex-shrink: 0;
}
.cms2026-author-meta {
  font-size: 0.8125rem;
  line-height: 1.5;
}
.cms2026-author-meta strong {
  display: block;
  color: var(--cms-text);
  font-weight: 700;
  font-size: 0.875rem;
}
.cms2026-author-meta span {
  color: #1c1c1c;
}
.cms2026-author-meta .sep {
  margin: 0 6px;
  color: #1c1c1c;
}
.cms2026-author-meta a {
  color: var(--cms-accent);
  text-decoration: none;
}
.cms2026-author-meta a:hover {
  text-decoration: underline;
}
.cms2026-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 12px;
}
.cms2026-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--cms-accent);
  color: #fff;
  padding: 15px 26px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.9375rem;
  text-decoration: none;
  transition:
    background 0.18s,
    transform 0.18s;
  min-height: 50px;
  border: none;
  cursor: pointer;
  font-family: inherit;
}
.cms2026-btn-primary:hover {
  background: var(--cms-accent-dk);
  transform: translateY(-1px);
  color: #fff;
}
.cms2026-hero-note {
  font-size: 0.8125rem;
  color: #1c1c1c;
  margin: 0;
}
.cms2026-hero-figure {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 24px 56px rgba(20, 18, 14, 0.18);
  aspect-ratio: 4/5;
  background: #1a1a1a;
  margin: 0;
}
.cms2026-hero-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cms2026-hero-caption {
  position: absolute;
  left: 18px;
  bottom: 18px;
  background: rgba(20, 18, 14, 0.78);
  color: #fff;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 0.8125rem;
  font-weight: 600;
  backdrop-filter: blur(6px);
  max-width: calc(100% - 36px);
}
@media (max-width: 991px) {
  .cms2026-hero-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .cms2026-hero-figure {
    aspect-ratio: auto;
    height: auto;
    max-width: 100%;
  }
  .cms2026-hero-figure img {
    position: static;
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}
.header-area,
.header-area *,
.footer-area,
.footer-area *,
.side-info,
.side-info * {
  font-family: var(
    --font_dmsans,
    "DM Sans",
    "Inter",
    -apple-system,
    BlinkMacSystemFont,
    sans-serif
  );
}
