:root {
  --lxlc-canvas: #f8f6f2;
  --lxlc-sand: #f1ede6;
  --lxlc-sand-deep: #e7dfd3;
  --lxlc-ink: #23211d;
  --lxlc-muted: #716b63;
  --lxlc-line: #d8d2c9;
  --lxlc-copper: #87542b;
  --lxlc-copper-hover: #6f421f;
  --lxlc-night: #2c353b;
  --lxlc-footer: #1b1b18;
  --lxlc-sage: #72766e;
  --lxlc-light: #f8f5ef;
  --lxlc-display: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --lxlc-body: "DM Sans", "Avenir Next", "Segoe UI", Arial, sans-serif;
  --lxlc-content: min(1364px, calc(100vw - 76px));
  --lxlc-ease: 360ms cubic-bezier(.2, .72, .2, 1);
}

.template-home {
  background: var(--lxlc-canvas);
  color: var(--lxlc-ink);
}

.template-home .main-content {
  overflow: clip;
}

.template-home .f-header__desktop,
.template-home .f-header__mobile,
.template-home .f-header__bg,
.template-home .f-header__dropdown-bg {
  background: rgba(248, 246, 242, .96) !important;
  color: var(--lxlc-ink) !important;
  border-color: rgba(35, 33, 29, .12) !important;
  backdrop-filter: blur(18px);
}

.template-home .f-header__desktop {
  min-height: 74px;
}

.template-home .f-header__desktop a,
.template-home .f-header__desktop button,
.template-home .f-header__mobile a,
.template-home .f-header__mobile button,
.template-home .f-header__desktop svg,
.template-home .f-header__mobile svg {
  color: var(--lxlc-ink) !important;
}

.template-home .f-header__desktop .f-menu > li > a {
  padding-block: 27px !important;
  font-family: var(--lxlc-body);
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: .14em !important;
  text-transform: uppercase;
}

.template-home .f-header__desktop img[alt="Lokxen"],
.template-home .f-header__mobile img[alt="Lokxen"] {
  filter: none !important;
}

.lxlc-section {
  position: relative;
  background: rgb(var(--color-background));
  color: rgb(var(--color-foreground));
  font-family: var(--lxlc-body);
  border-top: 1px solid var(--lxlc-line);
}

.lxlc-section:first-child {
  border-top: 0;
}

.lxlc-section *,
.lxlc-section *::before,
.lxlc-section *::after {
  box-sizing: border-box;
}

.lxlc-container {
  width: var(--lxlc-content);
  margin-inline: auto;
}

.lxlc-eyebrow {
  margin: 0 0 14px;
  color: var(--lxlc-copper);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.lxlc-title {
  margin: 0;
  color: inherit;
  font-family: var(--lxlc-display);
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -.035em;
  text-wrap: balance;
}

.lxlc-copy,
.lxlc-copy p {
  color: var(--lxlc-muted);
  font-size: 15px;
  line-height: 1.72;
}

.lxlc-link,
.lxlc-button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid currentColor;
  border-radius: 0;
  font-family: var(--lxlc-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .13em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    background-color var(--lxlc-ease),
    border-color var(--lxlc-ease),
    color var(--lxlc-ease),
    transform var(--lxlc-ease);
}

.lxlc-link {
  min-height: auto;
  justify-content: flex-start;
  border: 0;
  border-bottom: 1px solid currentColor;
  padding: 0 0 5px;
}

.lxlc-link:hover,
.lxlc-link:focus-visible {
  color: var(--lxlc-copper-hover);
}

.lxlc-button {
  padding: 0 24px;
}

.lxlc-button--primary {
  border-color: var(--lxlc-copper);
  background: var(--lxlc-copper);
  color: #fff;
}

.lxlc-button--primary:hover,
.lxlc-button--primary:focus-visible {
  border-color: var(--lxlc-copper-hover);
  background: var(--lxlc-copper-hover);
  color: #fff;
  transform: translateY(-1px);
}

.lxlc-button--ghost {
  border-color: rgba(255, 255, 255, .64);
  background: rgba(20, 18, 15, .12);
  color: #fff;
  backdrop-filter: blur(8px);
}

.lxlc-button--ghost:hover,
.lxlc-button--ghost:focus-visible {
  border-color: #fff;
  background: #fff;
  color: var(--lxlc-ink);
}

.lxlc-section :focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}

.lxlc-media {
  position: relative;
  overflow: hidden;
  background: var(--lxlc-sand-deep);
}

.lxlc-media img,
.lxlc-product-row__image img,
.lxlc-signature__products img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Hero */
.lxlc-hero {
  min-height: var(--lxlc-hero-height, 710px);
  overflow: hidden;
  border-top: 0;
  background: #28231f;
  color: #fff;
}

.lxlc-hero__media,
.lxlc-hero__mood {
  position: absolute;
  inset: 0;
}

.lxlc-hero__mood {
  opacity: 0;
  visibility: hidden;
  transition: opacity 700ms ease, visibility 700ms ease;
}

.lxlc-hero__mood.is-active {
  opacity: 1;
  visibility: visible;
}

.lxlc-hero__mood picture,
.lxlc-hero__mood .f-image,
.lxlc-hero__mood img {
  display: block;
  width: 100%;
  height: 100%;
}

.lxlc-hero__mood img {
  object-fit: cover;
  object-position: center;
}

.lxlc-hero::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(19, 16, 13, .58) 0%, rgba(19, 16, 13, .32) 35%, rgba(19, 16, 13, .04) 70%),
    linear-gradient(0deg, rgba(19, 16, 13, .24), transparent 38%);
}

.lxlc-hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: var(--lxlc-hero-height, 710px);
  align-items: center;
  padding-block: 84px;
}

.lxlc-hero__content {
  max-width: 520px;
}

.lxlc-hero__eyebrow {
  color: #f4dfc2;
  text-shadow: 0 2px 20px rgba(0, 0, 0, .28);
}

.lxlc-hero__title {
  max-width: 500px;
  color: #fff;
  font-family: var(--lxlc-display);
  font-size: clamp(62px, 6vw, 86px);
  font-weight: 400;
  line-height: .9;
  letter-spacing: -.052em;
  text-wrap: balance;
}

.lxlc-hero__copy,
.lxlc-hero__copy p {
  max-width: 470px;
  margin-top: 22px;
  color: rgba(255, 255, 255, .9);
  font-size: 15px;
  line-height: 1.65;
}

.lxlc-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.lxlc-hero__mood-tabs {
  position: absolute;
  z-index: 3;
  top: 36px;
  right: max(38px, calc((100vw - 1364px) / 2));
  display: flex;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 999px;
  background: rgba(23, 20, 17, .18);
  backdrop-filter: blur(10px);
}

.lxlc-hero__mood-tab {
  min-width: 74px;
  min-height: 36px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #fff;
  cursor: pointer;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
  transition: background-color var(--lxlc-ease), color var(--lxlc-ease);
}

.lxlc-hero__mood-tab[aria-selected="true"],
.lxlc-hero__mood-tab.is-active {
  background: #f8f5ef;
  color: var(--lxlc-ink);
}

.lxlc-hotspot {
  position: absolute;
  z-index: 4;
  top: var(--lxlc-y, 50%);
  left: var(--lxlc-x, 50%);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  transform: translate(-50%, -50%);
}

