body {
  background: var(--paper);
}

.lucendi-collection-page {
  background: #f8f6ef;
  color: #171713;
  padding: clamp(96px, 10vw, 148px) clamp(18px, 4vw, 64px) clamp(72px, 8vw, 120px);
}

.lucendi-collection-hero {
  max-width: 1320px;
  margin: 0 auto clamp(42px, 6vw, 72px);
  display: grid;
  grid-template-columns: minmax(220px, .6fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 92px);
  align-items: start;
  border-bottom: 1px solid rgba(23, 23, 19, .18);
  padding-bottom: clamp(32px, 4vw, 56px);
}

.lucendi-collection-hero .eyebrow {
  color: #a47636;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin: .8rem 0 0;
}

.lucendi-collection-hero h1 {
  grid-column: 2;
  margin: 0;
  font-size: clamp(3.8rem, 8.5vw, 9.5rem);
  line-height: .9;
  letter-spacing: -.08em;
  font-weight: 500;
}

.lucendi-collection-copy {
  grid-column: 2;
  max-width: 860px;
  display: grid;
  gap: 1rem;
  color: rgba(23, 23, 19, .74);
  font-size: clamp(1rem, 1.55vw, 1.35rem);
  line-height: 1.65;
}

.lucendi-collection-lead {
  color: #171713;
  font-size: clamp(1.15rem, 2vw, 1.72rem);
  line-height: 1.35;
  margin: 0;
}

.lucendi-service-strip {
  grid-column: 2;
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: .8rem;
}

.lucendi-service-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: .55rem .85rem;
  border: 1px solid rgba(23, 23, 19, .16);
  background: rgba(255, 255, 255, .55);
  border-radius: 999px;
  color: #312e28;
  font-size: .86rem;
  font-weight: 700;
}

.lucendi-collection-shell {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(190px, 250px) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 58px);
  align-items: start;
}

.lucendi-filter-sidebar {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 1.25rem;
}

.lucendi-filter-block {
  border-top: 1px solid rgba(23, 23, 19, .18);
  padding-top: 1.15rem;
}

.lucendi-filter-block h2,
.lucendi-filter-block h3 {
  margin: 0 0 1rem;
  font-size: .86rem;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.lucendi-filter-list {
  display: grid;
  gap: .2rem;
}

.lucendi-filter-list .filter {
  justify-content: space-between;
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(23, 23, 19, .12);
  border-radius: 0;
  background: transparent;
  padding: .72rem 0;
  color: rgba(23, 23, 19, .62);
  text-align: left;
  font-size: .95rem;
}

.lucendi-filter-list .filter:hover,
.lucendi-filter-list .filter.active {
  color: #171713;
  background: transparent;
  border-color: rgba(23, 23, 19, .32);
}

.lucendi-filter-help {
  color: rgba(23, 23, 19, .66);
  font-size: .9rem;
  line-height: 1.55;
}

.lucendi-filter-help a {
  display: inline-block;
  margin-top: .4rem;
  color: #171713;
  font-weight: 800;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}

.lucendi-product-toolbar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: clamp(20px, 3vw, 36px);
}

.lucendi-product-toolbar .eyebrow {
  color: #a47636;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin: 0 0 .65rem;
}

.lucendi-product-toolbar h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3.5vw, 3.8rem);
  line-height: .95;
  letter-spacing: -.055em;
  font-weight: 500;
}

.lucendi-product-count {
  min-width: max-content;
  color: rgba(23, 23, 19, .62);
  font-size: .92rem;
}

.lucendi-product-grid.product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 54px) clamp(16px, 2.3vw, 32px);
}

.lucendi-product-card.product-card {
  background: transparent;
}

.lucendi-product-image.product-image-wrap {
  background: #dfc39b;
  border: 1px solid rgba(23, 23, 19, .08);
  aspect-ratio: 1 / 1.12;
  overflow: hidden;
}

.lucendi-product-image .product-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.lucendi-product-card:hover .product-image {
  transform: scale(1.035);
}

.lucendi-product-card .product-badge {
  background: rgba(248, 246, 239, .92);
  color: #171713;
  border-color: rgba(23, 23, 19, .12);
}

.lucendi-quick-view.quick-add {
  left: 14px;
  right: 14px;
  bottom: 14px;
  width: calc(100% - 28px);
  border-radius: 0;
  background: #171713;
  color: #fff;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.lucendi-product-info.product-info {
  display: block;
  padding-top: .85rem;
}

.lucendi-product-vendor {
  margin: 0 0 .35rem;
  color: rgba(23, 23, 19, .44);
  font-size: .72rem;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.lucendi-product-info h3 {
  margin: 0 0 .45rem;
  font-size: 1rem;
  line-height: 1.35;
  letter-spacing: -.01em;
}

.lucendi-product-info h3 a {
  color: #171713;
  text-decoration: none;
}

.lucendi-product-info .product-price {
  display: block;
  margin-bottom: .35rem;
  color: #171713;
  font-size: .95rem;
}

.lucendi-product-info p:not(.lucendi-product-vendor) {
  margin: 0;
  color: rgba(23, 23, 19, .54);
  font-size: .82rem;
}

.lucendi-product-card .product-card-view-details {
  margin-top: .65rem;
}

@media (max-width: 1024px) {
  .lucendi-collection-shell {
    grid-template-columns: 1fr;
  }

  .lucendi-filter-sidebar {
    position: static;
  }

  .lucendi-filter-list {
    display: flex;
    overflow-x: auto;
    gap: .5rem;
    padding-bottom: .35rem;
  }

  .lucendi-filter-list .filter {
    width: auto;
    min-width: max-content;
    border: 1px solid rgba(23, 23, 19, .15);
    border-radius: 999px;
    padding: .55rem .9rem;
  }

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

@media (max-width: 720px) {
  .lucendi-collection-page {
    padding-inline: 16px;
  }

  .lucendi-collection-hero {
    display: block;
  }

  .lucendi-collection-hero h1 {
    margin-top: 1rem;
  }

  .lucendi-collection-copy {
    margin-top: 1.25rem;
  }

  .lucendi-service-strip {
    margin-top: 1.2rem;
  }

  .lucendi-product-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .lucendi-product-grid.product-grid {
    gap: 2rem .75rem;
  }
}

/* Contact section: dark architectural palette. */
.contact-locations {
  --line: rgba(255, 255, 255, .16);
  color: #969692;
  background: #000;
}

.contact-locations h2,
.contact-locations h3,
.contact-locations .contact-phone {
  color: #a8a8a3;
}

.contact-locations .contact-page-intro,
.contact-locations .contact-service-grid p {
  color: #858581;
}

.contact-locations .contact-service-grid article > span {
  color: #777773;
}

.contact-locations .contact-phone:hover {
  color: #d0d0ca;
}

html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

.announcement i {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--ink);
}

.announcement a {
  color: inherit;
}

.announcement {
  height: 30px;
  gap: 12px;
  white-space: nowrap;
  line-height: 1;
}

.admin-bar .site-header {
  top: 32px;
}

.admin-bar .site-header.is-fixed,
.admin-bar .site-header.is-scrolled {
  top: 32px;
}

.site-header .brand {
  min-width: 0;
}

.brand-logo {
  width: auto;
  height: 34px;
  max-width: 210px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.site-header.is-fixed .brand-logo,
.site-header.is-scrolled .brand-logo {
  filter: none;
}

.site-header.is-scrolled {
  position: fixed;
  top: 0;
  height: 72px;
  background: rgba(243, 241, 235, .96);
  color: var(--ink);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}

.site-header {
  min-height: 76px;
  height: 76px;
  top: 0;
}

body:not(.admin-bar) .site-header {
  top: 0;
}

.product-detail-view .site-header,
.preview-product-detail .site-header {
  color: #fff;
  background: rgba(8, 8, 7, .78);
  border-bottom: 1px solid rgba(255, 255, 255, .16);
  backdrop-filter: blur(10px);
}

.product-detail-view .site-header .brand-logo,
.preview-product-detail .site-header .brand-logo {
  filter: brightness(0) invert(1);
}

.desktop-nav,
.nav {
  gap: 28px;
  font-size: 14px;
}

.text-button {
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid currentColor;
  font-size: 13px;
}

.language-switch {
  min-width: 44px;
  min-height: 38px;
  padding: 0 4px;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .08em;
}

select.language-switch,
.language-select {
  width: auto;
  max-width: 76px;
  border-radius: 0;
  appearance: auto;
  -webkit-appearance: menulist;
}

select.language-switch option {
  color: #111;
  background: #fff;
}

.language-switch:hover {
  opacity: .65;
}

.language-switch:focus-visible {
  outline: 1px solid currentColor;
  outline-offset: 4px;
}

.product-price del,
.product-detail-price del,
.cart-line-copy del {
  margin-left: 8px;
  color: rgba(20, 20, 20, .48);
  font-size: .86em;
  font-weight: 500;
}

.space361-discount-badge {
  display: inline-flex;
  align-items: center;
  margin-left: 8px;
  padding: 2px 7px;
  border: 1px solid rgba(171, 122, 43, .45);
  border-radius: 999px;
  color: #9a6724;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.desktop-nav a,
.nav a {
  opacity: 1;
}

.desktop-nav {
  gap: clamp(1.1rem, 1.7vw, 2.25rem);
}

.shipping-promo {
  justify-self: end;
  width: max-content;
  min-width: 0;
  max-width: clamp(190px, 23vw, 360px);
  padding: 7px 12px;
  border: 1px solid rgba(164, 118, 54, .46);
  border-radius: 999px;
  color: #a47636;
  background: rgba(255, 255, 255, .36);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.2;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.search-icon {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  border: 1.5px solid currentColor;
  border-radius: 50%;
}

.search-icon::after {
  content: "";
  position: absolute;
  right: -5px;
  bottom: -4px;
  width: 8px;
  height: 1.5px;
  background: currentColor;
  transform: rotate(45deg);
}

.cart-trigger {
  overflow: visible;
}

.cart-icon {
  position: relative;
  display: block;
  width: 19px;
  height: 17px;
  margin-top: 3px;
  border: 1.5px solid currentColor;
}

.cart-icon::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 4px;
  width: 8px;
  height: 8px;
  border: 1.5px solid currentColor;
  border-bottom: 0;
  border-radius: 6px 6px 0 0;
}

.cart-trigger .cart-count {
  right: -9px;
  top: -10px;
  background: #c49a66;
  color: #fff;
}

.cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 110;
  display: grid;
  grid-template-rows: auto 1fr auto;
  width: min(480px, 100vw);
  height: 100dvh;
  background: #f5f2eb;
  color: var(--ink);
  box-shadow: -24px 0 70px rgba(0, 0, 0, .18);
  transform: translateX(105%);
  transition: transform .38s cubic-bezier(.2, .7, .2, 1);
}

.cart-drawer.open {
  transform: translateX(0);
}

.cart-drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 82px;
  padding: 0 28px;
  border-bottom: 1px solid rgba(18, 18, 18, .16);
}

.cart-drawer-head p {
  margin: 0;
  font-family: var(--serifless);
  font-size: 22px;
  font-weight: 400;
}

.cart-close {
  width: 38px;
  height: 38px;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 30px;
  font-weight: 300;
}

.cart-items {
  padding: 8px 28px;
  overflow-y: auto;
}

.cart-line {
  display: grid;
  grid-template-columns: 104px 1fr;
  gap: 18px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(18, 18, 18, .14);
}

.cart-line > img {
  width: 104px;
  height: 104px;
  padding: 8px;
  object-fit: contain;
  background: #fff;
}

.cart-line-copy h3 {
  margin: 2px 0 7px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
}

.cart-line-copy > p {
  margin: 0 0 14px;
  color: #6d685f;
  font-size: 12px;
}

.cart-line-controls {
  display: flex;
  align-items: center;
  gap: 9px;
}

.cart-line-controls button:not(.cart-remove) {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(18, 18, 18, .25);
  background: transparent;
  cursor: pointer;
}

.cart-line-controls span {
  min-width: 20px;
  text-align: center;
  font-size: 12px;
}

.cart-remove {
  margin-left: auto;
  padding: 5px 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: #716c63;
  cursor: pointer;
  font-size: 10px;
  text-transform: uppercase;
}

.cart-empty {
  align-self: center;
  padding: 64px 28px;
  text-align: center;
}

.cart-empty p {
  color: #6d685f;
}

.cart-empty a {
  display: inline-block;
  padding-bottom: 4px;
  border-bottom: 1px solid currentColor;
  font-size: 12px;
  text-transform: uppercase;
}

.cart-drawer-footer {
  padding: 22px 28px 28px;
  border-top: 1px solid rgba(18, 18, 18, .16);
  background: #eeeae1;
}

.cart-subtotal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  font-size: 14px;
}

