.config-intro {
  background: #f1f4f1;
  border-bottom: 1px solid #dce4df;
  padding: 38px 0 34px;
}
.config-intro__inner,
.config-help__grid {
  align-items: end;
  display: flex;
  gap: 40px;
  justify-content: space-between;
}
.config-intro h1 {
  font-size: clamp(34px, 5vw, 56px);
  margin: 0 0 12px;
}
.config-intro p:not(.eyebrow) {
  font-size: 18px;
  margin: 0;
  max-width: 760px;
}
.config-intro__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}
.live-selection span {
  align-items: baseline;
  background: #fff;
  border: 1px solid #d5dfda;
  border-radius: 999px;
  color: #315f58;
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  gap: 6px;
  padding: 8px 12px;
  white-space: nowrap;
}
.live-selection small {
  color: #71817c;
  font-size: 9px;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.live-selection strong {
  color: #244d46;
  font-size: 12px;
}
.configurator {
  background: #f8f9f7;
  padding: 28px 0 72px;
}
.config-progress {
  display: grid;
  grid-template-columns: repeat(8, minmax(88px, 1fr));
  margin: 0 0 24px;
  overflow-x: auto;
  scrollbar-width: thin;
}
.config-progress button {
  align-items: center;
  background: transparent;
  border: 0;
  border-bottom: 2px solid #d8dfdc;
  color: #68736f;
  cursor: pointer;
  display: flex;
  font: 700 12px "Roboto Condensed", sans-serif;
  gap: 8px;
  justify-content: center;
  min-width: 92px;
  padding: 10px 8px 14px;
}
.config-progress button span {
  align-items: center;
  background: #e6ebe8;
  border-radius: 50%;
  display: inline-flex;
  height: 23px;
  justify-content: center;
  width: 23px;
}
.config-progress button.is-active {
  border-color: #315f58;
  color: #18342f;
}
.config-progress button.is-active span,
.config-progress button.is-complete span {
  background: #315f58;
  color: #fff;
}
.config-layout {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1.18fr) minmax(380px, .82fr);
}
.model-panel,
.option-panel {
  background: #fff;
  border: 1px solid #dbe3df;
  border-radius: 22px;
  box-shadow: 0 18px 48px rgba(24, 52, 47, .08);
  overflow: hidden;
}
.model-panel {
  align-self: start;
  position: sticky;
  top: 86px;
}
.model-toolbar,
.option-panel__heading,
.option-panel__footer {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
}
.model-toolbar {
  min-height: 68px;
  padding: 12px 18px;
}
.model-toolbar strong,
.model-toolbar span {
  display: block;
}
.model-toolbar strong { color: #18342f; font-size: 17px; }
.model-toolbar span { color: #68736f; font-size: 13px; margin-top: 2px; }
.model-toolbar__actions { display: flex; gap: 8px; }
.model-toolbar button,
.opening-control button {
  background: #f2f5f3;
  border: 1px solid #d8e1dc;
  border-radius: 999px;
  color: #315f58;
  cursor: pointer;
  font: 700 12px "Roboto Condensed", sans-serif;
  padding: 8px 12px;
}
.model-stage {
  background: linear-gradient(155deg, #e9f4f3 0%, #c7dfe1 48%, #a8c0bd 100%);
  height: clamp(390px, 52vw, 610px);
  max-height: 610px;
  overflow: hidden;
  position: relative;
  transition: background .35s ease;
}
.model-stage[data-scene="night"] {
  background: linear-gradient(155deg, #172329 0%, #243541 50%, #14251f 100%);
}
.awning-flex-webgl {
  display: block;
  height: 100%;
  inset: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.awning-flex-webgl[hidden] { display: none; }

#awning-model {
  position: relative;
  z-index: 2;
  cursor: grab;
  display: block;
  height: 100%;
  touch-action: none;
  width: 100%;
}
#awning-model:active { cursor: grabbing; }
.model-stage__hint,
.model-stage__badge {
  background: rgba(255, 255, 255, .82);
  border-left: 2px solid #6d8881;
  border-radius: 5px;
  bottom: 14px;
  color: #48605a;
  font-size: 11px;
  padding: 7px 10px;
  pointer-events: none;
  position: absolute;
  z-index: 3;
}
.model-stage__hint { left: 14px; }
.model-stage__badge { right: 14px; }
.opening-control {
  align-items: center;
  border-top: 1px solid #e0e7e3;
  display: grid;
  gap: 12px;
  grid-template-columns: auto auto 1fr auto;
  padding: 14px 18px;
}
.opening-control label { color: #485c56; font-size: 12px; font-weight: 700; }
.opening-control input { accent-color: #315f58; min-width: 0; width: 100%; }
.live-selection {
  border-top: 1px solid #edf1ef;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 12px 18px 16px;
}
.option-panel {
  display: flex;
  flex-direction: column;
  min-height: 650px;
}
.option-panel__heading {
  border-bottom: 1px solid #e2e8e5;
  padding: 22px 24px 18px;
}
.option-panel__heading h2 {
  font-size: 27px;
  margin: 2px 0 0;
}
.option-step {
  color: #5c756e;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  margin: 0;
  text-transform: uppercase;
}
.price-display { min-width: 112px; text-align: right; }
.price-display span,
.price-display small { color: #68736f; display: block; font-size: 10px; }
.price-display strong { color: #18342f; display: block; font-size: 24px; }
.option-panel__content {
  flex: 1;
  max-height: 560px;
  overflow-y: auto;
  padding: 24px;
}
.option-panel__footer {
  border-top: 1px solid #e2e8e5;
  padding: 16px 24px;
}
.option-panel__footer .btn { min-width: 116px; }
.choice-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.choice-card {
  background: #fff;
  border: 1px solid #d9e1dd;
  border-radius: 14px;
  color: #263b36;
  cursor: pointer;
  padding: 16px;
  position: relative;
  text-align: left;
  transition: border-color .2s, box-shadow .2s, transform .2s;
}
.choice-card:hover { transform: translateY(-2px); }
.choice-card.is-selected {
  border-color: #315f58;
  box-shadow: 0 0 0 2px rgba(49, 95, 88, .13);
}
.choice-card.is-selected::after {
  align-items: center;
  background: #315f58;
  border-radius: 50%;
  color: #fff;
  content: "✓";
  display: flex;
  font-size: 11px;
  height: 22px;
  justify-content: center;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 22px;
}
.choice-card strong,
.choice-card small { display: block; }
.choice-card strong { font-size: 16px; padding-right: 20px; }
.choice-card small { color: #6b7773; line-height: 1.4; margin-top: 6px; }
.choice-card .choice-price { color: #315f58; font-weight: 700; margin-top: 10px; }
.series-choice { min-height: 300px; padding-top: 92px; }
.series-choice::before {
  background: #edf1ef center / contain no-repeat;
  border-radius: 12px 12px 0 0;
  content: "";
  height: 80px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.series-choice[data-choice="flex"]::before { background-image: url("/media/images/products/dq-b-full-cassette-awning-deployed-state.webp"); }
.series-choice[data-choice="pro"]::before { background-image: url("/media/images/products/dq-a-full-cassette-awning-deployed-state.webp"); }
.series-feature-list {
  color: #52635e;
  font-size: 12px;
  line-height: 1.45;
  margin: 12px 0 0;
  padding: 0;
}
.series-feature-list li {
  list-style: none;
  margin-top: 6px;
  padding-left: 18px;
  position: relative;
}
.series-feature-list li::before {
  color: #315f58;
  content: "✓";
  font-weight: 700;
  left: 0;
  position: absolute;
}
.field-block + .field-block { margin-top: 24px; }
.field-block > label,
.field-block > legend {
  color: #263b36;
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}
.field-block fieldset { border: 0; margin: 0; padding: 0; }
.dimension-input {
  align-items: center;
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 92px;
}
.dimension-input input[type="range"] {
  accent-color: #315f58;
  cursor: pointer;
  min-height: 44px;
  touch-action: pan-y;
  width: 100%;
}
.dimension-input input[type="number"],
.ral-input,
.quantity-input {
  border: 1px solid #cbd7d2;
  border-radius: 10px;
  font: 600 15px "Roboto Condensed", sans-serif;
  min-height: 44px;
  padding: 9px 11px;
  width: 100%;
}
.projection-options,
.temperature-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.pill-choice {
  background: #fff;
  border: 1px solid #cad6d1;
  border-radius: 999px;
  color: #354b45;
  cursor: pointer;
  font-weight: 700;
  padding: 9px 14px;
}
.pill-choice.is-selected { background: #315f58; border-color: #315f58; color: #fff; }
.pill-choice:disabled { cursor: not-allowed; opacity: .35; }
.colour-grid,
.fabric-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.colour-choice,
.fabric-choice {
  background: #fff;
  border: 1px solid #d8e1dc;
  border-radius: 12px;
  cursor: pointer;
  overflow: hidden;
  padding: 0;
  text-align: left;
}
.fabric-choice {
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 184px;
}
.colour-choice.is-selected,
.fabric-choice.is-selected { border-color: #315f58; box-shadow: 0 0 0 2px rgba(49,95,88,.14); }
.colour-swatch { display: block; height: 64px; }
.colour-choice span:last-child,
.fabric-choice__label { display: block; font-size: 12px; font-weight: 700; padding: 9px 10px; }
.colour-choice small {
  display: block;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.25;
  margin-top: 4px;
}
.fabric-choice img {
  display: block;
  height: 72px;
  object-fit: fill;
  width: 100%;
}
.fabric-choice__label {
  display: flex;
  flex-direction: column;
}
.fabric-choice__label strong { display: block; font-size: 12px; }
.fabric-choice__label small { color: #6b7773; display: block; font-size: 10px; margin-top: 2px; }
.fabric-category + .fabric-category { margin-top: 26px; }
.fabric-category__heading { margin-bottom: 10px; }
.fabric-category__heading h3 { font-size: 17px; margin: 0 0 3px; }
.fabric-category__heading p { color: #667670; font-size: 12px; line-height: 1.45; margin: 0; }
.fabric-choice__badge {
  align-items: center;
  color: #315f58;
  display: inline-flex;
  font-size: 9px;
  font-style: normal;
  font-weight: 700;
  margin-top: auto;
  width: max-content;
}
.fabric-choice__badge::before {
  background: currentColor;
  border-radius: 50%;
  content: "";
  height: 4px;
  margin-right: 5px;
  width: 4px;
}
.fabric-choice__badge.is-designer { color: #3f5878; }
.fabric-choice__badge.is-bold { color: #7a4936; }
.inline-note,
.review-note,
.review-delivery {
  background: #f0f5f2;
  border-radius: 10px;
  color: #52635e;
  font-size: 12px;
  line-height: 1.5;
  margin: 14px 0 0;
  padding: 11px 12px;
}
.inline-note.is-warning { background: #fff5dd; color: #6d5620; }
.review-series-inclusion,
.saved-item__included {
  color: #52635e;
  display: block;
  font-size: 12px;
  line-height: 1.45;
  margin: 6px 0 0;
}
.quantity-discount-note {
  color: #52635e;
  font-size: 12px;
  line-height: 1.45;
  margin: 8px 0 0;
}
.section-label {
  color: #64736f;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .11em;
  margin: 24px 0 10px;
  text-transform: uppercase;
}
.option-list { display: grid; gap: 9px; }
.lighting-temperature {
  border-left: 3px solid #d7e4df;
  margin: 1px 12px 2px 49px;
  padding: 4px 0 5px 14px;
}
.lighting-temperature > label { margin-bottom: 8px; }
.option-row {
  align-items: center;
  border: 1px solid #dbe3df;
  border-radius: 12px;
  cursor: pointer;
  display: grid;
  gap: 10px;
  grid-template-columns: auto 1fr auto;
  padding: 13px;
}
.option-row.is-selected { border-color: #315f58; background: #f4f8f6; }
.option-row input { accent-color: #315f58; height: 18px; width: 18px; }
.option-row strong,
.option-row small { display: block; }
.option-row small { color: #6b7773; margin-top: 2px; }
.option-row .money { color: #315f58; font-weight: 700; }
.operation-side-section { border-top: 1px solid #dce5e1; margin-top: 22px; padding-top: 2px; }
.operation-side-intro { color: #60706a; font-size: 13px; line-height: 1.5; margin: -4px 0 12px; }
.operation-side-reference { background: #f4f7f5; border: 1px solid #d5e0db; border-radius: 13px; overflow: hidden; text-align: center; }
.operation-side-reference__wall { background: #dce5e1; color: #36544d; font-size: 10px; font-weight: 800; letter-spacing: .08em; padding: 8px; }
.operation-side-reference__product { align-items: center; display: grid; gap: 8px; grid-template-columns: 1fr 2fr 1fr; padding: 18px 12px 12px; }
.operation-side-reference__product strong { background: #315f58; border-radius: 7px; color: #fff; font-size: 12px; letter-spacing: .05em; padding: 10px; }
.operation-side-reference__product span { color: #315f58; font-size: 12px; font-weight: 800; }
.operation-side-reference__viewer { align-items: center; color: #60706a; display: flex; flex-direction: column; font-size: 10px; gap: 4px; padding: 0 10px 12px; }
.operation-side-reference__viewer i { color: #315f58; display: block; font-size: 23px; font-style: normal; font-weight: 800; line-height: 1; }
.operation-side-choices { display: grid; gap: 9px; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 10px; }
.operation-side-choice { background: #fff; border: 1px solid #d4dfda; border-radius: 11px; color: #29453e; cursor: pointer; padding: 11px 9px; text-align: left; }
.operation-side-choice.is-selected { background: #f0f6f3; border-color: #315f58; box-shadow: inset 0 0 0 1px #315f58; }
.operation-side-choice strong,
.operation-side-choice small { display: block; }
.operation-side-choice small { color: #697771; font-size: 10px; margin-top: 3px; }
.config-message {
  background: #fff4d5;
  color: #654f17;
  margin: 0 24px 14px;
  padding: 10px 12px;
}
.review-card {
  border: 1px solid #dce4e0;
  border-radius: 14px;
  margin-bottom: 12px;
  padding: 15px;
}
.review-card__top,
.review-line,
.review-total,
.saved-item {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}
.review-card h3 { font-size: 18px; margin: 0; }
.review-card p { color: #65736f; font-size: 12px; margin: 7px 0 0; }
.review-line { font-size: 13px; margin-top: 9px; }
.review-line span:last-child { font-weight: 700; }
.review-total {
  border-top: 1px solid #dfe6e2;
  color: #18342f;
  font-size: 21px;
  margin-top: 14px;
  padding-top: 14px;
}
.saved-item { background: #f5f7f6; border-radius: 10px; font-size: 12px; margin-top: 8px; padding: 10px; }
.saved-item button { background: none; border: 0; color: #8a3f35; cursor: pointer; }
.review-actions { display: grid; gap: 9px; grid-template-columns: repeat(2, 1fr); margin-top: 16px; }
.review-actions .btn { text-align: center; }
.review-support-card { align-items: center; background: #f6f8f5; display: grid; gap: 16px; grid-template-columns: 1fr auto; }
.review-support-card h3 { margin: 4px 0 7px; }
.review-support-card p:not(.section-label) { color: #586761; margin: 0; }
.review-support-card .btn { text-align: center; white-space: nowrap; }
.config-help { background: #e8efeb; padding: 44px 0; }
.config-help--support { background: #f6f8f5; border-top: 1px solid #dce4df; }
.config-help h2 { font-size: 31px; margin: 0 0 8px; }
.config-help p:not(.eyebrow) { margin: 0; }
.orientation-lock { display: none; }

@media (max-width: 991px) {
  .config-layout { grid-template-columns: 1fr; }
  .model-panel { position: static; }
  .model-stage { height: 480px; }
  .option-panel { min-height: 560px; }
}
@media (max-width: 767px) {
  .review-support-card { align-items: start; grid-template-columns: 1fr; }
  .review-support-card .btn { width: 100%; }
  .operation-side-choices { grid-template-columns: 1fr; }
  html.awning-configurator-page,
  html.awning-configurator-page body {
    height: 100%;
    overflow: hidden;
    overscroll-behavior: none;
  }
  html.awning-configurator-page .site-header .luxbar-menu,
  html.awning-configurator-page .site-header .luxbar-navigation,
  html.awning-configurator-page .site-header .luxbar-header {
    min-height: 48px;
  }
  html.awning-configurator-page .site-header .luxbar-header {
    height: 48px;
  }
  html.awning-configurator-page .site-header .luxbar-checkbox:not(:checked) ~ .luxbar-menu {
    height: 48px;
  }
  html.awning-configurator-page .site-header .site-logo img {
    height: auto;
    width: 132px;
  }
  html.awning-configurator-page .site-header .luxbar-hamburger {
    padding: 14px 18px;
  }
  html.awning-configurator-page .breadcrumb-bar,
  html.awning-configurator-page .config-intro,
  html.awning-configurator-page .config-help,
  html.awning-configurator-page .site-footer,
  html.awning-configurator-page .sitewide-proof,
  html.awning-configurator-page .mobile-quote-dock,
  html.awning-configurator-page .feedback,
  html.awning-configurator-page .back-to-top {
    display: none !important;
  }
  .config-intro__inner,
  .config-help__grid { align-items: flex-start; flex-direction: column; gap: 20px; }
  .config-intro__trust { justify-content: flex-start; }

  .configurator {
    height: calc(100vh - 48px);
    height: calc(100dvh - 48px);
    margin-top: 48px;
    overflow: hidden;
    padding: 0;
  }
  .configurator > .container {
    display: grid;
    grid-template-rows: 35vh minmax(0, 1fr);
    grid-template-rows: 35dvh minmax(0, 1fr);
    height: 100%;
    max-width: none;
    padding: 0;
    width: 100%;
  }
  .config-layout { display: contents; }

  .model-panel {
    border: 0;
    border-bottom: 1px solid #d2ddd8;
    border-radius: 0;
    box-shadow: 0 10px 26px rgba(24, 52, 47, .13);
    grid-row: 1;
    height: 35vh;
    height: 35dvh;
    min-height: 220px;
    overflow: hidden;
    position: relative;
    top: auto;
    z-index: 8;
  }
  .model-toolbar {
    align-items: center;
    background: linear-gradient(180deg, rgba(255,255,255,.97), rgba(255,255,255,.82));
    left: 0;
    min-height: 40px;
    padding: 4px 10px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
  }
  .model-toolbar strong { font-size: 13px; }
  .model-toolbar span { font-size: 9px; margin-top: 0; }
  .model-toolbar__actions { flex-direction: row; gap: 5px; }
  .model-toolbar button {
    background: rgba(245,248,246,.93);
    font-size: 9px;
    padding: 4px 7px;
  }
  .model-stage {
    height: 100%;
    inset: 0;
    max-height: none;
    position: absolute;
  }
  .opening-control {
    align-items: stretch;
    background: rgba(255,255,255,.93);
    border: 1px solid rgba(199,213,207,.96);
    border-radius: 18px;
    bottom: 46px;
    box-shadow: 0 7px 20px rgba(28,58,52,.13);
    gap: 5px;
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(70px, 1fr) auto;
    left: auto;
    min-height: 0;
    padding: 5px 4px;
    position: absolute;
    right: 6px;
    top: 48px;
    width: 50px;
    z-index: 3;
  }
  .opening-control label { display: none; }
  .opening-control button {
    font-size: 8.5px;
    min-height: 38px;
    padding: 4px 2px;
    width: 40px;
  }
  .opening-control [data-action="extend"] { grid-row: 1; }
  .opening-control [data-opening] {
    align-self: stretch;
    direction: rtl;
    grid-row: 2;
    height: 100%;
    justify-self: center;
    min-height: 70px;
    width: 24px;
    writing-mode: vertical-lr;
  }
  .opening-control [data-action="retract"] { grid-row: 3; }
  .live-selection {
    background: #fff;
    bottom: 0;
    flex-wrap: nowrap;
    gap: 6px;
    height: 38px;
    left: 0;
    overflow: hidden;
    padding: 4px 9px;
    position: absolute;
    right: 0;
    scrollbar-width: none;
    z-index: 3;
  }
  .live-selection span {
    flex: 1 1 0;
    font-size: 10px;
    gap: 4px;
    justify-content: center;
    min-width: 0;
    padding: 4px 6px;
  }
  .live-selection small { font-size: 7.5px; }
  .live-selection strong { font-size: 10.5px; }
  .model-stage__hint,
  .model-stage__badge { display: none; }

  .config-progress {
    display: none;
  }

  .option-panel {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    grid-row: 2;
    height: 100%;
    min-height: 0;
    overflow: hidden;
  }
  .option-panel__heading {
    flex: 0 0 auto;
    gap: 10px;
    min-height: 58px;
    padding: 8px 14px 7px;
  }
  .option-panel__heading h2 {
    font-size: clamp(19px, 5.3vw, 22px);
    line-height: 1.05;
    margin-top: 1px;
  }
  .option-step { font-size: 9px; }
  .price-display { min-width: 92px; }
  .price-display span { font-size: 8px; }
  .price-display strong { font-size: 20px; }
  .price-display small { font-size: 8px; }
  .option-panel__content {
    -webkit-overflow-scrolling: touch;
    flex: 1 1 auto;
    max-height: none;
    min-height: 0;
    overscroll-behavior: contain;
    overflow-y: auto;
    padding: 14px 15px 20px;
    scroll-behavior: smooth;
  }
  .option-panel__footer {
    background: rgba(255,255,255,.98);
    bottom: auto;
    box-shadow: 0 -6px 18px rgba(24,52,47,.07);
    flex: 0 0 auto;
    min-height: 54px;
    padding: 7px 15px calc(7px + env(safe-area-inset-bottom));
    position: relative;
    z-index: 4;
  }
  .option-panel__footer .btn {
    min-height: 40px;
    min-width: 104px;
    padding: 9px 16px;
  }
  .config-message { margin: 0 15px 8px; }

  .choice-grid,
  .review-actions { grid-template-columns: 1fr; }
  .colour-grid,
  .fabric-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fabric-choice { min-height: 0; }
  .fabric-choice__label {
    align-items: center;
    column-gap: 6px;
    display: grid;
    grid-template-areas:
      "name name"
      "kind badge";
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 8px 9px 9px;
    row-gap: 5px;
  }
  .fabric-choice__label strong {
    grid-area: name;
    line-height: 1.18;
  }
  .fabric-choice__label small {
    font-size: 9px;
    grid-area: kind;
    margin: 0;
  }
  .fabric-choice__badge {
    font-size: 8px;
    grid-area: badge;
    margin: 0;
    white-space: nowrap;
  }
  .fabric-category + .fabric-category { margin-top: 18px; }
  .series-choice { min-height: 270px; }
  .review-actions { padding-bottom: 6px; }
}
@media (max-width: 767px) and (max-height: 720px) {
  .configurator > .container {
    grid-template-rows: 34vh minmax(0, 1fr);
    grid-template-rows: 34dvh minmax(0, 1fr);
  }
  .model-panel {
    height: 34vh;
    height: 34dvh;
    min-height: 200px;
  }
  .model-toolbar { min-height: 38px; }
  .opening-control {
    bottom: 42px;
    gap: 3px;
    min-height: 0;
    padding-bottom: 3px;
    padding-top: 3px;
    top: 40px;
  }
  .opening-control button {
    font-size: 7.5px;
    min-height: 30px;
  }
  .opening-control [data-opening] { min-height: 50px; }
  .live-selection { height: 36px; }
  .option-panel__heading { min-height: 54px; padding-bottom: 6px; padding-top: 6px; }
  .option-panel__footer { min-height: 50px; }
}
@media (orientation: landscape) and (max-height: 500px) and (pointer: coarse) {
  html.awning-configurator-page,
  html.awning-configurator-page body {
    height: 100%;
    overflow: hidden;
    overscroll-behavior: none;
  }
  .orientation-lock {
    align-items: center;
    background:
      radial-gradient(circle at 50% 18%, rgba(79, 126, 113, .18), transparent 35%),
      #f4f7f5;
    color: #17332f;
    display: flex;
    flex-direction: column;
    inset: 0;
    justify-content: center;
    padding: 28px max(28px, env(safe-area-inset-left)) 28px max(28px, env(safe-area-inset-right));
    position: fixed;
    text-align: center;
    z-index: 10050;
  }
  .orientation-lock__phone {
    align-items: center;
    border: 3px solid #2f6660;
    border-radius: 14px;
    display: flex;
    height: 76px;
    justify-content: center;
    margin-bottom: 18px;
    position: relative;
    transform: rotate(-90deg);
    width: 46px;
  }
  .orientation-lock__phone::after {
    background: #2f6660;
    border-radius: 999px;
    bottom: 5px;
    content: "";
    height: 4px;
    position: absolute;
    width: 13px;
  }
  .orientation-lock__phone span {
    color: #2f6660;
    font-family: Arial, sans-serif;
    font-size: 28px;
    font-weight: 700;
    transform: rotate(90deg);
  }
  .orientation-lock .eyebrow {
    color: #2f6660;
    font-size: 10px;
    margin: 0 0 7px;
  }
  .orientation-lock h2 {
    font-size: clamp(24px, 6vw, 34px);
    line-height: 1.05;
    margin: 0 0 10px;
  }
  .orientation-lock > p:last-child {
    color: #4b605c;
    font-size: 13px;
    line-height: 1.5;
    margin: 0;
    max-width: 520px;
  }
}
@media print {
  .site-header,
  .breadcrumb-bar,
  .config-intro,
  .config-progress,
  .model-toolbar__actions,
  .opening-control,
  .option-panel__footer,
  .config-help,
  .site-footer,
  .cookie-bar { display: none !important; }
  .configurator { background: #fff; padding: 0; }
  .config-layout { grid-template-columns: 1fr; }
  .model-panel,
  .option-panel { border: 0; box-shadow: none; position: static; }
  .model-stage { height: 430px; }
  .option-panel__content { max-height: none; overflow: visible; }
}
