/* MediPath Courier Systems - multi-page site styles
   Colors from locked logo: medical blue + orange accents
   Live aesthetic: Layout B (dark hero) */

:root {
  --mp-blue: #004c8c;
  --mp-blue-deep: #003366;
  --mp-blue-mid: #0a6bb5;
  --mp-blue-soft: #e8f1f8;
  --mp-orange: #f05a00;
  --mp-orange-deep: #d14e00;
  --mp-orange-soft: #fff0e6;
  --mp-ink: #1a2332;
  --mp-muted: #5a6575;
  --mp-line: #d4dde6;
  --mp-white: #ffffff;
  --mp-bg: #f7f9fc;
  --mp-radius: 12px;
  --mp-shadow: 0 8px 28px rgba(0, 51, 102, 0.12);
  --font: "Segoe UI", system-ui, -apple-system, Roboto, "Helvetica Neue", Arial, sans-serif;

  /*
   * =========================================================================
   * VEHICLE VARIANT MAP (CTA buttons ONLY — Hoque dual-pseudo outline)
   * Outline via ::before (same polygon, negative inset); fill via ::after.
   * Host has NO clip-path — avoids text clipping / sheared corners.
   *
   * Content panels / cards / trust items / form shells / empty states /
   * logo panels use clean hard-outlined rectangles (thick border, small
   * radius, medical blue/orange). Vehicle silhouettes on boxes were
   * retired after text-over-stroke overlap failures (padding bumps failed).
   *
   * --vehicle-van           → .btn-primary + .btn-vehicle-van
   * --vehicle-sedan         → .btn-ghost + .btn-vehicle-sedan
   * --vehicle-shuttle       → .nav-call / .btn-vehicle-shuttle
   * --vehicle-compact       → .btn-outline + .btn-vehicle-compact
   * --vehicle-suv           → .btn-vehicle-suv (optional)
   * --vehicle-ambulance-lite reserved; unused on live pages
   * =========================================================================
   */

  /* Passenger / wheelchair van — tall boxy cabin + raised mid-roof + dual arches */
  --vehicle-van: polygon(
    0% 58%, 1% 48%, 6% 48%, 8% 48%, 14% 28%, 16% 22%, 18% 14%, 78% 14%, 82% 22%,
    86% 28%, 94% 48%, 100% 48%, 100% 58%, 99% 70%, 90% 70%, 88% 88%, 76% 88%,
    74% 70%, 26% 70%, 24% 88%, 12% 88%, 10% 70%, 0% 70%
  );
  --vehicle-van-hover: polygon(
    0% 56%, 1% 46%, 6% 46%, 8% 46%, 14% 26%, 16% 20%, 18% 12%, 78% 12%, 82% 20%,
    86% 26%, 94% 46%, 100% 46%, 100% 56%, 99% 68%, 90% 68%, 88% 86%, 76% 86%,
    74% 68%, 26% 68%, 24% 86%, 12% 86%, 10% 68%, 0% 68%
  );

  /* Sedan / crossover — lower cabin, long hood, sloping rear glass */
  --vehicle-sedan: polygon(
    0% 62%, 2% 54%, 16% 54%, 24% 36%, 32% 28%, 68% 28%, 78% 38%, 90% 54%,
    100% 54%, 100% 62%, 98% 72%, 88% 72%, 86% 88%, 74% 88%, 72% 72%, 30% 72%,
    28% 88%, 16% 88%, 14% 72%, 0% 72%
  );
  --vehicle-sedan-hover: polygon(
    0% 60%, 2% 52%, 16% 52%, 24% 34%, 32% 26%, 68% 26%, 78% 36%, 90% 52%,
    100% 52%, 100% 60%, 98% 70%, 88% 70%, 86% 86%, 74% 86%, 72% 70%, 30% 70%,
    28% 86%, 16% 86%, 14% 70%, 0% 70%
  );

  /* Shuttle bus — long flat roof, near-vertical nose, high beltline */
  --vehicle-shuttle: polygon(
    0% 36%, 2% 28%, 6% 28%, 8% 18%, 10% 12%, 92% 12%, 95% 18%, 98% 28%,
    100% 36%, 100% 58%, 98% 68%, 92% 68%, 90% 84%, 80% 84%, 78% 68%, 22% 68%,
    20% 84%, 10% 84%, 8% 68%, 0% 68%
  );
  --vehicle-shuttle-hover: polygon(
    0% 34%, 2% 26%, 6% 26%, 8% 16%, 10% 10%, 92% 10%, 95% 16%, 98% 26%,
    100% 34%, 100% 56%, 98% 66%, 92% 66%, 90% 82%, 80% 82%, 78% 66%, 22% 66%,
    20% 82%, 10% 82%, 8% 66%, 0% 66%
  );

  /* Compact car — shorter overall, rounder nose/tail */
  --vehicle-compact: polygon(
    8% 58%, 12% 50%, 22% 50%, 30% 34%, 38% 26%, 64% 26%, 72% 34%, 82% 50%,
    90% 50%, 94% 58%, 94% 70%, 86% 70%, 84% 86%, 72% 86%, 70% 70%, 32% 70%,
    30% 86%, 18% 86%, 16% 70%, 8% 70%
  );
  --vehicle-compact-hover: polygon(
    8% 56%, 12% 48%, 22% 48%, 30% 32%, 38% 24%, 64% 24%, 72% 32%, 82% 48%,
    90% 48%, 94% 56%, 94% 68%, 86% 68%, 84% 84%, 72% 84%, 70% 68%, 32% 68%,
    30% 84%, 18% 84%, 16% 68%, 8% 68%
  );

  /* Ambulance-lite utility van (soft box roof; no light bar) — reserved */
  --vehicle-ambulance-lite: polygon(
    0% 52%, 2% 44%, 8% 44%, 12% 30%, 14% 24%, 16% 14%, 48% 14%, 52% 24%,
    84% 24%, 90% 30%, 96% 44%, 100% 52%, 100% 58%, 98% 70%, 88% 70%, 86% 86%,
    74% 86%, 72% 70%, 28% 70%, 26% 86%, 14% 86%, 12% 70%, 0% 70%
  );
  --vehicle-ambulance-lite-hover: polygon(
    0% 50%, 2% 42%, 8% 42%, 12% 28%, 14% 22%, 16% 12%, 48% 12%, 52% 22%,
    84% 22%, 90% 28%, 96% 42%, 100% 50%, 100% 56%, 98% 68%, 88% 68%, 86% 84%,
    74% 84%, 72% 68%, 28% 68%, 26% 84%, 14% 84%, 12% 68%, 0% 68%
  );

  /* SUV / crossover — taller cabin than sedan, shorter hood, boxier rear (buttons + cards) */
  --vehicle-suv: polygon(
    0% 58%, 2% 50%, 12% 50%, 18% 34%, 24% 26%, 72% 26%, 80% 34%, 90% 50%,
    100% 50%, 100% 58%, 98% 70%, 90% 70%, 88% 88%, 76% 88%, 74% 70%, 28% 70%,
    26% 88%, 14% 88%, 12% 70%, 0% 70%
  );
  --vehicle-suv-hover: polygon(
    0% 56%, 2% 48%, 12% 48%, 18% 32%, 24% 24%, 72% 24%, 80% 32%, 90% 48%,
    100% 48%, 100% 56%, 98% 68%, 90% 68%, 88% 86%, 76% 86%, 74% 68%, 28% 68%,
    26% 86%, 14% 86%, 12% 68%, 0% 68%
  );

}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font);
  color: var(--mp-ink);
  background: var(--mp-bg);
  line-height: 1.55;
}

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