.lxlc-hotspot__dot {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  border: 8px solid rgba(255, 255, 255, .88);
  border-radius: 50%;
  background: var(--lxlc-copper);
  box-shadow: 0 4px 22px rgba(0, 0, 0, .3);
  transition: transform var(--lxlc-ease), box-shadow var(--lxlc-ease);
}

.lxlc-hotspot:hover .lxlc-hotspot__dot,
.lxlc-hotspot:focus-visible .lxlc-hotspot__dot,
.lxlc-hotspot.is-active .lxlc-hotspot__dot {
  transform: scale(1.16);
  box-shadow: 0 0 0 8px rgba(255, 255, 255, .18), 0 5px 24px rgba(0, 0, 0, .32);
}

.lxlc-hotspot__label {
  max-width: 175px;
  padding: 9px 12px;
  background: rgba(24, 21, 18, .74);
  color: #fff;
  font-size: 11px;
  line-height: 1.25;
  text-align: left;
  backdrop-filter: blur(10px);
}

/* Brand statement */
.lxlc-statement {
  background: var(--lxlc-canvas);
}

.lxlc-statement__inner {
  display: grid;
  grid-template-columns: minmax(240px, .8fr) minmax(360px, 1.35fr) minmax(160px, .55fr);
  gap: 48px;
  align-items: center;
  padding-block: var(--lxlc-space-top, 42px) var(--lxlc-space-bottom, 42px);
}

.lxlc-statement__heading {
  max-width: 330px;
  font-size: clamp(34px, 3.2vw, 46px);
}

.lxlc-statement__copy {
  max-width: 610px;
}

.lxlc-statement__action {
  justify-self: end;
}

/* Shop by light */
.lxlc-shop-light {
  background: rgb(var(--color-background));
}

.lxlc-section__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 28px;
}

.lxlc-section__head--center {
  justify-content: center;
  text-align: center;
}

.lxlc-section__head-copy {
  max-width: 650px;
}

.lxlc-shop-light__inner,
.lxlc-materials__inner,
.lxlc-inspiration__inner {
  padding-block: var(--lxlc-space-top, 34px) var(--lxlc-space-bottom, 42px);
}

.lxlc-shop-light__grid {
  display: grid;
  grid-template-columns: repeat(var(--lxlc-columns, 6), minmax(0, 1fr));
  gap: 14px;
}

.lxlc-category {
  min-width: 0;
}

.lxlc-category__link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.lxlc-category__media {
  aspect-ratio: 4 / 5;
}

.lxlc-category__media img {
  transition: transform 620ms cubic-bezier(.18, .72, .2, 1);
}

.lxlc-category__link:hover .lxlc-category__media img,
.lxlc-category__link:focus-visible .lxlc-category__media img {
  transform: scale(1.035);
}

.lxlc-category__meta {
  padding-top: 13px;
}

.lxlc-category__title {
  margin: 0;
  color: var(--lxlc-ink);
  font-family: var(--lxlc-display);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.1;
}

.lxlc-category__caption {
  margin: 6px 0 0;
  color: var(--lxlc-muted);
  font-size: 10px;
  font-weight: 650;
  letter-spacing: .08em;
  text-transform: uppercase;
}

/* Room explorer */
.lxlc-room {
  background: rgb(var(--color-background));
}

.lxlc-room__inner {
  display: grid;
  grid-template-columns: minmax(270px, .75fr) minmax(390px, 1.1fr) minmax(390px, 1.1fr);
  min-height: 520px;
  padding-block: var(--lxlc-space-top, 0) var(--lxlc-space-bottom, 0);
}

.lxlc-room__intro,
.lxlc-room__products {
  padding: 50px 40px;
}

.lxlc-room__intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--lxlc-sand);
}

.lxlc-room__title {
  max-width: 310px;
}

.lxlc-room__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 22px;
  margin-top: 28px;
}

.lxlc-room__tab {
  padding: 0 0 7px;
  border: 0;
  border-bottom: 1px solid transparent;
  background: transparent;
  color: var(--lxlc-muted);
  cursor: pointer;
  font-size: 12px;
}

.lxlc-room__tab[aria-selected="true"],
.lxlc-room__tab.is-active {
  border-color: var(--lxlc-copper);
  color: var(--lxlc-ink);
}

.lxlc-room__panel {
  display: none;
}

.lxlc-room__panel.is-active {
  display: contents;
}

.lxlc-room__scene {
  min-height: 520px;
  aspect-ratio: 6 / 5;
}

.lxlc-room__scene picture,
.lxlc-room__scene .f-image,
.lxlc-room__scene img {
  display: block;
  width: 100%;
  height: 100%;
}

.lxlc-room__products {
  overflow: hidden;
  background: #fff;
}

.lxlc-room__products-heading {
  margin: 0 0 10px;
  font-family: var(--lxlc-display);
  font-size: 24px;
  font-weight: 400;
}

.lxlc-room__products-copy {
  margin: 0 0 22px;
  color: var(--lxlc-muted);
  font-size: 13px;
}

.lxlc-product-list {
  display: grid;
  gap: 0;
}

.lxlc-product-row {
  display: grid;
  grid-template-columns: 82px 1fr auto;
  gap: 16px;
  align-items: center;
  min-height: 98px;
  padding-block: 12px;
  border-top: 1px solid var(--lxlc-line);
  color: inherit;
  text-decoration: none;
}

.lxlc-product-row__image {
  width: 82px;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--lxlc-sand);
}

.lxlc-product-row__title {
  margin: 0;
  font-size: 13px;
  font-weight: 550;
  line-height: 1.35;
}

.lxlc-product-row__price {
  margin-top: 5px;
  color: var(--lxlc-muted);
  font-size: 12px;
}

.lxlc-product-row__action {
  min-width: 62px;
  padding: 9px 10px;
  border: 1px solid var(--lxlc-line);
  color: var(--lxlc-ink);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  text-align: center;
  text-transform: uppercase;
}

.lxlc-product-row:hover .lxlc-product-row__action,
.lxlc-product-row:focus-visible .lxlc-product-row__action,
.lxlc-product-row.is-active .lxlc-product-row__action {
  border-color: var(--lxlc-copper);
  background: var(--lxlc-copper);
  color: #fff;
}

/* Signature */
.lxlc-signature {
  background: rgb(var(--color-background));
}

.lxlc-signature__inner {
  display: grid;
  grid-template-columns: minmax(230px, .68fr) minmax(380px, 1.08fr) minmax(420px, 1.28fr);
  gap: 18px;
  align-items: stretch;
  padding-block: var(--lxlc-space-top, 36px) var(--lxlc-space-bottom, 40px);
}

.lxlc-signature__intro {
  align-self: center;
  padding-right: 30px;
}

.lxlc-signature__heading {
  font-size: clamp(34px, 3.4vw, 48px);
}

.lxlc-signature__media-grid {
  display: grid;
  grid-template-columns: minmax(0, 2.6fr) minmax(100px, 1fr);
  gap: 8px;
}

.lxlc-signature__main-media,
.lxlc-signature__detail-media {
  min-height: 350px;
}

.lxlc-signature__products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px;
  align-content: center;
}

.lxlc-signature__products .f-product-card {
  min-width: 0;
}

