:root {
  --ink: #17130F;
  --muted: #5b6258;
  --paper: #F4EBDD;
  --card: #FFF8EE;
  --line: #CBD0C3;
  --teal: #213A3B;
  --teal-deep: #192C2D;
  --rust: #9E3F1F;
  --rust-deep: #7F3219;
  --gold: #D99A38;
  --shadow: 0 22px 70px rgba(23, 19, 15, 0.16);
  --content-width: 1250px;
  --hero-design-width: 1250px;
  --content-inset: 52px;
}

* {
  box-sizing: border-box;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 18% 8%, rgba(217, 154, 56, 0.18), transparent 28rem),
    linear-gradient(135deg, var(--paper) 0%, #eadcc9 48%, var(--line) 100%);
  font-family: "Trebuchet MS", "Lucida Sans Unicode", sans-serif;
  line-height: 1.6;
}

a {
  color: var(--teal);
}

.site-shell {
  width: min(var(--content-width), calc(100% - (var(--content-inset) * 2)));
  margin: 0 auto;
}

.container {
  width: min(var(--content-width), calc(100% - (var(--content-inset) * 2)));
  margin: 0 auto;
}

.list-unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

#header {
  box-shadow: 0 16px 40px rgba(33, 58, 59, 0.18);
  margin-bottom: 0;
}

.header-area {
  background: var(--paper);
  color: var(--ink);
  font-size: 14px;
}

.header-area .container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 39px;
}

.contact-list,
.socail-network {
  align-items: center;
  display: flex;
  gap: 26px;
}

.contact-list a,
.socail-network a {
  color: var(--ink);
  text-decoration: none;
}

.icon {
  color: var(--gold);
  display: inline-block;
  font-size: 0;
  margin-right: 8px;
  transform: translateY(1px);
}

.icon_phone::before {
  content: "\260E";
  font-size: 14px;
}

.icon_mail::before {
  content: "\2709";
  font-size: 14px;
}

.socail-network {
  gap: 24px;
}

.socail-network a {
  align-items: center;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  justify-content: center;
  line-height: 1;
  min-height: 44px;
  min-width: 44px;
}

.social-icon {
  align-items: center;
  display: inline-flex;
  height: 18px;
  justify-content: center;
  width: 18px;
}

.social-icon svg {
  display: block;
  fill: none;
  height: 18px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 18px;
}

.header-holder {
  background: var(--teal);
  color: white;
}

.header-holder-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 86px;
}

.logo a {
  color: var(--gold);
  font-family: "Trebuchet MS", "Lucida Sans Unicode", sans-serif;
  font-size: clamp(2.4rem, 4vw, 3.9rem);
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 1;
  text-decoration: none;
  text-transform: lowercase;
}

.nav-opener {
  display: none;
}

#nav > ul {
  align-items: center;
  display: flex;
  gap: clamp(22px, 3.3vw, 46px);
}

#nav li {
  position: relative;
}

#nav a {
  color: white;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.02em;
  padding: 34px 0;
  text-decoration: none;
  text-transform: uppercase;
}

#nav a:hover,
#nav a[aria-current="page"],
#nav li.active > a {
  color: var(--gold);
}

.drop-down {
  background: var(--teal-deep);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.28);
  left: 50%;
  min-width: 250px;
  opacity: 0;
  padding: 10px 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  transform: translate(-50%, 8px);
  transition: opacity 160ms ease, transform 160ms ease;
  z-index: 20;
}

#nav li:hover .drop-down,
#nav li:focus-within .drop-down {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.drop-down a {
  color: white;
  display: block;
  font-size: 12px;
  padding: 10px 18px;
  white-space: nowrap;
}

.header-mount--emergency {
  align-items: center;
  background: var(--teal-deep);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.18);
  display: inline-flex;
  gap: 16px;
  padding: 10px 15px;
  white-space: nowrap;
}

.header-mounts {
  align-items: center;
  display: flex;
}

.emergency-eta {
  align-items: center;
  color: #f4f4f4;
  display: inline-flex;
  font-size: 13px;
  font-weight: 950;
  gap: 8px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.status-dot {
  background: #24e66b;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  box-shadow:
    0 0 0 4px rgba(36, 230, 107, 0.22),
    0 0 16px rgba(36, 230, 107, 0.72);
  display: inline-block;
  height: 13px;
  width: 13px;
}

.emergency-call {
  color: var(--gold) !important;
  font-weight: 950 !important;
  padding: 0 !important;
}

main {
  display: grid;
  gap: 0;
  padding: 0 0 56px;
}

section {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: clamp(38px, 5vw, 70px) 0;
}

main > section:not(.sf-hero) {
  position: relative;
}

main > section:not(.sf-hero)::before,
main > section:not(.sf-hero):last-child::after {
  background: rgba(33, 58, 59, 0.22);
  content: "";
  height: 1px;
  left: calc(50% - 50vw);
  pointer-events: none;
  position: absolute;
  right: calc(50% - 50vw);
}

main > section:not(.sf-hero)::before {
  top: 0;
}

main > section:not(.sf-hero):last-child::after {
  bottom: 0;
}

.sf-hero {
  background:
    linear-gradient(135deg, rgba(33, 58, 59, 0.96), rgba(25, 44, 45, 0.92)),
    radial-gradient(circle at 80% 10%, rgba(217, 154, 56, 0.44), transparent 16rem);
  color: white;
  overflow: hidden;
  position: relative;
}

.sf-hero::before {
  background:
    linear-gradient(135deg, rgba(33, 58, 59, 0.96), rgba(25, 44, 45, 0.92)),
    radial-gradient(circle at 80% 10%, rgba(217, 154, 56, 0.44), transparent 16rem);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.hero-media {
  display: block;
  inset: 0;
  position: absolute;
  z-index: 0;
}

.hero-media img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  width: 100%;
}

.hero-panel {
  position: relative;
  width: min(780px, 100%);
  z-index: 2;
}

.page--subpage .sf-hero {
  min-height: 360px;
}

.page--subpage .sf-hero .hero-panel {
  padding: 18px 0 10px;
  width: min(680px, 100%);
}

h1,
h2,
h3 {
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.05;
  margin: 0 0 14px;
}

h1 {
  font-size: 3rem;
  letter-spacing: -0.06em;
}

h2 {
  font-size: clamp(1.9rem, 4vw, 3.5rem);
  letter-spacing: -0.04em;
}

h3 {
  font-size: 1.2rem;
}

p {
  margin: 0 0 16px;
}

.hero-subheading,
.section-kicker {
  color: inherit;
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  max-width: 760px;
}

.hero-trust-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 26px;
  margin: 28px 0 0;
}

