:root {
  --bg: #090909;
  --panel: #111111;
  --panel-soft: #171717;
  --text: #f6f1e8;
  --muted: #a29b91;
  --line: rgba(231, 173, 61, 0.2);
  --gold: #d99a22;
  --gold-soft: #f1c45b;
  --cream: #e8decb;
  --paper: #f2eadc;
  --ink: #1a150f;
  --warm-muted: #746957;
  --warm-line: rgba(59, 45, 27, 0.16);
  --danger: #a33b2e;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
  font-family:
    -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", Arial,
    sans-serif;
  color: var(--text);
  background: var(--bg);
}

/* GLT premium redesign pass */
:root {
  --bg: #050506;
  --panel: #0d0d0f;
  --panel-soft: #151416;
  --text: #f7f3eb;
  --muted: #9a948c;
  --line: rgba(255, 255, 255, 0.1);
  --gold: #c9a84c;
  --gold-soft: #e4c76b;
  --cream: #f3efe7;
  --paper: #f8f6f1;
  --ink: #111112;
  --warm-muted: #68635d;
  --warm-line: rgba(17, 17, 18, 0.1);
  --danger: #8f1f24;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
  font-family:
    "Inter", "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
}

body {
  background:
    radial-gradient(circle at 82% 18%, rgba(143, 31, 36, 0.12), transparent 32rem),
    linear-gradient(90deg, rgba(255, 255, 255, 0.014) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.014) 1px, transparent 1px),
    #050506;
}

.site-header {
  top: 18px;
  width: min(1180px, calc(100% - 44px));
  justify-content: space-between;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(7, 7, 8, 0.66);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 70px rgba(0, 0, 0, 0.28);
}

.header-logo {
  display: flex;
  width: 138px;
  height: 42px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.header-logo img {
  width: 154px;
  height: 70px;
  object-fit: contain;
  transform: scale(1.85);
}

.main-nav {
  gap: clamp(16px, 2.4vw, 34px);
  color: rgba(247, 243, 235, 0.74);
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.16em;
}

.main-nav a::after {
  background: linear-gradient(90deg, transparent, #c9a84c, transparent);
}

.hero {
  min-height: clamp(620px, 76vh, 820px);
  padding: 132px 24px 72px;
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

.hero-video {
  filter: saturate(0.9) contrast(1.05) brightness(0.72);
  transform: scale(1.01);
}

.hero-aura {
  background:
    radial-gradient(ellipse at 50% 36%, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.46) 62%, rgba(0, 0, 0, 0.76) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.12) 44%, rgba(0, 0, 0, 0.72) 100%);
}

.hero-content {
  z-index: 2;
  display: grid;
  width: min(980px, 100%);
  justify-items: center;
  gap: 18px;
  text-align: center;
}

.hero-logo {
  width: min(560px, 86vw);
  height: clamp(150px, 20vw, 250px);
  object-fit: contain;
  filter: drop-shadow(0 28px 52px rgba(0, 0, 0, 0.72));
}

.hero-kicker,
.eyebrow {
  margin: 0;
  color: rgba(228, 199, 107, 0.9);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 900px;
  margin: 0;
  color: #fffaf0;
  font-size: clamp(2.15rem, 4.8vw, 5.1rem);
  font-weight: 850;
  line-height: 0.96;
  text-wrap: balance;
  text-shadow: 0 24px 55px rgba(0, 0, 0, 0.68);
}

.hero-text {
  max-width: 680px;
  margin: 0;
  color: rgba(247, 243, 235, 0.74);
  font-size: clamp(1rem, 1.45vw, 1.2rem);
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 8px;
}

.button,
.card-bottom button,
.filter {
  border-radius: 999px;
}

.button.primary {
  background: linear-gradient(135deg, #c9a84c, #e4c76b);
}

.button.ghost {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(12px);
}

.gold-shine {
  color: #9b7b2e;
  text-shadow: none;
}

.gold-shine::after {
  display: none;
}

h1,
h2 {
  font-weight: 850;
  letter-spacing: -0.015em;
}

h2 {
  line-height: 0.98;
}

.intro-section {
  background: #f6f3ed;
  color: #111112;
}

.intro-copy {
  border-left-color: rgba(143, 31, 36, 0.28);
  color: #5a554f;
  font-family: inherit;
  font-size: clamp(1.04rem, 1.35vw, 1.24rem);
  font-style: normal;
  line-height: 1.72;
}

.vehicles-section {
  background:
    radial-gradient(circle at 82% 12%, rgba(143, 31, 36, 0.08), transparent 28rem),
    linear-gradient(180deg, #f7f5f0, #ede7dc);
}

.vehicles-section::after {
  background: linear-gradient(90deg, transparent, rgba(143, 31, 36, 0.54), transparent);
}

.vehicles-page-hero {
  padding: 150px max(20px, calc((100% - 1280px) / 2)) 78px;
  background:
    radial-gradient(circle at 82% 8%, rgba(143, 31, 36, 0.12), transparent 28rem),
    linear-gradient(180deg, #0a0a0b, #151414);
  color: #f7f3eb;
}

.vehicles-page-hero h1 {
  max-width: 920px;
  color: #f7f3eb;
  font-size: clamp(3.2rem, 7vw, 7.1rem);
  letter-spacing: -0.045em;
}

.vehicles-page-hero p:not(.eyebrow) {
  color: rgba(247, 243, 235, 0.62);
}

.vehicle-grid {
  gap: 22px;
}

.vehicle-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(17, 17, 18, 0.1);
  border-radius: 18px;
  background: #fffdfa;
  box-shadow: 0 22px 60px rgba(17, 17, 18, 0.1);
}

.vehicle-card::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  pointer-events: none;
  background: linear-gradient(180deg, transparent 42%, rgba(0, 0, 0, 0.06));
  opacity: 0;
  transition: opacity 0.22s ease;
}

.vehicle-card:hover::before,
.vehicle-card:focus-visible::before {
  opacity: 1;
}

.vehicle-card:hover,
.vehicle-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(143, 31, 36, 0.22);
  box-shadow: 0 28px 80px rgba(17, 17, 18, 0.18);
}

.vehicle-card img {
  aspect-ratio: 16 / 9;
  background: #0a0a0b;
  transition: transform 0.38s ease;
}

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

.vehicle-body {
  position: relative;
  z-index: 2;
  padding: 20px;
}

.tag {
  min-height: 28px;
  border-color: rgba(143, 31, 36, 0.18);
  border-radius: 999px;
  background: rgba(143, 31, 36, 0.06);
  color: #7e1218;
  font-size: 0.72rem;
}

.vehicle-body h3 {
  margin-top: 14px;
  color: #111112;
  font-size: 1.18rem;
  letter-spacing: -0.01em;
}

.specs {
  gap: 8px;
  margin-bottom: 20px;
}

.specs li {
  padding: 7px 10px;
  border: 1px solid rgba(17, 17, 18, 0.08);
  border-radius: 999px;
  background: rgba(17, 17, 18, 0.03);
  color: #5e5a55;
  font-size: 0.78rem;
  font-weight: 750;
}

.card-bottom {
  padding-top: 16px;
  border-top: 1px solid rgba(17, 17, 18, 0.08);
}

.card-bottom strong {
  color: #111112;
  font-size: clamp(1.35rem, 2.1vw, 1.72rem);
}

.card-bottom button {
  border-color: rgba(17, 17, 18, 0.12);
  background: #111112;
  color: #f7f3eb;
}

.filter {
  background: rgba(255, 255, 255, 0.72);
}

.filter.active,
.filter:hover {
  border-color: rgba(143, 31, 36, 0.34);
  color: #7e1218;
}

.modal-panel {
  background: #070708;
}

.modal-content {
  background: #f6f3ed;
}

.modal-price {
  color: #7e1218;
}

@media (max-width: 720px) {
  .site-header {
    top: 10px;
    width: calc(100% - 24px);
    border-radius: 24px;
  }

  .header-logo {
    width: 118px;
  }

  .hero {
    min-height: 720px;
    padding: 112px 18px 56px;
  }

  .hero-logo {
    width: min(430px, 92vw);
    height: 170px;
  }

  .hero-actions {
    width: 100%;
  }

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

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 78% 20%, rgba(136, 49, 32, 0.09), transparent 34%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    var(--bg);
  background-size: auto, 48px 48px, 48px 48px, auto;
}

body.menu-open {
  overflow: hidden;
}

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

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

.site-header {
  position: fixed;
  top: 12px;
  left: 50%;
  width: min(880px, calc(100% - 40px));
  transform: translateX(-50%);
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 0;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(22px, 3vw, 46px);
  color: rgba(241, 235, 224, 0.82);
  font-weight: 500;
  font-size: 0.8rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.main-nav a {
  position: relative;
  padding: 8px 0;
  transition:
    color 0.2s ease,
    transform 0.2s ease;
}

.main-nav a::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1px;
  width: 0;
  height: 1px;
  margin: 0 auto;
  content: "";
  background: linear-gradient(90deg, transparent, #f1c45b, transparent);
  transition: width 0.22s ease;
}

.main-nav a:hover,
.main-nav a.active {
  color: #fff7ea;
}

.main-nav a:hover::after,
.main-nav a.active::after {
  width: 100%;
}

.menu-toggle {
  display: none;
  position: absolute;
  right: 0;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(232, 222, 203, 0.18);
  border-radius: 50%;
  background: rgba(9, 9, 9, 0.28);
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: var(--text);
}

.hero {
  position: relative;
  display: grid;
  min-height: 100vh;
  align-items: center;
  justify-items: center;
  padding: 0;
  overflow: hidden;
  border-bottom: 1px solid rgba(232, 222, 203, 0.18);
}

.hero-aura {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(ellipse at 50% 42%, transparent 42%, rgba(0, 0, 0, 0.42) 82%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.26), rgba(0, 0, 0, 0.04) 46%, rgba(0, 0, 0, 0.46) 100%);
  pointer-events: none;
}

.hero-content {
  position: relative;
  display: grid;
  width: min(1120px, 100%);
  justify-items: center;
  text-align: center;
}

.hero-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

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

h1,
h2 {
  max-width: 760px;
  font-family:
    -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
  font-weight: 800;
  letter-spacing: 0;
}

h1 {
  max-width: 860px;
  font-size: clamp(2.05rem, 4.1vw, 4.25rem);
  line-height: 1.02;
}

.hero-title {
  display: grid;
  gap: 4px;
  margin: 0;
  text-wrap: balance;
}

.hero-title span {
  display: block;
}

.hero-title span:first-child {
}

.hero-title span:last-child {
  transform: translateX(clamp(6px, 1.7vw, 28px));
}

.hero-title em {
  color: var(--gold);
  font-style: normal;
  text-shadow:
    0 0 24px rgba(217, 154, 34, 0.22),
    0 1px 0 rgba(255, 255, 255, 0.18);
}

h2 {
  margin-bottom: 0;
  font-size: clamp(2.3rem, 5vw, 5.3rem);
  line-height: 0.96;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.35rem;
  line-height: 1.15;
}

.gold-shine {
  position: relative;
  display: inline-block;
  color: #b9780f;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.38);
}

.gold-shine::after {
  position: absolute;
  top: 12%;
  bottom: 12%;
  left: -18%;
  width: 36%;
  content: "";
  background: linear-gradient(
    100deg,
    transparent,
    rgba(255, 248, 220, 0.62),
    transparent
  );
  opacity: 0.5;
  transform: skewX(-18deg);
  animation: shineSweep 5.6s ease-in-out infinite;
}

@keyframes shineSweep {
  0%,
  64% {
    transform: translateX(0) skewX(-18deg);
    opacity: 0;
  }

  74% {
    opacity: 0.45;
  }

  100% {
    transform: translateX(360%) skewX(-18deg);
    opacity: 0;
  }
}


.section-heading,
.card-bottom,
.filters {
  display: flex;
  align-items: center;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid var(--line);
  color: var(--text);
  font-weight: 800;
  letter-spacing: 0;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease;
}

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

.button.primary {
  border-color: transparent;
  background: var(--gold);
  color: #14100a;
}

.button.ghost {
  background: rgba(255, 255, 255, 0.035);
}

.button.full {
  width: 100%;
}

.tag {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(217, 154, 34, 0.24);
  background: rgba(217, 154, 34, 0.09);
  color: #805506;
  font-size: 0.78rem;
  font-weight: 800;
}

.section {
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
  padding: 92px 0;
}

.home-page .vehicles-section,
.home-page .vehicle-modal,
.home-page .photo-viewer {
  display: none;
}

.intro-section {
  width: 100%;
  padding-inline: max(20px, calc((100% - 1280px) / 2));
  background: var(--cream);
  color: var(--ink);
}

.intro-section {
  position: relative;
  margin-top: 0;
  padding-top: 104px;
  padding-bottom: 112px;
}

.intro-section::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: min(1280px, calc(100% - 40px));
  height: 1px;
  content: "";
  transform: translateX(-50%);
  background: rgba(45, 36, 24, 0.12);
}

.vehicles-section {
  position: relative;
  width: 100%;
  padding: 76px max(20px, calc((100% - 1280px) / 2)) 116px;
  background:
    linear-gradient(180deg, rgba(26, 21, 15, 0.08), transparent 90px),
    var(--paper);
  color: var(--ink);
}

.vehicles-page-hero {
  padding: 150px max(20px, calc((100% - 1280px) / 2)) 72px;
  background: var(--cream);
  color: var(--ink);
}

.vehicles-page-hero h1 {
  margin: 0 0 22px;
  color: var(--ink);
  font-size: clamp(4rem, 10vw, 8.6rem);
  line-height: 0.9;
}

.vehicles-page-hero p:not(.eyebrow) {
  max-width: 660px;
  margin: 0;
  color: var(--warm-muted);
  font-size: 1.08rem;
  line-height: 1.75;
}

.vehicles-toolbar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  margin-bottom: 34px;
}

.vehicles-toolbar p {
  margin: 0;
  color: var(--warm-muted);
  font-weight: 800;
}

.vehicles-section::before {
  position: absolute;
  top: 0;
  left: max(20px, calc((100% - 1280px) / 2));
  right: max(20px, calc((100% - 1280px) / 2));
  height: 1px;
  content: "";
  background: rgba(59, 45, 27, 0.18);
}

.vehicles-section::after {
  position: absolute;
  top: 0;
  left: 50%;
  width: min(170px, 30vw);
  height: 3px;
  content: "";
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.intro-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.78fr);
  gap: clamp(28px, 6vw, 90px);
  align-items: end;
}

.intro-copy,
.vehicles-section .section-heading > p {
  color: var(--warm-muted);
}

.intro-copy {
  display: grid;
  gap: 18px;
  max-width: 640px;
  padding-left: clamp(18px, 3vw, 34px);
  border-left: 1px solid rgba(185, 120, 15, 0.34);
  color: #5f5446;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.18rem, 1.8vw, 1.55rem);
  font-style: italic;
  line-height: 1.58;
}

.intro-copy p {
  margin: 0;
}

.section-heading > p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.8;
}

.section-heading {
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 42px;
}

.vehicles-section .section-heading {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(320px, 1fr) auto;
  align-items: end;
}

.vehicles-section .section-heading h2 {
  font-size: clamp(3.1rem, 6vw, 6.2rem);
}

.vehicles-section .section-heading > p {
  max-width: 520px;
  margin: 0;
}

.filters {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.filter {
  min-height: 38px;
  padding: 0 15px;
  border: 1px solid var(--warm-line);
  background: rgba(255, 255, 255, 0.56);
  color: var(--warm-muted);
  cursor: pointer;
  font-weight: 800;
}

.filter.active,
.filter:hover {
  border-color: rgba(217, 154, 34, 0.48);
  color: #8c5d09;
}

.vehicle-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.vehicle-card {
  overflow: hidden;
  border: 1px solid rgba(45, 36, 24, 0.13);
  background: var(--paper);
  box-shadow: 0 24px 60px rgba(43, 33, 20, 0.15);
  cursor: pointer;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease;
}

.vehicle-card:hover,
.vehicle-card:focus-visible {
  transform: translateY(-5px);
  border-color: rgba(217, 154, 34, 0.42);
  outline: none;
}

.vehicle-card.is-hidden {
  display: none;
}

.vehicle-card img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.vehicle-body {
  padding: 22px;
}

.vehicle-body h3 {
  margin-top: 16px;
  color: var(--ink);
}

.specs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  padding: 0;
  margin: 0 0 24px;
  color: var(--warm-muted);
  font-size: 0.86rem;
  list-style: none;
}

.card-bottom {
  justify-content: space-between;
  gap: 14px;
}

.card-bottom strong {
  color: #bf7f0f;
  font-size: clamp(1.7rem, 3vw, 2.2rem);
}

.card-bottom button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid var(--gold);
  background: rgba(217, 154, 34, 0.05);
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  white-space: nowrap;
}

.vehicle-modal {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: grid;
  place-items: center;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease;
}

.vehicle-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 5, 5, 0.86);
  backdrop-filter: blur(12px);
}

.modal-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(420px, 0.75fr);
  width: 100%;
  height: 100%;
  max-height: none;
  overflow: hidden;
  border: 0;
  background: #080808;
  box-shadow: none;
  transform: translateY(18px) scale(0.98);
  transition: transform 0.22s ease;
}

.vehicle-modal.is-open .modal-panel {
  transform: translateY(0) scale(1);
}

