:root {
  --ink: #151833;
  --ink-soft: #4f566a;
  --paper: #ffffff;
  --mist: #f4f7f6;
  --teal: #37e6cb;
  --teal-deep: #0f8d82;
  --red: #ff3d37;
  --red-deep: #c62421;
  --navy: #111827;
  --cream: #f0f1e7;
  --line: #dfe7e4;
  --shadow: 0 18px 48px rgba(21, 24, 51, 0.14);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--mist);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

body.nav-open {
  overflow: hidden;
}

body[data-page="services"] {
  --page-hero-image: url("assets/hero-services-rv-detailing.png");
  --page-hero-position: center;
}

body[data-page="service-area"] {
  --page-hero-image: url("assets/hero-service-area-rv-neighborhood.png");
  --page-hero-position: center;
}

body[data-page="about"] {
  --page-hero-image: url("assets/hero-home-rv-team.png");
  --page-hero-position: center;
}

body[data-page="faq"] {
  --page-hero-image: url("assets/hero-faq-rv-roof-care.png");
  --page-hero-position: center;
}

body[data-page="blog"] {
  --page-hero-image: url("assets/hero-blog-rv-maintenance.png");
  --page-hero-position: center;
}

body[data-page="contact"],
body[data-page="quote"],
body[data-page="privacy"] {
  --page-hero-image: url("assets/hero-contact-rv-inspection.png");
  --page-hero-position: center;
}

img,
video,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

[hidden] {
  display: none !important;
}

.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;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 92px;
  padding: 10px clamp(18px, 4vw, 56px);
  color: var(--paper);
  transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.compact-header,
.site-header.scrolled,
.site-header.menu-open {
  background: rgba(255, 255, 255, 0.96);
  color: var(--ink);
  box-shadow: 0 10px 28px rgba(21, 24, 51, 0.12);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-logo {
  width: 96px;
  height: 58px;
  flex: 0 0 auto;
  object-fit: contain;
  filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.2));
}

.brand-name,
.brand-line {
  display: block;
}

.brand-name {
  font-size: 1rem;
  font-weight: 950;
}

.brand-line {
  font-size: 0.78rem;
  opacity: 0.82;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.4vw, 21px);
  font-size: 0.9rem;
  font-weight: 850;
}

.site-nav a {
  position: relative;
}

.site-nav a:not(.nav-cta)::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 2px;
  background: currentColor;
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after,
.site-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.nav-cta {
  padding: 10px 16px;
  border-radius: var(--radius);
  background: var(--red);
  color: var(--paper);
  box-shadow: 0 12px 28px rgba(255, 61, 55, 0.28);
}

.nav-toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: 86vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: 132px clamp(20px, 5vw, 76px) clamp(48px, 8vh, 84px);
  color: var(--paper);
}

.hero-image,
.hero-scrim {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  z-index: 0;
  object-fit: cover;
  object-position: center;
}

.hero-scrim {
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(17, 24, 39, 0.84) 0%, rgba(17, 24, 39, 0.6) 42%, rgba(17, 24, 39, 0.1) 100%),
    linear-gradient(0deg, rgba(17, 24, 39, 0.48) 0%, rgba(17, 24, 39, 0) 34%);
}

.hero-content {
  position: relative;
  z-index: 3;
  width: min(820px, 100%);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--red-deep);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero .eyebrow,
.process-section .eyebrow {
  color: var(--teal);
}

h1,
h2,
h3,
p,
li,
a,
button,
label {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.04;
}

h1 {
  max-width: 12ch;
  font-size: clamp(3.7rem, 10vw, 7.7rem);
  letter-spacing: 0;
}

h2 {
  font-size: clamp(2rem, 5vw, 4rem);
  letter-spacing: 0;
}

h3 {
  font-size: 1.35rem;
}

.hero-copy,
.page-hero p {
  max-width: 60ch;
  margin: 22px 0 0;
  font-size: clamp(1.05rem, 2vw, 1.28rem);
}