.hero-trust-item {
  align-items: center;
  color: rgba(255, 255, 255, 0.82);
  display: inline-flex;
  flex: 0 1 auto;
  font-size: 1rem;
  font-weight: 800;
  gap: 10px;
  letter-spacing: 0.02em;
  margin: 0;
  max-width: 100%;
  min-width: 0;
  white-space: normal;
}

.hero-trust-item > span:last-child {
  overflow-wrap: anywhere;
}

.hero-trust-item--accent {
  color: var(--gold);
}

.hero-trust-icon {
  color: rgba(255, 255, 255, 0.9);
  display: inline-flex;
  flex: 0 0 auto;
  font-size: inherit;
  height: 24px;
  justify-content: center;
  margin: 0;
  transform: none;
  width: 24px;
}

.hero-trust-icon svg {
  display: block;
  height: 24px;
  width: 24px;
}

.hero-trust-icon::before {
  content: none;
}

.hero-trust-item--accent .icon--accent {
  color: var(--gold);
}

@media (min-width: 761px) and (max-width: 1024px) {
  .sf-hero {
    background:
      linear-gradient(90deg, rgba(11, 45, 45, 0.96) 0%, rgba(11, 45, 45, 0.86) 45%, rgba(11, 45, 45, 0.2) 100%);
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    min-height: 720px;
    padding-left: calc((100vw - min(var(--content-width), calc(100vw - (var(--content-inset) * 2)))) / 2);
    padding-right: calc((100vw - min(var(--content-width), calc(100vw - (var(--content-inset) * 2)))) / 2);
  }

  .sf-hero::before {
    background:
      linear-gradient(90deg, rgba(11, 45, 45, 0.96) 0%, rgba(11, 45, 45, 0.86) 45%, rgba(11, 45, 45, 0.2) 100%);
  }

  .hero-media img {
    object-position: center right;
  }

  .sf-hero .hero-panel {
    padding: 32px 0 54px;
    transform: none;
    width: min(620px, 58vw);
  }

  .sf-hero h1 {
    font-size: 4rem;
  }

  .sf-hero .cta-row {
    flex-wrap: wrap;
  }

  .sf-hero .button {
    min-width: min(310px, 100%);
  }

  .sf-hero .hero-trust-row {
    gap: 10px 18px;
    width: min(720px, 72vw);
  }

  .sf-hero .hero-trust-item {
    font-size: 0.88rem;
  }

  .page--subpage .sf-hero {
    min-height: 360px;
  }

  .page--subpage .sf-hero .hero-panel {
    padding: 20px 0 12px;
    width: min(620px, 58vw);
  }
}

@media (min-width: 1025px) and (max-width: 1349px) {
  .sf-hero {
    background:
      linear-gradient(90deg, rgba(11, 45, 45, 0.96) 0%, rgba(11, 45, 45, 0.86) 45%, rgba(11, 45, 45, 0.2) 100%);
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    min-height: 760px;
    padding-left: calc((100vw - min(var(--content-width), calc(100vw - (var(--content-inset) * 2)))) / 2);
    padding-right: calc((100vw - min(var(--content-width), calc(100vw - (var(--content-inset) * 2)))) / 2);
  }

  .sf-hero::before {
    background:
      linear-gradient(90deg, rgba(11, 45, 45, 0.96) 0%, rgba(11, 45, 45, 0.86) 45%, rgba(11, 45, 45, 0.2) 100%);
  }

  .hero-media img {
    object-position: center right;
  }

  .sf-hero .hero-panel {
    padding: 16px 0 72px;
    transform: translateY(-16px);
    width: min(650px, 56vw);
  }

  .sf-hero h1 {
    font-size: 4.55rem;
  }

  .sf-hero .cta-row {
    flex-wrap: wrap;
  }

  .sf-hero .button {
    min-width: 310px;
  }

  .sf-hero .hero-trust-row {
    gap: 12px 18px;
    width: min(820px, 72vw);
  }

  .sf-hero .hero-trust-item {
    font-size: 0.9rem;
  }

  .page--subpage .sf-hero {
    min-height: 380px;
  }

  .page--subpage .sf-hero .hero-panel {
    padding: 26px 0 14px;
    transform: none;
    width: min(600px, 46vw);
  }
}

