/*
Theme Name: White Crest Limo
Theme URI: https://example.com/whitecrestlimo
Author: White Crest Limo
Author URI: https://example.com
Description: A modern limousine service theme with homepage slider, fleet, quote, about, contact, and FAQ pages.
Version: 2.0.3
Requires at least: 6.5
Tested up to: 7.0
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: limoclassics
*/

:root {
  --lc-ink: #0b0b0b;
  --lc-muted: #6f6f6f;
  --lc-line: #e5dfd2;
  --lc-paper: #f7f3ea;
  --lc-white: #ffffff;
  --lc-accent: #c6a15b;
  --lc-accent-dark: #a8853f;
  --lc-gold-light: #d4b87a;
  --lc-teal: #d4b87a;
  --lc-silver: #d8d0c4;
  --lc-charcoal: #151515;
  --lc-shadow: 0 22px 60px rgba(11, 11, 11, 0.1);
  --lc-radius: 8px;
  --lc-btn-radius: 2px;
  --lc-container: 1180px;
  --lc-font-display: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --lc-font-body: "Inter", "Helvetica Neue", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--lc-ink);
  background: var(--lc-paper);
  font-family: var(--lc-font-body);
  font-size: clamp(15px, 0.35vw + 14px, 16px);
  line-height: 1.65;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
.vehicle-type-card-body h3,
.featured-vehicle-card-body h3,
.event-card-body h2 {
  font-family: var(--lc-font-display);
  font-weight: 600;
  letter-spacing: 0;
}

h1 {
  font-weight: 700;
}

.kicker,
.btn,
.main-nav,
.pill,
.section-actions,
.fleet-meta,
.featured-fleet-kicker,
.featured-vehicle-category,
.event-showcase-kicker,
.vehicle-showcase-kicker {
  font-family: var(--lc-font-body);
}

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

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

@keyframes lcFadeUp {
  from {
    opacity: 0;
    transform: translateY(22px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes lcSoftGlow {
  0%,
  100% {
    opacity: 0.42;
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    opacity: 0.7;
    transform: translate3d(18px, -12px, 0) scale(1.08);
  }
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  overflow: visible;
  border-bottom: 1px solid rgba(229, 223, 210, 0.92);
  background: rgba(247, 243, 234, 0.98);
  transition: background 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.site-header.is-scrolled {
  border-bottom-color: rgba(229, 223, 210, 0.98);
  background: rgba(247, 243, 234, 0.99);
  box-shadow: 0 18px 40px rgba(11, 11, 11, 0.06);
}

.admin-bar .site-header {
  top: 32px;
}

.header-inner,
.container {
  width: min(var(--lc-container), calc(100% - 40px));
  margin-inline: auto;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  gap: 32px;
  overflow: visible;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--lc-font-display);
  font-weight: 600;
  letter-spacing: 0;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(198, 161, 91, 0.42);
  border-radius: 50%;
  color: var(--lc-white);
  background: linear-gradient(145deg, var(--lc-ink), var(--lc-charcoal));
  box-shadow: 0 10px 28px rgba(11, 11, 11, 0.18);
  font-family: var(--lc-font-display);
  font-weight: 700;
}

.brand-logo {
  display: block;
  width: auto;
  max-width: 72px;
  max-height: 64px;
  object-fit: contain;
  background: #0b0b0b;
  border-radius: 8px;
  padding: 4px;
}

.brand-name {
  display: grid;
  gap: 2px;
  max-width: min(280px, 34vw);
  color: var(--lc-ink);
  font-family: var(--lc-font-body);
  line-height: 1.2;
  letter-spacing: 0.01em;
}

.brand-name__title {
  display: block;
  font-size: clamp(12px, 1.8vw, 15px);
  font-weight: 700;
  white-space: nowrap;
}

.brand-name__tagline {
  display: block;
  color: var(--lc-muted);
  font-size: clamp(9px, 1.35vw, 11px);
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: none;
  white-space: normal;
}

.brand-name small {
  display: none;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--lc-ink);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.main-nav > ul.primary-menu {
  display: flex;
  align-items: center;
  gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav > ul.primary-menu > li {
  position: relative;
  flex: 0 0 auto;
}

.main-nav > ul.primary-menu > li > .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 200;
  display: none !important;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  min-width: 240px;
  margin: 0;
  padding: 10px 0 8px;
  list-style: none;
  border: 1px solid var(--lc-line);
  border-radius: var(--lc-radius);
  background: var(--lc-white);
  box-shadow: var(--lc-shadow);
}

.main-nav > ul.primary-menu > li.menu-item-has-children:hover > .sub-menu,
.main-nav > ul.primary-menu > li.menu-item-has-children:focus-within > .sub-menu,
.main-nav > ul.primary-menu > li.menu-item-has-children.is-open > .sub-menu {
  display: flex !important;
}

.fleet-events-menu > a::after,
.fleet-locations-menu > a::after,
.fleet-company-menu > a::after,
.fleet-menu > a::after {
  margin-left: 6px;
  content: "▾";
  font-size: 11px;
  transition: transform 0.2s ease;
}

.fleet-events-menu.is-open > a,
.fleet-locations-menu.is-open > a,
.fleet-company-menu.is-open > a,
.fleet-menu.is-open > a {
  color: var(--lc-accent);
}

.fleet-events-menu.is-open > a::after,
.fleet-locations-menu.is-open > a::after,
.fleet-company-menu.is-open > a::after,
.fleet-menu.is-open > a::after {
  transform: rotate(180deg);
}

.main-nav > ul.primary-menu > li > .sub-menu li {
  display: block;
  width: 100%;
}

.main-nav > ul.primary-menu > li > .sub-menu a {
  display: block;
  padding: 10px 16px;
  color: var(--lc-ink);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
}

.main-nav > ul.primary-menu > li > .sub-menu a:hover {
  color: var(--lc-accent-dark);
  background: rgba(198, 161, 91, 0.08);
}

.main-nav a:hover {
  color: var(--lc-accent);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-shrink: 0;
}

.header-actions .phone-link {
  color: var(--lc-ink);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.header-actions .btn-primary {
  min-height: 44px;
  padding: 12px 28px;
  letter-spacing: 0.12em;
}

.mobile-nav-head,
.mobile-nav-foot,
.mobile-nav-overlay {
  display: none;
}

.menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(198, 161, 91, 0.45);
  border-radius: 8px;
  background: var(--lc-white);
  box-shadow: 0 8px 20px rgba(11, 11, 11, 0.06);
}

.menu-toggle-lines {
  position: relative;
  display: block;
  width: 18px;
  height: 12px;
}

.menu-toggle-lines span {
  position: absolute;
  left: 0;
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: var(--lc-ink);
  transition: transform 0.28s ease, opacity 0.2s ease, top 0.28s ease;
}

.menu-toggle-lines span:nth-child(1) {
  top: 0;
}

.menu-toggle-lines span:nth-child(2) {
  top: 5px;
}

.menu-toggle-lines span:nth-child(3) {
  top: 10px;
}

.menu-toggle.is-active .menu-toggle-lines span:nth-child(1) {
  top: 5px;
  transform: rotate(45deg);
}

.menu-toggle.is-active .menu-toggle-lines span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.is-active .menu-toggle-lines span:nth-child(3) {
  top: 5px;
  transform: rotate(-45deg);
}

body.nav-open {
  overflow: hidden;
}

body.nav-open .site-header {
  z-index: 60;
}

.btn,
button,
input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 15px 34px;
  border: 1px solid transparent;
  border-radius: var(--lc-btn-radius);
  cursor: pointer;
  font-family: var(--lc-font-body);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  line-height: 1;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.btn:hover,
button:hover,
input[type="submit"]:hover {
  transform: none;
  box-shadow: none;
}

.btn-primary,
input[type="submit"] {
  color: var(--lc-ink);
  border-color: var(--lc-accent);
  background: var(--lc-accent);
}

.btn-primary:hover,
input[type="submit"]:hover {
  color: var(--lc-white);
  border-color: var(--lc-ink);
  background: var(--lc-ink);
}

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

.btn-dark:hover {
  color: var(--lc-ink);
  border-color: var(--lc-accent);
  background: var(--lc-accent);
}

.btn-light {
  color: var(--lc-ink);
  border-color: var(--lc-line);
  background: var(--lc-white);
}

.btn-light:hover {
  border-color: var(--lc-ink);
  background: var(--lc-white);
}

.btn-outline {
  color: var(--lc-white);
  border-color: rgba(255, 255, 255, 0.44);
  background: rgba(255, 255, 255, 0.08);
}

.hero {
  position: relative;
  min-height: min(760px, calc(100vh - 78px));
  color: var(--lc-white);
  overflow: hidden;
  background: radial-gradient(circle at 20% 20%, rgba(198, 161, 91, 0.12), transparent 34%), var(--lc-paper);
}

.hero::after {
  position: absolute;
  right: 8%;
  bottom: 10%;
  width: min(340px, 42vw);
  height: min(340px, 42vw);
  content: "";
  border-radius: 50%;
  background: radial-gradient(circle, rgba(198, 161, 91, 0.16), transparent 68%);
  filter: blur(8px);
  pointer-events: none;
  animation: lcSoftGlow 7s ease-in-out infinite;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.03);
  transition: opacity 800ms ease, transform 6000ms ease;
}

.js-gsap .hero-slide {
  transition: none;
}

.hero-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.js-gsap .hero-slide.is-active {
  opacity: 1;
}

.hero-slide::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background:
    linear-gradient(90deg, rgba(11, 11, 11, 0.9) 0%, rgba(11, 11, 11, 0.78) 28%, rgba(11, 11, 11, 0.48) 52%, rgba(11, 11, 11, 0.22) 72%, rgba(11, 11, 11, 0.1) 100%),
    linear-gradient(180deg, rgba(11, 11, 11, 0.18) 0%, rgba(11, 11, 11, 0.42) 100%);
}

.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: center;
  min-height: min(760px, calc(100vh - 78px));
  padding: 68px 0 96px;
}

.hero-content::before {
  position: absolute;
  top: 8%;
  left: -24px;
  z-index: -1;
  width: min(760px, calc(100% + 24px));
  height: 72%;
  content: "";
  background: radial-gradient(ellipse at left center, rgba(11, 11, 11, 0.42), transparent 72%);
  pointer-events: none;
}

.hero .kicker {
  color: var(--lc-gold-light);
  text-shadow: 0 2px 18px rgba(11, 11, 11, 0.45);
}

.hero-content h1,
.hero-content .lead {
  text-shadow: 0 2px 28px rgba(11, 11, 11, 0.42);
}

.kicker {
  color: var(--lc-accent);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 720px;
  margin-bottom: 18px;
  font-size: clamp(36px, 4.8vw, 56px);
  line-height: 1.1;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(30px, 3.4vw, 42px);
  line-height: 1.2;
}

h3 {
  margin-bottom: 8px;
  font-size: clamp(22px, 2.2vw, 28px);
  line-height: 1.25;
}

.lead {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(15px, 0.35vw + 14px, 16px);
  line-height: 1.65;
}

.page-lead {
  max-width: 700px;
  color: var(--lc-muted);
  font-size: clamp(15px, 0.35vw + 14px, 16px);
  line-height: 1.65;
}

.hero-actions,
.section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.hero-panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(760px, 100%);
  margin-top: 42px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 12px;
  background: rgba(247, 243, 234, 0.94);
  backdrop-filter: blur(18px);
  box-shadow: 0 20px 48px rgba(11, 11, 11, 0.14);
  overflow: hidden;
}

.hero-stat {
  display: grid;
  gap: 8px;
  padding: 26px 28px;
}

.hero-stat + .hero-stat {
  border-left: 1px solid rgba(198, 161, 91, 0.22);
}

.hero-stat strong {
  display: block;
  color: var(--lc-ink);
  font-family: var(--lc-font-display);
  font-size: clamp(22px, 2.8vw, 28px);
  font-weight: 700;
  line-height: 1;
}

.hero-stat span {
  color: var(--lc-muted);
  font-size: clamp(12px, 1.4vw, 13px);
  font-weight: 600;
  line-height: 1.45;
}

