.e1-page {
  --e1-ink:#25282a;
  --e1-warm:#f4f0e9;
  --e1-gold:#b99766;
}
.e1-premium-hero {
  max-width: 1280px;
  margin: 0 auto;
  padding: 38px 28px 70px;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(480px, 1.08fr);
  gap: 54px;
  align-items: center;
}
.e1-premium-hero h1 {
  font: clamp(46px, 5.5vw, 76px)/1.03 Georgia, serif;
  color: var(--e1-ink);
  margin: 0 0 22px;
}
.e1-premium-hero__lead {
  font-size: 20px;
  line-height: 1.62;
  max-width: 720px;
  margin: 0;
}
.e1-premium-hero__facts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 28px 0 0;
}
.e1-premium-hero__facts div {
  padding: 14px 15px;
  border-top: 1px solid #cfc5b7;
}
.e1-premium-hero__facts b {
  display: block;
  font-size: 18px;
  color: #2b2e30;
}
.e1-premium-hero__facts span {
  display: block;
  margin-top: 4px;
  color: #6d665d;
  font-size: 13px;
  line-height: 1.4;
}
.e1-premium-hero__visual {
  display: grid;
  grid-template-columns: 1.45fr .75fr;
  gap: 12px;
  align-items: stretch;
}
.e1-premium-hero__visual figure {
  margin: 0;
  overflow: hidden;
  border-radius: 16px;
  background: #eee;
  border: 1px solid #d8d0c5;
}
.e1-premium-hero__visual figure:first-child {
  grid-row: span 2;
}
.e1-premium-hero__visual img {
  width: 100%;
  height: 100%;
  min-height: 230px;
  object-fit: cover;
  display: block;
}
.e1-premium-hero__visual figure:first-child img {
  min-height: 500px;
}
.e1-lux-section {
  padding: 78px 28px;
}
.e1-lux-section--soft {
  background: #f4f0e9;
}
.e1-lux-section--dark {
  background: #25282a;
  color: #fff;
}
.e1-lux-section--dark .e1-section-head h2,
.e1-lux-section--dark h3 {
  color: #fff;
}
.e1-lux-section--dark .e1-eyebrow {
  color: #d7bd96;
}
.e1-lux-wrap {
  max-width: 1180px;
  margin: 0 auto;
}
.e1-lux-intro {
  max-width: 820px;
}
.e1-lux-intro h2 {
  font: clamp(34px, 4vw, 52px)/1.06 Georgia, serif;
  color: #292c2e;
  margin: 0 0 16px;
}
.e1-lux-intro p {
  font-size: 18px;
  line-height: 1.65;
}
.e1-feature-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 34px;
}
.e1-feature-4 article {
  background: #fff;
  border: 1px solid #ded7cc;
  border-radius: 14px;
  padding: 22px;
}
.e1-feature-4 b {
  font: 24px/1.15 Georgia, serif;
  color: #292c2e;
}
.e1-feature-4 p {
  line-height: 1.55;
  margin-bottom: 0;
}
.e1-tech-story {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 36px;
  align-items: center;
}
.e1-tech-story__images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.e1-tech-story__images figure {
  margin: 0;
  background: #fff;
  border: 1px solid #ddd5ca;
  border-radius: 14px;
  overflow: hidden;
}
.e1-tech-story__images figure:first-child {
  grid-column: 1/-1;
}
.e1-tech-story__images img {
  width: 100%;
  height: 220px;
  object-fit: contain;
  display: block;
  background: #fff;
}
.e1-tech-story__images figure:first-child img {
  height: 380px;
}
.e1-tech-story__copy h2 {
  font: clamp(34px, 4vw, 50px)/1.07 Georgia, serif;
  color: #2b2e30;
  margin: 0 0 16px;
}
.e1-tech-story__copy p {
  line-height: 1.7;
}
.e1-fact-list {
  display: grid;
  gap: 11px;
  margin-top: 22px;
}
.e1-fact-list div {
  display: grid;
  grid-template-columns: 105px 1fr;
  gap: 15px;
  padding: 12px 0;
  border-top: 1px solid #d8d0c5;
}
.e1-fact-list b {
  color: #2d3032;
}
.e1-video-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 34px;
}
.e1-video-card {
  background: #fff;
  border: 1px solid #ded7cc;
  border-radius: 16px;
  overflow: hidden;
}
.e1-video-card video {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  background: #111;
}
.e1-video-card__body {
  padding: 20px;
}
.e1-video-card h3 {
  font: 26px/1.15 Georgia, serif;
  color: #2b2e30;
  margin: 0 0 8px;
}
.e1-video-card p {
  margin: 0;
  line-height: 1.55;
  color: #625d56;
}
.e1-lux-section--dark .e1-video-card {
  background: #303436;
  border-color: #494d50;
}
.e1-lux-section--dark .e1-video-card h3 {
  color: #fff;
}
.e1-lux-section--dark .e1-video-card p {
  color: #d8d6d2;
}
.e1-gallery-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 34px;
}
.e1-gallery-3 figure {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #ded7cc;
  background: #fff;
}
.e1-gallery-3 img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
}
.e1-gallery-3 figcaption {
  padding: 14px 16px;
  font-weight: 700;
}
.e1-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 34px;
}
.e1-detail-card {
  background: #fff;
  border: 1px solid #ded7cc;
  border-radius: 14px;
  padding: 24px;
}
.e1-detail-card h3 {
  font: 25px/1.15 Georgia, serif;
  color: #2b2e30;
  margin: 0 0 11px;
}
.e1-detail-card p,
.e1-detail-card li {
  line-height: 1.6;
}
.e1-detail-card ul {
  padding-left: 20px;
}
.e1-support-note {
  margin-top: 24px;
  padding: 20px 22px;
  background: #2e3133;
  color: #fff;
  border-radius: 12px;
}
.e1-support-note strong {
  color: #e1c79e;
}
.e1-manual-banner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: center;
  background: #292c2e;
  color: #fff;
  border-radius: 18px;
  padding: 30px 34px;
  margin-top: 34px;
}
.e1-manual-banner h3 {
  font: 32px/1.1 Georgia, serif;
  color: #fff;
  margin: 0 0 9px;
}
.e1-manual-banner p {
  margin: 0;
  line-height: 1.6;
  color: #ddd;
}
.e1-product-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-top: 34px;
}
.e1-product-pair article {
  background: #fff;
  border: 1px solid #ded7cc;
  border-radius: 18px;
  overflow: hidden;
}
.e1-product-pair img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  display: block;
}
.e1-product-pair__body {
  padding: 26px;
}
.e1-product-pair h3 {
  font: 31px/1.1 Georgia, serif;
  color: #292c2e;
  margin: 0 0 10px;
}
.e1-product-pair p {
  line-height: 1.6;
}
.e1-compare-simple {
  width: 100%;
  border-collapse: collapse;
  margin-top: 28px;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
}
.e1-compare-simple th,
.e1-compare-simple td {
  padding: 15px 16px;
  border-bottom: 1px solid #e5dfd5;
  text-align: left;
  vertical-align: top;
}
.e1-compare-simple th {
  background: #2d3032;
  color: #fff;
}
.e1-motor-simple {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 28px;
}
.e1-motor-simple article {
  border: 1px solid #ded7cc;
  background: #fff;
  border-radius: 12px;
  padding: 20px;
}
.e1-motor-simple h3 {
  font: 22px/1.15 Georgia, serif;
  margin: 0 0 10px;
  color: #2a2d2f;
}
.e1-motor-simple p {
  line-height: 1.55;
  margin: 0;
}
.e1-endfinish {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 36px;
  align-items: center;
  margin-top: 34px;
}
.e1-endfinish img {
  width: 100%;
  height: auto;
  display: block;
  background: #fff;
  border: 1px solid #ded7cc;
  border-radius: 14px;
}
.e1-endfinish h3 {
  font: 32px/1.1 Georgia, serif;
  color: #292c2e;
  margin: 0 0 12px;
}
.e1-endfinish p,
.e1-endfinish li {
  line-height: 1.6;
}
.e1-product-upgrade {
  max-width: 1180px;
  margin: 0 auto;
  padding: 70px 28px;
}
.e1-product-upgrade h2 {
  font: clamp(34px, 4vw, 50px)/1.08 Georgia, serif;
  color: #2a2d2f;
  margin: 0 0 16px;
}
.e1-product-upgrade__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 30px;
}
.e1-product-upgrade__grid article {
  border: 1px solid #ded7cc;
  border-radius: 14px;
  background: #fff;
  padding: 24px;
}
.e1-product-upgrade__grid h3 {
  font: 26px/1.1 Georgia, serif;
  color: #292c2e;
  margin: 0 0 10px;
}
.e1-product-upgrade__grid p,
.e1-product-upgrade__grid li {
  line-height: 1.6;
}
.e1-product-gallery {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 12px;
  margin-top: 28px;
}
.e1-product-gallery figure {
  margin: 0;
  border: 1px solid #ded7cc;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}
.e1-product-gallery img {
  width: 100%;
  height: 360px;
  object-fit: contain;
  display: block;
}
.e1-product-gallery figure + figure img {
  object-fit: cover;
}
.e1-product-video {
  margin-top: 28px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.e1-product-video video {
  width: 100%;
  aspect-ratio: 16/9;
  background: #111;
  border-radius: 12px;
}
.e1-product-video h3 {
  font: 25px/1.1 Georgia, serif;
}
.e1-order-premium-hero {
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 28px 68px;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 44px;
  align-items: center;
}
.e1-order-premium-hero h1 {
  font: clamp(45px, 5.3vw, 70px)/1.03 Georgia, serif;
  color: #292c2e;
  margin: 0 0 20px;
}
.e1-order-premium-hero p {
  font-size: 19px;
  line-height: 1.6;
}
.e1-order-premium-hero__visual {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.e1-order-premium-hero__visual img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 12px;
}
.e1-order-premium-hero__visual img:first-child {
  grid-column: 1/-1;
  height: 360px;
}
.e1-choice-number {
  display: inline-flex;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: #b99766;
  color: #fff;
  font-weight: 800;
  margin-bottom: 12px;
}
.e1-order-stepgrid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  margin-top: 34px;
}
.e1-order-stepgrid article {
  background: #fff;
  border: 1px solid #ded7cc;
  border-radius: 12px;
  padding: 20px;
}
.e1-order-stepgrid h3 {
  font: 21px/1.15 Georgia, serif;
  color: #292c2e;
  margin: 0 0 8px;
}
.e1-order-stepgrid p {
  line-height: 1.5;
  margin: 0;
}
.e1-source-note {
  max-width: 1180px;
  margin: 22px auto 0;
  color: #6d665d;
  font-size: 13px;
  line-height: 1.5;
}
.e1-source-note strong {
  color: #49443e;
}
.manual-e1-video {
  margin: 22px 0;
  border: 1px solid #ded7cc;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}
.manual-e1-video video {
  width: 100%;
  aspect-ratio: 16/9;
  display: block;
  background: #111;
}
.manual-e1-video figcaption {
  padding: 12px 15px;
  line-height: 1.5;
}
.manual-e1-download {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 18px 0;
}
.manual-e1-download a {
  display: inline-flex;
  min-height: 44px;
  padding: 0 16px;
  align-items: center;
  border-radius: 7px;
  background: #2d3032;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
}
.manual-e1-download a + a {
  background: #b99766;
  color: #222;
}
.manual-e1-image img {
  object-fit: contain !important;
  background: #fff;
}
.manual-card--interstil img {
  object-fit: cover;
}
.e1-hero-logo {
  max-width: 170px;
  margin-bottom: 22px;
  opacity: .9;
}
@media (max-width: 1000px) {
  .e1-premium-hero,
  .e1-tech-story,
  .e1-endfinish,
  .e1-order-premium-hero {
    grid-template-columns: 1fr;
  }
  .e1-premium-hero__visual {
    max-width: 760px;
  }
  .e1-feature-4,
  .e1-motor-simple {
    grid-template-columns: 1fr 1fr;
  }
  .e1-detail-grid {
    grid-template-columns: 1fr 1fr;
  }
  .e1-order-stepgrid {
    grid-template-columns: repeat(2, 1fr);
  }
  .e1-product-gallery {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 700px) {
  .e1-premium-hero,
  .e1-lux-section,
  .e1-order-premium-hero,
  .e1-product-upgrade {
    padding-left: 18px;
    padding-right: 18px;
  }
  .e1-premium-hero__visual {
    grid-template-columns: 1fr 1fr;
  }
  .e1-premium-hero__visual figure:first-child {
    grid-column: 1/-1;
    grid-row: auto;
  }
  .e1-premium-hero__visual figure:first-child img {
    min-height: 320px;
  }
  .e1-premium-hero__visual img {
    min-height: 180px;
  }
  .e1-feature-4,
  .e1-detail-grid,
  .e1-video-grid,
  .e1-gallery-3,
  .e1-product-pair,
  .e1-motor-simple,
  .e1-product-upgrade__grid,
  .e1-product-video,
  .e1-order-stepgrid {
    grid-template-columns: 1fr;
  }
  .e1-manual-banner {
    grid-template-columns: 1fr;
  }
  .e1-gallery-3 img {
    height: auto;
    aspect-ratio: 4/3;
  }
  .e1-product-gallery {
    grid-template-columns: 1fr;
  }
  .e1-product-gallery img {
    height: auto;
  }
  .e1-premium-hero__facts {
    grid-template-columns: 1fr;
  }
  .e1-fact-list div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
  .e1-compare-simple {
    display: block;
    overflow-x: auto;
  }
  .e1-order-premium-hero__visual img,
  .e1-order-premium-hero__visual img:first-child {
    height: auto;
  }
  .e1-tech-story__images figure:first-child img {
    height: auto;
  }
  .e1-tech-story__images img {
    height: auto;
  }
  .e1-manual-banner {
    padding: 24px;
  }
  .e1-product-pair img {
    height: auto;
  }
}
.e1-hero-logo {
  display: block;
  width: min(170px, 100%);
  height: auto;
}
.e1-premium-hero h1,
.e1-order-premium-hero h1,
.e1-product-hero h1 {
  overflow-wrap: anywhere;
}
.e1-price-from {
  font: 500 30px/1.1 Georgia, serif;
  color: #8e6a3b;
  margin: 20px 0 8px;
}
.e1-price-from small {
  display: block;
  font: 600 12px/1.4 Arial, sans-serif;
  color: #777;
  margin-top: 6px;
}
.e1-trustline a,
.e1-order-trust a {
  color: #755327;
  font-weight: 800;
}
.e1-order-trust {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #d9d2c7;
  font-size: 12px;
  line-height: 1.5;
  color: #625f59;
}
.e1-related-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}
.e1-related-grid a {
  display: block;
  background: #fff;
  border: 1px solid #ded7cc;
  border-radius: 14px;
  padding: 18px;
  color: inherit;
  text-decoration: none;
}
.e1-related-grid a:hover {
  border-color: #b99766;
}
.e1-related-grid b {
  display: block;
  font: 22px/1.2 Georgia, serif;
  margin-bottom: 7px;
}
.e1-related-grid span {
  display: block;
  line-height: 1.45;
  color: #666;
}
.e1-field select[aria-invalid=true] {
  border-color: #a6382d;
}
@media (max-width: 900px) {
  .e1-related-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 560px) {
  .e1-related-grid {
    grid-template-columns: 1fr;
  }
  .e1-price-from {
    font-size: 28px;
  }
  .e1-actions .e1-btn--gold {
    width: 100%;
  }
}
