:root {
  --ink: #11100d;
  --ink-2: #25211b;
  --paper: #fbfaf7;
  --paper-soft: #f1f4f0;
  --white: #ffffff;
  --rail-red: #9e1f28;
  --signal-red: #cf2636;
  --brass: #b99b5f;
  --green: #0d6f58;
  --blue: #103f64;
  --line: rgba(17, 16, 13, 0.14);
  --line-dark: rgba(255, 255, 255, 0.18);
  --shadow: 0 26px 80px rgba(17, 16, 13, 0.18);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

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

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

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

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

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 100;
  transform: translateY(-140%);
  background: var(--white);
  border: 1px solid var(--line);
  padding: 10px 14px;
}

.skip-link:focus {
  transform: translateY(0);
}

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 22px;
  height: 76px;
  padding: 0 clamp(18px, 5vw, 54px);
  color: var(--white);
  background: rgba(17, 16, 13, 0.42);
  border-bottom: 1px solid var(--line-dark);
  backdrop-filter: blur(18px);
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.site-header.is-scrolled {
  color: var(--ink);
  background: rgba(251, 250, 247, 0.9);
  border-bottom-color: var(--line);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-logo {
  display: block;
  width: 320px;
  height: 60px;
  object-fit: contain;
  object-position: left center;
}

.site-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 26px;
  font-size: 14px;
}

.site-nav a {
  position: relative;
  padding: 8px 0;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left;
  background: currentColor;
  transition: transform 160ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.header-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  color: var(--white);
  background: var(--rail-red);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.site-header.is-scrolled .header-action {
  color: var(--white);
  border-color: transparent;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid currentColor;
  color: inherit;
  background: transparent;
}

.menu-toggle span[aria-hidden="true"],
.menu-toggle span[aria-hidden="true"]::before,
.menu-toggle span[aria-hidden="true"]::after {
  display: block;
  width: 18px;
  height: 2px;
  margin: auto;
  background: currentColor;
  transition: transform 160ms ease;
}

.menu-toggle span[aria-hidden="true"]::before,
.menu-toggle span[aria-hidden="true"]::after {
  content: "";
}

.menu-toggle span[aria-hidden="true"]::before {
  transform: translateY(-7px);
}

.menu-toggle span[aria-hidden="true"]::after {
  transform: translateY(5px);
}

.mobile-nav {
  position: fixed;
  top: 76px;
  left: 0;
  right: 0;
  z-index: 49;
  display: none;
  grid-template-columns: 1fr;
  gap: 1px;
  padding: 10px 18px 18px;
  background: rgba(251, 250, 247, 0.96);
  border-bottom: 1px solid var(--line);
}

.mobile-nav a {
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.hero {
  position: relative;
  display: grid;
  align-content: end;
  min-height: clamp(680px, 86svh, 920px);
  overflow: hidden;
  color: var(--white);
  background: #062f62;
}

.hero-media {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(4, 19, 34, 0.36) 0%, rgba(4, 19, 34, 0.13) 48%, rgba(0, 92, 168, 0.02) 100%), linear-gradient(180deg, rgba(0, 91, 181, 0.09) 0%, rgba(0, 91, 181, 0.01) 34%, rgba(8, 12, 15, 0.36) 100%), url("https://adv001storage.blob.core.windows.net/public/package/1748/47402-Driver-Expereince.jpg") center / cover;
    filter: saturate(1.14) contrast(1.08);
    transform: scale(1.015);
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(6, 47, 98, 0.15), rgba(6, 47, 98, 0) 42%),
    linear-gradient(90deg, rgba(17, 16, 13, 0.32) 0%, rgba(17, 16, 13, 0.04) 58%, rgba(17, 16, 13, 0.1) 100%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
  padding: 220px 0 clamp(94px, 11vh, 140px);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--brass);
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0;
}

.hero h1 {
  margin: 0;
  max-width: 760px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 5.8vw, 84px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: 0;
  text-shadow: 0 5px 18px rgba(0, 0, 0, 0.54);
}

.hero-copy {
  max-width: 640px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 20px;
  line-height: 1.55;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.42);
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-weight: 700;
  line-height: 1.1;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

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