.cart-subtotal strong {
  font-size: 16px;
  font-weight: 600;
}

.cart-shipping-note,
.paypal-setup-note,
.paypal-status {
  margin: 0 0 16px;
  color: #746f66;
  font-size: 11px;
  line-height: 1.5;
}

.paypal-cart-checkout {
  min-height: 0;
}

.space361-paypal-button {
  width: 100%;
  min-height: 45px;
  border: 0;
  border-radius: 4px;
  background: #ffc439;
  color: #003087;
  cursor: pointer;
  font-size: 19px;
  font-weight: 800;
  letter-spacing: -.02em;
}

.space361-paypal-button:hover {
  background: #f4b800;
}

.space361-paypal-button:disabled {
  cursor: wait;
  opacity: .72;
}

.space361-paypal-note {
  margin: 8px 0 0;
  color: #8a8479;
  font-size: 11px;
  line-height: 1.45;
  text-align: center;
}

.paypal-status[data-status-type="error"] {
  color: #9f3428;
}

.paypal-status[data-status-type="success"] {
  color: #1d6f3a;
}

.cart-overlay {
  position: fixed;
  inset: 0;
  z-index: 105;
  background: rgba(0, 0, 0, .48);
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease;
}

.cart-overlay.open {
  opacity: 1;
  pointer-events: auto;
}

.space361-home .hero-copy p:not(.eyebrow) {
  color: rgba(255, 255, 255, .82);
}

.space361-hero {
  min-height: 760px;
}

.space361-hero .hero-image-carousel {
  z-index: 0;
}

.space361-hero .hero-image-slide {
  object-position: var(--hero-slide-position, center);
  filter: saturate(1.04) contrast(1.03);
  will-change: opacity, transform;
}

.space361-hero .hero-shade {
  background:
    linear-gradient(90deg, rgba(5, 5, 4, .78) 0%, rgba(5, 5, 4, .48) 30%, rgba(5, 5, 4, .12) 62%, rgba(5, 5, 4, .08) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .1) 48%, rgba(0, 0, 0, .14) 100%);
}

.space361-hero .hero-copy {
  width: min(680px, 56vw);
  bottom: 9%;
}

.space361-hero h1 {
  max-width: 680px;
  margin-bottom: 22px;
  font-size: clamp(58px, 5.2vw, 92px);
  font-weight: 300;
  line-height: 1;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.language-zh .space361-hero h1 {
  font-size: clamp(54px, 4.8vw, 84px);
  line-height: 1.12;
  letter-spacing: .01em;
}

.text-link:hover > [data-i18n] {
  transform: none;
}

.space361-home .hero-text p {
  margin-top: 0;
  max-width: 560px;
  font-size: 18px;
  line-height: 1.58;
}

.space361-hero .hero-meta {
  left: 3vw;
  right: auto;
}

.hero-meta {
  bottom: 3%;
}

.section-pad,
.newsletter {
  padding-top: 112px;
  padding-bottom: 112px;
}

.intro-grid h2,
.section-head h2,
.shop-head h2,
.feature-copy h2,
.story-copy h2,
.newsletter h2 {
  font-size: clamp(42px, 4.4vw, 72px);
  line-height: 1.04;
  letter-spacing: 0;
}

.intro-grid {
  gap: 8vw;
}

.section-head {
  margin-bottom: 56px;
}

.collection-feature {
  min-height: 720px;
}

.feature-image {
  min-height: 640px;
}

.feature-video-wrap {
  display: grid;
  overflow: hidden;
  place-items: center;
  background: #1d1d1b;
}

.feature-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.feature-copy {
  padding-top: 7vw;
}

.category-card {
  min-height: 520px;
}

.product-taxonomy {
  background: #f0ede6;
}

.taxonomy-hero {
  position: relative;
  min-height: clamp(560px, 68vw, 760px);
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  color: #fff;
  background: #171715;
}

.taxonomy-hero-slides,
.taxonomy-hero-slide,
.taxonomy-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.taxonomy-hero-slide {
  object-fit: cover;
  opacity: 0;
  transform: scale(1.025);
  transition: opacity 1s ease, transform 6s ease;
}

.taxonomy-hero-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.taxonomy-hero-shade {
  z-index: 1;
  background: linear-gradient(90deg, rgba(7, 7, 6, 0.72) 0%, rgba(7, 7, 6, 0.42) 52%, rgba(7, 7, 6, 0.26) 100%), linear-gradient(0deg, rgba(7, 7, 6, 0.54), transparent 58%);
}

.taxonomy-hero .section-head {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0;
  padding: clamp(120px, 14vw, 190px) 3vw 120px;
  color: #fff;
}

.taxonomy-hero .section-head h2 {
  max-width: 900px;
  color: #fff;
  text-wrap: balance;
}

.taxonomy-hero .section-head > p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.88rem;
}

.taxonomy-hero .eyebrow {
  color: #d7a765;
}

.shop-hero .shop-head {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0;
  padding: clamp(120px, 14vw, 190px) 3vw 120px;
  color: #fff;
}

.shop-hero .shop-head h2 {
  max-width: 900px;
  color: #fff;
  text-wrap: balance;
}

.shop-hero .taxonomy-hero-slide {
  object-position: var(--shop-slide-position, center);
}

.shop-hero .shop-head .lead {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.82);
}

.shop-hero .shop-summary,
.shop-hero .shop-summary p,
.shop-hero .lighting-control-label {
  color: #fff;
}

.shop-hero .lighting-control-track {
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(0, 0, 0, 0.28);
}

.shop-hero .lighting-control-track::after {
  background: #fff;
}

.shop-catalogue-content {
  background: #e8e5de;
}

.taxonomy-carousel-controls {
  position: absolute;
  z-index: 3;
  right: 3vw;
  bottom: 34px;
  display: flex;
  align-items: center;
  gap: 16px;
  color: #fff;
}

.taxonomy-carousel-controls > button {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.12);
  color: #fff;
  cursor: pointer;
  font-size: 1rem;
}

.taxonomy-carousel-dots {
  display: flex;
  align-items: center;
  gap: 7px;
}

.taxonomy-carousel-dots button {
  width: 22px;
  height: 2px;
  padding: 0;
  border: 0;
  background: rgba(255, 255, 255, 0.36);
  cursor: pointer;
  transition: width 0.25s ease, background 0.25s ease;
}

.taxonomy-carousel-dots button.is-active {
  width: 36px;
  background: #fff;
}

.taxonomy-carousel-count {
  min-width: 48px;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
}

.taxonomy-carousel-count b {
  font-weight: 600;
}

.product-taxonomy > .product-category-grid.section-pad {
  padding-top: 7rem;
}

.product-category-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 56px 16px;
}

.product-category-card {
  grid-column: span 3;
  min-width: 0;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

.product-category-card:nth-child(n + 5) {
  grid-column: span 4;
}

.product-category-media {
  position: relative;
  display: block;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #d9d5cd;
}

.product-category-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .65s cubic-bezier(.2, .7, .2, 1);
}

.product-category-card:hover .product-category-media img {
  transform: scale(1.025);
}

.product-category-card.is-contain .product-category-media {
  background: #f8f5ee;
}

.product-category-card.is-contain .product-category-media img {
  padding: 10%;
  object-fit: contain;
}

.product-category-index {
  position: absolute;
  z-index: 2;
  top: 12px;
  left: 12px;
  display: grid;
  place-items: center;
  min-width: 34px;
  height: 24px;
  padding: 0 8px;
  background: rgba(244, 241, 235, .92);
  color: var(--ink);
  font-size: 10px;
  letter-spacing: .08em;
}

.product-category-copy {
  padding-top: 18px;
}

.product-category-copy h3 {
  margin: 0 0 14px;
  font-family: var(--serifless);
  font-size: clamp(24px, 2vw, 34px);
  font-weight: 300;
  line-height: 1.08;
  letter-spacing: -.035em;
}

.language-zh .product-category-copy h3 {
  letter-spacing: 0;
}

.product-category-description {
  min-height: 66px;
  margin: 0 0 18px;
  color: #6a665f;
  font-size: 12px;
  line-height: 1.65;
}

.product-category-card:target .product-category-media {
  box-shadow: 0 0 0 3px #a67e4c;
}

.product-category-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
}

.product-category-links a {
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(18, 18, 18, .42);
  color: #5f5c55;
  font-size: 11px;
  letter-spacing: .06em;
  text-transform: uppercase;
  transition: color .2s ease, border-color .2s ease;
}

.product-category-links a:hover {
  color: var(--ink);
  border-color: var(--ink);
}

.shop-head {
  margin-bottom: 46px;
}

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

@media (min-width: 901px) {
  .space361-home .shop-catalogue-content > .product-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

.story {
  min-height: 680px;
}

.story-image {
  min-height: 620px;
}

.story-copy {
  padding-top: 7vw;
}

.feature-image,
.story-image {
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #f8f5ee;
}

.product-image {
  object-fit: contain;
  padding: 24px;
  background: #f8f5ee;
  transition: transform .55s cubic-bezier(.2, .7, .2, 1), filter .45s ease;
}

.feature-specs b {
  color: inherit;
  font: inherit;
}

.shop-summary {
  display: flex;
  align-items: center;
  gap: 32px;
}

.shop-summary p {
  margin: 0;
  font-size: .74rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.lighting-control {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 34px;
  color: var(--ink);
  cursor: pointer;
  user-select: none;
}

.lighting-control-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}

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

.lighting-control-track {
  position: relative;
  width: 54px;
  height: 30px;
  flex: 0 0 auto;
  border: 1px solid rgba(24, 24, 22, .55);
  border-radius: 999px;
  background: rgba(255, 255, 255, .38);
  transition: background-color .3s ease, border-color .3s ease;
}

.lighting-control-track::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--ink);
  transition: transform .3s cubic-bezier(.2, .7, .2, 1), background-color .3s ease, box-shadow .3s ease;
}

