:root {
      --ink: #101216;
      --ink-soft: #191c22;
      --paper: #f1eee8;
      --paper-2: #e6e1d8;
      --white: #fffdfa;
      --muted: #65676c;
      --line: rgba(16, 18, 22, .14);
      --red: #ef3f31;
      --red-dark: #c52a20;
      --blue: #87eff0;
      --lime: #d6ff4b;
      --shadow: 0 20px 70px rgba(15, 17, 21, .12);
      --radius: 24px;
      --max: 1380px;
      --font-sans: Arial, Helvetica, "Segoe UI", sans-serif;
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      min-width: 320px;
      color: var(--ink);
      background: var(--paper);
      font-family: var(--font-sans);
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-rendering: optimizeLegibility;
    }
    button, input, select, textarea { font: inherit; }
    button { color: inherit; }
    img { display: block; max-width: 100%; }
    [hidden] { display: none !important; }
    :focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }

    .skip {
      position: fixed;
      z-index: 100;
      left: 16px;
      top: -60px;
      padding: 10px 14px;
      border: 0;
      border-radius: 10px;
      background: var(--lime);
      font-weight: 800;
    }
    .skip:focus { top: 16px; }
    .container { width: min(var(--max), calc(100% - 48px)); margin-inline: auto; }

    .update-bar {
      background: var(--red);
      color: #fff;
      font-size: 11px;
      font-weight: 800;
      letter-spacing: .14em;
      text-transform: uppercase;
    }
    .update-bar__inner {
      min-height: 34px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
    }
    .update-bar__inner span:last-child { opacity: .78; }

    .header {
      position: sticky;
      top: 0;
      z-index: 30;
      background: rgba(16, 18, 22, .92);
      color: #fff;
      border-bottom: 1px solid rgba(255, 255, 255, .1);
      backdrop-filter: blur(18px);
    }
    .nav {
      min-height: 78px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 28px;
    }
    .logo {
      display: inline-flex;
      align-items: center;
      gap: 11px;
      border: 0;
      padding: 0;
      background: none;
      color: #fff;
      cursor: pointer;
    }
    .logo__mark {
      width: 34px;
      height: 34px;
      display: grid;
      place-items: center;
      border-radius: 8px;
      background: var(--red);
      transform: skewX(-7deg);
    }
    .logo__mark::before {
      content: "";
      width: 13px;
      height: 13px;
      border: 3px solid #fff;
      border-left: 0;
      transform: skewX(7deg) rotate(45deg);
    }
    .logo__type { display: flex; align-items: baseline; letter-spacing: -.04em; }
    .logo__type strong { font-size: 20px; font-weight: 900; }
    .logo__type span { font-size: 20px; font-weight: 350; }
    .logo small {
      padding-left: 9px;
      margin-left: 9px;
      border-left: 1px solid rgba(255,255,255,.24);
      color: #aeb2bb;
      font-size: 9px;
      line-height: 1.2;
      letter-spacing: .15em;
      text-align: left;
    }
    .nav__links { display: flex; gap: 28px; align-items: center; }
    .nav__link {
      border: 0;
      padding: 8px 0;
      background: none;
      color: #c5c7cd;
      cursor: pointer;
      font-size: 13px;
      font-weight: 700;
    }
    .nav__link:hover { color: #fff; }
    .nav__actions { display: flex; align-items: center; gap: 10px; }
    .menu-btn {
      display: none;
      width: 42px;
      height: 42px;
      border: 1px solid rgba(255,255,255,.2);
      border-radius: 12px;
      background: transparent;
      color: #fff;
      cursor: pointer;
    }
    .pill-btn {
      min-height: 42px;
      border: 1px solid rgba(255,255,255,.2);
      border-radius: 999px;
      padding: 0 17px;
      background: transparent;
      color: #fff;
      cursor: pointer;
      font-size: 12px;
      font-weight: 850;
      letter-spacing: .04em;
    }
    .pill-btn:hover { border-color: rgba(255,255,255,.55); }
    .pill-btn--red { border-color: var(--red); background: var(--red); }
    .pill-btn--red:hover { background: var(--red-dark); border-color: var(--red-dark); }

    .hero {
      position: relative;
      overflow: hidden;
      background:
        radial-gradient(circle at 88% 18%, rgba(90, 229, 235, .16), transparent 23%),
        radial-gradient(circle at 18% 90%, rgba(239, 63, 49, .13), transparent 22%),
        var(--ink);
      color: #fff;
    }
    .hero::after {
      content: "";
      position: absolute;
      inset: 0;
      pointer-events: none;
      opacity: .11;
      background-image:
        linear-gradient(rgba(255,255,255,.11) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.11) 1px, transparent 1px);
      background-size: 88px 88px;
      mask-image: linear-gradient(to right, transparent, #000 70%);
    }
    .hero__grid {
      position: relative;
      z-index: 1;
      min-height: 690px;
      display: grid;
      grid-template-columns: minmax(0, .92fr) minmax(460px, 1.08fr);
      align-items: center;
      gap: 70px;
      padding-block: 70px 88px;
    }
    .kicker {
      display: flex;
      align-items: center;
      gap: 11px;
      margin-bottom: 24px;
      color: var(--blue);
      font-size: 11px;
      font-weight: 900;
      letter-spacing: .18em;
      text-transform: uppercase;
    }
    .kicker::before { content: ""; width: 34px; height: 2px; background: currentColor; }
    .hero h1 {
      max-width: 760px;
      margin: 0;
      font-size: clamp(52px, 6.7vw, 94px);
      line-height: .92;
      letter-spacing: -.065em;
      font-weight: 900;
    }
    .hero h1 em { color: var(--lime); font-style: normal; }
    .hero__copy {
      max-width: 610px;
      margin: 28px 0 0;
      color: #b9bdc6;
      font-size: 17px;
      line-height: 1.72;
    }
    .hero__actions { display: flex; gap: 12px; margin-top: 34px; flex-wrap: wrap; }
    .hero__actions .pill-btn { min-height: 50px; padding-inline: 22px; }
    .hero__proof {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      max-width: 560px;
      margin-top: 44px;
      padding-top: 23px;
      border-top: 1px solid rgba(255,255,255,.14);
    }
    .hero__proof strong { display: block; font-size: 20px; }
    .hero__proof span { display: block; margin-top: 6px; color: #838995; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }

    .hero-card {
      position: relative;
      min-height: 535px;
      overflow: hidden;
      border: 1px solid rgba(255,255,255,.15);
      border-radius: 34px;
      background: #22262d;
      box-shadow: 0 38px 100px rgba(0,0,0,.42);
    }
    .hero-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
    .hero-card::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(0,0,0,.03) 40%, rgba(0,0,0,.91) 100%);
    }
    .hero-card__top {
      position: absolute;
      z-index: 2;
      top: 22px;
      left: 22px;
      right: 22px;
      display: flex;
      justify-content: space-between;
      gap: 16px;
    }
    .flag {
      display: inline-flex;
      align-items: center;
      min-height: 30px;
      padding: 0 12px;
      border-radius: 999px;
      background: rgba(16,18,22,.78);
      color: #fff;
      font-size: 10px;
      font-weight: 900;
      letter-spacing: .12em;
      text-transform: uppercase;
      backdrop-filter: blur(12px);
    }
    .flag--lime { background: var(--lime); color: #111; }
    .hero-card__body {
      position: absolute;
      z-index: 2;
      left: 28px;
      right: 28px;
      bottom: 26px;
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 20px;
    }
    .hero-card__body small { color: var(--blue); font-weight: 900; letter-spacing: .14em; }
    .hero-card__body h2 { margin: 5px 0 0; font-size: clamp(30px, 4vw, 50px); letter-spacing: -.045em; }
    .hero-card__price { text-align: right; white-space: nowrap; }
    .hero-card__price span { display: block; color: #b6bac4; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
    .hero-card__price strong { display: block; margin-top: 6px; color: var(--lime); font-size: 24px; }

    .headline-strip { position: relative; z-index: 3; margin-top: -38px; }
    .headline-strip__grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      overflow: hidden;
      border-radius: 22px;
      background: var(--white);
      box-shadow: var(--shadow);
    }
    .headline {
      min-height: 122px;
      display: grid;
      grid-template-columns: 70px 1fr;
      align-items: center;
      gap: 17px;
      padding: 22px;
      border-right: 1px solid var(--line);
    }
    .headline:last-child { border-right: 0; }
    .headline img { width: 70px; height: 70px; object-fit: cover; border-radius: 14px; }
    .headline small { color: var(--red); font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
    .headline h3 { margin: 6px 0 0; font-size: 15px; line-height: 1.3; }

    .desk { padding: 120px 0 100px; }
    .section-head {
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 36px;
      margin-bottom: 38px;
    }
    .section-head__index { color: var(--red); font-size: 11px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
    .section-head h2 { max-width: 720px; margin: 12px 0 0; font-size: clamp(39px, 5vw, 66px); line-height: .98; letter-spacing: -.055em; }
    .section-head p { max-width: 430px; margin: 0; color: var(--muted); line-height: 1.68; }

    .brand-filter {
      display: flex;
      gap: 9px;
      overflow-x: auto;
      padding: 4px 2px 15px;
      scrollbar-width: thin;
    }
    .chip {
      min-height: 39px;
      flex: 0 0 auto;
      border: 1px solid var(--line);
      border-radius: 999px;
      padding: 0 15px;
      background: rgba(255,255,255,.54);
      cursor: pointer;
      font-size: 12px;
      font-weight: 800;
    }
    .chip:hover { border-color: rgba(16,18,22,.38); }
    .chip.is-active { background: var(--ink); border-color: var(--ink); color: #fff; }
    .chip span { color: var(--red); margin-left: 5px; }
    .chip.is-active span { color: var(--lime); }

    .toolbar {
      display: grid;
      grid-template-columns: minmax(260px, 1fr) 180px 190px auto;
      gap: 10px;
      margin: 17px 0 30px;
      padding: 12px;
      border: 1px solid var(--line);
      border-radius: 18px;
      background: rgba(255,255,255,.67);
    }
    .control {
      min-height: 48px;
      width: 100%;
      border: 1px solid transparent;
      border-radius: 12px;
      padding: 0 14px;
      background: var(--white);
      color: var(--ink);
    }
    input.control { padding-left: 18px; }
    select.control { cursor: pointer; }
    .mix-btn {
      min-width: 124px;
      border: 0;
      border-radius: 12px;
      padding: 0 18px;
      background: var(--red);
      color: #fff;
      cursor: pointer;
      font-size: 12px;
      font-weight: 900;
    }
    .mix-btn:hover { background: var(--red-dark); }
    .desk-meta {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 20px;
      margin-bottom: 17px;
      color: var(--muted);
      font-size: 12px;
    }
    .desk-meta strong { color: var(--ink); }
    .desk-meta span:last-child { text-align: right; }

    .grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 20px;
    }
    .card {
      position: relative;
      overflow: hidden;
      min-width: 0;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: var(--white);
      box-shadow: 0 8px 30px rgba(21,23,28,.04);
      cursor: pointer;
      transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
    }
    .card:hover { transform: translateY(-5px); border-color: rgba(16,18,22,.32); box-shadow: 0 22px 55px rgba(21,23,28,.13); }
    .card__media { position: relative; aspect-ratio: 16/10; overflow: hidden; background: #d9d8d4; }
    .card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
    .card:hover .card__media img { transform: scale(1.035); }
    .card__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(0,0,0,.02), rgba(0,0,0,.25)); }
    .card__badges {
      position: absolute;
      z-index: 2;
      top: 14px;
      left: 14px;
      right: 14px;
      display: flex;
      justify-content: space-between;
      gap: 10px;
    }
    .brand-badge, .power-badge {
      min-height: 27px;
      display: inline-flex;
      align-items: center;
      padding: 0 10px;
      border-radius: 999px;
      font-size: 9px;
      font-weight: 950;
      letter-spacing: .11em;
      text-transform: uppercase;
      backdrop-filter: blur(10px);
    }
    .brand-badge { background: rgba(16,18,22,.8); color: #fff; }
    .power-badge { background: rgba(255,253,250,.86); color: var(--ink); }
    .power-badge[data-power="EV"] { background: rgba(214,255,75,.92); }
    .power-badge[data-power="PHEV"], .power-badge[data-power="EREV"] { background: rgba(135,239,240,.92); }
    .card__body { padding: 20px 20px 18px; }
    .card__title-row { display: flex; align-items: start; justify-content: space-between; gap: 16px; }
    .card__title-row h3 { min-width: 0; margin: 0; font-size: 20px; line-height: 1.14; letter-spacing: -.025em; }
    .card__year { flex: 0 0 auto; color: #85878d; font-size: 11px; font-weight: 800; }
    .card__specs { display: flex; flex-wrap: wrap; gap: 7px 13px; margin-top: 14px; color: var(--muted); font-size: 11px; }
    .card__specs span { display: inline-flex; align-items: center; gap: 5px; }
    .card__specs i { width: 4px; height: 4px; border-radius: 50%; background: var(--red); }
    .card__bottom {
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 14px;
      margin-top: 19px;
      padding-top: 17px;
      border-top: 1px solid var(--line);
    }
    .card__price small { display: block; color: var(--muted); font-size: 9px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
    .card__price strong { display: block; margin-top: 4px; font-size: 21px; letter-spacing: -.02em; }
    .card__open {
      width: 38px;
      height: 38px;
      display: grid;
      place-items: center;
      flex: 0 0 auto;
      border: 0;
      border-radius: 12px;
      background: var(--ink);
      color: #fff;
      cursor: pointer;
      font-size: 18px;
    }
    .empty {
      grid-column: 1 / -1;
      padding: 70px 30px;
      border: 1px dashed rgba(16,18,22,.25);
      border-radius: var(--radius);
      text-align: center;
      color: var(--muted);
    }
    .load-row { display: flex; justify-content: center; margin-top: 34px; }
    .load-more {
      min-height: 50px;
      border: 1px solid var(--ink);
      border-radius: 999px;
      padding: 0 24px;
      background: transparent;
      cursor: pointer;
      font-size: 12px;
      font-weight: 900;
    }
    .load-more:hover { background: var(--ink); color: #fff; }

    .price-desk {
      padding: 96px 0;
      overflow: hidden;
      background: var(--ink);
      color: #fff;
    }
    .price-desk .section-head__index { color: var(--blue); }
    .price-desk .section-head p { color: #9da1aa; }
    .price-board { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 24px; background: rgba(255,255,255,.14); }
    .price-item { min-height: 210px; padding: 25px; background: var(--ink-soft); }
    .price-item__no { color: #626772; font-size: 11px; font-weight: 900; }
    .price-item h3 { min-height: 52px; margin: 28px 0 0; font-size: 19px; line-height: 1.25; }
    .price-item strong { display: block; margin-top: 26px; color: var(--lime); font-size: 22px; letter-spacing: -.03em; }
    .price-item small { display: block; margin-top: 6px; color: #777d88; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

    .principles { padding: 98px 0; }
    .principles__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 60px; align-items: center; }
    .principles h2 { margin: 0; font-size: clamp(38px, 5vw, 62px); line-height: 1; letter-spacing: -.055em; }
    .principles h2 em { color: var(--red); font-style: normal; }
    .principle-list { display: grid; gap: 12px; }
    .principle {
      display: grid;
      grid-template-columns: 42px 1fr;
      gap: 15px;
      align-items: start;
      padding: 18px;
      border: 1px solid var(--line);
      border-radius: 16px;
      background: rgba(255,255,255,.55);
    }
    .principle span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; background: var(--ink); color: var(--lime); font-weight: 900; }
    .principle h3 { margin: 2px 0 5px; font-size: 15px; }
    .principle p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }

    .footer { padding: 44px 0; background: #090b0e; color: #fff; }
    .footer__inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
    .footer p { max-width: 610px; margin: 0; color: #737984; font-size: 11px; line-height: 1.7; }
    .footer strong { color: #fff; }

    dialog {
      width: min(1000px, calc(100% - 34px));
      max-height: calc(100dvh - 34px);
      padding: 0;
      border: 0;
      border-radius: 28px;
      overflow: auto;
      background: var(--white);
      box-shadow: 0 40px 140px rgba(0,0,0,.5);
    }
    dialog::backdrop { background: rgba(3,5,8,.78); backdrop-filter: blur(6px); }
    .modal__close {
      position: absolute;
      z-index: 4;
      top: 16px;
      right: 16px;
      width: 42px;
      height: 42px;
      border: 1px solid rgba(255,255,255,.24);
      border-radius: 50%;
      background: rgba(16,18,22,.8);
      color: #fff;
      cursor: pointer;
      font-size: 22px;
    }
    .modal__grid { display: grid; grid-template-columns: 1.06fr .94fr; min-height: 580px; }
    .modal__media { position: relative; min-height: 500px; background: #dad9d5; }
    .modal__media img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
    .modal__content { padding: 48px 42px; }
    .modal__eyebrow { color: var(--red); font-size: 10px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
    .modal h2 { margin: 10px 0 0; font-size: 42px; line-height: 1; letter-spacing: -.05em; }
    .modal__copy { margin: 22px 0 0; color: var(--muted); line-height: 1.72; }
    .modal__price { margin-top: 28px; padding: 20px; border-radius: 18px; background: var(--ink); color: #fff; }
    .modal__price small { color: #7f858f; font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
    .modal__price strong { display: block; margin-top: 7px; color: var(--lime); font-size: 30px; }
    .modal__specs { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: 20px; }
    .modal__spec { padding: 14px; border: 1px solid var(--line); border-radius: 14px; }
    .modal__spec small { display: block; color: var(--muted); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
    .modal__spec strong { display: block; margin-top: 5px; color: var(--muted); font-size: 14px; }
    .modal__note { margin: 20px 0 0; color: #85878c; font-size: 10px; line-height: 1.6; }

    @media (max-width: 1080px) {
      .hero__grid { grid-template-columns: .9fr 1.1fr; gap: 36px; }
      .grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .price-board { grid-template-columns: repeat(3, 1fr); }
      .toolbar { grid-template-columns: 1fr 160px 180px; }
      .mix-btn { grid-column: 1 / -1; min-height: 46px; }
    }
    @media (max-width: 820px) {
      .container { width: min(100% - 30px, var(--max)); }
      .update-bar__inner span:last-child { display: none; }
      .menu-btn { display: grid; place-items: center; }
      .nav__links {
        position: absolute;
        left: 15px;
        right: 15px;
        top: calc(100% + 8px);
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 12px;
        border: 1px solid rgba(255,255,255,.13);
        border-radius: 16px;
        background: #171a1f;
        box-shadow: 0 20px 60px rgba(0,0,0,.4);
      }
      .nav__links.is-open { display: flex; }
      .nav__link { padding: 13px 12px; text-align: left; }
      .nav__actions .pill-btn { display: none; }
      .hero__grid { min-height: auto; grid-template-columns: 1fr; padding-block: 70px 94px; }
      .hero-card { min-height: 480px; }
      .headline-strip__grid { grid-template-columns: 1fr; }
      .headline { border-right: 0; border-bottom: 1px solid var(--line); }
      .headline:last-child { border-bottom: 0; }
      .section-head { align-items: start; flex-direction: column; }
      .section-head p { max-width: 620px; }
      .toolbar { grid-template-columns: 1fr 1fr; }
      .toolbar input { grid-column: 1 / -1; }
      .mix-btn { grid-column: auto; }
      .price-board { grid-template-columns: repeat(2, 1fr); }
      .principles__grid { grid-template-columns: 1fr; }
      .modal__grid { grid-template-columns: 1fr; }
      .modal__media { min-height: 380px; }
    }
    @media (max-width: 570px) {
      .update-bar__inner { justify-content: center; }
      .logo small { display: none; }
      .hero h1 { font-size: 54px; }
      .hero__proof { grid-template-columns: 1fr; gap: 14px; }
      .hero__proof div { display: flex; align-items: baseline; gap: 10px; }
      .hero__proof span { margin: 0; }
      .hero-card { min-height: 390px; }
      .hero-card__body { align-items: start; flex-direction: column; }
      .hero-card__price { text-align: left; }
      .headline-strip { margin-top: -28px; }
      .desk { padding-top: 90px; }
      .grid { grid-template-columns: 1fr; }
      .toolbar { grid-template-columns: 1fr; }
      .toolbar input, .mix-btn { grid-column: auto; }
      .desk-meta { align-items: start; flex-direction: column; }
      .desk-meta span:last-child { text-align: left; }
      .price-board { grid-template-columns: 1fr; }
      .price-item { min-height: auto; }
      .price-item h3 { min-height: 0; }
      .footer__inner { align-items: start; flex-direction: column; }
      .modal__media { min-height: 280px; }
      .modal__content { padding: 34px 24px; }
      .modal h2 { font-size: 34px; }
    }
    @media (prefers-reduced-motion: reduce) {
      *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
    }