.button svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.button-primary {
  color: var(--white);
  background: var(--signal-red);
  border-color: var(--signal-red);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: #b91f2d;
  border-color: #b91f2d;
}

.button-ghost {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.08);
}

.button-subtle {
  color: var(--ink);
  background: transparent;
  border-color: var(--line);
}

.button-dark {
  color: var(--white);
  background: var(--ink);
  border-color: var(--ink);
}

.hero-finder {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto;
  gap: 10px;
  width: min(var(--max), calc(100% - 36px));
  margin: -42px auto 0;
  padding: 10px;
  color: var(--ink);
  background: rgba(251, 250, 247, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.48);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.detail-switcher {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto;
  gap: 10px;
  align-items: end;
  padding: 10px;
  color: var(--ink);
  background: rgba(251, 250, 247, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.18);
}

.detail-switcher .button {
  min-height: 48px;
}

.environment-switch {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 14px;
  align-items: center;
  width: min(var(--max), calc(100% - 36px));
  margin: 12px auto 0;
  padding: 12px 14px;
  color: var(--ink);
  background: rgba(251, 250, 247, 0.86);
  border: 1px solid var(--line);
  border-radius: 4px;
}

.environment-switch[hidden] {
  display: none;
}

.environment-switch label span {
  margin-bottom: 5px;
}

.environment-switch select {
  min-height: 38px;
}

.environment-switch p {
  margin: 0;
  color: rgba(17, 16, 13, 0.66);
  font-size: 13px;
  line-height: 1.4;
}

label,
fieldset {
  min-width: 0;
}

label span,
fieldset legend {
  display: block;
  margin-bottom: 7px;
  color: rgba(17, 16, 13, 0.68);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  padding: 0 12px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 4px;
  outline: none;
}

textarea {
  min-height: 132px;
  padding-top: 12px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(13, 111, 88, 0.12);
}

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

.proof-band div {
  padding: 28px clamp(18px, 4vw, 40px);
  background: var(--paper);
}

.proof-band strong {
  display: block;
  color: var(--rail-red);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1;
}

.proof-band span {
  display: block;
  margin-top: 8px;
  color: rgba(17, 16, 13, 0.68);
  font-size: 14px;
  line-height: 1.4;
}

.section {
  padding: 96px clamp(18px, 5vw, 54px);
}

.section-light {
  background: var(--paper);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(360px, 1.15fr) minmax(280px, 0.85fr);
  gap: clamp(32px, 7vw, 96px);
  align-items: end;
  width: min(var(--max), 100%);
  margin: 0 auto 42px;
}

.section-title {
  display: grid;
  gap: 0;
  max-width: 760px;
}

.section-heading .eyebrow {
  color: var(--ink);
  font-size: 16px;
  line-height: 1.2;
}

.section-heading h2,
.split-copy h2,
.gift-section h2,
.fleet-heading h2,
.enquiry-band h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 6vw, 72px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: 0;
}

.detail-intro h2 {
  margin: 0;
  max-width: 980px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(40px, 4.8vw, 70px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: 0;
}

.section-heading > p:last-child,
.split-copy p,
.gift-section p,
.enquiry-band p,
.detail-intro p {
  margin: 0;
  color: rgba(17, 16, 13, 0.68);
  font-size: 18px;
  line-height: 1.6;
}

.section-heading > p:last-child {
  justify-self: end;
  max-width: 44ch;
  margin-bottom: 8px;
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: min(var(--max), 100%);
  margin: 0 auto 22px;
}

.tab,
.detail-tab {
  min-height: 42px;
  padding: 0 16px;
  color: var(--ink);
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 4px;
}

.tab.is-active,
.detail-tab.is-active {
  color: var(--white);
  background: var(--ink);
  border-color: var(--ink);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  width: min(var(--max), 100%);
  margin: 0 auto;
}

.product-grid.is-loading {
  grid-template-columns: 1fr;
}

.product-loading {
  display: grid;
  place-items: center;
  gap: 12px;
  min-height: 260px;
  padding: 48px 24px;
  color: rgba(17, 16, 13, 0.72);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  text-align: center;
}

.product-loading strong {
  color: var(--ink);
  font-size: 20px;
}

.product-loading-error {
  min-height: 180px;
}

.spinner {
  display: inline-block;
  width: 34px;
  height: 34px;
  border: 3px solid rgba(17, 16, 13, 0.14);
  border-top-color: var(--accent);
  border-radius: 50%;
  animation: spin 850ms linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.product-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 100%;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.product-card figure {
  position: relative;
  margin: 0;
  aspect-ratio: 1 / 0.76;
  overflow: hidden;
  background: var(--ink);
}

.product-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease;
}

.product-card:hover img {
  transform: scale(1.04);
}

.product-badge {
  position: absolute;
  left: 12px;
  top: 12px;
  padding: 7px 10px;
  color: var(--white);
  background: rgba(17, 16, 13, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.22);
  font-size: 12px;
}

.product-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 18px;
  min-width: 0;
}