.lighting-control-input:checked + .lighting-control-track {
  border-color: var(--ink);
  background: var(--ink);
}

.lighting-control-input:checked + .lighting-control-track::after {
  background: #f2c979;
  box-shadow: 0 0 14px rgba(242, 201, 121, .72);
  transform: translateX(24px);
}

.lighting-control-input:focus-visible + .lighting-control-track {
  outline: 2px solid var(--ink);
  outline-offset: 3px;
}

.product-list-head .lighting-control {
  justify-self: end;
  align-self: end;
  margin-bottom: 8px;
}

.product-image-wrap,
.product-module-media {
  isolation: isolate;
  transition: background-color .45s ease;
}

.product-gallery-item.is-primary {
  position: relative;
  isolation: isolate;
}

.product-image-wrap::before,
.product-gallery-item.is-primary::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 58% 36%, rgba(255, 234, 199, .18), transparent 34%),
    radial-gradient(circle at 16% 74%, rgba(174, 131, 78, .12), transparent 36%),
    linear-gradient(180deg, rgba(151, 108, 58, .25) 0 17%, rgba(116, 78, 35, .12) 17%, rgba(255, 255, 255, 0) 18%),
    linear-gradient(180deg, #c9ad82 0 17%, #e4cfab 17.1% 100%);
  transition: opacity .35s ease;
}

.product-image-wrap .product-detail-link,
.product-gallery-item.is-primary img {
  position: relative;
  z-index: 1;
}

.product-image-wrap .product-image,
.product-gallery-item.is-primary img {
  background: transparent;
  mix-blend-mode: multiply;
}

.product-image-wrap::after,
.product-module-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(circle at 50% 54%, rgba(255, 255, 255, 0) 0 26%, rgba(29, 23, 16, .52) 76%, rgba(12, 10, 8, .78) 100%);
  mix-blend-mode: multiply;
  opacity: 0;
  transition: opacity .45s ease;
}

.lighting-preview-on .product-image-wrap,
.lighting-preview-on .product-module-media {
  background: #f8f5ee;
}

.lighting-preview-on .product-image-wrap::before {
  opacity: 1;
}

.lighting-preview-on .product-image-wrap::after,
.lighting-preview-on .product-module-media::after {
  opacity: 0;
}

.lighting-preview-on .product-image,
.lighting-preview-on .product-module-media img {
  filter: saturate(1.18) contrast(1.07) brightness(.96) drop-shadow(0 0 18px rgba(246, 197, 106, .24));
}

.product-module > .product-module-media {
  position: relative;
  min-height: 420px;
  padding: 0;
  overflow: hidden;
  background: #f8f5ee;
}

.product-module-media img {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  min-height: 420px;
  padding: 44px;
  object-fit: contain;
  transition: filter .45s ease;
}

.quick-add {
  display: grid;
  place-items: center;
  z-index: 2;
  color: var(--ink);
}

.product-info p {
  line-height: 1.45;
}

.brand-story-page {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  min-height: 780px;
  background: #171715;
  color: #fff;
}

.brand-story-visual {
  min-height: 780px;
  overflow: hidden;
}

.brand-story-visual img,
.brand-story-visual video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-story-copy {
  display: flex;
  flex-direction: column;
  padding: 7vw 4vw 4vw;
}

.brand-story-copy h2 {
  max-width: 720px;
  margin-bottom: 28px;
  font-size: clamp(46px, 4.7vw, 78px);
  line-height: 1.02;
}

.brand-story-lead {
  max-width: 620px;
  color: rgba(255, 255, 255, .72);
  font-size: 17px;
  line-height: 1.7;
}

.brand-story-narrative {
  display: grid;
  gap: 18px;
  max-width: 700px;
}

.brand-story-narrative p {
  margin: 0;
  color: rgba(255, 255, 255, .7);
  font-size: 15px;
  line-height: 1.76;
}

.brand-story-narrative .brand-story-lead {
  color: rgba(255, 255, 255, .9);
  font-size: 17px;
}

.brand-welcome {
  margin-top: 38px;
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, .22);
  border-bottom: 1px solid rgba(255, 255, 255, .22);
}

.brand-welcome h3,
.brand-collection-panel h3 {
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 500;
}

.brand-welcome p {
  margin: 0;
  color: rgba(255, 255, 255, .62);
  font-size: 13px;
  line-height: 1.6;
}

.brand-collection-panel {
  padding-top: 28px;
}

.brand-collection-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.brand-collection-tags span {
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, .22);
  color: rgba(255, 255, 255, .78);
  font-size: 11px;
  line-height: 1.2;
}

.brand-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 30px;
  background: rgba(255, 255, 255, .16);
  border: 1px solid rgba(255, 255, 255, .16);
}

.brand-service-grid article {
  min-height: 82px;
  display: grid;
  grid-template-columns: 32px 1fr;
  align-items: center;
  gap: 12px;
  padding: 16px;
  background: #171715;
}

.brand-service-grid article > span {
  font-size: 20px;
  text-align: center;
}

.brand-service-grid p {
  margin: 0;
  font-size: 12px;
  line-height: 1.45;
}

.brand-fraud-warning {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 18px 0 0;
  padding: 14px 16px;
  color: #f0d8b7;
  background: rgba(194, 154, 103, .12);
  border-left: 2px solid #c29a67;
  font-size: 12px;
  line-height: 1.5;
}

.brand-fraud-warning > span:first-child {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  display: grid;
  place-items: center;
  border: 1px solid #c29a67;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 700;
}

.brand-principles {
  display: grid;
  gap: 0;
  margin-top: 44px;
  border-top: 1px solid rgba(255, 255, 255, .2);
}

.brand-principles article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 6px 16px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.brand-principles article > span {
  grid-row: 1 / span 2;
  color: #c29a67;
  font-size: 11px;
  letter-spacing: .1em;
}

.brand-principles h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
}

.brand-principles p {
  margin: 0;
  color: rgba(255, 255, 255, .58);
  font-size: 13px;
  line-height: 1.55;
}

.brand-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: auto;
  padding-top: 46px;
}

.brand-stats div {
  display: grid;
  gap: 7px;
}

.brand-stats strong {
  font-family: var(--serifless);
  font-size: clamp(32px, 3vw, 52px);
  font-weight: 300;
}

.brand-stats span {
  color: rgba(255, 255, 255, .58);
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.brand-story-page-standalone {
  margin-top: 0;
}

.brand-solution-showcase {
  position: relative;
  min-height: clamp(520px, 54vw, 820px);
  overflow: hidden;
  background: #10100f;
  color: #fff;
  isolation: isolate;
}

.brand-solution-showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .78) 0%, rgba(0, 0, 0, .46) 42%, rgba(0, 0, 0, .08) 78%),
    linear-gradient(180deg, rgba(0, 0, 0, .12) 0%, rgba(0, 0, 0, .5) 100%);
}

.brand-solution-slides,
.brand-solution-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.brand-solution-slide {
  object-fit: cover;
  opacity: 0;
  transform: scale(1.035);
  transition: opacity .9s ease, transform 5.8s ease;
}

.brand-solution-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.brand-solution-copy {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: inherit;
  max-width: min(760px, 72vw);
  flex-direction: column;
  justify-content: center;
  padding: clamp(86px, 10vw, 148px) clamp(28px, 7vw, 110px);
}

.brand-solution-copy .eyebrow {
  margin-bottom: clamp(18px, 2.6vw, 34px);
  color: rgba(255, 255, 255, .72);
}

.brand-solution-copy h2 {
  max-width: 720px;
  margin: 0;
  color: #fff;
  font-family: "Avenir Next", "Helvetica Neue", "Segoe UI Light", var(--serifless);
  font-size: clamp(44px, 6vw, 88px);
  font-weight: 100;
  font-variation-settings: "wght" 100;
  line-height: 1.06;
  letter-spacing: 0;
  text-shadow: none;
}

.brand-solution-copy p:not(.eyebrow) {
  max-width: 620px;
  margin: clamp(18px, 2.2vw, 30px) 0 0;
  color: rgba(255, 255, 255, .82);
  font-size: clamp(16px, 1.45vw, 22px);
  font-weight: 300;
  line-height: 1.58;
}

.brand-solution-copy p:not(.eyebrow) + p {
  margin-top: 8px;
}

.brand-solution-controls {
  position: absolute;
  right: clamp(22px, 4vw, 62px);
  bottom: clamp(22px, 4vw, 58px);
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 14px;
}

.brand-solution-controls > button,
.brand-solution-dots button {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 999px;
  background: rgba(0, 0, 0, .2);
  color: #fff;
  font: inherit;
  cursor: pointer;
  transition: background .22s ease, border-color .22s ease, transform .22s ease;
}

.brand-solution-controls > button:hover,
.brand-solution-dots button:hover,
.brand-solution-dots button.is-active {
  border-color: #fff;
  background: rgba(255, 255, 255, .18);
}

.brand-solution-controls > button:hover {
  transform: translateY(-1px);
}

.brand-solution-dots {
  display: flex;
  align-items: center;
  gap: 8px;
}

.brand-solution-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border-color: rgba(255, 255, 255, .56);
  background: transparent;
}

.brand-solution-dots button.is-active {
  width: 28px;
  border-radius: 999px;
}

.brand-image-nav-section {
  background: #f4f1eb;
  border-top: 2px solid rgba(255, 255, 255, .94);
  padding: 2px 0;
}

.brand-image-nav-grid {
  display: grid;
  grid-auto-rows: clamp(230px, 21.25vw, 526px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2px;
}

.brand-image-nav-card {
  position: relative;
  display: block;
  overflow: hidden;
  min-width: 0;
  background: #171715;
  color: #fff;
  outline: none;
}

.brand-image-nav-card.is-tall {
  grid-row: span 2;
}

.brand-image-nav-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.76) contrast(.96) brightness(.86);
  transform: scale(1.001);
  transition: filter .32s ease, transform .55s ease;
}

.brand-image-nav-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 0 solid rgba(255, 255, 255, .82);
  background: linear-gradient(135deg, rgba(201, 150, 86, .2), rgba(255, 255, 255, 0) 48%);
  opacity: 0;
  pointer-events: none;
  transition: opacity .28s ease, border-width .28s ease;
}

.brand-image-nav-card:hover img,
.brand-image-nav-card:focus-visible img,
.brand-image-nav-card.is-active img {
  filter: saturate(1.08) contrast(1.03) brightness(.99);
  transform: scale(1.025);
}

.brand-image-nav-card:hover::after,
.brand-image-nav-card:focus-visible::after,
.brand-image-nav-card.is-active::after {
  border-width: 10px;
  opacity: 1;
}

.brand-image-nav-card:focus-visible {
  box-shadow: inset 0 0 0 2px #fff;
}

.brand-linked-content {
  background: #f4f1eb;
  color: #171715;
}

.brand-linked-content-head {
  display: grid;
  max-width: 1440px;
  margin: 0 auto clamp(34px, 4.8vw, 68px);
  grid-template-columns: minmax(160px, .28fr) minmax(0, .72fr);
  gap: clamp(30px, 6vw, 92px);
}

.brand-linked-content-head h2 {
  max-width: 900px;
  margin: 0;
  color: #171715;
  font-family: "Avenir Next", "Helvetica Neue", "Segoe UI Light", var(--serifless);
  font-size: clamp(38px, 5vw, 82px);
  font-weight: 100;
  font-variation-settings: "wght" 100;
  line-height: 1.05;
  letter-spacing: 0;
}