a {
  color: var(--mp-blue);
  text-decoration: none;
}

a:hover {
  color: var(--mp-orange);
}

.wrap {
  width: min(1100px, 92%);
  margin-inline: auto;
}

/* Buttons — vehicle silhouettes with perimeter stroke (Hoque dual-pseudo) */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.75rem 1.35rem;
  border-radius: 999px;
  font-weight: 650;
  border: 2px solid transparent;
  transition: background 0.15s, color 0.15s, border-color 0.15s, transform 0.15s;
  cursor: pointer;
  font: inherit;
  text-align: center;
  text-decoration: none;
  position: relative;
  isolation: isolate;
  z-index: 1;
  min-height: 44px;
}

.btn:focus-visible {
  outline: none;
  filter: drop-shadow(0 0 0 2px var(--mp-white)) drop-shadow(0 0 0 5px var(--mp-orange));
}

.btn:active {
  transform: translateY(1px);
}

.btn[class*="btn-vehicle-"] {
  --vehicle-stroke-w: 2.5px;
  --vehicle-stroke: var(--mp-blue-deep);
  --vehicle-fill: var(--mp-orange);
  --vehicle-shape: var(--vehicle-van);
  --vehicle-shape-hover: var(--vehicle-van-hover);
  background: transparent !important;
  border-color: transparent !important;
  border-radius: 0;
  clip-path: none;
  overflow: visible;
  margin: 0.4rem 0.35rem;
  padding: 1.15rem 1.85rem 1.35rem;
  min-height: 4.5rem;
  min-width: 12.5rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.2;
}

