/* ============================================================
   GRAHAM TOWING & RECOVERY — Stylesheet
   Bold, professional one-page with red/black automotive theme,
   scroll animations, and mobile-first emergency design.
   ============================================================ */

/* ---------- Reset & Base ---------- */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --white: #FFFFFF;
  --off-white: #F5F5F5;
  --light-gray: #E8E8E8;
  --mid-gray: #999999;
  --dark-gray: #333333;
  --charcoal: #1A1A1A;
  --black: #111111;
  --red: #CC0000;
  --red-dark: #990000;
  --red-light: #E63333;
  --red-glow: rgba(204, 0, 0, 0.3);
  --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-heading: 'Oswald', 'Impact', sans-serif;
  --max-width: 1280px;
  --gap: clamp(1rem, 4vw, 2.5rem);
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

body {
  font-family: var(--font-sans);
  font-size: 1rem;
  line-height: 1.65;
  color: var(--dark-gray);
  background: var(--off-white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

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

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

ul { list-style: none; }

/* ---------- Custom Scrollbar ---------- */
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: var(--charcoal); }
::-webkit-scrollbar-thumb { background: var(--red); border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: var(--red-light); }

/* ---------- Utility ---------- */
.container {
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding-left: clamp(1.25rem, 5vw, 4rem);
  padding-right: clamp(1.25rem, 5vw, 4rem);
}

/* ---------- Typography ---------- */
h1, h2, h3, h4 {
  font-family: var(--font-heading);
  font-weight: 600;
  line-height: 1.15;
  text-transform: uppercase;
}

.section-label {
  display: inline-block;
  font-family: var(--font-sans);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 1rem;
}

.section-heading {
  font-size: clamp(2rem, 5vw, 3.25rem);
  color: var(--charcoal);
  margin-bottom: 1rem;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--font-sans);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.9rem 2rem;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: hidden;
}

.btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.1);
  transform: translateX(-100%);
  transition: transform 0.5s ease;
}

.btn:hover::before {
  transform: translateX(0);
}

.btn-red {
  background: var(--red);
  color: var(--white);
}

.btn-red:hover,
.btn-red:focus-visible {
  background: var(--red-dark);
  box-shadow: 0 6px 30px var(--red-glow);
  transform: translateY(-2px);
}

.btn-outline {
  background: transparent;
  color: var(--white);
  border: 1px solid rgba(255,255,255,0.35);
}

.btn-outline:hover,
.btn-outline:focus-visible {
  border-color: var(--red);
  color: var(--red-light);
}

.btn-lg {
  padding: 1.1rem 2.5rem;
  font-size: 0.85rem;
}

/* Focus ring */
:focus-visible {
  outline: 2px solid var(--red);
  outline-offset: 3px;
}

/* ---------- Red Line Motif ---------- */
.red-rule {
  width: 48px;
  height: 3px;
  background: var(--red);
  border: none;
  margin: 1.25rem 0;
}

.red-rule--center {
  margin: 1.25rem auto;
}

/* ============================================================
   EMERGENCY TOP BAR
   ============================================================ */
.emergency-bar {
  background: var(--red);
  padding: 0.45rem 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101;
}

.emergency-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.emergency-bar span,
.emergency-bar a {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--white);
}

.emergency-bar a {
  transition: opacity 0.25s ease;
}

.emergency-bar a:hover { opacity: 0.8; }

.emergency-bar i {
  margin-right: 0.35rem;
}

/* ============================================================
   HEADER / NAV
   ============================================================ */
.site-header {
  position: fixed;
  top: 32px;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: background 0.35s ease, box-shadow 0.35s ease, top 0.35s ease;
}

.site-header.scrolled {
  top: 0;
}

.site-header.scrolled {
  background: rgba(17,17,17,0.97);
  box-shadow: 0 2px 20px rgba(0,0,0,0.3);
  top: 0;
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--white);
  transition: opacity 0.25s ease;
}

.logo:hover { opacity: 0.85; }

.logo-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: var(--red);
  border-radius: 4px;
  font-size: 1.1rem;
  color: var(--white);
}

.logo-text {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.15;
  color: var(--white);
}

.logo-text small {
  font-size: 0.55rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  opacity: 0.6;
  display: block;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 2.25rem;
}

