@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800;900&family=Tenor+Sans&display=swap");

:root {
  --font-body: "Manrope", "Segoe UI", Arial, sans-serif;
  --font-heading: "Tenor Sans", Georgia, "Times New Roman", serif;
  --bg: #050505;
  --panel: #0c0c0d;
  --panel-2: #151311;
  --text: #f7f2e8;
  --muted: #a9a29a;
  --gold: #d8a733;
  --gold-soft: #f3d57a;
  --gold-filter: brightness(0) saturate(100%) invert(75%) sepia(66%) saturate(562%) hue-rotate(357deg) brightness(99%) contrast(92%);
  --line: rgba(216, 167, 51, 0.28);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.55);
  font-family: var(--font-body);
}

* {
  box-sizing: border-box;
}

html {
  background: var(--bg);
  color: var(--text);
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    linear-gradient(120deg, transparent 0 44%, rgba(216, 167, 51, 0.08) 45%, transparent 47% 100%),
    radial-gradient(circle at 18% 8%, rgba(216, 167, 51, 0.14), transparent 28rem),
    linear-gradient(180deg, #000, #090909 42%, #030303);
}

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

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

.site-shell {
  min-height: 100vh;
  overflow-x: hidden;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: minmax(150px, 260px) 1fr;
  align-items: center;
  gap: 24px;
  padding: 12px clamp(18px, 5vw, 70px);
  background: rgba(0, 0, 0, 0.88);
  border-bottom: 1px solid rgba(216, 167, 51, 0.2);
  backdrop-filter: blur(18px);
}

.logo-link img {
  width: min(250px, 44vw);
  filter: drop-shadow(0 0 14px rgba(216, 167, 51, 0.22));
}

.main-nav {
  display: flex;
  justify-content: flex-end;
  gap: clamp(16px, 3vw, 44px);
  color: var(--text);
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.main-nav a,
.brand-bar a {
  transition: color 180ms ease, border-color 180ms ease;
}

.main-nav a:hover,
.brand-bar a:hover {
  color: var(--gold-soft);
}

.brand-bar {
  position: sticky;
  top: 89px;
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
  overflow-x: auto;
  padding: 11px clamp(18px, 5vw, 70px);
  background: rgba(8, 8, 8, 0.92);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  scrollbar-width: thin;
}

.brand-bar a {
  flex: 0 0 auto;
  color: #d8d1c4;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.hero {
  position: relative;
  min-height: clamp(460px, 66vw, 760px);
  overflow: hidden;
  background: #000;
}

.hero > img {
  width: 100%;
  height: clamp(460px, 66vw, 760px);
  object-fit: cover;
  object-position: center;
  opacity: 0.92;
  animation: heroDrift 13s ease-in-out infinite alternate;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.72), transparent 58%), linear-gradient(0deg, #050505 0, transparent 34%);
}

.hero-overlay {
  position: absolute;
  z-index: 2;
  left: clamp(22px, 6vw, 90px);
  bottom: clamp(34px, 7vw, 95px);
  width: min(680px, calc(100% - 44px));
}

.hero-overlay p,
.section-head p,
.kicker,
.qr-section p,
.page-title p {
  margin: 0 0 12px;
  color: var(--gold-soft);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.hero-overlay h1,
.page-title h1 {
  margin: 0;
  max-width: 12ch;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 7vw, 96px);
  font-weight: 500;
  line-height: 0.95;
}

.hero-overlay a,
.detail-summary a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: 28px;
  padding: 0 24px;
  border: 1px solid var(--gold);
  color: #090909;
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section-head,
.page-title {
  padding: clamp(52px, 8vw, 96px) clamp(18px, 5vw, 70px) 26px;
}

.section-head h2,
.qr-section h2,
.ceo-copy h2,
.detail-body h2,
.intranet-preview h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 4vw, 54px);
  font-weight: 500;
}

.offer-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(290px, 390px);
  gap: 22px;
  overflow-x: auto;
  padding: 0 clamp(18px, 5vw, 70px) 70px;
  scroll-snap-type: x mandatory;
  max-width: 100vw;
}

.vehicle-card {
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 4px;
  box-shadow: var(--shadow);
  scroll-snap-align: start;
  transform: translateY(0);
  transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}

.vehicle-card:hover {
  border-color: rgba(216, 167, 51, 0.45);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.68), 0 0 38px rgba(216, 167, 51, 0.12);
  transform: translateY(-6px);
}

.vehicle-media {
  position: relative;
  height: 235px;
  overflow: hidden;
  background: #0b0b0b;
}

.vehicle-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease, opacity 420ms ease;
}

.vehicle-card:hover .vehicle-media img {
  transform: scale(1.045);
  opacity: 0.9;
}

.vehicle-media span {
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 7px 10px;
  background: rgba(0, 0, 0, 0.78);
  border: 1px solid var(--line);
  color: var(--gold-soft);
  font-size: 11px;
  text-transform: uppercase;
}

.vehicle-copy {
  padding: 18px;
}

.vehicle-copy p {
  margin: 0 0 6px;
  color: var(--gold-soft);
  font-size: 12px;
  text-transform: uppercase;
}

.vehicle-copy h3 {
  margin: 0 0 14px;
  min-height: 56px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-weight: 500;
}

.vehicle-copy strong,
.detail-summary strong {
  display: block;
  margin-bottom: 18px;
  color: var(--gold-soft);
  font-size: 20px;
}

dl {
  margin: 0;
}

.vehicle-copy dl,
.detail-summary dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

dt {
  color: var(--muted);
  font-size: 11px;
  text-transform: uppercase;
}

dd {
  margin: 3px 0 0;
  color: var(--text);
  font-size: 14px;
}

.ceo-section {
  display: grid;
  grid-template-columns: minmax(260px, 440px) minmax(0, 760px);
  align-items: center;
  gap: clamp(36px, 8vw, 110px);
  padding: clamp(76px, 11vw, 140px) clamp(18px, 5vw, 70px);
  background:
    linear-gradient(120deg, rgba(216, 167, 51, 0.12), transparent 38%),
    linear-gradient(180deg, #080808, #11100e);
  border-block: 1px solid rgba(216, 167, 51, 0.18);
}

.portrait-wrap {
  position: relative;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
}

.portrait-wrap img {
  position: relative;
  z-index: 2;
  width: 76%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid rgba(243, 213, 122, 0.7);
  box-shadow: 0 0 40px rgba(216, 167, 51, 0.28), inset 0 0 20px rgba(216, 167, 51, 0.2);
}

.orbit {
  position: absolute;
  inset: 5%;
  border-radius: 50%;
  border: 1px solid rgba(243, 213, 122, 0.46);
  box-shadow: 0 0 34px rgba(216, 167, 51, 0.2);
}

.orbit::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--gold-soft);
  box-shadow: 0 0 22px var(--gold-soft);
  top: 12%;
  left: 12%;
}

.orbit-one {
  animation: spin 12s linear infinite;
}

.orbit-two {
  inset: 0;
  transform: rotate(40deg);
  border-style: dashed;
  animation: spinReverse 18s linear infinite;
}

.ceo-copy {
  max-width: 820px;
}

.ceo-copy p:not(.kicker),
.detail-body p,
.intranet-preview p {
  color: #d8d1c4;
  font-size: 17px;
  line-height: 1.8;
}

.qr-section {
  display: grid;
  grid-template-columns: minmax(230px, 390px) 1fr;
  gap: 34px;
  align-items: center;
  padding: clamp(60px, 9vw, 110px) clamp(18px, 5vw, 70px);
}

.qr-section img {
  width: 100%;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.page-title {
  display: grid;
  gap: 8px;
  min-height: 300px;
  align-content: end;
  background:
    linear-gradient(0deg, #050505, rgba(5, 5, 5, 0.2)),
    url("assets/hero.png") center / cover;
}

.page-title span {
  color: var(--muted);
}

.vehicle-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 390px));
  justify-content: center;
  align-items: start;
  gap: 22px;
  padding: 36px clamp(18px, 5vw, 70px) 80px;
}

.detail-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(330px, 0.7fr);
  gap: 26px;
  padding: clamp(28px, 5vw, 70px);
}

.detail-gallery,
.detail-summary,
.intranet-preview > div {
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.detail-main {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  padding: 10px;
}

.thumbs button {
  padding: 0;
  border: 1px solid rgba(216, 167, 51, 0.2);
  background: #000;
  cursor: pointer;
}

.thumbs img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.detail-summary {
  padding: clamp(22px, 4vw, 36px);
}

.detail-summary p {
  color: var(--gold-soft);
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.detail-summary h1 {
  margin: 0 0 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(36px, 5vw, 62px);
  font-weight: 500;
}

.detail-summary h1 small {
  display: block;
  margin-top: 8px;
  color: var(--gold-soft);
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  font-size: 17px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.detail-summary dl {
  grid-template-columns: 1fr;
}

.detail-summary dl div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.detail-body,
.intranet-preview {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.7fr);
  gap: 34px;
  padding: 0 clamp(18px, 5vw, 70px) 90px;
}

.detail-body ul {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  color: #d8d1c4;
}

.detail-body li::before {
  content: "✓";
  margin-right: 10px;
  color: var(--gold-soft);
}

.intranet-preview > div {
  padding: 28px;
}

.footer {
  display: grid;
  gap: 20px;
  padding: 44px clamp(18px, 5vw, 70px);
  border-top: 1px solid rgba(216, 167, 51, 0.2);
  color: var(--muted);
  background: #030303;
}

.footer img {
  width: 210px;
}

.footer p {
  max-width: 520px;
}

.footer-links {
  display: flex;
  gap: 22px;
  color: var(--gold-soft);
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.12em;
}

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

@keyframes heroDrift {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.035) translateX(-1.2%);
  }
}

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

@keyframes spinReverse {
  to {
    transform: rotate(-320deg);
  }
}

@media (max-width: 860px) {
  .topbar {
    position: relative;
    grid-template-columns: 1fr;
  }

  .main-nav {
    justify-content: flex-start;
    overflow-x: auto;
  }

  .brand-bar {
    top: 0;
  }

  .ceo-section,
  .qr-section,
  .detail-hero,
  .detail-body,
  .intranet-preview {
    grid-template-columns: 1fr;
  }

  .contact-qr-grid {
    grid-template-columns: repeat(3, minmax(150px, 1fr));
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .hero-overlay h1,
  .page-title h1 {
    max-width: 11ch;
  }
}

@media (max-width: 560px) {
  .hero,
  .hero > img {
    min-height: 520px;
  }

  .contact-qr-grid {
    grid-template-columns: 1fr;
    overflow: visible;
  }

  .contact-qr-card {
    min-height: 386px;
  }

  .hero > img {
    object-position: 58% center;
  }

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

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

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

.highlight-specs div {
  position: relative;
  overflow: hidden;
  min-height: 82px;
  padding: 14px 13px;
  background:
    linear-gradient(145deg, rgba(243, 213, 122, 0.12), rgba(255, 255, 255, 0.035) 48%, rgba(0, 0, 0, 0.2)),
    rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(216, 167, 51, 0.34);
  box-shadow: inset 0 0 24px rgba(216, 167, 51, 0.045);
}

.highlight-specs div::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0 34%, rgba(255, 255, 255, 0.18) 45%, transparent 57% 100%);
  transform: translateX(-120%);
  transition: transform 520ms ease;
}

.detail-summary:hover .highlight-specs div::after,
.vehicle-card:hover .highlight-specs div::after {
  transform: translateX(120%);
}

.highlight-specs dt {
  position: relative;
  z-index: 1;
  color: #ffffff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.highlight-specs dd {
  position: relative;
  z-index: 1;
  margin-top: 8px;
  color: var(--gold-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 2.5vw, 32px);
  line-height: 1;
}

.compact-specs {
  gap: 8px;
  margin: 16px 0 0;
}

.compact-specs div {
  min-height: 62px;
  padding: 10px;
}

.compact-specs dt {
  font-size: 9px;
  letter-spacing: 0.08em;
}

.compact-specs dd {
  margin-top: 6px;
  font-size: 17px;
}

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

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

.luxury-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(110deg, transparent 0 42%, rgba(243, 213, 122, 0.34) 45%, transparent 48% 100%);
  mix-blend-mode: screen;
  transform: translateX(-100%);
  animation: goldSweep 5.5s ease-in-out infinite;
}

.reveal-card {
  animation: riseIn 640ms ease both;
}

.brand-bar img,
.vehicle-copy p img,
.detail-summary p img {
  filter: var(--gold-filter);
  opacity: 0.96;
}

.compact-about {
  grid-template-columns: minmax(96px, 150px) minmax(0, 860px);
  gap: clamp(18px, 4vw, 44px);
  padding: clamp(16px, 3vw, 34px) clamp(18px, 5vw, 70px);
}

.compact-about .portrait-wrap {
  max-width: 150px;
}

.compact-about .portrait-wrap img {
  width: 70%;
  border-width: 1px;
}

.compact-about .orbit::before {
  width: 7px;
  height: 7px;
}

.compact-about .ceo-copy h2 {
  font-size: clamp(21px, 2.4vw, 31px);
}

.compact-about .ceo-copy p:not(.kicker) {
  margin: 7px 0;
  font-size: 13px;
  line-height: 1.48;
}

.qr-only {
  display: block;
  padding: clamp(34px, 6vw, 76px) clamp(18px, 5vw, 70px);
}

.qr-only img {
  width: min(1160px, 100%);
  margin: 0 auto;
  border-color: rgba(216, 167, 51, 0.45);
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.72), 0 0 48px rgba(216, 167, 51, 0.14);
}

.qr-section.contact-qr-section {
  display: block;
  padding: clamp(34px, 6vw, 72px) clamp(18px, 5vw, 70px);
  background:
    radial-gradient(circle at 50% 0, rgba(255, 230, 150, 0.11), transparent 34%),
    linear-gradient(135deg, #050505, #100b04 50%, #050505);
  border-block: 1px solid rgba(216, 167, 51, 0.22);
}

.contact-qr-head {
  display: grid;
  justify-items: center;
  gap: 8px;
  margin: 0 auto clamp(24px, 4vw, 42px);
  text-align: center;
}

.contact-qr-head p {
  margin: 0;
  color: var(--gold-soft);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.contact-qr-head h2 {
  margin: 0;
  color: var(--gold-soft);
  font-family: var(--font-heading);
  font-size: clamp(36px, 5.4vw, 76px);
  font-weight: 400;
  line-height: 0.95;
  text-shadow: 0 0 28px rgba(216, 167, 51, 0.18);
}

.contact-qr-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 1.8vw, 22px);
  width: min(980px, 100%);
  margin: 0 auto;
}