.lxlc-signature__products .f-product-card__media {
  aspect-ratio: 2 / 3;
  background: var(--lxlc-sand);
}

.lxlc-signature__products .f-product-card__name,
.lxlc-signature__products .f-product-card__title {
  font-size: 12px;
  line-height: 1.35;
}

/* Layer the light */
.lxlc-layer {
  border-color: rgba(255, 255, 255, .12);
  background: rgb(var(--color-background));
  color: var(--lxlc-light);
}

.lxlc-layer__inner {
  display: grid;
  grid-template-columns: minmax(250px, .72fr) minmax(0, 2.25fr);
  gap: 44px;
  padding-block: var(--lxlc-space-top, 44px) var(--lxlc-space-bottom, 44px);
}

.lxlc-layer .lxlc-eyebrow {
  color: #d5b387;
}

.lxlc-layer .lxlc-title {
  color: var(--lxlc-light);
}

.lxlc-layer .lxlc-copy,
.lxlc-layer .lxlc-copy p {
  color: rgba(248, 245, 239, .72);
}

.lxlc-layer__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.lxlc-layer__tablist {
  display: none;
}

.lxlc-layer-card {
  min-width: 0;
}

.lxlc-layer-card__label {
  margin: 0 0 10px;
  color: rgba(248, 245, 239, .82);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.lxlc-layer-card__media {
  aspect-ratio: 5 / 4;
}

.lxlc-layer-card__media img {
  filter: brightness(var(--lxlc-brightness, 1));
  transition: filter 160ms linear, transform 600ms ease;
}

.lxlc-layer-card:hover .lxlc-layer-card__media img {
  transform: scale(1.018);
}

.lxlc-layer-card__range {
  width: 100%;
  height: 24px;
  margin-top: 12px;
  accent-color: #d5b387;
  cursor: pointer;
}

.lxlc-layer-card__text {
  margin-top: 8px;
  color: rgba(248, 245, 239, .62);
  font-size: 12px;
  line-height: 1.5;
}

/* Shop the scene */
.lxlc-scene {
  background: rgb(var(--color-background));
}

.lxlc-scene__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(360px, .85fr);
  gap: 0;
  padding-block: var(--lxlc-space-top, 16px) var(--lxlc-space-bottom, 16px);
}

.lxlc-scene__media {
  position: relative;
  min-height: 430px;
  aspect-ratio: 16 / 9;
}

.lxlc-scene__media picture,
.lxlc-scene__media .f-image,
.lxlc-scene__media > img {
  display: block;
  width: 100%;
  height: 100%;
}

.lxlc-scene__panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 36px 42px;
  background: #fff;
}

.lxlc-scene__panel .lxlc-title {
  font-size: clamp(34px, 3.2vw, 46px);
}

.lxlc-scene__panel .lxlc-product-list {
  margin-top: 14px;
}

.lxlc-scene .lxlc-hotspot {
  top: var(--lxlc-y, 50%);
  left: var(--lxlc-x, 50%);
}

.lxlc-scene .lxlc-hotspot__label {
  display: none;
}

/* Materials */
.lxlc-materials {
  background: rgb(var(--color-background));
}

.lxlc-materials__grid {
  display: grid;
  grid-template-columns: repeat(var(--lxlc-columns, 6), minmax(0, 1fr));
  gap: 8px;
}

.lxlc-material {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
}

.lxlc-material::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(0deg, rgba(20, 18, 15, .52), transparent 62%);
}

.lxlc-material img {
  transition: transform 620ms ease;
}

.lxlc-material:hover img,
.lxlc-material:focus-visible img {
  transform: scale(1.035);
}