.nav-links a {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  position: relative;
  transition: color 0.25s ease;
}

.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--red);
  transition: width 0.3s ease;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--white);
}

.nav-links a:hover::after,
.nav-links a:focus-visible::after {
  width: 100%;
}

.nav-cta {
  font-size: 0.75rem !important;
  font-weight: 600 !important;
  color: var(--white) !important;
  letter-spacing: 0.08em;
  background: var(--red);
  padding: 0.55rem 1.25rem;
  border-radius: 3px;
  transition: background 0.25s ease, transform 0.25s ease !important;
}

.nav-cta::after { display: none !important; }

.nav-cta:hover,
.nav-cta:focus-visible {
  background: var(--red-dark);
  transform: translateY(-1px);
}

/* Mobile menu toggle */
.menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  width: 28px;
  height: 20px;
  position: relative;
  z-index: 110;
}

.menu-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--white);
  position: absolute;
  left: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.menu-toggle span:nth-child(1) { top: 0; }
.menu-toggle span:nth-child(2) { top: 9px; }
.menu-toggle span:nth-child(3) { top: 18px; }

.menu-toggle.active span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
.menu-toggle.active span:nth-child(2) { opacity: 0; }
.menu-toggle.active span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: 104px;
  padding-bottom: clamp(3rem, 6vh, 5rem);
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: var(--black);
  background-image:
    radial-gradient(ellipse at 70% 20%, rgba(204,0,0,0.08) 0%, transparent 60%),
    radial-gradient(ellipse at 20% 80%, rgba(204,0,0,0.05) 0%, transparent 50%),
    url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100"><rect fill="%23111" width="100" height="100"/><g fill="%231a1a1a"><polygon points="0,0 50,0 0,50"/><polygon points="100,0 100,50 50,100 0,100"/></g></svg>');
  background-size: cover, cover, 60px 60px;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    135deg,
    rgba(17,17,17,0.5) 0%,
    rgba(17,17,17,0.35) 50%,
    rgba(17,17,17,0.7) 100%
  );
}

/* Bottom red accent */
.hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--red);
  z-index: 3;
}

/* Decorative geometric elements */
.hero-deco {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

.hero-deco-ring {
  position: absolute;
  border: 1px solid rgba(204, 0, 0, 0.12);
  border-radius: 50%;
}

.hero-deco-ring--1 {
  width: clamp(300px, 40vw, 600px);
  height: clamp(300px, 40vw, 600px);
  top: -10%;
  right: -5%;
  animation: decoSpin 60s linear infinite;
}

.hero-deco-ring--2 {
  width: clamp(200px, 30vw, 450px);
  height: clamp(200px, 30vw, 450px);
  top: 5%;
  right: 5%;
  border-style: dashed;
  border-color: rgba(204, 0, 0, 0.06);
  animation: decoSpin 45s linear infinite reverse;
}

.hero-deco-line {
  position: absolute;
  background: linear-gradient(180deg, rgba(204,0,0,0.15), transparent);
  width: 1px;
}

.hero-deco-line--1 {
  height: 120px;
  top: 15%;
  right: 30%;
  animation: heroLineReveal 1s ease 1.8s both;
}

.hero-deco-line--2 {
  height: 80px;
  top: 25%;
  right: 22%;
  animation: heroLineReveal 1s ease 2.2s both;
}

@keyframes decoSpin {
  to { transform: rotate(360deg); }
}

/* Hero inner grid */
.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
  width: 100%;
}

.hero-content {
  max-width: 620px;
}

.hero-content .section-label {
  color: var(--red-light);
}

.hero-amp {
  color: var(--red);
}

.hero-title {
  font-size: clamp(2.5rem, 6.5vw, 4.25rem);
  color: var(--white);
  margin-bottom: 1.25rem;
  line-height: 1.08;
}

.hero-title-line {
  display: block;
  opacity: 0;
  transform: translateY(20px);
  animation: heroLineReveal 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.hero-title-line:nth-child(1) { animation-delay: 0.3s; }
.hero-title-line:nth-child(2) { animation-delay: 0.6s; }

@keyframes heroLineReveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-label {
  opacity: 0;
  animation: heroLineReveal 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s forwards;
}

.hero-desc {
  font-size: clamp(0.95rem, 1.6vw, 1.1rem);
  color: rgba(255,255,255,0.65);
  max-width: 520px;
  margin-bottom: 2rem;
  line-height: 1.75;
  opacity: 0;
  animation: heroLineReveal 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.9s forwards;
}

.hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  opacity: 0;
  animation: heroLineReveal 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.1s forwards;
}

