:root {
  --paper: #2a2926;
  --paper-light: #2a2926;
  --ink: #f3efe8;
  --dark: #1d1916;
  --bronze: #b0846a;
  --brown-deep: #6e4f40;
  --brown-panel: #533c31;
  --accent-soft: #c8a38e;
  --muted: #c5bdb2;
  --line: #5b5852;
  --header-height: 120px;
  --max-width: 1440px;
}

/* Minimalist furniture catalogue */
.furniture-hero > picture,
.furniture-detail-hero > picture,
.furniture-category-image > picture,
.furniture-image-button > picture {
  display: block;
  width: 100%;
  height: 100%;
}

.furniture-hero > picture img,
.furniture-detail-hero > picture img,
.furniture-category-image img,
.furniture-image-button img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.furniture-category-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 42px);
}

.furniture-category-card {
  min-width: 0;
  overflow: hidden;
  background: #171513;
  border: 1px solid rgba(190, 155, 104, .28);
}

.furniture-category-image {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.furniture-category-image img {
  transition: transform .55s ease;
}

.furniture-category-image:hover img,
.furniture-category-image:focus-visible img {
  transform: scale(1.025);
}

.furniture-category-copy {
  padding: clamp(22px, 3vw, 38px);
}

.furniture-category-copy h2 {
  margin: .35rem 0 1rem;
}

.furniture-systems {
  display: grid;
  gap: clamp(56px, 8vw, 112px);
}

.furniture-systems > .section-header {
  margin-bottom: 0;
}

.furniture-system-card {
  display: grid;
  gap: clamp(18px, 2.5vw, 32px);
  scroll-margin-top: 110px;
}

.furniture-system-card > header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(190, 155, 104, .28);
}

.furniture-system-card h2 {
  margin: 0;
}

.furniture-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(10px, 1.5vw, 20px);
}

.furniture-gallery.is-single {
  grid-template-columns: minmax(0, 1fr);
}

.furniture-image-button {
  display: block;
  width: 100%;
  min-width: 0;
  padding: 0;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  color: inherit;
  background: #0d0c0b;
  border: 1px solid rgba(190, 155, 104, .24);
  cursor: zoom-in;
}

.furniture-image-button img {
  transition: transform .55s ease, opacity .3s ease;
}

.furniture-image-button:hover img,
.furniture-image-button:focus-visible img {
  transform: scale(1.025);
}

.furniture-image-button:focus-visible,
.furniture-category-image:focus-visible {
  outline: 2px solid var(--bronze);
  outline-offset: 4px;
}

@media (max-width: 767px) {
  .furniture-category-grid,
  .furniture-gallery {
    grid-template-columns: 1fr;
  }

  .furniture-system-card > header {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .furniture-image-button {
    aspect-ratio: 4 / 3;
  }
}

/* Opening-system map — approved architectural map with independent SVG interaction layers. */
.opening-map-experience {
  overflow: clip;
  color: var(--ink);
  background: #10110f;
}

.section-header.opening-map-header {
  display: block;
  margin-bottom: 0;
}
.opening-map-header :is(h1, h2) {
  max-width: 920px;
  margin: .12em 0 .26em;
  font-size: clamp(3.2rem, 8vw, 8.8rem);
  font-weight: 300;
  line-height: .9;
  letter-spacing: -.055em;
}
.opening-map-header > p:last-child {
  max-width: 680px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.45vw, 1.25rem);
  line-height: 1.6;
}

/* Keep the map itself in view as soon as visitors reach the homepage section.
   The dedicated explorer may retain the larger editorial introduction. */
.opening-map-experience-home .opening-map-header {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  column-gap: clamp(36px, 6vw, 96px);
  align-items: end;
  padding-top: clamp(34px, 4vw, 60px);
  padding-bottom: clamp(28px, 3.5vw, 52px);
}

.opening-map-experience-home .opening-map-header .eyebrow {
  grid-column: 1 / -1;
}

.opening-map-experience-home .opening-map-header :is(h1, h2) {
  margin-bottom: 0;
  font-size: clamp(3rem, 5.4vw, 6.4rem);
}

.opening-map-experience-home .opening-map-header > p:last-child {
  padding-bottom: .35em;
}