.hero-copy {
  color: rgba(255, 255, 255, 0.9);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border: 0;
  border-radius: var(--radius);
  cursor: pointer;
  font-weight: 950;
  line-height: 1.1;
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

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

.button-primary {
  background: var(--red);
  color: var(--paper);
  box-shadow: 0 16px 30px rgba(198, 36, 33, 0.28);
}

.button-secondary {
  background: var(--paper);
  color: var(--ink);
  box-shadow: 0 16px 30px rgba(17, 24, 39, 0.2);
}

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

.hero-zip-frame {
  width: min(560px, 100%);
  margin-top: 28px;
}

.hero-zip-title {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.hero-zip-card,
.quote-zip-form {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius);
  background: rgba(8, 11, 22, 0.66);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.hero-zip-card-head {
  display: grid;
  gap: 3px;
}

.hero-zip-card-head strong {
  color: var(--paper);
  font-size: 1.08rem;
}

.hero-zip-card-head span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.92rem;
}

.hero-zip-row,
.quote-zip-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.hero-zip-row input,
.quote-zip-row input {
  min-height: 48px;
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #cbd6d2;
  border-radius: var(--radius);
  background: var(--paper);
  color: var(--ink);
  font-weight: 850;
  outline: none;
}

.hero-zip-row input:focus,
.quote-zip-row input:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(55, 230, 203, 0.24);
}

.hero-zip-message {
  min-height: 22px;
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-weight: 850;
}

.is-in-area .hero-zip-message,
.is-in-area .form-status {
  color: var(--teal-deep);
}

.hero .is-in-area .hero-zip-message {
  color: var(--teal);
}

.is-out-area .hero-zip-message,
.has-error .hero-zip-message,
.is-out-area .form-status,
.has-error .form-status {
  color: var(--red);
}

.hero-quote-link,
.quote-continue-link {
  width: fit-content;
}

.text-link {
  display: inline-flex;
  width: fit-content;
  color: var(--red-deep);
  font-weight: 950;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.page-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.page-proof article {
  min-height: 132px;
  padding: 28px clamp(18px, 4vw, 56px);
  background: var(--paper);
}

.page-proof strong,
.page-proof span {
  display: block;
}

.page-proof strong {
  color: var(--teal-deep);
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1;
}

.page-proof span {
  max-width: 30ch;
  margin-top: 10px;
  color: var(--ink-soft);
  font-weight: 850;
}

.section {
  padding: clamp(68px, 9vw, 118px) clamp(20px, 5vw, 76px);
}

.section-heading {
  max-width: 880px;
  margin-bottom: 34px;
}

.page-content-section {
  background: var(--paper);
}

.content-block {
  max-width: 860px;
  color: var(--ink-soft);
  font-size: 1.05rem;
}

.content-block h2,
.content-block h3 {
  color: var(--ink);
}

.content-block a {
  color: var(--red-deep);
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.section-heading p:not(.eyebrow),
.contact-copy p,
.story-section p,
.service-detail p,
.pricing-note p,
.faq-preview p,
.blog-preview p,
.seo-intro p {
  max-width: 68ch;
  margin: 18px 0 0;
  color: var(--ink-soft);
  font-size: 1.05rem;
}

.promise-section,
.services-preview,
.pricing-preview,
.pricing-menu,
.team-section,
.faq-list,
.seo-section {
  background: var(--mist);
}

.promise-grid,
.service-grid,
.price-grid,
.team-grid,
.route-grid,
.seo-grid,
.area-tags {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.promise-card,
.service-card,
.price-card,
.team-card,
.detail-card,
.contact-card,
.route-card,
.seo-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: var(--shadow);
}

.promise-card,
.service-card,
.price-card,
.team-card,
.route-card,
.seo-card {
  min-height: 240px;
  padding: 24px;
}

.service-card--image {
  position: relative;
  isolation: isolate;
  display: flex;
  min-height: 270px;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  border-color: rgba(255, 255, 255, 0.12);
  background: var(--navy);
  color: var(--paper);
}

.service-card--image::before,
.service-card--image::after {
  position: absolute;
  inset: 0;
  content: "";
}

.service-card--image::before {
  z-index: -2;
  background: var(--service-card-image) center / cover;
  transition: transform 240ms ease;
}

.service-card--image::after {
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(8, 11, 22, 0.18) 0%, rgba(8, 11, 22, 0.62) 48%, rgba(8, 11, 22, 0.92) 100%),
    linear-gradient(90deg, rgba(8, 11, 22, 0.72), rgba(8, 11, 22, 0.22));
}

.service-card--image:hover::before {
  transform: scale(1.04);
}

.service-card,
.promise-card,
.price-card,
.route-card,
.team-card,
.detail-card,
.contact-card,
.seo-card {
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.service-card:hover,
.promise-card:hover,
.price-card:hover,
.route-card:hover,
.team-card:hover,
.seo-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 54px rgba(21, 24, 51, 0.18);
}

.promise-card p,
.service-card p,
.price-card p,
.service-card li,
.team-card p,
.detail-card li,
.route-card p,
.map-frame figcaption,
.faq-list p,
.seo-card p {
  color: var(--ink-soft);
}

.service-card--image h3 {
  color: var(--paper);
}

.service-card--image p {
  color: rgba(255, 255, 255, 0.84);
}

.price-card span {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--teal);
  color: var(--ink);
  font-size: 1rem;
  font-weight: 950;
}

