:root {
  --ink: #111214;
  --charcoal: #1b1d22;
  --muted: #69707a;
  --line: #d9dce2;
  --paper: #f7f3ec;
  --white: #ffffff;
  --gold: #c49a4b;
  --teal: #0d7377;
  --wine: #6f263d;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  letter-spacing: 0;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(18px, 5vw, 72px);
  background: rgba(17, 18, 20, 0.92);
  color: var(--white);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--ink);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
}

.nav-links a:hover,
.phone-pill:hover,
footer a:hover {
  color: var(--gold);
}

.phone-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 16px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 4px;
  font-weight: 700;
}

.hero {
  min-height: 720px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 430px);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  padding: 80px clamp(18px, 5vw, 72px) 48px;
  background:
    linear-gradient(100deg, rgba(17, 18, 20, 0.96), rgba(17, 18, 20, 0.72)),
    url("burman-suburban-suv.png") center / cover;
  color: var(--white);
}

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

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
  word-break: break-word;
}

h1 {
  margin: 0;
  max-width: 720px;
  font-size: clamp(48px, 8vw, 94px);
  line-height: 0.96;
}

.hero-copy {
  max-width: 620px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
}

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

.primary-button,
.secondary-button,
.booking-card button,
.final-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 4px;
  font-weight: 800;
}

.primary-button,
.booking-card button,
.final-cta a {
  background: var(--gold);
  color: var(--ink);
}

.secondary-button {
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: var(--white);
}

.booking-card {
  display: grid;
  gap: 14px;
  padding: 24px;
  background: var(--white);
  color: var(--ink);
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.35);
}

.booking-head p,
.booking-head strong {
  display: block;
  margin: 0;
}

.booking-head p {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.booking-head strong {
  margin-top: 4px;
  font-size: 26px;
}

label {
  display: grid;
  gap: 7px;
  color: var(--charcoal);
  font-size: 13px;
  font-weight: 800;
}

input,
select {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 0 12px;
  background: #fbfcfd;
  color: var(--ink);
  font: inherit;
}

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

.booking-card button {
  width: 100%;
  border: 0;
  cursor: pointer;
  font: inherit;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.form-note a {
  color: var(--teal);
  font-weight: 800;
}

.booking-line {
  margin: 0;
  padding: 22px clamp(18px, 5vw, 72px);
  background: var(--gold);
  color: var(--ink);
  text-align: center;
  font-size: clamp(20px, 3vw, 34px);
  font-weight: 800;
}

.service-section,
.about-section,
.fleet-section {
  padding: clamp(64px, 8vw, 112px) clamp(18px, 5vw, 72px);
}

.service-section {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  background: var(--white);
}

.service-image img,
.fleet-card img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 8px;
}

.service-copy h2,
.section-heading h2,
.about-intro h2,
.final-cta h2 {
  margin: 0;
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1.02;
}

.service-copy > p:not(.eyebrow),
.section-heading p,
.about-copy p,
.fleet-card p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

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

.stats-row span {
  min-height: 78px;
  display: flex;
  align-items: center;
  padding: 16px;
  border-left: 4px solid var(--teal);
  background: #eef7f6;
  font-weight: 800;
}

.fleet-section {
  background: var(--charcoal);
  color: var(--white);
}

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

.section-heading p {
  color: rgba(255, 255, 255, 0.72);
}

.fleet-card {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 28px;
  align-items: center;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.fleet-card h3 {
  margin: 0 0 12px;
  font-size: clamp(26px, 4vw, 44px);
}

.fleet-card a {
  color: var(--gold);
  font-weight: 800;
}

.about-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(28px, 5vw, 70px);
  background: var(--paper);
}

.about-copy {
  display: grid;
  gap: 12px;
}

.about-copy p {
  margin: 0;
}

.final-cta {
  padding: clamp(64px, 8vw, 100px) clamp(18px, 5vw, 72px);
  text-align: center;
  background: var(--wine);
  color: var(--white);
}

.final-cta a {
  margin-top: 24px;
  min-width: 230px;
  font-size: 20px;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 22px clamp(18px, 5vw, 72px);
  background: var(--ink);
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
}

footer span {
  font-weight: 800;
  color: var(--white);
}

@media (max-width: 900px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav-links {
    width: 100%;
    justify-content: space-between;
  }

  .phone-pill {
    width: 100%;
  }

  .hero,
  .service-section,
  .about-section,
  .fleet-card {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 54px;
  }
}

@media (max-width: 620px) {
  .nav-links {
    flex-wrap: wrap;
    gap: 14px;
  }

  .form-grid,
  .stats-row {
    grid-template-columns: 1fr;
  }

  .booking-card {
    padding: 18px;
  }

  .hero-actions a,
  .final-cta a {
    width: 100%;
  }

  footer {
    flex-direction: column;
  }
}