.sprinkler-blowouts-v2 {
  --bo-blue: #0758bd;
  --bo-blue-dark: #053f8e;
  --bo-navy: #062b61;
  --bo-navy-deep: #031a3d;
  --bo-green: #278d29;
  --bo-green-bright: #62d338;
  --bo-ink: #142b4b;
  --bo-muted: #53667e;
  --bo-line: #d9e4ef;
  --bo-soft: #f5f9fd;
  overflow: hidden;
  color: var(--bo-ink);
  background: #fff;
  font-family: var(--font-geist-sans, Arial, Helvetica, sans-serif);
}

.sprinkler-blowouts-v2 *,
.sprinkler-blowouts-v2 *::before,
.sprinkler-blowouts-v2 *::after {
  box-sizing: border-box;
}

.bo-shell {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.bo-section {
  padding: clamp(70px, 7vw, 104px) 0;
}

.bo-eyebrow {
  margin: 0 0 10px;
  color: var(--bo-green);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  line-height: 1.25;
  text-transform: uppercase;
}

.bo-eyebrow--light {
  color: #83e25e;
}

.bo-heading {
  max-width: 850px;
  margin: 0 auto 40px;
  text-align: center;
}

.bo-heading--compact {
  margin-bottom: 31px;
}

.bo-heading h2,
.bo-copy h2,
.bo-service-area h2,
.bo-final-cta h2 {
  margin: 0;
  color: var(--bo-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.06;
  text-wrap: balance;
}

.bo-heading > p:last-child {
  max-width: 680px;
  margin: 14px auto 0;
  color: var(--bo-muted);
  font-size: 1rem;
  line-height: 1.65;
}

.bo-button {
  display: inline-flex;
  min-height: 49px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 2px solid transparent;
  border-radius: 8px;
  padding: 12px 21px;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease;
}

.bo-button:hover {
  transform: translateY(-2px);
}

.bo-button:focus-visible,
.bo-quote input:focus-visible,
.bo-quote textarea:focus-visible,
.bo-quote button:focus-visible,
.bo-faq summary:focus-visible {
  outline: 3px solid #f7c43a;
  outline-offset: 3px;
}

.bo-button--green {
  color: #fff;
  background: var(--bo-green);
  box-shadow: 0 12px 28px rgb(0 0 0 / 0.25);
}

.bo-button--green:hover {
  background: #207b22;
}

.bo-button--outline {
  border-color: rgb(255 255 255 / 0.7);
  color: #fff;
  background: rgb(0 14 36 / 0.25);
}

.bo-button--outline:hover {
  border-color: #fff;
  background: rgb(0 14 36 / 0.48);
}

.bo-button--light {
  color: var(--bo-navy);
  background: #fff;
  box-shadow: 0 12px 26px rgb(0 0 0 / 0.2);
}

/* Hero and estimate form */
.bo-hero {
  position: relative;
  min-height: 640px;
  isolation: isolate;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: var(--bo-navy-deep);
}

.bo-hero__image,
.bo-hero__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.bo-hero__image {
  z-index: -3;
  object-fit: cover;
  object-position: center 55%;
}

.bo-hero__shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgb(2 20 46 / 0.95) 0%, rgb(2 23 51 / 0.82) 35%, rgb(2 24 52 / 0.34) 64%, rgb(2 22 49 / 0.52) 100%),
    linear-gradient(0deg, rgb(0 13 32 / 0.42), transparent 56%);
}

.bo-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.72fr);
  gap: clamp(42px, 6vw, 80px);
  align-items: center;
  padding-block: 68px;
}

.bo-hero__copy {
  max-width: 690px;
}

.bo-hero h1 {
  margin: 0;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.1rem, 5.7vw, 5.35rem);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 0.98;
  text-wrap: balance;
}

.bo-hero__copy > p:not(.bo-eyebrow) {
  max-width: 620px;
  margin: 24px 0 0;
  color: rgb(255 255 255 / 0.87);
  font-size: clamp(1.02rem, 1.7vw, 1.18rem);
  line-height: 1.68;
}