.price-card {
  display: grid;
  align-content: start;
  gap: 12px;
}

.price-card span {
  width: auto;
  min-width: 88px;
  height: auto;
  min-height: 44px;
  padding: 9px 12px;
  border-radius: var(--radius);
}

.price-card.featured {
  border-color: rgba(15, 141, 130, 0.46);
  box-shadow: 0 24px 58px rgba(15, 141, 130, 0.18);
}

.price-card small {
  color: var(--red-deep);
  font-weight: 950;
}

.pricing-preview .button {
  margin-top: 24px;
}

.how-section {
  background: var(--paper);
}

.how-layout {
  display: grid;
  grid-template-columns: minmax(420px, 1.2fr) minmax(280px, 0.8fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
}

.service-video-player {
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--navy);
  color: var(--paper);
  box-shadow: var(--shadow);
}

.video-topbar {
  display: flex;
  gap: 8px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.08);
}

.video-topbar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--teal);
}

.video-placeholder-frame {
  display: grid;
  min-height: 360px;
  place-items: center;
  align-content: center;
  gap: 12px;
  padding: 40px;
  aspect-ratio: 16 / 9;
  background:
    linear-gradient(90deg, rgba(8, 11, 22, 0.86), rgba(8, 11, 22, 0.64)),
    url("assets/hero-services-rv-detailing.png") center / cover;
  text-align: center;
}

.video-placeholder-frame p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
}

.service-video-media {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: var(--navy);
  object-fit: cover;
}

.play-mark {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 18px 34px rgba(255, 61, 55, 0.32);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  transform: scale(0.72);
}

.how-copy {
  display: grid;
  gap: 18px;
}

.how-copy p {
  color: var(--ink-soft);
}