.product-heading {
  display: grid;
  gap: 8px;
}

.product-body h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.05;
  overflow-wrap: break-word;
  text-wrap: balance;
}

.product-review,
.detail-title-review {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  margin-top: 10px;
  color: rgba(17, 16, 13, 0.58);
  font-size: 14px;
}

.detail-title-review {
  margin-top: -12px;
  color: rgba(255, 255, 255, 0.68);
}

[data-detail-title-review]:empty {
  display: none;
}

.star-rating {
  --rating-width: 0%;
  position: relative;
  display: inline-block;
  color: rgba(17, 16, 13, 0.22);
  font-size: 15px;
  line-height: 1;
  white-space: nowrap;
}

.detail-title-review .star-rating {
  color: rgba(255, 255, 255, 0.24);
}

.star-rating::before {
  content: "\2605\2605\2605\2605\2605";
}

.star-rating > span {
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--rating-width);
  overflow: hidden;
  color: #f7c948;
}

.product-body p {
  margin: 0;
  color: rgba(17, 16, 13, 0.68);
  line-height: 1.5;
}

.product-summary {
  display: -webkit-box;
  min-height: 72px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 2px;
}

.product-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 8px;
  color: var(--ink);
  background: var(--paper-soft);
  border: 1px solid rgba(17, 16, 13, 0.08);
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
}

.product-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: end;
  margin-top: 4px;
  padding-top: 14px;
  border-top: 1px solid rgba(17, 16, 13, 0.08);
}

.price {
  display: grid;
  gap: 2px;
}

.price span {
  color: rgba(17, 16, 13, 0.58);
  font-size: 12px;
  text-transform: uppercase;
}

.price strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(26px, 2.2vw, 30px);
  font-weight: 400;
}

.detail-shell {
  display: grid;
  grid-template-columns: minmax(280px, 585px) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 58px);
  align-items: start;
  padding: clamp(22px, 4vw, 54px);
  background: var(--ink);
  color: var(--white);
}

.detail-media {
  position: relative;
  width: min(585px, 100%);
  height: auto;
  aspect-ratio: 585 / 350;
  min-height: 0;
  background: var(--ink-2);
  border: 1px solid rgba(255, 255, 255, 0.14);
  overflow: hidden;
}

.detail-gallery-stage {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.detail-gallery-stage::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(17, 16, 13, 0.22), transparent 35%),
    linear-gradient(180deg, rgba(17, 16, 13, 0.12), transparent 38%, rgba(17, 16, 13, 0.34));
}

.detail-gallery-open {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: zoom-in;
}

.detail-gallery-open img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.detail-gallery-open:focus-visible,
.detail-gallery-controls button:focus-visible,
.detail-thumbnail:focus-visible,
.gallery-lightbox-close:focus-visible,
.gallery-lightbox-nav:focus-visible,
.gallery-lightbox-thumbnail:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

.detail-gallery-controls {
  position: absolute;
  z-index: 3;
  top: 14px;
  right: 14px;
  display: flex;
  gap: 6px;
}