.brand-linked-grid {
  display: grid;
  max-width: 1440px;
  margin: 0 auto;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(23, 23, 19, .16);
  border: 1px solid rgba(23, 23, 19, .16);
}

.brand-linked-panel {
  min-height: 260px;
  padding: clamp(26px, 3vw, 46px);
  background: #f8f6f1;
  transition: background .28s ease, color .28s ease;
}

.brand-linked-panel.is-active,
.brand-linked-panel:target {
  background: #171715;
  color: #fff;
}

.brand-linked-panel > span {
  display: block;
  margin-bottom: clamp(34px, 4vw, 58px);
  color: #c79555;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.brand-linked-panel h3 {
  max-width: 260px;
  margin: 0;
  font-family: "Avenir Next", "Helvetica Neue", "Segoe UI Light", var(--serifless);
  font-size: clamp(24px, 2.2vw, 36px);
  font-weight: 200;
  line-height: 1.1;
  letter-spacing: 0;
}

.brand-linked-panel p {
  margin: 18px 0 0;
  color: rgba(23, 23, 19, .7);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7;
}

.brand-linked-panel.is-active p,
.brand-linked-panel:target p {
  color: rgba(255, 255, 255, .72);
}

.brand-linked-panel a {
  display: inline-block;
  margin-top: 24px;
  color: #171715;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-decoration: none;
  text-transform: uppercase;
}

.brand-linked-panel.is-active a,
.brand-linked-panel:target a {
  color: #fff;
}

.brand-products.lucendi-collection-page {
  display: none;
}

.brand-products-shell.lucendi-collection-shell {
  max-width: 1440px;
}

.brand-product-grid.lucendi-product-grid.product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(26px, 3.2vw, 46px) clamp(14px, 1.7vw, 24px);
}

.brand-product-area .lucendi-product-toolbar {
  padding-bottom: clamp(18px, 2.5vw, 28px);
  border-bottom: 1px solid rgba(23, 23, 19, .12);
}

@media (max-width: 1180px) {
  .brand-product-grid.lucendi-product-grid.product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

@media (max-width: 900px) {
  .brand-image-nav-grid {
    grid-auto-rows: clamp(210px, 31vw, 320px);
  }
}

@media (max-width: 720px) {
  .brand-solution-showcase {
    min-height: 640px;
  }

  .brand-solution-showcase::before {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, .46) 0%, rgba(0, 0, 0, .76) 100%),
      linear-gradient(90deg, rgba(0, 0, 0, .42), rgba(0, 0, 0, .2));
  }

  .brand-solution-copy {
    max-width: none;
    justify-content: flex-end;
    padding: 96px 22px 108px;
  }

  .brand-solution-copy h2 {
    font-size: clamp(36px, 11vw, 46px);
    line-height: 1.08;
  }

  .brand-solution-copy p:not(.eyebrow) {
    font-size: 16px;
  }

  .brand-solution-controls {
    right: auto;
    bottom: 28px;
    left: 22px;
  }

  .brand-image-nav-grid {
    grid-auto-rows: auto;
    grid-template-columns: 1fr;
  }

  .brand-image-nav-card {
    aspect-ratio: 1.57;
  }

  .brand-image-nav-card.is-tall {
    grid-row: auto;
    aspect-ratio: .78;
  }

  .brand-linked-content-head {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .brand-linked-content-head h2 {
    font-size: clamp(34px, 10vw, 46px);
  }

  .brand-linked-grid {
    grid-template-columns: 1fr;
  }

  .brand-linked-panel {
    min-height: 0;
  }

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

.about-page-section {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  min-height: 760px;
  padding-top: 64px;
  background: #d6c8b6;
}

.about-page-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8vw 5vw;
  color: #fff;
  background: #101012;
}

.about-page-copy h2 {
  max-width: 760px;
  margin-bottom: 34px;
  font-size: clamp(48px, 5vw, 82px);
  line-height: 1.01;
}

.about-page-copy .eyebrow {
  color: rgba(255, 255, 255, .78);
}

.about-page-copy > p:not(.eyebrow) {
  max-width: 640px;
  color: rgba(255, 255, 255, .82);
  font-size: 17px;
  line-height: 1.7;
}

.about-notes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  margin-top: 48px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, .22);
}

.about-notes p {
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
  line-height: 1.65;
}

.about-page-copy .about-thanks {
  margin: 34px 0 0;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .22);
  color: rgba(255, 255, 255, .9);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.65;
}

.about-page-image {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  background: #171715;
}

.about-page-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-carousel-track {
  position: absolute;
  inset: 0;
}

.about-carousel-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.035);
  transition: opacity .9s ease, transform 5.2s ease;
}

.about-carousel-slide.is-active {
  z-index: 1;
  opacity: 1;
  transform: scale(1);
}

.about-carousel-controls {
  position: absolute;
  z-index: 3;
  right: 24px;
  bottom: 24px;
  left: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}

.about-carousel-arrow,
.about-carousel-dots button {
  border: 1px solid rgba(255, 255, 255, .7);
  color: #fff;
  background: rgba(14, 14, 13, .5);
  backdrop-filter: blur(8px);
  cursor: pointer;
  pointer-events: auto;
}

.about-carousel-arrow {
  display: grid;
  width: 42px;
  height: 42px;
  padding: 0;
  place-items: center;
  font-size: 19px;
  transition: background .25s ease, color .25s ease;
}

.about-carousel-arrow:hover {
  color: #171715;
  background: #fff;
}

.about-carousel-dots {
  display: flex;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(14, 14, 13, .35);
  backdrop-filter: blur(8px);
}

.about-carousel-dots button {
  width: 7px;
  height: 7px;
  padding: 0;
  border-radius: 50%;
  background: transparent;
  transition: width .25s ease, background .25s ease;
}

.about-carousel-dots button.is-active {
  width: 22px;
  border-radius: 999px;
  background: #fff;
}

.about-image-nav-section {
  overflow: hidden;
  background: #171715;
}

.about-image-nav-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2px;
  background: #f2f0eb;
}

.about-image-nav-card {
  position: relative;
  display: block;
  min-height: clamp(260px, 21vw, 430px);
  overflow: hidden;
  color: #fff;
  isolation: isolate;
}

.about-image-nav-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.45) contrast(.95) brightness(.74);
  transform: scale(1.01);
  transition: filter .45s ease, transform .55s cubic-bezier(.2, .7, .2, 1);
}

.about-image-nav-card::before,
.about-image-nav-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  transition: opacity .35s ease;
}

.about-image-nav-card::before {
  background: linear-gradient(180deg, rgba(9, 8, 7, 0) 42%, rgba(9, 8, 7, .66) 100%);
  opacity: .62;
}

.about-image-nav-card::after {
  border: 2px solid #d7a765;
  background: rgba(215, 167, 101, .2);
  mix-blend-mode: screen;
  opacity: 0;
}

.about-image-nav-card:hover img,
.about-image-nav-card:focus-visible img,
.about-image-nav-card.is-active img {
  filter: saturate(1.12) contrast(1.04) brightness(.98);
  transform: scale(1.045);
}

.about-image-nav-card:hover::after,
.about-image-nav-card:focus-visible::after,
.about-image-nav-card.is-active::after {
  opacity: 1;
}

.about-image-nav-card:focus-visible {
  outline: 3px solid #d7a765;
  outline-offset: -3px;
}

.about-image-nav-label {
  position: absolute;
  z-index: 2;
  right: clamp(16px, 2.2vw, 28px);
  bottom: clamp(16px, 2.2vw, 28px);
  left: clamp(16px, 2.2vw, 28px);
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  color: #fff;
  transform: translateY(8px);
  opacity: .74;
  transition: opacity .3s ease, transform .3s ease;
}

.about-image-nav-card:hover .about-image-nav-label,
.about-image-nav-card:focus-visible .about-image-nav-label,
.about-image-nav-card.is-active .about-image-nav-label {
  transform: translateY(0);
  opacity: 1;
}

.about-image-nav-label small {
  color: #d7a765;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
}

.about-image-nav-label strong {
  max-width: 190px;
  font-family: var(--serifless);
  font-size: clamp(18px, 1.45vw, 28px);
  font-weight: 300;
  line-height: 1.05;
  text-align: right;
}

.about-linked-content {
  background: #f3f1eb;
}

.about-linked-content-head {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 7vw;
  align-items: end;
  margin-bottom: 54px;
}

.about-linked-content-head h2 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(44px, 5vw, 84px);
  font-weight: 200;
  line-height: 1.03;
  letter-spacing: 0;
}

.about-linked-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2px;
  background: rgba(23, 23, 21, .16);
}

.about-linked-panel {
  min-height: 300px;
  padding: clamp(24px, 3vw, 42px);
  background: #fbfaf6;
  transition: background .3s ease, color .3s ease;
}

.about-linked-panel.is-active,
.about-linked-panel:target {
  color: #fff;
  background: #171715;
}

.about-linked-panel > span {
  display: inline-block;
  margin-bottom: 54px;
  color: #a97939;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
}

.about-linked-panel h3 {
  max-width: 320px;
  margin: 0 0 18px;
  font-family: var(--serifless);
  font-size: clamp(24px, 2vw, 34px);
  font-weight: 300;
  line-height: 1.12;
  letter-spacing: 0;
}

.about-linked-panel p {
  max-width: 420px;
  margin: 0;
  color: #5c5850;
  font-size: 14px;
  line-height: 1.78;
}

.about-linked-panel.is-active p,
.about-linked-panel:target p {
  color: rgba(255, 255, 255, .72);
}

.about-linked-panel a {
  display: inline-flex;
  margin-top: 28px;
  color: #a97939;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.about-linked-panel.is-active a,
.about-linked-panel:target a {
  color: #d7a765;
}

.story-carousel {
  position: relative;
  overflow: hidden;
  background: #171715;
}

@media (prefers-reduced-motion: reduce) {
  .about-carousel-slide {
    transform: none;
    transition: opacity .15s linear;
  }
}

.about-page-standalone,
.faq-page-standalone {
  padding-top: 160px;
}

.customer-reviews {
  overflow: hidden;
  color: #fff;
  background: #171715;
}

.customer-reviews-head {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 8vw;
  align-items: end;
  margin-bottom: 52px;
}

.customer-reviews-head h2 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(48px, 5.6vw, 88px);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.04em;
}

.customer-reviews-head > p {
  max-width: 520px;
  margin: 0;
  color: rgba(255, 255, 255, .62);
  font-size: 14px;
  line-height: 1.7;
}

.customer-reviews-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(300px, 31vw);
  gap: 1px;
  overflow-x: auto;
  padding: 1px 1px 18px;
  background: rgba(255, 255, 255, .16);
  scroll-snap-type: x mandatory;
  scrollbar-color: #a67e4c rgba(255, 255, 255, .08);
  scrollbar-width: thin;
}

.customer-review-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 380px;
  padding: 30px;
  color: #fff;
  background: #20201e;
  scroll-snap-align: start;
}

.customer-review-number {
  color: rgba(255, 255, 255, .3);
  font-size: 11px;
  letter-spacing: .12em;
}

.customer-review-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 34px;
}

.customer-review-stars {
  color: #c89654;
  font-size: 13px;
  letter-spacing: .12em;
}

