:root {
    --bg: #050505;
    --bg-soft: #101010;
    --panel: rgba(255, 255, 255, 0.06);
    --panel-strong: rgba(255, 255, 255, 0.1);
    --line: rgba(255, 255, 255, 0.12);
    --text: #f6f2eb;
    --muted: #b8b0a3;
    --accent: #c89b5d;
    --accent-rgb: 200, 155, 93;
    --accent-soft: rgba(200, 155, 93, 0.16);
    --shadow: 0 30px 90px rgba(0, 0, 0, 0.35);
    --max: 1240px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: Georgia, 'Times New Roman', serif;
    background:
        radial-gradient(circle at top right, rgba(200, 155, 93, 0.18), transparent 24%),
        radial-gradient(circle at left center, rgba(255, 255, 255, 0.06), transparent 20%),
        linear-gradient(180deg, #0b0b0b 0%, #050505 100%);
    color: var(--text);
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    display: block;
}

.front-shell {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}

.front-shell::before {
    content: '';
    position: fixed;
    inset: 0;
    background-image: linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
    background-size: 52px 52px;
    mask-image: radial-gradient(circle at center, black 45%, transparent 85%);
    pointer-events: none;
}

.container {
    width: min(var(--max), calc(100% - 32px));
    margin: 0 auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    backdrop-filter: blur(18px);
    background: rgba(5, 5, 5, 0.72);
    border-bottom: 1px solid rgba(255,255,255,0.06);
}

.nav-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 24px;
    padding: 18px 0;
}

.brand-lockup {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 18px;
    min-height: 72px;
    border-radius: 26px;
    background: linear-gradient(180deg, rgba(255,255,255,0.1), rgba(255,255,255,0.03));
    border: 1px solid rgba(255,255,255,0.14);
    box-shadow: 0 18px 40px rgba(0,0,0,0.38), inset 0 1px 0 rgba(255,255,255,0.08);
    overflow: hidden;
}

.brand-lockup::after {
    content: '';
    position: absolute;
    inset: 1px;
    border-radius: 24px;
    border: 1px solid rgba(255,255,255,0.05);
    pointer-events: none;
}

.brand-glow {
    position: absolute;
    width: 120px;
    height: 120px;
    right: -26px;
    top: -28px;
    background: radial-gradient(circle, rgba(200, 155, 93, 0.34), rgba(200, 155, 93, 0));
    filter: blur(8px);
    pointer-events: none;
}

.brand-mark {
    position: relative;
    width: 136px;
    filter: drop-shadow(0 20px 28px rgba(0,0,0,0.55));
}

.brand-lockup-footer {
    margin-bottom: 18px;
}

.nav-links,
.nav-actions {
    display: flex;
    align-items: center;
    gap: 18px;
}

.nav-links a,
.nav-actions a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.94rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(246, 242, 235, 0.82);
}

.nav-links a:hover,
.nav-actions a:hover {
    color: #fff;
}

.button,
.button-ghost {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 0 22px;
    border-radius: 999px;
    border: 1px solid transparent;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button {
    color: #111;
    background: linear-gradient(135deg, #f0d7a4, #c89b5d);
    box-shadow: 0 12px 30px rgba(200, 155, 93, 0.25);
}

.button:hover,
.button-ghost:hover {
    transform: translateY(-2px);
}

.button-ghost {
    color: var(--text);
    background: rgba(255,255,255,0.02);
    border-color: rgba(255,255,255,0.16);
}

.hero {
    padding: 84px 0 48px;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 30px;
    align-items: stretch;
    min-width: 0;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    border-radius: 999px;
    background: var(--accent-soft);
    border: 1px solid rgba(200, 155, 93, 0.24);
    color: #f4dfbc;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.74rem;
}

.hero h1,
.section-heading h2,
.page-hero h1,
.vehicle-hero-copy h1 {
    margin: 18px 0 14px;
    font-size: clamp(2.6rem, 5.8vw, 5.6rem);
    line-height: 0.96;
    letter-spacing: -0.04em;
    font-weight: 700;
}

.hero p,
.page-hero p,
.section-heading p,
.vehicle-hero-copy p,
.content-copy p,
.contact-card p,
.faq-item p {
    margin: 0;
    max-width: 64ch;
    color: var(--muted);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.7;
}

.hero-actions,
.split-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 28px;
}

.stats-grid,
.spotlight-grid,
.fleet-grid,
.feature-grid,
.footer-grid,
.info-grid,
.location-grid,
.faq-grid,
.detail-grid,
.contact-grid {
    display: grid;
    gap: 18px;
}

.stats-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 34px;
    align-items: stretch;
}

