.woaw-showroom-home {
  --show-black: #050505;
  --show-ink: #0a0a08;
  --show-panel: rgba(245, 244, 240, .055);
  --show-line: rgba(245, 244, 240, .14);
  --show-text: #f5f4f0;
  --show-muted: rgba(245, 244, 240, .64);
  --show-faint: rgba(245, 244, 240, .42);
  --show-lime: #d7ff2f;
  --show-blue: #35d4ff;
  --show-orange: #ef8c27;
  --show-violet: #a77cff;
  --show-ivory: #f0ece2;
  --show-radius: 18px;
  background:
    radial-gradient(circle at 86% 8%, rgba(53, 212, 255, .08), transparent 28%),
    radial-gradient(circle at 12% 36%, rgba(215, 255, 47, .055), transparent 22%),
    linear-gradient(180deg, #050505 0%, #0b0b09 38%, #050505 100%) !important;
  color: var(--show-text);
}

.woaw-showroom-home main > :not(.woaw-showroom),
.woaw-showroom-home > footer.footer,
.woaw-showroom-home .mobile-quote-cta {
  display: none !important;
}

.woaw-showroom-home .woaw-showroom {
  overflow: clip;
}

.woaw-showroom-home .woaw-showroom .rv {
  opacity: 1;
  transform: none;
}

.woaw-showroom-home .show-container {
  width: min(1220px, calc(100% - 48px));
  margin: 0 auto;
}

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

.woaw-showroom-home .nav {
  position: fixed;
  top: 18px;
  left: 0;
  right: 0;
  z-index: 2147481000;
  border: 0 !important;
  background: transparent !important;
  backdrop-filter: none !important;
}

.woaw-showroom-home .container.nav-inner {
  width: min(1220px, calc(100% - 40px));
  min-height: 60px;
  padding: 0 14px 0 22px;
  border: 1px solid rgba(245, 244, 240, .16);
  border-radius: 999px;
  background: rgba(8, 8, 7, .76);
  box-shadow: 0 18px 54px rgba(0, 0, 0, .34);
  backdrop-filter: blur(16px);
  justify-content: space-between;
  gap: 28px;
}

.woaw-showroom-home header.nav .actions {
  display: flex !important;
  align-items: center;
  gap: 14px;
  flex: 0 0 auto;
  margin-left: auto;
}

.woaw-showroom-home .showroom-brand {
  display: inline-flex;
  align-items: center;
  color: var(--show-text);
  text-decoration: none;
}

.woaw-showroom-home .woaw-logo-wordmark {
  display: block;
  width: clamp(104px, 8vw, 136px);
  height: auto;
  max-height: 38px;
  object-fit: contain;
}

.woaw-showroom-home .links {
  display: flex !important;
  gap: 28px;
  align-items: center;
  flex: 1;
  justify-content: center;
}

.woaw-showroom-home .links a,
.woaw-showroom-home .showroom-solutions button,
.woaw-showroom-home .nav-selection-link {
  color: rgba(245, 244, 240, .78);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  white-space: nowrap;
}

.woaw-showroom-home .links a:hover,
.woaw-showroom-home .showroom-solutions button:hover,
.woaw-showroom-home .nav-selection-link:hover {
  color: var(--show-text);
}

.woaw-showroom-home .links a:focus-visible,
.woaw-showroom-home .showroom-solutions button:focus-visible,
.woaw-showroom-home .nav-selection-link:focus-visible,
.woaw-showroom-home .nav-contact-link:focus-visible,
.woaw-showroom-home .show-mobile-menu-button:focus-visible,
.woaw-showroom-home .mobile-panel a:focus-visible {
  outline: 2px solid rgba(215, 255, 47, .9);
  outline-offset: 4px;
}

.woaw-showroom-home .showroom-solutions {
  position: relative;
}

.woaw-showroom-home .showroom-solutions button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
}

.woaw-showroom-home .showroom-solutions-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: -22px;
  min-width: 310px;
  display: grid;
  gap: 4px;
  padding: 8px;
  border: 1px solid rgba(245, 244, 240, .14);
  border-radius: 20px;
  background: rgba(9, 9, 8, .94);
  box-shadow: 0 24px 64px rgba(0, 0, 0, .46);
  backdrop-filter: blur(18px);
  opacity: 0;
  transform: translateY(-6px);
  visibility: hidden;
  transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
  z-index: 2;
}

.woaw-showroom-home .showroom-solutions:hover .showroom-solutions-menu,
.woaw-showroom-home .showroom-solutions:focus-within .showroom-solutions-menu,
.woaw-showroom-home .showroom-solutions.is-open .showroom-solutions-menu {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.woaw-showroom-home .showroom-solutions-menu a {
  display: grid;
  gap: 4px;
  padding: 14px 15px;
  border: 1px solid transparent;
  border-radius: 14px;
  color: rgba(245, 244, 240, .74);
}

.woaw-showroom-home .showroom-solutions-menu a:hover {
  border-color: rgba(245, 244, 240, .11);
  background: rgba(245, 244, 240, .055);
  color: var(--show-lime);
}

.woaw-showroom-home .showroom-solutions-menu a span {
  font-size: 13px;
  font-weight: 850;
}

.woaw-showroom-home .showroom-solutions-menu a small {
  color: rgba(245, 244, 240, .5);
  font-size: 12px;
  line-height: 1.35;
}

.woaw-showroom-home .showroom-solutions-menu a.is-priority {
  background: linear-gradient(90deg, rgba(215, 255, 47, .08), rgba(245, 244, 240, .025));
  border-color: rgba(215, 255, 47, .08);
}

.woaw-showroom-home .showroom-solutions-menu a.is-priority span {
  color: rgba(245, 244, 240, .96);
}

.woaw-showroom-home .selection-count {
  display: inline-grid;
  place-items: center;
  min-width: 18px;
  height: 18px;
  margin-left: 5px;
  border-radius: 999px;
  background: rgba(245, 244, 240, .16);
  color: rgba(245, 244, 240, .7);
  font-size: 10px;
}

.woaw-showroom-home .lang-switch {
  display: none !important;
}

.woaw-showroom-home .mobile-panel {
  display: grid;
  gap: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
}

.woaw-showroom-home .mobile-panel.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.woaw-showroom-home .nav-contact-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  min-height: 40px !important;
  padding: 0 22px !important;
  border-radius: 999px !important;
  background: var(--show-lime) !important;
  color: #080808 !important;
  box-shadow: 0 0 28px rgba(215, 255, 47, .22) !important;
  font-family: var(--font-body) !important;
  font-size: 12px !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.woaw-showroom-home .nav-selection-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(245, 244, 240, .14);
  border-radius: 999px;
  background: rgba(245, 244, 240, .045);
}

.woaw-showroom-home .nav-selection-link::before {
  content: "";
  position: relative;
  width: 17px;
  height: 14px;
  flex: 0 0 auto;
  border: 2px solid currentColor;
  border-top: 0;
  border-radius: 4px 4px 6px 6px;
  color: var(--show-text);
  transform: translateY(1px);
}

.woaw-showroom-home .nav-selection-link::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 8px;
  margin-left: 3px;
  margin-top: -16px;
  border: 2px solid var(--show-text);
  border-bottom: 0;
  border-radius: 999px 999px 0 0;
  pointer-events: none;
}