.bo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.bo-quote {
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 0.35);
  border-radius: 15px;
  color: var(--bo-ink);
  background: #fff;
  box-shadow: 0 26px 60px rgb(0 0 0 / 0.36);
  scroll-margin-top: 130px;
}

.bo-quote > header {
  padding: 21px 24px 19px;
  color: #fff;
  background: linear-gradient(135deg, var(--bo-blue), var(--bo-blue-dark));
  text-align: center;
}

.bo-quote > header p {
  margin: 0 0 5px;
  color: #b9dcff;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.bo-quote h2 {
  margin: 0;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  line-height: 1.1;
}

.bo-quote__notice {
  margin: 16px 20px 0;
  border: 1px solid #add9a4;
  border-radius: 7px;
  padding: 10px 12px;
  color: #255e20;
  background: #effbec;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.4;
}

.bo-quote__price {
  display: grid;
  gap: 10px;
  padding: 23px;
  text-align: center;
}

.bo-quote__price > p {
  margin: 0;
  color: #51708c;
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.bo-quote__price > strong {
  color: var(--bo-green);
  font-size: 3rem;
  line-height: 1;
}

.bo-quote__price > span {
  color: #5d6e83;
  font-size: .78rem;
  line-height: 1.55;
}

.bo-quote__price ul {
  display: grid;
  gap: 6px;
  margin: 5px 0;
  padding: 0;
  color: #29415d;
  font-size: .76rem;
  font-weight: 700;
  list-style: none;
  text-align: left;
}

.bo-quote__price li::before { color: var(--bo-green); content: "✓"; margin-right: 8px; }

.bo-quote form {
  position: relative;
  display: grid;
  gap: 10px;
  padding: 20px;
}

.bo-quote label {
  display: block;
}

.bo-quote label > span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.bo-quote input,
.bo-quote textarea {
  display: block;
  width: 100%;
  border: 1px solid #cad7e4;
  border-radius: 7px;
  padding: 11px 12px;
  color: var(--bo-ink);
  background: #fff;
  font: inherit;
  font-size: 0.88rem;
  line-height: 1.35;
}

.bo-quote textarea {
  min-height: 68px;
  resize: vertical;
}

.bo-quote input::placeholder,
.bo-quote textarea::placeholder {
  color: #718197;
  opacity: 1;
}

.bo-quote button {
  min-height: 46px;
  border: 0;
  border-radius: 7px;
  color: #fff;
  background: var(--bo-green);
  cursor: pointer;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 850;
  transition: background 160ms ease, transform 160ms ease;
}

.bo-quote button:hover {
  background: #207b22;
  transform: translateY(-1px);
}

.bo-quote small {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #65758a;
  font-size: 0.69rem;
  line-height: 1.35;
  text-align: center;
}

.bo-hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

/* Winterization overview */
.bo-intro {
  background: #fff;
}

.bo-intro__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(38px, 6vw, 72px);
  align-items: center;
}

.bo-photo-card {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 6px solid #fff;
  border-radius: 17px;
  box-shadow: 0 20px 48px rgb(15 44 79 / 0.18), 0 0 0 1px #d8e2ec;
}

.bo-photo-card::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgb(255 255 255 / 0.38);
  border-radius: 11px;
  content: "";
  pointer-events: none;
}

.bo-photo-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1.18 / 1;
  object-fit: cover;
}

.bo-copy h2 {
  font-size: clamp(2rem, 3.5vw, 3rem);
}

.bo-copy > p:not(.bo-eyebrow) {
  margin: 16px 0 0;
  color: var(--bo-muted);
  font-size: 0.98rem;
  line-height: 1.68;
}

.bo-copy .bo-copy__callout {
  border-left: 4px solid var(--bo-green);
  padding: 11px 0 11px 17px;
  color: var(--bo-navy);
  font-weight: 800;
}

.bo-benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: clamp(42px, 6vw, 68px);
}

.bo-benefit-card {
  border: 1px solid var(--bo-line);
  border-radius: 13px;
  padding: 27px 21px;
  background: #fff;
  box-shadow: 0 10px 28px rgb(14 48 88 / 0.075);
  text-align: center;
}

