:root {
  color-scheme: dark;
  --black: #000;
  --black-soft: #090e14;
  --ink: #f4f1eb;
  --muted: #aaaeb4;
  --gold: #c69a57;
  --gold-light: #e2c18b;
  --line: rgba(226, 193, 139, 0.28);
  --header-height: 86px;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--black);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--black);
  color: var(--ink);
  font-family: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

.skip-link {
  position: fixed;
  z-index: 100;
  left: 1rem;
  top: 1rem;
  padding: 0.75rem 1rem;
  background: var(--ink);
  color: var(--black);
  transform: translateY(-200%);
}

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

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  height: var(--header-height);
  padding: 0 clamp(1.25rem, 4vw, 4.25rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  background: rgba(0, 0, 0, 0.94);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(16px);
}

.brand {
  display: flex;
  align-items: center;
  width: clamp(10.5rem, 15vw, 12.25rem);
  padding: 0.55rem 0.45rem;
  flex: 0 0 auto;
  overflow: hidden;
}

.brand img {
  display: block;
  width: 100%;
  height: auto;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(1.25rem, 2.4vw, 2.75rem);
  font-size: 0.86rem;
  font-weight: 600;
}

.desktop-nav > a:not(.contact-link) {
  position: relative;
  padding: 0.65rem 0;
  color: rgba(244, 241, 235, 0.86);
}

.desktop-nav > a:not(.contact-link)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0.25rem;
  height: 1px;
  background: var(--gold-light);
  transition: right 180ms ease;
}

.desktop-nav > a:hover::after,
.desktop-nav > a:focus-visible::after {
  right: 0;
}

.contact-link {
  min-width: 8.6rem;
  padding: 0.8rem 1.25rem;
  border: 1px solid rgba(198, 154, 87, 0.72);
  border-radius: 0.6rem;
  color: var(--gold-light);
  text-align: center;
  transition: background 180ms ease, color 180ms ease;
}

.contact-link:hover,
.contact-link:focus-visible {
  background: var(--gold);
  color: var(--black);
}

.quote-basket-nav {
  padding: 0.65rem 0;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border: 0;
  background: transparent;
  color: rgba(244, 241, 235, 0.86);
  cursor: pointer;
  font: inherit;
  font-weight: 600;
}

.quote-basket-nav:hover,
.quote-basket-nav:focus-visible {
  color: var(--gold-light);
}

.quote-basket-nav:focus-visible {
  outline: 2px solid var(--gold-light);
  outline-offset: 3px;
}

.quote-basket-count {
  min-width: 1.4rem;
  height: 1.4rem;
  padding: 0 0.32rem;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(198, 154, 87, 0.72);
  border-radius: 999px;
  color: var(--gold-light);
  font-size: 0.7rem;
  line-height: 1;
}

.mobile-menu {
  display: none;
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  background: var(--black);
}

.hero-art {
  position: absolute;
  z-index: -3;
  inset: var(--header-height) 0 0;
  background-image: url("/assets/home-uploaded/hero.webp");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  filter: saturate(0.92) contrast(1.06);
  transform: scale(1.01);
}

.hero-shade {
  position: absolute;
  z-index: -2;
  inset: var(--header-height) 0 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.99) 0%, rgba(0, 0, 0, 0.93) 24%, rgba(0, 0, 0, 0.45) 50%, rgba(0, 0, 0, 0.03) 75%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, transparent 37%),
    radial-gradient(circle at 75% 46%, transparent 20%, rgba(0, 0, 0, 0.12) 68%);
}

.hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.88), transparent);
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(44rem, 46vw);
  padding: clamp(8.8rem, 15vh, 10.5rem) 0 13.5rem clamp(1.4rem, 4vw, 4.25rem);
}