.modal-close {
  position: absolute;
  top: 26px;
  right: 26px;
  z-index: 2;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(26, 21, 15, 0.18);
  background: rgba(242, 234, 220, 0.82);
  color: var(--text);
  color: var(--ink);
  cursor: pointer;
  font-size: 1.7rem;
  line-height: 1;
}

.modal-media {
  display: grid;
  min-height: 100%;
  align-items: stretch;
  background:
    linear-gradient(90deg, transparent 68%, rgba(0, 0, 0, 0.18)),
    radial-gradient(ellipse at center, rgba(232, 222, 203, 0.08), transparent 62%),
    #050505;
}

.modal-image-button {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.modal-image-button span {
  position: absolute;
  right: 22px;
  bottom: 22px;
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  padding: 0 14px;
  border: 1px solid rgba(232, 222, 203, 0.24);
  background: rgba(5, 5, 5, 0.72);
  color: var(--text);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.modal-media img {
  align-self: center;
  width: 100%;
  height: 100%;
  max-height: none;
  min-height: 0;
  border: 0;
  object-fit: cover;
  object-position: center center;
}

.photo-viewer {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr) 84px;
  align-items: center;
  gap: 10px;
  padding: 34px;
  background: rgba(3, 3, 3, 0.96);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.photo-viewer.is-open {
  opacity: 1;
  pointer-events: auto;
}

.photo-viewer figure {
  display: grid;
  height: 100%;
  max-height: calc(100vh - 68px);
  align-content: center;
  gap: 18px;
  margin: 0;
}

.photo-viewer img {
  width: 100%;
  height: min(78vh, 820px);
  object-fit: contain;
}

.photo-viewer figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: rgba(246, 241, 232, 0.72);
  font-weight: 800;
}

.photo-viewer figcaption strong {
  color: var(--gold-soft);
}

.photo-close,
.photo-nav {
  border: 1px solid rgba(232, 222, 203, 0.2);
  background: rgba(232, 222, 203, 0.08);
  color: var(--text);
  cursor: pointer;
}

.photo-close {
  position: absolute;
  top: 24px;
  right: 24px;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  font-size: 1.8rem;
}

.photo-nav {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  justify-self: center;
  font-size: 3rem;
  line-height: 1;
}

.photo-nav:hover,
.photo-close:hover {
  border-color: rgba(241, 196, 91, 0.46);
  color: var(--gold-soft);
}

.modal-content {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  padding: clamp(46px, 5vw, 86px) clamp(34px, 5vw, 72px);
  background: var(--paper);
  color: var(--ink);
}

.modal-content h2 {
  margin-bottom: 12px;
  color: var(--ink);
  font-size: clamp(2.35rem, 4vw, 4.8rem);
  line-height: 0.98;
}

.modal-price {
  display: block;
  margin-bottom: 26px;
  color: #bf7f0f;
  font-size: clamp(2.1rem, 3.5vw, 3.4rem);
  line-height: 1;
}

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

.modal-specs div {
  padding: 14px 16px;
  border: 1px solid var(--warm-line);
  background: rgba(255, 255, 255, 0.22);
}

.modal-specs dt {
  margin-bottom: 5px;
  color: var(--warm-muted);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.modal-specs dd {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 850;
}

.modal-text {
  display: grid;
  gap: 9px;
  margin-bottom: 30px;
}

.modal-content .button {
  margin-top: auto;
}

.modal-text h3 {
  margin: 8px 0 0;
  color: var(--ink);
  font-size: 1rem;
}

.modal-text p {
  margin: 0;
  color: var(--warm-muted);
  line-height: 1.62;
}

.services-section {
  width: 100%;
  margin-top: 0;
  padding: 112px max(20px, calc((100% - 1280px) / 2));
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background:
    radial-gradient(ellipse at 80% 18%, rgba(217, 154, 34, 0.13), transparent 30%),
    linear-gradient(180deg, #090909, #11100e);
  color: var(--text);
}

.service-hero {
  display: grid;
  max-width: 860px;
  gap: 18px;
  margin-bottom: 56px;
}

.service-hero h2 {
  color: var(--text);
}

.service-hero p:not(.eyebrow) {
  max-width: 640px;
  margin: 0;
  color: #cfc6b8;
  font-size: 1.08rem;
  line-height: 1.75;
}

.search-service {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.78fr);
  gap: clamp(28px, 6vw, 82px);
  align-items: stretch;
  margin-bottom: 28px;
}

.search-intro,
.criteria-panel,
.service-steps article {
  border: 1px solid rgba(232, 222, 203, 0.14);
  background: rgba(255, 255, 255, 0.035);
}

.search-intro {
  padding: clamp(30px, 4vw, 54px);
}

.search-intro h3 {
  max-width: 640px;
  font-size: clamp(2rem, 3.2vw, 3.6rem);
  line-height: 1;
}

.search-intro p {
  max-width: 700px;
  color: #c4bbaf;
  font-size: 1.02rem;
  line-height: 1.8;
}

.criteria-panel {
  padding: clamp(28px, 3.4vw, 44px);
}

.criteria-panel span {
  display: block;
  margin-bottom: 22px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.criteria-panel ul {
  display: grid;
  gap: 16px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.criteria-panel li {
  position: relative;
  padding-left: 22px;
  color: #ddd3c5;
  line-height: 1.45;
}

.criteria-panel li::before {
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
  border-radius: 50%;
  background: var(--gold);
}

.service-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.service-steps article {
  min-height: 230px;
  padding: 26px;
}

.service-icon {
  display: inline-grid;
  width: 48px;
  height: 48px;
  margin-bottom: 26px;
  place-items: center;
  border: 1px solid var(--line);
  color: var(--gold-soft);
  font-weight: 900;
}

.service-steps p {
  color: #bfb5a8;
  line-height: 1.75;
}

.contact-section {
  width: 100%;
  margin: 0;
  padding: 112px max(20px, calc((100% - 1280px) / 2));
  background:
    linear-gradient(180deg, rgba(9, 9, 9, 0.96), rgba(12, 12, 11, 0.98)),
    var(--bg);
  color: var(--text);
}

.contact-title {
  max-width: 920px;
  margin-bottom: 64px;
}

.contact-title h2 {
  color: var(--text);
}

.contact-title > p:not(.eyebrow) {
  max-width: 680px;
  margin: 22px 0 0;
  color: #c9c0b5;
  font-size: 1.06rem;
  line-height: 1.75;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.76fr) minmax(360px, 1fr);
  gap: clamp(34px, 6vw, 88px);
  align-items: start;
}

.contact-info {
  display: grid;
  gap: 22px;
}

.contact-info div {
  padding: 0 0 0 22px;
  border-left: 1px solid var(--line);
}

.contact-info .contact-note {
  padding: 26px;
  border: 1px solid rgba(232, 222, 203, 0.14);
  background: rgba(255, 255, 255, 0.035);
}

.contact-note strong {
  display: block;
  margin-bottom: 10px;
  color: var(--gold-soft);
  font-size: 1.02rem;
}

.contact-info span,
label {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-info a,
.contact-info p {
  display: block;
  margin: 7px 0 0;
  color: #ddd5ca;
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.contact-form {
  display: grid;
  gap: 18px;
  padding: clamp(24px, 3.5vw, 42px);
  border: 1px solid rgba(232, 222, 203, 0.14);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
}

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

label {
  display: grid;
  gap: 8px;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.045);
  color: var(--text);
  font: inherit;
  min-height: 52px;
  padding: 0 16px;
  outline: none;
}

textarea {
  min-height: 142px;
  padding-top: 14px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(241, 196, 91, 0.56);
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: var(--gold-soft);
  font-weight: 800;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(20px, 5vw, 72px);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--muted);
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  color: var(--gold-soft);
  font-weight: 800;
}

.admin-page {
  background: var(--cream);
  color: var(--ink);
}

.admin-shell {
  padding: 140px max(20px, calc((100% - 1280px) / 2)) 80px;
}

.admin-heading {
  margin-bottom: 44px;
}

.admin-heading h1 {
  margin: 0 0 18px;
  color: var(--ink);
  font-size: clamp(3rem, 7vw, 7rem);
}

.admin-heading p:not(.eyebrow) {
  max-width: 680px;
  margin: 0;
  color: var(--warm-muted);
  line-height: 1.75;
}

.admin-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.46fr);
  gap: 28px;
  align-items: start;
}

.admin-form,
.admin-list {
  display: grid;
  gap: 18px;
  padding: clamp(22px, 3vw, 38px);
  border: 1px solid var(--warm-line);
  background: var(--paper);
  box-shadow: 0 24px 60px rgba(43, 33, 20, 0.12);
}

.admin-form label {
  color: var(--warm-muted);
}

.admin-form input,
.admin-form select,
.admin-form textarea {
  border-color: rgba(59, 45, 27, 0.18);
  background: rgba(255, 255, 255, 0.46);
  color: var(--ink);
}

.admin-form input::placeholder,
.admin-form textarea::placeholder {
  color: rgba(116, 105, 87, 0.72);
}

.admin-form input:focus,
.admin-form select:focus,
.admin-form textarea:focus {
  border-color: rgba(217, 154, 34, 0.58);
  background: rgba(255, 255, 255, 0.68);
}

.admin-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.admin-actions .button {
  width: 100%;
}

.admin-actions .ghost {
  background: rgba(26, 21, 15, 0.04);
  color: var(--ink);
}

.admin-list h2 {
  margin: 0;
  color: var(--ink);
  font-size: 1.7rem;
}

.admin-list [data-admin-list] {
  display: grid;
  gap: 12px;
}

.admin-list [data-admin-list] > p {
  margin: 0;
  color: var(--warm-muted);
  line-height: 1.6;
}

.admin-vehicle {
  display: grid;
  grid-template-columns: 82px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 10px;
  border: 1px solid var(--warm-line);
  background: rgba(255, 255, 255, 0.28);
}

.admin-vehicle img {
  width: 82px;
  height: 62px;
  object-fit: cover;
}

.admin-vehicle strong,
.admin-vehicle span {
  display: block;
}

.admin-vehicle span {
  margin-top: 4px;
  color: var(--warm-muted);
  font-size: 0.86rem;
}

.admin-vehicle button {
  min-height: 36px;
  border: 1px solid rgba(163, 59, 46, 0.28);
  background: rgba(163, 59, 46, 0.08);
  color: #7f261c;
  cursor: pointer;
  font-weight: 800;
}

@media (max-width: 980px) {
  .vehicle-grid,
  .service-steps,
  .intro-section,
  .contact-layout,
  .search-service,
  .admin-layout {
    grid-template-columns: 1fr;
  }

  .section-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .vehicles-section .section-heading {
    grid-template-columns: 1fr;
  }

  .vehicles-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .filters {
    justify-content: flex-start;
  }

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

  .modal-panel {
    grid-template-columns: 1fr;
    overflow-y: auto;
  }

  .modal-media {
    min-height: 42vh;
  }

  .modal-media img,
  .modal-image-button {
    height: 42vh;
  }

  .modal-content {
    overflow: visible;
  }
}

@media (max-width: 720px) {
  .site-header {
    top: 12px;
    width: calc(100% - 24px);
    justify-content: flex-end;
    padding: 10px 0;
  }

  .menu-toggle {
    display: block;
  }

  .header-brand span,
  .header-badge {
    display: none;
  }

  .main-nav {
    position: fixed;
    top: 76px;
    left: 20px;
    right: 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 14px;
    border: 1px solid rgba(232, 222, 203, 0.14);
    border-radius: 22px;
    background: rgba(12, 12, 12, 0.96);
    box-shadow: var(--shadow);
  }

  .main-nav.open {
    display: flex;
  }

  .main-nav a {
    padding: 14px 12px;
  }

  .hero {
    min-height: 88vh;
    padding: 96px 20px 50px;
  }

  .hero-video {
    height: 100%;
  }

  .section,
  .contact-section {
    width: calc(100% - 32px);
    padding: 68px 0;
  }

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

  .card-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .card-bottom button {
    width: 100%;
  }

  .modal-panel {
    grid-template-columns: 1fr;
  }

  .modal-media img,
  .modal-image-button {
    width: 100%;
    height: 34vh;
    min-height: 240px;
  }

  .photo-viewer {
    grid-template-columns: 48px minmax(0, 1fr) 48px;
    padding: 18px 10px;
  }

  .photo-viewer img {
    height: 72vh;
  }

  .photo-viewer figcaption {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
    padding: 0 6px;
  }

  .photo-close {
    top: 12px;
    right: 12px;
  }

  .photo-nav {
    width: 42px;
    height: 54px;
    font-size: 2.4rem;
  }

  .modal-specs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .modal-content {
    padding: 32px 20px 26px;
  }

  .modal-close {
    top: 14px;
    right: 14px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .admin-shell {
    padding: 110px 16px 54px;
  }

  .admin-vehicle {
    grid-template-columns: 70px 1fr;
  }

  .admin-vehicle button {
    grid-column: 1 / -1;
  }

  .admin-actions {
    grid-template-columns: 1fr;
  }
}

/* GLT storefront refinement: final visual layer */
body {
  color: var(--text);
  background:
    radial-gradient(circle at 78% 14%, rgba(130, 24, 29, 0.16), transparent 34rem),
    radial-gradient(circle at 18% 82%, rgba(201, 168, 76, 0.08), transparent 30rem),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.014) 1px, transparent 1px),
    #050506;
  background-size: auto, auto, 56px 56px, 56px 56px, auto;
}

.site-header {
  top: 18px;
  width: min(1060px, calc(100% - 44px));
  min-height: 68px;
  padding: 8px 18px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 999px;
  background: rgba(7, 7, 8, 0.74);
  box-shadow:
    0 26px 90px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(18px);
}

.header-logo {
  width: 150px;
  height: 48px;
}

.header-logo img {
  width: 178px;
  height: 82px;
  object-fit: contain;
  transform: scale(1.72);
}

.main-nav {
  gap: clamp(18px, 2.4vw, 36px);
  font-size: 0.72rem;
  font-weight: 820;
  letter-spacing: 0.18em;
}

.hero {
  min-height: clamp(560px, 74vh, 760px);
  padding: 118px 24px 64px;
}

.hero-video {
  filter: saturate(0.88) contrast(1.06) brightness(0.62);
}

.hero-aura {
  background:
    radial-gradient(ellipse at 50% 38%, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.44) 58%, rgba(0, 0, 0, 0.82) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.26), rgba(0, 0, 0, 0.16) 46%, rgba(0, 0, 0, 0.78) 100%);
}

.hero-content {
  width: min(940px, 100%);
  gap: 16px;
}

.hero-logo {
  width: min(430px, 74vw);
  height: clamp(118px, 14vw, 185px);
}

.hero h1 {
  max-width: 860px;
  font-size: clamp(2.15rem, 4vw, 4.15rem);
  line-height: 0.98;
  letter-spacing: -0.018em;
}

.hero-text {
  max-width: 640px;
  color: rgba(247, 243, 235, 0.76);
}

.button,
.card-bottom button,
.filter {
  border-radius: 999px;
}

.button.primary {
  background: linear-gradient(135deg, #d7b64f, #bb8f2f);
  color: #111112;
  box-shadow: 0 16px 42px rgba(201, 168, 76, 0.22);
}

.button.ghost {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  color: #f7f3eb;
}

.gold-shine {
  color: #c9a84c;
  text-shadow: none;
}

.gold-shine::after {
  display: none;
}

.vehicle-page {
  background:
    radial-gradient(circle at 86% 0%, rgba(130, 24, 29, 0.2), transparent 34rem),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.014) 1px, transparent 1px),
    #050506;
  background-size: auto, 56px 56px, 56px 56px, auto;
}

.vehicles-page-hero {
  position: relative;
  overflow: hidden;
  padding: 136px max(22px, calc((100% - 1280px) / 2)) 56px;
  background:
    linear-gradient(110deg, rgba(5, 5, 6, 0.96) 0%, rgba(10, 10, 11, 0.94) 48%, rgba(55, 31, 19, 0.76) 100%),
    #050506;
  color: #f7f3eb;
}

.vehicles-page-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    radial-gradient(circle at 82% 36%, rgba(201, 168, 76, 0.16), transparent 24rem),
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.04), transparent);
}

.vehicles-page-hero .eyebrow {
  position: relative;
  margin-bottom: 14px;
}

.vehicles-page-hero h1 {
  position: relative;
  max-width: 980px;
  margin: 0;
  color: #fffaf0;
  font-size: clamp(3.2rem, 7vw, 7.2rem);
  line-height: 0.9;
  letter-spacing: -0.035em;
}

.vehicles-section {
  padding: 46px max(22px, calc((100% - 1280px) / 2)) 116px;
  background: transparent;
  color: #f7f3eb;
}

.vehicles-section::before {
  background: rgba(255, 255, 255, 0.09);
}

.vehicles-section::after {
  background: linear-gradient(90deg, transparent, rgba(201, 168, 76, 0.9), transparent);
}

.vehicles-toolbar {
  justify-content: flex-start;
  margin-bottom: 28px;
}

.filters {
  justify-content: flex-start;
  gap: 10px;
}