.woaw-showroom-home .nav-contact-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-width: 118px;
  min-height: 40px;
  padding: 0 18px 0 19px;
  border: 1px solid rgba(245, 244, 240, .78);
  border-radius: 999px;
  background: linear-gradient(135deg, #d7ff2f 0%, #c7f7ff 100%) !important;
  color: #050605 !important;
  box-shadow: inset 0 0 0 1px rgba(245, 244, 240, .36), 0 14px 38px rgba(215, 255, 47, .28);
  font-size: 12px;
  font-weight: 920;
  text-decoration: none;
}

.woaw-showroom-home .nav-contact-pill span {
  color: #050605 !important;
  font-size: 15px;
  line-height: 1;
  transition: transform .18s ease;
}

.woaw-showroom-home .nav-contact-pill:hover {
  color: #050605 !important;
  border-color: rgba(245, 244, 240, .95);
  background: linear-gradient(135deg, #e6ff62 0%, #ddfff8 100%) !important;
  box-shadow: inset 0 0 0 1px rgba(245, 244, 240, .42), 0 18px 48px rgba(215, 255, 47, .3);
  transform: translateY(-1px);
}

.woaw-showroom-home .nav-contact-pill:hover span {
  transform: translateX(2px);
}

.woaw-showroom-home .nav-contact-link:hover {
  background: #e4ff5a !important;
  transform: translateY(-1px);
}

.woaw-showroom-home .show-mobile-selection {
  display: none;
}

.woaw-showroom-home .show-mobile-menu-button {
  display: none !important;
}

.woaw-showroom-home .mobile-btn {
  display: none !important;
  border-radius: 999px;
}

.woaw-showroom-home .show-section {
  padding: 74px 0;
}

.woaw-showroom-home .show-kicker {
  margin: 0 0 18px;
  color: var(--show-faint);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.woaw-showroom-home .show-hero {
  position: relative;
  min-height: 820px;
  padding: 132px 0 42px;
}

.woaw-showroom-home .show-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, .94) 0%, rgba(5, 5, 5, .64) 42%, rgba(5, 5, 5, .2) 100%),
    radial-gradient(circle at 76% 38%, rgba(215, 190, 145, .18), transparent 30%);
  pointer-events: none;
}

.woaw-showroom-home .show-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  gap: clamp(40px, 6vw, 92px);
  align-items: center;
}

.woaw-showroom-home .show-hero-title {
  max-width: 590px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(68px, 8.4vw, 126px);
  font-weight: 700;
  line-height: .88;
  letter-spacing: 0;
  color: var(--show-text);
}

.woaw-showroom-home .show-hero-title span,
.woaw-showroom-home .show-final-cta h2 span {
  color: var(--show-lime);
  font-style: italic;
  font-weight: 500;
}

.woaw-showroom-home .show-hero-lead {
  max-width: 430px;
  margin: 28px 0 0;
  color: rgba(245, 244, 240, .78);
  font-size: 17px;
  line-height: 1.62;
}

.woaw-showroom-home .show-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.woaw-showroom-home .show-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 48px;
  padding: 0 25px;
  border-radius: 999px;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
  transition: transform .22s ease, border-color .22s ease, background .22s ease;
}

.woaw-showroom-home .show-btn:hover {
  transform: translateY(-2px);
}

.woaw-showroom-home .show-btn--lime {
  border: 1px solid transparent;
  background: var(--show-lime);
  color: #080808;
  box-shadow: 0 16px 42px rgba(215, 255, 47, .18);
}

.woaw-showroom-home .show-btn--ghost {
  border: 1px solid rgba(245, 244, 240, .25);
  background: rgba(8, 8, 8, .42);
  color: var(--show-text);
}

.woaw-showroom-home .show-hero-media {
  position: relative;
  min-height: 560px;
  border-radius: 28px;
  overflow: hidden;
  background: #0a0a08;
  box-shadow: 0 50px 130px rgba(0, 0, 0, .54);
}

.woaw-showroom-home .show-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 5, 5, .08), transparent 48%, rgba(5, 5, 5, .62)),
    linear-gradient(90deg, rgba(5, 5, 5, .28), transparent 55%);
  pointer-events: none;
}

.woaw-showroom-home .show-hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity .6s ease;
}

.woaw-showroom-home .show-hero-slide.is-active {
  opacity: 1;
}

.woaw-showroom-home .show-hero-slide img,
.woaw-showroom-home .show-hero-peek img,
.woaw-showroom-home .show-universe-card img,
.woaw-showroom-home .show-work-card img,
.woaw-showroom-home .show-step-card img,
.woaw-showroom-home .show-product-card img,
.woaw-showroom-home .show-final-cta img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.woaw-showroom-home .show-hero-slide figcaption {
  position: absolute;
  left: 22px;
  bottom: 22px;
  z-index: 2;
  color: rgba(245, 244, 240, .74);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.woaw-showroom-home .show-hero-dots {
  position: absolute;
  left: 50%;
  bottom: 20px;
  z-index: 4;
  display: inline-flex;
  gap: 10px;
  padding: 8px 12px;
  border: 1px solid rgba(245, 244, 240, .12);
  border-radius: 999px;
  background: rgba(5, 5, 5, .62);
  transform: translateX(-50%);
}

.woaw-showroom-home .show-hero-dots button {
  width: 18px;
  height: 5px;
  border: 0;
  border-radius: 999px;
  background: rgba(245, 244, 240, .28);
}

.woaw-showroom-home .show-hero-dots button.is-active {
  background: var(--show-lime);
}

.woaw-showroom-home .show-hero-peek {
  position: absolute;
  top: 142px;
  bottom: 70px;
  width: min(210px, 16vw);
  border: 1px solid rgba(245, 244, 240, .13);
  opacity: .5;
  filter: saturate(.82);
  overflow: hidden;
}

.woaw-showroom-home .show-hero-peek--left {
  left: -88px;
  border-radius: 0 24px 24px 0;
}

.woaw-showroom-home .show-hero-peek--right {
  right: -88px;
  border-radius: 24px 0 0 24px;
}

.woaw-showroom-home .show-hero-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(245, 244, 240, .32);
  border-radius: 999px;
  background: rgba(5, 5, 5, .58);
  color: var(--show-text);
  font-size: 24px;
}

.woaw-showroom-home .show-hero-arrow--prev {
  left: max(18px, calc((100vw - 1360px) / 2));
}

.woaw-showroom-home .show-hero-arrow--next {
  right: max(18px, calc((100vw - 1360px) / 2));
}

.woaw-showroom-home .show-universes {
  padding-top: 0;
}

.woaw-showroom-home .show-universe-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.woaw-showroom-home .show-universe-card {
  min-height: 250px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 16px;
  padding: 22px;
  border: 1px solid rgba(245, 244, 240, .16);
  border-radius: 14px;
  background:
    radial-gradient(circle at 84% 12%, color-mix(in srgb, var(--accent) 11%, transparent), transparent 34%),
    linear-gradient(145deg, rgba(245, 244, 240, .055), rgba(245, 244, 240, .02));
  color: var(--show-text);
  overflow: hidden;
  text-decoration: none;
  transition: transform .24s ease, border-color .24s ease;
}

.woaw-showroom-home .show-universe-card:hover {
  transform: translateY(-5px);
  border-color: color-mix(in srgb, var(--accent) 45%, rgba(245, 244, 240, .16));
}

