:root {
  --red: #e71922;
  --red-dark: #a90009;
  --ink: #060b10;
  --ink-soft: #111820;
  --muted: #66707c;
  --line: #e5e8ec;
  --paper: #fff;
  --soft: #f5f7f9;
  --shadow: 0 26px 70px rgba(6, 11, 16, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  margin: 0;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
svg { fill: none; height: 1em; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; width: 1em; }
.preview-bar {
  align-items: center;
  background: #060b10;
  color: rgba(255, 255, 255, .88);
  display: flex;
  font-size: 11px;
  font-weight: 800;
  justify-content: center;
  letter-spacing: .12em;
  min-height: 30px;
  text-transform: uppercase;
}
.preview-bar span { border-right: 1px solid rgba(255, 255, 255, .25); margin-right: 12px; padding-right: 12px; }
.preview-bar strong { color: #ff4a52; }
.site-header {
  align-items: center;
  background: #fff;
  border-bottom: 1px solid rgba(6, 11, 16, .08);
  box-shadow: 0 8px 28px rgba(6, 11, 16, .08);
  display: grid;
  gap: 24px;
  grid-template-columns: auto 1fr auto;
  min-height: 84px;
  padding: 14px clamp(18px, 3.6vw, 52px);
  position: sticky;
  top: 0;
  z-index: 50;
}
.brand { width: 238px; }
.brand img { max-height: 56px; object-fit: contain; width: 100%; }
.main-nav { align-items: center; display: flex; gap: clamp(18px, 2.5vw, 38px); justify-content: center; }
.main-nav a {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .02em;
  text-transform: uppercase;
}
.main-nav a:hover, .main-nav a.is-active { color: var(--red); }
.header-actions { align-items: center; display: flex; gap: 20px; }
.phone-link { align-items: center; display: flex; font-size: 12px; font-weight: 600; gap: 12px; letter-spacing: .14em; text-transform: uppercase; }
.phone-link svg { background: var(--red); border-radius: 50%; color: #fff; height: 44px; padding: 11px; width: 44px; }
.phone-link strong { font-size: 17px; letter-spacing: 0; }
.menu-button { background: transparent; border: 0; display: none; flex-direction: column; gap: 5px; padding: 8px; }
.menu-button span { background: var(--ink); border-radius: 99px; display: block; height: 2px; width: 26px; }
.button {
  align-items: center;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  gap: 10px;
  justify-content: center;
  letter-spacing: .01em;
  min-height: 52px;
  padding: 0 26px;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-red { background: linear-gradient(135deg, #f21c27, #d70713); box-shadow: 0 16px 38px rgba(231, 25, 34, .34); color: #fff; }
.button-dark { background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .28); color: #fff; }
.header-button { font-size: 13px; min-height: 49px; padding: 0 24px; }
.hero {
  align-items: center;
  background: #06090d;
  color: #fff;
  display: flex;
  min-height: 710px;
  overflow: hidden;
  padding: clamp(88px, 7vw, 116px) clamp(24px, 7vw, 96px);
  position: relative;
}
.hero-image { height: 100%; inset: 0; object-fit: cover; object-position: center; position: absolute; width: 100%; }
.hero-scrim {
  background:
    radial-gradient(circle at 72% 22%, rgba(150, 183, 206, .16), transparent 33%),
    linear-gradient(90deg, rgba(3, 4, 7, .94) 0%, rgba(3, 4, 7, .87) 38%, rgba(3, 4, 7, .48) 70%, rgba(3, 4, 7, .18) 100%),
    linear-gradient(180deg, rgba(3, 4, 7, .02), rgba(3, 4, 7, .56));
  inset: 0;
  position: absolute;
}
.hero-content { max-width: 770px; position: relative; z-index: 2; }
.eyebrow, .section-kicker {
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .13em;
  margin: 0 0 16px;
  text-transform: uppercase;
}
.eyebrow {
  align-items: center;
  background: rgba(255, 255, 255, .11);
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  gap: 9px;
  padding: 10px 20px;
}
.eyebrow svg { color: var(--red); }
.hero h1 {
  font-size: clamp(54px, 6.1vw, 92px);
  letter-spacing: -.07em;
  line-height: .94;
  margin: 24px 0;
  max-width: 820px;
}
.hero h1 span, .section h2 span { color: var(--red); }
.hero-copy { color: rgba(255, 255, 255, .9); font-size: clamp(17px, 1.45vw, 21px); line-height: 1.67; max-width: 720px; text-shadow: 0 2px 14px rgba(0, 0, 0, .4); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 32px; }
.trust-pills { display: grid; gap: 10px; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 28px; max-width: 690px; }
.trust-pills span {
  align-items: center;
  background: rgba(5, 8, 12, .48);
  border: 1px solid rgba(255, 255, 255, .18);
  border-left: 3px solid var(--red);
  border-radius: 8px;
  display: flex;
  font-size: 12px;
  font-weight: 800;
  gap: 9px;
  min-height: 48px;
  padding: 9px 14px;
}
.trust-pills svg { color: var(--red); height: 18px; width: 18px; }
.section { padding: clamp(64px, 7vw, 92px) clamp(22px, 6vw, 80px); }
.section-heading { margin: 0 auto 38px; max-width: 770px; text-align: center; }
.section h2, .final-cta h2 {
  font-size: clamp(36px, 4.6vw, 58px);
  letter-spacing: -.07em;
  line-height: 1;
  margin: 0 0 18px;
}
.section p { color: var(--muted); line-height: 1.68; }
.intro {
  align-items: center;
  display: grid;
  gap: clamp(36px, 6vw, 80px);
  grid-template-columns: minmax(0, 1fr) minmax(390px, .9fr);
  margin: 0 auto;
  max-width: 1380px;
}
.intro-copy > p:not(.section-kicker) { font-size: 16px; margin: 0 0 14px; max-width: 690px; }
.intro-features { border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 28px; padding-top: 22px; }
.intro-features div { align-items: center; display: flex; font-size: 13px; gap: 10px; min-height: 46px; padding-right: 12px; }
.intro-features svg { color: var(--red); height: 24px; width: 24px; }
.intro-photo { border-radius: 15px; box-shadow: var(--shadow); min-height: 470px; overflow: hidden; position: relative; }
.intro-photo > img { height: 100%; inset: 0; object-fit: cover; position: absolute; width: 100%; }
.intro-photo > img:not(.intro-inset) { object-position: 58% center; }
.intro-photo .intro-inset {
  border: 6px solid #fff;
  border-radius: 12px;
  box-shadow: 0 18px 42px rgba(6, 11, 16, .22);
  height: 35%;
  inset: auto auto 20px 20px;
  object-fit: cover;
  width: 34%;
  z-index: 2;
}
.photo-note { align-items: center; background: #fff; border-radius: 10px 0 0 0; bottom: 0; display: flex; gap: 12px; padding: 18px 22px; position: absolute; right: 0; }
.photo-note > svg { color: var(--red); height: 31px; width: 31px; }
.photo-note span { display: grid; gap: 3px; }
.photo-note small { color: var(--red); font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.photo-note strong { font-size: 14px; }
.symptoms { background: linear-gradient(180deg, #f4f6f8 0%, #fff 100%); }
.card-grid { display: grid; gap: 18px; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 0 auto; max-width: 1220px; }
.card-grid article { background: #fff; border: 1px solid #dfe3e7; border-radius: 12px; box-shadow: 0 10px 28px rgba(6, 11, 16, .06); padding: 28px 24px; }
.card-grid article > svg { color: var(--red); height: 34px; width: 34px; }
.card-grid h3 { font-size: 19px; margin: 20px 0 8px; }
.card-grid p { font-size: 14px; margin: 0; }
.process { background: #071018; color: #fff; }
.process-shell { display: grid; gap: clamp(36px, 6vw, 78px); grid-template-columns: minmax(300px, .7fr) minmax(0, 1.3fr); margin: 0 auto; max-width: 1260px; }
.process-copy p:not(.section-kicker) { color: rgba(255, 255, 255, .72); font-size: 16px; margin: 0 0 28px; max-width: 470px; }
.process-steps { display: grid; gap: 14px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.process-steps article { background: #101e28; border: 1px solid rgba(255, 255, 255, .1); border-top: 3px solid var(--red); border-radius: 10px; min-height: 250px; padding: 28px 22px; position: relative; }
.process-steps article > span { color: rgba(255, 255, 255, .18); font-size: 42px; font-weight: 900; position: absolute; right: 18px; top: 15px; }
.process-steps svg { color: var(--red); height: 32px; width: 32px; }
.process-steps h3 { font-size: 17px; margin: 24px 0 10px; }
.process-steps p { color: rgba(255, 255, 255, .66); font-size: 13px; margin: 0; }
.request-section { background: linear-gradient(145deg, #f7f8fa, #edf1f4); scroll-margin-top: 96px; }
.request-shell {
  align-items: center;
  display: grid;
  gap: clamp(38px, 6vw, 84px);
  grid-template-columns: minmax(290px, .72fr) minmax(480px, 1.28fr);
  margin: 0 auto;
  max-width: 1220px;
}
.request-copy > p:not(.section-kicker) { color: var(--muted); font-size: 17px; line-height: 1.7; max-width: 480px; }
.request-points { border-top: 1px solid #d9dee3; display: grid; gap: 18px; margin-top: 28px; padding-top: 26px; }
.request-points span { align-items: center; display: flex; font-size: 14px; gap: 13px; }
.request-points svg { color: var(--red); height: 24px; width: 24px; }
.drain-request-card {
  background: #fff;
  border: 1px solid #dfe3e7;
  border-radius: 16px;
  box-shadow: 0 26px 70px rgba(6, 11, 16, .14);
  padding: clamp(24px, 3vw, 38px);
}
.form-heading { align-items: center; border-bottom: 1px solid var(--line); display: flex; gap: 15px; margin-bottom: 24px; padding-bottom: 22px; }
.form-icon { align-items: center; background: var(--ink); border-radius: 50%; color: #fff; display: flex; flex: 0 0 auto; height: 48px; justify-content: center; width: 48px; }
.form-icon svg { height: 22px; width: 22px; }
.form-heading h3 { font-size: 25px; letter-spacing: -.04em; margin: 0 0 5px; }
.form-heading p { color: var(--muted); font-size: 13px; margin: 0; }
.form-grid { display: grid; gap: 16px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.form-grid label { color: #313b45; display: grid; font-size: 12px; font-weight: 800; gap: 8px; }
.form-grid input, .form-grid textarea {
  background: #f8f9fa;
  border: 1px solid #d9dee3;
  border-radius: 8px;
  color: var(--ink);
  font: inherit;
  font-size: 14px;
  min-height: 50px;
  outline: none;
  padding: 12px 14px;
}
.form-grid input:focus, .form-grid textarea:focus { background: #fff; border-color: var(--red); box-shadow: 0 0 0 4px rgba(231, 25, 34, .1); }
.form-grid textarea { min-height: 92px; resize: vertical; }
.form-wide { grid-column: 1 / -1; }
.honeypot { height: 1px; left: -10000px; overflow: hidden; position: absolute; width: 1px; }
.selected-service { align-items: center; background: #f6f7f8; border: 1px solid #e0e4e7; border-left: 3px solid var(--red); border-radius: 8px; display: flex; font-size: 12px; gap: 8px; margin: 18px 0; min-height: 46px; padding: 10px 13px; }
.selected-service svg { color: var(--red); height: 18px; width: 18px; }
.selected-service span { color: var(--muted); }
.form-submit { width: 100%; }
.drain-request-card > small { color: var(--muted); display: block; font-size: 11px; margin-top: 13px; text-align: center; }
.form-message { border-radius: 8px; font-size: 12px; font-weight: 800; margin: 14px 0 0; text-align: center; }
.form-message.is-visible { background: #ecfff4; color: #087a37; padding: 12px; }
.location { background: #f6f7f9; }
.location-card {
  background: #fff;
  border: 1px solid #e2e5e8;
  border-radius: 18px;
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: minmax(350px, .85fr) minmax(0, 1.15fr);
  margin: 0 auto;
  max-width: 1140px;
  overflow: hidden;
}
.location-details { background: linear-gradient(145deg, #111922, #071018); color: #fff; padding: clamp(32px, 4vw, 52px); }
.selected-label { color: var(--red); font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.location-details h3 { font-size: clamp(28px, 3vw, 40px); letter-spacing: -.055em; line-height: 1; margin: 15px 0; }
.location-details > p { color: rgba(255, 255, 255, .74); }
.location-facts { border-top: 1px solid rgba(255, 255, 255, .14); display: grid; gap: 15px; margin: 24px 0; padding-top: 22px; }
.location-facts span { align-items: center; display: flex; font-size: 13px; gap: 11px; }
.location-facts svg { color: var(--red); height: 20px; width: 20px; }
.location-visual { background: #e5e9e4; min-height: 450px; overflow: hidden; position: relative; }
.map-grid {
  background:
    linear-gradient(30deg, transparent 45%, rgba(255,255,255,.8) 46% 49%, transparent 50%) 0 0 / 150px 120px,
    linear-gradient(-18deg, transparent 46%, rgba(255,255,255,.92) 47% 50%, transparent 51%) 0 0 / 200px 150px,
    repeating-linear-gradient(90deg, transparent 0 74px, rgba(97,114,121,.13) 75px 77px),
    repeating-linear-gradient(0deg, transparent 0 66px, rgba(97,114,121,.13) 67px 69px),
    radial-gradient(circle at 40% 45%, #b8ddcc 0 10%, transparent 11%),
    #e4e8de;
  inset: 0;
  position: absolute;
}
.map-grid::after { background: linear-gradient(90deg, transparent 48%, rgba(231,25,34,.46) 49% 51%, transparent 52%); content: ""; inset: 0; position: absolute; transform: rotate(-7deg); }
.map-pin { align-items: center; background: var(--red); border: 6px solid rgba(255,255,255,.9); border-radius: 50%; box-shadow: 0 12px 30px rgba(6,11,16,.26); color: #fff; display: flex; height: 62px; justify-content: center; left: 52%; position: absolute; top: 42%; transform: translate(-50%, -50%); width: 62px; }
.map-pin svg { height: 26px; width: 26px; }
.map-label { background: #fff; border-radius: 5px; box-shadow: 0 5px 18px rgba(6,11,16,.14); font-size: 18px; font-weight: 900; left: 52%; padding: 8px 14px; position: absolute; top: 54%; transform: translateX(-50%); }
.map-road { color: #64747b; font-size: 11px; font-weight: 800; position: absolute; transform: rotate(-7deg); }
.road-one { left: 58%; top: 18%; }
.road-two { left: 20%; top: 65%; transform: rotate(16deg); }
.faq { background: #071018; color: #fff; }
.faq-shell { display: grid; gap: clamp(40px, 7vw, 90px); grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr); margin: 0 auto; max-width: 1200px; }
.faq-intro > p:not(.section-kicker) { color: rgba(255, 255, 255, .68); max-width: 410px; }
.faq-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.faq-badges span { align-items: center; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: 8px; display: flex; font-size: 12px; font-weight: 800; gap: 8px; padding: 12px 14px; }
.faq-badges svg { color: var(--red); }
.faq-list { border-top: 1px solid rgba(255,255,255,.13); }
.faq-list details { border-bottom: 1px solid rgba(255,255,255,.13); }
.faq-list summary { align-items: center; cursor: pointer; display: flex; font-size: 14px; font-weight: 800; justify-content: space-between; list-style: none; min-height: 72px; padding: 0 5px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary svg { color: var(--red); transition: transform .2s ease; }
.faq-list details[open] summary svg { transform: rotate(45deg); }
.faq-list details p { color: rgba(255, 255, 255, .65); font-size: 14px; margin: 0; padding: 0 34px 24px 5px; }
.final-cta {
  align-items: center;
  background: #fff;
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr auto;
  margin: 0 auto;
  max-width: 1380px;
  padding: 54px clamp(24px, 6vw, 80px);
}
.final-cta h2 { font-size: clamp(32px, 4vw, 48px); margin-bottom: 10px; }
.final-cta p:not(.section-kicker) { color: var(--muted); margin: 0; }
.final-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: flex-end; }
.button-outline { background: #fff; border: 1px solid #cfd5da; color: var(--ink); }
.site-footer { background: #050a0f; color: #fff; padding: 58px clamp(24px, 6vw, 80px) 24px; }
.footer-grid { display: grid; gap: 42px; grid-template-columns: 1.4fr repeat(3, 1fr); margin: 0 auto; max-width: 1280px; }
.footer-company img { background: #fff; border-radius: 5px; max-width: 240px; padding: 6px 10px; }
.footer-company p { color: rgba(255,255,255,.66); font-size: 13px; line-height: 1.65; max-width: 310px; }
.footer-grid h2 { border-bottom: 1px solid rgba(255,255,255,.12); font-size: 13px; letter-spacing: .1em; margin: 0 0 18px; padding-bottom: 13px; text-transform: uppercase; }
.footer-grid nav, .footer-grid > div { align-content: start; display: grid; gap: 12px; }
.footer-grid a, .footer-grid span { color: rgba(255,255,255,.7); font-size: 13px; line-height: 1.5; }
.footer-grid a:hover { color: var(--red); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); display: flex; flex-wrap: wrap; gap: 30px; justify-content: space-between; margin: 38px auto 0; max-width: 1280px; padding-top: 23px; }
.footer-bottom span { color: rgba(255,255,255,.5); font-size: 11px; }

@media (max-width: 1100px) {
  .main-nav { display: none; }
  .site-header { grid-template-columns: auto 1fr auto; }
  .menu-button { display: flex; justify-self: end; }
  .intro { grid-template-columns: 1fr 1fr; }
  .card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process-shell { grid-template-columns: 1fr; }
  .request-shell { grid-template-columns: 1fr; }
  .request-copy { max-width: 720px; }
}

@media (max-width: 780px) {
  .preview-bar { min-height: 28px; }
  .site-header { gap: 8px; grid-template-columns: 1fr auto; min-height: 68px; padding: 10px 16px; }
  .brand { width: 176px; }
  .brand img { max-height: 45px; }
  .header-actions { display: none; }
  .menu-button { grid-column: 2; grid-row: 1; }
  .hero { min-height: 640px; padding: 72px 22px 58px; }
  .hero-image { object-position: 62% center; }
  .hero-scrim { background: linear-gradient(90deg, rgba(3,4,7,.95), rgba(3,4,7,.78)), linear-gradient(180deg, transparent, rgba(3,4,7,.6)); }
  .hero h1 { font-size: clamp(48px, 15vw, 70px); }
  .hero-copy { font-size: 16px; }
  .hero-actions, .hero-actions .button { width: 100%; }
  .trust-pills { grid-template-columns: 1fr; }
  .section { padding-left: 20px; padding-right: 20px; }
  .section h2 { font-size: clamp(36px, 11vw, 48px); }
  .intro { grid-template-columns: 1fr; }
  .intro-photo { min-height: 360px; }
  .intro-features { grid-template-columns: 1fr; }
  .card-grid { grid-template-columns: 1fr; }
  .process-steps { grid-template-columns: 1fr; }
  .process-steps article { min-height: 0; }
  .request-section { scroll-margin-top: 72px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-wide { grid-column: auto; }
  .location-card, .faq-shell, .final-cta { grid-template-columns: 1fr; }
  .location-card { border-radius: 12px; }
  .location-visual { min-height: 330px; }
  .final-cta .button { width: 100%; }
  .final-actions { justify-content: stretch; width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-company { grid-column: 1 / -1; }
}

@media (max-width: 480px) {
  .preview-bar { font-size: 9px; }
  .hero { min-height: 690px; }
  .eyebrow { font-size: 10px; padding: 9px 13px; }
  .hero h1 { font-size: 51px; }
  .hero .button { font-size: 12px; padding: 0 16px; }
  .intro-photo { min-height: 310px; }
  .photo-note { padding: 14px; }
  .location-details { padding: 28px 22px; }
  .location-details .button { font-size: 11px; padding: 0 15px; width: 100%; }
  .drain-request-card { padding: 22px 17px; }
  .form-heading h3 { font-size: 22px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-company { grid-column: auto; }
  .footer-bottom { display: grid; gap: 10px; }
}