.slider-dots {
  position: absolute;
  right: calc((100vw - min(var(--lc-container), calc(100vw - 40px))) / 2);
  bottom: 32px;
  z-index: 3;
  display: flex;
  gap: 8px;
}

.slider-dot {
  width: 34px;
  height: 4px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.36);
}

.slider-dot.is-active {
  background: var(--lc-accent);
}

.section {
  padding: 76px 0;
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 650ms ease, transform 650ms ease;
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.section.alt {
  background: var(--lc-white);
}

.section.dark {
  color: var(--lc-white);
  background: var(--lc-charcoal);
}

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

.section-head p {
  max-width: 560px;
  color: var(--lc-muted);
}

.dark .section-head p,
.dark .muted {
  color: rgba(255, 255, 255, 0.7);
}

.grid {
  display: grid;
  gap: 18px;
}

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

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

.service-card,
.fleet-card,
.info-card,
.faq-item,
.quote-box {
  border: 1px solid var(--lc-line);
  border-radius: var(--lc-radius);
  background: var(--lc-white);
  box-shadow: 0 1px 0 rgba(16, 17, 20, 0.03);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.service-card:hover,
.fleet-card:hover,
.info-card:hover,
.faq-item:hover,
.quote-box:hover {
  border-color: rgba(198, 161, 91, 0.28);
  box-shadow: var(--lc-shadow);
  transform: translateY(-4px);
}

.js-gsap .service-card:hover,
.js-gsap .fleet-card:hover,
.js-gsap .vehicle-type-card:hover,
.js-gsap .featured-vehicle-card:hover,
.js-gsap .event-card:hover {
  transform: none;
}

.service-card,
.info-card,
.faq-item {
  padding: 24px;
}

.info-card {
  display: grid;
  gap: 12px;
  min-height: 100%;
  padding: 34px 32px 36px;
  border-radius: 12px;
}

.info-card h3 {
  margin: 0;
  font-size: clamp(22px, 2.2vw, 28px);
  line-height: 1.2;
}

.info-card p {
  margin: 0;
  color: var(--lc-muted);
  font-size: clamp(15px, 0.35vw + 14px, 16px);
  line-height: 1.65;
}

.about-values-section {
  padding-block: 88px;
  background:
    radial-gradient(circle at 50% 0%, rgba(198, 161, 91, 0.08), transparent 42%),
    linear-gradient(180deg, var(--lc-paper) 0%, #f3ede2 100%);
  border-top: 1px solid var(--lc-line);
}

.about-values-head {
  max-width: 620px;
  margin: 0 auto 56px;
  text-align: center;
}

.about-values-head .kicker {
  display: inline-block;
  margin-bottom: 12px;
}

.about-values-head h2 {
  margin: 0;
}

.values-grid {
  gap: 24px;
  align-items: stretch;
}

.value-card {
  position: relative;
  display: grid;
  gap: 16px;
  min-height: 100%;
  padding: 38px 34px 40px;
  border: 1px solid rgba(198, 161, 91, 0.2);
  border-radius: 16px;
  background: var(--lc-white);
  box-shadow: 0 18px 44px rgba(11, 11, 11, 0.06);
  overflow: hidden;
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease;
}

.value-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  content: "";
  background: linear-gradient(90deg, var(--lc-accent), var(--lc-gold-light));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}

.value-card:hover {
  border-color: rgba(198, 161, 91, 0.42);
  box-shadow: 0 26px 56px rgba(11, 11, 11, 0.1);
  transform: translateY(-5px);
}

.value-card:hover::before {
  transform: scaleX(1);
}

.js-gsap .value-card:hover {
  transform: none;
}

.value-card-index {
  position: absolute;
  top: 16px;
  right: 22px;
  color: rgba(198, 161, 91, 0.16);
  font-family: var(--lc-font-display);
  font-size: clamp(34px, 4vw, 44px);
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
}

.value-card-icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 1px solid rgba(198, 161, 91, 0.32);
  border-radius: 50%;
  color: var(--lc-accent-dark);
  background: rgba(198, 161, 91, 0.1);
  font-size: 18px;
  transition: background 280ms ease, color 280ms ease, border-color 280ms ease;
}

.value-card:hover .value-card-icon {
  color: var(--lc-ink);
  border-color: var(--lc-accent);
  background: var(--lc-accent);
}

.value-card h3 {
  margin: 0;
  font-size: clamp(24px, 2.4vw, 30px);
  line-height: 1.15;
}

.value-card-line {
  display: block;
  width: 44px;
  height: 1px;
  background: var(--lc-accent);
}

.value-card p {
  margin: 0;
  color: var(--lc-muted);
  font-size: clamp(15px, 0.35vw + 14px, 16px);
  line-height: 1.7;
}

.services-section {
  padding-top: 88px;
  padding-bottom: 88px;
}

.services-section .home-section-head {
  margin-bottom: 52px;
}

.services-grid {
  gap: 32px;
  align-items: stretch;
}

.services-grid .service-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 32px 30px 34px;
  border-radius: 12px;
  transition: border-color 280ms ease, box-shadow 280ms ease, background 280ms ease;
}

.services-grid .service-card:hover {
  border-color: rgba(198, 161, 91, 0.42);
  box-shadow: 0 22px 48px rgba(11, 11, 11, 0.08);
  transform: none;
}

.services-grid .service-card h3 {
  margin-bottom: 12px;
}

.services-grid .service-card p {
  margin: 0;
  flex: 1 1 auto;
  line-height: 1.65;
}

.service-card .icon {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 28px;
  place-items: center;
  color: var(--lc-ink);
  background: var(--lc-accent);
  border: 1px solid transparent;
  border-radius: 50%;
  font-family: var(--lc-font-body);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  transition: transform 280ms ease, box-shadow 280ms ease, background 280ms ease, color 280ms ease, border-color 280ms ease;
}

.services-grid .service-card:hover .icon,
.services-grid .service-card .icon:hover {
  color: var(--lc-white);
  border-color: var(--lc-accent);
  background: var(--lc-ink);
  box-shadow: 0 14px 28px rgba(198, 161, 91, 0.28);
  transform: scale(1.08);
}

.fleet-card {
  overflow: hidden;
}

.fleet-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  background: #ddd;
  filter: saturate(1.05) contrast(1.04);
  transition: transform 500ms ease;
}

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

.fleet-body {
  padding: 21px;
}

.fleet-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 22px;
}

.pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid rgba(198, 161, 91, 0.22);
  border-radius: 999px;
  color: var(--lc-ink);
  background: rgba(198, 161, 91, 0.08);
  font-size: clamp(13px, 0.2vw + 12px, 14px);
  font-weight: 600;
  letter-spacing: 0.04em;
}

.split {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 40px;
  align-items: center;
}

.media-stack {
  position: relative;
}

.media-stack img {
  width: 100%;
  min-height: 440px;
  border-radius: var(--lc-radius);
  object-fit: cover;
  box-shadow: var(--lc-shadow);
}

.media-stack::before {
  position: absolute;
  inset: -14px auto auto -14px;
  z-index: -1;
  width: 42%;
  height: 42%;
  content: "";
  border-radius: var(--lc-radius);
  background: var(--lc-accent);
  opacity: 0.18;
}

.media-note {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: min(310px, calc(100% - 48px));
  padding: 22px;
  border-radius: var(--lc-radius);
  background: var(--lc-white);
  box-shadow: var(--lc-shadow);
}

.check-list,
.footer-list {
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
}

.check-list li,
.footer-list li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 22px;
}

.check-list li::before,
.footer-list li::before {
  position: absolute;
  left: 0;
  color: var(--lc-accent);
  content: "✓";
  font-weight: 700;
}

.band {
  padding: 44px 0;
  color: var(--lc-white);
  background:
    radial-gradient(circle at 15% 10%, rgba(198, 161, 91, 0.14), transparent 32%),
    linear-gradient(135deg, var(--lc-ink), var(--lc-charcoal));
}

.band-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.page-hero {
  padding: 74px 0;
  color: var(--lc-white);
  background:
    linear-gradient(90deg, rgba(11, 11, 11, 0.9), rgba(11, 11, 11, 0.58)),
    linear-gradient(135deg, rgba(198, 161, 91, 0.16), rgba(212, 184, 122, 0.08)),
    url("https://images.unsplash.com/photo-1449965408869-eaa3f722e40d?auto=format&fit=crop&w=1800&q=85") center / cover;
}

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

.form-grid .full {
  grid-column: 1 / -1;
}