.customer-review-sample {
  padding: 5px 8px;
  border: 1px solid rgba(255, 255, 255, .22);
  color: rgba(255, 255, 255, .54);
  font-size: 9px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.customer-review-card blockquote {
  margin: 28px 0 36px;
  color: rgba(255, 255, 255, .9);
  font-size: clamp(19px, 1.65vw, 25px);
  font-weight: 300;
  line-height: 1.45;
}

.customer-review-person {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-top: auto;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .16);
}

.customer-review-person strong {
  font-size: 13px;
  font-weight: 500;
}

.customer-review-person span,
.customer-review-product {
  color: rgba(255, 255, 255, .48);
  font-size: 11px;
}

.customer-review-product {
  margin: 10px 0 0;
}

.contact-page-intro {
  max-width: 720px;
  margin: -20px auto 42px;
  color: #666159;
  font-size: 16px;
  line-height: 1.7;
}

.contact-service-grid {
  width: min(1060px, 100%);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto 52px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.contact-service-grid article {
  min-height: 190px;
  padding: 26px;
  text-align: left;
  border-right: 1px solid var(--line);
}

.contact-service-grid article:last-child {
  border-right: 0;
}

.contact-service-grid article > span,
.contact-service-list article > span {
  color: #a67e4c;
  font-size: 11px;
  letter-spacing: .08em;
}

.contact-service-grid h3,
.contact-service-list h3 {
  margin: 42px 0 8px;
  font-size: 17px;
  font-weight: 500;
}

.contact-service-grid p,
.contact-service-list p {
  margin: 0;
  color: #6a655d;
  font-size: 13px;
  line-height: 1.6;
}

.contact-locations .contact-service-grid {
  margin-bottom: 0;
}

.contact-locations .contact-service-grid article {
  min-height: 270px;
}

.contact-showcase {
  width: min(1180px, 100%);
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 3fr) minmax(330px, 2fr);
  margin: 0 auto;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.contact-showcase .contact-service-grid {
  width: 100%;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  border: 0;
}

.contact-showcase .contact-service-grid article {
  min-height: 390px;
  padding: 26px 18px;
}

.contact-designer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 2px;
  min-height: 390px;
  padding-left: 2px;
  background: var(--line);
}

.contact-designer-grid figure {
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: #b9b3a9;
}

.contact-designer-grid img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.82) contrast(.98);
  transition: filter .3s ease, transform .55s ease;
}

.contact-designer-grid figure:hover img {
  filter: saturate(1) contrast(1);
  transform: scale(1.025);
}

.contact-designer-grid-standalone {
  min-height: 420px;
  margin-top: 30px;
  padding: 2px;
}

.contact-phone {
  display: inline-block;
  margin-top: 18px;
  color: var(--ink);
  font-size: 13px;
  line-height: 1.5;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.contact-phone:hover {
  color: #a67e4c;
}

.contact-direct-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 28px;
  margin-bottom: 4px;
}

.contact-page-refined {
  align-items: start;
  padding-top: 120px;
  padding-bottom: 120px;
}

.contact-page-copy > p:not(.eyebrow) {
  max-width: 620px;
  margin: 24px 0 36px;
  color: #666159;
  font-size: 16px;
  line-height: 1.7;
}

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

.contact-service-list article {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.contact-service-list h3 {
  margin: 0 0 5px;
}

.faq-page-section {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 8vw;
  background: #f3f1eb;
}

.faq-page-head h2 {
  max-width: 680px;
  margin-bottom: 28px;
  font-size: clamp(48px, 5vw, 82px);
  line-height: 1.01;
}

.faq-page-head > p:not(.eyebrow) {
  max-width: 520px;
  color: #666159;
  font-size: 16px;
  line-height: 1.65;
}

.faq-list {
  border-top: 1px solid rgba(18, 18, 18, .24);
}

.faq-list details {
  border-bottom: 1px solid rgba(18, 18, 18, .24);
}

.faq-list summary {
  position: relative;
  padding: 26px 52px 26px 0;
  cursor: pointer;
  list-style: none;
  font-family: var(--serifless);
  font-size: clamp(18px, 1.5vw, 24px);
  font-weight: 400;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  position: absolute;
  top: 25px;
  right: 4px;
  font-size: 25px;
  font-weight: 300;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  max-width: 720px;
  margin: -4px 52px 28px 0;
  color: #67635b;
  line-height: 1.7;
}

@media (prefers-reduced-motion: reduce) {
  .hero-video,
  .hero-image-slide {
    transform: none;
  }
}

.nav-shop-menu {
  position: relative;
  display: flex;
  align-items: center;
  align-self: stretch;
}

.nav-shop-link {
  display: flex;
  align-items: center;
  height: 100%;
}

.nav-shop-link::before {
  display: none;
}

.shop-category-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 238px;
  max-height: calc(100vh - 96px);
  padding: 18px 0 20px;
  display: flex;
  flex-direction: column;
  gap: 0;
  overflow-y: auto;
  color: #fff;
  background: #454140;
  border: 0;
  box-shadow: 0 24px 52px rgba(0, 0, 0, .24);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
}

.shop-category-menu a {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 22px;
  border-bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
}

.shop-category-menu a::after {
  display: none;
}

.shop-category-menu a.has-children::after {
  content: "›";
  display: block;
  position: static;
  width: auto;
  height: auto;
  margin-left: 16px;
  background: transparent;
  font-size: 22px;
  font-weight: 300;
  line-height: 1;
  transform: none;
}

.shop-category-menu a:hover,
.shop-category-menu a:focus-visible {
  background: rgba(255, 255, 255, .1);
}

.nav-shop-menu:hover .shop-category-menu,
.nav-shop-menu:focus-within .shop-category-menu,
.nav-shop-menu.is-open .shop-category-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.desktop-nav .nav-shop-link::after,
.desktop-nav .nav-category-link::after,
.desktop-nav .nav-pop-up-link::after {
  bottom: 8px;
  transform: scaleX(1);
}

.desktop-nav .nav-category-link::after {
  transform: scaleX(0);
}

.desktop-nav .nav-category-link:hover::after,
.desktop-nav .nav-category-link:focus-visible::after {
  transform: scaleX(1);
}

.product-category-card {
  scroll-margin-top: 92px;
}