.bo-icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  margin: 0 auto 15px;
  border-radius: 13px;
  color: var(--bo-blue);
  background: #eaf3ff;
}

.bo-benefit-card h3,
.bo-process-card h3,
.bo-promise-grid h3 {
  margin: 0;
  color: var(--bo-navy);
  font-size: 0.98rem;
  font-weight: 820;
  line-height: 1.3;
}

.bo-benefit-card p,
.bo-process-card p,
.bo-promise-grid p {
  margin: 9px 0 0;
  color: var(--bo-muted);
  font-size: 0.84rem;
  line-height: 1.55;
}

/* Process and damage risks */
.bo-process {
  border-block: 1px solid #e2eaf2;
  background:
    radial-gradient(circle at 50% 0, rgb(7 88 189 / 0.075), transparent 34%),
    var(--bo-soft);
}

.bo-process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 17px;
}

.bo-process-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--bo-line);
  border-radius: 14px;
  padding: 27px 24px 25px;
  background: #fff;
  box-shadow: 0 9px 26px rgb(14 48 88 / 0.065);
}

.bo-process-card .bo-icon {
  margin: 0 0 16px;
}

.bo-step-number {
  position: absolute;
  top: 16px;
  right: 18px;
  color: #d7e4f2;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.bo-risk-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 38px;
}

.bo-risk-card {
  display: grid;
  min-height: 310px;
  grid-template-columns: minmax(155px, 0.72fr) minmax(0, 1.28fr);
  overflow: hidden;
  border: 1px solid var(--bo-line);
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 14px 34px rgb(14 48 88 / 0.1);
}

.bo-risk-card > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bo-risk-card > div {
  align-self: center;
  padding: 28px 25px;
}

.bo-risk-card h3 {
  margin: 0;
  color: var(--bo-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  letter-spacing: -0.025em;
  line-height: 1.08;
}

.bo-risk-card div > p:last-child {
  margin: 13px 0 0;
  color: var(--bo-muted);
  font-size: 0.87rem;
  line-height: 1.6;
}

/* Promise and subscription panel */
.bo-promise {
  background: #fff;
}

.bo-promise-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.bo-promise-grid article {
  padding: 12px 10px;
  text-align: center;
}

.bo-promise-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  margin: 0 auto 13px;
  border-radius: 50%;
  color: #fff;
  background: var(--bo-blue);
  box-shadow: 0 8px 18px rgb(7 88 189 / 0.2);
}

.bo-membership {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  overflow: hidden;
  margin-top: clamp(44px, 6vw, 70px);
  border-radius: 17px;
  background: var(--bo-blue-dark);
  box-shadow: 0 22px 48px rgb(5 45 101 / 0.22);
}

.bo-membership > img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  object-position: center 58%;
}

.bo-membership__copy {
  padding: clamp(38px, 5vw, 62px);
  color: #fff;
  background:
    radial-gradient(circle at 100% 0, rgb(33 131 237 / 0.5), transparent 43%),
    linear-gradient(135deg, #0754ba, #043879);
}

.bo-membership h2 {
  margin: 0;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3.5vw, 3rem);
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.bo-membership__copy > p:not(.bo-eyebrow) {
  margin: 15px 0 0;
  color: rgb(255 255 255 / 0.8);
  line-height: 1.6;
}

.bo-membership ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 22px;
  margin: 27px 0 30px;
  padding: 0;
  list-style: none;
}

.bo-membership li {
  position: relative;
  padding-left: 27px;
  color: #fff;
  font-size: 0.87rem;
  font-weight: 680;
  line-height: 1.4;
}

.bo-membership li::before {
  position: absolute;
  top: 0.05em;
  left: 0;
  display: grid;
  width: 19px;
  height: 19px;
  place-items: center;
  border: 2px solid var(--bo-green-bright);
  border-radius: 50%;
  color: var(--bo-green-bright);
  content: "✓";
  font-size: 0.7rem;
  font-weight: 900;
}

/* Service-area map */
.bo-service-area {
  border-block: 1px solid #e4ebf3;
  background: var(--bo-soft);
}

.bo-service-area__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(34px, 4vw, 48px);
  align-items: center;
}

