.lfv2 {
  --lfv2-ink: #111318;
  --lfv2-ink-soft: #2e333b;
  --lfv2-muted: #6a707a;
  --lfv2-line: #dfe3e8;
  --lfv2-line-strong: #c8cdd5;
  --lfv2-canvas: #f3f5f7;
  --lfv2-paper: #fff;
  --lfv2-blue: #2e59b7;
  --lfv2-radius: 3px;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  color: var(--lfv2-ink);
  background: var(--lfv2-paper);
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

.lfv2,
.lfv2 * {
  box-sizing: border-box;
}

/*
 * The component uses the HTML hidden attribute for both series panels and
 * power-filtered model cards. Explicit component display rules must not
 * override that state.
 */
.lfv2 [data-lfv2-panel][hidden],
.lfv2 [data-lfv2-config][hidden] {
  display: none !important;
}

.lfv2 :focus-visible {
  outline: 3px solid rgba(46, 89, 183, .42);
  outline-offset: 3px;
}

.lfv2 button,
.lfv2 a {
  font: inherit;
}

.lfv2 button {
  color: inherit;
}

.lfv2 figure,
.lfv2 dl,
.lfv2 p,
.lfv2 h2,
.lfv2 h3 {
  margin-top: 0;
}

.lfv2 img {
  display: block;
  max-width: 100%;
}

.lfv2__intro {
  padding-top: 56px;
}

.lfv2__kicker {
  margin: 0 0 12px;
  color: var(--lfv2-blue);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.lfv2__heading {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 520px);
  gap: 40px;
  align-items: end;
  margin-bottom: 34px;
}

.lfv2 .lfv2__heading h2 {
  margin: 0;
  color: var(--lfv2-ink);
  font-size: clamp(34px, 4.8vw, 58px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.045em;
}

.lfv2__heading p {
  margin: 0;
  color: var(--lfv2-muted);
  line-height: 1.55;
}

.lfv2__facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 0 48px;
  border-top: 1px solid var(--lfv2-line-strong);
  border-bottom: 1px solid var(--lfv2-line-strong);
}

.lfv2__fact {
  min-height: 108px;
  padding: 22px 26px;
  border-right: 1px solid var(--lfv2-line);
}

.lfv2__fact:last-child {
  border-right: 0;
}

.lfv2__fact strong {
  display: block;
  margin-bottom: 6px;
  color: var(--lfv2-ink);
  font-size: 23px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -.02em;
}

.lfv2__fact span {
  color: var(--lfv2-muted);
  font-size: 12px;
  line-height: 1.4;
}

.lfv2__selector {
  margin-bottom: 62px;
  border: 1px solid var(--lfv2-line-strong);
  background: var(--lfv2-paper);
  box-shadow: 0 18px 48px rgba(17, 19, 24, .08);
}

.lfv2__tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid var(--lfv2-line-strong);
  background: var(--lfv2-canvas);
}

.lfv2 .lfv2__tab {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 15px;
  align-items: center;
  min-height: 104px;
  padding: 20px 26px;
  border: 0;
  border-right: 1px solid var(--lfv2-line-strong);
  border-radius: 0;
  color: var(--lfv2-ink);
  background: transparent;
  text-align: left;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

.lfv2 .lfv2__tab:last-child {
  border-right: 0;
}

.lfv2 .lfv2__tab[aria-selected="true"] {
  color: #fff;
  background: var(--lfv2-ink);
}

.lfv2__tab-size {
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.04em;
}

.lfv2__tab-copy strong,
.lfv2__tab-copy span {
  display: block;
}

.lfv2__tab-copy strong {
  margin-bottom: 3px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
}

.lfv2__tab-copy span {
  color: var(--lfv2-muted);
  font-size: 12px;
  line-height: 1.4;
}

.lfv2__tab[aria-selected="true"] .lfv2__tab-copy span {
  color: #bdc2cb;
}

.lfv2__filter-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 74px;
  padding: 14px 26px;
  border-bottom: 1px solid var(--lfv2-line);
}