.filter {
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.055);
  color: rgba(247, 243, 235, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.filter.active,
.filter:hover {
  border-color: rgba(201, 168, 76, 0.62);
  background: rgba(201, 168, 76, 0.13);
  color: #f7f3eb;
}

.vehicle-grid {
  gap: 22px;
}

.vehicle-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035)),
    #101012;
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.vehicle-card:hover,
.vehicle-card:focus-visible {
  transform: translateY(-6px);
  border-color: rgba(201, 168, 76, 0.46);
  box-shadow:
    0 32px 86px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(201, 168, 76, 0.12);
}

.vehicle-card img {
  aspect-ratio: 16 / 9;
  background: #09090a;
  filter: saturate(0.96) contrast(1.04);
  transition: transform 0.42s ease, filter 0.42s ease;
}

.vehicle-card:hover img,
.vehicle-card:focus-visible img {
  filter: saturate(1.05) contrast(1.06);
  transform: scale(1.035);
}

.vehicle-body {
  padding: 22px;
}

.tag {
  min-height: 28px;
  border: 1px solid rgba(201, 168, 76, 0.28);
  border-radius: 999px;
  background: rgba(201, 168, 76, 0.1);
  color: #e8cf7d;
}

.vehicle-body h3 {
  color: #fffaf0;
  font-size: 1.15rem;
}

.specs {
  gap: 8px;
}

.specs li {
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  color: rgba(247, 243, 235, 0.66);
  font-size: 0.78rem;
  font-weight: 760;
}

.card-bottom {
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.card-bottom strong {
  color: #e4c76b;
  font-size: clamp(1.34rem, 2vw, 1.68rem);
}

.card-bottom button {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.07);
  color: #f7f3eb;
}

.card-bottom button:hover {
  border-color: rgba(201, 168, 76, 0.48);
  background: rgba(201, 168, 76, 0.13);
}

.modal-content {
  background: #f6f3ed;
}

.site-footer {
  border-top-color: rgba(255, 255, 255, 0.1);
  background: #050506;
  color: rgba(247, 243, 235, 0.68);
}

@media (max-width: 980px) {
  .vehicle-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .site-header {
    min-height: 62px;
    border-radius: 24px;
  }

  .hero {
    min-height: 640px;
    padding: 104px 18px 46px;
  }

  .hero-logo {
    width: min(390px, 90vw);
    height: 150px;
  }

  .hero h1 {
    font-size: clamp(2rem, 12vw, 3.8rem);
  }

  .vehicles-page-hero {
    padding-top: 116px;
  }

  .vehicles-page-hero h1 {
    font-size: clamp(3rem, 18vw, 5.4rem);
  }

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

/* GLT storefront refinement: cleaner hero and editorial intro */
.site-header {
  top: 0;
  width: 100%;
  min-height: 82px;
  padding: 18px max(28px, calc((100% - 1280px) / 2));
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0;
  background: linear-gradient(180deg, rgba(5, 5, 6, 0.82), rgba(5, 5, 6, 0.24));
  box-shadow: none;
  backdrop-filter: blur(14px);
}

.header-logo {
  width: 162px;
  height: 52px;
}

.header-logo img {
  width: 190px;
  height: 88px;
  transform: scale(1.76);
}

.main-nav {
  gap: clamp(22px, 3vw, 46px);
  padding: 0;
}

.main-nav a {
  padding: 12px 0;
  color: rgba(247, 243, 235, 0.68);
}

.main-nav a:hover,
.main-nav a.active {
  color: #fffaf0;
}

.main-nav a::after {
  bottom: 5px;
  height: 2px;
  background: linear-gradient(90deg, rgba(143, 31, 36, 0), #c9a84c, rgba(143, 31, 36, 0));
}

.hero {
  min-height: clamp(440px, 58vh, 620px);
  padding: 118px 24px 52px;
  align-items: center;
}

.hero-video {
  filter: saturate(0.82) contrast(1.08) brightness(0.56);
  object-position: center 42%;
}

.hero-aura {
  background:
    radial-gradient(ellipse at 50% 38%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.38) 58%, rgba(0, 0, 0, 0.82) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.08) 42%, rgba(0, 0, 0, 0.82) 100%);
}

.hero-brand-only {
  align-self: end;
  padding-bottom: clamp(14px, 4vh, 46px);
}

.hero-brand-only .hero-logo {
  width: min(620px, 72vw);
  height: clamp(170px, 20vw, 280px);
  opacity: 0.92;
  filter:
    drop-shadow(0 30px 70px rgba(0, 0, 0, 0.86))
    drop-shadow(0 0 34px rgba(201, 168, 76, 0.12));
}

.hero-kicker,
.hero-text,
.hero-actions,
.hero h1 {
  display: none;
}

.intro-section {
  width: 100%;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
  gap: clamp(42px, 7vw, 120px);
  align-items: center;
  padding: clamp(70px, 8vw, 118px) max(32px, calc((100% - 1280px) / 2));
  background:
    linear-gradient(180deg, #f5f0e8, #f2ece2);
  color: #101010;
}

.intro-section::before {
  display: none;
}

.intro-section .eyebrow {
  margin-bottom: 20px;
  color: #c4a142;
  font-size: 0.76rem;
  letter-spacing: 0.36em;
}

.intro-section h2 {
  max-width: 720px;
  color: #101010;
  font-size: clamp(3.8rem, 8vw, 7.5rem);
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: -0.04em;
}

.intro-section .gold-shine {
  color: #c9a84c;
}

.intro-copy {
  max-width: 560px;
  gap: 24px;
  padding-left: clamp(26px, 3.6vw, 52px);
  border-left: 1px solid rgba(201, 168, 76, 0.42);
  color: #352d25;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 2vw, 1.78rem);
  font-style: italic;
  line-height: 1.45;
}

@media (max-width: 900px) {
  .site-header {
    padding-inline: 18px;
  }

  .intro-section {
    grid-template-columns: 1fr;
  }

  .intro-copy {
    max-width: 100%;
  }
}

@media (max-width: 720px) {
  .site-header {
    top: 0;
    width: 100%;
    min-height: 72px;
    border-radius: 0;
  }

  .menu-toggle {
    right: 18px;
  }

  .main-nav {
    top: 82px;
    left: 16px;
    right: 16px;
  }

  .hero {
    min-height: 500px;
    padding: 92px 18px 38px;
  }

  .hero-brand-only .hero-logo {
    width: min(480px, 90vw);
    height: 190px;
  }

  .intro-section {
    padding: 58px 22px 66px;
  }

  .intro-section h2 {
    font-size: clamp(3.05rem, 17vw, 4.8rem);
  }

  .intro-copy {
    padding-left: 22px;
    font-size: 1.18rem;
  }
}

/* GLT correction: sober navigation and quieter editorial scale */
.home-page .header-logo {
  display: none;
}

.vehicle-page .header-logo {
  display: none;
}

.home-page .site-header {
  justify-content: center;
  min-height: 70px;
  padding-block: 14px;
}

.vehicle-page .site-header {
  justify-content: center;
  min-height: 70px;
  padding-block: 14px;
}

.home-page .main-nav {
  width: auto;
  justify-content: center;
}

.vehicle-page .main-nav {
  width: auto;
  justify-content: center;
}

.hero-brand-only {
  display: none;
}

.home-page .hero {
  min-height: clamp(420px, 52vh, 560px);
  padding: 86px 24px 40px;
}

.home-page .hero-video {
  filter: saturate(0.82) contrast(1.04) brightness(0.64);
  object-position: center 45%;
}

.home-page .hero-aura {
  background:
    radial-gradient(ellipse at 50% 42%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.34) 64%, rgba(0, 0, 0, 0.74) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.08) 48%, rgba(0, 0, 0, 0.68) 100%);
}

.intro-section {
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.78fr);
  gap: clamp(34px, 6vw, 92px);
  padding: clamp(56px, 6.5vw, 90px) max(32px, calc((100% - 1180px) / 2));
}

.intro-section .eyebrow {
  margin-bottom: 16px;
  font-size: 0.68rem;
  letter-spacing: 0.32em;
}

.intro-section h2 {
  max-width: 620px;
  font-size: clamp(2.75rem, 5.7vw, 5.35rem);
  line-height: 0.94;
  letter-spacing: -0.032em;
}

.intro-copy {
  max-width: 510px;
  gap: 18px;
  padding-left: clamp(22px, 3vw, 42px);
  font-size: clamp(1.05rem, 1.55vw, 1.42rem);
  line-height: 1.55;
}

@media (max-width: 900px) {
  .intro-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .home-page .site-header {
    justify-content: flex-end;
    min-height: 66px;
  }

  .home-page .hero {
    min-height: 420px;
    padding: 80px 18px 34px;
  }

  .intro-section {
    padding: 48px 22px 58px;
  }

  .intro-section h2 {
    font-size: clamp(2.35rem, 13vw, 3.65rem);
  }

  .intro-copy {
    font-size: 1.08rem;
  }
}

/* GLT home inventory and refined vehicle page */
.home-page .hero {
  min-height: clamp(600px, 72vh, 780px);
  padding: 92px 24px 40px;
}

.home-page .hero-video {
  object-position: center 38%;
}

.home-page .vehicles-section {
  display: block;
  padding: 58px max(32px, calc((100% - 1180px) / 2)) 76px;
  background:
    linear-gradient(180deg, #f2ece2 0%, #ece5d9 100%);
  color: #101010;
}

.home-page .vehicles-section::before,
.home-page .vehicles-section::after {
  display: none;
}

.home-page .vehicles-section .section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(280px, 0.74fr);
  align-items: end;
  gap: clamp(24px, 5vw, 74px);
  margin-bottom: 28px;
}

.home-page .vehicles-section .section-heading h2 {
  max-width: none;
  color: #101010;
  font-size: clamp(2.2rem, 4.6vw, 4.2rem);
  line-height: 0.96;
}

.home-page .vehicles-section .section-heading > p {
  max-width: 520px;
  color: #645c52;
  font-size: 0.98rem;
  line-height: 1.72;
}

.home-page .vehicles-section .filters {
  display: none;
}

.home-page .vehicle-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.home-page .vehicle-card {
  border-color: rgba(16, 16, 18, 0.1);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.48)),
    #f7f3ea;
  box-shadow: 0 18px 52px rgba(30, 24, 16, 0.1);
}

.home-page .vehicle-card:hover,
.home-page .vehicle-card:focus-visible {
  border-color: rgba(201, 168, 76, 0.36);
  box-shadow: 0 24px 64px rgba(30, 24, 16, 0.16);
}

.home-page .vehicle-card img {
  aspect-ratio: 16 / 10;
}

.home-page .vehicle-body {
  padding: 16px;
}

.home-page .tag {
  min-height: 24px;
  padding-inline: 10px;
  border-color: rgba(201, 168, 76, 0.26);
  background: rgba(201, 168, 76, 0.1);
  color: #88681e;
  font-size: 0.66rem;
}

.home-page .vehicle-body h3 {
  margin-top: 12px;
  color: #101010;
  font-size: 0.98rem;
  line-height: 1.2;
}

.home-page .specs {
  gap: 6px;
  margin-bottom: 14px;
}

.home-page .specs li {
  padding: 6px 8px;
  border-color: rgba(16, 16, 18, 0.08);
  background: rgba(16, 16, 18, 0.035);
  color: #625b52;
  font-size: 0.7rem;
}

.home-page .card-bottom {
  padding-top: 12px;
  border-top-color: rgba(16, 16, 18, 0.08);
}

.home-page .card-bottom strong {
  color: #101010;
  font-size: 1.15rem;
}

.home-page .card-bottom button {
  min-height: 34px;
  padding-inline: 12px;
  border-color: rgba(16, 16, 18, 0.12);
  background: #101010;
  color: #f7f3eb;
  font-size: 0.78rem;
}

.home-vehicles-actions {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.home-vehicles-actions .button {
  border-color: rgba(16, 16, 18, 0.16);
  background: transparent;
  color: #101010;
}

.vehicle-page .site-header {
  border-radius: 0;
}

.vehicle-page .vehicles-page-hero {
  padding-top: 122px;
  padding-bottom: 42px;
}

.vehicle-page .vehicles-page-hero h1 {
  font-size: clamp(2.8rem, 5.8vw, 5.8rem);
}

.vehicle-page .vehicles-section {
  padding-top: 34px;
}

@media (max-width: 1100px) {
  .home-page .vehicle-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .home-page .hero {
    min-height: 520px;
    padding-top: 78px;
  }

  .home-page .vehicles-section {
    padding: 48px 22px 62px;
  }

  .home-page .vehicles-section .section-heading {
    grid-template-columns: 1fr;
  }

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

/* GLT home vehicle selection: separated block and working modal */
.home-page .vehicle-modal {
  display: grid;
}

.home-page .photo-viewer {
  display: grid;
}

.home-page .vehicles-section {
  position: relative;
  margin-top: 0;
  padding-top: 72px;
  border-top: 1px solid rgba(16, 16, 18, 0.08);
  background:
    radial-gradient(circle at 88% 20%, rgba(201, 168, 76, 0.12), transparent 26rem),
    linear-gradient(180deg, #ebe3d6 0%, #f4efe7 46%, #ebe4d8 100%);
}

.home-page .vehicles-section::before {
  display: block;
  position: absolute;
  top: 0;
  left: max(32px, calc((100% - 1180px) / 2));
  right: max(32px, calc((100% - 1180px) / 2));
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(201, 168, 76, 0.78), transparent);
}

.home-page .vehicles-section .section-heading {
  padding: 0 0 24px;
  margin-bottom: 26px;
  border-bottom: 1px solid rgba(16, 16, 18, 0.1);
}

.home-page .vehicles-section .section-heading h2::after {
  display: block;
  width: 82px;
  height: 3px;
  margin-top: 18px;
  content: "";
  background: linear-gradient(90deg, #c9a84c, rgba(201, 168, 76, 0));
}

.home-page .vehicle-grid {
  padding: 18px;
  border: 1px solid rgba(16, 16, 18, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.28);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.home-page .vehicle-card {
  box-shadow: 0 12px 34px rgba(30, 24, 16, 0.08);
}

.home-vehicles-actions {
  margin-top: 24px;
}

.home-vehicles-actions .button {
  min-height: 44px;
  padding-inline: 20px;
  border-color: rgba(16, 16, 18, 0.18);
  background: rgba(16, 16, 18, 0.04);
}

.home-vehicles-actions .button:hover {
  border-color: rgba(201, 168, 76, 0.44);
  background: rgba(201, 168, 76, 0.12);
}

@media (max-width: 720px) {
  .home-page .vehicles-section {
    padding-top: 54px;
  }

  .home-page .vehicle-grid {
    padding: 12px;
    border-radius: 18px;
  }
}

/* GLT cleanup: no heavy outlines on home inventory */
.home-page .vehicles-section .section-heading {
  grid-template-columns: 1fr;
  max-width: 1180px;
  border-bottom-color: rgba(255, 255, 255, 0.045);
}

.home-page .vehicles-section .section-heading > p {
  display: none;
}

.home-page .vehicle-grid {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.home-page .vehicle-card {
  border: 0;
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.026)),
    #141416;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.26);
}

.home-page .vehicle-card:hover,
.home-page .vehicle-card:focus-visible {
  border-color: transparent;
  box-shadow: 0 24px 62px rgba(0, 0, 0, 0.4);
}

.home-page .tag,
.home-page .specs li {
  border: 0;
}

.home-page .tag {
  background: rgba(201, 168, 76, 0.12);
}

.home-page .specs li {
  background: rgba(255, 255, 255, 0.055);
}

.home-page .card-bottom {
  border-top-color: rgba(255, 255, 255, 0.055);
}

.home-page .card-bottom button {
  border: 0;
  background: rgba(255, 255, 255, 0.085);
  box-shadow: none;
}

.home-page .card-bottom button:hover {
  background: rgba(201, 168, 76, 0.14);
}

.home-vehicles-actions .button {
  border: 0;
  background: rgba(255, 255, 255, 0.075);
  box-shadow: none;
}

.home-vehicles-actions .button:hover {
  background: rgba(201, 168, 76, 0.14);
}

/* Public appointment booking */
.appointment-section {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(420px, 1.15fr);
  gap: clamp(28px, 5vw, 72px);
  width: 100%;
  padding: 86px max(32px, calc((100% - 1180px) / 2));
  background:
    radial-gradient(circle at 18% 18%, rgba(201, 168, 76, 0.08), transparent 24rem),
    linear-gradient(180deg, #080809, #050506);
  color: #f7f3eb;
}

.appointment-copy h2 {
  max-width: 520px;
  margin: 0 0 18px;
  color: #fffaf0;
  font-size: clamp(2.4rem, 5vw, 5rem);
  line-height: 0.94;
}

.appointment-copy p:not(.eyebrow) {
  max-width: 440px;
  color: rgba(247, 243, 235, 0.62);
  line-height: 1.75;
}

.appointment-contact {
  display: grid;
  max-width: 440px;
  gap: 10px;
  margin-top: 28px;
}

.appointment-contact div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 13px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.075);
}

.appointment-contact span {
  color: rgba(247, 243, 235, 0.42);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.appointment-contact strong {
  color: rgba(247, 243, 235, 0.86);
  font-size: 0.92rem;
  text-align: right;
}

.appointment-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr);
  gap: 22px;
}

.appointment-panel {
  display: grid;
  gap: 18px;
  align-content: start;
  padding: 22px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.035);
  box-shadow: 0 22px 64px rgba(0, 0, 0, 0.22);
}