.btn[class*="btn-vehicle-"]::before,
.btn[class*="btn-vehicle-"]::after {
  content: "";
  position: absolute;
  pointer-events: none;
  clip-path: var(--vehicle-shape);
  transition: clip-path 0.2s ease, background 0.15s ease, inset 0.15s ease;
}

.btn[class*="btn-vehicle-"]::before {
  z-index: -2;
  inset: calc(-1 * var(--vehicle-stroke-w));
  background: var(--vehicle-stroke);
}

.btn[class*="btn-vehicle-"]::after {
  z-index: -1;
  inset: 0;
  background: var(--vehicle-fill);
}

.btn[class*="btn-vehicle-"]:hover {
  --vehicle-shape: var(--vehicle-shape-hover);
}

.btn[class*="btn-vehicle-"]:focus-visible {
  --vehicle-stroke-w: 3.5px;
}

/* Primary → wheelchair / passenger van */
.btn-vehicle-van {
  --vehicle-shape: var(--vehicle-van);
  --vehicle-shape-hover: var(--vehicle-van-hover);
  padding: 1.25rem 2rem 1.45rem;
  min-width: 13.5rem;
  min-height: 4.75rem;
}

.btn-vehicle-van:hover { transform: translateY(-3px); }
.btn-vehicle-van:active { transform: translateY(0); }

/* Secondary → sedan / crossover */
.btn-vehicle-sedan {
  --vehicle-shape: var(--vehicle-sedan);
  --vehicle-shape-hover: var(--vehicle-sedan-hover);
  padding: 1.35rem 1.9rem 1.4rem;
  min-width: 12.75rem;
  min-height: 4.5rem;
}

.btn-vehicle-sedan:hover { transform: translateY(-2px); }

/* Nav / alt → shuttle bus */
.btn-vehicle-shuttle {
  --vehicle-shape: var(--vehicle-shuttle);
  --vehicle-shape-hover: var(--vehicle-shuttle-hover);
  padding: 1.35rem 1.75rem 1.3rem;
  min-width: 11.5rem;
  min-height: 4.35rem;
}

.btn-vehicle-shuttle:hover { transform: translateY(-3px); }

/* Tertiary → compact car */
.btn-vehicle-compact {
  --vehicle-shape: var(--vehicle-compact);
  --vehicle-shape-hover: var(--vehicle-compact-hover);
  padding: 1.3rem 1.75rem 1.35rem;
  min-width: 11.75rem;
  min-height: 4.4rem;
}

.btn-vehicle-compact:hover { transform: translateY(-2px); }


/* SUV / crossover */
.btn-vehicle-suv {
  --vehicle-shape: var(--vehicle-suv);
  --vehicle-shape-hover: var(--vehicle-suv-hover);
  padding: 1.3rem 1.85rem 1.4rem;
  min-width: 12.75rem;
  min-height: 4.55rem;
}

.btn-vehicle-suv:hover { transform: translateY(-2px); }

