/* =============================================================================
   CAR & MOTOR — front-end styles
   Palette: deep black · charcoal · white · metallic silver · one accent (signal ember)
   ========================================================================== */

:root {
    --bg: #09090a;
    --bg-2: #0e0e10;
    --surface: #141417;
    --surface-2: #1b1b1f;
    --line: rgba(255, 255, 255, 0.09);
    --line-strong: rgba(255, 255, 255, 0.18);
    --text: #f4f4f2;
    --muted: #9b9ba3;
    --dim: #6b6b73;
    --silver: #c9ccd1;
    --silver-grad: linear-gradient(135deg, #f5f6f7 0%, #a9adb3 38%, #eceef0 58%, #8c9097 100%);
    --accent: #ff5a2c;
    --accent-2: #ff7a52;
    --accent-soft: rgba(255, 90, 44, 0.14);
    --ok: #3ecf8e;
    --warn: #f5b544;
    --danger: #ff4d5e;
    --wa: #25d366;

    --font: "Archivo", "Helvetica Neue", Arial, sans-serif;
    --mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;

    --radius: 6px;
    --radius-lg: 12px;
    --ease: cubic-bezier(0.22, 1, 0.36, 1);
    --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
    --header-h: 84px;
    --gutter: clamp(16px, 4vw, 56px);
    --maxw: 1440px;
    --section: clamp(84px, 11vw, 168px);
}

/* ---- Reset ------------------------------------------------------------------ */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; scroll-behavior: auto; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-stopped { overflow: hidden; }
body {
    margin: 0;
    background: var(--bg);
    color: var(--text);
    font-family: var(--font);
    font-size: 16px;
    line-height: 1.6;
    font-variation-settings: "wdth" 100;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}
img, svg, video { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
input, select, textarea { font: inherit; color: inherit; }
h1, h2, h3, h4, p, ul, ol, dl, dd, figure, blockquote { margin: 0; }
ul[class], ol[class], nav ul, .footer ul { list-style: none; padding: 0; margin: 0; }
[hidden] { display: none !important; }
::selection { background: var(--accent); color: #fff; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 2px; }

.skip-link { position: fixed; left: 16px; top: -60px; z-index: 1000; background: var(--text); color: var(--bg); padding: 10px 16px; border-radius: var(--radius); transition: top .2s; }
.skip-link:focus { top: 16px; }

/* ---- Layout ----------------------------------------------------------------- */
.container, .container-wide { width: 100%; margin-inline: auto; padding-inline: var(--gutter); }
.container { max-width: 920px; }
.container-wide { max-width: var(--maxw); }
.section { padding-block: var(--section); position: relative; }
.section--tight { padding-block: clamp(48px, 6vw, 96px); }
.section--line { border-top: 1px solid var(--line); }
.section--panel { background: var(--bg-2); border-block: 1px solid var(--line); }

/* ---- Typography ------------------------------------------------------------- */
.display-1, .display-2, .display-3, .hero__title {
    font-weight: 650;
    font-variation-settings: "wdth" 112;
    letter-spacing: -0.035em;
    line-height: 0.98;
    text-wrap: balance;
}
.display-1 { font-size: clamp(2.6rem, 7.2vw, 7rem); }
.display-2 { font-size: clamp(2.1rem, 5vw, 4.6rem); }
.display-3 { font-size: clamp(1.7rem, 3.2vw, 2.8rem); letter-spacing: -0.025em; }
.lead { font-size: clamp(1.02rem, 1.3vw, 1.2rem); color: var(--muted); max-width: 46ch; line-height: 1.6; }
.eyebrow {
    display: inline-flex; align-items: center; gap: 10px;
    font-family: var(--mono); font-size: 11.5px; font-weight: 500;
    letter-spacing: 0.18em; text-transform: uppercase; color: var(--silver);
}
.mono { font-family: var(--mono); font-size: 12px; letter-spacing: 0.06em; }
.muted { color: var(--muted); }
.dot { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--silver); flex: none; }
.dot--accent { background: var(--accent); box-shadow: 0 0 0 4px var(--accent-soft); }
.dot--silver { background: var(--silver); }
.prose { color: var(--muted); font-size: 1.05rem; }
.prose p + p, .prose p + h2, .prose ul + h2, .prose p + ul { margin-top: 1.1em; }
.prose h2 { color: var(--text); font-size: 1.3rem; font-weight: 600; margin-top: 2em; margin-bottom: .5em; letter-spacing: -0.01em; }
.prose h3 { color: var(--text); font-size: 1.1rem; margin-top: 1.5em; }
.prose strong { color: var(--text); }
.prose ul { padding-left: 1.2em; }
.prose--page { max-width: 760px; }

/* Split-text helpers (GSAP) */
.line { display: block; overflow: hidden; padding-bottom: 0.08em; margin-bottom: -0.08em; }
.line__inner { display: block; will-change: transform; }
.word { display: inline-block; overflow: hidden; vertical-align: top; padding-bottom: 0.1em; margin-bottom: -0.1em; }
.word > span { display: inline-block; will-change: transform; }

/* ---- Links & buttons -------------------------------------------------------- */
.u-link { position: relative; display: inline-flex; align-items: center; gap: 8px; }
.u-link::after {
    content: ""; position: absolute; left: 0; right: 0; bottom: -2px; height: 1px; background: currentColor;
    transform: scaleX(0); transform-origin: right; transition: transform .5s var(--ease);
}
.u-link:hover::after { transform: scaleX(1); transform-origin: left; }
.u-link--arrow { font-size: 14px; font-weight: 500; letter-spacing: .02em; }
.u-link--arrow .icon { transition: transform .4s var(--ease); }
.u-link--arrow:hover .icon { transform: translateX(4px); }

.btn {
    --h: 52px;
    position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 12px;
    height: var(--h); padding: 0 26px; border-radius: 2px; overflow: hidden; isolation: isolate;
    font-size: 12.5px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; white-space: nowrap;
    border: 1px solid transparent; transition: color .4s var(--ease), border-color .4s var(--ease), background-color .4s var(--ease), transform .4s var(--ease);
}
.btn::before {
    content: ""; position: absolute; inset: 0; z-index: -1; transform: translateY(101%);
    transition: transform .55s var(--ease); background: var(--fill, var(--text));
}
.btn:hover::before { transform: translateY(0); }
.btn .icon { transition: transform .45s var(--ease); }
.btn:hover .icon { transform: translateX(4px); }
.btn--sm { --h: 42px; padding: 0 18px; font-size: 11.5px; }
.btn--lg { --h: 60px; padding: 0 32px; }
.btn--block { width: 100%; }
.btn--light { background: var(--text); color: var(--bg); --fill: var(--accent); }
.btn--light:hover { color: #fff; }
.btn--accent { background: var(--accent); color: #fff; --fill: var(--text); }
.btn--accent:hover { color: var(--bg); }
.btn--outline { border-color: var(--line-strong); color: var(--text); --fill: var(--text); }
.btn--outline:hover { color: var(--bg); border-color: var(--text); }
.btn--ghost { border-color: var(--line); color: var(--text); background: rgba(255,255,255,.02); --fill: rgba(255,255,255,.08); }
.btn--ghost.is-active { border-color: var(--accent); color: var(--accent); }
.btn--ghost.is-active .icon { fill: currentColor; }
.btn--wa { background: var(--wa); color: #06270f; --fill: #1fb457; }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; }

.icon-btn { position: relative; display: inline-grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; color: var(--text); transition: background .3s; }
.icon-btn:hover { background: rgba(255,255,255,.07); }
.icon-btn__count { position: absolute; top: 4px; right: 2px; min-width: 18px; height: 18px; padding: 0 5px; border-radius: 9px; background: var(--accent); color: #fff; font: 600 10px/18px var(--mono); text-align: center; }

.round-btn {
    display: inline-grid; place-items: center; width: 42px; height: 42px; border-radius: 50%;
    background: rgba(10,10,11,.55); border: 1px solid var(--line-strong); color: var(--text);
    backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
    transition: background .3s, color .3s, border-color .3s, transform .3s var(--ease);
}
.round-btn:hover { background: var(--text); color: var(--bg); border-color: var(--text); }
.round-btn.is-active { background: var(--accent); border-color: var(--accent); color: #fff; }
.round-btn.is-active .icon { fill: currentColor; }
.round-btn--lg { width: 56px; height: 56px; }
.round-btn--wa { background: var(--wa); color: #06270f; border-color: var(--wa); }

.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chips--scroll { flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; margin-inline: calc(var(--gutter) * -1); padding-inline: var(--gutter); }
.chips--scroll::-webkit-scrollbar { display: none; }
.chip {
    flex: none; height: 38px; padding: 0 18px; border-radius: 999px; border: 1px solid var(--line-strong);
    font-size: 13px; color: var(--muted); transition: all .3s var(--ease);
}
.chip:hover { color: var(--text); border-color: var(--text); }
.chip.is-active { background: var(--text); color: var(--bg); border-color: var(--text); }

.tag { display: inline-flex; align-items: center; height: 26px; padding: 0 10px; border: 1px solid var(--line-strong); border-radius: 2px; font: 500 11px/1 var(--mono); letter-spacing: .1em; text-transform: uppercase; color: var(--silver); }
.tag--available { border-color: rgba(62,207,142,.4); color: var(--ok); }
.tag--reserved { border-color: rgba(245,181,68,.4); color: var(--warn); }
.tag--sold { border-color: rgba(255,77,94,.4); color: var(--danger); }

.badge { display: inline-flex; align-items: center; height: 24px; padding: 0 10px; border-radius: 999px; font: 500 11px/1 var(--mono); letter-spacing: .06em; text-transform: uppercase; background: rgba(255,255,255,.07); color: var(--silver); white-space: nowrap; }
.badge--new, .badge--pending { background: rgba(255,90,44,.14); color: var(--accent-2); }
.badge--confirmed, .badge--completed, .badge--sold, .badge--booked, .badge--closed, .badge--active { background: rgba(62,207,142,.13); color: var(--ok); }
.badge--cancelled, .badge--lost, .badge--suspended { background: rgba(255,77,94,.13); color: var(--danger); }
.badge--rescheduled, .badge--negotiation, .badge--test_drive, .badge--read { background: rgba(245,181,68,.13); color: var(--warn); }
.badge--contacted, .badge--interested { background: rgba(120,160,255,.13); color: #9db8ff; }

.panel { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(22px, 3vw, 40px); }
.panel__title { font-size: 1.25rem; font-weight: 600; margin-bottom: 22px; letter-spacing: -0.01em; }
.panel--form .display-3 { margin: 10px 0 8px; }
.panel--form > .muted { margin-bottom: 28px; }

/* ---- Preloader -------------------------------------------------------------- */
.preloader { position: fixed; inset: 0; z-index: 900; background: var(--bg); display: grid; place-items: center; }
.preloader__inner { text-align: center; width: min(320px, 70vw); }
.preloader__brand { font-weight: 700; font-variation-settings: "wdth" 125; letter-spacing: 0.32em; font-size: 14px; margin-bottom: 28px; background: var(--silver-grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.preloader__count { font: 400 clamp(3rem, 10vw, 5.5rem)/1 var(--mono); letter-spacing: -0.04em; font-variant-numeric: tabular-nums; }
.preloader__bar { margin-top: 22px; height: 1px; background: var(--line-strong); overflow: hidden; }
.preloader__bar span { display: block; height: 100%; background: var(--accent); transform-origin: left; transform: scaleX(0); }
html:not(.js) .preloader, html.is-returning .preloader { display: none; }

/* ---- Page transition -------------------------------------------------------- */
.transition { position: fixed; inset: 0; z-index: 850; pointer-events: none; }
.transition__panel { position: absolute; inset: 0; background: #050506; transform: translateY(100%); }
.transition__mark { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); font-weight: 700; font-variation-settings: "wdth" 125; letter-spacing: 0.3em; font-size: 13px; color: var(--silver); opacity: 0; }
html.is-returning .transition__panel { transform: translateY(0); }

/* ---- Cursor ----------------------------------------------------------------- */
.cursor { position: fixed; left: 0; top: 0; z-index: 950; pointer-events: none; display: none; mix-blend-mode: normal; }
.has-cursor .cursor { display: block; }
.has-cursor, .has-cursor a, .has-cursor button, .has-cursor [data-cursor] { cursor: none; }
.has-cursor input, .has-cursor select, .has-cursor textarea { cursor: auto; }
.cursor__dot { position: absolute; width: 6px; height: 6px; margin: -3px 0 0 -3px; border-radius: 50%; background: var(--text); transition: opacity .2s; }
.cursor__ring {
    position: absolute; width: 38px; height: 38px; margin: -19px 0 0 -19px; border-radius: 50%;
    border: 1px solid rgba(255,255,255,.45); display: grid; place-items: center;
    transition: width .45s var(--ease), height .45s var(--ease), margin .45s var(--ease), background .35s, border-color .35s;
}
.cursor__label { font: 600 10.5px/1 var(--mono); letter-spacing: .16em; text-transform: uppercase; color: var(--bg); opacity: 0; transform: scale(.6); transition: opacity .25s, transform .35s var(--ease); }
.cursor.is-label .cursor__ring { width: 88px; height: 88px; margin: -44px 0 0 -44px; background: var(--text); border-color: var(--text); }
.cursor.is-label .cursor__label { opacity: 1; transform: none; }
.cursor.is-label .cursor__dot { opacity: 0; }
.cursor.is-link .cursor__ring { width: 56px; height: 56px; margin: -28px 0 0 -28px; border-color: var(--accent); }
.cursor.is-hidden { opacity: 0; }

/* ---- Header ----------------------------------------------------------------- */
.site-header {
    position: fixed; inset: 0 0 auto; z-index: 500; height: var(--header-h);
    transition: height .5s var(--ease), background-color .5s, border-color .5s, transform .5s var(--ease);
    border-bottom: 1px solid transparent;
}
.site-header.is-scrolled {
    height: 68px; background: rgba(9, 9, 10, 0.72); border-color: var(--line);
    backdrop-filter: blur(18px) saturate(140%); -webkit-backdrop-filter: blur(18px) saturate(140%);
}
.site-header.is-hidden { transform: translateY(-100%); }
.site-header__inner { height: 100%; display: flex; align-items: center; gap: 24px; }
.logo { display: inline-flex; align-items: center; gap: 12px; flex: none; }
.logo img { height: 32px; width: auto; }
.logo__mark { color: var(--text); }
.logo__text { font-weight: 700; font-variation-settings: "wdth" 125; letter-spacing: 0.22em; font-size: 14px; white-space: nowrap; }
.logo--lg .logo__text { font-size: 18px; }
.nav { margin-left: auto; }
.nav ul { display: flex; gap: 6px; }
.nav__link { position: relative; display: block; padding: 8px 14px; font-size: 13.5px; font-weight: 500; letter-spacing: .02em; color: rgba(244,244,242,.78); transition: color .3s; }
.nav__link:hover, .nav__link.is-active { color: var(--text); }
.nav__link::after { content: ""; position: absolute; left: 14px; right: 14px; bottom: 2px; height: 1px; background: var(--accent); transform: scaleX(0); transform-origin: right; transition: transform .5s var(--ease); }
.nav__link:hover::after, .nav__link.is-active::after { transform: scaleX(1); transform-origin: left; }
.header-actions { display: flex; align-items: center; gap: 6px; }
.header-actions .btn { margin-left: 10px; }
.menu-toggle { display: none; position: relative; width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line-strong); margin-left: 4px; }
.menu-toggle span { position: absolute; left: 13px; right: 13px; height: 1.5px; background: var(--text); transition: transform .5s var(--ease), top .5s var(--ease); }
.menu-toggle span:nth-child(1) { top: 17px; }
.menu-toggle span:nth-child(2) { top: 25px; }
.menu-open .menu-toggle span:nth-child(1) { top: 21px; transform: rotate(45deg); }
.menu-open .menu-toggle span:nth-child(2) { top: 21px; transform: rotate(-45deg); }

/* Mobile menu */
.mobile-menu { position: fixed; inset: 0; z-index: 480; visibility: hidden; pointer-events: none; }
.mobile-menu__bg { position: absolute; inset: 0; background: #070708; transform: scaleY(0); transform-origin: top; }
.mobile-menu__inner { position: relative; height: 100%; display: flex; flex-direction: column; justify-content: space-between; padding: calc(var(--header-h) + 24px) var(--gutter) 32px; overflow-y: auto; }
.mobile-menu__list li { overflow: hidden; border-bottom: 1px solid var(--line); }
.mobile-menu__list a { display: flex; align-items: baseline; gap: 18px; padding: 16px 0; font-size: clamp(2rem, 9vw, 3.4rem); font-weight: 600; font-variation-settings: "wdth" 112; letter-spacing: -0.03em; line-height: 1.05; }
.mobile-menu__list .mono { color: var(--accent); font-size: 11px; }
.mobile-menu__foot { display: grid; gap: 20px; padding-top: 32px; }
.mobile-menu__contact { display: grid; gap: 6px; color: var(--muted); font-size: 14px; }
.menu-open .mobile-menu { visibility: visible; pointer-events: auto; }
.menu-open { overflow: hidden; }

/* ---- Hero ------------------------------------------------------------------- */
.hero { position: relative; min-height: 100vh; min-height: 100svh; display: flex; align-items: flex-end; overflow: hidden; isolation: isolate; }
.hero__bg { position: absolute; inset: 0; z-index: -3; background: radial-gradient(120% 80% at 70% 40%, #1a1b1f 0%, var(--bg) 60%); }
.hero__grid { position: absolute; inset: 0; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 80px 80px; mask-image: radial-gradient(70% 60% at 60% 40%, #000 20%, transparent 75%); -webkit-mask-image: radial-gradient(70% 60% at 60% 40%, #000 20%, transparent 75%); opacity: .5; }
.hero__glow { position: absolute; width: 60vw; height: 60vw; right: -10vw; top: -10vw; background: radial-gradient(circle, rgba(255,90,44,.16), transparent 60%); filter: blur(20px); }
.hero__media { position: absolute; inset: 0; z-index: -2; overflow: hidden; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: 62% 55%; transform-origin: 60% 60%; }
.hero__shade { position: absolute; inset: 0; z-index: -1; pointer-events: none;
    background:
        linear-gradient(90deg, rgba(9,9,10,.92) 0%, rgba(9,9,10,.55) 38%, rgba(9,9,10,0) 70%),
        linear-gradient(0deg, rgba(9,9,10,1) 0%, rgba(9,9,10,.35) 30%, rgba(9,9,10,0) 55%),
        linear-gradient(180deg, rgba(9,9,10,.7) 0%, rgba(9,9,10,0) 22%);
}
.hero__content { padding-top: calc(var(--header-h) + 60px); padding-bottom: clamp(110px, 16vh, 170px); }
.hero__eyebrow { margin-bottom: clamp(20px, 3vh, 32px); }
.hero__title { font-size: clamp(3rem, 9.4vw, 9.6rem); max-width: 12ch; }
.hero__title .line:nth-child(2) .line__inner { background: var(--silver-grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero__text { margin-top: clamp(20px, 3vh, 32px); max-width: 44ch; color: rgba(244,244,242,.72); font-size: clamp(1rem, 1.25vw, 1.15rem); }
.hero .btn-row { margin-top: clamp(28px, 4vh, 44px); }
.hero__card {
    position: absolute; right: var(--gutter); bottom: clamp(110px, 16vh, 170px); width: 280px;
    display: grid; gap: 6px; padding: 20px 22px; border-radius: var(--radius-lg);
    background: rgba(20,20,23,.45); border: 1px solid var(--line-strong);
    backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
    transition: border-color .4s, transform .5s var(--ease);
}
.hero__card:hover { border-color: rgba(255,255,255,.4); transform: translateY(-4px); }
.hero__card strong { font-size: 1.2rem; font-weight: 600; letter-spacing: -0.01em; }
.hero__card-specs { display: flex; gap: 14px; color: var(--muted); }
.hero__card-price { display: flex; align-items: center; justify-content: space-between; margin-top: 8px; padding-top: 12px; border-top: 1px solid var(--line); font-weight: 600; color: var(--accent-2); }
.hero__scroll { position: absolute; left: 50%; bottom: 26px; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 12px; color: var(--muted); }
.hero__scroll .mono { font-size: 10.5px; letter-spacing: .24em; text-transform: uppercase; }
.hero__scroll-line { position: relative; width: 1px; height: 54px; background: var(--line-strong); overflow: hidden; }
.hero__scroll-line span { position: absolute; left: 0; top: 0; width: 1px; height: 45%; background: var(--text); animation: scrollLine 2.2s var(--ease-in-out) infinite; }
@keyframes scrollLine { 0% { transform: translateY(-100%); } 100% { transform: translateY(230%); } }

/* Hero intro initial states — only when JS is running */
.js .hero__media img { transform: scale(1.18); }
.js [data-hero-title] .line__inner { transform: translateY(110%); }
.js [data-hero-eyebrow], .js [data-hero-text], .js [data-hero-cta], .js [data-hero-card], .js [data-hero-scroll] { opacity: 0; }
.js .is-home .site-header { opacity: 0; }

/* ---- Marquee ---------------------------------------------------------------- */
.marquee { border-block: 1px solid var(--line); overflow: hidden; padding: 22px 0; background: var(--bg); }
.marquee__track { display: flex; align-items: center; gap: 44px; width: max-content; animation: marquee 40s linear infinite; }
.marquee__track span { font-size: clamp(1.1rem, 2vw, 1.6rem); font-weight: 600; font-variation-settings: "wdth" 120; letter-spacing: .08em; text-transform: uppercase; color: rgba(244,244,242,.34); white-space: nowrap; transition: color .3s; }
.marquee__track span:hover { color: var(--text); }
.marquee__track i { color: var(--accent); font-style: normal; font-size: 12px; }
.marquee:hover .marquee__track { animation-play-state: paused; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---- Section heads ---------------------------------------------------------- */
.section-head { margin-bottom: clamp(36px, 5vw, 72px); display: grid; gap: 18px; }
.section-head--split { grid-template-columns: 1fr auto; align-items: end; gap: 24px 60px; }
.section-head__text { max-width: 40ch; }
.slider-nav { display: flex; gap: 10px; }

/* ---- Showcase / vehicle grid ------------------------------------------------ */
.showcase__bar { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 32px; }
.vgrid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(16px, 2vw, 28px); transition: opacity .35s; }
.vgrid.is-loading { opacity: .35; pointer-events: none; }

.vcard {
    position: relative; display: flex; flex-direction: column; background: var(--surface); border: 1px solid var(--line);
    border-radius: var(--radius-lg); overflow: hidden; transform-style: preserve-3d; will-change: transform;
    transition: border-color .5s var(--ease), box-shadow .6s var(--ease), translate .6s var(--ease);
}
.vcard:hover { border-color: rgba(255,255,255,.2); box-shadow: 0 40px 80px -30px rgba(0,0,0,.8); translate: 0 -8px; }
.vcard__media { position: relative; display: block; aspect-ratio: 3 / 2; overflow: hidden; background: var(--surface-2); }
.vcard__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s var(--ease), filter .6s; }
.vcard:hover .vcard__media img { transform: scale(1.07); }
.vcard__shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(9,9,10,.45) 0%, transparent 35%, transparent 70%, rgba(20,20,23,.6) 100%); }
.vcard.is-sold .vcard__media img { filter: grayscale(.8) brightness(.7); }
.vcard__status { position: absolute; top: 14px; left: 14px; display: inline-flex; align-items: center; gap: 7px; height: 26px; padding: 0 10px; border-radius: 999px; font: 500 10.5px/1 var(--mono); letter-spacing: .12em; text-transform: uppercase; background: rgba(9,9,10,.6); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); border: 1px solid var(--line-strong); }
.vcard__status::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--ok); }
.vcard__status--reserved::before { background: var(--warn); }
.vcard__status--sold::before { background: var(--danger); }
.vcard__tag { position: absolute; top: 48px; left: 14px; height: 22px; padding: 0 8px; display: inline-flex; align-items: center; border-radius: 999px; font: 500 9.5px/1 var(--mono); letter-spacing: .1em; text-transform: uppercase; background: rgba(201,204,209,.9); color: var(--bg); }
.vcard__actions { position: absolute; top: 12px; right: 12px; display: flex; gap: 8px; z-index: 2; }
.vcard__actions .round-btn { width: 38px; height: 38px; }
.vcard__body { display: flex; flex-direction: column; flex: 1; padding: 22px 22px 20px; }
.vcard__head { display: flex; justify-content: space-between; align-items: center; }
.vcard__year { color: var(--muted); }
.vcard__model { margin-top: 8px; font-size: clamp(1.35rem, 1.9vw, 1.7rem); font-weight: 650; font-variation-settings: "wdth" 110; letter-spacing: -0.025em; line-height: 1.1; }
.vcard__model a::after { content: ""; position: absolute; inset: 0; z-index: 1; }
.vcard__variant { color: var(--muted); font-size: 14px; margin-top: 4px; }
.vcard__specs { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 14px; margin: 20px 0 22px; padding-top: 18px; border-top: 1px solid var(--line); font-size: 13.5px; color: var(--silver); }
.vcard__specs li { display: flex; align-items: center; gap: 8px; min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.vcard__specs .icon { color: var(--dim); flex: none; transition: color .4s; }
.vcard:hover .vcard__specs .icon { color: var(--accent); }
.vcard__foot { margin-top: auto; display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; }
.vcard__price { display: grid; gap: 2px; }
.vcard__price .mono { font-size: 10.5px; color: var(--dim); text-transform: uppercase; letter-spacing: .14em; }
.vcard__price strong { font-size: 1.3rem; font-weight: 650; letter-spacing: -0.01em; transition: color .4s; font-variant-numeric: tabular-nums; }
.vcard:hover .vcard__price strong { color: var(--accent-2); }
.vcard__cta { position: relative; z-index: 2; display: inline-flex; align-items: center; gap: 8px; height: 40px; padding: 0 14px; border: 1px solid var(--line-strong); border-radius: 999px; font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; transition: background .4s var(--ease), color .4s, border-color .4s; }
.vcard__cta span { max-width: 0; overflow: hidden; white-space: nowrap; transition: max-width .6s var(--ease); }
.vcard:hover .vcard__cta { background: var(--text); color: var(--bg); border-color: var(--text); }
.vcard:hover .vcard__cta span { max-width: 120px; }
@media (hover: none) { .vcard__cta span { max-width: 120px; } }

/* Reveal-on-hover details (desktop) */
@media (hover: hover) and (min-width: 1024px) {
    .vcard__specs li { opacity: .72; transition: opacity .5s var(--ease), transform .5s var(--ease); }
    .vcard:hover .vcard__specs li { opacity: 1; }
}

/* ---- Cinematic scroll section ---------------------------------------------- */
.cinema { position: relative; }
.cinema__pin { position: relative; height: 100vh; height: 100svh; min-height: 620px; overflow: hidden; display: flex; align-items: flex-end; isolation: isolate; }
.cinema__bg { position: absolute; inset: 0; z-index: -3; background: #050506; }
.cinema__media { position: absolute; inset: 0; z-index: -2; }
.cinema__media img { width: 100%; height: 100%; object-fit: cover; object-position: center 60%; }
.cinema__shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, rgba(9,9,10,.96) 0%, rgba(9,9,10,.5) 38%, rgba(9,9,10,.15) 70%, rgba(9,9,10,.6) 100%); }
.cinema__inner { display: grid; grid-template-columns: 1.2fr 1fr; gap: 40px 80px; align-items: end; padding-bottom: clamp(48px, 8vh, 96px); }
.cinema__copy { display: grid; gap: 22px; justify-items: start; }
.cinema__copy .display-1 { max-width: 11ch; }
.cinema__specs { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; }
.cinema__specs li { display: grid; gap: 6px; padding: 20px 22px; background: rgba(9,9,10,.6); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
.cinema__specs li:last-child:nth-child(odd) { grid-column: 1 / -1; }
.cinema__specs .mono { color: var(--muted); text-transform: uppercase; font-size: 10.5px; letter-spacing: .16em; }
.cinema__specs strong { font-size: clamp(1.1rem, 1.6vw, 1.45rem); font-weight: 600; letter-spacing: -0.01em; }

/* ---- Feature hotspots ------------------------------------------------------- */
.hotspots { position: relative; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); background: var(--surface); }
.hotspots > img { width: 100%; aspect-ratio: 16 / 8; object-fit: cover; }
.hotspot { position: absolute; left: var(--x); top: var(--y); width: 44px; height: 44px; margin: -22px 0 0 -22px; border-radius: 50%; display: grid; place-items: center; }
.hotspot span { position: relative; width: 14px; height: 14px; border-radius: 50%; background: var(--text); box-shadow: 0 0 0 6px rgba(255,255,255,.18); transition: background .3s, box-shadow .3s, transform .4s var(--ease); }
.hotspot::before { content: ""; position: absolute; inset: 0; border-radius: 50%; border: 1px solid rgba(255,255,255,.6); animation: pulse 2.4s var(--ease) infinite; }
.hotspot:hover span, .hotspot.is-active span { background: var(--accent); box-shadow: 0 0 0 8px var(--accent-soft); transform: scale(1.15); }
@keyframes pulse { 0% { transform: scale(.5); opacity: 1; } 100% { transform: scale(1.6); opacity: 0; } }
.hotspots__panel { position: absolute; left: 24px; bottom: 24px; width: min(360px, calc(100% - 48px)); padding: 22px 24px; border-radius: var(--radius-lg); background: rgba(9,9,10,.7); border: 1px solid var(--line-strong); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); }
.hotspots__item { display: none; }
.hotspots__item.is-active { display: grid; gap: 8px; animation: fadeUp .5s var(--ease); }
.hotspots__icon { color: var(--accent); }
.hotspots__item h3 { font-size: 1.15rem; font-weight: 600; }
.hotspots__item p { color: var(--muted); font-size: 14.5px; }
.hotspots__list { display: flex; flex-wrap: wrap; gap: 10px 28px; margin-top: 26px; }
.hotspots__list button { display: inline-flex; align-items: center; gap: 10px; font-size: 15px; color: var(--muted); transition: color .3s; }
.hotspots__list button:hover, .hotspots__list button.is-active { color: var(--text); }
.hotspots__list button.is-active .dot { background: var(--accent); }
@keyframes fadeUp { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }

/* ---- Brands ----------------------------------------------------------------- */
.brand-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; }
.brand-tile { position: relative; display: flex; flex-direction: column; justify-content: space-between; gap: 30px; min-height: 180px; padding: 26px; background: var(--bg); overflow: hidden; transition: background .5s var(--ease); }
.brand-tile::before { content: ""; position: absolute; inset: 0; background: radial-gradient(60% 80% at 50% 110%, var(--accent-soft), transparent 70%); opacity: 0; transition: opacity .6s; }
.brand-tile:hover { background: var(--surface); }
.brand-tile:hover::before { opacity: 1; }
.brand-tile__logo { position: relative; display: flex; align-items: center; height: 60px; }
.brand-tile__logo img { max-height: 44px; width: auto; filter: grayscale(1) brightness(1.6); opacity: .8; transition: all .5s var(--ease); }
.brand-tile__word { font-size: clamp(1.25rem, 2vw, 1.75rem); font-weight: 650; font-variation-settings: "wdth" 118; letter-spacing: -0.01em; color: rgba(244,244,242,.6); transition: color .5s, transform .6s var(--ease), letter-spacing .6s var(--ease); display: inline-block; }
.brand-tile:hover .brand-tile__word { color: var(--text); transform: translateY(-3px); letter-spacing: .02em; }
.brand-tile:hover .brand-tile__logo img { filter: none; opacity: 1; transform: scale(1.05); }
.brand-tile__meta { position: relative; display: flex; justify-content: space-between; color: var(--dim); text-transform: uppercase; }
.brand-tile__meta .mono { font-size: 10.5px; letter-spacing: .14em; }
.brand-tile__arrow { position: absolute; top: 22px; right: 22px; color: var(--muted); opacity: 0; transform: translate(-6px, 6px); transition: all .5s var(--ease); }
.brand-tile:hover .brand-tile__arrow { opacity: 1; transform: none; color: var(--accent); }

/* ---- Services --------------------------------------------------------------- */
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(12px, 1.5vw, 20px); }
.service { position: relative; display: flex; flex-direction: column; gap: 14px; min-height: 280px; padding: 28px 26px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: linear-gradient(180deg, var(--surface) 0%, var(--bg) 100%); overflow: hidden; transition: border-color .5s, transform .6s var(--ease); }
.service::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: var(--accent); transform: scaleX(0); transform-origin: left; transition: transform .7s var(--ease); }
.service:hover { border-color: rgba(255,255,255,.18); transform: translateY(-6px); }
.service:hover::after { transform: scaleX(1); }
.service__num { color: var(--dim); }
.service__icon { display: grid; place-items: center; width: 56px; height: 56px; border-radius: 50%; border: 1px solid var(--line-strong); color: var(--silver); margin-top: 18px; transition: transform .6s var(--ease), color .4s, border-color .4s, background .4s; }
.service:hover .service__icon { transform: rotate(-8deg) scale(1.06); color: var(--accent); border-color: var(--accent); background: var(--accent-soft); }
.service__title { font-size: 1.2rem; font-weight: 600; letter-spacing: -0.01em; margin-top: auto; }
.service__text { color: var(--muted); font-size: 14.5px; line-height: 1.55; }
.service__link { position: absolute; top: 24px; right: 22px; color: var(--muted); transition: transform .5s var(--ease), color .3s; }
.service:hover .service__link { color: var(--text); transform: translate(3px, -3px); }

/* ---- About & stats ---------------------------------------------------------- */
.about { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 7vw, 120px); align-items: center; }
.about__media { position: relative; border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 4 / 5; }
.about__media img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.12); }
.about__copy { display: grid; gap: 26px; justify-items: start; }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: clamp(60px, 8vw, 120px); border-top: 1px solid var(--line); }
.stat { padding: 32px 24px 8px 0; border-right: 1px solid var(--line); }
.stat + .stat { padding-left: 28px; }
.stat:last-child { border-right: 0; }
.stat__value { font-size: clamp(2.8rem, 6vw, 5.6rem); font-weight: 650; font-variation-settings: "wdth" 115; letter-spacing: -0.04em; line-height: 1; font-variant-numeric: tabular-nums; }
.stat__suffix { color: var(--accent); }
.stat__label { margin-top: 12px; color: var(--muted); font-size: 14px; }
.values { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.value { display: grid; gap: 12px; align-content: start; padding: 28px 0; border-top: 1px solid var(--line-strong); }
.value .mono { color: var(--accent); }
.value__icon { color: var(--silver); margin-top: 12px; }
.value h3 { font-size: 1.2rem; font-weight: 600; }
.value p { color: var(--muted); font-size: 14.5px; }

/* ---- EMI -------------------------------------------------------------------- */
.emi { display: grid; grid-template-columns: 1.35fr 1fr; gap: clamp(20px, 3vw, 40px); }
.emi__inputs { display: grid; gap: 34px; padding: clamp(24px, 3vw, 44px); border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--bg); }
.range { display: grid; gap: 16px; }
.range__head { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; color: var(--muted); font-size: 14px; }
.range__value { display: flex; align-items: baseline; gap: 4px; color: var(--text); font-size: clamp(1.1rem, 1.6vw, 1.4rem); font-weight: 600; font-variant-numeric: tabular-nums; }
.range__value input { width: 9.5ch; background: none; border: 0; border-bottom: 1px dashed var(--line-strong); color: var(--text); font-weight: 600; text-align: right; padding: 0 2px; outline: none; }
.range__value input:focus { border-bottom-color: var(--accent); }
.range__value input[data-emi-field="rate"] { width: 4.5ch; }
.range__value--strong { color: var(--accent-2); }
.range--static { padding-block: 14px; border-block: 1px solid var(--line); }
input[type="range"] { -webkit-appearance: none; appearance: none; width: 100%; height: 22px; background: transparent; --p: 50%; }
input[type="range"]::-webkit-slider-runnable-track { height: 2px; background: linear-gradient(90deg, var(--text) var(--p), var(--line-strong) var(--p)); }
input[type="range"]::-moz-range-track { height: 2px; background: var(--line-strong); }
input[type="range"]::-moz-range-progress { height: 2px; background: var(--text); }
input[type="range"]::-webkit-slider-thumb { -webkit-appearance: none; width: 20px; height: 20px; margin-top: -9px; border-radius: 50%; background: var(--text); border: 4px solid var(--bg); box-shadow: 0 0 0 1px var(--text); transition: transform .3s var(--ease); }
input[type="range"]::-moz-range-thumb { width: 14px; height: 14px; border-radius: 50%; background: var(--text); border: 4px solid var(--bg); box-shadow: 0 0 0 1px var(--text); }
input[type="range"]:active::-webkit-slider-thumb { transform: scale(1.25); background: var(--accent); }
.emi__result { display: flex; flex-direction: column; gap: 18px; padding: clamp(24px, 3vw, 44px); border-radius: var(--radius-lg); background: linear-gradient(160deg, #1d1d21 0%, #121214 100%); border: 1px solid var(--line-strong); }
.emi__emi { display: flex; align-items: baseline; gap: 8px; font-size: clamp(2.8rem, 5.4vw, 4.6rem); font-weight: 650; font-variation-settings: "wdth" 112; letter-spacing: -0.04em; line-height: 1; font-variant-numeric: tabular-nums; }
.emi__emi span { font-size: .45em; color: var(--muted); font-weight: 500; }
.emi__split { display: flex; height: 6px; border-radius: 3px; overflow: hidden; background: var(--accent); }
.emi__split-p { display: block; height: 100%; width: 70%; background: var(--silver); transition: width .6s var(--ease); }
.emi__legend { display: flex; gap: 20px; color: var(--muted); font-size: 13px; }
.emi__legend span { display: inline-flex; align-items: center; gap: 8px; }
.emi__rows { display: grid; }
.emi__rows > div { display: flex; justify-content: space-between; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 15px; }
.emi__rows dt { color: var(--muted); }
.emi__rows dd { font-weight: 600; font-variant-numeric: tabular-nums; }
.emi__rows .is-total { border-bottom: 0; font-size: 17px; }
.emi__rows .is-total dd { color: var(--accent-2); }
.emi .btn { margin-top: auto; }

/* ---- Reviews ---------------------------------------------------------------- */
.reviews__slider { overflow: visible; }
.reviews { overflow: hidden; }
.review { width: min(440px, 84vw); height: auto; display: flex; flex-direction: column; gap: 26px; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--surface); transition: border-color .4s; }
.review:hover { border-color: var(--line-strong); }
.review__stars { display: flex; gap: 4px; color: var(--dim); }
.review__stars .is-on { color: var(--accent); }
.review__stars .is-on .icon { fill: currentColor; }
.review blockquote { font-size: 1.1rem; line-height: 1.55; letter-spacing: -0.005em; flex: 1; }
.review figcaption { display: flex; align-items: center; gap: 14px; padding-top: 22px; border-top: 1px solid var(--line); }
.review figcaption img, .review__avatar { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; flex: none; }
.review__avatar { display: grid; place-items: center; background: var(--silver-grad); color: var(--bg); font-weight: 700; }
.review figcaption strong { display: block; font-weight: 600; }
.review figcaption small { color: var(--muted); font-size: 13px; }

/* ---- CTA -------------------------------------------------------------------- */
.cta { position: relative; min-height: 88vh; display: flex; align-items: center; overflow: hidden; isolation: isolate; }
.cta__media { position: absolute; inset: -12% 0; z-index: -2; }
.cta__media img { width: 100%; height: 100%; object-fit: cover; }
.cta__shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(9,9,10,.94) 0%, rgba(9,9,10,.6) 50%, rgba(9,9,10,.25) 100%), linear-gradient(0deg, var(--bg) 0%, transparent 25%, transparent 75%, var(--bg) 100%); }
.cta__inner { display: grid; gap: 24px; justify-items: start; padding-block: 120px; }
.cta .display-1 { max-width: 13ch; }

/* ---- Contact ---------------------------------------------------------------- */
.contact { display: grid; grid-template-columns: 1fr 1.15fr; gap: clamp(32px, 6vw, 100px); align-items: start; }
.contact__info { display: grid; gap: 30px; }
.contact__list { display: grid; gap: 22px; }
.contact__list li { display: flex; gap: 18px; align-items: flex-start; }
.contact__list li > div { display: grid; gap: 4px; }
.contact__list .mono { color: var(--dim); text-transform: uppercase; font-size: 10.5px; letter-spacing: .16em; }
.contact__icon { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--line-strong); color: var(--silver); flex: none; }
.map { margin-top: clamp(40px, 6vw, 80px); border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); height: clamp(300px, 40vw, 460px); }
.map iframe { width: 100%; height: 100%; border: 0; filter: grayscale(1) invert(.92) contrast(.9) brightness(.9); }