label {
  display: grid;
  gap: 8px;
  color: var(--lc-ink);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

input,
select,
textarea {
  width: 100%;
  min-height: 50px;
  padding: 13px 15px;
  border: 1px solid rgba(11, 11, 11, 0.12);
  border-radius: 4px;
  color: var(--lc-ink);
  background: #fbfaf7;
  font: inherit;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

input::placeholder,
textarea::placeholder {
  color: rgba(11, 11, 11, 0.38);
}

input:hover,
select:hover,
textarea:hover {
  border-color: rgba(198, 161, 91, 0.45);
  background: var(--lc-white);
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: var(--lc-accent);
  background: var(--lc-white);
  box-shadow: 0 0 0 3px rgba(198, 161, 91, 0.18);
}

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

.quote-box {
  padding: 28px;
}

.quote-box.lc-form-card,
.lc-form-card {
  padding: clamp(28px, 4vw, 40px);
  border: 1px solid rgba(11, 11, 11, 0.08);
  border-radius: 14px;
  background:
    linear-gradient(180deg, #ffffff 0%, #fcfbf8 100%);
  box-shadow: 0 18px 48px rgba(11, 11, 11, 0.06);
}

.quote-box.lc-form-card:hover,
.lc-form-card:hover {
  transform: none;
  border-color: rgba(198, 161, 91, 0.28);
  box-shadow: 0 22px 56px rgba(11, 11, 11, 0.08);
}

.lc-form-card h2 {
  margin: 0 0 8px;
  font-family: var(--lc-font-display);
  font-size: clamp(28px, 3vw, 36px);
  line-height: 1.15;
}

.lc-form-intro {
  margin: 0 0 22px;
  color: var(--lc-muted);
  font-size: 15px;
  line-height: 1.6;
}

.form-submit-row {
  margin-top: 6px;
}

.form-submit-row .btn {
  min-width: 180px;
}

input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 180px;
  min-height: 48px;
  padding: 12px 22px;
  border: 0;
  border-radius: var(--lc-btn-radius);
  background: var(--lc-ink);
  color: var(--lc-white);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 180ms ease, transform 180ms ease;
}

input[type="submit"]:hover {
  background: var(--lc-accent-dark);
}

.pac-container {
  z-index: 100000 !important;
  border: 1px solid var(--lc-line);
  border-radius: var(--lc-radius);
  box-shadow: var(--lc-shadow);
  font-family: var(--lc-font-body);
}

.pac-item {
  padding: 10px 12px;
  font-size: 14px;
  line-height: 1.4;
  cursor: pointer;
}

.pac-item:hover,
.pac-item-selected {
  background: rgba(198, 161, 91, 0.1);
}

.pac-icon {
  margin-top: 4px;
}

.form-notice {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin: 0 0 22px;
  padding: 16px 18px;
  border-radius: 12px;
  border: 1px solid transparent;
  animation: lcFadeUp 420ms ease both;
}

.form-notice__icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  border-radius: 999px;
  font-size: 14px;
}

.form-notice__body {
  min-width: 0;
}

.form-notice__title {
  display: block;
  margin: 2px 0 4px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.form-notice__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 400;
}

.form-notice--success {
  border-color: rgba(198, 161, 91, 0.35);
  background: linear-gradient(135deg, rgba(198, 161, 91, 0.14), rgba(198, 161, 91, 0.06));
  color: var(--lc-ink);
}

.form-notice--success .form-notice__icon {
  background: var(--lc-ink);
  color: var(--lc-accent);
}

.form-notice--error {
  border-color: rgba(176, 48, 48, 0.22);
  background: linear-gradient(135deg, rgba(176, 48, 48, 0.1), rgba(176, 48, 48, 0.04));
  color: #6f1c1c;
}

.form-notice--error .form-notice__icon {
  background: #8f1f1f;
  color: #fff;
}

.form-success-card {
  position: relative;
  overflow: hidden;
  max-width: 720px;
  margin: 0 auto;
  padding: clamp(40px, 7vw, 64px) clamp(28px, 5vw, 48px);
  border-radius: 18px;
  border: 1px solid rgba(198, 161, 91, 0.28);
  color: #fff;
  background:
    radial-gradient(circle at 18% 0%, rgba(198, 161, 91, 0.28), transparent 42%),
    radial-gradient(circle at 90% 100%, rgba(198, 161, 91, 0.14), transparent 40%),
    linear-gradient(160deg, #121212 0%, #1a1712 55%, #0d0d0d 100%);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
  text-align: center;
  animation: lcFadeUp 520ms ease both;
}

.form-success-card__glow {
  position: absolute;
  inset: auto -20% -40% -20%;
  height: 55%;
  background: radial-gradient(circle, rgba(198, 161, 91, 0.18), transparent 65%);
  pointer-events: none;
}

.form-success-card__icon {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  margin: 0 auto 22px;
  border-radius: 999px;
  border: 1px solid rgba(198, 161, 91, 0.55);
  background: rgba(198, 161, 91, 0.12);
  color: var(--lc-accent);
  font-size: 28px;
  box-shadow: 0 0 0 10px rgba(198, 161, 91, 0.06);
}

.form-success-card .kicker {
  color: var(--lc-accent);
}

.form-success-card h2 {
  margin: 10px 0 14px;
  color: #fff;
  font-family: var(--lc-font-display);
  font-size: clamp(34px, 5vw, 48px);
  line-height: 1.1;
}

.form-success-card p {
  margin: 0 auto;
  max-width: 520px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.65;
}

.form-success-card__points {
  display: grid;
  gap: 10px;
  max-width: 420px;
  margin: 28px auto 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.form-success-card__points li {
  position: relative;
  padding-left: 28px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
}

.form-success-card__points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--lc-accent);
  box-shadow: 0 0 0 4px rgba(198, 161, 91, 0.18);
}

.form-success-card--embedded {
  max-width: none;
  margin: 0;
  padding: 28px 22px;
  text-align: left;
}

.form-success-card--embedded .form-success-card__icon {
  margin: 0 0 18px;
  width: 56px;
  height: 56px;
  font-size: 22px;
}

.form-success-card--embedded h2 {
  font-size: clamp(28px, 3.5vw, 36px);
}

.form-success-card--embedded p {
  margin: 0;
  max-width: none;
}

.lc-form-card--success {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.lc-form-card--success:hover {
  transform: none;
  box-shadow: none;
  border: 0;
}

.quote-page-section {
  padding-block: 72px;
}

.quote-page-section .quote-box {
  opacity: 1;
  visibility: visible;
}

#vehicle-quote .quote-box {
  opacity: 1;
  visibility: visible;
}

.quote-page-grid {
  align-items: start;
}

.quote-page-aside {
  display: grid;
  gap: 24px;
}

.quote-steps {
  gap: 16px;
}

.quote-contact-card {
  padding: 24px 28px;
  border: 1px solid var(--lc-line);
  border-radius: var(--lc-radius);
  background: linear-gradient(180deg, rgba(247, 243, 234, 0.9), rgba(255, 255, 255, 0.95));
}

.quote-contact-card h3 {
  margin: 0 0 12px;
  font-size: clamp(22px, 2.2vw, 28px);
}

.quote-contact-card .check-list {
  margin: 0;
}

.fleet-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.fleet-products {
  scroll-margin-top: 96px;
}

.fleet-products-head {
  margin-bottom: 28px;
}

.fleet-products-head p {
  max-width: 420px;
  margin: 0;
  color: var(--lc-muted);
  line-height: 1.65;
}

.pill.is-active {
  border-color: var(--lc-accent);
  color: var(--lc-ink);
  background: var(--lc-accent);
}

.vehicle-card h3 a,
.vehicle-card-link {
  display: block;
}

.fleet-card .btn {
  width: 100%;
}

.vehicle-card-placeholder {
  display: grid;
  height: 240px;
  place-items: center;
  color: var(--lc-muted);
  background: var(--lc-paper);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vehicle-type-grid {
  margin-bottom: 28px;
}

.vehicle-type-card {
  position: relative;
  overflow: hidden;
  min-height: 280px;
  border: 1px solid rgba(15, 17, 23, 0.08);
  border-radius: var(--lc-radius);
  background: var(--lc-charcoal);
  box-shadow: var(--lc-shadow);
}

.vehicle-type-card a {
  display: block;
  min-height: 280px;
  color: var(--lc-white);
}

.vehicle-type-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.72;
  transition: transform 500ms ease, opacity 220ms ease;
}

.vehicle-type-card:hover img {
  opacity: 0.86;
  transform: scale(1.04);
}

.vehicle-type-card-body {
  position: absolute;
  inset: auto 0 0;
  padding: 28px;
  background: linear-gradient(180deg, transparent, rgba(15, 17, 23, 0.9));
}

.vehicle-type-card-body .kicker {
  color: var(--lc-gold-light);
  letter-spacing: 0.16em;
}

.vehicle-type-card-body h3 {
  margin: 6px 0 0;
  font-size: clamp(22px, 3vw, 28px);
}

.vehicle-type-card-body p {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.78);
}

.home-fleet-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 120%, rgba(198, 161, 91, 0.05), transparent 42%),
    var(--lc-paper);
}

.home-fleet-section::before {
  position: absolute;
  top: -120px;
  right: -80px;
  width: min(520px, 60vw);
  height: min(520px, 60vw);
  content: "";
  border-radius: 50%;
  background: radial-gradient(circle, rgba(198, 161, 91, 0.04), transparent 68%);
  pointer-events: none;
}

/* Shared homepage section heading */
.home-section-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 44px;
}

.home-section-head__intro {
  max-width: 640px;
}

.home-section-head__label {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.home-section-head__line {
  width: 72px;
  height: 1px;
  background: var(--lc-accent);
}

.home-section-head__kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--lc-accent);
  font-family: var(--lc-font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  white-space: nowrap;
}

.home-section-head__kicker i {
  font-size: 12px;
}

.home-section-head__title {
  margin: 0 0 14px;
  font-family: var(--lc-font-display);
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.08;
  color: var(--lc-ink);
}

.home-section-head__subtitle {
  max-width: 560px;
  margin: 0;
  color: var(--lc-muted);
  font-size: clamp(15px, 0.35vw + 14px, 16px);
  line-height: 1.65;
}

.btn-home-section {
  flex: 0 0 auto;
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 14px 24px;
  border: 1px solid var(--lc-accent);
  border-radius: 8px;
  color: var(--lc-accent);
  background: var(--lc-ink);
  letter-spacing: 0.08em;
  text-transform: none;
}

.btn-home-section:hover {
  color: var(--lc-white);
  border-color: var(--lc-ink);
  background: var(--lc-ink);
}

.btn-home-section i {
  font-size: 12px;
}

.home-section-head--dark .home-section-head__title {
  color: #fff;
}

.home-section-head--dark .home-section-head__subtitle {
  color: rgba(255, 255, 255, 0.68);
}

.home-section-head__aside {
  flex: 0 0 auto;
  align-self: flex-start;
}

.home-band-section {
  padding: 0;
  color: var(--lc-ink);
  background:
    linear-gradient(180deg, rgba(247, 243, 234, 0.98) 0%, #fff 100%);
  border-top: 1px solid rgba(198, 161, 91, 0.2);
  border-bottom: 1px solid rgba(198, 161, 91, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.home-band-section .container {
  padding-block: clamp(28px, 3.5vw, 40px);
}

.home-band-head {
  margin-bottom: 0;
  align-items: center;
}

.home-band-head .home-section-head__label {
  margin-bottom: 10px;
}

.home-band-head .home-section-head__title {
  color: var(--lc-ink);
  max-width: 640px;
  margin-bottom: 0;
  font-size: clamp(28px, 3.2vw, 40px);
  line-height: 1.12;
}

.home-band-head .home-section-head__kicker,
.home-band-head .home-section-head__line {
  color: var(--lc-accent);
}

.home-band-section .btn-home-section {
  align-self: center;
  min-height: 44px;
  padding: 12px 22px;
  color: var(--lc-white);
  background: var(--lc-ink);
  border-color: var(--lc-ink);
  box-shadow: 0 12px 28px rgba(11, 11, 11, 0.12);
}

.home-band-section .btn-home-section:hover,
.home-band-section .btn-home-section:focus {
  color: var(--lc-ink);
  background: var(--lc-accent);
  border-color: var(--lc-accent);
  box-shadow: 0 14px 30px rgba(198, 161, 91, 0.24);
}

.home-fleet-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 56px;
}

.home-fleet-divider-line {
  width: min(120px, 18vw);
  height: 1px;
  background: var(--lc-accent);
}

.home-fleet-divider-diamond {
  width: 7px;
  height: 7px;
  background: var(--lc-accent);
  transform: rotate(45deg);
}

.home-fleet-categories {
  gap: 24px;
}

.vehicle-type-card--home {
  min-height: 0;
  border: 1px solid rgba(198, 161, 91, 0.55);
  border-radius: 24px;
  background: var(--lc-ink);
  box-shadow: 0 24px 50px rgba(11, 11, 11, 0.08);
  transition: box-shadow 280ms ease, border-color 280ms ease;
}

.vehicle-type-card--home:hover {
  border-color: var(--lc-accent);
  box-shadow: 0 28px 60px rgba(11, 11, 11, 0.12);
}

.vehicle-type-card--home .vehicle-type-card-link {
  display: grid;
  grid-template-rows: minmax(250px, 1fr) auto;
  min-height: 420px;
  color: var(--lc-white);
}

.vehicle-type-card--home .vehicle-type-card-media {
  position: relative;
  min-height: 250px;
  overflow: hidden;
}

.vehicle-type-card--home .vehicle-type-card-media img,
.vehicle-type-card--home .vehicle-type-card-placeholder {
  position: static;
  inset: auto;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  opacity: 1;
  transition: transform 600ms ease;
}

.vehicle-type-card--home:hover .vehicle-type-card-media img {
  transform: scale(1.04);
}

.vehicle-type-card--home .vehicle-type-card-placeholder {
  display: grid;
  place-items: center;
  color: var(--lc-muted);
  background: #ece6da;
  font-family: var(--lc-font-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.vehicle-type-card--home .vehicle-type-card-footer {
  padding: 20px 24px 22px;
  background: var(--lc-ink);
}

.vehicle-type-card--home .vehicle-type-card-count {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: var(--lc-accent);
  font-family: var(--lc-font-body);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
}

.vehicle-type-card--home .vehicle-type-card-count i {
  font-size: 11px;
}

.vehicle-type-card--home .vehicle-type-card-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.vehicle-type-card--home .vehicle-type-card-title-wrap {
  min-width: 0;
}

.vehicle-type-card--home .vehicle-type-card-title-wrap h3 {
  margin: 0 0 8px;
  color: var(--lc-white);
  font-size: clamp(24px, 2.4vw, 32px);
  line-height: 1.1;
}

.vehicle-type-card--home .vehicle-type-card-accent-line {
  display: block;
  width: 42px;
  height: 1px;
  background: var(--lc-accent);
}

.vehicle-type-card--home .vehicle-type-card-arrow {
  display: grid;
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(198, 161, 91, 0.72);
  border-radius: 50%;
  color: var(--lc-accent);
  background: transparent;
  transition: background 280ms ease, color 280ms ease, border-color 280ms ease;
}

.vehicle-type-card--home:hover .vehicle-type-card-arrow {
  color: var(--lc-ink);
  border-color: var(--lc-accent);
  background: var(--lc-accent);
}

.vehicle-type-card--home .vehicle-type-card-arrow i {
  font-size: 14px;
}

.vehicle-showcase {
  padding-top: 56px;
  padding-bottom: 36px;
  background: linear-gradient(180deg, #ffffff 0%, var(--lc-paper) 100%);
}

.vehicle-showcase-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 40px 48px;
  align-items: center;
}

.vehicle-showcase-gallery {
  min-width: 0;
}

.vehicle-gallery-panel {
  display: grid;
  gap: 16px;
  padding: 16px;
  border: 1px solid var(--lc-line);
  border-radius: 24px;
  background: var(--lc-white);
  box-shadow: 0 24px 60px rgba(15, 17, 23, 0.08);
}

.vehicle-gallery-stage {
  min-width: 0;
}

.vehicle-gallery-main {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background: #f5f0e8;
  aspect-ratio: 16 / 10;
}

.vehicle-gallery-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.vehicle-gallery-slide.is-active {
  opacity: 1;
  z-index: 1;
}

.vehicle-gallery-nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 24px rgba(15, 17, 23, 0.14);
  color: var(--lc-ink);
  cursor: pointer;
  transform: translateY(-50%);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.vehicle-gallery-nav:hover,
.vehicle-gallery-nav:focus-visible {
  transform: translateY(-50%) scale(1.05);
  outline: none;
  box-shadow: 0 12px 28px rgba(15, 17, 23, 0.18);
}

.vehicle-gallery-nav--prev {
  left: 14px;
}

.vehicle-gallery-nav--next {
  right: 14px;
}

.vehicle-gallery-dots {
  position: absolute;
  left: 50%;
  bottom: 16px;
  z-index: 3;
  display: flex;
  gap: 8px;
  transform: translateX(-50%);
}

.vehicle-gallery-dot {
  width: 32px;
  height: 4px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
  cursor: pointer;
  transition: background 180ms ease, transform 180ms ease;
}

.vehicle-gallery-dot.is-active {
  background: var(--lc-accent);
}

.vehicle-gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.vehicle-gallery-thumb {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 14px;
  background: #f5f0e8;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.vehicle-gallery-thumb:hover,
.vehicle-gallery-thumb:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(198, 161, 91, 0.42);
  outline: none;
}

.vehicle-gallery-thumb.is-active {
  border-color: var(--lc-accent);
  box-shadow: 0 0 0 1px rgba(198, 161, 91, 0.18);
}

.vehicle-gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}

.vehicle-showcase-kicker {
  display: inline-block;
  position: relative;
  margin-bottom: 14px;
  padding-bottom: 12px;
  color: var(--lc-accent);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.vehicle-showcase-kicker::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 52px;
  height: 2px;
  border-radius: 0;
  background: var(--lc-accent);
}

.vehicle-showcase-category {
  display: block;
  margin-bottom: 8px;
  color: var(--lc-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.vehicle-showcase-copy h1 {
  max-width: none;
  margin-bottom: 14px;
  color: var(--lc-ink);
  font-size: clamp(36px, 4.2vw, 56px);
  line-height: 1.1;
}

.vehicle-showcase-lead {
  max-width: 520px;
  margin: 0 0 24px;
  color: var(--lc-muted);
  font-size: 16px;
  line-height: 1.65;
}

.vehicle-stat-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 28px;
}

.vehicle-stat-card {
  display: grid;
  gap: 4px;
  padding: 18px 16px;
  border: 1px solid var(--lc-line);
  border-radius: 16px;
  background: var(--lc-white);
  box-shadow: 0 14px 34px rgba(15, 17, 23, 0.06);
  text-align: center;
}

.vehicle-stat-card i {
  margin-bottom: 4px;
  color: var(--lc-accent);
  font-size: 18px;
}

.vehicle-stat-card strong {
  color: var(--lc-ink);
  font-size: clamp(28px, 3vw, 34px);
  line-height: 1;
}

.vehicle-stat-card span {
  color: var(--lc-muted);
  font-size: 13px;
  font-weight: 700;
}

.vehicle-showcase-cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: min(100%, 320px);
  min-height: 54px;
  padding: 0 18px 0 22px;
  border-radius: 999px;
}

.vehicle-showcase-cta-icon {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
}

.vehicle-showcase-cta-icon i {
  font-size: 14px;
}

.vehicle-details {
  padding-top: 24px;
}

#vehicle-quote {
  scroll-margin-top: 96px;
}

.vehicle-section-title {
  position: relative;
  display: inline-block;
  margin-bottom: 22px;
  padding-bottom: 12px;
}

.vehicle-section-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 52px;
  height: 2px;
  border-radius: 0;
  background: var(--lc-accent);
}

.vehicle-content {
  max-width: 760px;
  margin-bottom: 28px;
}

.event-included-list {
  margin: 0 0 28px;
}

.event-featured-fleet {
  color: var(--lc-ink);
  background:
    radial-gradient(circle at top left, rgba(198, 161, 91, 0.08), transparent 36%),
    radial-gradient(circle at top right, rgba(212, 184, 122, 0.06), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, var(--lc-paper) 100%);
  padding-block: 72px;
}

.event-showcase {
  padding-top: clamp(48px, 6vw, 72px);
  padding-bottom: clamp(48px, 6vw, 72px);
  background: #fff;
}

.event-showcase-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: 36px 48px;
  align-items: center;
}

