/* Plumb Run Mechanical — modern premium plumbing / mechanical */
.theme-mechanical {
  --mech-bg: #f6f8fb;
  --mech-soft: #edf2f7;
  --mech-ink: #10213f;
  --mech-muted: #617086;
  --mech-deep: #10213f;
  --mech-accent: var(--site-accent, #ff684f);
  --mech-line: rgba(16,33,63,.12);
  background: var(--mech-bg);
  color: var(--mech-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.theme-mechanical h1,
.theme-mechanical h2,
.theme-mechanical h3,
.theme-mechanical .brand-word {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 760;
  letter-spacing: -.045em;
}

.theme-mechanical .demo-bar {
  background: #0d1b34;
  color: rgba(255,255,255,.82);
  border: 0;
}
.theme-mechanical .demo-bar a { color: #fff; }

.theme-mechanical .site-header {
  background: rgba(255,255,255,.95);
  border-bottom: 1px solid var(--mech-line);
  backdrop-filter: blur(18px);
}
.theme-mechanical .header-inner {
  min-height: 82px;
  gap: 24px;
}
.theme-mechanical .site-brand img {
  width: auto;
  height: 54px;
  max-width: 220px;
  object-fit: contain;
}
.theme-mechanical .nav-link {
  color: var(--mech-ink);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.theme-mechanical .nav-link:hover { color: var(--mech-accent); }

.theme-mechanical .header-cta,
.theme-mechanical .button { border-radius: 8px; }

.theme-mechanical .header-cta {
  background: var(--mech-accent);
  border-color: var(--mech-accent);
  color: #fff;
  padding-inline: 18px;
}

/* Hero */
.theme-mechanical .hero-layout-background {
  position: relative;
  min-height: min(780px, 86vh);
  color: #fff;
  background: #0d1b34;
  overflow: hidden;
}
.theme-mechanical .hero-layout-background > .hero-media {
  position: absolute;
  inset: 0;
  min-height: 100%;
  z-index: 0;
  border-radius: 0;
  box-shadow: none;
}
.theme-mechanical .hero-layout-background > .hero-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.theme-mechanical .hero-layout-background > .hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7,17,34,.90) 0%, rgba(7,17,34,.72) 42%, rgba(7,17,34,.28) 72%, rgba(7,17,34,.12) 100%),
    linear-gradient(0deg, rgba(7,17,34,.28), transparent 44%);
}
.theme-mechanical .hero-layout-background .hero-grid {
  position: relative;
  z-index: 2;
  display: block;
  min-height: min(780px, 86vh);
}
.theme-mechanical .hero-layout-background .hero-copy {
  min-height: min(780px, 86vh);
  max-width: 760px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 88px 0 74px;
}
.theme-mechanical .hero-copy .eyebrow,
.theme-mechanical .section-head .eyebrow,
.theme-mechanical .split-copy .eyebrow,
.theme-mechanical .quote-copy .eyebrow,
.theme-mechanical .cta-section .eyebrow {
  color: var(--mech-accent);
  font-size: .74rem;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.theme-mechanical .hero-layout-background .hero-copy .eyebrow {
  color: rgba(255,255,255,.78);
}
.theme-mechanical .hero-layout-background .hero-copy h1 {
  max-width: 790px;
  margin-top: 18px;
  color: #fff;
  font-size: clamp(4rem, 7.3vw, 7.6rem);
  line-height: .9;
  letter-spacing: -.065em;
}
.theme-mechanical .hero-layout-background .hero-lead {
  max-width: 610px;
  margin-top: 24px;
  color: rgba(255,255,255,.8);
  font-size: clamp(1.02rem, 1.35vw, 1.22rem);
  line-height: 1.66;
}
.theme-mechanical .hero-actions { margin-top: 32px; gap: 10px; }
.theme-mechanical .hero-layout-background .button-primary {
  background: var(--mech-accent);
  color: #fff;
  border-color: var(--mech-accent);
}
.theme-mechanical .hero-layout-background .button-secondary {
  background: rgba(255,255,255,.07);
  color: #fff;
  border-color: rgba(255,255,255,.42);
}
.theme-mechanical .hero-layout-background .hero-highlights {
  margin-top: 34px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.22);
}
.theme-mechanical .hero-layout-background .hero-highlights span {
  color: rgba(255,255,255,.66);
  font-size: .74rem;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.theme-mechanical .hero-layout-background .media-label {
  z-index: 3;
  left: auto;
  right: 22px;
  bottom: 22px;
  background: rgba(7,17,34,.68);
  color: #fff;
  border: 1px solid rgba(255,255,255,.16);
  backdrop-filter: blur(8px);
}

/* Surfaces + rhythm */
.theme-mechanical .tone-plain { background: var(--mech-bg); }
.theme-mechanical .tone-soft { background: var(--mech-soft); }
.theme-mechanical .tone-dark { background: var(--mech-deep); color: #fff; }
.theme-mechanical .tone-accent { background: var(--mech-accent); color: #fff; }
.theme-mechanical .site-section { border-bottom: 1px solid var(--mech-line); }
.theme-mechanical .site-section > .site-wrap {
  padding-top: clamp(48px, 5vw, 76px);
  padding-bottom: clamp(48px, 5vw, 76px);
}

.theme-mechanical .trust-strip { padding: 0; }
.theme-mechanical .trust-items {
  min-height: 72px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 0;
}
.theme-mechanical .trust-items span {
  min-height: 72px;
  display: flex;
  align-items: center;
  padding: 16px 22px;
  border-right: 1px solid rgba(255,255,255,.25);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.theme-mechanical .trust-items span:first-child { border-left: 1px solid rgba(255,255,255,.25); }

.theme-mechanical .section-head {
  grid-template-columns: minmax(0,1fr) minmax(240px,.5fr);
  column-gap: clamp(28px,5vw,64px);
  margin-bottom: clamp(30px,3.5vw,46px);
}
.theme-mechanical .section-head .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: 10px;
}
.theme-mechanical .section-head h2 {
  max-width: 800px;
  font-size: clamp(2.5rem,4.2vw,4.75rem);
  line-height: .96;
}
.theme-mechanical .section-head > p {
  max-width: 500px;
  color: var(--mech-muted);
  line-height: 1.65;
}

/* Services */
.theme-mechanical .service-grid {
  grid-template-columns: repeat(3,1fr);
  gap: 12px;
}
.theme-mechanical .service-card {
  min-height: 230px;
  padding: 26px;
  border: 1px solid var(--mech-line);
  border-radius: 10px;
  background: rgba(255,255,255,.74);
  box-shadow: none;
}
.theme-mechanical .service-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255,104,79,.35);
}
.theme-mechanical .service-num {
  color: var(--mech-accent);
  font-size: .72rem;
  font-weight: 850;
}
.theme-mechanical .service-card h3 {
  margin-top: 24px;
  font-size: clamp(1.45rem,1.9vw,2rem);
  line-height: 1.05;
}
.theme-mechanical .service-card p {
  margin-top: 12px;
  color: var(--mech-muted);
  font-size: .94rem;
  line-height: 1.6;
}
.theme-mechanical .service-link {
  color: var(--mech-accent);
  font-size: .75rem;
  font-weight: 800;
}

/* Split */
.theme-mechanical .split-grid {
  gap: clamp(30px,5vw,64px);
  align-items: center;
}
.theme-mechanical .split-copy h2 {
  margin-top: 12px;
  font-size: clamp(2.45rem,4vw,4.5rem);
  line-height: .97;
}
.theme-mechanical .split-copy > p {
  margin-top: 18px;
  color: var(--mech-muted);
  line-height: 1.7;
}
.theme-mechanical .split-media {
  min-height: 450px;
  border-radius: 12px;
  box-shadow: none;
  overflow: hidden;
  background: #dce4ed;
}
.theme-mechanical .split-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.theme-mechanical .check-list li {
  border-bottom: 1px solid var(--mech-line);
  color: var(--mech-muted);
}
.theme-mechanical .check-list li::before {
  color: var(--mech-accent);
  background: rgba(255,104,79,.10);
}
.theme-mechanical .text-link {
  color: var(--mech-accent);
  border-bottom: 1px solid currentColor;
}

/* Review + status */
.theme-mechanical .google-review-grid {
  gap: 14px;
}
.theme-mechanical .google-review-card {
  border-radius: 10px;
  border: 1px solid var(--mech-line);
  box-shadow: none;
  background: #fff;
}
.theme-mechanical .google-review-label,
.theme-mechanical .google-review-card a {
  color: var(--mech-accent);
}
.theme-mechanical .shop-status-card {
  border-radius: 10px;
  border: 1px solid var(--mech-line);
  box-shadow: none;
  background: #fff;
}
.theme-mechanical .shop-status-dot { background: var(--mech-accent); }

/* Image bands */
.theme-mechanical .image-band-section { padding: 0; border-bottom: 0; overflow: hidden; }
.theme-mechanical .image-band-heading { padding-top: 42px; padding-bottom: 22px; }
.theme-mechanical .image-band-heading h2 {
  margin-top: 8px;
  max-width: 820px;
  font-size: clamp(2.25rem,3.8vw,4.15rem);
  line-height: .96;
}
.theme-mechanical .image-band-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr 1fr;
  min-height: 390px;
  gap: 4px;
  background: #0d1b34;
}
.theme-mechanical .image-band-item {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  margin: 0;
}
.theme-mechanical .image-band-item:nth-child(4) { display: none; }
.theme-mechanical .image-band-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.theme-mechanical .image-band-item::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 40%;
  background: linear-gradient(180deg,transparent,rgba(7,17,34,.76));
}
.theme-mechanical .image-band-item figcaption {
  position: absolute;
  z-index: 2;
  left: 20px;
  bottom: 18px;
  color: #fff;
  font-weight: 800;
}

/* Dark */
.theme-mechanical .tone-dark p,
.theme-mechanical .tone-dark li,
.theme-mechanical .tone-dark .section-head > p,
.theme-mechanical .tone-dark .service-card p {
  color: rgba(255,255,255,.7);
}
.theme-mechanical .tone-dark h2,
.theme-mechanical .tone-dark h3,
.theme-mechanical .tone-dark strong { color: #fff; }
.theme-mechanical .tone-dark .service-card {
  background: rgba(255,255,255,.045);
  border-color: rgba(255,255,255,.14);
}
.theme-mechanical .tone-dark .service-num,
.theme-mechanical .tone-dark .eyebrow,
.theme-mechanical .tone-dark .text-link { color: #ff8a76; }

/* Quote */
.theme-mechanical .quote-layout { gap: clamp(30px,5vw,62px); }
.theme-mechanical .quote-copy h2 {
  margin-top: 12px;
  font-size: clamp(2.5rem,4vw,4.5rem);
  line-height: .96;
}
.theme-mechanical .quote-section.tone-dark .quote-form {
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 10px;
  box-shadow: none;
}
.theme-mechanical .quote-section.tone-dark .quote-form label,
.theme-mechanical .quote-section.tone-dark .quote-submit p {
  color: rgba(255,255,255,.72);
}
.theme-mechanical .quote-section.tone-dark input,
.theme-mechanical .quote-section.tone-dark select,
.theme-mechanical .quote-section.tone-dark textarea {
  background: rgba(255,255,255,.075);
  color: #fff;
  border-color: rgba(255,255,255,.18);
  border-radius: 8px;
}
.theme-mechanical .quote-section.tone-dark select option { color: #111; background: #fff; }
.theme-mechanical .quote-section.tone-dark .button-primary {
  background: var(--mech-accent);
  border-color: var(--mech-accent);
  color: #fff;
}

/* Footer */
.theme-mechanical .site-footer {
  background: #0b162b;
  color: rgba(255,255,255,.72);
}
.theme-mechanical .footer-grid > div:first-child strong {
  font-size: 1.3rem;
  font-weight: 800;
}
.theme-mechanical .mobile-action-bar {
  background: rgba(13,27,52,.97);
  border-top: 1px solid rgba(255,255,255,.12);
}
.theme-mechanical .mobile-action-link { color: #fff; }

@media (max-width: 980px) {
  .theme-mechanical .hero-layout-background,
  .theme-mechanical .hero-layout-background .hero-grid,
  .theme-mechanical .hero-layout-background .hero-copy {
    min-height: 700px;
  }
  .theme-mechanical .section-head { grid-template-columns: 1fr; gap: 14px; }
  .theme-mechanical .service-grid { grid-template-columns: repeat(2,1fr); }
  .theme-mechanical .trust-items { grid-template-columns: repeat(2,1fr); }
  .theme-mechanical .image-band-grid {
    grid-template-columns: 1.1fr .9fr;
    min-height: 340px;
  }
  .theme-mechanical .image-band-item { min-height: 340px; }
  .theme-mechanical .image-band-item:nth-child(3) { display: none; }
}

@media (max-width: 700px) {
  .theme-mechanical .header-inner { min-height: 70px; }
  .theme-mechanical .site-brand img { height: 44px; max-width: 165px; }
  .theme-mechanical .hero-layout-background,
  .theme-mechanical .hero-layout-background .hero-grid,
  .theme-mechanical .hero-layout-background .hero-copy {
    min-height: 650px;
  }
  .theme-mechanical .hero-layout-background .hero-copy { padding: 72px 0 56px; }
  .theme-mechanical .hero-layout-background .hero-copy h1 {
    font-size: clamp(3.5rem,18vw,5.6rem);
  }
  .theme-mechanical .hero-layout-background > .hero-media::after {
    background: linear-gradient(90deg,rgba(7,17,34,.88),rgba(7,17,34,.50));
  }
  .theme-mechanical .trust-items,
  .theme-mechanical .service-grid,
  .theme-mechanical .image-band-grid {
    grid-template-columns: 1fr;
  }
  .theme-mechanical .service-card { min-height: 205px; }
  .theme-mechanical .split-media { min-height: 330px; }
  .theme-mechanical .image-band-item,
  .theme-mechanical .image-band-item:nth-child(3) {
    display: block;
    min-height: 285px;
  }
}


/* Icon service grid inspired by the original Plumb Run service language */
.theme-mechanical .icon-services-section {
  position: relative;
  overflow: hidden;
}

.theme-mechanical .icon-services-section > .site-wrap {
  position: relative;
  z-index: 2;
  padding-top: clamp(58px, 6vw, 88px);
  padding-bottom: clamp(58px, 6vw, 88px);
}

.theme-mechanical .icon-services-watermark {
  position: absolute;
  z-index: 0;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(16,33,63,.045);
  font-size: clamp(5rem, 11vw, 10rem);
  font-weight: 900;
  letter-spacing: -.06em;
  line-height: .9;
  text-transform: uppercase;
  white-space: nowrap;
  pointer-events: none;
}

.theme-mechanical .icon-services-heading {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 760px;
  margin: 0 auto 38px;
}

.theme-mechanical .icon-services-heading .eyebrow {
  color: var(--mech-accent);
  font-size: .74rem;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.theme-mechanical .icon-services-heading h2 {
  margin-top: 8px;
  font-size: clamp(2.35rem, 4vw, 4.2rem);
  line-height: .98;
}

.theme-mechanical .icon-services-heading p {
  margin: 14px auto 0;
  max-width: 610px;
  color: var(--mech-muted);
  line-height: 1.65;
}

.theme-mechanical .icon-services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px 16px;
}

.theme-mechanical .icon-service-item {
  min-height: 210px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 22px 18px 24px;
  text-align: center;
  text-decoration: none;
  color: inherit;
  border: 1px solid transparent;
  border-radius: 10px;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.theme-mechanical .icon-service-item:hover {
  background: rgba(255,255,255,.65);
  border-color: rgba(242,103,79,.22);
  transform: translateY(-2px);
}

.theme-mechanical .icon-service-icon {
  width: 78px;
  height: 78px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
}

.theme-mechanical .icon-service-icon img {
  max-width: 72px;
  max-height: 72px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(54%) sepia(72%) saturate(1450%) hue-rotate(326deg) brightness(100%) contrast(92%);
}

.theme-mechanical .icon-service-item h3 {
  margin: 0;
  color: var(--mech-ink);
  font-size: 1rem;
  font-weight: 850;
  letter-spacing: .035em;
  text-transform: uppercase;
}

.theme-mechanical .icon-service-item p {
  margin: 10px 0 0;
  max-width: 280px;
  color: var(--mech-muted);
  font-size: .87rem;
  line-height: 1.55;
}

.theme-mechanical .tone-dark .icon-services-watermark {
  color: rgba(255,255,255,.035);
}

.theme-mechanical .tone-dark .icon-service-item h3 {
  color: #fff;
}

.theme-mechanical .tone-dark .icon-service-item p {
  color: rgba(255,255,255,.68);
}

.theme-mechanical .tone-dark .icon-service-item:hover {
  background: rgba(255,255,255,.045);
  border-color: rgba(255,255,255,.12);
}

@media (max-width: 900px) {
  .theme-mechanical .icon-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .theme-mechanical .icon-services-watermark {
    top: 22px;
    font-size: 4.5rem;
  }

  .theme-mechanical .icon-services-section > .site-wrap {
    padding-top: 54px;
    padding-bottom: 46px;
  }

  .theme-mechanical .icon-services-heading {
    margin-bottom: 24px;
  }

  .theme-mechanical .icon-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  .theme-mechanical .icon-service-item {
    min-height: 168px;
    padding: 18px 10px;
  }

  .theme-mechanical .icon-service-icon {
    width: 62px;
    height: 62px;
    margin-bottom: 12px;
  }

  .theme-mechanical .icon-service-icon img {
    max-width: 58px;
    max-height: 58px;
  }

  .theme-mechanical .icon-service-item h3 {
    font-size: .84rem;
    line-height: 1.25;
  }

  .theme-mechanical .icon-service-item p {
    display: none;
  }
}


/* Plumb Run polish: compact trust strip, tighter original-style services, safer mobile hero */
.theme-mechanical .trust-strip {
  background: #fff;
  color: var(--mech-ink);
  border-top: 1px solid var(--mech-line);
  border-bottom: 1px solid var(--mech-line);
}

.theme-mechanical .trust-strip > .site-wrap {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.theme-mechanical .trust-items {
  min-height: 68px;
}

.theme-mechanical .trust-items span {
  position: relative;
  min-height: 68px;
  padding: 14px 22px 14px 34px;
  border-right: 1px solid var(--mech-line);
  color: #41516a;
  background: #fff;
}

.theme-mechanical .trust-items span:first-child {
  border-left: 1px solid var(--mech-line);
}

.theme-mechanical .trust-items span::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-radius: 50%;
  background: var(--mech-accent);
}

/* Services: closer to the original Plumb Run visual language, but cleaner */
.theme-mechanical .icon-services-section {
  background: #fff;
}

.theme-mechanical .icon-services-section > .site-wrap {
  padding-top: 48px;
  padding-bottom: 54px;
}

.theme-mechanical .icon-services-watermark {
  top: 6px;
  font-size: clamp(4.5rem, 8vw, 7.3rem);
  color: rgba(16,33,63,.035);
}

.theme-mechanical .icon-services-heading {
  margin: 0 auto 26px;
}

.theme-mechanical .icon-services-heading h2 {
  display: inline-block;
  position: relative;
  margin: 0;
  padding-bottom: 16px;
  color: var(--mech-ink);
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.theme-mechanical .icon-services-heading h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 58px;
  height: 3px;
  transform: translateX(-50%);
  background: var(--mech-accent);
}

.theme-mechanical .icon-services-grid {
  gap: 4px 18px;
}

.theme-mechanical .icon-service-item {
  min-height: 178px;
  padding: 18px 14px 20px;
}

.theme-mechanical .icon-service-icon {
  width: 68px;
  height: 68px;
  margin-bottom: 12px;
}

.theme-mechanical .icon-service-icon img {
  max-width: 64px;
  max-height: 64px;
}

.theme-mechanical .icon-service-item h3 {
  font-size: .94rem;
}

/* Prevent a decorative bathroom image from dominating mobile; use trade imagery with a compact hero. */
@media (max-width: 700px) {
  .theme-mechanical .hero-layout-background,
  .theme-mechanical .hero-layout-background .hero-grid,
  .theme-mechanical .hero-layout-background .hero-copy {
    min-height: 590px;
  }

  .theme-mechanical .hero-layout-background > .hero-media img {
    object-position: 58% center;
  }

  .theme-mechanical .hero-layout-background > .hero-media::after {
    background:
      linear-gradient(90deg, rgba(7,17,34,.92) 0%, rgba(7,17,34,.72) 60%, rgba(7,17,34,.45) 100%),
      linear-gradient(0deg, rgba(7,17,34,.32), transparent 45%);
  }

  .theme-mechanical .hero-layout-background .hero-copy {
    padding: 58px 0 48px;
    justify-content: center;
  }

  .theme-mechanical .hero-layout-background .hero-copy h1 {
    max-width: 360px;
    font-size: clamp(3.15rem, 15.5vw, 4.8rem);
    line-height: .9;
  }

  .theme-mechanical .hero-layout-background .hero-lead {
    max-width: 340px;
    font-size: .98rem;
    line-height: 1.55;
  }

  .theme-mechanical .hero-layout-background .hero-highlights {
    margin-top: 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 12px;
  }

  .theme-mechanical .hero-layout-background .media-label {
    display: none;
  }

  .theme-mechanical .trust-items {
    grid-template-columns: repeat(2, 1fr);
  }

  .theme-mechanical .trust-items span,
  .theme-mechanical .trust-items span:first-child {
    min-height: 54px;
    padding: 11px 12px 11px 26px;
    border-left: 0;
    border-bottom: 1px solid var(--mech-line);
    font-size: .68rem;
  }

  .theme-mechanical .trust-items span::before {
    left: 12px;
    width: 5px;
    height: 5px;
    margin-top: -2.5px;
  }

  .theme-mechanical .icon-services-section > .site-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .theme-mechanical .icon-services-watermark {
    top: 10px;
    font-size: 3.6rem;
  }

  .theme-mechanical .icon-services-heading {
    margin-bottom: 18px;
  }

  .theme-mechanical .icon-services-heading h2 {
    font-size: 1.15rem;
    padding-bottom: 12px;
  }

  .theme-mechanical .icon-service-item {
    min-height: 142px;
    padding: 14px 8px;
  }

  .theme-mechanical .icon-service-icon {
    width: 54px;
    height: 54px;
    margin-bottom: 9px;
  }

  .theme-mechanical .icon-service-icon img {
    max-width: 50px;
    max-height: 50px;
  }

  .theme-mechanical .icon-service-item h3 {
    font-size: .76rem;
  }
}


/* Final hero cleanup: remove any pill/mask-like visual artifact and use a clean full-bleed image */
.theme-mechanical .hero-layout-background > .hero-media,
.theme-mechanical .hero-layout-background > .hero-media img {
  border-radius: 0 !important;
  clip-path: none !important;
  mask: none !important;
  -webkit-mask: none !important;
}

.theme-mechanical .hero-layout-background > .hero-media {
  width: 100%;
  max-width: none;
}

.theme-mechanical .hero-layout-background > .hero-media img {
  object-position: center center;
}

.theme-mechanical .hero-layout-background .media-label {
  display: none !important;
}

@media (max-width: 700px) {
  .theme-mechanical .hero-layout-background > .hero-media img {
    object-position: 62% center;
  }

  .theme-mechanical .hero-layout-background,
  .theme-mechanical .hero-layout-background .hero-grid,
  .theme-mechanical .hero-layout-background .hero-copy {
    min-height: 560px;
  }

  .theme-mechanical .hero-layout-background .hero-copy {
    padding: 52px 0 44px;
  }
}
