:root {
  --bd-gold:#BEA885;
  --bd-gold-dark:#8c6d3e;
  --bd-dark:#24272a;
  --bd-text:#424242;
  --bd-gray:#B5B5B5;
  --bd-line:#ded8ce;
  --bd-warm:#f5f1eb;
  --bd-soft:#faf8f5;
}
.motor-page {
  background: #fff;
  color: var(--bd-dark);
}
.motor-wrap {
  width: min(1320px, calc(100% - 64px));
  margin: 0 auto;
}
.motor-hero {
  background: var(--bd-dark);
  color: #fff;
  padding: 78px 0 64px;
}
.motor-hero__grid {
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  gap: 58px;
  align-items: center;
}
.motor-kicker {
  margin: 0 0 12px;
  color: #dfc79e;
  font-size: 11px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .17em;
  font-weight: 900;
}
.motor-hero h1 {
  font:
    400 clamp(50px, 5vw, 78px)/.96 Georgia,
    "Times New Roman",
    serif;
  letter-spacing: -.043em;
  margin: 0 0 22px;
  max-width: 760px;
}
.motor-hero__lead {
  font-size: 17px;
  line-height: 1.78;
  color: #e7e2db;
  max-width: 720px;
  margin: 0 0 28px;
}
.motor-hero__facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.motor-hero__fact {
  border: 1px solid rgba(255, 255, 255, .16);
  padding: 15px 16px;
  background: rgba(255, 255, 255, .035);
}
.motor-hero__fact b {
  display: block;
  font-size: 22px;
  font-family:
    Georgia,
    "Times New Roman",
    serif;
  font-weight: 400;
  color: #fff;
}
.motor-hero__fact span {
  display: block;
  font-size: 12.5px;
  line-height: 1.45;
  color: #d7d3ce;
  margin-top: 4px;
}
.motor-hero__visual {
  background: #fff;
  min-height: 470px;
  padding: 28px;
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 18px;
}
.motor-hero__visual img {
  width: 100%;
  height: 330px;
  object-fit: contain;
}
.motor-hero__visual-caption {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: #ddd;
}
.motor-hero__visual-caption div {
  background: #f8f5f0;
  padding: 12px;
  text-align: center;
}
.motor-hero__visual-caption strong {
  display: block;
  font-size: 13px;
}
.motor-hero__visual-caption span {
  font-size: 11px;
  color: #666;
}
.motor-anchorbar {
  border-bottom: 1px solid var(--bd-line);
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 8;
}
.motor-anchorbar__inner {
  display: flex;
  gap: 0;
  overflow: auto;
}
.motor-anchorbar a {
  padding: 16px 19px;
  color: var(--bd-dark);
  text-decoration: none;
  font-weight: 800;
  font-size: 12px;
  white-space: nowrap;
  border-right: 1px solid var(--bd-line);
}
.motor-anchorbar a:hover {
  background: var(--bd-warm);
}
.motor-section {
  padding: 78px 0;
}
.motor-section--warm {
  background: var(--bd-warm);
}
.motor-section--dark {
  background: var(--bd-dark);
  color: #fff;
}
.motor-head {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 64px;
  align-items: end;
  margin-bottom: 34px;
}
.motor-head h2 {
  font:
    400 clamp(39px, 4vw, 60px)/.98 Georgia,
    "Times New Roman",
    serif;
  letter-spacing: -.035em;
  margin: 0;
}
.motor-head p {
  margin: 0;
  color: #5e6467;
  font-size: 15px;
  line-height: 1.78;
}
.motor-section--dark .motor-head p {
  color: #d8d4cf;
}
.motor-eyebrow {
  display: block;
  color: var(--bd-gold-dark);
  font-size: 10.5px;
  text-transform: uppercase;
  letter-spacing: .15em;
  font-weight: 900;
  margin-bottom: 10px;
}
.motor-section--dark .motor-eyebrow {
  color: #dfc79e;
}
.choice-flow {
  display: grid;
  grid-template-columns: 1fr 44px 1fr 44px 1fr;
  align-items: stretch;
}
.choice-step {
  border: 1px solid var(--bd-line);
  background: #fff;
  padding: 24px;
  min-height: 230px;
}
.choice-step__nr {
  display: inline-flex;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: var(--bd-dark);
  color: #fff;
  font-weight: 900;
  font-size: 12px;
  margin-bottom: 15px;
}
.choice-step h3 {
  font:
    400 28px/1.08 Georgia,
    "Times New Roman",
    serif;
  margin: 0 0 12px;
}
.choice-step p {
  margin: 0 0 14px;
  color: #5e6467;
  line-height: 1.65;
  font-size: 14px;
}
.choice-step ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.choice-step li {
  padding: 8px 0;
  border-top: 1px solid #ece7e0;
  font-size: 13px;
  line-height: 1.45;
}
.choice-step li b {
  color: var(--bd-gold-dark);
}
.choice-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: var(--bd-gold-dark);
}
.choice-result {
  margin-top: 20px;
  padding: 20px 22px;
  border-left: 4px solid var(--bd-gold);
  background: #fff;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.choice-result strong {
  display: block;
  font-size: 17px;
  margin-bottom: 4px;
}
.choice-result span {
  font-size: 13px;
  line-height: 1.5;
  color: #5d6265;
}
.variant-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.variant {
  border: 1px solid var(--bd-line);
  background: #fff;
  padding: 20px;
  min-height: 175px;
}
.variant__top {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: flex-start;
}
.variant h3 {
  font-size: 16px;
  line-height: 1.3;
  margin: 0;
}
.badge {
  display: inline-block;
  padding: 5px 8px;
  border-radius: 999px;
  background: var(--bd-warm);
  color: #72572f;
  font-size: 9px;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 900;
}
.variant p {
  font-size: 12.8px;
  line-height: 1.58;
  color: #5e6467;
  margin: 12px 0 0;
}
.variant small {
  display: block;
  margin-top: 13px;
  padding-top: 10px;
  border-top: 1px solid #ece7e0;
  color: #6f7477;
  font-size: 11.5px;
}
.variant--best {
  border: 2px solid var(--bd-gold);
}
.family {
  border-top: 1px solid var(--bd-line);
  padding-top: 58px;
  margin-top: 58px;
}
.family:first-of-type {
  margin-top: 0;
}
.family__title {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 48px;
  align-items: start;
}
.family__intro h3 {
  font:
    400 clamp(36px, 3.4vw, 52px)/1 Georgia,
    "Times New Roman",
    serif;
  margin: 0 0 16px;
}
.family__intro p {
  font-size: 15px;
  line-height: 1.78;
  color: #5e6467;
  margin: 0 0 14px;
}
.family__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 18px;
}
.family__tags span {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 900;
  padding: 7px 9px;
  background: #eee8de;
  color: #705731;
}
.family__diagram {
  border: 1px solid var(--bd-line);
  background: #fff;
  padding: 18px;
}
.family__diagram img {
  display: block;
  width: 100%;
  height: auto;
}
.spec-grid {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 18px;
  margin-top: 24px;
}
.spec-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid var(--bd-line);
}
.spec-table th,
.spec-table td {
  padding: 11px 13px;
  border-bottom: 1px solid var(--bd-line);
  text-align: left;
  vertical-align: top;
  font-size: 13px;
  line-height: 1.45;
}
.spec-table th {
  width: 42%;
  background: #f7f4ef;
  color: #393d40;
  font-weight: 800;
}
.spec-table td {
  color: #545a5d;
}
.tech-note {
  background: var(--bd-dark);
  color: #fff;
  padding: 24px;
}
.tech-note h4 {
  font:
    400 27px/1.08 Georgia,
    "Times New Roman",
    serif;
  margin: 0 0 13px;
}
.tech-note p {
  font-size: 13.5px;
  line-height: 1.68;
  color: #ddd7cf;
  margin: 0 0 14px;
}
.tech-note strong {
  color: #fff;
}
.tech-note ul {
  margin: 0;
  padding-left: 18px;
  color: #ddd7cf;
  font-size: 13px;
  line-height: 1.65;
}
.profile-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 18px;
}
.profile-card {
  border: 1px solid var(--bd-line);
  background: #fff;
  padding: 18px;
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 18px;
  align-items: center;
}
.profile-card img {
  width: 100%;
  height: 110px;
  object-fit: contain;
}
.profile-card h4 {
  margin: 0 0 6px;
  font-size: 16px;
}
.profile-card p {
  margin: 0;
  color: #61676a;
  font-size: 12.5px;
  line-height: 1.55;
}
.compare-wrap {
  overflow: auto;
  border: 1px solid var(--bd-line);
}
.compare {
  width: 100%;
  min-width: 1040px;
  border-collapse: collapse;
  background: #fff;
}
.compare th,
.compare td {
  padding: 13px 12px;
  border-right: 1px solid var(--bd-line);
  border-bottom: 1px solid var(--bd-line);
  font-size: 12.5px;
  line-height: 1.42;
  text-align: left;
  vertical-align: top;
}
.compare thead th {
  background: var(--bd-dark);
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .07em;
}
.compare tbody th {
  background: #f5f1eb;
  color: #333;
  width: 175px;
}
.compare .yes {
  font-weight: 900;
  color: #6d522b;
}
.compare .muted {
  color: #858585;
}
.control-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}
.control-card {
  background: #fff;
  border: 1px solid var(--bd-line);
  padding: 18px;
  display: flex;
  flex-direction: column;
}
.control-card__image {
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fafafa;
  margin-bottom: 14px;
}
.control-card__image img {
  max-width: 100%;
  max-height: 155px;
  object-fit: contain;
}
.control-card h3 {
  font-size: 16px;
  margin: 0 0 6px;
}
.control-card p {
  font-size: 12.5px;
  line-height: 1.55;
  color: #5e6467;
  margin: 0;
}
.control-card .badge {
  align-self: flex-start;
  margin-top: auto;
}
.protocol-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: #4a4e50;
  margin-top: 26px;
}
.protocol-strip div {
  background: #303437;
  padding: 19px;
}
.protocol-strip strong {
  display: block;
  font-size: 15px;
  color: #fff;
  margin-bottom: 5px;
}
.protocol-strip p {
  margin: 0;
  color: #d4d0ca;
  font-size: 12.5px;
  line-height: 1.55;
}
.motor-faq {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 54px;
}
.motor-faq h2 {
  font:
    400 44px/1 Georgia,
    "Times New Roman",
    serif;
  margin: 0;
}
.motor-faq details {
  border-top: 1px solid var(--bd-line);
  padding: 18px 0;
}
.motor-faq details:last-child {
  border-bottom: 1px solid var(--bd-line);
}
.motor-faq summary {
  font-weight: 900;
  cursor: pointer;
}
.motor-faq details p {
  color: #5f6568;
  font-size: 14px;
  line-height: 1.7;
  margin: 12px 0 0;
}
.motor-cta {
  background: var(--bd-dark);
  color: #fff;
  padding: 62px 0;
}
.motor-cta__inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
}
.motor-cta h2 {
  font:
    400 clamp(38px, 4vw, 58px)/1 Georgia,
    "Times New Roman",
    serif;
  margin: 0 0 12px;
}
.motor-cta p {
  margin: 0;
  color: #d9d4ce;
  max-width: 760px;
  line-height: 1.7;
}
.motor-btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  text-decoration: none;
  font-weight: 900;
  font-size: 13px;
  background: var(--bd-gold);
  color: #202326;
}
@media (max-width: 1050px) {
  .motor-hero__grid,
  .motor-head,
  .family__title,
  .spec-grid,
  .motor-faq {
    grid-template-columns: 1fr;
  }
  .variant-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .control-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .choice-flow {
    grid-template-columns: 1fr;
  }
  .choice-arrow {
    transform: rotate(90deg);
    height: 42px;
  }
  .choice-result {
    grid-template-columns: 1fr;
  }
  .profile-grid {
    grid-template-columns: 1fr;
  }
  .motor-hero__visual {
    min-height: auto;
  }
  .motor-anchorbar {
    position: static;
  }
}
@media (max-width: 720px) {
  .motor-wrap {
    width: calc(100% - 30px);
  }
  .motor-hero {
    padding: 50px 0;
  }
  .motor-hero__grid {
    gap: 30px;
  }
  .motor-hero h1 {
    font-size: 45px;
  }
  .motor-hero__facts {
    grid-template-columns: 1fr;
  }
  .motor-hero__visual {
    padding: 15px;
  }
  .motor-hero__visual img {
    height: 235px;
  }
  .motor-hero__visual-caption {
    grid-template-columns: 1fr;
  }
  .motor-section {
    padding: 58px 0;
  }
  .variant-grid,
  .control-grid,
  .protocol-strip {
    grid-template-columns: 1fr;
  }
  .profile-card {
    grid-template-columns: 110px 1fr;
  }
  .motor-cta__inner {
    grid-template-columns: 1fr;
  }
  .motor-btn {
    width: 100%;
  }
}
.motor-hero__visual {
  color: var(--bd-dark);
}
.motor-hero__visual-caption strong {
  color: var(--bd-dark);
}
.motor-hero__visual-caption span {
  color: #575c5f;
}
.motor-section--controls {
  background: var(--bd-warm);
  color: var(--bd-dark);
}
.motor-section--controls .motor-head p {
  color: #5e6467;
}
.motor-section--controls .motor-eyebrow {
  color: var(--bd-gold-dark);
}
.control-card {
  color: var(--bd-dark);
}
.control-card h3 {
  color: var(--bd-dark);
}
.control-card p {
  color: #4f5558;
}
.control-card__image {
  background: #fff;
  border: 1px solid #ece7e0;
}
.profile-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}
.profile-card {
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: stretch;
}
.profile-card img {
  width: 100%;
  height: 240px;
  object-fit: contain;
  object-position: center;
  background: #fff;
}
.profile-card:nth-child(2) img,
.profile-card:nth-child(4) img {
  height: 210px;
}
.profile-card h4 {
  font-size: 18px;
  margin: 0 0 7px;
  color: var(--bd-dark);
}
.profile-card p {
  font-size: 13.5px;
  line-height: 1.6;
  color: #555b5e;
}
.family__diagram {
  padding: 24px;
}
.family__diagram img {
  max-height: 560px;
  object-fit: contain;
}
@media (min-width: 1180px) {
  .family__title {
    grid-template-columns: .72fr 1.28fr;
  }
  .profile-card img {
    height: 280px;
  }
  .profile-card:nth-child(2) img,
  .profile-card:nth-child(4) img {
    height: 230px;
  }
}
@media (max-width: 720px) {
  .profile-grid {
    grid-template-columns: 1fr;
  }
  .profile-card {
    padding: 16px;
  }
  .profile-card img,
  .profile-card:nth-child(2) img,
  .profile-card:nth-child(4) img {
    height: auto;
    max-height: 260px;
  }
  .control-card h3 {
    color: var(--bd-dark);
  }
}
.protocol-strip a {
  display: inline-block;
  margin-top: 8px;
  color: #BEA885;
  font-weight: 800;
}
.protocol-more {
  text-align: center;
  margin: 20px 0 0;
}
.protocol-more a {
  font-weight: 850;
  color: #73582f;
}