.contact-qr-card {
  position: relative;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 14px;
  min-height: 238px;
  padding: 30px 18px 28px;
  color: #f7edd5;
  text-align: center;
  text-decoration: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(216, 167, 51, 0.035)),
    linear-gradient(180deg, #050505, #0b0b0a);
  border: 2px solid rgba(216, 167, 51, 0.68);
  border-radius: 8px;
  box-shadow:
    inset 0 0 0 1px rgba(255, 232, 163, 0.12),
    0 24px 54px rgba(0, 0, 0, 0.44),
    0 0 30px rgba(216, 167, 51, 0.08);
  overflow: hidden;
  transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
}

.contact-qr-card::before {
  display: none;
}

.contact-qr-card::after {
  display: none;
}

.contact-qr-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 238, 174, 0.82);
  box-shadow: inset 0 0 0 1px rgba(255, 232, 163, 0.12), 0 32px 68px rgba(0, 0, 0, 0.5), 0 0 34px rgba(216, 167, 51, 0.14);
}

.qr-window {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: min(100%, 218px);
  aspect-ratio: 1;
  padding: 14px;
  background: #ffffff;
  border: 2px solid rgba(216, 167, 51, 0.72);
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.34), 0 0 0 1px rgba(255, 232, 163, 0.14);
}

.qr-window::after {
  display: none;
}

.contact-qr-card .qr-window img {
  width: 100%;
  margin: 0;
  border: 0;
  box-shadow: none;
}

.qr-brand-icon {
  position: relative;
  z-index: 1;
  display: block;
  width: 90px;
  height: 90px;
  margin: 0 auto;
  object-fit: contain;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
  filter: var(--gold-filter) drop-shadow(0 0 12px rgba(216, 167, 51, 0.3));
}

.contact-qr-card strong {
  position: relative;
  z-index: 1;
  color: var(--gold-soft);
  font-family: var(--font-heading);
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
}

.contact-qr-card small {
  position: relative;
  z-index: 1;
  color: #d8d1c4;
  font-size: 12px;
  letter-spacing: 0.02em;
}

.full-detail {
  grid-template-columns: minmax(280px, 0.46fr) minmax(0, 1fr);
  align-items: start;
}

.vehicle-description {
  position: sticky;
  top: 130px;
}

.spec-stack {
  display: grid;
  gap: 18px;
}

.spec-section {
  padding: clamp(18px, 3vw, 28px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025));
  border: 1px solid rgba(216, 167, 51, 0.22);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.34);
}

.spec-section h3 {
  margin: 0 0 18px;
  color: var(--gold-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 2.5vw, 34px);
  font-weight: 500;
}

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

.spec-grid div {
  display: grid;
  gap: 4px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pill-list li {
  padding: 8px 11px;
  color: #eee8dc;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(216, 167, 51, 0.22);
  font-size: 13px;
}

.admin-shell {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  min-height: 100vh;
  background: #050505;
}

.admin-sidebar {
  position: sticky;
  top: 0;
  align-self: start;
  display: grid;
  gap: 28px;
  min-height: 100vh;
  align-content: start;
  padding: 26px 22px;
  background: linear-gradient(180deg, #020202, #0b0906);
  border-right: 1px solid rgba(216, 167, 51, 0.22);
}

.admin-sidebar img {
  width: 170px;
}

.admin-sidebar nav {
  display: grid;
  gap: 10px;
}

.admin-sidebar a {
  padding: 12px 14px;
  color: #e9e2d6;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
}

.admin-sidebar a:hover {
  border-color: var(--gold);
  color: var(--gold-soft);
}

.admin-main {
  display: grid;
  gap: 16px;
  padding: clamp(18px, 3vw, 34px);
}

.admin-hero,
.admin-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(18px, 3vw, 28px);
  background:
    linear-gradient(120deg, rgba(216, 167, 51, 0.12), transparent 40%),
    rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(216, 167, 51, 0.22);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
}

.admin-hero p,
.admin-panel .panel-head p {
  display: none;
  margin: 0;
  color: var(--gold-soft);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 12px;
  font-weight: 800;
}

.admin-hero h1,
.admin-panel h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  font-size: clamp(22px, 2vw, 30px);
}

.admin-hero h1 {
  font-size: clamp(38px, 6vw, 76px);
}

.admin-hero span {
  display: block;
  margin-top: 12px;
  color: #d8d1c4;
}

.panel-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 16px;
}

.panel-head button {
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid var(--gold);
  color: #070707;
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  cursor: pointer;
}

.panel-head strong {
  display: grid;
  place-items: center;
  min-width: 48px;
  height: 48px;
  color: var(--gold-soft);
  border: 1px solid rgba(216, 167, 51, 0.34);
}

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

.admin-grid .wide {
  grid-column: 1 / -1;
}

.admin-grid label {
  display: grid;
  gap: 8px;
  color: #d8d1c4;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
  font-weight: 800;
}

.admin-grid input,
.admin-grid textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: var(--text);
  background: rgba(0, 0, 0, 0.34);
  padding: 13px;
  font: inherit;
  letter-spacing: 0;
  text-transform: none;
}

.parser-result {
  margin-top: 18px;
  padding: 18px;
  color: #d8d1c4;
  background: rgba(0, 0, 0, 0.28);
  border: 1px dashed rgba(216, 167, 51, 0.28);
}

.parser-result h3 {
  margin-top: 0;
  color: var(--gold-soft);
}

@keyframes goldSweep {
  0%,
  42% {
    transform: translateX(-100%);
  }
  68%,
  100% {
    transform: translateX(100%);
  }
}

@keyframes riseIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 980px) {
  .admin-shell,
  .full-detail {
    grid-template-columns: 1fr;
  }

  .admin-sidebar,
  .vehicle-description {
    position: relative;
    top: auto;
    min-height: auto;
  }

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

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

  .compact-about .portrait-wrap {
    display: none;
  }

  .spec-grid,
  .admin-grid,
  .admin-sidebar nav {
    grid-template-columns: 1fr;
  }
}

/* v9 vehicle detail and brand validation */
.vehicle-stage {
  position: relative;
  min-height: clamp(520px, 72vh, 760px);
  overflow: hidden;
  background: #000;
}

.stage-slider {
  position: absolute;
  inset: 0;
  cursor: zoom-in;
}

.stage-open-photo {
  position: absolute;
  inset: 0;
  z-index: 1;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.stage-slider img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 900ms ease, transform 2400ms ease;
  pointer-events: none;
}

.stage-slider img.is-active {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}

.vehicle-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.58) 46%, rgba(0, 0, 0, 0.8)),
    linear-gradient(0deg, #050505 0, rgba(0, 0, 0, 0.2) 38%, transparent 72%);
}

.stage-overlay {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 430px);
  align-items: end;
  gap: clamp(24px, 6vw, 90px);
  min-height: clamp(520px, 72vh, 760px);
  padding: clamp(32px, 6vw, 86px) clamp(18px, 5vw, 70px) clamp(86px, 10vw, 132px);
  pointer-events: none;
}

.vehicle-nameplate,
.price-panel {
  pointer-events: auto;
}

.vehicle-nameplate p {
  display: inline-flex;
  align-items: center;
  gap: clamp(14px, 1.8vw, 22px);
  margin: 0 0 18px;
  color: var(--gold-soft);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: clamp(19px, 2.3vw, 34px);
  font-weight: 900;
  text-shadow: 0 0 22px rgba(216, 167, 51, 0.22);
}

.vehicle-nameplate p img {
  width: clamp(42px, 4.4vw, 64px);
  height: clamp(42px, 4.4vw, 64px);
  object-fit: contain;
  filter: var(--gold-filter) drop-shadow(0 0 18px rgba(216, 167, 51, 0.28));
}

.vehicle-nameplate h1 {
  margin: 0;
  max-width: 11ch;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(58px, 9vw, 132px);
  font-weight: 500;
  line-height: 0.86;
}

.vehicle-nameplate > span {
  display: block;
  margin-top: 20px;
  color: #f2eadc;
  font-size: clamp(18px, 2vw, 28px);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.price-panel {
  align-self: end;
  padding: clamp(22px, 3vw, 34px);
  background:
    linear-gradient(145deg, rgba(216, 167, 51, 0.16), rgba(255, 255, 255, 0.045)),
    rgba(0, 0, 0, 0.64);
  border: 1px solid rgba(216, 167, 51, 0.5);
  box-shadow: 0 28px 100px rgba(0, 0, 0, 0.64), 0 0 44px rgba(216, 167, 51, 0.12);
  backdrop-filter: blur(14px);
}

.price-panel small {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 800;
}

.price-panel strong {
  display: block;
  margin: 0 0 22px;
  color: var(--gold-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 500;
}

.price-panel button {
  width: 100%;
  min-height: 48px;
  margin-top: 10px;
  border: 1px solid var(--gold);
  color: #070707;
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
}

.price-panel button + button {
  color: var(--gold-soft);
  background: rgba(0, 0, 0, 0.24);
  border-color: rgba(216, 167, 51, 0.5);
}

.stage-thumbs {
  position: absolute;
  z-index: 3;
  left: clamp(18px, 5vw, 70px);
  right: clamp(18px, 5vw, 70px);
  bottom: 24px;
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
}

.stage-thumbs::-webkit-scrollbar {
  display: none;
}

.stage-thumbs button {
  position: relative;
  display: block;
  flex: 0 0 clamp(82px, 10vw, 140px);
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: #000;
  opacity: 0.62;
  cursor: pointer;
  overflow: hidden;
}

.stage-thumbs button.is-active {
  border-color: var(--gold-soft);
  opacity: 1;
}

.stage-thumbs img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  pointer-events: none;
}

.detail-command {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.28fr);
  align-items: stretch;
  gap: clamp(18px, 3vw, 38px);
  padding: clamp(34px, 5vw, 58px) clamp(18px, 5vw, 70px);
  background:
    linear-gradient(90deg, rgba(216, 167, 51, 0.1), transparent 16%, transparent 84%, rgba(216, 167, 51, 0.06)),
    #050505;
  border-block: 1px solid rgba(216, 167, 51, 0.24);
}

.command-ledger {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(216, 167, 51, 0.36);
  border-bottom: 1px solid rgba(216, 167, 51, 0.2);
}

.command-ledger article {
  position: relative;
  overflow: hidden;
  display: grid;
  align-content: center;
  min-height: 132px;
  padding: 18px clamp(14px, 2vw, 24px);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  transition: background 260ms ease, border-color 260ms ease, transform 260ms ease;
}

.command-ledger article:last-child {
  border-right: 0;
}

.command-ledger article::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 42px;
  height: 1px;
  background: var(--gold-soft);
}

.command-ledger article::after {
  content: "";
  position: absolute;
  inset: -80% auto -80% -45%;
  width: 42%;
  background: linear-gradient(90deg, transparent, rgba(243, 213, 122, 0.28), rgba(255, 255, 255, 0.16), transparent);
  opacity: 0;
  transform: translateX(-140%) skewX(-18deg);
  pointer-events: none;
}

.command-ledger article:hover {
  background: rgba(216, 167, 51, 0.055);
  border-color: rgba(216, 167, 51, 0.26);
  transform: translateY(-2px);
}

.command-ledger article:hover::after {
  opacity: 1;
  animation: ledgerGleam 760ms ease;
}

@keyframes ledgerGleam {
  from {
    transform: translateX(-140%) skewX(-18deg);
  }
  to {
    transform: translateX(420%) skewX(-18deg);
  }
}

.command-ledger span {
  color: #a9a29a;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-size: 10px;
  font-weight: 900;
}

.command-ledger strong {
  display: block;
  margin-top: 10px;
  color: #f7f2e8;
  font-family: var(--font-heading);
  font-size: clamp(24px, 2.4vw, 40px);
  font-weight: 400;
  line-height: 1.05;
}

.command-meta {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  align-content: center;
  padding-left: clamp(0px, 1vw, 18px);
}

.command-meta div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.detail-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding: clamp(34px, 5vw, 70px) clamp(18px, 5vw, 70px) clamp(60px, 8vw, 110px);
}

.detail-column {
  min-height: 0;
  overflow: visible;
  padding: clamp(20px, 3vw, 30px);
  background:
    linear-gradient(135deg, rgba(216, 167, 51, 0.08), rgba(255, 255, 255, 0.025) 42%, transparent),
    #080808;
  border: 1px solid rgba(216, 167, 51, 0.24);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
}

.column-head {
  display: grid;
  grid-template-columns: 1fr;
  gap: 7px;
  margin-bottom: 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(216, 167, 51, 0.24);
}

.column-head span {
  display: none;
  color: var(--gold-soft);
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 900;
}

.column-head h2 {
  margin: 0;
  color: var(--gold-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(23px, 2.1vw, 34px);
  font-weight: 500;
  text-shadow: 0 0 18px rgba(216, 167, 51, 0.14);
}

.column-head small {
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 11px;
  font-weight: 800;
}

.detail-column h3 {
  margin: 24px 0 12px;
  color: var(--gold-soft);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.column-list {
  display: grid;
  gap: 0;
}

.column-list div {
  display: grid;
  grid-template-columns: minmax(130px, 0.8fr) minmax(0, 1fr);
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.column-list dt {
  color: #a9a29a;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 11px;
  font-weight: 800;
}

.column-list dd {
  font-size: 14px;
  text-align: right;
}

.column-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.column-pills li {
  padding: 8px 10px;
  color: #f0eadf;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(216, 167, 51, 0.18);
  font-size: 13px;
}

.feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  position: relative;
  padding: 11px 0 11px 18px;
  color: #eee6da;
  border-bottom: 1px solid rgba(255, 255, 255, 0.075);
  font-size: 14px;
}

.feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  width: 6px;
  height: 6px;
  background: var(--gold-soft);
  box-shadow: 0 0 14px rgba(216, 167, 51, 0.38);
}

.description-box {
  padding: 18px;
  background: rgba(216, 167, 51, 0.055);
  border: 1px solid rgba(216, 167, 51, 0.2);
}

.description-box h3 {
  margin-top: 0;
}

.description-box p {
  color: #ddd5ca;
  line-height: 1.7;
}

.detail-story {
  background:
    linear-gradient(90deg, rgba(216, 167, 51, 0.09), transparent 18%, transparent 82%, rgba(216, 167, 51, 0.055)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.032), rgba(216, 167, 51, 0.045) 54%, transparent),
    #070707;
  border-color: rgba(216, 167, 51, 0.28);
}

.story-block {
  position: relative;
  overflow: hidden;
  margin: 0 0 18px;
  padding: 20px 0 24px;
  border-top: 1px solid rgba(216, 167, 51, 0.36);
  border-bottom: 1px solid rgba(216, 167, 51, 0.16);
}