.event-showcase-kicker {
  display: inline-block;
  position: relative;
  margin-bottom: 14px;
  padding-bottom: 12px;
  color: var(--lc-accent);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.event-showcase-kicker::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 52px;
  height: 2px;
  border-radius: 0;
  background: var(--lc-accent);
}

.event-showcase-copy h1 {
  max-width: none;
  margin-bottom: 14px;
  color: var(--lc-ink);
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.1;
}

.event-showcase-lead {
  max-width: 520px;
  margin: 0 0 24px;
  color: var(--lc-muted);
  font-size: 16px;
  line-height: 1.65;
}

.event-showcase-media {
  min-width: 0;
  max-height: 420px;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 20px 48px rgba(15, 17, 23, 0.12);
}

.event-showcase-image {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 420px;
  border-radius: 18px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
}

.event-fleet-types {
  padding-top: clamp(56px, 7vw, 80px);
  padding-bottom: clamp(56px, 7vw, 80px);
  background: var(--lc-paper);
}

.event-fleet-types .event-featured-head {
  margin-bottom: 32px;
}

.event-fleet-categories {
  gap: 24px;
}

.event-faq-section {
  padding-top: clamp(56px, 7vw, 80px);
  padding-bottom: clamp(64px, 8vw, 96px);
  background: #fff;
}

.event-faq-section .event-featured-head {
  margin-bottom: 28px;
}

.event-faq-grid {
  gap: 18px;
}

.event-faq-grid .info-card {
  background: var(--lc-paper);
  border: 1px solid var(--lc-line);
}

.event-archive-grid {
  gap: 24px;
}

.event-card {
  overflow: hidden;
  border: 1px solid var(--lc-line);
  border-radius: 18px;
  background: var(--lc-white);
  box-shadow: 0 18px 44px rgba(15, 17, 23, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.event-card:hover {
  box-shadow: 0 24px 56px rgba(15, 17, 23, 0.12);
}

.js-gsap .event-card:hover {
  transform: none;
}

.event-card-link {
  display: block;
  color: inherit;
}

.event-card-media {
  overflow: hidden;
}

.event-card-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  transition: transform 500ms ease;
}

.event-card:hover .event-card-image {
  transform: scale(1.04);
}

.event-card-body {
  padding: 22px 22px 24px;
}

.event-card-body h2 {
  margin: 0 0 10px;
  font-size: clamp(22px, 2.2vw, 28px);
  line-height: 1.25;
}

.event-card-body p {
  margin: 0 0 18px;
  color: var(--lc-muted);
}

.event-card-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--lc-accent);
  font-size: 14px;
  font-weight: 800;
}

.event-featured-head {
  margin-bottom: 34px;
}

.featured-fleet-kicker {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--lc-accent);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.event-featured-head h2 {
  margin: 0;
  color: var(--lc-ink);
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1.2;
}

.featured-fleet-title-accent {
  color: var(--lc-accent);
}

.featured-fleet-grid {
  gap: 24px;
}

.featured-fleet-empty {
  color: var(--lc-muted);
}

.featured-vehicle-card {
  overflow: hidden;
  border: 1px solid var(--lc-line);
  border-radius: 18px;
  background: var(--lc-white);
  box-shadow: 0 18px 44px rgba(15, 17, 23, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.featured-vehicle-card:hover {
  box-shadow: 0 24px 56px rgba(15, 17, 23, 0.12);
}

.js-gsap .featured-vehicle-card:hover {
  transform: none;
}

.featured-vehicle-card--purple {
  border-color: rgba(168, 133, 63, 0.24);
}

.featured-vehicle-card--blue {
  border-color: rgba(198, 161, 91, 0.24);
}

.featured-vehicle-card--green {
  border-color: rgba(212, 184, 122, 0.28);
}

.featured-vehicle-card-media {
  position: relative;
}

.featured-vehicle-card-image,
.featured-vehicle-card-image img,
.featured-vehicle-card-placeholder {
  display: block;
  width: 100%;
  height: 240px;
}

.featured-vehicle-card-image img {
  object-fit: cover;
  transition: transform 500ms ease;
}

.featured-vehicle-card:hover .featured-vehicle-card-image img {
  transform: scale(1.04);
}

.featured-vehicle-card-placeholder {
  display: grid;
  place-items: center;
  color: var(--lc-muted);
  background: #f5f0e8;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.featured-vehicle-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  color: var(--lc-ink);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 8px 24px rgba(15, 17, 23, 0.12);
}

.featured-vehicle-badge i {
  font-size: 12px;
}

.featured-vehicle-card--purple .featured-vehicle-badge i {
  color: var(--lc-accent-dark);
}

.featured-vehicle-card--blue .featured-vehicle-badge i {
  color: var(--lc-accent);
}

.featured-vehicle-card--green .featured-vehicle-badge i {
  color: var(--lc-gold-light);
}

.featured-vehicle-card-body {
  padding: 22px 22px 24px;
}

.featured-vehicle-category {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.featured-vehicle-card--purple .featured-vehicle-category {
  color: var(--lc-accent-dark);
}

.featured-vehicle-card--blue .featured-vehicle-category {
  color: var(--lc-accent);
}

.featured-vehicle-card--green .featured-vehicle-category {
  color: var(--lc-accent-dark);
}

.featured-vehicle-card-body h3 {
  margin: 0 0 10px;
  font-size: clamp(22px, 2.2vw, 28px);
  line-height: 1.25;
}

.featured-vehicle-card-body h3 a {
  color: var(--lc-ink);
}

.featured-vehicle-card-body h3 a:hover {
  color: var(--lc-ink);
  opacity: 0.88;
}

.featured-vehicle-card-body p {
  margin: 0;
  color: var(--lc-muted);
  font-size: 14px;
  line-height: 1.6;
}

.featured-vehicle-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
  margin: 20px 0 22px;
  padding-top: 18px;
  border-top: 1px solid var(--lc-line);
}

.featured-vehicle-specs span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
}

.featured-vehicle-card--purple .featured-vehicle-specs span {
  color: var(--lc-accent-dark);
}

.featured-vehicle-card--blue .featured-vehicle-specs span {
  color: var(--lc-accent-dark);
}

.featured-vehicle-card--green .featured-vehicle-specs span {
  color: var(--lc-accent-dark);
}

.featured-vehicle-specs i {
  font-size: 14px;
}

.featured-vehicle-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 15px 18px;
  border: 1px solid var(--lc-accent);
  border-radius: var(--lc-btn-radius);
  color: var(--lc-ink);
  background: var(--lc-accent);
  font-family: var(--lc-font-body);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.featured-vehicle-cta:hover {
  color: var(--lc-white);
  border-color: var(--lc-ink);
  background: var(--lc-ink);
  transform: none;
}

.featured-vehicle-card--purple .featured-vehicle-cta,
.featured-vehicle-card--blue .featured-vehicle-cta,
.featured-vehicle-card--green .featured-vehicle-cta {
  color: var(--lc-ink);
  border-color: var(--lc-accent);
  background: var(--lc-accent);
  box-shadow: none;
}

.featured-vehicle-card--purple .featured-vehicle-cta:hover,
.featured-vehicle-card--blue .featured-vehicle-cta:hover,
.featured-vehicle-card--green .featured-vehicle-cta:hover {
  color: var(--lc-white);
  border-color: var(--lc-ink);
  background: var(--lc-ink);
}

.featured-vehicle-cta-icon {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
}

.featured-vehicle-cta-icon i {
  font-size: 14px;
}

.spec-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
}

.spec-item {
  display: grid;
  gap: 8px;
  padding: 18px;
  border: 1px solid var(--lc-line);
  border-radius: var(--lc-radius);
  background: var(--lc-white);
}