/* Optional reserved shape */
.btn-vehicle-ambulance-lite {
  --vehicle-shape: var(--vehicle-ambulance-lite);
  --vehicle-shape-hover: var(--vehicle-ambulance-lite-hover);
  padding: 1.3rem 1.85rem 1.4rem;
  min-width: 12.5rem;
  min-height: 4.6rem;
}

.btn-primary {
  background: var(--mp-orange);
  color: var(--mp-white);
}

.btn-primary.btn-vehicle-van,
.btn-primary[class*="btn-vehicle-"] {
  --vehicle-fill: var(--mp-orange);
  --vehicle-stroke: var(--mp-blue-deep);
  color: var(--mp-white);
}

.btn-primary.btn-vehicle-van:hover,
.btn-primary[class*="btn-vehicle-"]:hover {
  --vehicle-fill: var(--mp-orange-deep);
  color: var(--mp-white);
}

.btn-primary:hover {
  background: var(--mp-orange-deep);
  color: var(--mp-white);
}

.hero-band .btn-primary[class*="btn-vehicle-"],
.cta-strip .btn-primary[class*="btn-vehicle-"] {
  --vehicle-stroke: rgba(255, 255, 255, 0.92);
}

.btn-ghost {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.65);
  color: var(--mp-white);
}

.btn-ghost.btn-vehicle-sedan,
.btn-ghost[class*="btn-vehicle-"] {
  --vehicle-fill: var(--mp-blue-deep);
  --vehicle-stroke: rgba(255, 255, 255, 0.9);
  color: var(--mp-white);
}

.btn-ghost.btn-vehicle-sedan:hover,
.btn-ghost[class*="btn-vehicle-"]:hover {
  --vehicle-fill: var(--mp-white);
  --vehicle-stroke: var(--mp-orange);
  color: var(--mp-blue-deep);
}

.btn-ghost:hover {
  background: var(--mp-white);
  color: var(--mp-blue-deep);
  border-color: var(--mp-white);
}

.btn-outline {
  background: transparent;
  border-color: var(--mp-blue);
  color: var(--mp-blue);
}

.btn-outline.btn-vehicle-compact,
.btn-outline[class*="btn-vehicle-"] {
  --vehicle-fill: var(--mp-white);
  --vehicle-stroke: var(--mp-blue);
  color: var(--mp-blue-deep);
}

.btn-outline.btn-vehicle-compact:hover,
.btn-outline[class*="btn-vehicle-"]:hover {
  --vehicle-fill: var(--mp-blue);
  --vehicle-stroke: var(--mp-orange);
  color: var(--mp-white);
}

.btn-outline:hover {
  background: var(--mp-blue);
  color: var(--mp-white);
}

.badge {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--mp-blue);
  background: var(--mp-blue-soft);
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
}

.section {
  padding: 3.5rem 0;
}

.section h2 {
  margin: 0 0 0.5rem;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  color: var(--mp-blue-deep);
}

.section .lede {
  color: var(--mp-muted);
  margin: 0 0 1.75rem;
  max-width: 42rem;
}

.card-grid {
  display: grid;
  gap: 1.35rem 1.25rem;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.card {
  padding: 1.5rem 1.35rem;
}

.card h3 {
  margin: 0 0 0.45rem;
  font-size: 1.05rem;
  color: var(--mp-blue-deep);
}

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

.card .accent-bar {
  width: 2.25rem;
  height: 4px;
  background: var(--mp-orange);
  border-radius: 2px;
  margin-bottom: 0.85rem;
}

/* - - - Masthead / nav (Layout B) - - - */
.masthead {
  background: var(--mp-blue-deep);
  color: var(--mp-white);
  padding: 0.85rem 0;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.18);
}

.masthead-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand-mark {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: inherit;
}

.brand-mark:hover {
  color: inherit;
}

.brand-mark img {
  height: 44px;
  width: auto;
  background: var(--mp-white);
  border-radius: 8px;
  padding: 3px;
}

.brand-text strong {
  display: block;
  font-size: 1rem;
  line-height: 1.2;
}