@media (max-width: 1050px) {
  .shop-category-menu {
    display: none;
  }

  .contact-service-grid {
    grid-template-columns: 1fr;
  }

  .contact-service-grid article {
    min-height: 150px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .contact-service-grid article:last-child {
    border-bottom: 0;
  }

  .contact-showcase {
    grid-template-columns: 1fr;
  }

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

  .contact-showcase .contact-service-grid article {
    min-height: 230px;
    border-bottom: 1px solid var(--line);
  }

  .contact-designer-grid {
    min-height: 520px;
    padding: 2px;
  }

  .customer-reviews-head {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .customer-reviews-track {
    grid-auto-columns: minmax(290px, 46vw);
  }
}

.product-price del {
  display: block;
  margin-top: 4px;
  color: #817d74;
  font-size: .68rem;
  font-weight: 400;
}

.product-card-details {
  margin-top: 14px;
  border-top: 1px solid rgba(18, 18, 18, .16);
  color: #514f49;
  font-size: 13px;
  line-height: 1.6;
}

.product-card-view-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 14px;
  padding: 12px 0;
  border-top: 1px solid rgba(18, 18, 18, .16);
  color: var(--ink);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.product-card-view-details span:last-child {
  font-size: 16px;
  transition: transform .2s ease;
}

.product-card-view-details:hover span:last-child {
  transform: translateX(4px);
}

.product-card-details summary {
  padding: 12px 0;
  color: var(--ink);
  cursor: pointer;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.product-detail-content {
  max-height: 420px;
  padding: 2px 4px 18px 0;
  overflow: auto;
}

.product-detail-content img {
  max-width: 100%;
  height: auto;
}

.imported-catalogue .shop-head .lead {
  max-width: 670px;
}

.category-seo-copy {
  margin: -1.5rem 0 4rem;
  padding: 1.2rem 0 1.4rem;
  border-top: 1px solid rgba(18, 18, 18, .14);
  border-bottom: 1px solid rgba(18, 18, 18, .14);
}

.category-seo-copy .eyebrow {
  margin-bottom: 1rem;
  color: #a47636;
}

.category-seo-copy-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.category-seo-copy-grid p {
  margin: 0;
  color: #5f5c55;
  font-size: .82rem;
  line-height: 1.7;
}

.category-seo-faq {
  margin: -1.5rem 0 4rem;
  padding: 0 0 2.5rem;
  border-bottom: 1px solid rgba(18, 18, 18, .14);
}

.category-seo-faq h2 {
  margin: 0 0 1.4rem;
  font-size: clamp(2rem, 4vw, 4.5rem);
  letter-spacing: -.06em;
}

.category-seo-faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.category-seo-faq details {
  border: 1px solid rgba(18, 18, 18, .16);
  padding: 1rem;
  background: rgba(255, 255, 255, .35);
}

.category-seo-faq summary {
  cursor: pointer;
  font-weight: 700;
  letter-spacing: -.02em;
}

.category-seo-faq p {
  margin: .85rem 0 0;
  color: #5f5c55;
  font-size: .82rem;
  line-height: 1.7;
}

.site-footer {
  display: block;
  padding: 0;
  background: #000;
  color: #969692;
}

.site-footer .footer-grid {
  width: min(1600px, 100%);
  margin: 0 auto;
  padding: 6rem 5vw 5rem;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(170px, 0.48fr);
  gap: 0;
}

.site-footer .footer-welcome {
  max-width: none;
  padding: 0 clamp(2rem, 4vw, 4.5rem) 0 1.25rem;
}

.site-footer .footer-grid h3 {
  margin: 0 0 1.4rem;
  color: #aaa9a4;
  font-size: 0.96rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
}

.site-footer .footer-grid p {
  margin: 0;
  color: #858581;
  font-size: 0.76rem;
  line-height: 1.8;
}

.site-footer .footer-grid a {
  color: #a8a8a3;
  font-size: 0.76rem;
  line-height: 1.7;
}

.site-footer .footer-contact-block,
.site-footer .footer-quick-links {
  padding: 0 clamp(2rem, 4vw, 4.5rem);
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.site-footer .footer-contact-block p + p {
  margin-top: 1.3rem;
}

.site-footer .footer-contact-block strong {
  color: #aaa9a4;
  font-size: 0.74rem;
  font-weight: 600;
}

.site-footer .footer-quick-links {
  padding-right: 1.25rem;
}

.site-footer .footer-quick-links a {
  width: max-content;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid transparent;
}

.site-footer .footer-quick-links a:hover,
.site-footer .footer-socials a:hover {
  border-bottom-color: currentColor;
}

.site-footer .footer-socials {
  display: flex;
  flex-flow: row wrap;
  gap: 0.55rem 1.25rem;
  margin-top: 2rem;
}

.site-footer .footer-socials a {
  padding-bottom: 0.15rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.site-footer .footer-bottom {
  width: min(1600px, 90%);
  margin: 0 auto;
  padding: 1.8rem 1.25rem 2.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  color: #777773;
  font-size: 0.62rem;
  letter-spacing: 0.03em;
  text-transform: none;
}

.site-footer .footer-bottom > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.65rem 1.45rem;
}

.site-footer .footer-bottom a {
  color: #858581;
}

.policy-open {
  overflow: hidden;
}

.policy-overlay {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(12, 12, 11, 0.72);
  backdrop-filter: blur(5px);
}

.policy-overlay[hidden] {
  display: none;
}

.policy-dialog {
  position: relative;
  width: min(720px, 100%);
  max-height: min(720px, calc(100vh - 48px));
  overflow: auto;
  padding: clamp(38px, 6vw, 76px);
  background: #f4f2ed;
  color: #171715;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.26);
}

.policy-dialog .eyebrow {
  margin: 0 0 1.4rem;
  color: #a87535;
}

.policy-dialog h2 {
  max-width: 580px;
  margin: 0 0 2rem;
  font-size: clamp(2.5rem, 6vw, 5rem);
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.05em;
}

.policy-draft-notice {
  margin: 0 0 1.5rem;
  padding: 0.8rem 1rem;
  border-left: 2px solid #b9813d;
  background: rgba(185, 129, 61, 0.09);
  color: #695337;
  font-size: 0.7rem;
  line-height: 1.55;
}

.policy-body {
  margin: 0;
  color: #4f4c46;
  font-size: 0.92rem;
  line-height: 1.85;
}

.policy-contact {
  display: inline-block;
  margin-top: 2rem;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid currentColor;
  font-size: 0.72rem;
}

.policy-close {
  position: absolute;
  top: 22px;
  right: 24px;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(23, 23, 21, 0.35);
  border-radius: 50%;
  background: transparent;
  color: #171715;
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 1;
}

.support-chat {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 85;
  min-width: 118px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 20px;
  border-radius: 17px;
  background: #464442;
  color: #fff;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.22);
  font-size: 1rem;
  font-weight: 600;
  transition: transform 0.2s ease, background 0.2s ease;
}

.support-chat:hover {
  background: #2f2e2c;
  transform: translateY(-2px);
}

.support-chat-icon {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 0.8rem;
}

.support-chat strong {
  position: absolute;
  top: -8px;
  right: -6px;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #f43f63;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
}

.footer-brand {
  display: block;
}

.footer-logo {
  width: min(520px, 42vw);
  height: auto;
  max-width: none;
}

.footer-brand .brand-logo,
.footer-logo {
  filter: brightness(0) invert(1);
}

.search-panel {
  z-index: 80;
}

.search-panel.open + .scrim {
  opacity: 1;
  pointer-events: auto;
}

.toast {
  border-radius: 0;
}

/* Lucendi-inspired desktop header: compact center navigation with utility actions. */
@media (min-width: 1051px) {
  .site-header {
    display: grid;
    min-height: 64px;
    height: 64px;
    padding: 0 clamp(24px, 2.4vw, 42px);
    grid-template-columns: minmax(80px, auto) minmax(0, 1fr) minmax(0, auto) auto;
    column-gap: clamp(12px, 1.45vw, 28px);
    background: linear-gradient(180deg, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .16) 72%, transparent 100%);
    overflow: visible;
  }

  .site-header.is-fixed,
  .site-header.is-scrolled {
    height: 64px;
    min-height: 64px;
  }

  .site-header .brand {
    min-width: 0;
    justify-self: start;
  }

  .site-header .brand-logo {
    height: 18px;
    max-width: 100px;
  }

  .desktop-nav {
    justify-self: center;
    align-self: stretch;
    min-width: 0;
    max-width: 100%;
    height: 100%;
    gap: clamp(10px, 1.2vw, 20px);
    color: inherit;
    font-size: clamp(12px, .86vw, 13.5px);
    line-height: 1;
    white-space: nowrap;
  }

  .desktop-nav > a,
  .desktop-nav > .nav-shop-menu > .nav-shop-link,
  .desktop-nav > .desktop-language-switch,
  .desktop-nav > .desktop-currency-switch {
    height: 100%;
    min-width: 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex: 0 1 auto;
    white-space: nowrap;
  }

  .desktop-nav a:hover,
  .desktop-nav a:focus-visible,
  .desktop-nav .desktop-language-switch:hover,
  .desktop-nav .desktop-language-switch:focus-visible,
  .desktop-nav .desktop-currency-switch:hover,
  .desktop-nav .desktop-currency-switch:focus-visible {
    color: inherit;
    opacity: .72;
  }

  .desktop-nav .desktop-language-switch,
  .desktop-nav .desktop-currency-switch {
    min-width: 48px;
    border: 0;
    background: transparent;
    color: inherit;
    cursor: pointer;
    font: inherit;
    letter-spacing: 0;
  }

  .header-actions {
    justify-self: end;
    gap: clamp(9px, .9vw, 14px);
    white-space: nowrap;
  }

  .header-actions .search-trigger,
  .header-actions .cart-trigger {
    min-width: 32px;
    width: 32px;
    height: 40px;
    border: 0;
  }

  .header-actions .language-switch {
    min-width: 48px;
    min-height: 40px;
    padding: 0 2px;
    font-size: 12px;
    letter-spacing: 0;
  }

  .header-actions .mobile-language-switch,
  .header-actions .mobile-currency-switch {
    display: none;
  }

  .header-actions .text-button {
    height: 40px;
    min-height: 40px;
    max-width: clamp(64px, 9vw, 112px);
    padding: 0 clamp(14px, 1.2vw, 18px);
    font-size: 13px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .desktop-nav .nav-shop-link::after,
  .desktop-nav .nav-category-link::after,
  .desktop-nav .nav-pop-up-link::after {
    bottom: 12px;
  }
}

@media (min-width: 1201px) and (max-width: 1420px) {
  .site-header {
    grid-template-columns: minmax(80px, auto) minmax(0, 1fr) auto;
    column-gap: clamp(10px, 1.1vw, 18px);
    padding-right: clamp(18px, 2vw, 30px);
    padding-left: clamp(18px, 2vw, 30px);
  }

  .shipping-promo {
    display: none;
  }

  .desktop-nav {
    gap: clamp(7px, .85vw, 12px);
    font-size: clamp(11px, .82vw, 12.5px);
  }

  .desktop-nav .desktop-language-switch,
  .desktop-nav .desktop-currency-switch {
    min-width: 38px;
    font-size: 11px;
  }

  .header-actions {
    gap: 6px;
  }

  .header-actions .text-button {
    max-width: 88px;
    padding: 0 10px;
    font-size: 12px;
  }
}

@media (max-width: 1200px) {
  .site-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    column-gap: 10px;
  }

  .shipping-promo {
    display: none;
  }

  .desktop-nav,
  .nav {
    position: fixed;
    top: 64px;
    left: 0;
    right: 0;
    display: none;
    grid-template-columns: 1fr;
    gap: 0;
    width: 100%;
    max-height: calc(100vh - 64px);
    padding: 12px clamp(18px, 4vw, 42px) 24px;
    overflow-y: auto;
    color: var(--ink);
    background: rgba(243, 241, 235, .98);
    box-shadow: 0 18px 34px rgba(0, 0, 0, .12);
    white-space: normal;
  }

  .admin-bar .desktop-nav,
  .admin-bar .nav {
    top: 96px;
  }

  .desktop-nav.is-open,
  .nav.is-open {
    display: grid;
  }

  .desktop-nav > a,
  .desktop-nav > .nav-shop-menu > .nav-shop-link,
  .nav > a,
  .nav > .nav-shop-menu > .nav-shop-link {
    min-height: 44px;
    height: auto;
    padding: 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--line);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    white-space: normal;
  }

  .desktop-nav .desktop-language-switch,
  .desktop-nav .desktop-currency-switch {
    display: none;
  }

  .nav-shop-menu {
    display: block;
    align-self: auto;
  }

  .nav-shop-link {
    min-height: 44px;
  }

  .shop-category-menu {
    position: static;
    width: 100%;
    max-height: none;
    padding: 0 0 8px;
    display: none;
    color: var(--ink);
    background: transparent;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .nav-shop-menu.is-open .shop-category-menu,
  .nav-shop-menu:focus-within .shop-category-menu {
    display: flex;
  }

  .shop-category-menu a {
    min-height: 36px;
    padding: 8px 16px;
    color: var(--ink);
    font-size: 13px;
    font-weight: 400;
  }

  .desktop-nav .nav-shop-link::after,
  .desktop-nav .nav-category-link::after,
  .desktop-nav .nav-pop-up-link::after {
    display: none;
  }

  .header-actions .mobile-language-switch,
  .header-actions .mobile-currency-switch {
    display: block;
    flex: 0 0 42px;
    width: 42px;
    min-width: 42px;
    height: 34px;
    min-height: 34px;
    padding: 0 1px;
    font-size: 11px;
    letter-spacing: 0;
  }

  .header-actions .search-trigger {
    display: none;
  }

  .header-actions .cart-trigger,
  .header-actions .menu-button {
    flex: 0 0 34px;
    width: 34px;
    min-width: 34px;
    height: 34px;
    border: 0;
  }

  .menu-button {
    display: inline-grid;
    place-items: center;
  }
}

.column-hero {
  padding-top: 180px;
}

.column-hero-carousel {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #050505;
}

.column-hero-slides,
.column-hero-video-wrap,
.column-hero-shade {
  position: absolute;
  inset: 0;
}

.column-hero-slides {
  z-index: -2;
}

.column-hero-video-wrap {
  z-index: -2;
  overflow: hidden;
  background: #050505;
}

.column-hero-video-wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.column-hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.035);
  transition: opacity .9s ease, transform 5.5s ease;
}

.column-hero-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.column-hero-shade {
  z-index: -1;
  background: linear-gradient(90deg, rgba(0, 0, 0, .84) 0%, rgba(0, 0, 0, .58) 48%, rgba(0, 0, 0, .24) 100%);
}

.column-hero-copy {
  position: relative;
  z-index: 1;
}

.family-section-carousel {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #111;
}

.family-section-slides,
.family-section-shade {
  position: absolute;
  inset: 0;
}

.family-section-slides {
  z-index: -2;
}

.family-section-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.035);
  transition: opacity .9s ease, transform 5.5s ease;
}

.family-section-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.family-section-shade {
  z-index: -1;
  background: linear-gradient(90deg, rgba(0, 0, 0, .82), rgba(0, 0, 0, .58) 52%, rgba(0, 0, 0, .74));
}

.family-section-content {
  position: relative;
  z-index: 1;
}

.family-section-carousel .family-list a {
  background: rgba(12, 12, 12, .42);
  backdrop-filter: blur(5px);
}

.product-module > img,
.column-card img,
.collection-module img {
  object-fit: contain;
}

