:root {
  --ink: #06120d;
  --green-950: #07140f;
  --green-900: #0a1b13;
  --green-850: #0d2419;
  --green-800: #102b1f;
  --green-700: #173d32;
  --gold: #d6b66f;
  --gold-soft: #ebd6a3;
  --ivory: #fff8ea;
  --parchment: #efe5d0;
  --muted: #c9bea8;
  --deep-text: #102219;
  --body-muted: #536358;
  --stone: #f5efe3;
  --stone-soft: #fffaf0;
  --sage: #e4ece3;
  --sage-line: rgba(16, 43, 31, 0.18);
  --line: rgba(214, 182, 111, 0.24);
  --line-soft: rgba(255, 248, 234, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 100%;
  min-height: 86px;
  padding: 20px 52px;
  background: linear-gradient(180deg, rgba(8, 26, 19, 0.9), rgba(8, 26, 19, 0.08));
  border-bottom: 1px solid transparent;
  transition:
    min-height 180ms ease,
    background 180ms ease,
    border-color 180ms ease;
}

.site-header.is-scrolled {
  min-height: 72px;
  background: rgba(10, 31, 23, 0.94);
  border-color: var(--line-soft);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 12px;
  color: var(--ivory);
  text-transform: uppercase;
}

.brand-mark {
  width: 28px;
  height: 46px;
  object-fit: contain;
}

.brand-wordmark {
  display: grid;
  gap: 2px;
  line-height: 1;
}

.brand-wordmark span {
  color: var(--ivory);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.brand-wordmark small {
  color: var(--gold);
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.32em;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.site-nav a,
.nav-action {
  transition:
    color 160ms ease,
    border-color 160ms ease,
    background 160ms ease;
}

.site-nav a:hover,
.nav-action:hover {
  color: var(--ivory);
}

.nav-action {
  justify-self: end;
  min-width: 110px;
  padding: 12px 16px;
  border: 1px solid var(--line);
  color: var(--gold-soft);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-align: center;
  text-transform: uppercase;
}

.nav-action:hover {
  background: rgba(214, 182, 111, 0.1);
}

.hero {
  position: relative;
  display: grid;
  min-height: 760px;
  overflow: hidden;
  isolation: isolate;
}

.hero::before {
  position: absolute;
  inset: 92px 38px 38px;
  z-index: 0;
  border: 1px solid rgba(214, 182, 111, 0.42);
  content: "";
  pointer-events: none;
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  z-index: -2;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.88) contrast(1.03) brightness(0.92);
}

.hero-overlay {
  z-index: -1;
  background:
    radial-gradient(circle at 65% 44%, rgba(214, 182, 111, 0.14), transparent 34%),
    linear-gradient(90deg, rgba(6, 18, 13, 0.86) 0%, rgba(6, 18, 13, 0.68) 42%, rgba(6, 18, 13, 0.2) 100%),
    linear-gradient(180deg, rgba(6, 18, 13, 0.12) 0%, rgba(6, 18, 13, 0.74) 100%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(720px, 100%);
  align-self: center;
  padding: 118px 0 150px 76px;
}

.hero-brand-lockup {
  margin-bottom: 36px;
}

.hero-monogram {
  width: 72px;
  height: 124px;
  margin-bottom: 28px;
  object-fit: contain;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

h1 {
  margin: 0;
  color: var(--gold);
  line-height: 0.96;
  text-transform: uppercase;
}

h1 span,
h1 small {
  display: block;
}

h1 span {
  font-size: 5.9rem;
  letter-spacing: 0.18em;
}

h1 small {
  margin-top: 22px;
  color: var(--gold-soft);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.64em;
}

h2 {
  margin-bottom: 24px;
  color: var(--ivory);
  font-size: 4.35rem;
  line-height: 1.02;
}

h3 {
  margin-bottom: 8px;
  color: var(--ivory);
  font-size: 2rem;
  line-height: 1.15;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.hero-copy {
  width: min(560px, 100%);
  margin-bottom: 34px;
  color: var(--parchment);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  line-height: 1.42;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border: 1px solid transparent;
  border-radius: 0;
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-align: center;
  text-transform: uppercase;
  transition:
    transform 160ms ease,
    background 160ms ease,
    border-color 160ms ease,
    color 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  background: var(--gold);
  color: #161006;
}

.button-primary:hover {
  background: var(--gold-soft);
}

.button-secondary {
  border-color: rgba(255, 248, 234, 0.3);
  color: var(--ivory);
}

.button-secondary:hover {
  border-color: var(--gold);
  background: rgba(214, 182, 111, 0.08);
}

.hero-signature {
  position: absolute;
  right: 52px;
  bottom: 54px;
  left: 52px;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
}

.hero-signature span {
  padding-top: 20px;
  color: rgba(255, 248, 234, 0.78);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-align: center;
  text-transform: uppercase;
}

.section {
  padding: 118px 52px;
}

.section-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.promise-section {
  padding: 82px 52px;
  background:
    linear-gradient(90deg, rgba(214, 182, 111, 0.18), transparent 46%),
    var(--sage);
  border-top: 1px solid var(--sage-line);
  border-bottom: 1px solid var(--sage-line);
}

.promise-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.46fr) minmax(0, 0.86fr);
  gap: 70px;
  align-items: center;
}

.promise-layout h2 {
  margin-bottom: 0;
  color: var(--deep-text);
  font-size: 3.2rem;
}

.promise-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(16, 43, 31, 0.16);
}

.promise-grid article {
  min-height: 138px;
  padding: 24px 20px;
  background: rgba(255, 250, 240, 0.86);
}

.promise-grid strong,
.promise-grid span {
  display: block;
}

.promise-grid strong {
  margin-bottom: 28px;
  color: #ad8744;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.08rem;
  font-weight: 400;
  line-height: 1;
}

.promise-grid span {
  color: var(--body-muted);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.intro-section {
  background:
    linear-gradient(90deg, rgba(214, 182, 111, 0.1), transparent 46%),
    var(--green-800);
  border-top: 1px solid var(--line-soft);
}

.intro-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.54fr) minmax(0, 0.82fr);
  gap: 86px;
  align-items: center;
}

.intro-brand-panel {
  position: relative;
  min-height: 520px;
  border: 1px solid rgba(214, 182, 111, 0.52);
  background: #123427;
  overflow: hidden;
}

.intro-brand-panel::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(7, 20, 15, 0.08), rgba(7, 20, 15, 0.42)),
    linear-gradient(90deg, rgba(7, 20, 15, 0.46), rgba(7, 20, 15, 0.1) 58%, rgba(7, 20, 15, 0.3));
  content: "";
  pointer-events: none;
}