.brand-text span {
  font-size: 0.78rem;
  opacity: 0.85;
}

.masthead nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 1rem;
  font-weight: 600;
  font-size: 0.9rem;
}

.masthead nav a {
  color: #d6e6f5;
  padding: 0.25rem 0;
}

.masthead nav a:hover,
.masthead nav a[aria-current="page"] {
  color: var(--mp-white);
}

.masthead nav a[aria-current="page"] {
  border-bottom: 2px solid var(--mp-orange);
}

/* Masthead Call Scott → shuttle bus silhouette */
.masthead .nav-call {
  --vehicle-shape: var(--vehicle-shuttle);
  --vehicle-shape-hover: var(--vehicle-shuttle-hover);
  --vehicle-fill: var(--mp-orange);
  --vehicle-stroke: rgba(255, 255, 255, 0.92);
  --vehicle-stroke-w: 2.5px;
  background: transparent !important;
  color: var(--mp-white) !important;
  padding: 1.15rem 1.35rem 1.1rem !important;
  min-height: 3.65rem;
  min-width: 8.75rem;
  border-radius: 0;
  border-bottom: none !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  position: relative;
  isolation: isolate;
  z-index: 1;
  clip-path: none;
  overflow: visible;
  margin: 0.2rem 0.25rem;
  font-weight: 700;
  transition: color 0.15s ease, transform 0.15s ease;
}

.masthead .nav-call::before,
.masthead .nav-call::after {
  content: "";
  position: absolute;
  pointer-events: none;
  clip-path: var(--vehicle-shape);
  transition: clip-path 0.2s ease, background 0.15s ease, inset 0.15s ease;
}

.masthead .nav-call::before {
  z-index: -2;
  inset: calc(-1 * var(--vehicle-stroke-w));
  background: var(--vehicle-stroke);
}

.masthead .nav-call::after {
  z-index: -1;
  inset: 0;
  background: var(--vehicle-fill);
}

.masthead .nav-call:hover {
  --vehicle-fill: var(--mp-orange-deep);
  --vehicle-shape: var(--vehicle-shape-hover);
  color: var(--mp-white) !important;
  transform: translateY(-2px);
}

.masthead .nav-call:focus-visible {
  outline: none;
  --vehicle-stroke-w: 3.5px;
  filter: drop-shadow(0 0 0 2px var(--mp-blue-deep)) drop-shadow(0 0 0 5px var(--mp-orange));
}

.nav-toggle {
  display: none;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: var(--mp-white);
  border-radius: 8px;
  padding: 0.4rem 0.65rem;
  font-weight: 700;
  cursor: pointer;
  font: inherit;
  font-size: 0.85rem;
}

/* - - - Hero - - - */
.hero-band {
  background: linear-gradient(135deg, var(--mp-blue-deep) 0%, var(--mp-blue) 55%, var(--mp-blue-mid) 100%);
  color: var(--mp-white);
  padding: 2.75rem 0 3.5rem;
  position: relative;
  overflow: visible; /* keep vehicle silhouette outline/shadow visible */
}

.hero-band::after {
  content: "";
  position: absolute;
  right: -8%;
  top: -20%;
  width: 40%;
  height: 140%;
  background: radial-gradient(circle, rgba(240, 90, 0, 0.35), transparent 65%);
  pointer-events: none;
}

.hero-band .wrap {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2rem;
  align-items: center;
}

/* Hero side panel — clean hard-outlined rectangle */
.hero-band .logo-panel {
  background: var(--mp-white);
  border: 3px solid var(--mp-orange);
  border-radius: 2px;
  padding: 1.5rem 1.35rem;
  box-shadow: 8px 8px 0 var(--mp-blue-deep);
  position: relative;
  clip-path: none;
  overflow: hidden;
  margin: 0.35rem;
  z-index: 1;
  transform: rotate(-1.1deg);
}

.hero-band .logo-panel::before,
.hero-band .logo-panel::after {
  content: none !important;
  display: none !important;
}

.hero-band .logo-panel img {
  width: 100%;
  position: relative;
  z-index: 1;
}