.story-block::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 68px;
  height: 1px;
  background: var(--gold-soft);
  box-shadow: 0 0 20px rgba(216, 167, 51, 0.38);
}

.story-block::after {
  content: "";
  position: absolute;
  inset: -70% auto -70% -40%;
  width: 38%;
  background: linear-gradient(90deg, transparent, rgba(243, 213, 122, 0.18), rgba(255, 255, 255, 0.12), transparent);
  opacity: 0;
  transform: translateX(-140%) skewX(-18deg);
  pointer-events: none;
}

.detail-story:hover .story-block::after {
  opacity: 1;
  animation: ledgerGleam 820ms ease;
}

.story-block > span {
  display: block;
  margin-bottom: 12px;
  color: var(--gold-soft);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 11px;
  font-weight: 900;
}

.story-block h3 {
  margin: 0 0 16px;
  color: var(--gold-soft);
  font-family: var(--font-heading);
  font-size: clamp(24px, 2.2vw, 36px);
  font-weight: 400;
  line-height: 1.05;
}

.story-block p {
  margin: 0;
  color: #d8d1c4;
  font-size: 15px;
  line-height: 1.8;
}

.terms-section {
  position: relative;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid rgba(216, 167, 51, 0.18);
}

.terms-section h3 {
  margin: 0 0 12px;
}

.detail-empty {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.lightbox-overlay {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: minmax(48px, 0.12fr) minmax(0, 1fr) minmax(48px, 0.12fr);
  place-items: center;
  padding: clamp(18px, 4vw, 46px);
  background: rgba(0, 0, 0, 0.92);
  backdrop-filter: blur(14px);
}

.lightbox-frame {
  margin: 0;
  max-width: min(1280px, 88vw);
  max-height: 88vh;
}

.lightbox-frame img {
  max-height: 82vh;
  width: 100%;
  object-fit: contain;
  border: 1px solid rgba(216, 167, 51, 0.38);
  box-shadow: 0 30px 120px rgba(0, 0, 0, 0.72);
}

.lightbox-frame figcaption {
  margin-top: 12px;
  color: #d8d1c4;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
}

.lightbox-close,
.lightbox-arrow {
  border: 1px solid rgba(216, 167, 51, 0.38);
  color: var(--gold-soft);
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.lightbox-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  font-size: 28px;
}

.lightbox-arrow {
  width: clamp(44px, 5vw, 64px);
  height: clamp(54px, 7vw, 84px);
  font-size: 0;
}

.lightbox-arrow::before {
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1;
}

.lightbox-arrow.prev::before {
  content: "\2039";
}

.lightbox-arrow.next::before {
  content: "\203A";
}

.lightbox-arrow:hover,
.lightbox-close:hover {
  color: #070707;
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
}

.brand-svg-field {
  min-height: 112px;
  align-content: center;
  padding: 18px;
  border: 1px solid rgba(216, 167, 51, 0.24);
  background: rgba(255, 255, 255, 0.035);
}

.brand-svg-field span,
#brandIconStatus {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--muted);
  text-transform: none;
  letter-spacing: 0;
  font-weight: 500;
}

#brandIconStatus img {
  width: 24px;
  height: 24px;
  filter: var(--gold-filter);
}

.brand-error {
  padding: 18px;
  border: 1px solid rgba(255, 95, 95, 0.45);
  background: rgba(120, 0, 0, 0.18);
}

.brand-error h3 {
  margin: 0 0 10px;
  color: #ffb5b5;
}

.brand-error p {
  margin: 0;
  color: #f4d6d6;
}

.panel-actions,
.row-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
}

.panel-actions button,
.row-actions button {
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(216, 167, 51, 0.45);
  color: var(--gold-soft);
  background: rgba(0, 0, 0, 0.28);
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.panel-actions button:hover,
.row-actions button:hover {
  color: #070707;
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
}

.panel-actions button:disabled,
.row-actions button:disabled {
  opacity: 0.48;
  cursor: not-allowed;
  filter: grayscale(0.4);
}

.panel-actions button:disabled:hover,
.row-actions button:disabled:hover {
  color: var(--gold-soft);
  background: rgba(0, 0, 0, 0.28);
}

.panel-actions button[aria-busy="true"] {
  position: relative;
  overflow: hidden;
}

.panel-actions button[aria-busy="true"]::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(255, 232, 163, 0.22) 45%, transparent 70%);
  animation: saveButtonSweep 1s linear infinite;
}

@keyframes saveButtonSweep {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}

.row-actions .danger,
.panel-actions .danger {
  border-color: rgba(255, 105, 105, 0.44);
  color: #ffb5b5;
}

.row-actions .danger:hover,
.panel-actions .danger:hover {
  color: #fff;
  background: #8c1d1d;
}

.switch-row {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  gap: 12px !important;
  min-height: 50px;
}

.switch-row input {
  width: 18px;
  height: 18px;
}

.form-error,
.form-success {
  margin-bottom: 18px;
  padding: 16px 18px;
  border: 1px solid rgba(216, 167, 51, 0.25);
}

.form-error {
  background: rgba(130, 0, 0, 0.18);
  border-color: rgba(255, 105, 105, 0.42);
  color: #ffe2e2;
}

.form-error strong {
  display: block;
  margin-bottom: 8px;
  color: #ffb5b5;
}

.form-error ul {
  margin: 0;
  padding-left: 20px;
}

.form-success {
  color: #f7edce;
  background: rgba(216, 167, 51, 0.1);
}

.parser-actions {
  margin-top: 16px;
  justify-content: flex-start;
}

.admin-form-panel textarea {
  min-height: 90px;
  resize: vertical;
}

.admin-form-panel input[type="file"] {
  border: 0;
  padding: 0;
  background: transparent;
}

.brand-icon-uploader {
  display: grid;
  grid-template-columns: minmax(190px, 0.35fr) minmax(220px, 0.65fr) minmax(260px, 1fr) auto;
  gap: 14px;
  align-items: end;
  margin-bottom: 22px;
}

.brand-icon-uploader label:not(.upload-field) {
  display: grid;
  gap: 8px;
  color: #d8d1c4;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
  font-weight: 800;
}

.brand-icon-uploader input:not([type="file"]),
.brand-icon-uploader textarea {
  min-height: 50px;
  padding: 0 14px;
  color: var(--text);
  background: rgba(0, 0, 0, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.14);
  font: inherit;
}

.brand-icon-uploader textarea {
  min-height: 88px;
  padding: 12px 14px;
  resize: vertical;
}

.brand-meta-save {
  min-height: 50px;
  padding: 0 16px;
  color: #080808;
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
  border: 1px solid var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 900;
  cursor: pointer;
}

.brand-icon-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 12px;
}

.brand-icon-list article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-height: 82px;
  padding: 14px;
  background: rgba(0, 0, 0, 0.26);
  border: 1px solid rgba(216, 167, 51, 0.2);
}

.brand-icon-list article.is-missing {
  border-color: rgba(255, 105, 105, 0.48);
  background: rgba(120, 0, 0, 0.12);
}

.brand-icon-preview {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  background: #000;
  border: 1px solid rgba(216, 167, 51, 0.28);
}

.brand-icon-preview img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  filter: var(--gold-filter);
}

.brand-icon-preview span {
  color: #ffb5b5;
  font-weight: 900;
}

.brand-icon-list strong,
.brand-icon-list small {
  display: block;
}

.brand-icon-list small {
  margin-top: 4px;
  color: var(--muted);
}

.brand-icon-list em {
  display: block;
  margin-top: 6px;
  color: #d8d1c4;
  font-size: 12px;
  font-style: normal;
}

.brand-row-actions {
  grid-column: 1 / -1;
  justify-content: flex-start;
}

.admin-list article p {
  max-width: 760px;
}

.admin-list .row-actions a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(216, 167, 51, 0.28);
}

@media (max-width: 1080px) {
  .stage-overlay,
  .detail-command,
  .detail-columns {
    grid-template-columns: 1fr;
  }

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

  .detail-column {
    min-height: auto;
    max-height: none;
  }

  .brand-icon-uploader {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .vehicle-stage,
  .stage-overlay {
    min-height: 620px;
  }

  .stage-overlay {
    padding-bottom: 112px;
  }

  .vehicle-nameplate h1 {
    font-size: clamp(46px, 18vw, 82px);
  }

  .command-ledger {
    grid-template-columns: 1fr;
  }

  .command-ledger article {
    min-height: 104px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .column-list div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .column-list dd {
    text-align: left;
  }

  .feature-list {
    grid-template-columns: 1fr;
  }

  .lightbox-overlay {
    grid-template-columns: 1fr;
  }

  .lightbox-arrow {
    position: absolute;
    bottom: 22px;
  }

  .lightbox-arrow.prev {
    left: 22px;
  }

  .lightbox-arrow.next {
    right: 22px;
  }
}

body,
button,
input,
select,
textarea {
  font-family: var(--font-body);
}

h1,
h2,
h3,
.hero-overlay h1,
.section-head h2,
.page-title h1,
.vehicle-copy h3,
.detail-summary h1,
.detail-summary h1 small,
.vehicle-nameplate h1,
.vehicle-nameplate > span,
.price-panel strong,
.column-head h2,
.experience-copy h2,
.process-section h2,
.experience-grid h3,
.lux-strip strong,
.admin-hero h1,
.admin-panel h2,
.admin-stat-grid strong,
.parser-summary h3,
.dialog-head h2,
.spec-section h3,
.highlight-specs dd {
  font-family: var(--font-heading);
}

/* Refinements for the cleaner, less artificial premium direction. */
.topbar {
  grid-template-columns: minmax(120px, 190px) 1fr;
  padding-block: 8px;
}

.logo-link img {
  width: min(185px, 42vw);
  filter: drop-shadow(0 0 10px rgba(216, 167, 51, 0.18));
}

.footer img {
  width: 180px;
}

.brand-bar {
  top: 74px;
  align-items: center;
  gap: 28px;
  padding-block: 9px;
}

.brand-bar a,
.vehicle-copy p,
.detail-summary p {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.brand-bar img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  filter: var(--gold-filter);
  opacity: 0.94;
}

.vehicle-copy p img,
.detail-summary p img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  filter: var(--gold-filter);
}

.brand-mark {
  --brand-mark-size: 24px;
  --brand-icon-scale: 1.18;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: var(--brand-mark-size);
  height: var(--brand-mark-size);
  overflow: visible;
}

.brand-mark img,
.brand-bar .brand-mark img,
.vehicle-copy p .brand-mark img,
.vehicle-nameplate p .brand-mark img,
.brand-icon-preview .brand-mark img,
#brandIconStatus .brand-mark img {
  width: var(--brand-mark-size) !important;
  height: var(--brand-mark-size) !important;
  max-width: var(--brand-mark-size) !important;
  max-height: var(--brand-mark-size) !important;
  object-fit: contain;
  filter: var(--gold-filter);
  transform: scale(var(--brand-icon-scale));
  transform-origin: center;
}

.brand-bar .brand-mark {
  --brand-mark-size: 24px;
}

.vehicle-copy p .brand-mark {
  --brand-mark-size: 24px;
}

.vehicle-nameplate p .brand-mark {
  --brand-mark-size: clamp(56px, 5vw, 72px);
  filter: drop-shadow(0 0 18px rgba(216, 167, 51, 0.28));
}

.brand-icon-preview .brand-mark {
  --brand-mark-size: 34px;
}

#brandIconStatus .brand-mark {
  --brand-mark-size: 24px;
}

.slim-hero,
.slim-hero > img {
  min-height: clamp(270px, 34vw, 430px);
  height: clamp(270px, 34vw, 430px);
}

.slim-hero > img {
  object-position: center 48%;
  animation: none;
}

.slim-hero::after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.68), transparent 54%), linear-gradient(0deg, #050505 0, transparent 24%);
}

.slim-hero .hero-overlay {
  bottom: clamp(24px, 4vw, 48px);
}

.slim-hero .hero-overlay h1 {
  max-width: 13ch;
  font-size: clamp(34px, 5vw, 66px);
}

.detail-summary button,
.text-button,
.dialog-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 1px solid var(--gold);
  color: #090909;
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
}

.detail-summary button {
  width: 100%;
  margin-top: 28px;
}

.text-button {
  margin-top: 22px;
  padding: 0 20px;
}

.compact-title {
  min-height: 220px;
}

.inquiry-dialog,
.parser-dialog,
.success-dialog,
.confirm-dialog,
.loading-dialog {
  width: min(760px, calc(100vw - 24px));
  max-height: calc(100dvh - 18px);
  overflow: hidden;
  padding: 0;
  color: var(--text);
  background: #0a0a0a;
  border: 1px solid rgba(216, 167, 51, 0.42);
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.72);
}

.parser-dialog {
  width: min(780px, calc(100vw - 28px));
}

.success-dialog {
  width: min(460px, calc(100vw - 30px));
}

.confirm-dialog {
  width: min(500px, calc(100vw - 28px));
  border-color: rgba(216, 167, 51, 0.5);
}

.loading-dialog {
  width: min(420px, calc(100vw - 28px));
  border-color: rgba(216, 167, 51, 0.48);
}

.inquiry-dialog::backdrop,
.parser-dialog::backdrop,
.success-dialog::backdrop,
.confirm-dialog::backdrop,
.loading-dialog::backdrop {
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(8px);
}

.loading-card {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 12px;
  padding: clamp(28px, 5vw, 44px);
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(216, 167, 51, 0.22), transparent 46%),
    linear-gradient(145deg, rgba(216, 167, 51, 0.1), rgba(255, 255, 255, 0.035)),
    #060606;
}

.loading-card img {
  width: 76px;
  height: 76px;
  filter: drop-shadow(0 0 26px rgba(216, 167, 51, 0.32));
}

.loading-dialog.is-closing .loading-card {
  animation: popupExit 380ms ease forwards;
}

.loading-dialog[data-state="success"] .loading-card {
  background:
    radial-gradient(circle at 50% 0%, rgba(216, 167, 51, 0.3), transparent 46%),
    linear-gradient(145deg, rgba(216, 167, 51, 0.14), rgba(255, 255, 255, 0.04)),
    #060606;
}

.loading-dialog[data-state="error"] {
  border-color: rgba(255, 92, 92, 0.55);
}

.loading-dialog[data-state="error"] .loading-card {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 92, 92, 0.22), transparent 46%),
    linear-gradient(145deg, rgba(216, 167, 51, 0.08), rgba(255, 255, 255, 0.03)),
    #060606;
}

.loading-dialog[data-state="error"] .loading-card img {
  display: none;
}