.lxlc-material__title {
  position: absolute;
  z-index: 1;
  right: 14px;
  bottom: 13px;
  left: 14px;
  margin: 0;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

/* Inspiration */
.lxlc-inspiration {
  background: rgb(var(--color-background));
}

.lxlc-inspiration__grid {
  display: grid;
  grid-template-columns: repeat(var(--lxlc-columns, 5), minmax(0, 1fr));
  gap: 14px;
}

.lxlc-article {
  color: inherit;
  text-decoration: none;
}

.lxlc-article__media {
  aspect-ratio: 3 / 2;
}

.lxlc-article__media img {
  transition: transform 620ms ease;
}

.lxlc-article:hover .lxlc-article__media img,
.lxlc-article:focus-visible .lxlc-article__media img {
  transform: scale(1.03);
}

.lxlc-article__title {
  margin: 12px 0 0;
  font-family: var(--lxlc-display);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

.lxlc-article__text {
  margin: 7px 0 0;
  color: var(--lxlc-muted);
  font-size: 12px;
  line-height: 1.55;
}

/* Service strip */
.lxlc-service {
  background: rgb(var(--color-background));
}

.lxlc-service__inner {
  display: grid;
  grid-template-columns: repeat(var(--lxlc-columns, 4), minmax(0, 1fr));
  padding-block: var(--lxlc-space-top, 24px) var(--lxlc-space-bottom, 24px);
}

.lxlc-service-item {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 14px;
  align-items: center;
  min-width: 0;
  padding: 4px 28px;
  border-left: 1px solid var(--lxlc-line);
  color: inherit;
  text-decoration: none;
}

.lxlc-service-item:first-child {
  border-left: 0;
}

.lxlc-service-item__icon {
  width: 42px;
  height: 42px;
}

.lxlc-service-item__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.lxlc-service-item__title {
  margin: 0;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .1em;
  line-height: 1.25;
  text-transform: uppercase;
}

.lxlc-service-item__text {
  margin: 4px 0 0;
  color: var(--lxlc-muted);
  font-size: 11px;
  line-height: 1.35;
}

/* Native newsletter + footer adapted to the selected visual */
.template-home .lxlc-newsletter {
  border-top: 1px solid rgba(255, 255, 255, .16);
  background: var(--lxlc-sage);
  color: #fff;
}

.template-home .lxlc-newsletter .f-newsletter-section__wrapper,
.template-home .lxlc-newsletter .f-newsletter-section__content {
  align-items: center;
}

.template-home .lxlc-newsletter .f-newsletter-section__heading,
.template-home .lxlc-newsletter .f-newsletter-section__description {
  color: #fff !important;
}

.template-home .lxlc-newsletter .f-newsletter-section__heading {
  font-family: var(--lxlc-display);
  font-weight: 400;
  letter-spacing: -.02em;
}

.template-home .lxlc-newsletter .f-newsletter-form .form-field {
  border-radius: 0 !important;
  border-color: rgba(255, 255, 255, .65) !important;
  background: rgba(255, 255, 255, .12) !important;
  color: #fff !important;
}

.template-home .lxlc-newsletter .f-newsletter-form__button {
  border-radius: 0 !important;
  background: var(--lxlc-copper) !important;
  color: #fff !important;
}

.template-home .f-footer,
.template-home .f-footer--middle,
.template-home .f-footer--bottom {
  background: var(--lxlc-footer) !important;
  color: rgba(248, 245, 239, .78) !important;
}

.template-home .f-footer a,
.template-home .f-footer p,
.template-home .f-footer li,
.template-home .f-footer .f-footer--block-title,
.template-home .f-footer .f-footer--block-newsletter-desc {
  color: rgba(248, 245, 239, .78) !important;
}

.template-home .f-footer .f-footer--block-title {
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.template-home .f-footer a:hover {
  color: #d5b387 !important;
}

.template-home .f-footer .block-image img {
  filter: brightness(0) invert(1);
}

@media (max-width: 1199px) {
  :root {
    --lxlc-content: min(100% - 48px, 1100px);
  }

  .lxlc-room__inner {
    grid-template-columns: minmax(240px, .72fr) minmax(360px, 1fr) minmax(330px, .9fr);
  }

  .lxlc-room__intro,
  .lxlc-room__products {
    padding-inline: 28px;
  }

  .lxlc-signature__inner {
    grid-template-columns: minmax(210px, .62fr) minmax(340px, 1fr) minmax(360px, 1fr);
  }

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

@media (max-width: 991px) {
  :root {
    --lxlc-content: min(100% - 40px, 920px);
  }

  .lxlc-shop-light__grid,
  .lxlc-materials__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lxlc-room__inner {
    grid-template-columns: minmax(240px, .7fr) minmax(0, 1.3fr);
  }

  .lxlc-room__products {
    grid-column: 1 / -1;
  }

  .lxlc-room__scene {
    min-height: 460px;
  }

  .lxlc-signature__inner {
    grid-template-columns: minmax(220px, .7fr) minmax(0, 1.3fr);
  }

  .lxlc-signature__products {
    grid-column: 1 / -1;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lxlc-layer__inner {
    grid-template-columns: 1fr;
  }

  .lxlc-scene__inner {
    grid-template-columns: 1fr;
  }

  .lxlc-scene__panel {
    padding-inline: 32px;
  }

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

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

  .lxlc-service-item:nth-child(3) {
    border-left: 0;
  }

  .lxlc-service-item:nth-child(n + 3) {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  :root {
    --lxlc-content: calc(100vw - 32px);
  }

  .template-home .f-header__mobile {
    min-height: 60px;
  }

  .template-home .f-header__mobile a,
  .template-home .f-header__mobile button {
    min-width: 44px;
    min-height: 44px;
  }

  .lxlc-eyebrow {
    margin-bottom: 11px;
    font-size: 10px;
  }

  .lxlc-title {
    font-size: clamp(32px, 10vw, 42px);
  }

  .lxlc-copy,
  .lxlc-copy p {
    font-size: 14px;
    line-height: 1.64;
  }

  .lxlc-hero {
    min-height: min(820px, calc(100svh - 60px));
  }

  .lxlc-hero::after {
    background:
      linear-gradient(0deg, rgba(18, 15, 12, .76) 0%, rgba(18, 15, 12, .34) 54%, rgba(18, 15, 12, .04) 80%),
      linear-gradient(90deg, rgba(18, 15, 12, .28), transparent 70%);
  }

  .lxlc-hero__inner {
    min-height: min(820px, calc(100svh - 60px));
    align-items: end;
    padding-block: 124px 52px;
  }

  .lxlc-hero__title {
    max-width: 340px;
    font-size: clamp(48px, 15vw, 62px);
    line-height: .92;
  }

  .lxlc-hero__copy,
  .lxlc-hero__copy p {
    margin-top: 16px;
    font-size: 14px;
  }

  .lxlc-hero__actions {
    gap: 10px;
    margin-top: 22px;
  }

  .lxlc-hero__actions .lxlc-button {
    flex: 1 1 140px;
    padding-inline: 14px;
  }

  .lxlc-hero__mood-tabs {
    top: 18px;
    right: 16px;
  }

  .lxlc-hero__mood-tab {
    min-width: 58px;
    min-height: 34px;
    font-size: 9px;
  }

  .lxlc-hero .lxlc-hotspot {
    top: var(--lxlc-y-mobile, var(--lxlc-y, 50%));
    left: var(--lxlc-x-mobile, var(--lxlc-x, 50%));
  }

  .lxlc-hero .lxlc-hotspot:nth-of-type(n + 3) {
    display: none;
  }

  .lxlc-hotspot__label {
    display: none;
  }

  .lxlc-statement__inner {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-block: var(--lxlc-space-top, 34px) var(--lxlc-space-bottom, 36px);
  }

  .lxlc-statement__action {
    justify-self: start;
  }

  .lxlc-section__head {
    align-items: start;
    margin-bottom: 22px;
  }

  .lxlc-shop-light__inner,
  .lxlc-materials__inner,
  .lxlc-inspiration__inner {
    padding-block: var(--lxlc-space-top, 32px) var(--lxlc-space-bottom, 36px);
  }

  .lxlc-shop-light__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 10px;
  }

  .lxlc-category__title {
    font-size: 18px;
  }

  .lxlc-room__inner {
    display: block;
    min-height: 0;
    padding-block: var(--lxlc-space-top, 0) var(--lxlc-space-bottom, 0);
  }

  .lxlc-room__intro {
    padding: 34px 16px 26px;
  }

  .lxlc-room__tabs {
    flex-wrap: nowrap;
    gap: 22px;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .lxlc-room__tabs::-webkit-scrollbar {
    display: none;
  }

  .lxlc-room__scene {
    min-height: auto;
    aspect-ratio: 4 / 3;
  }

  .lxlc-room__products {
    padding: 28px 16px 34px;
  }

  .lxlc-product-row {
    grid-template-columns: 76px 1fr auto;
    gap: 12px;
  }

  .lxlc-product-row__image {
    width: 76px;
  }

  .lxlc-signature__inner {
    display: block;
    padding-block: var(--lxlc-space-top, 34px) var(--lxlc-space-bottom, 36px);
  }

  .lxlc-signature__intro {
    padding: 0 0 24px;
  }

  .lxlc-signature__media-grid {
    grid-template-columns: minmax(0, 2.2fr) minmax(90px, 1fr);
  }

  .lxlc-signature__main-media,
  .lxlc-signature__detail-media {
    min-height: 280px;
  }

  .lxlc-signature__products {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    margin-top: 14px;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
  }

  .lxlc-signature__products > * {
    width: min(68vw, 250px);
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  .lxlc-layer__inner {
    gap: 28px;
    padding-block: var(--lxlc-space-top, 36px) var(--lxlc-space-bottom, 38px);
  }

  .lxlc-layer__tablist {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    margin-bottom: 12px;
  }

  .lxlc-layer__tab {
    min-height: 40px;
    padding: 0 16px;
    border: 1px solid rgba(255, 255, 255, .28);
    background: transparent;
    color: rgba(255, 255, 255, .72);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
  }

  .lxlc-layer__tab[aria-selected="true"],
  .lxlc-layer__tab.is-active {
    border-color: #f8f5ef;
    background: #f8f5ef;
    color: var(--lxlc-night);
  }

  .lxlc-layer__grid {
    display: block;
  }

  .lxlc-layer-card {
    display: none;
  }

  .lxlc-layer-card.is-active {
    display: block;
  }

  .lxlc-layer-card__media {
    aspect-ratio: 4 / 3;
  }

  .lxlc-scene__inner {
    display: block;
    padding-block: var(--lxlc-space-top, 0) var(--lxlc-space-bottom, 0);
  }

  .lxlc-scene__media {
    min-height: auto;
    aspect-ratio: 4 / 5;
  }

  .lxlc-scene__panel {
    padding: 30px 16px 36px;
  }

  .lxlc-scene .lxlc-hotspot {
    top: var(--lxlc-y-mobile, var(--lxlc-y, 50%));
    left: var(--lxlc-x-mobile, var(--lxlc-x, 50%));
  }

  .lxlc-materials__grid,
  .lxlc-inspiration__grid {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    margin-right: -16px;
    padding-right: 16px;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .lxlc-materials__grid::-webkit-scrollbar,
  .lxlc-inspiration__grid::-webkit-scrollbar {
    display: none;
  }

  .lxlc-material {
    width: 70vw;
    max-width: 300px;
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  .lxlc-article {
    width: 72vw;
    max-width: 310px;
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  .lxlc-section__head > .lxlc-link {
    display: none;
  }

  .lxlc-service__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-block: var(--lxlc-space-top, 22px) var(--lxlc-space-bottom, 22px);
  }

  .lxlc-service-item {
    display: block;
    padding: 12px 14px;
    border-left: 0;
    border-top: 1px solid var(--lxlc-line);
    text-align: center;
  }

  .lxlc-service-item:nth-child(-n + 2) {
    border-top: 0;
  }

  .lxlc-service-item:nth-child(n + 3) {
    margin-top: 0;
  }

  .lxlc-service-item__icon {
    width: 46px;
    height: 46px;
    margin: 0 auto 10px;
  }

  .template-home .lxlc-newsletter .f-newsletter-section__content {
    display: block !important;
  }

  .template-home .lxlc-newsletter .f-newsletter-section__header,
  .template-home .lxlc-newsletter .f-newsletter-section__form {
    width: 100% !important;
    text-align: left !important;
  }

  .template-home .lxlc-newsletter .f-newsletter-section__form {
    margin-top: 20px;
  }
}

/* Component markup contract */
.lxlc-display,
.lxlc-heading,
.lxlc-section__heading {
  margin: 0;
  color: inherit;
  font-family: var(--lxlc-display);
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -.035em;
  text-wrap: balance;
}

.lxlc-section__description,
.lxlc-section__description p {
  max-width: 640px;
  margin: 14px 0 0;
  color: var(--lxlc-muted);
  font-size: 15px;
  line-height: 1.7;
}

.lxlc-text-link,
.lxlc-button--text {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 8px;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: inherit;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .14em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.lxlc-button--text {
  border-color: rgba(255, 255, 255, .7);
  color: #fff;
}

.lxlc-text-link__arrow {
  transition: transform var(--lxlc-ease);
}

.lxlc-text-link:hover .lxlc-text-link__arrow,
.lxlc-text-link:focus-visible .lxlc-text-link__arrow {
  transform: translateX(4px);
}

/* Hero markup */
.lxlc-hero__layer {
  position: relative;
  z-index: 2;
}

.lxlc-hero__heading {
  max-width: 520px;
  color: #fff;
  font-size: clamp(62px, 6vw, 88px);
  line-height: .9;
  letter-spacing: -.052em;
}

.lxlc-hero__text,
.lxlc-hero__text p {
  max-width: 480px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, .9);
  font-size: 15px;
  line-height: 1.65;
}

.lxlc-hero__mood-switcher {
  position: absolute;
  z-index: 3;
  top: 36px;
  right: 0;
  display: flex;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 999px;
  background: rgba(25, 21, 18, .2);
  backdrop-filter: blur(12px);
}

.lxlc-hero__mood-trigger {
  min-width: 72px;
  min-height: 36px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #fff;
  cursor: pointer;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.lxlc-hero__mood-trigger.is-active,
.lxlc-hero__mood-trigger[aria-selected="true"] {
  background: #f8f5ef;
  color: var(--lxlc-ink);
}

.lxlc-hero__hotspots {
  position: absolute;
  z-index: 4;
  inset: 0;
  pointer-events: none;
}

.lxlc-hero__hotspots .lxlc-hotspot {
  top: var(--lxlc-hotspot-y, 50%);
  left: var(--lxlc-hotspot-x, 50%);
  display: block;
  pointer-events: auto;
}

.lxlc-hotspot__trigger {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 8px solid rgba(255, 255, 255, .88);
  border-radius: 50%;
  background: var(--lxlc-copper);
  color: #fff;
  cursor: pointer;
  box-shadow: 0 4px 22px rgba(0, 0, 0, .3);
  transition: transform var(--lxlc-ease), box-shadow var(--lxlc-ease);
}

.lxlc-hotspot.is-active .lxlc-hotspot__trigger,
.lxlc-hotspot__trigger:hover,
.lxlc-hotspot__trigger:focus-visible {
  transform: scale(1.12);
  box-shadow: 0 0 0 8px rgba(255, 255, 255, .18), 0 5px 24px rgba(0, 0, 0, .32);
}

.lxlc-hotspot__card {
  position: absolute;
  top: 43px;
  left: 17px;
  width: max-content;
  max-width: 220px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, .2);
  background: rgba(24, 21, 18, .84);
  color: #fff;
  transform: translateX(-14%);
  backdrop-filter: blur(14px);
}

.lxlc-hotspot__title {
  color: inherit;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.35;
  text-decoration: none;
}

.lxlc-hotspot__price {
  margin-top: 5px;
  color: rgba(255, 255, 255, .74);
  font-size: 11px;
}

/* Brand statement markup */
.lxlc-brand-statement {
  background: rgb(var(--color-background));
}

.lxlc-brand-statement__inner {
  display: grid;
  grid-template-columns: minmax(280px, .9fr) minmax(360px, 1.4fr) minmax(170px, .55fr);
  gap: 52px;
  align-items: center;
  padding-block: var(--lxlc-padding-top, 54px) var(--lxlc-padding-bottom, 56px);
}

.lxlc-brand-statement__heading {
  max-width: 400px;
  font-size: clamp(34px, 3.2vw, 48px);
}

.lxlc-brand-statement__text,
.lxlc-brand-statement__text p {
  margin: 0;
  color: var(--lxlc-muted);
  font-size: 15px;
  line-height: 1.75;
}

.lxlc-brand-statement__item--link {
  justify-self: end;
}

/* Shop by light markup */
.lxlc-shop-light__inner {
  padding-block: var(--lxlc-padding-top, 58px) var(--lxlc-padding-bottom, 72px);
}

.lxlc-shop-light__header {
  display: grid;
  grid-template-columns: minmax(300px, 1fr) minmax(260px, .75fr);
  gap: 40px;
  align-items: end;
  margin-bottom: 30px;
}

.lxlc-shop-light__eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -25px;
}

.lxlc-shop-light__heading {
  font-size: clamp(38px, 4vw, 58px);
}

.lxlc-shop-light__text,
.lxlc-shop-light__text p {
  margin: 0;
  color: var(--lxlc-muted);
  line-height: 1.7;
}

.lxlc-shop-light__grid {
  grid-template-columns: repeat(var(--lxlc-shop-light-columns, 6), minmax(0, 1fr));
}

.lxlc-shop-light__card {
  min-width: 0;
}

.lxlc-shop-light__media {
  display: block;
  overflow: hidden;
  aspect-ratio: var(--lxlc-shop-light-image-ratio, .8);
  background: var(--lxlc-sand-deep);
}

.lxlc-shop-light__picture,
.lxlc-shop-light__image {
  display: block;
  width: 100%;
  height: 100%;
}

.lxlc-shop-light__image {
  object-fit: cover;
  transition: transform 620ms cubic-bezier(.18, .72, .2, 1);
}

.lxlc-shop-light__card:hover .lxlc-shop-light__image {
  transform: scale(1.035);
}

.lxlc-shop-light__content {
  padding-top: 13px;
}

.lxlc-shop-light__title {
  margin: 0;
  font-family: var(--lxlc-display);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.15;
}

.lxlc-shop-light__title a {
  color: inherit;
  text-decoration: none;
}

.lxlc-shop-light__link {
  min-height: 28px;
  margin-top: 4px;
  border-bottom: 0;
  color: var(--lxlc-muted);
  font-size: 9px;
}

/* Room explorer markup */
.lxlc-room-explorer {
  background: rgb(var(--color-background));
}

.lxlc-room-explorer > .container,
.lxlc-room-explorer > .container-fluid,
.lxlc-room-explorer > .container-full {
  padding-block: var(--section-padding-top, 88px) var(--section-padding-bottom, 88px);
}

.lxlc-room-explorer__header {
  display: grid;
  grid-template-columns: minmax(330px, 1fr) minmax(420px, 1.25fr);
  gap: 52px;
  align-items: end;
  margin-bottom: 34px;
}

.lxlc-room-explorer__heading {
  max-width: 620px;
}

.lxlc-room-explorer__description,
.lxlc-room-explorer__description p {
  max-width: 580px;
  margin: 16px 0 0;
}

.lxlc-room-explorer__tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px 24px;
}

.lxlc-room-explorer__tab {
  min-height: 42px;
  padding: 0 0 7px;
  border: 0;
  border-bottom: 1px solid transparent;
  background: transparent;
  color: var(--lxlc-muted);
  cursor: pointer;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.lxlc-room-explorer__tab.is-active,
.lxlc-room-explorer__tab[aria-selected="true"] {
  border-color: var(--lxlc-copper);
  color: var(--lxlc-ink);
}

.lxlc-room-explorer__panel {
  display: none;
  grid-template-columns: minmax(0, 1.45fr) minmax(360px, .75fr);
  min-height: 580px;
  overflow: hidden;
  background: #fff;
}

.lxlc-room-explorer__panel.is-active {
  display: grid;
}

.lxlc-room-explorer__scene {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: var(--lxlc-sand-deep);
}

.lxlc-room-explorer__media,
.lxlc-room-explorer__media picture,
.lxlc-room-explorer__media img {
  display: block;
  width: 100%;
  height: 100%;
}

.lxlc-room-explorer__media img {
  object-fit: cover;
}

.lxlc-room-explorer__scene::after {
  position: absolute;
  inset: auto 0 0;
  height: 52%;
  content: "";
  pointer-events: none;
  background: linear-gradient(0deg, rgba(21, 18, 15, .68), transparent);
}

.lxlc-room-explorer__scene-copy {
  position: absolute;
  z-index: 1;
  right: 36px;
  bottom: 32px;
  left: 36px;
  max-width: 480px;
  color: #fff;
}

.lxlc-room-explorer__room-title {
  margin: 0;
  color: inherit;
  font-family: var(--lxlc-display);
  font-size: 36px;
  font-weight: 400;
}

.lxlc-room-explorer__room-text,
.lxlc-room-explorer__room-text p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, .84);
  font-size: 13px;
  line-height: 1.55;
}

.lxlc-room-explorer__collection-link {
  margin-top: 16px;
  color: #fff;
}

.lxlc-room-explorer__products {
  padding: 40px 36px;
  overflow: hidden;
  background: #fff;
}

.lxlc-room-explorer__products-heading {
  margin: 0 0 16px;
  font-family: var(--lxlc-display);
  font-size: 25px;
  font-weight: 400;
}

.lxlc-room-explorer__product-list {
  display: grid;
}

/* Reusable compact product */
.lxlc-mini-product__select {
  min-width: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
  padding: 0;
  text-align: left;
  text-decoration: none;
}

.lxlc-mini-product__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.lxlc-mini-product[hidden] {
  display: none !important;
}

/* Signature edit markup */
.lxlc-signature-edit {
  background: rgb(var(--color-background));
}

.lxlc-signature-edit > .container,
.lxlc-signature-edit > .container-fluid,
.lxlc-signature-edit > .container-full {
  padding-block: var(--section-padding-top, 92px) var(--section-padding-bottom, 96px);
}

.lxlc-signature-edit__story {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(330px, .65fr);
  gap: 54px;
  align-items: center;
}

.lxlc-signature-edit__media {
  display: grid;
  grid-template-columns: minmax(0, 2.3fr) minmax(130px, .7fr);
  gap: 10px;
}

.lxlc-signature-edit__main-image,
.lxlc-signature-edit__material {
  position: relative;
  min-height: 520px;
  margin: 0;
  overflow: hidden;
  background: var(--lxlc-sand-deep);
}

.lxlc-signature-edit__main-image img,
.lxlc-signature-edit__material img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lxlc-signature-edit__material-label {
  position: absolute;
  right: 12px;
  bottom: 14px;
  left: 12px;
  padding: 9px;
  background: rgba(24, 21, 18, .7);
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.35;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.lxlc-signature-edit__heading {
  font-size: clamp(38px, 4vw, 58px);
}

.lxlc-signature-edit__text,
.lxlc-signature-edit__text p {
  margin: 18px 0 0;
}

.lxlc-signature-edit__note {
  margin: 22px 0 0;
  padding: 18px 0 0 20px;
  border-top: 1px solid var(--lxlc-line);
  border-left: 2px solid var(--lxlc-copper);
  color: var(--lxlc-muted);
  font-family: var(--lxlc-display);
  font-size: 18px;
  font-style: italic;
  line-height: 1.45;
}

.lxlc-signature-edit__button {
  margin-top: 28px;
}

.lxlc-signature-edit__products {
  margin-top: 68px;
}

.lxlc-signature-edit__products-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 22px;
}

.lxlc-signature-edit__products-eyebrow {
  margin: 0;
}

.lxlc-signature-edit__products-heading {
  max-width: 520px;
  margin: 0;
  font-family: var(--lxlc-display);
  font-size: 30px;
  font-weight: 400;
}

.lxlc-signature-edit__product-grid {
  display: grid;
  grid-template-columns: repeat(var(--lxlc-products-per-row, 4), minmax(0, 1fr));
  gap: 14px;
}

.lxlc-signature-edit__product {
  min-width: 0;
}

.lxlc-signature-edit__product .f-product-card__media,
.lxlc-signature-edit__product .f-product-card__image {
  background: var(--lxlc-sand);
}

/* Interactive layer markup */
.lxlc-layer__layout {
  display: grid;
  grid-template-columns: minmax(140px, .28fr) minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
}

.lxlc-layer__tablist {
  display: grid;
  align-content: start;
  gap: 8px;
}

.lxlc-layer__tab {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 8px;
  min-height: 50px;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, .2);
  background: transparent;
  color: rgba(255, 255, 255, .66);
  cursor: pointer;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  text-align: left;
  text-transform: uppercase;
}

.lxlc-layer__tab.is-active,
.lxlc-layer__tab[aria-selected="true"] {
  border-color: #f8f5ef;
  background: #f8f5ef;
  color: var(--lxlc-night);
}

.lxlc-layer__tab-number {
  opacity: .58;
}

.lxlc-layer__grid {
  display: block;
}

.lxlc-layer__panel {
  display: none;
  grid-template-columns: minmax(0, 1.35fr) minmax(240px, .65fr);
  min-height: 420px;
  background: rgba(255, 255, 255, .05);
}

.lxlc-layer__panel.is-active {
  display: grid;
}

.lxlc-layer__media {
  min-height: 420px;
  aspect-ratio: auto;
}

.lxlc-layer__media picture,
.lxlc-layer__media img {
  display: block;
  width: 100%;
  height: 100%;
}

.lxlc-layer__image {
  object-fit: cover;
  filter: brightness(var(--lxlc-brightness, 1));
}

.lxlc-layer__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px;
}

.lxlc-layer__step {
  margin: 0 0 18px;
  color: #d5b387;
  font-size: 11px;
  letter-spacing: .14em;
}

.lxlc-layer__title {
  color: #fff;
  font-family: var(--lxlc-display);
  font-size: 30px;
  font-weight: 400;
  letter-spacing: -.02em;
  text-transform: none;
}

.lxlc-layer__control {
  margin-top: 24px;
}

.lxlc-layer__control label {
  display: flex;
  justify-content: space-between;
  color: rgba(255, 255, 255, .68);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

/* Shop the scene markup */
.lxlc-scene__products-heading {
  margin: 24px 0 10px;
  font-family: var(--lxlc-display);
  font-size: 22px;
  font-weight: 400;
}

.lxlc-scene__hotspot {
  top: var(--lxlc-hotspot-y, 50%);
  left: var(--lxlc-hotspot-x, 50%);
}

.lxlc-scene__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lxlc-scene__hotspot-label {
  display: none;
}

.lxlc-scene__hotspot.is-active .lxlc-scene__hotspot-dot {
  transform: scale(1.14);
  box-shadow: 0 0 0 8px rgba(255, 255, 255, .2), 0 5px 24px rgba(0, 0, 0, .34);
}

/* Material, inspiration and service markup */
.lxlc-materials__grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.lxlc-material-card {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
}

.lxlc-material-card__link {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.lxlc-material-card__media {
  position: absolute;
  inset: 0;
}

.lxlc-material-card__media::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(0deg, rgba(20, 18, 15, .72), rgba(20, 18, 15, .02) 68%);
}

.lxlc-material-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 620ms ease;
}

.lxlc-material-card:hover .lxlc-material-card__image {
  transform: scale(1.035);
}

.lxlc-material-card__content {
  position: absolute;
  z-index: 2;
  right: 16px;
  bottom: 16px;
  left: 16px;
  color: #fff;
}

.lxlc-material-card__title {
  position: static;
  margin: 0;
  color: inherit;
  font-family: var(--lxlc-display);
  font-size: 23px;
  font-weight: 400;
  letter-spacing: -.02em;
  text-transform: none;
}

.lxlc-material-card__text {
  max-height: 0;
  overflow: hidden;
  margin-top: 0;
  color: rgba(255, 255, 255, .8);
  font-size: 11px;
  line-height: 1.5;
  opacity: 0;
  transition: max-height var(--lxlc-ease), margin var(--lxlc-ease), opacity var(--lxlc-ease);
}

.lxlc-material-card:hover .lxlc-material-card__text,
.lxlc-material-card:focus-within .lxlc-material-card__text {
  max-height: 80px;
  margin-top: 7px;
  opacity: 1;
}

.lxlc-material-card__arrow {
  position: absolute;
  right: 0;
  bottom: 1px;
  font-size: 16px;
}

.lxlc-inspiration-card__media-link {
  display: block;
  color: inherit;
}

.lxlc-inspiration-card__eyebrow {
  margin: 14px 0 0;
  color: var(--lxlc-copper);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.lxlc-inspiration-card__cta {
  display: inline-flex;
  margin-top: 10px;
  border-bottom: 1px solid currentColor;
  color: var(--lxlc-ink);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: .12em;
  text-decoration: none;
  text-transform: uppercase;
}

.lxlc-service {
  background: rgb(var(--color-background));
}

.lxlc-services__header {
  margin-bottom: 28px;
}

.lxlc-services__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lxlc-service-item {
  grid-template-columns: 64px 1fr;
  padding-inline: 32px;
}

.lxlc-service-item__icon {
  width: 58px;
  height: 58px;
}

.lxlc-service-card__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.lxlc-service-item__title {
  font-size: 11px;
}

.lxlc-service-item__text {
  font-size: 12px;
}

@media (max-width: 1199px) {
  .lxlc-brand-statement__inner {
    grid-template-columns: minmax(240px, .8fr) minmax(320px, 1.2fr) minmax(150px, .5fr);
    gap: 34px;
  }

  .lxlc-room-explorer__panel {
    grid-template-columns: minmax(0, 1.25fr) minmax(340px, .75fr);
  }

  .lxlc-signature-edit__story {
    grid-template-columns: minmax(0, 1.2fr) minmax(310px, .8fr);
    gap: 38px;
  }

  .lxlc-layer__layout {
    grid-template-columns: 120px minmax(0, 1fr);
  }
}

@media (max-width: 991px) {
  .lxlc-shop-light__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lxlc-room-explorer__header {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .lxlc-room-explorer__tabs {
    justify-content: flex-start;
  }

  .lxlc-room-explorer__panel {
    grid-template-columns: 1fr;
  }

  .lxlc-room-explorer__scene {
    min-height: 520px;
  }

  .lxlc-signature-edit__story {
    grid-template-columns: 1fr;
  }

  .lxlc-signature-edit__content {
    max-width: 690px;
  }

  .lxlc-layer__layout {
    grid-template-columns: 1fr;
  }

  .lxlc-layer__tablist {
    display: flex;
  }

  .lxlc-layer__tab {
    min-width: 150px;
  }

  .lxlc-layer__panel {
    grid-template-columns: minmax(0, 1.25fr) minmax(230px, .75fr);
  }

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

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

@media (max-width: 767px) {
  .lxlc-display,
  .lxlc-heading,
  .lxlc-section__heading {
    font-size: clamp(32px, 10vw, 42px);
  }

  .lxlc-hero {
    min-height: var(--lxlc-hero-height-mobile, 720px);
  }

  .lxlc-hero__inner {
    min-height: var(--lxlc-hero-height-mobile, 720px);
  }

  .lxlc-hero__heading {
    font-size: clamp(48px, 15vw, 64px);
  }

  .lxlc-hero__text,
  .lxlc-hero__text p {
    font-size: 14px;
  }

  .lxlc-hero__mood-switcher {
    top: 18px;
    right: 0;
  }

  .lxlc-hero__mood-trigger {
    min-width: 58px;
    min-height: 34px;
    font-size: 9px;
  }

  .lxlc-hero__hotspots .lxlc-hotspot {
    top: var(--lxlc-hotspot-y-mobile, var(--lxlc-hotspot-y, 50%));
    left: var(--lxlc-hotspot-x-mobile, var(--lxlc-hotspot-x, 50%));
  }

  .lxlc-hotspot__card {
    max-width: 180px;
  }

  .lxlc-brand-statement__inner {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-block: var(--lxlc-padding-top, 42px) var(--lxlc-padding-bottom, 44px);
  }

  .lxlc-brand-statement__item--link {
    justify-self: start;
  }

  .lxlc-shop-light__inner {
    padding-block: var(--lxlc-padding-top, 44px) var(--lxlc-padding-bottom, 52px);
  }

  .lxlc-shop-light__header {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 22px;
  }

  .lxlc-shop-light__eyebrow {
    grid-column: auto;
    margin-bottom: 0;
  }

  .lxlc-shop-light__grid {
    grid-template-columns: repeat(var(--lxlc-shop-light-columns-mobile, 2), minmax(0, 1fr));
    gap: 22px 10px;
  }

  .lxlc-shop-light__grid--mobile-scroll {
    display: flex;
    overflow-x: auto;
    margin-right: -16px;
    padding-right: 16px;
    padding-bottom: 7px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .lxlc-shop-light__grid--mobile-scroll::-webkit-scrollbar {
    display: none;
  }

  .lxlc-shop-light__grid--mobile-scroll .lxlc-shop-light__card {
    width: 45vw;
    max-width: 210px;
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  .lxlc-room-explorer > .container,
  .lxlc-room-explorer > .container-fluid,
  .lxlc-room-explorer > .container-full {
    padding-block: 52px;
  }

  .lxlc-room-explorer__tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .lxlc-room-explorer__tabs::-webkit-scrollbar {
    display: none;
  }

  .lxlc-room-explorer__tab {
    flex: 0 0 auto;
  }

  .lxlc-room-explorer__scene {
    min-height: 430px;
  }

  .lxlc-room-explorer__scene-copy {
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .lxlc-room-explorer__room-title {
    font-size: 30px;
  }

  .lxlc-room-explorer__products {
    padding: 30px 18px;
  }

  .lxlc-signature-edit > .container,
  .lxlc-signature-edit > .container-fluid,
  .lxlc-signature-edit > .container-full {
    padding-block: 56px;
  }

  .lxlc-signature-edit__media {
    grid-template-columns: minmax(0, 2.15fr) minmax(88px, .85fr);
  }

  .lxlc-signature-edit__main-image,
  .lxlc-signature-edit__material {
    min-height: 350px;
  }

  .lxlc-signature-edit__products {
    margin-top: 46px;
  }

  .lxlc-signature-edit__products-header {
    display: block;
  }

  .lxlc-signature-edit__products-heading {
    margin-top: 8px;
    font-size: 25px;
  }

  .lxlc-signature-edit__product-grid {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
  }

  .lxlc-signature-edit__product {
    width: min(68vw, 250px);
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  .lxlc-layer__tablist {
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .lxlc-layer__tablist::-webkit-scrollbar {
    display: none;
  }

  .lxlc-layer__panel.is-active {
    display: block;
  }

  .lxlc-layer__media {
    min-height: auto;
    aspect-ratio: 4 / 3;
  }

  .lxlc-layer__content {
    padding: 28px 22px 32px;
  }

  .lxlc-scene__hotspot {
    top: var(--lxlc-hotspot-mobile-y, var(--lxlc-hotspot-y, 50%));
    left: var(--lxlc-hotspot-mobile-x, var(--lxlc-hotspot-x, 50%));
  }

  .lxlc-materials__grid {
    display: flex;
  }

  .lxlc-material-card {
    width: 70vw;
    max-width: 300px;
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  .lxlc-material-card__text {
    max-height: 80px;
    margin-top: 7px;
    opacity: 1;
  }

  .lxlc-services__header {
    display: none;
  }

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

  .lxlc-service-item {
    display: block;
    padding: 18px 10px;
  }

  .lxlc-service-item__icon {
    width: 58px;
    height: 58px;
    margin-inline: auto;
  }
}

/* Desktop editorial-density pass: preserve the mobile storytelling rhythm while
   bringing the large-screen composition closer to the selected art direction. */
@media (min-width: 1200px) {
  .lxlc-brand-statement__inner {
    padding-block: 42px;
  }

  .lxlc-shop-light__inner {
    padding-block: 50px 56px;
  }

  .lxlc-shop-light__header {
    margin-bottom: 24px;
  }

  .lxlc-room-explorer > .container,
  .lxlc-room-explorer > .container-fluid,
  .lxlc-room-explorer > .container-full {
    padding-block: 64px;
  }

  .lxlc-room-explorer__header {
    margin-bottom: 28px;
  }

  .lxlc-room-explorer__heading {
    font-size: clamp(42px, 3.5vw, 52px);
  }

  .lxlc-room-explorer__panel {
    min-height: 540px;
  }

  .lxlc-room-explorer__scene {
    min-height: 540px;
  }

  .lxlc-room-explorer__media {
    position: absolute;
    inset: 0;
    margin: 0;
  }

  .lxlc-room-explorer__products {
    padding: 28px 26px;
  }

  .lxlc-room-explorer__product-list .lxlc-product-row {
    grid-template-columns: 72px 1fr auto;
    gap: 13px;
    min-height: 88px;
    padding-block: 10px;
  }

  .lxlc-room-explorer__product-list .lxlc-product-row__image {
    width: 72px;
  }

  .lxlc-signature-edit > .container,
  .lxlc-signature-edit > .container-fluid,
  .lxlc-signature-edit > .container-full {
    padding-block: 64px 68px;
  }

  .lxlc-signature-edit__main-image,
  .lxlc-signature-edit__material {
    min-height: 380px;
  }

  .lxlc-signature-edit__products {
    margin-top: 40px;
  }

  .lxlc-signature-edit__product .f-product-card__media,
  .lxlc-signature-edit__product .f-product-card__image {
    aspect-ratio: 4 / 3;
    overflow: hidden;
  }

  .lxlc-signature-edit__product .f-product-card__media img,
  .lxlc-signature-edit__product .f-product-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .lxlc-layer__inner {
    padding-block: 64px;
  }

  .lxlc-layer__panel,
  .lxlc-layer__media {
    min-height: 380px;
  }

  .lxlc-scene__inner {
    padding-block: 64px;
  }

  .lxlc-scene__media {
    min-height: 400px;
  }

  .lxlc-materials__inner,
  .lxlc-inspiration__inner {
    padding-block: 60px;
  }

  .lxlc-material-card {
    aspect-ratio: 5 / 4;
  }

  .lxlc-article__text {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .lxlc-service > .lxlc-container {
    padding-block: 32px;
  }

  .lxlc-services__header {
    margin-bottom: 20px;
  }

  .lxlc-service .lxlc-section__head-copy {
    display: grid;
    max-width: none;
    grid-template-columns: minmax(300px, .8fr) minmax(380px, 1.2fr);
    gap: 8px 56px;
    align-items: end;
  }

  .lxlc-service .lxlc-section__head-copy > .lxlc-eyebrow {
    grid-column: 1 / -1;
  }

  .lxlc-service .lxlc-section__head-copy > .lxlc-title {
    grid-column: 1;
    font-size: 42px;
  }

  .lxlc-service .lxlc-section__head-copy > .lxlc-copy {
    grid-column: 2;
    margin: 0;
  }

  .lxlc-service .lxlc-section__head-copy > .lxlc-copy p {
    margin: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lxlc-section *,
  .lxlc-section *::before,
  .lxlc-section *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