.intro-brand-panel::after {
  position: absolute;
  inset: 15px;
  z-index: 3;
  border: 1px solid rgba(214, 182, 111, 0.34);
  content: "";
  pointer-events: none;
}

.intro-panel-photo {
  width: 100%;
  height: 100%;
}

.intro-panel-photo {
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: 64% center;
  filter: saturate(0.88) contrast(1.05) brightness(0.82);
  transform: scale(1.04);
}

.intro-brand-panel .intro-panel-seal {
  position: absolute;
  top: 32px;
  left: 32px;
  z-index: 2;
  width: 64px;
  height: 112px;
  object-fit: contain;
  filter: drop-shadow(0 14px 30px rgba(0, 0, 0, 0.36));
}

.intro-copy p {
  max-width: 660px;
  margin-bottom: 0;
  color: rgba(255, 248, 234, 0.78);
  font-size: 1.12rem;
}

.assurance-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  max-width: 560px;
  margin-top: 38px;
  background: var(--line);
}

.assurance-row span {
  padding: 18px 12px;
  background: rgba(6, 18, 13, 0.34);
  color: var(--gold-soft);
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.22em;
  text-align: center;
  text-transform: uppercase;
}

.services-section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.3), transparent 38%),
    var(--stone);
  color: var(--deep-text);
}

.services-section h2,
.services-section h3 {
  color: var(--deep-text);
}

.services-section .eyebrow {
  color: #ad8744;
}

.section-heading {
  max-width: 920px;
  margin-bottom: 56px;
}

.service-grid {
  display: grid;
  border-top: 1px solid var(--sage-line);
}

.service-card {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr) auto;
  gap: 36px;
  align-items: center;
  min-height: 168px;
  padding: 34px 0;
  border-bottom: 1px solid var(--sage-line);
}

.service-number {
  color: #ad8744;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.36rem;
}