.woaw-showroom-home .show-universe-copy h3 {
  margin: 0 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 2vw, 32px);
  line-height: 1;
  letter-spacing: 0;
}

.woaw-showroom-home .show-universe-copy h3 span {
  color: var(--accent);
}

.woaw-showroom-home .show-universe-copy p {
  max-width: 270px;
  margin: 0;
  color: var(--show-muted);
  font-size: 13px;
  line-height: 1.42;
}

.woaw-showroom-home .show-universe-main {
  min-height: 118px;
  border-radius: 12px;
  overflow: hidden;
}

.woaw-showroom-home .show-universe-card:hover .show-universe-main img,
.woaw-showroom-home .show-work-card:hover img,
.woaw-showroom-home .show-product-card:hover img {
  transform: scale(1.045);
}

.woaw-showroom-home .show-universe-main img,
.woaw-showroom-home .show-work-card img,
.woaw-showroom-home .show-product-card img {
  transition: transform .55s ease;
}

.woaw-showroom-home .show-universe-card strong,
.woaw-showroom-home .show-developed-copy a,
.woaw-showroom-home .show-product-card strong,
.woaw-showroom-home .show-process-title a,
.woaw-showroom-home .show-section-head a {
  color: var(--show-text);
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.woaw-showroom-home .show-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}

.woaw-showroom-home .show-section-head h2,
.woaw-showroom-home .show-process-title h2,
.woaw-showroom-home .show-developed-copy h2,
.woaw-showroom-home .show-trust-copy h2,
.woaw-showroom-home .show-final-cta h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(36px, 4.8vw, 66px);
  line-height: .98;
  letter-spacing: 0;
  color: var(--show-text);
}

.woaw-showroom-home .show-work-grid {
  display: flex;
  gap: 14px;
  margin-inline: calc((100vw - min(1220px, calc(100vw - 48px))) / -2);
  padding: 0 calc((100vw - min(1220px, calc(100vw - 48px))) / 2) 12px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.woaw-showroom-home .show-work-grid::-webkit-scrollbar {
  display: none;
}

.woaw-showroom-home .show-work-dots {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin: 10px 24px 0 auto;
}

.woaw-showroom-home .show-work-dots button {
  display: block;
  width: 9px;
  height: 9px;
  padding: 0;
  border: 1px solid rgba(245, 244, 240, .24);
  border-radius: 999px;
  background: rgba(245, 244, 240, .22);
  cursor: pointer;
  transition: width .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.woaw-showroom-home .show-work-dots button.is-active {
  width: 28px;
  border-color: rgba(215, 255, 47, .82);
  background: var(--show-lime);
  box-shadow: 0 0 18px rgba(215, 255, 47, .36);
}

.woaw-showroom-home .show-work-dots button:focus-visible {
  outline: 2px solid rgba(215, 255, 47, .9);
  outline-offset: 4px;
}

.woaw-showroom-home .show-work-card {
  flex: 0 0 clamp(280px, 38vw, 520px);
  position: relative;
  min-height: clamp(260px, 32vw, 360px);
  border-radius: 14px;
  overflow: hidden;
  background: #111;
  color: var(--show-text);
  text-decoration: none;
  scroll-snap-align: start;
}

.woaw-showroom-home .show-work-card--tall {
  flex-basis: clamp(320px, 48vw, 640px);
}

.woaw-showroom-home .show-work-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(5, 5, 5, .78));
}

.woaw-showroom-home .show-work-card span {
  position: absolute;
  left: 18px;
  right: 56px;
  bottom: 18px;
  z-index: 2;
  font-size: 14px;
  font-weight: 800;
}

.woaw-showroom-home .show-work-card::before {
  content: "→";
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(245, 244, 240, .34);
  border-radius: 999px;
  color: var(--show-text);
}

.woaw-showroom-home .show-proof-band {
  padding: 28px 0 34px;
  background:
    radial-gradient(circle at 18% 24%, rgba(215, 255, 47, .1), transparent 30%),
    var(--show-ivory);
  color: var(--show-dark);
}

.woaw-showroom-home .show-proof-inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid rgba(245, 244, 240, .12);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(8, 8, 7, .96), rgba(17, 18, 15, .92));
  box-shadow: 0 24px 70px rgba(0, 0, 0, .18);
  color: var(--show-text);
}

.woaw-showroom-home .show-proof-inner article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 18px;
  padding: 24px 28px;
  border-right: 1px solid rgba(245, 244, 240, .12);
}

.woaw-showroom-home .show-proof-inner article:last-child {
  border-right: 0;
}

.woaw-showroom-home .show-proof-icon {
  position: relative;
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: #10100d;
  box-shadow: inset 0 0 0 1px rgba(11, 11, 8, .08), 0 10px 22px rgba(11, 11, 8, .14);
  font-size: 0;
}

.woaw-showroom-home .show-proof-icon::before,
.woaw-showroom-home .show-proof-icon::after {
  content: "";
  position: absolute;
  display: block;
}

.woaw-showroom-home .show-proof-icon--lime::before {
  inset: 8px;
  border: 2px solid var(--show-lime);
  border-radius: 50%;
}

.woaw-showroom-home .show-proof-icon--lime::after {
  right: 7px;
  bottom: 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--show-lime);
  box-shadow: 0 0 18px rgba(215, 255, 47, .72);
}

.woaw-showroom-home .show-proof-icon--blue::before {
  left: 10px;
  top: 6px;
  width: 12px;
  height: 22px;
  border: 2px solid var(--show-blue);
  border-left: 0;
  border-bottom: 0;
  transform: rotate(35deg);
}

.woaw-showroom-home .show-proof-icon--blue::after {
  left: 8px;
  top: 15px;
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: var(--show-blue);
  box-shadow: 0 0 16px rgba(53, 212, 255, .68);
  transform: rotate(-28deg);
}

.woaw-showroom-home .show-proof-icon--orange::before {
  left: 8px;
  top: 10px;
  width: 15px;
  height: 15px;
  border: 2px solid var(--show-orange);
  border-radius: 4px;
}

.woaw-showroom-home .show-proof-icon--orange::after {
  left: 14px;
  top: 6px;
  width: 15px;
  height: 15px;
  border: 2px solid var(--show-orange);
  border-radius: 4px;
  opacity: .58;
}

.woaw-showroom-home .show-proof-inner h2 {
  margin: 0 0 7px;
  color: var(--show-text);
  font-size: 17px;
}

.woaw-showroom-home .show-proof-inner p {
  margin: 0;
  color: var(--show-muted);
  font-size: 13px;
  line-height: 1.48;
}

.woaw-showroom-home .show-process {
  padding-top: 22px;
  padding-bottom: 22px;
}

.woaw-showroom-home .show-process-grid {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 28px;
  align-items: start;
}

.woaw-showroom-home .show-process-title {
  position: sticky;
  top: 112px;
}

.woaw-showroom-home .show-process-title h2,
.woaw-showroom-home .show-developed-copy h2 {
  font-size: clamp(26px, 2.8vw, 34px);
  line-height: 1.02;
}

.woaw-showroom-home .show-developed-copy h2 span {
  color: var(--show-lime);
  font-style: italic;
}

.woaw-showroom-home .show-process-title h2::after {
  content: "";
  display: block;
  width: 122px;
  height: 12px;
  margin-top: 16px;
  border-bottom: 3px solid var(--show-lime);
  border-radius: 50%;
  transform: rotate(-3deg);
}