.hero-band .motto {
  display: inline-block;
  background: var(--mp-orange);
  color: var(--mp-white);
  font-weight: 700;
  padding: 0.45rem 0.9rem;
  border-radius: 6px;
  margin: 0 0 1rem;
  font-size: 1.05rem;
}

.hero-band h1 {
  margin: 0 0 0.85rem;
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  line-height: 1.2;
}

.hero-band p {
  margin: 0 0 1.35rem;
  opacity: 0.92;
  max-width: 34rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1.1rem 1.35rem;
  align-items: center;
}

.hero-band.page-hero .wrap {
  grid-template-columns: 1fr;
  max-width: 720px;
  margin-inline: auto;
}

.hero-band.page-hero {
  padding: 2.25rem 0 2.75rem;
}

.hero-band.page-hero h1 {
  font-size: clamp(1.55rem, 2.8vw, 2.1rem);
}

/* - - - Content panels - - - */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.35rem 1.25rem;
}

.panel {
  padding: 1.65rem 1.5rem;
}

.panel h2 {
  margin-top: 0;
}

.services-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.services-list li {
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--mp-line);
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
}

.services-list li:last-child {
  border-bottom: none;
}

.services-list .dot {
  width: 10px;
  height: 10px;
  margin-top: 0.4rem;
  border-radius: 50%;
  background: var(--mp-orange);
  flex-shrink: 0;
}

.trust-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.15rem 1rem;
  margin-top: 1.75rem;
}

.trust-item {
  text-align: center;
  padding: 1.35rem 1.1rem;
}

.trust-item strong {
  display: block;
  color: var(--mp-blue-deep);
  font-size: 0.95rem;
  margin-bottom: 0.25rem;
}

.trust-item span {
  color: var(--mp-muted);
  font-size: 0.88rem;
}

.area-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.area-chips li {
  background: var(--mp-blue-soft);
  color: var(--mp-blue-deep);
  font-weight: 600;
  font-size: 0.88rem;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  border: 1px solid #c5d8ea;
}

.area-map-stub {
  background: linear-gradient(180deg, var(--mp-blue-soft), #fff);
  border: 1px solid var(--mp-line);
  border-radius: 10px; /* rectangular inset inside vehicle panel */
  clip-path: none;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--mp-blue-deep);
  padding: 1.5rem;
  font-weight: 600;
  gap: 0.35rem;
}

.area-map-stub .sub {
  font-weight: 500;
  font-size: 0.9rem;
  opacity: 0.85;
  color: var(--mp-muted);
}

.note-soft {
  font-size: 0.9rem;
  color: var(--mp-muted);
  margin-top: 1rem;
}

.cta-strip {
  background: var(--mp-orange-soft);
  border-top: 3px solid var(--mp-orange);
  border-bottom: 3px solid var(--mp-orange);
  padding: 2rem 0;
}

.cta-strip .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.cta-strip h2 {
  margin: 0;
  color: var(--mp-blue-deep);
  font-size: 1.35rem;
}

.cta-strip p {
  margin: 0.35rem 0 0;
  color: var(--mp-muted);
}

.cta-strip .phone {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--mp-blue-deep);
}

.cta-strip .phone a {
  color: inherit;
}

.cta-strip .phone a:hover {
  color: var(--mp-orange);
}


/* -------------------------------------------------------------------------
   Content panels / cards — clean hard-outlined rectangles
   (Craftworx Get-a-Quote philosophy: thick border, small radius, no clip-path.
    Vehicle silhouettes kept on CTA buttons only.)
   ------------------------------------------------------------------------- */
.panel,
.card,
.trust-item,
.form-panel,
.empty-state {
  position: relative;
  background: var(--mp-white);
  border: 3px solid var(--mp-blue-deep);
  border-radius: 2px;
  clip-path: none;
  overflow: visible;
  margin: 0;
  box-shadow: 6px 6px 0 var(--mp-orange);
  z-index: 1;
}

.panel::before,
.card::before,
.trust-item::before,
.form-panel::before,
.empty-state::before,
.panel::after,
.card::after,
.trust-item::after,
.form-panel::after,
.empty-state::after {
  content: none !important;
  display: none !important;
  clip-path: none;
}