.loading-dialog[data-state="error"] .loading-card::before {
  content: "!";
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  color: #ffb3a9;
  border: 2px solid rgba(255, 92, 92, 0.66);
  border-radius: 50%;
  font-family: var(--font-heading);
  font-size: 44px;
  line-height: 1;
  box-shadow: 0 0 28px rgba(255, 92, 92, 0.24), inset 0 0 20px rgba(255, 92, 92, 0.08);
  animation: warningPulse 1100ms ease-in-out infinite;
}

.loading-dialog[data-state="error"] .loading-card::after {
  content: "";
  position: absolute;
  top: clamp(28px, 5vw, 44px);
  left: 50%;
  width: 76px;
  height: 76px;
  border: 1px solid rgba(255, 92, 92, 0.34);
  border-top-color: rgba(255, 220, 180, 0.9);
  border-radius: 50%;
  transform: translateX(-50%);
  animation: spinRing 1300ms linear infinite;
  pointer-events: none;
}

.loading-dialog[data-state="error"] .loading-card p {
  color: #ffb3a9;
}

.loading-card p {
  margin: 4px 0 0;
  color: var(--gold-soft);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 11px;
  font-weight: 900;
}

.loading-card h2 {
  margin: 0;
  color: #f8f1e6;
  font-family: var(--font-heading);
  font-size: clamp(26px, 3.4vw, 38px);
  font-weight: 400;
  line-height: 1.1;
}

.loading-progress {
  width: 100%;
  display: grid;
  gap: 8px;
  margin-top: 6px;
}

.loading-progress[hidden] {
  display: none;
}

.loading-progress span {
  height: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(216, 167, 51, 0.22);
}

.loading-progress b {
  display: block;
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, var(--gold-soft), var(--gold));
  box-shadow: 0 0 22px rgba(216, 167, 51, 0.28);
  transition: width 180ms ease;
}

.loading-progress strong {
  color: #d8d1c4;
  font-size: 12px;
}

@keyframes warningPulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.06);
  }
}

@keyframes spinRing {
  to {
    transform: translateX(-50%) rotate(360deg);
  }
}

@keyframes popupExit {
  to {
    opacity: 0;
    transform: translateY(18px) scale(0.96);
  }
}

.confirm-card {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 12px;
  padding: clamp(28px, 5vw, 46px);
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(216, 167, 51, 0.2), transparent 45%),
    linear-gradient(145deg, rgba(216, 167, 51, 0.1), rgba(255, 255, 255, 0.035)),
    #060606;
}

.confirm-close {
  position: absolute;
  top: 14px;
  right: 14px;
}

.confirm-symbol {
  position: relative;
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  margin-bottom: 4px;
  color: #ff3b30;
}

.confirm-symbol::before,
.confirm-symbol::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
}

.confirm-symbol::before {
  border: 1px solid rgba(216, 167, 51, 0.34);
  box-shadow: inset 0 0 28px rgba(216, 167, 51, 0.12), 0 0 34px rgba(216, 167, 51, 0.14);
}

.confirm-symbol::after {
  border: 2px solid transparent;
  border-top-color: var(--gold-soft);
  border-right-color: rgba(255, 59, 48, 0.92);
  animation: confirmOrbit 1.15s linear infinite;
}

.confirm-symbol span {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: #fff3ec;
  background: radial-gradient(circle at 40% 30%, #ff756b, #9b1512 70%);
  border: 1px solid rgba(255, 95, 86, 0.72);
  border-radius: 50%;
  font-family: var(--font-heading);
  font-size: 34px;
  line-height: 1;
  box-shadow: 0 0 30px rgba(255, 59, 48, 0.28);
}

.confirm-card p {
  margin: 0;
  color: var(--gold-soft);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 11px;
  font-weight: 900;
}

.confirm-card h2 {
  margin: 0;
  color: #f8f1e6;
  font-family: var(--font-heading);
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 400;
}

.confirm-card strong {
  max-width: 370px;
  color: #d8d1c4;
  font-weight: 600;
  line-height: 1.5;
}

.confirm-card label {
  width: 100%;
  display: grid;
  gap: 8px;
  margin-top: 4px;
  color: #d8d1c4;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 11px;
  font-weight: 900;
}

.confirm-card label[hidden] {
  display: none;
}

.confirm-card input {
  width: 100%;
  min-height: 46px;
  color: var(--text);
  background: rgba(0, 0, 0, 0.48);
  border: 1px solid rgba(216, 167, 51, 0.28);
  padding: 12px 13px;
  font: inherit;
  font-size: 15px;
  letter-spacing: 0;
  outline: none;
}

.confirm-card input:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(216, 167, 51, 0.14);
}

.confirm-error {
  min-height: 18px;
  color: #ffb4ad;
  font-size: 13px;
  font-weight: 700;
}

.confirm-actions {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 4px;
}

.confirm-actions button {
  min-height: 46px;
  min-width: 140px;
  padding: 0 18px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 11px;
  font-weight: 1000;
}

.confirm-actions button:first-child {
  color: var(--gold-soft);
  background: transparent;
  border: 1px solid rgba(216, 167, 51, 0.26);
}

.confirm-actions button:last-child {
  color: #070707;
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
  border: 1px solid var(--gold);
}

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

.success-dialog div {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 12px;
  padding: clamp(30px, 5vw, 46px);
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(216, 167, 51, 0.18), transparent 44%),
    linear-gradient(135deg, rgba(216, 167, 51, 0.08), rgba(255, 255, 255, 0.03)),
    #070707;
}

.success-dialog span {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(216, 167, 51, 0.54);
  border-radius: 50%;
  box-shadow: 0 0 34px rgba(216, 167, 51, 0.18);
}

.success-dialog span::before {
  content: "";
  width: 18px;
  height: 9px;
  border-left: 2px solid var(--gold-soft);
  border-bottom: 2px solid var(--gold-soft);
  transform: rotate(-45deg) translate(1px, -1px);
}

.success-dialog p {
  margin: 4px 0 0;
  color: var(--gold-soft);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
  font-weight: 900;
}

.success-dialog h2 {
  margin: 0;
  color: #f8f1e6;
  font-family: var(--font-heading);
  font-size: clamp(34px, 5vw, 48px);
  font-weight: 400;
}

.success-dialog strong {
  max-width: 320px;
  color: #d8d1c4;
  font-weight: 600;
  line-height: 1.55;
}

.success-dialog button {
  min-height: 44px;
  margin-top: 8px;
  padding: 0 22px;
  color: #070707;
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
  border: 1px solid var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 900;
  cursor: pointer;
}

.inquiry-dialog form,
.parser-dialog form {
  display: grid;
  gap: 18px;
  padding: clamp(22px, 4vw, 34px);
}

.inquiry-dialog form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 12px;
  padding: clamp(14px, 2.4vw, 22px);
}

.inquiry-dialog .dialog-head,
.inquiry-dialog .wide-field,
.inquiry-dialog .form-grid,
.inquiry-dialog .rental-fields,
.inquiry-dialog .dialog-actions {
  grid-column: 1 / -1;
}

.dialog-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.dialog-head p {
  margin: 0 0 8px;
  color: var(--gold-soft);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.dialog-head h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 500;
}

.icon-button {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(216, 167, 51, 0.35);
  color: var(--gold-soft);
  background: transparent;
  font-size: 25px;
  line-height: 1;
  cursor: pointer;
}

.inquiry-dialog label,
.parser-dialog label {
  display: grid;
  gap: 8px;
  min-width: 0;
  color: #d8d1c4;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.inquiry-dialog label[hidden] {
  display: none !important;
}

.inquiry-dialog input,
.inquiry-dialog select,
.inquiry-dialog textarea,
.parser-dialog input,
.parser-dialog textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0;
  color: var(--text);
  background: rgba(255, 255, 255, 0.055);
  font: inherit;
  font-size: 15px;
  letter-spacing: 0;
  text-transform: none;
  padding: 10px 12px;
  outline: none;
}

.inquiry-dialog input[type="datetime-local"] {
  min-width: 0;
  padding-inline: 9px;
}

.inquiry-dialog select,
.inquiry-dialog select option {
  color: #f6efe3;
  background: #050505;
}

.inquiry-dialog select {
  color-scheme: dark;
  border-color: rgba(216, 167, 51, 0.28);
}

.inquiry-dialog textarea {
  min-height: 58px;
  max-height: 68px;
  resize: none;
}

.rental-fields {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 12px;
  background: rgba(216, 167, 51, 0.055);
  border: 1px solid rgba(216, 167, 51, 0.22);
}

.rental-fields[hidden] {
  display: none;
}

.rental-estimate {
  grid-column: 1 / -1;
  display: grid;
  gap: 4px;
  padding-top: 9px;
  border-top: 1px solid rgba(216, 167, 51, 0.2);
}

.rental-estimate strong {
  color: var(--gold-soft);
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 400;
}

.rental-estimate span,
.rental-estimate small {
  color: #d8d1c4;
  font-size: 12px;
  line-height: 1.45;
}

.rental-availability {
  grid-column: 1 / -1;
}

.rental-availability-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin: 2px 0 8px;
  color: #d8d1c4;
  font-size: 11px;
}

.rental-availability-head strong {
  color: var(--gold-soft);
  text-transform: uppercase;
  letter-spacing: 0.11em;
}

.rental-availability-head span {
  color: #a9a196;
}

.availability-calendar {
  display: grid;
  gap: 9px;
}

.availability-calendar-head {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 38px;
  align-items: center;
  gap: 10px;
}

.availability-calendar-head strong {
  color: var(--gold-soft);
  font-family: var(--font-heading);
  font-size: clamp(22px, 2.6vw, 30px);
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
}

.availability-calendar-head button {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: var(--gold-soft);
  background: rgba(0, 0, 0, 0.42);
  border: 1px solid rgba(216, 167, 51, 0.34);
  font-size: 24px;
  cursor: pointer;
}

.availability-calendar-head button:hover {
  color: #070707;
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
}

.availability-legend {
  display: flex;
  justify-content: flex-end;
  gap: 14px;
  color: #a9a196;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 10px;
  font-weight: 900;
}

.availability-legend span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.availability-legend i {
  width: 9px;
  height: 9px;
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
  border: 1px solid rgba(255, 232, 163, 0.5);
}

.availability-legend span + span i {
  background: #34312d;
  border-color: rgba(255, 255, 255, 0.13);
}

.availability-legend span:nth-child(3) i {
  background: #111;
  border-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 0 2px rgba(216, 167, 51, 0.24);
}

.availability-weekdays {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 5px;
  color: #a9a196;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 10px;
  font-weight: 900;
}

.availability-weekdays span {
  display: grid;
  place-items: center;
  min-width: 0;
  min-height: 22px;
  padding-inline: 2px;
}

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

.availability-month-days {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.availability-blank {
  min-height: 38px;
  min-width: 0;
}

.availability-chip {
  min-width: 0;
  min-height: 38px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 0;
  color: #080808;
  background: linear-gradient(145deg, var(--gold-soft), var(--gold));
  border: 1px solid rgba(255, 232, 163, 0.7);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.22);
  cursor: pointer;
  user-select: none;
  touch-action: none;
}

.availability-chip strong {
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.availability-chip small {
  color: inherit;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.availability-chip.is-booked {
  color: #7d756a;
  background: #211f1d;
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: none;
}

.availability-chip.is-selected {
  outline: 2px solid rgba(255, 255, 255, 0.62);
  outline-offset: -3px;
}

.availability-chip.is-today {
  box-shadow: 0 0 0 1px rgba(255, 232, 163, 0.7), 0 0 18px rgba(216, 167, 51, 0.24);
}

.inquiry-dialog input:focus,
.inquiry-dialog select:focus,
.inquiry-dialog textarea:focus,
.parser-dialog input:focus,
.parser-dialog textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(216, 167, 51, 0.14);
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.dialog-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.dialog-actions span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 20px;
  color: var(--gold-soft);
}

.dialog-actions span i {
  display: none;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(216, 167, 51, 0.35);
  border-top-color: var(--gold-soft);
  border-radius: 50%;
  animation: spinSuccess 720ms linear infinite;
}

.inquiry-dialog form.is-sent {
  animation: sentGlow 900ms ease both;
}

.inquiry-dialog form.is-sent .dialog-actions span i {
  display: inline-block;
}

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

@keyframes sentGlow {
  0% {
    box-shadow: inset 0 0 0 1px rgba(216, 167, 51, 0);
  }
  50% {
    box-shadow: inset 0 0 0 1px rgba(216, 167, 51, 0.58), 0 0 42px rgba(216, 167, 51, 0.15);
  }
  100% {
    box-shadow: inset 0 0 0 1px rgba(216, 167, 51, 0.18);
  }
}

.dialog-actions button {
  padding: 0 20px;
}

.dialog-actions button:disabled,
.panel-actions button:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  filter: grayscale(0.6);
}

@media (max-height: 760px) and (min-width: 681px) {
  .inquiry-dialog form {
    gap: 8px 10px;
    padding: 12px;
  }

  .inquiry-dialog .dialog-head {
    padding-bottom: 8px;
  }

  .dialog-head p {
    margin-bottom: 4px;
    font-size: 10px;
  }

  .dialog-head h2 {
    font-size: 25px;
  }

  .inquiry-dialog label {
    gap: 5px;
    font-size: 10px;
  }

  .inquiry-dialog input,
  .inquiry-dialog select,
  .inquiry-dialog textarea {
    padding: 8px 10px;
    font-size: 14px;
  }

  .inquiry-dialog textarea {
    min-height: 48px;
    max-height: 56px;
  }

  .rental-fields {
    gap: 8px;
    padding: 10px;
  }

  .rental-estimate strong {
    font-size: 20px;
  }

  .availability-chip {
    min-height: 32px;
  }
}

.request-preview {
  padding: 0 clamp(18px, 5vw, 70px) 90px;
}

.inline-head {
  padding: 0 0 22px;
}

.request-list {
  display: grid;
  gap: 14px;
}

.request-list article {
  display: grid;
  gap: 8px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.request-list span,
.request-list small {
  color: var(--muted);
}

.request-list p {
  margin: 0;
  color: #d8d1c4;
}

.compact-panel-head h2 {
  font-size: clamp(22px, 2vw, 30px);
}

.mail-settings-panel,
.request-columns > section,
.reply-customer-card {
  padding: 16px;
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(216, 167, 51, 0.18);
}

.mini-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}

.mini-head h3 {
  margin: 0;
  color: #f5ead7;
  font-family: var(--font-heading);
  font-size: 21px;
  font-weight: 400;
}