@media (min-width: 1350px) {
  .sf-hero {
    background:
      linear-gradient(90deg, rgba(11, 45, 45, 0.96) 0%, rgba(11, 45, 45, 0.88) 36%, rgba(11, 45, 45, 0.34) 57%, rgba(11, 45, 45, 0.02) 100%);
    aspect-ratio: 1672 / 941;
    border: 0;
    border-radius: 0;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    min-height: max(calc(min(100vw, var(--hero-design-width)) * 941 / 1672), 760px);
    padding-left: calc((100vw - min(var(--hero-design-width), calc(100vw - (var(--content-inset) * 2)))) / 2);
    padding-right: calc((100vw - min(var(--hero-design-width), calc(100vw - (var(--content-inset) * 2)))) / 2);
  }

  .sf-hero::before {
    background:
      linear-gradient(90deg, rgba(11, 45, 45, 0.96) 0%, rgba(11, 45, 45, 0.88) 36%, rgba(11, 45, 45, 0.34) 57%, rgba(11, 45, 45, 0.02) 100%);
  }

  .hero-media img {
    object-position: center center;
  }

  .sf-hero .hero-panel {
    padding: clamp(0px, 0.6vw, 8px) 0 clamp(58px, 5.4vw, 90px);
    transform: translateY(-24px);
    width: min(650px, 48vw);
  }

  .sf-hero h1 {
    font-size: 5.15rem;
    max-width: 720px;
    text-shadow: 0 3px 20px rgba(0, 0, 0, 0.28);
  }

  .sf-hero .hero-subheading {
    font-size: clamp(1.1rem, 1.5vw, 1.35rem);
    max-width: 600px;
  }

  .sf-hero .cta-row {
    flex-wrap: nowrap;
  }

  .sf-hero .button {
    min-width: 310px;
  }

  .sf-hero .hero-trust-row {
    flex-wrap: wrap;
    gap: 12px 18px;
    width: min(980px, 60vw);
  }

  .sf-hero .hero-trust-item {
    font-size: 0.92rem;
  }

  .sf-hero .hero-trust-icon {
    height: 21px;
    width: 21px;
  }

  .sf-hero .hero-trust-icon svg {
    height: 21px;
    width: 21px;
  }

  .page--subpage .sf-hero {
    aspect-ratio: auto;
    min-height: 380px;
  }

  .page--subpage .sf-hero .hero-panel {
    padding: 28px 0 18px;
    transform: none;
    width: min(600px, 40vw);
  }
}

.section-header {
  max-width: 820px;
}

.section-list {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
}

.section-list--cards li,
.record-card,
details,
.embed-placeholder {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 18px;
}

.section-list--service-includes {
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.section-list--plain {
  gap: 12px;
  grid-template-columns: minmax(0, 1fr);
  list-style: disc;
  padding-left: 1.35rem;
}

.section-list--plain li {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: var(--muted);
  list-style: disc;
  margin-left: 0.15rem;
  padding: 0;
}

.section-list--plain li strong,
.section-list--callout li strong {
  color: var(--ink);
}

.section-list--plain li p,
.section-list--callout li p,
.section-list--steps li p {
  margin: 6px 0 0;
}

.section-list--columns {
  gap: 14px 24px;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.section-list--callout {
  background: rgba(11, 45, 45, 0.05);
  border: 1px solid rgba(11, 45, 45, 0.12);
  border-radius: 18px;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr);
  list-style: disc;
  padding: 22px 22px 22px 2.6rem;
}

.section-list--callout li {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: var(--muted);
  list-style: disc;
  padding: 0;
}

.section-list--steps {
  counter-reset: step;
  gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  list-style: none;
}

.section-list--steps li {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 242, 234, 0.96));
  border: 1px solid rgba(11, 45, 45, 0.1);
  border-radius: 18px;
  counter-increment: step;
  min-height: 100%;
  padding: 22px 20px 20px;
  position: relative;
}

.section-list--steps li::before {
  align-items: center;
  background: var(--teal-deep);
  border-radius: 999px;
  color: white;
  content: counter(step);
  display: inline-flex;
  font-size: 0.92rem;
  font-weight: 900;
  height: 2rem;
  justify-content: center;
  margin-bottom: 14px;
  width: 2rem;
}

.section-list--steps li strong {
  color: var(--ink);
  display: block;
  font-size: 1.04rem;
  line-height: 1.35;
}

.section-list--steps li p {
  color: var(--muted);
}

.section-list--service-includes .service-include-card {
  display: grid;
  gap: 14px;
  grid-template-rows: auto 1fr;
  min-height: 100%;
}

.service-include-icon {
  align-items: center;
  color: var(--teal-deep);
  display: inline-flex;
  height: 30px;
  justify-content: center;
  width: 30px;
}

.service-include-icon svg {
  display: block;
  height: 30px;
  width: 30px;
}

.section-list--service-includes h3 {
  color: var(--ink);
  font-size: 1.02rem;
  line-height: 1.4;
  margin: 0;
}

.section-list--service-includes p {
  color: var(--muted);
  line-height: 1.55;
  margin: 0;
}

.partner-referral {
  background: var(--card);
  border: 1px solid rgba(23, 19, 15, 0.15);
  border-radius: 14px;
  margin-top: 28px;
  padding: 18px 20px;
}

.partner-referral h3 {
  margin: 0 0 8px;
}

.partner-referral p {
  margin: 0 0 12px;
}

.partner-referral__link {
  color: var(--rust-deep);
  display: inline-block;
  font-weight: 800;
}

.record-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  margin-top: 24px;
}

