/* 4444 TOWING & RECOVERY — light high-contrast (readable in daylight) */

:root {
  --bg: #f8f9fb;
  --surface: #ffffff;
  --surface-2: #eef0f3;
  --text: #111827;
  --muted: #374151;
  --accent: #f59e0b;
  --accent-dark: #d97706;
  --accent-text: #78350f;
  --border: #d1d5db;
  --border-strong: #9ca3af;
  --hazard: repeating-linear-gradient(
    -45deg,
    #f59e0b,
    #f59e0b 12px,
    #111827 12px,
    #111827 24px
  );
  --font-display: "Oswald", system-ui, sans-serif;
  --font-body: system-ui, -apple-system, "Segoe UI", sans-serif;
  --radius: 12px;
  --shadow: 0 4px 20px rgba(17, 24, 39, 0.12);
  --call-bar-height: 64px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--text);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: var(--accent-dark);
  text-decoration: none;
}

a:hover {
  color: var(--accent-text);
}

.container {
  width: min(1120px, 100% - 2rem);
  margin-inline: auto;
}

/* ── Header ── */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(10px);
  border-bottom: 2px solid var(--border);
  box-shadow: 0 1px 8px rgba(17, 24, 39, 0.06);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 0;
}

.brand {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.brand-4444 {
  font-family: var(--font-display);
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--accent-dark);
}

.brand-sub {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
}

.header-call {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 1rem;
  background: var(--accent);
  color: #111827;
  font-weight: 700;
  font-size: 0.95rem;
  border-radius: 999px;
  white-space: nowrap;
  border: 2px solid #111827;
  transition: background 0.15s, transform 0.15s;
}

.header-call:hover {
  background: var(--accent-dark);
  color: #111827;
  transform: scale(1.02);
}

/* ── Hero ── */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  padding: 6rem 0 4rem;
  overflow: hidden;
  background: var(--surface);
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.35;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    rgba(255, 255, 255, 0.97) 0%,
    rgba(255, 255, 255, 0.92) 50%,
    rgba(248, 249, 251, 0.75) 100%
  );
}

.hero-watermark {
  position: absolute;
  right: -5%;
  top: 15%;
  font-family: var(--font-display);
  font-size: clamp(8rem, 20vw, 18rem);
  font-weight: 700;
  color: rgba(245, 158, 11, 0.12);
  line-height: 1;
  pointer-events: none;
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 720px;
}

.badge {
  display: inline-block;
  padding: 0.35rem 0.85rem;
  background: #fef3c7;
  border: 2px solid var(--accent-dark);
  color: var(--accent-text);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: 999px;
  margin-bottom: 1rem;
}

.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.25rem, 5vw, 3.5rem);
  font-weight: 700;
  line-height: 1.08;
  margin: 0 0 1rem;
  text-transform: uppercase;
  color: var(--text);
}

.hero-lead {
  font-size: 1.15rem;
  color: var(--muted);
  margin: 0 0 2rem;
  font-weight: 500;
}

.btn-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 1rem 1.75rem;
  background: var(--accent);
  color: #111827;
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  border-radius: var(--radius);
  border: 3px solid #111827;
  box-shadow: var(--shadow);
  transition: background 0.15s, transform 0.15s;
}

.btn-call:hover {
  background: var(--accent-dark);
  color: #111827;
  transform: translateY(-2px);
}

.btn-call-lg {
  font-size: 1.5rem;
  padding: 1.15rem 2rem;
}

/* ── Hero stack: Tow · Shop · Parts · Junk ── */
.hero-stack {
  margin-top: 2.25rem;
  padding: 1.5rem 1.35rem 1.5rem;
  border: 3px solid #111827;
  max-width: 100%;
  background: linear-gradient(180deg, #fffbeb 0%, #ffffff 100%);
  border-radius: var(--radius);
  box-shadow: 0 8px 32px rgba(17, 24, 39, 0.15);
}

.hero-stack-kicker {
  margin: 0 0 0.35rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent-dark);
}