/* ---- Forms ------------------------------------------------------------------ */
.form__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { position: relative; }
.field--full { grid-column: 1 / -1; }
.field input, .field select, .field textarea {
    width: 100%; height: 58px; padding: 22px 16px 8px; background: var(--bg-2); border: 1px solid var(--line-strong); border-radius: var(--radius);
    color: var(--text); font-size: 15px; outline: none; transition: border-color .3s, background .3s, box-shadow .3s; -webkit-appearance: none; appearance: none;
}
.field textarea { height: auto; min-height: 120px; resize: vertical; padding-top: 28px; line-height: 1.5; }
.field select { padding-right: 40px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%239b9ba3' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; cursor: pointer; }
.field select option { background: var(--surface); color: var(--text); }
.field input[type="date"] { color-scheme: dark; }
.field label { position: absolute; left: 17px; top: 19px; font-size: 15px; color: var(--muted); pointer-events: none; transform-origin: left top; transition: transform .3s var(--ease), color .3s; }
.field input:focus + label, .field input:not(:placeholder-shown) + label,
.field textarea:focus + label, .field textarea:not(:placeholder-shown) + label,
.field select + label, .field input[type="date"] + label, .field input:disabled + label { transform: translateY(-11px) scale(.76); color: var(--silver); }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--text); background: var(--surface); box-shadow: 0 0 0 4px rgba(255,255,255,.05); }
.field.has-error input, .field.has-error select, .field.has-error textarea { border-color: var(--danger); }
.field__error { display: block; margin-top: 6px; font-size: 12.5px; color: var(--danger); animation: fadeUp .35s var(--ease); }
.field--sm input, .field--sm select { height: 50px; font-size: 14px; }
.field--sm label { top: 16px; font-size: 14px; }
.field--inline select { padding: 0 40px 0 16px; height: 42px; font-size: 13.5px; }
.form__foot { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 22px; margin-top: 24px; }
.form__foot--split { justify-content: space-between; }
.form__note { color: var(--dim); font-size: 13px; }
.form__status:empty { display: none; }
.form__status { margin-top: 18px; }
.form-success { display: grid; gap: 14px; padding: 26px; border: 1px solid rgba(62,207,142,.35); border-radius: var(--radius-lg); background: rgba(62,207,142,.06); animation: fadeUp .6s var(--ease); }
.form-success__check { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: var(--ok); color: #05210f; }
.form-success__id { font: 500 clamp(1.4rem, 3vw, 2rem)/1 var(--mono); letter-spacing: .02em; }
.form-error { padding: 14px 18px; border-radius: var(--radius); background: rgba(255,77,94,.1); color: #ff9aa4; font-size: 14px; }
.btn.is-loading { pointer-events: none; opacity: .75; }
.btn.is-loading .icon { animation: spin 1s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.hp { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }

/* ---- Page hero -------------------------------------------------------------- */
.page-hero { position: relative; padding: calc(var(--header-h) + clamp(60px, 10vw, 140px)) 0 clamp(48px, 6vw, 88px); border-bottom: 1px solid var(--line); overflow: hidden; isolation: isolate; }
.page-hero::before { content: ""; position: absolute; inset: 0; z-index: -3; background: radial-gradient(80% 90% at 85% 0%, #1b1c20 0%, var(--bg) 60%); }
.page-hero--image { min-height: 72vh; display: flex; align-items: flex-end; }
.page-hero__media { position: absolute; inset: -10% 0; z-index: -2; }
.page-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.page-hero__shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, var(--bg) 0%, rgba(9,9,10,.65) 45%, rgba(9,9,10,.45) 100%); }
.page-hero__inner { display: grid; gap: 22px; justify-items: start; }
.page-hero .display-1 { max-width: 16ch; }
.page-hero--compact { padding-bottom: 40px; }
.crumbs { display: flex; flex-wrap: wrap; gap: 10px; font: 500 11.5px/1.4 var(--mono); letter-spacing: .08em; text-transform: uppercase; color: var(--dim); }
.crumbs a { color: var(--muted); transition: color .3s; }
.crumbs a:hover { color: var(--text); }
.crumbs [aria-current] { color: var(--text); }

/* ---- Listing ---------------------------------------------------------------- */
.listing__layout { display: grid; grid-template-columns: 300px 1fr; gap: clamp(28px, 3vw, 48px); align-items: start; }
.filters { position: sticky; top: 92px; max-height: calc(100vh - 110px); overflow-y: auto; overscroll-behavior: contain; scrollbar-width: thin; scrollbar-color: var(--line-strong) transparent; padding-right: 6px; }
.filters__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.filters__title { font-size: 1.1rem; font-weight: 600; }
.filters__head .u-link { margin-left: auto; font-size: 13px; color: var(--muted); }
.filters__close, .filters__apply, .filters__open, .filters__scrim { display: none; }
.filter-group { border-top: 1px solid var(--line); padding: 16px 0; }
.filter-group summary { display: flex; justify-content: space-between; align-items: center; list-style: none; cursor: pointer; font: 500 11.5px/1 var(--mono); letter-spacing: .16em; text-transform: uppercase; color: var(--silver); padding: 4px 0 2px; }
.filter-group summary::-webkit-details-marker { display: none; }
.filter-group summary::after { content: "+"; font-size: 16px; color: var(--muted); transition: transform .3s var(--ease); }
.filter-group[open] summary::after { transform: rotate(45deg); }
.filter-group[open] summary { margin-bottom: 14px; }
.search-field { display: flex; align-items: center; gap: 10px; height: 50px; padding: 0 14px; border: 1px solid var(--line-strong); border-radius: var(--radius); background: var(--bg-2); color: var(--muted); transition: border-color .3s; }
.search-field:focus-within { border-color: var(--text); }
.search-field input { flex: 1; min-width: 0; background: none; border: 0; outline: none; font-size: 14.5px; }
.search-field input::-webkit-search-cancel-button { filter: invert(1); }
.check-list { display: grid; gap: 2px; }
.check { display: flex; align-items: center; gap: 12px; padding: 7px 0; font-size: 14.5px; color: var(--muted); cursor: pointer; transition: color .2s; }
.check:hover { color: var(--text); }
.check input { position: absolute; opacity: 0; pointer-events: none; }
.check__box { position: relative; width: 18px; height: 18px; border: 1px solid var(--line-strong); border-radius: 3px; flex: none; transition: all .25s; }
.check__box::after { content: ""; position: absolute; left: 5px; top: 1px; width: 5px; height: 10px; border: solid var(--bg); border-width: 0 2px 2px 0; transform: rotate(45deg) scale(0); transition: transform .25s var(--ease); }
.check input:checked + .check__box { background: var(--text); border-color: var(--text); }
.check input:checked + .check__box::after { transform: rotate(45deg) scale(1); }
.check input:checked ~ span { color: var(--text); }
.check input:focus-visible + .check__box { outline: 2px solid var(--accent); outline-offset: 2px; }
.check__count { margin-left: auto; color: var(--dim); }
.check--inline { margin-top: 12px; }
.pill-list { display: flex; flex-wrap: wrap; gap: 8px; }
.pill { position: relative; cursor: pointer; }
.pill input { position: absolute; opacity: 0; pointer-events: none; }
.pill span { display: inline-flex; align-items: center; height: 36px; padding: 0 14px; border: 1px solid var(--line-strong); border-radius: 999px; font-size: 13px; color: var(--muted); transition: all .25s var(--ease); }
.pill:hover span { color: var(--text); border-color: var(--text); }
.pill input:checked + span { background: var(--text); color: var(--bg); border-color: var(--text); }
.pill input:focus-visible + span { outline: 2px solid var(--accent); outline-offset: 2px; }
.pair { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.listing__bar { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 18px; }
.listing__count { color: var(--muted); }
.listing__count strong { color: var(--text); font-weight: 600; }
.listing__tools { display: flex; gap: 10px; align-items: center; }
.active-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; }
.active-filters:empty { display: none; }
.active-chip { display: inline-flex; align-items: center; gap: 8px; height: 32px; padding: 0 8px 0 14px; border-radius: 999px; background: var(--surface-2); border: 1px solid var(--line); font-size: 12.5px; color: var(--silver); }
.active-chip button { display: grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; color: var(--muted); }
.active-chip button:hover { background: rgba(255,255,255,.1); color: var(--text); }
.vgrid--listing { grid-template-columns: repeat(auto-fill, minmax(min(100%, 300px), 1fr)); }
.pagination { display: flex; justify-content: center; gap: 8px; margin-top: 48px; }
.pagination__btn { width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--line-strong); font: 500 12px/1 var(--mono); color: var(--muted); transition: all .3s; }
.pagination__btn:hover { color: var(--text); border-color: var(--text); }
.pagination__btn.is-active { background: var(--text); color: var(--bg); border-color: var(--text); }
.empty { grid-column: 1 / -1; display: grid; justify-items: center; gap: 14px; padding: clamp(48px, 8vw, 100px) 24px; text-align: center; border: 1px dashed var(--line-strong); border-radius: var(--radius-lg); }
.empty__icon { display: grid; place-items: center; width: 76px; height: 76px; border-radius: 50%; background: var(--surface); color: var(--muted); margin-bottom: 8px; }
.empty h3 { font-size: 1.35rem; font-weight: 600; }
.empty p { color: var(--muted); max-width: 44ch; }
.empty__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 10px; }

/* ---- Vehicle detail --------------------------------------------------------- */
.vd-gallery { position: relative; background: #050506; }
.vd-gallery__main { height: min(92vh, 980px); height: min(92svh, 980px); min-height: 460px; }
.vd-gallery__main .swiper-slide { overflow: hidden; }
.vd-gallery__main img { width: 100%; height: 100%; object-fit: cover; }
.vd-gallery__shade { position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(180deg, rgba(9,9,10,.75) 0%, transparent 25%, transparent 65%, rgba(9,9,10,.9) 100%); }
.vd-gallery__ui { position: absolute; inset: 0; z-index: 2; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; justify-content: space-between; padding-top: calc(var(--header-h) + 18px); padding-bottom: 140px; pointer-events: none; }
.vd-gallery__ui > * { pointer-events: auto; }
.vd-gallery__controls { display: flex; align-items: center; gap: 10px; align-self: flex-end; }
.vd-gallery__count { margin-right: 8px; color: var(--silver); }
.vd-gallery__thumbs { position: relative; z-index: 3; margin-top: -104px; padding-bottom: 8px; }
.vd-gallery__thumbs .swiper-slide { width: 132px; height: 84px; border-radius: var(--radius); overflow: hidden; cursor: pointer; opacity: .5; border: 1px solid transparent; transition: opacity .3s, border-color .3s; }
.vd-gallery__thumbs .swiper-slide:hover { opacity: .85; }
.vd-gallery__thumbs .swiper-slide-thumb-active { opacity: 1; border-color: var(--text); }
.vd-gallery__thumbs img { width: 100%; height: 100%; object-fit: cover; }
.lightbox { position: fixed; inset: 0; z-index: 800; background: rgba(5,5,6,.97); display: grid; }
.lightbox__swiper { width: 100%; height: 100%; }
.lightbox__swiper img { width: 100%; height: 100%; object-fit: contain; }
.lightbox__close { position: absolute; top: 20px; right: 20px; z-index: 5; }
.lightbox__prev, .lightbox__next { position: absolute; top: 50%; z-index: 5; transform: translateY(-50%); }
.lightbox__prev { left: 20px; }
.lightbox__next { right: 20px; }
.lightbox__pager { position: absolute; bottom: 22px; left: 50%; transform: translateX(-50%); z-index: 5; color: var(--silver); }
.vd-head__grid { display: grid; grid-template-columns: 1fr 400px; gap: 40px 80px; align-items: start; }
.vd-head__tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 26px; }
.vd-head__title { margin-top: 12px; }
.vd-head__variant { margin-top: 18px; color: var(--muted); font-size: clamp(1rem, 1.4vw, 1.2rem); }
.vd-price { position: sticky; top: 90px; display: grid; gap: 8px; }
.vd-price .mono { color: var(--dim); text-transform: uppercase; font-size: 10.5px; letter-spacing: .16em; }
.vd-price__value { font-size: clamp(2rem, 3.4vw, 2.8rem); font-weight: 650; letter-spacing: -0.03em; font-variant-numeric: tabular-nums; }
.vd-price__emi { color: var(--muted); font-size: 14px; }
.vd-price__emi strong { color: var(--text); }
.vd-price__actions { display: grid; gap: 10px; margin-top: 18px; }
.vd-price__row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.vd-price__row .btn { padding: 0 8px; gap: 6px; letter-spacing: .06em; }
.spec-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; }
.spec { display: grid; gap: 10px; align-content: start; padding: 26px 22px; background: var(--bg); transition: background .4s; }
.spec:hover { background: var(--surface); }
.spec__icon { color: var(--accent); }
.spec__label { color: var(--dim); text-transform: uppercase; font-size: 10.5px; letter-spacing: .16em; margin-top: 12px; }
.spec__value { font-size: clamp(1.05rem, 1.5vw, 1.35rem); font-weight: 600; letter-spacing: -0.01em; line-height: 1.25; }
.vd-body { display: grid; grid-template-columns: 1.3fr 1fr; gap: clamp(40px, 6vw, 110px); }
.vd-body__desc { display: grid; gap: 22px; align-content: start; }
.facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 18px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; }
.facts > div { padding: 18px 20px; background: var(--bg); }
.facts dt { color: var(--dim); text-transform: uppercase; font-size: 10.5px; letter-spacing: .14em; }
.facts dd { margin-top: 6px; font-weight: 500; }
.vd-body__features { display: grid; gap: 20px; align-content: start; }
.feature-group { padding: 24px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--surface); }
.feature-group h3 { font-size: 1.05rem; font-weight: 600; margin-bottom: 14px; }
.feature-group ul { display: grid; gap: 10px; }
.feature-group li { display: flex; gap: 10px; align-items: flex-start; color: var(--muted); font-size: 14.5px; }
.feature-group li .icon { color: var(--accent); flex: none; margin-top: 3px; }
.vd-forms { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(20px, 3vw, 40px); align-items: start; }
.vd-forms__wa { margin-top: 18px; }
.vd-sticky { display: none; }