.stat-card,
.spotlight-card,
.vehicle-card,
.feature-card,
.contact-card,
.faq-item,
.detail-card,
.filter-bar,
.hero-panel,
.media-card,
.split-panel,
.location-card {
    background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03));
    border: 1px solid var(--line);
    border-radius: 28px;
    box-shadow: var(--shadow);
}

.stat-card,
.feature-card,
.contact-card,
.faq-item,
.detail-card,
.location-card {
    padding: 22px;
}

.stat-card {
    min-width: 0;
    min-height: 168px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}

.stat-card strong,
.metric {
    display: block;
    max-width: 100%;
    font-size: clamp(2.15rem, 3vw, 3.6rem);
    line-height: 0.94;
    letter-spacing: -0.06em;
    overflow-wrap: anywhere;
}

.stat-card span,
.meta-chip,
.vehicle-meta,
.spec-item,
.small-label {
    font-family: Arial, Helvetica, sans-serif;
    color: var(--muted);
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-size: 0.75rem;
}

.stat-card span {
    display: block;
    margin-top: 10px;
    max-width: 11ch;
    line-height: 1.35;
}

.hero-panel,
.media-card,
.split-panel {
    padding: 18px;
}

.hero-image,
.spotlight-image,
.vehicle-image,
.vehicle-gallery-main {
    aspect-ratio: 1.18;
    border-radius: 24px;
    background: #181818;
    overflow: hidden;
}

.vehicle-image,
.vehicle-gallery-main,
.rsv-vcard-img {
    perspective: 900px;
    transform-style: preserve-3d;
}

.hero-image img,
.spotlight-image img,
.vehicle-image img,
.vehicle-gallery-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vehicle-image img,
.vehicle-gallery-main img,
.rsv-vcard-img img {
    transform-origin: center center;
    backface-visibility: hidden;
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), filter 0.45s ease;
    will-change: transform;
}

.hero-panel-stack {
    display: grid;
    gap: 16px;
}

.section {
    padding: 42px 0;
}

.section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 24px;
}

.spotlight-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.spotlight-card,
.vehicle-card {
    overflow: hidden;
}

.spotlight-copy,
.vehicle-copy {
    padding: 18px 18px 20px;
}

.spotlight-copy h3,
.vehicle-copy h3,
.vehicle-hero-copy h1,
.content-copy h2,
.feature-card h3,
.contact-card h3,
.faq-item h3,
.location-card h3 {
    margin: 0 0 10px;
}

.spotlight-copy h3,
.vehicle-copy h3,
.feature-card h3,
.contact-card h3,
.faq-item h3,
.location-card h3 {
    font-size: 1.35rem;
}

.fleet-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vehicle-copy p,
.spotlight-copy p,
.location-card p,
.feature-card p {
    margin: 0 0 14px;
    color: var(--muted);
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.65;
}

.vehicle-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 12px 0 18px;
}

.meta-pill {
    padding: 8px 12px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 999px;
}

.filter-bar {
    padding: 18px;
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr auto;
    gap: 12px;
    margin-bottom: 24px;
}

.filter-bar input,
.filter-bar select {
    width: 100%;
    min-height: 50px;
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,0.12);
    background: rgba(255,255,255,0.03);
    color: var(--text);
    padding: 0 16px;
    font-family: Arial, Helvetica, sans-serif;
}

