:root {
  --sdp-dark: #171717;
  --sdp-text: #232323;
  --sdp-muted: #5f6368;
  --sdp-light: #f6f4ef;
  --sdp-card: #ffffff;
  --sdp-accent: #d47a2a;
  --sdp-accent-dark: #a75112;
  --sdp-blue: #19bcd0;
  --sdp-border: rgba(0, 0, 0, 0.12);
  --sdp-shadow: 0 18px 45px rgba(0, 0, 0, 0.10);
}

.sdp-homepage-redesign,
.sdp-enhancement {
  box-sizing: border-box;
  color: var(--sdp-text);
  font-family: inherit;
}

.sdp-homepage-redesign *,
.sdp-enhancement * {
  box-sizing: border-box;
}

.sdp-eyebrow {
  margin: 0 0 10px;
  color: var(--sdp-accent-dark);
  font-size: 0.83rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-transform: uppercase;
}

.sdp-home-hero,
.sdp-home-section,
.sdp-lead-cta {
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(34px, 5.8vw, 84px) 20px;
}

.sdp-home-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
  padding-top: clamp(38px, 7vw, 94px);
  padding-bottom: 36px;
}

.sdp-home-hero h1,
.sdp-home-section h2,
.sdp-home-financing h2,
.sdp-home-final-cta h2,
.sdp-lead-cta h2 {
  margin: 0 0 16px;
  color: var(--sdp-dark);
  font-weight: 950;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.sdp-home-hero h1 {
  font-size: clamp(2.45rem, 6.9vw, 6rem);
}

.sdp-home-section h2,
.sdp-home-financing h2,
.sdp-home-final-cta h2,
.sdp-lead-cta h2 {
  font-size: clamp(1.9rem, 4vw, 3.85rem);
}

.sdp-home-lead,
.sdp-home-section p,
.sdp-home-financing p,
.sdp-home-final-cta p,
.sdp-lead-cta p,
.sdp-project-card span,
.sdp-home-service-grid span {
  color: var(--sdp-muted);
  font-size: clamp(1.02rem, 1.6vw, 1.2rem);
  line-height: 1.62;
}

.sdp-home-lead {
  max-width: 760px;
  margin: 0 0 22px;
}

.sdp-home-actions,
.sdp-lead-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.sdp-button,
.sdp-button:visited {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 13px 20px;
  border: 2px solid var(--sdp-dark);
  border-radius: 999px;
  background: #fff;
  color: var(--sdp-dark);
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.sdp-button:hover,
.sdp-button:focus {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.13);
  color: var(--sdp-dark);
}

.sdp-button--primary,
.sdp-button--primary:visited {
  border-color: var(--sdp-accent);
  background: var(--sdp-accent);
  color: #111;
}

.sdp-home-hero__visual {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  border-radius: 34px;
  background: #111;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.24);
}

.sdp-home-hero__image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sdp-home-hero__anniv {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(74%, 520px);
  height: auto;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 22px 35px rgba(0, 0, 0, 0.35));
}

.sdp-trust-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 20px 0 24px;
}

.sdp-trust-bar span,
.sdp-home-mini-proof span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid var(--sdp-border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
  color: var(--sdp-dark);
  font-size: 0.88rem;
  font-weight: 800;
}

.sdp-home-proof-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  max-width: 1180px;
  margin: 0 auto 20px;
  padding: 0 20px;
}

.sdp-home-proof-strip div {
  background: #111;
  color: #fff;
  padding: 22px;
}

.sdp-home-proof-strip div:first-child { border-radius: 20px 0 0 20px; }
.sdp-home-proof-strip div:last-child { border-radius: 0 20px 20px 0; }
.sdp-home-proof-strip strong { display: block; font-size: 1.3rem; letter-spacing: -0.03em; }
.sdp-home-proof-strip span { display: block; margin-top: 4px; color: #d9d9d9; font-size: 0.92rem; line-height: 1.4; }

.sdp-home-section__head {
  max-width: 820px;
  margin-bottom: 24px;
}

.sdp-project-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 20px 0;
}