/* Legacy .vehicle-* HTML classes kept on markup; shape is no longer applied. */

.card-grid > *,
.trust-row > *,
.split > *,
.contact-grid > *,
.hero-band .wrap > * {
  position: relative;
  z-index: 1;
}

.panel.orange-edge,
.card.orange-edge,
.trust-item.orange-edge {
  border-color: var(--mp-blue);
  box-shadow: 6px 6px 0 var(--mp-orange);
}

.panel.blue-edge,
.card.blue-edge,
.trust-item.blue-edge {
  border-color: var(--mp-orange);
  box-shadow: 6px 6px 0 var(--mp-blue-deep);
}

.empty-state {
  background: var(--mp-blue-soft);
  border-color: var(--mp-blue-deep);
  box-shadow: none;
  text-align: center;
  color: var(--mp-muted);
  padding: 2.25rem 1.5rem;
}

.empty-state strong {
  display: block;
  color: var(--mp-blue-deep);
  font-size: 1.15rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
}

/* - - - Contact form - - - */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 1.35rem 1.25rem;
  align-items: start;
}

.contact-card {
  color: var(--mp-white);
  background: var(--mp-blue-deep);
  border: 3px solid var(--mp-orange);
  border-radius: 2px;
  padding: 1.65rem 1.5rem;
  position: relative;
  clip-path: none;
  overflow: visible;
  margin: 0;
  box-shadow: 6px 6px 0 rgba(0, 51, 102, 0.35);
  z-index: 1;
}

.contact-card::before,
.contact-card::after {
  content: none !important;
  display: none !important;
}

.contact-card h2 {
  color: var(--mp-white);
  margin-top: 0;
}

.contact-card a {
  color: #ffd2b3;
}

.contact-card a:hover {
  color: var(--mp-white);
}

.contact-card .phone {
  font-size: 1.45rem;
  font-weight: 700;
  margin: 0.75rem 0;
}

.contact-card dl {
  margin: 1.25rem 0 0;
}

.contact-card dt {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  opacity: 0.75;
  margin-top: 0.85rem;
}

.contact-card dd {
  margin: 0.2rem 0 0;
}

.form-panel {
  padding: 1.65rem 1.5rem;
}

.form-panel h2 {
  margin-top: 0;
}

.form-row {
  margin-bottom: 1rem;
}

.form-row label {
  display: block;
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--mp-blue-deep);
  margin-bottom: 0.35rem;
}

.form-row input,
.form-row select,
.form-row textarea {
  width: 100%;
  padding: 0.65rem 0.75rem;
  border: 1px solid var(--mp-line);
  border-radius: 8px;
  clip-path: none;
  font: inherit;
  color: var(--mp-ink);
  background: #fff;
}

.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
  outline: 2px solid rgba(0, 76, 140, 0.35);
  border-color: var(--mp-blue);
}

.form-row textarea {
  min-height: 120px;
  resize: vertical;
}

.form-hint {
  font-size: 0.85rem;
  color: var(--mp-muted);
  margin: 0.5rem 0 0;
}

.prose {
  max-width: 42rem;
}

.prose p {
  color: var(--mp-muted);
}

.prose ul {
  color: var(--mp-muted);
  padding-left: 1.2rem;
}

.prose li {
  margin-bottom: 0.45rem;
}

.checklist {
  list-style: none;
  margin: 0;
  padding: 0;
}

.checklist li {
  position: relative;
  padding: 0.65rem 0 0.65rem 1.75rem;
  border-bottom: 1px solid var(--mp-line);
  color: var(--mp-muted);
}

.checklist li:last-child {
  border-bottom: none;
}

.checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1rem;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--mp-orange);
}

/* - - - Footer - - - */
.site-footer {
  background: var(--mp-blue-deep);
  color: #b8c9db;
  padding: 2.5rem 0 1.5rem;
  margin-top: 0;
  font-size: 0.92rem;
}

.site-footer a {
  color: #d6e6f5;
}