.mini-head strong {
  color: var(--gold-soft);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

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

.mail-settings-grid label,
.reply-editor {
  display: grid;
  gap: 7px;
  color: #d8d1c4;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 11px;
  font-weight: 800;
}

.mail-settings-grid input,
.reply-editor textarea {
  width: 100%;
  min-height: 42px;
  padding: 10px 12px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font: inherit;
  letter-spacing: 0;
  text-transform: none;
  outline: none;
}

.mail-actions {
  margin-top: 12px;
}

.request-page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.85fr);
  gap: 18px;
  align-items: stretch;
  margin-bottom: 16px;
  padding: 18px;
  background:
    linear-gradient(135deg, rgba(216, 167, 51, 0.16), rgba(255, 255, 255, 0.03)),
    #050505;
  border: 1px solid rgba(216, 167, 51, 0.28);
  box-shadow: inset 0 0 0 1px rgba(255, 232, 163, 0.04), 0 20px 60px rgba(0, 0, 0, 0.28);
}

.request-page-hero span {
  color: var(--gold-soft);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 11px;
  font-weight: 900;
}

.request-page-hero h2 {
  margin: 8px 0 0;
  color: #f8f1e6;
  font-family: var(--font-heading);
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 400;
}

.request-page-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
}

.request-page-stats div {
  display: grid;
  place-items: center;
  gap: 5px;
  min-height: 96px;
  background: rgba(0, 0, 0, 0.34);
  border: 1px solid rgba(216, 167, 51, 0.18);
}

.request-page-stats dt,
.request-page-stats dd {
  margin: 0;
}

.request-page-stats dt {
  color: #a9a196;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 10px;
  font-weight: 900;
}

.request-page-stats dd {
  color: var(--gold-soft);
  font-family: var(--font-heading);
  font-size: 34px;
  line-height: 1;
}

.request-columns {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 14px;
  margin-top: 14px;
}

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

.request-card {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(216, 167, 51, 0.075), rgba(255, 255, 255, 0.025)),
    #060606;
  border: 1px solid rgba(216, 167, 51, 0.18);
}

.request-card.is-archived {
  opacity: 0.72;
}

.request-main {
  display: grid;
  gap: 7px;
}

.request-main em {
  color: var(--gold-soft);
  font-style: normal;
  font-size: 12px;
}

.request-rental-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px 12px;
  margin: 4px 0;
  padding: 10px;
  background: rgba(216, 167, 51, 0.055);
  border: 1px solid rgba(216, 167, 51, 0.16);
}

.request-rental-summary div {
  display: grid;
  gap: 2px;
}

.request-rental-summary dt,
.request-rental-summary dd {
  margin: 0;
}

.request-rental-summary dt {
  color: #bfb7ac;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 9px;
  font-weight: 900;
}

.request-rental-summary dd {
  color: var(--gold-soft);
  font-size: 12px;
}

.users-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: 16px;
}

.user-create-panel,
.user-list-panel,
.backend-config-panel,
.security-events-panel {
  padding: 18px;
  background: rgba(0, 0, 0, 0.24);
  border: 1px solid rgba(216, 167, 51, 0.18);
}

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

.role-badge {
  display: inline-grid;
  place-items: center;
  margin-left: 8px;
  padding: 4px 7px;
  color: #080808;
  background: #d8d1c4;
  font-family: var(--font-body);
  font-size: 9px;
  letter-spacing: 0.08em;
  vertical-align: middle;
}

.role-badge.is-super {
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
}

.backend-config-panel,
.security-events-panel {
  margin-top: 16px;
}

.backend-config-panel dl {
  display: grid;
  gap: 8px;
  margin: 0;
}

.backend-config-panel dl div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 9px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.backend-config-panel dt,
.backend-config-panel dd {
  margin: 0;
}

.rich-text-field {
  display: grid;
  gap: 8px;
}

.rich-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  padding: 8px;
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(216, 167, 51, 0.2);
}

.rich-toolbar button {
  min-width: 34px;
  min-height: 32px;
  color: var(--gold-soft);
  background: transparent;
  border: 1px solid rgba(216, 167, 51, 0.24);
  font: inherit;
  font-size: 11px;
  font-weight: 900;
  cursor: pointer;
}

.rich-toolbar button:hover {
  color: #080808;
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
}

.rich-align-center {
  display: block;
  text-align: center;
}

.rich-align-right {
  display: block;
  text-align: right;
}

.rich-list-line {
  display: block;
  padding-left: 18px;
  position: relative;
}

.rich-list-line::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 0.72em;
  width: 5px;
  height: 5px;
  background: var(--gold-soft);
  transform: rotate(45deg);
}

.reply-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
  gap: 16px;
  margin-bottom: 16px;
}

.reply-customer-card {
  display: grid;
  align-content: start;
  gap: 10px;
}

.reply-customer-card strong {
  color: var(--gold-soft);
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 400;
}

.reply-customer-card span,
.reply-customer-card small {
  color: var(--muted);
}

.reply-customer-card p {
  margin: 0;
  color: #d8d1c4;
  line-height: 1.6;
}

.reply-editor textarea {
  min-height: 280px;
  resize: vertical;
}

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

  .brand-bar {
    top: 0;
  }
}

@media (max-width: 560px) {
  .slim-hero,
  .slim-hero > img {
    min-height: 340px;
    height: 340px;
  }

  .slim-hero > img {
    object-position: 55% center;
  }

  .form-grid,
  .dialog-actions {
    grid-template-columns: 1fr;
  }

  .dialog-actions {
    display: grid;
    align-items: stretch;
  }
}

.vehicle-copy .highlight-specs,
.detail-summary .highlight-specs {
  display: grid;
}

.detail-summary .highlight-specs {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.vehicle-copy .compact-specs {
  gap: 8px;
}

.detail-summary .highlight-specs div,
.vehicle-copy .highlight-specs div {
  display: grid;
  justify-content: stretch;
  gap: 4px;
  border: 1px solid rgba(216, 167, 51, 0.34);
}

@media (max-width: 560px) {
  .detail-summary .highlight-specs {
    grid-template-columns: 1fr;
  }

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

/* v7 luxury refresh */
.lux-strip {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(12px, 1.6vw, 22px);
  padding: clamp(18px, 2.6vw, 32px) clamp(18px, 5vw, 70px);
  border-block: 1px solid rgba(216, 167, 51, 0.42);
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 226, 126, 0.16), transparent 34%),
    radial-gradient(circle at 80% 100%, rgba(216, 167, 51, 0.13), transparent 32%),
    repeating-linear-gradient(90deg, rgba(216, 167, 51, 0.08) 0 1px, transparent 1px 70px),
    #030303;
}

.lux-strip::before,
.lux-strip::after {
  content: "";
  position: absolute;
  left: clamp(18px, 5vw, 70px);
  right: clamp(18px, 5vw, 70px);
  height: 1px;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent, rgba(126, 84, 16, 0.7), #fff0a6, #d8a733, #fff2bd, rgba(126, 84, 16, 0.7), transparent);
  box-shadow: 0 0 22px rgba(216, 167, 51, 0.24);
}

.lux-strip::before {
  top: 0;
}

.lux-strip::after {
  bottom: 0;
}

.lux-strip div {
  position: relative;
  overflow: hidden;
  min-height: 216px;
  display: grid;
  grid-template-rows: 58px 78px 1fr;
  align-content: center;
  justify-items: center;
  align-items: start;
  gap: 14px;
  padding: 30px clamp(18px, 2.4vw, 34px) 28px;
  background:
    linear-gradient(145deg, rgba(9, 7, 4, 0.98), rgba(16, 12, 5, 0.98) 46%, rgba(5, 5, 5, 0.98)) padding-box,
    conic-gradient(from 145deg, #5c3b08, #fff0a6, #c88a1f, #6a450b, #f7d36b, #fff6c7, #8a5f12, #5c3b08) border-box;
  border: 2px solid transparent;
  border-radius: 6px;
  box-shadow:
    inset 0 0 0 1px rgba(255, 226, 126, 0.18),
    inset 0 18px 42px rgba(255, 238, 174, 0.045),
    inset 0 -24px 60px rgba(216, 167, 51, 0.08),
    0 20px 70px rgba(0, 0, 0, 0.58),
    0 0 28px rgba(216, 167, 51, 0.14);
  text-align: center;
  transition: border-color 260ms ease, box-shadow 260ms ease, transform 260ms ease;
}

.lux-strip div::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 240, 166, 0.16), transparent 32%),
    linear-gradient(120deg, rgba(255, 255, 255, 0.13), transparent 24%, transparent 58%, rgba(216, 167, 51, 0.11)),
    linear-gradient(180deg, rgba(216, 167, 51, 0.08), transparent 44%);
  opacity: 0.95;
  pointer-events: none;
}

.lux-strip div::after {
  content: "";
  position: absolute;
  inset: -65% auto -65% -48%;
  width: 42%;
  background: linear-gradient(90deg, transparent, rgba(255, 246, 199, 0.4), rgba(216, 167, 51, 0.34), transparent);
  opacity: 0;
  transform: translateX(-120%) skewX(-18deg);
  pointer-events: none;
}

.lux-strip div:hover {
  box-shadow:
    inset 0 0 0 1px rgba(255, 243, 177, 0.34),
    inset 0 18px 42px rgba(255, 238, 174, 0.07),
    inset 0 -24px 60px rgba(216, 167, 51, 0.12),
    0 28px 90px rgba(0, 0, 0, 0.68),
    0 0 44px rgba(216, 167, 51, 0.28);
  transform: translateY(-3px);
}

.lux-strip div:hover::after {
  opacity: 1;
  animation: ledgerGleam 840ms ease;
}

.lux-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  color: #ffe89b;
  background:
    radial-gradient(circle at 35% 24%, rgba(255, 255, 255, 0.5), transparent 16%),
    linear-gradient(145deg, #4f3105, #d8a733 42%, #fff0a6 50%, #8c5d11 74%, #2d1b04);
  border: 1px solid rgba(255, 244, 190, 0.6);
  border-radius: 50%;
  box-shadow:
    inset 0 2px 5px rgba(255, 255, 255, 0.22),
    inset 0 -7px 14px rgba(69, 42, 5, 0.48),
    0 0 0 4px rgba(216, 167, 51, 0.08),
    0 0 28px rgba(216, 167, 51, 0.22);
}

.lux-icon svg {
  width: 28px;
  height: 28px;
  stroke: #1d1203;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 1px 0 rgba(255, 255, 255, 0.35));
}

.lux-strip strong {
  position: relative;
  z-index: 1;
  display: block;
  width: min(100%, 230px);
  color: transparent;
  background: linear-gradient(180deg, #fff7cf 0%, #f2c85d 36%, #b67a16 64%, #fff0a6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Georgia, "Times New Roman", serif;
  min-height: 78px;
  padding-bottom: 22px;
  font-size: clamp(20px, 1.8vw, 28px);
  font-weight: 500;
  line-height: 1.04;
  text-align: center;
  filter: drop-shadow(0 0 16px rgba(216, 167, 51, 0.18));
}

.lux-strip strong::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  width: min(100%, 142px);
  height: 7px;
  background:
    radial-gradient(circle at 50% 50%, #fff6c7 0 2px, transparent 3px),
    linear-gradient(90deg, transparent, #7a4e0a 10%, #fff0a6 48%, #d8a733 52%, #7a4e0a 90%, transparent);
  opacity: 0.92;
  transform: translateX(-50%);
}

.lux-strip span {
  position: relative;
  z-index: 1;
  display: block;
  color: #e7dcc9;
  max-width: 30ch;
  min-height: 4.65em;
  font-size: 13px;
  line-height: 1.55;
  text-align: center;
}

.offer-showcase {
  position: relative;
  padding: clamp(58px, 8vw, 96px) 0 clamp(40px, 7vw, 78px);
  overflow: hidden;
}

.offer-showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, #050505 0, transparent 12%, transparent 88%, #050505 100%),
    linear-gradient(135deg, rgba(216, 167, 51, 0.1), transparent 30%, rgba(255, 255, 255, 0.035) 70%, transparent);
}

.offer-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 22px;
  padding-top: 0;
}

.offer-head h2 {
  color: var(--gold-soft);
  text-shadow: 0 0 28px rgba(216, 167, 51, 0.18);
}

.offer-head a,
.card-action {
  color: var(--gold-soft);
  border-bottom: 1px solid rgba(216, 167, 51, 0.5);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.offer-frame {
  position: relative;
  z-index: 1;
}

.offer-nav {
  position: absolute;
  top: 43%;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 48px;
  height: 76px;
  color: var(--gold-soft);
  background:
    linear-gradient(135deg, rgba(216, 167, 51, 0.18), rgba(255, 255, 255, 0.04)),
    rgba(0, 0, 0, 0.78);
  border: 1px solid rgba(216, 167, 51, 0.48);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.62), 0 0 28px rgba(216, 167, 51, 0.12);
  backdrop-filter: blur(12px);
  font-family: var(--font-heading);
  font-size: 0;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
  transition: background 220ms ease, color 220ms ease, transform 220ms ease, border-color 220ms ease;
}

.offer-nav::before {
  font-size: 38px;
  line-height: 1;
}

.offer-nav.prev::before {
  content: "\2039";
}

.offer-nav.next::before {
  content: "\203A";
}

.offer-nav:hover {
  color: #070707;
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
  border-color: var(--gold-soft);
  transform: translateY(-50%) scale(1.03);
}

.offer-nav.prev {
  left: clamp(6px, 1.8vw, 24px);
}

.offer-nav.next {
  right: clamp(6px, 1.8vw, 24px);
}

.offer-showcase .offer-rail {
  grid-auto-columns: 360px;
  gap: 24px;
  padding-bottom: 18px;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.offer-showcase .offer-rail::-webkit-scrollbar {
  display: none;
}

.premium-offer-card {
  position: relative;
  width: 360px;
  height: 560px;
  display: grid;
  grid-template-rows: 220px 1fr;
  background:
    linear-gradient(180deg, #090806, #050505 48%, #0b0905) padding-box,
    linear-gradient(135deg, rgba(255, 240, 176, 0.95), rgba(184, 119, 23, 0.38) 34%, rgba(255, 224, 128, 0.78) 68%, rgba(107, 65, 10, 0.48)) border-box;
  border: 2px solid transparent;
  box-shadow:
    inset 0 0 0 1px rgba(255, 232, 163, 0.12),
    0 26px 60px rgba(0, 0, 0, 0.44),
    0 0 0 1px rgba(216, 167, 51, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, filter 260ms ease;
}

.premium-offer-card::before {
  content: "";
  position: absolute;
  inset: 10px;
  pointer-events: none;
  border: 1px solid rgba(255, 232, 163, 0.16);
  background:
    linear-gradient(90deg, rgba(255, 232, 163, 0.75), transparent 18%, transparent 82%, rgba(255, 232, 163, 0.75)) top / 100% 1px no-repeat,
    linear-gradient(90deg, rgba(255, 232, 163, 0.52), transparent 22%, transparent 78%, rgba(255, 232, 163, 0.52)) bottom / 100% 1px no-repeat,
    linear-gradient(110deg, transparent 0 28%, rgba(255, 241, 190, 0.12) 45%, transparent 58% 100%);
  opacity: 0.86;
  transform: none;
  transition: opacity 260ms ease;
}

.premium-offer-card:hover::before {
  opacity: 1;
}

.premium-offer-card:hover {
  transform: translateY(-5px);
  box-shadow:
    inset 0 0 0 1px rgba(255, 232, 163, 0.18),
    0 34px 78px rgba(0, 0, 0, 0.55),
    0 0 38px rgba(216, 167, 51, 0.16);
}

.premium-offer-card .vehicle-media {
  height: auto;
  min-height: 0;
}

.premium-offer-card .vehicle-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.72), transparent 42%);
}