/* ---- Hero Floating Badges ---- */
.hero-badges {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  align-items: flex-end;
}

.hero-badge {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 6px;
  padding: 1.1rem 1.5rem;
  opacity: 0;
  transform: translateX(30px);
  animation: badgeSlideIn 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  transition: transform 0.3s ease, border-color 0.3s ease;
  max-width: 340px;
  width: 100%;
}

.hero-badge:hover {
  transform: translateX(-4px);
  border-color: rgba(204, 0, 0, 0.3);
}

.hero-badge--1 { animation-delay: 1.2s; }
.hero-badge--2 { animation-delay: 1.5s; }
.hero-badge--3 { animation-delay: 1.8s; }

@keyframes badgeSlideIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.hero-badge-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  min-width: 46px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 6px;
  color: var(--white);
  font-size: 1.1rem;
}

.hero-badge-icon--red {
  background: var(--red);
  border-color: var(--red);
}

.hero-badge-text strong {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--white);
  letter-spacing: 0.03em;
}

.hero-badge-text span {
  display: block;
  font-size: 0.7rem;
  color: rgba(255,255,255,0.45);
  letter-spacing: 0.04em;
  margin-top: 0.15rem;
}

/* Scroll indicator */
.hero-scroll {
  position: absolute;
  bottom: 2rem;
  right: 5%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.hero-scroll span {
  font-size: 0.65rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.3);
  writing-mode: vertical-rl;
}

.scroll-line {
  width: 2px;
  height: 48px;
  background: var(--red);
  opacity: 0.6;
  animation: scrollPulse 2s ease-in-out infinite;
}

/* Pulse ring on CTA button */
.btn-pulse {
  position: relative;
}

.btn-pulse::after {
  content: '';
  position: absolute;
  inset: -4px;
  border: 2px solid var(--red-light);
  border-radius: 5px;
  animation: pulseRing 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
  pointer-events: none;
}

@keyframes pulseRing {
  0% { transform: scale(1); opacity: 0.6; }
  50% { transform: scale(1.06); opacity: 0; }
  100% { transform: scale(1); opacity: 0; }
}

@keyframes scrollPulse {
  0%, 100% { transform: scaleY(1); opacity: 0.6; }
  50% { transform: scaleY(0.5); opacity: 0.2; }
}

/* ============================================================
   TRUST BAR
   ============================================================ */
.trust-bar {
  padding: clamp(2rem, 5vw, 3rem) 0;
  background: var(--charcoal);
  position: relative;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1rem, 3vw, 2rem);
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: var(--white);
}

.trust-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  min-width: 44px;
  background: rgba(204, 0, 0, 0.15);
  border: 1px solid rgba(204, 0, 0, 0.3);
  border-radius: 4px;
  color: var(--red-light);
  font-size: 1rem;
}

.trust-item strong {
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.trust-item span {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.5);
}

/* ============================================================
   SERVICES
   ============================================================ */
.services {
  padding: clamp(5rem, 12vw, 9rem) 0;
  background: var(--off-white);
}

.services-header {
  max-width: 560px;
  margin-bottom: clamp(3rem, 6vw, 5rem);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: var(--gap);
}

.service-card {
  padding: 2.25rem 2rem;
  background: var(--white);
  border: 1px solid var(--light-gray);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
}

.service-card::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: var(--red);
  transition: width 0.4s ease;
}

.service-card:hover::before {
  width: 100%;
}

.service-card:hover {
  border-color: rgba(204, 0, 0, 0.2);
  box-shadow: 0 12px 48px rgba(0,0,0,0.08);
  transform: translateY(-4px);
}

.service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background: var(--charcoal);
  border-radius: 4px;
  color: var(--red-light);
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}

.service-card h3 {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
  color: var(--charcoal);
}

.service-card p {
  font-size: 0.9rem;
  color: var(--mid-gray);
  line-height: 1.7;
}

/* ============================================================
   WHY CHOOSE US
   ============================================================ */
