:root {
  --ink: #111417;
  --muted: #64717d;
  --paper: #f7f4ef;
  --surface: #ffffff;
  --line: #dfe3e6;
  --pine: #173d35;
  --teal: #1f7a71;
  --sun: #e6b450;
  --clay: #b65b3a;
  --shadow: 0 18px 60px rgba(17, 20, 23, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-padding-top: 150px;
}

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

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

a {
  color: inherit;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 52px);
  color: #fff;
  transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.site-header.scrolled,
.site-header.solid {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 30px rgba(17, 20, 23, 0.08);
  backdrop-filter: blur(18px);
}

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

.brand-mark {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: contain;
  background: #fff;
  box-shadow: 0 6px 18px rgba(17, 20, 23, 0.14);
}

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

.brand small {
  color: currentColor;
  opacity: 0.74;
  font-size: 0.76rem;
}

.nav {
  display: flex;
  justify-content: center;
  gap: clamp(14px, 3vw, 34px);
  font-weight: 700;
  font-size: 0.94rem;
}

.nav a,
.footer a,
.section-heading a,
.card-actions a {
  text-decoration: none;
}

.nav a:hover,
.footer a:hover,
.section-heading a:hover,
.card-actions a:hover {
  color: var(--teal);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.button-primary {
  background: var(--sun);
  color: var(--ink);
}

.button-dark {
  background: var(--ink);
  color: #fff;
}

.button-light {
  border-color: rgba(255, 255, 255, 0.72);
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.site-header.scrolled .button-dark,
.site-header.solid .button-dark {
  background: var(--pine);
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: #fff;
}

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

.hero-slides img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 900ms ease, transform 4000ms ease;
}

.hero-slides img.active {
  opacity: 1;
  transform: scale(1);
}

.hero-overlay {
  background: linear-gradient(90deg, rgba(10, 17, 18, 0.8), rgba(10, 17, 18, 0.42) 48%, rgba(10, 17, 18, 0.16)), linear-gradient(0deg, rgba(10, 17, 18, 0.72), rgba(10, 17, 18, 0.02) 48%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(860px, calc(100% - 36px));
  margin: 0 clamp(18px, 6vw, 84px) 9vh;
  padding-top: 130px;
}

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

.hero .eyebrow,
.page-hero .eyebrow,
.cta-band .eyebrow {
  color: var(--sun);
}

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

h1 {
  margin: 0;
  max-width: 780px;
  font-size: clamp(2.55rem, 6vw, 5.45rem);
  line-height: 0.94;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  font-size: 1.15rem;
}

.hero-copy {
  max-width: 680px;
  margin: 24px 0 0;
  font-size: clamp(1.05rem, 2vw, 1.32rem);
}

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

.trust-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
}

.trust-band div {
  padding: 28px clamp(18px, 4vw, 42px);
  background: #fff;
}

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

.trust-band span {
  margin-top: 6px;
  color: var(--muted);
}

.section {
  padding: clamp(64px, 9vw, 120px) clamp(18px, 5vw, 72px);
}

.section[id] {
  scroll-margin-top: 150px;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(32px, 6vw, 80px);
  align-items: start;
}

.section-copy {
  position: sticky;
  top: 108px;
}

.section-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.05rem;
}

.fleet-grid,
.review-stack {
  display: grid;
  gap: 18px;
}

.vehicle-card,
.guide-card,
.blog-card,
.review-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(17, 20, 23, 0.06);
}

.vehicle-card {
  display: grid;
  grid-template-columns: 190px 1fr;
}

.vehicle-photo {
  display: block;
  min-height: 190px;
  color: inherit;
  background: #0f1413;
}

.vehicle-card img {
  width: 100%;
  height: 100%;
  min-height: 190px;
  object-fit: cover;
  transition: transform 180ms ease;
}

.vehicle-card:hover img {
  transform: scale(1.035);
}

.vehicle-card div,
.guide-card div,
.blog-card div {
  padding: 22px;
}

.vehicle-card span,
.guide-card span,
.blog-card span {
  display: block;
  margin-bottom: 8px;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.vehicle-card p,
.guide-card p,
.blog-card p {
  color: var(--muted);
}

.vehicle-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 18px;
  padding: 0;
  list-style: none;
}

.vehicle-specs li {
  padding: 7px 10px;
  border-radius: 8px;
  color: var(--ink);
  background: #eef2f1;
  font-size: 0.84rem;
  font-weight: 800;
}

