:root {
  --e1-gold:#BEA885;
  --e1-dark:#2d3032;
  --e1-text:#424242;
  --e1-soft:#f6f3ed;
  --e1-line:#ded7cc;
  --e1-white:#fff;
}
.e1-page {
  background: #fff;
  color: var(--e1-text);
  overflow: hidden;
}
.e1-page * {
  box-sizing: border-box;
}
.e1-crumb {
  max-width: 1280px;
  margin: 0 auto;
  padding: 18px 28px;
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 14px;
  color: #777;
}
.e1-crumb a {
  color: #5d554a;
  text-decoration: none;
}
.e1-hero {
  max-width: 1280px;
  margin: 0 auto 54px;
  padding: 38px 28px 22px;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 54px;
  align-items: center;
}
.e1-eyebrow {
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: .13em;
  color: #8c7046;
  font-size: 13px;
  font-weight: 800;
}
.e1-hero h1,
.e1-section-head h2,
.e1-tech h2,
.e1-price h2,
.e1-measure h2,
.e1-bends h2,
.e1-final h2,
.e1-product-hero h1,
.e1-config h2,
.e1-product-info h2 {
  font-family: Georgia, serif;
  color: #292c2e;
  line-height: 1.06;
}
.e1-hero h1 {
  font-size: clamp(42px, 5vw, 72px);
  margin: 0 0 22px;
}
.e1-lead {
  font-size: 20px;
  line-height: 1.62;
  max-width: 760px;
}
.e1-hero__facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 28px 0;
}
.e1-hero__facts span {
  border: 1px solid var(--e1-line);
  border-radius: 12px;
  padding: 14px 16px;
  background: #fbfaf7;
}
.e1-hero__facts b {
  display: block;
  font-size: 19px;
  color: #2e3133;
}
.e1-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
.e1-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 800;
  border: 1px solid transparent;
  transition: .2s;
}
.e1-btn--gold {
  background: var(--e1-gold);
  color: #1f2325;
}
.e1-btn--dark {
  background: #303335;
  color: #fff;
}
.e1-btn--line {
  border-color: #b8aa95;
  color: #3a352e;
  background: #fff;
}
.e1-photo-card {
  background: #f7f5f0;
  border: 1px solid var(--e1-line);
  padding: 14px;
  border-radius: 18px;
  box-shadow: 0 16px 40px rgba(42, 37, 31, .08);
}
.e1-photo-card img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}
.e1-photo-card small {
  display: block;
  padding: 12px 4px 2px;
  color: #6e665b;
}
.e1-profile {
  width: 150px;
  height: 150px;
  margin: -44px -18px 0 auto;
  border-radius: 16px;
  background: #303335;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .18);
}
.e1-profile span {
  color: #d4c3a7;
  font-weight: 800;
}
.e1-profile b {
  font: 54px/1 Georgia, serif;
}
.e1-profile small {
  font-size: 11px;
  margin-top: 8px;
}
.e1-choice,
.e1-difference,
.e1-colours,
.e1-motors,
.e1-faq {
  padding: 74px 28px;
}
.e1-choice,
.e1-colours,
.e1-faq {
  background: var(--e1-soft);
}
.e1-section-head {
  max-width: 850px;
  margin: 0 auto 34px;
  text-align: center;
}
.e1-section-head h2 {
  font-size: clamp(34px, 4vw, 52px);
  margin: 0 0 14px;
}
.e1-section-head p:last-child {
  font-size: 18px;
  line-height: 1.6;
}
.e1-choice-grid {
  max-width: 1160px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.e1-product-card {
  background: #fff;
  border: 1px solid var(--e1-line);
  border-radius: 18px;
  padding: 30px;
  position: relative;
  overflow: hidden;
}
.e1-product-card h3 {
  font: 30px/1.15 Georgia, serif;
  color: #292c2e;
  margin: 10px 0 14px;
}
.e1-product-card p,
.e1-product-card li {
  line-height: 1.6;
}
.e1-product-card ul {
  padding-left: 20px;
  margin: 16px 0 24px;
}
.e1-tag {
  display: inline-block;
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #816640;
  font-weight: 800;
}
.e1-product-icon {
  height: 74px;
  position: relative;
  margin-bottom: 10px;
}
.e1-product-icon .rail {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 38px;
  height: 14px;
  background: #3f4244;
  border-radius: 2px;
}
.e1-product-icon .ceiling {
  position: absolute;
  left: 0;
  right: 0;
  top: 8px;
  height: 4px;
  background: #bcbcbc;
}
.e1-product-icon .wall {
  position: absolute;
  left: 4px;
  top: 3px;
  width: 5px;
  height: 70px;
  background: #bcbcbc;
}
.e1-product-icon .arm {
  position: absolute;
  left: 8px;
  top: 30px;
  width: 68px;
  height: 5px;
  background: var(--e1-gold);
}
.e1-diff-grid {
  max-width: 1160px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.e1-diff-grid article {
  padding: 24px;
  border-top: 3px solid var(--e1-gold);
  background: #fff;
}
.e1-diff-grid span {
  font: 28px Georgia, serif;
  color: #a88858;
}
.e1-diff-grid h3 {
  font-size: 20px;
  color: #303335;
}
.e1-diff-grid p {
  line-height: 1.6;
}
.e1-tech {
  max-width: 1160px;
  margin: 0 auto;
  padding: 72px 28px;
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 50px;
}
.e1-tech h2 {
  font-size: 46px;
  margin: 0 0 14px;
}
.e1-tech__intro p:last-child {
  line-height: 1.7;
}
.e1-tech__table {
  border-top: 1px solid #b8aa95;
}
.e1-tech__table > div {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 20px;
  padding: 15px 0;
  border-bottom: 1px solid #e5e0d8;
}
.e1-tech__table b {
  color: #2f3234;
}
.e1-swatches {
  max-width: 1000px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.e1-swatches div {
  background: #fff;
  border: 1px solid var(--e1-line);
  padding: 14px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.e1-swatches i {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--sw);
  border: 1px solid rgba(0, 0, 0, .14);
}
.e1-note {
  text-align: center;
  margin: 24px 0 0;
}
.e1-motor-table {
  max-width: 1160px;
  margin: auto;
  border: 1px solid var(--e1-line);
  border-radius: 14px;
  overflow: hidden;
}
.e1-motor-table > div {
  display: grid;
  grid-template-columns: 1.2fr .55fr 1.25fr 1.25fr;
  gap: 16px;
  padding: 16px 18px;
  border-bottom: 1px solid #e7e2da;
  align-items: start;
}
.e1-motor-table > div:last-child {
  border-bottom: 0;
}
.e1-motor-table .head {
  background: #303335;
  color: #fff;
  font-weight: 800;
}
.e1-motor-table b {
  color: #2c2f31;
}
.e1-alert {
  max-width: 1160px;
  margin: 18px auto 0;
  padding: 16px 18px;
  border-left: 4px solid var(--e1-gold);
  background: #faf7f1;
}
.e1-actions--center {
  justify-content: center;
}
.e1-price {
  max-width: 1160px;
  margin: 0 auto;
  padding: 72px 28px;
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  gap: 36px;
}
.e1-price h2 {
  font-size: 44px;
  margin: 0 0 18px;
}
.e1-price p {
  line-height: 1.7;
}
.e1-price aside {
  background: #303335;
  color: #fff;
  padding: 28px;
  border-radius: 16px;
}
.e1-price aside b {
  font: 26px Georgia, serif;
}
.e1-price aside li {
  margin: 9px 0;
}
.e1-measure {
  background: var(--e1-soft);
  padding: 72px max(28px, calc((100vw - 1160px)/2));
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
.e1-measure h2,
.e1-bends h2 {
  font-size: 44px;
  margin: 0 0 18px;
}
.e1-measure p,
.e1-bends p {
  line-height: 1.7;
}
.e1-measure__diagram {
  padding: 30px;
  background: #fff;
  border: 1px solid var(--e1-line);
  border-radius: 16px;
}
.measure-line {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
}
.measure-line i {
  height: 2px;
  background: var(--e1-gold);
  position: relative;
}
.measure-line i:before,
.measure-line i:after {
  content: "";
  position: absolute;
  top: -4px;
  border: 5px solid transparent;
}
.measure-line i:before {
  left: -8px;
  border-right-color: var(--e1-gold);
}
.measure-line i:after {
  right: -8px;
  border-left-color: var(--e1-gold);
}
.measure-rail {
  height: 78px;
  border: 4px solid #404346;
  margin: 28px 15px 10px;
  padding: 12px;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.measure-rail span {
  color: #987b51;
}
.e1-bends {
  max-width: 1160px;
  margin: auto;
  padding: 72px 28px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
.e1-bend-diagrams {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.e1-bend-diagrams > div {
  border: 1px solid var(--e1-line);
  padding: 20px;
  border-radius: 12px;
  text-align: center;
}
.e1-bend-diagrams i {
  display: block;
  height: 80px;
  margin-top: 10px;
  position: relative;
}
.e1-bend-diagrams .straight:before {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  top: 40px;
  height: 5px;
  background: #36393b;
}
.e1-bend-diagrams .corner:before {
  content: "";
  position: absolute;
  left: 20%;
  top: 18px;
  width: 55%;
  height: 45px;
  border-top: 5px solid #36393b;
  border-right: 5px solid #36393b;
  border-radius: 0 18px 0 0;
}
.e1-bend-diagrams .bay:before {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  top: 30px;
  height: 36px;
  border-top: 5px solid #36393b;
  transform: skewX(-18deg);
}
.e1-faq-list {
  max-width: 900px;
  margin: auto;
}
.e1-faq details {
  background: #fff;
  border: 1px solid var(--e1-line);
  border-radius: 10px;
  margin: 10px 0;
  padding: 0 18px;
}
.e1-faq summary {
  cursor: pointer;
  padding: 18px 0;
  font-weight: 800;
  color: #303335;
}
.e1-faq details p {
  padding: 0 0 18px;
  line-height: 1.65;
}
.e1-final {
  padding: 72px 28px;
  background: #303335;
  color: #fff;
}
.e1-final > div {
  max-width: 1000px;
  margin: auto;
  text-align: center;
}
.e1-final h2 {
  color: #fff;
  font-size: 44px;
  margin: 0 0 16px;
}
.e1-final .e1-eyebrow {
  color: #dbc7a6;
}
.e1-final .e1-actions {
  justify-content: center;
}
.e1-product-hero {
  max-width: 1160px;
  margin: auto;
  padding: 48px 28px 60px;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 44px;
  align-items: center;
}
.e1-product-hero h1 {
  font-size: 50px;
  margin: 0 0 18px;
}
.e1-product-hero img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  border: 1px solid var(--e1-line);
}
.e1-checks {
  padding-left: 20px;
  line-height: 1.7;
}
.e1-config {
  background: var(--e1-soft);
  padding: 64px max(28px, calc((100vw - 1160px)/2));
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  gap: 32px;
}
.e1-config h2 {
  font-size: 42px;
  margin: 0 0 18px;
}
.e1-config-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.e1-config label {
  font-weight: 800;
  color: #343739;
}
.e1-config input,
.e1-config select {
  width: 100%;
  height: 48px;
  margin-top: 7px;
  padding: 0 12px;
  border: 1px solid #cfc7ba;
  border-radius: 7px;
  background: #fff;
  color: #333;
}
.e1-config aside {
  background: #fff;
  padding: 24px;
  border-radius: 14px;
  border: 1px solid var(--e1-line);
}
.e1-config aside h3 {
  font: 28px Georgia, serif;
}
.e1-config dl {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 10px 14px;
}
.e1-config dt {
  font-weight: 800;
}
.e1-config dd {
  margin: 0;
}
.e1-config-note {
  padding: 16px;
  margin: 20px 0;
  background: #fff;
  border-left: 4px solid var(--e1-gold);
  line-height: 1.5;
}
.e1-product-info {
  max-width: 1160px;
  margin: auto;
  padding: 70px 28px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
.e1-product-info > div {
  border: 1px solid var(--e1-line);
  border-radius: 14px;
  padding: 26px;
}
.e1-product-info h2 {
  font-size: 34px;
  margin: 0 0 14px;
}
.e1-product-info p {
  line-height: 1.7;
}
@media (max-width: 900px) {
  .e1-hero,
  .e1-tech,
  .e1-price,
  .e1-measure,
  .e1-bends,
  .e1-product-hero,
  .e1-config,
  .e1-product-info {
    grid-template-columns: 1fr;
  }
  .e1-diff-grid {
    grid-template-columns: 1fr 1fr;
  }
  .e1-swatches {
    grid-template-columns: 1fr 1fr;
  }
  .e1-motor-table {
    overflow-x: auto;
  }
  .e1-motor-table > div {
    min-width: 820px;
  }
  .e1-choice-grid {
    grid-template-columns: 1fr;
  }
  .e1-profile {
    margin: -25px 10px 0 auto;
  }
  .e1-hero__visual {
    max-width: 620px;
  }
  .e1-product-hero img {
    max-width: 520px;
  }
  .e1-config-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 560px) {
  .e1-crumb {
    padding: 12px 18px;
    font-size: 12px;
    overflow: auto;
    white-space: nowrap;
  }
  .e1-hero,
  .e1-choice,
  .e1-difference,
  .e1-colours,
  .e1-motors,
  .e1-faq,
  .e1-tech,
  .e1-price,
  .e1-measure,
  .e1-bends,
  .e1-final,
  .e1-product-hero,
  .e1-config,
  .e1-product-info {
    padding-left: 18px;
    padding-right: 18px;
  }
  .e1-hero {
    gap: 24px;
    padding-top: 24px;
  }
  .e1-lead {
    font-size: 17px;
  }
  .e1-hero__facts {
    grid-template-columns: 1fr;
  }
  .e1-diff-grid {
    grid-template-columns: 1fr;
  }
  .e1-swatches {
    grid-template-columns: 1fr;
  }
  .e1-tech__table > div {
    grid-template-columns: 1fr;
    gap: 5px;
  }
  .e1-price h2,
  .e1-measure h2,
  .e1-bends h2,
  .e1-final h2,
  .e1-product-hero h1 {
    font-size: 36px;
  }
  .e1-bend-diagrams {
    grid-template-columns: 1fr;
  }
  .e1-actions .e1-btn {
    width: 100%;
  }
  .e1-config dl {
    grid-template-columns: 1fr;
  }
  .e1-product-card {
    padding: 22px;
  }
}
.e1-motor-prices {
  max-width: 1160px;
  margin: 22px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.e1-motor-prices article {
  border: 1px solid var(--e1-line);
  background: #fff;
  border-radius: 12px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.e1-motor-prices span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .09em;
  color: #8b7048;
  font-weight: 800;
}
.e1-motor-prices b {
  color: #303335;
}
.e1-motor-prices strong {
  font-size: 24px;
  color: #2f3234;
}
.e1-price-caption {
  max-width: 1160px;
  margin: 10px auto 0;
  font-size: 13px;
  color: #6f675d;
}
.e1-inline-prices {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  align-items: center;
  margin: 18px 0;
  padding: 14px;
  background: #fff;
  border: 1px solid var(--e1-line);
  border-radius: 8px;
}
.e1-inline-prices b {
  width: 100%;
  color: #303335;
}
.e1-inline-prices span {
  font-size: 14px;
}
@media (max-width: 900px) {
  .e1-motor-prices {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 560px) {
  .e1-motor-prices {
    grid-template-columns: 1fr;
  }
}
.e1-product-photo {
  margin: 0 0 18px;
}
.e1-product-photo img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid var(--e1-line);
  display: block;
  background: #f3f0ea;
}
.e1-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.e1-card-actions .e1-btn {
  flex: 1 1 240px;
}
.e1-product-card p {
  margin-top: 0;
}
.e1-product-card h3 {
  margin-top: 4px;
}
.e1-tech__table span {
  line-height: 1.55;
}
.e1-swatches div {
  padding: 16px 18px;
  min-height: 72px;
}
.e1-swatches span {
  font-size: 15px;
  font-weight: 700;
  color: #2f3234;
}
.e1-diagram-title {
  margin: 0 0 18px;
  font-weight: 800;
  color: #2f3234;
}
.measure-rail b,
.measure-rail span {
  font-size: 18px;
}
.e1-final-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.e1-final-copy {
  text-align: center;
  max-width: 860px;
  margin: 0 auto 28px;
}
.e1-final-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 18px;
}
.e1-final-grid article {
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 16px;
  padding: 28px;
  text-align: left;
}
.e1-final-grid h3 {
  font: 32px/1.12 Georgia, serif;
  color: #fff;
  margin: 8px 0 12px;
}
.e1-final-grid p {
  line-height: 1.7;
}
.e1-final-contact {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}
.e1-final-contact .e1-btn {
  background: #fff;
}
@media (max-width: 900px) {
  .e1-final-grid {
    grid-template-columns: 1fr;
  }
  .e1-product-photo img {
    height: 220px;
  }
}
@media (max-width: 560px) {
  .e1-product-photo img {
    height: auto;
  }
  .e1-card-actions .e1-btn {
    flex-basis: 100%;
  }
  .measure-rail {
    height: auto;
    min-height: 84px;
    gap: 10px;
    align-items: flex-start;
    flex-direction: column;
  }
  .measure-rail b,
  .measure-rail span {
    font-size: 17px;
  }
}
.e1-hero--163 {
  margin-bottom: 34px;
}
.e1-hero--163 .e1-photo-card img {
  aspect-ratio: 1.45/1;
  object-fit: cover;
}
.e1-products {
  background: var(--e1-soft);
  padding: 72px 28px;
}
.e1-choice-grid--photos .e1-product-card {
  padding: 22px;
}
.e1-choice-grid--photos .e1-product-photo {
  margin: -2px -2px 22px;
}
.e1-choice-grid--photos .e1-product-photo img {
  height: 330px;
  object-fit: cover;
}
.e1-choice-grid--photos .e1-product-card h3 {
  font-size: 32px;
}
.e1-choice-grid--photos .e1-btn {
  width: 100%;
  margin-top: 4px;
}
.e1-motor-hidden {
  max-width: 1160px;
  margin: 0 auto;
  padding: 80px 28px;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 52px;
  align-items: center;
}
.e1-motor-hidden__image {
  background: #fafafa;
  border: 1px solid var(--e1-line);
  border-radius: 18px;
  padding: 14px;
}
.e1-motor-hidden__image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.e1-motor-hidden h2 {
  font: clamp(36px, 4vw, 50px)/1.08 Georgia, serif;
  color: #292c2e;
  margin: 0 0 18px;
}
.e1-motor-hidden__copy > p:not(.e1-eyebrow) {
  font-size: 18px;
  line-height: 1.7;
}
.e1-feature-list {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}
.e1-feature-list > div {
  padding: 16px 18px;
  background: #f8f5ef;
  border-left: 3px solid var(--e1-gold);
}
.e1-feature-list b {
  display: block;
  color: #2f3234;
  margin-bottom: 4px;
}
.e1-feature-list span {
  line-height: 1.55;
}
.e1-colours--photos {
  padding-top: 76px;
  padding-bottom: 72px;
}
.e1-colour-photos {
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.e1-colour-photos figure {
  margin: 0;
  background: #fff;
  border: 1px solid var(--e1-line);
  border-radius: 14px;
  padding: 18px;
  min-height: 138px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 14px;
}
.e1-colour-photos img {
  width: 100%;
  max-width: 190px;
  height: 80px;
  object-fit: contain;
  display: block;
  background: #fff;
}
.e1-colour-photos figcaption {
  font-weight: 800;
  color: #303335;
}
.e1-tech--163 {
  padding-top: 76px;
  padding-bottom: 76px;
}
.e1-price--163 {
  padding-top: 78px;
  padding-bottom: 78px;
}
.e1-services {
  background: var(--e1-soft);
  padding: 76px 28px;
}
.e1-service-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.e1-service-grid article {
  background: #fff;
  border: 1px solid var(--e1-line);
  border-radius: 14px;
  padding: 26px;
}
.e1-service-grid h3 {
  font: 27px/1.15 Georgia, serif;
  color: #2d3032;
  margin: 0 0 12px;
}
.e1-service-grid p {
  line-height: 1.65;
  margin: 0;
}
.e1-buy {
  padding: 76px 28px;
}
.e1-buy-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.e1-buy-grid article {
  border: 1px solid var(--e1-line);
  border-radius: 16px;
  padding: 30px;
  background: #fff;
}
.e1-buy-grid h3 {
  font: 31px/1.15 Georgia, serif;
  color: #2d3032;
  margin: 8px 0 14px;
}
.e1-buy-grid p {
  line-height: 1.65;
}
.e1-buy-grid .e1-btn {
  width: 100%;
  margin-top: 10px;
}
.e1-buy-help {
  max-width: 1100px;
  margin: 20px auto 0;
  padding: 22px 24px;
  background: #f7f3eb;
  border-radius: 14px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}
.e1-buy-help p {
  margin: 0;
  line-height: 1.6;
}
.e1-buy-help .e1-btn {
  flex: 0 0 auto;
}
.e1-alert {
  line-height: 1.6;
}
@media (max-width: 900px) {
  .e1-motor-hidden {
    grid-template-columns: 1fr;
  }
  .e1-colour-photos {
    grid-template-columns: 1fr 1fr;
  }
  .e1-service-grid,
  .e1-buy-grid {
    grid-template-columns: 1fr;
  }
  .e1-choice-grid--photos .e1-product-photo img {
    height: auto;
  }
  .e1-buy-help {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 560px) {
  .e1-products,
  .e1-motor-hidden,
  .e1-services,
  .e1-buy {
    padding-left: 18px;
    padding-right: 18px;
  }
  .e1-colour-photos {
    grid-template-columns: 1fr;
  }
  .e1-colour-photos figure {
    min-height: 120px;
  }
  .e1-colour-photos img {
    height: auto;
    max-width: 220px;
  }
  .e1-motor-hidden {
    gap: 26px;
  }
  .e1-buy-help .e1-btn {
    width: 100%;
  }
}
.e1-order-hero {
  max-width: 1160px;
  margin: 0 auto;
  padding: 62px 28px 50px;
  display: grid;
  grid-template-columns: 1.04fr .96fr;
  gap: 48px;
  align-items: center;
}
.e1-order-hero h1 {
  font: clamp(40px, 5vw, 61px)/1.04 Georgia, serif;
  color: #292c2e;
  margin: 8px 0 20px;
}
.e1-order-hero__visual {
  display: flex;
  justify-content: center;
}
.e1-order-hero__visual img {
  width: min(100%, 480px);
  height: auto;
  display: block;
  border-radius: 18px;
  object-fit: contain;
}
.e1-order-steps {
  background: var(--e1-soft);
  padding: 64px 28px;
}
.e1-order-steps__grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.e1-order-steps article {
  background: #fff;
  border: 1px solid var(--e1-line);
  border-radius: 14px;
  padding: 24px;
}
.e1-order-steps strong {
  display: inline-flex;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  background: var(--e1-gold);
  color: #1f2325;
  margin-bottom: 14px;
}
.e1-order-steps h3 {
  font: 27px/1.15 Georgia, serif;
  margin: 0 0 10px;
  color: #303335;
}
.e1-order-steps p {
  margin: 0;
  line-height: 1.65;
}
.e1-order-compare {
  max-width: 1100px;
  margin: 0 auto;
  padding: 74px 28px;
}
.e1-order-table {
  border: 1px solid var(--e1-line);
  border-radius: 14px;
  overflow: hidden;
  margin-top: 28px;
}
.e1-order-table > div {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr;
  border-top: 1px solid var(--e1-line);
}
.e1-order-table > div:first-child {
  border-top: 0;
  background: #303335;
  color: #fff;
  font-weight: 800;
}
.e1-order-table span {
  padding: 15px 18px;
  line-height: 1.5;
}
.e1-order-table span + span {
  border-left: 1px solid var(--e1-line);
}
.e1-order-table > div:first-child span + span {
  border-left-color: rgba(255, 255, 255, .18);
}
.e1-configurator-wrap {
  max-width: 1220px;
  margin: 0 auto;
  padding: 70px 28px;
}
.e1-configurator-intro {
  max-width: 850px;
  margin-bottom: 30px;
}
.e1-configurator-intro h2 {
  font: clamp(34px, 4vw, 46px)/1.08 Georgia, serif;
  color: #2d3032;
  margin: 4px 0 14px;
}
.e1-configurator-intro p {
  font-size: 17px;
  line-height: 1.65;
}
.e1-configurator {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 350px;
  gap: 26px;
  align-items: start;
}
.e1-configurator__form {
  display: grid;
  gap: 18px;
}
.e1-config-step {
  border: 1px solid var(--e1-line);
  border-radius: 16px;
  padding: 26px;
  background: #fff;
}
.e1-config-step__head {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 20px;
}
.e1-config-step__nr {
  display: inline-flex;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: #303335;
  color: #fff;
  font-weight: 800;
}
.e1-config-step h3 {
  font: 29px/1.15 Georgia, serif;
  color: #303335;
  margin: 1px 0 5px;
}
.e1-config-step__head p {
  margin: 0;
  color: #6d675f;
  line-height: 1.5;
}
.e1-color-options {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.e1-color-card {
  position: relative;
  cursor: pointer;
}
.e1-color-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.e1-color-card span {
  display: flex;
  min-height: 118px;
  border: 2px solid var(--e1-line);
  border-radius: 12px;
  padding: 12px;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 7px;
  background: #fff;
  text-align: center;
  font-weight: 800;
  color: #343638;
  transition: .15s ease;
}
.e1-color-card img {
  width: 100%;
  height: 62px;
  object-fit: contain;
  display: block;
}
.e1-color-card input:checked + span {
  border-color: var(--e1-gold);
  box-shadow: 0 0 0 2px rgba(190, 168, 133, .18);
}
.e1-color-card input:focus-visible + span {
  outline: 3px solid #222;
  outline-offset: 2px;
}
.e1-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.e1-field {
  display: grid;
  gap: 7px;
  font-weight: 800;
  color: #3b3d3f;
}
.e1-field small {
  font-weight: 400;
  color: #726d66;
  line-height: 1.45;
}
.e1-field input,
.e1-field select {
  width: 100%;
  min-height: 48px;
  border: 1px solid #bcb7af;
  border-radius: 8px;
  background: #fff;
  padding: 10px 12px;
  font: inherit;
  font-weight: 500;
  color: #292c2e;
}
.e1-field input:focus,
.e1-field select:focus {
  outline: 2px solid var(--e1-gold);
  outline-offset: 1px;
}
.e1-field input[aria-invalid=true] {
  border-color: #a6382d;
}
.e1-config-error {
  color: #9a2e27;
  font-weight: 700;
  margin: 8px 0 0;
  min-height: 1.4em;
}
.e1-price-note {
  background: #f7f3eb;
  border-left: 4px solid var(--e1-gold);
  padding: 14px 16px;
  line-height: 1.55;
  margin-top: 14px;
}
.e1-config-summary {
  position: sticky;
  top: 92px;
  max-height: calc(100vh - 116px);
  overflow: auto;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
  border: 1px solid var(--e1-line);
  border-radius: 16px;
  background: #f8f5ef;
  padding: 24px;
}
.e1-config-summary h3 {
  font: 29px/1.15 Georgia, serif;
  color: #303335;
  margin: 0 0 17px;
}
.e1-summary-price {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 17px;
  border-bottom: 1px solid #d9d2c7;
}
.e1-summary-price span {
  font-weight: 700;
}
.e1-summary-price strong {
  font-size: 32px;
  color: #2d3032;
}
.e1-summary-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  margin: 15px 0;
}
.e1-summary-meta div {
  background: #fff;
  border-radius: 8px;
  padding: 10px;
}
.e1-summary-meta span {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .07em;
  color: #80776c;
}
.e1-summary-meta b {
  display: block;
  margin-top: 4px;
}
.e1-summary-list {
  margin: 17px 0;
  display: grid;
  gap: 0;
}
.e1-summary-list > div {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 10px;
  padding: 8px 0;
  border-bottom: 1px solid #e2ddd5;
}
.e1-summary-list dt {
  font-weight: 700;
  color: #5e5b56;
}
.e1-summary-list dd {
  margin: 0;
  text-align: right;
}
.e1-add {
  width: 100%;
  border: 0;
  cursor: pointer;
}
.e1-add.is-added {
  filter: brightness(.94);
}
.e1-cartmsg {
  min-height: 22px;
  margin: 10px 0 0;
  font-size: 14px;
  font-weight: 700;
  color: #42623d;
  opacity: 0;
  transition: .15s;
}
.e1-cartmsg.is-visible {
  opacity: 1;
}
.e1-cartmsg.is-validation {
  padding: 10px 12px;
  border: 1px solid #d5c29f;
  border-radius: 9px;
  background: #f4eee3;
  color: #4f4638;
  line-height: 1.45;
}
.e1-toast {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 99999;
  max-width: min(420px, calc(100vw - 36px));
  padding: 15px 18px;
  background: #2d3032;
  color: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, .22);
  opacity: 0;
  transform: translateY(15px);
  pointer-events: none;
  transition: .2s;
}
.e1-toast.is-visible {
  opacity: 1;
  transform: none;
}
.e1-included {
  margin-top: 16px;
  padding-top: 15px;
  border-top: 1px solid #d9d2c7;
  font-size: 13px;
  line-height: 1.55;
  color: #655f58;
}
.e1-tech-details {
  background: var(--e1-soft);
  padding: 74px 28px;
}
.e1-tech-details__grid {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.e1-tech-details article {
  background: #fff;
  border: 1px solid var(--e1-line);
  border-radius: 14px;
  padding: 26px;
}
.e1-tech-details h2,
.e1-tech-details h3 {
  font: 30px/1.15 Georgia, serif;
  color: #2f3234;
  margin: 0 0 13px;
}
.e1-tech-details p,
.e1-tech-details li {
  line-height: 1.65;
}
.e1-tech-details ul {
  padding-left: 20px;
}
.e1-measure-box {
  border-left: 4px solid var(--e1-gold);
  background: #fff;
  padding: 18px 20px;
  margin-top: 16px;
}
.e1-motor-choice-table {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}
.e1-motor-choice-table > div {
  display: grid;
  grid-template-columns: 1.4fr .55fr 1.5fr;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid var(--e1-line);
  border-radius: 9px;
  align-items: center;
}
.e1-motor-choice-table b {
  color: #303335;
}
.e1-product-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}
@media (max-width: 980px) {
  .e1-order-hero,
  .e1-configurator {
    grid-template-columns: 1fr;
  }
  .e1-config-summary {
    position: static;
  }
  .e1-color-options {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 760px) {
  .e1-order-steps__grid,
  .e1-tech-details__grid {
    grid-template-columns: 1fr;
  }
  .e1-order-table {
    overflow-x: auto;
  }
  .e1-order-table > div {
    min-width: 650px;
  }
  .e1-color-options {
    grid-template-columns: repeat(2, 1fr);
  }
  .e1-form-grid {
    grid-template-columns: 1fr;
  }
  .e1-motor-choice-table > div {
    grid-template-columns: 1fr;
  }
  .e1-motor-choice-table > div span {
    font-size: 14px;
  }
}
@media (max-width: 560px) {
  .e1-order-hero,
  .e1-order-steps,
  .e1-order-compare,
  .e1-configurator-wrap,
  .e1-tech-details {
    padding-left: 18px;
    padding-right: 18px;
  }
  .e1-order-hero {
    padding-top: 32px;
  }
  .e1-color-options {
    grid-template-columns: 1fr 1fr;
    gap: 9px;
  }
  .e1-color-card span {
    padding: 9px;
    font-size: 13px;
    min-height: 105px;
  }
  .e1-config-step {
    padding: 20px 16px;
  }
  .e1-config-step__head {
    gap: 10px;
  }
  .e1-config-summary {
    padding: 20px 16px;
  }
  .e1-summary-price strong {
    font-size: 29px;
  }
  .e1-summary-list > div {
    grid-template-columns: 1fr;
    gap: 2px;
  }
  .e1-summary-list dd {
    text-align: left;
  }
  .e1-toast {
    right: 18px;
    bottom: 18px;
  }
  .e1-configurator-wrap {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.e1-field[hidden] {
  display: none !important;
}
.e1-product-page {
  overflow: visible;
}
.e1-end-visuals {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 18px;
}
.e1-tech-figure {
  margin: 0;
  border: 1px solid var(--e1-line);
  border-radius: 10px;
  padding: 12px;
  background: #fff;
  text-align: center;
}
.e1-tech-figure img {
  display: block;
  width: min(100%, 300px);
  height: auto;
  margin: 0 auto;
}
.e1-tech-figure figcaption {
  display: grid;
  gap: 4px;
  margin-top: 9px;
  font-size: 13px;
  line-height: 1.45;
}
.e1-tech-figure figcaption strong {
  color: #303335;
}
.e1-tech-figure figcaption span {
  color: #6d675f;
}
.e1-threecm {
  margin-top: 14px;
  border: 1px solid #ded7cc;
  border-radius: 10px;
  background: #fbfaf7;
  padding: 16px;
}
.e1-threecm__labels {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: end;
  font-size: 12px;
  font-weight: 800;
}
.e1-threecm__labels b {
  color: #8c7046;
}
.e1-threecm__bar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 82px;
  height: 26px;
  margin: 8px 0 10px;
  border: 2px solid #404346;
}
.e1-threecm__channel {
  background: #dfe2e3;
  border-right: 2px solid #404346;
  position: relative;
}
.e1-threecm__channel:after {
  content: "glijkanaal";
  position: absolute;
  left: 8px;
  top: 3px;
  font-size: 10px;
  color: #4e5356;
}
.e1-threecm__extension {
  background: #d8c6aa;
  position: relative;
}
.e1-threecm__extension:after {
  content: "zichtprofiel";
  position: absolute;
  right: 6px;
  top: 3px;
  font-size: 9px;
  color: #5c4c37;
}
.e1-threecm p {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: #655f58;
}
.e1-support-figure {
  margin: 18px 0 0;
  border: 1px solid var(--e1-line);
  border-radius: 10px;
  padding: 14px;
  background: #fff;
  text-align: center;
}
.e1-support-figure img {
  display: block;
  width: min(100%, 300px);
  height: auto;
  margin: 0 auto;
}
.e1-support-figure figcaption {
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.5;
  color: #655f58;
}
.e1-wall-support-visual {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 18px;
}
.e1-wall-support-visual > div {
  height: 128px;
  border: 1px solid var(--e1-line);
  border-radius: 10px;
  background: #fbfaf7;
  position: relative;
  padding: 16px 12px 10px 94px;
}
.e1-wall-support-visual__wall {
  position: absolute;
  left: 25px;
  top: 18px;
  bottom: 18px;
  width: 5px;
  background: #a7a7a7;
}
.e1-wall-support-visual__arm {
  position: absolute;
  left: 30px;
  top: 51px;
  height: 6px;
  background: #b99c70;
}
.e1-wall-support-visual__arm--10 {
  width: 58px;
}
.e1-wall-support-visual__arm--15 {
  width: 78px;
}
.e1-wall-support-visual__rail {
  position: absolute;
  top: 39px;
  width: 12px;
  height: 31px;
  background: #414446;
  border-radius: 2px;
}
.e1-wall-support-visual > div:first-child .e1-wall-support-visual__rail {
  left: 86px;
}
.e1-wall-support-visual > div:last-child .e1-wall-support-visual__rail {
  left: 106px;
}
.e1-wall-support-visual b {
  display: block;
  font: 27px/1 Georgia, serif;
  color: #303335;
  margin-top: 28px;
}
.e1-wall-support-visual small {
  display: block;
  margin-top: 6px;
  color: #6b665f;
}
.e1-mobile-summary {
  display: none;
}
@media (max-width: 980px) {
  .e1-config-summary {
    max-height: none;
    overflow: visible;
  }
  .e1-product-page {
    overflow-x: clip;
  }
  .e1-end-visuals {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 900px) {
  .e1-product-page {
    padding-bottom: 74px;
  }
  .e1-mobile-summary {
    position: fixed;
    grid-template-columns: 28px minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 120;
    border: 1px solid #d6c8b5;
    background: rgba(255, 253, 249, .97);
    box-shadow: 0 8px 28px rgba(31, 31, 28, .18);
    padding: 10px 12px;
    text-align: left;
    color: #25282b;
    cursor: pointer;
    backdrop-filter: blur(8px);
  }
  .e1-mobile-summary.is-active {
    display: grid;
  }
  .e1-mobile-summary > img {
    width: 23px;
    height: 23px;
    opacity: .78;
  }
  .e1-mobile-summary__copy {
    min-width: 0;
    display: block;
  }
  .e1-mobile-summary__copy strong {
    display: block;
    font-size: 11px;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: .07em;
    color: #8b632d;
    margin-bottom: 4px;
  }
  .e1-mobile-summary__copy small {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 12px;
    line-height: 1.25;
    color: #4e4a45;
  }
  .e1-mobile-summary__price {
    font-size: 19px;
    font-weight: 850;
    white-space: nowrap;
    color: #25282b;
  }
}
@media (max-width: 560px) {
  .e1-end-visuals,
  .e1-wall-support-visual {
    grid-template-columns: 1fr;
  }
  .e1-threecm__labels {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }
  .e1-threecm__bar {
    grid-template-columns: minmax(0, 1fr) 68px;
  }
}
.e1-config-summary.is-fixed {
  position: fixed !important;
  top: 92px !important;
  z-index: 90;
}
.e1-product-photo-link {
  display: block;
  border-radius: 12px;
  text-decoration: none;
  outline-offset: 4px;
}
.e1-product-photo-link img {
  transition: transform .18s ease, box-shadow .18s ease;
}
.e1-product-photo-link:hover img {
  transform: scale(1.012);
  box-shadow: 0 8px 22px rgba(39, 35, 30, .12);
}
.e1-product-photo-link:focus-visible {
  outline: 3px solid var(--e1-gold);
}
.e1-wall-support-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 18px;
}
.e1-wall-support-image {
  margin: 0;
  border: 1px solid var(--e1-line);
  border-radius: 12px;
  padding: 12px;
  background: #fff;
  text-align: center;
}
.e1-wall-support-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: contain;
  background: #fff;
}
.e1-wall-support-image figcaption {
  display: grid;
  gap: 4px;
  padding: 8px 4px 2px;
  font-size: 13px;
  line-height: 1.45;
}
.e1-wall-support-image figcaption strong {
  color: #303335;
}
.e1-wall-support-image figcaption span {
  color: #6d675f;
}
@media (max-width: 560px) {
  .e1-wall-support-images {
    grid-template-columns: 1fr;
  }
}
.e1-trustline {
  margin: .7rem 0 1rem;
  font-size: .92rem;
  line-height: 1.45;
  font-weight: 700;
  color: #384238;
}