.detail-gallery-controls button {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: var(--white);
  background: rgba(17, 16, 13, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  backdrop-filter: blur(14px);
}

.detail-gallery-controls button:hover {
  background: rgba(17, 16, 13, 0.78);
  border-color: rgba(255, 255, 255, 0.5);
}

.detail-gallery-controls button:disabled {
  opacity: 0.42;
  cursor: default;
}

.detail-gallery-controls svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.detail-gallery-count {
  position: absolute;
  z-index: 3;
  right: 18px;
  bottom: 16px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}

.detail-thumbnails {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 16px;
  display: grid;
  gap: 8px;
  width: 64px;
  max-height: calc(100% - 28px);
  overflow-y: auto;
  transform: translateY(-50%);
  scrollbar-width: none;
}

.detail-thumbnails::-webkit-scrollbar {
  display: none;
}

.detail-thumbnail {
  width: 64px;
  aspect-ratio: 1.18 / 1;
  padding: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
  border: 2px solid rgba(255, 255, 255, 0.38);
  border-radius: 4px;
  opacity: 0.72;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
}

.detail-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detail-thumbnail:hover,
.detail-thumbnail.is-active {
  opacity: 1;
  border-color: var(--gold);
}

.detail-thumbnail.is-active {
  transform: translateX(6px);
}

.detail-media:not(.has-multiple) .detail-gallery-controls,
.detail-media:not(.has-multiple) .detail-gallery-count,
.detail-media:not(.has-multiple) .detail-thumbnails {
  display: none;
}

body.is-gallery-lightbox-open {
  overflow: hidden;
}

.gallery-lightbox[hidden] {
  display: none;
}

.gallery-lightbox {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
}

.gallery-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 4, 3, 0.86);
  backdrop-filter: blur(12px);
}

.gallery-lightbox-panel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  width: min(1180px, 100%);
  height: min(780px, calc(100vh - 48px));
  padding: 18px;
  background: rgba(17, 16, 13, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.5);
}

.gallery-lightbox-panel > img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  background: #050504;
}

.gallery-lightbox-close,
.gallery-lightbox-nav {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  color: var(--white);
  background: rgba(17, 16, 13, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  backdrop-filter: blur(12px);
}

.gallery-lightbox-close {
  top: 28px;
  right: 28px;
  width: 42px;
  height: 42px;
}

.gallery-lightbox-nav {
  top: 50%;
  width: 48px;
  height: 48px;
  transform: translateY(-50%);
}

.gallery-lightbox-nav.is-prev {
  left: 30px;
}

.gallery-lightbox-nav.is-next {
  right: 30px;
}

.gallery-lightbox-close:hover,
.gallery-lightbox-nav:hover {
  background: rgba(17, 16, 13, 0.86);
  border-color: rgba(255, 255, 255, 0.54);
}

.gallery-lightbox-close:disabled,
.gallery-lightbox-nav:disabled {
  opacity: 0.42;
}

.gallery-lightbox svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.gallery-lightbox-footer {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding-top: 14px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 800;
}

.gallery-lightbox-thumbnails {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
}

.gallery-lightbox-thumbnails::-webkit-scrollbar {
  display: none;
}

.gallery-lightbox-thumbnail {
  flex: 0 0 74px;
  width: 74px;
  aspect-ratio: 1.18 / 1;
  padding: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
  border: 2px solid rgba(255, 255, 255, 0.32);
  border-radius: 4px;
  opacity: 0.74;
}

.gallery-lightbox-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-lightbox-thumbnail:hover,
.gallery-lightbox-thumbnail.is-active {
  opacity: 1;
  border-color: var(--gold);
}

.detail-intro {
  display: grid;
  align-content: start;
  gap: 22px;
  padding: 0;
}

.detail-intro p {
  color: rgba(255, 255, 255, 0.74);
}

[data-detail-summary] {
  white-space: pre-line;
}

.detail-intro {
  min-width: 0;
}

.detail-full {
  grid-column: 1 / -1;
  display: grid;
  gap: 22px;
}

.detail-code {
  margin: -8px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 15px;
  line-height: 1.4;
}

.detail-code strong {
  color: var(--white);
  font-weight: 800;
}

.detail-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 10px 0;
  background: var(--line-dark);
}

.detail-stats div {
  padding: 18px;
  background: rgba(255, 255, 255, 0.06);
}

.detail-stats dt {
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  text-transform: uppercase;
}

.detail-stats dd {
  margin: 8px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 2.6vw, 28px);
  line-height: 1.1;
  overflow-wrap: anywhere;
}

.detail-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.detail-tab {
  color: var(--white);
  border-color: var(--line-dark);
}

.detail-tab.is-active {
  color: var(--ink);
  background: var(--white);
  border-color: var(--white);
}