.filter-bar option {
    color: #111;
}

.page-hero {
    padding: 72px 0 20px;
}

.feature-grid,
.location-grid,
.faq-grid,
.contact-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.detail-grid {
    grid-template-columns: 1.05fr 0.95fr;
    align-items: start;
}

.vehicle-gallery-thumbs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-top: 12px;
}

.vehicle-gallery-thumbs img {
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,0.08);
}

.detail-card .spec-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.spec-item strong {
    display: block;
    margin-top: 6px;
    font-size: 1.1rem;
    color: var(--text);
    text-transform: none;
    letter-spacing: 0;
}

.split-panel {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 20px;
    align-items: center;
}

.empty-state {
    padding: 36px;
    text-align: center;
    border: 1px dashed rgba(255,255,255,0.16);
    border-radius: 26px;
    color: var(--muted);
    font-family: Arial, Helvetica, sans-serif;
}

.site-footer {
    padding: 40px 0 54px;
    border-top: 1px solid rgba(255,255,255,0.06);
    margin-top: 48px;
}

.footer-grid {
    grid-template-columns: 1.2fr repeat(3, minmax(0, 1fr));
}

.footer-grid h4 {
    margin: 0 0 14px;
    font-size: 1rem;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.footer-grid p,
.footer-grid li,
.footer-grid a {
    color: var(--muted);
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.9;
}

.footer-grid ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.admin-link {
    opacity: 0.7;
}

/* ── Fleet Pagination ── */
.pagination-wrap {
    margin-top: 48px;
    padding-top: 16px;
    border-top: 1px solid rgba(255,255,255,0.07);
}
.fleet-pagination {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
.fleet-pagination-info {
    font-family: var(--font-sans);
    font-size: 0.82rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.38);
}
.fleet-pagination-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
    justify-content: center;
}
.fleet-page-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.14);
    background: rgba(255,255,255,0.04);
    color: rgba(255,255,255,0.7);
    font-family: var(--font-sans);
    font-size: 0.82rem;
    letter-spacing: 0.06em;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.18s, border-color 0.18s, color 0.18s;
    user-select: none;
}
a.fleet-page-link:hover {
    background: rgba(var(--accent-rgb), 0.12);
    border-color: var(--accent);
    color: var(--accent);
}
.fleet-page-item.active .fleet-page-link {
    background: var(--accent);
    border-color: var(--accent);
    color: #0a0a0a;
    font-weight: 700;
    cursor: default;
}
.fleet-page-item.disabled .fleet-page-link {
    opacity: 0.28;
    cursor: default;
    pointer-events: none;
}
.fleet-page-arrow {
    font-size: 1rem;
    padding: 0 12px;
}
.fleet-page-dots {
    border: none;
    background: none;
    color: rgba(255,255,255,0.3);
    min-width: 28px;
}

/* ══════════════════════════════════════════════════════════════════
   ── Public Reservation Wizard ────────────────────────────────────
   ══════════════════════════════════════════════════════════════════ */

/* Progress Rail */
.rsv-rail {
    position: sticky;
    top: 0;
    z-index: 50;
    background: #0a0a0a;
    border-bottom: 1px solid rgba(200,155,93,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: 0 24px;
    height: 72px;
}
.rsv-rail-fill {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background: var(--accent);
    transition: width 0.4s ease;
    width: 0;
}
.rsv-rail-dot {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    position: relative;
    flex: 1;
    max-width: 120px;
    cursor: default;
}
.rsv-rail-dot::before {
    content: '';
    position: absolute;
    top: 16px;
    right: -50%;
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,0.1);
    z-index: -1;
}
.rsv-rail-dot:last-child::before { display: none; }
.rsv-rail-num {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 700;
    border: 1px solid rgba(255,255,255,0.15);
    color: rgba(255,255,255,0.35);
    background: #111;
    transition: all 0.3s;
    letter-spacing: 0.02em;
}
.rsv-rail-label {
    font-size: 0.65rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.25);
    transition: color 0.3s;
}
.rsv-rail-dot.active .rsv-rail-num {
    background: var(--accent);
    border-color: var(--accent);
    color: #000;
}
.rsv-rail-dot.active .rsv-rail-label { color: var(--accent); }
.rsv-rail-dot.done .rsv-rail-num {
    background: rgba(200,155,93,0.15);
    border-color: rgba(200,155,93,0.4);
    color: var(--accent);
}
.rsv-rail-dot.done .rsv-label { color: rgba(200,155,93,0.6); }