.spec-item i {
  color: var(--lc-accent);
  font-size: 20px;
}

.spec-item span {
  color: var(--lc-muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.spec-item strong {
  font-size: 18px;
}

.city-list {
  margin-bottom: 0;
}

.site-footer {
  position: relative;
  padding: 0;
  color: rgba(255, 255, 255, 0.62);
  background:
    radial-gradient(circle at 12% 0%, rgba(198, 161, 91, 0.08), transparent 34%),
    radial-gradient(circle at 88% 100%, rgba(198, 161, 91, 0.05), transparent 28%),
    linear-gradient(180deg, #121212 0%, #0b0b0b 100%);
  font-size: clamp(13px, 0.2vw + 12px, 14px);
  line-height: 1.55;
}

.footer-top {
  padding: 72px 0 56px;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.45fr) minmax(140px, 0.85fr) minmax(140px, 0.85fr) minmax(240px, 1.1fr);
  gap: 40px 32px;
  align-items: start;
}

.footer-brand-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}

.footer-brand-mark {
  display: grid;
  flex: 0 0 auto;
  width: 64px;
  height: 64px;
  place-items: center;
  border: 1px solid rgba(198, 161, 91, 0.55);
  border-radius: 12px;
  color: var(--lc-accent);
  background: #0b0b0b;
  overflow: hidden;
  font-family: var(--lc-font-display);
  font-size: 18px;
  font-weight: 700;
}

.footer-brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 4px;
}

.footer-brand-name {
  display: grid;
  gap: 4px;
}

.footer-brand-name strong {
  color: rgba(255, 255, 255, 0.94);
  font-family: var(--lc-font-display);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
}

.footer-brand-name span {
  color: var(--lc-accent);
  font-family: var(--lc-font-body);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.footer-brand p {
  max-width: 320px;
  margin: 0;
  color: rgba(255, 255, 255, 0.56);
  line-height: 1.65;
}

.footer-quote-card {
  padding: 26px 24px 24px;
  border: 1px solid rgba(198, 161, 91, 0.24);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  box-shadow:
    0 0 0 1px rgba(198, 161, 91, 0.05),
    0 24px 60px rgba(0, 0, 0, 0.32);
}

.footer-quote-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}

.footer-quote-icon {
  display: grid;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(198, 161, 91, 0.35);
  border-radius: 50%;
  color: var(--lc-accent);
  background: rgba(198, 161, 91, 0.08);
  font-size: 16px;
}

.footer-quote-head strong {
  display: block;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.94);
  font-family: var(--lc-font-display);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.1;
}

.footer-quote-head span {
  color: var(--lc-accent);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.footer-quote-form {
  display: grid;
  gap: 12px;
}

.footer-quote-input-wrap {
  position: relative;
}

.footer-quote-input-wrap i {
  position: absolute;
  top: 50%;
  left: 16px;
  color: rgba(255, 255, 255, 0.38);
  font-size: 14px;
  transform: translateY(-50%);
}

.footer-quote-form input {
  width: 100%;
  min-height: 52px;
  padding: 0 16px 0 44px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(0, 0, 0, 0.28);
  font-family: var(--lc-font-body);
  font-size: 14px;
}

.footer-quote-form input::placeholder {
  color: rgba(255, 255, 255, 0.38);
}

.footer-quote-form input:focus {
  outline: none;
  border-color: rgba(198, 161, 91, 0.45);
}

.footer-quote-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 52px;
  padding: 0 18px;
  border: 1px solid var(--lc-accent);
  border-radius: 8px;
  color: var(--lc-ink);
  background: linear-gradient(135deg, var(--lc-accent), var(--lc-gold-light));
  font-family: var(--lc-font-body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.footer-quote-form button:hover {
  color: var(--lc-white);
  border-color: var(--lc-white);
  background: transparent;
}

.footer-quote-phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  color: var(--lc-accent);
  font-size: 14px;
  font-weight: 600;
}

.footer-quote-phone:hover {
  color: var(--lc-gold-light);
}

.site-footer h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.92);
  font-family: var(--lc-font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.site-footer h3 i {
  color: var(--lc-accent);
  font-size: 13px;
}

.footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-links li {
  margin-bottom: 14px;
}

.footer-links li:last-child {
  margin-bottom: 0;
}

.footer-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
  transition: color 180ms ease;
}

.footer-links a i {
  color: rgba(198, 161, 91, 0.72);
  font-size: 10px;
}

.footer-links a:hover {
  color: rgba(255, 255, 255, 0.92);
}

.footer-contact-block {
  display: grid;
  gap: 12px;
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid rgba(198, 161, 91, 0.16);
}

.footer-contact-block a,
.footer-contact-block span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  line-height: 1.45;
}

.footer-contact-block a:hover {
  color: rgba(255, 255, 255, 0.92);
}

.footer-contact-block i {
  flex: 0 0 auto;
  width: 14px;
  color: var(--lc-accent);
  text-align: center;
}

.footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.footer-socials a {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(198, 161, 91, 0.35);
  border-radius: 50%;
  color: var(--lc-accent);
  background: rgba(198, 161, 91, 0.06);
  font-size: 13px;
  transition: all 0.25s ease;
}

.footer-socials a:hover {
  color: var(--lc-ink);
  border-color: var(--lc-accent);
  background: var(--lc-accent);
}

.footer-trust {
  border-top: 1px solid rgba(198, 161, 91, 0.2);
  border-bottom: 1px solid rgba(198, 161, 91, 0.2);
  padding: 28px 0;
  background: rgba(0, 0, 0, 0.16);
}

.footer-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px 28px;
}

.footer-trust-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.footer-trust-icon {
  display: grid;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--lc-accent);
  font-size: 16px;
}

.footer-trust-item strong {
  display: block;
  margin-bottom: 4px;
  color: var(--lc-accent);
  font-family: var(--lc-font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-trust-item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: 13px;
  line-height: 1.5;
}

.footer-legal {
  padding: 22px 0 28px;
}

.footer-legal-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 20px;
  align-items: center;
}

.footer-copy {
  color: rgba(255, 255, 255, 0.46);
  font-size: 13px;
}

.footer-legal-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 14px;
}

.footer-legal-links a {
  color: rgba(255, 255, 255, 0.46);
  font-size: 13px;
}

.footer-legal-links a:hover {
  color: rgba(255, 255, 255, 0.82);
}

.footer-legal-links span {
  color: rgba(255, 255, 255, 0.22);
}

.footer-back-top {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  justify-self: end;
  color: var(--lc-accent);
  font-family: var(--lc-font-body);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer-back-top:hover {
  color: var(--lc-gold-light);
}

.footer-back-top-icon {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid rgba(198, 161, 91, 0.55);
  border-radius: 50%;
  color: var(--lc-accent);
  background: rgba(198, 161, 91, 0.06);
  font-size: 12px;
  transition: all 0.25s ease;
}

.footer-back-top:hover .footer-back-top-icon {
  color: var(--lc-ink);
  background: var(--lc-accent);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }

  .reveal-on-scroll {
    opacity: 1;
    transform: none;
  }
}


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

.not-found {
  padding: 100px 0;
}

@media (max-width: 900px) {
  body {
    overflow-x: clip;
  }

  .header-action-desktop {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .header-inner {
    z-index: 2;
  }

  .site-header {
    position: sticky;
  }

  .mobile-nav-overlay {
    position: fixed;
    inset: 0;
    z-index: 40;
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    background: rgba(11, 11, 11, 0.48);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.28s ease, visibility 0.28s ease;
    cursor: pointer;
  }

  .mobile-nav-overlay.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .main-nav {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    right: 0;
    z-index: 3;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    border-top: 1px solid var(--lc-line);
    border-radius: 0 0 16px 16px;
    background: var(--lc-paper);
    box-shadow: 0 24px 48px rgba(11, 11, 11, 0.12);
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    pointer-events: none;
    transform: none;
    transition: max-height 0.35s ease, opacity 0.25s ease, visibility 0.25s ease;
  }

  .main-nav.is-open {
    max-height: min(calc(100vh - 78px), 720px);
    opacity: 1;
    visibility: visible;
    overflow-y: auto;
    pointer-events: auto;
  }

  .mobile-nav-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 22px 22px 18px;
    border-bottom: 1px solid var(--lc-line);
  }

  .mobile-nav-label {
    color: var(--lc-ink);
    font-family: var(--lc-font-display);
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
  }

  .mobile-nav-close {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    padding: 0;
    border: 1px solid rgba(198, 161, 91, 0.45);
    border-radius: 8px;
    color: var(--lc-ink);
    background: var(--lc-white);
    font-size: 18px;
    transition: all 0.25s ease;
  }

  .mobile-nav-close:hover {
    color: var(--lc-white);
    border-color: var(--lc-ink);
    background: var(--lc-ink);
  }

  .main-nav > ul.primary-menu {
    display: grid;
    gap: 0;
    padding: 12px 0;
  }

  .main-nav > ul.primary-menu > li > a {
    display: block;
    min-height: 52px;
    padding: 16px 22px;
    border-bottom: 1px solid rgba(229, 223, 210, 0.65);
    font-size: 13px;
  }

  .main-nav > ul.primary-menu > li.menu-item-has-children > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  .main-nav > ul.primary-menu > li.menu-item-has-children.is-open > a::after {
    transform: rotate(180deg);
  }

  .main-nav > ul.primary-menu > li > .sub-menu {
    position: static;
    display: none !important;
    min-width: 0;
    margin: 0;
    padding: 0 0 8px;
    border: 0;
    box-shadow: none;
    background: rgba(198, 161, 91, 0.06);
  }

  .main-nav > ul.primary-menu > li.menu-item-has-children.is-open > .sub-menu {
    display: flex !important;
  }

  .main-nav > ul.primary-menu > li > .sub-menu a {
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 12px 22px 12px 34px;
    font-size: 13px;
    letter-spacing: 0.04em;
    text-transform: none;
  }

  .mobile-nav-foot {
    display: grid;
    gap: 12px;
    margin-top: auto;
    padding: 22px;
    border-top: 1px solid var(--lc-line);
    background: rgba(255, 255, 255, 0.42);
  }

  .mobile-nav-foot .phone-link {
    color: var(--lc-ink);
    font-size: 15px;
    font-weight: 600;
    text-align: center;
  }

  .mobile-nav-foot .btn-primary {
    width: 100%;
  }

  .hero-content {
    min-height: auto;
    padding: 52px 0 120px;
  }

  .hero-slide::before {
    background:
      linear-gradient(180deg, rgba(11, 11, 11, 0.58) 0%, rgba(11, 11, 11, 0.82) 100%),
      linear-gradient(90deg, rgba(11, 11, 11, 0.72) 0%, rgba(11, 11, 11, 0.45) 100%);
  }

  .hero-content::before {
    width: calc(100% + 12px);
    height: 78%;
  }

  .hero-actions {
    flex-direction: column;
    width: 100%;
  }

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

  .hero-panel {
    width: 100%;
    margin-top: 32px;
  }

  .hero-stat {
    padding: 20px 22px;
    border-left: 0;
    border-bottom: 1px solid rgba(198, 161, 91, 0.22);
  }

  .hero-stat + .hero-stat {
    border-left: 0;
  }

  .hero-stat:last-child {
    border-bottom: 0;
  }

  .slider-dots {
    right: auto;
    left: 50%;
    bottom: 24px;
    transform: translateX(-50%);
  }

  .hero-panel,
  .grid-3,
  .grid-2,
  .split,
  .spec-grid,
  .vehicle-showcase-layout,
  .vehicle-stat-cards,
  .event-showcase-layout,
  .vehicle-gallery-thumbs,
  .footer-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .event-showcase-media,
  .event-showcase-image {
    max-height: 280px;
  }

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

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

  .vehicle-gallery-panel {
    padding: 12px;
  }

  .vehicle-showcase-cta {
    width: 100%;
  }

  .about-values-section {
    padding-block: 64px;
  }

  .about-values-head {
    margin-bottom: 36px;
  }

  .values-grid {
    gap: 20px;
  }

  .value-card {
    padding: 30px 26px 32px;
  }

  .services-section .home-section-head {
    gap: 20px;
    margin-bottom: 36px;
  }

  .services-grid {
    gap: 24px;
  }

  .services-grid .service-card {
    padding: 28px 24px 30px;
  }

  .section-head,
  .home-section-head,
  .home-band-head,
  .band-inner {
    align-items: start;
    flex-direction: column;
  }

  .btn-home-section,
  .btn-fleet-explore {
    width: 100%;
    justify-content: center;
  }

  .home-section-head__aside {
    width: 100%;
  }

  .footer-top {
    padding: 56px 0 40px;
  }

  .footer-grid {
    gap: 32px;
  }

  .footer-trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }

  .footer-legal-inner {
    grid-template-columns: 1fr;
    gap: 18px;
    text-align: center;
  }

  .footer-copy,
  .footer-legal-links,
  .footer-back-top {
    justify-self: center;
  }

  .footer-back-top {
    justify-content: center;
  }
}