.detail-panel {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.65;
}

.detail-loading {
  display: inline-flex;
  gap: 12px;
  align-items: center;
}

.detail-loading .spinner {
  width: 24px;
  height: 24px;
  border-color: rgba(255, 255, 255, 0.2);
  border-top-color: var(--gold);
}

.detail-panel ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 18px;
}

.detail-full .button-subtle,
.availability-heading .button-subtle {
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--line-dark);
}

.review-strip {
  display: grid;
  grid-template-columns: minmax(128px, 0.28fr) minmax(0, 1fr);
  gap: 1px;
  background: var(--line-dark);
}

.review-strip > div,
.location-summary,
.availability-console {
  background: rgba(255, 255, 255, 0.07);
}

.review-strip > div {
  padding: 16px;
}

.review-rating-panel {
  display: grid;
  align-content: start;
}

.review-kicker,
.availability-status {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.review-score {
  display: block;
  margin-top: 5px;
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  line-height: 1;
}

.review-count {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
}

.review-carousel {
  min-width: 0;
}

.review-carousel-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
}

.review-dots {
  display: flex;
  gap: 6px;
}

.review-dots span {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
}

.review-dots span.is-active {
  background: var(--brass);
}

.review-slides {
  margin-top: 14px;
}

.review-slide {
  display: none;
  align-content: start;
  gap: 10px;
}

.review-slide.is-active {
  display: grid;
}

.review-slide blockquote {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(19px, 2vw, 25px);
  line-height: 1.32;
}

.review-slide footer {
  display: grid;
  gap: 3px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
}

.review-slide footer strong {
  color: var(--white);
  font-size: 15px;
}

.testimonial-stars .star-rating {
  color: rgba(255, 255, 255, 0.24);
}

.rating-rail {
  position: relative;
  height: 6px;
  margin-top: 12px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.18);
}

.rating-rail span {
  display: block;
  height: 100%;
  width: var(--rating-width, 0%);
  background: var(--brass);
}

.review-text {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.45;
}

.location-map {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 0.9fr);
  gap: 1px;
  background: var(--line-dark);
}

.location-summary {
  padding: 18px;
}

.location-summary h3,
.availability-heading h3 {
  margin: 0;
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 400;
}

.location-list {
  display: grid;
  gap: 10px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.location-list li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.35;
}

.location-list-heading {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: baseline;
}

.location-list a {
  color: var(--brass);
  white-space: nowrap;
}

.map-frame,
.map-placeholder {
  width: 100%;
  min-height: 220px;
  border: 0;
}

.map-placeholder {
  display: grid;
  place-items: center;
  padding: 22px;
  color: rgba(255, 255, 255, 0.68);
  text-align: center;
  background:
    linear-gradient(135deg, rgba(185, 155, 95, 0.2), rgba(13, 111, 88, 0.2)),
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 18px);
}

.availability-console {
  display: grid;
  gap: 16px;
  padding: 18px;
  border: 1px solid var(--line-dark);
}

.availability-heading {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: center;
}

.availability-heading .eyebrow {
  margin-bottom: 7px;
}

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

.availability-controls select {
  min-height: 46px;
  color: var(--white);
  background: rgba(17, 16, 13, 0.34);
  border-color: var(--line-dark);
}

.availability-controls label span {
  color: rgba(255, 255, 255, 0.62);
}

.availability-status {
  min-height: 17px;
  text-transform: none;
}

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

.slot-button {
  display: grid;
  gap: 5px;
  min-height: 86px;
  padding: 13px;
  color: var(--white);
  text-align: left;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--line-dark);
  border-radius: 4px;
}

.slot-button:hover,
.slot-button:focus-visible,
.slot-button.is-selected {
  border-color: var(--brass);
  background: rgba(185, 155, 95, 0.16);
}

.slot-button strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 400;
}

.slot-button span,
.slot-button small {
  color: rgba(255, 255, 255, 0.68);
}

.split-section {
  display: grid;
  grid-template-columns: minmax(380px, 1.05fr) minmax(460px, 0.95fr);
  gap: clamp(34px, 5vw, 70px);
  align-items: start;
  background: var(--paper-soft);
}

