:root {
  --ink: #101820;
  --ink-soft: #28333a;
  --muted: #6e7a80;
  --paper: #f6f7f6;
  --white: #ffffff;
  --line: #dbe1e2;
  --accent: #dfa244;
  --accent-dark: #b87822;
  --green: #1e6b54;
  --serif: "Manrope", sans-serif;
  --sans: "DM Sans", sans-serif;
  --shadow: 0 20px 60px rgba(16, 24, 32, 0.11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { cursor: pointer; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.topline { background: var(--accent); color: var(--ink); font-size: 12px; letter-spacing: .04em; }
.topline-inner { min-height: 34px; display: flex; align-items: center; gap: 9px; }
.topline-inner a { margin-left: auto; text-decoration: underline; text-underline-offset: 3px; font-weight: 600; }
.topline-dot { width: 6px; height: 6px; background: var(--ink); border-radius: 50%; }
.site-header { position: sticky; z-index: 10; top: 0; left: 0; width: 100%; margin-bottom: -86px; color: var(--white); background: rgba(16,24,32,.25); backdrop-filter: blur(14px); }
.header-inner { min-height: 86px; display: flex; align-items: center; border-bottom: 1px solid rgba(255,255,255,.18); }
.brand { display: inline-flex; align-items: center; gap: 11px; font-family: var(--serif); font-size: 21px; font-weight: 800; letter-spacing: -.05em; white-space: nowrap; }
.brand em { color: var(--accent); font-style: normal; }
.brand-mark { position: relative; display: inline-flex; width: 31px; height: 25px; align-items: center; justify-content: center; border: 2px solid var(--accent); border-radius: 8px 8px 5px 5px; transform: skew(-12deg); }
.brand-mark:before { content: ""; position: absolute; width: 18px; height: 6px; left: 5px; top: 3px; border-top: 2px solid var(--accent); }
.brand-mark span { width: 4px; height: 4px; border-radius: 50%; background: var(--white); position: absolute; bottom: 4px; }
.brand-mark span:first-child { left: 5px; }.brand-mark span:last-child { right: 5px; }
.desktop-nav { display: flex; gap: clamp(20px, 3vw, 42px); margin-left: auto; margin-right: 42px; font-size: 13px; font-weight: 500; }
.desktop-nav a, .mobile-menu a { transition: color .2s ease; }.desktop-nav a:hover { color: var(--accent); }
.button { min-height: 50px; padding: 0 21px; border: 1px solid transparent; display: inline-flex; align-items: center; justify-content: center; gap: 14px; border-radius: 2px; font-weight: 700; font-size: 13px; letter-spacing: .01em; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }.button-small { min-height: 44px; padding-inline: 17px; font-size: 12px; }
.button-dark { background: var(--ink); color: var(--white); }.button-dark:hover { background: #26343d; }
.button-accent { background: var(--accent); color: var(--ink); }.button-accent:hover { background: #edb75b; }
.button-outline-light { border-color: rgba(255,255,255,.45); color: var(--white); background: transparent; }.button-outline-light:hover { background: var(--white); color: var(--ink); }
.menu-toggle { display: none; margin-left: auto; width: 44px; height: 44px; color: white; border: 0; background: transparent; }
.menu-toggle span { display: block; height: 1px; background: currentColor; width: 22px; margin: 6px auto; }
.mobile-menu { display: none; }
.hero { position: relative; min-height: 720px; background: #253038; color: var(--white); overflow: hidden; }
.hero-image { position: absolute; inset: 0; background-image: url('/assets/hero-car.png'); background-position: center; background-size: cover; }
.hero-scrim { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(13,22,27,.94) 0%, rgba(13,22,27,.72) 39%, rgba(13,22,27,.08) 78%), linear-gradient(0deg, rgba(13,22,27,.45), transparent 40%); }
.hero-content { min-height: 720px; position: relative; display: flex; align-items: center; padding-top: 78px; }
.hero-copy { max-width: 620px; padding-top: 48px; }.eyebrow { margin: 0 0 18px; color: var(--accent-dark); text-transform: uppercase; letter-spacing: .18em; font-size: 11px; font-weight: 700; display: flex; align-items: center; gap: 9px; }.eyebrow span { display: inline-block; width: 28px; height: 1px; background: currentColor; }.eyebrow.light { color: var(--accent); }
h1, h2, h3, p { margin-top: 0; } h1, h2, h3 { font-family: var(--serif); }
h1 { max-width: 650px; margin-bottom: 22px; font-size: clamp(46px, 6vw, 78px); line-height: .98; letter-spacing: -.065em; font-weight: 800; }.hero h1 span, h2 em { color: var(--accent); font-style: normal; }
.hero-lead { max-width: 500px; color: rgba(255,255,255,.82); font-size: 18px; line-height: 1.65; margin-bottom: 31px; }
.hero-actions { display: flex; align-items: center; gap: 28px; }.text-link { display: inline-flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 700; border-bottom: 1px solid currentColor; padding-bottom: 3px; }.light-link { color: var(--white); }.dark-link { color: var(--ink); }.text-link:hover { color: var(--accent-dark); }
.hero-trust { display: flex; gap: 19px; margin-top: 55px; color: rgba(255,255,255,.72); font-size: 12px; }.hero-trust i { color: var(--accent); font-style: normal; margin-right: 5px; }
.hero-float-card { position: absolute; right: 0; bottom: 76px; width: 206px; padding: 19px 20px 21px; background: rgba(16,24,32,.8); border: 1px solid rgba(255,255,255,.23); border-radius: 14px; backdrop-filter: blur(10px); }.float-card-label { color: var(--accent); font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }.hero-float-card strong { display: block; margin: 16px 0; font: 700 22px/1.08 var(--serif); letter-spacing: -.04em; }.float-card-line { display: block; width: 35px; height: 2px; background: var(--accent); margin-bottom: 13px; }.float-card-note { display: block; color: rgba(255,255,255,.65); font-size: 11px; line-height: 1.45; }
.scroll-cue { position: absolute; bottom: 22px; left: max(24px, calc((100% - 1180px)/2)); color: rgba(255,255,255,.62); font-size: 11px; text-transform: uppercase; letter-spacing: .17em; display: flex; align-items: center; gap: 11px; }.scroll-cue span { width: 30px; height: 1px; background: currentColor; }
.quick-actions { position: relative; margin-top: -1px; background: var(--accent); }.quick-grid { display: grid; grid-template-columns: repeat(3, 1fr); }.quick-card { display: flex; align-items: center; min-height: 103px; padding: 16px 28px; border: 0; border-left: 1px solid rgba(16,24,32,.16); background: transparent; color: var(--ink); text-align: left; transition: background .2s ease; }.quick-card:last-child { border-right: 1px solid rgba(16,24,32,.16); }.quick-card:hover { background: rgba(255,255,255,.18); }.quick-icon { font-size: 23px; width: 40px; }.quick-card small, .quick-card strong { display: block; }.quick-card small { color: rgba(16,24,32,.63); font-size: 11px; margin-bottom: 3px; }.quick-card strong { font: 700 16px var(--serif); }.quick-arrow { margin-left: auto; font-size: 21px; }.section-pad { padding: 124px 0; }.trust-section { background: var(--paper); }.trust-layout { display: grid; grid-template-columns: .95fr 1.05fr; gap: 100px; align-items: start; }.trust-intro h2, .section-heading h2, .story-copy h2, .faq-section h2 { font-size: clamp(39px, 4.5vw, 62px); line-height: 1.02; letter-spacing: -.06em; margin-bottom: 0; }.trust-copy { padding-top: 44px; }.trust-copy > p { max-width: 450px; color: var(--muted); font-size: 18px; line-height: 1.65; margin-bottom: 35px; }.trust-list { border-top: 1px solid var(--line); }.trust-list > div { display: flex; gap: 16px; align-items: flex-start; padding: 21px 0; border-bottom: 1px solid var(--line); }.check-badge { display: inline-flex; align-items: center; justify-content: center; width: 24px; height: 24px; border-radius: 50%; background: var(--green); color: white; font-size: 13px; flex: 0 0 auto; }.trust-list strong, .trust-list small { display: block; }.trust-list strong { font-family: var(--serif); font-size: 16px; }.trust-list small { color: var(--muted); font-size: 13px; margin-top: 2px; }.inventory-section { background: var(--white); }.split-heading { display: grid; grid-template-columns: 1fr .82fr; gap: 80px; align-items: end; }.heading-side { padding-bottom: 4px; }.heading-side p { color: var(--muted); max-width: 400px; margin-bottom: 18px; }.inventory-toolbar { display: flex; justify-content: space-between; align-items: center; margin-top: 52px; margin-bottom: 21px; border-bottom: 1px solid var(--line); }.filter-tabs { display: flex; gap: 25px; }.filter-tab { position: relative; padding: 0 0 13px; background: transparent; border: 0; color: var(--muted); font-size: 12px; font-weight: 600; }.filter-tab:after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 2px; background: transparent; }.filter-tab.active { color: var(--ink); }.filter-tab.active:after { background: var(--accent-dark); }.inventory-count { color: var(--muted); font-size: 12px; }.vehicle-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 21px; }.vehicle-card { background: var(--paper); border: 1px solid #edf0f0; transition: transform .25s ease, box-shadow .25s ease; }.vehicle-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }.vehicle-card.hidden { display: none; }.vehicle-visual { height: 220px; overflow: hidden; background: #dadfdf; }.vehicle-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.78); transition: transform .4s ease; }.vehicle-card:hover img { transform: scale(1.04); }.visual-two img { object-position: 70% center; filter: saturate(.5) hue-rotate(12deg) brightness(.9); }.visual-three img { object-position: 35% center; filter: saturate(.8) hue-rotate(-10deg) brightness(1.04); }.vehicle-body { padding: 19px 19px 17px; }.vehicle-topline { display: flex; justify-content: space-between; align-items: center; }.vehicle-tag { display: inline-block; padding: 4px 8px; color: var(--ink); background: var(--accent); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }.vehicle-tag.subtle { color: var(--green); background: #d7e5df; }.vehicle-code { color: #9ca6a8; font-size: 10px; letter-spacing: .07em; }.vehicle-body h3 { margin: 17px 0 2px; font-size: 24px; letter-spacing: -.05em; }.vehicle-model { color: var(--muted); font-size: 12px; margin-bottom: 18px; }.vehicle-specs { display: flex; flex-wrap: wrap; gap: 6px 13px; color: var(--muted); font-size: 11px; }.vehicle-specs span + span { padding-left: 13px; border-left: 1px solid #cbd2d3; }.vehicle-footer { display: flex; justify-content: space-between; align-items: end; gap: 10px; margin-top: 23px; padding-top: 15px; border-top: 1px solid var(--line); }.vehicle-footer strong { font: 700 21px var(--serif); letter-spacing: -.04em; }.vehicle-link { border: 0; background: transparent; color: var(--ink); font-size: 11px; font-weight: 700; padding: 0; border-bottom: 1px solid currentColor; }.inventory-note { display: flex; gap: 9px; align-items: center; margin-top: 18px; color: var(--muted); font-size: 11px; }.note-icon { display: inline-flex; align-items: center; justify-content: center; width: 17px; height: 17px; border: 1px solid currentColor; border-radius: 50%; font-size: 10px; }
.services-section { background: #edf0ef; }.section-heading { margin-bottom: 57px; }.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }.service-card { position: relative; min-height: 312px; padding: 23px 23px 26px; background: var(--white); border: 1px solid rgba(16,24,32,.06); display: flex; flex-direction: column; }.service-feature { background: var(--ink); color: var(--white); }.service-number { color: var(--accent-dark); font-size: 11px; font-weight: 700; letter-spacing: .1em; }.service-feature .service-number { color: var(--accent); }.line-icon { display: block; color: var(--accent-dark); font-size: 36px; line-height: 1; margin: 53px 0 25px; }.service-card h3 { font-size: 21px; line-height: 1.1; margin-bottom: 11px; letter-spacing: -.04em; }.service-card p { color: var(--muted); font-size: 13px; line-height: 1.6; margin-bottom: 0; }.service-feature p { color: rgba(255,255,255,.69); }.service-card .text-link { margin-top: auto; align-self: flex-start; font-size: 11px; }.story-section { background: var(--white); }.story-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 115px; align-items: center; }.story-visual { position: relative; height: 570px; }.story-photo { position: absolute; inset: 0 39px 46px 0; background-image: linear-gradient(135deg, rgba(16,24,32,.05), rgba(16,24,32,.2)), url('/assets/hero-car.png'); background-size: cover; background-position: 70% center; }.story-photo:after { content: ""; position: absolute; inset: 22px; border: 1px solid rgba(255,255,255,.45); }.story-stamp { position: absolute; width: 120px; height: 120px; right: 0; top: 50px; border-radius: 50%; display: flex; flex-direction: column; justify-content: center; align-items: center; background: var(--accent); color: var(--ink); transform: rotate(9deg); box-shadow: 0 12px 24px rgba(16,24,32,.14); }.story-stamp strong { font: 800 28px var(--serif); line-height: 1; }.story-stamp span { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }.story-caption { position: absolute; bottom: 0; right: 0; background: var(--ink); color: var(--white); width: 192px; padding: 17px 19px; display: flex; justify-content: space-between; font: 600 12px/1.3 var(--serif); }.story-caption span:first-child { color: var(--accent); font-size: 16px; }.story-lead { font: 600 20px/1.45 var(--serif); letter-spacing: -.03em; }.story-copy > p:not(.eyebrow):not(.story-lead) { color: var(--muted); max-width: 465px; }.signature { display: flex; align-items: center; gap: 12px; margin-top: 36px; font: 700 13px var(--serif); }.signature-line { display: block; width: 43px; height: 2px; background: var(--accent); }.process-section { background: var(--paper); }.centered { text-align: center; }.centered .eyebrow { justify-content: center; }.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }.process-step { position: relative; padding: 33px 25px 0; border-right: 1px solid var(--line); }.process-step:first-child { border-left: 1px solid var(--line); }.process-index { display: block; color: var(--accent-dark); font-size: 11px; font-weight: 700; letter-spacing: .12em; }.process-icon { display: block; color: var(--ink); font-size: 31px; line-height: 1; margin: 30px 0 22px; }.process-step h3 { margin-bottom: 7px; font-size: 19px; }.process-step p { color: var(--muted); font-size: 13px; line-height: 1.55; max-width: 190px; }.testimonial-section { background: var(--ink); color: var(--white); padding: 105px 0; }.testimonial-layout { position: relative; display: grid; grid-template-columns: 86px 1fr 90px; gap: 15px; align-items: start; }.quote-mark { color: var(--accent); font: 800 120px/.8 Georgia, serif; }.testimonial-section blockquote { max-width: 720px; margin: 31px 0 35px; font: 600 clamp(24px, 3vw, 37px)/1.25 var(--serif); letter-spacing: -.04em; }.quote-author { display: flex; align-items: center; gap: 13px; }.avatar { display: flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 50%; background: var(--accent); color: var(--ink); font-weight: 700; }.quote-author strong, .quote-author small { display: block; }.quote-author strong { font-size: 13px; }.quote-author small { color: rgba(255,255,255,.52); font-size: 11px; }.testimonial-side { display: flex; gap: 8px; justify-content: flex-end; color: rgba(255,255,255,.45); font-size: 11px; padding-top: 37px; }.testimonial-side span:first-child { color: var(--accent); }.faq-section { background: var(--white); }.faq-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; align-items: start; }.faq-intro { max-width: 300px; color: var(--muted); margin: 25px 0; font-size: 14px; }.faq-list { border-top: 1px solid var(--line); }.faq-list details { border-bottom: 1px solid var(--line); }.faq-list summary { list-style: none; display: flex; justify-content: space-between; gap: 20px; padding: 21px 0; font: 700 16px var(--serif); cursor: pointer; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span { color: var(--accent-dark); font-size: 22px; line-height: 1; font-weight: 400; transition: transform .2s ease; }.faq-list details[open] summary span { transform: rotate(45deg); }.faq-list details p { color: var(--muted); max-width: 610px; font-size: 13px; line-height: 1.65; padding: 0 30px 21px 0; margin-bottom: 0; }.contact-section { padding: 114px 0; background: var(--ink); color: var(--white); }.contact-layout { display: grid; grid-template-columns: .92fr 1.08fr; gap: 100px; align-items: center; }.contact-copy h2 { font-size: clamp(44px, 5vw, 68px); line-height: 1; letter-spacing: -.065em; margin: 15px 0 23px; }.contact-copy > p:not(.eyebrow) { max-width: 420px; color: rgba(255,255,255,.7); font-size: 17px; }.contact-actions { display: flex; align-items: center; gap: 26px; margin-top: 31px; }.contact-card { background: #1d2930; padding: 27px; border: 1px solid rgba(255,255,255,.12); }.contact-card-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }.contact-card-label { color: var(--accent); text-transform: uppercase; letter-spacing: .16em; font-size: 11px; font-weight: 700; }.contact-pin { color: var(--accent); font-size: 24px; }.contact-map { position: relative; height: 165px; overflow: hidden; background: #304148; }.map-grid { position: absolute; inset: -20%; opacity: .36; transform: rotate(-8deg); background: repeating-linear-gradient(28deg, transparent 0 29px, rgba(255,255,255,.22) 30px 32px, transparent 33px 70px), repeating-linear-gradient(117deg, transparent 0 45px, rgba(255,255,255,.16) 46px 48px, transparent 49px 88px); }.map-pin { position: absolute; left: 50%; top: 47%; transform: translate(-50%,-50%); color: var(--accent); font-size: 34px; text-shadow: 0 3px 8px rgba(0,0,0,.35); }.map-label { position: absolute; left: 18px; bottom: 15px; color: var(--white); font: 700 13px/1.1 var(--serif); }.map-label small { color: var(--accent); font: 500 10px var(--sans); }.contact-details { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; padding: 25px 0; }.contact-details div:last-child { grid-column: span 2; }.contact-details span, .contact-details strong { display: block; }.contact-details span { color: rgba(255,255,255,.5); font-size: 10px; text-transform: uppercase; letter-spacing: .13em; margin-bottom: 4px; }.contact-details strong { font-size: 14px; }.full-button { width: 100%; }.site-footer { background: #0a1115; color: var(--white); }.footer-main { display: grid; grid-template-columns: 1.2fr 1fr .7fr; gap: 40px; padding: 67px 0 57px; }.brand-light { color: var(--white); }.footer-brand p { color: rgba(255,255,255,.52); font-size: 13px; line-height: 1.6; margin-top: 20px; }.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }.footer-links a { display: block; color: rgba(255,255,255,.63); font-size: 13px; margin-top: 9px; }.footer-links a:hover { color: var(--accent); }.footer-label { display: block; color: var(--accent); text-transform: uppercase; letter-spacing: .16em; font-size: 10px; font-weight: 700; }.footer-cta { justify-self: end; }.footer-cta .button { margin-top: 15px; }.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 17px 0; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.38); font-size: 10px; }.footer-bottom span:nth-child(2) { display: flex; gap: 20px; }.footer-bottom a:hover { color: var(--accent); }
.modal-backdrop { position: fixed; z-index: 20; inset: 0; display: grid; place-items: center; padding: 24px; background: rgba(10,17,21,.72); opacity: 0; pointer-events: none; transition: opacity .25s ease; }.modal-backdrop.visible { opacity: 1; pointer-events: auto; }.booking-modal { position: relative; width: min(590px, 100%); max-height: calc(100vh - 48px); overflow-y: auto; padding: 36px 38px 32px; background: var(--white); color: var(--ink); border-radius: 14px; transform: translateY(16px); transition: transform .25s ease; }.modal-backdrop.visible .booking-modal { transform: translateY(0); }.modal-close { position: absolute; top: 17px; right: 19px; width: 33px; height: 33px; border: 1px solid var(--line); background: transparent; font-size: 24px; line-height: 1; color: var(--muted); }.modal-icon { margin-bottom: 18px; color: var(--accent-dark); font-size: 30px; }.booking-modal h2 { margin: 0 0 13px; font-size: 37px; line-height: 1.02; letter-spacing: -.06em; }.modal-copy { color: var(--muted); font-size: 14px; margin-bottom: 26px; }.modal-phone { display: flex; flex-wrap: wrap; gap: 5px; align-items: center; margin: -10px 0 24px; padding: 11px 13px; border: 1px solid var(--line); border-radius: 10px; background: var(--paper); color: var(--muted); font-size: 13px; }.modal-phone a { color: var(--ink); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }.booking-modal form label { display: block; color: var(--ink-soft); font-size: 12px; font-weight: 700; margin-bottom: 17px; }.booking-modal input, .booking-modal select { width: 100%; height: 45px; padding: 0 12px; margin-top: 6px; border: 1px solid var(--line); background: var(--paper); color: var(--ink); outline-color: var(--accent); font-size: 13px; }.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }.form-note { display: block; color: var(--muted); text-align: center; font-size: 10px; margin-top: 11px; }.form-success { text-align: center; padding: 15px 10px 5px; }.success-icon { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; margin-bottom: 13px; border-radius: 50%; background: var(--green); color: white; font-size: 22px; }.form-success h3 { font-size: 23px; margin-bottom: 7px; }.form-success p { color: var(--muted); font-size: 13px; margin-bottom: 22px; }.toast { position: fixed; z-index: 30; right: 22px; bottom: 22px; max-width: 330px; padding: 13px 16px; background: var(--ink); color: var(--white); box-shadow: var(--shadow); font-size: 12px; opacity: 0; transform: translateY(12px); pointer-events: none; transition: .25s ease; }.toast.show { opacity: 1; transform: translateY(0); }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }.reveal.is-visible { opacity: 1; transform: translateY(0); }.reveal-delay { transition-delay: .1s; }.reveal-delay-2 { transition-delay: .18s; }.reveal-delay-3 { transition-delay: .26s; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 28px; }
.testimonial-card { display: flex; flex-direction: column; min-height: 245px; padding: 24px; background: #1d2930; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; }
.testimonial-stars { color: var(--accent); font-size: 14px; letter-spacing: .14em; }
.testimonial-card blockquote { margin: 18px 0 23px; font: 600 16px/1.5 var(--serif); letter-spacing: -.025em; }
.testimonial-card .quote-author { margin-top: auto; }
.testimonial-footnote { margin-top: 22px; color: rgba(255,255,255,.5); font-size: 11px; line-height: 1.5; }
@media (max-width: 900px) { .testimonial-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .testimonial-grid { grid-template-columns: 1fr; }.testimonial-card { min-height: 0; } }
@media (max-width: 900px) { .container { width: min(100% - 36px, 680px); }.desktop-nav, .header-cta { display: none; }.menu-toggle { display: block; }.site-header { top: 0; }.mobile-menu { position: absolute; top: 86px; left: 0; right: 0; display: grid; gap: 0; padding: 8px 18px 18px; background: var(--ink); opacity: 0; transform: translateY(-10px); pointer-events: none; transition: .2s ease; }.mobile-menu.open { opacity: 1; transform: translateY(0); pointer-events: auto; }.mobile-menu a:not(.button) { padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.1); }.mobile-menu .button { margin-top: 16px; }.hero, .hero-content { min-height: 690px; }.hero-scrim { background: linear-gradient(90deg, rgba(13,22,27,.94), rgba(13,22,27,.42)), linear-gradient(0deg, rgba(13,22,27,.65), transparent 70%); }.hero-image { background-position: 64% center; }.hero-float-card { right: 18px; bottom: 55px; transform: scale(.85); transform-origin: bottom right; }.scroll-cue { left: 18px; }.quick-grid { grid-template-columns: 1fr; }.quick-card { min-height: 74px; padding: 14px 20px; border-left: 0; border-bottom: 1px solid rgba(16,24,32,.16); }.quick-card:last-child { border-right: 0; }.section-pad { padding: 86px 0; }.trust-layout, .story-layout, .faq-layout, .contact-layout { grid-template-columns: 1fr; gap: 50px; }.trust-copy { padding-top: 0; }.split-heading { grid-template-columns: 1fr; gap: 20px; }.heading-side { padding-bottom: 0; }.vehicle-grid { grid-template-columns: 1fr 1fr; }.vehicle-grid .vehicle-card:last-child { grid-column: span 2; }.services-grid { grid-template-columns: 1fr 1fr; }.service-card { min-height: 280px; }.story-visual { height: 510px; max-width: 560px; }.process-grid { grid-template-columns: 1fr 1fr; }.process-step { min-height: 180px; }.process-step:nth-child(3) { border-left: 1px solid var(--line); border-top: 1px solid var(--line); }.process-step:nth-child(4) { border-top: 1px solid var(--line); }.testimonial-layout { grid-template-columns: 55px 1fr; }.testimonial-side { grid-column: 2; justify-content: flex-start; padding-top: 0; }.footer-main { grid-template-columns: 1fr 1fr; }.footer-cta { justify-self: start; grid-column: span 2; }.footer-bottom { flex-wrap: wrap; }.contact-card { max-width: 560px; }.faq-layout .section-heading { margin-bottom: 0; } }
@media (max-width: 560px) { .container { width: calc(100% - 32px); }.topline-inner { min-height: 42px; font-size: 10px; }.topline-inner a { display: none; }.brand { font-size: 19px; }.hero, .hero-content { min-height: 680px; }.hero-content { align-items: flex-start; padding-top: 152px; }.hero-copy { padding-top: 0; }.hero h1 { font-size: 48px; }.hero-lead { font-size: 15px; }.hero-actions { flex-wrap: wrap; gap: 18px; }.hero-trust { flex-wrap: wrap; gap: 10px 15px; margin-top: 39px; }.hero-float-card { display: none; }.quick-card strong { font-size: 15px; }.filter-tabs { gap: 14px; overflow-x: auto; max-width: 100%; }.filter-tab { white-space: nowrap; }.inventory-count { display: none; }.vehicle-grid { grid-template-columns: 1fr; }.vehicle-grid .vehicle-card:last-child { grid-column: auto; }.vehicle-visual { height: 205px; }.services-grid { grid-template-columns: 1fr; }.service-card { min-height: 240px; }.story-visual { height: 390px; }.story-photo { inset: 0 22px 38px 0; }.story-stamp { width: 90px; height: 90px; right: 0; top: 25px; }.story-stamp strong { font-size: 21px; }.story-caption { width: 165px; padding: 12px 13px; }.process-grid { grid-template-columns: 1fr; }.process-step, .process-step:nth-child(3), .process-step:nth-child(4) { min-height: 0; border-left: 1px solid var(--line); border-top: 0; border-bottom: 1px solid var(--line); padding-block: 22px; }.process-step:first-child { border-top: 1px solid var(--line); }.process-icon { display: inline-block; width: 50px; margin: 18px 0 0; vertical-align: middle; }.process-step h3 { display: inline-block; vertical-align: middle; margin: 0; }.process-step p { margin: 0 0 0 51px; max-width: 260px; }.testimonial-layout { grid-template-columns: 1fr; }.quote-mark { height: 43px; }.testimonial-layout > div:nth-child(2) { grid-column: 1; }.testimonial-side { grid-column: 1; }.contact-actions { align-items: flex-start; flex-direction: column; }.footer-main { grid-template-columns: 1fr; }.footer-cta { grid-column: auto; }.footer-links { margin-top: 20px; }.footer-bottom { flex-direction: column; gap: 9px; }.footer-bottom span:nth-child(2) { order: 3; }.booking-modal { padding: 30px 20px 25px; }.form-row { grid-template-columns: 1fr; gap: 0; } }
/* Vehicle detail interaction */
.vehicle-card { cursor: pointer; }
.vehicle-card:hover, .vehicle-card:focus-visible { outline: none; transform: translateY(-6px); box-shadow: var(--shadow); }
.vehicle-card:focus-visible { box-shadow: 0 0 0 3px rgba(223,162,68,.45), var(--shadow); }
.vehicle-card:hover img, .vehicle-card:focus-visible img { transform: scale(1.04); }
.detail-modal { position: relative; width: min(1060px, 100%); max-height: calc(100vh - 48px); overflow-y: auto; padding: 28px; background: var(--white); color: var(--ink); transform: translateY(16px); transition: transform .25s ease; }
.modal-backdrop.visible .detail-modal { transform: translateY(0); }
.detail-layout { display: grid; grid-template-columns: 1.08fr .92fr; gap: 34px; }
.detail-gallery { min-width: 0; }
.detail-main-image-wrap { height: 445px; overflow: hidden; background: #dfe3e2; }
.detail-main-image-wrap img { width: 100%; height: 100%; object-fit: cover; }
.detail-thumbs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin-top: 9px; }
.detail-thumb { padding: 0; height: 84px; overflow: hidden; border: 2px solid transparent; background: transparent; cursor: pointer; }
.detail-thumb.active { border-color: var(--accent-dark); }
.detail-thumb img { width: 100%; height: 100%; object-fit: cover; }
.detail-gallery-note { display: block; margin-top: 9px; color: var(--muted); font-size: 10px; line-height: 1.4; }
.detail-copy { padding: 18px 8px 14px 0; }
.detail-topline { display: flex; justify-content: space-between; align-items: center; gap: 15px; }
.detail-copy .eyebrow { margin-bottom: 0; }
.detail-copy h2 { margin: 24px 0 3px; font-size: clamp(38px, 4vw, 56px); line-height: 1; letter-spacing: -.065em; }
.detail-model { color: var(--muted); font-size: 14px; margin-bottom: 20px; }
.detail-description { color: var(--muted); font-size: 14px; line-height: 1.65; max-width: 430px; }
.detail-facts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; margin: 25px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.detail-fact { padding: 12px 10px 12px 0; border-bottom: 1px solid var(--line); }
.detail-fact:nth-last-child(-n+2) { border-bottom: 0; }
.detail-fact span, .detail-fact strong { display: block; }
.detail-fact span { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.detail-fact strong { margin-top: 2px; font: 700 14px var(--serif); }
.detail-equipment { margin-bottom: 24px; }
.detail-label { display: block; color: var(--muted); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 9px; }
.detail-equipment ul { display: flex; flex-wrap: wrap; gap: 6px; padding: 0; margin: 0; list-style: none; }
.detail-equipment li { padding: 5px 8px; background: var(--paper); color: var(--ink-soft); font-size: 11px; }
.detail-bottom { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding-top: 17px; border-top: 1px solid var(--line); }
.detail-bottom strong { font: 700 24px var(--serif); letter-spacing: -.04em; }
.detail-bottom .button { min-height: 46px; padding-inline: 15px; font-size: 12px; }
@media (max-width: 900px) { .detail-layout { grid-template-columns: 1fr; gap: 24px; }.detail-main-image-wrap { height: 330px; }.detail-copy { padding: 0 0 12px; }.detail-copy h2 { margin-top: 18px; } }
@media (max-width: 560px) { .detail-modal { padding: 18px; }.detail-main-image-wrap { height: 245px; }.detail-thumb { height: 67px; }.detail-bottom { align-items: flex-start; flex-direction: column; }.detail-bottom .button { width: 100%; }.detail-facts { margin-top: 20px; } }
/* Always-on call actions */
.vehicle-footer { flex-wrap: wrap; }
.vehicle-call { width: 100%; min-height: 35px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; margin-top: 9px; border: 1px solid var(--ink); color: var(--ink); font-size: 11px; font-weight: 700; transition: background .2s ease, color .2s ease; }
.vehicle-call:hover { background: var(--ink); color: var(--white); }
.button-call { border-color: var(--accent-dark); background: transparent; color: var(--ink); }
.button-call:hover { background: var(--accent); color: var(--ink); }
.floating-call { position: fixed; z-index: 15; right: 24px; bottom: 24px; min-height: 50px; padding: 0 18px 0 14px; display: inline-flex; align-items: center; gap: 9px; background: var(--accent); color: var(--ink); border: 1px solid rgba(16,24,32,.22); box-shadow: 0 12px 30px rgba(16,24,32,.2); font-size: 13px; font-weight: 700; transition: transform .2s ease, background .2s ease; }
.floating-call:hover { transform: translateY(-3px); background: #edb75b; }
.floating-call-icon { display: inline-flex; align-items: center; justify-content: center; width: 26px; height: 26px; border: 1px solid rgba(16,24,32,.35); border-radius: 50%; font-size: 14px; }
@media (max-width: 560px) { .floating-call { right: 15px; bottom: 15px; min-height: 46px; padding-right: 14px; }.detail-bottom .button-call { width: 100%; }.vehicle-call { min-height: 39px; } }

/* Consistent rounded corners for all graphical buttons */
button, .button, .vehicle-link, .vehicle-call, .floating-call { border-radius: 14px; }

/* Rounded vehicle listings and their detail presentation */
.vehicle-card { border-radius: 14px; overflow: hidden; }
.vehicle-visual { border-radius: 14px 14px 0 0; }
.vehicle-tag, .detail-equipment li { border-radius: 6px; }
.detail-modal { border-radius: 14px; }
.detail-main-image-wrap { border-radius: 10px; }
.service-card { border-radius: 14px; }
.story-photo { border-radius: 14px; overflow: hidden; }
.story-photo:after { border-radius: 10px; }
.story-caption { border-radius: 14px; }
.contact-address-map { display: inline-flex; align-items: center; gap: 6px; margin-top: 9px; color: var(--accent); font-size: 11px; font-weight: 700; }

.legal-page { background: var(--paper); }
.legal-page .site-header { margin-bottom: 0; background: rgba(16,24,32,.75); }
.legal-page .header-inner { border-bottom-color: rgba(255,255,255,.12); }
.legal-main { padding: 92px 0 110px; }
.legal-intro { max-width: 780px; margin-bottom: 34px; }
.legal-intro h1 { max-width: 720px; margin: 13px 0 20px; font-size: clamp(42px, 6vw, 74px); line-height: .98; letter-spacing: -.065em; }
.legal-intro h1 em { color: var(--accent-dark); font-style: normal; }
.legal-lead { max-width: 650px; color: var(--muted); font-size: 18px; line-height: 1.65; }
.legal-card { max-width: 900px; padding: clamp(28px, 5vw, 58px); background: var(--white); border: 1px solid #edf0f0; border-radius: 21px; box-shadow: var(--shadow); }
.legal-card h2 { margin: 34px 0 11px; font-size: 26px; line-height: 1.15; letter-spacing: -.04em; }
.legal-card h2:first-child { margin-top: 0; }
.legal-card p { max-width: 760px; margin: 0 0 15px; color: var(--muted); font-size: 15px; line-height: 1.72; }
.legal-card ul { max-width: 760px; margin: 0 0 18px; padding-left: 21px; color: var(--muted); font-size: 15px; line-height: 1.72; }
.legal-card li + li { margin-top: 4px; }
.legal-card strong { color: var(--ink); }
.legal-card a { color: var(--accent-dark); text-decoration: underline; text-underline-offset: 3px; }
.legal-card .legal-note { margin: 23px 0; padding: 15px 17px; border-left: 3px solid var(--accent); background: #fff8eb; color: var(--ink-soft); }
.legal-back { display: inline-flex; margin-top: 28px; }
@media (max-width: 900px) { .legal-main { padding-top: 70px; } }
@media (max-width: 560px) { .legal-main { padding: 58px 0 75px; } .legal-intro h1 { font-size: 46px; } .legal-lead { font-size: 16px; } .legal-card { border-radius: 14px; padding: 25px 20px; } .legal-card h2 { font-size: 23px; } }


/* Social media buttons */
.footer-social { margin-top: 24px; }
.social-buttons { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 12px; }
.social-button { display: inline-flex; align-items: center; gap: 8px; min-height: 38px; padding: 0 13px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: rgba(255,255,255,.82); font-size: 12px; font-weight: 700; transition: border-color .2s ease, color .2s ease, background .2s ease, transform .2s ease; }
.social-button > span { display: inline-flex; align-items: center; justify-content: center; width: 18px; height: 18px; border-radius: 50%; color: var(--ink); background: var(--accent); font: 800 14px/1 Arial, sans-serif; }
.social-button:hover { border-color: var(--accent); background: rgba(255,255,255,.06); color: var(--accent); transform: translateY(-2px); }