:root {
  --vp-dark:#24272a;
  --vp-ink:#282b2d;
  --vp-gold:#d6b16e;
  --vp-cream:#f4efe7;
  --vp-sand:#e7dccb;
}
.vp-page {
  background: #fff;
  color: var(--vp-ink);
  font-family:
    Arial,
    Helvetica,
    sans-serif;
}
.vp-page * {
  box-sizing: border-box;
}
.vp-wrap {
  width: min(1220px, calc(100% - 40px));
  margin: auto;
}
.vp-kicker {
  text-transform: uppercase;
  letter-spacing: .16em;
  font-weight: 800;
  font-size: 13px;
  color: #ad772d;
  margin: 0 0 14px;
}
.vp-page h1,
.vp-page h2,
.vp-page h3 {
  margin-top: 0;
}
.vp-page h1 {
  font-family: Georgia, serif;
  font-size: clamp(48px, 6vw, 88px);
  line-height: .98;
  letter-spacing: -.035em;
}
.vp-page h2 {
  font-family: Georgia, serif;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.04;
  letter-spacing: -.025em;
}
.vp-page h3 {
  font-size: 22px;
}
.vp-page p {
  font-size: 18px;
  line-height: 1.7;
}
.vp-muted {
  color: #62666a;
}
.vp-hero {
  min-height: 650px;
  background: #24272a;
  color: #fff;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(400px, .98fr);
}
.vp-hero__copy {
  padding: 68px max(36px, calc((100vw - 1220px)/2));
  align-self: center;
  min-width: 0;
}
.vp-hero__copy h1 {
  color: #fff;
  font-size: clamp(44px, 5vw, 72px);
  line-height: 1;
  max-width: 720px;
  overflow-wrap: normal;
}
.vp-lead {
  max-width: 690px;
  color: #f1ece5;
}
.vp-hero__image {
  margin: 0;
  min-height: 650px;
  overflow: hidden;
}
.vp-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.vp-hero__price {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: end;
  gap: 12px;
  border-block: 1px solid rgba(214, 177, 110, .65);
  padding: 16px 0;
  margin: 24px 0;
  max-width: 430px;
}
.vp-hero__price span {
  text-transform: uppercase;
  letter-spacing: .14em;
  color: #e7c98f;
  font-weight: 800;
  font-size: 12px;
}
.vp-hero__price strong {
  font-size: 42px;
}
.vp-hero__price small {
  grid-column: 1/-1;
  color: #ddd;
}
.vp-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.vp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 20px;
  text-decoration: none;
  font-weight: 800;
  min-height: 48px;
  border: 1px solid transparent;
}
.vp-btn--gold {
  background: #d6b16e;
  color: #24272a;
}
.vp-btn--ghost {
  border-color: #fff;
  color: #fff;
}
.vp-btn--dark {
  background: #24272a;
  color: #fff;
}
.vp-textlink {
  color: #24272a;
  font-weight: 800;
  text-decoration: none;
  align-self: center;
}
.vp-summary {
  padding: 96px 0;
}
.vp-summary__intro {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 60px;
  margin-bottom: 46px;
}
.vp-summary__intro > p:last-child {
  margin-top: 30px;
}
.vp-summary__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: #d8d0c4;
  border: 1px solid #d8d0c4;
}
.vp-summary__grid article {
  background: #fff;
  padding: 28px;
}
.vp-summary__grid b {
  font-family: Georgia, serif;
  font-size: 40px;
  color: #c5964a;
}
.vp-summary__grid p {
  font-size: 16px;
}
.vp-finder {
  background: #f4efe7;
  padding: 88px 0;
}
.vp-finder__grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 70px;
  align-items: center;
}
.vp-calculator {
  background: #fff;
  padding: 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  border: 1px solid #d8d0c4;
  box-shadow: 0 18px 50px rgba(36, 39, 42, .08);
}
.vp-calculator label {
  font-weight: 800;
  display: grid;
  gap: 8px;
}
.vp-calculator select,
.vp-calculator input[type=number] {
  width: 100%;
  padding: 14px 13px;
  border: 1px solid #9c9c9c;
  font-size: 18px;
  background: #fff;
  color: #24272a;
  border-radius: 0;
}
.vp-calculator input[type=number]:focus {
  outline: 3px solid rgba(214, 177, 110, .35);
  outline-offset: 2px;
  border-color: #7f6334;
}
.vp-inputhelp {
  grid-column: 1/-1;
  margin: -2px 0 2px;
  font-size: 14px !important;
  line-height: 1.5 !important;
  color: #62666a;
}
.vp-result__contact {
  margin-top: 12px;
  color: #f0d59e;
  font-weight: 800;
  text-decoration: none;
  width: max-content;
  max-width: 100%;
}
.vp-calculator fieldset {
  grid-column: 1/-1;
  border: 0;
  padding: 0;
  margin: 4px 0;
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}
.vp-calculator legend {
  font-weight: 800;
  margin-bottom: 10px;
}
.vp-calculator fieldset label {
  display: flex;
  align-items: center;
  gap: 8px;
}
.vp-result {
  grid-column: 1/-1;
  background: #24272a;
  color: #fff;
  padding: 22px;
  display: grid;
}
.vp-result span {
  color: #e3c68f;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 12px;
  font-weight: 800;
}
.vp-result strong {
  font-size: 44px;
  margin: 5px 0;
}
.vp-result small {
  color: #ddd;
}
.vp-section {
  padding: 88px 0;
}
.vp-section--dark {
  background: #24272a;
  color: #fff;
}
.vp-tablehead {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: 22px;
}
.vp-tablehead > div {
  max-width: 780px;
}
.vp-tablehead p {
  font-size: 17px;
}
.vp-tablehead--dark h2,
.vp-tablehead--dark p {
  color: #fff;
}
.vp-download {
  padding: 13px 16px;
  border: 1px solid #24272a;
  color: #24272a;
  text-decoration: none;
  font-weight: 800;
  white-space: nowrap;
}
.vp-download--light {
  border-color: #fff;
  color: #fff;
}
.vp-scrollhint {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}
.vp-scrollhint--dark {
  color: #ddd;
}
.vp-tablewrap {
  overflow: auto;
  border: 1px solid #d7d0c7;
  background: #fff;
}
.vp-pricetable {
  border-collapse: separate;
  border-spacing: 0;
  min-width: 1420px;
  width: 100%;
  font-size: 14px;
  color: #282b2d;
}
.vp-pricetable th,
.vp-pricetable td {
  padding: 12px 10px;
  text-align: center;
  border-right: 1px solid #e2ddd6;
  border-bottom: 1px solid #e2ddd6;
  white-space: nowrap;
}
.vp-pricetable thead th {
  position: sticky;
  top: 0;
  z-index: 3;
  background: #24272a;
  color: #fff;
}
.vp-pricetable tbody th {
  position: sticky;
  left: 0;
  z-index: 2;
  background: #eadfce;
  font-weight: 800;
}
.vp-pricetable thead th:first-child {
  left: 0;
  z-index: 4;
}
.vp-pricetable small {
  display: block;
  font-size: 10px;
  opacity: .8;
}
.vp-pricetable tbody tr:nth-child(even) td {
  background: #f7f4ef;
}
.vp-imagecopy {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  min-height: 620px;
  background: #e9dfd2;
}
.vp-imagecopy figure {
  margin: 0;
}
.vp-imagecopy img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.vp-imagecopy > div {
  padding: 70px clamp(36px, 7vw, 105px);
  align-self: center;
}
.vp-imagecopy a,
.vp-links a {
  color: #24272a;
  font-weight: 800;
  text-decoration: none;
}
.vp-examples {
  padding: 96px 0;
}
.vp-examples__title {
  max-width: 760px;
  margin-bottom: 40px;
}
.vp-examples__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.vp-examples__grid article {
  padding: 26px;
  background: #f4efe7;
  border-top: 5px solid #d6b16e;
}
.vp-examples__grid span {
  font-weight: 800;
}
.vp-examples__grid h3 {
  font-family: Georgia, serif;
  font-size: 40px;
  margin: 12px 0 4px;
}
.vp-examples__grid p {
  font-size: 15px;
  margin: 0;
}
.vp-examples__grid strong {
  display: block;
  margin-top: 10px;
}
.vp-service {
  background: #e7dccb;
  padding: 96px 0;
}
.vp-service__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}
.vp-service figure,
.vp-limits figure {
  margin: 0;
}
.vp-service img,
.vp-limits img {
  width: 100%;
  height: 510px;
  object-fit: cover;
  display: block;
}
.vp-limits {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 70px;
  align-items: center;
  padding: 96px 0;
}
.vp-links {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}
.vp-faq {
  background: #f4efe7;
  padding: 96px 0;
}
.vp-faq__intro {
  max-width: 740px;
  margin-bottom: 34px;
}
.vp-faq__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.vp-faq details {
  background: #fff;
  border: 1px solid #ddd5ca;
  padding: 0 22px;
}
.vp-faq summary {
  cursor: pointer;
  font-weight: 800;
  padding: 20px 0;
  font-size: 17px;
}
.vp-faq details p {
  font-size: 16px;
  margin-top: 0;
  padding-bottom: 18px;
}
.vp-final {
  background: #24272a;
  color: #fff;
  padding: 78px 0;
}
.vp-final__inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}
.vp-final h2 {
  color: #fff;
  max-width: 720px;
}
.vp-final p {
  color: #eee;
  max-width: 720px;
}
.vp-final .vp-kicker {
  color: #e1c184;
}
@media (max-width: 1120px) {
  .vp-hero {
    grid-template-columns: 1fr;
  }
  .vp-hero__image {
    min-height: 470px;
  }
  .vp-summary__grid {
    grid-template-columns: 1fr 1fr;
  }
  .vp-summary__intro,
  .vp-finder__grid,
  .vp-service__grid,
  .vp-limits {
    grid-template-columns: 1fr;
  }
  .vp-imagecopy {
    grid-template-columns: 1fr;
  }
  .vp-imagecopy figure {
    min-height: 450px;
  }
  .vp-examples__grid {
    grid-template-columns: 1fr 1fr;
  }
  .vp-faq__grid {
    grid-template-columns: 1fr;
  }
  .vp-final__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 640px) {
  .vp-wrap {
    width: min(100% - 28px, 1220px);
  }
  .vp-page h1 {
    font-size: 48px;
  }
  .vp-page h2 {
    font-size: 37px;
  }
  .vp-page p {
    font-size: 17px;
  }
  .vp-hero__copy {
    padding: 46px 20px;
  }
  .vp-hero__image {
    min-height: 350px;
  }
  .vp-summary,
  .vp-section,
  .vp-examples,
  .vp-service,
  .vp-faq {
    padding: 62px 0;
  }
  .vp-summary__grid,
  .vp-examples__grid {
    grid-template-columns: 1fr;
  }
  .vp-finder {
    padding: 62px 0;
  }
  .vp-finder__grid {
    gap: 30px;
  }
  .vp-calculator {
    grid-template-columns: 1fr;
    padding: 22px;
  }
  .vp-calculator fieldset,
  .vp-result {
    grid-column: 1;
  }
  .vp-tablehead {
    display: block;
  }
  .vp-download {
    display: inline-block;
    margin-top: 10px;
  }
  .vp-imagecopy > div {
    padding: 48px 22px;
  }
  .vp-imagecopy figure {
    min-height: 340px;
  }
  .vp-service__grid,
  .vp-limits {
    gap: 32px;
  }
  .vp-service img,
  .vp-limits img {
    height: 350px;
  }
  .vp-limits {
    padding: 62px 0;
  }
  .vp-final {
    padding: 58px 0;
  }
  .vp-btn {
    width: 100%;
  }
}
.vp-sizefield {
  position: relative;
}
.vp-sizefield > span {
  font-weight: 800;
}
.vp-sizefield > small {
  font-size: 12px;
  color: #6a6258;
  font-weight: 700;
  margin-top: -3px;
}
.vp-size-error {
  display: block;
  min-height: 0;
  color: #9d2f24;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.35;
}
.vp-sizefield.is-invalid input[type=number] {
  border: 2px solid #b33c2f;
  background: #fff8f6;
  box-shadow: 0 0 0 3px rgba(179, 60, 47, .08);
}
.vp-sizefield.is-invalid > small {
  color: #8d3027;
}
.vp-sizefield.is-invalid .vp-size-error {
  min-height: 16px;
}
.vp-result:has(.vp-result__contact:not([hidden])) {
  border-left: 4px solid #d6b16e;
}
.vp-summary .vp-kicker,
.vp-finder .vp-kicker,
.vp-section:not(.vp-section--dark) .vp-kicker,
.vp-examples .vp-kicker,
.vp-service .vp-kicker,
.vp-limits .vp-kicker,
.vp-faq .vp-kicker {
  color: #865716;
}
.vp-hero .vp-kicker,
.vp-section--dark .vp-kicker,
.vp-final .vp-kicker {
  color: #e1c184;
}
.vp-summary__grid b {
  color: #865716;
}
.vp-section--light {
  background: #fff;
  color: #24272a;
}
.vp-section--light + .vp-section--light {
  border-top: 1px solid #ece8e1;
}
.vp-tablehead {
  align-items: flex-start;
}
.vp-tablehead h2 {
  margin-bottom: 10px;
}
.vp-motorline {
  font-size: 15px !important;
  line-height: 1.55 !important;
  font-weight: 800;
  color: #3f4649;
  margin: 0 0 8px;
  letter-spacing: .01em;
}
.vp-tablewrap {
  border: 1px solid #d9d5ce;
  background: #fff;
  box-shadow: none;
  border-radius: 0;
  scrollbar-gutter: stable;
}
.vp-pricetable {
  min-width: 1510px;
  font-size: 14px;
  color: #24272a;
  background: #fff;
}
.vp-pricetable--wide {
  min-width: 2250px;
}
.vp-pricetable th,
.vp-pricetable td {
  padding: 11px 9px;
  border-right: 1px solid #d9d5ce;
  border-bottom: 1px solid #d9d5ce;
  font-variant-numeric: tabular-nums;
}
.vp-pricetable thead th {
  background: #24272a;
  color: #fff;
  font-weight: 800;
}
.vp-pricetable thead th.vp-axis {
  min-width: 145px;
  white-space: normal;
  line-height: 1.15;
}
.vp-pricetable tbody th {
  background: #e9decc;
  color: #24272a;
  font-weight: 800;
  min-width: 105px;
}
.vp-pricetable tbody td {
  background: #fff;
  color: #24272a;
}
.vp-pricetable tbody tr:nth-child(even) td {
  background: #f7f5f1;
}
.vp-pricetable small {
  display: block;
  font-size: 10px;
  opacity: .82;
  margin-top: 1px;
}
.vp-systemfield {
  grid-column: 1/-1;
  font-weight: 800;
  display: grid;
  gap: 8px;
}
.vp-systemfield select {
  width: 100%;
  padding: 14px 13px;
  border: 1px solid #9c9c9c;
  font-size: 16px;
  background: #fff;
  color: #24272a;
  border-radius: 0;
}
.vp-electric-explain {
  padding: 78px 0;
  background: #f4efe7;
}
.vp-electric-explain h2 {
  max-width: 820px;
}
.vp-electric-explain > div > p:last-child {
  max-width: 900px;
}
.vp-motorcards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 28px 0;
}
.vp-motorcards article {
  background: #fff;
  border: 1px solid #d9d5ce;
  padding: 24px;
  display: grid;
  gap: 6px;
}
.vp-motorcards strong {
  font-size: 21px;
  color: #24272a;
}
.vp-motorcards span {
  color: #4d5457;
  font-weight: 700;
}
.evp-page .vp-summary__grid {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1120px) {
  .evp-page .vp-summary__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 640px) {
  .vp-motorcards,
  .evp-page .vp-summary__grid {
    grid-template-columns: 1fr;
  }
  .vp-pricetable th,
  .vp-pricetable td {
    padding: 10px 8px;
  }
  .vp-systemfield {
    grid-column: 1;
  }
  .vp-electric-explain {
    padding: 62px 0;
  }
  .vp-motorline {
    font-size: 14px !important;
  }
}
@media (max-width: 900px) {
  .vp-tablehead {
    display: block;
  }
  .vp-download {
    display: inline-block;
    margin-top: 10px;
    white-space: normal;
  }
}
.vp-prices-page .vp-summary__intro {
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 60px;
  align-items: start;
}
.vp-prices-page .vp-summary__copy {
  display: grid;
  gap: 18px;
  align-content: start;
}
.vp-prices-page .vp-summary__copy .vp-kicker,
.vp-prices-page .vp-summary__copy p {
  margin: 0;
}
.vp-prices-page .vp-summary__intro > h2 {
  margin: 0;
}
@media (max-width: 1120px) {
  .vp-prices-page .vp-summary__intro {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .vp-prices-page .vp-summary__intro > h2 {
    order: -1;
  }
}
.vp-cost-intent {
  background: #fff;
}
.vp-cost-intent__head {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: 60px;
  align-items: start;
  margin-bottom: 34px;
}
.vp-cost-intent__head h2,
.vp-cost-intent__head p {
  margin-top: 0;
}
.vp-cost-intent__head p {
  font-size: 17px;
}
.vp-cost-intent__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.vp-cost-intent__grid article {
  background: #f4efe7;
  border-top: 4px solid #d6b16e;
  padding: 26px;
}
.vp-cost-intent__grid h3 {
  font-size: 23px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.vp-cost-intent__grid p {
  font-size: 15px;
  line-height: 1.65;
  margin: 0;
}
.vp-cost-intent__grid a {
  display: inline-block;
  margin-top: 16px;
  color: #604218;
  text-decoration: none;
  font-weight: 800;
  border-bottom: 1px solid #a98145;
  padding-bottom: 2px;
}
@media (max-width: 900px) {
  .vp-cost-intent__head {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .vp-cost-intent__grid {
    grid-template-columns: 1fr;
  }
}