.hero-copy h1 {
  margin: 0;
  max-width: 8.4ch;
  color: #f7f5f0;
  font-family: "Bodoni 72", Didot, "Times New Roman", serif;
  font-size: clamp(4.25rem, 5.6vw, 6.9rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.86;
  text-wrap: balance;
}

.hero-copy h1 em {
  color: var(--gold-light);
  font-weight: 400;
}

.hero-copy > p {
  max-width: 37rem;
  margin: 1.7rem 0 0;
  color: rgba(224, 226, 229, 0.76);
  font-size: clamp(1rem, 1.08vw, 1.17rem);
  line-height: 1.6;
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.button {
  min-width: 13.4rem;
  height: 3.35rem;
  padding: 0 0.85rem 0 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  border: 1px solid transparent;
  border-radius: 0.58rem;
  font-size: 0.91rem;
  font-weight: 700;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button span {
  width: 2.15rem;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 1.15rem;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  background: linear-gradient(120deg, #d8bb86, #b78b4c);
  color: #090b0d;
}

.button-primary span {
  background: #10151b;
  color: var(--gold-light);
}

.button-secondary {
  border-color: rgba(236, 230, 220, 0.3);
  background: rgba(7, 12, 17, 0.5);
  color: #f0ede7;
  backdrop-filter: blur(10px);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  border-color: rgba(226, 193, 139, 0.68);
  background: rgba(17, 23, 29, 0.76);
}

.button-secondary span {
  border: 1px solid rgba(255, 255, 255, 0.24);
}

.partners {
  position: absolute;
  z-index: 3;
  left: clamp(1.25rem, 3.5vw, 3.75rem);
  bottom: clamp(1rem, 2.2vh, 1.75rem);
  width: min(49rem, 48vw);
  min-height: 9.4rem;
  padding: 1.05rem 2.2rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 1rem;
  background: #000;
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.3);
}

.partners-heading {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1.25rem;
}

.partners-heading span {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(198, 154, 87, 0.72));
}

.partners-heading span:last-child {
  background: linear-gradient(90deg, rgba(198, 154, 87, 0.72), transparent);
}

.partners-heading p {
  margin: 0;
  color: rgba(247, 245, 240, 0.9);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.19em;
  white-space: nowrap;
}

.partners-heading b {
  color: var(--gold-light);
  font-weight: 400;
}

.partner-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: end;
  gap: 1.2rem;
  margin-top: 0.8rem;
}

.partner-list figure {
  margin: 0;
  display: grid;
  justify-items: center;
  gap: 0.25rem;
}

.partner-list img {
  width: 4.1rem;
  height: 4.1rem;
  display: block;
  object-fit: contain;
  background: #000;
}

.partner-list figure:first-child img {
  width: 4rem;
  height: 4rem;
}

.partner-list figcaption {
  color: rgba(239, 239, 239, 0.72);
  font-size: 0.65rem;
  font-weight: 650;
  letter-spacing: 0.1em;
}

.experience-section {
  min-height: 100svh;
  padding: clamp(4.5rem, 7vw, 7.5rem) clamp(1.25rem, 3.5vw, 4rem) clamp(3.25rem, 5vw, 5.5rem);
  overflow: hidden;
  border-top: 1px solid rgba(139, 93, 34, 0.24);
  background: #f7f7f4;
  color: #171717;
}

.experience-series {
  background:
    radial-gradient(circle at 16% 42%, rgba(198, 154, 87, 0.09), transparent 34%),
    radial-gradient(circle at 86% 72%, rgba(139, 93, 34, 0.055), transparent 30%),
    #f7f7f4;
}

.experience-viewport {
  outline: none;
}

.experience-viewport:focus-visible {
  outline: 2px solid #9b6a2d;
  outline-offset: 0.75rem;
}

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

.experience-panel.is-active {
  animation: experience-reveal 420ms ease both;
}

@keyframes experience-reveal {
  from {
    opacity: 0;
    transform: translateX(1.25rem);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.experience-shell {
  width: min(100%, 100rem);
  margin: 0 auto;
}

.experience-intro {
  margin-top: 0;
}

.experience-intro h2 {
  margin: 0;
  color: #151515;
  font-family: "Bodoni 72", Didot, "Times New Roman", serif;
  font-size: clamp(4rem, 5.4vw, 6.5rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.92;
}

.experience-intro p {
  max-width: 51rem;
  margin: 1rem 0 0;
  color: rgba(23, 23, 23, 0.68);
  font-size: clamp(1rem, 1.08vw, 1.16rem);
  line-height: 1.55;
}

.experience-luxury-layout,
.experience-quality-layout {
  height: clamp(32rem, 39vw, 42rem);
  margin-top: clamp(1.6rem, 2.7vw, 2.8rem);
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.94fr);
  gap: clamp(1rem, 2.4vw, 2.5rem);
}

.luxury-cover,
.quality-cover {
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(154, 105, 43, 0.5);
  background: #ebe8e1;
  box-shadow: 0 1rem 2.8rem rgba(40, 32, 22, 0.08);
}

.luxury-cover img,
.quality-cover img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.97) saturate(0.94) contrast(1.03);
  transition: filter 240ms ease, transform 700ms ease;
}

.luxury-cover:hover img,
.quality-cover:hover img {
  filter: brightness(1) saturate(1) contrast(1.03);
  transform: scale(1.015);
}

.luxury-product-grid,
.quality-product-grid {
  min-width: 0;
  min-height: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.luxury-product,
.quality-product {
  min-width: 0;
  min-height: 0;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  overflow: hidden;
  border: 1px solid rgba(139, 93, 34, 0.34);
  background: #fff;
  box-shadow: 0 0.7rem 1.8rem rgba(40, 32, 22, 0.055);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.luxury-product:hover,
.quality-product:hover {
  border-color: #a87331;
  box-shadow: 0 1rem 2.2rem rgba(40, 32, 22, 0.1);
  transform: translateY(-2px);
}

.luxury-product-image,
.quality-product-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  background: #f0eee9;
  filter: saturate(0.92) contrast(1.02) brightness(1);
  transition: filter 180ms ease;
}

.luxury-product:hover .luxury-product-image,
.quality-product:hover .quality-product-image {
  filter: saturate(1) contrast(1.03) brightness(1.02);
}

.quality-product-image {
  filter: saturate(0.94) contrast(1.02) brightness(1);
}

.quality-product[data-product="hotel-linens"] .quality-product-image {
  object-position: left center;
  transform: scale(1.45);
  transform-origin: left center;
}

.quality-product[data-product="smart-reception-desks"] .quality-product-image {
  transform: scale(1.45);
}

.luxury-product h3,
.design-product h3,
.quality-product h3 {
  min-height: 2.75rem;
  margin: 0;
  padding: 0.62rem 0.72rem 0.68rem;
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(139, 93, 34, 0.16);
  color: rgba(23, 23, 23, 0.9);
  font-size: clamp(0.75rem, 0.79vw, 0.88rem);
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.25;
}

.experience-design-layout {
  height: clamp(32rem, 39vw, 42rem);
  margin-top: clamp(1.6rem, 2.7vw, 2.8rem);
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.94fr);
  gap: clamp(1rem, 2.4vw, 2.5rem);
}

.design-product-grid {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
  min-height: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.design-product {
  min-width: 0;
  min-height: 0;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  overflow: hidden;
  border: 1px solid rgba(139, 93, 34, 0.34);
  background: #fff;
  box-shadow: 0 0.7rem 1.8rem rgba(40, 32, 22, 0.055);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.design-product:hover {
  border-color: #a87331;
  box-shadow: 0 1rem 2.2rem rgba(40, 32, 22, 0.1);
  transform: translateY(-2px);
}

.design-product-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  background: #f0eee9;
  filter: saturate(0.92) contrast(1.03);
  transition: filter 180ms ease;
}

.design-product:hover .design-product-image {
  filter: saturate(1) contrast(1.04);
}

.design-cover {
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
  min-height: 0;
  margin: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(154, 105, 43, 0.5);
  background: #ebe8e1;
  box-shadow: 0 1rem 2.8rem rgba(40, 32, 22, 0.08);
}

.design-cover img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  filter: brightness(0.98) contrast(1.04);
}

.experience-navigation {
  margin-top: clamp(2.4rem, 4vw, 4rem);
}

.experience-progress button:focus-visible {
  outline: 2px solid #8b5d22;
  outline-offset: 3px;
}

.experience-progress {
  position: relative;
  margin: 1.5rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(23, 23, 23, 0.22);
  list-style: none;
}

.experience-progress li {
  position: relative;
  color: rgba(23, 23, 23, 0.66);
  text-align: center;
}

.experience-progress li::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -0.35rem;
  left: 50%;
  width: 0.58rem;
  aspect-ratio: 1;
  border: 1px solid rgba(23, 23, 23, 0.44);
  border-radius: 50%;
  background: #f7f7f4;
  transform: translateX(-50%);
  pointer-events: none;
}