.appointment-panel label {
  display: grid;
  gap: 8px;
  color: rgba(247, 243, 235, 0.52);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.appointment-panel input,
.appointment-panel textarea {
  width: 100%;
  border: 0;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.07);
  color: #fffaf0;
  font: inherit;
  font-size: 0.95rem;
  font-weight: 700;
  outline: none;
}

.appointment-panel input,
.appointment-panel select {
  min-height: 46px;
  padding: 0 14px;
}

.appointment-panel textarea {
  min-height: 112px;
  padding: 14px;
  resize: vertical;
}

.appointment-panel option {
  color: #101010;
}

.appointment-choice-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.appointment-choice-grid button {
  min-height: 38px;
  padding: 0 13px;
  border: 0;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(247, 243, 235, 0.74);
  cursor: pointer;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 850;
}

.appointment-choice-grid button.is-selected {
  background: rgba(201, 168, 76, 0.2);
  color: #fffaf0;
}

.vehicle-choices {
  max-height: 138px;
  overflow: auto;
  padding-right: 4px;
}

.vehicle-choices::-webkit-scrollbar,
.appointment-slots::-webkit-scrollbar {
  width: 6px;
}

.vehicle-choices::-webkit-scrollbar-thumb,
.appointment-slots::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
}

.appointment-slots {
  display: grid;
  max-height: 260px;
  gap: 12px;
  overflow: auto;
  padding-right: 6px;
}

.appointment-slots > p {
  margin: 0;
  color: rgba(247, 243, 235, 0.58);
  line-height: 1.55;
}

.appointment-day {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 12px;
  align-items: start;
}

.appointment-day > span {
  color: rgba(247, 243, 235, 0.46);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.appointment-day > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.appointment-day button {
  min-height: 36px;
  padding: 0 13px;
  border: 0;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.075);
  color: rgba(247, 243, 235, 0.78);
  cursor: pointer;
  font: inherit;
  font-size: 0.84rem;
  font-weight: 850;
}

.appointment-day button.is-selected {
  background: rgba(201, 168, 76, 0.24);
  color: #fffaf0;
}

.appointment-form .button {
  border: 0;
  border-radius: 12px;
}

@media (max-width: 1050px) {
  .appointment-section,
  .appointment-form {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .appointment-section {
    padding: 58px 22px;
  }

  .appointment-panel {
    padding: 16px;
  }
}

.contact-section {
  display: none;
}

/* GLT color correction: darker, cleaner home inventory */
.home-page .vehicles-section {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 88% 8%, rgba(143, 31, 36, 0.14), transparent 28rem),
    linear-gradient(180deg, #070708 0%, #0c0c0e 52%, #080809 100%);
  color: #f7f3eb;
}

.home-page .vehicles-section::before {
  background: linear-gradient(90deg, transparent, rgba(201, 168, 76, 0.36), transparent);
}

.home-page .vehicles-section .section-heading {
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

.home-page .vehicles-section .section-heading h2 {
  color: #fffaf0;
}

.home-page .vehicles-section .section-heading > p {
  color: rgba(247, 243, 235, 0.62);
}

.home-page .vehicles-section .section-heading h2::after {
  background: linear-gradient(90deg, rgba(201, 168, 76, 0.8), rgba(201, 168, 76, 0));
}

.home-page .vehicle-grid {
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.035);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 24px 70px rgba(0, 0, 0, 0.22);
}

.home-page .vehicle-card {
  border-color: rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.028)),
    #111113;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.28);
}

.home-page .vehicle-card:hover,
.home-page .vehicle-card:focus-visible {
  border-color: rgba(201, 168, 76, 0.32);
  box-shadow: 0 22px 62px rgba(0, 0, 0, 0.42);
}

.home-page .tag {
  border-color: rgba(201, 168, 76, 0.24);
  background: rgba(201, 168, 76, 0.08);
  color: #d8bf6a;
}

.home-page .vehicle-body h3 {
  color: #fffaf0;
}

.home-page .specs li {
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(247, 243, 235, 0.6);
}

.home-page .card-bottom {
  border-top-color: rgba(255, 255, 255, 0.08);
}

.home-page .card-bottom strong {
  color: #e0c56c;
}

.home-page .card-bottom button {
  border-color: rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.07);
  color: #f7f3eb;
}

.home-page .card-bottom button:hover {
  border-color: rgba(201, 168, 76, 0.34);
  background: rgba(201, 168, 76, 0.11);
}

.home-vehicles-actions .button {
  border-color: rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.04);
  color: #f7f3eb;
}

.home-vehicles-actions .button:hover {
  border-color: rgba(201, 168, 76, 0.38);
  background: rgba(201, 168, 76, 0.1);
}

/* GLT final RDV order and selection polish */
.home-page .services-section {
  order: 70;
}

.home-page .appointment-section {
  order: 95;
}

.appointment-section {
  grid-template-columns: 1fr !important;
  gap: 30px;
  padding-top: 72px;
}

.appointment-copy {
  grid-template-columns: minmax(0, 0.78fr) minmax(320px, 0.72fr);
}

.appointment-copy h2 {
  font-size: clamp(2.2rem, 4.2vw, 4.25rem);
}

.appointment-form {
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.8fr);
}

.appointment-panel {
  background: transparent !important;
  box-shadow: none !important;
}

.appointment-panel:last-child {
  padding: 22px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04) !important;
}

.appointment-panel:first-child {
  display: grid;
  grid-template-columns: minmax(260px, 0.86fr) minmax(0, 1.2fr);
  gap: 20px;
}

.appointment-choice-grid button,
.appointment-day button {
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.06);
}

.appointment-choice-grid button.is-selected,
.appointment-day button.is-selected {
  background: #caa341;
  color: #0b0b0c;
}

.appointment-slots {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  max-height: none;
  overflow: visible;
  padding: 0;
}

.appointment-day {
  display: block;
  padding: 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.035);
}

.appointment-day > span {
  display: block;
  margin-bottom: 9px;
}

.appointment-day > div {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

@media (max-width: 1050px) {
  .appointment-copy,
  .appointment-form,
  .appointment-panel:first-child {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .appointment-slots {
    grid-template-columns: 1fr;
  }
}

/* GLT RDV absolute final */
.appointment-panel:last-child .button,
.appointment-form .button {
  height: 42px !important;
  min-height: 42px !important;
  max-height: 42px !important;
}

/* GLT flow final guard */
.home-page main {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background:
    linear-gradient(180deg, #050505 0%, #090909 24%, #060606 100%) !important;
}

.home-page main > section {
  position: relative;
  isolation: isolate;
  scroll-margin-top: 90px;
}

.home-page .hero {
  order: 0 !important;
  min-height: clamp(620px, 78vh, 850px);
  border-bottom: 1px solid rgba(211, 174, 70, 0.16);
}

.home-page .intro-section {
  order: 20 !important;
  width: min(1180px, calc(100% - 72px));
  margin-right: auto;
  margin-left: auto;
  padding-top: clamp(68px, 7vw, 108px);
  padding-bottom: clamp(66px, 7vw, 104px);
  color: #fff8eb;
  background: transparent !important;
}

.home-page .intro-section h2 {
  max-width: 760px;
  color: #fff8eb;
  font-size: clamp(2.7rem, 5vw, 4.8rem);
  line-height: 0.98;
}

.home-page .intro-copy p {
  color: rgba(255, 248, 235, 0.72);
}

.home-page .vehicles-section {
  order: 40 !important;
}

.home-page .services-section {
  order: 70 !important;
}

.home-page .appointment-section {
  order: 95 !important;
}

@media (max-width: 840px) {
  .home-page .intro-section {
    width: min(100% - 36px, 1180px);
  }

  .home-page .hero {
    min-height: 560px;
  }
}

/* GLT modal real final */
.modal-panel {
  width: min(1240px, calc(100vw - 56px)) !important;
  height: min(760px, calc(100vh - 56px)) !important;
  max-height: min(760px, calc(100vh - 56px)) !important;
  grid-template-columns: minmax(420px, 0.92fr) minmax(430px, 0.8fr) !important;
  overflow: hidden !important;
}

.modal-media,
.modal-content {
  height: 100% !important;
  max-height: 100% !important;
  min-height: 0 !important;
}

.modal-media {
  padding: 18px !important;
}

.modal-media img,
.modal-image-button img {
  width: 100% !important;
  height: auto !important;
  max-height: min(610px, calc(100vh - 130px)) !important;
  aspect-ratio: 16 / 10 !important;
  object-fit: contain !important;
}

.modal-content {
  overflow-y: auto !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.018)),
    #151517 !important;
  color: #f7f3eb !important;
}

.modal-content h2 {
  color: #fff8eb !important;
}

.modal-text p {
  color: rgba(247, 243, 235, 0.68) !important;
}
/* GLT modal 75 viewport absolute */
.vehicle-modal {
  padding: 0 !important;
}

.modal-panel {
  width: min(88vw, 1520px) !important;
  height: min(76vh, 820px) !important;
  max-height: min(76vh, 820px) !important;
  grid-template-columns: minmax(620px, 1.15fr) minmax(500px, 0.85fr) !important;
  overflow: hidden !important;
}

.modal-media {
  padding: clamp(24px, 3vw, 46px) !important;
}

.modal-image-button {
  max-width: none !important;
}

.modal-media img,
.modal-image-button img {
  max-height: min(64vh, 690px) !important;
}

.modal-content {
  padding: clamp(36px, 4.2vw, 64px) clamp(34px, 4.4vw, 66px) !important;
  overflow: hidden !important;
}

.modal-content h2 {
  max-width: 560px !important;
  font-size: clamp(2.5rem, 3.9vw, 4.65rem) !important;
}

.modal-price {
  font-size: clamp(2.1rem, 3vw, 3.35rem) !important;
}
/* GLT appointment premium absolute */
body.home-page .appointment-section {
  padding: clamp(86px, 9vw, 124px) max(32px, calc((100% - 1240px) / 2)) clamp(104px, 10vw, 144px) !important;
  background:
    radial-gradient(circle at 78% 4%, rgba(125, 17, 22, 0.18), transparent 30rem),
    radial-gradient(circle at 18% 70%, rgba(216, 182, 77, 0.075), transparent 28rem),
    linear-gradient(180deg, #050505, #030303) !important;
}

body.home-page .appointment-copy,
body.home-page .appointment-form {
  width: min(1240px, 100%) !important;
  max-width: 1240px !important;
}

body.home-page .appointment-copy {
  display: grid !important;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 0.62fr) !important;
  gap: clamp(28px, 5vw, 76px) !important;
  padding-bottom: 34px !important;
}

body.home-page .appointment-copy h2 {
  max-width: 680px !important;
  font-size: clamp(2.8rem, 5.6vw, 5.8rem) !important;
  line-height: 0.92 !important;
}

body.home-page .appointment-contact {
  display: none !important;
}

body.home-page .appointment-form {
  display: grid !important;
  grid-template-columns: minmax(0, 1.1fr) minmax(390px, 0.78fr) !important;
  gap: clamp(24px, 3.5vw, 42px) !important;
  padding: clamp(22px, 2.7vw, 34px) !important;
  border-radius: 18px !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.026)),
    rgba(255, 255, 255, 0.012) !important;
  box-shadow:
    0 34px 100px rgba(0, 0, 0, 0.44),
    inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
}

body.home-page .appointment-panel:first-child {
  display: grid !important;
  grid-template-columns: minmax(220px, 0.54fr) minmax(260px, 0.66fr) minmax(0, 1.18fr) !important;
  gap: clamp(22px, 3vw, 34px) !important;
  padding: 0 !important;
  border: 0 !important;
}

body.home-page .appointment-panel:last-child {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 16px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

body.home-page .appointment-choice-grid {
  display: grid !important;
  gap: 0 !important;
}

body.home-page .appointment-choice-grid button {
  justify-content: flex-start !important;
  min-height: 40px !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.075) !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: rgba(247, 243, 235, 0.7) !important;
  text-align: left !important;
}

body.home-page .appointment-choice-grid button.is-selected {
  border-bottom-color: rgba(216, 182, 77, 0.55) !important;
  color: #f0d879 !important;
}

body.home-page .appointment-slots {
  grid-column: auto !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 0 !important;
  max-height: 420px !important;
  overflow: auto !important;
  padding-right: 8px !important;
}

body.home-page .appointment-day {
  display: grid !important;
  grid-template-columns: 116px minmax(0, 1fr) !important;
  gap: 14px !important;
  align-items: center !important;
  min-height: 54px !important;
  padding: 11px 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.075) !important;
  border-radius: 0 !important;
  background: transparent !important;
}

body.home-page .appointment-day > span {
  margin: 0 !important;
  color: rgba(247, 243, 235, 0.42) !important;
  font-size: 0.66rem !important;
}

body.home-page .appointment-day button {
  min-width: 52px !important;
  min-height: 31px !important;
  border: 0 !important;
  border-radius: 6px !important;
  background: rgba(255, 255, 255, 0.06) !important;
}

body.home-page .appointment-day button.is-selected {
  background: rgba(216, 182, 77, 0.2) !important;
  color: #f5dc7b !important;
}

body.home-page .appointment-panel:last-child .form-row {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

body.home-page .appointment-panel input,
body.home-page .appointment-panel textarea {
  min-height: 44px !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #fff8eb !important;
}

body.home-page .appointment-panel textarea {
  min-height: 92px !important;
  resize: none !important;
}

body.home-page .appointment-form .button {
  height: 50px !important;
  min-height: 50px !important;
  max-height: none !important;
  border-radius: 9px !important;
  background: linear-gradient(135deg, #d8b94d, #b58a2c) !important;
}

@media (max-width: 1050px) {
  body.home-page .appointment-copy,
  body.home-page .appointment-form,
  body.home-page .appointment-panel:first-child,
  body.home-page .appointment-panel:last-child .form-row {
    grid-template-columns: 1fr !important;
  }

  body.home-page .appointment-slots {
    max-height: none !important;
    overflow: visible !important;
  }
}

/* GLT appointment premium touch */
.home-page .appointment-section {
  padding: clamp(86px, 9vw, 124px) max(32px, calc((100% - 1240px) / 2)) clamp(104px, 10vw, 144px) !important;
  background:
    radial-gradient(circle at 78% 4%, rgba(125, 17, 22, 0.18), transparent 30rem),
    radial-gradient(circle at 18% 70%, rgba(216, 182, 77, 0.075), transparent 28rem),
    linear-gradient(180deg, #050505, #030303) !important;
}

.home-page .appointment-copy,
.home-page .appointment-form {
  width: min(1240px, 100%) !important;
}

.home-page .appointment-copy {
  display: grid !important;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 0.62fr) !important;
  align-items: end;
  gap: clamp(28px, 5vw, 76px) !important;
  padding-bottom: 34px !important;
}

.home-page .appointment-copy h2 {
  max-width: 680px !important;
  color: #fff8eb !important;
  font-size: clamp(2.8rem, 5.6vw, 5.8rem) !important;
  line-height: 0.92 !important;
}

.home-page .appointment-copy p:not(.eyebrow) {
  max-width: 470px !important;
  color: rgba(247, 243, 235, 0.66) !important;
  font-size: 1rem !important;
}

.home-page .appointment-contact {
  display: none !important;
}

.home-page .appointment-form {
  display: grid !important;
  grid-template-columns: minmax(0, 1.1fr) minmax(390px, 0.78fr) !important;
  gap: clamp(24px, 3.5vw, 42px) !important;
  padding: clamp(22px, 2.7vw, 34px) !important;
  border-radius: 18px !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.026)),
    rgba(255, 255, 255, 0.012) !important;
  box-shadow:
    0 34px 100px rgba(0, 0, 0, 0.44),
    inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
}

.home-page .appointment-panel,
.home-page .appointment-panel:first-child,
.home-page .appointment-panel:last-child {
  background: transparent !important;
  box-shadow: none !important;
}

.home-page .appointment-panel:first-child {
  display: grid !important;
  grid-template-columns: minmax(220px, 0.54fr) minmax(260px, 0.66fr) minmax(0, 1.18fr) !important;
  gap: clamp(22px, 3vw, 34px) !important;
  padding: 0 !important;
  border: 0 !important;
}

.home-page .appointment-panel:last-child {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 16px !important;
  padding: 0 !important;
  border: 0 !important;
}

.home-page .appointment-panel label {
  color: rgba(247, 243, 235, 0.48) !important;
  font-size: 0.68rem !important;
}

.home-page .appointment-choice-grid {
  display: grid !important;
  gap: 0 !important;
}

.home-page .appointment-choice-grid button {
  justify-content: flex-start !important;
  min-height: 40px !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.075) !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: rgba(247, 243, 235, 0.7) !important;
  text-align: left !important;
}

.home-page .appointment-choice-grid button.is-selected {
  border-bottom-color: rgba(216, 182, 77, 0.55) !important;
  color: #f0d879 !important;
}

.home-page .appointment-slots {
  grid-column: auto !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 0 !important;
  max-height: 420px !important;
  overflow: auto !important;
  padding-right: 8px !important;
}

.home-page .appointment-day {
  display: grid !important;
  grid-template-columns: 116px minmax(0, 1fr) !important;
  gap: 14px !important;
  align-items: center !important;
  min-height: 54px !important;
  padding: 11px 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.075) !important;
  border-radius: 0 !important;
  background: transparent !important;
}

.home-page .appointment-day > span {
  margin: 0 !important;
  color: rgba(247, 243, 235, 0.42) !important;
  font-size: 0.66rem !important;
}

