:root {
  --black: #0b0b0d;
  --black-2: #141317;
  --ink: #18161d;
  --paper: #f2f0ea;
  --white: #fff;
  --muted: #77727f;
  --line: rgba(24, 22, 29, .14);
  --violet: #7c3aed;
  --violet-dark: #5b21b6;
  --violet-soft: #e9ddff;
  --lime: #c7ff46;
  --radius: 22px;
  --shadow: 0 26px 80px rgba(16, 10, 25, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
body::selection { background: var(--violet); color: #fff; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
.container { width: min(100% - 32px, 1240px); margin-inline: auto; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; display: grid; grid-template-columns: 1fr auto auto; gap: 16px; align-items: center; min-height: 70px; padding: 12px 18px; border-bottom: 1px solid rgba(255,255,255,.1); background: rgba(11,11,13,.78); color: #fff; backdrop-filter: blur(18px); }
.brand { display: inline-flex; width: fit-content; align-items: center; }
.brand img { display: block; width: 132px; height: auto; }
.nav { position: fixed; top: 70px; right: 12px; left: 12px; display: none; gap: 2px; border: 1px solid rgba(255,255,255,.1); border-radius: 16px; padding: 10px; background: rgba(20,19,23,.98); box-shadow: 0 20px 50px rgba(0,0,0,.4); }
.nav.is-open { display: grid; }
.nav a { padding: 13px 14px; border-radius: 11px; color: rgba(255,255,255,.78); font-size: 14px; font-weight: 700; }
.nav a:hover { background: rgba(255,255,255,.08); color: #fff; }
.menu-toggle { display: grid; width: 42px; height: 42px; place-content: center; gap: 6px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; background: transparent; }
.menu-toggle span { display: block; width: 17px; height: 1px; background: #fff; }
.header-phone { display: none; padding: 11px 15px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; font-size: 13px; font-weight: 800; white-space: nowrap; }

.hero { position: relative; min-height: 100svh; overflow: hidden; background: var(--black); color: #fff; }
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 52% center; transform: scale(1.01); }
.hero-shade { background: linear-gradient(180deg, rgba(11,11,13,.74) 0%, rgba(11,11,13,.32) 40%, rgba(11,11,13,.93) 100%), linear-gradient(90deg, rgba(11,11,13,.96) 0%, rgba(11,11,13,.62) 50%, rgba(11,11,13,.1) 100%); }
.hero-inner { position: relative; z-index: 2; display: grid; min-height: 100svh; align-content: end; gap: 22px; padding-top: 116px; padding-bottom: 28px; }
.hero-copy { max-width: 840px; }
.kicker, .eyebrow { margin: 0 0 14px; color: var(--violet); font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.kicker { display: flex; align-items: center; color: rgba(255,255,255,.75); }
.kicker span { width: 7px; height: 7px; margin-right: 10px; border-radius: 50%; background: var(--violet); box-shadow: 0 0 0 6px rgba(124,58,237,.18); }
.hero h1 { margin: 0; font-family: Manrope, Inter, sans-serif; font-size: clamp(42px, 11vw, 104px); font-weight: 700; letter-spacing: -.065em; line-height: .84; text-wrap: balance; }
.hero h1 em { color: #c9a8ff; font-style: normal; }
.hero-lead { max-width: 690px; margin: 22px 0 0; color: rgba(255,255,255,.72); font-size: clamp(16px, 3.5vw, 21px); line-height: 1.48; }
.hero-actions { display: flex; flex-direction: column; gap: 9px; margin-top: 24px; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 999px; padding: 14px 22px; font-size: 14px; font-weight: 850; text-align: center; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--violet); color: #fff; box-shadow: 0 14px 32px rgba(124,58,237,.28); }
.button-primary:hover { background: var(--violet-dark); }
.button-glass { border-color: rgba(255,255,255,.2); background: rgba(255,255,255,.08); color: #fff; backdrop-filter: blur(12px); }
.button-dark { background: var(--black); color: #fff; }
.hero-offer { display: grid; gap: 8px; width: 100%; border: 1px solid rgba(255,255,255,.14); border-radius: 20px; padding: 18px; background: rgba(17,15,21,.76); backdrop-filter: blur(18px); }
.hero-offer p, .hero-offer span { margin: 0; color: rgba(255,255,255,.62); font-size: 12px; font-weight: 700; }
.hero-offer > strong { color: #c9a8ff; font-family: Manrope, sans-serif; font-size: clamp(36px, 10vw, 55px); letter-spacing: -.05em; line-height: 1; }
.offer-mini-grid { display: grid; grid-template-columns: 1fr 1fr; margin-top: 8px; border-top: 1px solid rgba(255,255,255,.12); }
.offer-mini-grid div { display: grid; gap: 2px; padding-top: 12px; }
.offer-mini-grid b { font-size: 20px; }
.offer-mini-grid small { color: rgba(255,255,255,.5); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.hero-metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(255,255,255,.12); }
.hero-metrics div { display: grid; gap: 4px; min-height: 92px; align-content: center; padding: 14px; background: rgba(11,11,13,.8); backdrop-filter: blur(12px); }
.hero-metrics strong { font-family: Manrope, sans-serif; font-size: clamp(25px, 6vw, 38px); line-height: 1; }
.hero-metrics span { max-width: 120px; color: rgba(255,255,255,.55); font-size: 10px; font-weight: 700; line-height: 1.3; text-transform: uppercase; }

.ticker { overflow: hidden; background: var(--violet); color: #fff; }
.ticker-track { display: flex; width: max-content; min-width: 200%; align-items: center; min-height: 48px; animation: ticker 30s linear infinite; will-change: transform; }
.ticker-group { display: flex; width: max-content; min-width: 100vw; flex-shrink: 0; align-items: center; justify-content: space-around; gap: 20px; padding-inline: 20px; }
.ticker-track span { font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.ticker-cta { border-radius: 999px; padding: 8px 13px; background: #fff; color: var(--violet-dark); font-size: 11px; font-weight: 900; letter-spacing: .04em; white-space: nowrap; }
.ticker-track i { width: 6px; height: 6px; border-radius: 50%; background: var(--lime); }
.ticker:hover .ticker-track { animation-play-state: paused; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section { padding: 56px 0; }
.section-cta { display: flex; margin-top: 22px; }
.section-cta .button { min-width: min(100%, 250px); }
.section-head { max-width: 940px; margin-bottom: 24px; }
.section-head h2, .offer-copy h2, .final-copy h2, .cabin-copy h2 { margin: 0; font-family: Manrope, Inter, sans-serif; font-size: clamp(35px, 8vw, 68px); font-weight: 700; letter-spacing: -.055em; line-height: .98; text-wrap: balance; }
.section-head > p:last-child, .split-head > p, .offer-copy > p, .cabin-copy > p, .final-copy > p { color: var(--muted); font-size: 16px; line-height: 1.6; }
.colors { background: #fff; }
.colors.section { padding: 46px 0; }
.colors-head { display: grid; gap: 12px; }
.colors-head h2 { margin: 0; font-family: Manrope, Inter, sans-serif; font-size: clamp(34px, 7vw, 58px); letter-spacing: -.055em; line-height: 1; }
.colors-head > p { max-width: 520px; margin: 0; color: var(--muted); line-height: 1.55; }
.colors-grid { display: grid; gap: 10px; margin-top: 24px; }
.color-card { border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; background: #f7f5f0; }
.color-card h3 { margin: 0 0 18px; font-family: Manrope, sans-serif; font-size: 22px; letter-spacing: -.025em; }
.swatch-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 10px; }
.swatch-item { display: flex; gap: 10px; align-items: center; min-width: 0; font-size: 12px; font-weight: 750; }
.swatch-item i { display: block; width: 32px; height: 32px; flex: 0 0 32px; border: 1px solid rgba(24,22,29,.15); border-radius: 50%; background: var(--swatch); box-shadow: inset 0 1px 3px rgba(255,255,255,.45); }
.color-card-interior .swatch-item i { width: 42px; flex-basis: 42px; border-radius: 10px; }
.concept { background: var(--paper); }
.split-head { display: grid; gap: 20px; max-width: none; }
.split-head > p { max-width: 500px; margin: 0; align-self: end; }
.drive-story { display: grid; gap: 14px; }
.drive-card { position: relative; min-height: 390px; overflow: hidden; border-radius: var(--radius); }
.drive-card-city { display: flex; flex-direction: column; padding: 26px; background: var(--violet-soft); }
.drive-card-number { position: absolute; top: 24px; right: 24px; color: rgba(24,22,29,.38); font-size: 12px; font-weight: 900; }
.drive-card h3 { margin: auto 0 14px; font-family: Manrope, sans-serif; font-size: clamp(40px, 9vw, 68px); letter-spacing: -.055em; line-height: .95; }
.drive-card p:not(.eyebrow) { max-width: 470px; margin: 0; color: rgba(24,22,29,.62); line-height: 1.55; }
.energy-line { height: 8px; margin-top: 24px; overflow: hidden; border-radius: 999px; background: rgba(24,22,29,.12); }
.energy-line span { display: block; width: 78%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--violet), #b987ff); }
.drive-card-road { color: #fff; }
.drive-card-road > img { width: 100%; height: 100%; object-fit: cover; }
.drive-card-road::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 20%, rgba(11,11,13,.9)); }
.drive-card-overlay { position: absolute; inset: 0; z-index: 2; display: flex; flex-direction: column; padding: 26px; }
.drive-card-road .drive-card-number, .drive-card-road p:not(.eyebrow) { color: rgba(255,255,255,.65); }
.feature-strip { display: grid; gap: 1px; margin-top: 14px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--line); }
.feature-strip div { display: grid; gap: 7px; padding: 16px; background: #fff; }
.feature-strip span, .spec-grid span { color: var(--muted); font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.feature-strip strong { font-size: 15px; line-height: 1.35; }

.gallery-section { overflow: hidden; background: var(--black); color: #fff; }
.gallery-heading > p { color: rgba(255,255,255,.52) !important; }
.gallery { display: grid; gap: 12px; }
.gallery-stage { position: relative; overflow: hidden; border-radius: var(--radius); aspect-ratio: 4 / 3; background: #19171d; }
.gallery-slide { position: absolute; inset: 0; margin: 0; opacity: 0; transform: scale(1.015); transition: opacity .4s ease, transform .6s ease; }
.gallery-slide.is-active { opacity: 1; transform: scale(1); }
.gallery-slide img { width: 100%; height: 100%; object-fit: cover; }
.gallery-control { position: absolute; top: 50%; z-index: 4; display: grid; width: 46px; height: 46px; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: rgba(11,11,13,.62); color: #fff; transform: translateY(-50%); backdrop-filter: blur(10px); }
.gallery-control::before { content: ""; width: 10px; height: 10px; border-top: 2px solid currentColor; border-left: 2px solid currentColor; }
.gallery-prev { left: 12px; }
.gallery-prev::before { transform: rotate(-45deg); }
.gallery-next { right: 12px; }
.gallery-next::before { transform: rotate(135deg); }
.gallery-counter { position: absolute; right: 14px; bottom: 14px; z-index: 4; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; padding: 9px 12px; background: rgba(11,11,13,.64); font-size: 11px; font-weight: 800; backdrop-filter: blur(10px); }
.gallery-counter span { color: #c7a5ff; }
.gallery-thumbs { display: flex; gap: 8px; overflow-x: auto; padding: 3px 1px 8px; scrollbar-width: none; }
.gallery-thumbs::-webkit-scrollbar { display: none; }
.gallery-thumbs button { flex: 0 0 88px; overflow: hidden; border: 2px solid transparent; border-radius: 13px; padding: 0; aspect-ratio: 4 / 3; background: #27242c; opacity: .5; transition: opacity .2s, border-color .2s; }
.gallery-thumbs button.is-active { border-color: var(--violet); opacity: 1; }
.gallery-thumbs img { width: 100%; height: 100%; object-fit: cover; }

.cabin { background: #e8e5df; }
.cabin-grid { display: grid; gap: 24px; }
.cabin-copy > p { max-width: 620px; }
.clean-list { display: grid; gap: 0; margin: 20px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.clean-list li { position: relative; padding: 12px 24px 12px 0; border-bottom: 1px solid var(--line); font-weight: 700; }
.clean-list li::after { content: "+"; position: absolute; right: 2px; color: var(--violet); }
.cabin-collage { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.cabin-collage figure { min-height: 180px; margin: 0; overflow: hidden; border-radius: 18px; }
.cabin-collage .collage-large { grid-column: 1 / -1; min-height: 260px; }
.cabin-collage img { width: 100%; height: 100%; object-fit: cover; }

.specs { background: #fff; }
.spec-grid { display: grid; border-top: 1px solid var(--line); }
.spec-grid div { display: grid; gap: 7px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.spec-grid strong { font-family: Manrope, sans-serif; font-size: clamp(20px, 5vw, 30px); letter-spacing: -.035em; }

.offer { overflow: hidden; background: var(--black); color: #fff; }
.offer-layout { display: grid; gap: 14px; align-items: start; }
.offer-copy { display: flex; min-height: 360px; flex-direction: column; justify-content: flex-end; border-radius: var(--radius); padding: 26px; background: radial-gradient(circle at 90% 5%, rgba(124,58,237,.4), transparent 42%), #17141c; }
.offer-copy h2 span { color: #c9a8ff; }
.offer-copy > p strong { color: #c9a8ff; }
.offer-copy > p { max-width: 600px; color: rgba(255,255,255,.58); }
.offer-copy .button { width: 100%; margin-top: 10px; }
.included-card { border-radius: var(--radius); padding: 26px; background: #f5f3ee; color: var(--ink); }
.included-card > p { margin: 0 0 22px; color: var(--muted); font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.included-card ul { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.included-card li { display: grid; grid-template-columns: 36px 1fr; gap: 10px; align-items: center; min-height: 50px; border-bottom: 1px solid var(--line); font-weight: 750; line-height: 1.35; }
.included-card li:last-child { border-bottom: 0; }
.included-card li span { color: var(--violet); font-size: 11px; font-weight: 900; }
.payments { display: grid; gap: 10px; margin-top: 18px; }
.payments > div, .payments article { border: 1px solid rgba(255,255,255,.1); border-radius: 18px; padding: 22px; background: #141217; }
.payments h3 { margin: 0; font-family: Manrope, sans-serif; font-size: clamp(28px, 7vw, 46px); letter-spacing: -.045em; line-height: 1; }
.payments article span { color: #c7a5ff; font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.payments article h4 { margin: 18px 0 8px; font-size: 22px; }
.payments article p { margin: 0; color: rgba(255,255,255,.52); line-height: 1.55; }

.steps { background: var(--paper); }
.steps-layout { display: grid; gap: 12px; }
.step-tabs { display: grid; gap: 8px; }
.step-tabs button { display: grid; grid-template-columns: 40px 1fr auto; gap: 12px; align-items: center; width: 100%; border: 1px solid var(--line); border-radius: 16px; padding: 13px; background: rgba(255,255,255,.6); color: var(--ink); text-align: left; }
.step-tabs button[aria-selected="true"] { border-color: var(--violet); background: #fff; box-shadow: 0 0 0 3px rgba(124,58,237,.1); }
.step-tabs button > span { color: var(--violet); font-size: 11px; font-weight: 900; }
.step-tabs strong { font-size: 14px; }
.step-tabs small { color: var(--muted); font-size: 10px; font-weight: 800; }
.step-panel { position: relative; min-height: 300px; border-radius: var(--radius); padding: 26px; background: var(--violet); color: #fff; }
.step-panel-index { position: absolute; top: 20px; right: 24px; color: rgba(255,255,255,.3); font-family: Manrope, sans-serif; font-size: 72px; font-weight: 700; line-height: 1; }
.step-panel > p:first-of-type { margin: 0 0 54px; color: #d9c8ff; font-size: 11px; font-weight: 900; text-transform: uppercase; }
.step-panel h3 { max-width: 430px; margin: 0; font-family: Manrope, sans-serif; font-size: clamp(34px, 8vw, 56px); letter-spacing: -.05em; line-height: 1; }
.step-line { height: 3px; margin: 24px 0; overflow: hidden; background: rgba(255,255,255,.2); }
.step-line span { display: block; height: 100%; background: var(--lime); transition: width .35s ease; }
.step-panel-text { max-width: 600px; margin: 0; color: rgba(255,255,255,.72); line-height: 1.6; }

.trust { background: #e8e5df; }
.trust-grid { display: grid; gap: 12px; }
.contract-card, .legal-card, .map-card { border-radius: var(--radius); padding: 24px; background: #fff; box-shadow: var(--shadow); }
.card-index { color: var(--violet); font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.contract-card h3 { margin: 36px 0 14px; font-family: Manrope, sans-serif; font-size: clamp(31px, 7vw, 48px); letter-spacing: -.05em; line-height: 1; }
.contract-card p { color: var(--muted); line-height: 1.6; }
.text-link { display: flex; justify-content: space-between; margin-top: 24px; border-top: 1px solid var(--line); padding-top: 16px; font-weight: 800; }
.text-link b { color: var(--violet); }
.legal-card dl { display: grid; gap: 0; margin: 22px 0 0; }
.legal-card dl div { display: grid; gap: 5px; padding: 11px 0; border-bottom: 1px solid var(--line); }
.legal-card dt { color: var(--muted); font-size: 10px; font-weight: 850; text-transform: uppercase; }
.legal-card dd { margin: 0; font-weight: 800; overflow-wrap: anywhere; }
.map-card { display: grid; gap: 24px; margin-top: 12px; }
.map-card h3 { margin: 0; font-family: Manrope, sans-serif; font-size: clamp(34px, 7vw, 54px); letter-spacing: -.05em; line-height: 1; }
.map-card > div > p:last-child { color: var(--muted); line-height: 1.55; }
.map-shell { display: grid; min-height: 240px; place-items: center; overflow: hidden; border-radius: 18px; background: linear-gradient(135deg, #ddd7e6, #f4f1ea); }
.map-shell iframe { width: 100%; min-height: 350px; border: 0; }

.reviews { background: #fff; }
.reviews-layout { display: grid; gap: 24px; }
.reviews-copy { align-self: center; }
.reviews-copy h2 { margin: 0; font-family: Manrope, sans-serif; font-size: clamp(37px, 8vw, 68px); letter-spacing: -.055em; line-height: .98; }
.rating { display: flex; gap: 18px; align-items: center; margin: 22px 0; }
.rating > strong { font-family: Manrope, sans-serif; font-size: 68px; letter-spacing: -.06em; }
.rating > span { color: #f3b516; letter-spacing: .1em; }
.rating small { display: block; margin-top: 8px; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: 0; }
.reviews-actions { display: flex; flex-direction: column; gap: 10px; }
.reviews-copy .button { width: 100%; }
.reviews-shot { max-height: 480px; margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.reviews-shot img { width: 100%; height: auto; }

.faq { background: var(--paper); }
.faq-layout { display: grid; gap: 20px; }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { position: relative; padding: 17px 44px 17px 0; font-size: 16px; font-weight: 800; line-height: 1.4; cursor: pointer; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; position: absolute; top: 14px; right: 2px; color: var(--violet); font-size: 24px; font-weight: 400; }
.accordion details[open] summary::after { content: "−"; }
.accordion details p { max-width: 700px; margin: 0; padding: 0 36px 17px 0; color: var(--muted); line-height: 1.55; }

.final-cta { position: relative; overflow: hidden; background: var(--black); color: #fff; }
.final-bg { position: absolute; inset: 0; opacity: .18; }
.final-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #0b0b0d 5%, transparent 100%), linear-gradient(180deg, rgba(11,11,13,.2), #0b0b0d); }
.final-bg img { width: 100%; height: 100%; object-fit: cover; }
.final-grid { position: relative; z-index: 2; display: grid; gap: 24px; }
.final-copy h2 span { color: #c9a8ff; }
.final-copy > p { max-width: 640px; color: rgba(255,255,255,.6); }
.footer-contacts { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-top: 25px; }
.footer-phone { margin-right: 8px; font-size: 19px; font-weight: 850; }
.footer-contacts > a:not(.footer-phone) { display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; }
.footer-contacts img { width: 27px; height: 27px; object-fit: contain; }
.form-shell { overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); background: #f7f5f0; box-shadow: 0 30px 80px rgba(0,0,0,.35); color: var(--ink); }
.form-shell-head { display: flex; justify-content: space-between; gap: 12px; padding: 18px 20px; border-bottom: 1px solid var(--line); }
.form-shell-head span { font-weight: 900; }
.form-shell-head small { color: var(--muted); font-size: 10px; font-weight: 800; text-align: right; }
.bitrix-form { min-height: 365px; }

.site-footer { padding: 34px 0 94px; background: var(--black); color: rgba(255,255,255,.48); }
.footer-grid { display: grid; gap: 16px; font-size: 12px; }
.footer-grid img { display: block; width: 128px; height: auto; }
.footer-grid p { margin: 0; }
.mobile-cta { position: fixed; right: 10px; bottom: 10px; left: 10px; z-index: 45; display: flex; min-height: 58px; align-items: center; justify-content: space-between; gap: 12px; border-radius: 999px; padding: 10px 18px; background: var(--violet); color: #fff; box-shadow: 0 16px 40px rgba(45,14,94,.36); }
.mobile-cta span { font-size: 13px; font-weight: 850; }
.mobile-cta strong { font-size: 12px; }

.js [data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.js [data-reveal].is-visible { opacity: 1; transform: translateY(0); }

@media (min-width: 720px) {
  .container { width: min(100% - 56px, 1240px); }
  .section { padding: 76px 0; }
  .hero-inner { grid-template-columns: minmax(0, 1fr) 360px; align-items: end; gap: 28px; padding-bottom: 38px; }
  .hero-copy { grid-column: 1; }
  .hero-offer { grid-column: 2; grid-row: 1; align-self: end; }
  .hero-metrics { grid-column: 1 / -1; grid-template-columns: repeat(4, 1fr); }
  .hero-actions { flex-direction: row; }
  .hero-actions .button { min-width: 190px; }
  .split-head, .gallery-heading { grid-template-columns: minmax(0, 1.5fr) minmax(260px, .65fr); }
  .colors.section { padding: 58px 0; }
  .colors-head { grid-template-columns: minmax(0, 1.2fr) minmax(280px, .7fr); align-items: end; }
  .colors-grid { grid-template-columns: 1.35fr .65fr; }
  .color-card { padding: 26px; }
  .swatch-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .swatch-list-interior { grid-template-columns: 1fr; }
  .drive-story { grid-template-columns: 1fr 1fr; }
  .drive-card { min-height: 460px; }
  .feature-strip { grid-template-columns: repeat(4, 1fr); }
  .gallery-stage { aspect-ratio: 16 / 9; }
  .gallery-thumbs button { flex-basis: 126px; }
  .cabin-grid { grid-template-columns: .75fr 1.25fr; align-items: center; }
  .cabin-collage .collage-large { min-height: 380px; }
  .spec-grid { grid-template-columns: 1fr 1fr; }
  .spec-grid div:nth-child(odd) { padding-right: 28px; border-right: 1px solid var(--line); }
  .spec-grid div:nth-child(even) { padding-left: 28px; }
  .offer-layout { grid-template-columns: 1.25fr .75fr; }
  .offer-copy { min-height: 440px; padding: 34px; }
  .included-card { padding: 32px; }
  .payments { grid-template-columns: 1.2fr 1fr 1fr; }
  .payments > div, .payments article { min-height: 220px; }
  .steps-layout { grid-template-columns: .72fr 1.28fr; }
  .step-panel { min-height: 390px; padding: 32px; }
  .step-panel > p:first-of-type { margin-bottom: 70px; }
  .trust-grid { grid-template-columns: 1.25fr .75fr; }
  .contract-card, .legal-card, .map-card { padding: 30px; }
  .map-card { grid-template-columns: .7fr 1.3fr; align-items: stretch; }
  .reviews-layout { grid-template-columns: 1fr 1fr; }
  .reviews-actions { flex-direction: row; flex-wrap: wrap; }
  .reviews-copy .button { width: fit-content; }
  .faq-layout { grid-template-columns: .7fr 1.3fr; }
  .final-grid { grid-template-columns: 1.05fr .75fr; align-items: center; }
  .footer-grid { grid-template-columns: 1fr auto auto; align-items: center; }
}

@media (min-width: 1040px) {
  .site-header { grid-template-columns: 1fr auto 1fr; padding-inline: 30px; }
  .brand img { width: 150px; }
  .menu-toggle { display: none; }
  .nav { position: static; display: flex; align-items: center; border: 0; padding: 0; background: transparent; box-shadow: none; }
  .nav a { padding: 10px 12px; font-size: 12px; }
  .header-phone { display: inline-flex; justify-self: end; }
  .hero-media img { object-position: center; }
  .hero-shade { background: linear-gradient(90deg, rgba(11,11,13,.97) 0%, rgba(11,11,13,.68) 43%, rgba(11,11,13,.08) 78%), linear-gradient(180deg, rgba(11,11,13,.22), rgba(11,11,13,.84)); }
  .hero-inner { padding-top: 150px; padding-bottom: 50px; }
  .hero-copy { align-self: center; }
  .hero-offer { margin-bottom: 22px; }
  .gallery-control { width: 54px; height: 54px; }
  .mobile-cta { display: none; }
  .site-footer { padding-bottom: 34px; }
}

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