.hero-stack-title {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 3.5vw, 1.85rem);
  font-weight: 700;
  line-height: 1.12;
  text-transform: uppercase;
  margin: 0 0 1.25rem;
  color: var(--text);
}

.hero-stack-title span {
  display: block;
  color: var(--accent-dark);
  margin-top: 0.15rem;
}

.hero-stack-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

@media (min-width: 540px) {
  .hero-stack-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.hero-stack-card {
  background: var(--surface);
  border: 2px solid var(--border);
  border-left: 5px solid var(--accent-dark);
  border-radius: 10px;
  padding: 1rem 1.1rem;
  box-shadow: 0 2px 8px rgba(17, 24, 39, 0.06);
}

.hero-stack-label {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--accent-dark);
  margin: 0 0 0.4rem;
}

.hero-stack-punch {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0 0 0.35rem;
  color: var(--text);
}

.hero-stack-detail {
  margin: 0;
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.4;
}

.hero-stack-detail strong {
  color: var(--text);
  font-weight: 700;
}

.hero-stack-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.hero-stack-actions .btn-call {
  flex: 1 1 200px;
  font-size: 1.05rem;
  padding: 0.85rem 1.25rem;
}

.btn-shop {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 200px;
  padding: 0.85rem 1.25rem;
  background: var(--surface);
  color: var(--text);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.03em;
  border-radius: var(--radius);
  border: 2px solid #111827;
  transition: background 0.15s, border-color 0.15s;
}

.btn-shop:hover {
  background: var(--accent);
  color: #111827;
  border-color: #111827;
}

/* ── Sections ── */
.section {
  padding: 4.5rem 0;
  background: var(--bg);
}

.section:nth-of-type(even) {
  background: var(--surface);
}

.section-hazard {
  height: 8px;
  background: var(--hazard);
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 0.5rem;
  color: var(--text);
}

.section-sub {
  color: var(--muted);
  margin: 0 0 2.5rem;
  max-width: 560px;
  font-size: 1.05rem;
}

/* ── Services ── */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.25rem;
}

.service-card {
  background: var(--surface);
  border: 2px solid var(--border);
  border-radius: var(--radius);
  padding: 1.5rem;
  transition: border-color 0.15s, transform 0.15s, box-shadow 0.15s;
}

.service-card:hover {
  border-color: var(--accent-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}

.service-card h3 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  margin: 0 0 0.5rem;
  color: var(--accent-text);
}

.service-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.service-feature {
  margin-top: 2rem;
  border-radius: var(--radius);
  overflow: hidden;
  border: 2px solid var(--border);
}

.service-feature img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

/* ── Steps ── */
.steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
}

.step {
  background: var(--surface);
  border-radius: var(--radius);
  padding: 1.5rem;
  border: 2px solid var(--border);
  position: relative;
}

.step-num {
  font-family: var(--font-display);
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--accent-dark);
  line-height: 1;
  margin-bottom: 0.75rem;
}

.step h3 {
  margin: 0 0 0.5rem;
  font-size: 1.1rem;
  color: var(--text);
}

.step p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

/* ── Why ── */
.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.25rem;
}

.why-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.why-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  background: #fef3c7;
  border: 2px solid var(--accent-dark);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--accent-text);
  font-size: 1.1rem;
}

.why-item h3 {
  margin: 0 0 0.35rem;
  font-size: 1rem;
  color: var(--text);
}

.why-item p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

/* ── Coverage ── */
.coverage-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
}

@media (max-width: 768px) {
  .coverage-layout {
    grid-template-columns: 1fr;
  }
}

.city-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 0.75rem;
}

.city-list li {
  padding: 0.65rem 1rem;
  background: var(--surface);
  border-radius: 8px;
  border: 2px solid var(--border);
  font-weight: 600;
  font-size: 0.95rem;
}

.city-list a {
  color: var(--text);
  display: block;
}

.city-list a:hover {
  color: var(--accent-dark);
}

.coverage-map {
  background: var(--surface);
  border-radius: var(--radius);
  padding: 2rem;
  border: 2px solid var(--border);
  text-align: center;
}