.tag {
  margin: 0 0 12px;
  color: var(--red-deep);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-detail,
.story-section,
.contact-section,
.pricing-note,
.faq-preview,
.blog-preview {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(360px, 1fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
  background: var(--paper);
}

.service-detail h2,
.story-section h2,
.contact-section h2,
.pricing-note h2 {
  max-width: 14ch;
}

.map-frame {
  display: block;
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: var(--shadow);
}

.map-frame img,
.map-frame iframe {
  width: 100%;
  height: 560px;
  border: 0;
  object-fit: cover;
}

.map-interaction {
  position: relative;
  background: #cfe7f6;
}

.map-interaction iframe {
  display: block;
  pointer-events: none;
}

.map-interaction.map-unlocked iframe {
  pointer-events: auto;
}

.map-scroll-hint {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  max-width: min(88%, 380px);
  padding: 12px 16px;
  border-radius: var(--radius);
  background: rgba(8, 11, 22, 0.88);
  color: var(--paper);
  font-weight: 900;
  text-align: center;
  transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.map-interaction:hover .map-scroll-hint,
.map-interaction:focus-within .map-scroll-hint {
  opacity: 1;
}

.map-interaction.map-unlocked .map-scroll-hint {
  opacity: 0;
}

.map-frame figcaption {
  padding: 18px 22px;
  background: var(--paper);
}

.give-back-section {
  position: relative;
  isolation: isolate;
  min-height: 680px;
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(360px, 0.8fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: end;
  overflow: hidden;
  background: var(--navy);
  color: var(--paper);
}

.give-back-section::before,
.give-back-section::after {
  position: absolute;
  inset: 0;
  content: "";
}

.give-back-section::before {
  z-index: -2;
  background: url("assets/hero-about-rv-equipment.png") center center / cover;
}

.give-back-section::after {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(8, 11, 22, 0.9) 0%, rgba(8, 11, 22, 0.58) 42%, rgba(8, 11, 22, 0.06) 100%),
    linear-gradient(0deg, rgba(8, 11, 22, 0.62) 0%, rgba(8, 11, 22, 0.01) 58%);
}

.give-back-content {
  max-width: 720px;
}

.give-back-content .eyebrow,
.give-back-steps span {
  color: var(--teal);
}

.give-back-content h2 {
  max-width: 12ch;
}

.give-back-content p {
  max-width: 58ch;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.08rem;
}

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

.give-back-steps {
  display: grid;
  gap: 12px;
}

.give-back-steps article {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(8, 11, 22, 0.64);
  backdrop-filter: blur(12px);
}

.give-back-steps span {
  display: block;
  margin-bottom: 10px;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.give-back-steps p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.72);
}

.faq-preview {
  background: var(--cream);
}

.blog-preview {
  background: var(--paper);
}

.final-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 42px clamp(20px, 5vw, 76px);
  background: var(--paper);
}

.page-main {
  padding-top: 92px;
}

.page-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  align-content: end;
  min-height: 62vh;
  overflow: hidden;
  padding: clamp(96px, 12vw, 158px) clamp(20px, 5vw, 76px) clamp(56px, 8vw, 96px);
  background: var(--navy);
  color: var(--paper);
}

.page-hero::before,
.page-hero::after {
  position: absolute;
  inset: 0;
  content: "";
}

.page-hero::before {
  z-index: -2;
  background-image: var(--page-hero-image);
  background-position: var(--page-hero-position);
  background-size: cover;
  transform: scale(1.01);
}

.page-hero::after {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(8, 11, 22, 0.9) 0%, rgba(8, 11, 22, 0.64) 44%, rgba(8, 11, 22, 0.16) 100%),
    linear-gradient(0deg, rgba(8, 11, 22, 0.52) 0%, rgba(8, 11, 22, 0.04) 44%);
}

.page-hero .eyebrow {
  color: var(--teal);
}

.page-hero h1 {
  max-width: 13ch;
  color: var(--paper);
  font-size: clamp(3.2rem, 7.6vw, 6.6rem);
}

.page-hero p {
  color: rgba(255, 255, 255, 0.86);
}

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

.page-hero-actions .button-secondary {
  background: rgba(255, 255, 255, 0.94);
  color: var(--ink);
}

.detail-card {
  padding: clamp(24px, 4vw, 36px);
}

.detail-card ul,
.service-card ul,
.seo-card ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
}

.detail-card li,
.service-card li,
.seo-card li {
  position: relative;
  padding-left: 24px;
  color: var(--ink-soft);
}

.detail-card li::before,
.service-card li::before,
.seo-card li::before {
  position: absolute;
  left: 0;
  color: var(--teal-deep);
  content: "✓";
  font-weight: 950;
}

.blog-card {
  text-decoration: none;
}