.why-us {
  padding: clamp(5rem, 12vw, 9rem) 0;
  background: var(--white);
}

.why-us-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 6vw, 6rem);
  align-items: center;
}

.why-us-content h2 {
  font-size: clamp(2rem, 4.5vw, 3rem);
  margin-bottom: 1rem;
}

.why-us-content > p {
  color: var(--mid-gray);
  font-size: 0.95rem;
  margin-bottom: 2rem;
  line-height: 1.75;
}

.why-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.why-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  font-size: 0.92rem;
  color: var(--dark-gray);
  line-height: 1.5;
}

.why-list li i {
  color: var(--red);
  margin-top: 0.25rem;
  font-size: 0.9rem;
  flex-shrink: 0;
}

.why-list li div {
  display: flex;
  flex-direction: column;
}

.why-list li strong {
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--charcoal);
}

.why-list li span {
  font-size: 0.82rem;
  color: var(--mid-gray);
  margin-top: 0.1rem;
}

/* Stats visual element */
.why-us-image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 380px;
  background: var(--charcoal);
  border-radius: 4px;
  overflow: hidden;
}

/* Diagonal stripe pattern */
.why-us-image::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 20px,
    rgba(204, 0, 0, 0.05) 20px,
    rgba(204, 0, 0, 0.05) 40px
  );
}

.stat-card {
  position: absolute;
  background: var(--white);
  padding: 1.75rem 2.25rem;
  border-radius: 4px;
  text-align: center;
  box-shadow: 0 16px 48px rgba(0,0,0,0.2);
  z-index: 2;
}

.stat-card-1 {
  top: 20%;
  left: 15%;
}

.stat-card-2 {
  bottom: 20%;
  right: 15%;
}

.stat-number {
  display: block;
  font-family: var(--font-heading);
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--red);
  line-height: 1;
  letter-spacing: 0.02em;
}

.stat-label {
  display: block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--mid-gray);
  margin-top: 0.5rem;
}

/* ============================================================
   ABOUT
   ============================================================ */
.about {
  padding: clamp(5rem, 12vw, 9rem) 0;
  background: var(--charcoal);
  color: var(--white);
  position: relative;
}

/* Red accent bar */
.about::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--red);
}

.about-inner {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.about .section-heading {
  color: var(--white);
}

.about .red-rule {
  margin: 1.25rem auto;
}

.about-text {
  text-align: left;
  columns: 2;
  column-gap: 3rem;
  margin-top: 2.5rem;
}

.about-text p {
  color: rgba(255,255,255,0.7);
  font-size: 0.95rem;
  margin-bottom: 1.25rem;
  line-height: 1.75;
  break-inside: avoid;
}

.about-text p strong {
  color: var(--white);
  font-weight: 600;
}

/* ============================================================
   REVIEWS
   ============================================================ */
.reviews {
  padding: clamp(5rem, 12vw, 9rem) 0;
  background: var(--off-white);
  position: relative;
  overflow: hidden;
}

/* Decorative large quote in background */
.reviews::before {
  content: '\201C';
  position: absolute;
  top: -40px;
  right: 5%;
  font-family: Georgia, serif;
  font-size: clamp(15rem, 30vw, 35rem);
  color: rgba(204, 0, 0, 0.04);
  line-height: 1;
  pointer-events: none;
}

.reviews-header {
  text-align: center;
  max-width: 560px;
  margin: 0 auto clamp(3rem, 6vw, 5rem);
}

.reviews-header .red-rule {
  margin: 1.25rem auto;
}

.google-review-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--red);
  border: 1px solid rgba(204, 0, 0, 0.3);
  padding: 0.55rem 1.25rem;
  border-radius: 3px;
  margin-top: 0.75rem;
  transition: all 0.3s ease;
}

.google-review-link:hover {
  background: var(--red);
  color: var(--white);
  border-color: var(--red);
}

.reviews-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.5rem, 3vw, 2rem);
}

.review-card--featured {
  grid-column: 1 / -1;
}