/* Shell & Container */
.rsv-shell {
    background: #0d0d0d;
    min-height: 80vh;
    padding: 48px 16px 80px;
}
.rsv-container {
    max-width: 900px;
    margin: 0 auto;
}

/* Steps */
.rsv-step {
    display: none;
    animation: rsvFadeIn 0.35s ease;
}
.rsv-step.active { display: block; }
@keyframes rsvFadeIn {
    from { opacity: 0; transform: translateY(12px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* Step Header */
.rsv-step-head {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 36px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(200,155,93,0.12);
}
.rsv-step-badge {
    font-size: 3rem;
    font-weight: 900;
    line-height: 1;
    color: var(--accent);
    letter-spacing: -0.04em;
    flex-shrink: 0;
    margin-top: -4px;
    font-variant-numeric: tabular-nums;
    text-shadow: 0 0 20px rgba(200,155,93,0.4);
}
.rsv-step-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 6px;
    letter-spacing: -0.02em;
}
.rsv-step-sub {
    color: rgba(255,255,255,0.45);
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.5;
}

/* Grid helpers */
.rsv-grid { display: grid; gap: 20px; }
.rsv-grid-2 { grid-template-columns: repeat(2, 1fr); }
.rsv-grid-3 { grid-template-columns: repeat(3, 1fr); }
.rsv-grid-4 { grid-template-columns: repeat(4, 1fr); }

/* Fields */
.rsv-field { display: flex; flex-direction: column; gap: 6px; position: relative; }
.rsv-field-empty { display: none; }
.rsv-label {
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.5);
    font-weight: 600;
}
.rsv-optional { text-transform: none; font-weight: 400; opacity: 0.7; }
.rsv-input {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 6px;
    color: #fff;
    font-size: 0.95rem;
    padding: 12px 14px;
    width: 100%;
    outline: none;
    transition: border-color 0.2s, background 0.2s;
    font-family: inherit;
    -webkit-appearance: none;
    appearance: none;
    box-sizing: border-box;
}
input[type="date"].rsv-input {
    -webkit-appearance: none;
    appearance: none;
    color-scheme: dark;
    cursor: pointer;
    padding-right: 40px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23c89b5d' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3Cline x1='16' y1='2' x2='16' y2='6'%3E%3C/line%3E%3Cline x1='8' y1='2' x2='8' y2='6'%3E%3C/line%3E%3Cline x1='3' y1='10' x2='21' y2='10'%3E%3C/line%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
}
input[type="date"].rsv-input::-webkit-calendar-picker-indicator {
    opacity: 0;
    position: absolute;
    right: 0;
    width: 40px;
    height: 100%;
    cursor: pointer;
}
.rsv-input:focus {
    border-color: var(--accent);
    background: rgba(200,155,93,0.05);
}
.rsv-input::placeholder { color: rgba(255,255,255,0.2); }
.rsv-select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23c89b5d' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 36px;
    cursor: pointer;
}
.rsv-select option { background: #1a1a1a; color: #fff; }
.rsv-textarea { resize: vertical; min-height: 80px; }
.rsv-field-err {
    font-size: 0.78rem;
    color: #e07070;
    min-height: 1.1em;
}
.rsv-field-hint {
    font-size: 0.72rem;
    color: rgba(200,155,93,0.55);
    letter-spacing: 0.03em;
    margin-top: -2px;
}
.rsv-check-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.8rem;
    color: rgba(255,255,255,0.45);
    cursor: pointer;
    margin-top: 6px;
}
.rsv-check-label input[type="checkbox"] { accent-color: var(--accent); }