.about-section {
  display: grid;
  gap: 42px;
  background: var(--ink);
  color: var(--white);
}

.about-heading {
  display: grid;
  grid-template-columns: minmax(340px, 0.95fr) minmax(300px, 0.75fr);
  gap: clamp(30px, 7vw, 92px);
  align-items: end;
  width: min(var(--max), 100%);
  margin: 0 auto;
}

.about-heading h2 {
  max-width: 760px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 6vw, 72px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: 0;
}

.about-heading > p {
  max-width: 46ch;
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  line-height: 1.6;
}

.about-section .eyebrow,
.fleet-section .eyebrow,
.enquiry-band .eyebrow {
  color: var(--white);
  font-size: 16px;
  line-height: 1.2;
}

.about-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  width: min(var(--max), 100%);
  margin: 0 auto;
  background: var(--line-dark);
}

.about-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  background: rgba(255, 255, 255, 0.06);
}

.about-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.about-card-body {
  display: grid;
  align-content: start;
  gap: 16px;
  padding: clamp(24px, 3vw, 38px);
}

.about-card h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 400;
  line-height: 1.04;
}

.about-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  line-height: 1.62;
}

.about-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.about-tags span {
  padding: 9px 11px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 13px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--line-dark);
  border-radius: 4px;
}

.about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.about-button {
  justify-self: start;
  margin-top: 8px;
  color: var(--white);
  background: #0963a8;
  border-color: #0963a8;
}

.about-button:hover,
.about-button:focus-visible {
  background: #075691;
  border-color: #075691;
}

.about-actions .about-button {
  margin-top: 0;
}

.split-copy {
  max-width: 780px;
}

.split-copy > p:not(.eyebrow) {
  max-width: 58ch;
}

.split-copy p {
  margin: 22px 0 28px;
}

.charter-list {
  display: grid;
  gap: 1px;
  background: var(--line);
}

.charter-list article {
  display: grid;
  row-gap: 10px;
  align-items: start;
  padding: 36px;
  background: var(--white);
}

.charter-list h3,
.gift-options h3 {
  margin: 0 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 400;
}

.charter-list p,
.gift-options p,
.site-footer p {
  margin: 0;
  color: rgba(17, 16, 13, 0.68);
  line-height: 1.55;
}

.charter-list article p {
  max-width: 46ch;
}

.gift-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(320px, 1.2fr);
  gap: clamp(30px, 6vw, 78px);
  align-items: start;
}

.gift-copy {
  display: grid;
  gap: 0;
  max-width: 720px;
}

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

.gift-options article {
  padding: 26px;
  background: var(--white);
}

.enquiry-band {
  display: grid;
  grid-template-columns: minmax(360px, 1.15fr) minmax(320px, 0.85fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: start;
  padding: 72px clamp(18px, 5vw, 54px);
  background: var(--green);
  color: var(--white);
}

.enquiry-band p {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.78);
}

.section-title > .eyebrow,
.detail-intro > .eyebrow,
.about-heading .eyebrow,
.split-copy > .eyebrow,
.gift-copy > .eyebrow,
.fleet-heading > .eyebrow,
.enquiry-band > div:first-child > .eyebrow {
  margin: 0 0 24px;
  font-size: 18px;
  line-height: 1.2;
}

.gift-copy > h2 + p {
  margin-top: 22px;
}

.gift-copy .button {
  margin-top: 28px;
  justify-self: start;
}

.fleet-section {
  display: grid;
  gap: 42px;
  padding-bottom: 0;
  background: var(--ink);
  color: var(--white);
}

.fleet-heading {
  display: grid;
  gap: 0;
  width: min(var(--max), 100%);
  max-width: 980px;
  margin: 0 auto;
}

.fleet-heading > p:not(.eyebrow) {
  max-width: 62ch;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  line-height: 1.6;
}

.fleet-grid {
  display: grid;
  gap: 1px;
  margin: 0 calc(clamp(18px, 5vw, 54px) * -1);
  background: var(--line-dark);
}

.fleet-card {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(0, 1fr);
  min-width: 0;
  scroll-margin-top: 90px;
  background: rgba(255, 255, 255, 0.06);
}

.fleet-card:nth-child(even) img {
  order: 2;
}