.coverage-map-label {
  font-family: var(--font-display);
  font-size: 1.5rem;
  color: var(--accent-dark);
  text-transform: uppercase;
}

.coverage-map-sub {
  color: var(--muted);
  margin-top: 0.5rem;
}

.roadside-img {
  margin-top: 2rem;
  border-radius: var(--radius);
  overflow: hidden;
  border: 2px solid var(--border);
}

.roadside-img img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

/* ── FAQ ── */
.faq-list {
  display: grid;
  gap: 1rem;
  max-width: 720px;
}

.faq-item {
  background: var(--surface);
  border: 2px solid var(--border);
  border-radius: var(--radius);
  padding: 1.25rem 1.5rem;
}

.faq-item h3 {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
  color: var(--accent-text);
}

.faq-item p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.5;
}

.faq-item a {
  color: var(--accent-dark);
  font-weight: 600;
}

/* ── City pages ── */
.city-main {
  padding: 6rem 0 4rem;
  min-height: 60vh;
  background: var(--bg);
}

.city-h1 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  text-transform: uppercase;
  margin: 0.5rem 0 1rem;
  line-height: 1.1;
  color: var(--text);
}

.city-lead {
  font-size: 1.15rem;
  color: var(--muted);
  margin: 0 0 1.5rem;
  max-width: 640px;
  font-weight: 500;
}

.city-p {
  margin: 0 0 1rem;
  color: var(--muted);
  max-width: 640px;
  line-height: 1.55;
}

.city-areas {
  margin: 1.5rem 0 1.75rem;
  font-size: 0.95rem;
  color: var(--muted);
  max-width: 640px;
}

.city-back {
  margin-top: 2rem;
  font-size: 0.9rem;
}

.breadcrumb {
  font-size: 0.85rem;
  color: var(--muted);
  margin-bottom: 0.5rem;
}

.breadcrumb a {
  color: var(--accent-dark);
  font-weight: 600;
}

.city-page .brand {
  text-decoration: none;
}

/* ── CTA ── */
.cta-section {
  background: #fef3c7;
  text-align: center;
  padding: 5rem 0;
  border-top: 3px solid var(--accent-dark);
  border-bottom: 3px solid var(--accent-dark);
}

.cta-section .section-title,
.cta-section .section-sub {
  color: var(--text);
}

.cta-phone {
  font-family: var(--font-display);
  font-size: clamp(2rem, 6vw, 3.5rem);
  font-weight: 700;
  color: var(--text);
  margin: 1rem 0 1.5rem;
  letter-spacing: 0.02em;
}

.cta-phone a {
  color: var(--text);
}

.cta-phone a:hover {
  color: var(--accent-dark);
}

/* ── Footer ── */
.site-footer {
  padding: 2.5rem 0;
  border-top: 2px solid var(--border);
  text-align: center;
  color: var(--muted);
  font-size: 0.9rem;
  background: var(--surface);
}

.site-footer strong {
  color: var(--text);
}

.site-footer a {
  color: var(--accent-dark);
  font-weight: 600;
}

/* ── Sticky call bar (mobile) ── */
.sticky-call {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 200;
  display: none;
  padding: 0.5rem 1rem;
  background: #ffffff;
  border-top: 3px solid #111827;
  box-shadow: 0 -4px 16px rgba(17, 24, 39, 0.12);
}

.sticky-call a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.85rem;
  background: var(--accent);
  color: #111827;
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 700;
  border-radius: var(--radius);
  border: 2px solid #111827;
}

.sticky-call a:hover {
  background: var(--accent-dark);
  color: #111827;
}

@media (max-width: 768px) {
  .sticky-call {
    display: block;
  }

  body {
    padding-bottom: var(--call-bar-height);
  }

  .header-call span {
    display: none;
  }

  .header-call {
    padding: 0.6rem 0.85rem;
    font-size: 0.85rem;
  }
}

@media (min-width: 769px) {
  .header-call span {
    display: inline;
  }
}

/* ── Focus ── */
:focus-visible {
  outline: 3px solid var(--accent-dark);
  outline-offset: 2px;
}