.service-card p {
  max-width: 650px;
  margin-bottom: 0;
  color: var(--body-muted);
}

.service-card a {
  padding-bottom: 7px;
  border-bottom: 1px solid #ad8744;
  color: var(--green-700);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.fleet-section {
  background:
    linear-gradient(180deg, rgba(255, 250, 240, 0.68), transparent 54%),
    var(--sage);
  color: var(--deep-text);
}

.fleet-section h2,
.fleet-section h3 {
  color: var(--deep-text);
}

.fleet-section .eyebrow {
  color: #ad8744;
}

.fleet-layout {
  display: grid;
  gap: 58px;
}

.fleet-copy p,
.booking-copy p {
  max-width: 650px;
  color: var(--body-muted);
  font-size: 1.1rem;
}

.fleet-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(16, 43, 31, 0.18);
  border: 1px solid rgba(16, 43, 31, 0.16);
  box-shadow: 0 28px 70px rgba(16, 34, 25, 0.12);
}

.fleet-card {
  display: grid;
  min-height: 420px;
  align-content: start;
  padding: 0 0 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.58), transparent 48%),
    var(--stone-soft);
  overflow: hidden;
}

.fleet-image {
  position: relative;
  height: 232px;
  margin: 0 0 26px;
  overflow: hidden;
  background: #efe7d8;
}

.fleet-image::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), transparent 56%, rgba(16, 43, 31, 0.08) 100%),
    linear-gradient(90deg, rgba(16, 43, 31, 0.04), transparent 44%, rgba(16, 43, 31, 0.04));
  content: "";
  pointer-events: none;
}

.fleet-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  filter: saturate(1) contrast(1.01) brightness(1.02);
  transform: scale(var(--fleet-image-scale, 1));
  transform-origin: var(--fleet-image-origin, center);
}

.fleet-image--eqe img {
  --fleet-image-scale: 0.96;
  --fleet-image-origin: 54% 52%;
  object-position: 54% 52%;
}

.fleet-image--s-class img {
  --fleet-image-scale: 0.96;
  --fleet-image-origin: 55% 52%;
  object-position: 55% 52%;
}

.fleet-image--range-rover img {
  --fleet-image-scale: 0.96;
  --fleet-image-origin: 52% 52%;
  object-position: 52% 52%;
}

.fleet-image--v-class img {
  --fleet-image-scale: 0.96;
  --fleet-image-origin: 57% 52%;
  object-position: 57% 52%;
}

.fleet-tier {
  margin: 0 26px 22px;
  color: #ad8744;
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.fleet-card h3 {
  margin-right: 26px;
  margin-bottom: 18px;
  margin-left: 26px;
}

.fleet-card p:not(.fleet-tier) {
  margin-right: 26px;
  margin-bottom: 26px;
  margin-left: 26px;
  color: var(--body-muted);
}

.fleet-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-right: 26px;
  margin-top: auto;
  margin-bottom: 30px;
  margin-left: 26px;
}

.fleet-meta span {
  padding: 7px 9px;
  border: 1px solid rgba(16, 43, 31, 0.16);
  color: #5a665d;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.fleet-card a {
  width: fit-content;
  margin-left: 26px;
  padding-bottom: 7px;
  border-bottom: 1px solid #ad8744;
  color: var(--green-700);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.booking-section {
  background:
    linear-gradient(180deg, rgba(255, 248, 234, 0.12), transparent 38%),
    var(--green-700);
}

.booking-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.76fr) minmax(360px, 0.7fr);
  gap: 92px;
  align-items: start;
}

.booking-copy {
  position: sticky;
  top: 112px;
}

.booking-section .booking-copy p:not(.eyebrow) {
  color: rgba(255, 248, 234, 0.78);
}

.booking-section .eyebrow {
  color: var(--gold);
}