.fleet-card img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.fleet-card-body {
  display: grid;
  align-content: start;
  gap: 16px;
  padding: clamp(28px, 4vw, 54px);
}

.fleet-card h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 3.6vw, 48px);
  font-weight: 400;
  line-height: 1.02;
}

.fleet-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 17px;
  line-height: 1.64;
}

.fleet-button {
  justify-self: start;
  margin-top: 8px;
  color: var(--white);
  background: #0963a8;
  border-color: #0963a8;
}

.fleet-button:hover,
.fleet-button:focus-visible {
  background: #075691;
  border-color: #075691;
}

.contact-panel {
  display: grid;
  gap: 14px;
  align-content: start;
  justify-items: start;
  width: min(100%, 680px);
  min-height: 0;
  padding: clamp(24px, 3vw, 34px);
  color: var(--ink);
  background: rgba(251, 250, 247, 0.96);
  box-shadow: var(--shadow);
}

.contact-panel h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 400;
  line-height: 1;
}

.contact-panel p {
  max-width: 46ch;
  margin: 0;
  color: rgba(17, 16, 13, 0.68);
  font-size: 18px;
  line-height: 1.55;
}

.support-list {
  display: grid;
  gap: 6px;
  margin: 0;
  padding-left: 20px;
  color: rgba(17, 16, 13, 0.76);
  font-size: 16px;
  line-height: 1.45;
}

.support-list li::marker {
  color: var(--rail-red);
}

.contact-panel .button {
  margin-top: 4px;
}

.site-footer {
  display: grid;
  grid-template-columns: 1.4fr 0.6fr 0.7fr;
  gap: 40px;
  padding: 56px clamp(18px, 5vw, 54px);
  background: var(--ink);
  color: var(--white);
}

.site-footer h2 {
  margin: 0 0 16px;
  font-size: 13px;
  text-transform: uppercase;
}

.site-footer a:not(.brand) {
  display: block;
  margin: 10px 0;
  color: rgba(255, 255, 255, 0.76);
}

.site-footer p {
  max-width: 460px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.66);
}

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

.site-footer .footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin: 0;
  padding: 0;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  overflow: hidden;
  transition: transform 180ms ease, border-color 180ms ease;
}

.footer-social img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.site-footer .footer-social a:hover,
.site-footer .footer-social a:focus-visible {
  border-color: rgba(255, 255, 255, 0.55);
  transform: translateY(-1px);
}