/* ---- Compare ---------------------------------------------------------------- */
.compare__scroll { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius-lg); scrollbar-width: thin; scrollbar-color: var(--line-strong) transparent; }
.compare__table { width: 100%; min-width: 820px; border-collapse: collapse; table-layout: fixed; }
.compare__table th, .compare__table td { padding: 16px 20px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); font-size: 14.5px; }
.compare__table td + td, .compare__table th + th, .compare__table th + td { border-left: 1px solid var(--line); }
.compare__table tbody th { width: 200px; color: var(--muted); font-weight: 500; font-size: 13px; position: sticky; left: 0; background: var(--bg); z-index: 1; }
.compare__table thead th { vertical-align: bottom; background: var(--bg-2); }
.compare__corner { width: 200px; color: var(--dim); position: sticky; left: 0; z-index: 2; }
.compare__table tbody tr:hover td, .compare__table tbody tr:hover th { background: var(--surface); }
.compare__car { display: grid; gap: 4px; justify-items: start; }
.compare__img { display: block; width: 100%; aspect-ratio: 16 / 10; border-radius: var(--radius); overflow: hidden; margin-bottom: 12px; }
.compare__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.compare__img:hover img { transform: scale(1.05); }
.compare__name { font-size: 1.25rem; font-weight: 650; letter-spacing: -0.02em; }
.compare__variant { font-size: 13px; }
.compare__remove { font-size: 12px; color: var(--muted); margin-top: 6px; }
.compare__empty { display: grid; gap: 14px; justify-items: stretch; padding: 24px 0; }
.compare__plus { display: grid; place-items: center; width: 100%; aspect-ratio: 16 / 10; border: 1px dashed var(--line-strong); border-radius: var(--radius); color: var(--muted); }
.compare__features { display: grid; gap: 8px; }
.compare__features li { display: flex; gap: 8px; color: var(--muted); font-size: 13.5px; }
.compare__features .icon { color: var(--accent); flex: none; margin-top: 3px; }
.compare__actions td { display: table-cell; }
.compare__actions .btn { margin: 0 6px 6px 0; }
.compare__hint { margin-top: 20px; display: flex; align-items: center; gap: 6px; }