.bo-service-area__copy {
  max-width: 850px;
  margin-inline: auto;
  text-align: center;
}

.bo-service-area h2 {
  font-size: clamp(2rem, 3.6vw, 3rem);
}

.bo-service-area__copy > p:not(.bo-eyebrow) {
  max-width: 680px;
  margin: 18px auto 0;
  color: var(--bo-muted);
  line-height: 1.68;
}

.bo-service-zips {
  margin-top: 25px;
  border: 1px solid #d4e1eb;
  border-radius: 14px;
  padding: 17px;
  background: rgb(255 255 255 / 0.88);
  box-shadow: 0 10px 28px rgb(14 48 88 / 0.065);
}

.bo-service-zips > p {
  margin: 0 0 11px;
  color: var(--bo-navy);
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  line-height: 1.3;
  text-transform: uppercase;
}

.bo-service-zips ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bo-service-zips li {
  border: 1px solid #b8cfe3;
  border-radius: 999px;
  padding: 6px 9px;
  color: var(--bo-blue-dark);
  background: #f4f9fd;
  font-size: 0.76rem;
  font-variant-numeric: tabular-nums;
  font-weight: 820;
  letter-spacing: 0.015em;
  line-height: 1;
}

.bo-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 21px;
  color: var(--bo-blue-dark);
  font-weight: 820;
  text-decoration-color: #8caed5;
  text-underline-offset: 4px;
}

.bo-zip-map {
  min-width: 0;
  margin: 0;
}

.bo-zip-map__viewport {
  overflow: hidden;
  border: 1px solid #cbdbea;
  border-radius: 18px;
  background: #edf5f9;
  box-shadow: 0 20px 46px rgb(14 48 88 / 0.13);
}

.bo-zip-map img {
  display: block;
  width: 100%;
  height: auto;
}

.bo-zip-map figcaption {
  max-width: 690px;
  margin: 12px auto 0;
  color: #68798c;
  font-size: 0.72rem;
  line-height: 1.5;
  text-align: center;
}

/* FAQ */
.bo-faq {
  background: #fff;
}

.bo-faq__shell {
  max-width: 940px;
}

.bo-faq__list {
  display: grid;
  gap: 11px;
}

.bo-faq details {
  overflow: hidden;
  border: 1px solid var(--bo-line);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 5px 18px rgb(14 48 88 / 0.045);
}

.bo-faq summary {
  position: relative;
  padding: 19px 52px 19px 21px;
  color: var(--bo-navy);
  cursor: pointer;
  font-size: 0.96rem;
  font-weight: 780;
  line-height: 1.4;
  list-style: none;
}

.bo-faq summary::-webkit-details-marker {
  display: none;
}

.bo-faq summary::after {
  position: absolute;
  top: 50%;
  right: 20px;
  color: var(--bo-blue);
  content: "+";
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  transform: translateY(-50%);
}

.bo-faq details[open] summary {
  background: #f5f9fd;
}

.bo-faq details[open] summary::after {
  content: "–";
}

.bo-faq details p {
  margin: 0;
  padding: 0 21px 20px;
  color: var(--bo-muted);
  font-size: 0.91rem;
  line-height: 1.65;
}

/* Closing CTA */
.bo-final-cta {
  padding: 0 0 clamp(70px, 7vw, 100px);
  background: #fff;
}

.bo-final-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  overflow: hidden;
  border-radius: 17px;
  padding: clamp(30px, 5vw, 48px);
  color: #fff;
  background:
    radial-gradient(circle at 88% 0, rgb(104 220 64 / 0.42), transparent 36%),
    linear-gradient(120deg, #176e24, #2a9a2d);
  box-shadow: 0 20px 44px rgb(26 116 37 / 0.22);
}

.bo-final-cta h2 {
  color: #fff;
  font-size: clamp(1.8rem, 3.6vw, 2.8rem);
}

.bo-final-cta__inner > div > p:last-child {
  margin: 10px 0 0;
  color: rgb(255 255 255 / 0.82);
  line-height: 1.55;
}

.bo-final-cta .bo-button {
  flex: 0 0 auto;
}

