/* Renegade-only XSites presentation layer. The companion script adds the scope class. */
.website-frame.renegade-professional-site {
  background: #f7f7f7 !important;
  color: #18181b !important;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

.website-frame.renegade-professional-site .quote-bar {
  min-height: 38px !important;
  gap: 22px !important;
  padding: 8px 32px !important;
  border-bottom: 0 !important;
  background: #18181b !important;
  color: #f4f4f5 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
}

.website-frame.renegade-professional-site .quote-bar strong,
.website-frame.renegade-professional-site .quote-bar span,
.website-frame.renegade-professional-site .quote-bar a {
  color: #f4f4f5 !important;
}

.website-frame.renegade-professional-site .quote-bar a {
  border: 0 !important;
  background: transparent !important;
  padding: 0 !important;
}

.website-frame.renegade-professional-site .site-nav {
  z-index: 15 !important;
  grid-template-columns: minmax(250px, auto) minmax(0, 1fr) auto !important;
  gap: 24px !important;
  padding: 14px 32px !important;
  border-bottom: 3px solid var(--site-primary) !important;
  background: #ffffff !important;
  color: #18181b !important;
}

.website-frame.renegade-professional-site .brand-mark {
  color: #18181b !important;
}

.website-frame.renegade-professional-site .brand-mark img {
  width: 66px !important;
  height: 48px !important;
  background: transparent !important;
  object-fit: contain !important;
}

.website-frame.renegade-professional-site .brand-mark strong {
  max-width: 190px !important;
  color: #18181b !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-transform: none !important;
}

.website-frame.renegade-professional-site .site-nav nav {
  justify-content: center !important;
  gap: 2px !important;
}

.website-frame.renegade-professional-site .site-nav nav button {
  border-radius: 4px !important;
  padding: 8px 7px !important;
  color: #3f3f46 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

.website-frame.renegade-professional-site .site-nav nav button:hover,
.website-frame.renegade-professional-site .site-nav nav button.active {
  background: #f4f4f5 !important;
  color: var(--site-primary) !important;
  text-decoration: none !important;
}

.website-frame.renegade-professional-site .header-nav-dropdown {
  right: auto !important;
  left: 0 !important;
  top: calc(100% + 6px) !important;
  width: min(320px, 82vw) !important;
  max-height: 390px !important;
  border: 1px solid #e4e4e7 !important;
  border-radius: 6px !important;
  background: #ffffff !important;
  box-shadow: 0 18px 42px rgba(24, 24, 27, 0.16) !important;
}

/* Desktop navigation must not clip absolutely positioned child menus. */
.website-frame.renegade-professional-site.device-desktop .site-nav,
.website-frame.renegade-professional-site.device-desktop .header-page-nav {
  position: relative !important;
  overflow: visible !important;
}

.website-frame.renegade-professional-site.device-desktop .site-nav {
  z-index: 80 !important;
}

.website-frame.renegade-professional-site.device-desktop .header-nav-menu {
  position: relative !important;
}

.website-frame.renegade-professional-site.device-desktop .header-nav-menu.has-children::after {
  content: "";
  position: absolute;
  z-index: 120;
  top: 100%;
  right: 0;
  left: 0;
  height: 8px;
}

.website-frame.renegade-professional-site.device-desktop .header-nav-menu > .header-nav-dropdown {
  z-index: 121 !important;
  display: none !important;
}

.website-frame.renegade-professional-site.device-desktop .header-nav-menu:hover > .header-nav-dropdown,
.website-frame.renegade-professional-site.device-desktop .header-nav-menu:focus-within > .header-nav-dropdown {
  display: grid !important;
  gap: 4px !important;
}

.website-frame.renegade-professional-site .header-nav-dropdown button {
  justify-content: flex-start !important;
  color: #3f3f46 !important;
  text-align: left !important;
}

.website-frame.renegade-professional-site .phone-cta,
.website-frame.renegade-professional-site .nav-cta {
  min-height: 40px !important;
  border-radius: 4px !important;
  padding: 9px 13px !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  text-transform: none !important;
}

.website-frame.renegade-professional-site .phone-cta {
  border: 1px solid #d4d4d8 !important;
  background: #ffffff !important;
  color: #18181b !important;
}

.website-frame.renegade-professional-site .site-hero {
  min-height: 590px !important;
  grid-template-columns: minmax(0, 760px) 260px !important;
  align-items: center !important;
  gap: 30px !important;
  padding: 88px 80px 124px !important;
  background-color: #27272a !important;
}

.website-frame.renegade-professional-site .hero-content {
  max-width: 760px !important;
}

.website-frame.renegade-professional-site .hero-content h1 {
  max-width: 720px !important;
  margin: 12px 0 18px !important;
  font-family: inherit !important;
  font-size: 54px !important;
  font-weight: 800 !important;
  line-height: 1.05 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.website-frame.renegade-professional-site .hero-content p {
  max-width: 680px !important;
  color: #f4f4f5 !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 1.62 !important;
}

.website-frame.renegade-professional-site .hero-actions a,
.website-frame.renegade-professional-site .hero-actions button {
  border-radius: 4px !important;
  padding: 12px 17px !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  text-transform: none !important;
}

.website-frame.renegade-professional-site .hero-kickers span {
  border-color: rgba(255, 255, 255, 0.32) !important;
  border-radius: 4px !important;
  background: rgba(24, 24, 27, 0.42) !important;
  padding: 8px 10px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
}

.website-frame.renegade-professional-site .estimate-panel {
  width: min(1120px, calc(100% - 64px)) !important;
  margin: -68px auto 0 !important;
  border: 1px solid #e4e4e7 !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  padding: 26px 28px !important;
  color: #18181b !important;
  box-shadow: 0 18px 42px rgba(24, 24, 27, 0.13) !important;
}

.website-frame.renegade-professional-site .estimate-panel h2 {
  color: #18181b !important;
  font-family: inherit !important;
  font-size: 26px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-transform: none !important;
}

.website-frame.renegade-professional-site .estimate-panel p {
  color: #52525b !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

.website-frame.renegade-professional-site .estimate-fields label,
.website-frame.renegade-professional-site .estimate-consent label,
.website-frame.renegade-professional-site .estimate-service-grid label {
  color: #3f3f46 !important;
  font-weight: 700 !important;
}

.website-frame.renegade-professional-site .estimate-fields input,
.website-frame.renegade-professional-site .estimate-fields select,
.website-frame.renegade-professional-site .estimate-message {
  border: 1px solid #d4d4d8 !important;
  border-radius: 4px !important;
  background: #ffffff !important;
  color: #18181b !important;
  font-weight: 500 !important;
  color-scheme: light !important;
}

.website-frame.renegade-professional-site .estimate-panel input::placeholder,
.website-frame.renegade-professional-site .estimate-panel textarea::placeholder {
  color: #71717a !important;
  opacity: 1 !important;
}

.website-frame.renegade-professional-site .estimate-panel > button {
  border-radius: 4px !important;
  padding: 12px 20px !important;
  font-size: 13px !important;
  text-transform: none !important;
}

.website-frame.renegade-professional-site .trust-strip {
  display: none !important;
}

.website-frame.renegade-professional-site .trust-strip div {
  border-right-color: #e4e4e7 !important;
  padding: 17px 26px !important;
}

.website-frame.renegade-professional-site .trust-strip strong {
  color: #18181b !important;
  font-size: 13px !important;
  text-transform: none !important;
}

.website-frame.renegade-professional-site .trust-strip span {
  color: #71717a !important;
  font-size: 12px !important;
}

.website-frame.renegade-professional-site .site-section,
.website-frame.renegade-professional-site .site-section.width-contained,
.website-frame.renegade-professional-site .site-section.width-wide,
.website-frame.renegade-professional-site .site-section.width-full {
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 28px !important;
  padding: 72px 7vw !important;
  border-bottom: 1px solid #e4e4e7 !important;
}

.website-frame.renegade-professional-site .site-section > .section-heading,
.website-frame.renegade-professional-site .site-section > .section-grid,
.website-frame.renegade-professional-site .site-section > .service-card-grid,
.website-frame.renegade-professional-site .site-section > .process-grid,
.website-frame.renegade-professional-site .site-section > .testimonial-grid,
.website-frame.renegade-professional-site .site-section > .faq-list,
.website-frame.renegade-professional-site .site-section > .location-cloud,
.website-frame.renegade-professional-site .site-section > .blog-card-grid,
.website-frame.renegade-professional-site .site-section > .link-row,
.website-frame.renegade-professional-site .site-section > .contact-card-grid {
  grid-column: 1 !important;
  grid-row: auto !important;
  width: 100% !important;
  max-width: 1180px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  justify-self: center !important;
}

.website-frame.renegade-professional-site .site-section.background-soft {
  background: #f5f5f4 !important;
}

.website-frame.renegade-professional-site .site-section.background-dark {
  background: #18181b !important;
}

.website-frame.renegade-professional-site .section-heading h2,
.website-frame.renegade-professional-site .contact-band h2 {
  max-width: 780px !important;
  margin: 6px 0 12px !important;
  font-family: inherit !important;
  font-size: 38px !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.website-frame.renegade-professional-site .section-heading p {
  max-width: 760px !important;
  color: #52525b !important;
  font-size: 16px !important;
  line-height: 1.65 !important;
}

.website-frame.renegade-professional-site .background-dark .section-heading p {
  color: #d4d4d8 !important;
}

/* Custom Links is an editor block name, not visitor-facing copy. */
.website-frame.renegade-professional-site .block-custom-links .section-heading > [data-builder-kind="eyebrow"] {
  display: none !important;
}

.website-frame.renegade-professional-site .block-custom-links .cta-panel {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 24px !important;
  width: 100% !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding: 24px 30px !important;
  border: 1px solid #3f3f46 !important;
  border-top: 3px solid #c81920 !important;
  border-radius: 6px !important;
  background: #09090b !important;
}

.website-frame.renegade-professional-site .block-custom-links .cta-panel > strong {
  color: #ffffff !important;
  font-size: 25px !important;
  line-height: 1.2 !important;
}

.website-frame.renegade-professional-site .block-custom-links .cta-panel > p {
  display: none !important;
}

.website-frame.renegade-professional-site .block-custom-links .cta-panel .link-row {
  margin: 0 !important;
}

.website-frame.renegade-professional-site .service-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

.website-frame.renegade-professional-site .service-card-grid article,
.website-frame.renegade-professional-site .section-grid article,
.website-frame.renegade-professional-site .testimonial-grid article {
  border: 1px solid #e4e4e7 !important;
  border-radius: 6px !important;
  background: #ffffff !important;
  box-shadow: none !important;
}

.website-frame.renegade-professional-site .service-card-grid img {
  height: 180px !important;
}

.website-frame.renegade-professional-site .service-card-grid strong {
  color: #18181b !important;
  font-size: 20px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  text-transform: none !important;
}

.website-frame.renegade-professional-site .service-card-grid p,
.website-frame.renegade-professional-site .section-grid p {
  color: #52525b !important;
  line-height: 1.62 !important;
}

.website-frame.renegade-professional-site .service-card-grid a {
  background: transparent !important;
  color: var(--site-primary) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
}

.website-frame.renegade-professional-site .process-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

.website-frame.renegade-professional-site .process-grid article {
  min-height: 100% !important;
  border: 1px solid #e4e4e7 !important;
  border-top: 3px solid var(--site-primary) !important;
  border-radius: 6px !important;
  background: #ffffff !important;
  padding: 22px 18px !important;
}

.website-frame.renegade-professional-site .process-grid span {
  font-size: 28px !important;
}

.website-frame.renegade-professional-site .process-grid strong {
  color: #18181b !important;
  font-size: 18px !important;
  font-weight: 800 !important;
}

.website-frame.renegade-professional-site .process-grid p {
  color: #52525b !important;
}

.website-frame.renegade-professional-site .block-faq .faq-list article {
  border: 1px solid #e4e4e7 !important;
  border-radius: 6px !important;
  background: #ffffff !important;
  padding: 18px 54px 18px 20px !important;
  color: #18181b !important;
}

.website-frame.renegade-professional-site .block-faq .faq-list article::after {
  top: 15px !important;
  border-radius: 4px !important;
  background: #f4f4f5 !important;
  color: var(--site-primary) !important;
}

.website-frame.renegade-professional-site .block-faq .faq-list strong,
.website-frame.renegade-professional-site .block-faq .faq-list p {
  color: #18181b !important;
}

.website-frame.renegade-professional-site .block-faq .faq-list p {
  color: #52525b !important;
}

.website-frame.renegade-professional-site .location-cloud span {
  border: 1px solid #d4d4d8 !important;
  border-radius: 4px !important;
  background: #ffffff !important;
  color: #27272a !important;
  font-weight: 700 !important;
}

.website-frame.renegade-professional-site .contact-band {
  border-color: var(--site-primary) !important;
  background: #18181b !important;
  padding: 54px 7vw !important;
}

.website-frame.renegade-professional-site .contact-band h2 {
  color: #ffffff !important;
  font-family: inherit !important;
  text-transform: none !important;
}

.website-frame.renegade-professional-site .contact-band-cta {
  border-radius: 4px !important;
  color: #ffffff !important;
  font-size: 13px !important;
  text-transform: none !important;
}

.website-frame.renegade-professional-site.device-tablet .site-nav,
.website-frame.renegade-professional-site.device-mobile .site-nav {
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 12px !important;
  padding: 14px 18px !important;
}

.website-frame.renegade-professional-site.device-tablet .site-nav nav,
.website-frame.renegade-professional-site.device-mobile .site-nav nav {
  display: flex !important;
  width: 100% !important;
  flex-direction: row !important;
  justify-content: flex-start !important;
  overflow-x: auto !important;
}

.website-frame.renegade-professional-site.device-tablet .quote-bar {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 10px 18px !important;
  font-size: 10px !important;
}

.website-frame.renegade-professional-site.device-tablet .site-nav nav button,
.website-frame.renegade-professional-site.device-mobile .site-nav nav button {
  width: auto !important;
  flex: 0 0 auto !important;
}

.website-frame.renegade-professional-site.device-tablet .nav-actions,
.website-frame.renegade-professional-site.device-mobile .nav-actions {
  display: grid !important;
  width: 100% !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.website-frame.renegade-professional-site.device-tablet .site-hero,
.website-frame.renegade-professional-site.device-mobile .site-hero {
  grid-template-columns: minmax(0, 1fr) !important;
  min-height: auto !important;
  padding: 62px 28px 98px !important;
}

.website-frame.renegade-professional-site.device-tablet .hero-content h1 {
  font-size: 42px !important;
}

.website-frame.renegade-professional-site.device-mobile .quote-bar {
  display: none !important;
}

.website-frame.renegade-professional-site.device-mobile .site-nav nav {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 4px !important;
  overflow: visible !important;
}

.website-frame.renegade-professional-site.device-mobile .site-nav nav > button,
.website-frame.renegade-professional-site.device-mobile .site-nav nav > .header-nav-menu {
  min-width: 104px !important;
  flex: 1 1 calc(33.333% - 4px) !important;
}

.website-frame.renegade-professional-site.device-mobile .site-nav nav > .header-nav-menu > button {
  width: 100% !important;
}

.website-frame.renegade-professional-site.device-mobile .site-nav nav button {
  min-height: 34px !important;
  padding: 7px 6px !important;
  overflow: visible !important;
  font-size: 11px !important;
  line-height: 1.2 !important;
  white-space: normal !important;
  text-overflow: clip !important;
}

.website-frame.renegade-professional-site.device-mobile .brand-mark img {
  width: 56px !important;
  height: 42px !important;
}

.website-frame.renegade-professional-site.device-mobile .brand-mark strong {
  max-width: 180px !important;
  font-size: 13px !important;
}

.website-frame.renegade-professional-site.device-mobile .site-hero {
  padding: 52px 22px 88px !important;
}

.website-frame.renegade-professional-site.device-mobile .hero-content h1 {
  font-size: 36px !important;
  line-height: 1.08 !important;
}

.website-frame.renegade-professional-site.device-mobile .hero-content p {
  font-size: 16px !important;
}

.website-frame.renegade-professional-site.device-tablet .estimate-panel,
.website-frame.renegade-professional-site.device-mobile .estimate-panel {
  width: calc(100% - 24px) !important;
  margin-top: -60px !important;
  padding: 20px !important;
}

.website-frame.renegade-professional-site.device-tablet .estimate-fields,
.website-frame.renegade-professional-site.device-mobile .estimate-fields,
.website-frame.renegade-professional-site.device-tablet .service-card-grid,
.website-frame.renegade-professional-site.device-mobile .service-card-grid,
.website-frame.renegade-professional-site.device-tablet .process-grid,
.website-frame.renegade-professional-site.device-mobile .process-grid {
  grid-template-columns: minmax(0, 1fr) !important;
}

.website-frame.renegade-professional-site.device-tablet .site-section,
.website-frame.renegade-professional-site.device-mobile .site-section {
  padding: 52px 24px !important;
}

.website-frame.renegade-professional-site.device-mobile .section-heading h2,
.website-frame.renegade-professional-site.device-mobile .contact-band h2 {
  font-size: 30px !important;
}

.website-frame.renegade-professional-site.device-mobile .contact-band {
  padding: 44px 24px !important;
}

.website-frame.renegade-professional-site.device-mobile .block-custom-links .cta-panel {
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 16px !important;
  padding: 22px !important;
}

.website-frame.renegade-professional-site.device-mobile .block-custom-links .cta-panel .link-row,
.website-frame.renegade-professional-site.device-mobile .block-custom-links .cta-panel .link-row a {
  width: 100% !important;
}

/* The legacy custom-canvas trust copy is editor residue, not site content. */
.website-frame.renegade-professional-site .site-hero .builder-custom-canvas {
  display: none !important;
}

/* Override the older global stability rules only for this company draft. */
html.rs-xsites-stability .website-frame.renegade-professional-site.device-desktop .site-hero {
  display: grid !important;
  grid-template-columns: minmax(0, 760px) 260px !important;
  min-height: 590px !important;
  justify-content: initial !important;
  overflow: hidden !important;
  padding: 88px 80px 124px !important;
}

html.rs-xsites-stability .website-frame.renegade-professional-site.device-desktop .site-hero::before {
  content: none !important;
}

html.rs-xsites-stability .website-frame.renegade-professional-site.device-desktop .site-hero > * {
  max-width: 760px !important;
}

html.rs-xsites-stability .website-frame.renegade-professional-site.device-desktop .site-hero .hero-content h1 {
  max-width: 720px !important;
  font-size: 54px !important;
  line-height: 1.05 !important;
}

html.rs-xsites-stability .website-frame.renegade-professional-site.device-desktop .site-hero .hero-content p {
  max-width: 680px !important;
  font-size: 18px !important;
  line-height: 1.62 !important;
}

html.rs-xsites-stability .website-frame.renegade-professional-site.device-desktop #estimate.estimate-panel {
  width: min(1120px, calc(100% - 64px)) !important;
  max-width: 1120px !important;
  margin: -68px auto 0 !important;
}

html.rs-xsites-stability .website-frame.renegade-professional-site.device-desktop .site-section,
html.rs-xsites-stability .website-frame.renegade-professional-site.device-desktop .site-section.layout-split {
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 28px !important;
  padding: 72px 7vw !important;
}

html.rs-xsites-stability .website-frame.renegade-professional-site.device-desktop .contact-band {
  padding: 54px 7vw !important;
}

/* 2026-07-21 visual system refresh: stronger bands, real service media, and denser hierarchy. */
.website-frame.renegade-professional-site,
.website-frame.renegade-professional-site * {
  letter-spacing: 0 !important;
}

.website-frame.renegade-professional-site {
  --renegade-ink: #111214;
  --renegade-carbon: #1d1f22;
  --renegade-steel: #34373b;
  --renegade-mist: #eef1f3;
  --renegade-paper: #ffffff;
  --renegade-line: #d9dde1;
  --renegade-red-light: #ff6267;
  background: var(--renegade-mist) !important;
}

.website-frame.renegade-professional-site .site-nav {
  box-shadow: 0 10px 30px rgba(17, 18, 20, 0.08) !important;
}

.website-frame.renegade-professional-site .site-hero {
  min-height: 620px !important;
  border-bottom: 5px solid var(--site-primary) !important;
  background-position: center 48% !important;
  background-size: cover !important;
}

.website-frame.renegade-professional-site .hero-content .eyebrow {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 30px !important;
  border-left: 4px solid var(--site-primary) !important;
  background: rgba(17, 18, 20, 0.72) !important;
  padding: 6px 10px !important;
  color: #ffffff !important;
}

.website-frame.renegade-professional-site .hero-content h1 {
  text-wrap: balance !important;
  text-shadow: 0 3px 22px rgba(0, 0, 0, 0.32) !important;
}

.website-frame.renegade-professional-site .estimate-panel {
  border: 0 !important;
  border-top: 5px solid var(--site-primary) !important;
  box-shadow: 0 24px 60px rgba(17, 18, 20, 0.17) !important;
}

.website-frame.renegade-professional-site .site-section {
  position: relative !important;
  overflow: hidden !important;
  padding-top: 76px !important;
  padding-bottom: 76px !important;
}

.website-frame.renegade-professional-site .site-section.background-light {
  background: var(--renegade-paper) !important;
}

.website-frame.renegade-professional-site .site-section.background-soft,
.website-frame.renegade-professional-site .block-services.background-light,
.website-frame.renegade-professional-site .block-faq {
  background: var(--renegade-mist) !important;
  background-image: none !important;
}

.website-frame.renegade-professional-site .section-heading {
  text-align: left !important;
}

.website-frame.renegade-professional-site .section-heading > [data-builder-kind="eyebrow"] {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin-bottom: 10px !important;
}

.website-frame.renegade-professional-site .section-heading > [data-builder-kind="eyebrow"]::before {
  content: "" !important;
  width: 28px !important;
  height: 3px !important;
  background: var(--site-primary) !important;
}

.website-frame.renegade-professional-site .section-heading h2 {
  max-width: 860px !important;
  margin-top: 0 !important;
  font-size: 42px !important;
  text-wrap: balance !important;
}

.website-frame.renegade-professional-site .section-heading p {
  max-width: 780px !important;
  margin-bottom: 0 !important;
  font-size: 17px !important;
}

.website-frame.renegade-professional-site .block-services > .section-heading {
  padding-bottom: 24px !important;
  border-bottom: 1px solid var(--renegade-line) !important;
}

.website-frame.renegade-professional-site .service-card-grid {
  gap: 24px !important;
}

.website-frame.renegade-professional-site .service-card-grid article {
  display: flex !important;
  min-width: 0 !important;
  min-height: 100% !important;
  flex-direction: column !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  box-shadow: 0 16px 42px rgba(17, 18, 20, 0.1) !important;
  transition: transform 180ms ease, box-shadow 180ms ease !important;
}

.website-frame.renegade-professional-site .service-card-grid article:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 24px 54px rgba(17, 18, 20, 0.16) !important;
}

.website-frame.renegade-professional-site .service-card-grid article > img {
  width: 100% !important;
  height: 220px !important;
  aspect-ratio: 16 / 9 !important;
  border-bottom: 4px solid var(--site-primary) !important;
  object-fit: cover !important;
  object-position: center !important;
  filter: saturate(0.92) contrast(1.04) !important;
  transition: transform 240ms ease !important;
}

.website-frame.renegade-professional-site .service-card-grid article:hover > img {
  transform: scale(1.025) !important;
}

.website-frame.renegade-professional-site .service-card-grid article > div {
  display: flex !important;
  min-width: 0 !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  padding: 24px !important;
}

.website-frame.renegade-professional-site .service-card-grid strong {
  font-size: 22px !important;
  line-height: 1.2 !important;
}

.website-frame.renegade-professional-site .service-card-grid p {
  flex: 1 1 auto !important;
  margin: 12px 0 20px !important;
  font-size: 15px !important;
}

.website-frame.renegade-professional-site .service-card-grid a {
  display: inline-flex !important;
  min-height: 46px !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  width: 100% !important;
  margin-top: auto !important;
  border: 0 !important;
  border-radius: 4px !important;
  background: var(--renegade-ink) !important;
  padding: 12px 14px !important;
  color: #ffffff !important;
  font-size: 13px !important;
  line-height: 1.25 !important;
  text-decoration: none !important;
  white-space: normal !important;
}

.website-frame.renegade-professional-site .service-card-grid a::after {
  content: ">" !important;
  flex: 0 0 auto !important;
  color: var(--site-primary) !important;
  font-size: 17px !important;
}

.website-frame.renegade-professional-site .service-card-grid a:hover {
  background: var(--site-primary) !important;
}

.website-frame.renegade-professional-site .service-card-grid a:hover::after {
  color: #ffffff !important;
}

.website-frame.renegade-professional-site .block-storm-process {
  border-top: 5px solid var(--site-primary) !important;
  border-bottom: 0 !important;
  background: var(--renegade-carbon) !important;
  background-image: none !important;
}

.website-frame.renegade-professional-site .block-storm-process .section-heading {
  min-height: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

.website-frame.renegade-professional-site .block-storm-process .section-heading h2,
.website-frame.renegade-professional-site .block-storm-process .section-heading p {
  color: #ffffff !important;
}

.website-frame.renegade-professional-site .block-storm-process .process-grid {
  gap: 18px !important;
  padding: 0 !important;
  background: transparent !important;
  background-image: none !important;
}

.website-frame.renegade-professional-site .block-storm-process .process-grid article {
  border: 1px solid #3b3e43 !important;
  border-radius: 6px !important;
  background: #26282c !important;
  padding: 22px !important;
}

.website-frame.renegade-professional-site .block-storm-process .process-grid span {
  font-family: inherit !important;
  font-size: 28px !important;
  font-weight: 900 !important;
}

.website-frame.renegade-professional-site .block-contact.background-dark .section-grid article {
  border: 1px solid #3b3e43 !important;
  background: #25272a !important;
  box-shadow: none !important;
}

.website-frame.renegade-professional-site .block-contact.background-dark .section-grid strong,
.website-frame.renegade-professional-site .block-contact.background-dark .section-grid p {
  color: #ffffff !important;
}

.website-frame.renegade-professional-site .block-contact.background-dark .section-grid p {
  color: #d4d7da !important;
}

.website-frame.renegade-professional-site .block-faq .faq-list {
  gap: 12px !important;
}

.website-frame.renegade-professional-site .block-faq .faq-list article {
  border: 0 !important;
  border-left: 4px solid var(--site-primary) !important;
  box-shadow: 0 10px 28px rgba(17, 18, 20, 0.07) !important;
}

.website-frame.renegade-professional-site .location-cloud {
  gap: 10px !important;
}

.website-frame.renegade-professional-site .location-cloud span {
  padding: 11px 14px !important;
  box-shadow: 0 5px 14px rgba(17, 18, 20, 0.05) !important;
}

.website-frame.renegade-professional-site .contact-band {
  border-top: 5px solid var(--site-primary) !important;
  border-bottom: 0 !important;
  background: var(--renegade-ink) !important;
}

.website-frame.renegade-professional-site.device-tablet .service-card-grid,
.website-frame.renegade-professional-site.device-tablet .process-grid,
.website-frame.renegade-professional-site.device-tablet .section-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.website-frame.renegade-professional-site.device-tablet .site-section,
.website-frame.renegade-professional-site.device-mobile .site-section {
  padding-top: 58px !important;
  padding-bottom: 58px !important;
}

.website-frame.renegade-professional-site.device-mobile .site-nav nav {
  flex-wrap: wrap !important;
  overflow: visible !important;
  padding-bottom: 0 !important;
}

.website-frame.renegade-professional-site.device-mobile .site-nav nav > button,
.website-frame.renegade-professional-site.device-mobile .site-nav nav > .header-nav-menu {
  min-width: 0 !important;
  flex: 1 1 calc(33.333% - 4px) !important;
}

.website-frame.renegade-professional-site.device-mobile .header-nav-menu > .header-nav-dropdown {
  width: calc(300% + 8px) !important;
  max-width: none !important;
}

.website-frame.renegade-professional-site.device-mobile .header-nav-menu:nth-child(2) > .header-nav-dropdown,
.website-frame.renegade-professional-site.device-mobile .header-nav-menu:nth-child(5) > .header-nav-dropdown {
  right: auto !important;
  left: calc(-100% - 4px) !important;
}

.website-frame.renegade-professional-site.device-mobile .header-nav-menu:nth-child(3) > .header-nav-dropdown {
  right: auto !important;
  left: calc(-200% - 8px) !important;
}

.website-frame.renegade-professional-site.device-mobile .header-nav-menu:nth-child(4) > .header-nav-dropdown {
  right: auto !important;
  left: 0 !important;
}

.website-frame.renegade-professional-site.device-mobile .site-nav nav > .header-nav-menu:focus-within {
  flex: 1 1 100% !important;
}

.website-frame.renegade-professional-site.device-mobile .header-nav-menu:not(:focus-within) > .header-nav-dropdown {
  display: none !important;
}

.website-frame.renegade-professional-site.device-mobile .header-nav-menu:focus-within > .header-nav-dropdown {
  position: static !important;
  display: grid !important;
  gap: 4px !important;
  width: 100% !important;
  max-width: none !important;
  margin-top: 4px !important;
}

.website-frame.renegade-professional-site.device-mobile .service-card-grid,
.website-frame.renegade-professional-site.device-mobile .process-grid,
.website-frame.renegade-professional-site.device-mobile .section-grid {
  grid-template-columns: minmax(0, 1fr) !important;
}

.website-frame.renegade-professional-site.device-mobile .section-heading h2 {
  font-size: 32px !important;
}

.website-frame.renegade-professional-site.device-mobile .service-card-grid article > img {
  height: 200px !important;
}

.website-frame.renegade-professional-site.device-mobile .service-card-grid article > div {
  padding: 20px !important;
}

.website-frame.renegade-professional-site .block-services .section-heading h2 {
  color: var(--renegade-ink) !important;
}

.website-frame.renegade-professional-site .service-card-grid strong,
.website-frame.renegade-professional-site .section-grid article strong,
.website-frame.renegade-professional-site .process-grid strong,
.website-frame.renegade-professional-site .faq-list strong {
  font-family: inherit !important;
  text-transform: none !important;
}

/* Lock the process band to one contrast system despite legacy background classes. */
.website-frame.renegade-professional-site .site-section.block-storm-process.background-light,
.website-frame.renegade-professional-site .site-section.block-storm-process.background-soft,
.website-frame.renegade-professional-site .site-section.block-storm-process.background-dark {
  background: var(--renegade-carbon) !important;
  background-image: none !important;
  color: #ffffff !important;
}

.website-frame.renegade-professional-site .block-storm-process .section-heading h2 {
  color: #ffffff !important;
}

.website-frame.renegade-professional-site .block-storm-process .section-heading p,
.website-frame.renegade-professional-site .block-storm-process .process-grid article p {
  color: #d9dde1 !important;
}

.website-frame.renegade-professional-site .block-storm-process .process-grid article strong {
  color: #ffffff !important;
}

.website-frame.renegade-professional-site .block-storm-process .process-grid article > span {
  color: var(--renegade-red-light) !important;
}

.website-frame.renegade-professional-site .estimate-panel .estimate-service-choice,
.website-frame.renegade-professional-site .estimate-panel .estimate-service-choice span {
  color: #27272a !important;
}

.website-frame.renegade-professional-site .estimate-panel .estimate-services > strong {
  color: #27272a !important;
}

.website-frame.renegade-professional-site .estimate-panel .estimate-consent small {
  color: #52525b !important;
}

.website-frame.renegade-professional-site .block-storm-process .section-heading > [data-builder-kind="eyebrow"],
.website-frame.renegade-professional-site .site-section.background-dark .section-heading > [data-builder-kind="eyebrow"],
.website-frame.renegade-professional-site .contact-band > div > span,
.website-frame.renegade-professional-site .contact-band > span {
  color: var(--renegade-red-light) !important;
}

.website-frame.renegade-professional-site .estimate-panel > button,
.website-frame.renegade-professional-site .nav-cta,
.website-frame.renegade-professional-site .hero-actions a,
.website-frame.renegade-professional-site .hero-actions button,
.website-frame.renegade-professional-site .contact-band-cta,
.website-frame.renegade-professional-site .block-custom-links .link-row a {
  color: #ffffff !important;
}

/* Concise page templates use distinct editorial, resource, and directory treatments. */
.website-frame.renegade-professional-site.device-desktop .site-section.layout-split .section-heading {
  display: grid !important;
  grid-template-columns: minmax(0, 0.92fr) minmax(380px, 1.08fr) !important;
  grid-template-rows: auto auto 1fr !important;
  align-items: center !important;
  gap: 10px 54px !important;
}

.website-frame.renegade-professional-site.device-desktop .site-section.layout-split .section-heading > [data-builder-kind="eyebrow"],
.website-frame.renegade-professional-site.device-desktop .site-section.layout-split .section-heading > h2,
.website-frame.renegade-professional-site.device-desktop .site-section.layout-split .section-heading > p {
  grid-column: 1 !important;
}

.website-frame.renegade-professional-site.device-desktop .site-section.layout-split .section-heading > .section-image {
  grid-column: 2 !important;
  grid-row: 1 / 4 !important;
  width: 100% !important;
  min-height: 340px !important;
  max-height: 430px !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-radius: 6px !important;
  object-fit: cover !important;
}

.website-frame.renegade-professional-site .site-section.layout-compact.block-services .service-card-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

.website-frame.renegade-professional-site .site-section.layout-compact.block-services .service-card-grid article {
  min-height: 0 !important;
  border-left: 4px solid var(--site-primary) !important;
  box-shadow: none !important;
}

.website-frame.renegade-professional-site .site-section.layout-compact.block-services .service-card-grid article > div {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 6px 18px !important;
  padding: 18px 20px !important;
}

.website-frame.renegade-professional-site .site-section.layout-compact.block-services .service-card-grid article p {
  grid-column: 1 !important;
  margin: 0 !important;
}

.website-frame.renegade-professional-site .site-section.layout-compact.block-services .service-card-grid article a {
  grid-column: 2 !important;
  grid-row: 1 / 3 !important;
  white-space: nowrap !important;
}

.website-frame.renegade-professional-site.device-desktop .site-section.layout-directory .service-card-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

.website-frame.renegade-professional-site .site-section.layout-directory .service-card-grid article {
  min-height: 0 !important;
  border-radius: 4px !important;
  box-shadow: none !important;
}

.website-frame.renegade-professional-site .site-section.layout-directory .service-card-grid article > div {
  display: grid !important;
  gap: 8px !important;
  padding: 15px !important;
}

.website-frame.renegade-professional-site .site-section.layout-directory .service-card-grid article p {
  display: none !important;
}

.website-frame.renegade-professional-site .site-section.layout-directory .service-card-grid article a {
  min-height: 34px !important;
  padding: 7px 10px !important;
  font-size: 11px !important;
}

/* Long-form guides read like an editorial page, not another wall of cards. */
.website-frame.renegade-professional-site .block-blog.layout-editorial {
  background: #ffffff !important;
}

.website-frame.renegade-professional-site .block-blog.layout-editorial > .section-heading {
  max-width: 1180px !important;
  border-bottom: 1px solid var(--renegade-line) !important;
  padding-bottom: 30px !important;
}

.website-frame.renegade-professional-site .block-blog.layout-editorial > .section-heading h2 {
  max-width: 940px !important;
}

.website-frame.renegade-professional-site .block-blog.layout-editorial > .section-heading p {
  max-width: 900px !important;
  font-size: 18px !important;
  line-height: 1.75 !important;
}

.website-frame.renegade-professional-site .block-blog.layout-editorial > .blog-card-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 0 52px !important;
  counter-reset: editorial-section !important;
}

.website-frame.renegade-professional-site .block-blog.layout-editorial .blog-card-grid article {
  display: grid !important;
  min-width: 0 !important;
  align-content: start !important;
  gap: 10px !important;
  border: 0 !important;
  border-top: 1px solid var(--renegade-line) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 30px 0 34px !important;
  counter-increment: editorial-section !important;
}

.website-frame.renegade-professional-site .block-blog.layout-editorial .blog-card-grid article:nth-child(-n + 2) {
  border-top: 0 !important;
}

.website-frame.renegade-professional-site .block-blog.layout-editorial .blog-card-grid article > span {
  color: var(--site-primary) !important;
  font-size: 0 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  line-height: 1.3 !important;
  text-transform: uppercase !important;
}

.website-frame.renegade-professional-site .block-blog.layout-editorial .blog-card-grid article > span::after {
  content: "Section " counter(editorial-section, decimal-leading-zero) !important;
  font-size: 12px !important;
}

.website-frame.renegade-professional-site .block-blog.layout-editorial .blog-card-grid article strong {
  display: block !important;
  max-width: 560px !important;
  color: var(--renegade-ink) !important;
  font-size: 24px !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  line-height: 1.25 !important;
}

.website-frame.renegade-professional-site .block-blog.layout-editorial .blog-card-grid article p {
  max-width: 64ch !important;
  margin: 0 !important;
  color: #3f3f46 !important;
  font-size: 16px !important;
  line-height: 1.8 !important;
}

.website-frame.renegade-professional-site .block-blog.layout-editorial .blog-card-grid article a {
  display: none !important;
}

.website-frame.renegade-professional-site.device-mobile .block-blog.layout-editorial > .blog-card-grid {
  grid-template-columns: minmax(0, 1fr) !important;
}

.website-frame.renegade-professional-site.device-mobile .block-blog.layout-editorial .blog-card-grid article:nth-child(2) {
  border-top: 1px solid var(--renegade-line) !important;
}

.website-frame.renegade-professional-site.device-mobile .block-blog.layout-editorial > .section-heading p {
  font-size: 16px !important;
  line-height: 1.7 !important;
}

.website-frame.renegade-professional-site.device-mobile .block-blog.layout-editorial .blog-card-grid article strong {
  font-size: 21px !important;
}

/* The global close now serves as the professional footer and site map. */
.website-frame.renegade-professional-site .contact-band.renegade-site-footer {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: start !important;
  gap: 42px 56px !important;
  padding: 62px 7vw 24px !important;
}

.website-frame.renegade-professional-site .contact-band.renegade-site-footer > div:first-child {
  max-width: 760px !important;
}

.website-frame.renegade-professional-site .contact-band.renegade-site-footer > .contact-band-cta {
  align-self: center !important;
  margin-top: 18px !important;
}

.website-frame.renegade-professional-site .renegade-footer-map {
  display: grid !important;
  grid-column: 1 / -1 !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 30px !important;
  width: 100% !important;
  border-top: 1px solid #34373b !important;
  padding-top: 34px !important;
}

.website-frame.renegade-professional-site .renegade-footer-map section {
  display: grid !important;
  align-content: start !important;
  gap: 9px !important;
}

.website-frame.renegade-professional-site .renegade-footer-map h3 {
  margin: 0 0 7px !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
  text-transform: none !important;
}

.website-frame.renegade-professional-site .renegade-footer-map a,
.website-frame.renegade-professional-site .renegade-footer-bottom a {
  width: fit-content !important;
  color: #c7c9cc !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
  text-decoration: none !important;
}

.website-frame.renegade-professional-site .renegade-footer-map a:hover,
.website-frame.renegade-professional-site .renegade-footer-bottom a:hover {
  color: #ffffff !important;
  text-decoration: underline !important;
  text-underline-offset: 4px !important;
}

.website-frame.renegade-professional-site .renegade-footer-bottom {
  display: flex !important;
  grid-column: 1 / -1 !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 20px !important;
  width: 100% !important;
  border-top: 1px solid #34373b !important;
  padding-top: 20px !important;
  color: #8f9499 !important;
  font-size: 12px !important;
}

.website-frame.renegade-professional-site .renegade-footer-bottom > div {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 18px !important;
}

.website-frame.renegade-professional-site.device-tablet .renegade-footer-map {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.website-frame.renegade-professional-site.device-mobile .site-section.layout-compact.block-services .service-card-grid,
.website-frame.renegade-professional-site.device-mobile .site-section.layout-directory .service-card-grid,
.website-frame.renegade-professional-site.device-mobile .renegade-footer-map {
  grid-template-columns: minmax(0, 1fr) !important;
}

.website-frame.renegade-professional-site.device-mobile .site-section.layout-compact.block-services .service-card-grid article > div {
  grid-template-columns: minmax(0, 1fr) !important;
}

.website-frame.renegade-professional-site.device-mobile .site-section.layout-compact.block-services .service-card-grid article a {
  grid-column: 1 !important;
  grid-row: auto !important;
}

.website-frame.renegade-professional-site.device-tablet .contact-band.renegade-site-footer,
.website-frame.renegade-professional-site.device-mobile .contact-band.renegade-site-footer {
  grid-template-columns: minmax(0, 1fr) !important;
}

.website-frame.renegade-professional-site.device-tablet .contact-band.renegade-site-footer > .contact-band-cta,
.website-frame.renegade-professional-site.device-mobile .contact-band.renegade-site-footer > .contact-band-cta {
  justify-self: start !important;
  margin-top: 0 !important;
}

.website-frame.renegade-professional-site.device-mobile .renegade-footer-bottom {
  align-items: flex-start !important;
  flex-direction: column !important;
}

/* Secondary navigation is intentionally lighter than the primary service showcase. */
.website-frame.renegade-professional-site .site-section.layout-city-index .service-card-grid,
.website-frame.renegade-professional-site .site-section.layout-service-links .service-card-grid,
.website-frame.renegade-professional-site .site-section.layout-topic-links .service-card-grid,
.website-frame.renegade-professional-site .site-section.layout-nearby-links .service-card-grid,
.website-frame.renegade-professional-site .site-section.layout-resource-links .service-card-grid {
  gap: 0 28px !important;
}

.website-frame.renegade-professional-site.device-desktop .site-section.layout-city-index .service-card-grid,
.website-frame.renegade-professional-site.device-desktop .site-section.layout-directory .service-card-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.website-frame.renegade-professional-site.device-desktop .site-section.layout-service-links .service-card-grid,
.website-frame.renegade-professional-site.device-desktop .site-section.layout-topic-links .service-card-grid,
.website-frame.renegade-professional-site.device-desktop .site-section.layout-resource-links .service-card-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.website-frame.renegade-professional-site.device-desktop .site-section.layout-nearby-links .service-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.website-frame.renegade-professional-site .site-section.layout-city-index .service-card-grid article,
.website-frame.renegade-professional-site .site-section.layout-directory .service-card-grid article,
.website-frame.renegade-professional-site .site-section.layout-service-links .service-card-grid article,
.website-frame.renegade-professional-site .site-section.layout-topic-links .service-card-grid article,
.website-frame.renegade-professional-site .site-section.layout-nearby-links .service-card-grid article,
.website-frame.renegade-professional-site .site-section.layout-resource-links .service-card-grid article {
  min-height: 0 !important;
  overflow: visible !important;
  border: 0 !important;
  border-top: 1px solid #d4d4d8 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

.website-frame.renegade-professional-site .site-section.layout-city-index .service-card-grid article:hover,
.website-frame.renegade-professional-site .site-section.layout-directory .service-card-grid article:hover,
.website-frame.renegade-professional-site .site-section.layout-service-links .service-card-grid article:hover,
.website-frame.renegade-professional-site .site-section.layout-topic-links .service-card-grid article:hover,
.website-frame.renegade-professional-site .site-section.layout-nearby-links .service-card-grid article:hover,
.website-frame.renegade-professional-site .site-section.layout-resource-links .service-card-grid article:hover {
  border-top-color: var(--site-primary) !important;
  background: rgba(255, 255, 255, 0.68) !important;
  transform: none !important;
}

.website-frame.renegade-professional-site .site-section.layout-city-index .service-card-grid article > img,
.website-frame.renegade-professional-site .site-section.layout-directory .service-card-grid article > img,
.website-frame.renegade-professional-site .site-section.layout-service-links .service-card-grid article > img,
.website-frame.renegade-professional-site .site-section.layout-topic-links .service-card-grid article > img,
.website-frame.renegade-professional-site .site-section.layout-nearby-links .service-card-grid article > img,
.website-frame.renegade-professional-site .site-section.layout-resource-links .service-card-grid article > img {
  display: none !important;
}

.website-frame.renegade-professional-site .site-section.layout-city-index .service-card-grid article > div,
.website-frame.renegade-professional-site .site-section.layout-directory .service-card-grid article > div,
.website-frame.renegade-professional-site .site-section.layout-service-links .service-card-grid article > div,
.website-frame.renegade-professional-site .site-section.layout-topic-links .service-card-grid article > div,
.website-frame.renegade-professional-site .site-section.layout-nearby-links .service-card-grid article > div,
.website-frame.renegade-professional-site .site-section.layout-resource-links .service-card-grid article > div {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 38px !important;
  align-items: center !important;
  gap: 6px 18px !important;
  min-height: 112px !important;
  padding: 22px 8px !important;
}

.website-frame.renegade-professional-site .site-section.layout-directory .service-card-grid article > div {
  min-height: 70px !important;
  padding: 14px 6px !important;
}

.website-frame.renegade-professional-site .site-section.layout-city-index .service-card-grid strong,
.website-frame.renegade-professional-site .site-section.layout-directory .service-card-grid strong,
.website-frame.renegade-professional-site .site-section.layout-service-links .service-card-grid strong,
.website-frame.renegade-professional-site .site-section.layout-topic-links .service-card-grid strong,
.website-frame.renegade-professional-site .site-section.layout-nearby-links .service-card-grid strong,
.website-frame.renegade-professional-site .site-section.layout-resource-links .service-card-grid strong {
  grid-column: 1 !important;
  margin: 0 !important;
  color: var(--renegade-ink) !important;
  font-size: 19px !important;
  line-height: 1.25 !important;
  letter-spacing: 0 !important;
}

.website-frame.renegade-professional-site .site-section.layout-directory .service-card-grid strong {
  font-size: 16px !important;
}

.website-frame.renegade-professional-site .site-section.layout-city-index .service-card-grid p,
.website-frame.renegade-professional-site .site-section.layout-service-links .service-card-grid p,
.website-frame.renegade-professional-site .site-section.layout-topic-links .service-card-grid p,
.website-frame.renegade-professional-site .site-section.layout-nearby-links .service-card-grid p,
.website-frame.renegade-professional-site .site-section.layout-resource-links .service-card-grid p {
  grid-column: 1 !important;
  margin: 0 !important;
  color: #5f6368 !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
}

.website-frame.renegade-professional-site .site-section.layout-directory .service-card-grid p {
  display: none !important;
}

.website-frame.renegade-professional-site .site-section.layout-city-index .service-card-grid a,
.website-frame.renegade-professional-site .site-section.layout-directory .service-card-grid a,
.website-frame.renegade-professional-site .site-section.layout-service-links .service-card-grid a,
.website-frame.renegade-professional-site .site-section.layout-topic-links .service-card-grid a,
.website-frame.renegade-professional-site .site-section.layout-nearby-links .service-card-grid a,
.website-frame.renegade-professional-site .site-section.layout-resource-links .service-card-grid a {
  display: inline-flex !important;
  grid-column: 2 !important;
  grid-row: 1 / 3 !important;
  align-items: center !important;
  justify-content: center !important;
  width: 36px !important;
  min-width: 36px !important;
  min-height: 36px !important;
  margin: 0 !important;
  border: 1px solid #d4d4d8 !important;
  border-radius: 50% !important;
  background: transparent !important;
  padding: 0 !important;
  color: var(--site-primary) !important;
  font-size: 0 !important;
  line-height: 1 !important;
}

.website-frame.renegade-professional-site .site-section.layout-city-index .service-card-grid a::after,
.website-frame.renegade-professional-site .site-section.layout-directory .service-card-grid a::after,
.website-frame.renegade-professional-site .site-section.layout-service-links .service-card-grid a::after,
.website-frame.renegade-professional-site .site-section.layout-topic-links .service-card-grid a::after,
.website-frame.renegade-professional-site .site-section.layout-nearby-links .service-card-grid a::after,
.website-frame.renegade-professional-site .site-section.layout-resource-links .service-card-grid a::after {
  content: "\2192" !important;
  font-size: 17px !important;
  transform: none !important;
}

.website-frame.renegade-professional-site .site-section.layout-city-index .service-card-grid a:hover,
.website-frame.renegade-professional-site .site-section.layout-directory .service-card-grid a:hover,
.website-frame.renegade-professional-site .site-section.layout-service-links .service-card-grid a:hover,
.website-frame.renegade-professional-site .site-section.layout-topic-links .service-card-grid a:hover,
.website-frame.renegade-professional-site .site-section.layout-nearby-links .service-card-grid a:hover,
.website-frame.renegade-professional-site .site-section.layout-resource-links .service-card-grid a:hover {
  border-color: var(--site-primary) !important;
  background: var(--site-primary) !important;
  color: #ffffff !important;
}

/* Homeowner resources use compact editorial features instead of catalog cards. */
.website-frame.renegade-professional-site.device-desktop .site-section.layout-resource-features .service-card-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 0 34px !important;
}

.website-frame.renegade-professional-site .site-section.layout-resource-features .service-card-grid article {
  display: grid !important;
  grid-template-columns: 168px minmax(0, 1fr) !important;
  min-height: 190px !important;
  overflow: hidden !important;
  border: 0 !important;
  border-top: 1px solid #d4d4d8 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

.website-frame.renegade-professional-site .site-section.layout-resource-features .service-card-grid article:hover {
  border-top-color: var(--site-primary) !important;
  background: #ffffff !important;
  transform: none !important;
}

.website-frame.renegade-professional-site .site-section.layout-resource-features .service-card-grid article > img {
  width: 168px !important;
  height: 100% !important;
  min-height: 190px !important;
  border: 0 !important;
  object-fit: cover !important;
}

.website-frame.renegade-professional-site .site-section.layout-resource-features .service-card-grid article > div {
  align-content: center !important;
  padding: 24px 22px !important;
}

.website-frame.renegade-professional-site .site-section.layout-resource-features .service-card-grid strong {
  font-size: 20px !important;
  line-height: 1.25 !important;
  letter-spacing: 0 !important;
}

.website-frame.renegade-professional-site .site-section.layout-resource-features .service-card-grid p {
  margin: 8px 0 12px !important;
  color: #52525b !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
}

.website-frame.renegade-professional-site .site-section.layout-resource-features .service-card-grid a {
  width: fit-content !important;
  min-height: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  color: var(--site-primary) !important;
  font-size: 13px !important;
}

.website-frame.renegade-professional-site .site-section.layout-resource-features .service-card-grid a::after {
  content: "\2192" !important;
  margin-left: 8px !important;
  transform: none !important;
}

/* The storm index is a single visual feature, with hierarchy inside the grid. */
.website-frame.renegade-professional-site.device-desktop .site-section.layout-storm-index .service-card-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  gap: 22px !important;
}

.website-frame.renegade-professional-site.device-desktop .site-section.layout-storm-index .service-card-grid article {
  grid-column: span 4 !important;
}

.website-frame.renegade-professional-site.device-desktop .site-section.layout-storm-index .service-card-grid article:first-child {
  grid-column: span 8 !important;
}

.website-frame.renegade-professional-site.device-desktop .site-section.layout-storm-index .service-card-grid article:first-child > img {
  height: 320px !important;
}

/* Long guides now use a magazine-style lead, chapter rail, and readable body column. */
.website-frame.renegade-professional-site .block-blog.layout-editorial {
  display: grid !important;
  grid-template-columns: 230px minmax(0, 860px) !important;
  justify-content: center !important;
  gap: 38px 62px !important;
  background: #ffffff !important;
}

.website-frame.renegade-professional-site .block-blog.layout-editorial > .section-heading {
  display: grid !important;
  grid-column: 1 / 3 !important;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr) !important;
  grid-template-rows: auto auto auto auto !important;
  align-items: center !important;
  gap: 10px 54px !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 1152px !important;
  margin: 0 auto !important;
  border: 0 !important;
  padding: 0 0 52px !important;
}

.website-frame.renegade-professional-site .block-blog.layout-editorial > .section-heading > [data-builder-kind="eyebrow"],
.website-frame.renegade-professional-site .block-blog.layout-editorial > .section-heading > h2,
.website-frame.renegade-professional-site .block-blog.layout-editorial > .section-heading > p,
.website-frame.renegade-professional-site .block-blog.layout-editorial > .section-heading > .renegade-guide-meta {
  grid-column: 1 !important;
}

.website-frame.renegade-professional-site .block-blog.layout-editorial > .section-heading h2 {
  max-width: 650px !important;
  margin: 8px 0 10px !important;
  font-size: 42px !important;
  line-height: 1.1 !important;
  letter-spacing: 0 !important;
}

.website-frame.renegade-professional-site .block-blog.layout-editorial > .section-heading p {
  max-width: 62ch !important;
  margin: 0 !important;
  color: #4b4f55 !important;
  font-size: 17px !important;
  line-height: 1.68 !important;
}

.website-frame.renegade-professional-site .block-blog.layout-editorial > .section-heading > .section-image {
  grid-column: 2 !important;
  grid-row: 1 / 5 !important;
  width: 100% !important;
  height: 430px !important;
  min-height: 430px !important;
  margin: 0 !important;
  border: 0 !important;
  border-bottom: 5px solid var(--site-primary) !important;
  border-radius: 6px !important;
  object-fit: cover !important;
  box-shadow: 0 20px 46px rgba(24, 24, 27, 0.14) !important;
}

.website-frame.renegade-professional-site .renegade-guide-meta {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 7px 16px !important;
  margin-top: 10px !important;
  color: #71717a !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
}

.website-frame.renegade-professional-site .renegade-guide-meta span + span::before {
  content: "\2022" !important;
  margin-right: 16px !important;
  color: var(--site-primary) !important;
}

.website-frame.renegade-professional-site .renegade-guide-nav {
  position: sticky !important;
  top: 104px !important;
  grid-column: 1 !important;
  align-self: start !important;
  width: 100% !important;
  min-width: 0 !important;
  border-top: 4px solid var(--site-primary) !important;
  padding: 20px 0 0 !important;
}

.website-frame.renegade-professional-site .renegade-guide-nav > strong {
  display: block !important;
  margin-bottom: 12px !important;
  color: var(--renegade-ink) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
  letter-spacing: 0 !important;
}

.website-frame.renegade-professional-site .renegade-guide-nav ol {
  display: grid !important;
  gap: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  counter-reset: guide-nav !important;
}

.website-frame.renegade-professional-site .renegade-guide-nav li {
  counter-increment: guide-nav !important;
}

.website-frame.renegade-professional-site .renegade-guide-nav a {
  display: grid !important;
  grid-template-columns: 24px minmax(0, 1fr) !important;
  gap: 10px !important;
  border-bottom: 1px solid #e4e4e7 !important;
  padding: 12px 0 !important;
  color: #52525b !important;
  font-size: 13px !important;
  font-weight: 650 !important;
  line-height: 1.4 !important;
  text-decoration: none !important;
}

.website-frame.renegade-professional-site .renegade-guide-nav a::before {
  content: counter(guide-nav, decimal-leading-zero) !important;
  color: var(--site-primary) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
}

.website-frame.renegade-professional-site .renegade-guide-nav a:hover {
  color: var(--renegade-ink) !important;
}

.website-frame.renegade-professional-site .block-blog.layout-editorial > .blog-card-grid {
  display: grid !important;
  grid-column: 2 !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 0 !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 860px !important;
  margin: 0 !important;
}

.website-frame.renegade-professional-site .block-blog.layout-editorial .blog-card-grid article,
.website-frame.renegade-professional-site .block-blog.layout-editorial .blog-card-grid article:nth-child(-n + 2) {
  display: grid !important;
  grid-template-columns: 54px minmax(0, 1fr) !important;
  align-content: start !important;
  gap: 10px 22px !important;
  scroll-margin-top: 118px !important;
  border: 0 !important;
  border-top: 1px solid #d4d4d8 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 44px 0 50px !important;
}

.website-frame.renegade-professional-site .block-blog.layout-editorial .blog-card-grid article:first-child {
  border-top: 0 !important;
  padding-top: 4px !important;
}

.website-frame.renegade-professional-site .block-blog.layout-editorial .blog-card-grid article > span {
  display: inline-flex !important;
  grid-column: 1 !important;
  grid-row: 1 / 3 !important;
  align-items: center !important;
  justify-content: center !important;
  width: 44px !important;
  height: 44px !important;
  border: 1px solid var(--site-primary) !important;
  border-radius: 50% !important;
  color: var(--site-primary) !important;
  font-size: 0 !important;
}

.website-frame.renegade-professional-site .block-blog.layout-editorial .blog-card-grid article > span::after {
  content: counter(editorial-section, decimal-leading-zero) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
}

.website-frame.renegade-professional-site .block-blog.layout-editorial .blog-card-grid article strong {
  grid-column: 2 !important;
  max-width: 720px !important;
  color: var(--renegade-ink) !important;
  font-size: 28px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
}

.website-frame.renegade-professional-site .block-blog.layout-editorial .blog-card-grid article p {
  grid-column: 2 !important;
  max-width: 70ch !important;
  margin: 0 !important;
  color: #3f3f46 !important;
  font-size: 16px !important;
  line-height: 1.78 !important;
  white-space: pre-line !important;
}

.website-frame.renegade-professional-site.device-tablet .block-blog.layout-editorial {
  grid-template-columns: 200px minmax(0, 1fr) !important;
  gap: 32px 40px !important;
}

.website-frame.renegade-professional-site.device-tablet .block-blog.layout-editorial > .section-heading {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.88fr) !important;
  gap: 10px 32px !important;
}

.website-frame.renegade-professional-site.device-tablet .block-blog.layout-editorial > .section-heading h2 {
  font-size: 34px !important;
}

.website-frame.renegade-professional-site.device-tablet .block-blog.layout-editorial > .section-heading > .section-image {
  height: 350px !important;
  min-height: 350px !important;
}

.website-frame.renegade-professional-site.device-tablet .site-section.layout-city-index .service-card-grid,
.website-frame.renegade-professional-site.device-tablet .site-section.layout-directory .service-card-grid,
.website-frame.renegade-professional-site.device-tablet .site-section.layout-service-links .service-card-grid,
.website-frame.renegade-professional-site.device-tablet .site-section.layout-topic-links .service-card-grid,
.website-frame.renegade-professional-site.device-tablet .site-section.layout-resource-links .service-card-grid,
.website-frame.renegade-professional-site.device-tablet .site-section.layout-resource-features .service-card-grid,
.website-frame.renegade-professional-site.device-tablet .site-section.layout-nearby-links .service-card-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.website-frame.renegade-professional-site.device-mobile .block-blog.layout-editorial {
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 28px !important;
}

.website-frame.renegade-professional-site.device-mobile .block-blog.layout-editorial > .section-heading {
  grid-column: 1 / 2 !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 10px !important;
  padding-bottom: 12px !important;
}

.website-frame.renegade-professional-site.device-mobile .block-blog.layout-editorial > .section-heading > [data-builder-kind="eyebrow"],
.website-frame.renegade-professional-site.device-mobile .block-blog.layout-editorial > .section-heading > h2,
.website-frame.renegade-professional-site.device-mobile .block-blog.layout-editorial > .section-heading > p,
.website-frame.renegade-professional-site.device-mobile .block-blog.layout-editorial > .section-heading > .renegade-guide-meta,
.website-frame.renegade-professional-site.device-mobile .block-blog.layout-editorial > .section-heading > .section-image {
  grid-column: 1 !important;
  grid-row: auto !important;
}

.website-frame.renegade-professional-site.device-mobile .block-blog.layout-editorial > .section-heading h2 {
  font-size: 30px !important;
}

.website-frame.renegade-professional-site.device-mobile .block-blog.layout-editorial > .section-heading p {
  font-size: 15px !important;
  line-height: 1.65 !important;
}

.website-frame.renegade-professional-site.device-mobile .block-blog.layout-editorial > .section-heading > .section-image {
  height: 240px !important;
  min-height: 240px !important;
  margin-top: 16px !important;
}

.website-frame.renegade-professional-site.device-mobile .renegade-guide-nav {
  position: static !important;
  grid-column: 1 !important;
  overflow-x: auto !important;
  padding-top: 14px !important;
}

.website-frame.renegade-professional-site.device-mobile .renegade-guide-nav ol {
  display: flex !important;
  gap: 8px !important;
  width: max-content !important;
}

.website-frame.renegade-professional-site.device-mobile .renegade-guide-nav a {
  grid-template-columns: 20px 180px !important;
  width: 218px !important;
  min-height: 70px !important;
  border: 1px solid #d4d4d8 !important;
  padding: 12px !important;
}

.website-frame.renegade-professional-site.device-mobile .block-blog.layout-editorial > .blog-card-grid {
  grid-column: 1 !important;
}

.website-frame.renegade-professional-site.device-mobile .block-blog.layout-editorial .blog-card-grid article,
.website-frame.renegade-professional-site.device-mobile .block-blog.layout-editorial .blog-card-grid article:nth-child(-n + 2) {
  grid-template-columns: 42px minmax(0, 1fr) !important;
  gap: 8px 14px !important;
  padding: 34px 0 38px !important;
}

.website-frame.renegade-professional-site.device-mobile .block-blog.layout-editorial .blog-card-grid article > span {
  width: 36px !important;
  height: 36px !important;
}

.website-frame.renegade-professional-site.device-mobile .block-blog.layout-editorial .blog-card-grid article strong {
  font-size: 22px !important;
}

.website-frame.renegade-professional-site.device-mobile .block-blog.layout-editorial .blog-card-grid article p {
  grid-column: 1 / -1 !important;
  margin-top: 8px !important;
  font-size: 15px !important;
  line-height: 1.72 !important;
}

.website-frame.renegade-professional-site.device-mobile .site-section.layout-city-index .service-card-grid,
.website-frame.renegade-professional-site.device-mobile .site-section.layout-directory .service-card-grid,
.website-frame.renegade-professional-site.device-mobile .site-section.layout-service-links .service-card-grid,
.website-frame.renegade-professional-site.device-mobile .site-section.layout-topic-links .service-card-grid,
.website-frame.renegade-professional-site.device-mobile .site-section.layout-resource-links .service-card-grid,
.website-frame.renegade-professional-site.device-mobile .site-section.layout-nearby-links .service-card-grid,
.website-frame.renegade-professional-site.device-mobile .site-section.layout-resource-features .service-card-grid,
.website-frame.renegade-professional-site.device-mobile .site-section.layout-storm-index .service-card-grid {
  grid-template-columns: minmax(0, 1fr) !important;
}

.website-frame.renegade-professional-site.device-mobile .site-section.layout-resource-features .service-card-grid article {
  grid-template-columns: minmax(0, 1fr) !important;
}

.website-frame.renegade-professional-site.device-mobile .site-section.layout-resource-features .service-card-grid article > img {
  width: 100% !important;
  height: 190px !important;
  min-height: 190px !important;
}

.preview-only-workbench .website-frame.renegade-professional-site .editable-block:hover,
.preview-only-workbench .website-frame.renegade-professional-site .editable-block.selected {
  outline-color: transparent !important;
  box-shadow: none !important;
}

.preview-only-workbench .website-frame.renegade-professional-site .builder-element-hit:hover,
.preview-only-workbench .website-frame.renegade-professional-site .builder-element-hit.builder-element-selected {
  outline-color: transparent !important;
}

.website-frame.renegade-professional-site.device-mobile .renegade-guide-nav {
  scrollbar-width: none !important;
}

.website-frame.renegade-professional-site.device-mobile .renegade-guide-nav::-webkit-scrollbar {
  display: none !important;
}
