:root {
  --bg: #080807;
  --surface: #11110f;
  --surface-2: #171612;
  --line: rgba(255, 255, 255, .11);
  --text: #f5f2e9;
  --muted: #aba79c;
  --gold: #caa35f;
  --gold-light: #f0d49d;
  --danger: #e17869;
  --shadow: 0 30px 80px rgba(0, 0, 0, .42);
  --radius: 24px;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; opacity: .025; z-index: 20; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E"); }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; background: var(--gold); color: #0b0a08; padding: 10px 16px; border-radius: 8px; font-weight: 800; transition: .2s; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; z-index: 50; top: 0; left: 0; width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 18px max(24px, calc((100vw - var(--max)) / 2)); border-bottom: 1px solid transparent; transition: .25s ease; }
.site-header.is-scrolled { padding-top: 12px; padding-bottom: 12px; background: rgba(8, 8, 7, .86); border-color: var(--line); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; text-transform: uppercase; letter-spacing: .1em; }
.brand-mark { width: 45px; height: 45px; display: grid; place-items: center; border: 1px solid rgba(202, 163, 95, .65); color: var(--gold-light); font-family: Georgia, serif; font-size: 18px; font-style: italic; transform: skew(-6deg); }
.brand-copy { display: grid; gap: 2px; }
.brand-copy strong { font-size: 13px; }
.brand-copy small { color: var(--muted); font-size: 8px; letter-spacing: .18em; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a { font-size: 13px; font-weight: 650; text-decoration: none; color: #dedbd2; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--gold-light); }
.site-nav .nav-cta { padding: 11px 17px; border: 1px solid rgba(202, 163, 95, .65); color: var(--gold-light); }
.menu-button { display: none; width: 44px; height: 44px; background: transparent; border: 1px solid var(--line); border-radius: 50%; padding: 12px; }
.menu-button span:not(.sr-only) { display: block; height: 1px; margin: 4px 0; background: white; }

.hero { position: relative; min-height: 780px; overflow: hidden; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 50px; padding: 145px max(24px, calc((100vw - var(--max)) / 2)) 90px; background: radial-gradient(circle at 73% 42%, rgba(202, 163, 95, .12), transparent 25%), linear-gradient(130deg, #0c0c0a 0%, #080807 55%, #10100d 100%); }
.hero-glow { position: absolute; inset: 12% -5% auto auto; width: 52vw; height: 52vw; border-radius: 50%; background: radial-gradient(circle, rgba(202,163,95,.08), transparent 66%); pointer-events: none; }
.hero::after { content: "PRESTIGE"; position: absolute; right: -22px; bottom: -56px; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.035); font-size: clamp(100px, 18vw, 250px); font-weight: 900; letter-spacing: -.05em; pointer-events: none; }
.hero-content { position: relative; z-index: 2; max-width: 670px; }
.eyebrow { margin: 0 0 16px; color: var(--gold-light); font-size: 11px; font-weight: 800; letter-spacing: .24em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.035em; line-height: .98; }
h1 { max-width: 710px; margin-bottom: 28px; font-size: clamp(50px, 6.6vw, 92px); }
h2 { margin-bottom: 20px; font-size: clamp(37px, 4vw, 60px); }
.hero-lead { max-width: 620px; color: #c7c2b7; font-size: clamp(16px, 1.5vw, 20px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; border: 1px solid transparent; padding: 13px 20px; text-decoration: none; font-weight: 800; font-size: 13px; cursor: pointer; transition: transform .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--gold); color: #0a0907; }
.button-primary:hover { background: var(--gold-light); }
.button-ghost { background: rgba(255,255,255,.02); border-color: var(--line); color: var(--text); }
.button-ghost:hover { border-color: rgba(202, 163, 95, .7); }
.button-wide { width: 100%; }
.trust-row { display: flex; gap: 26px; margin-top: 55px; padding-top: 25px; border-top: 1px solid var(--line); color: #d0ccc2; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.trust-row span { display: flex; align-items: center; gap: 7px; }
.trust-row i { color: var(--gold); font-style: normal; font-family: Georgia, serif; }
.hero-visual { position: relative; z-index: 1; align-self: stretch; display: flex; flex-direction: column; justify-content: center; }
.hero-visual img { width: min(760px, 60vw); max-width: none; margin-left: -90px; filter: drop-shadow(0 40px 35px rgba(0,0,0,.7)); animation: float 7s ease-in-out infinite; }
.hero-visual > p { align-self: flex-end; max-width: 230px; margin: -45px 0 0; color: var(--muted); font-size: 12px; text-align: right; letter-spacing: .08em; }
.visual-badge { position: absolute; z-index: 3; right: 4%; top: 21%; width: 92px; height: 92px; display: grid; place-content: center; border: 1px solid rgba(202,163,95,.45); border-radius: 50%; text-align: center; text-transform: uppercase; letter-spacing: .15em; background: rgba(8,8,7,.55); backdrop-filter: blur(8px); }
.visual-badge span { color: var(--muted); font-size: 8px; }
.visual-badge strong { color: var(--gold-light); font-size: 11px; }
@keyframes float { 50% { transform: translateY(-8px); } }

.section { max-width: var(--max); margin: 0 auto; padding: 110px 24px; }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 60px; margin-bottom: 34px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { max-width: 520px; margin: 0 0 8px; color: var(--muted); }
.demo-notice { display: flex; align-items: center; gap: 18px; margin-bottom: 28px; padding: 13px 16px; border: 1px solid rgba(202,163,95,.25); background: rgba(202,163,95,.06); color: #c9c3b6; font-size: 12px; }
.demo-notice strong { color: var(--gold-light); text-transform: uppercase; letter-spacing: .08em; }
.filter-row { display: flex; gap: 8px; margin-bottom: 24px; }
.filter { padding: 8px 14px; border: 1px solid var(--line); background: transparent; color: var(--muted); cursor: pointer; font-size: 12px; font-weight: 700; }
.filter.is-active { border-color: var(--gold); background: var(--gold); color: #080807; }
.vehicle-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.vehicle-card { overflow: hidden; border: 1px solid var(--line); background: var(--surface); transition: transform .3s, border-color .3s; }
.vehicle-card:hover { transform: translateY(-6px); border-color: rgba(202,163,95,.45); }
.vehicle-card[hidden] { display: none; }
.vehicle-media { position: relative; overflow: hidden; aspect-ratio: 1.65; background: #0f0f0e; }
.vehicle-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.vehicle-card:hover .vehicle-media img { transform: scale(1.035); }
.status, .count { position: absolute; top: 14px; padding: 5px 8px; background: rgba(8,8,7,.7); backdrop-filter: blur(10px); font-size: 9px; text-transform: uppercase; letter-spacing: .15em; }
.status { left: 14px; color: var(--gold-light); border: 1px solid rgba(202,163,95,.4); }
.count { right: 14px; color: #c8c4bb; }
.vehicle-body { padding: 24px; }
.vehicle-title { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.vehicle-title p { margin-bottom: 3px; color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.vehicle-title h3 { margin-bottom: 0; font-family: Georgia, serif; font-size: 25px; font-weight: 400; }
.vehicle-title > strong { white-space: nowrap; color: #ebe6dc; font-size: 15px; }
.vehicle-specs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 25px 0; padding: 17px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.vehicle-specs div { min-width: 0; }
.vehicle-specs dt { color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.vehicle-specs dd { margin: 4px 0 0; overflow: hidden; color: #ece8df; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.card-link { width: 100%; display: flex; justify-content: space-between; padding: 0; border: 0; background: transparent; color: var(--text); cursor: pointer; font-size: 12px; font-weight: 750; text-align: left; }
.card-link:hover { color: var(--gold-light); }

.service { max-width: none; display: grid; grid-template-columns: minmax(0, 1fr) minmax(430px, 580px); gap: 80px; padding-left: max(24px, calc((100vw - var(--max)) / 2)); padding-right: max(24px, calc((100vw - var(--max)) / 2)); background: linear-gradient(140deg, #0d0d0b 0%, #14130f 100%); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-intro > p:not(.eyebrow, .service-note) { max-width: 650px; color: var(--muted); }
.steps { display: grid; margin-top: 45px; }
.steps article { display: grid; grid-template-columns: 50px 1fr; gap: 16px; padding: 21px 0; border-top: 1px solid var(--line); }
.steps article > span { color: var(--gold); font-family: Georgia, serif; font-size: 19px; font-style: italic; }
.steps h3 { margin-bottom: 5px; font-size: 15px; }
.steps p { margin-bottom: 0; color: var(--muted); font-size: 13px; }
.service-note { margin: 24px 0 0; padding-left: 15px; border-left: 2px solid var(--gold); color: #bdb7aa; font-size: 11px; }
.lead-panel { align-self: start; scroll-margin-top: 100px; padding: 35px; border: 1px solid rgba(202,163,95,.32); background: rgba(7,7,6,.8); box-shadow: var(--shadow); }
.panel-heading { display: flex; align-items: center; gap: 18px; margin-bottom: 20px; }
.panel-heading .eyebrow { margin-bottom: 4px; }
.panel-heading h2 { margin: 0; font-size: 38px; }
.mini-mark { flex: 0 0 auto; width: 55px; height: 55px; display: grid; place-items: center; border: 1px solid rgba(202,163,95,.55); color: var(--gold-light); font-family: Georgia, serif; font-style: italic; }
.privacy-chip { padding: 10px 12px; background: rgba(97,160,116,.08); border: 1px solid rgba(97,160,116,.22); color: #aac7b1; font-size: 10px; }
.privacy-chip span { margin-right: 5px; color: #63b47c; }
.direct-contact { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-bottom: 14px; }
.direct-contact a { padding: 10px 8px; border: 1px solid var(--line); color: var(--text); text-align: center; text-decoration: none; font-size: 11px; font-weight: 750; }
.direct-contact a:hover { border-color: var(--gold); color: var(--gold-light); }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
fieldset { margin: 23px 0; padding: 0; border: 0; }
legend { width: 100%; margin-bottom: 13px; padding-bottom: 8px; border-bottom: 1px solid var(--line); color: var(--gold-light); font-family: Georgia, serif; font-size: 17px; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.field-grid label { display: grid; gap: 6px; }
.field-grid label.full { grid-column: 1 / -1; }
label > span { color: #c8c3b7; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
input, select, textarea { width: 100%; border: 1px solid var(--line); border-radius: 0; outline: none; background: rgba(255,255,255,.035); color: var(--text); padding: 12px 13px; font-size: 14px; }
input::placeholder, textarea::placeholder { color: #6f6d67; }
input:focus, select:focus, textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 2px rgba(202,163,95,.12); }
input[aria-invalid="true"] { border-color: var(--danger); }
select option { background: #151512; }
textarea { resize: vertical; }
.consent { display: grid; grid-template-columns: auto 1fr; align-items: start; gap: 9px; margin: 20px 0; }
.consent input { width: 16px; height: 16px; margin-top: 2px; accent-color: var(--gold); }
.consent span { text-transform: none; letter-spacing: 0; font-weight: 400; line-height: 1.45; }
.form-footnote { margin: 10px 0 0; color: var(--muted); font-size: 10px; text-align: center; }
.form-footnote.is-success { color: #9ed6ab; }

.site-footer { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 40px; padding: 55px 24px 28px; }
.footer-brand { display: flex; align-items: center; gap: 13px; }
.footer-brand strong { text-transform: uppercase; letter-spacing: .12em; font-size: 12px; }
.footer-brand p { margin: 2px 0 0; color: var(--muted); font-size: 10px; }
.footer-contact { display: grid; gap: 3px; color: var(--muted); font-size: 11px; }
.footer-contact a { text-decoration: none; }
.footer-links { display: grid; gap: 3px; text-align: left; }
.footer-links button, .footer-links a { border: 0; padding: 0; background: none; color: var(--muted); cursor: pointer; text-align: left; text-decoration: none; font-size: 11px; }
.footer-links button:hover, .footer-links a:hover { color: var(--gold-light); }
.footer-bottom { grid-column: 1 / -1; margin: 12px 0 0; padding-top: 18px; border-top: 1px solid var(--line); color: #74716a; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }

.modal { width: min(920px, calc(100% - 28px)); max-height: min(88vh, 900px); padding: 0; border: 1px solid rgba(202,163,95,.32); color: var(--text); background: #11110f; box-shadow: 0 30px 100px #000; }
.modal::backdrop { background: rgba(0,0,0,.8); backdrop-filter: blur(9px); }
.modal-close { position: absolute; z-index: 5; top: 14px; right: 14px; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; background: rgba(8,8,7,.72); color: white; cursor: pointer; font-size: 26px; line-height: 1; }
.modal-visual { position: relative; height: 330px; background: #0b0b0a; }
.modal-visual img { width: 100%; height: 100%; object-fit: cover; }
.modal-visual > span { position: absolute; left: 20px; top: 20px; padding: 6px 9px; border: 1px solid rgba(202,163,95,.5); background: rgba(0,0,0,.7); color: var(--gold-light); font-size: 9px; text-transform: uppercase; letter-spacing: .15em; }
.modal-content { padding: 34px; }
.modal-title { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.modal-title h2 { margin-bottom: 20px; font-size: 42px; }
.modal-title strong { color: var(--gold-light); font-size: 20px; white-space: nowrap; }
.modal-content > p { color: var(--muted); }
.gallery-thumbs { display: flex; gap: 8px; overflow-x: auto; margin: 18px 0 6px; padding-bottom: 7px; scrollbar-width: thin; }
.gallery-thumbs button { flex: 0 0 84px; height: 58px; overflow: hidden; padding: 0; border: 1px solid transparent; background: #080807; cursor: pointer; opacity: .62; }
.gallery-thumbs button.is-active { border-color: var(--gold); opacity: 1; }
.gallery-thumbs img { width: 100%; height: 100%; object-fit: cover; }
.modal-specs { display: grid; grid-template-columns: repeat(3, 1fr); margin: 25px 0; border: 1px solid var(--line); }
.modal-specs div { padding: 15px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.modal-specs div:nth-child(3n) { border-right: 0; }
.modal-specs dt { color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .09em; }
.modal-specs dd { margin: 4px 0 0; font-size: 13px; }
.modal-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 25px; }
.modal-content small { display: block; margin-top: 20px; color: #77736c; }
.vehicle-highlights { display: grid; grid-template-columns: 1fr 1fr; gap: 7px 20px; margin: 0; padding: 0; list-style: none; color: #c9c4b9; font-size: 12px; }
.vehicle-highlights li::before { content: "✓"; margin-right: 8px; color: var(--gold); }
.review-modal { max-width: 720px; }
.review-modal h2, .legal-modal h2 { font-size: 45px; }
.review-modal pre { max-height: 320px; overflow: auto; padding: 18px; border: 1px solid var(--line); background: #090908; color: #e3ded3; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 12px; white-space: pre-wrap; word-break: break-word; }
.copy-status { min-height: 20px; margin: 10px 0 0; color: #a8cdb3 !important; font-size: 12px; }
.legal-modal { max-width: 780px; }
.legal-content { max-height: 82vh; overflow-y: auto; }
.legal-content h3 { margin-top: 28px; margin-bottom: 6px; color: var(--gold-light); font-size: 15px; }
.legal-content p { color: #bbb6ab; font-size: 13px; }
.legal-content mark { padding: 1px 4px; background: rgba(225,120,105,.14); color: #f0a398; }
.legal-warning { margin-top: 30px; padding: 13px; border: 1px solid rgba(225,120,105,.28); background: rgba(225,120,105,.06); }
.noscript { position: fixed; z-index: 100; left: 10px; right: 10px; bottom: 10px; padding: 12px; background: #fff3d6; color: #2c210c; text-align: center; }

@media (max-width: 1020px) {
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 150px; }
  .hero-content { max-width: 760px; }
  .hero-visual { min-height: 360px; }
  .hero-visual img { width: min(850px, 105vw); margin: -80px 0 -90px 3vw; }
  .hero-visual > p { display: none; }
  .visual-badge { top: 0; right: 6%; }
  .vehicle-grid { grid-template-columns: 1fr 1fr; }
  .service { grid-template-columns: 1fr; gap: 50px; }
  .lead-panel { max-width: 720px; }
}

@media (max-width: 760px) {
  .site-header { padding: 13px 18px; background: rgba(8,8,7,.85); border-color: var(--line); backdrop-filter: blur(18px); }
  .brand-copy { display: none; }
  .menu-button { display: block; }
  .site-nav { position: absolute; top: 70px; left: 14px; right: 14px; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 10px; border: 1px solid var(--line); background: #10100e; box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 14px; }
  .site-nav .nav-cta { margin-top: 5px; text-align: center; }
  .hero { gap: 0; min-height: 760px; padding: 125px 20px 60px; }
  h1 { font-size: clamp(48px, 15vw, 68px); }
  .hero-actions { display: grid; }
  .trust-row { display: grid; gap: 10px; margin-top: 35px; }
  .hero-visual { min-height: 245px; }
  .hero-visual img { width: 135vw; margin: -35px 0 -75px -25vw; }
  .visual-badge { width: 78px; height: 78px; right: 0; top: 5px; }
  .section { padding: 80px 20px; }
  .section-heading { grid-template-columns: 1fr; gap: 12px; }
  .demo-notice { align-items: flex-start; flex-direction: column; gap: 4px; }
  .filter-row { overflow-x: auto; padding-bottom: 5px; }
  .vehicle-grid { grid-template-columns: 1fr; }
  .service { grid-template-columns: 1fr; padding-left: 20px; padding-right: 20px; }
  .lead-panel { padding: 23px 18px; }
  .panel-heading h2 { font-size: 31px; }
  .field-grid { grid-template-columns: 1fr; }
  .field-grid label.full { grid-column: auto; }
  .site-footer { grid-template-columns: 1fr; gap: 28px; padding: 45px 20px 25px; }
  .footer-bottom { grid-column: auto; }
  .modal { max-height: 92vh; }
  .modal-visual { height: 220px; }
  .modal-content { padding: 28px 20px; }
  .modal-title { display: block; }
  .modal-title h2, .review-modal h2, .legal-modal h2 { font-size: 34px; }
  .modal-title strong { display: block; margin: -10px 0 20px; }
  .modal-specs { grid-template-columns: 1fr 1fr; }
  .modal-specs div:nth-child(3n) { border-right: 1px solid var(--line); }
  .modal-specs div:nth-child(2n) { border-right: 0; }
  .modal-actions { display: grid; }
  .vehicle-highlights { grid-template-columns: 1fr; }
  .direct-contact { grid-template-columns: 1fr; }
}

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