:root {
  --ink: #151515;
  --muted: #687076;
  --line: #dde2e4;
  --paper: #ffffff;
  --soft: #f5f6f7;
  --panel: #eceff1;
  --primary: #d71920;
  --primary-dark: #9f1017;
  --accent: #ffd200;
  --dark: #0d0f10;
  --success: #14855f;
  --whatsapp: #25d366;
  --shadow: 0 18px 44px rgba(13, 15, 16, 0.16);
  --control-shadow: 0 10px 26px rgba(20, 28, 32, 0.08);
  --public-font: "Segoe UI Variable", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

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

body.admin-mode {
  background: #eef0f2;
}

section {
  scroll-margin-top: 124px;
}

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

button,
input,
select,
textarea {
  font: inherit;
  letter-spacing: 0;
}

button {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}

svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.site-header {
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  right: 0;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(13, 15, 16, 0.96);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  box-shadow: 0 14px 34px rgba(7, 10, 12, 0.24);
}

.header-shell {
  width: min(1760px, 100%);
  margin: 0 auto;
  padding: 0 clamp(18px, 3.4vw, 76px);
}

.header-main {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(28px, 4vw, 92px);
  min-height: 66px;
}

.brand,
.nav-links a,
.header-action,
.primary-button,
.secondary-button,
.ghost-button,
.booking-dock button[type="submit"],
.vehicle-card button,
.admin-tabs button,
.small-button,
.icon-button {
  display: inline-flex;
  align-items: center;
}

.brand {
  min-width: 0;
  justify-self: start;
}

.booking-dock > *,
.featured-grid > *,
.vehicle-grid > *,
.service-grid > *,
.footer-shell > *,
.admin-grid > *,
.admin-form-grid > *,
.stat-grid > *,
.lead-list > * {
  min-width: 0;
}

.brand-frame {
  display: block;
  border: 2px solid var(--accent);
  border-radius: 4px;
  padding: 7px 13px 8px;
  background: rgba(255, 255, 255, 0.035);
  color: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.1;
}

.brand small {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.68rem;
  font-weight: 700;
}

.nav-links {
  display: flex;
  align-items: center;
  align-self: stretch;
  justify-self: center;
  gap: 6px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.91rem;
  font-weight: 900;
}

.nav-links a {
  position: relative;
  justify-content: center;
  min-height: 66px;
  padding: 0 clamp(16px, 1.35vw, 28px);
  transition: color 160ms ease, background 160ms ease;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: clamp(16px, 1.35vw, 28px);
  right: clamp(16px, 1.35vw, 28px);
  bottom: 0;
  height: 2px;
  background: transparent;
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.045);
}

.nav-links a[aria-current="page"]::after {
  background: var(--accent);
}

.header-actions {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: 8px;
}

.header-action {
  display: grid;
  gap: 2px;
  min-height: 42px;
  border-left: 3px solid var(--accent);
  padding: 3px 0 3px 14px;
  color: #ffffff;
  font-weight: 950;
}

.header-action span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.64rem;
  text-transform: uppercase;
}

.header-action strong {
  font-size: 0.92rem;
  line-height: 1.1;
  white-space: nowrap;
}

.header-action:hover {
  color: var(--accent);
}

.mobile-menu-button,
.mobile-menu-close,
.mobile-nav-backdrop {
  display: none;
}

.mobile-menu-button,
.mobile-menu-close {
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  color: #ffffff;
}

.mobile-menu-button svg,
.mobile-menu-close svg {
  width: 21px;
  height: 21px;
  stroke-width: 2.2;
}

.hero {
  position: relative;
  display: grid;
  min-height: 990px;
  overflow: hidden;
  color: #ffffff;
}

.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  object-position: center;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(10, 10, 10, 0.92) 0%, rgba(10, 10, 10, 0.62) 43%, rgba(10, 10, 10, 0.14) 100%),
    linear-gradient(0deg, rgba(10, 10, 10, 0.64) 0%, rgba(10, 10, 10, 0.08) 46%, rgba(10, 10, 10, 0.22) 100%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(760px, 88vw);
  padding: 126px 5vw 220px;
  align-self: center;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--accent);
  font-size: 0.82rem;
  font-weight: 950;
  text-transform: uppercase;
}

.hero h1,
.section-head h2,
.modal-panel h2,
.admin-topbar h1 {
  margin: 0;
  line-height: 1.03;
}

.hero h1 {
  max-width: 650px;
  font-size: 4.25rem;
}

.hero-copy {
  max-width: 620px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.16rem;
  line-height: 1.65;
}

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

.primary-button,
.secondary-button,
.ghost-button,
.booking-dock button[type="submit"],
.vehicle-card button,
.small-button,
.icon-button {
  min-height: 46px;
  justify-content: center;
  gap: 8px;
  border-radius: 6px;
  border: 0;
  padding: 0 16px;
  font-weight: 950;
}

.primary-button,
.booking-dock button[type="submit"],
.vehicle-card button {
  background: var(--primary);
  color: #ffffff;
}

.primary-button:hover,
.booking-dock button[type="submit"]:hover,
.vehicle-card button:hover {
  background: var(--primary-dark);
}

.vehicle-actions {
  display: flex;
  gap: 10px;
  align-items: stretch;
  width: 100%;
  min-width: 0;
}

.vehicle-actions > * {
  flex: 1 1 0;
  min-width: 0;
}

.vehicle-actions > button {
  flex: 2 1 0;
}

.vehicle-actions.has-whatsapp > button {
  flex: 1.2 1 0;
}

.vehicle-actions.has-whatsapp .vehicle-whatsapp-button {
  flex: 1.35 1 0;
}

.vehicle-call-button,
.vehicle-whatsapp-button,
.quote-call-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 16px;
  border-radius: 6px;
  border: 1.5px solid var(--primary);
  background: #ffffff;
  color: var(--primary);
  font-weight: 950;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease;
}

.vehicle-call-button:hover,
.quote-call-button:hover {
  background: var(--primary);
  color: #ffffff;
}

.vehicle-whatsapp-button {
  gap: 3px;
  padding-inline: 4px;
  border-color: var(--whatsapp);
  background: #ffffff;
  color: var(--whatsapp);
  font-size: 0.68rem;
}

.vehicle-whatsapp-button svg {
  width: 15px;
  height: 15px;
}

.vehicle-whatsapp-button:hover {
  background: var(--whatsapp);
  color: #ffffff;
}

.quote-call-button {
  width: 100%;
  margin-top: 10px;
}

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

.secondary-button,
.ghost-button {
  border: 1px solid rgba(255, 255, 255, 0.48);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}

.secondary-button:hover {
  background: rgba(255, 255, 255, 0.2);
}

.ghost-button {
  border-color: var(--line);
  color: var(--ink);
  background: #ffffff;
}

.ghost-button:hover {
  border-color: var(--primary);
  color: var(--primary);
}

.hero-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin: 34px 0 0;
}

.hero-metrics div {
  min-width: 110px;
  border-left: 4px solid var(--accent);
  padding-left: 12px;
}

.hero-metrics dt {
  font-size: 1.75rem;
  font-weight: 950;
}

.hero-metrics dd {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.76);
}

.booking-dock {
  position: absolute;
  z-index: 2;
  left: 5vw;
  right: 5vw;
  bottom: 28px;
  display: grid;
  gap: 20px;
  width: min(1180px, 90vw);
  margin: 0 auto;
  padding: 34px 42px 32px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-bottom: 5px solid var(--accent);
  border-radius: 18px;
  background: #ffffff;
  color: var(--ink);
  box-shadow: 0 28px 70px rgba(7, 14, 16, 0.3);
}

@media (min-width: 1181px) {
  .hero {
    grid-template-columns: minmax(360px, 0.42fr) minmax(650px, 0.58fr);
    gap: 48px;
    align-items: center;
    min-height: 940px;
    padding: 126px 5vw 88px;
  }

  .hero-content {
    align-self: center;
    width: 100%;
    max-width: 650px;
    padding: 0;
  }

  .hero-copy {
    max-width: 540px;
  }

  .booking-dock {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    align-self: center;
    justify-self: end;
    width: 100%;
    max-width: 1120px;
    margin: 0;
  }
}

.booking-panel-head {
  max-width: 760px;
}

.booking-panel-head h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 2.65rem);
  line-height: 1.08;
}

.booking-panel-head p,
.booking-panel-bottom p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.55;
}

label span,
.addons legend,
.admin-label {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.location-input-shell,
input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid #d8dde0;
  border-radius: 8px;
  padding: 0 12px;
  color: var(--ink);
  background: #ffffff;
  box-shadow: var(--control-shadow);
}

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

.location-combobox {
  position: relative;
  display: grid;
  gap: 9px;
}

.location-combobox > span,
.booking-date-group > span {
  margin: 0;
  line-height: 1.18;
}

.return-location-field {
  margin-top: 2px;
}

.location-input-shell {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) 42px;
  align-items: center;
  min-height: 66px;
  padding: 0 12px 0 18px;
  box-shadow: none;
}

.location-input-shell:focus-within {
  border-color: var(--primary);
  box-shadow: 0 0 0 4px rgba(215, 25, 32, 0.1);
}

.location-input-shell > svg {
  width: 24px;
  height: 24px;
  color: #697177;
}

.location-input-shell input {
  min-height: 62px;
  border: 0;
  padding: 0 12px;
  box-shadow: none;
  font-size: 1.08rem;
  font-weight: 850;
  outline: 0;
}

.location-target {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 0;
  border-radius: 999px;
  color: var(--primary);
  background: #fff3f4;
}

.location-target:hover {
  background: #ffe2e5;
}

.location-suggestions {
  position: absolute;
  z-index: 8;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  display: none;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 24px 54px rgba(12, 18, 20, 0.18);
}

.location-suggestions.open {
  display: grid;
}

.location-suggestions button,
.location-empty {
  display: grid;
  gap: 2px;
  border: 0;
  border-bottom: 1px solid #edf0f1;
  padding: 12px 16px;
  background: #ffffff;
  color: var(--ink);
  text-align: left;
}

.location-suggestions button:last-child {
  border-bottom: 0;
}

.location-suggestions button:hover,
.location-suggestions button.active {
  background: #fff5f5;
}

.location-suggestions strong {
  font-size: 0.98rem;
}

.location-suggestions span,
.location-empty {
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 750;
}

.return-toggle {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 2px 0 0;
  gap: 12px;
  color: var(--ink);
  font-weight: 850;
}

.return-toggle input {
  width: 24px;
  min-height: 24px;
  height: 24px;
  box-shadow: none;
  accent-color: var(--primary);
}

.return-toggle span {
  margin: 0;
  color: var(--ink);
  font-size: 0.98rem;
  text-transform: none;
}

.booking-date-flow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 70px minmax(0, 1fr);
  gap: 22px;
  align-items: end;
}

.booking-date-group {
  display: grid;
  gap: 8px;
}

.date-time-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 112px;
  gap: 10px;
}

.booking-flow-arrow {
  display: grid;
  min-height: 48px;
  place-items: center;
  color: var(--primary);
}

.booking-flow-arrow svg {
  width: 44px;
  height: 44px;
  stroke-width: 2.4;
}

@media (min-width: 1181px) and (max-width: 1500px) {
  .booking-date-flow {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .booking-flow-arrow {
    display: none;
  }
}

.booking-panel-bottom {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 16px;
}

.booking-panel-bottom p {
  margin: 0;
  max-width: 390px;
}

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

.booking-dock button[type="submit"] {
  min-width: 236px;
  min-height: 64px;
  border-radius: 999px;
  padding: 0 24px;
  font-size: 1.12rem;
  text-transform: uppercase;
}

.booking-whatsapp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 236px;
  min-height: 64px;
  gap: 8px;
  border-radius: 999px;
  padding: 0 18px;
  background: var(--whatsapp);
  color: #ffffff;
  font-size: 0.94rem;
  font-weight: 950;
  box-shadow: 0 16px 34px rgba(37, 211, 102, 0.22);
  white-space: nowrap;
}

.booking-whatsapp-button:hover {
  filter: brightness(0.95);
}

.booking-whatsapp-button svg {
  width: 24px;
  height: 24px;
}

select {
  -webkit-appearance: none;
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #5d666d 50%),
    linear-gradient(135deg, #5d666d 50%, transparent 50%);
  background-position:
    calc(100% - 18px) 21px,
    calc(100% - 12px) 21px;
  background-size: 6px 6px;
  background-repeat: no-repeat;
  padding-right: 34px;
}

input[type="color"] {
  min-height: 46px;
  padding: 4px;
}

input[type="checkbox"] {
  width: 20px;
  min-height: 20px;
  box-shadow: none;
  accent-color: var(--primary);
}

textarea {
  min-height: 120px;
  padding-top: 12px;
  resize: vertical;
  line-height: 1.45;
}

input:focus,
select:focus,
textarea:focus,
button:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(255, 210, 0, 0.6);
  outline-offset: 2px;
}

.featured-section,
.inventory-section,
.service-band {
  padding: 72px 5vw;
}

body:not(.vehicles-mode) .vehicle-page {
  display: none;
}

body.vehicles-mode .home-view {
  display: none;
}

.vehicle-page {
  min-height: calc(100vh - 74px);
  padding-top: 88px;
}

.section-head {
  max-width: 780px;
  margin-bottom: 30px;
}

.section-head h2 {
  font-size: 2.55rem;
}

.section-head p:not(.eyebrow) {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.fleet-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 370px;
  gap: 24px;
  align-items: start;
}

.featured-section {
  background: #ffffff;
}

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

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

.featured-card .specs {
  display: none;
}

.featured-card .vehicle-media {
  aspect-ratio: 16 / 8.4;
}

.featured-all {
  width: fit-content;
  margin-top: 22px;
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.filter-button {
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 0 14px;
  background: #ffffff;
  color: var(--muted);
  font-weight: 950;
}

.filter-button.active,
.filter-button:hover {
  border-color: var(--primary);
  color: var(--primary);
  background: #fff4f4;
}

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

.vehicle-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(28, 38, 39, 0.08);
}

.vehicle-card.selected {
  border-color: var(--primary);
  box-shadow: 0 12px 30px rgba(215, 25, 32, 0.16);
}

.vehicle-media {
  position: relative;
  display: grid;
  height: auto;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  place-items: center;
  background: var(--panel);
}

.deal-badge {
  position: absolute;
  z-index: 1;
  top: 12px;
  left: 12px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  padding: 7px 10px;
  background: var(--primary);
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(20, 20, 20, 0.18);
  font-size: 0.78rem;
  font-weight: 950;
}

.vehicle-media img {
  display: block;
  width: 220%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.vehicle-card[data-focus="left"] .vehicle-media img {
  transform: translateX(0);
}

.vehicle-card[data-focus="center"] .vehicle-media img {
  transform: translateX(-28%);
}

.vehicle-card[data-focus="right"] .vehicle-media img {
  transform: translateX(-52%);
}

.vehicle-card[data-focus="full"] .vehicle-media img {
  width: 100%;
  max-width: 100%;
  object-fit: contain;
  transform: none;
}

.vehicle-body {
  display: grid;
  gap: 16px;
  padding: 18px;
}

.vehicle-title-row {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
}

.vehicle-card h3 {
  margin: 0;
  font-size: 1.16rem;
}

.vehicle-card .class {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.92rem;
}

.price {
  text-align: right;
  white-space: nowrap;
}

.price strong {
  display: block;
  color: var(--primary);
  font-size: 1.22rem;
}

.price del {
  display: block;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 900;
}

.price span {
  color: var(--muted);
  font-size: 0.84rem;
}

.specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
  font-size: 0.93rem;
}

.specs li {
  position: relative;
  display: flex;
  min-height: 36px;
  align-items: center;
  gap: 9px;
  padding: 8px 10px;
  border-radius: 6px;
  background: var(--soft);
}

.specs li::before {
  content: "";
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: var(--primary);
}

.empty-state {
  border: 1px dashed var(--line);
  border-radius: 8px;
  padding: 28px;
  color: var(--muted);
  background: #ffffff;
  font-weight: 800;
}

