:root {
  color-scheme: dark;
  --ink: #f7f3ec;
  --muted: #c7c0b5;
  --soft: rgba(255, 255, 255, 0.1);
  --line: rgba(255, 255, 255, 0.16);
  --black: #070707;
  --panel: #111111;
  --gold: #c7a45a;
  --gold-bright: #e4c775;
  --green: #2f6f64;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

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

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

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

.site-header {
  position: fixed;
  z-index: 40;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 14px;
  min-height: 92px;
  padding: 10px clamp(18px, 4vw, 56px);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}

.site-header.scrolled {
  background: rgba(8, 8, 8, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  width: clamp(92px, 9vw, 122px);
}

.brand-logo,
.footer-logo {
  width: 100%;
  height: auto;
  filter: invert(1);
}

.nav {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  color: var(--muted);
  font-size: 14px;
}

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

.header-action,
.primary-action,
.secondary-action,
.quote-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid transparent;
  font-weight: 750;
  white-space: nowrap;
  transition:
    background 240ms ease,
    border-color 240ms ease,
    color 240ms ease,
    box-shadow 320ms ease,
    transform 320ms cubic-bezier(0.18, 0.82, 0.22, 1);
}

.header-action,
.primary-action,
.quote-button {
  background: var(--gold);
  color: #111;
}

.secondary-action {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.06);
}

.header-action:hover,
.primary-action:hover,
.quote-button:hover,
.secondary-action:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  background: rgba(0, 0, 0, 0.35);
  padding: 11px;
}

.menu-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--white);
}

.hero {
  position: relative;
  min-height: 96svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  contain: paint;
  isolation: isolate;
}

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

.hero-media {
  z-index: -2;
  overflow: hidden;
}

.hero-image {
  position: absolute;
  display: block;
  object-fit: cover;
}

.hero-slide {
  inset: 0;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  filter: brightness(1.04) contrast(1.02) saturate(0.98);
  opacity: 0;
  transform: scale(1.01);
  transform-origin: center top;
  animation: heroSlideShow 18s ease-in-out infinite;
}

.hero-slide-one {
  object-position: center top;
  animation-delay: 0s;
}

.hero-slide-two {
  object-position: center;
  animation-delay: 6s;
}

.hero-slide-three {
  object-position: center;
  animation-delay: 12s;
}

.hero-overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.28) 48%, rgba(0, 0, 0, 0.06)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.52));
}

.hero-content {
  position: relative;
  z-index: 1;
  justify-self: center;
  width: calc(100% - 36px);
  max-width: 1180px;
  min-width: 0;
  margin: 0 auto;
  padding: 150px 0 64px;
}

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

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

h1 {
  width: 100%;
  max-width: 660px;
  margin-bottom: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 5.4vw, 70px);
  line-height: 1;
  font-weight: 500;
}

.hero-copy {
  width: 100%;
  max-width: 560px;
  margin-bottom: 20px;
  color: var(--muted);
  font-size: clamp(15px, 1.35vw, 18px);
}

.hero-service-marquee {
  width: 100%;
  max-width: 680px;
  margin-bottom: 28px;
  overflow: hidden;
  contain: paint;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
}

.hero-service-track {
  display: flex;
  width: max-content;
  gap: 16px;
  padding: 11px 0;
  animation: serviceMarquee 26s linear infinite;
}

.hero-service-track span {
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
}

.hero-service-track span::after {
  content: "/";
  margin-left: 16px;
  color: var(--gold-bright);
}