@media (max-width: 1040px) {
  .bo-hero__inner {
    grid-template-columns: minmax(0, 1fr) 350px;
    gap: 35px;
  }

  .bo-hero h1 {
    font-size: clamp(3rem, 6vw, 4.5rem);
  }

  .bo-benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bo-promise-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .bo-hero {
    min-height: 0;
  }

  .bo-hero__image {
    object-position: 56% center;
  }

  .bo-hero__shade {
    background:
      linear-gradient(180deg, rgb(2 20 46 / 0.64) 0%, rgb(2 20 46 / 0.74) 42%, rgb(2 20 46 / 0.96) 100%),
      linear-gradient(90deg, rgb(2 20 46 / 0.6), transparent);
  }

  .bo-hero__inner {
    grid-template-columns: 1fr;
    gap: 38px;
    padding-block: 62px;
  }

  .bo-hero__copy {
    max-width: 720px;
  }

  .bo-quote {
    width: min(100%, 620px);
  }

  .bo-intro__grid,
  .bo-membership,
  .bo-service-area__grid {
    grid-template-columns: 1fr;
  }

  .bo-photo-card {
    max-width: 700px;
  }

  .bo-photo-card img {
    max-height: 470px;
    aspect-ratio: 1.45 / 1;
  }

  .bo-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bo-risk-grid {
    grid-template-columns: 1fr;
  }

  .bo-membership > img {
    min-height: 350px;
    max-height: 430px;
  }

  .bo-service-area__copy {
    max-width: 700px;
  }

  .bo-final-cta__inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 620px) {
  .bo-shell {
    width: min(100% - 28px, 1180px);
  }

  .bo-section {
    padding-block: 58px;
  }

  .bo-hero__inner {
    padding-block: 52px;
  }

  .bo-hero h1 {
    font-size: clamp(2.7rem, 13vw, 4rem);
  }

  .bo-actions {
    display: grid;
  }

  .bo-actions .bo-button {
    width: 100%;
  }

  .bo-quote > header {
    padding-inline: 18px;
  }

  .bo-quote form {
    padding: 17px;
  }

  .bo-benefit-grid,
  .bo-process-grid,
  .bo-promise-grid {
    grid-template-columns: 1fr;
  }

  .bo-benefit-card,
  .bo-promise-grid article {
    text-align: left;
  }

  .bo-benefit-card {
    display: grid;
    grid-template-columns: 54px 1fr;
    column-gap: 16px;
    align-items: center;
    padding: 20px;
  }

  .bo-benefit-card .bo-icon {
    grid-row: 1 / 3;
    margin: 0;
  }

  .bo-benefit-card p {
    margin-top: 5px;
  }

  .bo-process-card {
    padding: 23px 21px;
  }

  .bo-risk-card,
  .bo-risk-card--reverse {
    grid-template-columns: 1fr;
  }

  .bo-risk-card > img {
    height: 230px;
  }

  .bo-risk-card--reverse > img {
    grid-row: 1;
  }

  .bo-promise-grid article {
    display: grid;
    grid-template-columns: 48px 1fr;
    column-gap: 15px;
    align-items: center;
    padding: 14px 4px;
  }

  .bo-promise-icon {
    grid-row: 1 / 3;
    margin: 0;
  }

  .bo-promise-grid p {
    margin-top: 4px;
  }

  .bo-membership > img {
    min-height: 280px;
  }

  .bo-membership__copy {
    padding: 31px 24px;
  }

  .bo-membership ul {
    grid-template-columns: 1fr;
  }

  .bo-membership .bo-button {
    width: 100%;
  }

  .bo-service-zips {
    padding: 15px;
  }

  .bo-zip-map__viewport {
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-color: #8ba7bd #e4edf3;
    scrollbar-width: thin;
  }

  .bo-zip-map img {
    width: 900px;
    max-width: none;
  }

  .bo-zip-map figcaption::before {
    content: "Swipe the map to explore. ";
    font-weight: 800;
  }

  .bo-final-cta .bo-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sprinkler-blowouts-v2 *,
  .sprinkler-blowouts-v2 *::before,
  .sprinkler-blowouts-v2 *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
