:root {
  --ink: #101418;
  --ink-2: #1b232d;
  --muted: #54616f;
  --line: #d7dde4;
  --paper: #f7f9fb;
  --paper-strong: #edf2f7;
  --white: #ffffff;
  --signal: #f7c948;
  --signal-dark: #b7791f;
  --green: #0f766e;
  --blue: #1446a0;
  --red: #b42318;
  --shadow: 0 18px 50px rgba(16, 20, 24, 0.16);
  --soft-shadow: 0 10px 30px rgba(16, 20, 24, 0.08);
}

* {
  box-sizing: border-box;
}

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

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

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  min-height: 76px;
  padding: 12px clamp(18px, 4vw, 56px);
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
  box-shadow: 0 1px 0 rgba(16, 20, 24, 0.04);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand-logo {
  width: 310px;
  height: 59px;
  object-fit: contain;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: var(--ink);
  background: var(--signal);
  border: 2px solid var(--ink);
  font-weight: 900;
}

.brand strong,
.brand small {
  display: block;
}

.brand small {
  color: var(--muted);
  font-size: 0.78rem;
}

.top-nav {
  display: flex;
  justify-content: center;
  gap: 8px;
  color: var(--muted);
  font-weight: 700;
}

.top-nav a {
  padding: 10px 12px;
}

.top-nav a,
.header-phone,
.button {
  text-decoration: none;
}

.header-phone {
  padding: 12px 18px;
  color: var(--white);
  background: var(--red);
  border-radius: 4px;
  box-shadow: 0 10px 24px rgba(180, 35, 24, 0.22);
  font-weight: 900;
}

.hero {
  position: relative;
  min-height: clamp(600px, 82vh, 820px);
  display: grid;
  align-items: center;
  overflow: hidden;
  background: var(--ink);
}

.hero picture,
.hero picture img,
.hero-overlay {
  position: absolute;
  inset: 0;
}

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

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(16, 20, 24, 0.92), rgba(16, 20, 24, 0.68) 44%, rgba(16, 20, 24, 0.16)),
    linear-gradient(180deg, rgba(16, 20, 24, 0.18), rgba(16, 20, 24, 0.56));
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 760px;
  padding: 72px clamp(20px, 5vw, 72px);
  color: var(--white);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--signal-dark);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow,
.local-hero .eyebrow {
  color: var(--signal);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 720px;
  margin-bottom: 20px;
  font-size: clamp(2.45rem, 6vw, 5.35rem);
  line-height: 1;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(1.7rem, 3vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.1rem;
  line-height: 1.2;
}

.lead {
  max-width: 670px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.12rem, 2vw, 1.35rem);
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 20px;
  border: 2px solid transparent;
  border-radius: 4px;
  font-weight: 900;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover,
.header-phone:hover,
.sticky-call:hover {
  transform: translateY(-1px);
}

.button.primary {
  color: var(--ink);
  background: var(--signal);
  border-color: var(--signal);
  box-shadow: 0 10px 24px rgba(247, 201, 72, 0.25);
}

.button.secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.08);
}

.button.dark {
  color: var(--white);
  background: var(--ink);
  border-color: var(--ink);
}

.micro-proof {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--line);
  background: var(--ink-2);
  color: var(--white);
}

.trust-strip.local {
  margin-top: 0;
}

.trust-strip div {
  padding: 22px clamp(18px, 3vw, 38px);
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.trust-strip strong,
.trust-strip span {
  display: block;
}

.trust-strip strong {
  color: var(--signal);
  font-size: 1.45rem;
}

.trust-strip span {
  color: rgba(255, 255, 255, 0.78);
}

.section {
  background: var(--white);
  padding: clamp(54px, 8vw, 96px) clamp(20px, 5vw, 72px);
}

.split,
.contact-section,
.local-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  gap: clamp(28px, 5vw, 74px);
  align-items: start;
}

.service-list {
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid var(--line);
  border-top: 5px solid var(--signal);
  background: var(--paper);
  box-shadow: var(--soft-shadow);
}

.service-list ul {
  padding-left: 22px;
  margin: 0;
}

.service-list li + li {
  margin-top: 10px;
}

.price-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  background: linear-gradient(135deg, var(--blue), #0f766e);
  color: var(--white);
}

.price-band .eyebrow {
  color: var(--signal);
}

.price-band p {
  max-width: 820px;
  color: rgba(255, 255, 255, 0.85);
}

.section-intro {
  max-width: 820px;
  color: var(--muted);
}

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

.cluster-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 26px;
}

.cluster-grid a {
  display: grid;
  gap: 8px;
  min-height: 150px;
  padding: 24px;
  border: 1px solid rgba(20, 70, 160, 0.14);
  border-top: 4px solid var(--blue);
  color: inherit;
  background: var(--white);
  text-decoration: none;
  box-shadow: var(--soft-shadow);
}

.cluster-grid strong {
  color: var(--blue);
  font-size: 1.15rem;
}

.cluster-grid span {
  color: var(--muted);
}