.record-grid--four_three_grid {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 700px) {
  .record-grid--four_three_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1120px) {
  .record-grid--four_three_grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.record-rows {
  border-top: 1px solid rgba(145, 113, 63, 0.18);
  display: grid;
  margin-top: 24px;
}

.record-row {
  align-items: start;
  border-bottom: 1px solid rgba(145, 113, 63, 0.18);
  column-gap: 22px;
  display: grid;
  grid-template-columns: minmax(220px, 0.95fr) minmax(0, 1.45fr);
  padding: 16px 0;
}

.record-row__title h3,
.record-row__title h3 a {
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.25;
  margin: 0;
  text-decoration-color: var(--gold);
}

.record-row__body p {
  color: var(--muted);
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 799px) {
  .record-row {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 8px;
  }
}

.sf-collection--bento_alerts {
  position: relative;
}

.sf-collection--bento_alerts::before {
  background:
    radial-gradient(circle at top left, rgba(217, 154, 56, 0.18), transparent 48%),
    linear-gradient(180deg, rgba(248, 242, 234, 0.96), rgba(244, 236, 225, 0.92));
  border: 1px solid rgba(145, 113, 63, 0.16);
  border-radius: 32px;
  content: "";
  inset: -12px;
  position: absolute;
  z-index: -1;
}

.record-grid--bento_alerts {
  gap: 24px;
}

.record-grid--bento_alerts .record-card {
  background: rgba(255, 251, 245, 0.86);
  border-color: rgba(145, 113, 63, 0.22);
  border-radius: 26px;
  box-shadow: 0 18px 32px rgba(78, 56, 28, 0.08);
  padding: 24px 26px;
}

.record-grid--bento_alerts .record-card h3 {
  font-size: clamp(1.42rem, 1.2rem + 0.55vw, 1.9rem);
  line-height: 1.08;
  margin-bottom: 18px;
  min-height: 0;
}

.record-grid--bento_alerts .record-card p {
  color: var(--ink);
  font-size: 1.02rem;
  line-height: 1.7;
  margin: 0;
  max-width: 18ch;
}

@media (min-width: 800px) {
  .record-grid--bento_alerts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .record-grid--bento_alerts .record-card p {
    max-width: 20ch;
  }
}

@media (min-width: 560px) and (max-width: 799px) {
  .record-grid--bento_alerts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.urgency-tier-stack {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.urgency-tier {
  background:
    radial-gradient(circle at top left, rgba(232, 188, 110, 0.16), transparent 35%),
    linear-gradient(180deg, rgba(255, 252, 247, 0.98), rgba(250, 245, 238, 0.95));
  border: 1px solid rgba(184, 141, 65, 0.42);
  border-radius: 28px;
  box-shadow: 0 18px 36px rgba(80, 52, 19, 0.08);
  display: grid;
  gap: 24px;
  padding: 24px;
}

.urgency-tier--tier2 {
  border-color: rgba(214, 109, 28, 0.45);
}

.urgency-tier--tier3 {
  border-color: rgba(221, 66, 51, 0.45);
}

.urgency-tier__intro {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr);
}

.urgency-tier__intro-copy {
  display: grid;
  gap: 14px;
}

.urgency-tier__symbol {
  align-items: center;
  background: rgba(243, 182, 29, 0.12);
  border-radius: 999px;
  color: #f2ae1c;
  display: inline-flex;
  height: 56px;
  justify-content: center;
  width: 56px;
}

.urgency-tier--tier2 .urgency-tier__symbol {
  background: rgba(247, 119, 22, 0.12);
  color: #f67a16;
}

.urgency-tier--tier3 .urgency-tier__symbol {
  background: rgba(233, 61, 47, 0.12);
  color: #e93d2f;
}

.urgency-tier__symbol svg {
  display: block;
  height: 30px;
  width: 30px;
}

.urgency-tier__eyebrow {
  background: rgba(242, 174, 28, 0.12);
  border: 1px solid rgba(242, 174, 28, 0.22);
  border-radius: 10px;
  color: #b77612;
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  margin: 0;
  padding: 8px 10px;
  text-transform: uppercase;
  width: fit-content;
}

.urgency-tier--tier2 .urgency-tier__eyebrow {
  background: rgba(246, 122, 22, 0.12);
  border-color: rgba(246, 122, 22, 0.2);
  color: #d46612;
}

.urgency-tier--tier3 .urgency-tier__eyebrow {
  background: rgba(233, 61, 47, 0.12);
  border-color: rgba(233, 61, 47, 0.2);
  color: #d23a2f;
}

.urgency-tier__intro-copy h3 {
  font-size: clamp(1.8rem, 1.55rem + 0.6vw, 2.4rem);
  line-height: 1.05;
  margin: 0;
}

.urgency-tier__intro-copy p {
  color: var(--muted);
  line-height: 1.7;
  margin: 0;
  max-width: 34ch;
}

.urgency-tier__button {
  align-items: center;
  border-radius: 14px;
  display: inline-flex;
  gap: 10px;
  margin-top: 4px;
  max-width: 100%;
  text-decoration: none;
  white-space: normal;
  width: fit-content;
}

.urgency-tier__button-placeholder {
  display: none;
}

.urgency-tier__button--tier1 {
  background: linear-gradient(180deg, #f8c94f, #f2ad1c);
  color: #20170f;
}

.urgency-tier__button--tier2 {
  background: linear-gradient(180deg, #ff9a34, #f67a16);
  color: #fff;
}

.urgency-tier__button--tier3 {
  background: linear-gradient(180deg, #f65242, #e93d2f);
  color: #fff;
}

.urgency-tier__button-icon,
.urgency-footer__link svg {
  display: inline-flex;
  flex: 0 0 auto;
  height: 18px;
  width: 18px;
}

.urgency-tier__grid {
  border-top: 1px solid rgba(184, 141, 65, 0.18);
  display: grid;
  gap: 1px;
  grid-template-columns: minmax(0, 1fr);
}

.urgency-symptom {
  align-items: start;
  background: rgba(255, 255, 255, 0.42);
  display: grid;
  gap: 14px;
  grid-template-columns: 72px minmax(0, 1fr);
  padding: 18px 0;
}

.urgency-symptom__icon {
  align-items: center;
  background: rgba(255, 248, 236, 0.95);
  border: 1px solid rgba(223, 194, 141, 0.5);
  border-radius: 999px;
  color: var(--ink);
  display: inline-flex;
  height: 64px;
  justify-content: center;
  width: 64px;
}

.urgency-symptom__icon svg {
  display: block;
  height: 40px;
  width: 40px;
}

.urgency-symptom__body h4 {
  font-size: 1.05rem;
  line-height: 1.3;
  margin: 0 0 8px;
}

.urgency-symptom__body p {
  color: var(--muted);
  line-height: 1.65;
  margin: 0;
}

.urgency-footer {
  align-items: center;
  background: linear-gradient(180deg, rgba(247, 248, 250, 0.98), rgba(240, 243, 248, 0.95));
  border: 1px solid rgba(28, 71, 160, 0.08);
  border-radius: 24px;
  display: grid;
  gap: 16px;
  grid-template-columns: auto minmax(0, 1fr);
  padding: 22px 24px;
}

.urgency-footer__icon {
  color: #1f4ed0;
  display: inline-flex;
  height: 40px;
  width: 40px;
}

.urgency-footer__icon svg {
  display: block;
  height: 40px;
  width: 40px;
}

.urgency-footer__copy h3,
.urgency-footer__copy p {
  margin: 0;
}

.urgency-footer__copy p {
  color: var(--muted);
  line-height: 1.6;
  margin-top: 4px;
}

.urgency-footer__link {
  align-items: center;
  background: linear-gradient(180deg, #ff9a34, #f67a16);
  border-radius: 14px;
  color: #fff;
  display: inline-flex;
  gap: 10px;
  font-weight: 800;
  justify-self: start;
  padding: 0.9rem 1.25rem;
  text-decoration: none;
}

@media (min-width: 900px) {
  .urgency-tier {
    grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.35fr);
    padding: 30px 32px;
  }

  .urgency-tier__button-placeholder {
    display: block;
    min-height: 3.4rem;
  }

  .urgency-tier__grid {
    border-left: 1px solid rgba(184, 141, 65, 0.18);
    border-top: 0;
    gap: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-left: 24px;
  }

  .urgency-symptom {
    border-bottom: 1px solid rgba(184, 141, 65, 0.18);
    padding: 16px 18px;
  }

  .urgency-symptom:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .urgency-symptom:nth-child(odd) {
    border-right: 1px solid rgba(184, 141, 65, 0.18);
    padding-left: 0;
  }

  .urgency-symptom:nth-child(even) {
    padding-right: 0;
  }

  .urgency-footer {
    grid-template-columns: auto minmax(0, 1fr) auto;
  }

  .urgency-footer__link {
    justify-self: end;
  }
}

@media (max-width: 899px) {
  .urgency-symptom {
    border-bottom: 1px solid rgba(184, 141, 65, 0.18);
  }

  .urgency-symptom:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 639px) {
  .urgency-tier {
    border-radius: 22px;
    padding: 20px;
  }

  .urgency-symptom {
    grid-template-columns: 60px minmax(0, 1fr);
  }

  .urgency-symptom__icon {
    height: 54px;
    width: 54px;
  }

  .urgency-symptom__icon svg {
    height: 34px;
    width: 34px;
  }

  .urgency-footer {
    grid-template-columns: minmax(0, 1fr);
  }
}

.record-grid--word_grid {
  gap: 12px;
}

.record-grid--word_grid .record-card {
  align-items: center;
  background: rgba(255, 251, 245, 0.92);
  border-color: rgba(145, 113, 63, 0.18);
  border-radius: 14px;
  display: flex;
  min-height: 0;
  padding: 14px 16px;
}

.record-grid--word_grid .record-card h3 {
  font-size: 1rem;
  line-height: 1.2;
  margin: 0;
  min-height: 0;
}

.record-grid--word_grid .record-card p {
  display: none;
}

@media (min-width: 800px) {
  .record-grid--word_grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 560px) and (max-width: 799px) {
  .record-grid--word_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.record-card h3 a {
  color: var(--ink);
  text-decoration-color: var(--gold);
}

.sf-collection--simple_grid .record-card h3 {
  display: flex;
  line-height: 1.25;
  margin-bottom: 14px;
  min-height: calc(1.25em * 2);
}

.comparison-table-wrap {
  margin-top: 24px;
  overflow-x: auto;
}

.comparison-table {
  border-collapse: collapse;
  width: 100%;
}

.comparison-table th,
.comparison-table td {
  border-bottom: 1px solid var(--line);
  padding: 16px 18px;
  text-align: left;
  vertical-align: top;
}

.comparison-table th {
  color: var(--teal-deep);
  font-size: 0.94rem;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.comparison-table tbody tr:nth-child(odd) {
  background: rgba(11, 45, 45, 0.03);
}

.comparison-table td:first-child {
  color: var(--ink);
  font-weight: 800;
  width: 52%;
}

.comparison-table td:last-child {
  color: var(--muted);
}

.record-card__stack {
  display: grid;
  gap: 10px;
}

.record-card__box {
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(23, 19, 15, 0.14);
  border-radius: 12px;
  padding: 12px 14px;
}

.record-card__box p {
  margin: 0;
}

.record-card__box strong {
  color: var(--teal-deep);
}

.sf-rich-text--diy_risk .section-header {
  max-width: 900px;
}

.diy-risk-grid {
  margin-top: 24px;
}

.diy-risk-grid .record-card {
  min-height: 100%;
}

.diy-calculator {
  margin-top: 28px;
}

.diy-calculator__layout {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1.15fr) minmax(290px, 0.85fr);
}

.diy-calculator__panel {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 22px;
}

.diy-calculator__panel h3 {
  margin-bottom: 12px;
}

.diy-calculator__intro {
  color: var(--muted);
  max-width: 60ch;
}

.diy-calculator__grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 18px;
}

.diy-field {
  display: grid;
  gap: 7px;
}

.diy-field label,
.diy-check span {
  color: var(--teal-deep);
  font-size: 0.92rem;
  font-weight: 900;
  line-height: 1.35;
}

.diy-field input,
.diy-field select {
  background: white;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--ink);
  font: inherit;
  min-width: 0;
  padding: 12px 13px;
  width: 100%;
}

.diy-field input:focus,
.diy-field select:focus,
.diy-check input:focus-visible {
  border-color: var(--gold);
  outline: 3px solid rgba(217, 154, 56, 0.34);
}

.diy-checklist {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.diy-checklist__header p {
  color: var(--muted);
  margin: 6px 0 0;
}

.diy-check {
  align-items: start;
  background: rgba(255, 255, 255, 0.64);
  border: 1px solid rgba(203, 208, 195, 0.95);
  border-radius: 8px;
  display: grid;
  gap: 10px;
  grid-template-columns: 22px 1fr;
  padding: 12px;
}

.diy-check input {
  accent-color: var(--rust);
  height: 18px;
  margin-top: 2px;
  width: 18px;
}

.diy-result__eyebrow {
  color: var(--rust);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.diy-result--placeholder {
  background: rgba(25, 44, 45, 0.04);
  border: 1px dashed rgba(25, 44, 45, 0.18);
  border-radius: 14px;
  padding: 18px;
}

.diy-result__placeholder-title {
  display: block;
  font-size: 1.15rem;
  margin-bottom: 8px;
}

.diy-result__placeholder-copy {
  color: var(--muted);
  margin: 0;
}

.diy-result__totals {
  display: grid;
  gap: 12px;
}

.diy-result__metric {
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(23, 19, 15, 0.12);
  border-radius: 12px;
  display: grid;
  gap: 4px;
  padding: 14px 16px;
}

.diy-result__metric span {
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 800;
}

.diy-result__metric strong {
  font-size: 1.45rem;
  line-height: 1.1;
}

.diy-result__metric--total,
.diy-result__metric--score {
  background: rgba(217, 154, 56, 0.12);
  border-color: rgba(217, 154, 56, 0.3);
}

.diy-result__risk {
  background: rgba(25, 44, 45, 0.04);
  border: 1px solid rgba(25, 44, 45, 0.12);
  border-radius: 14px;
  margin-top: 18px;
  padding: 18px;
}

.diy-result__risk[data-risk-level="low"] {
  background: rgba(33, 58, 59, 0.05);
  border-color: rgba(33, 58, 59, 0.18);
}

.diy-result__risk[data-risk-level="moderate"] {
  background: rgba(217, 154, 56, 0.1);
  border-color: rgba(217, 154, 56, 0.3);
}

.diy-result__risk[data-risk-level="high"] {
  background: rgba(196, 90, 42, 0.1);
  border-color: rgba(196, 90, 42, 0.32);
}

.diy-result__risk[data-risk-level="urgent"] {
  background: rgba(141, 28, 28, 0.12);
  border-color: rgba(141, 28, 28, 0.36);
}

.diy-result__label {
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 800;
  margin: 0 0 8px;
}

.diy-result__badge {
  display: inline-flex;
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.diy-result__title {
  font-size: 1.18rem;
  margin: 0 0 10px;
}

.diy-result__message,
.diy-result__next {
  margin-bottom: 0;
}

.partner-referral--diy-cta {
  margin-top: 28px;
}

.partner-referral--diy-cta .cta-row {
  margin-top: 16px;
}

.diy-result__cta {
  margin-top: 18px;
}

.diy-result__cta .cta-row {
  margin-top: 0;
}

.diy-result__cta .button {
  width: 100%;
}

.diy-result__cta .button[hidden] {
  display: none;
}

.diy-result__cta .partner-referral__link--secondary {
  display: inline-block;
}

.partner-referral__link--secondary {
  margin-top: 10px;
}

.sf-collection--review_cards .section-kicker {
  color: var(--gold);
  font-weight: 900;
}

.review-link-row {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}

.review-link {
  color: var(--accent);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.review-link:hover {
  color: var(--ink);
}

.card-meta,
.muted {
  color: var(--muted);
  font-size: 0.92rem;
}

.review-stars {
  color: var(--gold);
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1;
}

.faq-stack {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

summary {
  cursor: pointer;
  font-weight: 700;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.button {
  align-items: center;
  background: var(--rust);
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 6px;
  color: white;
  display: inline-flex;
  gap: 10px;
  font-weight: 800;
  justify-content: center;
  min-height: 58px;
  padding: 14px 22px;
  text-decoration: none;
}

.button--secondary {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.86);
  color: white;
}

.button-icon {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  height: 22px;
  justify-content: center;
  width: 22px;
}

.button-icon svg {
  display: block;
  height: 22px;
  width: 22px;
}

.drain-modal-backdrop {
  align-items: center;
  background: rgba(25, 44, 45, 0.78);
  display: none;
  inset: 0;
  justify-content: center;
  padding: 24px;
  position: fixed;
  z-index: 1000;
}

.drain-modal-backdrop.is-open {
  display: flex;
}

.drain-modal {
  background: var(--paper);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.38);
  color: var(--ink);
  max-height: min(92vh, 980px);
  overflow: auto;
  width: min(940px, 100%);
}

.drain-modal__header {
  align-items: flex-start;
  background: linear-gradient(135deg, var(--teal), var(--teal-deep));
  color: white;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  padding: clamp(20px, 3vw, 30px);
  position: sticky;
  top: 0;
  z-index: 2;
}

.drain-modal__eyebrow {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin: 0 0 6px;
  text-transform: uppercase;
}

.drain-modal__title {
  color: white;
  font-size: clamp(1.45rem, 2.4vw, 2.25rem);
  line-height: 1.08;
  margin: 0;
}

.drain-modal__intro {
  color: rgba(255, 255, 255, 0.84);
  margin: 10px 0 0;
  max-width: 62ch;
}

.drain-modal__close {
  align-items: center;
  appearance: none;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 6px;
  color: white;
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  font: inherit;
  font-size: 1.6rem;
  height: 42px;
  justify-content: center;
  line-height: 1;
  width: 42px;
}

.drain-modal__close:hover,
.drain-modal__close:focus-visible {
  background: rgba(255, 255, 255, 0.16);
}

.drain-form {
  padding: clamp(18px, 3vw, 28px);
}

.drain-form__section {
  background: var(--card);
  border: 1px solid rgba(203, 208, 195, 0.95);
  border-radius: 8px;
  padding: clamp(16px, 2.2vw, 22px);
}

.drain-form__section + .drain-form__section {
  margin-top: 18px;
}

.drain-form__section-title {
  color: var(--teal-deep);
  font-size: 1.08rem;
  margin: 0 0 16px;
}

.drain-form__grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.drain-field {
  display: grid;
  gap: 7px;
}

.drain-field--full {
  grid-column: 1 / -1;
}

.drain-field label,
.drain-check span,
.drain-fixture-row label {
  color: var(--teal-deep);
  font-size: 0.92rem;
  font-weight: 900;
  line-height: 1.35;
}

.drain-field small,
.drain-form__hint {
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.45;
  margin: 0;
}

.drain-field input,
.drain-field textarea,
.drain-field select,
.drain-fixture-row select,
.drain-fixture-row input {
  background: white;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--ink);
  font: inherit;
  min-width: 0;
  padding: 12px 13px;
  width: 100%;
}

.drain-field textarea {
  min-height: 104px;
  resize: vertical;
}

.drain-field input:focus,
.drain-field textarea:focus,
.drain-field select:focus,
.drain-check input:focus-visible,
.drain-fixture-row select:focus,
.drain-fixture-row input:focus,
.drain-button:focus-visible {
  border-color: var(--gold);
  outline: 3px solid rgba(217, 154, 56, 0.34);
}

.drain-checklist,
.drain-fixture-list {
  display: grid;
  gap: 12px;
}

.drain-checklist--issue {
  margin-top: 16px;
}

.drain-check {
  align-items: start;
  background: rgba(255, 255, 255, 0.64);
  border: 1px solid rgba(203, 208, 195, 0.95);
  border-radius: 8px;
  display: grid;
  gap: 10px;
  grid-template-columns: 22px 1fr;
  padding: 12px;
}

.drain-check input {
  accent-color: var(--rust);
  height: 18px;
  margin-top: 2px;
  width: 18px;
}

.drain-fixture-row {
  align-items: end;
  background: rgba(255, 255, 255, 0.64);
  border: 1px solid rgba(203, 208, 195, 0.95);
  border-radius: 8px;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
  padding: 14px;
}

.drain-fixture-row__custom {
  display: none;
  grid-column: 1 / -1;
}

.drain-fixture-row.is-custom .drain-fixture-row__custom {
  display: grid;
}

.drain-button-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  margin-top: 18px;
}

.drain-button {
  align-items: center;
  appearance: none;
  border: 1px solid transparent;
  border-radius: 6px;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-weight: 900;
  justify-content: center;
  min-height: 44px;
  padding: 11px 16px;
  text-decoration: none;
  white-space: normal;
}

.drain-button--primary {
  background: var(--rust);
  color: white;
}

.drain-button--primary:hover {
  filter: brightness(0.95);
}

.drain-button--secondary {
  background: white;
  border-color: var(--line);
  color: var(--teal-deep);
}

.drain-button--ghost {
  background: transparent;
  border-color: transparent;
  color: var(--rust);
  padding-inline: 0;
}

.drain-required {
  color: var(--rust);
}

.drain-form__success {
  background: #e5f3e8;
  border-radius: 8px;
  color: #174f2b;
  display: none;
  font-weight: 900;
  margin-top: 16px;
  padding: 14px 16px;
}

.drain-form__success.is-visible {
  display: block;
}

body.drain-modal-lock {
  overflow: hidden;
}

.sf-cta {
  background:
    linear-gradient(135deg, rgba(196, 90, 42, 0.96), rgba(217, 154, 56, 0.9));
  color: white;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc((100vw - min(var(--content-width), calc(100vw - (var(--content-inset) * 2)))) / 2);
  padding-right: calc((100vw - min(var(--content-width), calc(100vw - (var(--content-inset) * 2)))) / 2);
}

.site-footer {
  background: var(--teal-deep);
  border-top: 1px solid rgba(217, 154, 56, 0.28);
  color: rgba(255, 255, 255, 0.72);
  margin-top: 14px;
  padding: 0;
}

.footer-inner {
  margin: 0 auto;
  padding: 46px 0 0;
  width: min(var(--content-width), calc(100% - (var(--content-inset) * 2)));
}

.footer-main {
  display: grid;
  gap: clamp(28px, 6vw, 72px);
  grid-template-columns: minmax(220px, 1.2fr) minmax(240px, 1.25fr) minmax(210px, 1fr);
  padding-bottom: 46px;
}

.footer-column p {
  margin: 0 0 10px;
}

.footer-heading {
  color: white;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", sans-serif;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  margin: 0 0 28px;
  position: relative;
  text-transform: uppercase;
}

.footer-heading::after {
  background: var(--rust);
  bottom: -12px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 58px;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
  text-decoration: none;
}

.site-footer a:hover {
  color: var(--gold);
}

.footer-contact {
  display: grid;
  gap: 12px;
}

.footer-contact li {
  align-items: start;
  display: grid;
  gap: 12px;
  grid-template-columns: 18px 1fr;
}

.footer-icon {
  color: var(--gold);
  font-size: 14px;
  line-height: 1.5;
}

.footer-hours {
  display: grid;
  gap: 8px;
}

.footer-bottom {
  align-items: center;
  background: rgba(0, 0, 0, 0.22);
  display: flex;
  justify-content: space-between;
  margin-left: calc((100vw - min(var(--content-width), calc(100vw - (var(--content-inset) * 2)))) / -2);
  margin-right: calc((100vw - min(var(--content-width), calc(100vw - (var(--content-inset) * 2)))) / -2);
  padding: 14px calc((100vw - min(var(--content-width), calc(100vw - (var(--content-inset) * 2)))) / 2);
}

.footer-bottom p {
  margin: 0;
}

.footer-social {
  display: flex;
  gap: 24px;
}

.footer-social a {
  align-items: center;
  color: rgba(255, 255, 255, 0.82);
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  justify-content: center;
  line-height: 1;
  min-height: 44px;
  min-width: 44px;
  text-decoration: none;
}

@media (max-width: 760px) {
  :root {
    --content-inset: 16px;
  }

  #nav > ul {
    align-items: flex-start;
    flex-direction: column;
  }

  .header-area .container {
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px 18px;
    justify-content: space-between;
    padding: 10px 0;
  }

  .contact-list,
  .socail-network {
    flex-wrap: wrap;
    gap: 10px 18px;
  }

  .socail-network {
    margin-left: auto;
  }

  @media (max-width: 430px) {
    .header-area {
      font-size: 12px;
    }

    .header-area .container {
      flex-wrap: nowrap;
      gap: 6px;
    }

    .contact-list,
    .socail-network {
      flex: 0 1 auto;
      flex-wrap: nowrap;
      gap: 6px;
      min-width: 0;
      white-space: nowrap;
    }

    .icon {
      margin-right: 3px;
    }

    .socail-network {
      gap: 8px;
    }
  }

  .header-holder-inner {
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
    padding: 20px 0;
  }

  .nav-opener {
    align-items: center;
    background: var(--gold);
    border: 0;
    border-radius: 999px;
    color: var(--teal-deep);
    cursor: pointer;
    display: inline-flex;
    font: inherit;
    font-size: 13px;
    font-weight: 950;
    justify-content: center;
    letter-spacing: 0.02em;
    min-height: 42px;
    padding: 10px 16px;
    text-transform: uppercase;
  }

  #nav {
    display: none;
  }

  .nav-is-open #nav {
    display: block;
  }

  #nav > ul {
    gap: 0;
    width: 100%;
  }

  #nav,
  #nav li,
  #nav a {
    width: 100%;
  }

  #nav a {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding: 12px 0;
  }

  .header-mount--emergency {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.12);
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px 14px;
    justify-content: center;
    margin: 0;
    padding: 12px 14px;
    text-align: center;
    width: 100%;
  }

  .header-mounts {
    justify-content: center;
    width: 100%;
  }

  .sf-hero {
    background:
      linear-gradient(180deg, rgba(11, 45, 45, 0.96) 0%, rgba(11, 45, 45, 0.9) 48%, rgba(11, 45, 45, 0.48) 100%);
    border-radius: 0;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    min-height: 940px;
    padding-left: var(--content-inset);
    padding-right: var(--content-inset);
  }

  .sf-hero::before {
    background:
      linear-gradient(180deg, rgba(11, 45, 45, 0.96) 0%, rgba(11, 45, 45, 0.9) 48%, rgba(11, 45, 45, 0.48) 100%);
  }

  .hero-media img {
    object-position: center top;
  }

  .sf-hero .hero-panel {
    padding: 26px 0 46px;
  }

  .sf-hero .cta-row {
    flex-direction: column;
  }

  .sf-hero .button {
    width: 100%;
  }

  .drain-modal-backdrop {
    align-items: stretch;
    padding: 0;
  }

  .drain-modal {
    border-radius: 0;
    max-height: 100vh;
    width: 100%;
  }

  .drain-modal__header {
    padding: 20px;
  }

  .drain-form {
    padding: 16px;
  }

  .drain-form__grid,
  .drain-fixture-row,
  .diy-calculator__layout,
  .diy-calculator__grid {
    grid-template-columns: 1fr;
  }

  .drain-button-row {
    align-items: stretch;
    flex-direction: column;
  }

  .drain-button {
    width: 100%;
  }

  .hero-trust-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .comparison-table thead {
    display: none;
  }

  .comparison-table,
  .comparison-table tbody,
  .comparison-table tr,
  .comparison-table td {
    display: block;
    width: 100%;
  }

  .comparison-table tr {
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: 18px;
    margin-bottom: 14px;
    overflow: hidden;
  }

  .comparison-table td {
    border-bottom: 1px solid var(--line);
    padding: 14px 16px;
  }

  .comparison-table td:last-child {
    border-bottom: 0;
  }

  .comparison-table td::before {
    color: var(--teal-deep);
    content: attr(data-label);
    display: block;
    font-size: 0.8rem;
    font-weight: 900;
    letter-spacing: 0.03em;
    margin-bottom: 6px;
    text-transform: uppercase;
  }

  .emergency-call {
    border-top: 0 !important;
    width: auto !important;
  }

  .drop-down {
    background: rgba(0, 0, 0, 0.18);
    box-shadow: none;
    left: auto;
    min-width: 0;
    opacity: 1;
    padding: 0 0 0 16px;
    pointer-events: auto;
    position: static;
    transform: none;
  }

  .footer-main {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
}