.woaw-showroom-home .show-process-title a {
  display: inline-block;
  margin-top: 24px;
  color: var(--show-lime);
}

.woaw-showroom-home .show-step-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.woaw-showroom-home .show-step-card {
  position: relative;
  min-height: 230px;
  padding: 22px;
  border: 1px solid rgba(245, 244, 240, .16);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(245, 244, 240, .06), rgba(245, 244, 240, .02));
  overflow: hidden;
}

.woaw-showroom-home .show-step-card:nth-child(2) {
  margin-top: 0;
}

.woaw-showroom-home .show-step-card:nth-child(3) {
  margin-top: 0;
}

.woaw-showroom-home .show-step-card img {
  position: absolute;
  inset: 0 0 0 auto;
  width: 48%;
  height: 100%;
  opacity: .42;
  mask-image: linear-gradient(90deg, transparent, #000 42%);
}

.woaw-showroom-home .show-step-card span {
  position: relative;
  z-index: 2;
  display: block;
  margin-bottom: 12px;
  color: var(--accent);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 38px;
  line-height: 1;
}

.woaw-showroom-home .show-step-card h3 {
  position: relative;
  z-index: 2;
  max-width: 180px;
  margin: 0 0 12px;
  color: var(--show-text);
  font-size: 18px;
  line-height: 1.16;
}

.woaw-showroom-home .show-step-card p {
  position: relative;
  z-index: 2;
  max-width: 185px;
  margin: 0;
  color: var(--show-muted);
  font-size: 14px;
  line-height: 1.54;
}

.woaw-showroom-home .show-developed {
  position: relative;
  padding-top: 18px;
  background: linear-gradient(180deg, transparent, rgba(245, 244, 240, .035) 48%, transparent);
}

.woaw-showroom-home .show-developed::before {
  content: "";
  position: absolute;
  top: 0;
  left: max(24px, calc((100vw - 1220px) / 2));
  right: max(24px, calc((100vw - 1220px) / 2));
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(245, 244, 240, .72), transparent);
  opacity: .78;
}

.woaw-showroom-home .show-developed-grid {
  display: grid;
  grid-template-columns: 245px minmax(0, 1fr);
  gap: 30px;
  align-items: start;
}

@media (min-width: 861px) {
  .woaw-showroom-home .show-proof-band {
    padding-top: 44px;
    padding-bottom: 72px;
  }

  .woaw-showroom-home .show-process {
    padding-top: 78px;
    padding-bottom: 80px;
  }

  .woaw-showroom-home .show-developed {
    padding-top: 86px;
    padding-bottom: 96px;
  }
}

.woaw-showroom-home .show-developed-copy p:not(.show-kicker) {
  margin: 20px 0 24px;
  color: var(--show-muted);
  font-size: 13px;
  line-height: 1.6;
}

.woaw-showroom-home .show-developed-copy a {
  color: var(--show-text);
}

.woaw-showroom-home .show-product-grid {
  display: flex;
  gap: 12px;
  margin-right: calc((100vw - min(1220px, calc(100vw - 48px))) / -2);
  padding: 0 max(24px, calc((100vw - 1220px) / 2)) 12px 0;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.woaw-showroom-home .show-product-grid::-webkit-scrollbar {
  display: none;
}

.woaw-showroom-home .show-product-dots {
  grid-column: 2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin: 8px 24px 0 auto;
}

.woaw-showroom-home .show-product-dots button {
  display: block;
  width: 9px;
  height: 9px;
  padding: 0;
  border: 1px solid rgba(245, 244, 240, .22);
  border-radius: 999px;
  background: rgba(245, 244, 240, .22);
  cursor: pointer;
  transition: width .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.woaw-showroom-home .show-product-dots button.is-active {
  width: 28px;
  border-color: rgba(215, 255, 47, .82);
  background: var(--show-lime);
  box-shadow: 0 0 18px rgba(215, 255, 47, .36);
}

.woaw-showroom-home .show-product-dots button:focus-visible {
  outline: 2px solid rgba(215, 255, 47, .9);
  outline-offset: 4px;
}

.woaw-showroom-home .show-product-card {
  flex: 0 0 clamp(208px, 22vw, 246px);
  scroll-snap-align: start;
  display: flex;
  min-height: 220px;
  flex-direction: column;
  padding: 0 0 16px;
  border-radius: 9px;
  background: var(--show-ivory);
  color: #111;
  overflow: hidden;
  text-decoration: none;
}

.woaw-showroom-home .show-product-card img {
  height: 125px;
  border-radius: 0;
  object-position: center;
}

.woaw-showroom-home .show-product-card--trophy img {
  object-position: center 58%;
}

.woaw-showroom-home .show-product-card--lamp img {
  object-position: center 42%;
}

.woaw-showroom-home .show-product-card--signage img {
  object-position: center 52%;
}

.woaw-showroom-home .show-product-card--object img {
  object-position: center 58%;
}

.woaw-showroom-home .show-product-card h3 {
  margin: 14px 16px 6px;
  color: #111;
  font-size: 14px;
  line-height: 1.12;
}

.woaw-showroom-home .show-product-card p {
  flex: 1;
  margin: 0 16px 12px;
  color: rgba(17, 17, 17, .68);
  font-size: 11px;
  line-height: 1.42;
}

.woaw-showroom-home .show-product-card strong {
  margin: 0 16px;
  color: #111;
  font-size: 11px;
}

.woaw-showroom-home .show-trust-grid {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 42px;
  align-items: center;
}

.woaw-showroom-home .show-trust {
  background: var(--show-ivory);
  color: #0b0b08;
}

.woaw-showroom-home .show-trust .show-kicker,
.woaw-showroom-home .show-trust-copy h2 {
  color: #0b0b08;
}

.woaw-showroom-home .show-trust-copy p {
  margin: 18px 0 0;
  color: rgba(11, 11, 8, .68);
  font-size: 15px;
  line-height: 1.62;
}

.woaw-showroom-home .show-trust-logos {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 4px 0;
  mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent);
}

.woaw-showroom-home .show-trust-track {
  display: flex;
  width: max-content;
  gap: 18px;
  align-items: center;
  animation: show-trust-marquee 32s linear infinite;
}

.woaw-showroom-home .show-trust-logos:hover .show-trust-track {
  animation-play-state: paused;
}

.woaw-showroom-home .show-trust-logos img {
  flex: 0 0 168px;
  width: 168px;
  height: 96px;
  max-height: none;
  object-fit: contain;
  padding: 18px;
  border: 1px solid rgba(11, 11, 8, .1);
  border-radius: 12px;
  background: rgba(255, 255, 255, .44);
  filter: grayscale(1);
  opacity: .82;
}

@keyframes show-trust-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 9px));
  }
}

@media (prefers-reduced-motion: reduce) {
  .woaw-showroom-home .show-trust-track {
    animation: none;
    flex-wrap: wrap;
    width: 100%;
  }
}

.woaw-showroom-home .show-final-cta {
  padding: 52px 0 34px;
}

.woaw-showroom-home .show-final-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, .8fr);
  gap: 32px;
  align-items: start;
  min-height: 260px;
  padding: 28px 28px 26px 42px;
  border: 1px solid rgba(245, 244, 240, .18);
  border-radius: 14px;
  background:
    radial-gradient(circle at 72% 30%, rgba(167, 124, 255, .24), transparent 32%),
    radial-gradient(circle at 82% 58%, rgba(53, 212, 255, .16), transparent 30%),
    rgba(245, 244, 240, .04);
  overflow: hidden;
}