/* ---- Compare bar / toasts / WhatsApp float --------------------------------- */
.compare-bar { position: fixed; left: 50%; bottom: 20px; z-index: 450; transform: translateX(-50%); width: min(720px, calc(100% - 32px)); animation: fadeUp .5s var(--ease); }
.compare-bar__inner { display: flex; align-items: center; gap: 14px; padding: 10px 10px 10px 20px; border-radius: 999px; background: rgba(20,20,23,.85); border: 1px solid var(--line-strong); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); box-shadow: 0 30px 60px -20px rgba(0,0,0,.7); }
.compare-bar__items { display: flex; gap: 8px; flex: 1; min-width: 0; overflow: hidden; }
.compare-bar__item { position: relative; width: 58px; height: 38px; border-radius: 6px; overflow: hidden; flex: none; border: 1px solid var(--line-strong); }
.compare-bar__item img { width: 100%; height: 100%; object-fit: cover; }
.compare-bar__slot { width: 58px; height: 38px; border-radius: 6px; border: 1px dashed var(--line-strong); flex: none; }
.toast-stack { position: fixed; right: 20px; top: calc(var(--header-h) + 10px); z-index: 700; display: grid; gap: 10px; width: min(360px, calc(100% - 40px)); }
.toast { display: flex; gap: 12px; align-items: center; padding: 14px 18px; border-radius: var(--radius); background: rgba(27,27,31,.95); border: 1px solid var(--line-strong); box-shadow: 0 20px 40px -12px rgba(0,0,0,.6); font-size: 14px; animation: toastIn .5s var(--ease); }
.toast .icon { color: var(--accent); flex: none; }
.toast.is-out { animation: toastOut .4s var(--ease) forwards; }
@keyframes toastIn { from { opacity: 0; transform: translateX(20px); } to { opacity: 1; transform: none; } }
@keyframes toastOut { to { opacity: 0; transform: translateX(20px); } }
.flash-stack { position: relative; z-index: 20; display: grid; gap: 10px; padding-top: calc(var(--header-h) + 16px); margin-bottom: calc((var(--header-h) + 16px) * -1); }
.flash { padding: 14px 18px; border-radius: var(--radius); border: 1px solid var(--line-strong); background: var(--surface); font-size: 14.5px; }
.flash--success { border-color: rgba(62,207,142,.4); color: #8ee6bb; }
.flash--error { border-color: rgba(255,77,94,.4); color: #ff9aa4; }
.flash--info { border-color: rgba(201,204,209,.3); color: var(--silver); }
.wa-float { position: fixed; right: 20px; bottom: 20px; z-index: 440; display: grid; place-items: center; width: 56px; height: 56px; border-radius: 50%; background: var(--wa); color: #06270f; box-shadow: 0 18px 40px -12px rgba(37,211,102,.55); transition: transform .4s var(--ease); }
.wa-float:hover { transform: scale(1.08) rotate(-6deg); }
.has-compare .wa-float { bottom: 92px; }

/* ---- Footer ----------------------------------------------------------------- */
.footer { border-top: 1px solid var(--line); padding-top: clamp(64px, 8vw, 110px); background: var(--bg); overflow: hidden; }
.footer__top { display: grid; grid-template-columns: 1fr 2fr; gap: 48px 80px; }
.footer__brand { display: grid; gap: 20px; align-content: start; }
.footer__brand p { color: var(--muted); max-width: 34ch; font-size: 14.5px; }
.socials { display: flex; gap: 8px; }
.socials a { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--line-strong); color: var(--muted); transition: all .35s var(--ease); }
.socials a:hover { color: var(--bg); background: var(--text); border-color: var(--text); transform: translateY(-3px); }
.footer__cols { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; }
.footer__cols h4 { margin-bottom: 18px; color: var(--dim); }
.footer__cols ul { display: grid; gap: 10px; font-size: 14.5px; }
.footer__cols a { color: var(--silver); }
.footer__cols a:hover { color: var(--text); }
.footer__contact .muted { font-size: 13.5px; line-height: 1.6; }
.footer__wordmark { margin-top: clamp(60px, 8vw, 110px); font-size: clamp(3.5rem, 15.5vw, 15rem); font-weight: 800; font-variation-settings: "wdth" 125; letter-spacing: -0.04em; line-height: .8; white-space: nowrap; text-align: center; background: linear-gradient(180deg, rgba(255,255,255,.16) 0%, rgba(255,255,255,0) 90%); -webkit-background-clip: text; background-clip: text; color: transparent; user-select: none; }
.footer__bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px 24px; padding: 26px 0 32px; border-top: 1px solid var(--line); color: var(--dim); font-size: 13px; }
.footer__legal { display: flex; gap: 22px; }

/* ---- Auth & account --------------------------------------------------------- */
.auth { display: grid; grid-template-columns: 1fr 1fr; min-height: 100vh; }
.auth__media { position: relative; overflow: hidden; }
.auth__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.auth__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9,9,10,.2), var(--bg)); }
.auth__panel { display: grid; align-content: center; gap: 16px; padding: calc(var(--header-h) + 40px) clamp(24px, 6vw, 96px) 64px; max-width: 680px; }
.auth__panel .form { margin-top: 20px; }
.auth__alt { color: var(--muted); font-size: 14.5px; margin-top: 10px; }
.account-hero { grid-template-columns: 1fr auto; align-items: end; display: grid; }
.tabs { display: flex; gap: 4px; overflow-x: auto; scrollbar-width: none; border-bottom: 1px solid var(--line); margin-bottom: 36px; }
.tab { position: relative; flex: none; padding: 16px 18px; font-size: 14px; color: var(--muted); transition: color .3s; }
.tab::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 2px; background: var(--accent); transform: scaleX(0); transition: transform .5s var(--ease); }
.tab:hover, .tab.is-active { color: var(--text); }
.tab.is-active::after { transform: scaleX(1); }
.list-cards { display: grid; gap: 12px; }
.list-card { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 20px 24px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--surface); }
.list-card > div { display: grid; gap: 4px; }
.list-card .mono { color: var(--dim); }
.list-card strong { font-size: 1.05rem; font-weight: 600; }
.list-card .muted { font-size: 14px; }
.profile-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: start; }
.wishlist__note { margin-top: 28px; text-align: center; }