.home-page .appointment-day > div {
  gap: 7px !important;
}

.home-page .appointment-day button {
  min-width: 52px !important;
  min-height: 31px !important;
  border: 0 !important;
  border-radius: 6px !important;
  background: rgba(255, 255, 255, 0.06) !important;
  color: rgba(247, 243, 235, 0.76) !important;
}

.home-page .appointment-day button.is-selected {
  background: rgba(216, 182, 77, 0.2) !important;
  color: #f5dc7b !important;
}

.home-page .appointment-panel:last-child .form-row {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

.home-page .appointment-panel input,
.home-page .appointment-panel textarea {
  min-height: 44px !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #fff8eb !important;
}

.home-page .appointment-panel textarea {
  min-height: 92px !important;
  resize: none !important;
}

.home-page .appointment-form .button {
  height: 50px !important;
  min-height: 50px !important;
  max-height: none !important;
  border-radius: 9px !important;
  background: linear-gradient(135deg, #d8b94d, #b58a2c) !important;
  box-shadow: 0 18px 48px rgba(181, 138, 44, 0.2) !important;
}

@media (max-width: 1050px) {
  .home-page .appointment-copy,
  .home-page .appointment-form,
  .home-page .appointment-panel:first-child,
  .home-page .appointment-panel:last-child .form-row {
    grid-template-columns: 1fr !important;
  }

  .home-page .appointment-slots {
    max-height: none !important;
    overflow: visible !important;
  }
}

/* GLT services light refinement */
.home-page .service-hero {
  max-width: 980px;
  margin-bottom: 42px;
}

.home-page .service-hero h2 {
  max-width: 780px;
  font-size: clamp(2.8rem, 6vw, 5.7rem);
  line-height: 0.94;
}

.home-page .service-hero p:not(.eyebrow) {
  max-width: 600px;
  color: rgba(247, 243, 235, 0.66);
}

.home-page .search-service {
  grid-template-columns: minmax(0, 1.06fr) minmax(320px, 0.74fr);
  gap: clamp(22px, 4vw, 54px);
  margin-bottom: 22px;
}

.home-page .search-intro,
.home-page .criteria-panel,
.home-page .service-steps article {
  border: 0 !important;
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.024)),
    rgba(255, 255, 255, 0.018) !important;
  box-shadow:
    0 22px 68px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.055) !important;
}

.home-page .search-intro {
  position: relative;
  overflow: hidden;
  padding: clamp(32px, 4.2vw, 56px) !important;
}

.home-page .search-intro::after {
  position: absolute;
  right: -80px;
  bottom: -110px;
  width: 260px;
  height: 260px;
  content: "";
  pointer-events: none;
  background: radial-gradient(circle, rgba(216, 182, 77, 0.12), transparent 68%);
}

.home-page .search-intro h3 {
  max-width: 620px;
  color: #fff8eb;
  font-size: clamp(2rem, 3.1vw, 3.35rem);
  letter-spacing: 0;
}

.home-page .search-intro p {
  max-width: 700px;
  color: rgba(247, 243, 235, 0.68);
}

.home-page .search-intro .button {
  min-height: 42px;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(135deg, #d8b94d, #ad8329);
  box-shadow: 0 16px 38px rgba(185, 141, 45, 0.18);
}

.home-page .criteria-panel {
  padding: clamp(28px, 3vw, 42px) !important;
}

.home-page .criteria-panel span {
  color: #d8bf6a;
}

.home-page .criteria-panel ul {
  gap: 13px;
}

.home-page .criteria-panel li {
  color: rgba(247, 243, 235, 0.76);
}

.home-page .criteria-panel li::before {
  width: 6px;
  height: 6px;
  background: #d8bf6a;
  box-shadow: 0 0 16px rgba(216, 191, 106, 0.32);
}

.home-page .service-steps {
  gap: 14px;
}

.home-page .service-steps article {
  min-height: 184px;
  padding: 24px !important;
}

.home-page .service-icon {
  width: auto;
  height: auto;
  margin-bottom: 22px;
  color: #d8bf6a;
  background: transparent;
  font-size: 0.78rem;
}

.home-page .service-steps h3 {
  color: #fff8eb;
  font-size: 1.05rem;
}

.home-page .service-steps p {
  color: rgba(247, 243, 235, 0.62);
}

@media (max-width: 980px) {
  .home-page .search-service,
  .home-page .service-steps {
    grid-template-columns: 1fr;
  }
}

/* GLT modal 75 viewport absolute */
.vehicle-modal {
  padding: 0 !important;
}

.modal-panel {
  width: min(88vw, 1520px) !important;
  height: min(76vh, 820px) !important;
  max-height: min(76vh, 820px) !important;
  grid-template-columns: minmax(620px, 1.15fr) minmax(500px, 0.85fr) !important;
  overflow: hidden !important;
}

.modal-media {
  padding: clamp(24px, 3vw, 46px) !important;
}

.modal-image-button {
  max-width: none !important;
}

.modal-media img,
.modal-image-button img {
  max-height: min(64vh, 690px) !important;
}

.modal-content {
  padding: clamp(36px, 4.2vw, 64px) clamp(34px, 4.4vw, 66px) !important;
  overflow: hidden !important;
}

.modal-content h2 {
  max-width: 560px !important;
  font-size: clamp(2.5rem, 3.9vw, 4.65rem) !important;
}

.modal-price {
  font-size: clamp(2.1rem, 3vw, 3.35rem) !important;
}

/* GLT modal 75 viewport absolute */
.vehicle-modal {
  padding: 0 !important;
}

.modal-panel {
  width: min(88vw, 1520px) !important;
  height: min(76vh, 820px) !important;
  max-height: min(76vh, 820px) !important;
  grid-template-columns: minmax(620px, 1.15fr) minmax(500px, 0.85fr) !important;
  overflow: hidden !important;
}

.modal-media {
  padding: clamp(24px, 3vw, 46px) !important;
}

.modal-image-button {
  max-width: none !important;
}

.modal-media img,
.modal-image-button img {
  max-height: min(64vh, 690px) !important;
}

.modal-content {
  padding: clamp(36px, 4.2vw, 64px) clamp(34px, 4.4vw, 66px) !important;
  overflow: hidden !important;
}

.modal-content h2 {
  max-width: 560px !important;
  font-size: clamp(2.5rem, 3.9vw, 4.65rem) !important;
}

.modal-price {
  font-size: clamp(2.1rem, 3vw, 3.35rem) !important;
}

/* GLT modal 75 viewport */
.vehicle-modal {
  padding: 0 !important;
}

.modal-panel {
  width: min(88vw, 1520px) !important;
  height: min(76vh, 820px) !important;
  max-height: min(76vh, 820px) !important;
  grid-template-columns: minmax(620px, 1.15fr) minmax(500px, 0.85fr) !important;
}

.modal-media {
  padding: clamp(24px, 3vw, 46px) !important;
}

.modal-image-button {
  max-width: none !important;
}

.modal-media img,
.modal-image-button img {
  max-height: min(64vh, 690px) !important;
}

.modal-content {
  padding: clamp(36px, 4.2vw, 64px) clamp(34px, 4.4vw, 66px) !important;
}

.modal-content h2 {
  max-width: 560px !important;
  font-size: clamp(2.5rem, 3.9vw, 4.65rem) !important;
}

.modal-price {
  font-size: clamp(2.1rem, 3vw, 3.35rem) !important;
}

.modal-text p {
  -webkit-line-clamp: 2;
}

/* GLT modal no-scroll final */
.modal-panel {
  width: min(1320px, calc(100vw - 48px)) !important;
  height: min(720px, calc(100vh - 56px)) !important;
  max-height: min(720px, calc(100vh - 56px)) !important;
  grid-template-columns: minmax(560px, 1.08fr) minmax(430px, 0.82fr) !important;
}

.modal-media {
  display: grid !important;
  place-items: center !important;
  padding: 22px !important;
}

.modal-image-button {
  width: 100% !important;
  max-width: 680px !important;
}

.modal-media img,
.modal-image-button img {
  max-height: min(560px, calc(100vh - 170px)) !important;
  aspect-ratio: 16 / 10 !important;
}

.modal-content {
  display: grid !important;
  grid-template-rows: auto auto auto 1fr auto;
  overflow: hidden !important;
  padding: 34px 34px 28px !important;
}

.modal-content .eyebrow {
  margin-bottom: 8px !important;
  font-size: 0.66rem !important;
}

.modal-content h2 {
  max-width: 470px !important;
  margin-bottom: 10px !important;
  font-size: clamp(2.05rem, 3.25vw, 3.45rem) !important;
  line-height: 0.96 !important;
}

.modal-price {
  margin-bottom: 18px !important;
  font-size: clamp(1.9rem, 2.7vw, 2.9rem) !important;
}

.modal-specs {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 8px !important;
  margin-bottom: 18px !important;
}

.modal-specs div {
  padding: 10px 11px !important;
}

.modal-specs dt {
  margin-bottom: 4px !important;
  font-size: 0.58rem !important;
}

.modal-specs dd {
  font-size: 0.86rem !important;
}

.modal-text {
  align-content: start;
  gap: 5px !important;
  margin-bottom: 16px !important;
  padding-top: 16px !important;
  overflow: hidden !important;
}

.modal-text h3 {
  margin-top: 5px !important;
  font-size: 0.86rem !important;
}

.modal-text p {
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 2px !important;
  color: rgba(247, 243, 235, 0.68) !important;
  font-size: 0.88rem !important;
  line-height: 1.45 !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.modal-content .button,
.modal-content .button.primary {
  min-height: 42px !important;
  margin-top: 0 !important;
}

@media (max-width: 980px) {
  .modal-panel {
    height: auto !important;
    grid-template-columns: 1fr !important;
    overflow-y: auto !important;
  }

  .modal-content {
    overflow: visible !important;
  }
}

/* GLT modal absolute final */
.vehicle-modal {
  padding: clamp(18px, 3vw, 42px) !important;
}

.modal-panel {
  grid-template-columns: minmax(420px, 0.92fr) minmax(430px, 0.8fr) !important;
  width: min(1240px, calc(100vw - 56px)) !important;
  height: min(760px, calc(100vh - 56px)) !important;
  max-height: min(760px, calc(100vh - 56px)) !important;
  align-items: stretch !important;
  overflow: hidden !important;
}

.modal-media,
.modal-content {
  min-height: 0 !important;
  height: 100% !important;
}

.modal-media {
  padding: 18px !important;
  align-items: center !important;
}

.modal-image-button {
  height: auto !important;
  max-height: 100% !important;
}

.modal-media img,
.modal-image-button img {
  width: 100% !important;
  height: auto !important;
  max-height: min(610px, calc(100vh - 130px)) !important;
  aspect-ratio: 16 / 10 !important;
  object-fit: contain !important;
}

.modal-content {
  overflow-y: auto !important;
  padding: clamp(34px, 4vw, 58px) clamp(28px, 4vw, 52px) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.018)),
    #151517 !important;
}

.modal-content h2 {
  color: #fff8eb !important;
}

.modal-text p {
  color: rgba(247, 243, 235, 0.68) !important;
}

@media (max-width: 980px) {
  .modal-panel {
    grid-template-columns: 1fr !important;
    height: auto !important;
    overflow-y: auto !important;
  }

  .modal-media,
  .modal-content {
    height: auto !important;
  }
}

/* GLT modal correction */
.vehicle-modal {
  padding: clamp(18px, 3vw, 42px) !important;
}

.modal-panel {
  grid-template-columns: minmax(420px, 0.92fr) minmax(430px, 0.8fr) !important;
  width: min(1240px, calc(100vw - 56px)) !important;
  height: auto !important;
  max-height: min(760px, calc(100vh - 56px)) !important;
  border-radius: 18px !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025)),
    #101012 !important;
}

.modal-media {
  min-height: auto !important;
  padding: 18px !important;
  align-items: center !important;
  background:
    radial-gradient(circle at 50% 40%, rgba(216, 182, 77, 0.08), transparent 44%),
    #070707 !important;
}

.modal-image-button {
  height: auto !important;
  border-radius: 12px !important;
  overflow: hidden;
  background: #050505 !important;
}

.modal-media img,
.modal-image-button img {
  width: 100% !important;
  height: auto !important;
  max-height: min(640px, calc(100vh - 120px)) !important;
  aspect-ratio: 16 / 10 !important;
  object-fit: contain !important;
  object-position: center center !important;
  background: #050505 !important;
  filter: saturate(0.96) contrast(1.04) brightness(0.94);
}

.modal-content {
  display: flex !important;
  overflow-y: auto !important;
  padding: clamp(34px, 4vw, 58px) clamp(28px, 4vw, 52px) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.018)),
    #151517 !important;
  color: #f7f3eb !important;
}

.modal-content .eyebrow {
  color: #d6ba58 !important;
}

.modal-content h2 {
  max-width: 520px;
  color: #fff8eb !important;
  font-size: clamp(2.1rem, 4vw, 4.1rem) !important;
  line-height: 0.98 !important;
}

.modal-price {
  color: #d9b846 !important;
  font-size: clamp(2rem, 3.1vw, 3.2rem) !important;
}

.modal-specs {
  gap: 10px !important;
}

.modal-specs div {
  background: rgba(255, 255, 255, 0.06) !important;
}

.modal-specs dt {
  color: rgba(247, 243, 235, 0.42) !important;
}

.modal-specs dd {
  color: #fff8eb !important;
}

.modal-text {
  gap: 8px !important;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.modal-text h3 {
  color: #e5d084 !important;
}

.modal-text p {
  color: rgba(247, 243, 235, 0.68) !important;
}

.modal-close {
  top: 18px !important;
  right: 18px !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, 0.1) !important;
  color: #fff8eb !important;
}

.modal-content .button,
.modal-content .button.primary {
  border: 0 !important;
  border-radius: 9px !important;
  background: linear-gradient(135deg, #d6b348, #b88d2d) !important;
  color: #090909 !important;
}

@media (max-width: 980px) {
  .modal-panel {
    grid-template-columns: 1fr !important;
    width: min(760px, calc(100vw - 28px)) !important;
    max-height: calc(100vh - 28px) !important;
    overflow-y: auto !important;
  }

  .modal-media img,
  .modal-image-button img {
    max-height: 46vh !important;
  }
}

/* GLT vehicle pass */
.home-page .vehicle-grid,
.vehicle-page .vehicle-grid {
  gap: clamp(18px, 2vw, 28px) !important;
}

.home-page .vehicle-card,
.vehicle-page .vehicle-card {
  overflow: hidden;
  border: 0 !important;
  border-radius: 10px !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.022)),
    #121214 !important;
  box-shadow:
    0 18px 52px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.055) !important;
  transform: translateY(0);
}

.home-page .vehicle-card::after,
.vehicle-page .vehicle-card::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent 46%, rgba(0, 0, 0, 0.16)),
    linear-gradient(135deg, rgba(216, 182, 77, 0.1), transparent 34%);
  opacity: 0;
  transition: opacity 0.28s ease;
}

.home-page .vehicle-card:hover,
.home-page .vehicle-card:focus-visible,
.vehicle-page .vehicle-card:hover,
.vehicle-page .vehicle-card:focus-visible {
  transform: translateY(-3px) !important;
  box-shadow:
    0 28px 78px rgba(0, 0, 0, 0.46),
    inset 0 1px 0 rgba(255, 255, 255, 0.075) !important;
}

.home-page .vehicle-card:hover::after,
.home-page .vehicle-card:focus-visible::after,
.vehicle-page .vehicle-card:hover::after,
.vehicle-page .vehicle-card:focus-visible::after {
  opacity: 1;
}

.home-page .vehicle-card img,
.vehicle-page .vehicle-card img {
  width: 100%;
  aspect-ratio: 1.46 / 1 !important;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.04) brightness(0.92);
  transform: scale(1.001);
}

.home-page .vehicle-card:hover img,
.home-page .vehicle-card:focus-visible img,
.vehicle-page .vehicle-card:hover img,
.vehicle-page .vehicle-card:focus-visible img {
  filter: saturate(1.02) contrast(1.06) brightness(0.98);
  transform: scale(1.028);
}

.home-page .vehicle-body,
.vehicle-page .vehicle-body {
  position: relative;
  z-index: 3;
  display: grid;
  min-height: 226px;
  padding: 18px !important;
}

.home-page .vehicle-body h3,
.vehicle-page .vehicle-body h3 {
  min-height: 2.6em;
  margin-top: 12px;
  color: #fff9ef;
  font-size: clamp(1rem, 1.15vw, 1.16rem);
  line-height: 1.26;
}

.home-page .tag,
.vehicle-page .tag {
  width: fit-content;
  border: 0 !important;
  border-radius: 4px !important;
  background: rgba(216, 182, 77, 0.12) !important;
  color: #dec666 !important;
  font-size: 0.68rem;
  letter-spacing: 0.02em;
}

.home-page .specs,
.vehicle-page .specs {
  gap: 7px;
  margin-top: 12px;
}

.home-page .specs li,
.vehicle-page .specs li {
  border: 0 !important;
  border-radius: 4px !important;
  background: rgba(255, 255, 255, 0.06) !important;
  color: rgba(247, 243, 235, 0.72) !important;
  font-size: 0.72rem;
}

.home-page .card-bottom,
.vehicle-page .card-bottom {
  align-self: end;
  margin-top: 18px;
  padding-top: 16px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.075) !important;
}