@media (max-width: 1080px) {
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .hero {
    min-height: 760px;
  }

  .hero-inner {
    padding-top: 240px;
  }

  .hero-finder,
  .detail-switcher {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .hero-finder button,
  .detail-switcher button {
    width: 100%;
  }

  .detail-shell,
  .about-heading,
  .gift-section,
  .split-section,
  .enquiry-band {
    grid-template-columns: 1fr;
  }

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

  .fleet-card:nth-child(even) img {
    order: 0;
  }

  .fleet-card img {
    min-height: 360px;
  }

  .about-heading > p {
    max-width: 58ch;
    margin-bottom: 0;
  }

  .detail-shell {
    gap: 28px;
  }

  .detail-full {
    gap: 18px;
  }
}

@media (max-width: 820px) {
  .site-header {
    grid-template-columns: auto 1fr auto;
    gap: 12px;
    height: 68px;
    padding: 0 16px;
  }

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

  .menu-toggle {
    display: inline-grid;
    justify-self: end;
  }

  .mobile-nav.is-open {
    display: grid;
  }

  .mobile-nav {
    top: 68px;
  }

  .hero {
    min-height: 720px;
  }

  .hero-inner {
    padding-top: 230px;
    padding-bottom: 96px;
  }

  .hero-copy {
    font-size: 18px;
  }

  .hero-finder {
    grid-template-columns: 1fr;
    margin-top: -28px;
    padding: 12px;
  }

  .environment-switch {
    grid-template-columns: 1fr;
  }

  .proof-band,
  .section-heading,
  .about-grid,
  .gift-options,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .fleet-heading {
    max-width: none;
  }

  .section-heading > p:last-child {
    justify-self: start;
    max-width: 58ch;
    margin-bottom: 0;
  }

  .section,
  .enquiry-band {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .detail-shell {
    min-height: 0;
    padding: 26px 18px;
  }

  .detail-media {
    width: 100%;
    min-height: 0;
  }

  .detail-intro h2 {
    font-size: clamp(36px, 9vw, 54px);
  }

  .detail-gallery-controls {
    top: 16px;
    right: 16px;
  }

  .detail-gallery-controls button {
    width: 40px;
    height: 40px;
  }

  .detail-gallery-count {
    top: auto;
    right: 20px;
    bottom: 16px;
  }

  .detail-thumbnails {
    top: auto;
    right: 16px;
    bottom: 16px;
    left: 16px;
    display: flex;
    width: auto;
    gap: 8px;
    overflow-x: auto;
    transform: none;
    scrollbar-width: none;
  }

  .detail-thumbnails::-webkit-scrollbar {
    display: none;
  }

  .detail-thumbnail {
    flex: 0 0 72px;
    width: 72px;
  }

  .detail-thumbnail.is-active {
    transform: translateY(-4px);
  }

  .gallery-lightbox {
    padding: 12px;
  }

  .gallery-lightbox-panel {
    height: calc(100vh - 24px);
    padding: 10px;
  }

  .gallery-lightbox-close {
    top: 20px;
    right: 20px;
  }

  .gallery-lightbox-nav {
    width: 42px;
    height: 42px;
  }

  .gallery-lightbox-nav.is-prev {
    left: 18px;
  }

  .gallery-lightbox-nav.is-next {
    right: 18px;
  }

  .gallery-lightbox-footer {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .detail-stats,
  .review-strip,
  .location-map {
    grid-template-columns: 1fr;
  }

  .detail-stats div,
  .review-strip > div {
    padding: 16px;
  }

  .location-map {
    min-height: 0;
  }

  .map-frame,
  .map-placeholder {
    min-height: 260px;
  }

  .contact-panel {
    min-height: 0;
  }

  .charter-list article {
    padding: 28px;
  }

  .gift-options article {
    padding: 22px;
  }

  .fleet-card-body {
    padding: 28px;
  }

  .tabs {
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .tabs::-webkit-scrollbar {
    display: none;
  }

  .tab {
    flex: 0 0 auto;
  }
}

@media (max-width: 680px) {
  .product-grid {
    grid-template-columns: 1fr;
  }

  .product-card {
    max-width: 520px;
    margin: 0 auto;
  }

  .product-body h3,
  .product-summary {
    min-height: 0;
  }

  .product-footer {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .product-footer .button {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .brand-logo {
    width: min(220px, 58vw);
    height: auto;
    aspect-ratio: 320 / 60;
  }

  .hero {
    min-height: 680px;
  }

  .hero-inner {
    width: min(var(--max), calc(100% - 28px));
    padding-top: 210px;
    padding-bottom: 86px;
  }

  .hero h1 {
    font-size: clamp(36px, 10vw, 42px);
    line-height: 0.98;
  }

  .hero-copy {
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.48;
  }

  .hero-finder,
  .detail-switcher {
    grid-template-columns: 1fr;
  }

  .hero-actions,
  .detail-actions {
    display: grid;
  }

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

  .charter-list article {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .charter-list article p {
    grid-column: auto;
  }

  .fleet-card {
    display: block;
  }

  .fleet-grid {
    margin-left: -14px;
    margin-right: -14px;
  }

  .fleet-card img {
    min-height: 260px;
    height: auto;
    aspect-ratio: 16 / 10;
  }

  .fleet-card-body {
    padding: 22px;
    background: rgba(255, 255, 255, 0.06);
  }

  .detail-shell {
    padding: 22px 14px;
  }

  .detail-media {
    aspect-ratio: 4 / 3;
  }

  .detail-thumbnails {
    right: 12px;
    bottom: 12px;
    left: 12px;
  }

  .detail-thumbnail {
    flex-basis: 62px;
    width: 62px;
  }

  .detail-stats div {
    padding: 14px;
  }

  .review-slide blockquote {
    font-size: 19px;
  }

  .section,
  .enquiry-band {
    padding-left: 14px;
    padding-right: 14px;
  }

  .contact-panel {
    padding: 22px;
  }

  .site-footer {
    padding-left: 14px;
    padding-right: 14px;
  }
}
