.asg-lsp {
  --asg-orange: #ff654f;
  --asg-orange-dark: #ed563f;
  --asg-teal: #3f8f8a;
  --asg-teal-dark: #2f7470;
  --asg-black: #151515;
  --asg-text: #2d2d2d;
  --asg-muted: #686868;
  --asg-line: #e9e9e9;
  --asg-soft: #f7f8f7;
  --asg-white: #ffffff;
  --asg-page-max: 1380px;
  --asg-content-max: 1240px;

  position: relative;
  left: 50%;
  width: 100vw;
  max-width: 100vw;
  margin-left: -50vw;
  margin-right: 0;
  overflow-x: hidden;
  font-family: inherit;
  color: var(--asg-black);
  background: #ffffff;
}

.asg-lsp * { box-sizing: border-box; }
.asg-lsp a { text-decoration: none; }

.asg-lsp-wrap {
  width: min(var(--asg-content-max), calc(100% - 40px));
  margin: 0 auto;
}

.asg-lsp-hero,
.asg-lsp-section,
.asg-lsp-cta {
  width: 100%;
}

.asg-lsp-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(6.5rem, 9vw, 9rem) 0 clamp(4rem, 6vw, 6rem);
  background:
    radial-gradient(circle at 78% 24%, rgba(255,101,79,.25), transparent 34%),
    linear-gradient(135deg, #101a25 0%, #0f1724 45%, #2f7470 100%);
}

.asg-lsp-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.12), rgba(0,0,0,.04));
  pointer-events: none;
}

.asg-lsp-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
}

.asg-lsp-hero__copy { max-width: 720px; }

.asg-lsp-kicker {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  margin-bottom: .9rem;
  color: var(--asg-teal-dark);
  font-size: .76rem;
  font-weight: 950;
  letter-spacing: .13em;
  text-transform: uppercase;
  line-height: 1;
}

.asg-lsp-kicker::before {
  content: "";
  width: 2.4rem;
  height: 3px;
  border-radius: 999px;
  background: var(--asg-orange);
  flex-shrink: 0;
}

.asg-lsp-hero .asg-lsp-kicker {
  color: #ffffff;
  text-shadow: 0 2px 12px rgba(0,0,0,.35);
}

.asg-lsp h1 {
  margin: 0 0 1.15rem;
  color: #ffffff !important;
  font-size: clamp(2.45rem, 5.25vw, 5rem);
  line-height: .96;
  letter-spacing: -.058em;
  font-weight: 950;
  max-width: 12ch;
  text-shadow: 0 3px 22px rgba(0,0,0,.38);
}

.asg-lsp-lead {
  margin: 0 0 1.7rem;
  color: rgba(255,255,255,.9);
  font-size: clamp(1.04rem, 1.28vw, 1.2rem);
  line-height: 1.72;
  font-weight: 650;
  max-width: 66ch;
  text-shadow: 0 2px 12px rgba(0,0,0,.22);
}

.asg-lsp-hero__media {
  margin: 0;
  border-radius: 1.45rem;
  overflow: hidden;
  box-shadow: 0 1.2rem 3rem rgba(0,0,0,.22);
  border: 1px solid rgba(255,255,255,.25);
  position: relative;
  background: rgba(255,255,255,.16);
  backdrop-filter: blur(8px);
}

.asg-lsp-hero__media::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 5px;
  background: linear-gradient(90deg, var(--asg-orange), var(--asg-teal));
}

.asg-lsp-hero__media img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 620px;
  object-fit: contain;
  object-position: center;
  background: #f7f8f7;
}

.asg-lsp-btns {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
}

.asg-lsp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.1rem;
  padding: .82rem 1.25rem;
  border-radius: 999px;
  font-size: .88rem;
  font-weight: 950;
  letter-spacing: .02em;
  text-transform: uppercase;
  text-decoration: none !important;
  white-space: nowrap;
  transition: transform 220ms ease, background-color 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.asg-lsp-btn:hover { transform: translateY(-2px); }