.premium-offer-card .vehicle-copy {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 18px 20px 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(216, 167, 51, 0.05)),
    radial-gradient(circle at 50% 0, rgba(255, 231, 157, 0.08), transparent 42%);
}

.premium-offer-card h3 {
  min-height: 56px;
  margin: 0;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 24px;
  line-height: 1.04;
}

.premium-offer-card .card-action {
  display: inline-flex;
  align-self: end;
  width: fit-content;
  margin-top: auto;
  padding-top: 2px;
}

.offer-showcase .premium-offer-card .compact-specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 16px;
}

.offer-showcase .premium-offer-card .vehicle-copy strong {
  margin: 0;
  font-size: 18px;
  line-height: 1.25;
}

.offer-showcase .premium-offer-card .vehicle-copy p {
  align-self: center;
  margin: 0;
}

.premium-offer-card .compact-specs {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-self: start;
  width: 100%;
  min-height: 94px;
  margin: 0;
  flex: 0 0 auto;
}

.premium-offer-card .compact-specs div {
  min-height: 42px;
  padding: 8px 0 9px 15px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(216, 167, 51, 0.16);
  box-shadow: none;
}

.premium-offer-card .compact-specs div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 5px;
  height: 5px;
  background: var(--gold-soft);
  box-shadow: 0 0 10px rgba(216, 167, 51, 0.55);
  transform: rotate(45deg);
}

.premium-offer-card .compact-specs div::after {
  display: none;
}

.premium-offer-card .compact-specs dt {
  color: #a99f90;
  font-size: 8px;
  letter-spacing: 0.12em;
}

.premium-offer-card .compact-specs dd {
  margin-top: 5px;
  font-size: 16px;
}

.experience-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1fr);
  gap: clamp(30px, 7vw, 90px);
  padding: clamp(62px, 9vw, 112px) clamp(18px, 5vw, 70px);
  background:
    linear-gradient(120deg, rgba(216, 167, 51, 0.1), transparent 34%),
    linear-gradient(180deg, #070707, #0d0b08);
  border-block: 1px solid rgba(216, 167, 51, 0.18);
}

.experience-copy h2,
.process-section h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4.6vw, 66px);
  font-weight: 500;
  line-height: 1;
}

.experience-copy p:not(.kicker) {
  color: #d8d1c4;
  font-size: 16px;
  line-height: 1.75;
}

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

.experience-grid article {
  min-height: 260px;
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025)),
    #080808;
  border: 1px solid rgba(216, 167, 51, 0.22);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.38);
}

.experience-grid span,
.process-line b {
  color: var(--gold-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 500;
}

.experience-grid h3 {
  margin: 34px 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 500;
}

.experience-grid p {
  color: #d8d1c4;
  line-height: 1.6;
}

.selection-timeline {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(260px, 0.48fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 78px);
  padding: clamp(56px, 8vw, 96px) clamp(18px, 5vw, 70px);
  background:
    radial-gradient(circle at 14% 50%, rgba(216, 167, 51, 0.13), transparent 28%),
    linear-gradient(180deg, #050505, #0a0805);
  border-block: 1px solid rgba(216, 167, 51, 0.22);
}

.selection-timeline::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(216, 167, 51, 0.08), transparent 26%, transparent 74%, rgba(216, 167, 51, 0.05));
}

.timeline-intro {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: center;
  gap: 16px;
}

.timeline-intro h2 {
  display: grid;
  gap: 2px;
  margin: 0;
  max-width: none;
  color: var(--gold-soft);
  font-family: var(--font-heading);
  font-size: clamp(34px, 4.8vw, 68px);
  font-weight: 400;
  line-height: 0.94;
  text-shadow: 0 0 28px rgba(216, 167, 51, 0.16);
}

.timeline-intro h2 span {
  display: block;
  white-space: nowrap;
}

.timeline-intro p {
  max-width: 34ch;
  margin: 0;
  color: #d8d1c4;
  font-size: 16px;
  line-height: 1.7;
}

.timeline-track {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 34px);
  align-items: stretch;
}

.timeline-track::before {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  top: 43px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(216, 167, 51, 0.42), #fff0a6, rgba(216, 167, 51, 0.42), transparent);
  box-shadow: 0 0 24px rgba(216, 167, 51, 0.28);
}

.timeline-track::after {
  content: "";
  position: absolute;
  left: 10%;
  top: 42px;
  width: 110px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(255, 246, 199, 0.95), rgba(216, 167, 51, 0.82), transparent);
  box-shadow: 0 0 22px rgba(216, 167, 51, 0.64);
  transform: translateX(-50%);
  animation: timelineFlow 4.8s ease-in-out infinite;
}

.timeline-track article {
  position: relative;
  display: grid;
  grid-template-rows: 86px auto 1fr;
  justify-items: center;
  gap: 12px;
  min-height: 238px;
  padding: 0 18px 24px;
  text-align: center;
}

.timeline-track i {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 36% 24%, rgba(255, 255, 255, 0.34), transparent 16%),
    linear-gradient(145deg, #161006, #3a2607 42%, #0a0703);
  border: 1px solid rgba(255, 240, 166, 0.66);
  box-shadow:
    inset 0 0 0 2px rgba(216, 167, 51, 0.22),
    inset 0 12px 26px rgba(255, 232, 155, 0.08),
    0 0 0 8px rgba(216, 167, 51, 0.06),
    0 0 34px rgba(216, 167, 51, 0.22);
  animation: timelineNode 4.8s ease-in-out infinite;
}

.timeline-track i::before,
.timeline-track i::after {
  display: none;
}

.timeline-track article:nth-child(2) i {
  animation-delay: 1.6s;
}

.timeline-track article:nth-child(3) i {
  animation-delay: 3.2s;
}

.timeline-track i img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  filter: var(--gold-filter) drop-shadow(0 0 10px rgba(216, 167, 51, 0.28));
  opacity: 0.98;
}

.timeline-track h3 {
  margin: 0;
  color: var(--gold-soft);
  font-family: var(--font-heading);
  font-size: clamp(25px, 2.6vw, 38px);
  font-weight: 400;
}

.timeline-track p {
  max-width: 30ch;
  margin: 0;
  color: #d8d1c4;
  line-height: 1.65;
}

@keyframes timelineFlow {
  0%,
  12% {
    left: 10%;
    opacity: 0;
  }
  22% {
    opacity: 1;
  }
  50% {
    left: 50%;
    opacity: 1;
  }
  82% {
    left: 90%;
    opacity: 1;
  }
  100% {
    left: 90%;
    opacity: 0;
  }
}

@keyframes timelineNode {
  0%,
  100% {
    box-shadow:
      inset 0 0 0 2px rgba(216, 167, 51, 0.22),
      inset 0 12px 26px rgba(255, 232, 155, 0.08),
      0 0 0 8px rgba(216, 167, 51, 0.06),
      0 0 34px rgba(216, 167, 51, 0.22);
    transform: scale(1);
  }
  28%,
  42% {
    box-shadow:
      inset 0 0 0 2px rgba(255, 240, 166, 0.58),
      inset 0 12px 26px rgba(255, 232, 155, 0.14),
      0 0 0 12px rgba(216, 167, 51, 0.1),
      0 0 46px rgba(216, 167, 51, 0.46);
    transform: scale(1.035);
  }
}

.signature-about {
  grid-template-columns: minmax(190px, 280px) minmax(0, 820px);
  gap: clamp(28px, 6vw, 74px);
  padding: clamp(42px, 6vw, 70px) clamp(18px, 5vw, 70px);
}

.signature-about .portrait-wrap {
  max-width: 280px;
  margin: 0;
  aspect-ratio: auto;
  align-content: start;
  gap: 16px;
}

.signature-about .portrait-wrap img {
  width: min(78%, 218px);
  object-position: 50% 34%;
  transition: transform 520ms ease, box-shadow 520ms ease;
}

.ceo-portrait {
  justify-items: center;
}

.portrait-aura {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: min(86%, 244px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(216, 167, 51, 0.14), transparent 58%),
    linear-gradient(135deg, transparent 0 42%, rgba(255, 241, 181, 0.32) 48%, transparent 56%);
  border: 1px solid rgba(216, 167, 51, 0.26);
  filter: blur(0.2px);
  animation: portraitGleam 5.8s ease-in-out infinite;
}

.ceo-portrait figcaption {
  position: relative;
  z-index: 3;
  display: grid;
  justify-items: center;
  gap: 5px;
  text-align: center;
}

.ceo-portrait figcaption strong {
  color: var(--gold-soft);
  font-family: var(--font-heading);
  font-size: clamp(21px, 2vw, 28px);
  font-weight: 400;
  line-height: 1;
}

.ceo-portrait figcaption span {
  color: #d8d1c4;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 10px;
  font-weight: 800;
}

.ceo-portrait:hover img {
  transform: translateY(-2px);
  box-shadow: 0 0 52px rgba(216, 167, 51, 0.34), inset 0 0 20px rgba(216, 167, 51, 0.2);
}

.signature-about .quote-copy {
  position: relative;
  align-self: center;
  display: grid;
  gap: 14px;
  padding-left: clamp(38px, 5vw, 74px);
}

.gold-quote {
  position: absolute;
  left: 0;
  top: -18px;
  color: var(--gold-soft);
  font-family: var(--font-heading);
  font-size: clamp(82px, 9vw, 132px);
  font-weight: 400;
  line-height: 0.78;
  opacity: 0.76;
  text-shadow: 0 0 26px rgba(216, 167, 51, 0.2), 0 0 58px rgba(255, 235, 166, 0.1);
  pointer-events: none;
}

.signature-about .ceo-copy h2 {
  color: var(--gold-soft);
  font-size: clamp(34px, 4.6vw, 62px);
}

.signature-about .ceo-copy p:not(.kicker) {
  max-width: 780px;
  font-size: 15px;
  line-height: 1.58;
}

@keyframes portraitGleam {
  0%,
  100% {
    opacity: 0.68;
    transform: translateX(-50%) scale(0.98);
  }
  50% {
    opacity: 1;
    transform: translateX(-50%) scale(1.035);
  }
}

.counter-section {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  padding: clamp(28px, 4.4vw, 58px) clamp(18px, 5vw, 70px);
  background:
    radial-gradient(circle at 50% 0, rgba(255, 224, 139, 0.12), transparent 34%),
    linear-gradient(90deg, #050505, #100c05 48%, #050505);
  border-block: 1px solid rgba(216, 167, 51, 0.22);
  overflow: hidden;
}

.counter-section::before {
  content: "";
  position: absolute;
  left: clamp(18px, 5vw, 70px);
  right: clamp(18px, 5vw, 70px);
  top: 18px;
  bottom: 18px;
  border-top: 1px solid rgba(255, 232, 163, 0.26);
  border-bottom: 1px solid rgba(216, 167, 51, 0.2);
  background:
    linear-gradient(90deg, transparent, rgba(255, 232, 163, 0.16), transparent) top 10px center / 76% 1px no-repeat,
    linear-gradient(90deg, transparent, rgba(216, 167, 51, 0.13), transparent) bottom 10px center / 76% 1px no-repeat;
  pointer-events: none;
}

.counter-section::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 14px;
  width: min(320px, 42vw);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 242, 181, 0.92), transparent);
  box-shadow: 0 0 26px rgba(216, 167, 51, 0.34);
  transform: translateX(-50%);
  pointer-events: none;
}

.counter-card {
  position: relative;
  z-index: 1;
  min-height: 126px;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 11px;
  padding: clamp(18px, 3vw, 34px);
  text-align: center;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.counter-card::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 17px;
  width: 56px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 232, 163, 0.88), transparent);
  box-shadow: 0 0 16px rgba(216, 167, 51, 0.36);
  transform: translateX(-50%) scaleX(0.72);
  transition: transform 420ms ease, opacity 420ms ease;
}

.counter-card:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 24%;
  bottom: 24%;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(255, 232, 163, 0.44), rgba(216, 167, 51, 0.22), transparent);
}

.counter-card:hover::before {
  transform: translateX(-50%) scaleX(1.35);
}

.counter-value {
  color: var(--gold-soft);
  font-family: var(--font-heading);
  font-size: clamp(54px, 7.2vw, 96px);
  font-weight: 400;
  line-height: 0.82;
  text-shadow: 0 0 28px rgba(216, 167, 51, 0.24), 0 0 70px rgba(255, 232, 163, 0.08);
}

.counter-card span {
  color: #f5ebd3;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 11px;
  font-weight: 900;
}

.process-section {
  display: none;
  padding: clamp(54px, 8vw, 96px) clamp(18px, 5vw, 70px);
}

.process-line {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 26px;
  border-top: 1px solid rgba(216, 167, 51, 0.32);
}

.process-line article {
  min-height: 150px;
  padding: 22px;
  border-right: 1px solid rgba(216, 167, 51, 0.18);
}

.process-line span {
  display: block;
  margin-top: 26px;
  color: #f1eadf;
  font-size: 17px;
}

.admin-shell {
  grid-template-columns: 280px minmax(0, 1fr);
  background:
    linear-gradient(120deg, rgba(216, 167, 51, 0.08), transparent 34%),
    #050505;
}