.home-page .card-bottom strong,
.vehicle-page .card-bottom strong {
  color: #e3c45d !important;
  font-size: 1.22rem !important;
  letter-spacing: 0;
}

.home-page .card-bottom button,
.vehicle-page .card-bottom button,
.home-vehicles-actions .button {
  min-height: 36px !important;
  padding: 0 14px !important;
  border: 0 !important;
  border-radius: 7px !important;
  background: rgba(255, 255, 255, 0.075) !important;
  color: rgba(255, 248, 235, 0.88) !important;
  box-shadow: none !important;
}

.home-page .card-bottom button:hover,
.vehicle-page .card-bottom button:hover,
.home-vehicles-actions .button:hover {
  background: rgba(216, 182, 77, 0.16) !important;
  color: #fff8eb !important;
}

.vehicle-page .site-header {
  background: transparent !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

.vehicle-page .vehicles-page-hero {
  padding-top: 132px !important;
  padding-bottom: 74px !important;
  background:
    radial-gradient(circle at 82% 18%, rgba(112, 16, 20, 0.16), transparent 34rem),
    linear-gradient(180deg, #050505, #090909) !important;
}

.vehicle-page .vehicles-section {
  padding-top: 54px !important;
}

.vehicle-page .vehicles-toolbar {
  margin-bottom: 30px;
}

.vehicle-page .filter {
  min-height: 40px;
  border: 0 !important;
  border-radius: 7px !important;
  background: rgba(255, 255, 255, 0.065) !important;
  color: rgba(247, 243, 235, 0.72) !important;
}

.vehicle-page .filter.active,
.vehicle-page .filter:hover {
  background: rgba(216, 182, 77, 0.16) !important;
  color: #f6d66e !important;
}

.modal-panel {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 18px !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.02)),
    #101012 !important;
  box-shadow: 0 32px 110px rgba(0, 0, 0, 0.68) !important;
}

.modal-media {
  background: #060606 !important;
}

.modal-content {
  background: transparent !important;
  color: #fff8eb !important;
}

.modal-specs div {
  border: 0 !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, 0.06) !important;
}

.modal-text {
  border-top-color: rgba(255, 255, 255, 0.08) !important;
}

@media (max-width: 900px) {
  .home-page .vehicle-grid,
  .vehicle-page .vehicle-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 620px) {
  .home-page .vehicle-grid,
  .vehicle-page .vehicle-grid {
    grid-template-columns: 1fr !important;
  }
}

/* GLT header/video cleanup */
.home-page .site-header {
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  min-height: 82px;
  justify-content: center !important;
  padding: 24px 24px 12px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  transform: none !important;
}

.home-page .main-nav {
  display: flex;
  width: auto !important;
  margin: 0 auto !important;
  align-items: center;
  justify-content: center !important;
  gap: clamp(26px, 4.2vw, 64px);
  padding: 0 !important;
}

.home-page .main-nav a {
  padding: 8px 0;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.58);
}

.home-page .hero {
  border-bottom: 0 !important;
}

.home-page .hero::after {
  background: linear-gradient(180deg, transparent, rgba(5, 5, 5, 0.56) 68%, #050505) !important;
}

@media (max-width: 720px) {
  .home-page .site-header {
    justify-content: flex-end !important;
    min-height: 66px;
    padding: 12px 18px !important;
  }

  .home-page .main-nav {
    top: 74px;
    left: 16px;
    right: 16px;
    width: auto !important;
    padding: 12px !important;
    border: 1px solid rgba(232, 222, 203, 0.12);
    border-radius: 18px;
    background: rgba(5, 5, 6, 0.86) !important;
    backdrop-filter: blur(18px);
  }
}

/* GLT flow pass 01 */
.home-page {
  background:
    radial-gradient(circle at 92% 18%, rgba(112, 16, 20, 0.18), transparent 30vw),
    radial-gradient(circle at 12% 42%, rgba(198, 157, 56, 0.08), transparent 34vw),
    #050505;
}

.home-page main {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background:
    linear-gradient(180deg, #050505 0%, #090909 24%, #060606 100%);
}

.home-page main > section {
  position: relative;
  isolation: isolate;
  scroll-margin-top: 90px;
}

.home-page .hero {
  order: 0;
  min-height: clamp(620px, 78vh, 850px);
  border-bottom: 1px solid rgba(211, 174, 70, 0.16);
}

.home-page .hero::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: 2;
  height: 210px;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent, rgba(5, 5, 5, 0.72) 58%, #050505),
    linear-gradient(90deg, transparent, rgba(203, 166, 61, 0.08), transparent);
}

.home-page .hero-video {
  object-position: center 46%;
}

.home-page .intro-section {
  order: 20;
  width: min(1180px, calc(100% - 72px));
  margin: 0 auto;
  padding: clamp(72px, 9vw, 128px) 0 clamp(68px, 8vw, 112px);
  color: #fff8eb;
  background: transparent;
}

.home-page .intro-section::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 116px;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, #d8b64d, transparent);
}

.home-page .intro-section::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
}

.home-page .intro-section h2 {
  max-width: 740px;
  color: #fff8eb;
  font-size: clamp(3rem, 7vw, 6.4rem);
  letter-spacing: 0;
}

.home-page .intro-copy {
  border-left-color: rgba(216, 182, 77, 0.32);
}

.home-page .intro-copy p {
  color: rgba(255, 248, 235, 0.72);
}

.home-page .vehicles-section {
  order: 40;
  padding-top: clamp(76px, 8vw, 112px);
  padding-bottom: clamp(86px, 9vw, 124px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0.01) 42%, rgba(90, 13, 17, 0.1)),
    #070707;
}

.home-page .vehicles-section::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 88px 88px;
  mask-image: linear-gradient(180deg, transparent, #000 18%, #000 84%, transparent);
}

.home-page .vehicles-section .section-heading {
  width: min(1180px, calc(100% - 72px));
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 22px;
}

.home-page .vehicle-grid {
  width: min(1180px, calc(100% - 72px));
  margin-right: auto;
  margin-left: auto;
}

.home-page .home-vehicles-actions {
  width: min(1180px, calc(100% - 72px));
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.home-page .services-section {
  order: 70;
  padding-top: clamp(86px, 9vw, 132px);
  padding-bottom: clamp(88px, 9vw, 132px);
  background:
    radial-gradient(circle at 82% 12%, rgba(214, 177, 67, 0.09), transparent 30vw),
    linear-gradient(180deg, #070707, #0a0a0a 55%, #060606);
}

.home-page .services-section::before,
.home-page .appointment-section::before {
  position: absolute;
  top: 0;
  right: 8vw;
  left: 8vw;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(216, 182, 77, 0.32), rgba(133, 24, 28, 0.22), transparent);
}

.home-page .search-service,
.home-page .criteria-panel {
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 26px 76px rgba(0, 0, 0, 0.28);
}

.home-page .appointment-section {
  order: 95;
  padding-top: clamp(88px, 9vw, 134px);
  padding-bottom: clamp(96px, 10vw, 150px);
  background:
    radial-gradient(circle at 72% 16%, rgba(126, 19, 22, 0.16), transparent 32vw),
    linear-gradient(180deg, #060606, #040404);
}

.home-page .appointment-copy,
.home-page .appointment-form {
  width: min(1180px, calc(100% - 72px));
  margin-right: auto;
  margin-left: auto;
}

.home-page .site-footer {
  border-top-color: rgba(216, 182, 77, 0.14);
  background: #040404;
}

@media (max-width: 840px) {
  .home-page .intro-section,
  .home-page .vehicles-section .section-heading,
  .home-page .vehicle-grid,
  .home-page .home-vehicles-actions,
  .home-page .appointment-copy,
  .home-page .appointment-form {
    width: min(100% - 36px, 1180px);
  }

  .home-page .hero {
    min-height: 560px;
  }
}

/* GLT flow pass 01.1 */
.home-page .intro-section h2 {
  max-width: 760px;
  font-size: clamp(2.7rem, 5vw, 4.8rem);
  line-height: 0.98;
}

.home-page .intro-section {
  padding-top: clamp(68px, 7vw, 108px);
  padding-bottom: clamp(66px, 7vw, 104px);
}

/* GLT RDV hard reset: compact premium card */
body.home-page .appointment-section {
  display: block !important;
  padding: 92px 20px 112px !important;
  background:
    radial-gradient(circle at 72% 0%, rgba(143, 31, 36, 0.12), transparent 26rem),
    linear-gradient(180deg, #050506 0%, #020203 100%) !important;
}

body.home-page .appointment-copy {
  display: block !important;
  width: min(430px, 100%) !important;
  margin: 0 auto 0 !important;
  padding: 24px 24px 0 !important;
  border: 0 !important;
  text-align: center !important;
  background:
    radial-gradient(circle at 80% 0%, rgba(201, 168, 76, 0.08), transparent 14rem),
    rgba(255, 255, 255, 0.035) !important;
  border-radius: 22px 22px 0 0 !important;
}

body.home-page .appointment-copy .eyebrow {
  margin-bottom: 10px !important;
  color: rgba(201, 168, 76, 0.86) !important;
  font-size: 0.64rem !important;
  letter-spacing: 0.22em !important;
}

body.home-page .appointment-copy h2 {
  max-width: none !important;
  margin: 0 0 6px !important;
  color: #fffaf0 !important;
  font-size: 2rem !important;
  line-height: 1 !important;
  letter-spacing: -0.02em !important;
}

body.home-page .appointment-copy p:not(.eyebrow) {
  max-width: 320px !important;
  margin: 0 auto !important;
  color: rgba(247, 243, 235, 0.58) !important;
  font-size: 0.82rem !important;
  line-height: 1.45 !important;
}

body.home-page .appointment-contact {
  display: none !important;
}

body.home-page .appointment-form {
  display: block !important;
  width: min(430px, 100%) !important;
  margin: 0 auto !important;
  padding: 20px 24px 24px !important;
  border-radius: 0 0 22px 22px !important;
  background: rgba(255, 255, 255, 0.035) !important;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.5) !important;
}

body.home-page .appointment-panel,
body.home-page .appointment-panel:first-child,
body.home-page .appointment-panel:last-child {
  display: block !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.home-page .appointment-panel label {
  display: block !important;
  margin: 0 0 12px !important;
  color: rgba(247, 243, 235, 0.52) !important;
  font-size: 0.68rem !important;
  font-weight: 850 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
}

body.home-page .appointment-choice-grid {
  display: grid !important;
  width: 100% !important;
  margin-top: 7px !important;
  gap: 6px !important;
  border-radius: 0 !important;
  background: transparent !important;
}

body.home-page [data-appointment-subject-choices] {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

body.home-page .vehicle-choices {
  grid-template-columns: 1fr !important;
}

body.home-page .appointment-choice-grid button {
  width: 100% !important;
  min-height: 34px !important;
  padding: 0 10px !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 7px !important;
  background: rgba(255, 255, 255, 0.045) !important;
  color: rgba(247, 243, 235, 0.74) !important;
  font-size: 0.76rem !important;
  text-align: left !important;
}

body.home-page .appointment-choice-grid button.is-selected {
  border-color: rgba(201, 168, 76, 0.42) !important;
  background: rgba(201, 168, 76, 0.14) !important;
  color: #f2d77e !important;
}

body.home-page .vehicle-choices button:not(.is-selected):nth-child(n+3) {
  display: none !important;
}

body.home-page .appointment-slots {
  display: block !important;
  width: 100% !important;
  margin: 16px 0 18px !important;
  padding: 0 !important;
  max-height: none !important;
  overflow: visible !important;
}

body.home-page .appointment-day {
  display: none !important;
}

body.home-page .appointment-calendar-head {
  display: flex !important;
  align-items: end !important;
  justify-content: space-between !important;
  margin: 0 0 12px !important;
}

body.home-page .appointment-calendar-head span {
  color: #fffaf0 !important;
  font-size: 1rem !important;
  font-weight: 850 !important;
  text-transform: capitalize !important;
}

body.home-page .appointment-calendar-head small {
  color: rgba(247, 243, 235, 0.38) !important;
  font-size: 0.7rem !important;
  font-weight: 800 !important;
}

body.home-page .appointment-weekdays,
body.home-page .appointment-calendar-grid {
  display: grid !important;
  grid-template-columns: repeat(7, 1fr) !important;
}

body.home-page .appointment-weekdays {
  padding-bottom: 7px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
}

body.home-page .appointment-weekdays span {
  color: rgba(247, 243, 235, 0.66) !important;
  font-size: 0.72rem !important;
  font-weight: 850 !important;
  text-align: center !important;
}

body.home-page .appointment-calendar-grid {
  gap: 3px !important;
  padding: 8px 0 10px !important;
}

body.home-page .appointment-calendar-grid button,
body.home-page .appointment-empty {
  display: grid !important;
  height: 32px !important;
  place-items: center !important;
}

body.home-page .appointment-calendar-grid button {
  border: 0 !important;
  border-radius: 8px !important;
  background: transparent !important;
  color: rgba(247, 243, 235, 0.82) !important;
  font-size: 0.86rem !important;
  font-weight: 800 !important;
}

body.home-page .appointment-calendar-grid button:disabled {
  color: rgba(247, 243, 235, 0.16) !important;
}

body.home-page .appointment-calendar-grid button.is-selected {
  background: rgba(201, 168, 76, 0.2) !important;
  color: #f2d77e !important;
}

body.home-page .appointment-times {
  display: grid !important;
  gap: 8px !important;
  padding-top: 9px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

body.home-page .appointment-times > span {
  color: rgba(247, 243, 235, 0.48) !important;
  font-size: 0.66rem !important;
  font-weight: 850 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
}

body.home-page .appointment-times > div {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
}

body.home-page .appointment-times button {
  min-height: 30px !important;
  padding: 0 10px !important;
  border: 0 !important;
  border-radius: 7px !important;
  background: rgba(255, 255, 255, 0.06) !important;
  color: rgba(247, 243, 235, 0.72) !important;
  font-size: 0.78rem !important;
  font-weight: 850 !important;
}

body.home-page .appointment-times button.is-selected {
  background: rgba(201, 168, 76, 0.18) !important;
  color: #f2d77e !important;
}

body.home-page .appointment-panel:last-child {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 10px !important;
}

body.home-page .appointment-panel:last-child .form-row {
  display: contents !important;
}

body.home-page .appointment-panel:last-child > label:nth-of-type(1),
body.home-page .appointment-panel:last-child > label:nth-of-type(2),
body.home-page .appointment-panel:last-child .button,
body.home-page .appointment-panel:last-child .form-status {
  grid-column: 1 / -1 !important;
}

body.home-page .appointment-panel input,
body.home-page .appointment-panel textarea {
  width: 100% !important;
  min-height: 34px !important;
  padding: 0 0 6px !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #fffaf0 !important;
  font-size: 0.84rem !important;
}

body.home-page .appointment-panel textarea {
  min-height: 58px !important;
  padding-top: 4px !important;
}

body.home-page .appointment-form .button {
  width: 100% !important;
  height: 42px !important;
  min-height: 42px !important;
  max-height: 42px !important;
  margin-top: 2px !important;
  border-radius: 8px !important;
}

/* GLT RDV wide premium card */
body.home-page .appointment-copy,
body.home-page .appointment-form {
  width: min(760px, 100%) !important;
}

body.home-page .appointment-copy {
  padding: 28px 34px 0 !important;
}

body.home-page .appointment-copy p:not(.eyebrow) {
  max-width: 520px !important;
}

body.home-page .appointment-form {
  padding: 24px 34px 30px !important;
}

body.home-page .appointment-panel:first-child {
  display: grid !important;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.05fr) !important;
  gap: 20px 28px !important;
}

body.home-page .appointment-panel:first-child > label:nth-of-type(1) {
  grid-column: 1 !important;
}

body.home-page .appointment-panel:first-child > label:nth-of-type(2) {
  grid-column: 2 !important;
}

body.home-page .appointment-slots {
  grid-column: 1 / -1 !important;
}

body.home-page [data-appointment-subject-choices] {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

body.home-page .vehicle-choices button:not(.is-selected):nth-child(n+4) {
  display: block !important;
}

body.home-page .appointment-calendar-grid button,
body.home-page .appointment-empty {
  height: 38px !important;
}

body.home-page .appointment-times > div {
  gap: 8px !important;
}

body.home-page .appointment-times button {
  min-width: 58px !important;
}

body.home-page .appointment-panel:last-child {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 12px 16px !important;
}

body.home-page .appointment-panel:last-child .form-row {
  display: contents !important;
}

body.home-page .appointment-panel:last-child > label:nth-of-type(1) {
  grid-column: 3 !important;
}

body.home-page .appointment-panel:last-child > label:nth-of-type(2) {
  grid-column: 1 / 3 !important;
}

body.home-page .appointment-panel:last-child .button,
body.home-page .appointment-panel:last-child .form-status {
  grid-column: 3 !important;
}

@media (max-width: 820px) {
  body.home-page .appointment-copy,
  body.home-page .appointment-form {
    width: min(520px, 100%) !important;
  }

  body.home-page .appointment-panel:first-child,
  body.home-page .appointment-panel:last-child {
    grid-template-columns: 1fr !important;
  }

  body.home-page .appointment-panel:first-child > label:nth-of-type(1),
  body.home-page .appointment-panel:first-child > label:nth-of-type(2),
  body.home-page .appointment-slots,
  body.home-page .appointment-panel:last-child > label:nth-of-type(1),
  body.home-page .appointment-panel:last-child > label:nth-of-type(2),
  body.home-page .appointment-panel:last-child .button,
  body.home-page .appointment-panel:last-child .form-status {
    grid-column: 1 !important;
  }
}

/* GLT RDV breathing room and premium controls */
body.home-page .appointment-section {
  padding-top: 104px !important;
  padding-bottom: 128px !important;
}

body.home-page .appointment-copy,
body.home-page .appointment-form {
  width: min(820px, 100%) !important;
}

body.home-page .appointment-copy {
  padding: 34px 42px 0 !important;
}

body.home-page .appointment-copy h2 {
  margin-bottom: 10px !important;
}

body.home-page .appointment-form {
  padding: 34px 42px 38px !important;
}

body.home-page .appointment-panel:first-child {
  gap: 30px 40px !important;
  padding-bottom: 8px !important;
}

body.home-page .appointment-panel label {
  margin-bottom: 18px !important;
}

body.home-page .appointment-choice-grid {
  gap: 8px !important;
}

body.home-page .appointment-choice-grid button {
  min-height: 44px !important;
  padding: 0 14px !important;
  border: 0 !important;
  border-radius: 12px !important;
  background: rgba(255, 255, 255, 0.055) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045) !important;
  color: rgba(247, 243, 235, 0.68) !important;
  transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

body.home-page .appointment-choice-grid button:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.085) !important;
}

body.home-page .appointment-choice-grid button.is-selected {
  background: linear-gradient(135deg, rgba(201, 168, 76, 0.22), rgba(201, 168, 76, 0.1)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 10px 26px rgba(201, 168, 76, 0.08) !important;
  color: #f6dc87 !important;
}

body.home-page .vehicle-choices {
  gap: 8px !important;
}

body.home-page .vehicle-choices button {
  min-height: 42px !important;
}

body.home-page .appointment-slots {
  margin: 22px 0 24px !important;
}

body.home-page .appointment-calendar-head {
  margin-bottom: 18px !important;
}

body.home-page .appointment-weekdays {
  padding-bottom: 10px !important;
}

body.home-page .appointment-calendar-grid {
  gap: 8px 6px !important;
  padding: 14px 0 18px !important;
}

body.home-page .appointment-calendar-grid button,
body.home-page .appointment-empty {
  height: 44px !important;
}

body.home-page .appointment-calendar-grid button {
  border-radius: 12px !important;
  font-size: 0.94rem !important;
}

body.home-page .appointment-calendar-grid button:not(:disabled):hover {
  background: rgba(255, 255, 255, 0.06) !important;
}

body.home-page .appointment-calendar-grid button.is-selected {
  background: linear-gradient(135deg, rgba(201, 168, 76, 0.24), rgba(201, 168, 76, 0.12)) !important;
  box-shadow: 0 10px 26px rgba(201, 168, 76, 0.08) !important;
}

body.home-page .appointment-times {
  gap: 12px !important;
  padding-top: 16px !important;
}

body.home-page .appointment-times > div {
  gap: 10px !important;
}

body.home-page .appointment-times button {
  min-width: 70px !important;
  min-height: 38px !important;
  border-radius: 10px !important;
  background: rgba(255, 255, 255, 0.055) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04) !important;
}

body.home-page .appointment-times button:hover {
  background: rgba(255, 255, 255, 0.085) !important;
}

body.home-page .appointment-times button.is-selected {
  background: rgba(201, 168, 76, 0.17) !important;
}

body.home-page .appointment-panel:last-child {
  gap: 18px 22px !important;
  padding-top: 12px !important;
}

body.home-page .appointment-panel input,
body.home-page .appointment-panel textarea {
  min-height: 42px !important;
  padding-bottom: 10px !important;
}

body.home-page .appointment-panel textarea {
  min-height: 78px !important;
}

body.home-page .appointment-form .button {
  height: 48px !important;
  min-height: 48px !important;
  max-height: 48px !important;
  border-radius: 12px !important;
}

/* GLT RDV real final fix */
.appointment-form {
  grid-template-columns: 1fr !important;
  gap: 28px !important;
}

.appointment-panel:first-child {
  grid-template-columns: 260px 340px minmax(0, 1fr) !important;
  gap: 30px !important;
}

.appointment-panel:last-child {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr) !important;
  gap: 20px 28px !important;
  align-items: end !important;
  padding: 24px !important;
  border-radius: 18px !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.026)) !important;
}