.sdp-project-card,
.sdp-project-card:visited {
  display: block;
  overflow: hidden;
  border: 1px solid var(--sdp-border);
  border-radius: 24px;
  background: #fff;
  color: var(--sdp-dark);
  text-decoration: none;
  box-shadow: 0 14px 42px rgba(0, 0, 0, 0.08);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.sdp-project-card:hover,
.sdp-project-card:focus {
  transform: translateY(-2px);
  box-shadow: 0 18px 56px rgba(0, 0, 0, 0.14);
}

.sdp-project-card img {
  display: block;
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.sdp-project-card span {
  display: block;
  padding: 16px 18px 18px;
  font-size: 0.98rem;
  line-height: 1.45;
}

.sdp-home-before-after {
  max-width: 1120px;
  border-radius: 36px;
  background: #fff;
  box-shadow: 0 14px 42px rgba(0, 0, 0, 0.06);
}

.sdp-home-ba-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.sdp-home-ba-grid figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--sdp-border);
  border-radius: 22px;
  background: var(--sdp-light);
}

.sdp-home-ba-grid img {
  display: block;
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.sdp-home-ba-grid figcaption {
  padding: 13px 16px;
  color: var(--sdp-dark);
  font-weight: 900;
}

.sdp-home-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.sdp-home-service-grid a,
.sdp-home-service-grid a:visited {
  display: block;
  min-height: 190px;
  padding: 22px;
  border-radius: 24px;
  background: #111;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.16);
}

.sdp-home-service-grid strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1.25rem;
  line-height: 1.25;
  letter-spacing: -0.025em;
}

.sdp-home-service-grid span {
  color: #ddd;
  font-size: 0.98rem;
}

.sdp-home-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  gap: 32px;
  align-items: center;
}

.sdp-home-mini-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.sdp-home-video-card,
.sdp-home-video-card:visited {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 28px;
  background: #111;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.2);
}

.sdp-home-video-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  opacity: 0.76;
}

.sdp-home-video-card span {
  position: absolute;
  left: 18px;
  bottom: 18px;
  padding: 10px 14px;
  border-radius: 999px;
  background: #fff;
  color: #111;
  font-weight: 950;
}

.sdp-home-service-area {
  max-width: 1120px;
}