.intranet-login {
  min-height: calc(100vh - 160px);
  display: grid;
  place-items: center;
  padding: clamp(42px, 8vw, 92px) clamp(18px, 5vw, 70px);
  background:
    radial-gradient(circle at 50% 0, rgba(216, 167, 51, 0.14), transparent 32%),
    linear-gradient(135deg, #050505, #0f0b05 58%, #050505);
}

.login-card {
  width: min(520px, 100%);
  display: grid;
  gap: 22px;
  padding: clamp(28px, 4vw, 46px);
  background:
    linear-gradient(#070707, #070707) padding-box,
    linear-gradient(135deg, rgba(255, 238, 174, 0.78), rgba(216, 167, 51, 0.22), rgba(255, 238, 174, 0.55)) border-box;
  border: 1px solid transparent;
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.62), inset 0 0 0 1px rgba(255, 232, 163, 0.08);
}

.login-card > img {
  width: min(240px, 72%);
  margin: 0 auto;
}

.login-copy {
  display: grid;
  gap: 8px;
  text-align: center;
}

.login-copy p,
.login-copy span {
  margin: 0;
  color: #d8d1c4;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-size: 11px;
  font-weight: 900;
}

.login-copy h1 {
  margin: 0;
  color: var(--gold-soft);
  font-family: var(--font-heading);
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 400;
}

.login-form {
  display: grid;
  gap: 14px;
}

.login-form label {
  display: grid;
  gap: 7px;
  color: #d8d1c4;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 11px;
  font-weight: 900;
}

.login-form input,
.admin-grid select {
  width: 100%;
  min-height: 44px;
  color: var(--text);
  background: rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(216, 167, 51, 0.24);
  padding: 11px 12px;
  font: inherit;
}

.login-form button {
  min-height: 46px;
  color: #080808;
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
  border: 0;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-weight: 1000;
  cursor: pointer;
}

.login-form .login-reset {
  color: var(--gold-soft);
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(216, 167, 51, 0.3);
}

.login-form .login-reset:hover {
  color: #080808;
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
}

.login-error {
  padding: 13px 14px;
  color: #ffd7cf;
  background: rgba(155, 35, 35, 0.18);
  border: 1px solid rgba(255, 110, 110, 0.32);
  font-size: 13px;
  line-height: 1.45;
}

.admin-sidebar {
  padding: 24px;
  background: #030303;
}

.admin-user-badge {
  display: grid;
  gap: 4px;
  margin: 8px 0 18px;
  padding: 13px 0;
  border-block: 1px solid rgba(216, 167, 51, 0.18);
}

.admin-user-badge strong {
  color: var(--gold-soft);
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 400;
}

.admin-user-badge span {
  color: #d8d1c4;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 10px;
  font-weight: 900;
}

.admin-logout {
  margin-top: 16px;
  width: 100%;
  min-height: 42px;
  color: var(--gold-soft);
  background: transparent;
  border: 1px solid rgba(216, 167, 51, 0.26);
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-size: 11px;
  font-weight: 900;
  cursor: pointer;
}

.admin-sidebar nav {
  gap: 8px;
}

.admin-sidebar button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  min-height: 46px;
  padding: 0 14px;
  color: #d8d1c4;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font: inherit;
  font-size: 12px;
  cursor: pointer;
}

.admin-sidebar button span {
  min-width: 0;
}

.admin-sidebar button b {
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;
  min-width: 24px;
  height: 24px;
  padding: 0 7px;
  color: #070707;
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
  border-radius: 999px;
  font-size: 11px;
  line-height: 1;
  box-shadow: 0 0 18px rgba(216, 167, 51, 0.28);
}

.admin-sidebar button.is-active,
.admin-sidebar button:hover {
  color: #070707;
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
  border-color: var(--gold);
}

.admin-sidebar button.is-active b,
.admin-sidebar button:hover b {
  color: var(--gold-soft);
  background: #070707;
}

.admin-main {
  align-content: start;
  min-height: 100vh;
}

.admin-overview-head {
  display: none;
  justify-content: space-between;
  align-items: end;
  gap: 18px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(216, 167, 51, 0.22);
}

.admin-overview-head p {
  margin: 0 0 8px;
  color: var(--gold-soft);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 12px;
  font-weight: 900;
}

.admin-overview-head h1 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 400;
}

.admin-overview-head > span {
  padding: 10px 12px;
  color: #070707;
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 11px;
  font-weight: 900;
}

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

.admin-stat-grid.dashboard-stats {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.admin-stat-grid article {
  padding: 24px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(216, 167, 51, 0.22);
}

.admin-stat-grid span {
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
}

.admin-stat-grid strong {
  display: block;
  margin-top: 12px;
  color: var(--gold-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 56px;
  font-weight: 500;
}

.admin-overview-lux {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(260px, 1fr) minmax(260px, 1.1fr);
  gap: 16px;
  align-items: stretch;
}

.admin-overview-lux > article,
.admin-overview-mini article {
  position: relative;
  padding: clamp(20px, 3vw, 32px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(216, 167, 51, 0.035)),
    #070707;
  border-top: 1px solid rgba(255, 232, 163, 0.42);
  border-bottom: 1px solid rgba(216, 167, 51, 0.18);
  box-shadow: inset 0 0 0 1px rgba(216, 167, 51, 0.055), 0 18px 60px rgba(0, 0, 0, 0.3);
}

.overview-hero-stat strong {
  display: block;
  margin: 14px 0 8px;
  color: var(--gold-soft);
  font-family: var(--font-heading);
  font-size: clamp(82px, 10vw, 136px);
  font-weight: 400;
  line-height: 0.8;
}

.admin-overview-lux span,
.admin-overview-mini span {
  color: #d8d1c4;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-size: 11px;
  font-weight: 900;
}

.overview-hero-stat small,
.overview-vehicle-list small,
.admin-overview-mini small {
  color: #bfb7ac;
}

.overview-fast-access {
  display: grid;
  align-content: space-between;
  gap: 18px;
}

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

.overview-fast-access button {
  min-height: 52px;
  color: var(--gold-soft);
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(216, 167, 51, 0.28);
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 11px;
  font-weight: 900;
  cursor: pointer;
}

.overview-fast-access button:hover {
  color: #080808;
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
}

.overview-vehicle-list {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.overview-vehicle-list a {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 0;
  color: #f7f0e4;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.overview-vehicle-list strong {
  color: var(--gold-soft);
}

.admin-overview-mini {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.admin-overview-mini strong {
  display: block;
  margin-top: 8px;
  color: var(--gold-soft);
  font-family: var(--font-heading);
  font-size: clamp(28px, 3.4vw, 46px);
  font-weight: 400;
}

.overview-analytics {
  margin-top: 16px;
}

.maintenance-admin-panel {
  display: grid;
  gap: 18px;
}

.maintenance-admin-panel .panel-head > strong {
  min-width: 72px;
  padding: 10px 12px;
  text-align: center;
  border: 1px solid rgba(216, 167, 51, 0.36);
}

.maintenance-admin-panel .panel-head > strong.is-ok {
  color: #111;
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
}

.maintenance-admin-panel .panel-head > strong.is-danger {
  color: #fff;
  background: linear-gradient(135deg, #9b2525, #4d0909);
  border-color: rgba(255, 120, 120, 0.48);
}

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

.maintenance-admin-grid article {
  display: grid;
  gap: 8px;
  padding: 18px;
  background:
    linear-gradient(135deg, rgba(216, 167, 51, 0.1), transparent 52%),
    rgba(0, 0, 0, 0.34);
  border: 1px solid rgba(216, 167, 51, 0.2);
}

.maintenance-admin-grid span,
.maintenance-message-field {
  color: #d8d1c4;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-size: 11px;
  font-weight: 900;
}

.maintenance-admin-grid strong {
  color: var(--gold-soft);
  font-family: var(--font-heading);
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 400;
}

.maintenance-admin-grid small {
  color: #bfb7ac;
}

.maintenance-message-field {
  display: grid;
  gap: 10px;
}

.maintenance-message-field textarea {
  width: 100%;
  color: var(--text);
  background: rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(216, 167, 51, 0.28);
  padding: 14px;
  font: inherit;
  line-height: 1.55;
  resize: vertical;
}

.maintenance-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.maintenance-actions button {
  min-height: 44px;
  padding: 0 16px;
  color: #080808;
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
  border: 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 11px;
  font-weight: 1000;
  cursor: pointer;
}

.maintenance-actions button.danger {
  color: #fff;
  background: linear-gradient(135deg, #9d2a2a, #5c1010);
}

.maintenance-screen {
  min-height: calc(100vh - 150px);
  display: grid;
  place-items: center;
  align-content: center;
  gap: 16px;
  padding: clamp(52px, 8vw, 110px) clamp(18px, 6vw, 90px);
  text-align: center;
  background:
    radial-gradient(circle at 50% 24%, rgba(216, 167, 51, 0.2), transparent 34%),
    linear-gradient(135deg, #030303, #100b04 55%, #030303);
}

.maintenance-screen img {
  width: min(360px, 78vw);
}

.maintenance-screen p,
.maintenance-screen span {
  margin: 0;
  color: var(--gold-soft);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 12px;
  font-weight: 900;
}

.maintenance-screen h1 {
  max-width: 820px;
  margin: 0;
  color: #fff7e8;
  font-family: var(--font-heading);
  font-size: clamp(38px, 6vw, 82px);
  font-weight: 400;
  line-height: 0.96;
}

.maintenance-screen strong {
  max-width: 680px;
  color: #d8d1c4;
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.7;
}

.public-maintenance .topbar,
.public-maintenance .brand-bar,
.public-maintenance .footer {
  display: none;
}

@media (max-width: 700px) {
  .maintenance-admin-grid {
    grid-template-columns: 1fr;
  }

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

.dashboard-stats article {
  min-height: 150px;
  display: grid;
  align-content: space-between;
}

.dashboard-stats small {
  display: block;
  margin-top: 12px;
  color: #d8d1c4;
  font-size: 12px;
  line-height: 1.35;
}

.admin-dashboard-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.admin-metric-panel {
  padding: 24px;
  background: linear-gradient(135deg, rgba(216, 167, 51, 0.08), rgba(255, 255, 255, 0.035));
  border: 1px solid rgba(216, 167, 51, 0.22);
  box-shadow: 0 18px 70px rgba(0, 0, 0, 0.28);
}

.admin-metric-panel h2 {
  margin: 0;
  font-family: var(--font-heading);
  font-weight: 400;
}

.admin-metric-panel .panel-head {
  margin-bottom: 16px;
}

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

.metric-bars li {
  display: grid;
  gap: 8px;
}

.metric-bars li div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: #d8d1c4;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 11px;
  font-weight: 800;
}

.metric-bars strong {
  color: var(--gold-soft);
}

.metric-bars i {
  display: block;
  width: var(--bar);
  min-width: 28px;
  height: 8px;
  background: linear-gradient(90deg, var(--gold-soft), var(--gold));
  box-shadow: 0 0 24px rgba(216, 167, 51, 0.18);
}

.metric-empty {
  color: var(--muted);
}

.compact-metrics dl {
  display: grid;
  gap: 10px;
  margin: 0;
}

.compact-metrics dl div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 13px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.compact-metrics dt {
  color: #d8d1c4;
}

.compact-metrics dd {
  margin: 0;
  color: var(--gold-soft);
  font-weight: 900;
}

.admin-muted {
  color: #d8d1c4;
}

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

.inventory-archive-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  margin: 26px 0 12px;
  padding-top: 18px;
  border-top: 1px solid rgba(216, 167, 51, 0.22);
}

.inventory-archive-head span {
  color: var(--gold-soft);
  font-family: var(--font-heading);
  font-size: clamp(22px, 2.2vw, 32px);
}

.inventory-archive-head strong {
  min-width: 42px;
  color: #080808;
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
  text-align: center;
  padding: 7px 12px;
}

.archived-vehicle-list article {
  opacity: 0.78;
  background: rgba(255, 255, 255, 0.035);
}

.availability-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(420px, 1.18fr);
  gap: 16px;
  align-items: start;
}

.availability-editor,
.availability-calendar-panel {
  padding: 18px;
  background:
    linear-gradient(145deg, rgba(216, 167, 51, 0.08), rgba(255, 255, 255, 0.025)),
    #070707;
  border: 1px solid rgba(216, 167, 51, 0.2);
  box-shadow: inset 0 0 0 1px rgba(255, 232, 163, 0.04);
}

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

.availability-form select,
.availability-form input[type="date"] {
  color-scheme: dark;
}

.availability-calendar-panel .availability-days {
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
}

.availability-calendar-panel .availability-chip {
  min-height: 54px;
}

.reservation-list article {
  border-color: rgba(216, 167, 51, 0.16);
}

.admin-list article {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 18px;
  background: rgba(0, 0, 0, 0.26);
  border: 1px solid rgba(255, 255, 255, 0.09);
}

.admin-list strong {
  display: block;
  color: #fff;
}

.admin-list span,
.admin-list small,
.admin-list p {
  display: block;
  margin: 6px 0 0;
  color: #bfb7ac;
}

.admin-list a,
.admin-list em {
  align-self: center;
  color: var(--gold-soft);
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
}

.dropzone {
  min-height: 112px;
  align-content: center;
  padding: 18px;
  border: 1px dashed rgba(216, 167, 51, 0.4);
  background: rgba(216, 167, 51, 0.045);
}

.dropzone input {
  margin-top: 8px;
}

.dropzone span {
  color: var(--muted);
  text-transform: none;
  letter-spacing: 0;
  font-weight: 500;
}

.upload-field {
  position: relative;
  min-height: 118px;
  align-content: center;
  padding: 18px 18px 18px 74px;
  background:
    linear-gradient(135deg, rgba(216, 167, 51, 0.09), rgba(255, 255, 255, 0.035)),
    #070707;
  border: 1px dashed rgba(216, 167, 51, 0.42);
  cursor: pointer;
}

.upload-field::before {
  content: "+";
  position: absolute;
  left: 20px;
  top: 50%;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  color: #080808;
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
  transform: translateY(-50%);
  font-size: 24px;
  font-weight: 900;
}

.upload-field input[type="file"] {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.upload-field span,
.upload-field em {
  display: block;
  color: var(--muted);
  text-transform: none;
  letter-spacing: 0;
  font-style: normal;
  font-weight: 600;
}

.upload-field > span:first-child {
  color: #f5ead7;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
  font-weight: 900;
}

.upload-progress {
  display: grid;
  gap: 10px;
  padding: 16px 18px;
  background:
    linear-gradient(135deg, rgba(216, 167, 51, 0.1), rgba(255, 255, 255, 0.03)),
    #060606;
  border: 1px solid rgba(216, 167, 51, 0.26);
}

.upload-progress[hidden] {
  display: none;
}

.upload-progress div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: var(--gold-soft);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  font-weight: 900;
}

.upload-progress i {
  display: block;
  height: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(216, 167, 51, 0.18);
}

.upload-progress b {
  display: block;
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, var(--gold), var(--gold-soft), #fff4c8);
  box-shadow: 0 0 20px rgba(216, 167, 51, 0.42);
  transition: width 220ms ease;
}

.upload-progress small {
  color: var(--muted);
}

.image-preview-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 12px;
}

.image-preview-empty {
  grid-column: 1 / -1;
  margin: 0;
  padding: 15px 16px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.image-preview-card {
  position: relative;
  display: grid;
  gap: 8px;
  padding: 10px;
  background:
    linear-gradient(145deg, rgba(216, 167, 51, 0.08), rgba(255, 255, 255, 0.025)),
    #050505;
  border: 1px solid rgba(216, 167, 51, 0.24);
}

.image-preview-card > button {
  position: absolute;
  right: 8px;
  top: 8px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  color: #fff;
  background: rgba(0, 0, 0, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.22);
  cursor: pointer;
}

.image-preview-card > div {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #000;
  cursor: crosshair;
}

.image-preview-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-preview-card > div span {
  position: absolute;
  width: 16px;
  height: 16px;
  border: 2px solid #fff6c6;
  border-radius: 50%;
  box-shadow: 0 0 0 999px rgba(0, 0, 0, 0.16), 0 0 18px rgba(216, 167, 51, 0.8);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.image-preview-card strong {
  color: #f5ead7;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 11px;
}

.image-preview-card em {
  color: var(--muted);
  font-style: normal;
  font-size: 12px;
}

.parser-summary {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: 20px;
  margin-bottom: 18px;
}

.parser-summary p {
  margin: 0 0 8px;
  color: var(--gold-soft);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 800;
}

.parser-summary h3 {
  margin: 0 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 500;
}

.parser-summary span {
  color: #d8d1c4;
}

body,
button,
input,
select,
textarea {
  font-family: var(--font-body);
}

h1,
h2,
h3,
.hero-overlay h1,
.section-head h2,
.page-title h1,
.vehicle-copy h3,
.detail-summary h1,
.detail-summary h1 small,
.vehicle-nameplate h1,
.vehicle-nameplate > span,
.price-panel strong,
.column-head h2,
.experience-copy h2,
.process-section h2,
.experience-grid h3,
.lux-strip strong,
.admin-hero h1,
.admin-panel h2,
.admin-stat-grid strong,
.parser-summary h3,
.dialog-head h2,
.spec-section h3,
.highlight-specs dd {
  font-family: var(--font-heading);
}

.admin-notice {
  display: grid;
  gap: 8px;
  padding: 16px 18px;
  color: #f8f1e6;
  background: linear-gradient(135deg, rgba(216, 167, 51, 0.16), rgba(255, 255, 255, 0.045));
  border: 1px solid rgba(216, 167, 51, 0.36);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.28);
}

.admin-notice strong {
  color: var(--gold-soft);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
}

.admin-notice ul {
  margin: 0;
  padding-left: 18px;
  color: #d8d1c4;
}

.admin-notice.error {
  background: linear-gradient(135deg, rgba(170, 38, 38, 0.2), rgba(255, 255, 255, 0.035));
  border-color: rgba(255, 108, 108, 0.42);
}

.admin-notice.error strong {
  color: #ffb3a8;
}

.admin-tools {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) auto;
  gap: 14px;
  align-items: end;
  margin: -4px 0 18px;
}

.admin-tools label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 11px;
  font-weight: 800;
}

.admin-tools input {
  min-height: 44px;
  padding: 0 14px;
  color: var(--text);
  background: rgba(0, 0, 0, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.14);
  outline: none;
}

.admin-tools input:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(216, 167, 51, 0.12);
}

.admin-tools button {
  min-height: 44px;
  padding: 0 16px;
  color: #070707;
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
  border: 1px solid var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 900;
  cursor: pointer;
}

.admin-grid input.is-invalid,
.admin-grid textarea.is-invalid {
  border-color: rgba(255, 108, 108, 0.82);
  box-shadow: 0 0 0 3px rgba(255, 108, 108, 0.12);
}

.admin-list article[hidden],
.admin-list .empty[hidden] {
  display: none !important;
}

@media (max-width: 980px) {
  .lux-strip,
  .experience-section,
  .selection-timeline,
  .experience-grid,
  .timeline-track,
  .process-line,
  .counter-section,
  .admin-stat-grid,
  .admin-overview-lux,
  .admin-overview-mini,
  .users-layout,
  .parser-summary {
    grid-template-columns: 1fr;
  }

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

  .admin-sidebar {
    position: relative;
    min-height: auto;
  }

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

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

  .timeline-track::before {
    display: none;
  }

  .counter-card:not(:last-child)::after {
    top: auto;
    right: 16%;
    bottom: 0;
    left: 16%;
    width: auto;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 232, 163, 0.34), transparent);
  }

  .mail-settings-grid,
  .user-grid,
  .availability-layout,
  .availability-form,
  .rental-fields,
  .request-page-hero,
  .request-columns,
  .reply-layout {
    grid-template-columns: 1fr;
  }

  .availability-days,
  .availability-calendar-panel .availability-days {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}

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

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

  .offer-head {
    align-items: start;
    flex-direction: column;
  }

  .offer-showcase .offer-rail {
    grid-auto-columns: min(84vw, 360px);
  }

  .premium-offer-card {
    width: min(84vw, 360px);
    height: 560px;
  }

  .signature-about {
    grid-template-columns: 1fr;
    gap: 18px;
    padding-block: 34px;
  }

  .signature-about .portrait-wrap {
    max-width: 170px;
  }

  .signature-about .quote-copy {
    padding-left: 34px;
  }

  .gold-quote {
    top: -12px;
    font-size: 74px;
  }

  .admin-overview-head {
    align-items: start;
    flex-direction: column;
  }

  .admin-stat-grid.dashboard-stats,
  .admin-dashboard-grid,
  .admin-overview-mini {
    grid-template-columns: 1fr;
  }

  .inquiry-dialog form {
    grid-template-columns: 1fr;
  }

  .signature-about .ceo-copy h2 {
    font-size: clamp(27px, 8vw, 38px);
  }

  .signature-about .ceo-copy p:not(.kicker) {
    font-size: 14px;
    line-height: 1.52;
  }
}