.appointment-panel:last-child .form-row {
  grid-column: 1 !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

.appointment-panel:last-child > label:nth-of-type(1) {
  grid-column: 2 !important;
}

.appointment-panel:last-child > label:nth-of-type(2) {
  grid-column: 1 !important;
}

.appointment-panel:last-child .button {
  grid-column: 2 !important;
  align-self: end !important;
  justify-self: stretch !important;
  width: 100% !important;
  height: 54px !important;
  min-height: 54px !important;
  max-height: 54px !important;
  padding: 0 22px !important;
  border-radius: 10px !important;
}

.appointment-panel:last-child .form-status {
  grid-column: 2 !important;
  margin: -6px 0 0 !important;
}

.appointment-slots {
  grid-template-columns: 1fr !important;
}

.appointment-day {
  grid-template-columns: 112px 1fr !important;
  min-height: 50px !important;
  padding: 9px 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

@media (max-width: 1050px) {
  .appointment-panel:first-child,
  .appointment-panel:last-child,
  .appointment-panel:last-child .form-row {
    grid-template-columns: 1fr !important;
  }

  .appointment-panel:last-child .form-row,
  .appointment-panel:last-child > label:nth-of-type(1),
  .appointment-panel:last-child > label:nth-of-type(2),
  .appointment-panel:last-child .button,
  .appointment-panel:last-child .form-status {
    grid-column: 1 !important;
  }
}

@media (max-width: 720px) {
  .appointment-day {
    grid-template-columns: 1fr !important;
  }
}

/* GLT appointment card concept */
.appointment-section {
  display: grid !important;
  place-items: center;
  padding: 86px 18px 108px !important;
}

.appointment-copy {
  display: block !important;
  width: min(430px, 100%) !important;
  padding: 0 !important;
  margin: 0 auto 18px !important;
  border: 0 !important;
  text-align: center;
}

.appointment-copy .eyebrow {
  margin-bottom: 14px;
}

.appointment-copy h2 {
  max-width: none !important;
  margin: 0 0 6px !important;
  font-size: clamp(2rem, 4vw, 2.55rem) !important;
  line-height: 1 !important;
}

.appointment-copy p:not(.eyebrow) {
  max-width: 330px !important;
  margin: 0 auto !important;
  font-size: 0.86rem !important;
  line-height: 1.45 !important;
}

.appointment-contact {
  display: none !important;
}

.appointment-form {
  width: min(430px, 100%) !important;
  gap: 14px !important;
  padding: 22px !important;
  border-radius: 22px !important;
  background:
    radial-gradient(circle at 80% 0%, rgba(201, 168, 76, 0.08), transparent 16rem),
    rgba(255, 255, 255, 0.035) !important;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.48);
}

.appointment-panel:first-child,
.appointment-panel:last-child {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

.appointment-panel label {
  gap: 7px !important;
  font-size: 0.7rem !important;
  letter-spacing: 0.12em !important;
}

.appointment-choice-grid {
  display: flex !important;
  flex-wrap: wrap;
  gap: 6px !important;
}

.appointment-choice-grid button {
  min-height: 30px !important;
  padding: 0 9px !important;
  border: 1px solid rgba(255, 255, 255, 0.09) !important;
  border-radius: 7px !important;
  background: rgba(255, 255, 255, 0.045) !important;
  color: rgba(247, 243, 235, 0.7) !important;
  font-size: 0.74rem !important;
}

.appointment-choice-grid button.is-selected {
  border-color: rgba(201, 168, 76, 0.4) !important;
  background: rgba(201, 168, 76, 0.16) !important;
  color: #f2d77e !important;
}

.vehicle-choices {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 5px !important;
}

.vehicle-choices button {
  justify-content: flex-start;
  width: 100%;
  min-height: 32px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vehicle-choices button:not(.is-selected):nth-child(n+4) {
  display: none;
}

.appointment-slots {
  display: block !important;
}

.appointment-calendar-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
  margin: 8px 0 12px;
}

.appointment-calendar-head span {
  color: #fffaf0;
  font-size: 1rem;
  font-weight: 850;
  text-transform: capitalize;
}

.appointment-calendar-head small {
  color: rgba(247, 243, 235, 0.38);
  font-size: 0.72rem;
  font-weight: 800;
}

.appointment-weekdays,
.appointment-calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}

.appointment-weekdays {
  padding-bottom: 7px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.appointment-weekdays span {
  color: rgba(247, 243, 235, 0.72);
  font-size: 0.76rem;
  font-weight: 850;
  text-align: center;
}

.appointment-calendar-grid {
  gap: 4px 2px;
  padding: 8px 0 12px;
}

.appointment-calendar-grid button,
.appointment-empty {
  display: grid;
  width: 100%;
  height: 34px;
  place-items: center;
}

.appointment-calendar-grid button {
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: rgba(247, 243, 235, 0.82);
  cursor: pointer;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 800;
}

.appointment-calendar-grid button:disabled {
  color: rgba(247, 243, 235, 0.18);
  cursor: default;
}

.appointment-calendar-grid button.is-selected {
  background: rgba(201, 168, 76, 0.2);
  color: #f2d77e;
}

.appointment-times {
  display: grid;
  gap: 8px;
  padding-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.appointment-times > span {
  color: rgba(247, 243, 235, 0.48);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.appointment-times > div {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.appointment-times button {
  min-height: 30px !important;
  padding: 0 10px !important;
  border: 0 !important;
  border-radius: 7px !important;
  background: rgba(255, 255, 255, 0.06) !important;
  color: rgba(247, 243, 235, 0.72) !important;
  cursor: pointer;
  font: inherit;
  font-size: 0.78rem !important;
  font-weight: 850;
}

.appointment-times button.is-selected {
  background: rgba(201, 168, 76, 0.18) !important;
  color: #f2d77e !important;
}

.appointment-panel:last-child {
  grid-template-columns: 1fr 1fr !important;
  gap: 10px !important;
  padding-top: 6px !important;
}

.appointment-panel:last-child .form-row {
  display: contents !important;
}

.appointment-panel:last-child > label:nth-of-type(1),
.appointment-panel:last-child > label:nth-of-type(2),
.appointment-panel:last-child .button,
.appointment-panel:last-child .form-status {
  grid-column: 1 / -1 !important;
}

.appointment-panel input,
.appointment-panel textarea {
  min-height: 34px !important;
  padding: 0 0 6px !important;
  font-size: 0.84rem !important;
}

.appointment-panel textarea {
  min-height: 58px !important;
  padding-top: 4px !important;
}

.appointment-form .button {
  height: 42px !important;
  min-height: 42px !important;
  max-height: 42px !important;
  margin-top: 2px;
}

@media (max-width: 520px) {
  .appointment-form {
    padding: 18px !important;
  }
}

/* GLT RDV card final */
.appointment-section {
  display: grid !important;
  place-items: center !important;
  padding: 86px 18px 108px !important;
}

.appointment-copy {
  display: block !important;
  width: min(430px, 100%) !important;
  padding: 0 !important;
  margin: 0 auto 18px !important;
  border: 0 !important;
  text-align: center !important;
}

.appointment-copy h2 {
  max-width: none !important;
  margin: 0 0 6px !important;
  font-size: clamp(2rem, 4vw, 2.55rem) !important;
  line-height: 1 !important;
}

.appointment-copy p:not(.eyebrow) {
  max-width: 330px !important;
  margin: 0 auto !important;
  font-size: 0.86rem !important;
  line-height: 1.45 !important;
}

.appointment-form {
  display: grid !important;
  width: min(430px, 100%) !important;
  grid-template-columns: 1fr !important;
  gap: 14px !important;
  padding: 22px !important;
  border-radius: 22px !important;
  background: radial-gradient(circle at 80% 0%, rgba(201, 168, 76, 0.08), transparent 16rem), rgba(255, 255, 255, 0.035) !important;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.48) !important;
}

.appointment-panel:first-child,
.appointment-panel:last-child {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.appointment-choice-grid {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
}

.appointment-choice-grid button {
  min-height: 30px !important;
  padding: 0 9px !important;
  border: 1px solid rgba(255, 255, 255, 0.09) !important;
  border-radius: 7px !important;
  background: rgba(255, 255, 255, 0.045) !important;
  color: rgba(247, 243, 235, 0.7) !important;
  font-size: 0.74rem !important;
}

.appointment-choice-grid button.is-selected {
  border-color: rgba(201, 168, 76, 0.4) !important;
  background: rgba(201, 168, 76, 0.16) !important;
  color: #f2d77e !important;
}

.vehicle-choices {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 5px !important;
}

.vehicle-choices button {
  justify-content: flex-start !important;
  width: 100% !important;
  min-height: 32px !important;
  overflow: hidden;
  text-align: left !important;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vehicle-choices button:not(.is-selected):nth-child(n+4) {
  display: none !important;
}

.appointment-slots {
  display: block !important;
  grid-column: auto !important;
  max-height: none !important;
  overflow: visible !important;
}

.appointment-day {
  display: none !important;
}

.appointment-calendar-head {
  display: flex !important;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
  margin: 8px 0 12px;
}

.appointment-calendar-head span {
  color: #fffaf0;
  font-size: 1rem;
  font-weight: 850;
  text-transform: capitalize;
}

.appointment-calendar-head small {
  color: rgba(247, 243, 235, 0.38);
  font-size: 0.72rem;
  font-weight: 800;
}

.appointment-weekdays,
.appointment-calendar-grid {
  display: grid !important;
  grid-template-columns: repeat(7, 1fr) !important;
}

.appointment-weekdays {
  padding-bottom: 7px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.appointment-weekdays span {
  color: rgba(247, 243, 235, 0.72);
  font-size: 0.76rem;
  font-weight: 850;
  text-align: center;
}

.appointment-calendar-grid {
  gap: 4px 2px;
  padding: 8px 0 12px;
}

.appointment-calendar-grid button,
.appointment-empty {
  display: grid !important;
  width: 100%;
  height: 34px;
  place-items: center;
}

.appointment-calendar-grid button {
  border: 0 !important;
  border-radius: 8px !important;
  background: transparent !important;
  color: rgba(247, 243, 235, 0.82) !important;
  cursor: pointer;
  font: inherit;
  font-size: 0.88rem !important;
  font-weight: 800;
}

.appointment-calendar-grid button:disabled {
  color: rgba(247, 243, 235, 0.18) !important;
  cursor: default;
}

.appointment-calendar-grid button.is-selected {
  background: rgba(201, 168, 76, 0.2) !important;
  color: #f2d77e !important;
}

.appointment-times {
  display: grid !important;
  gap: 8px;
  padding-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.appointment-times > span {
  color: rgba(247, 243, 235, 0.48);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.appointment-times > div {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.appointment-times button {
  min-height: 30px !important;
  padding: 0 10px !important;
  border: 0 !important;
  border-radius: 7px !important;
  background: rgba(255, 255, 255, 0.06) !important;
  color: rgba(247, 243, 235, 0.72) !important;
  cursor: pointer;
  font: inherit;
  font-size: 0.78rem !important;
  font-weight: 850;
}

.appointment-times button.is-selected {
  background: rgba(201, 168, 76, 0.18) !important;
  color: #f2d77e !important;
}

.appointment-panel:last-child {
  grid-template-columns: 1fr 1fr !important;
  gap: 10px !important;
  padding-top: 6px !important;
}

.appointment-panel:last-child .form-row {
  display: contents !important;
}

.appointment-panel:last-child > label:nth-of-type(1),
.appointment-panel:last-child > label:nth-of-type(2),
.appointment-panel:last-child .button,
.appointment-panel:last-child .form-status {
  grid-column: 1 / -1 !important;
}

.appointment-panel input,
.appointment-panel textarea {
  min-height: 34px !important;
  padding: 0 0 6px !important;
  border-radius: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
  background: transparent !important;
  font-size: 0.84rem !important;
}

.appointment-panel textarea {
  min-height: 58px !important;
  padding-top: 4px !important;
}

.appointment-form .button {
  width: 100% !important;
  height: 42px !important;
  min-height: 42px !important;
  max-height: 42px !important;
  margin-top: 2px;
  border-radius: 8px !important;
}

.appointment-panel:last-child .button {
  height: 42px !important;
  min-height: 42px !important;
  max-height: 42px !important;
}

/* GLT RDV selector polish */
.appointment-panel:first-child {
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.appointment-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.055);
}

.appointment-choice-grid button {
  min-height: 42px;
  padding: 0 12px;
  border-radius: 0;
  background: transparent;
  color: rgba(247, 243, 235, 0.72);
  text-align: center;
}

.appointment-choice-grid button.is-selected {
  background: rgba(201, 168, 76, 0.18);
  color: #f8e7a1;
}

.vehicle-choices {
  grid-template-columns: 1fr;
  background: transparent;
  gap: 6px;
  border-radius: 0;
}

.vehicle-choices button {
  min-height: 40px;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.055);
  color: rgba(247, 243, 235, 0.72);
  text-align: left;
}

.vehicle-choices button.is-selected {
  background: rgba(201, 168, 76, 0.16);
  color: #f8e7a1;
}

@media (max-width: 720px) {
  .appointment-panel:first-child,
  .appointment-choice-grid {
    grid-template-columns: 1fr;
  }
}

/* GLT RDV selector final override */
.appointment-panel:first-child {
  grid-template-columns: 1fr 1fr !important;
}

.appointment-choice-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 1px !important;
  overflow: hidden;
  border-radius: 10px !important;
  background: rgba(255, 255, 255, 0.055) !important;
}

.appointment-choice-grid button {
  min-height: 42px;
  border-radius: 0 !important;
  background: transparent !important;
  color: rgba(247, 243, 235, 0.72) !important;
}

.appointment-choice-grid button.is-selected {
  background: rgba(201, 168, 76, 0.18) !important;
  color: #f8e7a1 !important;
}

.vehicle-choices {
  grid-template-columns: 1fr !important;
  gap: 6px !important;
  overflow: visible;
  border-radius: 0 !important;
  background: transparent !important;
}

.vehicle-choices button {
  border-radius: 9px !important;
  background: rgba(255, 255, 255, 0.055) !important;
  text-align: left;
}

.vehicle-choices button.is-selected {
  background: rgba(201, 168, 76, 0.16) !important;
  color: #f8e7a1 !important;
}

@media (max-width: 720px) {
  .appointment-panel:first-child,
  .appointment-choice-grid {
    grid-template-columns: 1fr !important;
  }
}

/* GLT RDV premium minimal redesign */
.appointment-section {
  padding-top: 86px;
  padding-bottom: 104px;
  background:
    radial-gradient(circle at 82% 0%, rgba(201, 168, 76, 0.075), transparent 28rem),
    linear-gradient(180deg, #060607 0%, #030304 100%);
}

.appointment-copy {
  grid-template-columns: minmax(0, 0.7fr) minmax(340px, 0.72fr);
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.075);
}

.appointment-copy h2 {
  max-width: 560px;
  font-size: clamp(2rem, 3.8vw, 3.9rem);
  letter-spacing: -0.025em;
}

.appointment-copy p:not(.eyebrow) {
  max-width: 500px;
  color: rgba(247, 243, 235, 0.56);
  font-size: 0.98rem;
}

.appointment-form {
  grid-template-columns: minmax(0, 1fr);
  gap: 34px;
}

.appointment-panel:first-child {
  display: grid;
  grid-template-columns: minmax(240px, 0.58fr) minmax(300px, 0.72fr) minmax(0, 1.2fr) !important;
  gap: 34px;
  align-items: start;
}

.appointment-panel:last-child {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(260px, 0.85fr);
  gap: 18px;
  padding: 0;
  background: transparent !important;
}

.appointment-panel label {
  gap: 12px;
  color: rgba(247, 243, 235, 0.46);
  font-size: 0.68rem;
  letter-spacing: 0.18em;
}

.appointment-panel:last-child label:nth-child(3) {
  grid-column: span 2;
}

.appointment-panel:last-child .button,
.appointment-panel:last-child .form-status {
  grid-column: 3;
}

.appointment-choice-grid {
  display: grid !important;
  gap: 0 !important;
  overflow: visible;
  border-radius: 0 !important;
  background: transparent !important;
}

.appointment-choice-grid button {
  justify-content: flex-start;
  min-height: 39px;
  padding: 0;
  border-radius: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.075) !important;
  background: transparent !important;
  color: rgba(247, 243, 235, 0.66) !important;
  text-align: left;
}

.appointment-choice-grid button.is-selected {
  border-bottom-color: rgba(201, 168, 76, 0.62) !important;
  background: transparent !important;
  color: #f2d77e !important;
}

.vehicle-choices {
  gap: 0 !important;
}

.vehicle-choices button {
  min-height: 38px;
  padding-right: 8px;
  border-radius: 0 !important;
  background: transparent !important;
}

.appointment-slots {
  grid-column: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

.appointment-day {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 14px;
  align-items: center;
  padding: 10px 0;
  border-radius: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.075);
  background: transparent;
}

.appointment-day > span {
  margin: 0;
  color: rgba(247, 243, 235, 0.42);
  font-size: 0.66rem;
}

.appointment-day > div {
  display: flex;
  gap: 6px;
}

.appointment-day button {
  min-height: 30px;
  padding: 0 9px;
  border-radius: 6px !important;
  background: rgba(255, 255, 255, 0.055) !important;
  color: rgba(247, 243, 235, 0.68) !important;
  font-size: 0.78rem;
}

.appointment-day button.is-selected {
  background: rgba(201, 168, 76, 0.16) !important;
  color: #f2d77e !important;
}

.appointment-panel input,
.appointment-panel textarea {
  border-radius: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  background: transparent;
  padding-inline: 0;
}

.appointment-panel textarea {
  min-height: 86px;
}

.appointment-form .button {
  min-height: 46px;
  border-radius: 8px;
  background: rgba(201, 168, 76, 0.9);
}

@media (max-width: 1050px) {
  .appointment-panel:first-child,
  .appointment-panel:last-child,
  .appointment-copy {
    grid-template-columns: 1fr !important;
  }

  .appointment-panel:last-child label:nth-child(3),
  .appointment-panel:last-child .button,
  .appointment-panel:last-child .form-status {
    grid-column: auto;
  }
}

@media (max-width: 720px) {
  .appointment-day {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

/* GLT RDV ultra-minimal final override */
.appointment-form {
  grid-template-columns: 1fr !important;
  gap: 34px !important;
}

.appointment-panel:first-child {
  grid-template-columns: minmax(240px, 0.58fr) minmax(300px, 0.72fr) minmax(0, 1.2fr) !important;
  gap: 34px !important;
}

.appointment-panel:last-child {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(260px, 0.85fr) !important;
  padding: 0 !important;
  background: transparent !important;
}

.appointment-choice-grid {
  background: transparent !important;
  border-radius: 0 !important;
}

.appointment-choice-grid button {
  min-height: 39px !important;
  border-radius: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.075) !important;
  background: transparent !important;
  color: rgba(247, 243, 235, 0.66) !important;
}

.appointment-choice-grid button.is-selected {
  border-bottom-color: rgba(201, 168, 76, 0.62) !important;
  background: transparent !important;
  color: #f2d77e !important;
}

.vehicle-choices button {
  background: transparent !important;
}

.appointment-day {
  display: grid !important;
  grid-template-columns: 96px 1fr !important;
  gap: 14px !important;
  padding: 10px 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.075) !important;
  border-radius: 0 !important;
  background: transparent !important;
}

.appointment-day button {
  min-height: 30px !important;
  border-radius: 6px !important;
  background: rgba(255, 255, 255, 0.055) !important;
  color: rgba(247, 243, 235, 0.68) !important;
}

.appointment-day button.is-selected {
  background: rgba(201, 168, 76, 0.16) !important;
  color: #f2d77e !important;
}

.appointment-panel input,
.appointment-panel textarea {
  border-radius: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11) !important;
  background: transparent !important;
  padding-inline: 0 !important;
}

@media (max-width: 1050px) {
  .appointment-panel:first-child,
  .appointment-panel:last-child {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 720px) {
  .appointment-day {
    grid-template-columns: 1fr !important;
  }
}

/* GLT RDV premium repair */
.appointment-section {
  padding: 84px max(32px, calc((100% - 1180px) / 2)) 108px !important;
}

.appointment-copy,
.appointment-form {
  width: min(1180px, 100%);
  margin-inline: auto;
}

.appointment-copy {
  grid-template-columns: minmax(0, 0.78fr) minmax(340px, 0.72fr) !important;
  gap: clamp(28px, 5vw, 78px);
  padding-bottom: 30px;
}

.appointment-copy h2 {
  max-width: 540px;
  font-size: clamp(2.25rem, 4vw, 4.1rem) !important;
}

.appointment-form {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 28px !important;
}

.appointment-panel:first-child {
  display: grid !important;
  grid-template-columns: 260px 340px minmax(0, 1fr) !important;
  gap: 30px !important;
  padding: 0 0 28px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.075);
}

.appointment-panel:last-child {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.95fr) !important;
  gap: 22px 28px !important;
  align-items: end;
  padding: 24px !important;
  border-radius: 18px !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.026)) !important;
}

.appointment-panel:last-child .form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-column: 1;
  gap: 18px;
}

.appointment-panel:last-child > label:nth-of-type(1) {
  grid-column: 2;
}

.appointment-panel:last-child > label:nth-of-type(2) {
  grid-column: 1;
}

.appointment-panel:last-child .button {
  grid-column: 2 !important;
  align-self: end !important;
  width: 100%;
  min-height: 54px !important;
  height: 54px !important;
  padding: 0 22px !important;
  border-radius: 10px !important;
  box-shadow: 0 18px 46px rgba(201, 168, 76, 0.18);
}

.appointment-panel:last-child .form-status {
  grid-column: 2 !important;
  margin: -8px 0 0;
}

.appointment-panel label {
  min-width: 0;
}

.appointment-panel input,
.appointment-panel textarea {
  width: 100%;
  min-width: 0;
  color: #fffaf0;
}

.appointment-panel textarea {
  min-height: 104px !important;
}

.appointment-slots {
  grid-template-columns: 1fr !important;
  gap: 0 !important;
}

.appointment-day {
  grid-template-columns: 112px 1fr !important;
  min-height: 52px;
}

.appointment-day > div {
  justify-content: flex-start;
}

.appointment-day button {
  min-width: 52px;
}

@media (max-width: 1050px) {
  .appointment-copy,
  .appointment-panel:first-child,
  .appointment-panel:last-child,
  .appointment-panel:last-child .form-row {
    grid-template-columns: 1fr !important;
  }

  .appointment-panel:last-child .form-row,
  .appointment-panel:last-child > label:nth-of-type(1),
  .appointment-panel:last-child > label:nth-of-type(2),
  .appointment-panel:last-child .button,
  .appointment-panel:last-child .form-status {
    grid-column: 1 !important;
  }
}

@media (max-width: 720px) {
  .appointment-section {
    padding-inline: 22px !important;
  }

  .appointment-day {
    grid-template-columns: 1fr !important;
  }
}

/* GLT appointment final placement and calmer design */
.home-page main {
  display: flex;
  flex-direction: column;
}

.appointment-section {
  order: 90;
  grid-template-columns: 1fr;
  gap: 34px;
  padding: 78px max(32px, calc((100% - 1180px) / 2)) 92px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 84% 10%, rgba(143, 31, 36, 0.12), transparent 28rem),
    linear-gradient(180deg, #070708 0%, #050506 100%);
}

.appointment-copy {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(320px, 0.78fr);
  gap: clamp(28px, 6vw, 86px);
  align-items: end;
}

.appointment-copy h2 {
  max-width: 620px;
  margin-bottom: 0;
  font-size: clamp(2.3rem, 4.6vw, 4.7rem);
  line-height: 0.96;
}

.appointment-copy p:not(.eyebrow) {
  max-width: 520px;
  margin: 0;
  color: rgba(247, 243, 235, 0.64);
}

.appointment-contact {
  display: none;
}

.appointment-form {
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.82fr);
  gap: 26px;
  align-items: start;
}