.town-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.town-card {
  min-height: 230px;
  padding: 22px;
  border: 1px solid rgba(84, 97, 111, 0.22);
  border-top: 4px solid var(--signal);
  background: var(--white);
  box-shadow: var(--soft-shadow);
}

.town-card p {
  color: var(--muted);
}

.town-card a {
  font-weight: 900;
  color: var(--blue);
}

.contact-section {
  background: var(--ink);
  color: var(--white);
}

.contact-section p {
  color: rgba(255, 255, 255, 0.82);
}

.contact-section a {
  color: var(--signal);
  font-weight: 900;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: clamp(22px, 3vw, 34px);
  background: var(--white);
  color: var(--ink);
  box-shadow: var(--shadow);
  border-top: 5px solid var(--signal);
}

.hidden {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-form label {
  display: grid;
  gap: 6px;
  font-size: 0.88rem;
  font-weight: 800;
}

.contact-form label:nth-last-of-type(1),
.contact-form button {
  grid-column: 1 / -1;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid #b8c1cc;
  border-radius: 3px;
  padding: 12px;
  font: inherit;
  color: var(--ink);
  background: var(--white);
}

textarea {
  resize: vertical;
}

button {
  min-height: 54px;
  border: 0;
  color: var(--ink);
  background: var(--signal);
  border-radius: 4px;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.local-hero {
  padding: clamp(54px, 8vw, 96px) clamp(20px, 5vw, 72px);
  background: linear-gradient(135deg, var(--ink), #17283b);
  color: var(--white);
  align-items: center;
}

.local-hero img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  box-shadow: var(--shadow);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.local-hero picture {
  display: block;
}

.local-hero .lead {
  color: rgba(255, 255, 255, 0.86);
}

.faq details {
  max-width: 940px;
  border: 1px solid var(--line);
  margin-top: 12px;
  padding: 18px 20px;
  background: var(--white);
  box-shadow: 0 6px 18px rgba(16, 20, 24, 0.04);
}

.faq summary {
  cursor: pointer;
  font-size: 1.08rem;
  font-weight: 900;
}

.faq p {
  max-width: 820px;
  color: var(--muted);
}

.town-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.town-links a {
  padding: 8px 11px;
  border: 1px solid var(--line);
  border-radius: 3px;
  color: var(--blue);
  background: var(--white);
  font-weight: 800;
  text-decoration: none;
}

.more-areas {
  background: var(--paper);
}

.cta-panel {
  display: grid;
  gap: 10px;
  padding: clamp(34px, 6vw, 70px) clamp(20px, 5vw, 72px);
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(247, 201, 72, 0.98), rgba(255, 226, 122, 0.98)),
    var(--signal);
  border-top: 1px solid rgba(16, 20, 24, 0.12);
  border-bottom: 1px solid rgba(16, 20, 24, 0.12);
}

.cta-panel h2 {
  max-width: 900px;
}

.cta-panel p {
  max-width: 880px;
}

.cta-panel .eyebrow {
  color: var(--ink);
}

.local-copy {
  background: var(--paper-strong);
}

.local-copy p {
  max-width: 980px;
}

.thanks-page {
  min-height: 70vh;
  padding: clamp(70px, 10vw, 130px) clamp(20px, 5vw, 72px);
  color: var(--white);
  background: var(--ink);
}

.thanks-page .lead {
  color: rgba(255, 255, 255, 0.84);
}

.sticky-call {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  padding: 14px 18px;
  color: var(--ink);
  background: var(--signal);
  border: 2px solid var(--ink);
  border-radius: 4px;
  box-shadow: 0 12px 30px rgba(16, 20, 24, 0.24);
  font-weight: 900;
  text-decoration: none;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 34px clamp(20px, 5vw, 72px);
  color: rgba(255, 255, 255, 0.78);
  background: #07090c;
}

.site-footer strong,
.site-footer a {
  display: block;
  color: var(--white);
  font-weight: 900;
}

.site-footer p {
  margin: 8px 0 0;
  max-width: 620px;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .top-nav {
    display: none;
  }

  .trust-strip,
  .town-grid,
  .split,
  .contact-section,
  .local-hero,
  .cluster-grid {
    grid-template-columns: 1fr 1fr;
  }

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

@media (max-width: 720px) {
  .site-header {
    gap: 12px;
  }

  .brand small {
    display: none;
  }

  .brand-logo {
    width: 200px;
    height: 38px;
  }

  .header-phone {
    padding: 10px 12px;
    font-size: 0.9rem;
  }

  .hero {
    min-height: 690px;
  }

  .hero-overlay {
    background: linear-gradient(180deg, rgba(16, 20, 24, 0.9), rgba(16, 20, 24, 0.68));
  }

  .hero-content {
    padding-top: 56px;
  }

  .trust-strip,
  .town-grid,
  .split,
  .contact-section,
  .local-hero,
  .contact-form,
  .cluster-grid {
    grid-template-columns: 1fr;
  }

  .trust-strip div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .price-band,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .local-hero img {
    height: 260px;
  }

  .sticky-call {
    left: 12px;
    right: 12px;
    bottom: 12px;
    text-align: center;
  }
}