/* Premium intranet and maintenance motion layer */
@keyframes icShadeShift {
  0% {
    background-position: 0% 50%, 50% 0%, 0% 0%;
  }
  50% {
    background-position: 100% 50%, 42% 18%, 100% 100%;
  }
  100% {
    background-position: 0% 50%, 50% 0%, 0% 0%;
  }
}

@keyframes icLiquidGold {
  0% {
    transform: translate3d(-18%, -12%, 0) rotate(0deg) scale(1);
    opacity: 0.28;
  }
  50% {
    transform: translate3d(8%, 7%, 0) rotate(8deg) scale(1.08);
    opacity: 0.46;
  }
  100% {
    transform: translate3d(-18%, -12%, 0) rotate(0deg) scale(1);
    opacity: 0.28;
  }
}

@keyframes icFineGleam {
  from {
    transform: translateX(-120%) skewX(-18deg);
  }
  to {
    transform: translateX(180%) skewX(-18deg);
  }
}

@keyframes icCardRise {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes icMaintenancePulse {
  0%,
  100% {
    filter: saturate(1) brightness(1);
  }
  50% {
    filter: saturate(1.24) brightness(1.12);
  }
}

.admin-shell {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 17% 12%, rgba(255, 231, 164, 0.14), transparent 31%),
    radial-gradient(circle at 84% 8%, rgba(216, 167, 51, 0.12), transparent 28%),
    linear-gradient(130deg, #020202 0%, #0b0804 34%, #141006 52%, #050505 78%, #0e0903 100%);
  background-size: 180% 180%, 150% 150%, 240% 240%;
  animation: icShadeShift 18s ease-in-out infinite;
}

.admin-shell::before {
  content: "";
  position: fixed;
  inset: -18%;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 25% 30%, rgba(255, 231, 164, 0.22), transparent 28%),
    conic-gradient(from 120deg at 62% 46%, transparent 0 54deg, rgba(216, 167, 51, 0.18) 72deg, transparent 112deg 360deg);
  filter: blur(34px);
  animation: icLiquidGold 24s ease-in-out infinite;
}

.admin-sidebar,
.admin-main {
  position: relative;
  z-index: 1;
}

.admin-sidebar {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(216, 167, 51, 0.035)),
    rgba(2, 2, 2, 0.94);
  box-shadow: inset -1px 0 0 rgba(255, 232, 163, 0.12), 18px 0 70px rgba(0, 0, 0, 0.32);
}

.admin-sidebar::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 180px;
  pointer-events: none;
  background: radial-gradient(circle at 50% 0%, rgba(216, 167, 51, 0.22), transparent 62%);
}

.admin-sidebar img {
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 0 24px rgba(216, 167, 51, 0.2));
}

.admin-sidebar button {
  position: relative;
  overflow: hidden;
  transition: transform 180ms ease, border-color 180ms ease, color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.admin-sidebar button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(255, 244, 202, 0.34) 46%, transparent 70%);
  transform: translateX(-120%) skewX(-18deg);
}

.admin-sidebar button:hover,
.admin-sidebar button.is-active {
  transform: translateX(4px);
  box-shadow: 0 14px 34px rgba(216, 167, 51, 0.18);
}

.admin-sidebar button:hover::before,
.admin-sidebar button.is-active::before {
  animation: icFineGleam 900ms ease;
}

.admin-panel,
.admin-metric-panel,
.admin-overview-lux > article,
.admin-overview-mini article,
.admin-list article,
.login-card {
  animation: icCardRise 520ms ease both;
}

.admin-panel {
  border-color: rgba(255, 232, 163, 0.28);
  background:
    linear-gradient(135deg, rgba(255, 232, 163, 0.07), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(216, 167, 51, 0.025)),
    rgba(3, 3, 3, 0.72);
  box-shadow: inset 0 0 0 1px rgba(255, 232, 163, 0.055), 0 28px 90px rgba(0, 0, 0, 0.42);
}

.admin-panel::before,
.admin-metric-panel::before,
.admin-overview-lux > article::before,
.admin-overview-mini article::before,
.admin-list article::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(110deg, transparent 0%, rgba(255, 238, 188, 0.12) 48%, transparent 72%);
  opacity: 0;
  transform: translateX(-120%) skewX(-18deg);
}

.admin-panel > *,
.admin-metric-panel > *,
.admin-overview-lux > article > *,
.admin-overview-mini article > *,
.admin-list article > * {
  position: relative;
  z-index: 1;
}

.admin-panel:hover::before,
.admin-metric-panel:hover::before,
.admin-overview-lux > article:hover::before,
.admin-overview-mini article:hover::before,
.admin-list article:hover::before {
  opacity: 1;
  animation: icFineGleam 1200ms ease;
}

.admin-overview-lux > article,
.admin-overview-mini article,
.admin-metric-panel,
.admin-list article {
  overflow: hidden;
  transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
}

.admin-overview-lux > article:hover,
.admin-overview-mini article:hover,
.admin-metric-panel:hover,
.admin-list article:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 232, 163, 0.42);
  box-shadow: inset 0 0 0 1px rgba(255, 232, 163, 0.08), 0 26px 80px rgba(0, 0, 0, 0.46), 0 0 44px rgba(216, 167, 51, 0.08);
}

.overview-hero-stat strong,
.admin-overview-mini strong,
.admin-stat-grid strong,
.maintenance-admin-grid strong {
  text-shadow: 0 0 28px rgba(216, 167, 51, 0.28);
}

.overview-fast-access button,
.admin-tools button,
.maintenance-actions button,
.panel-head button,
.login-form button {
  position: relative;
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.overview-fast-access button::after,
.admin-tools button::after,
.maintenance-actions button::after,
.panel-head button::after,
.login-form button::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.44) 45%, transparent 68%);
  transform: translateX(-120%) skewX(-18deg);
}

.overview-fast-access button:hover,
.admin-tools button:hover,
.maintenance-actions button:hover,
.panel-head button:hover,
.login-form button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 42px rgba(216, 167, 51, 0.18);
}

.overview-fast-access button:hover::after,
.admin-tools button:hover::after,
.maintenance-actions button:hover::after,
.panel-head button:hover::after,
.login-form button:hover::after {
  animation: icFineGleam 820ms ease;
}

.maintenance-screen {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 100vh;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 232, 163, 0.24), transparent 30%),
    radial-gradient(circle at 18% 78%, rgba(216, 167, 51, 0.13), transparent 34%),
    radial-gradient(circle at 84% 66%, rgba(255, 214, 113, 0.11), transparent 34%),
    linear-gradient(130deg, #030303 0%, #0c0702 31%, #171006 50%, #050505 78%, #100a03 100%);
  background-size: 160% 160%, 150% 150%, 140% 140%, 240% 240%;
  animation: icShadeShift 16s ease-in-out infinite, icMaintenancePulse 7s ease-in-out infinite;
}

.maintenance-screen::before,
.maintenance-screen::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.maintenance-screen::before {
  inset: -22%;
  background:
    conic-gradient(from 90deg at 50% 50%, transparent 0 64deg, rgba(216, 167, 51, 0.2) 88deg, transparent 122deg 360deg),
    radial-gradient(ellipse at 50% 45%, rgba(255, 232, 163, 0.18), transparent 42%);
  filter: blur(42px);
  animation: icLiquidGold 20s ease-in-out infinite;
}

.maintenance-screen::after {
  inset: 0;
  background:
    linear-gradient(90deg, transparent, rgba(255, 232, 163, 0.11), transparent),
    repeating-linear-gradient(90deg, rgba(255, 232, 163, 0.045) 0 1px, transparent 1px 92px);
  opacity: 0.42;
  mask-image: linear-gradient(180deg, transparent, #000 24%, #000 76%, transparent);
}

.maintenance-screen img,
.maintenance-screen p,
.maintenance-screen h1,
.maintenance-screen strong,
.maintenance-screen span {
  position: relative;
  z-index: 1;
}

.maintenance-screen img {
  filter: drop-shadow(0 0 30px rgba(216, 167, 51, 0.24));
}

.maintenance-screen h1 {
  text-shadow: 0 0 40px rgba(216, 167, 51, 0.18);
}

@media (prefers-reduced-motion: reduce) {
  .admin-shell,
  .admin-shell::before,
  .admin-sidebar button::before,
  .admin-panel,
  .admin-panel::before,
  .admin-metric-panel,
  .admin-metric-panel::before,
  .admin-overview-lux > article,
  .admin-overview-lux > article::before,
  .admin-overview-mini article,
  .admin-overview-mini article::before,
  .admin-list article,
  .admin-list article::before,
  .maintenance-screen,
  .maintenance-screen::before {
    animation: none !important;
  }

  .admin-sidebar button:hover,
  .admin-sidebar button.is-active,
  .admin-overview-lux > article:hover,
  .admin-overview-mini article:hover,
  .admin-metric-panel:hover,
  .admin-list article:hover,
  .overview-fast-access button:hover,
  .admin-tools button:hover,
  .maintenance-actions button:hover,
  .panel-head button:hover,
  .login-form button:hover {
    transform: none;
  }
}