.lfv2__filter-label {
  color: var(--lfv2-muted);
  font-size: 12px;
}

.lfv2__filter-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.lfv2 .lfv2__filter,
.lfv2 .lfv2__finish {
  min-height: 46px;
  border: 1px solid var(--lfv2-line-strong);
  border-radius: 99px;
  background: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

.lfv2 .lfv2__filter {
  padding: 0 15px;
  font-size: 12px;
}

.lfv2 .lfv2__filter[aria-pressed="true"] {
  border-color: var(--lfv2-blue);
  color: #fff;
  background: var(--lfv2-blue);
}

.lfv2__panel {
  padding: 34px;
}

.lfv2__panel-intro {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 26px;
}

.lfv2 .lfv2__panel-intro h3 {
  margin: 0 0 5px;
  color: var(--lfv2-ink);
  font-size: 27px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -.025em;
}

.lfv2__panel-intro p {
  max-width: 680px;
  margin: 0;
  color: var(--lfv2-muted);
  line-height: 1.55;
}

.lfv2__result-count {
  flex: 0 0 auto;
  color: var(--lfv2-muted);
  font-size: 12px;
}

.lfv2__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.lfv2__card {
  display: grid;
  grid-template-columns: minmax(190px, .9fr) minmax(220px, 1.1fr);
  min-height: 284px;
  overflow: hidden;
  border: 1px solid var(--lfv2-line);
  background: #fff;
}

.lfv2__visual {
  position: relative;
  min-height: 284px;
  margin: 0;
  overflow: hidden;
  background: var(--lfv2-canvas);
}

.lfv2__visual img {
  width: 100%;
  height: 100%;
  min-height: 284px;
  object-fit: contain;
  transform: scale(1.16);
  transform-origin: center;
}

.lfv2__badge {
  position: absolute;
  z-index: 1;
  top: 13px;
  left: 13px;
  padding: 5px 8px;
  border: 1px solid rgba(17, 19, 24, .16);
  color: var(--lfv2-ink-soft);
  background: rgba(255, 255, 255, .9);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.lfv2__card-body {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 22px;
}

.lfv2__model-heading {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 15px;
}

.lfv2 .lfv2__model-heading h3 {
  margin: 0;
  color: var(--lfv2-ink);
  font-size: 25px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -.025em;
}

.lfv2__power {
  color: var(--lfv2-blue);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
}

.lfv2__primary-spec {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  margin: 16px 0 0;
  border-top: 1px solid var(--lfv2-line);
  border-bottom: 1px solid var(--lfv2-line);
}

.lfv2__primary-spec > div {
  min-width: 0;
  padding: 12px 10px 12px 0;
}

.lfv2__primary-spec > div + div {
  padding-left: 12px;
  border-left: 1px solid var(--lfv2-line);
}

.lfv2__primary-spec span {
  display: block;
  color: var(--lfv2-muted);
  font-size: 9px;
  line-height: 1.3;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.lfv2__primary-spec strong {
  display: block;
  overflow-wrap: anywhere;
  margin-top: 3px;
  color: var(--lfv2-ink);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.lfv2__finish-control {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 17px;
}

.lfv2__finish-label {
  margin-right: 3px;
  color: var(--lfv2-muted);
  font-size: 11px;
}

.lfv2 .lfv2__finish {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 12px;
  font-size: 11px;
}

.lfv2 .lfv2__finish::before {
  content: "";
  width: 9px;
  height: 9px;
  border: 1px solid #9ba1ab;
  border-radius: 50%;
  background: var(--lfv2-swatch);
}

.lfv2 .lfv2__finish[aria-pressed="true"] {
  border-color: var(--lfv2-ink);
  box-shadow: 0 0 0 1px var(--lfv2-ink);
}

.lfv2 .lfv2__finish[data-lfv2-finish="Black"] {
  --lfv2-swatch: #111;
}

.lfv2 .lfv2__finish[data-lfv2-finish="White"] {
  --lfv2-swatch: #fff;
}

.lfv2__model-details {
  margin-top: auto;
  padding-top: 12px;
}

.lfv2__model-details summary {
  display: flex;
  align-items: center;
  min-height: 46px;
  color: var(--lfv2-ink);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  cursor: pointer;
}

.lfv2__model-details[open] summary {
  margin-bottom: 12px;
}

.lfv2__spec-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 0;
}

.lfv2__spec-list div {
  padding: 9px;
  background: var(--lfv2-canvas);
}

.lfv2__spec-list dt {
  color: var(--lfv2-muted);
  font-size: 9px;
  line-height: 1.3;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.lfv2__spec-list dd {
  margin: 3px 0 0;
  color: var(--lfv2-ink);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.lfv2__accordion-stack {
  margin-bottom: 62px;
  border-top: 1px solid var(--lfv2-line-strong);
}

.lfv2__wide-details {
  border-bottom: 1px solid var(--lfv2-line-strong);
}

.lfv2__wide-details > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  min-height: 90px;
  padding: 20px 4px;
  list-style: none;
  cursor: pointer;
}

.lfv2__wide-details > summary::-webkit-details-marker {
  display: none;
}

.lfv2__wide-details > summary::after {
  content: "+";
  color: var(--lfv2-blue);
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
}

.lfv2__wide-details[open] > summary::after {
  content: "−";
}

.lfv2__summary-copy strong,
.lfv2__summary-copy span {
  display: block;
}

.lfv2__summary-copy strong {
  margin-bottom: 4px;
  color: var(--lfv2-ink);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.lfv2__summary-copy span {
  color: var(--lfv2-muted);
  font-size: 13px;
  line-height: 1.45;
}

.lfv2__details-content {
  padding: 8px 0 34px;
}

.lfv2__table-wrap {
  max-width: 100%;
  overflow-x: auto;
  border: 1px solid var(--lfv2-line);
  -webkit-overflow-scrolling: touch;
}

.wk-main-cont .lfv2 .lfv2__table {
  width: 100%;
  min-width: 820px;
  margin: 0;
  border: 0;
  border-collapse: collapse;
  color: var(--lfv2-ink);
  background: #fff;
}

.wk-main-cont .lfv2 .lfv2__table th,
.wk-main-cont .lfv2 .lfv2__table td {
  padding: 14px 15px;
  border: 0;
  border-bottom: 1px solid var(--lfv2-line);
  color: var(--lfv2-ink);
  background: #fff;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;
  white-space: nowrap;
}

.wk-main-cont .lfv2 .lfv2__table th {
  color: var(--lfv2-muted);
  background: var(--lfv2-canvas);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.wk-main-cont .lfv2 .lfv2__table tbody tr:nth-child(odd) td,
.wk-main-cont .lfv2 .lfv2__table tbody tr:nth-child(even) td {
  background: #fff;
}

.wk-main-cont .lfv2 .lfv2__table tbody tr:nth-child(6) td {
  border-bottom-color: var(--lfv2-ink);
}

.wk-main-cont .lfv2 .lfv2__table tbody tr:last-child td {
  border-bottom: 0;
}

.lfv2__technical-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.lfv2__technical-grid article {
  padding: 24px;
  background: var(--lfv2-canvas);
}

.lfv2 .lfv2__technical-grid h3 {
  margin: 0 0 13px;
  color: var(--lfv2-ink);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

.lfv2 .lfv2__technical-grid ul {
  margin: 0;
  padding-left: 18px;
  color: var(--lfv2-ink-soft);
  list-style: disc outside;
}

.lfv2__technical-grid li {
  line-height: 1.55;
}

.lfv2__technical-grid li + li {
  margin-top: 6px;
}

.lfv2__quote {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
  margin-bottom: 64px;
  padding: 34px;
  color: #fff;
  background: var(--lfv2-ink);
}

.lfv2 .lfv2__quote h3 {
  margin: 0 0 7px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}

.lfv2__quote p {
  margin: 0;
  color: #bcc1ca;
  line-height: 1.5;
}

.lfv2 .lfv2__quote-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid #fff;
  border-radius: var(--lfv2-radius);
  color: #fff;
  background: transparent;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  white-space: nowrap;
}

@media (max-width: 980px) {
  .lfv2__grid {
    grid-template-columns: 1fr;
  }

  .lfv2__card {
    grid-template-columns: minmax(190px, .8fr) minmax(240px, 1.2fr);
  }
}

@media (max-width: 760px) {
  .lfv2 {
    width: min(100% - 32px, 1180px);
  }

  .lfv2__heading,
  .lfv2__quote {
    grid-template-columns: 1fr;
  }

  .lfv2__heading {
    gap: 14px;
  }

  .lfv2__facts {
    grid-template-columns: 1fr 1fr;
  }

  .lfv2__fact:nth-child(2) {
    border-right: 0;
  }

  .lfv2__fact:nth-child(-n + 2) {
    border-bottom: 1px solid var(--lfv2-line);
  }

  .lfv2__tabs {
    grid-template-columns: 1fr;
  }

  .lfv2 .lfv2__tab {
    border-right: 0;
    border-bottom: 1px solid var(--lfv2-line-strong);
  }

  .lfv2 .lfv2__tab:last-child {
    border-bottom: 0;
  }

  .lfv2__technical-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .lfv2 {
    width: calc(100% - 28px);
  }

  .lfv2__intro {
    padding-top: 42px;
  }

  .lfv2 .lfv2__heading h2 {
    font-size: 36px;
    line-height: 1.05;
  }

  .lfv2__facts {
    margin-bottom: 38px;
  }

  .lfv2__fact {
    min-height: 94px;
    padding: 18px;
  }

  .lfv2__fact strong {
    font-size: 20px;
  }

  .lfv2__selector {
    margin-right: -14px;
    margin-left: -14px;
    border-right: 0;
    border-left: 0;
    box-shadow: none;
  }

  .lfv2 .lfv2__tab {
    min-height: 88px;
    padding: 16px 20px;
  }

  .lfv2__tab-size {
    font-size: 24px;
  }

  .lfv2__filter-bar {
    display: block;
    padding: 14px 20px;
  }

  .lfv2__filter-controls {
    margin-top: 10px;
  }

  .lfv2__panel {
    padding: 22px 16px;
  }

  .lfv2__panel-intro {
    display: block;
  }

  .lfv2__result-count {
    display: block;
    margin-top: 8px;
  }

  .lfv2__card {
    grid-template-columns: minmax(130px, 42%) minmax(0, 58%);
    min-height: 232px;
  }

  .lfv2__visual,
  .lfv2__visual img {
    height: 100%;
    min-height: 232px;
  }

  .lfv2__visual img {
    transform: scale(1.48);
  }

  .lfv2__badge {
    max-width: calc(100% - 20px);
    top: 10px;
    left: 10px;
    padding: 4px 6px;
    font-size: 8px;
    white-space: normal;
  }

  .lfv2__card-body {
    padding: 14px;
  }

  .lfv2 .lfv2__model-heading h3 {
    font-size: 19px;
  }

  .lfv2__power {
    font-size: 12px;
  }

  .lfv2__primary-spec {
    margin-top: 11px;
  }

  .lfv2__primary-spec > div {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .lfv2__primary-spec > div + div {
    padding-left: 8px;
  }

  .lfv2__primary-spec strong {
    font-size: 12px;
  }

  .lfv2__finish-control {
    gap: 5px;
    margin-top: 10px;
  }

  .lfv2__finish-label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .lfv2 .lfv2__finish {
    min-width: 0;
    padding-right: 9px;
    padding-left: 9px;
  }

  .lfv2__model-details {
    padding-top: 4px;
  }

  .lfv2__quote {
    gap: 18px;
    padding: 26px;
  }
}
