.wa-config-breadcrumb { border-bottom: 1px solid #dce6e2; }
.wa-config-intro { background: linear-gradient(135deg, #edf4f1 0%, #fbfcfb 65%, #e5efeb 100%); border-bottom: 1px solid #dce6e2; padding: 52px 0 46px; }
.wa-config-intro h1 { color: #173d36; font-size: clamp(38px, 5vw, 62px); letter-spacing: -.04em; line-height: 1; margin: 10px 0 16px; }
.wa-config-intro > .container > p:not(.eyebrow) { color: #566c65; font-size: 17px; line-height: 1.65; margin: 0; max-width: 820px; }

.wa-configurator { background: #f5f8f7; padding: 42px 0 78px; }
.wa-progress { display: grid; gap: 8px; grid-template-columns: repeat(6, minmax(0, 1fr)); margin-bottom: 20px; }
.wa-progress button { align-items: center; background: #fff; border: 1px solid #d8e3df; border-radius: 12px; color: #6b7a75; cursor: pointer; display: flex; font: 700 12px/1 "Roboto Condensed", sans-serif; gap: 9px; justify-content: center; min-height: 48px; padding: 9px; }
.wa-progress button span { align-items: center; background: #e7efec; border-radius: 50%; display: inline-flex; height: 25px; justify-content: center; width: 25px; }
.wa-progress button.is-active { background: #173f37; border-color: #173f37; color: #fff; }
.wa-progress button.is-active span { background: #e3b653; color: #173f37; }
.wa-progress button.is-complete { border-color: #87a69d; color: #315f58; }

.wa-config-layout { align-items: start; display: grid; gap: 22px; grid-template-columns: minmax(0, 1.05fr) minmax(440px, .95fr); }
.wa-model-panel, .wa-option-panel { background: #fff; border: 1px solid #d8e3df; border-radius: 22px; box-shadow: 0 18px 46px rgba(26, 64, 55, .08); overflow: hidden; }
.wa-model-panel { position: sticky; top: 82px; }
.wa-model-toolbar { align-items: center; border-bottom: 1px solid #e3ebe8; display: flex; justify-content: space-between; padding: 17px 20px; }
.wa-model-toolbar strong, .wa-model-toolbar span { display: block; }
.wa-model-toolbar strong { color: #193e37; font-size: 16px; }
.wa-model-toolbar span { color: #778580; font-size: 12px; margin-top: 3px; }
.wa-model-toolbar button { background: #eef4f1; border: 0; border-radius: 999px; color: #315f58; cursor: pointer; font: 700 11px/1 "Roboto Condensed", sans-serif; padding: 9px 12px; }
.wa-model-stage { background: radial-gradient(circle at 50% 35%, #fff 0%, #edf3f0 68%, #e1ebe7 100%); height: 440px; overflow: hidden; position: relative; }
.wa-model-stage canvas { cursor: grab; display: block; height: 100%; touch-action: none; width: 100%; }
.wa-model-stage .fabric-roof-7800-webgl {
  cursor: default;
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}
.wa-model-stage .fabric-roof-7800-webgl[hidden] { display: none; }
.wa-model-stage #fabric-roof-blind-model {
  position: relative;
  z-index: 2;
}
.wa-model-stage .vertical-window-710-webgl,
.wa-model-stage .swing-arm-730-webgl {
  cursor: default;
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}
.wa-model-stage .vertical-window-710-webgl[hidden],
.wa-model-stage .swing-arm-730-webgl[hidden] { display: none; }
.wa-model-stage #window-awning-model {
  position: relative;
  z-index: 2;
}
.wa-model-stage canvas:active { cursor: grabbing; }
.wa-model-hint { bottom: 14px; color: #667873; font-size: 11px; left: 17px; pointer-events: none; position: absolute; }
.wa-model-badge { background: rgba(23, 63, 55, .88); border-radius: 999px; color: #fff; font: 700 9px/1 "Roboto Condensed", sans-serif; letter-spacing: .08em; padding: 8px 10px; pointer-events: none; position: absolute; right: 15px; text-transform: uppercase; top: 14px; }
.wa-opening-control { align-items: center; border-top: 1px solid #e3ebe8; display: grid; gap: 10px; grid-template-columns: auto auto 1fr auto; padding: 15px 18px; }
.wa-opening-control label { color: #536a63; font: 700 11px/1 "Roboto Condensed", sans-serif; }
.wa-opening-control button { background: #fff; border: 1px solid #b8c9c3; border-radius: 999px; color: #315f58; cursor: pointer; font: 700 11px/1 "Roboto Condensed", sans-serif; padding: 8px 11px; }
.wa-opening-control input { accent-color: #315f58; min-width: 0; width: 100%; }
.wa-live-selection { border-top: 1px solid #e3ebe8; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.wa-live-selection span { min-width: 0; padding: 14px 16px; }
.wa-live-selection span + span { border-left: 1px solid #e3ebe8; }
.wa-live-selection small, .wa-live-selection strong { display: block; }
.wa-live-selection small { color: #87938f; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.wa-live-selection strong { color: #294e47; font-size: 12px; margin-top: 4px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.wa-option-panel { min-height: 650px; }
.wa-option-heading { align-items: start; border-bottom: 1px solid #e3ebe8; display: grid; gap: 18px; grid-template-columns: minmax(0, 1fr) auto; padding: 23px 24px 20px; }
.wa-option-step { color: #9a6c13; font: 700 10px/1 "Roboto Condensed", sans-serif; letter-spacing: .12em; margin: 0 0 8px; text-transform: uppercase; }
.wa-option-heading h2 { color: #173d36; font-size: 27px; line-height: 1.08; margin: 0; }
.wa-price-display { min-width: 128px; text-align: right; }
.wa-price-display span, .wa-price-display small { color: #7a8984; display: block; font-size: 9px; }
.wa-price-display strong { color: #173d36; display: block; font-size: 24px; line-height: 1.1; margin: 4px 0; }
.wa-option-content { min-height: 475px; padding: 23px 24px 25px; }
.wa-option-footer { align-items: center; border-top: 1px solid #e3ebe8; display: flex; gap: 12px; justify-content: space-between; padding: 17px 24px; }
.wa-option-footer .btn[hidden] { display: none !important; }
.wa-config-message { border-radius: 10px; font-size: 13px; line-height: 1.5; margin: 0 24px 18px; padding: 12px 14px; }
.wa-config-message.is-error { background: #fbedeb; color: #8c342c; }
.wa-config-message.is-warning { background: #fff5df; color: #765412; }

.wa-style-grid { display: grid; gap: 14px; }
.wa-style-card { align-items: center; background: #fff; border: 1px solid #d6e1dd; border-radius: 16px; cursor: pointer; display: grid; gap: 16px; grid-template-columns: 94px minmax(0, 1fr); padding: 14px; text-align: left; width: 100%; }
.wa-style-card:hover, .wa-style-card.is-selected { border-color: #416e64; box-shadow: 0 10px 25px rgba(31, 77, 67, .1); }
.wa-style-card.is-selected { background: #f1f7f4; }
.wa-style-card img { background: #e8efec; border-radius: 11px; height: 84px; object-fit: contain; width: 94px; }
.wa-style-card.wa-style-card--installation { align-items: stretch; gap: 11px; grid-template-columns: 1fr; }
.wa-style-card.wa-style-card--installation img { background: #fff; border: 1px solid #d6e1dd; border-radius: 10px; display: block; filter: contrast(1.35); height: auto; width: 100%; }
.wa-style-card small, .wa-style-card strong, .wa-style-card em { display: block; }
.wa-style-card small { color: #a16f14; font: 700 9px/1 "Roboto Condensed", sans-serif; letter-spacing: .11em; text-transform: uppercase; }
.wa-style-card strong { color: #173d36; font-size: 20px; margin: 7px 0 5px; }
.wa-style-card em { color: #62736e; font-size: 12px; font-style: normal; line-height: 1.45; }
.wa-inline-note { background: #f1f5f3; border-radius: 12px; color: #62726d; font-size: 12px; line-height: 1.55; margin: 16px 0 0; padding: 13px 14px; }
.wa-inline-note strong { color: #294f47; }
.wa-inline-note.is-warning { background: #fff4dd; color: #735316; }

.wa-measure-grid { display: grid; gap: 14px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.wa-field label { color: #284f47; display: block; font: 700 12px/1.3 "Roboto Condensed", sans-serif; margin-bottom: 8px; }
.wa-field__input { align-items: center; border: 1px solid #cbd9d4; border-radius: 12px; display: flex; overflow: hidden; }
.wa-field__input input, .wa-field__input select { background: #fff; border: 0; color: #193f37; font-size: 18px; min-width: 0; outline: 0; padding: 13px; width: 100%; }
.wa-field__input span { background: #edf3f0; color: #5e716b; font-size: 11px; padding: 16px 12px; }
.wa-pricing-size { align-items: center; background: #173f37; border-radius: 14px; color: #fff; display: flex; gap: 18px; justify-content: space-between; margin-top: 16px; padding: 16px; }
.wa-pricing-size span, .wa-pricing-size strong { display: block; }
.wa-pricing-size span { color: #bcd0ca; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.wa-pricing-size strong { font-size: 17px; margin-top: 4px; }
.wa-pricing-size b { color: #f1c35d; font-size: 19px; }

.wa-colour-grid { display: grid; gap: 10px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.wa-colour-choice { align-items: center; background: #fff; border: 1px solid #d6e1dd; border-radius: 13px; cursor: pointer; display: flex; gap: 11px; min-height: 62px; padding: 10px; text-align: left; }
.wa-colour-choice.is-selected { background: #f0f6f3; border-color: #416e64; }
.wa-colour-swatch { border: 1px solid rgba(0,0,0,.12); border-radius: 9px; flex: 0 0 38px; height: 38px; }
.wa-colour-choice strong, .wa-colour-choice small { display: block; }
.wa-colour-choice strong { color: #284e47; font-size: 13px; }
.wa-colour-choice small { color: #7b8985; font-size: 10px; margin-top: 3px; }

.wa-fabric-category + .wa-fabric-category { margin-top: 23px; }
.wa-fabric-category h3 { color: #244b43; font-size: 17px; margin: 0 0 3px; }
.wa-fabric-category > p { color: #7a8984; font-size: 11px; margin: 0 0 11px; }
.wa-fabric-subgroup + .wa-fabric-subgroup { margin-top: 15px; }
.wa-fabric-subgroup h4 { color: #315f58; font-size: 12px; letter-spacing: .04em; margin: 0 0 7px; text-transform: uppercase; }
.wa-fabric-grid { display: grid; gap: 10px; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.wa-fabric-choice { background: #fff; border: 1px solid #d6e1dd; border-radius: 12px; cursor: pointer; overflow: hidden; padding: 0; text-align: left; }
.wa-fabric-choice.is-selected { border-color: #315f58; box-shadow: 0 0 0 2px rgba(49,95,88,.13); }
.wa-fabric-choice img { display: block; height: 70px; object-fit: cover; width: 100%; }
.wa-screen-fabric-swatch { background: var(--fabric); display: block; height: 70px; position: relative; width: 100%; }
.wa-screen-fabric-swatch::after { content: none; }
.wa-fabric-choice span { display: block; padding: 8px; }
.wa-fabric-choice strong, .wa-fabric-choice small { display: block; }
.wa-fabric-choice strong { color: #284e47; font-size: 11px; line-height: 1.25; }
.wa-fabric-choice small { color: #87938f; font-size: 9px; margin-top: 3px; }
.wa-more-colours { align-items: center; background: #edf4f1; border: 1px dashed #8da89f; border-radius: 13px; color: #315f58; cursor: pointer; display: flex; font: 700 13px/1.3 "Roboto Condensed", sans-serif; justify-content: space-between; margin-top: 16px; padding: 15px; width: 100%; }
.wa-more-colours.is-selected { background: #dfece7; border-style: solid; }
.wa-custom-fabric { background: #f3f7f5; border-radius: 13px; display: grid; gap: 10px; margin-top: 12px; padding: 15px; }
.wa-custom-fabric input { border: 1px solid #c8d6d1; border-radius: 10px; color: #21473f; font-size: 15px; padding: 12px; text-transform: uppercase; }

.wa-operation-list { display: grid; gap: 11px; }
.wa-row-choice { align-items: center; background: #fff; border: 1px solid #d6e1dd; border-radius: 14px; cursor: pointer; display: grid; gap: 12px; grid-template-columns: auto minmax(0, 1fr) auto; padding: 14px; text-align: left; }
.wa-row-choice.is-selected { background: #f0f6f3; border-color: #416e64; }
.wa-radio { border: 2px solid #93a7a0; border-radius: 50%; height: 18px; position: relative; width: 18px; }
.wa-row-choice.is-selected .wa-radio:after { background: #315f58; border-radius: 50%; content: ""; inset: 3px; position: absolute; }
.wa-row-choice strong, .wa-row-choice small { display: block; }
.wa-row-choice strong { color: #244a43; font-size: 14px; }
.wa-row-choice small { color: #75837f; font-size: 11px; line-height: 1.4; margin-top: 4px; }
.wa-row-choice b { color: #315f58; font-size: 12px; white-space: nowrap; }
.wa-operation-side { border-top: 1px solid #e0e8e5; margin-top: 20px; padding-top: 19px; }
.wa-operation-side h3 { color: #244a43; font-size: 16px; margin: 0 0 5px; }
.wa-operation-side > p { color: #74827e; font-size: 11px; line-height: 1.5; margin: 0 0 12px; }
.wa-side-reference { background: #eef3f1; border-radius: 11px; color: #46635c; font-size: 10px; margin-bottom: 12px; padding: 12px; text-align: center; }
.wa-side-choices { display: grid; gap: 8px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.wa-side-choice { background: #fff; border: 1px solid #d3dfdb; border-radius: 10px; color: #536a63; cursor: pointer; font: 700 11px/1.2 "Roboto Condensed", sans-serif; padding: 11px 7px; }
.wa-side-choice.is-selected { background: #315f58; border-color: #315f58; color: #fff; }

.wa-review-list { display: grid; gap: 10px; }
.wa-review-item { border: 1px solid #dce6e2; border-radius: 14px; padding: 14px; }
.wa-review-item__head { align-items: start; display: flex; gap: 14px; justify-content: space-between; }
.wa-review-item small { color: #7e8b87; font-size: 10px; }
.wa-review-item h3 { color: #244b43; font-size: 17px; margin: 3px 0 0; }
.wa-review-item__head > strong { color: #173d36; font-size: 17px; }
.wa-review-item p { color: #667772; font-size: 11px; line-height: 1.5; margin: 9px 0; }
.wa-review-actions-row { align-items: center; display: flex; gap: 10px; justify-content: space-between; }
.wa-review-actions-row label { color: #667772; font-size: 11px; }
.wa-review-actions-row select { border: 1px solid #cbd8d4; border-radius: 8px; margin-left: 6px; padding: 5px; }
.wa-review-actions-row button { background: transparent; border: 0; color: #9c4b42; cursor: pointer; font-size: 11px; }
.wa-add-another { margin: 14px 0; width: 100%; }
.wa-order-nudge { background: #eef4f1; border-radius: 13px; margin-bottom: 13px; padding: 14px; }
.wa-order-nudge strong { color: #2c554d; font-size: 13px; }
.wa-order-nudge p { color: #75847f; font-size: 10px; margin: 4px 0 9px; }
.wa-order-nudge div { background: #d3e0dc; border-radius: 999px; height: 5px; overflow: hidden; }
.wa-order-nudge i { background: #d9ae4f; display: block; height: 100%; }
.wa-order-summary { background: #173f37; border-radius: 15px; color: #fff; padding: 17px; }
.wa-order-summary > div { display: flex; gap: 16px; justify-content: space-between; padding: 6px 0; }
.wa-order-summary span { color: #c4d6d0; font-size: 12px; }
.wa-order-summary b { font-size: 14px; }
.wa-order-summary .wa-order-total { border-top: 1px solid rgba(255,255,255,.2); margin-top: 7px; padding-top: 13px; }
.wa-order-summary .wa-order-total span, .wa-order-summary .wa-order-total b { color: #fff; font-size: 18px; }
.wa-order-summary p { color: #b8cec7; font-size: 10px; line-height: 1.5; margin: 10px 0 0; }
.wa-review-actions { display: grid; gap: 9px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 14px; }
.wa-save-status { color: #315f58; font-size: 11px; margin: 10px 0 0; }

.wa-config-help { background: #fff; padding: 70px 0; }
.wa-config-help__grid { align-items: center; display: grid; gap: 38px; grid-template-columns: 1fr auto; }
.wa-config-help h2 { color: #173d36; font-size: 35px; margin: 8px 0 11px; }
.wa-config-help p:not(.eyebrow) { color: #60716c; line-height: 1.65; margin: 0; max-width: 790px; }

@media (max-width: 1100px) {
  .wa-config-layout { grid-template-columns: minmax(0, 1fr) minmax(390px, .9fr); }
  .wa-model-stage { height: 390px; }
  .wa-fabric-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .wa-config-layout { grid-template-columns: 1fr; }
  .wa-model-panel { position: relative; top: auto; }
  .wa-model-stage { height: 410px; }
}

@media (max-width: 700px) {
  html.window-awnings-configurator-page .mobile-quote-dock { display: none !important; }
  .wa-config-intro { padding: 36px 0 32px; }
  .wa-config-intro h1 { font-size: 39px; }
  .wa-config-intro > .container > p:not(.eyebrow) { font-size: 15px; }
  .wa-configurator { padding: 20px 0 55px; }
  .wa-progress { gap: 5px; margin: 0 -2px 12px; }
  .wa-progress button { border-radius: 9px; min-height: 42px; padding: 6px 2px; }
  .wa-progress button b { display: none; }
  .wa-progress button span { height: 23px; width: 23px; }
  .wa-model-panel, .wa-option-panel { border-radius: 16px; }
  .wa-model-stage { height: 320px; }
  .wa-model-hint { display: none; }
  .wa-opening-control { grid-template-columns: auto 1fr auto; }
  .wa-opening-control label { display: none; }
  .wa-live-selection span { padding: 11px 9px; }
  .wa-live-selection strong { font-size: 10px; }
  .wa-option-heading { padding: 18px 16px; }
  .wa-option-heading h2 { font-size: 23px; }
  .wa-price-display strong { font-size: 20px; }
  .wa-option-content { min-height: 0; padding: 18px 16px 22px; }
  .wa-option-footer { padding: 14px 16px; }
  .wa-config-message { margin: 0 16px 14px; }
  .wa-style-card { grid-template-columns: 78px minmax(0, 1fr); }
  .wa-style-card img { height: 72px; width: 78px; }
  .wa-measure-grid, .wa-colour-grid { grid-template-columns: 1fr; }
  .wa-fabric-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wa-fabric-choice img { height: 76px; }
  .wa-row-choice { grid-template-columns: auto minmax(0, 1fr); }
  .wa-row-choice b { grid-column: 2; }
  .wa-review-actions { grid-template-columns: 1fr; }
  .wa-config-help { padding: 50px 0; }
  .wa-config-help__grid { align-items: stretch; grid-template-columns: 1fr; }
  .wa-config-help h2 { font-size: 31px; }
}

@media print {
  .site-header, .breadcrumb-bar, .wa-config-intro, .wa-progress, .wa-model-panel, .wa-option-footer, .wa-config-help, .footer { display: none !important; }
  .wa-configurator { background: #fff; padding: 0; }
  .wa-config-layout { display: block; }
  .wa-option-panel { border: 0; box-shadow: none; }
  .wa-option-content { padding: 0; }
}