.woaw-showroom-home .show-final-cta h2 {
  max-width: 600px;
}

.woaw-showroom-home .show-final-cta p {
  max-width: 440px;
  margin: 18px 0 24px;
  color: rgba(245, 244, 240, .74);
  font-size: 16px;
  line-height: 1.55;
}

.woaw-showroom-home .show-final-cta img {
  width: min(100%, 420px);
  min-height: 0;
  max-height: 260px;
  align-self: start;
  justify-self: end;
  border-radius: 12px;
  object-fit: contain;
  background: rgba(5, 5, 5, .42);
}

.woaw-showroom-home .show-footer {
  padding: 36px 0 46px;
  background: var(--show-ivory);
  border-top: 1px solid rgba(11, 11, 8, .1);
  color: var(--show-dark);
}

.woaw-showroom-home .show-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 42px;
}

.woaw-showroom-home .show-footer p {
  max-width: 250px;
  margin: 16px 0 0;
  color: rgba(11, 11, 8, .62);
  font-size: 14px;
  line-height: 1.55;
}

.woaw-showroom-home .show-footer .showroom-brand {
  display: inline-flex;
  width: max-content;
}

.woaw-showroom-home .show-footer-logo {
  width: clamp(116px, 9vw, 146px);
  filter: none;
}

.woaw-showroom-home .show-footer h2 {
  margin: 0 0 14px;
  color: rgba(11, 11, 8, .5);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.woaw-showroom-home .show-footer nav a {
  display: block;
  margin: 8px 0;
  color: rgba(11, 11, 8, .72);
  font-size: 14px;
  text-decoration: none;
}

.woaw-showroom-home .show-footer nav a:hover {
  color: var(--show-lime);
}

.woaw-showroom-home .show-footer a:focus-visible,
.woaw-showroom-home .showroom-brand:focus-visible {
  outline: 2px solid var(--show-lime);
  outline-offset: 4px;
}

.woaw-showroom-home .show-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 36px;
  padding-top: 22px;
  border-top: 1px solid rgba(11, 11, 8, .12);
  color: rgba(11, 11, 8, .52);
  font-size: 13px;
}

.woaw-showroom-home .show-footer-bottom a {
  color: rgba(11, 11, 8, .72);
}

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

@media (max-width: 1080px) {
  .woaw-showroom-home .links {
    gap: 18px;
  }
}

@media (max-width: 1100px) {
  .woaw-showroom-home .container.nav-inner {
    position: relative;
    width: calc(100% - 28px) !important;
    min-height: 62px;
    padding: 0 10px 0 18px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    box-sizing: border-box;
    overflow: visible;
  }

  .woaw-showroom-home .links,
  .woaw-showroom-home header.nav .actions .nav-contact-link {
    display: none !important;
  }

  .woaw-showroom-home header.nav .actions {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    flex: 0 0 auto !important;
    margin-left: auto !important;
    position: fixed !important;
    top: 33px;
    right: 24px;
    transform: translateY(-50%);
  }

  .woaw-showroom-home .nav-selection-link {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 0;
    width: 42px;
    min-width: 42px;
    height: 42px;
    min-height: 40px;
    padding: 0;
    border: 1px solid rgba(245, 244, 240, .16);
    border-radius: 999px;
    color: rgba(245, 244, 240, .78);
    background: radial-gradient(circle at 50% 28%, rgba(215, 255, 47, .18), transparent 38%), rgba(8, 8, 7, .86);
    font-size: 11px;
    font-weight: 800;
    text-decoration: none;
    flex: 0 0 auto;
    max-width: 42px;
    overflow: hidden;
    text-indent: -999px;
    position: fixed !important;
    top: 33px;
    right: 74px;
    transform: translateY(-50%);
  }

  .woaw-showroom-home .nav-selection-link::before {
    width: 19px;
    height: 16px;
    text-indent: 0;
  }

  .woaw-showroom-home .nav-selection-link::after {
    width: 13px;
    height: 8px;
    margin-left: 0;
    margin-top: -19px;
    text-indent: 0;
  }

  .woaw-showroom-home .nav-selection-link .selection-count {
    position: absolute;
    right: -3px;
    top: -4px;
    display: inline-grid;
    min-width: 18px;
    height: 18px;
    text-indent: 0;
    background: var(--show-lime);
    color: #050605;
    font-size: 9px;
  }

  .woaw-showroom-home .show-mobile-menu-button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    position: fixed !important;
    top: 33px;
    right: 24px;
    transform: translateY(-50%);
    z-index: 2147481010;
    width: 42px;
    min-width: 42px;
    height: 42px;
    min-height: 42px;
    padding: 0;
    border: 1px solid rgba(245, 244, 240, .16);
    border-radius: 999px;
    background: rgba(245, 244, 240, .045);
    color: var(--show-text);
  }

  .woaw-showroom-home .show-mobile-menu-button span {
    display: block;
    width: 16px;
    height: 1.5px;
    border-radius: 999px;
    background: currentColor;
  }

  .woaw-showroom-home .mobile-panel {
    top: 88px;
    left: 14px;
    right: 14px;
    padding: 14px;
    border: 1px solid rgba(245, 244, 240, .14);
    border-radius: 24px;
    background: rgba(6, 6, 5, .96);
    box-shadow: 0 24px 76px rgba(0, 0, 0, .52);
    backdrop-filter: blur(18px);
    z-index: 2147480990;
  }
}

@media (max-width: 1080px) {
  .woaw-showroom-home .show-hero-grid,
  .woaw-showroom-home .show-final-grid {
    grid-template-columns: 1fr;
  }

  .woaw-showroom-home .show-hero-media {
    min-height: 520px;
  }

  .woaw-showroom-home .show-trust-grid {
    grid-template-columns: 1fr;
  }

  .woaw-showroom-home .show-process-title {
    position: static;
  }
}