@media (max-width: 600px) {
  .header-inner,
  .container {
    width: min(100% - 28px, var(--lc-container));
  }

  .brand {
    gap: 10px;
    min-width: 0;
  }

  .brand-name {
    max-width: min(190px, 44vw);
  }

  .brand-name__title {
    font-size: 11px;
  }

  .brand-name__tagline {
    font-size: 9px;
    line-height: 1.25;
  }

  .brand-logo {
    max-width: 58px;
    max-height: 52px;
    flex: 0 0 auto;
  }

  .hero,
  .hero-content {
    min-height: min(640px, 92vh);
  }

  .hero-content {
    padding: 36px 0 112px;
  }

  .hero-panel {
    margin-top: 28px;
  }

  .hero-stat {
    padding: 18px 20px;
  }

  h1 {
    font-size: clamp(32px, 9vw, 44px);
  }

  .lead {
    font-size: 15px;
    line-height: 1.6;
  }

  .section {
    padding: 58px 0;
  }

  .page-hero {
    padding: 62px 0;
  }

  .header-actions .btn {
    min-height: 40px;
    padding-inline: 12px;
    font-size: 13px;
  }

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

  .footer-trust {
    padding: 24px 0;
  }

  .footer-legal {
    padding: 20px 0 24px;
  }
}

/* ═══════════════════════════════════════════════════════════════
   SCROLL PROGRESS BAR
═══════════════════════════════════════════════════════════════ */
#lc-scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, var(--lc-accent-dark), var(--lc-accent), var(--lc-gold-light));
  transform-origin: left center;
  transform: scaleX(0);
  pointer-events: none;
  box-shadow: 0 0 8px rgba(198, 161, 91, 0.6);
}

/* ═══════════════════════════════════════════════════════════════
   MARQUEE TICKER
═══════════════════════════════════════════════════════════════ */
.lc-marquee {
  overflow: hidden;
  background: var(--lc-accent);
  padding: 12px 0;
  position: relative;
  z-index: 10;
}

.lc-mq-track {
  display: flex;
  white-space: nowrap;
  animation: lc-marquee-scroll 26s linear infinite;
}

.lc-mq-item {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 0 28px;
  color: var(--lc-charcoal);
  font-family: var(--lc-font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  flex-shrink: 0;
}

.lc-mq-star {
  font-size: 9px;
  opacity: 0.7;
}

@keyframes lc-marquee-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ═══════════════════════════════════════════════════════════════
   SERVICE CARD — icon upgrade (FA icon replaces number)
═══════════════════════════════════════════════════════════════ */
.service-card .icon i {
  font-size: 18px;
  line-height: 1;
}

/* ═══════════════════════════════════════════════════════════════
   TESTIMONIALS SECTION
═══════════════════════════════════════════════════════════════ */
.lc-testimonials-section {
  position: relative;
  overflow: hidden;
  background: #0c0b08;
}

.lc-testimonials-section > .container {
  position: relative;
  z-index: 1;
}

/* Atmospheric gold orbs */
.lc-testimonials-section::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -80px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(198, 161, 91, 0.13) 0%, transparent 68%);
  pointer-events: none;
}

.lc-testimonials-section::after {
  content: "";
  position: absolute;
  bottom: -100px;
  left: -60px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(198, 161, 91, 0.09) 0%, transparent 68%);
  pointer-events: none;
}

.lc-testimonials-head {
  margin-bottom: 56px;
}

.lc-stars-global,
.home-section-head__aside.lc-stars-global {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 12px 20px;
  border: 1px solid rgba(198, 161, 91, 0.45);
  border-radius: 999px;
  background: rgba(198, 161, 91, 0.14);
  color: var(--lc-accent);
  font-size: 16px;
  flex-shrink: 0;
}

.lc-stars-global i {
  color: var(--lc-accent);
}

.lc-stars-global span {
  color: #fff;
  font-family: var(--lc-font-body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  white-space: nowrap;
  margin-left: 6px;
  text-transform: uppercase;
}

.lc-testimonials-grid {
  gap: 24px;
  align-items: stretch;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lc-testimonials-grid .lc-testimonial-card {
  opacity: 1;
  visibility: visible;
}

/* Card — solid, visible, with gold top accent */
.lc-testimonial-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
  min-height: 100%;
  padding: 32px 28px 28px;
  border: 1px solid rgba(198, 161, 91, 0.35);
  border-top: 3px solid var(--lc-accent);
  border-radius: 6px;
  background: #211c16;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
  transition: border-color 300ms ease, box-shadow 300ms ease, transform 300ms ease;
  overflow: hidden;
}

/* Big decorative quote mark */
.lc-testimonial-card::before {
  content: "\201C";
  position: absolute;
  top: 8px;
  right: 20px;
  font-family: var(--lc-font-display);
  font-size: 88px;
  font-weight: 700;
  line-height: 1;
  color: rgba(198, 161, 91, 0.16);
  pointer-events: none;
  user-select: none;
}

.lc-testimonial-card:hover {
  border-color: rgba(198, 161, 91, 0.65);
  border-top-color: var(--lc-gold-light);
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(198, 161, 91, 0.12);
  transform: translateY(-4px);
}

.js-gsap .lc-testimonial-card:hover {
  transform: none;
}

.lc-testimonial-stars {
  display: flex;
  gap: 4px;
  color: var(--lc-accent);
  font-size: 14px;
  margin-bottom: 18px;
}

.lc-testimonial-quote {
  flex: 1 1 auto;
  margin: 0 0 24px;
  padding: 0;
  border: 0;
}

.lc-testimonial-quote p {
  margin: 0;
  color: #fff;
  font-family: var(--lc-font-body);
  font-size: clamp(16px, 1.2vw, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 1.75;
}

.lc-testimonial-footer {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 22px;
  border-top: 1px solid rgba(198, 161, 91, 0.18);
}

.lc-testimonial-avatar {
  display: grid;
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(198, 161, 91, 0.4);
  background: linear-gradient(135deg, var(--lc-accent), var(--lc-accent-dark));
  color: #0c0b08;
  font-family: var(--lc-font-display);
  font-size: 19px;
  font-weight: 700;
  line-height: 1;
}

.lc-testimonial-name {
  display: block;
  color: var(--lc-white);
  font-family: var(--lc-font-body);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.lc-testimonial-role {
  display: block;
  color: var(--lc-accent);
  font-family: var(--lc-font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-top: 3px;
}

/* Mobile responsive for new sections */
@media (max-width: 1023px) {
  .lc-testimonials-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .lc-testimonials-grid {
    grid-template-columns: 1fr;
  }

  .lc-testimonials-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}

/* ═══════════════════════════════════════════════════════════════
   LOCATION PAGES
═══════════════════════════════════════════════════════════════ */
.location-hero .lead {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.9);
}

.location-trust-strip {
  background: #101010;
  border-bottom: 1px solid rgba(198, 161, 91, 0.18);
}

.location-trust-bar {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 0;
}

.location-trust-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 72px;
  padding: 18px 20px;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}

.location-trust-item:last-child {
  border-right: 0;
}

.location-trust-item i {
  color: var(--lc-accent);
}

.location-intro-grid {
  align-items: start;
}

.location-intro-content p + p {
  margin-top: 16px;
}

.location-section-head {
  margin-bottom: 22px;
}

.location-highlight-grid {
  gap: 16px;
}

.location-highlight-card h3 {
  font-size: clamp(20px, 2vw, 24px);
}

.location-quote-aside {
  display: grid;
  gap: 18px;
}

.location-contact-card {
  padding: 22px 24px;
  border: 1px solid var(--lc-line);
  border-radius: var(--lc-radius);
  background: linear-gradient(180deg, rgba(247, 243, 234, 0.95), #fff);
}

.location-contact-card h3 {
  margin: 0 0 10px;
}

.location-contact-card p {
  margin: 0 0 16px;
  color: var(--lc-muted);
  line-height: 1.65;
}

.location-coverage-block + .location-coverage-block {
  margin-top: 40px;
}

.location-airport-list .pill-dark,
.pill-dark {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-color: rgba(198, 161, 91, 0.35);
  background: rgba(198, 161, 91, 0.08);
  color: var(--lc-ink);
}

.location-archive-card h2 a {
  color: inherit;
  text-decoration: none;
}

.location-archive-card h2 a:hover {
  color: var(--lc-accent-dark);
}

.location-archive-meta {
  display: grid;
  gap: 4px;
  margin: 0 0 18px;
  color: var(--lc-muted);
  font-size: 14px;
  line-height: 1.6;
}

.location-archive-meta strong {
  color: var(--lc-ink);
}

.location-cta-band .band-inner {
  align-items: center;
}

@media (max-width: 991px) {
  .location-trust-bar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .location-trust-item:nth-child(2) {
    border-right: 0;
  }

  .location-trust-item:nth-child(1),
  .location-trust-item:nth-child(2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
}

@media (max-width: 767px) {
  .location-trust-bar {
    grid-template-columns: 1fr;
  }

  .location-trust-item {
    justify-content: flex-start;
    text-align: left;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .location-trust-item:last-child {
    border-bottom: 0;
  }
}

/* ═══════════════════════════════════════════════════════════════
   PAGE HERO — shared container + banner copy panel
═══════════════════════════════════════════════════════════════ */
.page-hero > .container,
.page-hero .container.page-hero__content,
.page-hero .container.about-page-hero__content,
.page-hero .container.location-hero__content,
.page-hero .container.contact-page-hero__content {
  position: relative;
  z-index: 2;
  width: min(var(--lc-container), calc(100% - 48px));
  margin-inline: auto;
}

.page-hero__panel {
  max-width: 720px;
}

.page-hero__copy {
  padding: clamp(24px, 3.5vw, 36px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: rgba(8, 8, 8, 0.58);
  backdrop-filter: blur(8px);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
}

@media (max-width: 767px) {
  .page-hero > .container,
  .page-hero .container.page-hero__content,
  .page-hero .container.about-page-hero__content,
  .page-hero .container.location-hero__content,
  .page-hero .container.contact-page-hero__content {
    width: min(var(--lc-container), calc(100% - 32px));
  }

  .page-hero__copy {
    padding: 22px 20px;
  }
}

/* ═══════════════════════════════════════════════════════════════
   FLEET PAGE — PAGE HERO (category-specific)
═══════════════════════════════════════════════════════════════ */
.page-hero {
  position: relative;
  overflow: hidden;
}

/* Animated gold shimmer line along bottom of hero */
.page-hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    var(--lc-accent) 30%,
    var(--lc-gold-light) 50%,
    var(--lc-accent) 70%,
    transparent 100%
  );
  opacity: 0.7;
}

/* ═══════════════════════════════════════════════════════════════
   FLEET FILTER — premium pill nav
═══════════════════════════════════════════════════════════════ */
.fleet-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 40px;
  padding: 6px;
  border: 1px solid var(--lc-line);
  border-radius: 12px;
  background: var(--lc-white);
  box-shadow: 0 2px 12px rgba(11, 11, 11, 0.05);
  width: max-content;
  max-width: 100%;
}

.fleet-filter .pill {
  min-height: 36px;
  padding: 0 18px;
  border-radius: 8px;
  border-color: transparent;
  background: transparent;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  transition: background 200ms ease, color 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
  text-decoration: none;
}

.fleet-filter .pill:hover {
  background: rgba(198, 161, 91, 0.1);
  border-color: rgba(198, 161, 91, 0.28);
  color: var(--lc-accent-dark);
}

.fleet-filter .pill.is-active {
  background: var(--lc-ink);
  border-color: var(--lc-ink);
  color: var(--lc-white);
  box-shadow: 0 4px 14px rgba(11, 11, 11, 0.18);
}

/* ═══════════════════════════════════════════════════════════════
   VEHICLE CARD — luxury dark redesign
═══════════════════════════════════════════════════════════════ */

/* Wrap the image so we can position overlay + badge over it */
.vehicle-card-media {
  position: relative;
  overflow: hidden;
  background: var(--lc-charcoal);
}

/* Image itself */
.fleet-card .vehicle-card-media img,
.fleet-card .vehicle-card-media .vehicle-card-placeholder {
  display: block;
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: transform 600ms ease;
}

.fleet-card .vehicle-card-media .vehicle-card-placeholder {
  display: grid;
  place-items: center;
  background: #1a1814;
  color: var(--lc-muted);
  font-size: 36px;
}

/* Passenger badge — top left corner */
.vehicle-card-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(11, 11, 11, 0.78);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(198, 161, 91, 0.3);
  color: var(--lc-white);
  font-family: var(--lc-font-body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.vehicle-card-badge i {
  color: var(--lc-accent);
  font-size: 11px;
}

/* Hover image overlay */
.vehicle-card-overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(11, 11, 11, 0.65);
  opacity: 0;
  transition: opacity 300ms ease;
}

.fleet-card:hover .vehicle-card-overlay {
  opacity: 1;
}

.vehicle-card-overlay-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  border: 1px solid var(--lc-accent);
  border-radius: var(--lc-btn-radius);
  background: var(--lc-accent);
  color: var(--lc-ink);
  font-family: var(--lc-font-body);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  transform: translateY(10px);
  transition: transform 300ms ease, background 200ms ease, border-color 200ms ease;
}

.fleet-card:hover .vehicle-card-overlay-btn {
  transform: translateY(0);
}

.vehicle-card-overlay-btn:hover {
  background: var(--lc-gold-light);
  border-color: var(--lc-gold-light);
}

/* Ken Burns on hover */
.fleet-card:hover .vehicle-card-media img {
  transform: scale(1.06);
}

/* Fleet body — keep light/neutral */
.fleet-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.fleet-body .kicker {
  font-size: 10px;
  letter-spacing: 0.18em;
  margin-bottom: 6px;
}

.fleet-body h3 {
  margin-bottom: 8px;
  font-size: clamp(18px, 1.8vw, 22px);
}

.fleet-body h3 a {
  color: var(--lc-ink);
  text-decoration: none;
  transition: color 200ms ease;
}

.fleet-body h3 a:hover {
  color: var(--lc-accent-dark);
}

.vehicle-card-excerpt {
  margin: 0 0 16px;
  color: var(--lc-muted);
  font-size: 14px;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Meta pills with FA icons */
.fleet-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 20px;
}

.fleet-meta .pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  font-size: 12px;
}

.fleet-meta .pill i {
  color: var(--lc-accent);
  font-size: 11px;
}

/* Dual action buttons */
.vehicle-card-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 8px;
  margin-top: auto;
}