/* Alert */
.rsv-alert {
    padding: 14px 18px;
    border-radius: 6px;
    margin-bottom: 24px;
    font-size: 0.9rem;
}
.rsv-alert-error {
    background: rgba(220,60,60,0.12);
    border: 1px solid rgba(220,60,60,0.3);
    color: #f08080;
}

/* Step footer */
.rsv-step-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
    padding-top: 28px;
    border-top: 1px solid rgba(255,255,255,0.06);
}
.rsv-step-foot-confirm { justify-content: space-between; }

/* Buttons */
.rsv-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 14px 28px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s;
}
.rsv-btn-next, .rsv-btn-submit {
    background: var(--accent);
    color: #000;
}
.rsv-btn-next:hover, .rsv-btn-submit:hover { background: #d4a96a; color: #000; }
.rsv-btn-back {
    background: transparent;
    color: rgba(255,255,255,0.5);
    border: 1px solid rgba(255,255,255,0.12);
}
.rsv-btn-back:hover {
    color: #fff;
    border-color: rgba(255,255,255,0.3);
}
.rsv-btn:disabled { opacity: 0.5; cursor: not-allowed; }
.rsv-muted { color: rgba(255,255,255,0.4); font-size: 0.9rem; }

/* Loading State */
.rsv-loading {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 60px 0;
    color: rgba(255,255,255,0.4);
    font-size: 0.9rem;
}
.rsv-spinner {
    width: 36px;
    height: 36px;
    border: 2px solid rgba(200,155,93,0.2);
    border-top-color: var(--accent);
    border-radius: 50%;
    animation: rsvSpin 0.7s linear infinite;
}
@keyframes rsvSpin { to { transform: rotate(360deg); } }
.rsv-empty {
    text-align: center;
    padding: 60px 0;
    color: rgba(255,255,255,0.35);
}

/* Vehicle Grid */
.rsv-vehicle-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 16px;
}
.rsv-vehicle-card {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    transition: border-color 0.2s, transform 0.2s;
    position: relative;
}
.rsv-vehicle-card:hover {
    border-color: rgba(200,155,93,0.35);
    transform: translateY(-2px);
}
.rsv-vehicle-card.selected {
    border-color: var(--accent);
    background: rgba(200,155,93,0.06);
}
.rsv-vcard-img {
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
    background: #111;
}
.rsv-vcard-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), filter 0.45s ease;
}
.rsv-vcard-body { padding: 14px; }
.rsv-vcard-type {
    font-size: 0.7rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--accent);
    margin: 0 0 4px;
}

.js-vehicle-360 {
    cursor: grab;
    user-select: none;
}

.js-vehicle-360.is-360-dragging {
    cursor: grabbing;
}

.js-vehicle-360.is-360-active img {
    filter: saturate(1.08) contrast(1.04);
}

@media (prefers-reduced-motion: reduce) {
    .vehicle-image img,
    .vehicle-gallery-main img,
    .rsv-vcard-img img {
        transition: none;
    }
}
.rsv-vcard-name {
    font-size: 0.95rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 8px;
    line-height: 1.25;
}
.rsv-vcard-specs {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 10px;
}
.rsv-vcard-specs span {
    font-size: 0.72rem;
    color: rgba(255,255,255,0.45);
    background: rgba(255,255,255,0.05);
    padding: 2px 8px;
    border-radius: 100px;
}
.rsv-vcard-price {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.rsv-vcard-rate {
    font-size: 1rem;
    font-weight: 700;
    color: var(--accent);
}
.rsv-vcard-rate em { font-style: normal; font-size: 0.75rem; font-weight: 400; color: rgba(255,255,255,0.4); margin-left: 2px; }
.rsv-vcard-total { font-size: 0.78rem; color: rgba(255,255,255,0.35); }
.rsv-vcard-select {
    position: absolute;
    top: 10px;
    right: 10px;
}
.rsv-vcard-check {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.2);
    background: rgba(0,0,0,0.5);
    display: block;
    transition: all 0.2s;
}
.rsv-vehicle-card.selected .rsv-vcard-check {
    background: var(--accent);
    border-color: var(--accent);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='10' viewBox='0 0 12 10'%3E%3Cpath d='M1 5l3.5 3.5L11 1' stroke='%23000' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}