.contact-page,
.corporate-page {
  min-height: calc(100vh - 110px);
  padding: 134px 5vw 70px;
  background: linear-gradient(180deg, #ffffff 0%, #f4f6f7 100%);
}

.contact-hero {
  width: min(930px, 100%);
  margin: 0 auto 28px;
}

.contact-hero h1 {
  margin: 0;
  font-size: 2.75rem;
  line-height: 1.06;
}

.contact-hero p:not(.eyebrow) {
  max-width: 720px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.7;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 22px;
  align-items: stretch;
  width: min(930px, 100%);
  margin: 0 auto;
}

.corporate-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  width: min(1050px, 100%);
  margin: 0 auto;
}

.contact-card,
.company-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 26px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(28, 38, 39, 0.07);
}

.contact-card {
  border-left: 6px solid var(--accent);
}

.contact-kicker {
  display: block;
  margin-bottom: 10px;
  color: var(--primary);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.contact-card h2,
.company-card h2 {
  margin: 0 0 16px;
  font-size: 1.48rem;
  line-height: 1.16;
}

.contact-actions {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.secondary-button.dark {
  border-color: var(--line);
  color: var(--ink);
  background: #ffffff;
}

.company-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.company-list {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
}

.company-list div {
  display: grid;
  gap: 5px;
  border-top: 1px solid var(--line);
  padding-top: 12px;
}

.company-list dt {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.company-list dd {
  margin: 0;
  font-weight: 900;
  line-height: 1.45;
}

.quote-panel {
  position: sticky;
  top: 88px;
  border: 1px solid var(--line);
  border-top: 6px solid var(--accent);
  border-radius: 8px;
  padding: 22px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.quote-topline,
.total-row,
.quote-details div,
.addons label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.quote-topline {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 950;
}

.quote-topline strong {
  color: var(--primary);
}

.quote-panel h3 {
  margin: 16px 0 18px;
  font-size: 1.45rem;
}

.quote-location-editor {
  gap: 12px;
  margin: 0 0 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px;
  background: #f8fafb;
}

.quote-location-editor .location-input-shell {
  min-height: 50px;
  grid-template-columns: 20px minmax(0, 1fr) 34px;
  padding: 0 8px 0 12px;
  background: #ffffff;
}

.quote-location-editor .location-input-shell input {
  min-height: 48px;
  padding: 0 8px;
  font-size: 0.96rem;
}

.quote-location-editor .location-target {
  width: 32px;
  height: 32px;
}

.quote-location-editor .return-toggle {
  gap: 9px;
  font-size: 0.88rem;
}

.quote-location-editor .return-toggle input {
  width: 20px;
  min-height: 20px;
  height: 20px;
}

.quote-date-editor {
  display: grid;
  gap: 12px;
  margin: 0 0 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px;
  background: #f8fafb;
}

.quote-date-editor label {
  display: grid;
  gap: 7px;
}

.quote-date-editor label > span {
  margin: 0;
}

.quote-date-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 96px;
  gap: 8px;
}

.quote-date-grid input,
.quote-date-grid select {
  min-height: 42px;
  padding: 0 10px;
  box-shadow: none;
}

.quote-details {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0 0 18px;
  border-bottom: 1px solid var(--line);
}

.quote-details dt {
  color: var(--muted);
  font-weight: 850;
}

.quote-details dd {
  margin: 0;
  text-align: right;
  font-weight: 900;
}

.addons {
  display: grid;
  gap: 12px;
  margin: 18px 0;
  padding: 0 0 18px;
  border: 0;
  border-bottom: 1px solid var(--line);
}

.addons label {
  min-height: 38px;
  color: var(--ink);
}

.addons input {
  width: 18px;
  min-height: 18px;
  accent-color: var(--primary);
}

.addons label span {
  flex: 1;
  margin: 0;
  color: var(--ink);
  font-size: 0.95rem;
  text-transform: none;
}

.addons strong {
  font-size: 0.9rem;
}

.total-row {
  margin-bottom: 18px;
}

.total-row span {
  color: var(--muted);
  font-weight: 950;
}

.total-row strong {
  color: var(--primary);
  font-size: 1.8rem;
}

.wide {
  width: 100%;
}

.service-band {
  background: #ffffff;
}

.compact {
  margin-bottom: 26px;
}

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

.service-grid article {
  min-height: 220px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  background: var(--soft);
}

.service-icon {
  display: inline-grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(215, 25, 32, 0.18);
  border-radius: 8px;
  background: #ffffff;
  color: var(--primary);
}

.service-icon svg {
  width: 23px;
  height: 23px;
}

.service-grid h3 {
  margin: 28px 0 10px;
}

.service-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

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

.site-footer {
  padding: 26px 5vw 18px;
  background: #101314;
  color: #ffffff;
}

.footer-shell {
  display: grid;
  grid-template-columns: 1.1fr 0.6fr 1.3fr;
  gap: 24px;
  align-items: start;
  width: min(1180px, 100%);
  margin: 0 auto;
}

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

.footer-brand {
  display: inline-block;
  width: fit-content;
}

.footer-brand strong {
  font-size: 1.2rem;
}

.footer-brand small {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.88rem;
  font-weight: 800;
}

.footer-about,
.footer-legal {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.65;
}

.footer-column {
  display: grid;
  gap: 8px;
}

.footer-column h2,
.footer-column h3 {
  margin: 0 0 4px;
  color: #ffffff;
  font-size: 0.86rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.footer-links {
  display: grid;
  gap: 10px;
}

.footer-links a,
.footer-contact a,
.footer-column a {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 21px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.2;
}

.footer-column a:hover {
  color: var(--accent);
}

.footer-contact {
  display: grid;
  gap: 5px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.9rem;
}

.footer-contact strong {
  color: #ffffff;
  line-height: 1.25;
}

.footer-contact span {
  line-height: 1.3;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: min(1180px, 100%);
  margin: 18px auto 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 10px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.84rem;
}

.floating-actions {
  position: fixed;
  z-index: 50;
  left: 10px;
  bottom: 18px;
  display: grid;
  gap: 10px;
}

.floating-button {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 999px;
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(10, 14, 16, 0.24);
  transition: transform 160ms ease, filter 160ms ease, box-shadow 160ms ease;
}

.floating-button:hover {
  transform: translateY(-2px);
  filter: brightness(1.04);
  box-shadow: 0 18px 38px rgba(10, 14, 16, 0.3);
}

.floating-button.phone {
  background: var(--primary);
}

.floating-button.whatsapp {
  background: var(--whatsapp);
}

.floating-button svg {
  width: 25px;
  height: 25px;
}

.floating-button.whatsapp svg {
  width: 28px;
  height: 28px;
}

.admin-shell {
  display: grid;
  min-height: 100vh;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 0;
  padding-top: 74px;
  background: #eef1f3;
}

body.admin-mode #site-view {
  display: none;
}

body.admin-mode .floating-actions {
  display: none;
}

.admin-sidebar {
  position: sticky;
  top: 74px;
  display: flex;
  flex-direction: column;
  height: calc(100vh - 74px);
  overflow: auto;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 210, 0, 0.08), rgba(255, 210, 0, 0) 190px),
    #101314;
  color: #ffffff;
  padding: 22px;
}

.admin-nav-backdrop,
.admin-mobile-bar {
  display: none;
}

.admin-mobile-actions {
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
  align-items: center;
}

.admin-brand {
  display: flex;
  gap: 12px;
  align-items: center;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.admin-brand-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(255, 210, 0, 0.5);
  border-radius: 8px;
  background: rgba(255, 210, 0, 0.08);
  color: var(--accent);
}

.admin-brand-icon svg {
  width: 22px;
  height: 22px;
}

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

.admin-brand small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.64);
}

.admin-tabs {
  display: grid;
  gap: 8px;
  margin-top: 18px;
}

.admin-tabs button {
  gap: 10px;
  min-height: 44px;
  border: 0;
  border-radius: 6px;
  padding: 0 12px;
  background: transparent;
  color: rgba(255, 255, 255, 0.74);
  font-weight: 900;
  text-align: left;
}

.admin-tabs button:hover,
.admin-tabs button.active {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.admin-side-actions {
  display: grid;
  gap: 8px;
  margin-top: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 16px;
}

.admin-side-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 7px;
  padding: 0 12px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.84);
  font-weight: 950;
}

.admin-side-link:hover {
  border-color: rgba(255, 210, 0, 0.5);
  color: #ffffff;
}

.admin-side-link.danger {
  color: #ffd7d9;
}

.admin-side-link svg {
  width: 19px;
  height: 19px;
  color: var(--accent);
}

.admin-workspace {
  min-width: 0;
  padding: 24px 4vw 70px;
}

.admin-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 18px;
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(25, 30, 34, 0.06);
}

.admin-topbar h1 {
  font-size: 2.2rem;
}

.admin-top-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.admin-status {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.admin-status span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 32px;
  border: 1px solid #dce2e6;
  border-radius: 999px;
  padding: 0 10px;
  color: var(--muted);
  background: #f7f9fa;
  font-size: 0.82rem;
  font-weight: 900;
}

.admin-status svg {
  width: 15px;
  height: 15px;
  color: var(--success);
}

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

.admin-content.narrow {
  max-width: 520px;
}

.admin-save-bar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  margin-top: 20px;
  border: 1px solid var(--line);
  border-radius: 9px;
  padding: 12px;
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(25, 30, 34, 0.06);
}

.admin-save-bar > span {
  margin-right: auto;
  color: var(--muted);
  font-weight: 900;
}

.admin-save-bar .primary-button {
  min-width: 150px;
}

body.admin-login-state .admin-shell {
  display: grid;
  min-height: 100vh;
  grid-template-columns: 1fr;
  place-items: center;
  padding: 26px 16px;
  background:
    linear-gradient(140deg, rgba(255, 210, 0, 0.13), rgba(255, 210, 0, 0) 42%),
    #eef1f3;
}

body.admin-login-state .admin-sidebar,
body.admin-login-state .admin-topbar,
body.admin-login-state .admin-mobile-bar,
body.admin-login-state .admin-save-bar {
  display: none !important;
}

body.admin-login-state .admin-workspace {
  width: min(460px, 100%);
  padding: 0;
}

body.admin-login-state #admin-content {
  width: 100%;
}

.admin-login-card {
  display: grid;
  gap: 16px;
  padding: 30px;
}

.admin-login-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.admin-login-brand strong,
.admin-login-brand small {
  display: block;
}

.admin-login-brand small {
  margin-top: 3px;
  color: var(--muted);
  font-weight: 900;
}

.admin-login-card h1 {
  margin: 0;
  font-size: 2.25rem;
  line-height: 1.05;
}

.admin-lock-note {
  display: flex;
  gap: 10px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: 12px;
  color: rgba(255, 255, 255, 0.74);
  font-weight: 850;
  line-height: 1.4;
}

.login-card {
  align-content: start;
  gap: 14px;
}

.admin-login-form {
  display: grid;
  gap: 14px;
  margin-top: 10px;
}

.admin-login-form label {
  display: grid;
  gap: 8px;
}

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

.admin-card {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 22px;
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(25, 30, 34, 0.06);
}

.admin-card.full {
  grid-column: 1 / -1;
}

.admin-card h2,
.admin-card h3 {
  margin: 0 0 16px;
}

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

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

.derived-field {
  display: grid;
  gap: 5px;
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 10px 12px;
  background: var(--soft);
}

.derived-field span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.derived-field strong {
  overflow-wrap: anywhere;
  color: var(--primary);
  font-size: 0.98rem;
  line-height: 1.25;
}

.derived-field small {
  color: var(--muted);
  font-weight: 800;
  line-height: 1.35;
}

.repeater {
  display: grid;
  gap: 12px;
}

.repeater-item {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
  background: var(--soft);
}

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

.repeater-head strong {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.repeater-actions {
  display: flex;
  gap: 8px;
}

.small-button,
.icon-button {
  min-height: 38px;
  border: 1px solid var(--line);
  background: #ffffff;
  color: var(--ink);
}

.small-button.primary {
  border-color: var(--primary);
  background: var(--primary);
  color: #ffffff;
}

.small-button.danger,
.icon-button.danger {
  border-color: #f1c9cc;
  color: var(--primary);
}

.icon-button {
  width: 38px;
  padding: 0;
}

.json-box {
  min-height: 280px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 0.88rem;
}

.compact-json {
  min-height: 130px;
}

.admin-page .admin-shell {
  padding-top: 0;
}

.admin-page .admin-sidebar {
  top: 0;
  height: 100vh;
}

.admin-brand {
  color: inherit;
  text-decoration: none;
}

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

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

.stat-card strong {
  font-size: 2.2rem;
  line-height: 1;
}

.stat-card > span:last-child {
  color: var(--muted);
  font-weight: 900;
}

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

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

.lead-card {
  display: grid;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
  background: #f8fafb;
}

.lead-card > div:first-child {
  display: grid;
  gap: 4px;
}

.lead-card strong {
  font-size: 1rem;
}

.lead-card a {
  color: var(--primary);
  font-weight: 900;
}

.lead-card span,
.lead-card small,
.lead-card p {
  margin: 0;
  color: var(--muted);
}

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

.lead-actions select {
  min-height: 38px;
}

.vehicle-admin-card {
  overflow: hidden;
}

.vehicle-manager {
  display: grid;
  gap: 16px;
}

.discount-manager {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 240px);
  gap: 18px;
  align-items: end;
  border-left: 5px solid var(--accent);
}

.discount-manager h2 {
  margin-bottom: 8px;
}

.discount-manager .helper-text {
  margin: 0;
}

.vehicle-admin-tools {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 200px 150px;
  gap: 12px;
}

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

.vehicle-admin-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 14px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px;
  background: #f8fafb;
}

.vehicle-admin-row.active {
  border-color: var(--primary);
  background: #fff5f5;
}

.vehicle-admin-title {
  display: flex;
  min-width: 0;
  gap: 12px;
  align-items: center;
}

.vehicle-admin-title img {
  width: 84px;
  height: 54px;
  flex: 0 0 auto;
  border: 1px solid var(--line);
  border-radius: 7px;
  object-fit: contain;
  background: #ffffff;
}

.vehicle-admin-title div {
  min-width: 0;
}

.vehicle-admin-title strong,
.vehicle-admin-title span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vehicle-admin-title span {
  margin-top: 3px;
  color: var(--muted);
}

.vehicle-admin-meta {
  display: grid;
  gap: 3px;
  text-align: right;
  white-space: nowrap;
}

.vehicle-admin-meta strong {
  color: var(--primary);
}

.vehicle-admin-meta span {
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 900;
}

.vehicle-editor-backdrop {
  position: fixed;
  z-index: 95;
  inset: 0;
  background: rgba(8, 12, 14, 0.42);
}

.vehicle-editor-panel {
  position: fixed;
  z-index: 96;
  top: 18px;
  right: 18px;
  bottom: 18px;
  width: min(640px, calc(100vw - 36px));
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 20px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.vehicle-editor-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 16px;
}

.checkbox-field {
  display: flex;
  min-height: 45px;
  gap: 10px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 10px 12px;
  background: #ffffff;
  font-weight: 900;
}

.checkbox-field input {
  width: 18px;
  height: 18px;
  accent-color: var(--primary);
}

.upload-field input {
  padding: 11px;
  cursor: pointer;
}

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

.feature-toggle-row {
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 14px 16px;
  background: #ffffff;
  cursor: pointer;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.feature-toggle-row:hover {
  border-color: var(--primary);
  box-shadow: var(--control-shadow);
}

.feature-toggle-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  flex: none;
  border-radius: 10px;
  background: var(--soft);
  color: var(--primary);
}

.feature-toggle-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.feature-toggle-text {
  display: grid;
  gap: 3px;
  flex: 1 1 auto;
}

.feature-toggle-text strong {
  font-weight: 900;
  color: var(--ink);
}

.feature-toggle-text small {
  color: var(--muted);
  font-weight: 600;
  line-height: 1.4;
}

.feature-toggle-switch {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: none;
}

.feature-toggle-switch input {
  width: 20px;
  height: 20px;
  accent-color: var(--success);
  cursor: pointer;
}

.feature-toggle-state {
  min-width: 48px;
  text-align: right;
  font-weight: 900;
  font-size: 13px;
  color: var(--muted);
}

.feature-toggle-row:has(input:checked) {
  border-color: color-mix(in srgb, var(--success) 55%, var(--line));
}

.feature-toggle-row:has(input:checked) .feature-toggle-state {
  color: var(--success);
}