.asg-lsp-btn--orange { background: var(--asg-orange); color: #fff !important; box-shadow: 0 10px 22px rgba(255,101,79,.3); }
.asg-lsp-btn--orange:hover { background: var(--asg-orange-dark); box-shadow: 0 14px 28px rgba(255,101,79,.38); color: #fff !important; }
.asg-lsp-btn--dark { background: var(--asg-black); color: #fff !important; }
.asg-lsp-btn--dark:hover { background: #2a2a2a; color: #fff !important; }
.asg-lsp-btn--ghost { background: rgba(255,255,255,.1); color: #fff !important; border: 1.5px solid rgba(255,255,255,.72); backdrop-filter: blur(8px); }
.asg-lsp-btn--ghost:hover { background: #fff; color: #111827 !important; }

.asg-lsp-section { padding: clamp(4rem, 7vw, 6rem) 0; background: #fff; }
.asg-lsp-section--soft { background: var(--asg-soft); }

.asg-lsp-two-col {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2rem, 4vw, 4rem);
  align-items: start;
}

.asg-lsp-two-col h2,
.asg-lsp-section-head h2,
.asg-lsp-cta h2 {
  margin: 0 0 1rem;
  color: var(--asg-black);
  font-size: clamp(2rem, 4vw, 3.65rem);
  line-height: 1;
  letter-spacing: -.055em;
  font-weight: 950;
}

.asg-lsp-two-col p,
.asg-lsp-section-head p,
.asg-lsp-cta p {
  margin: 0;
  color: var(--asg-text);
  font-size: 1.02rem;
  line-height: 1.75;
  font-weight: 520;
}

.asg-lsp-section-head { max-width: 860px; margin: 0 auto 2rem; text-align: center; }
.asg-lsp-section-head .asg-lsp-kicker { justify-content: center; }

.asg-lsp-card-grid { display: grid; grid-template-columns: 1fr; gap: .95rem; }

.asg-lsp-feature-card,
.asg-lsp-process__item,
.asg-lsp-service-card {
  border: 1px solid var(--asg-line);
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,.04);
  padding: 1.15rem 1.2rem;
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.asg-lsp-feature-card:hover,
.asg-lsp-service-card:hover {
  border-color: rgba(63,143,138,.35);
  box-shadow: 0 8px 22px rgba(0,0,0,.08);
  transform: translateY(-2px);
}

.asg-lsp-feature-card h3,
.asg-lsp-process__item h3,
.asg-lsp-service-card h3 {
  margin: 0 0 .35rem;
  color: var(--asg-black);
  font-size: 1.05rem;
  font-weight: 950;
  line-height: 1.18;
  letter-spacing: -.02em;
}

.asg-lsp-feature-card p,
.asg-lsp-process__item p,
.asg-lsp-service-card p {
  margin: 0;
  color: var(--asg-muted);
  font-size: .92rem;
  line-height: 1.58;
  font-weight: 500;
}

.asg-lsp-process { display: grid; grid-template-columns: 1fr; gap: 1rem; }
.asg-lsp-process__item span { display: inline-grid; place-items: center; width: 2.3rem; height: 2.3rem; margin-bottom: .8rem; border-radius: 999px; background: rgba(63,143,138,.1); color: var(--asg-teal-dark); font-size: .8rem; font-weight: 950; }

.asg-lsp-cta { padding: clamp(3.5rem, 6vw, 5rem) 0; background: #111827; color: #fff; }
.asg-lsp-cta__inner { display: grid; grid-template-columns: 1fr; gap: 1.4rem; align-items: center; }
.asg-lsp-cta span { display: block; color: var(--asg-orange); font-weight: 950; letter-spacing: .12em; text-transform: uppercase; font-size: .78rem; margin-bottom: .65rem; }
.asg-lsp-cta h2 { color: #fff !important; margin-bottom: .75rem; }
.asg-lsp-cta p { color: rgba(255,255,255,.72); max-width: 64ch; }
.asg-lsp-cta .asg-lsp-btn--ghost { color: #fff !important; border-color: rgba(255,255,255,.45); }
.asg-lsp-cta .asg-lsp-btn--ghost:hover { background: #fff; color: #111827 !important; }

.asg-lsp-section--links { padding: clamp(2.5rem, 5vw, 4rem) 0; background: #fff; }
.asg-lsp-link-band {
  border: 1px solid var(--asg-line);
  border-radius: 1.25rem;
  background: linear-gradient(135deg, #fff 0%, #f9fafb 70%, rgba(63,143,138,.07) 100%);
  box-shadow: 0 6px 24px rgba(0,0,0,.055);
  padding: clamp(1.25rem, 3vw, 2rem);
  display: grid;
  gap: 1.25rem;
}
.asg-lsp-link-band__copy h2 { margin-bottom: .65rem; }
.asg-lsp-link-band__copy p { max-width: 76ch; }
.asg-lsp-links-card { min-width: 0; }
.asg-lsp-links-card h3 {
  margin: 0 0 .75rem;
  color: var(--asg-teal-dark);
  font-size: .82rem;
  font-weight: 950;
  line-height: 1.1;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.asg-lsp-link-chips {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  align-items: center;
}
.asg-lsp-link-chips a {
  display: inline-flex;
  align-items: center;
  min-height: 2.55rem;
  padding: .65rem .9rem;
  border: 1px solid rgba(255,101,79,.28);
  border-radius: 999px;
  color: var(--asg-orange-dark);
  font-weight: 900;
  font-size: .9rem;
  line-height: 1.15;
  background: #fff;
  text-decoration: none !important;
  box-shadow: 0 1px 6px rgba(0,0,0,.035);
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease, color 180ms ease;
}
.asg-lsp-link-chips a:hover {
  background: var(--asg-orange);
  border-color: var(--asg-orange);
  color: #fff !important;
  transform: translateY(-1px);
}

.asg-lsp-faqs { max-width: 960px; margin: 0 auto; display: grid; gap: .75rem; }
.asg-lsp-faq-item { background: #fff; border: 1px solid var(--asg-line); border-radius: 1rem; padding: 1rem 1.1rem; box-shadow: 0 2px 10px rgba(0,0,0,.035); }
.asg-lsp-faq-item h3 { margin: 0; color: var(--asg-black); font-weight: 950; font-size: 1.04rem; line-height: 1.25; letter-spacing: -.015em; }
.asg-lsp-faq-item p { margin: .75rem 0 0; color: var(--asg-muted); line-height: 1.65; }

.asg-lsp-trust { background: linear-gradient(135deg, #fff 0%, #f7f8f7 58%, rgba(255,101,79,.06) 100%); }
.asg-lsp-service-cards { display: grid; grid-template-columns: 1fr; gap: 1rem; }
.asg-lsp-service-card { display: block; color: inherit; }
.asg-lsp-service-card span { display: inline-flex; margin-bottom: .6rem; color: var(--asg-teal-dark); font-size: .72rem; font-weight: 950; text-transform: uppercase; letter-spacing: .1em; }

.asg-lsp-editor-content { padding-top: 0; }
.asg-lsp-editor-content .asg-lsp-wrap { max-width: 960px; }
.asg-lsp-editor-content h2,
.asg-lsp-editor-content h3 { font-weight: 900; letter-spacing: -.03em; }
.asg-lsp-editor-content p { line-height: 1.75; color: var(--asg-text); }

@media (min-width: 900px) {
  .asg-lsp-hero__grid { grid-template-columns: minmax(0, 1fr) minmax(420px, .92fr); }
  .asg-lsp-two-col { grid-template-columns: .95fr 1.05fr; }
  .asg-lsp-two-col--reverse { grid-template-columns: 1fr .9fr; }

  .asg-lsp-link-band { grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); align-items: center; }
  .asg-lsp-card-grid { grid-template-columns: 1fr; }
  .asg-lsp-process { grid-template-columns: repeat(3, 1fr); }
  .asg-lsp-service-cards { grid-template-columns: repeat(5, 1fr); }
  .asg-lsp-cta__inner { grid-template-columns: 1.1fr auto; }
  .asg-lsp-cta__inner .asg-lsp-btns { justify-content: flex-end; }
}

@media (min-width: 1200px) {
  .asg-lsp-wrap { width: min(var(--asg-page-max), calc(100% - 56px)); }
  .asg-lsp-card-grid { grid-template-columns: repeat(3, 1fr); }
  .asg-lsp-two-col .asg-lsp-card-grid { grid-template-columns: 1fr; }
}

@media (max-width: 899px) {
  .asg-lsp-service-cards { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .asg-lsp-wrap { width: min(100% - 28px, var(--asg-content-max)); }
  .asg-lsp-hero { padding: clamp(4.5rem, 16vw, 6rem) 0 clamp(3.2rem, 12vw, 4.5rem); }
  .asg-lsp h1 { font-size: clamp(2.05rem, 11vw, 3rem); max-width: 12ch; }
  .asg-lsp-btn { width: 100%; }
  .asg-lsp-section-head { text-align: left; }
  .asg-lsp-section-head .asg-lsp-kicker { justify-content: flex-start; }
  .asg-lsp-two-col h2,
  .asg-lsp-section-head h2,
  .asg-lsp-cta h2 { font-size: clamp(1.8rem, 9vw, 2.65rem); }
  .asg-lsp-service-cards { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .asg-lsp * { transition: none !important; }
}

/* v1.5.5: ASG local-page header and mobile polish */
body.single-asg_local_service,
body.single-asg_city_hub {
  background: #ffffff;
  overflow-x: hidden;
}

/* Keep the global menu row dark on ASG local pages so white nav links stay readable. */
body.single-asg_local_service .bde-header-builder,
body.single-asg_city_hub .bde-header-builder,
body.single-asg_local_service .bde-header-builder .bde-section,
body.single-asg_city_hub .bde-header-builder .bde-section,
body.single-asg_local_service header.site-header,
body.single-asg_city_hub header.site-header,
body.single-asg_local_service .site-header,
body.single-asg_city_hub .site-header {
  background-color: #25272c !important;
}

body.single-asg_local_service .bde-header-builder a,
body.single-asg_city_hub .bde-header-builder a,
body.single-asg_local_service .site-header a,
body.single-asg_city_hub .site-header a {
  color: #ffffff !important;
}

body.single-asg_local_service .bde-header-builder .breakdance-menu-link,
body.single-asg_city_hub .bde-header-builder .breakdance-menu-link,
body.single-asg_local_service .breakdance-menu-link,
body.single-asg_city_hub .breakdance-menu-link {
  color: #ffffff !important;
}

/* The ASG top contact strip can stay teal if the theme outputs one above the menu. */
body.single-asg_local_service .top-bar,
body.single-asg_city_hub .top-bar,
body.single-asg_local_service .asg-top-bar,
body.single-asg_city_hub .asg-top-bar {
  background-color: var(--asg-teal, #3f8f8a) !important;
}

.asg-lsp-hero {
  padding-top: clamp(5.25rem, 7vw, 7.5rem);
}

.asg-lsp-hero__media {
  align-self: center;
}

.asg-lsp-hero__media img {
  max-height: min(620px, 58vh);
}

@media (max-width: 1100px) {
  .asg-lsp-wrap {
    width: min(100% - 32px, var(--asg-content-max));
  }

  .asg-lsp-hero__grid {
    grid-template-columns: 1fr;
  }

  .asg-lsp-hero__copy {
    max-width: 760px;
  }

  .asg-lsp h1 {
    max-width: 14ch;
  }

  .asg-lsp-hero__media {
    width: min(780px, 100%);
  }
}

@media (max-width: 767px) {
  body.single-asg_local_service .bde-header-builder,
  body.single-asg_city_hub .bde-header-builder,
  body.single-asg_local_service .bde-header-builder .bde-section,
  body.single-asg_city_hub .bde-header-builder .bde-section,
  body.single-asg_local_service header.site-header,
  body.single-asg_city_hub header.site-header,
  body.single-asg_local_service .site-header,
  body.single-asg_city_hub .site-header {
    background-color: #25272c !important;
  }

  .asg-lsp {
    width: 100%;
    max-width: 100%;
    left: auto;
    margin-left: 0;
  }

  .asg-lsp-wrap {
    width: min(100% - 24px, var(--asg-content-max));
  }

  .asg-lsp-hero {
    padding: 3.2rem 0 3.4rem;
  }

  .asg-lsp-hero__grid {
    gap: 1.7rem;
  }

  .asg-lsp-kicker {
    font-size: .68rem;
    line-height: 1.25;
    letter-spacing: .1em;
  }

  .asg-lsp h1 {
    font-size: clamp(2.05rem, 10.5vw, 3rem);
    line-height: .98;
    letter-spacing: -.045em;
    max-width: 12ch;
  }

  .asg-lsp-lead {
    font-size: 1rem;
    line-height: 1.62;
    margin-bottom: 1.25rem;
  }

  .asg-lsp-btns {
    gap: .65rem;
  }

  .asg-lsp-btn {
    width: 100%;
    min-height: 3rem;
    padding: .82rem 1rem;
    white-space: normal;
    text-align: center;
  }

  .asg-lsp-hero__media {
    border-radius: 1rem;
    width: 100%;
  }

  .asg-lsp-hero__media img {
    max-height: 390px;
    width: 100%;
    object-fit: contain;
  }

  .asg-lsp-section {
    padding: 3rem 0;
  }

  .asg-lsp-card-grid,
  .asg-lsp-process,
  .asg-lsp-service-cards {
    grid-template-columns: 1fr !important;
  }

  .asg-lsp-feature-card,
  .asg-lsp-process__item,
  .asg-lsp-links-card,
  .asg-lsp-service-card,
  .asg-lsp-faq-item {
    padding: 1rem;
  }

  .asg-lsp-cta {
    padding: 3rem 0;
  }
}

@media (max-width: 700px) {
  .asg-lsp-section--links { padding: 2.25rem 0; }
  .asg-lsp-link-band { border-radius: 1rem; padding: 1rem; gap: 1rem; }
  .asg-lsp-link-chips { gap: .45rem; }
  .asg-lsp-link-chips a { width: 100%; justify-content: center; min-height: 2.75rem; font-size: .86rem; padding: .7rem .8rem; }
}

/* v1.5.8 curated image layout: avoid forcing portrait/square images into wide frames. */
.asg-lsp-hero__media--landscape {
  width: 100%;
}

.asg-lsp-hero__media--portrait {
  width: min(460px, 100%);
  justify-self: center;
}

.asg-lsp-hero__media--portrait img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  max-height: min(640px, 62vh);
}

.asg-lsp-hero__media--square {
  width: min(560px, 100%);
  justify-self: center;
}

.asg-lsp-hero__media--square img {
  width: 100%;
  max-height: 560px;
}

@media (max-width: 767px) {
  .asg-lsp-hero__media--portrait,
  .asg-lsp-hero__media--square,
  .asg-lsp-hero__media--landscape {
    width: 100%;
  }

  .asg-lsp-hero__media--portrait img,
  .asg-lsp-hero__media--square img,
  .asg-lsp-hero__media--landscape img {
    width: 100%;
    max-height: 360px;
    object-fit: contain;
  }
}