/* Floating vehicle-continue button */
.rsv-float-continue {
    position: fixed;
    bottom: 32px;
    right: 32px;
    z-index: 999;
    display: flex;
    align-items: center;
    gap: 10px;
    background: var(--accent);
    color: #000;
    font-weight: 700;
    font-size: 0.95rem;
    letter-spacing: 0.04em;
    padding: 14px 28px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    box-shadow: 0 6px 32px rgba(200,155,93,0.45);
    transform: translateY(100px);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.35s cubic-bezier(0.34,1.56,0.64,1), opacity 0.25s ease;
}
.rsv-float-continue.visible {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
}
.rsv-float-continue svg { flex-shrink: 0; }

/* Add-ons */
.rsv-addon-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 14px;
}
.rsv-addon-card {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 8px;
    padding: 18px;
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    transition: border-color 0.2s;
}
.rsv-addon-card:hover { border-color: rgba(200,155,93,0.3); }
.rsv-addon-card.selected {
    border-color: var(--accent);
    background: rgba(200,155,93,0.06);
}
.rsv-addon-info { flex: 1; }
.rsv-addon-name { font-size: 0.9rem; font-weight: 600; color: #fff; margin: 0 0 4px; }
.rsv-addon-desc { font-size: 0.78rem; color: rgba(255,255,255,0.4); margin: 0 0 8px; }
.rsv-addon-price { font-size: 0.82rem; color: var(--accent); margin: 0; }
.rsv-addon-price span { color: rgba(255,255,255,0.35); }
.rsv-addon-toggle { flex-shrink: 0; padding-top: 2px; }
.rsv-addon-check {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.2);
    transition: all 0.2s;
}
.rsv-addon-card.selected .rsv-addon-check {
    background: var(--accent);
    border-color: var(--accent);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='10' viewBox='0 0 12 10'%3E%3Cpath d='M1 5l3.5 3.5L11 1' stroke='%23000' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}
.rsv-addon-total {
    margin-top: 20px;
    padding: 14px 18px;
    background: rgba(200,155,93,0.08);
    border: 1px solid rgba(200,155,93,0.2);
    border-radius: 6px;
    color: rgba(255,255,255,0.8);
    font-size: 0.9rem;
}
.rsv-addon-total strong { color: var(--accent); }

/* Review Layout */
.rsv-review-layout {
    display: grid;
    gap: 24px;
}
.rsv-review-vehicle {
    display: flex;
    gap: 20px;
    align-items: center;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(200,155,93,0.15);
    border-radius: 8px;
    overflow: hidden;
    padding: 0;
}
.rsv-review-vehicle-img-wrap {
    width: 160px;
    flex-shrink: 0;
    aspect-ratio: 16/9;
    overflow: hidden;
    background: #111;
}
.rsv-review-vehicle-img-wrap img { width: 100%; height: 100%; object-fit: cover; }
.rsv-review-vehicle-info { padding: 16px; }
.rsv-review-vehicle-type {
    font-size: 0.7rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--accent);
    margin: 0 0 4px;
}
.rsv-review-vehicle-name { font-size: 1.2rem; font-weight: 700; color: #fff; margin: 0 0 6px; }
.rsv-review-vehicle-rate { font-size: 0.85rem; color: rgba(255,255,255,0.45); margin: 0; }

/* Summary blocks */
.rsv-summary-block {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 8px;
    padding: 20px 24px;
}
.rsv-summary-head {
    font-size: 0.7rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--accent);
    margin: 0 0 14px;
    font-weight: 700;
}
.rsv-summary-dl {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 16px;
    margin: 0;
}
.rsv-summary-dl dt {
    font-size: 0.78rem;
    color: rgba(255,255,255,0.4);
    font-weight: 400;
}
.rsv-summary-dl dd {
    font-size: 0.85rem;
    color: rgba(255,255,255,0.9);
    font-weight: 500;
    margin: 0;
    text-align: right;
}