.review-card {
  background: var(--white);
  border: 1px solid var(--light-gray);
  padding: clamp(2rem, 4vw, 3rem);
  position: relative;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.review-card:hover {
  box-shadow: 0 12px 40px rgba(0,0,0,0.08);
  transform: translateY(-3px);
}

/* Red accent line on left */
.review-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 0;
  background: var(--red);
  transition: height 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.review-card:hover::after,
.review-card.revealed::after {
  height: 100%;
}

.review-quote-mark {
  font-family: Georgia, serif;
  font-size: 3.5rem;
  line-height: 1;
  color: var(--red);
  opacity: 0.35;
  margin-bottom: 0.5rem;
}

.review-text { margin: 0; }

.review-text p {
  font-size: 0.95rem;
  line-height: 1.8;
  color: var(--dark-gray);
  font-style: normal;
}

.review-card--featured .review-text p {
  font-size: clamp(1rem, 1.5vw, 1.1rem);
}

.review-author {
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--light-gray);
}

.review-author-info {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.review-name {
  font-family: var(--font-sans);
  font-style: normal;
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  color: var(--charcoal);
}

.review-badge {
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--red);
  border: 1px solid rgba(204, 0, 0, 0.3);
  padding: 0.2rem 0.6rem;
  border-radius: 2px;
}

/* ============================================================
   CTA BAND
   ============================================================ */
.cta-band {
  padding: clamp(4rem, 10vw, 7rem) 0;
  background: var(--black);
  text-align: center;
  position: relative;
  overflow: hidden;
}

/* Diagonal red accent */
.cta-band::before {
  content: '';
  position: absolute;
  top: 0;
  left: -10%;
  width: 120%;
  height: 100%;
  background: linear-gradient(
    135deg,
    transparent 0%,
    transparent 48%,
    rgba(204, 0, 0, 0.06) 48%,
    rgba(204, 0, 0, 0.06) 52%,
    transparent 52%,
    transparent 100%
  );
  pointer-events: none;
}

.cta-band h2 {
  color: var(--white);
  font-size: clamp(2rem, 5vw, 3.25rem);
  margin-bottom: 0.75rem;
}

.cta-band p {
  color: rgba(255,255,255,0.5);
  font-size: 0.95rem;
  margin-bottom: 2rem;
}

.cta-phone {
  font-family: var(--font-heading);
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  color: var(--red);
  display: inline-block;
  margin-bottom: 2rem;
  transition: all 0.3s ease;
  letter-spacing: 0.04em;
}

.cta-phone:hover {
  color: var(--red-light);
  letter-spacing: 0.08em;
}

/* ============================================================
   SERVICE AREA + MAP
   ============================================================ */
.service-area {
  padding: clamp(5rem, 12vw, 9rem) 0;
  background: var(--white);
}

.area-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 6vw, 5rem);
  align-items: start;
}

.area-content h2 {
  font-size: clamp(2rem, 4.5vw, 3rem);
}

.area-content > p {
  color: var(--mid-gray);
  font-size: 0.95rem;
  margin-bottom: 2rem;
  line-height: 1.75;
}

.area-towns {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
  font-size: 0.9rem;
  color: var(--dark-gray);
}

.area-towns li {
  position: relative;
  padding-left: 1rem;
  transition: color 0.25s ease;
}

.area-towns li:hover { color: var(--red); }

.area-towns li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  background: var(--red);
  border-radius: 50%;
  transform: translateY(-50%);
}

.area-map {
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0,0,0,0.1);
}

/* ============================================================
   CONTACT
   ============================================================ */
.contact {
  padding: clamp(5rem, 12vw, 9rem) 0;
  background: var(--off-white);
}

.contact-header {
  text-align: center;
  max-width: 560px;
  margin: 0 auto clamp(3rem, 6vw, 5rem);
}

.contact-header .red-rule {
  margin: 1.25rem auto;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--gap);
}

.contact-card {
  background: var(--white);
  border: 1px solid var(--light-gray);
  padding: 2.5rem 2rem;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
}

.contact-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--red);
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

.contact-card:hover::before {
  transform: scaleX(1);
}

.contact-card:hover {
  box-shadow: 0 12px 48px rgba(0,0,0,0.08);
  transform: translateY(-4px);
}

.contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: var(--charcoal);
  border-radius: 4px;
  color: var(--red-light);
  font-size: 1.3rem;
  margin-bottom: 1.25rem;
}

.contact-card h3 {
  font-size: 1.15rem;
  margin-bottom: 0.75rem;
  color: var(--charcoal);
}

