.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.home-refresh .section-17 {
  min-height: 720px;
}

.home-refresh .div-block-159:not(.slides) {
  background: #f8f8f8;
  padding-left: clamp(40px, 6vw, 96px);
  padding-right: clamp(40px, 6vw, 96px);
}

.home-refresh .heading-18 {
  max-width: 680px;
  margin-bottom: 16px;
  font-size: clamp(42px, 4.25vw, 64px);
  line-height: 1.08;
  letter-spacing: -0.025em;
}

.home-refresh .paragraph-3 {
  max-width: 650px;
  font-size: clamp(18px, 1.5vw, 22px);
  line-height: 1.55;
}

.hero-eyebrow {
  color: #c6282e;
  margin-bottom: 16px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.hero-button {
  min-height: 52px;
  padding: 15px 24px;
  border: 2px solid #ed3237;
  border-radius: 999px;
  font-family: Barlow, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.hero-button:hover,
.hero-button:focus-visible {
  transform: translateY(-1px);
}

.hero-button:focus-visible {
  outline: 3px solid #111;
  outline-offset: 3px;
}

.hero-button-primary {
  color: #fff;
  background: #ed3237;
  box-shadow: 0 10px 24px rgba(237, 50, 55, 0.2);
}

.hero-button-primary:hover,
.hero-button-primary:focus-visible {
  background: #c92328;
  border-color: #c92328;
}

.hero-button-secondary {
  color: #171717;
  background: transparent;
  border-color: #171717;
}

.hero-button-secondary:hover,
.hero-button-secondary:focus-visible {
  color: #fff;
  background: #171717;
}

.home-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: #171717;
  color: #fff;
  padding: 0 clamp(24px, 6vw, 96px);
}

.home-proof-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 28px 32px;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
  text-align: center;
}

.home-proof-item:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.home-proof-item strong {
  font-size: 18px;
  font-weight: 600;
}

.home-proof-item span {
  color: #cfcfcf;
  font-size: 15px;
}

.home-refresh .home-intro,
.home-refresh .home-services {
  padding-top: 104px;
  padding-bottom: 104px;
}

.home-refresh .home-feature .div-block-138 {
  padding-top: 104px;
  padding-bottom: 104px;
}

.home-refresh .service-block {
  border-radius: 4px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.09);
}

.home-refresh .section-14 {
  background: #f5f5f5;
  padding: 88px 40px;
}

.home-refresh .text-field-2,
.home-refresh .textarea {
  min-height: 52px;
  background: #fff;
  border-color: #c7c7c7;
  border-radius: 4px;
  padding: 12px 14px;
  font-size: 17px;
}

.home-refresh .textarea {
  min-height: 140px;
}

.home-refresh .text-field-2:focus,
.home-refresh .textarea:focus {
  border-color: #171717;
  box-shadow: 0 0 0 3px rgba(237, 50, 55, 0.14);
}

@media screen and (max-width: 991px) {
  .home-refresh .section-17 {
    min-height: 0;
  }

  .home-refresh .div-block-159:not(.slides) {
    align-items: flex-start;
    padding: 64px 40px;
  }

  .home-refresh .heading-18 {
    font-size: clamp(36px, 6vw, 48px);
  }
}