/* Pricing block */
.rsv-pricing-block {
    background: rgba(200,155,93,0.05);
    border: 1px solid rgba(200,155,93,0.2);
    border-radius: 8px;
    padding: 20px 24px;
}
.rsv-pricing-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.88rem;
    color: rgba(255,255,255,0.7);
    padding: 6px 0;
}
.rsv-pricing-divider {
    border: none;
    border-top: 1px solid rgba(255,255,255,0.08);
    margin: 8px 0;
}
.rsv-pricing-grand {
    font-size: 1.05rem;
    font-weight: 700;
    color: #fff;
    padding: 8px 0;
}
.rsv-pricing-grand span:last-child { color: var(--accent); font-size: 1.2rem; }
.rsv-pricing-note {
    font-size: 0.73rem;
    color: rgba(255,255,255,0.3);
    margin: 12px 0 0;
    line-height: 1.5;
}

/* ── Confirmation Page ─────────────────────────────────────────── */
.rsv-confirm-hero {
    background: linear-gradient(180deg, #0a0a0a 0%, #0f0f0f 100%);
    border-bottom: 1px solid rgba(200,155,93,0.15);
    text-align: center;
    padding: 72px 24px 56px;
}
.rsv-confirm-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: rgba(200,155,93,0.12);
    border: 2px solid rgba(200,155,93,0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    color: var(--accent);
}
.rsv-confirm-title {
    font-size: 2.4rem;
    font-weight: 800;
    color: #fff;
    margin: 0 0 12px;
    letter-spacing: -0.03em;
}
.rsv-confirm-sub {
    color: rgba(255,255,255,0.5);
    font-size: 1rem;
    max-width: 480px;
    margin: 0 auto 24px;
    line-height: 1.6;
}
.rsv-confirm-sub strong { color: #fff; }
.rsv-confirm-number {
    display: inline-block;
    font-size: 0.8rem;
    letter-spacing: 0.15em;
    color: var(--accent);
    background: rgba(200,155,93,0.08);
    border: 1px solid rgba(200,155,93,0.25);
    border-radius: 100px;
    padding: 6px 20px;
    font-weight: 700;
}
.rsv-confirm-card {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 12px;
    overflow: hidden;
    padding: 32px;
    margin-bottom: 24px;
}
.rsv-confirm-card-head {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(200,155,93,0.12);
}
.rsv-confirm-vehicle {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}
.rsv-confirm-vehicle-img {
    width: 120px;
    height: 80px;
    object-fit: cover;
    border-radius: 6px;
    flex-shrink: 0;
    background: #111;
}
.rsv-confirm-vtype {
    font-size: 0.7rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--accent);
    margin: 0 0 4px;
}
.rsv-confirm-vname { font-size: 1.15rem; font-weight: 700; color: #fff; margin: 0; }
.rsv-confirm-dl {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 24px;
    margin: 0 0 24px;
}
.rsv-confirm-dl dt {
    font-size: 0.75rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.35);
}
.rsv-confirm-dl dd { font-size: 0.9rem; color: rgba(255,255,255,0.85); margin: 0; }
.rsv-confirm-section {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.06);
}
.rsv-confirm-section-head {
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--accent);
    margin: 0 0 12px;
}
.rsv-confirm-notes { color: rgba(255,255,255,0.55); font-size: 0.9rem; margin: 0; }
.rsv-confirm-pricing {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.06);
}
.rsv-confirm-actions {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

/* ── Responsive ─────────────────────────────────────────────── */
@media (max-width: 768px) {
    .rsv-rail-label { display: none; }
    .rsv-rail { height: 56px; }
    .rsv-grid-4 { grid-template-columns: repeat(2, 1fr); }
    .rsv-grid-3 { grid-template-columns: repeat(2, 1fr); }
    .rsv-grid-2 { grid-template-columns: 1fr; }
    .rsv-step-head { flex-direction: column; gap: 8px; }
    .rsv-step-badge { font-size: 2rem; }
    .rsv-step-title { font-size: 1.35rem; }
    .rsv-summary-dl { grid-template-columns: 1fr; }
    .rsv-summary-dl dd { text-align: left; }
    .rsv-confirm-dl { grid-template-columns: 1fr; }
    .rsv-review-vehicle { flex-direction: column; }
    .rsv-review-vehicle-img-wrap { width: 100%; }
    .rsv-vehicle-grid { grid-template-columns: 1fr; }
    .rsv-field-empty { display: none; }
}
@media (max-width: 480px) {
    .rsv-grid-3 { grid-template-columns: 1fr; }
    .rsv-grid-4 { grid-template-columns: 1fr; }
    .rsv-step-foot { flex-direction: column-reverse; gap: 12px; }
    .rsv-btn { width: 100%; justify-content: center; }
    .rsv-confirm-vehicle { flex-direction: column; }
    .rsv-confirm-vehicle-img { width: 100%; height: auto; }
}

@media (max-width: 1280px) {
    .hero h1,
    .section-heading h2,
    .page-hero h1,
    .vehicle-hero-copy h1 {
        font-size: clamp(2.4rem, 5vw, 4.8rem);
    }

    .stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 980px) {
    .nav-row {
        justify-content: center;
    }

    .nav-links,
    .nav-actions {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
    }

    .hero {
        padding: 56px 0 36px;
    }

    .hero-grid,
    .split-panel,
    .detail-grid,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .hero-panel-stack {
        order: -1;
    }

    .spotlight-grid,
    .fleet-grid,
    .feature-grid,
    .location-grid,
    .faq-grid,
    .contact-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 1100px) {
    .container {
        width: min(var(--max), calc(100% - 24px));
    }
}

@media (max-width: 760px) {
    .nav-row,
    .nav-links,
    .nav-actions,
    .section-heading {
        flex-direction: column;
        align-items: flex-start;
    }

    .nav-actions {
        align-items: stretch;
    }

    .nav-links {
        gap: 12px;
    }

    .hero h1,
    .section-heading h2,
    .page-hero h1,
    .vehicle-hero-copy h1 {
        font-size: clamp(2.15rem, 11vw, 3.6rem);
        line-height: 1.02;
    }

    .hero p,
    .page-hero p,
    .section-heading p,
    .vehicle-hero-copy p,
    .content-copy p,
    .contact-card p,
    .faq-item p {
        font-size: 0.96rem;
    }

    .filter-bar,
    .spotlight-grid,
    .fleet-grid,
    .feature-grid,
    .location-grid,
    .faq-grid,
    .contact-grid,
    .stats-grid,
    .detail-card .spec-grid,
    .vehicle-gallery-thumbs {
        grid-template-columns: 1fr;
    }

    .stats-grid {
        gap: 14px;
    }

    .stat-card {
        min-height: 142px;
        padding: 18px;
    }

    .stat-card strong {
        font-size: clamp(2rem, 12vw, 3rem);
    }

    .stat-card span {
        max-width: none;
        font-size: 0.72rem;
    }

    .hero,
    .page-hero {
        padding-top: 44px;
    }

    .brand-mark {
        width: 112px;
    }

    .brand-lockup {
        min-height: 64px;
        padding: 12px 16px;
    }

    .section {
        padding: 30px 0;
    }

    .section-heading {
        margin-bottom: 18px;
    }

    .button,
    .button-ghost {
        width: 100%;
    }
}