.contact-link {
  font-size: 0.95rem;
  color: var(--red);
  font-weight: 500;
  display: inline-block;
  margin-bottom: 0.5rem;
  transition: color 0.25s ease;
  word-break: break-word;
}

.contact-link:hover {
  color: var(--red-dark);
}

.contact-card p {
  font-size: 0.8rem;
  color: var(--mid-gray);
}

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  background: var(--charcoal);
  padding: clamp(3rem, 6vw, 5rem) 0 0;
}

.footer-inner {
  display: grid;
  grid-template-columns: 2fr 1fr 1.5fr 1fr;
  gap: clamp(2rem, 4vw, 3rem);
  padding-bottom: clamp(2rem, 4vw, 3rem);
}

.footer-brand .footer-logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.footer-brand .logo-icon {
  width: 36px;
  height: 36px;
  font-size: 0.9rem;
}

.footer-brand .logo-text {
  font-size: 0.95rem;
}

.footer-tagline {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.45);
  line-height: 1.6;
}

.footer-links h4,
.footer-contact h4,
.footer-social h4 {
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  margin-bottom: 1.25rem;
}

.footer-links a,
.footer-contact a {
  display: block;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.6);
  margin-bottom: 0.6rem;
  transition: color 0.25s ease;
}

.footer-links a:hover,
.footer-contact a:hover {
  color: var(--red-light);
}

.footer-contact a i {
  width: 16px;
  text-align: center;
  margin-right: 0.4rem;
  color: var(--red);
  font-size: 0.75rem;
}

.social-icons {
  display: flex;
  gap: 0.75rem;
}

.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 4px;
  color: rgba(255,255,255,0.6);
  font-size: 1rem;
  transition: all 0.25s ease;
}

.social-icons a:hover {
  background: var(--red);
  border-color: var(--red);
  color: var(--white);
  transform: translateY(-2px);
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 1.5rem 0;
}

.footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.footer-bottom p {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.35);
  letter-spacing: 0.04em;
}

/* ============================================================
   MOBILE CALL BAR
   ============================================================ */
.mobile-call-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 90;
  padding: 0.75rem 1rem;
  background: var(--charcoal);
  border-top: 2px solid var(--red);
}

.mobile-call-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  width: 100%;
  padding: 0.9rem;
  background: var(--red);
  color: var(--white);
  font-family: var(--font-sans);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 4px;
  transition: background 0.25s ease;
}

.mobile-call-btn:hover {
  background: var(--red-dark);
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 960px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-badges { 
    flex-direction: row; 
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
  }
  .hero-badge { max-width: none; flex: 1 1 200px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .reviews-grid { grid-template-columns: 1fr; }
  .why-us-grid { grid-template-columns: 1fr; }
  .area-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .about-text { columns: 1; }
  .hero-deco-ring,
  .hero-deco-line { display: none; }
}

@media (max-width: 768px) {
  .emergency-bar { display: none; }
  .site-header { top: 0; }

  .hero {
    min-height: 100vh;
    min-height: 100dvh;
    padding-top: 72px;
    padding-bottom: 2rem;
  }

  .hero-badges { display: none; }

  .menu-toggle { display: block; }

  .nav-links {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    z-index: 105;
    background: rgba(17,17,17,0.99);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }

  .nav-links.open {
    opacity: 1;
    pointer-events: auto;
  }

  .nav-links a {
    font-size: 1rem;
    color: var(--white);
  }

  .trust-grid { grid-template-columns: 1fr 1fr; }

  .services-grid { grid-template-columns: 1fr; }

  .why-us-image { min-height: 280px; }

  .footer-inner { grid-template-columns: 1fr; text-align: center; }

  .footer-brand .footer-logo { justify-content: center; }

  .social-icons { justify-content: center; }

  .footer-bottom-inner {
    flex-direction: column;
    text-align: center;
  }

  .mobile-call-bar { display: block; }

  body { padding-bottom: 70px; }

  .hero-scroll { display: none; }

  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; justify-content: center; }
}

@media (max-width: 480px) {
  .trust-grid { grid-template-columns: 1fr; }
  .review-card { padding: 1.5rem; }
  .review-quote-mark { font-size: 2.5rem; }

  .stat-card-1 { top: 15%; left: 10%; }
  .stat-card-2 { bottom: 15%; right: 10%; }
}