@media screen and (max-width: 767px) {
  .home-refresh .div-block-159:not(.slides) {
    padding: 48px 20px 56px;
  }

  .home-refresh .heading-18 {
    font-size: 36px;
  }

  .hero-eyebrow {
    font-size: 13px;
  }

  .hero-actions {
    width: 100%;
    margin-top: 26px;
  }

  .hero-button {
    flex: 1 1 210px;
  }

  .home-proof {
    grid-template-columns: 1fr;
    padding: 12px 20px;
  }

  .home-proof-item,
  .home-proof-item:last-child {
    padding: 18px 12px;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .home-proof-item:last-child {
    border-bottom: 0;
  }

  .home-refresh .home-intro,
  .home-refresh .home-services {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .home-refresh .home-feature .div-block-138 {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .home-refresh .section-14 {
    padding: 68px 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-button {
    transition: none;
  }
}

.service-card-link {
  display: block;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  transition: box-shadow 160ms ease, transform 160ms ease;
}

.service-card-link:hover,
.service-card-link:focus-visible {
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.15);
  transform: translateY(-4px);
}

.service-card-link:focus-visible {
  outline: 3px solid #ed3237;
  outline-offset: 4px;
}

.service-card-link .image-31 {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.service-card-link .div-block-157 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.service-card-cta {
  color: #ed3237;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.section-kicker {
  margin: 0 0 12px;
  color: #c6282e;
  font: 700 14px/1.2 Barlow, sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.service-directory,
.curated-gallery,
.related-services {
  max-width: 1280px;
  margin: 0 auto;
  padding: 96px 40px;
}

.service-directory-heading,
.gallery-intro {
  max-width: 720px;
  margin-bottom: 44px;
}

.service-directory h2,
.curated-gallery h2,
.related-services h2 {
  margin: 0 0 16px;
  font-family: Barlow, sans-serif;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.12;
}

.service-directory-heading > p:last-child,
.gallery-intro > p:last-child {
  color: #555;
  font-size: 18px;
  line-height: 1.65;
}

.service-index-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.service-index-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 6px;
  color: #171717;
  text-decoration: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.service-index-card:hover,
.service-index-card:focus-visible {
  border-color: #ed3237;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}

.service-index-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.service-index-card > div {
  padding: 24px;
}

.service-index-card h3 {
  margin: 0 0 10px;
  font-family: Barlow, sans-serif;
  font-size: 24px;
}

.service-index-card p {
  min-height: 78px;
  color: #595959;
  line-height: 1.55;
}

.service-index-card span,
.text-link {
  color: #c6282e;
  font-weight: 700;
}

.service-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.8fr);
  min-height: 660px;
  background: #f5f5f5;
}

.service-hero-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 80px clamp(40px, 7vw, 110px);
}

.service-hero h1 {
  max-width: 760px;
  margin: 0 0 22px;
  font-family: Barlow, sans-serif;
  font-size: clamp(44px, 5vw, 72px);
  line-height: 1.04;
  letter-spacing: -0.035em;
}

.service-hero-copy > p:not(.hero-eyebrow) {
  max-width: 660px;
  margin: 0;
  color: #4d4d4d;
  font-size: 20px;
  line-height: 1.65;
}

.service-hero-media {
  min-height: 540px;
  overflow: hidden;
}

.service-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-intro,
.service-faq {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  gap: clamp(48px, 7vw, 100px);
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
  padding: 108px 40px;
}

.service-intro h2,
.service-signs h2,
.service-process h2,
.service-faq h2 {
  margin: 0 0 22px;
  font-family: Barlow, sans-serif;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.15;
}

.service-intro p,
.service-faq p,
.service-process p {
  color: #555;
  font-size: 17px;
  line-height: 1.7;
}

.service-intro figure {
  margin: 0;
}

.service-intro figure img {
  width: 100%;
  max-height: 560px;
  border-radius: 6px;
  object-fit: cover;
}

.service-intro figcaption {
  padding-top: 10px;
  color: #676767;
  font-size: 14px;
}

.service-checklist {
  display: grid;
  gap: 14px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.service-checklist li {
  position: relative;
  padding-left: 30px;
  font-size: 17px;
}

.service-checklist li::before {
  position: absolute;
  left: 0;
  color: #ed3237;
  content: "✓";
  font-weight: 700;
}

.service-signs {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 70px;
  padding: 92px max(40px, calc((100vw - 1100px) / 2));
  background: #171717;
  color: #fff;
}

.service-signs ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-signs li {
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 18px;
}

.service-process {
  max-width: 1180px;
  margin: 0 auto;
  padding: 108px 40px;
  text-align: center;
}

.process-grid,
.related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 46px;
  text-align: left;
}

.process-grid > div {
  padding: 34px;
  background: #f5f5f5;
  border-top: 4px solid #ed3237;
}

.process-grid strong {
  color: #ed3237;
  font-size: 28px;
}

.process-grid h3 {
  margin: 18px 0 10px;
  font-family: Barlow, sans-serif;
  font-size: 23px;
}

.service-faq {
  max-width: none;
  padding-right: max(40px, calc((100vw - 1180px) / 2));
  padding-left: max(40px, calc((100vw - 1180px) / 2));
  background: #f5f5f5;
}

.service-cta-card {
  padding: 44px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.08);
}

.service-cta-card h2 {
  font-size: 34px;
}

.service-cta-card .hero-button {
  display: inline-block;
  margin-top: 24px;
}

.related-service {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 28px;
  background: #171717;
  color: #fff;
  text-decoration: none;
}

.related-service span {
  font-size: 20px;
  font-weight: 700;
}

.related-service small {
  color: #ddd;
}

.related-services .text-link {
  display: inline-block;
  margin-top: 32px;
  text-decoration: none;
}

.curated-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.curated-gallery-link {
  display: block;
  overflow: hidden;
  background: #f3f3f3;
  border-radius: 5px;
}

.curated-gallery-grid img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 200ms ease;
}

.curated-gallery-link:hover img,
.curated-gallery-link:focus-visible img {
  transform: scale(1.025);
}

.curated-gallery-link:focus-visible {
  outline: 3px solid #ed3237;
  outline-offset: 3px;
}

.contact .section-14 {
  padding: 92px 40px;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: 54px;
  width: min(1080px, 100%);
  margin: 52px auto 0;
  text-align: left;
}

.contact-details {
  padding: 36px;
  background: #171717;
  color: #fff;
  border-radius: 5px;
}

.contact-details h2 {
  margin-top: 0;
  font-family: Barlow, sans-serif;
  font-size: 30px;
}

.contact-details p {
  color: #d9d9d9;
  line-height: 1.65;
}

.contact-details > a {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  text-decoration: none;
}

.contact-details > a strong {
  color: #ed3237;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-area {
  margin-top: 24px;
}

.contact .form-block {
  width: 100%;
  max-width: none;
  margin: 0;
}

.contact-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.contact-form-grid label {
  display: block;
  margin-bottom: 8px;
  color: #222;
  font-weight: 600;
}

.contact-message {
  grid-column: 1 / -1;
}

.contact-form-grid .text-field-2,
.contact-form-grid .textarea {
  background: #fff;
  border-color: #bbb;
  border-radius: 4px;
}

@media screen and (max-width: 991px) {
  .service-index-grid,
  .curated-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-index-card img {
    height: 190px;
  }

  .service-hero {
    grid-template-columns: 1fr;
  }

  .service-hero-media {
    max-height: 520px;
  }

  .service-intro,
  .service-faq {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .service-directory,
  .curated-gallery,
  .related-services,
  .service-intro,
  .service-process,
  .service-faq {
    padding: 70px 20px;
  }

  .service-index-grid,
  .curated-gallery-grid,
  .process-grid,
  .related-grid,
  .contact-layout,
  .contact-form-grid,
  .service-signs {
    grid-template-columns: 1fr;
  }

  .service-hero-copy {
    padding: 64px 20px;
  }

  .service-hero h1 {
    font-size: 42px;
  }

  .service-hero-media {
    min-height: 390px;
  }

  .service-signs {
    gap: 28px;
    padding: 70px 20px;
  }

  .contact .section-14 {
    padding: 70px 20px;
  }

  .contact-layout {
    gap: 28px;
  }

  .service-card-link .div-block-157 {
    align-items: flex-start;
    flex-direction: column;
  }

  .service-index-card img {
    height: 175px;
  }

  .curated-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .curated-gallery-grid img {
    height: 140px;
  }
}