@media (max-width: 1050px) {
  .site-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    column-gap: 10px;
    height: 68px;
    min-height: 68px;
    padding: 0 clamp(12px, 3.4vw, 22px);
  }

  .site-header .brand {
    width: min(42vw, 176px);
    min-width: 0;
    max-width: min(42vw, 176px);
    overflow: hidden;
  }

  .site-header .brand-logo {
    width: 100%;
    max-width: 100%;
    max-height: 32px;
    object-fit: contain;
    object-position: left center;
  }

  .header-actions {
    min-width: 0;
    gap: clamp(5px, 1.6vw, 9px);
    justify-content: flex-end;
    white-space: nowrap;
  }

  .header-actions .mobile-language-switch,
  .header-actions .mobile-currency-switch {
    display: block;
    flex: 0 0 42px;
    width: 42px;
    min-width: 42px;
    height: 34px;
    min-height: 34px;
    padding: 0 1px;
    font-size: 11px;
    letter-spacing: 0;
  }

  .header-actions .search-trigger {
    display: none;
  }

  .header-actions .cart-trigger,
  .header-actions .menu-button {
    flex: 0 0 34px;
    width: 34px;
    min-width: 34px;
    height: 34px;
    border: 0;
  }

  .header-actions .text-button {
    flex: 0 0 auto;
    height: 34px;
    min-height: 34px;
    min-width: 0;
    padding: 0 12px;
    font-size: 12px;
    line-height: 1;
  }

  .cart-trigger .cart-count {
    right: -5px;
    top: -6px;
  }

  .shipping-promo {
    display: none;
  }

  .desktop-nav,
  .nav {
    display: none;
  }

  .menu-button {
    display: inline-grid;
    place-items: center;
  }

  .site-footer .footer-grid {
    padding: 5rem 4vw 4rem;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(150px, 0.52fr);
  }

  .product-category-card,
  .product-category-card:nth-child(n + 5) {
    grid-column: span 6;
  }

  .product-category-card:last-child {
    grid-column: span 12;
  }

  .product-category-card:last-child .product-category-media {
    aspect-ratio: 16 / 7;
  }

  .brand-story-page {
    grid-template-columns: 1fr;
  }

  .brand-story-visual {
    min-height: 560px;
    aspect-ratio: 16 / 9;
  }

  .brand-story-copy {
    min-height: 720px;
    padding: 72px 6vw 54px;
  }

  .about-page-section,
  .faq-page-section {
    grid-template-columns: 1fr;
  }

  .about-page-image {
    min-height: 560px;
    grid-row: 1;
  }

  .about-page-copy {
    padding: 72px 6vw;
  }

  .about-linked-content-head {
    grid-template-columns: 1fr;
    gap: 24px;
  }

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

  .about-image-nav-card {
    min-height: clamp(230px, 30vw, 360px);
  }
}

@media (max-width: 760px) {
  .brand-logo {
    height: 22px;
    max-width: 128px;
  }

  .language-switch {
    min-width: 46px;
    padding: 0 2px;
    font-size: 11px;
  }

  .search-trigger {
    display: none;
  }

  .site-header .brand {
    width: min(34vw, 128px);
    max-width: min(34vw, 128px);
  }

  .header-actions {
    gap: 5px;
  }

  .header-actions .mobile-language-switch,
  .header-actions .mobile-currency-switch {
    flex-basis: 38px;
    width: 38px;
    min-width: 38px;
    font-size: 10px;
  }

  .header-actions .cart-trigger,
  .header-actions .menu-button {
    flex-basis: 32px;
    width: 32px;
    min-width: 32px;
  }

  .header-actions .text-button {
    padding: 0 10px;
    font-size: 11px;
  }

  .cart-drawer-head,
  .cart-items,
  .cart-drawer-footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-logo {
    width: min(340px, 82vw);
  }

  .site-footer .footer-grid {
    display: block;
    padding: 4rem 1rem 3rem;
  }

  .site-footer .footer-welcome,
  .site-footer .footer-contact-block,
  .site-footer .footer-quick-links {
    padding: 0 0 2.8rem;
    border-left: 0;
  }

  .site-footer .footer-contact-block,
  .site-footer .footer-quick-links {
    padding-top: 2.8rem;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
  }

  .site-footer .footer-quick-links {
    padding-bottom: 0;
  }

  .site-footer .footer-bottom {
    width: calc(100% - 2rem);
    padding: 1.5rem 0 2rem;
    display: block;
  }

  .site-footer .footer-bottom > div {
    justify-content: flex-start;
    margin-top: 1rem;
  }

  .policy-overlay {
    align-items: end;
    padding: 0;
  }

  .policy-dialog {
    width: 100%;
    max-height: 86vh;
    padding: 58px 20px 38px;
  }

  .support-chat {
    right: 14px;
    bottom: 14px;
    min-width: 104px;
    height: 52px;
    padding: 0 16px;
  }

  .space361-hero {
    min-height: 680px;
  }

  .space361-hero .hero-copy {
    width: calc(100% - 32px);
    bottom: 12%;
  }

  .space361-hero .hero-meta {
    display: none;
  }

  .space361-hero h1 {
    font-size: clamp(42px, 12vw, 58px);
    line-height: 1.04;
  }

  .language-zh .space361-hero h1 {
    font-size: clamp(38px, 10vw, 52px);
  }

  .space361-home .hero-text p {
    max-width: 92%;
    font-size: 15px;
  }

  .intro-grid h2,
  .section-head h2,
  .shop-head h2,
  .feature-copy h2,
  .story-copy h2,
  .newsletter h2 {
    font-size: clamp(36px, 10vw, 48px);
  }

  .section-pad,
  .newsletter {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .product-category-grid {
    gap: 42px;
  }

  .taxonomy-hero {
    min-height: 620px;
  }

  .taxonomy-hero .section-head {
    padding: 120px 1rem 120px;
    gap: 1.5rem;
  }

  .shop-hero .shop-head {
    display: block;
    padding: 120px 1rem 120px;
  }

  .shop-hero .shop-summary {
    align-items: flex-start;
    margin-top: 2rem;
  }

  .taxonomy-hero .section-head h2 {
    font-size: clamp(38px, 11vw, 54px);
  }

  .taxonomy-carousel-controls {
    right: 1rem;
    left: 1rem;
    bottom: 28px;
    justify-content: space-between;
    gap: 8px;
  }

  .taxonomy-carousel-dots {
    gap: 4px;
  }

  .taxonomy-carousel-dots button {
    width: 10px;
  }

  .taxonomy-carousel-dots button.is-active {
    width: 22px;
  }

  .taxonomy-carousel-count {
    min-width: auto;
  }

  .product-taxonomy > .product-category-grid.section-pad {
    padding-top: 5rem;
  }

  .product-category-card,
  .product-category-card:nth-child(n + 5),
  .product-category-card:last-child {
    grid-column: 1 / -1;
  }

  .product-category-media,
  .product-category-card:last-child .product-category-media {
    aspect-ratio: 4 / 3;
  }

  .product-category-copy h3 {
    font-size: 30px;
  }

  .shop-head {
    gap: 24px;
  }

  .shop-summary {
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
  }

  .product-list-head .lighting-control {
    justify-self: start;
  }

  .product-module > .product-module-media,
  .product-module-media img {
    min-height: 340px;
  }

  .brand-story-visual {
    min-height: 390px;
    aspect-ratio: 4 / 3;
  }

  .brand-story-copy {
    min-height: 0;
    padding: 64px 20px 48px;
  }

  .brand-story-copy h2 {
    font-size: clamp(40px, 11vw, 54px);
  }

  .brand-principles {
    margin-top: 30px;
  }

  .brand-stats {
    margin-top: 36px;
    padding-top: 0;
  }

  .about-page-image {
    min-height: 440px;
  }

  .about-page-copy {
    padding: 64px 20px 56px;
  }

  .about-page-copy h2,
  .faq-page-head h2 {
    font-size: clamp(40px, 11vw, 54px);
  }

  .about-notes {
    grid-template-columns: 1fr;
  }

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

  .about-image-nav-card {
    min-height: 230px;
  }

  .about-image-nav-label {
    right: 16px;
    bottom: 16px;
    left: 16px;
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .about-image-nav-label strong {
    max-width: none;
    font-size: 18px;
    text-align: left;
  }

  .about-linked-content {
    padding-right: 20px;
    padding-left: 20px;
  }

  .about-linked-content-head h2 {
    font-size: clamp(38px, 11vw, 54px);
  }

  .about-linked-grid {
    grid-template-columns: 1fr;
  }

  .about-linked-panel {
    min-height: 0;
    padding: 28px 22px;
  }

  .about-linked-panel > span {
    margin-bottom: 34px;
  }

  .faq-page-section {
    gap: 44px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .about-page-standalone,
  .faq-page-standalone {
    padding-top: 110px;
  }

  .contact-showcase .contact-service-grid {
    grid-template-columns: 1fr;
  }

  .contact-showcase .contact-service-grid article {
    min-height: 190px;
    border-right: 0;
  }

  .contact-designer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(3, minmax(0, 1fr));
    min-height: 780px;
  }

  .customer-reviews-head h2 {
    font-size: clamp(42px, 12vw, 58px);
  }

  .customer-reviews-track {
    grid-auto-columns: 86vw;
  }

  .customer-review-card {
    min-height: 360px;
    padding: 24px;
  }

  .category-seo-copy-grid,
  .category-seo-faq-grid {
    grid-template-columns: 1fr;
  }

  .category-seo-faq {
    margin-bottom: 3rem;
  }
}

.zh-alabaster-view .site-header {
  color: var(--ink);
  background: rgba(244, 241, 235, .94);
  box-shadow: 0 10px 36px rgba(0, 0, 0, .08);
  backdrop-filter: blur(16px);
}

.zh-alabaster-view .brand-logo {
  filter: none;
}

.zh-alabaster-page {
  overflow: hidden;
  color: var(--ink);
  background: #f2eee6;
}

.zh-alabaster-page h1,
.zh-alabaster-page h2,
.zh-alabaster-page h3,
.zh-alabaster-page p {
  letter-spacing: 0;
}

.zh-alabaster-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, .72fr);
  gap: 56px;
  align-items: end;
  min-height: 90vh;
  padding: 170px 7vw 76px;
  background:
    linear-gradient(135deg, rgba(248, 245, 238, .98), rgba(226, 219, 204, .88)),
    #ebe4d8;
}

.zh-alabaster-hero-copy {
  max-width: 790px;
}

.zh-alabaster-hero h1 {
  margin: 0 0 24px;
  font-size: 88px;
  line-height: .96;
}

.zh-alabaster-lead {
  max-width: 720px;
  margin: 0;
  color: #383a37;
  font-size: 20px;
  line-height: 1.82;
}

.zh-alabaster-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  margin-top: 38px;
}

.zh-alabaster-actions .button,
.zh-alabaster-cta .button {
  min-height: 48px;
  white-space: normal;
}

.zh-alabaster-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 640px;
  margin: 46px 0 0;
}

.zh-alabaster-stats div {
  padding-top: 18px;
  border-top: 1px solid rgba(18, 18, 18, .22);
}

.zh-alabaster-stats dt {
  margin: 0 0 4px;
  color: var(--oxide);
  font-size: 30px;
  font-weight: 850;
  line-height: 1;
}

.zh-alabaster-stats dd {
  margin: 0;
  color: #545852;
  font-size: 13px;
}

.zh-alabaster-hero-media {
  position: relative;
  margin: 0;
  min-height: 560px;
  background: #fffaf0;
  box-shadow: 0 30px 80px rgba(35, 31, 25, .18);
}

.zh-alabaster-hero-media img {
  width: 100%;
  height: 620px;
  object-fit: cover;
}

.zh-alabaster-hero-media figcaption {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  padding: 14px 16px;
  color: #f7f2e7;
  background: rgba(18, 18, 18, .66);
  font-size: 13px;
  line-height: 1.65;
}

.zh-alabaster-intro,
.zh-alabaster-projects,
.zh-alabaster-cta {
  display: grid;
  grid-template-columns: minmax(260px, .62fr) minmax(0, 1fr);
  gap: 56px;
  align-items: start;
  background: #f7f4ed;
}