@media (max-width: 860px) {
  .woaw-showroom-home {
    padding-bottom: 0;
  }

  .woaw-showroom-home .show-developed-grid,
  .woaw-showroom-home .show-process-grid {
    grid-template-columns: 1fr;
  }

  .woaw-showroom-home .container.nav-inner {
    position: relative;
    width: calc(100% - 28px) !important;
    min-height: 62px;
    padding: 0 10px 0 18px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    box-sizing: border-box;
    overflow: visible;
  }

  .woaw-showroom-home .showroom-brand {
    flex: 0 0 auto;
  }

  .woaw-showroom-home .links,
  .woaw-showroom-home header.nav .actions .nav-contact-link {
    display: none !important;
  }

  .woaw-showroom-home header.nav .actions {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    flex: 0 0 auto !important;
    margin-left: auto !important;
    position: fixed !important;
    top: 33px;
    right: 24px;
    transform: translateY(-50%);
  }

  .woaw-showroom-home .nav-selection-link {
    display: inline-flex !important;
    align-items: center;
    gap: 5px;
    min-height: 40px;
    padding: 0 11px;
    border: 1px solid rgba(245, 244, 240, .16);
    border-radius: 999px;
    color: rgba(245, 244, 240, .78);
    font-size: 11px;
    font-weight: 800;
    text-decoration: none;
    flex: 0 0 auto;
    max-width: 106px;
    overflow: hidden;
    text-overflow: ellipsis;
    position: fixed !important;
    top: 33px;
    right: 74px;
    transform: translateY(-50%);
  }

  .woaw-showroom-home .nav-selection-link .selection-count {
    display: none;
  }

  .woaw-showroom-home header.nav .mobile-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    width: 42px;
    min-width: 42px;
    height: 42px;
    min-height: 42px;
    padding: 0;
    color: var(--show-text);
  }

  .woaw-showroom-home .show-mobile-menu-button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    position: fixed !important;
    top: 49px;
    right: 24px;
    transform: translateY(-50%);
    z-index: 2147481010;
    width: 42px;
    min-width: 42px;
    height: 42px;
    min-height: 42px;
    padding: 0;
    border: 1px solid rgba(245, 244, 240, .16);
    border-radius: 999px;
    background: rgba(245, 244, 240, .045);
    color: var(--show-text);
  }

  .woaw-showroom-home .show-mobile-menu-button span {
    display: block;
    width: 16px;
    height: 1.5px;
    border-radius: 999px;
    background: currentColor;
  }

  .woaw-showroom-home .mobile-panel {
    top: 88px;
    left: 14px;
    right: 14px;
    padding: 14px;
    border: 1px solid rgba(245, 244, 240, .14);
    border-radius: 24px;
    background: rgba(6, 6, 5, .96);
    box-shadow: 0 24px 76px rgba(0, 0, 0, .52);
    backdrop-filter: blur(18px);
    z-index: 2147480990;
  }

  .woaw-showroom-home .mobile-panel-group {
    display: grid;
    gap: 4px;
    padding: 4px 0 8px;
    border-bottom: 1px solid rgba(245, 244, 240, .09);
  }

  .woaw-showroom-home .mobile-panel-group p {
    margin: 0 0 5px;
    padding: 0 2px;
    color: rgba(245, 244, 240, .42);
    font-family: var(--font-body);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .12em;
    text-transform: uppercase;
  }

  .woaw-showroom-home .mobile-panel a {
    display: grid;
    gap: 3px;
    min-height: 46px;
    padding: 12px 2px;
    border-bottom: 1px solid rgba(245, 244, 240, .08);
    color: rgba(245, 244, 240, .86);
    font-family: var(--font-body);
    font-size: 15px;
    font-weight: 780;
    letter-spacing: 0;
    text-transform: none;
  }

  .woaw-showroom-home .mobile-panel small {
    color: rgba(245, 244, 240, .48);
    font-size: 12px;
    line-height: 1.35;
  }

  .woaw-showroom-home .mobile-panel-secondary {
    color: rgba(245, 244, 240, .5) !important;
  }

  .woaw-showroom-home .mobile-panel-cta {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    margin-top: 10px;
    padding: 0 18px !important;
    border: 0 !important;
    border-radius: 999px;
    background: var(--show-lime);
    color: #080808 !important;
    font-size: 13px !important;
    font-weight: 900 !important;
  }

  .woaw-showroom-home .mobile-lang-switch {
    display: none !important;
  }

  .woaw-showroom-home .show-hero {
    min-height: auto;
    padding: 112px 0 28px;
  }

  .woaw-showroom-home .show-hero-grid {
    gap: 28px;
  }

  .woaw-showroom-home .show-hero-title {
    font-size: clamp(54px, 15vw, 86px);
  }

  .woaw-showroom-home .show-hero-lead {
    max-width: 340px;
    font-size: 15px;
  }

  .woaw-showroom-home .show-actions {
    align-items: stretch;
  }

  .woaw-showroom-home .show-btn {
    width: 100%;
    max-width: 320px;
  }

  .woaw-showroom-home .show-hero-media {
    min-height: 430px;
    border-radius: 20px;
  }

  .woaw-showroom-home .show-hero-peek,
  .woaw-showroom-home .show-hero-arrow {
    display: none;
  }

  .woaw-showroom-home .show-universe-grid,
  .woaw-showroom-home .show-step-grid,
  .woaw-showroom-home .show-proof-inner {
    grid-template-columns: 1fr;
  }

  .woaw-showroom-home .show-universe-card {
    min-height: auto;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 14px;
    padding: 18px;
  }

  .woaw-showroom-home .show-universe-copy,
  .woaw-showroom-home .show-universe-card strong {
    grid-column: 1 / -1;
  }

  .woaw-showroom-home .show-universe-copy h3 {
    margin-bottom: 8px;
    font-size: 28px;
  }

  .woaw-showroom-home .show-universe-copy p {
    max-width: none;
    font-size: 13px;
    line-height: 1.42;
  }

  .woaw-showroom-home .show-universe-main {
    min-height: 0;
    aspect-ratio: 1.12;
    width: 100%;
  }

  .woaw-showroom-home .show-universe-main {
    border-radius: 12px;
  }

  .woaw-showroom-home .show-proof-inner article {
    border-right: 0;
    border-bottom: 1px solid rgba(245, 244, 240, .12);
  }

  .woaw-showroom-home .show-proof-inner article:last-child {
    border-bottom: 0;
  }

  .woaw-showroom-home .show-step-card,
  .woaw-showroom-home .show-step-card:nth-child(2),
  .woaw-showroom-home .show-step-card:nth-child(3) {
    min-height: auto;
    margin-top: 0;
  }

  .woaw-showroom-home .show-trust-logos img {
    flex-basis: 150px;
    width: 150px;
    height: 88px;
  }

  .woaw-showroom-home .show-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .woaw-showroom-home .show-container {
    width: calc(100% - 28px);
  }

  .woaw-showroom-home .show-section {
    padding: 54px 0;
  }

  .woaw-showroom-home .woaw-logo-wordmark {
    width: 112px;
    max-height: 34px;
  }

  .woaw-showroom-home .nav {
    top: 12px;
  }

  .woaw-showroom-home .nav-selection-link {
    display: inline-flex !important;
    min-height: 38px;
    padding: 0 8px;
    font-size: 10px;
    top: 30px;
    right: 64px;
  }

  .woaw-showroom-home .container.nav-inner {
    position: relative;
    width: calc(100dvw - 18px) !important;
    min-height: 58px;
    padding: 0 7px 0 13px !important;
    gap: 8px !important;
  }

  .woaw-showroom-home header.nav .actions {
    display: flex !important;
    gap: 6px !important;
    top: 30px;
    right: 17px;
  }

  .woaw-showroom-home .show-mobile-menu-button {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    top: 30px;
    right: 17px;
  }

  .woaw-showroom-home .show-kicker {
    font-size: 9px;
    letter-spacing: .14em;
  }

  .woaw-showroom-home .show-section-head {
    display: block;
  }

  .woaw-showroom-home .show-section-head a {
    display: inline-block;
    margin-top: 14px;
  }

  .woaw-showroom-home .show-product-grid {
    grid-template-columns: 1fr;
  }

  .woaw-showroom-home .show-product-card {
    min-height: auto;
  }

  .woaw-showroom-home .show-section-head h2,
  .woaw-showroom-home .show-process-title h2,
  .woaw-showroom-home .show-trust-copy h2,
  .woaw-showroom-home .show-final-cta h2 {
    font-size: clamp(34px, 10vw, 48px);
  }

  .woaw-showroom-home .show-developed-copy h2 {
    max-width: 340px;
    font-size: clamp(30px, 8vw, 38px);
  }

  .woaw-showroom-home .show-product-grid {
    margin-right: -24px;
    padding-right: 24px;
  }

  .woaw-showroom-home .show-work-dots {
    justify-content: center;
    margin: 10px auto 0;
  }

  .woaw-showroom-home .show-product-dots {
    grid-column: 1 / -1;
    justify-content: center;
    margin: 10px auto 0;
  }

  .woaw-showroom-home .show-product-card {
    flex-basis: min(76vw, 292px);
  }

  .woaw-showroom-home .show-final-grid {
    padding: 22px;
  }

  .woaw-showroom-home .show-footer-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .woaw-showroom-home .show-footer-bottom {
    flex-direction: column;
  }
}