.feature-toggle-row:has(input:checked) .feature-toggle-icon {
  background: color-mix(in srgb, var(--success) 14%, #ffffff);
  color: var(--success);
}

.featured-admin-list {
  display: grid;
  gap: 10px;
  max-height: 520px;
  overflow: auto;
  padding-right: 4px;
}

.helper-text {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.modal {
  position: fixed;
  z-index: 40;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(7, 10, 12, 0.68);
}

.modal.open {
  display: flex;
}

.modal-panel {
  position: relative;
  width: min(520px, 100%);
  border-top: 6px solid var(--accent);
  border-radius: 8px;
  padding: 28px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.modal-panel h2 {
  font-size: 2rem;
}

.modal-panel p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.65;
}

.reservation-form {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.reservation-form .wide {
  width: 100%;
}

.form-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #ffffff;
  color: var(--ink);
}

.toast {
  position: fixed;
  z-index: 60;
  right: 18px;
  bottom: 18px;
  max-width: min(360px, calc(100vw - 36px));
  transform: translateY(18px);
  opacity: 0;
  pointer-events: none;
  border-left: 5px solid var(--accent);
  border-radius: 8px;
  padding: 13px 16px;
  background: #151515;
  color: #ffffff;
  box-shadow: var(--shadow);
  font-weight: 900;
  transition: opacity 180ms ease, transform 180ms ease;
}

.toast.show {
  transform: translateY(0);
  opacity: 1;
}

.mobile-quote-bar {
  display: none;
}

@media (max-width: 1180px) {
  .header-shell {
    padding: 0 clamp(14px, 2.8vw, 38px);
  }

  .header-main {
    gap: clamp(16px, 2.4vw, 34px);
  }

  .nav-links {
    gap: 2px;
    font-size: 0.86rem;
  }

  .nav-links a {
    padding: 0 clamp(11px, 1vw, 16px);
  }

  .nav-links a::after {
    left: clamp(11px, 1vw, 16px);
    right: clamp(11px, 1vw, 16px);
  }

  .header-action strong {
    font-size: 0.84rem;
  }

  .booking-dock {
    padding: 30px;
  }

  .booking-date-flow {
    grid-template-columns: 1fr;
  }

  .booking-flow-arrow {
    display: none;
  }

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

  .featured-grid,
  .footer-shell,
  .corporate-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .quote-panel {
    position: static;
    order: -1;
  }

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

  .admin-form-grid .wide-field {
    grid-column: auto;
  }
}

@media (max-width: 900px) {
  .header-shell {
    padding: 0 14px;
  }

  .header-main {
    grid-template-columns: auto minmax(0, 1fr) 40px;
    gap: 10px;
    min-height: 56px;
    padding: 0;
  }

  .brand {
    grid-column: 1;
    grid-row: 1;
  }

  .header-actions {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    justify-self: end;
  }

  .nav-links {
    position: fixed;
    z-index: 85;
    top: 0;
    right: 0;
    bottom: 0;
    display: grid;
    align-content: start;
    align-self: auto;
    grid-auto-rows: max-content;
    width: min(318px, 84vw);
    height: 100vh;
    height: 100dvh;
    max-height: 100dvh;
    gap: 0;
    padding: 16px 18px 22px;
    overflow-y: auto;
    background: #101314;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.96rem;
    box-shadow: -26px 0 56px rgba(4, 7, 9, 0.42);
    transform: translateX(105%);
    visibility: hidden;
    pointer-events: none;
    transition: transform 180ms ease;
    scrollbar-width: thin;
  }

  body.mobile-nav-open .nav-links {
    transform: translateX(0);
    visibility: visible;
    pointer-events: auto;
  }

  .nav-links a {
    justify-content: flex-start;
    min-height: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    padding: 0;
    white-space: nowrap;
  }

  .nav-links a::after {
    left: 0;
    right: auto;
    width: 42px;
    height: 2px;
  }

  .header-action {
    min-height: 34px;
    padding-left: 10px;
  }

  .header-action span {
    font-size: 0.66rem;
  }

  .header-action strong {
    font-size: 0.82rem;
  }

  .mobile-menu-button {
    display: inline-grid;
    grid-column: 3;
    grid-row: 1;
    align-self: center;
    justify-self: end;
    width: 38px;
    height: 38px;
    padding: 0;
  }

  .mobile-menu-close {
    display: inline-grid;
    justify-self: end;
    width: 38px;
    height: 38px;
    margin-bottom: 12px;
    padding: 0;
  }

  .mobile-nav-backdrop {
    position: fixed;
    z-index: 84;
    inset: 0;
    border: 0;
    padding: 0;
    background: rgba(5, 8, 10, 0.56);
  }

  body.mobile-nav-open {
    overflow: hidden;
  }

  .hero {
    display: block;
    min-height: auto;
    padding: 96px 4vw 34px;
  }

  .hero-content {
    width: 100%;
    padding: 0;
  }

  .hero h1 {
    font-size: 3.1rem;
  }

  .hero-copy {
    font-size: 1rem;
  }

  .booking-dock {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    margin: 26px 0 0;
    gap: 14px;
    border-radius: 12px;
    border-bottom-width: 3px;
    padding: 18px;
    box-shadow: 0 18px 42px rgba(7, 14, 16, 0.22);
  }

  .booking-panel-head p {
    display: none;
  }

  .booking-panel-bottom {
    display: grid;
  }

  .booking-panel-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .booking-dock button[type="submit"] {
    width: 100%;
    min-width: 0;
  }

  .booking-whatsapp-button {
    width: 100%;
    min-width: 0;
  }

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

  .vehicle-grid {
    width: 100%;
  }

  .vehicle-card {
    width: 100%;
    min-width: 0;
  }

  .vehicle-media img {
    width: 100%;
    max-width: 100%;
    object-fit: contain;
    transform: none;
  }

  .featured-grid,
  .footer-shell,
  .contact-layout,
  .corporate-layout {
    grid-template-columns: 1fr;
  }

  .site-footer {
    padding: 22px 4vw 16px;
  }

  .footer-shell {
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }

  .footer-main {
    grid-column: 1 / -1;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 8px;
  }

  .footer-about,
  .footer-legal {
    display: none;
  }

  .footer-brand .brand-frame {
    padding: 7px 10px 8px;
  }

  .footer-column {
    gap: 6px;
  }

  .footer-column a,
  .footer-contact,
  .footer-contact span {
    font-size: 0.84rem;
  }

  .footer-bottom {
    display: block;
    gap: 6px;
    margin-top: 18px;
    padding-top: 10px;
    font-size: 0.78rem;
  }

  .section-head h2 {
    font-size: 2.05rem;
  }

  .contact-page,
  .corporate-page {
    padding: 172px 4vw 58px;
  }

  body.vehicles-mode .vehicle-page {
    padding-top: 82px;
    padding-bottom: 132px;
  }

  body.vehicles-mode .section-head {
    margin-bottom: 14px;
  }

  body.vehicles-mode .section-head h2 {
    font-size: 1.95rem;
  }

  body.vehicles-mode .section-head p:not(.eyebrow) {
    margin-top: 8px;
    font-size: 0.92rem;
    line-height: 1.5;
  }

  body.vehicles-mode .fleet-layout {
    gap: 16px;
  }

  body.vehicles-mode .quote-panel {
    border-top-width: 4px;
    border-radius: 10px;
    padding: 14px;
    box-shadow: 0 12px 30px rgba(7, 10, 12, 0.1);
  }

  .quote-topline {
    font-size: 0.82rem;
  }

  .quote-panel h3 {
    margin: 8px 0 10px;
    font-size: 1.24rem;
  }

  .quote-location-editor,
  .quote-date-editor {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 10px;
    padding: 10px;
  }

  .quote-location-editor .location-combobox,
  .quote-date-editor label {
    gap: 6px;
  }

  .quote-location-editor .location-combobox > span,
  .quote-date-editor label > span {
    font-size: 0.74rem;
  }

  .quote-location-editor .location-input-shell {
    min-height: 44px;
    grid-template-columns: 18px minmax(0, 1fr) 30px;
    padding-left: 10px;
  }

  .quote-location-editor .location-input-shell input {
    min-height: 42px;
    font-size: 0.88rem;
  }

  .quote-location-editor .location-target {
    width: 28px;
    height: 28px;
  }

  .quote-location-editor .return-toggle {
    width: 100%;
    gap: 8px;
  }

  .quote-location-editor .return-toggle input {
    width: 18px;
    min-height: 18px;
    height: 18px;
  }

  .quote-location-editor .return-toggle span {
    font-size: 0.82rem;
    line-height: 1.25;
  }

  .quote-date-grid {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .quote-date-grid input,
  .quote-date-grid select {
    min-height: 38px;
    padding: 0 9px;
    font-size: 0.9rem;
  }

  .quote-details {
    gap: 8px;
    padding-bottom: 10px;
    font-size: 0.88rem;
  }

  .addons {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin: 10px 0;
    padding-bottom: 10px;
  }

  .addons legend {
    grid-column: 1 / -1;
  }

  .addons label {
    display: grid;
    align-content: start;
    min-height: 58px;
    gap: 4px;
    border: 1px solid #e3e8eb;
    border-radius: 8px;
    padding: 8px;
    background: #ffffff;
  }

  .addons input {
    width: 16px;
    min-height: 16px;
    height: 16px;
  }

  .addons label span {
    font-size: 0.78rem;
    line-height: 1.15;
  }

  .addons strong {
    font-size: 0.74rem;
    line-height: 1.15;
  }

  .total-row {
    margin-bottom: 10px;
  }

  .total-row strong {
    font-size: 1.36rem;
  }

  .contact-hero h1 {
    font-size: 2.3rem;
  }

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

  .admin-sidebar {
    position: fixed;
    z-index: 82;
    inset: 0 auto 0 0;
    width: min(320px, 86vw);
    height: 100vh;
    transform: translateX(-105%);
    visibility: hidden;
    pointer-events: none;
    transition: transform 180ms ease;
  }

  body.admin-nav-open .admin-sidebar {
    transform: translateX(0);
    visibility: visible;
    pointer-events: auto;
  }

  .admin-nav-backdrop {
    position: fixed;
    z-index: 81;
    inset: 0;
    background: rgba(8, 12, 14, 0.5);
  }

  body.admin-nav-open .admin-nav-backdrop {
    display: block;
  }

  .admin-mobile-bar {
    position: sticky;
    z-index: 90;
    top: 8px;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
    border: 1px solid var(--line);
    border-radius: 10px;
    padding: 10px;
    background: #ffffff;
    box-shadow: 0 10px 26px rgba(25, 30, 34, 0.06);
  }

  .admin-mobile-bar strong {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .admin-mobile-actions {
    margin-left: auto;
  }

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

  .admin-workspace {
    padding: 14px 4vw 54px;
  }

  .admin-save-bar {
    position: sticky;
    z-index: 50;
    bottom: 10px;
    margin-top: 16px;
  }

  .admin-page .admin-sidebar {
    height: 100vh;
  }

  .admin-page .admin-topbar {
    position: static;
  }

  .vehicle-admin-tools,
  .discount-manager,
  .vehicle-admin-row {
    grid-template-columns: 1fr;
  }

  .vehicle-admin-meta {
    text-align: left;
  }

  .vehicle-admin-row .repeater-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 38px 38px;
  }

  body.vehicles-mode .vehicle-page {
    padding-bottom: 132px;
  }

  body.vehicles-mode .mobile-quote-bar:not([hidden]) {
    position: fixed;
    z-index: 45;
    right: max(12px, env(safe-area-inset-right));
    bottom: max(12px, env(safe-area-inset-bottom));
    left: max(12px, env(safe-area-inset-left));
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    border: 1px solid rgba(18, 24, 28, 0.12);
    border-top: 3px solid var(--accent);
    border-radius: 12px;
    padding: 8px;
    background: rgba(255, 255, 255, 0.98);
    color: var(--ink);
    box-shadow: 0 18px 44px rgba(7, 10, 12, 0.22);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
  }

  .mobile-quote-bar div {
    min-width: 0;
  }

  .mobile-quote-bar > div:first-child {
    display: grid;
    gap: 2px;
  }

  .mobile-quote-bar > div:last-child {
    display: grid;
    grid-template-columns: auto minmax(98px, auto);
    gap: 8px;
    align-items: center;
  }

  .mobile-quote-bar > div > span,
  .mobile-quote-bar > div > strong {
    display: block;
  }

  .mobile-quote-bar > div:first-child > span {
    width: fit-content;
    border-radius: 999px;
    padding: 2px 7px;
    background: #f1f3f4;
    color: var(--muted);
    font-size: 0.68rem;
    font-weight: 900;
  }

  .mobile-quote-bar > div > strong {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.86rem;
    line-height: 1.15;
  }

  .mobile-quote-bar > div:last-child > strong {
    color: var(--primary);
    font-size: 0.92rem;
    text-align: right;
  }

  .mobile-quote-bar .primary-button {
    min-height: 40px;
    border-radius: 8px;
    padding: 0 10px;
    white-space: nowrap;
    box-shadow: none;
    font-size: 0.78rem;
  }

  .mobile-quote-bar .primary-button span {
    display: inline;
    width: auto;
    border-radius: 0;
    padding: 0;
    background: transparent;
    color: inherit;
    font-size: inherit;
  }

  .mobile-quote-bar .primary-button svg {
    width: 18px;
    height: 18px;
  }

  body.vehicles-mode .floating-actions {
    display: none;
  }

  body.vehicles-mode .floating-button {
    width: 38px;
    height: 38px;
    border: 0;
    box-shadow: none;
  }

  body.vehicles-mode .floating-button svg {
    width: 20px;
    height: 20px;
  }

  body.vehicles-mode .floating-button.whatsapp svg {
    width: 22px;
    height: 22px;
  }
}

@media (max-width: 560px) {
  .header-shell {
    padding: 0 10px;
  }

  .header-main {
    min-height: 54px;
    gap: 8px;
    padding: 0;
  }

  .nav-links {
    display: grid;
    align-self: auto;
    height: 100vh;
    height: 100dvh;
    gap: 0;
    font-size: 0.95rem;
  }

  .nav-links a {
    min-height: 48px;
    padding: 0;
  }

  .brand small {
    display: none;
  }

  .brand-frame {
    padding: 6px 9px;
  }

  .brand strong {
    font-size: 0.8rem;
  }

  .header-action {
    min-height: 32px;
    border-left-width: 2px;
    padding: 3px 0 3px 9px;
  }

  .header-action span {
    display: none;
  }

  .header-action strong {
    font-size: 0.76rem;
  }

  body.vehicles-mode .vehicle-page {
    padding-top: 76px;
    padding-bottom: 116px;
  }

  body.vehicles-mode .section-head h2 {
    font-size: 1.66rem;
  }

  body.vehicles-mode .section-head p:not(.eyebrow) {
    font-size: 0.86rem;
    line-height: 1.42;
  }

  body.vehicles-mode .quote-panel {
    padding: 12px;
  }

  .hero {
    min-height: auto;
    padding: 82px 3.5vw 26px;
  }

  .hero-content {
    padding: 0;
  }

  .hero h1 {
    font-size: 2.22rem;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 20px;
  }

  .hero-actions a {
    min-height: 42px;
    padding: 0 8px;
    font-size: 0.84rem;
  }

  .hero-metrics {
    gap: 12px;
    margin-top: 22px;
  }

  .hero-metrics div {
    min-width: 78px;
    padding-left: 9px;
    border-left-width: 3px;
  }

  .booking-dock {
    margin-top: 18px;
    gap: 10px;
    border-radius: 10px;
    padding: 12px;
  }

  .booking-panel-head h2 {
    font-size: 1.18rem;
    line-height: 1.14;
  }

  .booking-panel-bottom p {
    margin-top: 0;
    font-size: 0.78rem;
    line-height: 1.32;
  }

  .booking-location-stack {
    gap: 8px;
  }

  .location-combobox {
    gap: 5px;
  }

  .location-combobox > span,
  .booking-date-group > span {
    margin-bottom: 4px;
    font-size: 0.68rem;
  }

  .return-location-field {
    margin-top: 0;
  }

  .location-input-shell {
    min-height: 44px;
    grid-template-columns: 18px minmax(0, 1fr) 30px;
    border-radius: 7px;
    padding: 0 7px 0 10px;
  }

  .location-input-shell > svg {
    width: 18px;
    height: 18px;
  }

  .location-input-shell input {
    min-height: 42px;
    padding: 0 7px;
    font-size: 0.86rem;
  }

  .location-target {
    width: 28px;
    height: 28px;
  }

  .location-target svg {
    width: 17px;
    height: 17px;
  }

  body.vehicles-mode .quote-location-editor .location-input-shell {
    min-height: 42px;
    grid-template-columns: 18px minmax(0, 1fr) 28px;
    padding-left: 9px;
  }

  body.vehicles-mode .quote-location-editor .location-input-shell input {
    min-height: 40px;
    font-size: 0.85rem;
  }

  body.vehicles-mode .quote-date-grid {
    grid-template-columns: 1fr;
  }

  body.vehicles-mode .quote-date-grid input,
  body.vehicles-mode .quote-date-grid select {
    min-height: 36px;
    font-size: 0.86rem;
  }

  .return-toggle {
    align-items: flex-start;
    width: 100%;
    gap: 7px;
    margin-top: 0;
  }

  .return-toggle input {
    width: 17px;
    min-height: 17px;
    height: 17px;
  }

  .return-toggle span {
    font-size: 0.78rem;
    line-height: 1.25;
  }

  .booking-date-flow {
    gap: 8px;
  }

  .booking-date-group {
    gap: 4px;
  }

  .date-time-grid {
    grid-template-columns: minmax(0, 1fr) 82px;
    gap: 6px;
  }

  .date-time-grid input,
  .date-time-grid select {
    min-height: 40px;
    border-radius: 7px;
    padding: 0 8px;
    font-size: 0.84rem;
  }

  .booking-panel-bottom {
    gap: 8px;
  }

  .booking-panel-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .booking-dock button[type="submit"] {
    min-height: 42px;
    border-radius: 8px;
    padding: 0 8px;
    font-size: 0.8rem;
  }

  .booking-whatsapp-button {
    min-height: 42px;
    border-radius: 8px;
    padding: 0 8px;
    gap: 5px;
    font-size: 0.78rem;
    box-shadow: none;
  }

  .booking-whatsapp-button span {
    font-size: 0;
  }

  .booking-whatsapp-button span::after {
    content: "WhatsApp";
    font-size: 0.78rem;
  }

  .booking-whatsapp-button svg {
    width: 18px;
    height: 18px;
  }

  .inventory-section,
  .featured-section,
  .service-band {
    padding: 56px 4vw;
  }

  .vehicle-title-row {
    display: grid;
  }

  .price {
    text-align: left;
  }

  .admin-topbar {
    align-items: stretch;
    flex-direction: column;
  }

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

  .admin-top-actions .ghost-button,
  .admin-top-actions .primary-button {
    min-height: 42px;
    padding: 0 10px;
    font-size: 0.9rem;
  }

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

  .stat-grid,
  .lead-list.compact {
    grid-template-columns: 1fr;
  }

  .vehicle-admin-title img {
    width: 70px;
    height: 48px;
  }

  .modal-panel {
    padding: 24px 18px;
  }

  .vehicle-editor-panel {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: 88vh;
    border-radius: 12px 12px 0 0;
    padding: 18px;
  }

  .toast {
    right: 12px;
    bottom: 74px;
    left: 12px;
    max-width: none;
  }

  body.vehicles-mode .toast {
    bottom: 166px;
  }

  .floating-actions {
    left: 8px;
    bottom: 12px;
    gap: 8px;
  }

  body.home-mode .floating-actions {
    right: auto;
    left: max(8px, env(safe-area-inset-left));
    bottom: max(12px, env(safe-area-inset-bottom));
    transition: opacity 180ms ease, transform 180ms ease;
  }

  body.home-mode.booking-panel-visible .floating-actions {
    transform: translateY(8px);
    opacity: 0;
    pointer-events: none;
  }

  .floating-button {
    width: 44px;
    height: 44px;
    border-width: 1px;
  }

  .floating-button svg {
    width: 21px;
    height: 21px;
  }

  .floating-button.whatsapp svg {
    width: 23px;
    height: 23px;
  }

  body.vehicles-mode .floating-actions {
    left: max(12px, env(safe-area-inset-left));
    bottom: calc(max(12px, env(safe-area-inset-bottom)) + 94px);
  }

  body.vehicles-mode .floating-button {
    width: 42px;
    height: 42px;
  }
}

/* Public experience refresh — deliberately editorial, restrained and automotive. */
body:not(.admin-mode) {
  --ink: #171716;
  --muted: #66645f;
  --line: #d9d5cc;
  --paper: #fffefb;
  --soft: #f3f0e9;
  --panel: #ebe7de;
  --success: #157a55;
  --whatsapp: #168b4b;
  --public-shell: min(1440px, calc(100% - clamp(36px, 8vw, 128px)));
  --public-shadow: 0 22px 60px rgba(20, 18, 14, 0.16);
  color: var(--ink);
  background: var(--soft);
  font-family: Arial, Helvetica, ui-sans-serif, system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body:not(.admin-mode) main {
  overflow: clip;
}

body:not(.admin-mode) .skip-link {
  position: fixed;
  z-index: 200;
  top: 10px;
  left: 10px;
  transform: translateY(-160%);
  border: 2px solid var(--accent);
  padding: 10px 14px;
  background: #111;
  color: #fff;
  font-weight: 800;
}

body:not(.admin-mode) .skip-link:focus {
  transform: translateY(0);
}

body:not(.admin-mode) .site-header {
  min-height: 76px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: #171716;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

body:not(.admin-mode) .header-shell {
  width: var(--public-shell);
  padding: 0;
}

body:not(.admin-mode) .header-main {
  min-height: 76px;
  grid-template-columns: minmax(190px, auto) minmax(0, 1fr) auto;
  gap: clamp(24px, 4vw, 72px);
}

body:not(.admin-mode) .brand-frame {
  position: relative;
  border: 0;
  border-radius: 0;
  padding: 0 0 0 17px;
  background: transparent;
  box-shadow: none;
}

body:not(.admin-mode) .brand-frame::before {
  content: "";
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 0;
  width: 5px;
  background: var(--primary);
}

body:not(.admin-mode) .brand strong {
  font-size: 1.02rem;
  font-weight: 900;
  letter-spacing: -0.02em;
}

body:not(.admin-mode) .brand small {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.63rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

body:not(.admin-mode) .nav-links {
  justify-self: start;
  gap: clamp(18px, 2.2vw, 38px);
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

body:not(.admin-mode) .nav-links a {
  min-height: 76px;
  padding: 0;
  background: transparent;
}

body:not(.admin-mode) .nav-links a::after {
  right: auto;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: var(--primary);
  transition: width 160ms ease;
}

body:not(.admin-mode) .nav-links a:hover,
body:not(.admin-mode) .nav-links a[aria-current="page"] {
  background: transparent;
  color: #fff;
}

body:not(.admin-mode) .nav-links a:hover::after,
body:not(.admin-mode) .nav-links a[aria-current="page"]::after {
  width: 100%;
  background: var(--primary);
}

body:not(.admin-mode) .header-action {
  min-height: 46px;
  min-width: 188px;
  align-content: center;
  border: 0;
  border-radius: 3px;
  padding: 8px 17px;
  background: var(--primary);
  transition: background 160ms ease;
}

body:not(.admin-mode) .header-action:hover {
  background: var(--primary-dark);
  color: #fff;
}

body:not(.admin-mode) .header-action span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.6rem;
  letter-spacing: 0.13em;
}

body:not(.admin-mode) .header-action strong {
  font-size: 0.9rem;
  letter-spacing: 0.01em;
}

body:not(.admin-mode) .hero {
  min-height: 790px;
  grid-template-columns: minmax(360px, 0.86fr) minmax(560px, 1.14fr);
  align-items: center;
  gap: clamp(42px, 5vw, 88px);
  padding: 124px max(5vw, calc((100vw - 1440px) / 2)) 58px;
  background: #1a1917;
  color: #fff;
}

body:not(.admin-mode) .hero-image {
  object-position: center 58%;
  filter: saturate(0.82) contrast(1.04);
}

body:not(.admin-mode) .hero-shade {
  background: linear-gradient(90deg, rgba(17, 17, 16, 0.95) 0%, rgba(17, 17, 16, 0.78) 40%, rgba(17, 17, 16, 0.34) 72%, rgba(17, 17, 16, 0.48) 100%);
}

body:not(.admin-mode) .hero-content {
  width: 100%;
  max-width: 660px;
  align-self: center;
  padding: 0;
}

body:not(.admin-mode) .eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  color: var(--primary);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body:not(.admin-mode) .hero .eyebrow,
body:not(.admin-mode) .service-band .eyebrow {
  color: var(--accent);
}

body:not(.admin-mode) .eyebrow::before {
  content: "";
  width: 36px;
  height: 2px;
  flex: 0 0 auto;
  background: currentColor;
}

body:not(.admin-mode) .hero h1 {
  max-width: 650px;
  font-size: clamp(3.5rem, 5.6vw, 6.15rem);
  font-weight: 900;
  letter-spacing: -0.065em;
  line-height: 0.91;
}

body:not(.admin-mode) .hero-copy {
  max-width: 560px;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.75);
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  line-height: 1.65;
}

body:not(.admin-mode) .hero-actions {
  gap: 10px;
  margin-top: 30px;
}

body:not(.admin-mode) .primary-button,
body:not(.admin-mode) .secondary-button,
body:not(.admin-mode) .ghost-button,
body:not(.admin-mode) .booking-dock button[type="submit"],
body:not(.admin-mode) .vehicle-card button,
body:not(.admin-mode) .small-button,
body:not(.admin-mode) .icon-button {
  min-height: 50px;
  border-radius: 3px;
  padding: 0 20px;
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

body:not(.admin-mode) .primary-button:hover,
body:not(.admin-mode) .booking-dock button[type="submit"]:hover,
body:not(.admin-mode) .vehicle-card button:hover {
  transform: translateY(-1px);
}

body:not(.admin-mode) .secondary-button,
body:not(.admin-mode) .ghost-button {
  background: transparent;
}

body:not(.admin-mode) .hero .secondary-button {
  border-color: rgba(255, 255, 255, 0.34);
}

body:not(.admin-mode) .hero .secondary-button:hover {
  border-color: #fff;
  background: #fff;
  color: #171716;
}

body:not(.admin-mode) .hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  max-width: 610px;
  margin-top: 42px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

body:not(.admin-mode) .hero-metrics div {
  min-width: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 0;
  padding: 15px 16px 16px 0;
}

body:not(.admin-mode) .hero-metrics div + div {
  padding-left: 18px;
}

body:not(.admin-mode) .hero-metrics div:last-child {
  border-right: 0;
}

body:not(.admin-mode) .hero-metrics dt {
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  font-weight: 900;
  letter-spacing: -0.03em;
}

body:not(.admin-mode) .hero-metrics dd {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body:not(.admin-mode) .booking-dock {
  position: relative;
  inset: auto;
  width: 100%;
  max-width: 670px;
  align-self: center;
  justify-self: end;
  gap: 20px;
  margin: 0;
  border: 0;
  border-radius: 4px;
  padding: clamp(24px, 3vw, 38px);
  background: var(--paper);
  box-shadow: var(--public-shadow);
}

body:not(.admin-mode) .booking-dock::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  background: var(--primary);
}

body:not(.admin-mode) .booking-panel-head h2 {
  max-width: 580px;
  font-size: clamp(1.55rem, 2.3vw, 2.25rem);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

body:not(.admin-mode) .booking-panel-head p,
body:not(.admin-mode) .booking-panel-bottom p {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

body:not(.admin-mode) label span,
body:not(.admin-mode) .addons legend {
  color: #77736c;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.105em;
}

body:not(.admin-mode) .location-input-shell,
body:not(.admin-mode) input,
body:not(.admin-mode) select,
body:not(.admin-mode) textarea {
  min-height: 50px;
  border-color: #cec9bf;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: none;
}

body:not(.admin-mode) .location-input-shell {
  min-height: 58px;
  grid-template-columns: 22px minmax(0, 1fr) 38px;
  padding: 0 10px 0 16px;
}

body:not(.admin-mode) .location-input-shell input {
  min-height: 56px;
  font-size: 0.98rem;
  font-weight: 800;
}

body:not(.admin-mode) .location-input-shell:focus-within,
body:not(.admin-mode) input:focus,
body:not(.admin-mode) select:focus,
body:not(.admin-mode) textarea:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--primary) 13%, transparent);
}

body:not(.admin-mode) .location-target {
  width: 34px;
  height: 34px;
  border-radius: 2px;
  background: color-mix(in srgb, var(--primary) 8%, white);
}

body:not(.admin-mode) .location-suggestions {
  border-radius: 2px;
  box-shadow: 0 18px 38px rgba(20, 18, 14, 0.17);
}

body:not(.admin-mode) .location-suggestions button:hover,
body:not(.admin-mode) .location-suggestions button.active {
  background: var(--soft);
}

body:not(.admin-mode) .return-toggle {
  gap: 10px;
}

body:not(.admin-mode) .return-toggle span {
  color: #3c3b38;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0;
}

body:not(.admin-mode) .return-toggle input {
  width: 19px;
  height: 19px;
  min-height: 19px;
}

body:not(.admin-mode) .booking-date-flow {
  grid-template-columns: minmax(0, 1fr) 30px minmax(0, 1fr);
  gap: 12px;
}

body:not(.admin-mode) .booking-flow-arrow {
  display: grid;
  min-height: 50px;
}

body:not(.admin-mode) .booking-flow-arrow svg {
  width: 24px;
  height: 24px;
}

body:not(.admin-mode) .date-time-grid {
  grid-template-columns: minmax(0, 1fr) 94px;
  gap: 7px;
}

body:not(.admin-mode) .booking-panel-bottom {
  grid-template-columns: 1fr;
  gap: 12px;
  border-top: 1px solid var(--line);
  padding-top: 20px;
}

body:not(.admin-mode) .booking-panel-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

body:not(.admin-mode) .booking-dock button[type="submit"],
body:not(.admin-mode) .booking-whatsapp-button {
  min-width: 0;
  min-height: 54px;
  flex: 1 1 0;
  border-radius: 3px;
  padding: 0 15px;
  font-size: 0.75rem;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  box-shadow: none;
}

body:not(.admin-mode) .booking-whatsapp-button {
  background: var(--whatsapp);
  font-weight: 900;
}

body:not(.admin-mode) .featured-section,
body:not(.admin-mode) .inventory-section,
body:not(.admin-mode) .service-band {
  padding: clamp(74px, 8vw, 118px) max(5vw, calc((100vw - 1440px) / 2));
}

body:not(.admin-mode) .featured-section,
body:not(.admin-mode) .service-band,
body:not(.admin-mode) .site-footer {
  content-visibility: auto;
  contain-intrinsic-size: auto 800px;
}

body:not(.admin-mode) .featured-section {
  background: var(--paper);
}

body:not(.admin-mode) .section-head {
  max-width: 900px;
  margin-bottom: 42px;
}

body:not(.admin-mode) .section-head h2,
body:not(.admin-mode) .contact-hero h1 {
  font-size: clamp(2.45rem, 4.5vw, 4.75rem);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 0.96;
}

body:not(.admin-mode) .section-head p:not(.eyebrow),
body:not(.admin-mode) .contact-hero p:not(.eyebrow) {
  max-width: 680px;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.7;
}

body:not(.admin-mode) .featured-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

body:not(.admin-mode) .vehicle-card {
  border: 0;
  border-radius: 0;
  background: var(--paper);
  box-shadow: none;
  transition: box-shadow 180ms ease, transform 180ms ease;
}

body:not(.admin-mode) .vehicle-card:hover {
  position: relative;
  z-index: 1;
  box-shadow: 0 0 0 2px var(--ink);
}

body:not(.admin-mode) .vehicle-card.selected {
  position: relative;
  z-index: 2;
  border: 0;
  box-shadow: 0 0 0 3px var(--primary);
}

body:not(.admin-mode) .vehicle-media,
body:not(.admin-mode) .featured-card .vehicle-media {
  aspect-ratio: 16 / 9.3;
  background: #eeece6;
}

body:not(.admin-mode) .vehicle-media img {
  transition: transform 260ms ease;
}

body:not(.admin-mode) .vehicle-card:hover .vehicle-media img {
  transform: scale(1.025);
}

body:not(.admin-mode) .vehicle-card[data-focus="center"]:hover .vehicle-media img {
  transform: translateX(-28%) scale(1.025);
}

body:not(.admin-mode) .vehicle-card[data-focus="right"]:hover .vehicle-media img {
  transform: translateX(-52%) scale(1.025);
}

body:not(.admin-mode) .deal-badge {
  top: 13px;
  left: 13px;
  border: 0;
  border-radius: 2px;
  padding: 6px 9px;
  background: var(--primary);
  box-shadow: none;
  font-size: 0.68rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

body:not(.admin-mode) .vehicle-body,
body:not(.admin-mode) .featured-card .vehicle-body {
  gap: 18px;
  padding: 21px;
}

body:not(.admin-mode) .vehicle-card h3 {
  font-size: 1.12rem;
  font-weight: 900;
  letter-spacing: -0.02em;
}

body:not(.admin-mode) .vehicle-card .class {
  font-size: 0.78rem;
}

body:not(.admin-mode) .price strong {
  font-size: 1.15rem;
  font-weight: 900;
}

body:not(.admin-mode) .price del,
body:not(.admin-mode) .price span {
  font-size: 0.72rem;
}

body:not(.admin-mode) .vehicle-actions {
  gap: 7px;
}

body:not(.admin-mode) .vehicle-call-button,
body:not(.admin-mode) .quote-call-button {
  min-height: 50px;
  border-radius: 3px;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

body:not(.admin-mode) .featured-all {
  min-height: 52px;
  margin-top: 28px;
  border-color: var(--ink);
  color: var(--ink);
}

body:not(.admin-mode) .featured-all:hover {
  border-color: var(--ink);
  background: var(--ink);
  color: #fff;
}

body:not(.admin-mode) .service-band {
  background: #1c1c1a;
  color: #fff;
}

body:not(.admin-mode) .service-band .section-head h2 {
  max-width: 780px;
}

body:not(.admin-mode) .service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

body:not(.admin-mode) .service-grid article {
  position: relative;
  min-height: 280px;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0;
  padding: 38px clamp(26px, 3vw, 46px);
  background: transparent;
}

body:not(.admin-mode) .service-grid article:last-child {
  border-right: 0;
}

body:not(.admin-mode) .service-grid article::after {
  position: absolute;
  top: 34px;
  right: 34px;
  color: rgba(255, 255, 255, 0.25);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.13em;
}

body:not(.admin-mode) .service-grid article:nth-child(1)::after { content: "01"; }
body:not(.admin-mode) .service-grid article:nth-child(2)::after { content: "02"; }
body:not(.admin-mode) .service-grid article:nth-child(3)::after { content: "03"; }

body:not(.admin-mode) .service-icon {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 0;
  background: transparent;
  color: var(--accent);
}

body:not(.admin-mode) .service-grid h3 {
  margin-top: 58px;
  font-size: 1.25rem;
}

body:not(.admin-mode) .service-grid p {
  color: rgba(255, 255, 255, 0.62);
}

body:not(.admin-mode) .vehicle-page {
  min-height: 100vh;
  padding-top: 142px;
  background: var(--soft);
}

body:not(.admin-mode) .fleet-layout {
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 28px;
}

body:not(.admin-mode) .fleet-layout > *,
body:not(.admin-mode) .quote-panel {
  min-width: 0;
}

body:not(.admin-mode) .filter-bar {
  gap: 0;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--line);
}

body:not(.admin-mode) .filter-button {
  min-height: 46px;
  border: 0;
  border-bottom: 3px solid transparent;
  border-radius: 0;
  padding: 0 18px;
  background: transparent;
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body:not(.admin-mode) .filter-button.active,
body:not(.admin-mode) .filter-button:hover {
  border-color: var(--primary);
  background: transparent;
  color: var(--ink);
}

body:not(.admin-mode) .vehicle-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

body:not(.admin-mode) .specs {
  gap: 5px;
}

body:not(.admin-mode) .specs li {
  min-height: 32px;
  border: 1px solid var(--line);
  border-radius: 0;
  padding: 6px 8px;
  background: transparent;
  font-size: 0.78rem;
}

body:not(.admin-mode) .specs li::before {
  width: 4px;
  height: 4px;
}

body:not(.admin-mode) .quote-panel {
  top: 102px;
  border: 1px solid var(--line);
  border-top: 5px solid var(--primary);
  border-radius: 3px;
  padding: 24px;
  box-shadow: 0 18px 45px rgba(29, 26, 21, 0.1);
}

body:not(.admin-mode) .quote-location-editor,
body:not(.admin-mode) .quote-date-editor {
  border-radius: 2px;
  background: var(--soft);
}

body:not(.admin-mode) .total-row strong {
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: -0.04em;
}

body:not(.admin-mode) .contact-page,
body:not(.admin-mode) .corporate-page {
  min-height: 100vh;
  padding: 164px max(5vw, calc((100vw - 1280px) / 2)) 100px;
  background: var(--soft);
}

body:not(.admin-mode) .contact-hero {
  width: 100%;
  max-width: 1120px;
  margin-bottom: 52px;
}

body:not(.admin-mode) .contact-layout,
body:not(.admin-mode) .corporate-layout {
  width: 100%;
  max-width: 1120px;
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

body:not(.admin-mode) .contact-card,
body:not(.admin-mode) .company-card {
  border: 0;
  border-radius: 0;
  padding: clamp(28px, 4vw, 54px);
  background: var(--paper);
  box-shadow: none;
}

body:not(.admin-mode) .contact-card {
  border-top: 5px solid var(--primary);
}

body:not(.admin-mode) .contact-kicker {
  color: var(--primary);
  font-size: 0.7rem;
  letter-spacing: 0.12em;
}

body:not(.admin-mode) .company-list div {
  grid-template-columns: minmax(110px, 0.38fr) minmax(0, 1fr);
  gap: 20px;
}

body:not(.admin-mode) .company-list dt {
  letter-spacing: 0.09em;
}

body:not(.admin-mode) .secondary-button.dark {
  border-color: var(--line);
  background: transparent;
}

body:not(.admin-mode) .secondary-button.dark:hover {
  border-color: var(--ink);
  background: var(--ink);
  color: #fff;
}

body:not(.admin-mode) .site-footer {
  padding: 72px max(5vw, calc((100vw - 1440px) / 2)) 24px;
  background: #11110f;
}

body:not(.admin-mode) .footer-shell,
body:not(.admin-mode) .footer-bottom {
  width: 100%;
  max-width: 1440px;
}

body:not(.admin-mode) .footer-shell {
  grid-template-columns: 1.4fr 0.6fr 1fr;
  gap: clamp(36px, 7vw, 110px);
}

body:not(.admin-mode) .footer-main .brand-frame {
  padding-left: 17px;
}

body:not(.admin-mode) .footer-about {
  max-width: 470px;
}

body:not(.admin-mode) .footer-column h3 {
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.66rem;
  letter-spacing: 0.14em;
}

body:not(.admin-mode) .footer-column {
  gap: 10px;
}

body:not(.admin-mode) .footer-bottom {
  margin-top: 56px;
  padding-top: 18px;
}

body:not(.admin-mode) .floating-actions {
  right: 18px;
  left: auto;
}

body:not(.admin-mode) .floating-button {
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 3px;
  box-shadow: 0 10px 24px rgba(10, 10, 9, 0.2);
}

body:not(.admin-mode) .modal {
  z-index: 100;
  background: rgba(16, 16, 14, 0.78);
}

body:not(.admin-mode).modal-open {
  overflow: hidden;
}

body:not(.admin-mode) .modal-panel {
  border-top: 5px solid var(--primary);
  border-radius: 3px;
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.3);
}

body:not(.admin-mode) .modal-close,
body:not(.admin-mode) .toast {
  border-radius: 2px;
}

@media (max-width: 1280px) {
  body:not(.admin-mode) .header-main {
    gap: 26px;
  }

  body:not(.admin-mode) .nav-links {
    gap: 19px;
    font-size: 0.75rem;
  }

  body:not(.admin-mode) .hero {
    grid-template-columns: minmax(330px, 0.8fr) minmax(520px, 1.2fr);
    gap: 34px;
  }

  body:not(.admin-mode) .booking-panel-bottom {
    grid-template-columns: 1fr;
  }

  body:not(.admin-mode) .booking-panel-bottom p {
    display: none;
  }

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

@media (max-width: 1040px) {
  body:not(.admin-mode) .site-header,
  body:not(.admin-mode) .header-main {
    min-height: 66px;
  }

  body:not(.admin-mode) .header-main {
    grid-template-columns: auto minmax(0, 1fr) 42px;
  }

  body:not(.admin-mode) .nav-links {
    position: fixed;
    z-index: 85;
    top: 0;
    right: 0;
    bottom: 0;
    display: grid;
    align-content: start;
    width: min(360px, 88vw);
    height: 100dvh;
    gap: 0;
    padding: 20px 26px 32px;
    background: #171716;
    box-shadow: -24px 0 60px rgba(0, 0, 0, 0.32);
    transform: translateX(105%);
    visibility: hidden;
    pointer-events: none;
  }

  body:not(.admin-mode).mobile-nav-open .nav-links {
    transform: translateX(0);
    visibility: visible;
    pointer-events: auto;
  }

  body:not(.admin-mode) .nav-links a {
    min-height: 58px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 0.86rem;
  }

  body:not(.admin-mode) .nav-links a::after {
    display: none;
  }

  body:not(.admin-mode) .mobile-menu-button {
    display: inline-grid;
    width: 42px;
    height: 42px;
    border-radius: 2px;
  }

  body:not(.admin-mode) .mobile-menu-close {
    display: inline-grid;
    width: 42px;
    height: 42px;
    border-radius: 2px;
  }

  body:not(.admin-mode) .hero {
    grid-template-columns: minmax(0, 0.9fr) minmax(480px, 1.1fr);
    min-height: 760px;
    gap: 28px;
    padding-top: 104px;
  }

  body:not(.admin-mode) .hero h1 {
    font-size: clamp(3rem, 6.7vw, 4.5rem);
  }

  body:not(.admin-mode) .hero-metrics {
    margin-top: 30px;
  }

  body:not(.admin-mode) .booking-dock {
    gap: 15px;
    padding: 24px;
  }

  body:not(.admin-mode) .booking-panel-head p {
    display: none;
  }

  body:not(.admin-mode) .featured-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body:not(.admin-mode) .fleet-layout {
    grid-template-columns: 1fr;
  }

  body:not(.admin-mode) .quote-panel {
    position: static;
    order: -1;
  }
}

@media (max-width: 820px) {
  body:not(.admin-mode) {
    --public-shell: calc(100% - 32px);
  }

  body:not(.admin-mode) .header-actions {
    justify-self: end;
  }

  body:not(.admin-mode) .header-action {
    min-width: 0;
    min-height: 40px;
    padding: 7px 12px;
  }

  body:not(.admin-mode) .header-action span {
    display: none;
  }

  body:not(.admin-mode) .hero {
    display: grid;
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 34px;
    padding: 112px 16px 42px;
  }

  body:not(.admin-mode) .hero-shade {
    background: rgba(17, 17, 16, 0.79);
  }

  body:not(.admin-mode) .hero-content,
  body:not(.admin-mode) .booking-dock {
    max-width: 680px;
    justify-self: center;
  }

  body:not(.admin-mode) .hero h1 {
    max-width: 580px;
    font-size: clamp(3.1rem, 12vw, 5rem);
  }

  body:not(.admin-mode) .booking-panel-bottom {
    grid-template-columns: 1fr;
  }

  body:not(.admin-mode) .booking-panel-bottom p {
    display: block;
  }

  body:not(.admin-mode) .vehicle-grid,
  body:not(.admin-mode) .service-grid,
  body:not(.admin-mode) .contact-layout,
  body:not(.admin-mode) .corporate-layout {
    grid-template-columns: 1fr;
  }

  body:not(.admin-mode) .service-grid article {
    min-height: 230px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  body:not(.admin-mode) .service-grid article:last-child {
    border-bottom: 0;
  }

  body:not(.admin-mode) .footer-shell {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body:not(.admin-mode) .footer-main {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  body:not(.admin-mode) {
    --public-shell: calc(100% - 24px);
  }

  body:not(.admin-mode) .site-header,
  body:not(.admin-mode) .header-main {
    min-height: 60px;
  }

  body:not(.admin-mode) .brand-frame {
    padding-left: 12px;
  }

  body:not(.admin-mode) .brand-frame::before {
    width: 4px;
  }

  body:not(.admin-mode) .brand strong {
    font-size: 0.88rem;
  }

  body:not(.admin-mode) .header-action {
    background: transparent;
    padding: 3px 0 3px 9px;
  }

  body:not(.admin-mode) .header-action strong {
    font-size: 0.72rem;
  }

  body:not(.admin-mode) .hero {
    gap: 26px;
    padding: 92px 12px 28px;
  }

  body:not(.admin-mode) .hero h1 {
    font-size: clamp(2.8rem, 14vw, 4rem);
    line-height: 0.94;
  }

  body:not(.admin-mode) .hero-copy {
    margin-top: 20px;
    font-size: 0.94rem;
    line-height: 1.55;
  }

  body:not(.admin-mode) .hero-actions {
    grid-template-columns: 1fr 1fr;
    margin-top: 22px;
  }

  body:not(.admin-mode) .hero-actions a {
    min-height: 46px;
    font-size: 0.68rem;
  }

  body:not(.admin-mode) .hero-metrics {
    margin-top: 28px;
  }

  body:not(.admin-mode) .hero-metrics div,
  body:not(.admin-mode) .hero-metrics div + div {
    padding: 12px 8px;
  }

  body:not(.admin-mode) .hero-metrics div:first-child {
    padding-left: 0;
  }

  body:not(.admin-mode) .hero-metrics dt {
    font-size: 1.1rem;
  }

  body:not(.admin-mode) .hero-metrics dd {
    font-size: 0.58rem;
  }

  body:not(.admin-mode) .booking-dock {
    gap: 12px;
    border-radius: 2px;
    padding: 18px 14px 14px;
  }

  body:not(.admin-mode) .booking-panel-head h2 {
    font-size: 1.35rem;
  }

  body:not(.admin-mode) .booking-location-stack {
    gap: 9px;
  }

  body:not(.admin-mode) .location-input-shell {
    min-height: 46px;
  }

  body:not(.admin-mode) .location-input-shell input {
    min-height: 44px;
  }

  body:not(.admin-mode) .booking-date-flow {
    grid-template-columns: 1fr;
  }

  body:not(.admin-mode) .booking-flow-arrow {
    display: none;
  }

  body:not(.admin-mode) .date-time-grid {
    grid-template-columns: minmax(0, 1fr) 84px;
  }

  body:not(.admin-mode) .booking-panel-bottom {
    grid-template-columns: 1fr;
    gap: 10px;
    padding-top: 12px;
  }

  body:not(.admin-mode) .booking-panel-bottom p {
    display: none;
  }

  body:not(.admin-mode) .booking-panel-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body:not(.admin-mode) .booking-dock button[type="submit"],
  body:not(.admin-mode) .booking-whatsapp-button {
    min-height: 46px;
    padding: 0 8px;
    font-size: 0.66rem;
  }

  body:not(.admin-mode) .featured-section,
  body:not(.admin-mode) .inventory-section,
  body:not(.admin-mode) .service-band {
    padding: 62px 12px;
  }

  body:not(.admin-mode) .section-head {
    margin-bottom: 28px;
  }

  body:not(.admin-mode) .section-head h2,
  body:not(.admin-mode) .contact-hero h1 {
    font-size: clamp(2.15rem, 11vw, 3.25rem);
  }

  body:not(.admin-mode) .section-head p:not(.eyebrow),
  body:not(.admin-mode) .contact-hero p:not(.eyebrow) {
    font-size: 0.9rem;
  }

  body:not(.admin-mode) .featured-grid {
    grid-template-columns: 1fr;
  }

  body:not(.admin-mode) .vehicle-title-row {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
  }

  body:not(.admin-mode) .price {
    text-align: right;
  }

  body:not(.admin-mode) .vehicle-page {
    padding-top: 96px;
    padding-bottom: 122px;
  }

  body:not(.admin-mode) .filter-bar {
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
  }

  body:not(.admin-mode) .filter-button {
    flex: 0 0 auto;
    padding: 0 13px;
  }

  body:not(.admin-mode) .quote-location-editor,
  body:not(.admin-mode) .quote-date-editor {
    grid-template-columns: 1fr;
  }

  body:not(.admin-mode) .quote-panel {
    width: 100%;
    max-width: 100%;
    padding: 14px;
  }

  body:not(.admin-mode) .quote-date-editor {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body:not(.admin-mode) .quote-date-editor > label,
  body:not(.admin-mode) .quote-date-grid,
  body:not(.admin-mode) .quote-date-grid input,
  body:not(.admin-mode) .quote-date-grid select {
    min-width: 0;
  }

  body:not(.admin-mode) .quote-date-grid {
    grid-template-columns: 1fr;
  }

  body:not(.admin-mode) .quote-location-editor,
  body:not(.admin-mode) .quote-date-editor {
    padding: 9px;
  }

  body:not(.admin-mode).vehicles-mode .mobile-quote-bar:not([hidden]) {
    border-top-color: var(--primary);
    border-radius: 3px;
    background: #fffefb;
    box-shadow: 0 14px 36px rgba(20, 18, 14, 0.2);
  }

  body:not(.admin-mode) .contact-page,
  body:not(.admin-mode) .corporate-page {
    padding: 116px 12px 64px;
  }

  body:not(.admin-mode) .contact-card,
  body:not(.admin-mode) .company-card {
    padding: 26px 20px;
  }

  body:not(.admin-mode) .company-list div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  body:not(.admin-mode) .site-footer {
    padding: 52px 12px 20px;
  }

  body:not(.admin-mode) .footer-shell {
    grid-template-columns: 1fr 1fr;
  }

  body:not(.admin-mode) .footer-main {
    display: grid;
    grid-template-columns: 1fr;
  }

  body:not(.admin-mode) .footer-about {
    display: block;
    font-size: 0.82rem;
  }

  body:not(.admin-mode) .footer-bottom {
    margin-top: 34px;
  }

  body:not(.admin-mode) .floating-actions {
    right: 8px;
    left: auto;
  }

  body:not(.admin-mode).home-mode .floating-actions {
    right: max(8px, env(safe-area-inset-right));
    left: auto;
  }
}

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

  body:not(.admin-mode) *,
  body:not(.admin-mode) *::before,
  body:not(.admin-mode) *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Softer public redesign v3: new hero structure, rounded cards and mobile-first spacing. */
body:not(.admin-mode) {
  --soft: #f5f4f0;
  --paper: #ffffff;
  --panel: #eeeee9;
  --line: #e4e2dc;
  --ink: #171817;
  --muted: #6c6f6b;
  background: var(--soft);
}

body:not(.admin-mode) .site-header {
  min-height: 78px;
  color: var(--ink);
  border-bottom: 1px solid rgba(24, 25, 24, 0.08);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 32px rgba(20, 24, 20, 0.07);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

body:not(.admin-mode) .header-main {
  min-height: 78px;
}

body:not(.admin-mode) .brand-frame {
  padding-left: 46px;
  color: var(--ink);
}

body:not(.admin-mode) .brand-frame::before {
  top: 50%;
  bottom: auto;
  width: 34px;
  height: 34px;
  transform: translateY(-50%);
  border-radius: 11px;
  background: var(--primary);
  box-shadow: inset 0 0 0 8px rgba(255, 255, 255, 0.88);
}

body:not(.admin-mode) .brand strong {
  color: var(--ink);
  font-size: 1.05rem;
}

body:not(.admin-mode) .brand small {
  color: #858882;
}

body:not(.admin-mode) .nav-links {
  gap: 6px;
  color: #666963;
  font-size: 0.76rem;
}

body:not(.admin-mode) .nav-links a {
  min-height: 42px;
  border-radius: 13px;
  padding: 0 15px;
}

body:not(.admin-mode) .nav-links a::after {
  display: none;
}

body:not(.admin-mode) .nav-links a:hover {
  background: #f2f1ed;
  color: var(--ink);
}

body:not(.admin-mode) .nav-links a[aria-current="page"] {
  background: color-mix(in srgb, var(--primary) 9%, white);
  color: var(--primary);
}

body:not(.admin-mode) .header-action {
  min-height: 48px;
  border-radius: 15px;
  box-shadow: 0 8px 20px color-mix(in srgb, var(--primary) 20%, transparent);
}

body:not(.admin-mode) .hero {
  position: relative;
  display: block;
  min-height: auto;
  padding: 112px 0 90px;
  overflow: visible;
  background: #f5f4f0;
  color: var(--ink);
}

body:not(.admin-mode) .hero-image,
body:not(.admin-mode) .hero-shade {
  top: 98px;
  right: auto;
  bottom: auto;
  left: 50%;
  width: min(1500px, calc(100% - 64px));
  height: 620px;
  transform: translateX(-50%);
  border-radius: 34px;
}

body:not(.admin-mode) .hero-image {
  object-position: center 58%;
  filter: saturate(0.92) contrast(1.01);
}

body:not(.admin-mode) .hero-shade {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.94) 36%, rgba(255, 255, 255, 0.52) 58%, rgba(255, 255, 255, 0.08) 100%);
}

body:not(.admin-mode) .hero-content {
  position: relative;
  z-index: 1;
  width: min(1370px, calc(100% - 96px));
  max-width: none;
  min-height: 600px;
  margin: 0 auto;
  padding: 78px clamp(24px, 4.3vw, 76px) 190px;
}

body:not(.admin-mode) .hero .eyebrow {
  color: var(--primary);
}

body:not(.admin-mode) .hero h1 {
  max-width: 650px;
  color: var(--ink);
  font-size: clamp(3.8rem, 6vw, 6.4rem);
  letter-spacing: -0.07em;
  line-height: 0.91;
}

body:not(.admin-mode) .hero-copy {
  max-width: 530px;
  color: #292d29;
  font-weight: 600;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.85);
}

body:not(.admin-mode) .hero .secondary-button {
  border-color: rgba(23, 24, 23, 0.18);
  background: rgba(255, 255, 255, 0.78);
  color: var(--ink);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

body:not(.admin-mode) .hero .secondary-button:hover {
  border-color: var(--ink);
  background: var(--ink);
  color: #fff;
}

body:not(.admin-mode) .hero .primary-button,
body:not(.admin-mode) .hero .secondary-button {
  min-height: 54px;
  border-radius: 15px;
  padding-inline: 24px;
}

body:not(.admin-mode) .hero-metrics {
  width: fit-content;
  max-width: 620px;
  gap: 8px;
  margin-top: 36px;
  border: 0;
}

body:not(.admin-mode) .hero-metrics div,
body:not(.admin-mode) .hero-metrics div + div {
  min-width: 136px;
  border: 1px solid rgba(23, 24, 23, 0.09);
  border-radius: 18px;
  padding: 13px 17px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 8px 24px rgba(24, 27, 24, 0.06);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

body:not(.admin-mode) .hero-metrics dt {
  color: var(--ink);
}

body:not(.admin-mode) .hero-metrics dd {
  color: #6f736d;
}

body:not(.admin-mode) .booking-dock {
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  width: min(1240px, calc(100% - 96px));
  max-width: 1240px;
  gap: 22px 28px;
  margin: -152px auto 0;
  border: 1px solid rgba(25, 27, 24, 0.06);
  border-radius: 28px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 28px 70px rgba(27, 30, 26, 0.16);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

body:not(.admin-mode) .booking-dock::before {
  display: none;
}

body:not(.admin-mode) .booking-panel-head,
body:not(.admin-mode) .booking-panel-bottom {
  grid-column: 1 / -1;
}

body:not(.admin-mode) .booking-panel-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  max-width: none;
}

body:not(.admin-mode) .booking-panel-head h2 {
  max-width: 610px;
  font-size: clamp(1.65rem, 2.3vw, 2.35rem);
}

body:not(.admin-mode) .booking-panel-head p {
  max-width: 420px;
  margin: 0;
  text-align: right;
}

body:not(.admin-mode) .booking-location-stack {
  align-content: start;
}

body:not(.admin-mode) .booking-date-flow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 26px minmax(0, 1fr);
  gap: 10px;
  align-items: end;
}

body:not(.admin-mode) .booking-flow-arrow {
  display: grid;
}

body:not(.admin-mode) .location-input-shell,
body:not(.admin-mode) input,
body:not(.admin-mode) select,
body:not(.admin-mode) textarea {
  border-color: transparent;
  border-radius: 14px;
  background-color: #f5f5f1;
}

body:not(.admin-mode) .location-input-shell {
  min-height: 58px;
}

body:not(.admin-mode) .location-target {
  border-radius: 11px;
}

body:not(.admin-mode) .booking-panel-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 22px;
}

body:not(.admin-mode) .booking-panel-bottom p {
  display: block;
  max-width: 300px;
}

body:not(.admin-mode) .booking-panel-actions {
  display: flex;
  width: min(100%, 550px);
  flex: 0 1 550px;
}

body:not(.admin-mode) .booking-dock button[type="submit"],
body:not(.admin-mode) .booking-whatsapp-button {
  min-height: 56px;
  border-radius: 15px;
}

body:not(.admin-mode) .featured-section,
body:not(.admin-mode) .inventory-section,
body:not(.admin-mode) .service-band {
  padding-block: clamp(76px, 8vw, 118px);
}

body:not(.admin-mode) .featured-section {
  background: #fbfbf8;
}

body:not(.admin-mode) .section-head h2,
body:not(.admin-mode) .contact-hero h1 {
  font-size: clamp(2.35rem, 4vw, 4.35rem);
  letter-spacing: -0.055em;
  line-height: 1;
}

body:not(.admin-mode) .featured-grid,
body:not(.admin-mode) .vehicle-grid {
  gap: 20px;
  border: 0;
  background: transparent;
}

body:not(.admin-mode) .vehicle-card,
body:not(.admin-mode) .vehicle-card.selected {
  overflow: hidden;
  border: 1px solid rgba(27, 29, 26, 0.07);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 10px 32px rgba(28, 31, 27, 0.07);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

body:not(.admin-mode) .vehicle-card:hover {
  transform: translateY(-5px);
  border-color: rgba(27, 29, 26, 0.12);
  box-shadow: 0 18px 46px rgba(28, 31, 27, 0.13);
}

body:not(.admin-mode) .vehicle-card.selected {
  border-color: color-mix(in srgb, var(--primary) 45%, white);
  box-shadow: 0 12px 38px color-mix(in srgb, var(--primary) 12%, transparent);
}

body:not(.admin-mode) .vehicle-media,
body:not(.admin-mode) .featured-card .vehicle-media {
  margin: 10px;
  border-radius: 18px;
  background: #f2f3f1;
}

body:not(.admin-mode) .deal-badge {
  top: 12px;
  left: 12px;
  border-radius: 10px;
}

body:not(.admin-mode) .vehicle-body,
body:not(.admin-mode) .featured-card .vehicle-body {
  padding: 12px 20px 20px;
}

body:not(.admin-mode) .vehicle-actions > button,
body:not(.admin-mode) .vehicle-call-button,
body:not(.admin-mode) .quote-call-button {
  border-radius: 13px;
}

body:not(.admin-mode) .specs li {
  border: 0;
  border-radius: 11px;
  background: #f5f5f1;
}

body:not(.admin-mode) .featured-all {
  border-radius: 15px;
}

body:not(.admin-mode) .service-band {
  background: #f1f1ec;
  color: var(--ink);
}

body:not(.admin-mode) .service-band .eyebrow {
  color: var(--primary);
}

body:not(.admin-mode) .service-grid {
  gap: 22px;
  border: 0;
}

body:not(.admin-mode) .service-grid article,
body:not(.admin-mode) .service-grid article:last-child {
  min-height: 270px;
  border: 1px solid rgba(27, 29, 26, 0.06);
  border-radius: 25px;
  padding: 32px;
  background: #fff;
  box-shadow: 0 10px 32px rgba(28, 31, 27, 0.06);
}

body:not(.admin-mode) .service-grid article::after {
  content: none;
}

body:not(.admin-mode) .service-icon {
  width: 54px;
  height: 54px;
  border: 0;
  border-radius: 17px;
  background: color-mix(in srgb, var(--primary) 9%, white);
  color: var(--primary);
}

body:not(.admin-mode) .service-grid h3 {
  margin-top: 42px;
  color: var(--ink);
}

body:not(.admin-mode) .service-grid p {
  color: var(--muted);
}

body:not(.admin-mode) .vehicle-page {
  padding-top: 138px;
  background: #f6f6f2;
}

body:not(.admin-mode) .filter-bar {
  width: fit-content;
  max-width: 100%;
  gap: 4px;
  border: 1px solid rgba(27, 29, 26, 0.06);
  border-radius: 18px;
  padding: 6px;
  background: #fff;
  box-shadow: 0 8px 26px rgba(28, 31, 27, 0.06);
}

body:not(.admin-mode) .filter-button {
  min-height: 42px;
  border: 0;
  border-radius: 12px;
}

body:not(.admin-mode) .filter-button.active,
body:not(.admin-mode) .filter-button:hover {
  border: 0;
  background: var(--primary);
  color: #fff;
}

body:not(.admin-mode) .quote-panel {
  border: 1px solid rgba(27, 29, 26, 0.07);
  border-top: 0;
  border-radius: 24px;
  box-shadow: 0 14px 42px rgba(28, 31, 27, 0.1);
}

body:not(.admin-mode) .quote-location-editor,
body:not(.admin-mode) .quote-date-editor {
  border: 0;
  border-radius: 17px;
  background: #f5f5f1;
}

body:not(.admin-mode) .contact-layout,
body:not(.admin-mode) .corporate-layout {
  gap: 22px;
  border: 0;
  background: transparent;
}

body:not(.admin-mode) .contact-card,
body:not(.admin-mode) .company-card {
  border: 1px solid rgba(27, 29, 26, 0.06);
  border-radius: 25px;
  box-shadow: 0 12px 38px rgba(28, 31, 27, 0.07);
}

body:not(.admin-mode) .contact-card {
  border-top: 5px solid var(--primary);
}

body:not(.admin-mode) .floating-button {
  border-radius: 16px;
}

body:not(.admin-mode) .modal-panel {
  border-radius: 24px;
}

body:not(.admin-mode) .modal-close,
body:not(.admin-mode) .toast {
  border-radius: 12px;
}

@media (max-width: 1280px) {
  body:not(.admin-mode) .hero-image,
  body:not(.admin-mode) .hero-shade {
    right: auto;
    left: 50%;
    width: calc(100% - 48px);
  }

  body:not(.admin-mode) .hero-content,
  body:not(.admin-mode) .booking-dock {
    width: calc(100% - 64px);
  }

  body:not(.admin-mode) .booking-panel-head p {
    display: block;
  }

  body:not(.admin-mode) .booking-panel-bottom p {
    display: block;
  }
}

@media (max-width: 1040px) {
  body:not(.admin-mode) .site-header,
  body:not(.admin-mode) .header-main {
    min-height: 68px;
  }

  body:not(.admin-mode) .nav-links {
    min-height: 100dvh;
    border-radius: 24px 0 0 24px;
    background: #191a18;
    color: rgba(255, 255, 255, 0.72);
  }

  body:not(.admin-mode) .nav-links a,
  body:not(.admin-mode) .nav-links a:hover,
  body:not(.admin-mode) .nav-links a[aria-current="page"] {
    min-height: 56px;
    border-radius: 0;
    background: transparent;
    color: #fff;
  }

  body:not(.admin-mode) .mobile-menu-button {
    border-color: #dedfd9;
    border-radius: 13px;
    background: #f5f5f1;
    color: var(--ink);
  }

  body:not(.admin-mode) .hero {
    display: block;
    min-height: auto;
    padding-top: 92px;
  }

  body:not(.admin-mode) .hero-image,
  body:not(.admin-mode) .hero-shade {
    top: 82px;
    height: 600px;
  }

  body:not(.admin-mode) .hero-content {
    min-height: 580px;
  }

  body:not(.admin-mode) .booking-dock {
    grid-template-columns: 1fr;
    margin-top: -134px;
  }

  body:not(.admin-mode) .booking-panel-head,
  body:not(.admin-mode) .booking-panel-bottom {
    grid-column: auto;
  }

  body:not(.admin-mode) .booking-panel-head {
    display: block;
  }

  body:not(.admin-mode) .booking-panel-head p {
    margin-top: 9px;
    text-align: left;
  }

  body:not(.admin-mode) .booking-panel-bottom {
    display: flex;
  }
}

@media (max-width: 760px) {
  body:not(.admin-mode) {
    --public-shell: calc(100% - 28px);
  }

  body:not(.admin-mode) .hero {
    padding: 80px 0 62px;
  }

  body:not(.admin-mode) .hero-image,
  body:not(.admin-mode) .hero-shade {
    top: 76px;
    right: auto;
    left: 50%;
    width: calc(100% - 24px);
    height: 570px;
    border-radius: 25px;
  }

  body:not(.admin-mode) .hero-image {
    object-position: 59% center;
  }

  body:not(.admin-mode) .hero-shade {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.66) 48%, rgba(255, 255, 255, 0.2) 100%);
  }

  body:not(.admin-mode) .hero-content {
    width: calc(100% - 24px);
    min-height: 570px;
    padding: 62px 20px 190px;
  }

  body:not(.admin-mode) .hero h1 {
    max-width: 520px;
    font-size: clamp(3rem, 13vw, 4.8rem);
  }

  body:not(.admin-mode) .hero-copy {
    max-width: 460px;
    font-size: 0.94rem;
  }

  body:not(.admin-mode) .hero-metrics {
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  body:not(.admin-mode) .hero-metrics div,
  body:not(.admin-mode) .hero-metrics div + div {
    min-width: 0;
    border-radius: 14px;
    padding: 11px 10px;
  }

  body:not(.admin-mode) .booking-dock {
    width: calc(100% - 24px);
    gap: 16px;
    margin-top: -126px;
    border-radius: 23px;
    padding: 20px;
  }

  body:not(.admin-mode) .booking-panel-head h2 {
    font-size: 1.45rem;
  }

  body:not(.admin-mode) .booking-panel-head p {
    display: none;
  }

  body:not(.admin-mode) .booking-date-flow {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  body:not(.admin-mode) .booking-flow-arrow {
    display: none;
  }

  body:not(.admin-mode) .booking-panel-bottom {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  body:not(.admin-mode) .booking-panel-bottom p {
    display: none;
  }

  body:not(.admin-mode) .booking-panel-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  body:not(.admin-mode) .featured-grid,
  body:not(.admin-mode) .vehicle-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  body:not(.admin-mode) .service-grid {
    grid-template-columns: 1fr;
  }

  body:not(.admin-mode) .service-grid article,
  body:not(.admin-mode) .service-grid article:last-child {
    min-height: auto;
  }
}

@media (max-width: 520px) {
  body:not(.admin-mode) .site-header,
  body:not(.admin-mode) .header-main {
    min-height: 62px;
  }

  body:not(.admin-mode) .brand-frame {
    padding-left: 37px;
  }

  body:not(.admin-mode) .brand-frame::before {
    width: 29px;
    height: 29px;
    border-radius: 9px;
    box-shadow: inset 0 0 0 7px rgba(255, 255, 255, 0.9);
  }

  body:not(.admin-mode) .brand strong {
    font-size: 0.84rem;
  }

  body:not(.admin-mode) .header-action {
    min-height: 38px;
    border-radius: 11px;
    padding-inline: 10px;
    background: color-mix(in srgb, var(--primary) 8%, white);
    color: var(--primary);
    box-shadow: none;
  }

  body:not(.admin-mode) .header-action strong {
    color: var(--primary);
    font-size: 0.7rem;
  }

  body:not(.admin-mode) .hero {
    padding-top: 70px;
  }

  body:not(.admin-mode) .hero-image,
  body:not(.admin-mode) .hero-shade {
    top: 68px;
    height: 540px;
  }

  body:not(.admin-mode) .hero-content {
    min-height: 540px;
    padding: 48px 16px 168px;
  }

  body:not(.admin-mode) .hero .eyebrow {
    max-width: 280px;
    font-size: 0.62rem;
    line-height: 1.35;
  }

  body:not(.admin-mode) .hero h1 {
    font-size: clamp(2.8rem, 15vw, 4rem);
  }

  body:not(.admin-mode) .hero-actions {
    gap: 7px;
  }

  body:not(.admin-mode) .hero .primary-button,
  body:not(.admin-mode) .hero .secondary-button {
    min-height: 46px;
    border-radius: 12px;
    padding-inline: 10px;
  }

  body:not(.admin-mode) .hero-metrics {
    margin-top: 22px;
  }

  body:not(.admin-mode) .hero-metrics dt {
    font-size: 1rem;
  }

  body:not(.admin-mode) .hero-metrics dd {
    font-size: 0.52rem;
  }

  body:not(.admin-mode) .booking-dock {
    margin-top: -112px;
    border-radius: 20px;
    padding: 17px 14px 14px;
  }

  body:not(.admin-mode) .location-input-shell,
  body:not(.admin-mode) input,
  body:not(.admin-mode) select,
  body:not(.admin-mode) textarea {
    border-radius: 12px;
  }

  body:not(.admin-mode) .featured-grid,
  body:not(.admin-mode) .vehicle-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  body:not(.admin-mode) .vehicle-card,
  body:not(.admin-mode) .vehicle-card.selected {
    border-radius: 21px;
  }

  body:not(.admin-mode) .vehicle-media,
  body:not(.admin-mode) .featured-card .vehicle-media {
    border-radius: 16px;
  }

  body:not(.admin-mode) .vehicle-title-row {
    display: flex;
  }

  body:not(.admin-mode) .price {
    text-align: right;
  }

  body:not(.admin-mode) .filter-bar {
    width: 100%;
    overflow-x: auto;
    border-radius: 16px;
  }

  body:not(.admin-mode) .quote-panel {
    border-radius: 20px;
  }

  body:not(.admin-mode).vehicles-mode .mobile-quote-bar:not([hidden]) {
    border: 1px solid rgba(27, 29, 26, 0.08);
    border-top: 0;
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.96);
  }
}

/* Uniform pickup surface v7. */
body:not(.admin-mode) .booking-dock > .booking-location-stack {
  background: #fff;
}

body:not(.admin-mode) .booking-dock > .booking-location-stack .location-input-shell {
  border: 1px solid rgba(23, 24, 23, 0.075);
  background: #fff;
}

body:not(.admin-mode) .booking-dock > .booking-location-stack .location-input-shell input {
  background: transparent;
  box-shadow: none;
}

body:not(.admin-mode) .booking-dock > .booking-location-stack .location-target {
  background: #f5f5f1;
}

/* Brand mark refinement v6. */
body:not(.admin-mode) .brand-frame {
  display: inline-grid;
  grid-template-columns: 42px minmax(0, auto);
  align-items: center;
  gap: 11px;
  padding-left: 0;
}

body:not(.admin-mode) .brand-frame::before {
  display: none;
}

body:not(.admin-mode) .brand-mark {
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  filter: drop-shadow(0 7px 13px color-mix(in srgb, var(--primary) 20%, transparent));
}

body:not(.admin-mode) .brand-copy {
  display: block;
  min-width: 0;
}

body:not(.admin-mode) .brand-copy strong,
body:not(.admin-mode) .brand-copy small {
  display: block;
}

body:not(.admin-mode) .footer-brand .brand-frame {
  grid-template-columns: 44px minmax(0, auto);
  padding-left: 0;
}

body:not(.admin-mode) .footer-brand .brand-mark {
  width: 44px;
  height: 44px;
}

body:not(.admin-mode) .footer-brand .brand-copy strong {
  color: #fff;
}

body:not(.admin-mode) .footer-brand .brand-copy small {
  color: rgba(255, 255, 255, 0.68);
}

@media (max-width: 520px) {
  body:not(.admin-mode) .brand-frame {
    grid-template-columns: 32px minmax(0, auto);
    gap: 8px;
    padding-left: 0;
  }

  body:not(.admin-mode) .brand-mark {
    width: 32px;
    height: 32px;
    border-radius: 10px;
  }

  body:not(.admin-mode) .brand-copy strong {
    font-size: 0.82rem;
  }
}

/* Content and mobile-alignment refinements v5. */
body:not(.admin-mode) .hero-metrics {
  align-items: stretch;
}

body:not(.admin-mode) .hero-metrics div,
body:not(.admin-mode) .hero-metrics div + div {
  display: grid;
  min-height: 84px;
  align-content: center;
  justify-items: center;
  text-align: center;
}

body:not(.admin-mode) .hero-metrics dt,
body:not(.admin-mode) .hero-metrics dd {
  width: 100%;
  text-align: center;
}

body:not(.admin-mode) .hero-metrics dt {
  line-height: 1;
}

body:not(.admin-mode) .hero-metrics dd {
  line-height: 1.25;
}

body:not(.admin-mode) .featured-card {
  display: grid;
  grid-template-rows: auto 1fr;
}

body:not(.admin-mode) .featured-card .vehicle-body {
  display: flex;
  flex-direction: column;
}

body:not(.admin-mode) .featured-card .specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
}

body:not(.admin-mode) .featured-card .specs li {
  min-height: 34px;
  border-radius: 10px;
  padding: 6px 8px;
  font-size: 0.7rem;
  line-height: 1.2;
}

body:not(.admin-mode) .featured-card .specs li:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

body:not(.admin-mode) .featured-card .vehicle-actions {
  margin-top: auto;
}

body:not(.admin-mode) .specs li::before {
  display: none;
}

body:not(.admin-mode) .specs li svg {
  width: 15px;
  height: 15px;
  color: var(--primary);
  stroke-width: 2.1;
}

@media (max-width: 520px) {
  body:not(.admin-mode) .hero-metrics div,
  body:not(.admin-mode) .hero-metrics div + div {
    min-height: 74px;
    padding: 10px 6px;
  }

  body:not(.admin-mode) .hero-metrics dt {
    font-size: 1.05rem;
  }

  body:not(.admin-mode) .hero-metrics dd {
    min-height: 24px;
    display: grid;
    place-items: center;
  }

  body:not(.admin-mode) .featured-card .specs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body:not(.admin-mode) .featured-card .specs li:last-child:nth-child(odd) {
    grid-column: auto;
  }
}

/* Premium refinement v4 — typography, spacing and interaction only; palette stays intact. */
body:not(.admin-mode) .hero h1,
body:not(.admin-mode) .section-head h2,
body:not(.admin-mode) .contact-hero h1 {
  font-family: var(--public-font);
  font-weight: 800;
  letter-spacing: -0.042em;
}

body:not(.admin-mode) .site-header {
  box-shadow: 0 12px 36px rgba(20, 24, 20, 0.075);
}

body:not(.admin-mode) .header-shell {
  position: relative;
}

body:not(.admin-mode) .header-shell::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  transform: scaleX(0.96);
  background: rgba(23, 24, 23, 0.055);
}

body:not(.admin-mode) .brand strong {
  letter-spacing: -0.03em;
}

body:not(.admin-mode) .nav-links a {
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

body:not(.admin-mode) .nav-links a:hover {
  transform: translateY(-1px);
}

body:not(.admin-mode) .hero-image {
  box-shadow: 0 28px 70px rgba(27, 30, 26, 0.13);
}

body:not(.admin-mode) .hero-shade {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.55);
}

body:not(.admin-mode) .hero .eyebrow {
  width: fit-content;
  border: 1px solid rgba(23, 24, 23, 0.09);
  border-radius: 999px;
  padding: 8px 13px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 6px 20px rgba(23, 24, 23, 0.05);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

body:not(.admin-mode) .hero .eyebrow::before {
  width: 18px;
}

body:not(.admin-mode) .hero h1 {
  max-width: 480px;
  font-size: clamp(3.7rem, 5.25vw, 5.75rem);
  line-height: 0.94;
}

body:not(.admin-mode) .hero-copy {
  margin-top: 25px;
  font-size: 1.04rem;
  line-height: 1.72;
}

body:not(.admin-mode) .primary-button,
body:not(.admin-mode) .secondary-button,
body:not(.admin-mode) .booking-dock button[type="submit"],
body:not(.admin-mode) .booking-whatsapp-button,
body:not(.admin-mode) .vehicle-card button,
body:not(.admin-mode) .vehicle-call-button,
body:not(.admin-mode) .quote-call-button {
  position: relative;
  overflow: hidden;
}

body:not(.admin-mode) .primary-button::after,
body:not(.admin-mode) .booking-dock button[type="submit"]::after,
body:not(.admin-mode) .vehicle-card button::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -45%;
  width: 28%;
  transform: skewX(-18deg);
  background: rgba(255, 255, 255, 0.18);
  transition: left 420ms ease;
  pointer-events: none;
}

body:not(.admin-mode) .primary-button:hover::after,
body:not(.admin-mode) .booking-dock button[type="submit"]:hover::after,
body:not(.admin-mode) .vehicle-card button:hover::after {
  left: 125%;
}

body:not(.admin-mode) .booking-dock {
  border-color: rgba(23, 24, 23, 0.08);
  box-shadow: 0 32px 86px rgba(27, 30, 26, 0.17), 0 2px 0 rgba(255, 255, 255, 0.9) inset;
}

body:not(.admin-mode) .booking-dock::after {
  content: "";
  position: absolute;
  top: 13px;
  left: 50%;
  width: 38px;
  height: 3px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: var(--primary);
  opacity: 0.72;
}

body:not(.admin-mode) .booking-panel-head {
  padding: 8px 4px 0;
}

body:not(.admin-mode) .booking-panel-head h2 {
  letter-spacing: -0.04em;
}

body:not(.admin-mode) .booking-location-stack,
body:not(.admin-mode) .booking-date-flow {
  border: 1px solid rgba(23, 24, 23, 0.065);
  border-radius: 21px;
  padding: 18px;
  background: #fafaf7;
}

body:not(.admin-mode) .booking-date-flow {
  align-self: stretch;
}

body:not(.admin-mode) .location-input-shell,
body:not(.admin-mode) .date-time-grid input,
body:not(.admin-mode) .date-time-grid select {
  background-color: #fff;
  box-shadow: 0 4px 16px rgba(23, 24, 23, 0.045);
}

body:not(.admin-mode) .booking-panel-bottom {
  margin-top: 2px;
  border-top-style: dashed;
}

body:not(.admin-mode) .booking-dock button[type="submit"],
body:not(.admin-mode) .booking-whatsapp-button {
  box-shadow: 0 10px 24px rgba(23, 24, 23, 0.1);
}

body:not(.admin-mode) .section-head {
  max-width: 820px;
}

body:not(.admin-mode) .section-head .eyebrow,
body:not(.admin-mode) .contact-hero .eyebrow {
  letter-spacing: 0.17em;
}

body:not(.admin-mode) .section-head h2,
body:not(.admin-mode) .contact-hero h1 {
  line-height: 0.97;
}

body:not(.admin-mode) .vehicle-card,
body:not(.admin-mode) .vehicle-card.selected {
  position: relative;
  isolation: isolate;
}

body:not(.admin-mode) .vehicle-card::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 7px;
  border: 1px solid rgba(23, 24, 23, 0.045);
  border-radius: 18px;
  pointer-events: none;
}

body:not(.admin-mode) .vehicle-media,
body:not(.admin-mode) .featured-card .vehicle-media {
  box-shadow: inset 0 0 0 1px rgba(23, 24, 23, 0.035);
}

body:not(.admin-mode) .vehicle-card h3 {
  font-size: 1.16rem;
  letter-spacing: -0.03em;
}

body:not(.admin-mode) .price {
  border-radius: 13px;
  padding: 7px 9px;
  background: #f7f7f3;
  font-variant-numeric: tabular-nums;
}

body:not(.admin-mode) .price strong {
  letter-spacing: -0.035em;
}

body:not(.admin-mode) .featured-card .vehicle-body {
  padding-top: 10px;
}

body:not(.admin-mode) .vehicle-actions {
  padding-top: 3px;
}

body:not(.admin-mode) .service-grid article,
body:not(.admin-mode) .service-grid article:last-child {
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

body:not(.admin-mode) .service-grid article:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 48px rgba(28, 31, 27, 0.11);
}

body:not(.admin-mode) .service-grid article::before {
  content: "";
  position: absolute;
  top: -34px;
  right: -34px;
  width: 112px;
  height: 112px;
  border: 1px solid rgba(23, 24, 23, 0.055);
  border-radius: 50%;
}

body:not(.admin-mode) .service-icon {
  box-shadow: 0 8px 22px rgba(23, 24, 23, 0.07);
}

body:not(.admin-mode) .filter-bar {
  padding: 7px;
  box-shadow: 0 12px 32px rgba(28, 31, 27, 0.075);
}

body:not(.admin-mode) .quote-panel {
  box-shadow: 0 20px 54px rgba(28, 31, 27, 0.12);
}

body:not(.admin-mode) .contact-card,
body:not(.admin-mode) .company-card {
  position: relative;
  overflow: hidden;
}

body:not(.admin-mode) .contact-card::after,
body:not(.admin-mode) .company-card::after {
  content: "";
  position: absolute;
  top: -70px;
  right: -70px;
  width: 170px;
  height: 170px;
  border: 1px solid rgba(23, 24, 23, 0.055);
  border-radius: 50%;
  pointer-events: none;
}

body:not(.admin-mode) .site-footer {
  border-top: 6px solid rgba(255, 255, 255, 0.06);
}

body:not(.admin-mode) .footer-shell {
  padding-top: 6px;
}

@media (max-width: 760px) {
  body:not(.admin-mode) .hero h1 {
    font-size: clamp(3.25rem, 14vw, 5rem);
    line-height: 0.91;
  }

  body:not(.admin-mode) .booking-location-stack,
  body:not(.admin-mode) .booking-date-flow {
    border-radius: 17px;
    padding: 13px;
  }

  body:not(.admin-mode) .booking-panel-head {
    padding-top: 5px;
  }

  body:not(.admin-mode) .vehicle-card::after {
    inset: 6px;
    border-radius: 16px;
  }
}

@media (max-width: 520px) {
  body:not(.admin-mode) .hero .eyebrow {
    padding: 7px 10px;
  }

  body:not(.admin-mode) .hero h1 {
    font-size: clamp(3rem, 15vw, 4.2rem);
  }

  body:not(.admin-mode) .hero-copy {
    font-size: 0.9rem;
    line-height: 1.6;
  }

  body:not(.admin-mode) .booking-location-stack,
  body:not(.admin-mode) .booking-date-flow {
    padding: 11px;
  }

  body:not(.admin-mode) .price {
    padding: 6px 8px;
  }
}

/* Otokoç-inspired studio fleet system. */
body:not(.admin-mode) {
  background: #fbfaf7;
}

body:not(.admin-mode) .site-header {
  border-bottom-color: rgba(31, 37, 43, 0.08);
}

body:not(.admin-mode) .filter-button.active,
body:not(.admin-mode) .filter-button:hover {
  border-color: var(--primary);
  background: color-mix(in srgb, var(--primary) 10%, white);
  color: var(--primary-dark);
}

body:not(.admin-mode) .booking-dock > .booking-location-stack,
body:not(.admin-mode) .booking-dock > .booking-location-stack .location-input-shell,
body:not(.admin-mode) .booking-dock > .booking-location-stack .location-input-shell input,
body:not(.admin-mode) .booking-dock > .booking-location-stack .location-target {
  background: #fff;
}

body:not(.admin-mode) .vehicle-card {
  border-radius: 22px;
  border-color: rgba(31, 37, 43, 0.1);
  background: #fff;
  box-shadow: 0 18px 46px rgba(31, 37, 43, 0.09);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

body:not(.admin-mode) .vehicle-card:hover {
  transform: translateY(-4px);
  border-color: color-mix(in srgb, var(--primary) 42%, white);
  box-shadow: 0 25px 62px rgba(31, 37, 43, 0.14);
}

body:not(.admin-mode) .vehicle-card.selected {
  border-color: var(--primary);
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--primary) 16%, transparent), 0 25px 62px rgba(31, 37, 43, 0.13);
}

body:not(.admin-mode) .vehicle-card::after {
  display: none;
}

body:not(.admin-mode) .vehicle-media,
body:not(.admin-mode) .featured-card .vehicle-media {
  isolation: isolate;
  aspect-ratio: 16 / 9;
  border-radius: 21px 21px 0 0;
  background: #e9e6e2;
  box-shadow: inset 0 -1px 0 rgba(31, 37, 43, 0.08);
}

body:not(.admin-mode) .vehicle-media::before,
body:not(.admin-mode) .featured-card .vehicle-media::before {
  content: none;
  display: none;
  background: none;
}

body:not(.admin-mode) .vehicle-media img,
body:not(.admin-mode) .vehicle-card[data-focus] .vehicle-media img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: none;
  filter: none;
}

body:not(.admin-mode) .vehicle-media .deal-badge {
  z-index: 3;
  top: 13px;
  left: 13px;
  border-color: rgba(255, 255, 255, 0.34);
  background: #1f252b;
  color: #fff;
}

body:not(.admin-mode) .vehicle-body {
  grid-template-columns: minmax(0, 1fr);
  min-width: 0;
  gap: 14px;
  padding: 18px;
}

body:not(.admin-mode) .vehicle-card h3 {
  color: #1f252b;
  font-size: 1.18rem;
}

body:not(.admin-mode) .price {
  background: #fff7ee;
}

body:not(.admin-mode) .price strong {
  color: var(--primary-dark);
}

body:not(.admin-mode) .specs li {
  min-width: 0;
  background: #f7f6f2;
}

body:not(.admin-mode) .vehicle-actions > button {
  background: var(--primary);
  color: #fff;
  box-shadow: 0 10px 24px color-mix(in srgb, var(--primary) 24%, transparent);
}

body:not(.admin-mode) .vehicle-actions > button:hover {
  background: var(--primary-dark);
}

body:not(.admin-mode) .vehicle-call-button {
  border-color: rgba(31, 37, 43, 0.16);
  color: #1f252b;
  background: #fff;
}

body:not(.admin-mode) .vehicle-whatsapp-button {
  border-color: color-mix(in srgb, var(--whatsapp) 42%, white);
  color: #147c45;
  background: color-mix(in srgb, var(--whatsapp) 8%, white);
}

body:not(.admin-mode) .vehicle-whatsapp-button:hover {
  border-color: var(--whatsapp);
  color: #fff;
  background: var(--whatsapp);
}

@media (max-width: 760px) {
  body:not(.admin-mode) .vehicle-grid {
    gap: 14px;
  }

  body:not(.admin-mode) .vehicle-card,
  body:not(.admin-mode) .vehicle-media,
  body:not(.admin-mode) .featured-card .vehicle-media {
    border-radius: 18px;
  }

  body:not(.admin-mode) .vehicle-media,
  body:not(.admin-mode) .featured-card .vehicle-media {
    border-radius: 18px 18px 0 0;
  }

  body:not(.admin-mode) .vehicle-whatsapp-button {
    gap: 7px;
    padding-inline: 12px;
    font-size: 0.82rem;
  }

  body:not(.admin-mode) .vehicle-media img,
  body:not(.admin-mode) .vehicle-card[data-focus] .vehicle-media img {
    width: 100%;
    max-width: 100%;
  }

  body:not(.admin-mode) .vehicle-title-row {
    align-items: flex-start;
  }

  body:not(.admin-mode) .specs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body:not(.admin-mode) .specs li {
    justify-content: flex-start;
    overflow: hidden;
    text-align: left;
  }

  body:not(.admin-mode) .specs li span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media (max-width: 420px) {
  body:not(.admin-mode) .vehicle-body {
    padding: 15px;
  }

  body:not(.admin-mode) .vehicle-title-row {
    gap: 9px;
  }

  body:not(.admin-mode) .price {
    padding: 6px 7px;
  }

  body:not(.admin-mode) .price strong {
    font-size: 1.08rem;
  }

  body:not(.admin-mode) .vehicle-actions {
    grid-template-columns: minmax(0, 1fr) auto;
  }
}

/* Unified reservation surfaces: prevent split gray/white controls. */
body:not(.admin-mode) .quote-panel,
body:not(.admin-mode) .quote-location-editor,
body:not(.admin-mode) .quote-date-editor,
body:not(.admin-mode) .quote-details,
body:not(.admin-mode) .addons,
body:not(.admin-mode) .total-row {
  background: #fff;
}

body:not(.admin-mode) .quote-location-editor,
body:not(.admin-mode) .quote-date-editor {
  border: 1px solid rgba(31, 37, 43, 0.1);
  box-shadow: none;
}

body:not(.admin-mode) .quote-location-editor .location-input-shell {
  border: 1px solid rgba(31, 37, 43, 0.1);
  background: #fff;
  box-shadow: none;
}

body:not(.admin-mode) .quote-location-editor .location-input-shell input {
  background: transparent;
  box-shadow: none;
}

body:not(.admin-mode) .quote-location-editor .location-target {
  border-color: color-mix(in srgb, var(--primary) 24%, white);
  background: color-mix(in srgb, var(--primary) 7%, white);
}

body:not(.admin-mode) .quote-date-grid input,
body:not(.admin-mode) .quote-date-grid select {
  border: 1px solid rgba(31, 37, 43, 0.1);
  background: #fff;
  box-shadow: none;
}

body:not(.admin-mode) .quote-details,
body:not(.admin-mode) .addons {
  border-bottom-color: rgba(31, 37, 43, 0.1);
}

body:not(.admin-mode) .booking-dock > .booking-location-stack,
body:not(.admin-mode) .booking-dock > .booking-date-flow,
body:not(.admin-mode) .booking-dock > .booking-location-stack .location-input-shell,
body:not(.admin-mode) .booking-dock > .booking-location-stack .location-input-shell input {
  background: #fff;
}

@media (max-width: 900px) {
  body:not(.admin-mode).vehicles-mode .mobile-quote-bar:not([hidden]) {
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 54px;
    max-height: 62px;
    gap: 8px;
    padding: 7px 8px;
    overflow: hidden;
  }

  body:not(.admin-mode) .mobile-quote-bar > div:first-child {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 5px;
    min-width: 0;
    overflow: hidden;
  }

  body:not(.admin-mode) .mobile-quote-bar > div:first-child > span {
    width: auto;
    margin: 0;
    padding: 3px 5px;
    font-size: 0.62rem;
    line-height: 1;
    white-space: nowrap;
  }

  body:not(.admin-mode) .mobile-quote-bar > div:first-child > strong {
    min-width: 0;
    font-size: 0.78rem;
    line-height: 1.1;
  }

  body:not(.admin-mode) .mobile-quote-bar > div:last-child {
    display: flex;
    grid-template-columns: none;
    align-items: center;
    gap: 7px;
    min-width: 0;
  }

  body:not(.admin-mode) .mobile-quote-bar > div:last-child > strong {
    flex: 0 1 auto;
    min-width: 0;
    font-size: 0.78rem;
    line-height: 1;
  }

  body:not(.admin-mode) .mobile-quote-bar .primary-button {
    flex: 0 0 auto;
    width: auto;
    min-width: 0;
    min-height: 38px;
    height: 38px;
    border-radius: 10px;
    padding: 0 11px;
    gap: 5px;
    font-size: 0.7rem;
    line-height: 1;
  }

  body:not(.admin-mode) .mobile-quote-bar .primary-button svg {
    width: 15px;
    height: 15px;
  }
}

body:not(.admin-mode) .header-action-icon {
  display: none;
}

@media (max-width: 360px) {
  body:not(.admin-mode) .header-main {
    grid-template-columns: minmax(0, 1fr) 42px 42px;
    gap: 6px;
  }

  body:not(.admin-mode) .brand,
  body:not(.admin-mode) .brand-frame,
  body:not(.admin-mode) .header-actions {
    min-width: 0;
  }

  body:not(.admin-mode) .header-action {
    display: grid;
    place-items: center;
    width: 42px;
    min-width: 42px;
    min-height: 42px;
    padding: 0;
    border: 0;
    border-radius: 12px;
    background: color-mix(in srgb, var(--primary) 9%, white);
    color: var(--primary);
  }

  body:not(.admin-mode) .header-action span,
  body:not(.admin-mode) .header-action strong {
    display: none;
  }

  body:not(.admin-mode) .header-action-icon {
    display: block;
    width: 18px;
    height: 18px;
  }
}

/* Channel toggles directly control every vehicle-card action. */
body:not(.admin-mode) .vehicle-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
}

body:not(.admin-mode) .vehicle-actions.action-count-1 {
  grid-template-columns: minmax(0, 1fr);
}

body:not(.admin-mode) .vehicle-actions.action-count-3 > button {
  grid-column: 1 / -1;
}

body:not(.admin-mode) .vehicle-actions > * {
  width: 100%;
  min-width: 0;
}

.admin-tab-badge {
  min-width: 22px;
  margin-left: auto;
  border-radius: 999px;
  padding: 3px 6px;
  background: var(--primary);
  color: #fff;
  font-size: 0.68rem;
  font-style: normal;
  line-height: 1;
  text-align: center;
}

.admin-live-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  flex: none;
  border: 1px solid color-mix(in srgb, var(--success) 35%, var(--line));
  border-radius: 999px;
  padding: 7px 10px;
  background: color-mix(in srgb, var(--success) 8%, white);
  color: var(--success);
  font-size: 0.76rem;
  font-weight: 900;
}

.admin-live-status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--success) 14%, transparent);
}

/* Otokoç-style hero facts: strict grid prevents laptop-width overflow. */
body:not(.admin-mode) .hero-picture {
  display: contents;
}

body:not(.admin-mode) .hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(100%, 560px);
  max-width: 560px;
  gap: 10px;
}

@media (min-width: 761px) {
  body:not(.admin-mode) .hero-metrics {
    transform: translateY(-24px);
  }
}

body:not(.admin-mode) .hero-metrics div,
body:not(.admin-mode) .hero-metrics div + div {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  min-height: 92px;
  padding: 14px 12px;
  overflow: hidden;
  border-radius: 14px;
  border-top: 3px solid var(--primary);
}

body:not(.admin-mode) .hero-metrics dt,
body:not(.admin-mode) .hero-metrics dd {
  max-width: 100%;
  font-family: var(--public-font);
  font-style: normal;
  font-synthesis: none;
  text-align: center;
}

/* Corporate public typography: one neutral sans-serif system across every page. */
body:not(.admin-mode),
body:not(.admin-mode) button,
body:not(.admin-mode) input,
body:not(.admin-mode) select,
body:not(.admin-mode) textarea {
  font-family: var(--public-font);
}

body:not(.admin-mode) h1,
body:not(.admin-mode) h2,
body:not(.admin-mode) h3,
body:not(.admin-mode) h4,
body:not(.admin-mode) .brand-copy strong {
  font-family: var(--public-font);
  font-weight: 800;
  letter-spacing: -0.035em;
}

body:not(.admin-mode) .hero-metrics dt {
  font-size: clamp(1.05rem, 1.75vw, 1.42rem);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1;
  white-space: nowrap;
}

body:not(.admin-mode) .hero-metrics dd {
  display: grid;
  min-height: 2.35em;
  place-items: center;
  margin-top: 5px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.085em;
  line-height: 1.18;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}

@media (max-width: 760px) {
  body:not(.admin-mode) .hero-image {
    object-position: right center;
  }

  body:not(.admin-mode) .hero-shade {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.68) 0%, rgba(255, 255, 255, 0.54) 48%, rgba(255, 255, 255, 0.14) 100%);
  }

  body:not(.admin-mode) .hero-metrics {
    gap: 6px;
  }

  body:not(.admin-mode) .hero-metrics div,
  body:not(.admin-mode) .hero-metrics div + div {
    min-height: 78px;
    padding: 10px 6px;
    border-top-width: 2px;
  }

  body:not(.admin-mode) .hero-metrics dt {
    font-size: 1rem;
  }

  body:not(.admin-mode) .hero-metrics dd {
    min-height: 2.3em;
    margin-top: 4px;
    font-size: 0.55rem;
    letter-spacing: 0.065em;
  }
}

@media (max-width: 360px) {
  body:not(.admin-mode) .hero-metrics div,
  body:not(.admin-mode) .hero-metrics div + div {
    padding-inline: 4px;
  }

  body:not(.admin-mode) .hero-metrics dt {
    font-size: 0.92rem;
  }

  body:not(.admin-mode) .hero-metrics dd {
    font-size: 0.52rem;
    letter-spacing: 0.045em;
  }
}

/* Functional layout fixes: keep the full reservation form reachable and
   restore the tappable mobile navigation backdrop. */
body:not(.admin-mode) .quote-panel {
  position: static;
  top: auto;
}

@media (max-width: 1040px) {
  body:not(.admin-mode) .site-header {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  body:not(.admin-mode).mobile-nav-open .mobile-nav-backdrop {
    display: block;
  }
}