.zh-alabaster-intro h2,
.zh-alabaster-projects h2,
.zh-alabaster-types h2,
.zh-alabaster-products h2,
.zh-alabaster-faq h2,
.zh-alabaster-cta h2 {
  max-width: 760px;
  margin: 0;
  font-size: 48px;
  line-height: 1.12;
}

.zh-alabaster-copy p,
.zh-alabaster-projects p {
  max-width: 760px;
  margin: 0 0 20px;
  color: #4c504a;
  font-size: 17px;
  line-height: 1.9;
}

.zh-alabaster-types,
.zh-alabaster-products,
.zh-alabaster-faq {
  background: #e8e5de;
}

.zh-alabaster-types .section-head,
.zh-alabaster-products .section-head,
.zh-alabaster-faq .section-head {
  margin-bottom: 46px;
}

.zh-alabaster-type-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.zh-alabaster-type-grid article,
.zh-alabaster-faq-grid article {
  min-height: 220px;
  padding: 28px;
  background: #fbfaf6;
  border: 1px solid rgba(18, 18, 18, .08);
}

.zh-alabaster-type-grid span {
  display: inline-block;
  margin-bottom: 42px;
  color: var(--brass);
  font-size: 12px;
  font-weight: 900;
}

.zh-alabaster-type-grid h3,
.zh-alabaster-faq-grid h3 {
  margin: 0 0 14px;
  font-size: 24px;
  line-height: 1.25;
}

.zh-alabaster-type-grid p,
.zh-alabaster-faq-grid p {
  margin: 0;
  color: #555852;
  font-size: 15px;
  line-height: 1.82;
}

.zh-alabaster-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.zh-alabaster-product-card {
  display: flex;
  min-width: 0;
  min-height: 100%;
  flex-direction: column;
  background: #f9f5ed;
  border: 1px solid rgba(18, 18, 18, .09);
}

.zh-alabaster-product-media {
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #ebe4d8;
}

.zh-alabaster-product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .28s ease;
}

.zh-alabaster-product-card:hover .zh-alabaster-product-media img {
  transform: scale(1.035);
}

.zh-alabaster-product-info {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px;
}

.zh-alabaster-product-info > p {
  margin: 0 0 10px;
  color: var(--moss);
  font-size: 12px;
  font-weight: 800;
}

.zh-alabaster-product-info h3 {
  margin: 0 0 22px;
  font-size: 19px;
  line-height: 1.32;
}

.zh-alabaster-product-foot {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid rgba(18, 18, 18, .1);
  font-size: 13px;
}

.zh-alabaster-product-foot a {
  color: var(--oxide);
  font-weight: 850;
}

.zh-alabaster-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.zh-alabaster-chip-list span {
  padding: 10px 15px;
  color: #24352a;
  background: rgba(79, 111, 89, .12);
  border: 1px solid rgba(79, 111, 89, .18);
  font-size: 14px;
  font-weight: 800;
}

.zh-alabaster-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.zh-alabaster-faq-grid article {
  min-height: 180px;
}

.zh-alabaster-cta {
  align-items: center;
  background: #d8ddd1;
}

.zh-alabaster-cta .button {
  justify-self: end;
}

@media (max-width: 1050px) {
  .zh-alabaster-hero,
  .zh-alabaster-intro,
  .zh-alabaster-projects,
  .zh-alabaster-cta {
    grid-template-columns: 1fr;
  }

  .zh-alabaster-hero {
    min-height: 0;
    padding-top: 150px;
  }

  .zh-alabaster-hero h1 {
    font-size: 68px;
  }

  .zh-alabaster-hero-media,
  .zh-alabaster-hero-media img {
    min-height: 0;
    height: auto;
  }

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

  .zh-alabaster-cta .button {
    justify-self: start;
  }
}

@media (max-width: 760px) {
  .zh-alabaster-hero {
    gap: 34px;
    padding: 122px 20px 54px;
  }

  .zh-alabaster-hero h1 {
    font-size: 48px;
  }

  .zh-alabaster-lead,
  .zh-alabaster-copy p,
  .zh-alabaster-projects p {
    font-size: 15px;
  }

  .zh-alabaster-stats,
  .zh-alabaster-type-grid,
  .zh-alabaster-product-grid,
  .zh-alabaster-faq-grid {
    grid-template-columns: 1fr;
  }

  .zh-alabaster-intro h2,
  .zh-alabaster-projects h2,
  .zh-alabaster-types h2,
  .zh-alabaster-products h2,
  .zh-alabaster-faq h2,
  .zh-alabaster-cta h2 {
    font-size: 34px;
  }

  .zh-alabaster-hero-media figcaption {
    position: static;
    color: #383a37;
    background: #fbfaf6;
  }

  .zh-alabaster-type-grid article,
  .zh-alabaster-faq-grid article {
    min-height: 0;
    padding: 22px;
  }
}

@media (max-width: 480px) {
  .site-header {
    column-gap: 6px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .site-header .brand {
    width: min(23vw, 88px);
    max-width: min(23vw, 88px);
  }

  .brand-logo {
    height: 16px;
    max-width: min(23vw, 88px);
  }

  .header-actions {
    gap: 4px;
  }

  .header-actions .mobile-language-switch,
  .header-actions .mobile-currency-switch {
    flex-basis: 36px;
    width: 36px;
    min-width: 36px;
  }

  .header-actions .text-button {
    width: 56px;
    padding: 0 6px;
    font-size: 11px;
  }

  .about-image-nav-card {
    min-height: 190px;
  }

  .about-image-nav-label strong {
    font-size: 16px;
  }

  .about-image-nav-label small,
  .about-linked-panel > span,
  .about-linked-panel a {
    font-size: 10px;
  }
}

/* Keep every product image field white across catalogue, brand, and landing pages. */
.product-image-wrap,
.product-module-media,
.lucendi-product-image.product-image-wrap,
.product-gallery-item.is-primary,
.zh-alabaster-product-media,
.lighting-preview-on .product-image-wrap,
.lighting-preview-on .product-module-media {
  background: #fff;
}

.product-image-wrap::before,
.product-gallery-item.is-primary::before {
  background: #fff;
}

/* Keep catalogue product cards light, compact, and image-forward. */
.product-card .product-image-wrap,
.lucendi-product-image.product-image-wrap {
  aspect-ratio: 1 / 1.04;
}

.product-image-wrap .product-image {
  width: 100%;
  height: 100%;
  padding: 26px 8px 44px;
  object-fit: contain;
  object-position: center;
  transform: scale(1.12);
  transform-origin: center;
}

.lucendi-product-image .product-image {
  object-fit: contain;
  padding: 24px 8px 44px;
  transform: scale(1.12);
}

.product-card:hover .product-image,
.lucendi-product-card:hover .product-image {
  transform: scale(1.15);
}

.product-badge,
.lucendi-product-card .product-badge {
  top: 10px;
  left: 10px;
  max-width: calc(100% - 20px);
  padding: .24rem .4rem;
  font-size: .5rem;
  font-weight: 300;
  letter-spacing: .045em;
  line-height: 1.08;
}

.quick-add {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 4px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  height: 28px;
  padding: 3px 6px;
  overflow: hidden;
  text-align: center;
  font-size: .5rem;
  font-weight: 300;
  line-height: 1.05;
  letter-spacing: .04em;
}

.quick-add span {
  font: inherit;
}

.quick-add.product-inquire-button,
.product-add-button.product-inquire-button {
  text-decoration: none;
}

.lucendi-quick-view.quick-add {
  right: 8px;
  bottom: 8px;
  left: 8px;
  width: auto;
  height: 28px;
  padding: 3px 6px;
  font-size: .5rem;
  font-weight: 300;
  line-height: 1.05;
}

.product-info h3,
.lucendi-product-info h3 {
  font-size: .84rem;
  font-weight: 300;
  line-height: 1.34;
  letter-spacing: 0;
}

.product-info strong,
.product-info .product-price,
.lucendi-product-info .product-price {
  font-size: .68rem;
  font-weight: 300;
}

.product-info p,
.lucendi-product-info p:not(.lucendi-product-vendor) {
  font-size: .64rem;
  font-weight: 300;
  line-height: 1.42;
}

.product-card-view-details,
.product-card-details summary {
  font-weight: 300;
  letter-spacing: .045em;
}

.zh-alabaster-product-media img {
  object-fit: contain;
  padding: 20px 8px;
  transform: scale(1.1);
}

.zh-alabaster-product-card:hover .zh-alabaster-product-media img {
  transform: scale(1.13);
}

.zh-alabaster-product-info > p,
.zh-alabaster-product-info h3,
.zh-alabaster-product-foot,
.zh-alabaster-product-foot a {
  font-weight: 300;
}

.zh-alabaster-product-info > p {
  font-size: 11px;
}

@media (max-width: 720px) {
  .product-grid,
  .lucendi-product-grid.product-grid {
    gap: 2rem .5rem;
  }

  .product-card .product-image-wrap,
  .lucendi-product-image.product-image-wrap {
    aspect-ratio: 1 / 1.06;
  }

  .product-image-wrap .product-image {
    width: 100%;
    height: 100%;
    padding: 24px 2px 36px;
    object-fit: contain;
    object-position: center;
    transform: scale(1.2);
    transform-origin: center;
  }

  .lucendi-product-image .product-image {
    padding: 22px 2px 36px;
    transform: scale(1.2);
  }

  .product-card:hover .product-image,
  .lucendi-product-card:hover .product-image {
    transform: scale(1.23);
  }

  .product-badge,
  .lucendi-product-card .product-badge {
    top: 9px;
    left: 9px;
    max-width: calc(100% - 18px);
    padding: .18rem .32rem;
    font-size: .4rem;
    font-weight: 300;
    letter-spacing: .035em;
    line-height: 1.08;
  }

  .quick-add,
  .lucendi-quick-view.quick-add {
    left: 8px;
    right: 8px;
    bottom: 8px;
    width: auto;
    height: 24px;
    padding: 2px 4px;
    font-size: .38rem;
    font-weight: 300;
    letter-spacing: .035em;
    line-height: 1.05;
  }

  .quick-add span {
    font-weight: inherit;
  }

  .product-info h3,
  .lucendi-product-info h3 {
    font-size: .74rem;
    font-weight: 300;
  }

  .product-info strong,
  .product-info .product-price,
  .lucendi-product-info .product-price {
    font-size: .58rem;
    font-weight: 300;
  }

  .product-info p,
  .lucendi-product-info p:not(.lucendi-product-vendor) {
    font-size: .56rem;
    font-weight: 300;
  }

  .product-card-view-details,
  .product-card-details summary {
    font-size: 9px;
    font-weight: 300;
    letter-spacing: .035em;
  }

  .zh-alabaster-product-media img {
    padding: 14px 4px;
    transform: scale(1.16);
  }

  .zh-alabaster-product-card:hover .zh-alabaster-product-media img {
    transform: scale(1.19);
  }

  .zh-alabaster-product-info > p {
    font-size: 10px;
    font-weight: 300;
  }

  .zh-alabaster-product-info h3 {
    font-size: 16px;
    font-weight: 300;
  }

  .zh-alabaster-product-foot,
  .zh-alabaster-product-foot a {
    font-size: 12px;
    font-weight: 300;
  }
}