.booking-panel {
  display: grid;
  grid-template-columns: 1fr 1fr 0.72fr 0.62fr auto;
  gap: 12px;
  width: 100%;
  max-width: 1060px;
  min-width: 0;
  padding: 14px;
  background: rgba(9, 9, 9, 0.86);
  border: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.booking-panel label {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.booking-panel span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.booking-panel input,
.booking-panel select {
  width: 100%;
  min-width: 0;
  min-height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  color: var(--ink);
  padding: 0 12px;
  font: inherit;
}

.booking-panel select option {
  background: #111;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #0d0d0d;
}

.trust-strip div {
  padding: 26px clamp(18px, 4vw, 56px);
  border-right: 1px solid var(--line);
}

.trust-strip div:last-child {
  border-right: 0;
}

.trust-strip strong {
  display: block;
  color: var(--gold-bright);
  font-size: 26px;
}

.trust-strip span {
  color: var(--muted);
  font-size: 14px;
}

.section,
.chauffeur-showcase,
.fleet-band,
.about-band,
.cta-section,
.site-footer {
  padding: clamp(70px, 8vw, 120px) clamp(18px, 4vw, 56px);
}

.section-heading {
  width: min(680px, 100%);
  margin-bottom: 34px;
}

h2 {
  margin-bottom: 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.08;
  font-weight: 500;
}

h3 {
  margin-bottom: 12px;
  font-size: 20px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.service-card {
  position: relative;
  display: grid;
  align-content: end;
  min-height: 220px;
  padding: 24px;
  border: 0;
  background: #101010;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
  overflow: hidden;
  transition:
    background 260ms ease,
    border-color 260ms ease,
    color 260ms ease;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 4px;
  background: var(--gold-bright);
  opacity: 0;
  transform: scaleX(0.18);
  transform-origin: left;
  transition:
    opacity 240ms ease,
    transform 360ms cubic-bezier(0.16, 1, 0.3, 1);
}

.service-card:hover,
.service-card:focus-visible,
.service-card.is-active {
  background: #151515;
  color: var(--ink);
}

.service-card:focus-visible {
  outline: 2px solid var(--gold-bright);
  outline-offset: -2px;
}

.service-card:hover::before,
.service-card:focus-visible::before,
.service-card.is-active::before {
  opacity: 1;
  transform: scaleX(1);
}

.service-card h3 {
  margin: 0;
  font-size: 18px;
}

.service-detail-panel {
  margin-top: 18px;
  border: 1px solid var(--line);
  background: #0b0b0b;
  overflow: hidden;
}

.service-detail {
  display: grid;
  grid-template-columns: minmax(280px, 1.1fr) minmax(260px, 0.9fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
  padding: clamp(18px, 3vw, 34px);
}

.service-detail[hidden] {
  display: none;
}

.service-detail.is-active {
  animation: detailRise 720ms cubic-bezier(0.18, 0.82, 0.22, 1) both;
}

.service-detail-images {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #171717;
}

.service-detail-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-detail-gallery {
  display: grid;
  grid-template-columns: 1.15fr 0.9fr 0.9fr;
  gap: 1px;
  background: var(--line);
}

.service-detail-gallery img {
  min-width: 0;
}

.service-detail-copy {
  max-width: 520px;
}

.service-detail-copy h3 {
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.15;
}

.service-detail-copy p:last-child {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.7;
}

.service-detail p,
.chauffeur-copy p,
.fleet-copy p,
.steps p,
.cta-section p,
.site-footer p {
  color: var(--muted);
}

.chauffeur-showcase {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(280px, 1.1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  background: #0a0a0a;
  border-top: 1px solid var(--line);
}

.chauffeur-image {
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: #151515;
}

.chauffeur-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.chauffeur-copy {
  width: min(620px, 100%);
}

.feature-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.feature-list span {
  padding: 10px 12px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.06);
  color: var(--ink);
  font-size: 14px;
  font-weight: 750;
}

.fleet-band {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) 1.25fr;
  gap: 44px;
  align-items: center;
  background: #ece7df;
  color: #101010;
}

.fleet-band .eyebrow {
  color: var(--green);
}

.fleet-copy p {
  color: #4d4a45;
}

.fleet-showcase {
  display: grid;
  gap: 16px;
}

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

.fleet-grid article,
.fleet-detail-gallery article {
  position: relative;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background: #222;
}

.fleet-grid img,
.fleet-detail-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fleet-v-class img,
.fleet-detail-gallery img {
  object-position: center;
}

.fleet-detail-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.fleet-grid span,
.fleet-detail-gallery span {
  position: absolute;
  left: 18px;
  bottom: 18px;
  padding: 8px 12px;
  background: rgba(0, 0, 0, 0.72);
  color: var(--ink);
  font-weight: 800;
  z-index: 3;
}

.fleet-detail-gallery span {
  left: 10px;
  bottom: 10px;
  padding: 7px 9px;
  font-size: 12px;
}

.split {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 44px;
}

.steps {
  display: grid;
  gap: 0;
}

.steps article {
  display: grid;
  gap: 8px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.steps h3 {
  margin: 0;
  line-height: 1.2;
}

.steps p {
  max-width: 680px;
  margin: 0;
  line-height: 1.7;
}

.about-band {
  display: grid;
  grid-template-columns: minmax(280px, 1.05fr) minmax(260px, 0.95fr);
  gap: clamp(30px, 6vw, 80px);
  align-items: center;
  background: #f4efe6;
  color: #101010;
}

.about-band .eyebrow {
  color: var(--green);
}

.about-copy {
  max-width: 760px;
}

.about-copy p {
  color: #4d4a45;
  font-size: 17px;
}

.about-points {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: rgba(0, 0, 0, 0.14);
  border: 1px solid rgba(0, 0, 0, 0.14);
}

.about-points span {
  min-height: 132px;
  display: flex;
  align-items: flex-end;
  padding: 22px;
  background: #fffaf2;
  color: #101010;
  font-weight: 850;
  line-height: 1.25;
}

.cta-section {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 28px;
  background: linear-gradient(135deg, #101010, #1a1710);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.contact-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.site-footer {
  display: grid;
  grid-template-columns: 1.1fr 0.7fr 1.2fr;
  gap: 24px;
  padding-top: 36px;
  padding-bottom: 36px;
  background: #070707;
}

.footer-links {
  display: grid;
  align-content: start;
  gap: 10px;
  color: var(--muted);
}

.footer-logo {
  width: 92px;
  margin-bottom: 14px;
}

.social-links {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid var(--line);
  color: var(--ink);
}

.social-links svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

.social-links a:hover {
  border-color: var(--gold-bright);
  color: var(--gold-bright);
}

.footer-contact {
  display: grid;
  gap: 9px;
  margin: 0;
  color: var(--muted);
  font-style: normal;
  overflow-wrap: anywhere;
}

.footer-contact a {
  color: var(--ink);
}

.footer-credit {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 18px clamp(18px, 4vw, 56px) 24px;
  border-top: 1px solid var(--line);
  background: #000;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
}

.footer-credit a {
  color: inherit;
}

.footer-credit .designer-credit {
  font-weight: inherit;
}

.floating-quote-tab {
  position: fixed;
  z-index: 35;
  right: clamp(14px, 2vw, 28px);
  bottom: clamp(16px, 3vw, 30px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  background: var(--gold);
  color: #101010;
  font-weight: 900;
  box-shadow: 0 22px 64px rgba(0, 0, 0, 0.38);
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, 150%, 0) scale(0.96);
  transition:
    opacity 420ms ease,
    transform 680ms cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 320ms ease;
}

.floating-quote-tab.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0) scale(1);
  animation: bookNowSettle 620ms cubic-bezier(0.16, 1, 0.3, 1) 1;
}

.floating-quote-tab:hover {
  transform: translate3d(0, -4px, 0) scale(1.02);
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.44);
}

.reveal {
  opacity: 0;
  filter: blur(8px);
  transform: translate3d(0, 58px, 0);
  transition:
    filter 900ms ease,
    opacity 860ms ease,
    transform 980ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.reveal.in-view {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0);
}

.kinetic-title {
  overflow: hidden;
}

.kinetic-title span {
  display: block;
  opacity: 0;
  transform: translate3d(0, 118%, 0);
  transition:
    opacity 620ms ease,
    transform 1150ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: calc(var(--reveal-delay, 0ms) + 80ms);
}

.kinetic-title span + span {
  transition-delay: calc(var(--reveal-delay, 0ms) + 190ms);
}

.kinetic-title.in-view span {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.hero .eyebrow {
  --reveal-delay: 70ms;
}

.hero .kinetic-title {
  --reveal-delay: 150ms;
}

.hero-copy {
  --reveal-delay: 310ms;
}

.hero-service-marquee {
  --reveal-delay: 420ms;
}

.booking-panel {
  --reveal-delay: 520ms;
}

.trust-strip .reveal:nth-child(2),
.service-grid .reveal:nth-child(2),
.steps .reveal:nth-child(2) {
  --reveal-delay: 100ms;
}

.trust-strip .reveal:nth-child(3),
.service-grid .reveal:nth-child(3),
.steps .reveal:nth-child(3) {
  --reveal-delay: 180ms;
}

.trust-strip .reveal:nth-child(4),
.service-grid .reveal:nth-child(4) {
  --reveal-delay: 260ms;
}

@keyframes heroSlideShow {
  0% {
    opacity: 0;
    transform: scale(1.01);
  }

  8%,
  30% {
    opacity: 1;
    transform: scale(1.025);
  }

  38%,
  100% {
    opacity: 0;
    transform: scale(1.04);
  }
}

@keyframes serviceMarquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes detailRise {
  from {
    opacity: 0;
    transform: translate3d(0, 28px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bookNowSettle {
  0% {
    transform: translate3d(0, 150%, 0) scale(0.96);
  }

  72% {
    transform: translate3d(0, -6px, 0) scale(1.02);
  }

  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
}

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

  .nav,
  .header-action {
    display: none;
  }

  .menu-toggle {
    display: block;
    grid-column: 3;
  }

  .site-header.open .nav {
    position: absolute;
    top: 92px;
    left: 18px;
    right: 18px;
    display: grid;
    gap: 0;
    justify-content: stretch;
    background: rgba(8, 8, 8, 0.96);
    border: 1px solid var(--line);
  }

  .site-header.open .nav a {
    padding: 16px;
    border-bottom: 1px solid var(--line);
  }

  .booking-panel,
  .trust-strip,
  .service-grid,
  .service-detail,
  .chauffeur-showcase,
  .fleet-band,
  .fleet-grid,
  .fleet-detail-gallery,
  .split,
  .about-band,
  .cta-section {
    grid-template-columns: 1fr;
  }

  .trust-strip div,
  .trust-strip div:last-child {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .fleet-detail-gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-actions {
    justify-content: flex-start;
  }

  .service-card {
    min-height: 150px;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .about-points {
    grid-template-columns: 1fr 1fr;
  }

  .service-detail-gallery {
    grid-template-columns: 1fr;
  }

  .service-detail-gallery img {
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 560px) {
  .site-header {
    min-height: 84px;
  }

  .brand {
    width: 84px;
  }

  .site-header.open .nav {
    top: 84px;
  }

  .hero-content {
    width: calc(100% - 28px);
    padding-bottom: 36px;
  }

  .hero-slide-one {
    object-position: 72% top;
  }

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

  h1 {
    font-size: 38px;
  }

  .booking-panel {
    padding: 12px;
  }

  .service-card {
    min-height: auto;
  }

  .about-points {
    grid-template-columns: 1fr;
  }

  .footer-links {
    flex-direction: column;
  }

  .footer-credit {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 86px;
  }

  .floating-quote-tab {
    left: 14px;
    right: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

  .reveal,
  .kinetic-title span {
    clip-path: none;
    opacity: 1;
    transform: none;
  }
}
