@charset "UTF-8";
.ec-cart-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 14px;
  font-size: 12px;
}
.ec-cart-actions a {
  text-decoration: underline;
  text-underline-offset: 4px;
  padding: 10px 0;
}
.edit-notice {
  background: #eeefe6;
  border-left: 3px solid #657e64;
  padding: 14px 16px;
  margin: 0 0 24px;
  font-size: 12px;
  line-height: 1.6;
}
.edit-notice p {
  margin-bottom: 7px;
}
.edit-notice a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.demo-order-result {
  max-width: 780px;
  background: #eeefe6;
  padding: 30px;
  margin: 28px 0;
  border-radius: 4px;
}
.demo-order-result h2 {
  font:
    400 32px Georgia,
    serif;
  margin: 16px 0;
}
.demo-order-result p {
  font-size: 14px;
  line-height: 1.7;
}
.demo-order-result table {
  background: #faf9f5;
}
.demo-order-result .eyebrow {
  font-size: 10px;
}
@media (max-width: 760px) {
  .demo-order-result {
    padding: 22px 16px;
  }
  .demo-order-result h2 {
    font-size: 28px;
  }
  .demo-order-result .shop_table td,
  .demo-order-result .shop_table th {
    font-size: 11px;
    padding: 10px 7px;
  }
}
:root {
  --ink: #263e36;
  --muted: #666c62;
  --cream: #faf9f5;
  --line: #dedfd5;
  --accent: #244b3f;
  --soft: #eeefe6;
  --fabric-colour: #ebe7dd;
  --blind-width: 100%;
  --blind-height: 100%;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--cream);
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
input {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: wait;
  opacity: 0.55;
}
button:focus-visible,
a:focus-visible,
input:focus-visible {
  outline: 3px solid #b18b40;
  outline-offset: 4px;
}
input {
  min-width: 0;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
button {
  color: inherit;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 20px;
}
.wrap {
  width: min(1280px, calc(100% - 96px));
  margin-inline: auto;
}
.skip-link {
  position: absolute;
  top: -80px;
  left: 20px;
  background: white;
  padding: 20px;
  z-index: 100;
}
.skip-link:focus {
  top: 10px;
}
.demo-banner {
  text-align: center;
  background: #ecefe6;
  color: #405340;
  font-size: 11px;
  letter-spacing: 0.025em;
  padding: 9px 16px;
  line-height: 1.5;
}
.site-header {
  height: 98px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--line);
}
.brand {
  font-size: 27px;
  font-weight: 700;
  letter-spacing: -1.3px;
  display: inline-flex;
  align-items: center;
}
.brand > span:not(.brand-mark):not(.brand-dot) {
  font-weight: 400;
}
.brand-mark {
  font-size: 26px;
  border: 1px solid currentColor;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  margin-right: 9px;
  display: inline-grid;
  place-items: center;
}
.brand-dot {
  color: #a28b5b;
}
.site-header nav {
  display: flex;
  gap: 35px;
  align-items: center;
  font-size: 13px;
}
.cart-link {
  display: flex;
  align-items: center;
  gap: 9px;
}
.cart-link > span {
  border: 1px solid var(--line);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 11px;
}
.intro {
  padding-top: 46px;
  padding-bottom: 42px;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  letter-spacing: 0.17em;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.5;
}
.eyebrow > span {
  width: 6px;
  height: 6px;
  background: #9d9f69;
  border-radius: 50%;
}
.intro-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.intro h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(58px, 6.3vw, 86px);
  font-weight: 400;
  letter-spacing: -4px;
  line-height: 0.99;
  margin: 20px 0 0;
}
.intro h1 > span {
  color: #a1a773;
}
.intro-copy {
  margin-right: 16%;
  padding-bottom: 4px;
}
.intro-copy p {
  font-size: 16px;
  line-height: 1.65;
  color: var(--muted);
  margin-bottom: 17px;
}
.intro-copy a {
  font-size: 13px;
  border-bottom: 1px solid #64756b;
  padding-bottom: 7px;
  display: inline-flex;
  gap: 25px;
}
.configurator {
  display: grid;
  grid-template-columns: 1.06fr 1fr;
  gap: 70px;
  align-items: start;
}
.preview-column {
  position: sticky;
  top: 24px;
}
.preview-views {
  display: flex;
  gap: 4px;
  margin-bottom: 6px;
  padding: 3px;
  background: #eeeee6;
  border-radius: 7px;
}
.preview-views button {
  flex: 1;
  min-height: 36px;
  padding: 6px 10px;
  border: 0;
  border-radius: 5px;
  background: transparent;
  color: #36483f;
  font: inherit;
  font-size: 12px;
  cursor: pointer;
}
.preview-views button[aria-pressed="true"] {
  color: #fff;
  background: #304c40;
}
.preview-views button:focus-visible {
  outline: 2px solid #304c40;
  outline-offset: 2px;
}
.preview-views button:disabled {
  opacity: 0.6;
  cursor: wait;
}
.view-scene {
  position: absolute;
  inset: 0;
  background: #d5dfd8 url("view-city-photo-v1.webp") center / cover no-repeat;
}
.window-opening {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: var(--window-width);
  height: var(--window-height);
  overflow: hidden;
  outline: 3px solid #f3f0e5;
  box-shadow: 4px 5px 12px #47432d24;
}
.room[data-view="outside"] .view-scene {
  background-image: url("view-living-photo-v1.webp");
}
.room[data-view="outside"] {
  background: linear-gradient(110deg, #a6ada9, #d6d8cf);
}
.room[data-view="outside"] .bench,
.room[data-view="outside"] .sunlight,
.room[data-view="outside"] .outdoors,
.room[data-view="outside"] .room-floor {
  visibility: hidden;
}
/* Reversed visual viewpoint, without changing the manufacturing side. */
.room[data-view="outside"][data-side="derecha"] .blind-chain {
  right: auto;
  left: calc(-15px * var(--mechanism-scale, 1));
}
.room[data-view="outside"][data-side="izquierda"] .blind-chain {
  left: auto;
  right: calc(-15px * var(--mechanism-scale, 1));
}
.room {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 600px;
  aspect-ratio: 1/1.08;
  border-radius: 3px;
  background: linear-gradient(100deg, #d6d5c9, #e9e7dc 49%, #e4e0d3);
  box-shadow: inset -50px 0 100px #8b927816;
}
.room-note {
  position: absolute;
  top: 23px;
  left: 23px;
  z-index: 10;
  font-size: 10px;
  background: #faf9f2b8;
  padding: 10px 13px;
  border: 1px solid #ffffff80;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.live-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #6a7b5c;
}
.sunlight {
  position: absolute;
  inset: 15% -20% -10% 40%;
  background: linear-gradient(70deg, #fff9ce00, #ffffe765);
  transform: skew(-30deg);
  z-index: -1;
}
.window {
  position: absolute;
  left: 18%;
  top: 18%;
  width: 64%;
  height: 57%;
  /* This is the fixed stage. The actual glazing is .window-opening. */
}
.window-frame {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      transparent 48.7%,
      #f1eee3 49%,
      #f1eee3 51%,
      transparent 51.3%
    ),
    linear-gradient(
      transparent 64%,
      #f1eee3 64.3%,
      #f1eee3 66%,
      transparent 66.3%
    );
}
.outdoors {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: linear-gradient(#dde5d6, #d4dbbf 70%, #bcc5a6);
}
.outdoors i {
  position: absolute;
  width: 120px;
  height: 170px;
  border-radius: 70%;
  background: #82977399;
  filter: blur(8px);
  bottom: -60px;
  left: -40px;
  transform: rotate(-35deg);
}
.outdoors i:nth-child(2) {
  left: auto;
  right: -40px;
  bottom: 10px;
  background: #9fab8580;
}
.outdoors i:nth-child(3) {
  left: 25%;
  bottom: -130px;
  width: 200px;
  height: 260px;
  background: #a8b29399;
}
.blind {
  position: absolute;
  left: 50%;
  top: 0;
  width: var(--blind-width);
  height: var(--blind-height);
  transform: translateX(-50%);
  max-height: 94%;
  /* No full-rectangle shadow: uncovered glazing must remain unfiltered. */
  /* Apply physical size immediately, including restored state on first paint. */
}
.blind-fabric {
  position: absolute;
  inset: calc(7px * var(--mechanism-scale, 1)) 0
    calc(4px * var(--mechanism-scale, 1));
  background-color: var(--fabric-colour);
  background-image:
    repeating-linear-gradient(0deg, transparent 0 2px, #63574113 2px 3px),
    repeating-linear-gradient(90deg, transparent 0 2px, #63574115 2px 3px);
  /* Illustrative contrast levels, NOT measured optical transmission. */
  opacity: 0.62;
  box-shadow: inset 0 20px 28px #2d3b2910;
}
.room[data-aperture="1"] .blind-fabric {
  opacity: 0.87;
}
.room[data-aperture="10"] .blind-fabric {
  opacity: 0.38;
}
/* Same illustrative fabric in both directions; lighting lives in the photos.
   These opacity values are not calibrated to the supplier's optical data. */
.room[data-fabric="screen-textura"] .blind-fabric {
  background-size:
    5px 5px,
    5px 5px;
}
.room[data-fabric="screen-natural"] .blind-fabric {
  background-image:
    repeating-linear-gradient(0deg, transparent 0 4px, #695f4125 4px 5px),
    repeating-linear-gradient(90deg, transparent 0 2px, #695f411a 2px 4px);
}
.blind-roller {
  position: absolute;
  top: 0;
  left: calc(-4px * var(--mechanism-scale, 1));
  right: calc(-4px * var(--mechanism-scale, 1));
  height: calc(12px * var(--mechanism-scale, 1));
  z-index: 2;
  border-radius: calc(6px * var(--mechanism-scale, 1));
  background: linear-gradient(#faf9ec, #c9c5b3);
  box-shadow: 0 3px 3px #4e4e3720;
}
.blind-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: calc(7px * var(--mechanism-scale, 1));
  border-radius: 1px;
  background: linear-gradient(#ecebdf, #c7c4b8);
}
.blind-chain {
  position: absolute;
  top: calc(8px * var(--mechanism-scale, 1));
  right: calc(-15px * var(--mechanism-scale, 1));
  width: calc(8px * var(--mechanism-scale, 1));
  height: 76%;
  border: calc(2px * var(--mechanism-scale, 1)) dotted #faf7ed;
  border-radius: 0 0 calc(10px * var(--mechanism-scale, 1))
    calc(10px * var(--mechanism-scale, 1));
  filter: drop-shadow(0.5px 0.5px 0.5px #857e68);
}
.room[data-side="izquierda"] .blind-chain {
  right: auto;
  left: calc(-15px * var(--mechanism-scale, 1));
}
.room[data-drop="interior"] .blind-roller {
  height: calc(19px * var(--mechanism-scale, 1));
  background: linear-gradient(#edeadd, #ada997, #ddd8c6);
}
.room[data-drop="interior"] .blind-fabric {
  box-shadow: inset 0 18px 13px #4c493d26;
}
.bench {
  position: absolute;
  bottom: 14%;
  left: 8%;
  width: 80%;
  height: 5%;
  background: linear-gradient(#b59d72, #b9a077 38%, #90794f);
  box-shadow: 0 15px 20px #7a745c24;
  z-index: 4;
}
.bench:before,
.bench:after {
  content: "";
  position: absolute;
  top: 100%;
  width: 4%;
  height: 110px;
  background: linear-gradient(90deg, #9d865e, #b59c70);
}
.bench:before {
  left: 7%;
}
.bench:after {
  right: 7%;
}
.book {
  position: absolute;
  left: 13%;
  bottom: 100%;
  width: 70px;
  height: 12px;
  border-top: 4px solid #747d64;
  border-bottom: 2px solid #727a66;
  background: #f4eee0;
  transform: rotate(-2deg);
  box-shadow: 4px 1px #6d7566;
}
.vase {
  position: absolute;
  right: 15%;
  bottom: 100%;
  width: 39px;
  height: 52px;
  background: linear-gradient(90deg, #a99477, #cfba98 60%, #b09c7e);
  border-radius: 25% 25% 35% 35%;
  box-shadow: 5px 5px 12px #786e5325;
}
.vase i {
  position: absolute;
  left: 50%;
  bottom: 95%;
  height: 75px;
  width: 2px;
  background: #6e7757;
  transform: rotate(10deg);
  transform-origin: bottom;
}
.vase i:after {
  content: "";
  position: absolute;
  top: 10px;
  left: -7px;
  width: 16px;
  height: 29px;
  border-radius: 70% 0;
  background: #8d9a75;
  transform: rotate(20deg);
}
.vase i:nth-child(2) {
  height: 90px;
  transform: rotate(-27deg);
}
.vase i:nth-child(3) {
  height: 60px;
  transform: rotate(40deg);
}
.room-floor {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 12%;
  background: linear-gradient(100deg, #c9bb9e, #dad0b5);
  border-top: 7px solid #d0caba;
}
.preview-caption {
  position: absolute;
  bottom: 20px;
  left: 22px;
  right: 22px;
  font-size: 11px;
  display: flex;
  justify-content: space-between;
  z-index: 5;
  color: #384235;
}
.preview-bottom {
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding-top: 13px;
  gap: 20px;
}
.preview-bottom p {
  font-size: 10px;
  line-height: 1.6;
  color: var(--muted);
  max-width: 350px;
}
.benefits {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
  padding-top: 27px;
  border-top: 1px solid var(--line);
}
.benefits > div {
  font-size: 11px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.benefits p {
  margin: 0;
}
.benefits span {
  font-size: 22px;
}
.product-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 25px;
}
.product-heading h2 {
  font-family: Georgia, serif;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: -1.5px;
  margin: 8px 0 0;
}
.step-count {
  font-size: 10px;
  color: var(--muted);
  border: 1px solid var(--line);
  border-radius: 25px;
  padding: 10px 12px;
}
.config-section {
  border: 0;
  border-bottom: 1px solid var(--line);
  padding: 0 0 25px;
  margin: 0 0 25px;
  min-width: 0;
}
.config-section legend {
  font-size: 15px;
  font-weight: 600;
  padding: 0 0 20px;
  display: flex;
  gap: 12px;
  align-items: center;
}
.step-number {
  font-size: 10px;
  letter-spacing: 0.04em;
  color: #747b63;
  border: 1px solid var(--line);
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-weight: 400;
}
.fabric-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.fabric-option {
  position: relative;
  cursor: pointer;
}
.fabric-option input,
.colour-option input,
.segmented input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
}
.fabric-tile {
  display: block;
  height: 65px;
  border: 1px solid transparent;
  border-radius: 2px;
  background-color: #dfddd2;
  background-image:
    repeating-linear-gradient(0deg, transparent 0 2px, #847b5520 2px 3px),
    repeating-linear-gradient(90deg, transparent 0 2px, #847b5520 2px 3px);
  background-clip: content-box;
  padding: 4px;
  transition: border-color 0.2s;
}
.fabric-tile.screen-textura {
  background-color: #c9c5b7;
  background-image:
    repeating-linear-gradient(0deg, transparent 0 3px, #847b5540 3px 5px),
    repeating-linear-gradient(90deg, transparent 0 3px, #847b5540 3px 5px);
}
.fabric-tile.screen-natural {
  background-color: #cbb999;
  background-image:
    repeating-linear-gradient(0deg, transparent 0 5px, #847b5530 5px 6px),
    repeating-linear-gradient(90deg, transparent 0 2px, #847b5530 2px 4px);
}
.fabric-option input:checked ~ .fabric-tile {
  border-color: var(--ink);
}
.fabric-text strong {
  display: block;
  font-size: 12px;
  font-weight: 500;
  margin-top: 7px;
}
.fabric-text small {
  display: none;
}
.field-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin: 21px 0 12px;
  font-size: 12px;
}
.field-heading > span:nth-child(2),
.field-heading > small {
  font-size: 11px;
  color: var(--muted);
}
.text-button {
  background: none;
  border: 0;
  border-bottom: 1px solid #a9ada0;
  padding: 3px 0;
  font-size: 11px;
  min-height: 30px;
}
.colour-options {
  display: flex;
  gap: 13px;
}
.colour-option {
  position: relative;
  cursor: pointer;
  width: 40px;
  height: 40px;
}
.colour-option span {
  background: var(--swatch);
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 4px solid var(--cream);
  outline: 1px solid transparent;
}
.colour-option input:checked + span {
  outline-color: var(--ink);
}
.colour-option input:checked + span:after {
  content: "";
  display: block;
  width: 8px;
  height: 4px;
  border-bottom: 1.5px solid #263e36;
  border-left: 1.5px solid #263e36;
  transform: rotate(-45deg);
  margin: 12px;
}
.colour-option:has(input[value="grafito"]:checked) span:after {
  border-color: white;
}
.segmented {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  gap: 9px;
}
.segmented label {
  position: relative;
  cursor: pointer;
  min-width: 0;
}
.segmented label > span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 3px;
  padding: 12px 5px;
  text-align: center;
  transition: background 0.2s;
}
.segmented strong {
  font-size: 12px;
  font-weight: 500;
}
.segmented small {
  font-size: 9px;
  color: var(--muted);
}
.aperture-options label > span {
  flex-direction: column;
  gap: 6px;
}
.aperture-options strong {
  font-size: 16px;
}
.segmented input:checked + span {
  background: var(--soft);
  border-color: #657e64;
}
.segmented input:disabled + span {
  opacity: 0.35;
  text-decoration: line-through;
  cursor: not-allowed;
}
.fabric-option input:focus-visible ~ .fabric-tile,
.colour-option input:focus-visible + span,
.segmented input:focus-visible + span {
  outline: 3px solid #b18b40;
  outline-offset: 3px;
}
.inline-note {
  font-size: 10px;
  color: var(--muted);
  line-height: 1.6;
  margin: 10px 0 0;
}
.inline-note:empty {
  display: none;
}
.dimensions {
  display: grid;
  grid-template-columns: 1fr 12px 1fr;
  gap: 15px;
  align-items: start;
}
.dimensions > label {
  font-size: 11px;
}
.times {
  padding-top: 34px;
  font-size: 15px;
  color: #9da38f;
}
.measure-input {
  display: flex;
  border: 1px solid #bfc6b5;
  border-radius: 3px;
  margin-top: 7px;
  align-items: center;
  background: #fffefa;
}
.measure-input input {
  width: 100%;
  border: none;
  background: none;
  color: var(--ink);
  font-size: 17px;
  padding: 14px;
  outline-offset: 0;
}
.measure-input span {
  font-size: 12px;
  color: var(--muted);
  padding-right: 13px;
}
.measure-input:has([aria-invalid="true"]) {
  border-color: #a34332;
}
.field-error {
  color: #a34332;
  font-size: 10px;
  display: block;
  line-height: 1.5;
  margin-top: 5px;
}
.drop-diagram {
  position: relative;
  display: inline-block;
  width: 19px;
  height: 25px;
  border-top: 2px solid var(--ink);
  border-radius: 50% 50% 0 0;
}
.drop-diagram:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1.5px solid var(--ink);
  border-radius: 50%;
}
.drop-diagram:after {
  content: "";
  position: absolute;
  right: 0;
  top: 5px;
  height: 19px;
  border-right: 1.5px solid var(--ink);
}
.drop-diagram.inside:after {
  right: auto;
  left: 0;
}
.finishes {
  margin-bottom: 10px;
  padding-bottom: 25px;
}
.finishes .field-heading:first-of-type {
  margin-top: 0;
}
.purchase-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 15px 0;
}
.purchase-price {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 150px;
}
.purchase-price > span {
  font-size: 11px;
}
.purchase-price strong {
  font-size: 27px;
  letter-spacing: -0.8px;
  font-weight: 500;
}
.purchase-price small {
  font-size: 9px;
  color: var(--muted);
}
.primary-button {
  border: 1px solid var(--accent);
  border-radius: 3px;
  color: #fff;
  background: var(--accent);
  padding: 17px 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  font-size: 12px;
  min-height: 50px;
  line-height: 1.5;
}
.primary-button:hover {
  background: #153a2e;
}
.secondary-button {
  border: 1px solid #798574;
  background: transparent;
  border-radius: 3px;
  padding: 14px 20px;
  font-size: 12px;
  display: inline-flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
}
.shipping-note {
  font-size: 10px;
  color: var(--muted);
  text-align: right;
  line-height: 1.6;
  margin-bottom: 0;
}
.form-error {
  font-size: 12px;
  color: #a34332;
  line-height: 1.5;
}
.form-error:empty {
  display: none;
}
.measure-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #edefe4;
  margin-top: 90px;
  padding: 55px 65px;
  border-radius: 3px;
  gap: 50px;
}
.measure-section h2 {
  font-family: Georgia, serif;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: -1px;
  line-height: 1.15;
  margin-top: 15px;
}
.measure-section p {
  font-size: 13px;
  line-height: 1.8;
  max-width: 320px;
  color: var(--muted);
}
.measure-illustration {
  position: relative;
  align-self: center;
  width: 75%;
  height: 240px;
  margin: auto;
}
.outline-window {
  position: absolute;
  inset: 30px 25% 0 15%;
  border: 8px double #6e7a65;
  background: linear-gradient(
    90deg,
    transparent 48%,
    #6e7a65 49%,
    #6e7a65 51%,
    transparent 52%
  );
}
.outline-window:before {
  content: "";
  position: absolute;
  left: -17px;
  right: -17px;
  top: -18px;
  height: 10px;
  background: #b4baa3;
  border: 1px solid #6e7a65;
  border-radius: 6px;
}
.outline-window:after {
  content: "";
  position: absolute;
  left: -7px;
  right: -7px;
  top: -5px;
  height: 70%;
  background: repeating-linear-gradient(#c3c7b3 0 2px, #b4bba4 2px 3px);
  border-bottom: 3px solid #939e82;
}
.arrow-width {
  position: absolute;
  top: -20px;
  left: 10%;
  right: 20%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 25px;
}
.arrow-width span,
.arrow-height span {
  font-size: 11px;
}
.arrow-height {
  position: absolute;
  top: 42%;
  right: 0;
  font-size: 45px;
  display: flex;
  gap: 9px;
  align-items: center;
}
.site-footer {
  display: flex;
  align-items: center;
  gap: 30px;
  border-top: 1px solid var(--line);
  margin-top: 75px;
  padding: 35px 0;
}
.site-footer .brand {
  font-size: 21px;
}
.site-footer p {
  font-size: 11px;
  margin: 0;
  flex: 1;
  color: var(--muted);
}
.site-footer > span {
  font-size: 10px;
  color: var(--muted);
}
.help-dialog {
  border: 0;
  border-radius: 5px;
  background: var(--cream);
  color: var(--ink);
  padding: 44px;
  width: min(520px, calc(100% - 32px));
  max-height: 85dvh;
  box-shadow: 0 25px 100px #162b3540;
}
.help-dialog::backdrop {
  background: #1c2e2870;
  backdrop-filter: blur(3px);
}
.help-dialog h2 {
  font-family: Georgia, serif;
  font-size: 34px;
  font-weight: 400;
  letter-spacing: -1px;
  margin: 15px 0 20px;
}
.help-dialog p,
.help-dialog li {
  font-size: 14px;
  line-height: 1.8;
  color: #535c50;
}
.help-dialog li {
  margin-bottom: 10px;
}
.help-dialog ol {
  padding-left: 20px;
}
.help-dialog .primary-button,
.help-dialog .secondary-button {
  width: 100%;
  margin-top: 12px;
}
.dialog-close {
  position: absolute;
  right: 12px;
  top: 10px;
  border: 0;
  background: none;
  font-size: 27px;
  width: 40px;
  height: 40px;
}
.drop-comparison {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  padding-top: 10px;
}
.drop-comparison .drop-diagram {
  transform: scale(1.5);
  margin: 8px;
}
.drop-comparison h3 {
  font-size: 15px;
  margin-top: 20px;
}
.drop-comparison p {
  font-size: 12px;
}
.commerce-page {
  padding-top: 45px;
  min-height: 60vh;
}
.commerce-page h1 {
  font:
    400 44px Georgia,
    serif;
  letter-spacing: -1px;
}
.woocommerce table.shop_table {
  border-color: var(--line);
  font-size: 14px;
}
.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
  padding: 18px 12px;
}
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.button.alt,
.woocommerce button.button.alt {
  background: var(--accent);
  color: #fff;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 400;
  padding: 15px 20px;
}
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover {
  background: #153a2e;
  color: white;
}
.woocommerce table.cart td.actions .button[name="update_cart"] {
  background: #dce4dd;
  border: 1px solid #9aaea4;
  color: var(--ink);
  opacity: 1;
}
.woocommerce table.cart td.actions .button[name="update_cart"]:not(:disabled) {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
}
.woocommerce table.cart td.product-remove .remove {
  color: #9d2c20;
  display: inline-flex;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.woocommerce .quantity .qty {
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 3px;
}
.woocommerce-info,
.woocommerce-message {
  border-top-color: var(--accent);
  background: var(--soft);
  color: var(--ink);
}
.woocommerce-info:before,
.woocommerce-message:before {
  color: var(--accent);
}
.woocommerce div.product {
  max-width: 850px;
}
.woocommerce form .form-row input.input-text {
  padding: 12px;
  border: 1px solid var(--line);
}
.woocommerce .cart-collaterals .cart_totals h2 {
  font:
    400 30px Georgia,
    serif;
}
.woocommerce td.product-name dl.variation dt,
.woocommerce td.product-name dl.variation dd {
  font-size: 12px;
}
.woocommerce td.product-name dl.variation {
  line-height: 1.6;
  margin-top: 12px;
}
.woocommerce .cart-empty {
  padding: 20px;
}
.woocommerce .woocommerce-info.cart-empty::before {
  content: none;
  display: none;
}
.woocommerce .product-thumbnail {
  display: none;
}
.woocommerce .cart_totals small {
  line-height: 1.6;
}
@media (min-width: 1500px) {
  .room {
    min-height: 660px;
  }
}
@media (max-width: 1100px) {
  .wrap {
    width: calc(100% - 56px);
  }
  .configurator {
    gap: 35px;
    grid-template-columns: 1fr 1fr;
  }
  .room {
    min-height: 530px;
  }
  .intro-copy {
    margin-right: 7%;
  }
  .step-count {
    font-size: 9px;
    padding: 8px;
  }
  .benefits {
    gap: 10px;
  }
  .benefits > div {
    font-size: 9px;
    gap: 5px;
  }
  .purchase-bar {
    gap: 10px;
  }
  .primary-button {
    padding-inline: 14px;
    gap: 15px;
  }
  .purchase-price {
    min-width: 140px;
  }
  .preview-caption {
    font-size: 9px;
  }
}
.mobile-copy {
  display: none;
}
@media (max-width: 760px) {
  .mobile-copy {
    display: inline;
  }
  .desktop-copy {
    display: none;
  }
  .wrap {
    width: calc(100% - 36px);
  }
  .demo-banner {
    font-size: 9px;
    padding: 6px 14px;
  }
  .site-header {
    height: 52px;
  }
  .brand {
    font-size: 23px;
  }
  .brand-mark {
    width: 28px;
    height: 28px;
    font-size: 21px;
    margin-right: 6px;
  }
  .site-header nav {
    font-size: 11px;
    gap: 17px;
  }
  .site-header nav > a:first-child,
  .help-nav {
    display: none;
  }
  .intro {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .intro > .eyebrow {
    display: none;
  }
  .intro h1 {
    font-size: 24px;
    letter-spacing: -0.7px;
    margin-top: 0;
    line-height: 1.1;
  }
  .intro h1 br {
    display: none;
  }
  .intro-row {
    display: block;
  }
  .intro-copy {
    display: none;
    margin: 6px 0 0;
    max-width: none;
    padding: 0;
  }
  .intro-copy p {
    display: none;
  }
  .intro-copy p br {
    display: none;
  }
  .intro-copy a {
    font-size: 10px;
    line-height: 1.7;
    gap: 9px;
  }
  .eyebrow {
    font-size: 9px;
  }
  .configurator {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .preview-column {
    position: static;
    width: 100%;
  }
  .room {
    min-height: 0;
    aspect-ratio: auto;
    height: 210px;
    width: 100%;
  }
  .preview-column .benefits {
    display: none;
  }
  .room-note {
    top: 10px;
    left: 12px;
    max-width: none;
    font-size: 9px;
    line-height: 1.4;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: none;
  }
  .room-note .live-dot {
    flex-shrink: 0;
  }
  /* Product-centred mobile preview with separate top/bottom label strips. */
  .window {
    top: 28px;
    height: calc(100% - 52px);
    width: calc(100% - 40px);
    left: 20px;
    border: 0;
    background: none;
    box-shadow: none;
  }
  .blind {
    top: 0;
  }
  .window-frame,
  .outdoors,
  .bench,
  .room-floor {
    display: none;
  }
  .bench {
    bottom: 12%;
    height: 4%;
    left: 11%;
    width: 78%;
  }
  .vase {
    width: 27px;
    height: 38px;
    right: 14%;
  }
  .vase i {
    height: 50px;
  }
  .vase i:nth-child(2) {
    height: 62px;
  }
  .vase i:nth-child(3) {
    height: 43px;
  }
  .vase i:after {
    width: 11px;
    height: 22px;
  }
  .book {
    width: 50px;
    height: 9px;
  }
  .preview-caption {
    bottom: 8px;
    left: 12px;
    right: 12px;
    width: auto;
    font-size: 10px;
    line-height: 1.4;
    flex-direction: row;
    align-items: baseline;
    gap: 12px;
  }
  #preview-name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  #preview-size {
    white-space: nowrap;
    flex-shrink: 0;
  }
  .preview-bottom {
    padding-top: 6px;
  }
  .preview-bottom > span {
    display: none;
  }
  .preview-bottom p {
    font-size: 10px;
    margin-bottom: 0;
  }
  .benefits {
    display: none;
  }
  .configuration-panel {
    width: 100%;
  }
  .product-heading {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }
  .product-heading h2 {
    font-size: 32px;
  }
  .step-count {
    font-size: 10px;
  }
  .fabric-tile {
    height: 76px;
  }
  .fabric-text strong {
    font-size: 13px;
  }
  .config-section {
    margin-bottom: 23px;
    padding-bottom: 23px;
  }
  .field-heading {
    font-size: 13px;
  }
  .field-heading > small {
    font-size: 10px;
  }
  .text-button {
    min-height: 40px;
    font-size: 11px;
  }
  .colour-options {
    gap: 17px;
  }
  .colour-option,
  .colour-option span {
    width: 44px;
    height: 44px;
  }
  .colour-option input:checked + span:after {
    margin: 14px;
  }
  .segmented label > span {
    min-height: 50px;
  }
  .segmented strong {
    font-size: 13px;
  }
  .aperture-options small {
    font-size: 9px;
  }
  .aperture-options strong {
    font-size: 17px;
  }
  .inline-note {
    font-size: 11px;
  }
  .measure-input input {
    font-size: 17px;
    padding: 15px;
  }
  .dimensions > label {
    font-size: 12px;
  }
  .finishes {
    border-bottom: 0;
    margin-bottom: 0;
  }
  .purchase-bar {
    position: fixed;
    z-index: 20;
    bottom: 0;
    left: 0;
    right: 0;
    background: #faf9f5f5;
    backdrop-filter: blur(10px);
    padding: 12px 18px calc(12px + env(safe-area-inset-bottom));
    border-top: 1px solid var(--line);
    gap: 12px;
  }
  .purchase-price {
    min-width: 130px;
  }
  .purchase-price strong {
    font-size: 25px;
  }
  .purchase-price > span {
    display: none;
  }
  .purchase-price small {
    font-size: 8px;
  }
  .purchase-bar .primary-button {
    font-size: 12px;
    flex: 1;
    max-width: 230px;
    padding-inline: 13px;
    min-height: 48px;
    gap: 12px;
  }
  .shipping-note {
    text-align: left;
    font-size: 10px;
  }
  .measure-section {
    margin-top: 40px;
    padding: 30px 25px;
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .measure-section h2 {
    font-size: 33px;
  }
  .measure-section p {
    font-size: 12px;
  }
  .measure-illustration {
    width: 75%;
    height: 180px;
    margin: 20px auto 5px;
  }
  .site-footer {
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 40px;
    padding: 25px 0 120px;
  }
  .site-footer p {
    flex-basis: 65%;
    font-size: 10px;
  }
  .site-footer > span {
    font-size: 9px;
  }
  .help-dialog {
    padding: 35px 25px 25px;
  }
  .help-dialog h2 {
    font-size: 30px;
  }
  .help-dialog p,
  .help-dialog li {
    font-size: 13px;
  }
  .commerce-page h1 {
    font-size: 37px;
  }
  .woocommerce table.shop_table td,
  .woocommerce table.shop_table th {
    padding: 15px 10px;
  }
  .woocommerce-cart-form .product-name {
    overflow-wrap: anywhere;
  }
  .woocommerce .cart-collaterals .cart_totals {
    width: 100%;
  }
  .woocommerce table.cart td.actions .input-text {
    width: 100%;
  }
  .woocommerce table.cart td.actions .coupon {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
}

/* Paired photographic viewpoints: the camera is fixed, only fabric changes. */
.room,
.room[data-view="outside"] {
  min-height: 0;
  height: auto;
  aspect-ratio: auto;
  background: transparent;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  border-radius: 5px;
}
.room .room-note {
  position: static;
  padding: 7px 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-size: 10px;
  line-height: 1.4;
}
.photo-stage {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 2;
  flex-shrink: 0;
  isolation: isolate;
  overflow: hidden;
  background: #d7cebd var(--scene-image) center / 100% 100% no-repeat;
}
.photo-stage .window {
  left: var(--opening-x);
  top: var(--opening-y);
  width: var(--window-width);
  height: var(--window-height);
  border: 0;
  background: none;
  box-shadow: none;
}
.photo-stage .window-opening {
  inset: 0;
  width: 100%;
  height: 100%;
  transform: none;
  outline: none;
  box-shadow: none;
}
.room .view-scene,
.room[data-view="outside"] .view-scene {
  background-image: var(--scene-image);
  background-size: var(--scene-width) var(--scene-height);
  background-position: var(--scene-offset-x) var(--scene-offset-y);
  background-repeat: no-repeat;
}
.photo-stage .blind {
  max-height: none;
  top: var(--blind-top, 0px);
  left: var(--blind-center, 50%);
}
.reference-frame {
  position: absolute;
  left: var(--reference-x);
  top: var(--reference-y);
  width: var(--reference-width);
  height: var(--reference-height);
  pointer-events: none;
}
.room[data-view="outside"] .window {
  overflow: hidden;
}
.room[data-view="outside"] .blind-chain,
.room[data-view="outside"] .blind-roller {
  visibility: hidden;
}
.room .preview-caption {
  position: static;
  width: auto;
  padding: 8px 0;
  margin: 0;
  font-size: 10px;
  display: flex;
  flex-direction: row;
  gap: 12px;
}
.opening-options button {
  min-height: 32px;
  font-size: 11px;
  padding: 5px 8px;
}
