/* Immersive showroom v4: a dissipating atmospheric field and eight editorial scenes. */

html.solutions-route,
html.solutions-route body,
html.solutions-route #__nuxt {
  background: #050505;
  color: #f0eee8;
}

html.solutions-route .page-background { background: #050505 !important; }
.solutions-shell { background: #050505; }
.solutions-shell--showroom { background: transparent; }
.solutions-ambient-field { display: none; }
html.solutions-route .solutions-mobile-menu,
html.solutions-route .solutions-mobile-menu.hidden {
  display: flex !important;
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}

.solutions-showroom-page {
  --showroom-ink: #f0eee8;
  --showroom-muted: rgba(240, 238, 232, .56);
  --showroom-faint: rgba(240, 238, 232, .32);
  --showroom-gold: #c7ae78;
  background: transparent;
  color: var(--showroom-ink);
  font-family: Inter, Arial, sans-serif;
  isolation: isolate;
}

.solutions-showroom-page h1,
.solutions-showroom-page h2,
.solutions-showroom-page h3 { font-family: Satoshi, Inter, Arial, sans-serif; }

.solutions-showroom-hero {
  --hero-progress: 0;
  background: transparent;
  height: 154svh;
  position: relative;
  z-index: 1;
}

.solutions-showroom-hero::after {
  background: linear-gradient(180deg, rgba(5, 5, 5, 0), #050505 88%);
  bottom: 0;
  content: "";
  height: 46svh;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  z-index: 2;
}

.solutions-showroom-hero__atmosphere,
.solutions-showroom-hero__grain {
  height: 100svh;
  height: 100dvh;
  inset: 0;
  opacity: max(clamp(0, calc(1 - var(--hero-progress, 0) * 1.12), 1), var(--closing-atmosphere-opacity, 0));
  pointer-events: none;
  position: fixed;
  transition: opacity 80ms linear;
  width: 100vw;
}

.solutions-showroom-hero__atmosphere {
  background:
    radial-gradient(ellipse at 62% 78%, rgba(126, 133, 127, .28), transparent 34%),
    radial-gradient(ellipse at 52% 95%, rgba(62, 68, 64, .5), transparent 51%),
    #050505;
  z-index: 0;
}

.solutions-showroom-hero__atmosphere[data-atmosphere="fallback"] {
  background:
    radial-gradient(ellipse at 58% 78%, rgba(198, 201, 195, .17), transparent 17%),
    radial-gradient(ellipse at 48% 96%, rgba(79, 86, 81, .36), transparent 48%),
    #050505;
}

.solutions-showroom-hero__grain {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.88' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.3'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
  opacity: clamp(0, calc(.18 - var(--hero-progress) * .18), .18);
  z-index: 1;
}

.solutions-showroom-hero__content {
  display: grid;
  gap: 1.5rem;
  left: clamp(2rem, 7vw, 10rem);
  max-width: 67rem;
  opacity: clamp(0, calc(1 - var(--hero-progress) * 2.4), 1);
  position: absolute;
  top: 41svh;
  transform: translate3d(0, calc(var(--hero-progress) * -17svh), 0);
  z-index: 3;
}

.solutions-showroom-hero__content > p:first-child,
.solution-showroom-entry__category,
.solutions-showroom-close__content > p:first-child {
  color: rgba(240, 238, 232, .5);
  font-size: .98rem;
  letter-spacing: .11em;
  margin: 0;
  text-transform: uppercase;
}

.solution-showroom-entry__category { color: var(--showroom-muted); }

.solutions-showroom-hero h1 {
  font-size: clamp(3.65rem, 4.55vw, 6.65rem);
  font-weight: 560 !important;
  letter-spacing: -.058em;
  line-height: .9;
  margin: 0;
  max-width: 64rem;
  text-wrap: balance;
}

.showroom-title-light-accent {
  color: #f4efe3;
  isolation: isolate;
  position: relative;
  text-shadow: 0 0 .42em rgba(199, 174, 120, .13);
}

.showroom-title-light-accent::after {
  -webkit-background-clip: text;
  background: linear-gradient(100deg, transparent 34%, rgba(255, 255, 255, .96) 47%, rgba(221, 194, 133, .98) 52%, transparent 66%);
  background-clip: text;
  background-position: 145% 0;
  background-size: 280% 100%;
  color: transparent;
  content: attr(data-light-accent);
  filter: drop-shadow(0 0 .2em rgba(222, 198, 144, .48));
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

html.solutions-route.dr-reveal-enabled [data-title-reveal].is-visible .showroom-title-light-accent::after {
  animation: showroom-title-light-sweep 5.15s cubic-bezier(.22, .61, .36, 1) calc(.85s + var(--word-index) * 100ms) infinite;
}

.showroom-price-light-accent {
  color: var(--showroom-gold);
  display: inline-block;
  text-shadow: 0 0 .42em rgba(199, 174, 120, .16);
}

.showroom-reveal-enabled .solution-showroom-entry[data-visible="true"] .showroom-price-light-accent::after {
  animation: showroom-title-light-sweep 5.15s cubic-bezier(.22, .61, .36, 1) .72s infinite;
}

@keyframes showroom-title-light-sweep {
  0%, 4% { background-position: 145% 0; opacity: 0; }
  7% { opacity: .9; }
  25% { background-position: -45% 0; opacity: .82; }
  30%, 100% { background-position: -90% 0; opacity: 0; }
}

.solutions-showroom-hero__content > p:not(:first-child) {
  color: var(--showroom-muted);
  font-size: clamp(1.24rem, 1.25vw, 1.62rem);
  font-weight: 300;
  line-height: 1.4;
  margin: 0;
  max-width: 37rem;
}

.solutions-showroom-hero__content a,
.solutions-showroom-close__content a {
  align-items: center;
  border-bottom: 0;
  color: var(--showroom-ink);
  display: inline-flex;
  font-size: 1.1rem;
  gap: 3rem;
  justify-content: space-between;
  margin-top: .8rem;
  padding: 0 0 .75rem;
  text-decoration: none;
  width: fit-content;
}

.solutions-showroom-hero__scroll {
  align-items: center;
  bottom: 2.6rem;
  color: rgba(240, 238, 232, .42);
  display: flex;
  font-size: .9rem;
  gap: 1rem;
  letter-spacing: .08em;
  margin: 0;
  opacity: clamp(0, calc(1 - var(--hero-progress) * 3), 1);
  position: fixed;
  right: clamp(1.8rem, 4.7vw, 7.2rem);
  text-transform: uppercase;
  z-index: 4;
}

.solutions-showroom-hero__scroll span { display: none; }

.solutions-showroom-intro {
  align-items: center;
  background: #050505;
  display: grid;
  min-height: 54svh;
  padding: 14svh clamp(2rem, 7vw, 10rem) 11svh;
  position: relative;
  text-align: center;
  z-index: 4;
}

.solutions-showroom-intro h2 {
  font-size: clamp(3.6rem, 5vw, 7rem);
  font-weight: 300;
  letter-spacing: -.073em;
  line-height: .88;
  margin: 0 auto;
  max-width: 72rem;
  text-wrap: balance;
}

.solutions-showroom-intro p {
  color: var(--showroom-muted);
  font-size: clamp(1.3rem, 1.3vw, 1.7rem);
  line-height: 1.4;
  margin: 2.2rem auto 0;
  max-width: 42rem;
}

.solutions-showroom-pairs { background: #050505; position: relative; z-index: 4; }

.solutions-showroom-pair {
  --pair-progress: .5;
  align-items: center;
  box-sizing: border-box;
  display: grid;
  gap: clamp(4rem, 8vw, 12rem);
  grid-template-columns: minmax(38rem, 1fr) minmax(26rem, .58fr);
  margin-inline: clamp(2rem, 6vw, 9rem);
  min-height: 102svh;
  opacity: .18;
  padding: 10svh 0;
  position: relative;
  transform: translate3d(0, 4rem, 0);
  transition: opacity 900ms cubic-bezier(.2, .72, .16, 1), transform 1100ms cubic-bezier(.2, .72, .16, 1);
}

.solutions-showroom-pair[data-visible="true"] { opacity: 1; transform: translate3d(0, 0, 0); }
.solutions-showroom-pair__entries { align-self: stretch; display: grid; grid-template-rows: repeat(2, minmax(0, 1fr)); }

.solution-showroom-entry {
  align-content: center;
  display: grid;
  gap: 1.2rem;
  min-width: 0;
  padding: clamp(2.5rem, 4.8vh, 5rem) 0;
}

.showroom-reveal-enabled .solution-showroom-entry > * {
  opacity: 0;
  transform: translate3d(0, 1.7rem, 0);
  transition:
    opacity 720ms cubic-bezier(.2, .72, .16, 1),
    transform 920ms cubic-bezier(.2, .72, .16, 1);
}

.showroom-reveal-enabled .solution-showroom-entry[data-visible="true"] > * {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.showroom-reveal-enabled .solution-showroom-entry[data-visible="true"] > :nth-child(2) { transition-delay: 70ms; }
.showroom-reveal-enabled .solution-showroom-entry[data-visible="true"] > :nth-child(3) { transition-delay: 140ms; }
.showroom-reveal-enabled .solution-showroom-entry[data-visible="true"] > :nth-child(4) { transition-delay: 210ms; }

.solution-showroom-entry h3 { font-size: clamp(2.45rem, 2.85vw, 4.15rem); font-weight: 300; letter-spacing: -.06em; line-height: .94; margin: 0; }
.solution-showroom-entry h3 a { color: var(--showroom-ink); display: inline; text-decoration: none; }

.solution-showroom-entry__description {
  color: var(--showroom-muted);
  font-size: clamp(1.15rem, 1.08vw, 1.42rem);
  line-height: 1.46;
  margin: 0;
  max-width: 43rem;
}

.solution-showroom-entry__meta { align-items: end; display: flex; gap: 2rem; justify-content: space-between; margin-top: .4rem; }
.solution-showroom-entry__meta > p {
  color: var(--showroom-gold);
  font-family: Satoshi, Inter, Arial, sans-serif;
  font-size: clamp(1.3rem, 1.35vw, 1.7rem);
  font-weight: 400;
  letter-spacing: -.025em;
  margin: 0;
}
.solution-showroom-entry__meta > div { display: flex; flex-wrap: wrap; gap: 1.8rem; justify-content: end; }
.solution-showroom-entry__meta a { color: rgba(240, 238, 232, .52); font-size: 1rem; text-decoration: none; transition: background-color 220ms ease, border-color 220ms ease, box-shadow 260ms ease, color 220ms ease, transform 220ms ease; }

.solution-showroom-entry__interest {
  align-items: center;
  backdrop-filter: blur(18px) saturate(112%);
  -webkit-backdrop-filter: blur(18px) saturate(112%);
  background: rgba(199, 174, 120, .17);
  border: 1px solid rgba(218, 191, 133, .58);
  border-radius: 2rem;
  box-shadow: inset 0 0 1.8rem rgba(231, 208, 157, .045), 0 1.1rem 3rem rgba(0, 0, 0, .24);
  color: #ead7ad !important;
  display: inline-flex;
  gap: .8rem;
  isolation: isolate;
  justify-content: center;
  margin-block: -.72rem;
  min-width: 13.2rem;
  padding: .72rem 1.18rem;
  position: relative;
  text-align: center;
}

.solution-showroom-entry__interest span,
.solutions-showroom-close__cta span {
  position: absolute;
  right: 1.15rem;
}

.solution-showroom-entry__interest::before,
.solutions-showroom-close__cta::before {
  border: 1px solid rgba(234, 215, 173, .32);
  border-radius: inherit;
  box-shadow: 0 0 .85rem rgba(199, 174, 120, .18), inset 0 0 .35rem rgba(234, 215, 173, .06);
  content: "";
  filter: blur(3px);
  inset: -.38rem;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transform: scale(.97);
  transition: opacity 320ms ease, transform 480ms cubic-bezier(.2, .72, .16, 1);
  z-index: -1;
}

.solutions-showroom-pair__visual {
  aspect-ratio: 9 / 17;
  justify-self: end;
  margin: 0;
  max-height: 89svh;
  overflow: hidden;
  position: relative;
  width: min(100%, 43rem);
}

.solutions-showroom-pair__visual::after {
  background: linear-gradient(180deg, rgba(5, 5, 5, .03), rgba(5, 5, 5, .3));
  content: "";
  inset: 0;
  position: absolute;
}

.solutions-showroom-pair__visual img {
  filter: saturate(.72) contrast(1.08) brightness(.85);
  height: 158%;
  object-fit: cover;
  transform: translate3d(0, calc((var(--pair-progress) - .5) * -29rem), 0) scale(1.012);
  transition: transform 180ms cubic-bezier(.2, .72, .16, 1);
  width: 100%;
  will-change: transform;
}

.solutions-showroom-pair:nth-child(even) { grid-template-columns: minmax(26rem, .58fr) minmax(38rem, 1fr); }
.solutions-showroom-pair:nth-child(even) .solutions-showroom-pair__visual { grid-column: 1; grid-row: 1; justify-self: start; }
.solutions-showroom-pair:nth-child(even) .solutions-showroom-pair__entries { grid-column: 2; grid-row: 1; }

.solutions-showroom-close {
  align-items: center;
  background: linear-gradient(180deg, rgba(5, 5, 5, .98), rgba(5, 5, 5, .94) 24%, rgba(5, 5, 5, .34) 55%, rgba(5, 5, 5, .18));
  color: var(--showroom-ink);
  display: grid;
  justify-items: center;
  min-height: 110svh;
  padding: 32svh clamp(2rem, 7vw, 10rem) 20svh;
  position: relative;
  text-align: center;
  z-index: 4;
}

.solutions-showroom-close__content {
  display: grid;
  gap: 1.8rem;
  justify-items: center;
  max-width: 76rem;
  position: relative;
  z-index: 2;
}

.showroom-reveal-enabled .solutions-showroom-close__content {
  opacity: var(--closing-content-progress);
  transform: translate3d(0, calc((1 - var(--closing-content-progress)) * 5rem), 0);
  transition: opacity 160ms linear, transform 240ms cubic-bezier(.2, .72, .16, 1);
}

html.solutions-route .footer {
  background: transparent !important;
  position: relative;
  z-index: 4;
}
.solutions-showroom-close__content > * { box-sizing: border-box; max-width: 100%; min-width: 0; width: 100%; }
.solutions-showroom-close__content h2 { font-size: clamp(3rem, 4.8vw, 6.6rem); font-weight: 400; letter-spacing: -.065em; line-height: .9; margin: 0; text-wrap: balance; }
.solutions-showroom-close__content > p:not(:first-child) { color: var(--showroom-muted); font-size: clamp(1.25rem, 1.3vw, 1.65rem); line-height: 1.4; margin: 0; max-width: 40rem; }

.solutions-showroom-close__cta {
  backdrop-filter: blur(18px) saturate(112%);
  -webkit-backdrop-filter: blur(18px) saturate(112%);
  background: rgba(199, 174, 120, .17);
  border: 1px solid rgba(218, 191, 133, .58) !important;
  border-radius: 2rem;
  box-shadow: inset 0 0 1.8rem rgba(231, 208, 157, .045), 0 1.1rem 3rem rgba(0, 0, 0, .24);
  color: #ead7ad !important;
  isolation: isolate;
  justify-content: center !important;
  min-width: 19rem;
  padding: .86rem 1.35rem !important;
  position: relative;
  text-align: center;
  width: fit-content !important;
}

@media (hover: hover) and (pointer: fine) {
  .solution-showroom-entry h3 a:hover { color: rgba(240, 238, 232, .68); }
  .solution-showroom-entry__meta a:hover { color: var(--showroom-ink); }
  .solution-showroom-entry__meta a:last-child:hover { color: #ead7ad; }
  .solution-showroom-entry__interest:hover,
  .solutions-showroom-close__cta:hover {
    animation: showroom-cta-pulse 1.8s ease-in-out infinite;
    background: rgba(207, 176, 111, .21);
    border-color: rgba(234, 215, 173, .7) !important;
    box-shadow: inset 0 0 1.45rem rgba(234, 215, 173, .075), 0 0 1.1rem rgba(199, 174, 120, .1), 0 1.1rem 3rem rgba(0, 0, 0, .22);
    transform: scale(1.018);
  }
  .solution-showroom-entry__interest:hover::before,
  .solutions-showroom-close__cta:hover::before { opacity: .46; transform: scale(1.025); }
}

@keyframes showroom-cta-pulse {
  0%, 100% { filter: brightness(1); }
  50% { filter: brightness(1.07); }
}

@media (prefers-reduced-motion: reduce) {
  .showroom-title-light-accent::after { animation: none !important; display: none; }
}

@media (max-width: 833px) {
  .solutions-showroom-hero { height: 132svh; }
  .solutions-showroom-hero__content { gap: 1.25rem; left: 1.8rem; max-width: calc(100vw - 3.6rem); top: 47svh; }
  .solutions-showroom-hero h1 { font-size: clamp(3.7rem, 12.3vw, 5.25rem); }
  .solutions-showroom-hero__content > p:not(:first-child) { font-size: 1.2rem; max-width: 30rem; }
  .solutions-showroom-hero__scroll { bottom: 2rem; right: 1.8rem; }
  .solutions-showroom-hero__scroll span { width: 3rem; }
  .solutions-showroom-intro { min-height: 48svh; padding: 14svh 1.8rem 9svh; }
  .solutions-showroom-intro h2 { font-size: clamp(3.7rem, 12vw, 5.25rem); }
  .solutions-showroom-intro p { font-size: 1.2rem; margin-top: 1.8rem; }
  .solutions-showroom-pair,
  .solutions-showroom-pair:nth-child(even) {
    display: grid;
    gap: 2.25rem;
    grid-template-columns: minmax(0, 1fr);
    margin-inline: 1.6rem;
    min-height: 0;
    padding: 4.75rem 0;
  }
  .solutions-showroom-pair__entries,
  .solutions-showroom-pair:nth-child(even) .solutions-showroom-pair__entries { grid-column: 1; grid-row: 1; }
  .solution-showroom-entry { gap: 1rem; padding-block: 3rem; }
  .solution-showroom-entry h3 { font-size: clamp(3rem, 9.5vw, 4.25rem); }
  .solution-showroom-entry__description { font-size: 1.18rem; }
  .solution-showroom-entry__meta { align-items: start; flex-direction: column; }
  .solution-showroom-entry__meta > div { justify-content: start; }
  .solution-showroom-entry__meta > p { font-size: 1.38rem; }
  .solution-showroom-entry__interest { min-width: 12.8rem; padding: .68rem 1.08rem; }
  .solutions-showroom-pair__visual,
  .solutions-showroom-pair:nth-child(even) .solutions-showroom-pair__visual {
    -webkit-mask-image: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .35) 12%, #000 28%, #000 72%, rgba(0, 0, 0, .35) 88%, transparent 100%);
    aspect-ratio: 7 / 6;
    grid-column: 1;
    grid-row: 2;
    justify-self: stretch;
    mask-image: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .35) 12%, #000 28%, #000 72%, rgba(0, 0, 0, .35) 88%, transparent 100%);
    max-height: none;
    width: 100%;
  }
  .solutions-showroom-pair__visual::after {
    background: linear-gradient(180deg, rgba(5, 5, 5, .2), rgba(5, 5, 5, .04) 18%, rgba(5, 5, 5, .12) 78%, rgba(5, 5, 5, .42));
  }
  .solutions-showroom-pair__visual img {
    height: 155%;
    transform: translate3d(0, calc((var(--pair-progress) - .5) * -7rem), 0) scale(1.018);
  }
  .solutions-showroom-close {
    min-height: 104svh;
    padding: 30svh 1.8rem 16svh;
  }
  .solutions-showroom-close__content h2 { font-size: clamp(3.2rem, 10vw, 4.4rem); }
  .solutions-showroom-close__content > * { overflow-wrap: anywhere; }
}

@media (prefers-reduced-motion: reduce) {
  .solutions-showroom-hero__content,
  .solutions-showroom-pair,
  .solutions-showroom-pair__visual img { transform: none !important; transition: none !important; }
  .solutions-showroom-pair { opacity: 1; }
  .showroom-reveal-enabled .solution-showroom-entry > * { opacity: 1; transform: none; }
  .showroom-reveal-enabled .solutions-showroom-close__content { opacity: 1; transform: none; transition: none; }
  .solution-showroom-entry__interest:hover,
  .solutions-showroom-close__cta:hover { animation: none; }
}