/* ---- Test drive page -------------------------------------------------------- */
.td-layout { display: grid; grid-template-columns: 1.5fr 1fr; gap: clamp(28px, 5vw, 80px); align-items: start; }
.td-steps { display: grid; gap: 14px; }
.td-step { display: grid; gap: 8px; padding: 24px 0; border-top: 1px solid var(--line-strong); }
.td-step .mono { color: var(--accent); }
.td-step h3 { font-size: 1.3rem; font-weight: 600; }
.td-step p { color: var(--muted); }
.td-step--note { grid-template-columns: auto 1fr; align-items: start; gap: 14px; padding: 20px; border: 1px solid var(--line); border-radius: var(--radius-lg); color: var(--silver); }
.td-step--note p { font-size: 14px; }

/* ---- Error page ------------------------------------------------------------- */
.error-page { min-height: 90vh; display: flex; align-items: center; padding-top: var(--header-h); }
.error-page .container-wide { display: grid; gap: 22px; justify-items: start; }
.error-page__code { font-size: clamp(7rem, 28vw, 22rem); font-weight: 800; font-variation-settings: "wdth" 125; letter-spacing: -0.06em; line-height: .8; background: var(--silver-grad); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* ---- Scroll reveal initial states (JS only) --------------------------------- */
.js [data-reveal] { opacity: 0; transform: translateY(28px); }
.js [data-reveal-img] { clip-path: inset(12% 0 12% 0 round 12px); }
.js.no-motion [data-reveal], .js.no-motion [data-reveal-img] { opacity: 1; transform: none; clip-path: none; }

/* ============================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1280px) {
    .nav__link { padding: 8px 10px; }
    .spec-grid { grid-template-columns: repeat(4, 1fr); }
    .service-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 1100px) {
    :root { --header-h: 72px; }
    .nav, .hide-md { display: none; }
    .menu-toggle { display: block; }
    .header-actions { margin-left: auto; }
    .vgrid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .brand-grid { grid-template-columns: repeat(3, 1fr); }
    .cinema__inner { grid-template-columns: 1fr; }
    .hero__card { display: none; }
    .listing__layout { grid-template-columns: 1fr; }
    .filters {
        position: fixed; inset: 0 auto 0 0; top: 0; z-index: 600; width: min(380px, 88vw); max-height: none; height: 100%;
        padding: 24px var(--gutter) 24px; background: var(--bg-2); border-right: 1px solid var(--line);
        transform: translateX(-102%); transition: transform .6s var(--ease);
    }
    .filters-open .filters { transform: none; }
    .filters__close, .filters__open { display: inline-flex; }
    .filters__apply { display: flex; position: sticky; bottom: 0; margin-top: 18px; }
    .filters__scrim { display: block; position: fixed; inset: 0; z-index: 590; background: rgba(0,0,0,.6); opacity: 0; pointer-events: none; transition: opacity .5s; }
    .filters-open .filters__scrim { opacity: 1; pointer-events: auto; }
    .filters__head .u-link { margin-right: 12px; }
    .vd-head__grid { grid-template-columns: 1fr; }
    .vd-price { position: static; }
    .spec-grid { grid-template-columns: repeat(3, 1fr); }
    .vd-body { grid-template-columns: 1fr; }
    .emi { grid-template-columns: 1fr; }
    .footer__top { grid-template-columns: 1fr; }
    .values { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
    .section-head--split { grid-template-columns: 1fr; align-items: start; }
    .about, .contact, .vd-forms, .td-layout, .profile-grid { grid-template-columns: 1fr; }
    .about__media { aspect-ratio: 4 / 3; }
    .stats { grid-template-columns: repeat(2, 1fr); }
    .stat { border-right: 0; border-bottom: 1px solid var(--line); padding: 28px 16px 24px 0; }
    .stat + .stat { padding-left: 0; }
    .stat:nth-child(odd) { border-right: 1px solid var(--line); }
    .stat:nth-child(even) { padding-left: 20px; }
    .service-grid { grid-template-columns: repeat(2, 1fr); }
    .footer__cols { grid-template-columns: repeat(2, 1fr); }
    .auth { grid-template-columns: 1fr; }
    .auth__media { display: none; }
    .facts { grid-template-columns: repeat(2, 1fr); }
    .hotspots > img { aspect-ratio: 4 / 3; }
    .hotspots__panel { position: relative; left: auto; bottom: auto; width: auto; margin: 0; border-radius: 0; border: 0; border-top: 1px solid var(--line); background: var(--surface); }
    .vd-sticky {
        position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 445; display: flex; align-items: center; gap: 10px;
        padding: 10px 10px 10px 18px; border-radius: 999px; background: rgba(20,20,23,.9); border: 1px solid var(--line-strong);
        backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); transform: translateY(140%); transition: transform .5s var(--ease);
    }
    .vd-sticky.is-visible { transform: none; }
    .vd-sticky > div { display: grid; flex: 1; min-width: 0; }
    .vd-sticky .mono { color: var(--muted); font-size: 10.5px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
    .vd-sticky strong { font-size: 1.05rem; }
    .has-vd-sticky .wa-float { display: none; }
    .has-vd-sticky .compare-bar { bottom: 84px; }
}

@media (max-width: 700px) {
    .vgrid { grid-template-columns: 1fr; }
    .brand-grid { grid-template-columns: repeat(2, 1fr); }
    .brand-tile { min-height: 140px; padding: 20px; }
    .showcase__bar { flex-direction: column; align-items: stretch; }
    .showcase__bar .u-link { align-self: flex-start; }
    .spec-grid { grid-template-columns: repeat(2, 1fr); }
    .spec { padding: 20px 16px; }
    .form__grid { grid-template-columns: 1fr; }
    .vd-gallery__main { height: 62vh; height: 62svh; min-height: 360px; }
    .vd-gallery__ui { padding-bottom: 24px; }
    .vd-gallery__thumbs { margin-top: 12px; }
    .vd-gallery__thumbs .swiper-slide { width: 96px; height: 62px; }
    .vd-gallery__controls .round-btn:not([data-gallery-full]) { display: none; }
    .cinema__specs { grid-template-columns: 1fr 1fr; }
    .cinema__specs li { padding: 16px; }
    .hide-sm { display: none; }
    .listing__bar { flex-wrap: wrap; }
    .compare-bar__inner { padding-left: 14px; gap: 10px; }
    .compare-bar .eyebrow { display: none; }
    .compare-bar__item, .compare-bar__slot { width: 48px; height: 34px; }
    .account-hero { grid-template-columns: 1fr; }
    .list-card { flex-direction: column; align-items: flex-start; }
    .footer__bottom { flex-direction: column; }
    .page-hero--image { min-height: 60vh; }
}

@media (max-width: 480px) {
    .hide-xs { display: none; }
    .service-grid { grid-template-columns: 1fr; }
    .service { min-height: 0; }
    .values { grid-template-columns: 1fr; }
    .footer__cols { grid-template-columns: 1fr 1fr; gap: 28px 16px; }
    .vd-price__row { grid-template-columns: 1fr 1fr 1fr; }
    .vd-price__row .btn span { display: none; }
    .facts { grid-template-columns: 1fr 1fr; }
    .hero__title { font-size: clamp(2.7rem, 13vw, 3.6rem); }
    .stats { grid-template-columns: 1fr 1fr; }
    .stat__value { font-size: 2.6rem; }
    .brand-grid { grid-template-columns: 1fr 1fr; }
    .brand-tile__word { font-size: 1.1rem; }
    .emi__inputs, .emi__result { padding: 22px 18px; }
    .range__value input { width: 8.5ch; }
}

@media (max-width: 360px) {
    :root { --gutter: 16px; }
    .logo__text { font-size: 12px; letter-spacing: .16em; }
    .logo__mark svg { width: 28px; height: 28px; }
    .header-actions .icon-btn { width: 38px; height: 38px; }
    .btn--lg { --h: 54px; padding: 0 22px; }
    .cinema__specs { grid-template-columns: 1fr; }
    .footer__cols { grid-template-columns: 1fr; }
}

/* ---- Reduced motion --------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
    .js .hero__media img, .js [data-hero-title] .line__inner { transform: none; }
    .js [data-hero-eyebrow], .js [data-hero-text], .js [data-hero-cta], .js [data-hero-card], .js [data-hero-scroll], .js .is-home .site-header { opacity: 1; }
    .js [data-reveal], .js [data-reveal-img] { opacity: 1; transform: none; clip-path: none; }
    .marquee__track { animation: none; }
    .preloader, .transition { display: none; }
}

/* ---- Fallback when animation libraries are unavailable ---------------------- */
.no-motion .hero__media img, .no-motion [data-hero-title] .line__inner { transform: none; }
.no-motion [data-hero-eyebrow], .no-motion [data-hero-text], .no-motion [data-hero-cta], .no-motion [data-hero-card], .no-motion [data-hero-scroll], .no-motion.js .is-home .site-header { opacity: 1; }
.no-motion .preloader { display: none; }