@media (max-width: 760px) {
  .woaw-showroom-home {
    padding-bottom: 78px !important;
  }

  .woaw-showroom-home .bottom-dock {
    position: fixed !important;
    left: 10px !important;
    right: 10px !important;
    bottom: calc(9px + env(safe-area-inset-bottom)) !important;
    z-index: 2147482000 !important;
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 4px !important;
    width: auto !important;
    max-width: none !important;
    padding: 6px !important;
    border: 1px solid rgba(245, 244, 240, .16) !important;
    border-radius: 24px !important;
    background: rgba(7, 7, 6, .88) !important;
    box-shadow: 0 18px 58px rgba(0, 0, 0, .44) !important;
    backdrop-filter: blur(18px) !important;
    transform: none !important;
    overflow: hidden !important;
  }

  .woaw-showroom-home .bottom-dock a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 0 !important;
    min-height: 42px !important;
    padding: 0 4px !important;
    border-radius: 18px !important;
    color: rgba(245, 244, 240, .82) !important;
    font-family: var(--font-body) !important;
    font-size: clamp(7px, 2.1vw, 10px) !important;
    font-weight: 850 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    text-decoration: none !important;
    white-space: nowrap !important;
  }

  .woaw-showroom-home .bottom-dock a.active {
    background: var(--show-lime) !important;
    color: #080808 !important;
  }
}

.woaw-showroom-home .show-floating-actions {
  display: none;
}

.woaw-showroom-home .show-mobile-floating-logo {
  display: none;
}