.vehicle-link {
  color: var(--teal);
  font-weight: 900;
  text-decoration: none;
}

.vehicle-link:hover {
  color: var(--clay);
}

.guide-preview {
  background: #fff;
}

.section-heading {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 30px;
}

.section-heading h2 {
  max-width: 760px;
}

.section-heading a {
  font-weight: 900;
  color: var(--teal);
}

.guide-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 18px;
}

.guide-card.large {
  grid-row: span 2;
}

.guide-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.guide-card.large img {
  height: 520px;
}

.reviews {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(360px, 1.15fr);
  gap: clamp(28px, 5vw, 70px);
  background: #fff;
}

.review-card {
  padding: 24px;
}

.review-top {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.guest-avatar {
  position: relative;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--teal), var(--clay));
  font-weight: 900;
  font-size: 1.1rem;
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.78);
}

.guest-avatar::before {
  content: "";
  position: absolute;
  top: 14px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.34);
}

.guest-avatar::after {
  content: "";
  position: absolute;
  bottom: 10px;
  width: 30px;
  height: 16px;
  border-radius: 18px 18px 8px 8px;
  background: rgba(255, 255, 255, 0.28);
}

.stars {
  color: #5941f2;
  font-size: 1.18rem;
  line-height: 1;
  letter-spacing: 0;
}

.review-top strong,
.review-top small {
  display: inline-block;
  margin-top: 8px;
}

.review-top small {
  margin-left: 6px;
  color: var(--muted);
}

.review-card p {
  margin: 0;
  color: var(--ink);
  font-size: 1.05rem;
}

.cta-band {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  padding: clamp(48px, 7vw, 78px) clamp(18px, 5vw, 72px);
  color: #fff;
  background: linear-gradient(120deg, var(--pine), #1d5f58 58%, var(--clay));
}

.cta-band h2 {
  max-width: 800px;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 28px clamp(18px, 5vw, 72px);
  color: #d9e4e1;
  background: var(--ink);
}

.footer p {
  max-width: 760px;
  margin: 0;
}

.footer-copy {
  display: grid;
  gap: 8px;
}

.designer-credit {
  color: rgba(217, 228, 225, 0.72);
  font-size: 0.92rem;
}

.footer > div:not(.footer-copy) {
  display: flex;
  gap: 18px;
  font-weight: 800;
}

.footer-copy p {
  font-weight: 400;
}

.page-hero {
  position: relative;
  min-height: 68vh;
  display: grid;
  align-items: end;
  padding: 140px clamp(18px, 5vw, 72px) 64px;
  overflow: hidden;
  color: #fff;
}

.page-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(10, 17, 18, 0.78), rgba(10, 17, 18, 0.28));
}

.page-hero div {
  position: relative;
  z-index: 1;
  max-width: 860px;
}

.page-hero p:not(.eyebrow) {
  max-width: 680px;
  font-size: 1.2rem;
}

.filter-panel {
  padding-top: 34px;
  padding-bottom: 0;
}

.filter-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.filter-buttons button {
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.filter-buttons button.active {
  background: var(--pine);
  color: #fff;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding-top: 28px;
}

.blog-card {
  display: grid;
  grid-template-rows: 220px 1fr;
}

.blog-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.card-actions a {
  color: var(--teal);
  font-weight: 900;
}

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

  .nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .trust-band,
  .split,
  .guide-grid,
  .reviews,
  .blog-grid,
  .blog-grid {
    grid-template-columns: 1fr;
  }

  .section-copy {
    position: static;
  }

  .guide-card.large img {
    height: 300px;
  }

}

@media (max-width: 640px) {
  .site-header {
    padding: 14px 16px;
  }

  .site-header > .button {
    display: none;
  }

  .brand-mark {
    width: 44px;
    height: 44px;
  }

  .hero {
    min-height: 88vh;
  }

  .hero-content {
    width: calc(100% - 32px);
    margin: 0 16px 54px;
  }

  .vehicle-card {
    grid-template-columns: 1fr;
  }

  .vehicle-card img {
    height: 220px;
  }

  .section-heading,
  .cta-band,
  .footer {
    display: block;
  }

  .section-heading a,
  .cta-band .button,
  .footer > div:not(.footer-copy) {
    margin-top: 18px;
  }

  .footer > div:not(.footer-copy) {
    display: flex;
  }
}