.blog-card-label {
  display: inline-flex;
  width: fit-content;
  padding: 7px 10px;
  border-radius: var(--radius);
  background: rgba(55, 230, 203, 0.18);
  color: var(--teal-deep);
  font-size: 0.75rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.blog-article-body {
  background: var(--paper);
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 36px;
  align-items: start;
}

.article-main,
.article-sidebar,
.article-cta {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: var(--shadow);
}

.article-main {
  display: grid;
  gap: 16px;
  padding: 34px;
}

.article-main h2 {
  margin-top: 12px;
  font-size: clamp(1.55rem, 2vw, 2.2rem);
}

.article-main p,
.article-main li {
  color: var(--ink-soft);
  font-size: 1.05rem;
}

.article-main ul {
  display: grid;
  gap: 10px;
  padding-left: 22px;
}

.article-sidebar {
  position: sticky;
  top: 110px;
  display: grid;
  gap: 12px;
  padding: 24px;
}

.article-sidebar h2 {
  font-size: 1.15rem;
}

.article-sidebar a {
  padding: 12px 0;
  border-top: 1px solid var(--line);
  color: var(--ink);
  font-weight: 900;
  text-decoration: none;
}

.article-sidebar a:hover {
  color: var(--red-deep);
}

.article-cta {
  display: grid;
  gap: 14px;
  margin-top: 26px;
  padding: 32px;
  background: var(--ink);
  color: var(--paper);
}

.article-cta h2,
.article-cta p {
  color: inherit;
}

.article-cta .eyebrow {
  color: var(--teal);
}

.alt {
  background: linear-gradient(135deg, #f0f1e7 0%, #ffffff 86%);
}

.pricing-note {
  background:
    linear-gradient(90deg, rgba(8, 11, 22, 0.94), rgba(17, 24, 39, 0.86)),
    url("assets/hero-contact-rv-inspection.png") center / cover;
  color: var(--paper);
}

.pricing-note .eyebrow {
  color: var(--teal);
}

.pricing-note h2 {
  color: var(--paper);
}

.pricing-note p {
  color: rgba(255, 255, 255, 0.78);
}

.map-section {
  background: var(--paper);
}

.route-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.route-card {
  min-height: 180px;
}

.route-card span {
  display: inline-block;
  margin-bottom: 18px;
  padding: 8px 12px;
  border-radius: var(--radius);
  background: var(--teal);
  color: var(--ink);
  font-weight: 950;
}

.city-card-grid,
.city-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.city-card,
.city-detail {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: var(--shadow);
}

.city-card {
  display: grid;
  gap: 12px;
  min-height: 150px;
  padding: 22px;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.city-card:hover,
.city-card:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 22px 54px rgba(21, 24, 51, 0.18);
}

.city-card span {
  color: var(--ink);
  font-size: 1.05rem;
  font-weight: 950;
}

.city-card p {
  margin: 0;
  color: var(--ink-soft);
  font-weight: 750;
}

.city-detail {
  scroll-margin-top: 110px;
  display: grid;
  gap: 12px;
  padding: 24px;
}

.city-detail h3 {
  font-size: 1.35rem;
}

.city-detail p {
  margin: 0;
  color: var(--ink-soft);
}

.served-communities {
  display: grid;
  grid-column: 1 / -1;
  gap: 18px;
}

.served-communities h3 {
  margin-top: 10px;
}

.area-tags {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.area-tags span {
  display: grid;
  min-height: 58px;
  place-items: center;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  color: var(--ink);
  font-weight: 900;
  text-align: center;
  box-shadow: 0 10px 28px rgba(21, 24, 51, 0.08);
}

.story-section {
  background:
    radial-gradient(circle at 76% 24%, rgba(55, 230, 203, 0.12), transparent 34%),
    #080b16;
  color: var(--paper);
}

.story-section .eyebrow {
  color: var(--teal);
}

.story-section h2 {
  color: var(--paper);
}

.story-section p {
  color: rgba(255, 255, 255, 0.8);
}

.story-logo {
  width: min(420px, 100%);
  justify-self: center;
  filter: drop-shadow(0 18px 38px rgba(0, 0, 0, 0.42));
}

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

.faq-list {
  display: grid;
  gap: 14px;
}

details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: var(--shadow);
}

summary {
  cursor: pointer;
  padding: 22px;
  color: var(--ink);
  font-weight: 950;
}

details p {
  margin: 0;
  padding: 0 22px 22px;
}

.seo-intro {
  background: var(--paper);
}

.contact-card {
  display: grid;
  gap: 1px;
  overflow: hidden;
  background: var(--line);
}

.contact-card a,
.contact-card div {
  display: grid;
  gap: 6px;
  padding: 22px;
  background: var(--paper);
  color: var(--ink);
  font-weight: 900;
}

.contact-card a:hover,
.contact-card a:focus-visible {
  background: #f6fffd;
}

.contact-card span {
  color: var(--red-deep);
  font-size: 0.75rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.quote-page-main {
  min-height: 100vh;
  padding-top: 92px;
  background:
    radial-gradient(circle at 18% 0%, rgba(55, 230, 203, 0.13), transparent 34%),
    linear-gradient(180deg, #f9fbfa 0%, var(--mist) 100%);
}

.quote-only-section {
  display: grid;
  min-height: calc(100vh - 92px);
  padding: clamp(28px, 5vw, 72px) clamp(18px, 5vw, 76px);
  align-items: start;
  justify-items: center;
}

.quote-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: var(--shadow);
}

.quote-form-full {
  width: min(1040px, 100%);
}

.quote-form-intro {
  display: grid;
  gap: 12px;
  margin-bottom: 8px;
}

.quote-form-intro h1 {
  max-width: 15ch;
  color: var(--ink);
  font-size: clamp(2.5rem, 5vw, 4.6rem);
}

.quote-form-intro p {
  max-width: 720px;
  margin: 0;
  color: var(--ink-soft);
}

.quote-form-intro .eyebrow {
  color: var(--red-deep);
}

.quote-zip-field {
  max-width: 360px;
}

.quote-zip-summary {
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #f6fffd;
  color: var(--teal-deep);
  font-weight: 900;
}

.quote-gate-status {
  min-height: 0;
}

.quote-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.quote-thank-you {
  display: grid;
  width: min(720px, 100%);
  gap: 14px;
  padding: clamp(28px, 5vw, 46px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: var(--shadow);
}

.quote-thank-you .eyebrow {
  color: var(--red-deep);
}

.quote-thank-you h2 {
  max-width: 12ch;
  color: var(--ink);
}

.quote-thank-you p {
  max-width: 52ch;
  margin: 0;
  color: var(--ink-soft);
  font-weight: 800;
}

.quote-submit-frame {
  display: none;
}

.form-section-title {
  grid-column: 1 / -1;
  margin: 10px 0 0;
  color: var(--red-deep);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.quote-form label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-size: 1rem;
  font-weight: 800;
}

.quote-form .full,
.form-fieldset {
  grid-column: 1 / -1;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  padding: 12px 13px;
  border: 1px solid #cbd6d2;
  border-radius: 6px;
  background: #ffffff;
  color: var(--ink);
  font-size: 1rem;
  font-weight: 400;
  outline: none;
}

.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus {
  border-color: var(--teal-deep);
  box-shadow: 0 0 0 3px rgba(55, 230, 203, 0.2);
}

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

.quote-form input[type="file"] {
  background: #f6fffd;
}

.form-fieldset {
  display: grid;
  gap: 10px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fbfdfc;
}

.form-fieldset legend {
  padding: 0 8px;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 900;
}

.form-fieldset.has-field-error {
  border-color: rgba(198, 36, 33, 0.42);
  background: #fff8f8;
}

.field-error {
  margin: 0;
  color: var(--red-deep);
  font-size: 0.92rem;
  font-weight: 900;
}

.option-grid,
.option-stack {
  display: grid;
  gap: 10px;
}

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

.quote-form .option-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--ink-soft);
  font-size: 0.94rem;
  font-weight: 850;
  line-height: 1.25;
}

.quote-form .option-check input {
  width: auto;
  min-width: 16px;
  margin-top: 2px;
  accent-color: var(--teal-deep);
}

.consent-check {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #f6fffd;
}

.quote-form textarea {
  resize: vertical;
}

.form-status {
  grid-column: 1 / -1;
  min-height: 24px;
  margin: 0;
  color: var(--teal-deep);
  font-weight: 900;
}

.quote-embed-card {
  display: grid;
  gap: 18px;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: var(--shadow);
}

.quote-zip-form {
  border-color: var(--line);
  background: #f6fffd;
  box-shadow: none;
  backdrop-filter: none;
}

.quote-zip-form label {
  color: var(--ink);
  font-weight: 950;
}

.quote-zip-form .text-link {
  margin-top: 2px;
}

.legal-section {
  background: var(--mist);
}

.legal-document {
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(28px, 5vw, 56px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: var(--shadow);
}

.legal-document h2 {
  max-width: 14ch;
}

.legal-document h3 {
  margin: 42px 0 12px;
  color: var(--ink);
  font-size: 1.28rem;
}

.legal-document p,
.legal-document li,
.legal-document address {
  color: var(--ink-soft);
  font-size: 1.02rem;
}

.legal-document p {
  margin: 18px 0 0;
}

.legal-document ul {
  display: grid;
  gap: 8px;
  margin: 16px 0 0;
  padding-left: 22px;
}

.legal-document a {
  color: var(--red-deep);
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-document address {
  margin-top: 18px;
  padding: 18px 20px;
  border-left: 4px solid var(--teal-deep);
  border-radius: var(--radius);
  background: #f6fffd;
  font-style: normal;
}

.site-footer {
  background: #080b16;
  color: var(--paper);
  text-align: center;
}

.footer-cta-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding: 11px 20px;
  background: var(--red-deep);
  color: var(--paper);
  font-size: 0.88rem;
  font-weight: 950;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.footer-main {
  display: grid;
  justify-items: center;
  gap: 20px;
  padding: clamp(42px, 7vw, 68px) clamp(20px, 5vw, 76px) 34px;
  background:
    radial-gradient(circle at center top, rgba(55, 230, 203, 0.1), transparent 36%),
    #1b1b1d;
}

.footer-logo-lockup {
  display: inline-flex;
  justify-content: center;
}

.footer-logo-lockup img {
  width: min(360px, 78vw);
  max-height: 260px;
  object-fit: contain;
  filter: drop-shadow(0 16px 30px rgba(0, 0, 0, 0.36));
}

.footer-region {
  max-width: 780px;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.15rem, 2.6vw, 1.75rem);
  font-weight: 950;
  line-height: 1.2;
}

.footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.footer-call-button {
  border: 1px solid rgba(255, 255, 255, 0.62);
  background: transparent;
  color: var(--paper);
}

.footer-links,
.footer-bottom,
.footer-bottom nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-links {
  gap: 10px 20px;
  font-weight: 850;
}

.footer-links a,
.footer-bottom a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.footer-bottom {
  gap: 8px 14px;
  align-items: center;
  padding: 14px clamp(20px, 5vw, 76px);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: #050711;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom nav {
  gap: 8px 14px;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(55, 230, 203, 0.72);
  outline-offset: 3px;
}

@media (max-width: 1180px) {
  .site-nav {
    gap: 10px;
    font-size: 0.82rem;
  }

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

@media (max-width: 980px) {
  .promise-grid,
  .service-grid,
  .price-grid,
  .how-layout,
  .give-back-section,
  .service-detail,
  .story-section,
  .contact-section,
  .pricing-note,
  .article-layout,
  .faq-preview,
  .blog-preview {
    grid-template-columns: 1fr;
  }

  .article-sidebar {
    position: static;
  }

  .route-grid,
  .seo-grid,
  .city-card-grid,
  .city-detail-grid,
  .area-tags {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .give-back-section {
    min-height: 760px;
    align-items: end;
  }
}

@media (max-width: 900px) {
  .site-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 44px;
    min-height: 80px;
    gap: 12px;
    padding: 10px 18px;
  }

  .brand {
    max-width: 100%;
  }

  .brand-line {
    display: none;
  }

  .brand-logo {
    width: 68px;
    height: 44px;
  }

  .nav-toggle {
    position: relative;
    z-index: 30;
    display: grid;
    flex: 0 0 44px;
    align-content: center;
    justify-self: end;
    gap: 5px;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 1px solid currentColor;
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.08);
    color: currentColor;
    cursor: pointer;
  }

  .nav-toggle span:not(.sr-only) {
    display: block;
    width: 20px;
    height: 2px;
    background: currentColor;
  }

  .site-nav {
    position: fixed;
    inset: 76px 12px auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    max-height: calc(100vh - 90px);
    overflow: auto;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--paper);
    color: var(--ink);
    box-shadow: var(--shadow);
  }

  .site-nav.open {
    display: flex;
  }

  .site-nav a {
    padding: 14px 12px;
  }

  .site-nav a:not(.nav-cta)::after {
    display: none;
  }

  .nav-cta {
    margin-top: 8px;
    text-align: center;
  }

  .hero {
    min-height: 84vh;
    padding: 104px 20px 42px;
  }

  .page-main {
    padding-top: 80px;
  }

  .quote-page-main {
    padding-top: 80px;
  }

  .quote-only-section {
    min-height: calc(100vh - 80px);
    padding: 24px 18px 42px;
  }

  .quote-form-intro h1 {
    font-size: clamp(2.15rem, 12vw, 3.5rem);
  }

  .page-hero {
    min-height: 62vh;
    padding: 92px 20px 42px;
  }

  .page-hero::after {
    background:
      linear-gradient(90deg, rgba(8, 11, 22, 0.9) 0%, rgba(8, 11, 22, 0.68) 68%, rgba(8, 11, 22, 0.26) 100%),
      linear-gradient(0deg, rgba(8, 11, 22, 0.58) 0%, rgba(8, 11, 22, 0.06) 42%);
  }

  .hero-scrim {
    background:
      linear-gradient(90deg, rgba(17, 24, 39, 0.86) 0%, rgba(17, 24, 39, 0.62) 64%, rgba(17, 24, 39, 0.24) 100%),
      linear-gradient(0deg, rgba(17, 24, 39, 0.54) 0%, rgba(17, 24, 39, 0) 36%);
  }

  h1 {
    font-size: clamp(3.1rem, 15vw, 5.5rem);
  }

  .page-proof,
  .price-grid,
  .route-grid,
  .team-grid,
  .final-cta,
  .quote-form,
  .quote-details,
  .seo-grid,
  .city-card-grid,
  .city-detail-grid,
  .area-tags {
    grid-template-columns: 1fr;
  }

  .page-proof article {
    min-height: 98px;
  }

  .hero-actions .button,
  .page-hero-actions .button,
  .give-back-actions .button,
  .contact-actions .button,
  .final-cta .button,
  .quote-form .button {
    width: 100%;
  }

  .hero-zip-row,
  .quote-zip-row,
  .option-grid {
    grid-template-columns: 1fr;
  }

  .hero-quote-link {
    width: 100%;
  }

  .give-back-section {
    min-height: 820px;
    padding-top: 140px;
  }

  .give-back-section::before {
    background-position: 58% center;
  }

  .give-back-section::after {
    background:
      linear-gradient(90deg, rgba(8, 11, 22, 0.9) 0%, rgba(8, 11, 22, 0.66) 70%, rgba(8, 11, 22, 0.16) 100%),
      linear-gradient(0deg, rgba(8, 11, 22, 0.76) 0%, rgba(8, 11, 22, 0.02) 58%);
  }

  .video-placeholder-frame {
    min-height: 260px;
  }

  .footer-main {
    padding-bottom: 28px;
  }

  .footer-actions {
    width: 100%;
  }

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

  .footer-links {
    max-width: 320px;
  }
}

@media (max-width: 430px) {
  .brand-name {
    max-width: 13ch;
    font-size: 0.92rem;
  }

  .button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