.booking-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.booking-points span {
  padding: 10px 13px;
  border: 1px solid rgba(255, 248, 234, 0.22);
  color: var(--gold-soft);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.booking-form {
  display: grid;
  gap: 18px;
  padding: 38px;
  border: 1px solid var(--line);
  background: rgba(255, 248, 234, 0.1);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(12px);
}

.booking-form label {
  display: grid;
  gap: 9px;
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

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

input,
select,
textarea {
  width: 100%;
  min-height: 52px;
  border: 0;
  border-bottom: 1px solid rgba(255, 248, 234, 0.24);
  border-radius: 0;
  background: rgba(255, 248, 234, 0.09);
  color: var(--ivory);
  font: inherit;
  letter-spacing: 0;
  outline: none;
  padding: 13px 14px;
  transition:
    border-color 160ms ease,
    background 160ms ease;
}

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

input::placeholder,
textarea::placeholder {
  color: rgba(255, 248, 234, 0.38);
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--gold);
  background: rgba(255, 248, 234, 0.14);
}

.form-submit {
  width: 100%;
  margin-top: 8px;
  cursor: pointer;
}

.contact-section {
  background:
    linear-gradient(90deg, rgba(214, 182, 111, 0.12), transparent 46%),
    var(--green-850);
  border-top: 1px solid var(--line-soft);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: end;
}

.contact-layout h2 {
  max-width: 780px;
  margin-bottom: 0;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 30px 52px;
  border-top: 1px solid var(--line-soft);
  background: #0a1b13;
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

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

  .site-nav {
    display: none;
  }

  .hero {
    min-height: 830px;
  }

  .hero::before {
    inset: 86px 18px 34px;
  }

  .hero-content {
    padding: 112px 28px 170px;
  }

  h1 span {
    font-size: 4.6rem;
  }

  h1 small {
    font-size: 0.86rem;
  }

  h2 {
    font-size: 3.4rem;
  }

  .hero-signature {
    right: 28px;
    bottom: 42px;
    left: 28px;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 16px;
  }

  .intro-layout,
  .fleet-layout,
  .promise-layout,
  .booking-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .booking-copy {
    position: static;
  }

  .service-card {
    grid-template-columns: 70px minmax(0, 1fr);
  }

  .service-card a {
    grid-column: 2;
    width: fit-content;
  }

  .promise-grid,
  .fleet-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

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

  .brand {
    gap: 9px;
  }

  .brand-mark {
    width: 24px;
    height: 36px;
  }

  .brand-wordmark span {
    font-size: 0.66rem;
  }

  .brand-wordmark small {
    font-size: 0.48rem;
  }

  .nav-action {
    min-width: auto;
    padding: 10px 12px;
    font-size: 0.66rem;
  }

  .hero {
    min-height: 812px;
  }

  .hero-image {
    object-position: 62% center;
  }

  .hero-content {
    padding: 96px 18px 164px;
  }

  .hero-monogram {
    width: 54px;
    height: 80px;
    margin-bottom: 20px;
  }

  h1 span {
    font-size: 3.05rem;
    letter-spacing: 0.12em;
  }

  h1 small {
    margin-top: 14px;
    font-size: 0.72rem;
    letter-spacing: 0.34em;
  }

  h2 {
    font-size: 2.54rem;
  }

  h3 {
    font-size: 1.66rem;
  }

  .hero-copy {
    font-size: 1.12rem;
    line-height: 1.48;
  }

  .hero-actions,
  .contact-actions {
    width: 100%;
  }

  .hero-actions .button,
  .contact-actions .button {
    width: 100%;
  }

  .hero-signature {
    right: 18px;
    left: 18px;
  }

  .hero-signature span {
    font-size: 0.58rem;
    letter-spacing: 0.13em;
  }

  .section {
    padding: 76px 18px;
  }

  .promise-section {
    padding: 64px 18px;
  }

  .promise-layout h2 {
    font-size: 2.38rem;
  }

  .promise-grid,
  .fleet-cards {
    grid-template-columns: 1fr;
  }

  .intro-layout,
  .fleet-layout,
  .booking-layout {
    gap: 42px;
  }

  .intro-brand-panel {
    min-height: 320px;
  }

  .intro-brand-panel .intro-panel-seal {
    top: 22px;
    left: 22px;
    width: 46px;
    height: 80px;
  }

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

  .service-card {
    grid-template-columns: 1fr;
    gap: 18px;
    min-height: 0;
    padding: 28px 0;
  }

  .service-card a {
    grid-column: auto;
  }

  .fleet-card {
    min-height: 0;
    padding-bottom: 26px;
  }

  .fleet-image {
    height: 230px;
  }

  .booking-form {
    padding: 24px 18px;
  }

  .site-footer {
    flex-direction: column;
    padding: 28px 18px;
  }
}