@media (max-width: 760px) {
  .woaw-showroom-home header.nav {
    display: none !important;
  }

  .woaw-showroom-home .mobile-panel {
    display: none !important;
  }

  .woaw-showroom-home .show-floating-actions {
    position: fixed;
    top: max(12px, env(safe-area-inset-top));
    right: 12px;
    z-index: 2147481020;
    display: flex;
    align-items: center;
    gap: 10px;
    pointer-events: none;
  }

  .woaw-showroom-home .show-mobile-floating-logo {
    position: fixed;
    top: max(12px, env(safe-area-inset-top));
    left: 12px;
    z-index: 2147481020;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 116px;
    min-height: 42px;
    padding: 0 12px;
    border: 1px solid rgba(245, 244, 240, .18);
    border-radius: 999px;
    background: rgba(8, 8, 7, .82);
    box-shadow: 0 14px 38px rgba(0, 0, 0, .32);
    backdrop-filter: blur(16px);
  }

  .woaw-showroom-home .show-mobile-floating-logo img {
    display: block;
    width: 92px;
    height: auto;
    max-height: 28px;
    object-fit: contain;
  }

  .woaw-showroom-home .show-floating-actions a {
    pointer-events: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    border: 1px solid rgba(245, 244, 240, .18);
    border-radius: 999px;
    background: rgba(8, 8, 7, .82);
    box-shadow: 0 14px 38px rgba(0, 0, 0, .32);
    backdrop-filter: blur(16px);
    color: var(--show-text);
    text-decoration: none;
  }

  .woaw-showroom-home .show-floating-project {
    min-height: 58px !important;
    padding: 0 36px !important;
    background: linear-gradient(135deg, var(--show-lime), #c7f7ff) !important;
    color: #080808 !important;
    font-size: 20px !important;
    font-weight: 900;
    letter-spacing: 0 !important;
    text-transform: none !important;
  }

  .woaw-showroom-home .show-floating-contact {
    padding: 0 13px;
    font-size: 11px;
    font-weight: 850;
  }

  .woaw-showroom-home .show-floating-selection {
    width: 58px;
    height: 58px;
    min-height: 58px !important;
    padding: 0;
    background: radial-gradient(circle at 50% 28%, rgba(215, 255, 47, .18), transparent 38%), rgba(8, 8, 7, .86) !important;
    color: var(--show-text);
  }

  .woaw-showroom-home .show-floating-selection-text {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  .woaw-showroom-home .show-cart-icon {
    position: relative;
    width: 22px;
    height: 18px;
    border: 2px solid currentColor;
    border-top: 0;
    border-radius: 4px 4px 6px 6px;
    transform: translateY(2px);
  }

  .woaw-showroom-home .show-cart-icon::before {
    content: "";
    position: absolute;
    left: 4px;
    right: 4px;
    top: -10px;
    height: 10px;
    border: 2px solid currentColor;
    border-bottom: 0;
    border-radius: 999px 999px 0 0;
  }

  .woaw-showroom-home .show-cart-icon::after {
    content: "";
    position: absolute;
    left: 4px;
    right: 4px;
    top: 5px;
    height: 5px;
    border-top: 2px solid rgba(215, 255, 47, .88);
    border-bottom: 2px solid rgba(215, 255, 47, .88);
    background:
      linear-gradient(90deg, transparent calc(50% - 1px), rgba(215, 255, 47, .88) calc(50% - 1px), rgba(215, 255, 47, .88) calc(50% + 1px), transparent calc(50% + 1px));
  }
}

@media (min-width: 761px) {
  .woaw-showroom-home .show-mobile-menu-button,
  .woaw-showroom-home header.nav .mobile-btn {
    display: none !important;
  }

  .woaw-showroom-home header.nav .nav-selection-link {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 42px !important;
    min-width: 42px !important;
    max-width: 42px !important;
    height: 42px !important;
    min-height: 42px !important;
    padding: 0 !important;
    overflow: visible !important;
    text-indent: -999px !important;
  }

  .woaw-showroom-home header.nav .nav-selection-link .selection-count {
    position: absolute;
    right: -4px;
    top: -5px;
    display: inline-grid !important;
    min-width: 18px;
    height: 18px;
    text-indent: 0;
  }
}

@media (min-width: 761px) and (max-width: 1100px) {
  .woaw-showroom-home header.nav .nav-selection-link {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 42px !important;
    min-width: 42px !important;
    max-width: 42px !important;
    height: 42px !important;
    min-height: 42px !important;
    padding: 0 !important;
    overflow: visible !important;
    right: 130px !important;
    text-indent: -999px !important;
  }

  .woaw-showroom-home header.nav .nav-selection-link .selection-count {
    position: absolute;
    right: -4px;
    top: -5px;
    display: inline-grid !important;
    min-width: 18px;
    height: 18px;
    text-indent: 0;
    background: var(--show-lime);
    color: #050605;
    font-size: 9px;
  }
}

@media (max-width: 380px) {
  .woaw-showroom-home .show-floating-actions {
    right: 9px;
    gap: 6px;
  }

  .woaw-showroom-home .show-mobile-floating-logo {
    left: 9px;
    width: 98px;
    min-height: 40px;
    padding: 0 10px;
  }

  .woaw-showroom-home .show-mobile-floating-logo img {
    width: 80px;
  }

  .woaw-showroom-home .show-floating-project {
    min-height: 40px;
    padding: 0 11px;
    font-size: 10px;
  }

  .woaw-showroom-home .show-floating-contact {
    min-height: 40px;
    padding: 0 10px;
    font-size: 10px;
  }

  .woaw-showroom-home .show-floating-selection {
    width: 40px;
    min-height: 40px;
  }
}

.woaw-showroom-home header.nav .actions .nav-contact-pill,
.woaw-showroom-home header.nav .actions .nav-contact-pill:link,
.woaw-showroom-home header.nav .actions .nav-contact-pill:visited,
.woaw-showroom-home header.nav .actions .nav-contact-pill:active,
.woaw-showroom-home header.nav .actions .nav-contact-pill:focus-visible {
  display: inline-flex !important;
  min-width: 118px !important;
  min-height: 40px !important;
  border: 1px solid rgba(245, 244, 240, .82) !important;
  background: linear-gradient(135deg, #d7ff2f 0%, #c7f7ff 100%) !important;
  color: #050605 !important;
  opacity: 1 !important;
  filter: none !important;
}

.woaw-showroom-home header.nav .actions .nav-contact-pill span {
  color: #050605 !important;
}

@media (min-width: 761px) {
  .woaw-showroom-home header.nav .actions {
    position: static !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 12px !important;
    margin-left: auto !important;
    transform: none !important;
  }

  .woaw-showroom-home header.nav .actions .nav-selection-link {
    position: relative !important;
    inset: auto !important;
    right: auto !important;
    top: auto !important;
    transform: none !important;
    order: 1 !important;
    margin: 0 !important;
    flex: 0 0 42px !important;
  }

  .woaw-showroom-home header.nav .actions .nav-contact-pill {
    order: 2 !important;
    margin: 0 !important;
  }

  .woaw-showroom-home header.nav .actions .nav-contact-link {
    order: 3 !important;
    margin: 0 !important;
  }
}

@media (min-width: 761px) {
  .woaw-showroom-home header.nav {
    position: fixed !important;
    top: 18px !important;
    left: 50% !important;
    width: min(1220px, calc(100% - 40px)) !important;
    min-height: 78px !important;
    padding: 0 !important;
    border-radius: 999px !important;
    background: rgba(5, 5, 3, .8) !important;
    transform: translateX(-50%) !important;
  }

  .woaw-showroom-home header.nav .nav-inner {
    width: 100% !important;
    max-width: none !important;
    min-height: 78px !important;
    padding: 10px 14px 10px 18px !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .woaw-showroom-home header.nav .links,
  .woaw-showroom-home header.nav .lang-switch,
  .woaw-showroom-home header.nav .nav-contact-link,
  .woaw-showroom-home header.nav .mobile-btn,
  .woaw-showroom-home header.nav .mobile-toggle {
    display: none !important;
  }

  .woaw-showroom-home header.nav .showroom-brand {
    width: 194px !important;
    min-width: 194px !important;
    min-height: 58px !important;
    padding: 0 24px !important;
    border-radius: 12px !important;
    background: #000 !important;
  }

  .woaw-showroom-home header.nav .showroom-brand .woaw-logo-wordmark {
    width: 132px !important;
    max-height: 40px !important;
  }

  .woaw-showroom-home header.nav .actions {
    gap: 14px !important;
  }

  .woaw-showroom-home header.nav .actions .nav-selection-link {
    order: 1 !important;
    width: 58px !important;
    min-width: 58px !important;
    max-width: 58px !important;
    height: 58px !important;
    min-height: 58px !important;
    flex: 0 0 58px !important;
    padding: 0 !important;
    display: inline-grid !important;
    place-items: center !important;
    color: transparent !important;
    text-indent: -999px !important;
    background: radial-gradient(circle at 58% 64%, rgba(177, 255, 117, .24), transparent 34%), rgba(5, 5, 3, .72) !important;
    box-shadow: inset 0 0 0 1px rgba(245, 244, 240, .06), 0 0 22px rgba(177, 255, 117, .12), 0 14px 34px rgba(0, 0, 0, .32) !important;
  }

  .woaw-showroom-home header.nav .actions .nav-selection-link::before {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    width: 20px !important;
    height: 17px !important;
    border-width: 3px !important;
    border-color: rgba(245, 244, 240, .9) !important;
    transform: translate(-50%, -35%) !important;
  }

  .woaw-showroom-home header.nav .actions .nav-selection-link::after {
    left: 50% !important;
    top: 50% !important;
    width: 12px !important;
    height: 13px !important;
    margin: 0 !important;
    border-width: 3px !important;
    border-color: rgba(245, 244, 240, .9) !important;
    transform: translate(-50%, -100%) !important;
    box-shadow: 0 14px 0 -4px #b1ff75 !important;
  }

  .woaw-showroom-home header.nav .actions .nav-selection-link .selection-count {
    right: -2px !important;
    top: -6px !important;
    min-width: 21px !important;
    height: 21px !important;
    margin: 0 !important;
    background: #c8efff !important;
    color: #050503 !important;
    font-size: 12px !important;
    text-indent: 0 !important;
  }

  .woaw-showroom-home header.nav .actions .nav-contact-pill {
    order: 2 !important;
    min-width: 172px !important;
    min-height: 58px !important;
    padding: 0 34px !important;
    border: 0 !important;
    font-size: 20px !important;
    font-weight: 850 !important;
    letter-spacing: 0 !important;
  }
}

@media (max-width: 760px) {
  .woaw-showroom-home .show-floating-actions {
    top: 22px !important;
    right: 10px !important;
    gap: 6px !important;
  }

  .woaw-showroom-home .show-floating-project {
    min-width: 108px !important;
    min-height: 40px !important;
    padding: 0 15px !important;
    border-radius: 999px !important;
    font-size: 13px !important;
    font-weight: 850 !important;
    line-height: 1 !important;
    box-shadow: 0 14px 34px rgba(177, 255, 117, .18) !important;
  }

  .woaw-showroom-home .show-floating-project span {
    font-size: 15px !important;
  }

  .woaw-showroom-home .show-floating-selection {
    width: 44px !important;
    min-width: 44px !important;
    height: 44px !important;
    min-height: 44px !important;
  }

  .woaw-showroom-home .show-mobile-floating-logo {
    top: 22px !important;
    left: 12px !important;
    width: 116px !important;
    min-height: 40px !important;
  }

  .woaw-showroom-home .show-mobile-floating-logo img {
    width: 92px !important;
  }
}

@media (max-width: 430px) {
  .woaw-showroom-home .show-floating-project {
    min-width: 100px !important;
    min-height: 38px !important;
    padding: 0 13px !important;
    font-size: 12px !important;
  }

  .woaw-showroom-home .show-floating-project span {
    font-size: 14px !important;
  }

  .woaw-showroom-home .show-floating-selection {
    width: 42px !important;
    min-width: 42px !important;
    height: 42px !important;
    min-height: 42px !important;
  }

  .woaw-showroom-home .show-mobile-floating-logo {
    width: 108px !important;
    min-height: 38px !important;
  }

  .woaw-showroom-home .show-mobile-floating-logo img {
    width: 86px !important;
  }
}