.site-footer a:hover {
  color: var(--mp-white);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 1.75rem;
  padding-bottom: 1.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-brand strong {
  display: block;
  color: var(--mp-white);
  font-size: 1.05rem;
  margin-bottom: 0.35rem;
}

.footer-brand .motto-line {
  color: var(--mp-orange);
  font-weight: 650;
  margin-bottom: 0.65rem;
}

.footer-col h3 {
  margin: 0 0 0.65rem;
  color: var(--mp-white);
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-col li {
  margin-bottom: 0.4rem;
}

.footer-bottom {
  padding-top: 1.25rem;
  text-align: center;
  font-size: 0.85rem;
  opacity: 0.9;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* - - - Responsive - - - */
@media (max-width: 860px) {
  .hero-band .wrap,
  .split,
  .contact-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .nav-toggle {
    display: inline-block;
  }

  .masthead nav {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.35rem;
    padding-top: 0.75rem;
  }

  .masthead nav.is-open {
    display: flex;
  }

  .masthead-inner {
    flex-wrap: wrap;
  }

  .masthead .nav-call {
    margin-top: 0.35rem;
  }
}

@media (max-width: 480px) {
  .brand-text strong {
    font-size: 0.92rem;
  }

  .cta-strip .phone {
    font-size: 1.25rem;
  }
}

/* Archive Layout A (kept for index-a / archive) */
.site-a .topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--mp-line);
}

.site-a .topbar nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1.1rem;
  font-weight: 600;
  font-size: 0.95rem;
}

.site-a .topbar nav a {
  color: var(--mp-ink);
}

.site-a .hero {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2.5rem;
  align-items: center;
  padding: 3rem 0 3.5rem;
}

.site-a .hero-copy .motto {
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  color: var(--mp-orange);
  font-weight: 650;
  margin: 0.75rem 0 1rem;
}

.site-a .hero-copy h1 {
  margin: 0.5rem 0 0;
  font-size: clamp(1.75rem, 3.2vw, 2.45rem);
  color: var(--mp-blue-deep);
  line-height: 1.2;
}

.site-a .hero-copy p {
  color: var(--mp-muted);
  margin: 1rem 0 1.5rem;
  max-width: 36rem;
}

.site-a .hero-logo {
  background: linear-gradient(160deg, var(--mp-blue-soft), #fff 55%);
  border: 1px solid var(--mp-line);
  border-radius: 20px;
  padding: 1.5rem;
  box-shadow: var(--mp-shadow);
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-a .hero-logo img {
  width: min(420px, 100%);
}

.site-a .area-box {
  background: var(--mp-blue-soft);
  border-radius: var(--mp-radius);
  padding: 1.5rem 1.75rem;
  border-left: 5px solid var(--mp-orange);
}

.site-a .contact-panel {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.5rem;
}

.site-a .contact-card {
  background: var(--mp-blue-deep);
  color: var(--mp-white);
  border-radius: var(--mp-radius);
  padding: 1.75rem;
}

.site-a .booking-stub {
  border: 2px dashed var(--mp-line);
  border-radius: var(--mp-radius);
  padding: 1.5rem;
  background: #fafbfc;
}

.site-a footer {
  border-top: 1px solid var(--mp-line);
  padding: 1.5rem 0 2rem;
  color: var(--mp-muted);
  font-size: 0.9rem;
}

@media (max-width: 800px) {
  .site-a .hero,
  .site-a .contact-panel {
    grid-template-columns: 1fr;
  }

  .site-a .topbar {
    flex-direction: column;
    align-items: flex-start;
  }
}


/* Centered spotlight panels (partner CTA + help/where blocks) */
.panel-center {
  text-align: center;
}

.panel-center .lede,
.panel-center > p {
  margin-left: auto;
  margin-right: auto;
  max-width: 42rem;
}

.panel-center .services-list {
  text-align: left;
  display: inline-block;
  max-width: 28rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.panel-center .area-map-stub {
  margin-left: auto;
  margin-right: auto;
}

.panel-center .btn {
  margin-left: auto;
  margin-right: auto;
}