.experience-progress button {
  width: 100%;
  min-height: 2.75rem;
  padding: 0.95rem 0.75rem 0.45rem;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
  font-size: 0.82rem;
}

.experience-progress li.is-active {
  color: #82551e;
}

.experience-progress li.is-active::before {
  border-color: #9b6a2d;
  background: #9b6a2d;
}

.experience-progress li.is-active::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  border-top: 2px solid #9b6a2d;
}

.experience-progress li.is-unavailable {
  color: rgba(23, 23, 23, 0.42);
}

.experience-progress li.is-unavailable::before {
  border-color: rgba(23, 23, 23, 0.24);
}

.experience-progress button:disabled {
  cursor: default;
}

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

.luxury-product,
.design-product,
.quality-product {
  position: relative;
}

.product-card-trigger {
  position: absolute;
  z-index: 3;
  inset: 0;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.product-card-trigger::after {
  content: "View";
  position: absolute;
  top: 0.55rem;
  right: 0.55rem;
  padding: 0.35rem 0.55rem;
  border: 1px solid rgba(226, 193, 139, 0.7);
  border-radius: 999px;
  background: rgba(2, 3, 3, 0.82);
  color: var(--gold-light);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  opacity: 0;
  transform: translateY(-0.2rem);
  transition: opacity 180ms ease, transform 180ms ease;
}

.product-card-trigger:hover::after,
.product-card-trigger:focus-visible::after {
  opacity: 1;
  transform: translateY(0);
}

.product-card-trigger:focus-visible {
  outline: 2px solid #8b5d22;
  outline-offset: -3px;
}

body.has-open-dialog {
  overflow: hidden;
}

.product-dialog,
.quote-basket-dialog {
  width: min(calc(100vw - 2rem), 72rem);
  max-width: none;
  max-height: calc(100dvh - 2rem);
  margin: auto;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(198, 154, 87, 0.65);
  border-radius: 0.35rem;
  background: #07090a;
  color: var(--ink);
  box-shadow: 0 2rem 7rem rgba(0, 0, 0, 0.72);
}

.product-dialog::backdrop,
.quote-basket-dialog::backdrop {
  background: rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(8px);
}

.product-dialog-surface {
  position: relative;
  max-height: calc(100dvh - 2rem);
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(20rem, 0.88fr);
}

.dialog-close {
  width: 2.75rem;
  height: 2.75rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(226, 193, 139, 0.54);
  border-radius: 50%;
  background: rgba(7, 9, 10, 0.9);
  color: var(--gold-light);
  cursor: pointer;
  font: inherit;
  font-size: 1.5rem;
  line-height: 1;
}

.product-dialog > .product-dialog-surface > .dialog-close {
  position: absolute;
  z-index: 5;
  top: 1rem;
  right: 1rem;
}

.dialog-close:hover,
.dialog-close:focus-visible {
  background: var(--gold);
  color: #050607;
}

.dialog-close:focus-visible,
.product-thumbnail:focus-visible,
.product-model-option:focus-visible,
.add-to-quote:focus-visible,
.quote-basket-continue:focus-visible,
.quote-line-action:focus-visible {
  outline: 2px solid var(--gold-light);
  outline-offset: 3px;
}

.product-dialog-gallery {
  min-width: 0;
  min-height: 0;
  padding: clamp(1rem, 2.5vw, 2rem);
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 1rem;
  overflow: auto;
  background:
    radial-gradient(circle at 30% 30%, rgba(198, 154, 87, 0.09), transparent 42%),
    #0d1012;
}

.product-main-media {
  min-height: 23rem;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(226, 193, 139, 0.24);
  background: #ecebe7;
}

.product-main-media img,
.product-main-media svg {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.product-thumbnails {
  display: flex;
  gap: 0.75rem;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: thin;
}

.product-thumbnails[hidden] {
  display: none;
}

.product-thumbnail {
  width: 5.25rem;
  height: 4.5rem;
  padding: 0.18rem;
  flex: 0 0 auto;
  overflow: hidden;
  border: 1px solid rgba(244, 241, 235, 0.24);
  background: #ecebe7;
  cursor: pointer;
}

.product-thumbnail[aria-current="true"] {
  border-color: var(--gold-light);
  box-shadow: inset 0 0 0 1px var(--gold-light);
}

.product-thumbnail img,
.product-thumbnail svg {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.product-dialog-details {
  min-width: 0;
  padding: clamp(2rem, 4vw, 4rem) clamp(1.5rem, 3vw, 3rem) 2rem;
  overflow: auto;
  overscroll-behavior: contain;
}

.product-dialog-category,
.quote-basket-header p {
  margin: 0;
  color: var(--gold-light);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.product-dialog-details h2,
.quote-basket-header h2 {
  margin: 0.75rem 0 0;
  font-family: "Bodoni 72", Didot, "Times New Roman", serif;
  font-size: clamp(2.8rem, 4.3vw, 4.8rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.95;
}

.product-dialog-details > p[id] {
  margin: 1.25rem 0 0;
  color: rgba(224, 226, 229, 0.78);
  font-size: 1rem;
  line-height: 1.65;
}

.product-model-fieldset {
  margin: 2rem 0 0;
  padding: 0;
  border: 0;
}

.product-model-fieldset legend,
.product-quantity > span {
  margin-bottom: 0.7rem;
  color: rgba(244, 241, 235, 0.72);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-model-options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.product-model-option {
  min-height: 2.65rem;
  padding: 0.65rem 0.9rem;
  border: 1px solid rgba(244, 241, 235, 0.24);
  border-radius: 0.25rem;
  background: transparent;
  color: rgba(244, 241, 235, 0.8);
  cursor: pointer;
  font: inherit;
  font-size: 0.86rem;
}

.product-model-option[aria-checked="true"] {
  border-color: var(--gold-light);
  background: rgba(198, 154, 87, 0.14);
  color: var(--gold-light);
}

.product-quantity {
  width: 7.5rem;
  margin-top: 1.65rem;
  display: grid;
}

.product-quantity input {
  width: 100%;
  min-height: 2.75rem;
  padding: 0.6rem 0.75rem;
  border: 1px solid rgba(244, 241, 235, 0.28);
  border-radius: 0.25rem;
  background: #0c0f11;
  color: var(--ink);
  font: inherit;
}

.product-quantity input:focus-visible {
  outline: 2px solid var(--gold-light);
  outline-offset: 2px;
}

.product-quote-note {
  margin: 1.65rem 0 0;
  color: rgba(244, 241, 235, 0.58);
  font-size: 0.86rem;
}

.add-to-quote {
  width: 100%;
  min-height: 3.4rem;
  margin-top: 0.85rem;
  padding: 0.85rem 1.2rem;
  border: 1px solid var(--gold-light);
  border-radius: 0.3rem;
  background: var(--gold);
  color: #050607;
  cursor: pointer;
  font: inherit;
  font-weight: 750;
}

.add-to-quote:hover {
  background: var(--gold-light);
}

.product-quote-status {
  min-height: 1.5rem;
  margin: 0.75rem 0 0;
  color: var(--gold-light);
  font-size: 0.86rem;
}

.quote-basket-dialog {
  width: min(calc(100vw - 2rem), 49rem);
}

.quote-basket-surface {
  max-height: calc(100dvh - 2rem);
  padding: clamp(1.25rem, 3vw, 2.5rem);
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr) auto;
  overflow: hidden;
}

.quote-basket-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.quote-basket-header h2 {
  font-size: clamp(2.7rem, 6vw, 4.4rem);
}

.quote-basket-intro {
  margin: 1rem 0 1.4rem;
  color: rgba(224, 226, 229, 0.72);
  line-height: 1.55;
}

.quote-basket-empty {
  margin: 0;
  padding: 3.5rem 1rem;
  border-block: 1px solid rgba(244, 241, 235, 0.14);
  color: rgba(244, 241, 235, 0.58);
  text-align: center;
}

.quote-basket-empty[hidden] {
  display: none;
}

.quote-basket-list {
  min-height: 0;
  display: grid;
  align-content: start;
  gap: 0.85rem;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.quote-line {
  padding: 0.8rem;
  display: grid;
  grid-template-columns: 5.25rem minmax(0, 1fr) auto;
  gap: 0.9rem;
  align-items: center;
  border: 1px solid rgba(244, 241, 235, 0.14);
  background: #0c0f11;
}

.quote-line-media {
  width: 5.25rem;
  height: 4.5rem;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #ecebe7;
}

.quote-line-media img,
.quote-line-media svg {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.quote-line h3 {
  margin: 0;
  color: var(--ink);
  font-size: 0.96rem;
}

.quote-line p {
  margin: 0.3rem 0 0;
  color: rgba(224, 226, 229, 0.62);
  font-size: 0.8rem;
}

.quote-line-controls {
  display: grid;
  justify-items: end;
  gap: 0.55rem;
}

.quote-line-quantity {
  display: grid;
  grid-template-columns: 2rem 2rem 2rem;
  align-items: center;
  text-align: center;
}

.quote-line-action {
  min-width: 2rem;
  min-height: 2rem;
  border: 1px solid rgba(244, 241, 235, 0.24);
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font: inherit;
}

.quote-line-action:disabled {
  opacity: 0.35;
  cursor: default;
}

.quote-line-remove {
  border: 0;
  color: rgba(244, 241, 235, 0.56);
  font-size: 0.76rem;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}

.quote-basket-footer {
  margin-top: 1.25rem;
  padding-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid rgba(244, 241, 235, 0.14);
}

.quote-basket-footer p {
  margin: 0;
  color: var(--gold-light);
}

.quote-basket-continue {
  min-height: 2.8rem;
  padding: 0.7rem 1rem;
  border: 1px solid rgba(198, 154, 87, 0.72);
  border-radius: 0.25rem;
  background: transparent;
  color: var(--gold-light);
  cursor: pointer;
  font: inherit;
  font-weight: 650;
}

.quote-basket-continue:hover {
  background: var(--gold);
  color: #050607;
}

.quote-toast {
  position: fixed;
  z-index: 120;
  right: 1rem;
  bottom: 1rem;
  max-width: min(24rem, calc(100vw - 2rem));
  margin: 0;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(198, 154, 87, 0.72);
  border-radius: 0.35rem;
  background: #0a0d0f;
  color: var(--gold-light);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.45);
}

.quote-toast[hidden] {
  display: none;
}

@media (max-width: 980px) {
  :root {
    --header-height: 76px;
  }

  .desktop-nav {
    display: none;
  }

  .mobile-menu {
    position: relative;
    display: block;
  }

  .mobile-menu summary {
    width: 2.8rem;
    height: 2.8rem;
    display: grid;
    place-content: center;
    gap: 0.3rem;
    border: 1px solid rgba(198, 154, 87, 0.45);
    border-radius: 50%;
    cursor: pointer;
    list-style: none;
  }

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

  .mobile-menu summary span {
    width: 1rem;
    height: 1px;
    background: var(--gold-light);
  }

  .mobile-menu nav {
    position: absolute;
    top: 3.45rem;
    right: 0;
    width: 13rem;
    padding: 0.55rem;
    display: grid;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 0.8rem;
    background: rgba(3, 6, 8, 0.98);
    box-shadow: 0 1.4rem 3rem rgba(0, 0, 0, 0.45);
  }

  .mobile-menu nav a,
  .mobile-menu nav .quote-basket-nav {
    padding: 0.8rem 0.9rem;
    border-radius: 0.45rem;
    color: rgba(247, 245, 240, 0.88);
    font-weight: 600;
  }

  .mobile-menu nav a:hover,
  .mobile-menu nav a:focus-visible,
  .mobile-menu nav .quote-basket-nav:hover,
  .mobile-menu nav .quote-basket-nav:focus-visible {
    background: rgba(198, 154, 87, 0.14);
  }

  .mobile-menu nav .quote-basket-nav {
    width: 100%;
    justify-content: space-between;
  }

  .hero-art {
    background-position: 62% center;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(3, 6, 8, 0.98), rgba(3, 6, 8, 0.72) 65%, rgba(3, 6, 8, 0.25)),
      linear-gradient(0deg, rgba(3, 6, 8, 0.96), transparent 52%);
  }

  .hero-copy {
    width: 65vw;
    padding-bottom: 13.5rem;
  }

  .partners {
    width: min(43rem, calc(100% - 2.5rem));
  }

  .experience-section {
    min-height: auto;
  }

  .experience-luxury-layout,
  .experience-quality-layout {
    height: auto;
    grid-template-columns: 1fr;
  }

  .luxury-cover,
  .quality-cover {
    aspect-ratio: 3 / 2;
  }

  .luxury-product-grid,
  .quality-product-grid {
    grid-template-rows: repeat(2, 14rem);
  }

  .experience-design-layout {
    height: auto;
    grid-template-columns: 1fr;
  }

  .design-cover {
    aspect-ratio: 3 / 2;
    grid-column: 1;
    grid-row: 1;
  }

  .design-product-grid {
    grid-column: 1;
    grid-row: 2;
    grid-template-rows: repeat(2, 14rem);
  }
}

@media (max-width: 680px) {
  .site-header {
    padding-inline: 1rem;
  }

  .brand {
    width: 10.5rem;
    padding: 0.5rem 0.35rem;
  }

  .hero {
    min-height: 61rem;
  }

  .hero-art {
    inset: var(--header-height) 0 auto;
    height: 56%;
    background-position: 66% center;
  }

  .hero-shade {
    inset: var(--header-height) 0 0;
    background:
      linear-gradient(180deg, rgba(3, 6, 8, 0.05) 10%, rgba(3, 6, 8, 0.82) 45%, var(--black) 65%),
      linear-gradient(90deg, rgba(3, 6, 8, 0.88), rgba(3, 6, 8, 0.05));
  }

  .hero-copy {
    width: 100%;
    padding: 24rem 1.25rem 19rem;
  }

  .hero-copy h1 {
    font-size: clamp(3.25rem, 15.2vw, 4.45rem);
    line-height: 0.88;
  }

  .hero-copy > p {
    max-width: 32rem;
    margin-top: 1.25rem;
    font-size: 1rem;
  }

  .hero-actions {
    align-items: stretch;
    display: grid;
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
    min-width: 0;
  }

  .partners {
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    width: auto;
    min-height: 0;
    padding: 1rem 0.8rem 0.8rem;
  }

  .partners-heading {
    gap: 0.65rem;
  }

  .partners-heading p {
    font-size: 0.66rem;
    letter-spacing: 0.11em;
  }

  .partner-list {
    gap: 0.5rem;
  }

  .partner-list img,
  .partner-list figure:first-child img {
    width: 3.4rem;
    height: 3.4rem;
  }

  .experience-section {
    padding: 4.25rem 1rem 3.5rem;
  }

  .experience-intro h2 {
    font-size: clamp(3.2rem, 14vw, 4.35rem);
  }

  .experience-intro p {
    max-width: 32rem;
    font-size: 1rem;
  }

  .luxury-cover,
  .quality-cover {
    aspect-ratio: 1.28 / 1;
  }

  .luxury-product-grid,
  .quality-product-grid {
    margin-right: -1rem;
    padding-right: 1rem;
    grid-template-columns: none;
    grid-template-rows: 18.5rem;
    grid-auto-flow: column;
    grid-auto-columns: min(78vw, 20rem);
    gap: 0.85rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .luxury-product-grid::-webkit-scrollbar,
  .quality-product-grid::-webkit-scrollbar {
    display: none;
  }

  .luxury-product,
  .quality-product {
    scroll-snap-align: start;
  }

  .luxury-product h3,
  .design-product h3,
  .quality-product h3 {
    padding: 0.75rem 0.85rem 0.82rem;
    font-size: 0.88rem;
  }

  .design-cover {
    aspect-ratio: 1.28 / 1;
  }

  .design-product-grid {
    margin-right: -1rem;
    padding-right: 1rem;
    grid-template-columns: none;
    grid-template-rows: 18.5rem;
    grid-auto-flow: column;
    grid-auto-columns: min(78vw, 20rem);
    gap: 0.85rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .design-product-grid::-webkit-scrollbar {
    display: none;
  }

  .design-product {
    scroll-snap-align: start;
  }

  .experience-navigation {
    margin-top: 3rem;
  }

  .experience-progress {
    margin-top: 1.35rem;
  }

  .experience-progress button {
    padding-inline: 0.25rem;
    font-size: 0.75rem;
  }

}

@media (max-width: 760px) {
  .product-dialog,
  .quote-basket-dialog {
    width: 100vw;
    max-height: 100dvh;
    border-inline: 0;
    border-radius: 0;
  }

  .product-dialog-surface {
    max-height: 100dvh;
    grid-template-columns: 1fr;
    overflow-y: auto;
  }

  .product-dialog-gallery,
  .product-dialog-details {
    overflow: visible;
  }

  .product-main-media {
    min-height: 0;
    aspect-ratio: 1 / 0.78;
  }

  .product-dialog-details {
    padding: 1.5rem 1rem 2rem;
  }

  .product-dialog-details h2 {
    padding-right: 3rem;
    font-size: clamp(2.65rem, 13vw, 4rem);
  }

  .product-dialog > .product-dialog-surface > .dialog-close {
    position: fixed;
    top: 0.85rem;
    right: 0.85rem;
  }

  .product-card-trigger::after {
    opacity: 1;
    transform: none;
  }

  .quote-basket-surface {
    min-height: 100dvh;
    max-height: 100dvh;
    padding: 1rem;
  }

  .quote-line {
    grid-template-columns: 4.5rem minmax(0, 1fr);
  }

  .quote-line-media {
    width: 4.5rem;
    height: 4rem;
  }

  .quote-line-controls {
    grid-column: 1 / -1;
    grid-template-columns: auto auto;
    align-items: center;
    justify-content: space-between;
  }

  .quote-basket-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .quote-basket-continue {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }

  .experience-panel.is-active {
    animation: none !important;
  }
}