.sdp-home-city-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.sdp-home-city-links a,
.sdp-home-city-links a:visited {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 9px 14px;
  border: 1px solid var(--sdp-border);
  border-radius: 999px;
  background: #fff;
  color: var(--sdp-dark);
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.sdp-home-city-links a:hover,
.sdp-home-city-links a:focus {
  background: var(--sdp-light);
  color: var(--sdp-dark);
}

.sdp-home-financing,
.sdp-home-final-cta {
  max-width: 1120px;
  margin: 34px auto;
  padding: clamp(38px, 6vw, 66px);
  border-radius: 34px;
  background: linear-gradient(135deg, #fff, #f1e7dc);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.12);
}

.sdp-lead-cta {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(270px, 0.75fr);
  gap: clamp(20px, 4vw, 44px);
  align-items: center;
  margin-top: 24px;
  margin-bottom: 24px;
  border: 1px solid var(--sdp-border);
  border-radius: 28px;
  background: linear-gradient(135deg, #fff, var(--sdp-light));
  box-shadow: var(--sdp-shadow);
}

.sdp-lead-cta__actions {
  display: grid;
}

.sdp-mobile-cta {
  position: fixed;
  right: 10px;
  bottom: 10px;
  left: 10px;
  z-index: 99998;
  display: none;
  grid-template-columns: 0.8fr 1.2fr 1fr;
  gap: 8px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 20px;
  background: rgba(23, 23, 23, 0.94);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(14px);
}

.sdp-mobile-cta__item,
.sdp-mobile-cta__item:visited {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  border-radius: 14px;
  background: #fff;
  color: #111;
  font-size: 0.92rem;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
}

.sdp-mobile-cta__item--primary,
.sdp-mobile-cta__item--primary:visited {
  background: var(--sdp-accent);
  color: #111;
}

/* Header visibility. */
.sdp-header-fix-active .elementor-location-header,
.sdp-header-fix-active [data-elementor-type="header"],
.sdp-header-fix-active #kj-header {
  position: relative !important;
  z-index: 100000 !important;
  pointer-events: auto !important;
}

.sdp-header-fix-active #kj-header {
  background-color: #111 !important;
}

.sdp-header-fix-active .elementor-location-header a,
.sdp-header-fix-active [data-elementor-type="header"] a,
.sdp-header-fix-active #kj-header a,
.sdp-header-fix-active .elementor-location-header button,
.sdp-header-fix-active [data-elementor-type="header"] button,
.sdp-header-fix-active #kj-header button {
  pointer-events: auto !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.sdp-header-fix-active .elementor-location-header .elementor-nav-menu a,
.sdp-header-fix-active [data-elementor-type="header"] .elementor-nav-menu a,
.sdp-header-fix-active #kj-header .elementor-nav-menu a,
.sdp-header-fix-active #kj-header .elementor-item,
.sdp-header-fix-active #kj-header .elementor-nav-menu--main .elementor-item {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}

.sdp-header-fix-active .elementor-location-header .elementor-nav-menu a:hover,
.sdp-header-fix-active [data-elementor-type="header"] .elementor-nav-menu a:hover,
.sdp-header-fix-active #kj-header .elementor-nav-menu a:hover,
.sdp-header-fix-active .elementor-location-header .elementor-nav-menu a:focus,
.sdp-header-fix-active [data-elementor-type="header"] .elementor-nav-menu a:focus,
.sdp-header-fix-active #kj-header .elementor-nav-menu a:focus {
  color: var(--sdp-blue) !important;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.sdp-header-fix-active .elementor-location-header .elementor-nav-menu--dropdown,
.sdp-header-fix-active [data-elementor-type="header"] .elementor-nav-menu--dropdown,
.sdp-header-fix-active #kj-header .elementor-nav-menu--dropdown {
  z-index: 100001 !important;
  background: #111 !important;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

.sdp-performance-hardening-active .elementor-background-video-container,
.sdp-performance-hardening-active video.elementor-background-video-hosted {
  display: none !important;
}

.sdp-performance-hardening-active iframe[src*="youtube.com"],
.sdp-performance-hardening-active iframe[src*="youtube-nocookie.com"],
.sdp-performance-hardening-active iframe[src*="google.com/maps"] {
  max-width: 100%;
  border: 0;
}

body.sdp-homepage-layer-active .elementor-widget-spacer .elementor-spacer-inner {
  max-height: 42px !important;
}

@media (max-width: 980px) {
  .sdp-home-hero,
  .sdp-home-split,
  .sdp-lead-cta {
    grid-template-columns: 1fr;
  }

  .sdp-home-hero__visual {
    min-height: 360px;
  }

  .sdp-home-proof-strip,
  .sdp-project-gallery,
  .sdp-home-service-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  body {
    padding-bottom: 82px;
  }

  .sdp-mobile-cta {
    display: grid;
  }

  .sdp-home-hero,
  .sdp-home-section,
  .sdp-lead-cta {
    padding-right: 16px;
    padding-left: 16px;
  }

  .sdp-home-hero h1 {
    font-size: clamp(2.35rem, 11.5vw, 4.2rem);
  }

  .sdp-home-hero__visual {
    min-height: 300px;
    border-radius: 26px;
  }

  .sdp-home-hero__anniv {
    width: 86%;
  }

  .sdp-home-proof-strip,
  .sdp-project-gallery,
  .sdp-home-service-grid,
  .sdp-home-ba-grid {
    grid-template-columns: 1fr;
  }

  .sdp-home-proof-strip div,
  .sdp-home-proof-strip div:first-child,
  .sdp-home-proof-strip div:last-child {
    border-radius: 18px;
  }

  .sdp-project-card img {
    height: 220px;
  }

  .sdp-home-ba-grid img {
    height: 220px;
  }

  .sdp-home-financing,
  .sdp-home-final-cta {
    margin-left: 16px;
    margin-right: 16px;
    padding: 30px 20px;
  }

  .sdp-home-actions .sdp-button,
  .sdp-lead-cta__actions .sdp-button {
    width: 100%;
  }
}