.vehicle-card-view {
  min-height: 42px;
  padding: 10px 16px;
  font-size: 12px;
  letter-spacing: 0.08em;
}

.vehicle-card-call,
.vehicle-card-quote {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 42px;
  padding: 10px 14px;
  font-size: 12px;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.vehicle-card-call {
  color: var(--lc-ink);
  border-color: var(--lc-line);
  background: var(--lc-white);
}

.vehicle-card-call:hover,
.vehicle-card-call:focus {
  color: var(--lc-ink);
  border-color: var(--lc-accent);
  background: rgba(198, 161, 91, 0.08);
}

.vehicle-card-call i {
  font-size: 11px;
  color: var(--lc-accent);
}

/* Gold top-accent line on card border — replaces plain border */
.fleet-card.vehicle-card {
  border-top: 2px solid var(--lc-accent);
  border-radius: var(--lc-radius);
  overflow: hidden;
  background: var(--lc-white);
  box-shadow: 0 2px 0 rgba(16, 17, 20, 0.03);
  transition: box-shadow 280ms ease, transform 280ms ease, border-top-color 280ms ease;
}

.fleet-card.vehicle-card:hover {
  border-top-color: var(--lc-gold-light);
  box-shadow: 0 20px 52px rgba(11, 11, 11, 0.13);
  transform: translateY(-5px);
}

/* js-gsap: GSAP handles transform, not CSS */
.js-gsap .fleet-card.vehicle-card:hover {
  transform: none;
}

/* ═══════════════════════════════════════════════════════════════
   FLEET — empty state
═══════════════════════════════════════════════════════════════ */
.fleet-grid .not-found {
  grid-column: 1 / -1;
  padding: 64px 40px;
  text-align: center;
  border: 1px dashed rgba(198, 161, 91, 0.3);
  border-radius: var(--lc-radius);
  background: rgba(198, 161, 91, 0.03);
}

.fleet-grid .not-found h2 {
  margin-bottom: 8px;
  font-size: clamp(22px, 2.2vw, 28px);
}

.fleet-grid .not-found p {
  margin: 0 0 24px;
  color: var(--lc-muted);
}

/* Mobile */
@media (max-width: 767px) {
  .fleet-filter {
    width: 100%;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .fleet-filter::-webkit-scrollbar {
    display: none;
  }

  .fleet-filter .pill {
    flex: 0 0 auto;
  }

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

  .vehicle-card-view {
    grid-column: 1 / -1;
  }
}

/* ═══════════════════════════════════════════════════════════════
   FLEET AJAX — loading shimmer state
═══════════════════════════════════════════════════════════════ */
.lc-fleet-loading {
  pointer-events: none;
}

.lc-fleet-loading .fleet-grid {
  min-height: 320px;
  position: relative;
}

.lc-fleet-loading .fleet-grid::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: var(--lc-radius);
  background: linear-gradient(
    90deg,
    rgba(198, 161, 91, 0) 0%,
    rgba(198, 161, 91, 0.08) 50%,
    rgba(198, 161, 91, 0) 100%
  );
  background-size: 200% 100%;
  animation: lc-fleet-shimmer 1.4s ease infinite;
}

@keyframes lc-fleet-shimmer {
  0%   { background-position: -200% 0; }
  100% { background-position:  200% 0; }
}

/* Fleet products heading + count inline */
.fleet-products-head {
  align-items: center;
  margin-bottom: 32px;
}

.fleet-products-count {
  color: var(--lc-muted);
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  margin: 0;
}

.fleet-products-label {
  margin-bottom: 0;
}

/* ============================================================
   LUXURY ABOUT SECTION  (homepage last section before footer)
   ============================================================ */

.lc-about-section {
  background: #fff;
  overflow: hidden;
}

/* Full-width grid — left copy takes 44%, right image takes 56% */
.lc-about-grid {
  display: grid;
  grid-template-columns: 44fr 56fr;
  min-height: 640px;
}

/* ── Left copy column ─────────────────────────────────────── */
.lc-about-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
  padding: clamp(48px, 6vw, 96px) clamp(32px, 4vw, 72px) clamp(48px, 6vw, 96px) clamp(24px, calc((100vw - 1180px) / 2 + 32px), 120px);
}

.lc-about-copy .home-section-head__label {
  margin-bottom: 22px;
}

.lc-about-heading.home-section-head__title {
  font-size: clamp(28px, 3.2vw, 46px);
  line-height: 1.18;
  margin-bottom: 20px;
}

/* Kicker with leading gold line */
.lc-about-kicker-wrap {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}
.lc-about-kicker-line {
  display: inline-block;
  width: 36px;
  height: 2px;
  background: var(--lc-accent);
  flex-shrink: 0;
}
.lc-about-kicker-wrap .kicker {
  margin-bottom: 0;
}

/* Heading with italic gold second line */
.lc-about-heading {
  font-size: clamp(28px, 3.2vw, 46px);
  line-height: 1.18;
  margin-bottom: 20px;
  color: var(--lc-ink);
}
.lc-about-heading em {
  font-style: italic;
  color: var(--lc-accent);
}

/* Thin gold rule below heading */
.lc-about-rule {
  display: block;
  width: 56px;
  height: 2px;
  background: linear-gradient(90deg, var(--lc-accent), transparent);
  margin-bottom: 22px;
}

/* Body text */
.lc-about-lead {
  color: var(--lc-muted);
  font-size: clamp(14px, 1.1vw, 16px);
  line-height: 1.75;
  margin-bottom: 32px;
  max-width: 520px;
}

/* Feature rows */
.lc-about-features {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: flex;
  flex-direction: column;
}
.lc-about-feature {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(0,0,0,.07);
}
.lc-about-features li:first-child {
  border-top: 1px solid rgba(0,0,0,.07);
}
.lc-about-feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--lc-ink);
  color: var(--lc-accent);
  font-size: 15px;
  flex-shrink: 0;
  margin-top: 2px;
}
.lc-about-feature-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.lc-about-feature-text strong {
  font-size: 14px;
  font-weight: 700;
  color: var(--lc-ink);
  letter-spacing: .02em;
  text-transform: uppercase;
}
.lc-about-feature-text span {
  font-size: 13px;
  color: var(--lc-muted);
  line-height: 1.5;
}

/* CTA buttons */
.lc-about-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.lc-about-btn-primary {
  background: var(--lc-ink);
  color: #fff;
  border-color: var(--lc-ink);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.lc-about-btn-primary:hover,
.lc-about-btn-primary:focus {
  background: var(--lc-accent);
  border-color: var(--lc-accent);
  color: var(--lc-ink);
}
.lc-about-btn-outline {
  background: transparent;
  color: var(--lc-ink);
  border: 2px solid var(--lc-ink);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  padding: 13px 26px;
}
.lc-about-btn-outline:hover,
.lc-about-btn-outline:focus {
  background: var(--lc-ink);
  color: #fff;
}

/* Service icon strip */
.lc-about-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  border-top: 1px solid rgba(0,0,0,.08);
  padding-top: 24px;
}
.lc-about-strip-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 20px 6px 0;
  margin-right: 20px;
  font-size: 12px;
  font-weight: 600;
  color: var(--lc-muted);
  letter-spacing: .05em;
  text-transform: uppercase;
  border-right: 1px solid rgba(0,0,0,.1);
}
.lc-about-strip-item:last-child {
  border-right: none;
  margin-right: 0;
}
.lc-about-strip-item i {
  color: var(--lc-accent);
  font-size: 14px;
}

/* ── Right image column ───────────────────────────────────── */
.lc-about-media {
  position: relative;
  overflow: hidden;
}

/* Main photo covers the whole column */
.lc-about-photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Concave left-edge illusion — white oval peeks in from the left */
.lc-about-media::before {
  content: '';
  position: absolute;
  left: -88px;
  top: 50%;
  transform: translateY(-50%);
  width: 176px;
  height: 90%;
  background: #fff;
  border-radius: 50%;
  z-index: 2;
  pointer-events: none;
}

/* Dark overlay gradient for readability */
.lc-about-media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,.55) 0%, rgba(0,0,0,.15) 55%, transparent 80%);
  z-index: 1;
  pointer-events: none;
}

/* Overlay card — bottom-right corner */
.lc-about-card {
  position: absolute;
  bottom: 36px;
  right: 36px;
  width: min(300px, calc(100% - 60px));
  background: rgba(11,11,11,.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(198,161,91,.25);
  border-top: 3px solid var(--lc-accent);
  border-radius: 6px;
  padding: 28px 28px 24px;
  z-index: 3;
}
.lc-about-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--lc-accent);
  color: var(--lc-ink);
  font-size: 20px;
  margin-bottom: 16px;
}
.lc-about-card-heading {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 10px;
  letter-spacing: .01em;
}
.lc-about-card-text {
  font-size: 13px;
  line-height: 1.65;
  color: rgba(255,255,255,.72);
  margin: 0 0 18px;
}
.lc-about-card-rule {
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, var(--lc-accent), transparent);
  margin-bottom: 14px;
}
.lc-about-card-tagline {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--lc-accent);
}