.appointment-panel {
  gap: 20px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.appointment-panel:first-child {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.2fr);
  gap: 22px;
}

.appointment-panel:last-child {
  padding: 22px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
}

.appointment-panel label {
  color: rgba(247, 243, 235, 0.48);
}

.appointment-choice-grid {
  gap: 7px;
}

.appointment-choice-grid button,
.appointment-day button {
  min-height: 36px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.065);
  color: rgba(247, 243, 235, 0.72);
}

.appointment-choice-grid button.is-selected,
.appointment-day button.is-selected {
  background: #d2ad42;
  color: #101010;
}

.vehicle-choices {
  max-height: none;
  overflow: visible;
}

.vehicle-choices button {
  max-width: 100%;
  text-align: left;
}

.appointment-slots {
  grid-column: 1 / -1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-height: none;
  overflow: visible;
  gap: 12px;
  padding: 0;
}

.appointment-day {
  display: block;
  padding: 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.035);
}

.appointment-day > span {
  display: block;
  margin-bottom: 10px;
}

.appointment-day > div {
  gap: 7px;
}

.appointment-panel input,
.appointment-panel textarea {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.075);
}

.appointment-form .button {
  border-radius: 10px;
  background: #d2ad42;
  color: #101010;
}

@media (max-width: 1050px) {
  .appointment-copy,
  .appointment-form,
  .appointment-panel:first-child {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .appointment-section {
    padding: 58px 22px 70px;
  }

  .appointment-slots {
    grid-template-columns: 1fr;
  }
}

/* GLT RDV final override */
.home-page .services-section {
  order: 70;
}

.home-page .appointment-section {
  order: 95;
}

.appointment-section {
  grid-template-columns: 1fr !important;
  gap: 30px;
  padding-top: 72px;
}

.appointment-copy {
  grid-template-columns: minmax(0, 0.78fr) minmax(320px, 0.72fr);
}

.appointment-copy h2 {
  font-size: clamp(2.2rem, 4.2vw, 4.25rem);
}

.appointment-form {
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.8fr);
}

.appointment-panel {
  background: transparent !important;
  box-shadow: none !important;
}

.appointment-panel:last-child {
  padding: 22px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04) !important;
}

.appointment-panel:first-child {
  grid-template-columns: minmax(260px, 0.86fr) minmax(0, 1.2fr);
  gap: 20px;
}

.appointment-choice-grid button,
.appointment-day button {
  border-radius: 7px;
}

.appointment-slots {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-height: none;
  overflow: visible;
  padding: 0;
}

.appointment-day {
  padding: 12px;
  border-radius: 12px;
}

@media (max-width: 1050px) {
  .appointment-copy,
  .appointment-form,
  .appointment-panel:first-child {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .appointment-slots {
    grid-template-columns: 1fr;
  }
}

/* GLT RDV absolute final */
.appointment-panel:last-child .button,
.appointment-form .button {
  height: 42px !important;
  min-height: 42px !important;
  max-height: 42px !important;
}
/* GLT flow absolute tail */
.home-page main {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background:
    linear-gradient(180deg, #050505 0%, #090909 24%, #060606 100%) !important;
}

.home-page main > section {
  position: relative;
  isolation: isolate;
  scroll-margin-top: 90px;
}

.home-page .hero {
  order: 0 !important;
  min-height: clamp(620px, 78vh, 850px);
  border-bottom: 1px solid rgba(211, 174, 70, 0.16);
}

.home-page .intro-section {
  order: 20 !important;
  width: min(1180px, calc(100% - 72px));
  margin-right: auto;
  margin-left: auto;
  padding-top: clamp(68px, 7vw, 108px);
  padding-bottom: clamp(66px, 7vw, 104px);
  color: #fff8eb;
  background: transparent !important;
}

.home-page .intro-section h2 {
  max-width: 760px;
  color: #fff8eb;
  font-size: clamp(2.7rem, 5vw, 4.8rem);
  line-height: 0.98;
}

.home-page .intro-copy p {
  color: rgba(255, 248, 235, 0.72);
}

.home-page .vehicles-section {
  order: 40 !important;
}

.home-page .services-section {
  order: 70 !important;
}

.home-page .appointment-section {
  order: 95 !important;
}

@media (max-width: 840px) {
  .home-page .intro-section {
    width: min(100% - 36px, 1180px);
  }

  .home-page .hero {
    min-height: 560px;
  }
}

/* GLT modal real final */
.modal-panel {
  width: min(1240px, calc(100vw - 56px)) !important;
  height: min(760px, calc(100vh - 56px)) !important;
  max-height: min(760px, calc(100vh - 56px)) !important;
  grid-template-columns: minmax(420px, 0.92fr) minmax(430px, 0.8fr) !important;
  overflow: hidden !important;
}

.modal-media,
.modal-content {
  height: 100% !important;
  max-height: 100% !important;
  min-height: 0 !important;
}

.modal-media {
  padding: 18px !important;
}

.modal-media img,
.modal-image-button img {
  width: 100% !important;
  height: auto !important;
  max-height: min(610px, calc(100vh - 130px)) !important;
  aspect-ratio: 16 / 10 !important;
  object-fit: contain !important;
}

.modal-content {
  overflow-y: auto !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.018)),
    #151517 !important;
  color: #f7f3eb !important;
}

.modal-content h2 {
  color: #fff8eb !important;
}

.modal-text p {
  color: rgba(247, 243, 235, 0.68) !important;
}
/* GLT modal 75 viewport absolute */
.vehicle-modal {
  padding: 0 !important;
}

.modal-panel {
  width: min(88vw, 1520px) !important;
  height: min(76vh, 820px) !important;
  max-height: min(76vh, 820px) !important;
  grid-template-columns: minmax(620px, 1.15fr) minmax(500px, 0.85fr) !important;
  overflow: hidden !important;
}

.modal-media {
  padding: clamp(24px, 3vw, 46px) !important;
}

.modal-image-button {
  max-width: none !important;
}

.modal-media img,
.modal-image-button img {
  max-height: min(64vh, 690px) !important;
}

.modal-content {
  padding: clamp(36px, 4.2vw, 64px) clamp(34px, 4.4vw, 66px) !important;
  overflow: hidden !important;
}

.modal-content h2 {
  max-width: 560px !important;
  font-size: clamp(2.5rem, 3.9vw, 4.65rem) !important;
}

.modal-price {
  font-size: clamp(2.1rem, 3vw, 3.35rem) !important;
}