.opening-map-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 420px);
  min-height: min(76vw, 1080px);
  border-block: 1px solid rgba(255,255,255,.12);
}
.opening-map-layout:has(.opening-map-panel[hidden]) { grid-template-columns: minmax(0, 1fr); }
.opening-map-shell { position: relative; min-width: 0; overflow: hidden; background: #0d0e0c; }
.opening-map-viewport { width: 100%; height: 100%; overflow: hidden; }
.opening-map-stage { position: relative; width: 100%; min-width: 0; aspect-ratio: 1145 / 1134; overflow: hidden; background: #0d0e0c; }
.opening-map-stage > picture { position: absolute; top: -21.164%; left: 0; display: block; width: 100%; opacity: .72; filter: saturate(.68) contrast(1.05) brightness(.8); }
.opening-map-stage > picture img { display: block; width: 100%; height: auto; }
.opening-map-svg { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.opening-map-hitarea { position: absolute; z-index: 2; left: var(--map-x); top: var(--map-y); width: 54px; height: 54px; padding: 0; background: transparent; border: 0; border-radius: 50%; cursor: pointer; transform: translate(-50%, -50%); }
.opening-map-hitarea:focus-visible { outline: 3px solid #f3efe8; outline-offset: 4px; }
.opening-map-cleanup rect { fill: #0d0e0c; }
.opening-map-system { cursor: pointer; outline: none; touch-action: manipulation; }
.opening-map-leader {
  fill: none;
  stroke: rgba(242,237,229,.65);
  stroke-width: 1.5;
  vector-effect: non-scaling-stroke;
  transition: stroke .25s ease, stroke-width .25s ease;
}
.opening-map-hotspot {
  fill: #f3efe8;
  stroke: #a87860;
  stroke-width: 3;
  vector-effect: non-scaling-stroke;
  transform-box: fill-box;
  transform-origin: center;
  transition: transform .3s ease, fill .3s ease;
}
.opening-map-label {
  fill: #f3efe8;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .01em;
  paint-order: stroke;
  stroke: rgba(13,14,12,.92);
  stroke-width: 5px;
  stroke-linejoin: round;
  pointer-events: none;
}
.opening-map-label .opening-map-number { fill: #c49478; font-size: 11px; font-weight: 700; letter-spacing: .14em; }
.opening-map-door .door-panel {
  fill: rgba(176,132,106,.78);
  stroke: #f3efe8;
  stroke-width: 1.4;
  vector-effect: non-scaling-stroke;
  transform-box: fill-box;
  transition: transform 1.05s cubic-bezier(.2,.72,.25,1), fill .35s ease;
}
.opening-map-door .door-track { fill: #f3efe8; opacity: .7; }
.opening-map-door .door-motor { fill: #c49478; stroke: #f3efe8; stroke-width: 1.5; transform-box: fill-box; transform-origin: center; transition: transform 1s ease; }
.opening-map-system:hover .opening-map-hotspot,
.opening-map-system:focus .opening-map-hotspot,
.opening-map-system.is-selected .opening-map-hotspot { fill: #c49478; transform: scale(1.42); }
.opening-map-system:hover .opening-map-leader,
.opening-map-system:focus .opening-map-leader,
.opening-map-system.is-selected .opening-map-leader { stroke: #d7ab90; stroke-width: 2.4; }
.opening-map-system:hover .door-panel,
.opening-map-system:focus .door-panel,
.opening-map-system.is-selected .door-panel { fill: rgba(201,151,120,.96); }
.opening-map-system:hover .opening-map-door-pivot .door-panel,
.opening-map-system:focus .opening-map-door-pivot .door-panel,
.opening-map-system.is-selected .opening-map-door-pivot .door-panel { transform-origin: 50% 50%; transform: rotate(78deg); }
.opening-map-system:hover .opening-map-door-swing .door-panel,
.opening-map-system:focus .opening-map-door-swing .door-panel,
.opening-map-system.is-selected .opening-map-door-swing .door-panel { transform-origin: 50% 100%; transform: rotate(-72deg); }
.opening-map-system:hover .opening-map-door-pocket .door-panel,
.opening-map-system:focus .opening-map-door-pocket .door-panel,
.opening-map-system.is-selected .opening-map-door-pocket .door-panel { transform: translateX(68px); }
.opening-map-system:hover .opening-map-door-sliding .door-panel,
.opening-map-system:focus .opening-map-door-sliding .door-panel,
.opening-map-system.is-selected .opening-map-door-sliding .door-panel { transform: translateX(58px); }
.opening-map-system:hover .opening-map-door-track .door-panel-a,
.opening-map-system:focus .opening-map-door-track .door-panel-a,
.opening-map-system.is-selected .opening-map-door-track .door-panel-a { transform: translateX(32px); }
.opening-map-system:hover .opening-map-door-track .door-panel-b,
.opening-map-system:focus .opening-map-door-track .door-panel-b,
.opening-map-system.is-selected .opening-map-door-track .door-panel-b { transform: translateX(0); }
.opening-map-system:hover .opening-map-door-folding .door-panel-a,
.opening-map-system:focus .opening-map-door-folding .door-panel-a,
.opening-map-system.is-selected .opening-map-door-folding .door-panel-a { transform-origin: 100% 50%; transform: translateX(25px) rotate(42deg); }
.opening-map-system:hover .opening-map-door-folding .door-panel-b,
.opening-map-system:focus .opening-map-door-folding .door-panel-b,
.opening-map-system.is-selected .opening-map-door-folding .door-panel-b { transform-origin: 0 50%; transform: translateX(-6px) rotate(-42deg); }
.opening-map-system:hover .opening-map-door-roto .door-panel,
.opening-map-system:focus .opening-map-door-roto .door-panel,
.opening-map-system.is-selected .opening-map-door-roto .door-panel { transform-origin: 50% 50%; transform: translateX(-28px) rotate(58deg); }
.opening-map-system:hover .opening-map-door-motorised .door-panel,
.opening-map-system:focus .opening-map-door-motorised .door-panel,
.opening-map-system.is-selected .opening-map-door-motorised .door-panel { transform: translateX(53px); }
.opening-map-system:hover .opening-map-door-motorised .door-motor,
.opening-map-system:focus .opening-map-door-motorised .door-motor,
.opening-map-system.is-selected .opening-map-door-motorised .door-motor { transform: rotate(360deg); }

.opening-map-panel {
  position: relative;
  z-index: 3;
  align-self: stretch;
  padding: clamp(70px, 6vw, 96px) clamp(26px, 3vw, 46px) 48px;
  overflow: auto;
  color: #28231f;
  background: #eee8de;
  border-left: 1px solid #bfa58f;
}
.opening-map-panel-close { position: absolute; top: 20px; right: 20px; width: 42px; height: 42px; color: inherit; background: transparent; border: 1px solid #8e7766; border-radius: 50%; font-size: 1.5rem; cursor: pointer; }
.opening-map-panel-heading h3 { margin: .12em 0 .35em; font-size: clamp(2.3rem, 4vw, 4.5rem); font-weight: 300; line-height: .95; letter-spacing: -.04em; }
.opening-map-panel-heading > p:last-child { font-size: .98rem; line-height: 1.6; }
.opening-map-details { margin: 28px 0; }
.opening-map-details div { padding: 18px 0; border-top: 1px solid #cdbdaf; }
.opening-map-details dt { margin-bottom: 7px; color: #7a5847; font-size: .68rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.opening-map-details dd { margin: 0; font-size: .9rem; line-height: 1.55; }
.opening-map-related { border-top: 1px solid #cdbdaf; padding-top: 24px; }
.opening-map-product { display: grid; grid-template-columns: 76px 1fr; gap: 13px; align-items: center; padding: 12px 0; border-bottom: 1px solid #d5c7ba; }
.opening-map-product-image { display: block; width: 76px; aspect-ratio: 1; overflow: hidden; }
.opening-map-product-image img { width: 100%; height: 100%; object-fit: cover; }
.opening-map-product h4 { margin: 0 0 6px; font-size: .95rem; }
.opening-map-product a { color: inherit; text-decoration: none; }
.opening-map-product div > a { color: #75533f; font-size: .72rem; font-weight: 700; }
.opening-map-panel-actions { display: grid; gap: 9px; margin-top: 24px; }
.opening-map-panel-actions .button { width: 100%; }

.opening-map-edge,
.opening-map-swipe-hint,
.opening-map-nav { display: none; }

@media (max-width: 1100px) {
  .opening-map-layout { grid-template-columns: minmax(0, 1fr) minmax(300px, 36vw); }
}

@media (max-width: 767px) {
  .opening-map-experience-home .opening-map-header {
    display: block;
    padding-top: 36px;
    padding-bottom: 30px;
  }
  .opening-map-experience-home .opening-map-header :is(h1, h2) {
    margin-bottom: .3em;
    font-size: clamp(2.75rem, 15vw, 4.8rem);
  }
  .opening-map-layout { display: block; min-height: 0; }
  .opening-map-shell { isolation: isolate; }
  .opening-map-viewport { position: relative; z-index: 1; overflow-x: auto; overflow-y: hidden; -webkit-overflow-scrolling: touch; scrollbar-width: none; overscroll-behavior-x: contain; touch-action: pan-x pan-y; }
  .opening-map-viewport::-webkit-scrollbar { display: none; }
  .opening-map-stage { width: max(176vw, 720px); min-width: max(176vw, 720px); }
  .opening-map-label { font-size: 22px; }
  .opening-map-edge { position: absolute; z-index: 4; top: 0; bottom: 0; display: block; width: 54px; pointer-events: none; transition: opacity .25s ease; }
  .opening-map-edge-left { left: 0; background: linear-gradient(90deg, rgba(13,14,12,.92), transparent); }
  .opening-map-edge-right { right: 0; background: linear-gradient(270deg, rgba(13,14,12,.92), transparent); }
  .opening-map-shell.is-at-start .opening-map-edge-left,
  .opening-map-shell.is-at-end .opening-map-edge-right { opacity: 0; }
  .opening-map-swipe-hint { position: absolute; z-index: 6; bottom: 16px; left: 50%; display: block; margin: 0; padding: 9px 13px; color: #f3efe8; background: rgba(25,22,20,.84); border: 1px solid rgba(196,148,120,.65); border-radius: 99px; font-size: .7rem; white-space: nowrap; pointer-events: none; transform: translateX(-50%); transition: opacity .3s ease; }
  .opening-map-swipe-hint.is-dismissed { opacity: 0; }
  .opening-map-nav { position: absolute; z-index: 7; bottom: 12px; display: grid; place-items: center; width: 44px; height: 44px; padding: 0; color: #f3efe8; background: rgba(25,22,20,.8); border: 1px solid rgba(243,239,232,.55); border-radius: 50%; cursor: pointer; }
  .opening-map-nav-prev { left: 12px; }
  .opening-map-nav-next { right: 12px; }
  .opening-map-nav:disabled { visibility: hidden; opacity: 0; }
  .opening-map-panel { position: fixed; z-index: 96; inset: auto 0 0; max-height: min(76dvh, 680px); padding: 70px 22px calc(24px + env(safe-area-inset-bottom)); border: 1px solid #bfa58f; border-radius: 18px 18px 0 0; box-shadow: 0 -22px 70px rgba(0,0,0,.5); }
  .opening-map-panel[hidden] { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .opening-map-door .door-panel,
  .opening-map-door .door-motor,
  .opening-map-hotspot,
  .opening-map-leader { transition: none; }
  .opening-map-viewport { scroll-behavior: auto; }
}

/* Explore by Space — responsive 2.5D villa */
.language-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.language-flag {
  position: relative;
  display: inline-block;
  flex: 0 0 18px;
  width: 18px;
  height: 12px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.42);
  box-shadow: 0 0 0 1px rgba(0,0,0,.15);
}

.flag-fr {
  background: linear-gradient(90deg, #002395 0 33.333%, #fff 33.333% 66.666%, #ed2939 66.666%);
}

.flag-en { background: #012169; }
.flag-en::before,
.flag-en::after { content: ""; position: absolute; inset: 0; }
.flag-en::before {
  background: linear-gradient(32deg, transparent 41%, #fff 41% 49%, #c8102e 49% 53%, #fff 53% 61%, transparent 61%), linear-gradient(-32deg, transparent 41%, #fff 41% 49%, #c8102e 49% 53%, #fff 53% 61%, transparent 61%);
}
.flag-en::after {
  background: linear-gradient(90deg, transparent 38%, #fff 38% 62%, transparent 62%), linear-gradient(transparent 30%, #fff 30% 70%, transparent 70%), linear-gradient(90deg, transparent 45%, #c8102e 45% 55%, transparent 55%), linear-gradient(transparent 39%, #c8102e 39% 61%, transparent 61%);
}

.space-explorer {
  overflow: clip;
  color: var(--light, #f3eee7);
  background: var(--dark, #1b1816);
}

.section-header.space-explorer-header {
  display: block;
}

.space-explorer-header h2 {
  max-width: 820px;
  margin-bottom: 24px;
}

.space-explorer-header > p:last-child {
  max-width: 640px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.55;
}

.space-explorer-layout {
  display: block;
  background: #11100f;
}

.space-villa-shell {
  position: relative;
  overflow: hidden;
}

.space-villa-viewport {
  width: 100%;
}

.space-villa-stage {
  position: relative;
  grid-column: 1 / -1;
  aspect-ratio: 1672 / 941;
  min-width: 0;
  overflow: hidden;
}

.space-villa-picture,
.space-villa-picture img {
  display: block;
  width: 100%;
  height: 100%;
}

.space-villa-picture img {
  object-fit: cover;
  transition: transform 1.2s cubic-bezier(.2,.65,.25,1);
}

.space-villa-edge,
.space-villa-swipe-hint,
.space-villa-nav,
.space-sheet-handle { display: none; }

@media (hover: hover) and (pointer: fine) {
  .space-villa-stage:hover .space-villa-picture img { transform: scale(1.018); }
}

.space-hotspots {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.space-hotspot { cursor: pointer; outline: none; touch-action: manipulation; }
.space-hotspot polygon {
  fill: rgba(199, 144, 111, 0);
  stroke: rgba(244, 236, 226, .18);
  stroke-width: 2;
  vector-effect: non-scaling-stroke;
  transition: fill .28s ease, stroke .28s ease;
}
.space-hotspot circle {
  fill: #c7906f;
  stroke: #f4ece2;
  stroke-width: 2;
  vector-effect: non-scaling-stroke;
  transition: transform .28s ease;
  transform-box: fill-box;
  transform-origin: center;
}
.space-hotspot text {
  fill: #fff;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: .04em;
  paint-order: stroke;
  stroke: rgba(17,16,15,.82);
  stroke-width: 7px;
  stroke-linejoin: round;
  opacity: 0;
  transition: opacity .25s ease;
  pointer-events: none;
}
.space-hotspot:hover polygon,
.space-hotspot:focus polygon,
.space-hotspot.is-selected polygon { fill: rgba(199,144,111,.23); stroke: #d9ae93; }
.space-hotspot:hover circle,
.space-hotspot:focus circle,
.space-hotspot.is-selected circle { transform: scale(1.28); }
.space-hotspot:hover text,
.space-hotspot:focus text,
.space-hotspot.is-selected text { opacity: 1; }

.space-product-drawer {
  position: fixed;
  z-index: 94;
  top: max(88px, calc(env(safe-area-inset-top) + 16px));
  right: 24px;
  bottom: 24px;
  width: min(430px, calc(100vw - 48px));
  overflow: auto;
  overscroll-behavior: contain;
  padding: 72px 30px 30px;
  color: #2a2926;
  background: #f2ede5;
  border: 1px solid #cdbba9;
  border-radius: 3px;
  box-shadow: 0 28px 80px rgba(0,0,0,.42);
  animation: space-drawer-in .42s cubic-bezier(.2,.75,.25,1) both;
}

.space-drawer-chrome {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 15px 66px 14px 20px;
  color: #f3eee7;
  background: #282521;
  border-bottom: 1px solid #a9856d;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .14em;
}

.space-drawer-open .concierge-launcher {
  opacity: 0;
  pointer-events: none;
}

.space-drawer-close {
  position: absolute;
  z-index: 1;
  top: 7px;
  right: 12px;
  width: 34px;
  height: 34px;
  color: #f3eee7;
  font-size: 24px;
  background: transparent;
  border: 1px solid rgba(243,238,231,.48);
  border-radius: 50%;
  cursor: pointer;
}
.space-drawer-heading h3 { margin: 8px 0 14px; font-size: clamp(32px, 4vw, 52px); font-weight: 400; }
.space-drawer-heading > p:last-of-type { line-height: 1.55; }
.space-drawer-heading .badge-row { display: flex; flex-wrap: wrap; gap: 6px; margin: 18px 0 26px; }
.space-drawer-heading .badge-row span { padding: 6px 9px; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; border: 1px solid #b79d88; }
.space-recommendation { display: grid; grid-template-columns: 94px 1fr; gap: 14px; padding: 16px 0; border-top: 1px solid #d8cabd; }
.space-recommendation-image { display: block; aspect-ratio: 1; overflow: hidden; }
.space-recommendation-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.space-recommendation-image:hover img { transform: scale(1.06); }
.space-recommendation h4 { margin: 0 0 7px; font-size: 18px; }
.space-recommendation h4 a { color: inherit; text-decoration: none; }
.space-recommendation p { margin: 0; font-size: 13px; line-height: 1.45; }
.space-view-product { display: inline-block; margin-top: 9px; color: #6a4e3d; font-size: 12px; font-weight: 700; text-decoration: none; border-bottom: 1px solid currentColor; }
.space-drawer-actions { display: grid; gap: 8px; margin-top: 20px; }
.space-drawer-actions .button { width: 100%; }

.space-list-fallback { padding-top: 46px; padding-bottom: 70px; transition: padding-right .35s ease; }
.space-room-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 22px; border-top: 1px solid #514a43; border-left: 1px solid #514a43; }
.space-room-list-item { display: grid; grid-template-columns: 1fr auto; align-items: center; min-width: 0; border-right: 1px solid #514a43; border-bottom: 1px solid #514a43; }
.space-room-list button,
.space-room-list a { color: #f3eee7; background: transparent; border: 0; }
.space-room-list button { min-height: 68px; padding: 15px 8px 15px 18px; text-align: left; cursor: pointer; }
.space-room-list a { display: grid; place-items: center; width: 44px; height: 100%; text-decoration: none; }
.space-room-list-item:has(button:hover), .space-room-list-item:has(button.is-selected) { background: #5b4033; }

@media (min-width: 768px) {
  .space-drawer-open .space-list-fallback {
    padding-right: calc(min(430px, calc(100vw - 48px)) + clamp(44px, 6vw, 88px));
  }
  .space-drawer-open .space-room-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

.space-detail-hero { color: #f3eee7; background: #5b4033; }
.space-detail-hero .lede { max-width: 760px; }

@keyframes space-drawer-in { from { opacity: 0; transform: translateX(28px); } to { opacity: 1; transform: none; } }

@media (max-width: 1100px) {
  .space-room-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .space-drawer-open .space-room-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .space-hotspot text { font-size: 25px; }
}

@media (max-width: 767px) {
  .space-villa-shell {
    isolation: isolate;
    background: #171512;
  }
  .space-villa-viewport {
    position: relative;
    z-index: 1;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    scrollbar-width: none;
    overscroll-behavior-x: contain;
    touch-action: pan-x pan-y;
  }
  .space-villa-viewport::-webkit-scrollbar { display: none; }
  .space-villa-stage {
    isolation: isolate;
    width: max(190vw, 680px);
    min-width: max(190vw, 680px);
    aspect-ratio: 1672 / 941;
    background: #171512;
  }
  .space-villa-picture {
    position: relative;
    z-index: 1;
  }
  .space-villa-picture img {
    object-fit: cover;
    object-position: center top;
  }
  .space-hotspots {
    z-index: 2;
    display: block;
  }
  .space-hotspot text { font-size: 30px; }
  .space-hotspot circle { transform: scale(1.18); }
  .space-hotspot:focus circle,
  .space-hotspot.is-selected circle { transform: scale(1.55); }
  .space-villa-edge {
    position: absolute;
    z-index: 3;
    top: 0;
    bottom: 0;
    display: block;
    width: 48px;
    opacity: .78;
    pointer-events: none;
    transition: opacity .25s ease;
  }
  .space-villa-edge-left {
    left: 0;
    background: linear-gradient(90deg, rgba(17,16,15,.78), rgba(17,16,15,0));
  }
  .space-villa-edge-right {
    right: 0;
    background: linear-gradient(270deg, rgba(17,16,15,.78), rgba(17,16,15,0));
  }
  .space-villa-shell.is-at-start .space-villa-edge-left,
  .space-villa-shell.is-at-end .space-villa-edge-right { opacity: 0; }
  .space-villa-swipe-hint {
    position: absolute;
    z-index: 5;
    left: 50%;
    bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    max-width: calc(100% - 132px);
    margin: 0;
    padding: 8px 12px;
    color: #f3eee7;
    background: rgba(28,25,22,.78);
    border: 1px solid rgba(217,174,147,.58);
    border-radius: 999px;
    box-shadow: 0 8px 28px rgba(0,0,0,.28);
    font-size: 11px;
    letter-spacing: .04em;
    white-space: nowrap;
    pointer-events: none;
    transform: translateX(-50%);
    transition: opacity .35s ease, visibility .35s ease;
    animation: space-swipe-hint 1.8s ease-in-out infinite;
  }
  .space-villa-swipe-hint.is-dismissed {
    visibility: hidden;
    opacity: 0;
    animation: none;
  }
  .space-villa-nav {
    position: absolute;
    z-index: 6;
    bottom: 12px;
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    padding: 0;
    color: #f3eee7;
    background: rgba(28,25,22,.72);
    border: 1px solid rgba(243,238,231,.48);
    border-radius: 50%;
    box-shadow: 0 8px 24px rgba(0,0,0,.24);
    font-size: 19px;
    cursor: pointer;
    transition: opacity .25s ease, visibility .25s ease, background .25s ease;
  }
  .space-villa-nav-prev { left: 12px; }
  .space-villa-nav-next { right: 12px; }
  .space-villa-nav:active { background: rgba(91,64,51,.92); }
  .space-villa-nav:disabled {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
  }
  .space-room-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .space-room-list button { min-height: 60px; padding-left: 13px; font-size: 12px; }
  .space-product-drawer {
    inset: auto 12px 12px;
    width: auto;
    height: var(--space-sheet-height, 46dvh);
    min-height: 112px;
    max-height: calc(100dvh - 96px);
    padding: 78px 20px calc(22px + env(safe-area-inset-bottom));
    border-radius: 16px;
    box-shadow: 0 -20px 60px rgba(0,0,0,.38);
    animation-name: space-sheet-in;
  }
  .space-product-drawer[data-sheet-state="collapsed"] { overflow: hidden; }
  .space-drawer-chrome { padding-top: 25px; }
  .space-drawer-close { top: 14px; }
  .space-sheet-handle {
    position: absolute;
    z-index: 3;
    top: 3px;
    left: 50%;
    display: grid;
    place-items: center;
    width: 64px;
    height: 26px;
    padding: 0;
    background: transparent;
    border: 0;
    cursor: ns-resize;
    touch-action: none;
    transform: translateX(-50%);
  }
  .space-sheet-handle span {
    display: block;
    width: 38px;
    height: 3px;
    background: rgba(243,238,231,.72);
    border-radius: 999px;
  }
  .space-list-fallback,
  .space-drawer-open .space-list-fallback { padding-top: 32px; padding-right: clamp(20px, 4.5vw, 64px); }
}

@media (max-width: 480px) {
  .space-product-drawer {
    inset: auto 0 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 18px 18px 0 0;
  }
}

/* Edge-to-edge architectural media. Every editorial frame is occupied by the
   approved image itself; no solid colour or duplicated backdrop is exposed. */
.preserve-architectural-frame {
  position: relative;
  overflow: hidden;
  background: transparent !important;
}

.preserve-architectural-frame > img.architectural-media {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  object-position: center !important;
}

.compact-product-card .preserve-architectural-frame > img.architectural-media {
  transition: transform .8s cubic-bezier(.2, .7, .2, 1), opacity .45s ease;
}

.compact-product-card:hover .preserve-architectural-frame > img.architectural-media,
.compact-product-card:focus-within .preserve-architectural-frame > img.architectural-media {
  transform: scale(1.012) !important;
}

/* About — approved MINIMAL editorial system */
.about-introduction { max-width: 1180px; }
.about-lede { font-size: clamp(1.55rem, 3vw, 3.2rem); line-height: 1.25; max-width: 26ch; }
.about-split { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(2rem, 7vw, 8rem); align-items: center; }
.about-split > .architectural-media { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.about-copy h2, .about-process h2, .about-final h2 { font-size: clamp(2.5rem, 6vw, 6.5rem); line-height: .98; font-weight: 300; margin: .4em 0; }
.about-copy p { max-width: 58ch; line-height: 1.7; }
.about-minimal { display: grid; grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr); gap: 3rem; }
.about-minimal-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.about-minimal-grid .architectural-media { width: 100%; height: 100%; min-height: 260px; object-fit: cover; }
.about-minimal-grid .architectural-media:first-child { grid-column: 1 / -1; }
.about-process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); margin-top: 3rem; }
.about-process-grid article { padding: 2rem 1.5rem; border-right: 1px solid var(--line); }
.about-process-grid article:last-child { border-right: 0; }
.about-process-grid span { color: var(--camel); letter-spacing: .18em; }
.about-process-grid h3 { margin: 2rem 0 1rem; }
.about-final { display: grid; grid-template-columns: 1.2fr .8fr; gap: 4rem; align-items: end; background: var(--graphite); }
.about-final address { font-style: normal; line-height: 1.9; }
.about-final a { color: inherit; }
.about-final .button-light { color: #171512; }
.footer-sitemap { grid-template-columns: repeat(3, minmax(0, 1fr)); }

@media (max-width: 1024px) {
  .about-split, .about-minimal, .about-final { grid-template-columns: 1fr; }
  .about-process-grid { grid-template-columns: repeat(2, 1fr); }
  .about-process-grid article:nth-child(2) { border-right: 0; }
}

@media (max-width: 767px) {
  .about-process-grid, .about-minimal-grid { grid-template-columns: 1fr; }
  .about-minimal-grid .architectural-media:first-child { grid-column: auto; }
  .about-process-grid article { border-right: 0; border-bottom: 1px solid var(--line); padding-inline: 0; }
  .about-senegal > .architectural-media { order: 2; }
  .about-final { gap: 2rem; }
}

@keyframes space-sheet-in { from { opacity: 0; transform: translateY(50px); } to { opacity: 1; transform: none; } }
@keyframes space-swipe-hint {
  0%, 100% { transform: translateX(-50%); }
  50% { transform: translateX(calc(-50% + 8px)); }
}

@media (prefers-reduced-motion: reduce) {
  .space-villa-viewport { scroll-behavior: auto; }
  .space-villa-swipe-hint { animation: none; }
  .space-villa-picture img,
  .space-hotspot polygon,
  .space-hotspot circle,
  .space-hotspot text,
  .space-product-drawer { animation: none; transition: none; }
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* Concierge MINIMAL — primary channel-independent website launcher */
.concierge-shell {
  --concierge-bg: #f2ede5;
  --concierge-ink: #171512;
  --concierge-accent: var(--bronze);
  position: relative;
  z-index: 90;
}

.concierge-launcher {
  position: fixed;
  right: 24px;
  bottom: 108px;
  z-index: 91;
  display: flex;
  gap: 8px;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  color: #fff;
  background: var(--dark);
  border: 1px solid var(--concierge-accent);
  border-radius: 999px;
  box-shadow: 0 16px 40px rgb(0 0 0 / 28%);
  cursor: pointer;
  isolation: isolate;
  animation: concierge-rim-glow 2.8s ease-in-out infinite;
}

.concierge-launcher::after {
  position: absolute;
  z-index: -1;
  inset: -1px;
  border: 1px solid var(--concierge-accent);
  border-radius: inherit;
  content: '';
  pointer-events: none;
  animation: concierge-rim-pulse 2.8s ease-out infinite;
}

@keyframes concierge-rim-glow {
  0%, 100% { box-shadow: 0 16px 40px rgb(0 0 0 / 28%), 0 0 0 rgb(176 132 106 / 0%); }
  50% { box-shadow: 0 16px 40px rgb(0 0 0 / 28%), 0 0 18px rgb(176 132 106 / 52%); }
}

@keyframes concierge-rim-pulse {
  0%, 35% { opacity: .72; transform: scale(1); }
  72%, 100% { opacity: 0; transform: scale(1.12, 1.32); }
}

.concierge-launcher strong {
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.concierge-launcher-icon {
  position: relative;
  display: block;
  flex: 0 0 21px;
  width: 21px;
  height: 21px;
  color: var(--accent-soft);
  border: 1px solid currentcolor;
  border-radius: 50%;
}

.concierge-launcher-icon::before {
  position: absolute;
  top: 4px;
  left: 6px;
  width: 7px;
  height: 11px;
  border: 1px solid currentcolor;
  border-bottom: 0;
  content: '';
}

.concierge-launcher-icon::after {
  position: absolute;
  top: 10px;
  right: 6px;
  width: 2px;
  height: 2px;
  background: currentcolor;
  border-radius: 50%;
  content: '';
}

.concierge-panel {
  --concierge-composer-height: 96px;
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 92;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  width: min(450px, calc(100vw - 32px));
  height: min(760px, calc(100vh - 48px));
  padding-bottom: var(--concierge-composer-height);
  color: var(--concierge-ink);
  background: var(--concierge-bg);
  border: 1px solid rgb(176 132 106 / 58%);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 24px 80px rgb(0 0 0 / 35%);
}

.concierge-panel[hidden] { display: none; }

.concierge-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  padding: 16px 18px;
  color: #fff;
  background: var(--dark);
  border-bottom: 1px solid rgb(176 132 106 / 35%);
}

.concierge-brand strong,
.concierge-brand small {
  display: block;
}

.concierge-brand strong {
  margin-bottom: 3px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.concierge-brand small {
  color: var(--accent-soft);
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.concierge-header-controls {
  display: flex;
  gap: 6px;
  align-items: center;
}

.concierge-language {
  height: 32px;
  padding: 0 26px 0 9px;
  color: #f3efe8;
  font: inherit;
  font-size: 10px;
  letter-spacing: .08em;
  background: #2a2926;
  border: 1px solid #5b5852;
  border-radius: 6px;
}

.concierge-menu-toggle,
.concierge-close {
  display: grid;
  width: 32px;
  height: 32px;
  padding: 0;
  place-items: center;
  color: var(--accent-soft);
  background: transparent;
  border: 1px solid transparent;
  border-radius: 6px;
  cursor: pointer;
}

.concierge-menu-toggle:hover,
.concierge-close:hover {
  background: #2a2926;
  border-color: #5b5852;
}

.concierge-close {
  font-size: 24px;
  line-height: 1;
}

.concierge-scroll-region {
  position: relative;
  min-height: 0;
  height: 100%;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-color: #aa927f transparent;
  scrollbar-width: thin;
  scroll-behavior: smooth;
}

.concierge-scroll-region::-webkit-scrollbar { width: 7px; }
.concierge-scroll-region::-webkit-scrollbar-thumb {
  background: #aa927f;
  border: 2px solid var(--concierge-bg);
  border-radius: 99px;
}

.concierge-messages {
  min-height: 100%;
  padding: 22px 18px;
}

.concierge-message {
  width: fit-content;
  max-width: 82%;
  margin-bottom: 10px;
}
.concierge-message-user { margin-left: auto; }
.concierge-message p {
  white-space: pre-line;
  margin: 0;
  padding: 14px 16px;
  color: var(--concierge-ink);
  font-size: 14px;
  line-height: 1.55;
  background: #fbf7f0;
  border: 1px solid #ddd0c3;
  border-radius: 10px 10px 10px 3px;
}
.concierge-message-user p {
  color: #fff;
  background: #2a2926;
  border-color: #2a2926;
  border-radius: 10px 10px 3px 10px;
}
.concierge-message-user {
  max-width: 78%;
}

.concierge-feedback {
  display: grid;
  gap: 6px;
  padding: 6px 2px 0 6px;
  color: #66584c;
  font-size: 9px;
  line-height: 1.35;
}
.concierge-feedback-actions,
.concierge-feedback-reasons {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.concierge-feedback-reasons[hidden] { display: none; }
.concierge-feedback button {
  padding: 4px 7px;
  color: #4f3b31;
  font: inherit;
  background: transparent;
  border: 1px solid #aa927f;
  border-radius: 999px;
  cursor: pointer;
}
.concierge-feedback button:hover,
.concierge-feedback button:focus-visible {
  color: #fff;
  background: #6f4f3f;
}
.concierge-feedback button:disabled {
  cursor: wait;
  opacity: .55;
}
.concierge-feedback-error { color: #8b2f2f; }

.concierge-message-typing p {
  color: #66584c;
  font-style: italic;
  background: transparent;
  border-color: transparent;
}

.concierge-message-error button {
  margin-top: 8px;
  color: #6e4f40;
  background: transparent;
  border: 0;
  text-decoration: underline;
}

.concierge-quick-replies {
  display: flex;
  gap: 7px;
  padding: 0 18px 14px;
  overflow-x: auto;
}

.concierge-content-cards {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(220px, 78%);
  gap: 0.65rem;
  padding: 0 1rem 0.6rem;
  overflow-x: auto;
  scroll-snap-type: x proximity;
}

.concierge-content-cards[hidden] {
  display: none;
}

.concierge-content-card {
  display: grid;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--concierge-accent) 55%, transparent);
  color: var(--concierge-ink);
  background: #fff;
  border-radius: 10px;
  scroll-snap-align: start;
}
.concierge-content-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.concierge-card-body {
  display: grid;
  gap: 6px;
  padding: 11px;
}

.concierge-content-card span {
  color: var(--brown-deep);
  font-size: 0.75rem;
  text-transform: uppercase;
}
.concierge-content-card p,
.concierge-content-card small {
  margin: 0;
  color: #66584c;
  font-size: 11px;
  line-height: 1.45;
}
.concierge-card-actions {
  display: flex;
  gap: 7px;
  margin-top: 4px;
}
.concierge-card-actions a,
.concierge-card-actions button {
  padding: 7px 8px;
  color: #3b332d;
  font: inherit;
  font-size: 10px;
  text-decoration: none;
  background: transparent;
  border: 1px solid #aa927f;
  border-radius: 5px;
  cursor: pointer;
}
.concierge-quick-replies[hidden] { display: none; }
.concierge-quick-replies button {
  flex: 0 0 auto;
  padding: 8px 11px;
  color: #4f3b31;
  font-size: 10px;
  background: transparent;
  border: 1px solid #aa927f;
  border-radius: 999px;
  cursor: pointer;
}
.concierge-quick-replies .concierge-action-link {
  flex: 0 0 auto;
  padding: 9px 12px;
  color: #fff;
  font-size: 10px;
  text-decoration: none;
  background: #1f7a4d;
  border-radius: 999px;
}

.concierge-menu {
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 12px 16px;
  background: #e7ded5;
  border-bottom: 1px solid #c7b8a9;
}
.concierge-menu[hidden] { display: none; }
.concierge-menu button,
.concierge-menu a {
  padding: 9px 10px;
  color: #332a24;
  font-size: 10px;
  text-align: left;
  text-decoration: none;
  background: transparent;
  border: 1px solid #aa927f;
  border-radius: 6px;
  cursor: pointer;
}
.concierge-menu .concierge-whatsapp {
  color: #fff;
  background: #1f7a4d;
  border-color: #1f7a4d;
}

.concierge-lead {
  padding: 16px 18px;
  overflow-y: auto;
  background: #e7ded5;
  border-top: 1px solid #c7b8a9;
}
.concierge-lead[hidden] { display: none; }
.concierge-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  margin-top: 12px;
}
.concierge-fields label,
.concierge-consent {
  display: grid;
  gap: 5px;
  color: #3f352e;
  font-size: 10px;
  letter-spacing: .05em;
}
.concierge-fields input,
.concierge-fields select {
  min-width: 0;
  padding: 9px;
  color: #171512;
  background: #fff;
  border: 1px solid #b9a796;
}
.concierge-consent {
  display: flex;
  align-items: flex-start;
  margin: 12px 0;
  line-height: 1.4;
}
.concierge-form-error { color: #8b1e1e; font-size: 12px; }
.concierge-submit {
  width: 100%;
  padding: 11px;
  color: #fff;
  background: #3b332d;
  border: 0;
  cursor: pointer;
}

.concierge-composer {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 46px;
  gap: 8px;
  align-items: end;
  width: 100%;
  min-width: 0;
  padding: 10px 12px;
  background: #fff;
  border-top: 1px solid #c7b8a9;
}
.concierge-composer-without-attachment {
  grid-template-columns: minmax(0, 1fr) 54px;
}
.concierge-composer-region {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 93;
  display: grid;
  width: min(450px, calc(100vw - 32px));
  min-height: 84px;
  align-content: start;
  background: #fff;
  border: 1px solid rgb(176 132 106 / 58%);
  border-top: 0;
  border-radius: 0 0 14px 14px;
  overflow: hidden;
  box-shadow: 0 -8px 24px rgb(42 41 38 / 7%);
}
.concierge-composer-region[hidden] { display: none; }
.concierge-new-messages {
  position: absolute;
  right: 14px;
  bottom: calc(100% + 10px);
  z-index: 6;
  padding: 7px 10px;
  color: #fff;
  font: inherit;
  font-size: 11px;
  background: #6e4f40;
  border: 0;
  border-radius: 999px;
  box-shadow: 0 5px 18px rgb(0 0 0 / 18%);
  cursor: pointer;
}
.concierge-new-messages[hidden] { display: none; }
.concierge-composer textarea {
  width: 100%;
  min-width: 0;
  resize: none;
  min-height: 46px;
  max-height: 112px;
  padding: 12px 14px;
  overflow-y: hidden;
  color: #171512;
  font: inherit;
  font-size: 14px;
  line-height: 1.45;
  background: #f8f4ed;
  border: 1px solid #c7b8a9;
  border-radius: 12px;
  outline: 0;
  scrollbar-width: none;
}
.concierge-composer textarea::-webkit-scrollbar { display: none; }
.concierge-composer textarea:focus {
  border-color: var(--bronze);
  box-shadow: 0 0 0 2px rgb(176 132 106 / 18%);
}
.concierge-attach,
.concierge-send {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 8px;
  cursor: pointer;
}
.concierge-attach {
  color: #6e4f40;
  background: #f2ede5;
  border: 1px solid #c7b8a9;
}
.concierge-attach input { display: none; }
.concierge-attach[hidden] { display: none; }
.concierge-send {
  padding: 0;
  color: #fff;
  background: #3b332d;
  border: 1px solid transparent;
  border-radius: 50%;
  font-size: 17px;
}
.concierge-send:hover,
.concierge-send:focus-visible {
  border-color: var(--bronze);
}
.concierge-send:disabled {
  cursor: default;
  opacity: .38;
}
.concierge-composer.is-sending { opacity: .72; }

.concierge-attachment-status {
  padding: 6px 16px;
  color: #66584c;
  font-size: 10px;
  background: #fff;
}
.concierge-attachment-status[hidden] { display: none; }

.concierge-disclosure {
  padding: 6px 12px 8px;
  color: #74685e;
  font-size: 12px;
  line-height: 1.35;
  text-align: center;
  background: #fff;
}

.concierge-fallback-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}
.concierge-fallback-actions a {
  color: var(--brown-deep);
  font-size: 11px;
}

@media (max-width: 720px) {
  .concierge-launcher {
    right: 14px;
    bottom: 134px;
  }
  .concierge-panel {
    inset: 0 0 auto;
    width: auto;
    height: var(--concierge-viewport-height, 100dvh);
    max-height: var(--concierge-viewport-height, 100dvh);
    border: 0;
    border-radius: 0;
  }
  .concierge-composer-region {
    right: 0;
    bottom: var(--concierge-keyboard-inset, 0px);
    left: 0;
    width: auto;
    min-height: 92px;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 0;
  }
  .concierge-fields { grid-template-columns: 1fr; }
  .concierge-menu { grid-template-columns: 1fr; }
  .concierge-header { padding-top: max(16px, env(safe-area-inset-top)); }
  .concierge-disclosure { padding-bottom: max(10px, env(safe-area-inset-bottom)); }
  .concierge-composer {
    padding-bottom: max(10px, env(safe-area-inset-bottom));
  }
  .concierge-composer .concierge-attach[hidden] { display: none; }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  margin: 0;
  overflow-x: clip;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.5;
}

img {
  display: block;
  width: 100%;
}

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button:focus-visible,
a:focus-visible {
  outline: 2px solid var(--bronze);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: #171512;
  background: #fff;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.presentation-bar {
  padding: 8px 24px;
  color: #f7efe4;
  background: var(--dark);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .12em;
  text-align: center;
  text-transform: uppercase;
}

.site-header {
  position: sticky;
  z-index: 60;
  top: 0;
  display: grid;
  grid-template-columns: minmax(180px, 1fr) max-content max-content;
  column-gap: clamp(24px, 2.5vw, 40px);
  align-items: center;
  min-height: var(--header-height);
  padding: 0 clamp(20px, 4.5vw, 64px);
  background: rgba(42, 41, 38, .97);
  border-bottom: 1px solid rgba(91, 88, 82, .72);
}

.system-detail-hero > img {
  object-fit: cover;
  object-position: center;
}

.brand img {
  width: var(--logo-width, 90px);
  height: auto;
}

.search-nav-link {
  display: inline-flex;
  width: 34px;
  min-height: 34px;
  align-items: center;
  justify-content: center;
}

.header-search-action {
  display: none;
  color: var(--ink);
}

.search-nav-link svg,
.search-submit svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-width: 1.7;
}

.desktop-nav {
  display: flex;
  justify-self: end;
  align-items: center;
  gap: clamp(18px, 2.2vw, 36px);
}

.desktop-nav a,
.collection-menu-toggle,
.mobile-nav a,
.header-actions button {
  border: 0;
  background: none;
  font: inherit;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .13em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.collection-menu-toggle {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 7px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
}

.collection-menu-toggle::after {
  display: inline-block;
  margin-left: 0;
  content: "⌄";
  color: var(--bronze);
  line-height: 1;
  transform: translateY(-.08em);
}

.collection-menu-toggle[aria-expanded="true"]::after {
  transform: translateY(.08em) rotate(180deg);
}

.collection-menu {
  position: absolute;
  z-index: 40;
  top: 100%;
  right: 0;
  left: 0;
  display: grid;
  grid-template-columns: minmax(190px, .7fr) minmax(0, 2.3fr);
  gap: clamp(28px, 4vw, 72px);
  padding: clamp(30px, 4vw, 58px) clamp(24px, 5vw, 80px);
  background: #201d1a;
  border-bottom: 1px solid rgba(190, 142, 113, .55);
  box-shadow: 0 24px 52px rgba(0, 0, 0, .28);
}

.collection-menu[hidden] {
  display: none;
}

.collection-menu-heading {
  display: grid;
  align-content: start;
  gap: 18px;
}

.collection-menu-heading a {
  color: var(--ink);
  font-size: clamp(26px, 2.2vw, 42px);
  font-weight: 300;
  letter-spacing: -.025em;
  text-decoration: none;
}

.collection-menu-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, .2);
  border-left: 1px solid rgba(255, 255, 255, .2);
}

.collection-menu-link {
  display: flex;
  min-height: 74px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  color: var(--ink);
  border-right: 1px solid rgba(255, 255, 255, .2);
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .1em;
  line-height: 1.45;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color .25s ease, color .25s ease;
}

.collection-menu-link:hover,
.collection-menu-link:focus-visible {
  color: #fff;
  background: #765846;
  outline: none;
}

.header-actions {
  display: flex;
  gap: 18px;
  align-items: center;
}

@media (min-width: 901px) {
  .desktop-nav > a,
  .desktop-nav > .collection-menu-toggle,
  .header-actions > .language-button {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding-block: 0;
    line-height: 1;
  }

  .desktop-nav > .search-nav-link {
    width: 44px;
  }
}

.header-actions button {
  padding: 10px 0;
  color: var(--ink);
  cursor: pointer;
}

.header-actions .language-button {
  color: var(--bronze);
}

@media (min-width: 1081px) {
  .site-header {
    display: flex;
    column-gap: 0;
  }

  .brand {
    flex: 0 0 auto;
    margin-right: auto;
  }

  .desktop-nav {
    width: max-content;
    flex: 0 0 auto;
    justify-content: flex-end;
    margin-left: auto;
  }

  .header-actions {
    flex: 0 0 auto;
    margin-left: 14px;
  }
}

.menu-button {
  display: none;
}

.mobile-nav {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  display: grid;
  gap: 0;
  padding: 18px 24px 28px;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.mobile-collection-menu {
  border-bottom: 1px solid var(--line);
}

.mobile-collection-menu summary {
  padding: 15px 0;
  color: var(--graphite);
  cursor: pointer;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .13em;
  list-style: none;
  text-transform: uppercase;
}

.mobile-collection-menu summary::-webkit-details-marker {
  display: none;
}

.mobile-collection-menu summary::after {
  float: right;
  content: "+";
  color: var(--bronze);
}

.mobile-collection-menu[open] summary::after {
  content: "−";
}

.mobile-collection-menu div {
  display: grid;
  padding: 0 0 12px 14px;
}

.mobile-collection-menu .collection-menu-link {
  min-height: 0;
  padding: 12px 0;
  color: var(--graphite);
  border: 0;
  border-top: 1px solid var(--line);
}

.mobile-nav[hidden] {
  display: none;
}

.mobile-nav a {
  padding: 14px 0;
  border-bottom: 1px solid rgba(198, 185, 168, .55);
}

.mobile-nav .search-nav-link {
  width: 44px;
  min-height: 44px;
  margin: 9px 0;
  padding: 0;
  border: 1px solid rgba(176, 132, 106, .72);
  border-radius: 50%;
}

.hero {
  position: relative;
  min-height: min(810px, calc(100vh - 118px));
  color: white;
  overflow: hidden;
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  background: linear-gradient(90deg, rgba(21, 19, 16, .8), rgba(21, 19, 16, .12) 72%);
}

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: end;
  min-height: min(810px, calc(100vh - 118px));
  padding: 80px clamp(20px, 4.5vw, 64px);
  max-width: 820px;
}

.eyebrow {
  margin: 0 0 22px;
  color: var(--bronze);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--accent-soft);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-weight: 300;
  letter-spacing: -.035em;
  line-height: 1.06;
}

h1 {
  max-width: 720px;
  margin-bottom: 24px;
  font-size: clamp(52px, 6vw, 88px);
}

h2 {
  margin-bottom: 28px;
  font-size: clamp(38px, 4.2vw, 62px);
}

h3 {
  font-size: clamp(25px, 2.4vw, 36px);
}

.hero-copy {
  max-width: 640px;
  font-size: clamp(16px, 1.5vw, 20px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.button {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  min-height: 54px;
  padding: 0 25px;
  border: 1px solid transparent;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .11em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.button::after {
  content: "→";
  margin-left: 34px;
}

.button-accent {
  color: #fff;
  background: var(--brown-deep);
}

.button-light {
  color: #171512;
  background: rgba(255, 255, 255, .92);
}

.image-credit {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 20px;
  margin: 0;
  font-size: 9px;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.section-pad {
  padding: clamp(76px, 9vw, 135px) clamp(20px, 4.5vw, 64px);
}

.intro {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 10vw;
  align-items: start;
}

.intro-copy,
.contact-copy {
  max-width: 590px;
  padding-top: 35px;
  font-size: 17px;
  color: var(--muted);
}

.status-note,
.verification-line,
.form-status {
  margin-top: 38px;
  color: var(--bronze);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.section-header {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: end;
  margin-bottom: 55px;
}

.section-header h2 {
  max-width: 820px;
}

.collection-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.collection-card {
  background: var(--paper-light);
  border: 1px solid var(--line);
}

.collection-card img {
  height: 460px;
  object-fit: cover;
}

.card-copy {
  min-height: 230px;
  padding: 28px;
}

.card-copy > span {
  color: var(--bronze);
  font-size: 10px;
}

.card-copy h3 {
  margin: 24px 0 16px;
}

.card-copy p {
  color: var(--muted);
}

.split-dark {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 760px;
  color: var(--ink);
  background: var(--dark);
}

.split-image img {
  height: 100%;
  min-height: 760px;
  object-fit: cover;
}

.split-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(64px, 8vw, 120px);
}

.split-copy p:not(.eyebrow) {
  max-width: 560px;
  color: var(--muted);
  font-size: 16px;
}

.system-list {
  margin: 40px 0 0;
  padding: 0;
  list-style: none;
}

.system-list li {
  display: grid;
  grid-template-columns: 55px 1fr;
  gap: 20px;
  padding: 17px 0;
  border-top: 1px solid rgba(198, 185, 168, .45);
}

.system-list span {
  color: var(--bronze);
  font-size: 10px;
}

.system-list strong {
  font-weight: 300;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.materials {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 8vw;
  align-items: center;
  background: var(--paper-light);
}

.materials img {
  max-height: 680px;
  object-fit: cover;
}

.materials-copy p:not(.eyebrow) {
  max-width: 560px;
  color: var(--muted);
}

.swatches {
  display: flex;
  gap: 14px;
  margin-top: 40px;
}

.swatch {
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
}

.swatch-dark {
  background: #181512;
}

.swatch-glass {
  background: #dce5e3;
}

.swatch-stone {
  background: #ad9274;
}

.project-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 24px;
}

.project-card {
  position: relative;
  min-height: 360px;
  overflow: hidden;
}

.project-card-large {
  grid-row: span 2;
}

.project-card img {
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  transition: transform .7s ease;
}

.project-card:hover img {
  transform: scale(1.02);
}

.project-card > div {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 80px 28px 28px;
  color: #fff;
  background: linear-gradient(transparent, rgba(21, 19, 16, .82));
}

.project-card p {
  margin-bottom: 8px;
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.project-card h3 {
  margin: 0;
}

.status-pill {
  align-self: flex-start;
  margin-top: 30px;
  padding: 12px 16px;
  color: var(--ink);
  background: var(--paper);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.journal-feature {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  background: var(--paper-light);
  border: 1px solid var(--line);
}

.journal-feature img {
  height: 540px;
  object-fit: cover;
}

.journal-feature > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 6vw, 86px);
}

.journal-feature p:not(.eyebrow) {
  color: var(--muted);
}

.contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10vw;
  color: var(--ink);
  background: var(--dark);
}

.contact-copy {
  color: var(--muted);
}

.presentation-action {
  margin-top: 20px;
  border: 0;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  min-height: 150px;
  padding: 35px clamp(20px, 4.5vw, 64px);
  color: var(--muted);
  background: #100e0c;
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.site-footer img {
  width: 100px;
}

.site-footer p {
  margin: 0;
}

@media (max-width: 900px) {
  .desktop-nav {
    display: none;
  }

  .header-search-action {
    display: inline-flex;
  }

  .site-header {
    grid-template-columns: 1fr auto;
  }

  .header-actions {
    grid-column: 2;
  }

  .menu-button {
    display: block;
  }

  .intro,
  .materials,
  .contact {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .collection-grid {
    grid-template-columns: 1fr 1fr;
  }

  .collection-card:last-child {
    grid-column: 1 / -1;
  }

  .collection-card img {
    height: 390px;
  }

  .project-grid {
    grid-template-columns: 1fr 1fr;
  }

  .project-card-large {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .journal-feature {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  :root {
    --header-height: 88px;
  }

  .presentation-bar {
    padding: 7px 12px;
    font-size: 8px;
  }

  .site-header {
    min-height: var(--header-height);
  }

  .brand {
    --logo-width: 66px;
  }

  .hero,
  .hero-content {
    min-height: 650px;
  }

  .hero-content {
    padding-bottom: 50px;
  }

  .hero-overlay {
    background: linear-gradient(90deg, rgba(21, 19, 16, .82), rgba(21, 19, 16, .18));
  }

  h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 36px;
  }

  .image-credit {
    display: none;
  }

  .section-header {
    display: block;
  }

  .collection-grid,
  .project-grid,
  .split-dark {
    grid-template-columns: 1fr;
  }

  .collection-card:last-child,
  .project-card-large {
    grid-column: auto;
  }

  .collection-card img {
    height: 360px;
  }

  .split-image img {
    min-height: 460px;
  }

  .split-copy {
    padding: 70px 20px;
  }

  .materials {
    display: flex;
    flex-direction: column-reverse;
  }

  .project-card,
  .project-card img {
    min-height: 420px;
  }

  .journal-feature img {
    height: 380px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

/* Catalogue architecture */
.brand {
  --logo-width: 90px;
  --logo-clear-space: calc(var(--logo-width) * .155);
  display: flex;
  align-items: center;
  padding: var(--logo-clear-space);
  text-decoration: none;
}

.utility-whatsapp {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .12em;
  text-decoration: none;
  text-transform: uppercase;
}

.button-outline {
  color: var(--ink);
  border: 1px solid rgba(255, 255, 255, .45);
  background: transparent;
}

.page-hero,
.detail-hero {
  position: relative;
  min-height: min(76vh, 820px);
  color: #fff;
  background: var(--dark);
  overflow: hidden;
}

.page-hero > img,
.detail-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detail-hero::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(23, 21, 18, .42) 0%, rgba(23, 21, 18, .18) 48%, rgba(23, 21, 18, .03) 78%),
    linear-gradient(0deg, rgba(23, 21, 18, .28) 0%, rgba(23, 21, 18, 0) 48%);
}

.page-hero-copy,
.detail-hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: min(76vh, 820px);
  max-width: 900px;
  padding: clamp(60px, 9vw, 140px) clamp(20px, 6vw, 96px);
}

.detail-hero .eyebrow {
  color: #fff;
  text-shadow: 0 1px 14px rgba(23, 21, 18, .72);
}

.page-hero h1,
.detail-hero h1 {
  max-width: 12ch;
  margin: 8px 0 24px;
  font-size: clamp(64px, 10vw, 148px);
  font-weight: 200;
  letter-spacing: -.055em;
  line-height: .9;
}

.page-hero p:last-child,
.detail-hero .lede {
  max-width: 650px;
  margin: 0;
  font-size: clamp(18px, 2vw, 27px);
  line-height: 1.42;
}

.catalogue-section,
.systems-preview {
  background: var(--paper-light);
}

.catalogue-grid,
.product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 4vw, 64px) clamp(16px, 2.6vw, 40px);
}

.catalogue-card {
  min-width: 0;
  border-top: 1px solid var(--line);
}

.card-image-link {
  display: block;
  overflow: hidden;
}

.product-image-trigger {
  width: 100%;
  margin: 0;
  padding: 0;
  color: inherit;
  text-align: inherit;
  cursor: zoom-in;
  background: transparent;
  border: 0;
}

.product-image-trigger:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: -3px;
}

.product-image-trigger picture,
.product-image-trigger img {
  pointer-events: none;
}

.product-card > .card-image-link:focus-visible,
.compact-product-card-image:focus-visible,
.space-recommendation-image:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: -3px;
}

.detail-hero > .product-image-trigger {
  position: absolute;
  z-index: 0;
  inset: 0;
  height: 100%;
}

.detail-hero > .product-image-trigger > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-detail-hero .detail-hero-copy {
  pointer-events: none;
}

.product-detail-hero > .product-inquiry-launch {
  position: absolute;
  z-index: 3;
  top: clamp(18px, 4vw, 58px);
  right: clamp(18px, 4vw, 58px);
  display: inline-flex;
  width: min(310px, calc(100% - 36px));
  pointer-events: auto;
}

.product-detail-hero > .product-inquiry-launch:focus-visible {
  outline: 3px solid var(--cream);
  outline-offset: 3px;
}

.catalogue-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center;
  transition: transform .8s cubic-bezier(.2, .7, .2, 1);
}

.product-card img {
  height: auto;
  aspect-ratio: 16 / 10;
  /* Slightly overfill the clipped media frame so source-edge slivers never show. */
  transform: scale(1.012);
}

.catalogue-card:hover img {
  transform: scale(1.035);
}

.catalogue-card-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px 24px;
  padding: 28px clamp(20px, 2.2vw, 34px) 26px;
}

.catalogue-card-copy .eyebrow,
.catalogue-card-copy h3,
.catalogue-card-copy p,
.catalogue-card-copy .badge-row {
  grid-column: 1 / -1;
}

.catalogue-card h3,
.system-card h3 {
  margin: 0;
  font-size: clamp(30px, 4vw, 56px);
  font-weight: 300;
  letter-spacing: -.035em;
}

.catalogue-card p {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
}

.text-link {
  margin-top: 6px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .12em;
  text-decoration: none;
  text-transform: uppercase;
}

.badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.badge-row span,
.badge-row a {
  padding: 7px 10px;
  border: 1px solid var(--line);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}

.system-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.home-collection-menu {
  padding: clamp(14px, 1.5vw, 24px);
  background: var(--dark);
}

.compact-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.compact-product-card {
  min-width: 0;
  background: var(--dark);
}

.compact-product-card-frame {
  position: relative;
  min-height: 0;
  aspect-ratio: 16 / 10;
  color: #fff;
  overflow: hidden;
}

.compact-product-card-frame::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(17, 14, 12, .92) 0%, rgba(17, 14, 12, .08) 72%);
  content: "";
}

.compact-product-card-image {
  position: absolute;
  inset: 0;
  height: 100%;
}

.compact-product-card-image img {
  width: 100%;
  height: 100%;
}

.compact-product-card > a {
  position: relative;
  display: block;
  min-height: 0;
  aspect-ratio: 16 / 10;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
}

.compact-product-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform .8s cubic-bezier(.2, .7, .2, 1), opacity .45s ease;
}

.compact-product-card > a::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(0deg, rgba(17, 14, 12, .92) 0%, rgba(17, 14, 12, .08) 72%);
  content: "";
}

.compact-product-card:hover img,
.compact-product-card:focus-within img {
  transform: scale(1.04);
}

.compact-product-card-copy {
  position: absolute;
  z-index: 2;
  inset: auto 0 0;
  display: grid;
  gap: 10px;
  padding: clamp(22px, 2.4vw, 34px);
  color: #fff;
  text-decoration: none;
}

.compact-product-card-copy p,
.compact-product-card-copy h3 {
  margin: 0;
}

.compact-product-card-copy h3 {
  font-size: clamp(28px, 3vw, 46px);
  font-weight: 300;
  letter-spacing: -.035em;
}

.compact-product-card-copy span {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.system-card {
  min-width: 0;
  background: var(--dark);
}

.system-card a {
  position: relative;
  display: block;
  min-height: 0;
  aspect-ratio: 16 / 10;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
}

.system-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .52;
  transition: opacity .5s ease, transform .8s ease;
}

.system-card:hover img {
  opacity: .72;
  transform: scale(1.025);
}

.system-card > a > div {
  position: absolute;
  z-index: 2;
  inset: auto 0 0;
  padding: 28px;
  background: linear-gradient(0deg, rgba(15, 13, 11, .9), transparent);
}

.system-card h3 {
  margin-bottom: 18px;
  font-size: clamp(25px, 3vw, 43px);
}

.system-card span {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.project-strip {
  background: var(--dark);
  color: #fff;
}

.project-strip-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  gap: 12px;
}

.project-strip-grid img {
  height: 520px;
  object-fit: cover;
}

.professional-banner,
.action-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 40px;
  align-items: end;
  padding: clamp(64px, 8vw, 120px) clamp(20px, 6vw, 96px);
}

.professional-banner {
  color: var(--ink);
  background: var(--brown-panel);
}

.professional-banner h2,
.action-panel h2 {
  max-width: 760px;
  margin: 8px 0 24px;
  font-size: clamp(42px, 6vw, 88px);
  font-weight: 200;
  letter-spacing: -.05em;
  line-height: 1;
}

.action-panel {
  color: #fff;
  background: #171512;
}

.action-panel h2 {
  font-size: clamp(38px, 4.5vw, 72px);
  overflow-wrap: normal;
  word-break: normal;
}

.action-buttons {
  display: flex;
  min-width: 0;
  max-width: 100%;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  padding: 22px clamp(20px, 6vw, 96px);
  border-bottom: 1px solid var(--line);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.breadcrumbs a {
  color: var(--muted);
  text-decoration: none;
}

.detail-hero {
  min-height: min(72vh, 780px);
}

.detail-hero-copy {
  min-height: min(72vh, 780px);
}

.detail-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  gap: clamp(36px, 8vw, 120px);
}

.detail-intro h2 {
  margin: 0;
  font-size: clamp(36px, 5vw, 72px);
  font-weight: 200;
  line-height: 1.12;
}

.collection-products,
.configuration-section {
  background: var(--paper-light);
}

.compatible-panel {
  color: var(--ink);
  background: var(--brown-panel);
}

.compatible-panel > h2 {
  margin-top: 0;
}

.product-specification {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  padding-top: 0;
}

.spec-column {
  padding: clamp(28px, 4vw, 56px);
  border: 1px solid var(--line);
}

.spec-column ul {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.spec-column li {
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}

.configuration-section {
  display: grid;
  grid-template-columns: minmax(260px, .7fr) minmax(0, 1.3fr);
  gap: clamp(40px, 8vw, 120px);
}

.configuration-list {
  border-top: 1px solid var(--line);
}

.configuration-list article {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 24px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.configuration-list small {
  grid-column: 1 / -1;
  color: var(--muted);
}

.detail-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  background: transparent;
}

.detail-gallery img {
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center;
}

.product-gallery {
  padding-right: 0;
  padding-left: 0;
  background: var(--paper-light);
}

.product-gallery > .section-header {
  padding-right: clamp(20px, 6vw, 96px);
  padding-left: clamp(20px, 6vw, 96px);
}

.product-materials {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
  gap: clamp(42px, 8vw, 120px);
  color: var(--ink);
  background: var(--brown-panel);
}

.opening-system-advisory {
  max-width: 720px;
  margin-top: 28px;
  color: var(--muted);
}

.opening-system-contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 40px;
  align-items: end;
  color: var(--ink);
  background: var(--brown-panel);
}

.opening-system-contact h2 {
  max-width: 820px;
  margin-bottom: 0;
}

.feature-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.feature-list li {
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.search-page {
  min-height: 70vh;
}

.search-page .section-header {
  display: block;
}

.search-page h1 {
  max-width: 980px;
}

.catalogue-search {
  max-width: 980px;
  margin-bottom: 36px;
}

.catalogue-search label {
  display: block;
  margin-bottom: 12px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.catalogue-search > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.catalogue-search input {
  min-width: 0;
  min-height: 58px;
  padding: 0 18px;
  color: var(--ink);
  background: var(--paper-light);
  border: 1px solid var(--line);
  border-radius: 0;
  font: inherit;
}

.catalogue-search input:focus {
  border-color: var(--bronze);
  outline: 1px solid var(--bronze);
}

.search-submit {
  width: 58px;
  min-width: 58px;
  padding: 0;
}

.search-submit svg {
  width: 22px;
  height: 22px;
}

.search-submit::after {
  display: none;
}

@media (max-width: 720px) {
  .concierge-launcher {
    min-height: 38px;
    padding: 0 12px;
  }
}

.search-summary {
  margin-bottom: 32px;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.product-finishes {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
  gap: clamp(42px, 8vw, 120px);
  background: var(--paper-light);
}

.product-finishes-rich {
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(44px, 6vw, 86px);
  color: var(--ink);
  background: var(--paper);
}

.product-finishes-rich .section-header {
  width: min(100%, 980px);
  margin-inline: auto;
  text-align: center;
}

.product-finishes-rich .section-header h2 {
  max-width: 900px;
  margin-inline: auto;
  font-size: clamp(40px, 5vw, 76px);
  font-weight: 300;
  line-height: 1.04;
}

.product-finishes-rich .section-header p:last-child {
  margin-inline: auto;
}

.product-finishes .section-header {
  display: block;
  min-width: 0;
  align-self: start;
}

.product-finishes .section-header h2 {
  max-width: 620px;
}

.product-finishes .section-header p:last-child {
  max-width: 520px;
  color: var(--muted);
}

.finish-groups {
  display: grid;
  gap: clamp(64px, 9vw, 132px);
  min-width: 0;
}

.finish-family {
  min-width: 0;
}

.finish-family + .finish-family {
  padding-top: clamp(58px, 8vw, 108px);
  border-top: 1px solid var(--line);
}

.finish-family-title {
  margin: 0 0 clamp(34px, 4.5vw, 62px);
  font-size: clamp(28px, 3.2vw, 48px);
  font-weight: 600;
  letter-spacing: .02em;
  text-align: center;
  text-transform: uppercase;
}

.finish-category-tabs {
  display: grid;
  grid-template-columns: repeat(var(--finish-category-count), minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  margin-bottom: clamp(48px, 7vw, 92px);
}

.finish-category-tab {
  min-height: 76px;
  padding: 14px 20px;
  color: var(--ink);
  font: inherit;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .08em;
  line-height: 1.35;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  background: transparent;
  border: 1px solid var(--ink);
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.finish-category-tab:hover,
.finish-category-tab:focus-visible {
  border-color: var(--accent);
  outline: none;
}

.finish-category-tab[aria-selected="true"] {
  color: var(--cream);
  background: var(--dark);
  border-color: var(--dark);
}

.finish-category-tab:focus-visible {
  box-shadow: 0 0 0 3px rgba(170, 114, 80, .22);
}

.finish-category-panel[hidden] {
  display: none;
}

.finish-category-title {
  margin: 0 0 clamp(34px, 5vw, 64px);
  font-size: clamp(20px, 2.1vw, 30px);
  font-weight: 500;
  letter-spacing: .02em;
  text-align: center;
  text-transform: uppercase;
}

.finish-menu {
  display: grid;
  min-width: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(20px, 3.2vw, 48px);
}

.finish-option {
  display: grid;
  grid-template-rows: minmax(2.8em, auto) minmax(0, 1fr);
  gap: 18px;
  min-width: 0;
  padding: 0;
}

.finish-option-name {
  min-width: 0;
  color: var(--ink);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.finish-preview-trigger {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  padding: 0;
  overflow: hidden;
  color: inherit;
  cursor: zoom-in;
  background: var(--paper-light);
  border: 1px solid transparent;
}

.finish-preview-trigger:focus-visible {
  border-color: var(--accent);
  outline: 3px solid rgba(170, 114, 80, .22);
  outline-offset: 3px;
}

.finish-swatch {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(42, 41, 38, .16);
  background: var(--finish-swatch);
}

.finish-swatch-image {
  display: block;
  object-fit: contain;
  transition: transform 600ms cubic-bezier(.2, .7, .2, 1);
}

.finish-preview-trigger:hover .finish-swatch-image,
.finish-preview-trigger:focus-visible .finish-swatch-image {
  transform: scale(1.08);
}

.finish-preview-modal {
  width: min(880px, calc(100vw - 32px));
  max-width: none;
  max-height: calc(100vh - 32px);
  padding: 0;
  overflow: visible;
  color: var(--cream);
  background: transparent;
  border: 0;
}

.finish-preview-modal::backdrop {
  background: rgba(13, 12, 11, .86);
  backdrop-filter: blur(7px);
}

.finish-preview-card {
  position: relative;
  display: grid;
  gap: 14px;
  max-height: calc(100vh - 32px);
  padding: clamp(18px, 3vw, 34px);
  overflow: auto;
  background: var(--dark);
  border: 1px solid var(--accent-soft);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .46);
}

.finish-preview-close {
  position: absolute;
  z-index: 2;
  top: 12px;
  right: 12px;
  display: grid;
  width: 44px;
  height: 44px;
  padding: 0;
  place-items: center;
  color: var(--cream);
  font: inherit;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  background: rgba(23, 21, 19, .84);
  border: 1px solid var(--line);
  border-radius: 50%;
}

.finish-preview-close:hover,
.finish-preview-close:focus-visible {
  color: var(--accent-soft);
  border-color: var(--accent-soft);
}

.finish-preview-media {
  display: grid;
  min-height: min(62vh, 620px);
  overflow: hidden;
  place-items: center;
  background: #f5f0e8;
}

.finish-preview-image {
  display: block;
  width: 100%;
  height: min(62vh, 620px);
  object-fit: contain;
}

.finish-preview-image[hidden],
.finish-preview-large-swatch[hidden] {
  display: none;
}

.finish-preview-large-swatch {
  display: block;
  width: min(70vw, 540px);
  aspect-ratio: 1;
  background: var(--finish-swatch);
  border: 1px solid rgba(42, 41, 38, .16);
}

.product-image-dialog {
  width: 100vw;
  max-width: none;
  height: 100dvh;
  max-height: none;
  margin: 0;
  padding: 0;
  color: var(--cream);
  background: rgba(13, 12, 11, .96);
  border: 0;
}

.product-image-dialog::backdrop {
  background: rgba(13, 12, 11, .9);
  backdrop-filter: blur(8px);
}

.product-image-dialog-panel {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  width: 100%;
  height: 100%;
  padding: max(14px, env(safe-area-inset-top)) max(14px, env(safe-area-inset-right)) max(14px, env(safe-area-inset-bottom)) max(14px, env(safe-area-inset-left));
}

.product-image-dialog-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 2px 0 12px;
}

.product-image-dialog-header p { margin: 0; color: var(--cream); }
.product-image-dialog-header h2 {
  margin: 3px 0 0;
  color: var(--cream);
  font-size: clamp(22px, 2.2vw, 38px);
  font-weight: 350;
  line-height: 1;
}

.product-image-dialog-close {
  display: grid;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  padding: 0;
  color: var(--cream);
  font: inherit;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
  background: transparent;
  border: 1px solid rgba(243, 238, 231, .55);
  border-radius: 50%;
  place-items: center;
}

.product-image-dialog-close:hover,
.product-image-dialog-close:focus-visible { color: var(--accent-soft); border-color: var(--accent-soft); }

.product-inquiry-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.64fr) minmax(350px, .96fr);
  min-height: 0;
  overflow: hidden;
  background: #11100f;
  border: 1px solid rgba(199, 144, 111, .42);
  box-shadow: 0 28px 90px rgba(0, 0, 0, .46);
}

.product-inquiry-media {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  min-width: 0;
  min-height: 0;
  padding: clamp(10px, 1.4vw, 22px);
  background: #11100f;
}

.product-inquiry-image-stage {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 0;
  place-items: center;
  overflow: hidden;
}

.product-image-dialog-image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
}

.product-image-dialog-caption {
  min-height: 1.4em;
  margin: 10px 0 0;
  color: var(--cream);
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
}

.product-inquiry-panel {
  min-width: 0;
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  color: var(--ink);
  background: #f2ede5;
  border-left: 1px solid rgba(199, 144, 111, .44);
}

.product-inquiry-summary {
  padding: clamp(24px, 3vw, 42px) clamp(20px, 3vw, 38px) 18px;
  border-bottom: 1px solid #d7c9bb;
}

.product-inquiry-summary .eyebrow { margin: 0 0 10px; color: #7a513d; }
.product-inquiry-summary h3 {
  margin: 0;
  color: #2a2724;
  font-size: clamp(30px, 3vw, 48px);
  font-weight: 350;
  line-height: 1.02;
}
.product-inquiry-summary > p:last-child { margin: 12px 0 0; color: #665f58; line-height: 1.5; }

.product-inquiry-form { display: grid; gap: 0; padding: 0 clamp(20px, 3vw, 38px) clamp(28px, 4vw, 48px); }
.product-inquiry-product-context {
  display: grid;
  gap: 4px;
  margin: 0 calc(clamp(20px, 3vw, 38px) * -1);
  padding: 18px clamp(20px, 3vw, 38px);
  color: var(--cream);
  background: #282521;
}
.product-inquiry-product-context strong { font-size: 18px; font-weight: 500; }
.product-inquiry-product-context span { color: #d1c3b6; font-size: 12px; }

.product-inquiry-form fieldset {
  min-width: 0;
  margin: 0;
  padding: 24px 0;
  border: 0;
  border-bottom: 1px solid #d7c9bb;
}
.product-inquiry-form legend {
  width: 100%;
  margin: 0 0 16px;
  color: #6a4e3d;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.product-inquiry-fields { display: grid; gap: 14px; min-width: 0; }
.product-inquiry-fields.two-columns { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.product-inquiry-fields.dimension-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.product-inquiry-fields .full-row { grid-column: 1 / -1; }
.product-inquiry-form label { display: grid; gap: 7px; min-width: 0; color: #47423d; font-size: 12px; line-height: 1.35; }
.product-inquiry-form input,
.product-inquiry-form select,
.product-inquiry-form textarea {
  width: 100%;
  min-width: 0;
  min-height: 46px;
  padding: 11px 12px;
  color: #24211f;
  font: inherit;
  font-size: 15px;
  background: #fffdf9;
  border: 1px solid #bcae9f;
  border-radius: 0;
}
.product-inquiry-form textarea { min-height: 92px; resize: vertical; }
.product-inquiry-form input:focus-visible,
.product-inquiry-form select:focus-visible,
.product-inquiry-form textarea:focus-visible { outline: 2px solid #9b6549; outline-offset: 1px; border-color: #9b6549; }
.product-inquiry-form input[type="file"] {
  padding: 6px;
  color: #5f5750;
  font-size: 12px;
  cursor: pointer;
}
.product-inquiry-form input[type="file"]::file-selector-button,
.product-inquiry-form input[type="file"]::-webkit-file-upload-button {
  min-height: 34px;
  margin: 0 12px 0 0;
  padding: 8px 14px;
  color: #f3eee7;
  -webkit-text-fill-color: #f3eee7;
  font: inherit;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
  background: #3a3530;
  border: 1px solid #3a3530;
  border-radius: 0;
}
.product-inquiry-form input[type="file"]::file-selector-button:hover,
.product-inquiry-form input[type="file"]::-webkit-file-upload-button:hover {
  color: #2a2724;
  background: var(--accent-soft);
  border-color: var(--accent-soft);
}
.product-inquiry-form small { color: #70685f; font-size: 10px; line-height: 1.4; }
.product-inquiry-options-note { align-self: end; margin: 0; padding: 12px; color: #6b625a; background: #e8dfd4; font-size: 12px; line-height: 1.45; }
.product-inquiry-consent { grid-template-columns: auto 1fr; align-items: start; gap: 10px !important; padding: 22px 0 14px; line-height: 1.5 !important; }
.product-inquiry-consent input { width: 18px; min-height: 18px; margin: 2px 0 0; padding: 0; }
.product-inquiry-status { min-height: 20px; margin: 0 0 12px; color: #6a4e3d; font-size: 12px; line-height: 1.45; }
.product-inquiry-submit { position: sticky; bottom: 0; z-index: 2; width: 100%; min-height: 52px; }

.product-inquiry-success { display: grid; gap: 18px; padding: clamp(30px, 5vw, 64px) clamp(20px, 3vw, 38px); }
.product-inquiry-success .eyebrow { margin: 0; color: #7a513d; }
.product-inquiry-success h3 { margin: 0; font-size: clamp(32px, 3.5vw, 54px); font-weight: 350; line-height: 1.05; }
.product-inquiry-success > p { margin: 0; line-height: 1.6; }
.product-inquiry-reference { display: grid; gap: 6px; padding: 16px; background: #e8dfd4; }
.product-inquiry-reference span { color: #6a625b; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.product-inquiry-reference strong { font-size: 19px; }
.product-inquiry-success-actions { display: grid; gap: 9px; }
.product-inquiry-success-actions .button { width: 100%; }

@media (max-width: 1024px) {
  .product-image-dialog-panel { overflow: hidden; }
  .product-inquiry-layout { display: block; overflow-y: auto; }
  .product-inquiry-media { min-height: 54dvh; }
  .product-inquiry-image-stage { min-height: 46dvh; }
  .product-inquiry-panel { overflow: visible; border-top: 1px solid rgba(199, 144, 111, .44); border-left: 0; }
}

@media (max-width: 767px) {
  .product-image-dialog-panel { padding: 0; }
  .product-image-dialog-header {
    position: sticky;
    z-index: 8;
    top: 0;
    min-height: 66px;
    padding: max(8px, env(safe-area-inset-top)) 12px 8px;
    background: rgba(13, 12, 11, .96);
  }
  .product-image-dialog-header .eyebrow { font-size: 8px; }
  .product-image-dialog-header h2 { font-size: 21px; }
  .product-image-dialog-close { width: 44px; height: 44px; flex-basis: 44px; }
  .product-inquiry-layout { border-right: 0; border-bottom: 0; border-left: 0; }
  .product-inquiry-media { min-height: 47dvh; padding: 8px; }
  .product-inquiry-image-stage { min-height: 40dvh; }
  .product-image-dialog-caption { padding: 0 8px; font-size: 11px; }
  .product-inquiry-summary { padding: 26px 18px 18px; }
  .product-inquiry-form { padding-right: 18px; padding-left: 18px; }
  .product-inquiry-product-context { margin-right: -18px; margin-left: -18px; padding-right: 18px; padding-left: 18px; }
  .product-inquiry-fields.two-columns,
  .product-inquiry-fields.dimension-grid { grid-template-columns: 1fr; }
  .product-inquiry-submit { bottom: env(safe-area-inset-bottom); }
}

.finish-preview-card .eyebrow {
  margin: 2px 0 0;
  color: var(--accent-soft);
}

.finish-preview-card h2 {
  margin: 0;
  color: var(--cream);
  font-size: clamp(24px, 4vw, 44px);
  font-weight: 350;
}

.product-detail-notes {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
  gap: clamp(42px, 8vw, 120px);
  color: var(--ink);
  background: var(--dark);
}

.product-detail-notes .section-header {
  display: block;
  align-self: start;
}

.product-detail-notes .section-header h2 {
  max-width: 620px;
}

.product-detail-notes .section-header p:last-child {
  max-width: 520px;
  color: var(--muted);
}

.product-detail-note-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.product-detail-note-list li {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 20px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.product-detail-note-list span {
  color: var(--accent-soft);
  font-size: 11px;
  letter-spacing: .12em;
}

.product-detail-note-list p {
  max-width: 760px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(17px, 1.5vw, 23px);
  line-height: 1.5;
}

.orbit-hero .detail-hero-copy {
  max-width: 1040px;
}

@media (min-width: 701px) {
  .detail-hero.orbit-hero {
    min-height: 0;
    width: 100%;
    aspect-ratio: 16 / 9;
  }

  .orbit-hero > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .orbit-hero .detail-hero-copy {
    min-height: 0;
    height: 100%;
  }
}

.detail-hero.orbit-hero h1 {
  max-width: none;
  margin-bottom: 0;
  font-size: clamp(48px, 13vw, 112px);
}

.orbit-hero-summary {
  color: var(--ink);
  background: var(--brown-panel);
}

.orbit-hero-summary h2 {
  max-width: 1120px;
  margin: 16px 0 34px;
  font-size: clamp(30px, 3.5vw, 56px);
  font-weight: 200;
  letter-spacing: -.035em;
  line-height: 1.16;
}

.orbit-hero-summary .lede {
  max-width: 920px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(18px, 1.8vw, 26px);
  font-weight: 300;
  line-height: 1.6;
}

.orbit-mood-interlude {
  height: clamp(190px, 26vw, 420px);
  margin: 0;
  overflow: hidden;
  background: var(--dark);
}

.orbit-mood-interlude img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (hover: hover) and (pointer: fine) {
  .orbit-hero > img,
  .orbit-mood-interlude img,
  .door-type-main-visual img,
  .door-type-supporting img {
    transition: transform 5.5s cubic-bezier(.18, .7, .2, 1);
    transform-origin: center;
    will-change: transform;
  }

  .orbit-hero:hover > img {
    transform: scale(1.025);
  }

  .orbit-mood-interlude:hover img,
  .door-type-main-visual:hover img,
  .door-type-supporting figure:hover img {
    transform: scale(1.04);
  }
}

.product-narrative {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
  gap: clamp(44px, 9vw, 140px);
  align-items: start;
  background: var(--brown-panel);
}

.product-narrative h2 {
  max-width: 960px;
  margin: 14px 0 0;
  font-size: clamp(30px, 3.2vw, 48px);
  font-weight: 200;
  letter-spacing: -.035em;
  line-height: 1.16;
}

.product-narrative > div:last-child {
  padding-top: 42px;
}

.product-narrative > div:last-child > p:first-child {
  margin: 0 0 34px;
  color: var(--muted);
  font-size: clamp(17px, 1.5vw, 22px);
  line-height: 1.65;
}

.product-narrative .badge-row {
  margin-bottom: 30px;
}

.product-narrative .badge-row a {
  color: var(--ink);
  text-decoration: none;
}

.door-types {
  overflow: hidden;
  background: var(--dark);
}

.door-types-header {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  border-bottom: 1px solid var(--line);
  text-align: center;
}

.door-types-header h2 {
  margin: 0;
  font-size: clamp(42px, 5.5vw, 82px);
  font-weight: 200;
  letter-spacing: -.055em;
  line-height: .95;
}

.door-type-menu {
  display: grid;
  flex: 0 0 100%;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  justify-content: center;
  width: 100%;
  margin-top: clamp(38px, 5vw, 72px);
}

.door-type-menu a {
  display: grid;
  min-height: 76px;
  padding: 14px 16px;
  place-items: center;
  color: var(--ink);
  border: 1px solid var(--line);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .085em;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 260ms ease, border-color 260ms ease, color 260ms ease, transform 260ms ease;
}

.door-type-menu a:hover,
.door-type-menu a:focus-visible,
.door-type-menu a.is-active {
  color: var(--ink);
  background: var(--brown-deep);
  border-color: var(--accent-soft);
}

.door-type-menu a:hover,
.door-type-menu a:focus-visible {
  transform: translateY(-2px);
}

.door-type-menu a:focus-visible {
  outline: 2px solid var(--accent-soft);
  outline-offset: 3px;
}

.door-type-story {
  display: grid;
  grid-template-columns: minmax(330px, .78fr) minmax(0, 1.22fr);
  scroll-margin-top: calc(var(--header-height) + 18px);
  border-bottom: 1px solid var(--line);
}

.door-type-story-general {
  grid-template-columns: 1fr;
}

.door-type-story-general .door-type-copy {
  grid-column: 1 / -1;
  width: 100%;
}

.door-type-story-general .door-type-description {
  max-width: 1120px;
}

.door-type-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(56px, 7vw, 110px) clamp(20px, 5vw, 72px);
}

.door-types.is-reveal-ready .door-type-description[data-door-type-reveal] {
  opacity: 0;
  transform: translateX(-54px);
  transition: opacity 900ms ease, transform 1150ms cubic-bezier(.2, .72, .2, 1);
  will-change: opacity, transform;
}

.door-types.is-reveal-ready .door-type-story-reverse .door-type-description[data-door-type-reveal] {
  transform: translateX(54px);
}

.door-types.is-reveal-ready .door-type-description[data-door-type-reveal].is-visible {
  opacity: 1;
  transform: translateX(0);
  will-change: auto;
}

main.is-paragraph-reveal-ready [data-product-paragraph-reveal] {
  opacity: 0;
  transform: translateX(-54px);
  transition: opacity 900ms ease, transform 1150ms cubic-bezier(.2, .72, .2, 1);
  will-change: opacity, transform;
}

main.is-paragraph-reveal-ready [data-product-paragraph-reveal].reveal-from-right {
  transform: translateX(54px);
}

main.is-paragraph-reveal-ready [data-product-paragraph-reveal].is-visible {
  opacity: 1;
  transform: translateX(0);
  will-change: auto;
}

.door-types.is-reveal-ready .door-type-main-visual[data-door-type-visual-reveal] {
  opacity: 0;
  transform: translateX(64px) scale(.985);
  transition: opacity 950ms ease, transform 1250ms cubic-bezier(.2, .72, .2, 1);
  will-change: opacity, transform;
}

.door-types.is-reveal-ready .door-type-story-reverse .door-type-main-visual[data-door-type-visual-reveal] {
  transform: translateX(-64px) scale(.985);
}

.door-types.is-reveal-ready .door-type-main-visual[data-door-type-visual-reveal].is-visible {
  opacity: 1;
  transform: translateX(0) scale(1);
  will-change: auto;
}

.door-type-copy h2 {
  margin: 12px 0 30px;
  font-size: clamp(30px, 2.8vw, 48px);
  font-weight: 200;
  letter-spacing: -.035em;
  line-height: 1.06;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.door-type-copy > p:not(.eyebrow):not(.technical-review-note) {
  max-width: 700px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.72;
  white-space: pre-line;
}

.technical-review-note {
  max-width: 650px;
  margin: 34px 0 0;
  padding-left: 18px;
  color: var(--accent-soft);
  border-left: 1px solid var(--bronze);
  font-size: 10px;
  letter-spacing: .08em;
  line-height: 1.55;
  text-transform: uppercase;
}

.door-type-main-visual,
.door-type-supporting figure {
  margin: 0;
  overflow: hidden;
  background: transparent;
}

.door-type-main-visual {
  min-height: 100%;
}

.door-type-main-visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
}

.door-type-story-reverse .door-type-copy {
  order: 2;
}

.door-type-story-reverse .door-type-main-visual {
  order: 1;
}

.door-type-story-reverse .door-type-supporting {
  order: 3;
}

.door-type-supporting {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  background: transparent;
}

.door-type-supporting img {
  width: 100%;
  height: min(76vw, 840px);
  max-height: 840px;
  object-fit: cover;
}

.technical-documentation-note {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: center;
  background: var(--dark);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.technical-documentation-note p {
  margin: 0;
  color: var(--ink);
  font-size: clamp(20px, 2.1vw, 34px);
  font-weight: 300;
  line-height: 1.35;
}

.technical-documentation-note .text-link {
  flex: 0 0 auto;
}

.related-products {
  background: var(--brown-panel);
}

.relationship-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, max-content));
  gap: clamp(24px, 4vw, 64px);
  align-items: center;
  padding-block: clamp(28px, 3.5vw, 52px);
  background: var(--dark);
  color: #fff;
}

.relationship-summary div {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.relationship-summary strong {
  font-size: clamp(32px, 4.2vw, 58px);
  font-weight: 250;
  line-height: .9;
}

.relationship-summary span {
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.contact-page {
  display: grid;
  grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr);
  gap: clamp(50px, 9vw, 140px);
  min-height: 70vh;
  background: var(--paper-light);
}

.contact-details h1 {
  margin: 12px 0 40px;
  font-size: clamp(45px, 6vw, 84px);
  font-weight: 200;
  letter-spacing: -.05em;
  line-height: 1;
}

.contact-details address,
.site-footer address {
  font-style: normal;
}

.contact-link-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin-top: 30px;
}

.contact-link-list > a:not(.button) {
  font-size: clamp(20px, 2vw, 28px);
  text-decoration: none;
}

.contact-link-list p {
  display: flex;
  flex-direction: column;
  margin: 8px 0;
}

.contact-link-list p span {
  color: var(--muted);
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.enquiry-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  align-content: start;
  padding: clamp(26px, 4vw, 56px);
  color: #fff;
  background: var(--dark);
}

.enquiry-form label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.enquiry-form label:has(textarea),
.enquiry-form .consent,
.enquiry-form .button,
.enquiry-form .form-status {
  grid-column: 1 / -1;
}

.enquiry-form input,
.enquiry-form select,
.enquiry-form textarea {
  width: 100%;
  padding: 13px 0;
  color: #fff;
  border: 0;
  border-bottom: 1px solid #6f6860;
  border-radius: 0;
  background: transparent;
  font: inherit;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  text-transform: none;
}

.enquiry-form select option {
  color: var(--ink);
}

.enquiry-form textarea {
  resize: vertical;
}

.enquiry-form .consent {
  flex-direction: row;
  align-items: flex-start;
  line-height: 1.5;
  text-transform: none;
}

.enquiry-form .consent input {
  width: 18px;
  margin: 2px 10px 0 0;
}

.honeypot {
  position: absolute !important;
  left: -10000px !important;
}

.form-status {
  min-height: 24px;
}

.not-found {
  min-height: 65vh;
}

.not-found h1 {
  margin: 10px 0 40px;
}

.site-footer {
  display: flex;
  gap: clamp(28px, 4vw, 72px);
  align-items: flex-start;
  justify-content: space-between;
  padding: 60px clamp(20px, 6vw, 96px);
  color: var(--muted);
}

.site-footer img {
  width: var(--logo-width, 120px);
}

.footer-brand {
  --logo-width: clamp(100px, 8vw, 120px);
  --logo-clear-space: calc(var(--logo-width) * .155);
  padding: var(--logo-clear-space);
}

.footer-label {
  margin: 0 0 12px;
  color: #b9ad9e;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.footer-contacts,
.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.site-footer a {
  text-decoration: none;
}

.footer-social {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 12px;
}

.footer-social-group {
  display: grid;
  flex: 0 0 auto;
  gap: 12px;
}

.footer-social-group .footer-label {
  margin: 0;
}

.footer-credit {
  margin: 10px 0 0;
  color: #b9ad9e;
  font-size: 10px;
  letter-spacing: .08em;
  line-height: 1.5;
  text-transform: uppercase;
}

.footer-credit a {
  color: var(--cream);
  font-weight: 650;
  transition: color 180ms ease;
}

.footer-credit a:hover,
.footer-credit a:focus-visible {
  color: var(--accent-soft);
}

.footer-social[hidden] {
  display: none;
}

.footer-social a,
.footer-social-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--cream);
  border: 1px solid var(--line);
  border-radius: 50%;
  transition: color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.footer-social a:hover,
.footer-social a:focus-visible {
  color: var(--accent-soft);
  border-color: var(--accent-soft);
  transform: translateY(-2px);
}

.footer-social svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
}

.footer-social-icon.is-pending {
  color: var(--muted);
  opacity: .82;
}

.footer-sitemap {
  display: grid;
  flex: 1 1 auto;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 64px);
  max-width: 1040px;
}

.footer-sitemap-column {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.footer-sitemap-column h2 {
  margin: 0 0 8px;
  color: var(--cream);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.footer-sitemap-column a {
  width: fit-content;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.footer-sitemap-column a:hover,
.footer-sitemap-column a:focus-visible {
  color: var(--accent-soft);
}

.enquiry-form select option {
  color: #2a2926;
  background: #f5f0e8;
}

.product-narrative-story-only {
  grid-template-columns: minmax(0, 1fr);
}

.product-narrative-story-only > div:last-child {
  padding-top: 0;
}

.motor-system-description {
  background: var(--dark);
  border-top: 1px solid var(--line);
}

.sticky-contact {
  display: none;
}

.floating-whatsapp {
  position: fixed;
  z-index: 80;
  right: clamp(18px, 2.5vw, 34px);
  bottom: clamp(18px, 2.5vw, 34px);
  display: inline-flex;
  gap: 10px;
  align-items: center;
  min-height: 58px;
  padding: 13px 18px 13px 14px;
  color: #fff;
  background: #25d366;
  border: 2px solid rgba(255, 255, 255, .88);
  border-radius: 999px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .35);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .2s ease, box-shadow .2s ease;
}

.floating-whatsapp:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .42);
}

.floating-whatsapp svg {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
}

html[lang="fr"] .systems-hero h1 {
  max-width: 15ch;
  font-size: clamp(58px, 7vw, 112px);
  letter-spacing: -.045em;
  line-height: 1.02;
}

@media (min-width: 1081px) and (max-width: 1320px) {
  .site-header {
    grid-template-columns: minmax(155px, 1fr) max-content max-content;
    column-gap: 0;
    padding-inline: 28px;
  }

  .desktop-nav {
    gap: 18px;
  }

  .desktop-nav a,
  .collection-menu-toggle,
  .header-actions button {
    font-size: 11px;
    letter-spacing: .09em;
  }

  .header-actions {
    gap: 13px;
  }
}

@media (max-width: 1500px) {
  .action-panel {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .action-buttons {
    width: 100%;
    justify-content: flex-start;
  }
}

@media (max-width: 1080px) {
  .utility-whatsapp {
    display: none;
  }

  .site-header {
    grid-template-columns: minmax(150px, 1fr) max-content max-content;
    column-gap: 14px;
    padding-inline: 24px;
  }

  .desktop-nav {
    gap: 12px;
  }

  .desktop-nav a,
  .collection-menu-toggle,
  .header-actions button {
    font-size: 10px;
    letter-spacing: .09em;
  }

  .header-actions {
    gap: 12px;
    margin-left: 0;
  }

  .catalogue-grid,
  .product-grid {
    gap: 42px 18px;
  }

  .system-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .compact-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .project-strip-grid {
    grid-template-columns: 1fr 1fr;
  }

  .project-strip-grid img:first-child {
    grid-column: 1 / -1;
  }

  .site-footer {
    flex-wrap: wrap;
  }

  .footer-sitemap {
    order: 3;
    flex-basis: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .professional-banner,
  .action-panel {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .action-buttons {
    justify-content: flex-start;
  }

  .finish-menu {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .door-type-copy {
    padding-right: clamp(24px, 4vw, 42px);
    padding-left: clamp(24px, 4vw, 42px);
  }

  .door-type-copy h2 {
    font-size: clamp(26px, 3vw, 34px);
  }

  .door-type-menu {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .product-finishes,
  .product-detail-notes {
    grid-template-columns: 1fr;
  }

  .product-finishes-rich .section-header {
    position: static;
  }

  .product-materials {
    grid-template-columns: 1fr;
  }

  .opening-system-contact {
    grid-template-columns: 1fr;
    align-items: start;
  }
}

@media (max-width: 700px) {
  body {
    padding-bottom: 54px;
  }

  .brand span {
    display: none;
  }

  .page-hero,
  .page-hero-copy,
  .detail-hero,
  .detail-hero-copy {
    min-height: 610px;
  }

  .page-hero h1,
  .detail-hero h1 {
    font-size: clamp(54px, 18vw, 82px);
  }

  .detail-hero-copy {
    justify-content: center;
    padding-top: 96px;
    padding-bottom: 170px;
  }

  .catalogue-grid,
  .product-grid,
  .system-grid,
  .compact-product-grid,
  .detail-intro,
  .product-specification,
  .product-finishes,
  .product-narrative,
  .configuration-section,
  .detail-gallery,
  .contact-page,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .footer-sitemap {
    grid-template-columns: 1fr;
  }

  .site-footer {
    flex-direction: column;
  }

  .footer-sitemap {
    order: 2;
    width: 100%;
  }

  .footer-social-group {
    order: 3;
  }

  .orbit-hero .detail-hero-copy {
    justify-content: flex-end;
    min-height: 0;
    height: 100%;
    padding: 20px;
  }

  .detail-hero.orbit-hero {
    min-height: 0;
    width: 100%;
    aspect-ratio: 16 / 9;
  }

  .orbit-hero > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .detail-hero.orbit-hero h1 {
    font-size: clamp(42px, 15vw, 64px);
  }

  .product-narrative {
    gap: 48px;
  }

  .product-narrative > div:last-child {
    padding-top: 0;
  }

  .door-types-header {
    display: flex;
    align-items: center;
    text-align: center;
  }

  .door-types-header h2 {
    margin-top: 14px;
  }

  .door-type-menu {
    display: flex;
    gap: 10px;
    margin-top: 34px;
    padding-bottom: 8px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    scrollbar-color: var(--accent-soft) transparent;
    scrollbar-width: thin;
  }

  .door-type-menu a {
    flex: 0 0 min(72vw, 280px);
    min-height: 66px;
    scroll-snap-align: start;
  }

  .door-type-story {
    grid-template-columns: 1fr;
  }

  .door-type-story-reverse .door-type-copy,
  .door-type-story-reverse .door-type-main-visual {
    order: initial;
  }

  .door-types.is-reveal-ready .door-type-description[data-door-type-reveal] {
    transform: translateX(-28px);
  }

  .door-types.is-reveal-ready .door-type-story-reverse .door-type-description[data-door-type-reveal] {
    transform: translateX(28px);
  }

  .door-types.is-reveal-ready .door-type-description[data-door-type-reveal].is-visible {
    transform: translateX(0);
  }

  .door-types.is-reveal-ready .door-type-main-visual[data-door-type-visual-reveal] {
    transform: translateX(28px) scale(.99);
  }

  .door-types.is-reveal-ready .door-type-story-reverse .door-type-main-visual[data-door-type-visual-reveal] {
    transform: translateX(-28px) scale(.99);
  }

  .door-types.is-reveal-ready .door-type-main-visual[data-door-type-visual-reveal].is-visible {
    transform: translateX(0) scale(1);
  }

  .door-type-main-visual img {
    min-height: 430px;
  }

  .door-type-supporting img {
    height: 132vw;
    max-height: 720px;
  }

  .technical-documentation-note {
    align-items: flex-start;
    flex-direction: column;
  }

  .finish-menu {
    grid-template-columns: 1fr 1fr;
  }

  .product-finishes-rich {
    gap: 42px;
  }

  .finish-groups {
    gap: 72px;
  }

  .finish-family-title {
    margin-bottom: 28px;
  }

  .finish-category-tabs {
    display: flex;
    gap: 10px;
    margin-right: calc(var(--page-pad) * -1);
    margin-bottom: 48px;
    margin-left: calc(var(--page-pad) * -1);
    padding-inline: var(--page-pad);
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }

  .finish-category-tabs::-webkit-scrollbar {
    display: none;
  }

  .finish-category-tab {
    flex: 0 0 min(78vw, 286px);
    min-height: 68px;
    scroll-snap-align: start;
  }

  .finish-category-title {
    margin-bottom: 34px;
  }

  .finish-option {
    gap: 12px;
  }

  .finish-option-name {
    font-size: 11px;
  }

  .catalogue-card img,
  .product-card img {
    height: 440px;
  }

  .system-card a {
    min-height: 320px;
  }

  .professional-banner,
  .action-panel {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .action-buttons {
    justify-content: flex-start;
  }

  .project-strip-grid {
    grid-template-columns: 1fr;
  }

  .project-strip-grid img,
  .project-strip-grid img:first-child {
    grid-column: auto;
    height: 410px;
  }

  .relationship-summary {
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    padding-block: 26px;
  }

  .enquiry-form {
    grid-template-columns: 1fr;
  }

  .catalogue-search > div {
    grid-template-columns: 1fr;
  }

  .catalogue-search .button {
    width: 100%;
  }

  .enquiry-form label,
  .enquiry-form label:has(textarea),
  .enquiry-form .consent,
  .enquiry-form .button,
  .enquiry-form .form-status {
    grid-column: 1;
  }

  .detail-gallery img {
    min-height: 0;
  }

  .sticky-contact {
    position: fixed;
    z-index: 50;
    inset: auto 0 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    color: #fff;
    background: var(--dark);
    border-top: 1px solid #514a43;
  }

  .sticky-contact a {
    padding: 17px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .12em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
  }

  .sticky-contact a + a {
    border-left: 1px solid #514a43;
  }

  .floating-whatsapp {
    right: 14px;
    bottom: 68px;
    width: 58px;
    min-height: 58px;
    justify-content: center;
    padding: 0;
  }

  .floating-whatsapp span {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}

/* Architectural image standard — preserve a wide room read, including the
   ceiling and floor whenever the source contains them. Finish swatches are
   rendered separately and remain colour-accurate. */
.architectural-media {
  display: block;
  object-position: center;
}

.product-image-trigger > .architectural-media {
  filter: saturate(.94) contrast(1.025) brightness(.985) sepia(.018);
}

.page-hero > .architectural-media,
.detail-hero > .architectural-media,
.card-image-link > .architectural-media,
.compact-product-card .architectural-media,
.system-card .architectural-media,
.detail-gallery > .architectural-media,
.door-type-main-visual > .architectural-media {
  filter: saturate(.94) contrast(1.025) brightness(.985) sepia(.018);
}

.catalogue-card img,
.product-card img,
.detail-gallery img {
  height: auto;
  min-height: 0;
  aspect-ratio: 16 / 10;
}

.catalogue-card img,
.product-card img {
  transform: scale(1.008);
}

.compact-product-card > a,
.system-card a {
  min-height: 0;
  aspect-ratio: 16 / 10;
}

.page-hero,
.detail-hero {
  min-height: 0;
  aspect-ratio: 16 / 9;
}

.page-hero-copy,
.detail-hero-copy {
  min-height: 100%;
}

/* The homepage headline can wrap to four lines at tablet widths. Let this hero
   grow with its copy so the CTA row never spills into the following section. */
.home-hero {
  min-height: min(76vh, 820px);
  aspect-ratio: auto;
}

.home-hero .page-hero-copy {
  min-height: min(76vh, 820px);
}

.project-strip-grid img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-position: center;
}

/* Product/story images fill their own containers; only the supporting wrappers
   below add a visible frame. */
.door-type-main-visual > img,
.door-type-supporting figure > img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: none;
  object-fit: cover;
}

.door-type-main-visual > .product-image-trigger,
.door-type-supporting figure > .product-image-trigger {
  display: block;
  height: 100%;
}

.door-type-main-visual > .product-image-trigger > img,
.door-type-supporting figure > .product-image-trigger > img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: none;
  object-fit: cover;
}

/* Supporting imagery is framed independently so adjacent views never read as
   one composite. This intentionally excludes product heroes and story leads. */
.detail-gallery,
.door-type-supporting {
  gap: clamp(12px, 1.5vw, 22px);
  padding: clamp(12px, 1.75vw, 26px);
  background: var(--dark);
}

.detail-gallery > .product-image-trigger,
.door-type-supporting > figure {
  position: relative;
  min-width: 0;
  padding: clamp(6px, .65vw, 10px);
  overflow: hidden;
  background: #171513;
  border: 2px solid var(--bronze);
  box-shadow: 0 14px 34px rgba(0, 0, 0, .24);
}

.detail-gallery > .product-image-trigger,
.detail-gallery > .product-image-trigger > picture,
.door-type-supporting > figure > .product-image-trigger,
.door-type-supporting > figure > .product-image-trigger > picture {
  display: block;
}

.detail-gallery > .product-image-trigger > picture,
.door-type-supporting > figure > .product-image-trigger,
.door-type-supporting > figure > .product-image-trigger > picture {
  height: 100%;
  overflow: hidden;
}

@media (max-width: 767px) {
  .page-hero,
  .detail-hero {
    aspect-ratio: 4 / 5;
  }

  .catalogue-card img,
  .product-card img,
  .detail-gallery img,
  .compact-product-card > a,
  .system-card a,
  .project-strip-grid img,
  .project-strip-grid img:first-child {
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .door-type-main-visual,
  .door-type-supporting figure {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .door-type-main-visual > img,
  .door-type-supporting figure > img {
    height: 100%;
    min-height: 100%;
    max-height: none;
    object-fit: cover;
  }

  .door-type-main-visual > .product-image-trigger > img,
  .door-type-supporting figure > .product-image-trigger > img {
    height: 100%;
    min-height: 100%;
    max-height: none;
    object-fit: cover;
  }

  .detail-gallery,
  .door-type-supporting {
    gap: 10px;
    padding: 10px;
  }

  .detail-gallery > .product-image-trigger,
  .door-type-supporting > figure {
    padding: 5px;
  }
}