/* ── Responsive ──────────────────────────────────────────── */
@media (max-width: 900px) {
  .lc-about-grid {
    grid-template-columns: 1fr;
  }
  .lc-about-copy {
    padding: 56px 24px 48px;
  }
  .lc-about-media {
    height: 480px;
  }
  .lc-about-media::before {
    display: none; /* hide curve on mobile */
  }
  .lc-about-strip-item {
    border-right: none;
    padding-right: 0;
    margin-right: 12px;
  }
}
@media (max-width: 480px) {
  .lc-about-media {
    height: 360px;
  }
  .lc-about-card {
    bottom: 20px;
    right: 20px;
    padding: 20px 20px 18px;
  }
  .lc-about-actions {
    flex-direction: column;
  }
}

.vehicle-showcase-actions,
.contact-action-buttons,
.about-final-cta-inner .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.vehicle-showcase-call,
.featured-vehicle-call {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.featured-vehicle-call {
  margin-top: 12px;
  color: var(--gold);
  font-weight: 600;
  text-decoration: none;
}

.location-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  min-height: clamp(460px, 52vh, 580px);
  display: flex;
  align-items: center;
  padding: clamp(40px, 6vw, 72px) 0;
  color: #fff;
  background: #0b0b0b;
}

.location-hero.page-hero {
  padding: clamp(40px, 6vw, 72px) 0;
}

.location-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.location-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 58%;
}

.location-hero--new-jersey .location-hero__media img {
  object-position: center 62%;
}

.location-hero--new-york-city .location-hero__media img {
  object-position: center 58%;
}

.location-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(7, 7, 7, 0.88) 0%, rgba(7, 7, 7, 0.72) 30%, rgba(7, 7, 7, 0.28) 55%, rgba(7, 7, 7, 0.1) 100%),
    linear-gradient(180deg, rgba(7, 7, 7, 0.35) 0%, transparent 42%, rgba(7, 7, 7, 0.22) 100%);
  pointer-events: none;
}

.location-hero .kicker {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--lc-accent);
  letter-spacing: 0.14em;
}

.location-hero h1 {
  margin-bottom: 18px;
  color: #fff;
  font-family: var(--lc-font-body);
  font-size: clamp(34px, 4.2vw, 54px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.02em;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
}

.location-hero .lead {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.7;
}

.location-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

@media (max-width: 767px) {
  .location-hero {
    min-height: auto;
    padding: 36px 0 32px;
  }

  .location-hero__media img {
    object-position: center 52%;
  }

  .location-hero__overlay {
    background:
      linear-gradient(180deg, rgba(7, 7, 7, 0.82) 0%, rgba(7, 7, 7, 0.68) 52%, rgba(7, 7, 7, 0.82) 100%);
  }
}

.about-occasions-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px 24px;
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
}

.about-occasions-grid li {
  position: relative;
  padding-left: 22px;
}

.about-occasions-grid li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--gold);
  font-weight: 700;
}

.about-final-cta {
  text-align: center;
}

.about-final-cta-inner {
  max-width: 760px;
  margin: 0 auto;
}

.fleet-categories-section {
  margin-bottom: 36px;
}

.fleet-categories-head {
  margin-bottom: 24px;
}

.fleet-categories-grid {
  margin-bottom: 8px;
}

.media-stack-placeholder {
  min-height: 320px;
  display: grid;
  place-items: center;
  padding: 24px;
  border: 1px dashed rgba(198, 161, 91, 0.45);
  border-radius: var(--lc-radius);
  background: rgba(198, 161, 91, 0.08);
  color: var(--lc-muted);
  text-align: center;
}

.about-final-cta .btn-outline {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.55);
}

.about-final-cta .btn-outline:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.about-page-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  min-height: clamp(460px, 52vh, 580px);
  display: flex;
  align-items: center;
  padding: clamp(56px, 8vw, 92px) 0;
  color: #fff;
  background: #0b0b0b;
}

.about-page-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.about-page-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 72% center;
}

.about-page-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(7, 7, 7, 0.95) 0%, rgba(7, 7, 7, 0.82) 36%, rgba(7, 7, 7, 0.45) 62%, rgba(7, 7, 7, 0.18) 100%),
    linear-gradient(180deg, rgba(7, 7, 7, 0.4) 0%, transparent 40%, rgba(7, 7, 7, 0.35) 100%);
  pointer-events: none;
}

.about-page-hero__content {
  position: relative;
  z-index: 2;
}

.about-page-hero .kicker {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--lc-accent);
  letter-spacing: 0.14em;
}

.about-page-hero h1 {
  max-width: 760px;
  margin-bottom: 18px;
  color: #fff;
  font-family: var(--lc-font-body);
  font-size: clamp(32px, 4vw, 50px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.02em;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
}

.about-page-hero .lead {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.7;
}

@media (max-width: 767px) {
  .about-page-hero {
    min-height: auto;
    padding: 48px 0 40px;
  }

  .about-page-hero__media img {
    object-position: center 40%;
  }

  .about-page-hero__overlay {
    background:
      linear-gradient(180deg, rgba(7, 7, 7, 0.92) 0%, rgba(7, 7, 7, 0.8) 55%, rgba(7, 7, 7, 0.9) 100%);
  }
}

.legal-page-content {
  max-width: 860px;
}

.legal-updated {
  color: var(--lc-muted);
  font-size: 14px;
  margin-bottom: 28px;
}

.legal-section + .legal-section {
  margin-top: 36px;
  padding-top: 36px;
  border-top: 1px solid rgba(198, 161, 91, 0.18);
}

.legal-section h2 {
  margin: 0 0 16px;
  font-size: clamp(24px, 3vw, 32px);
}

.legal-section h3 {
  margin: 24px 0 12px;
  font-size: 18px;
}

.legal-section p {
  margin: 0 0 14px;
  line-height: 1.75;
  color: var(--lc-ink);
}

.legal-list {
  margin: 0 0 16px;
  padding-left: 22px;
}

.legal-list li {
  margin-bottom: 8px;
  line-height: 1.65;
}

.contact-page-media img {
  width: 100%;
  border-radius: 16px;
  margin-top: 24px;
  display: block;
}

.contact-desk-lead {
  margin: 0 0 18px;
  color: var(--lc-muted);
  font-size: 15px;
  line-height: 1.7;
}

.contact-desk-checklist {
  display: grid;
  gap: 10px;
  margin: 0 0 24px;
}

.contact-desk-checklist li {
  margin: 0;
  color: var(--lc-ink);
  font-size: 15px;
  line-height: 1.45;
}

.contact-page-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  min-height: clamp(280px, 36vh, 420px);
  display: flex;
  align-items: center;
  padding: clamp(48px, 7vw, 84px) 0;
  color: #fff;
  background: #0b0b0b;
}

.contact-page-hero.page-hero {
  padding: clamp(48px, 7vw, 84px) 0;
}

.contact-page-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.contact-page-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.contact-page-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(7, 7, 7, 0.92) 0%, rgba(7, 7, 7, 0.78) 42%, rgba(7, 7, 7, 0.4) 72%, rgba(7, 7, 7, 0.22) 100%),
    linear-gradient(180deg, rgba(7, 7, 7, 0.35) 0%, transparent 45%, rgba(7, 7, 7, 0.3) 100%);
  pointer-events: none;
}

.contact-page-hero__content {
  position: relative;
  z-index: 2;
}

.contact-page-hero .page-hero__panel {
  max-width: 760px;
}

.contact-page-hero .kicker {
  color: var(--lc-accent);
}

.contact-page-hero h1 {
  color: #fff;
  max-width: 720px;
}

.contact-page-hero .lead {
  max-width: 680px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.92);
}

.contact-hero-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 24px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.92);
}

.contact-hero-checklist li {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .contact-page-hero {
    min-height: auto;
    padding: 40px 0 36px;
  }

  .contact-page-hero__media img {
    object-position: center 35%;
  }

  .contact-page-hero__overlay {
    background:
      linear-gradient(180deg, rgba(7, 7, 7, 0.88) 0%, rgba(7, 7, 7, 0.78) 55%, rgba(7, 7, 7, 0.88) 100%);
  }

  .contact-hero-checklist {
    grid-template-columns: 1fr;
  }
}

.contact-details-list {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
}

.contact-details-list a {
  color: inherit;
}

.event-fleet-types .fleet-filter {
  margin-top: 8px;
}

@media (max-width: 900px) {
  .hero-panel {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .hero-stat {
    text-align: left;
  }

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

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

@media (max-width: 560px) {
  .about-occasions-grid {
    grid-template-columns: 1fr;
  }

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

  .vehicle-card-view,
  .vehicle-card-call,
  .vehicle-card-quote {
    width: 100%;
  }

  .vehicle-showcase-actions,
  .contact-action-buttons {
    flex-direction: column;
  }

  .vehicle-showcase-actions .btn,
  .contact-action-buttons .btn {
    width: 100%;
    justify-content: center;
  }

  .location-hero__actions,
  .about-final-cta-inner .hero-actions,
  .lc-about-actions {
    flex-direction: column;
  }

  .location-hero__actions .btn,
  .about-final-cta-inner .hero-actions .btn,
  .lc-about-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .contact-page-grid,
  .location-intro-grid {
    gap: 20px;
  }

  .quote-box,
  .contact-info-box {
    padding: 22px 18px;
  }
}

/* ═══════════════════════════════════════════════════════════════
   AUTHORIZATION FORM (private client link)
═══════════════════════════════════════════════════════════════ */
.auth-form-hero .lead {
  max-width: 640px;
}

.auth-form-section {
  padding-top: 28px;
}

.auth-form-section--success {
  padding-block: clamp(40px, 8vw, 88px);
}

.auth-form-box {
  max-width: 860px;
  margin: 0 auto;
}

.auth-form-block {
  margin-bottom: 32px;
  padding: 22px 0 28px;
  border-bottom: 1px solid rgba(11, 11, 11, 0.08);
}

.auth-form-block:first-of-type {
  padding-top: 0;
}

.auth-form-block:last-of-type {
  border-bottom: 0;
  margin-bottom: 18px;
  padding-bottom: 0;
}

.auth-form-block h2 {
  margin: 0 0 6px;
  font-family: var(--lc-font-display);
  font-size: clamp(24px, 2.6vw, 30px);
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
}

.auth-form-help {
  margin: 0 0 16px;
  color: var(--lc-muted);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1.55;
}

.auth-upload-field {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.auth-upload-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.auth-upload-field input[type="file"] {
  min-height: 0;
  padding: 18px 16px;
  border: 1px dashed rgba(198, 161, 91, 0.55);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(198, 161, 91, 0.06), rgba(198, 161, 91, 0.02));
  cursor: pointer;
}

.auth-upload-field input[type="file"]:hover {
  border-color: var(--lc-accent);
  background: rgba(198, 161, 91, 0.1);
}

.auth-checkbox {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start;
  gap: 12px;
  text-transform: none;
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 400;
}

.auth-checkbox input[type="checkbox"] {
  width: 18px;
  height: 18px;
  min-height: 0;
  margin-top: 3px;
  padding: 0;
  flex-shrink: 0;
  accent-color: var(--lc-accent);
}

.auth-checkbox span {
  line-height: 1.5;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
}

.auth-checkbox a {
  color: var(--lc-accent-dark);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.auth-signature-wrap {
  margin-top: 18px;
  padding: 16px;
  border-radius: 12px;
  background: rgba(11, 11, 11, 0.025);
  border: 1px solid rgba(11, 11, 11, 0.06);
}

.auth-signature-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.auth-signature-clear {
  padding: 8px 14px;
  font-size: 0.85rem;
}

.auth-signature-pad {
  display: block;
  width: 100%;
  height: 220px;
  border: 1px solid rgba(11, 11, 11, 0.12);
  border-radius: 10px;
  background: #fff;
  touch-action: none;
  cursor: crosshair;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.auth-form-actions {
  margin-top: 8px;
  padding-top: 8px;
}

.auth-form-actions .btn {
  min-width: 240px;
  min-height: 52px;
}

@media (max-width: 767px) {
  .auth-signature-pad {
    height: 180px;
  }

  .auth-form-actions .btn {
    width: 100%;
  }

  .form-success-card--embedded {
    padding: 24px 18px;
  }
}
