/* [project]/src/components/beyond/BeyondShowcase.module.scss.module.css [app-client] (css) */
.BeyondShowcase-module-scss-module__b9KmRG__page {
  flex-direction: column;
  gap: 24px;
  width: 100%;
  display: flex;
}

.BeyondShowcase-module-scss-module__b9KmRG__hero {
  background: radial-gradient(900px 380px at 80% -10%, #f59e0b47, #0000 60%), radial-gradient(640px 320px at 6% 8%, #fbbf241f, #0000 58%), linear-gradient(#131316 0%, #0a0a0b 100%);
  border: 1px solid #2a2a30;
  border-radius: 24px;
  padding: 64px 44px 56px;
  position: relative;
  overflow: hidden;
}

.BeyondShowcase-module-scss-module__b9KmRG__eyebrow {
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #f59e0b;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
  font-size: 11px;
  font-weight: 700;
  display: inline-flex;
}

.BeyondShowcase-module-scss-module__b9KmRG__eyebrowDot {
  background: #f59e0b;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  box-shadow: 0 0 8px #f59e0bcc;
}

.BeyondShowcase-module-scss-module__b9KmRG__headline {
  letter-spacing: -.02em;
  color: #f4f4f5;
  max-width: 20ch;
  margin: 0;
  font-size: clamp(30px, 4.6vw, 52px);
  font-weight: 750;
  line-height: 1.08;
}

.BeyondShowcase-module-scss-module__b9KmRG__headlineAccent {
  color: #f59e0b;
}

.BeyondShowcase-module-scss-module__b9KmRG__heroLead {
  color: #a1a1aa;
  max-width: 62ch;
  margin: 22px 0 0;
  font-size: clamp(15px, 1.5vw, 18px);
  line-height: 1.6;
}

.BeyondShowcase-module-scss-module__b9KmRG__facets {
  flex-direction: column;
  gap: 20px;
  display: flex;
}

.BeyondShowcase-module-scss-module__b9KmRG__facet {
  background: linear-gradient(#131316, #0a0a0b);
  border: 1px solid #2a2a30;
  border-radius: 20px;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  min-height: 340px;
  display: grid;
  overflow: hidden;
}

.BeyondShowcase-module-scss-module__b9KmRG__facet:nth-child(2n) .BeyondShowcase-module-scss-module__b9KmRG__facetText {
  order: 2;
}

.BeyondShowcase-module-scss-module__b9KmRG__facet:nth-child(2n) .BeyondShowcase-module-scss-module__b9KmRG__facetFigure {
  order: 1;
}

.BeyondShowcase-module-scss-module__b9KmRG__facetText {
  flex-direction: column;
  justify-content: center;
  padding: 44px 40px;
  display: flex;
}

.BeyondShowcase-module-scss-module__b9KmRG__facetLabel {
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #f59e0b;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  font-size: 12px;
  font-weight: 700;
  display: flex;
}

.BeyondShowcase-module-scss-module__b9KmRG__facetIndex {
  font-family: var(--font-code),monospace;
  color: #a1a1aa;
  border: 1px solid #2a2a30;
  border-radius: 6px;
  padding: 2px 7px;
  font-size: 12px;
  font-weight: 700;
}

.BeyondShowcase-module-scss-module__b9KmRG__facetTitle {
  letter-spacing: -.015em;
  color: #f4f4f5;
  max-width: 18ch;
  margin: 0 0 16px;
  font-size: clamp(22px, 2.6vw, 30px);
  font-weight: 720;
  line-height: 1.18;
}

.BeyondShowcase-module-scss-module__b9KmRG__facetBody {
  color: #a1a1aa;
  max-width: 52ch;
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
}

.BeyondShowcase-module-scss-module__b9KmRG__facetFigure {
  border-left: 1px solid #2a2a30;
  min-height: 340px;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.BeyondShowcase-module-scss-module__b9KmRG__facet:nth-child(2n) .BeyondShowcase-module-scss-module__b9KmRG__facetFigure {
  border-left: none;
  border-right: 1px solid #2a2a30;
}

.BeyondShowcase-module-scss-module__b9KmRG__facetImg {
  object-fit: cover;
  object-position: center;
}

.BeyondShowcase-module-scss-module__b9KmRG__close {
  text-align: center;
  background: radial-gradient(700px 280px at 50% 120%, #f59e0b3d, #0000 65%), linear-gradient(#131316, #0a0a0b);
  border: 1px solid #2a2a30;
  border-radius: 24px;
  margin-top: 8px;
  padding: 60px 40px;
}

.BeyondShowcase-module-scss-module__b9KmRG__closeText {
  color: #f4f4f5;
  max-width: 32ch;
  margin: 0 auto 28px;
  font-size: clamp(19px, 2.4vw, 26px);
  font-weight: 680;
  line-height: 1.4;
}

.BeyondShowcase-module-scss-module__b9KmRG__closeActions {
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  display: flex;
}

.BeyondShowcase-module-scss-module__b9KmRG__btnPrimary {
  color: #fff;
  background: #d97706;
  border-radius: 999px;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
  display: inline-flex;
}

.BeyondShowcase-module-scss-module__b9KmRG__btnPrimary:hover {
  background: #f59e0b;
}

.BeyondShowcase-module-scss-module__b9KmRG__btnGhost {
  color: #f4f4f5;
  background: #ffffff08;
  border: 1px solid #2a2a30;
  border-radius: 999px;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.BeyondShowcase-module-scss-module__b9KmRG__btnGhost:hover {
  border-color: #f59e0b80;
}

@media (max-width: 860px) {
  .BeyondShowcase-module-scss-module__b9KmRG__hero {
    padding: 44px 24px 40px;
  }

  .BeyondShowcase-module-scss-module__b9KmRG__facet {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .BeyondShowcase-module-scss-module__b9KmRG__facet .BeyondShowcase-module-scss-module__b9KmRG__facetFigure, .BeyondShowcase-module-scss-module__b9KmRG__facet:nth-child(2n) .BeyondShowcase-module-scss-module__b9KmRG__facetFigure {
    border-bottom: 1px solid #2a2a30;
    border-left: none;
    border-right: none;
    order: 1;
    min-height: 220px;
  }

  .BeyondShowcase-module-scss-module__b9KmRG__facet .BeyondShowcase-module-scss-module__b9KmRG__facetText, .BeyondShowcase-module-scss-module__b9KmRG__facet:nth-child(2n) .BeyondShowcase-module-scss-module__b9KmRG__facetText {
    order: 2;
    padding: 32px 24px;
  }

  .BeyondShowcase-module-scss-module__b9KmRG__close {
    padding: 44px 24px;
  }
}

/*# sourceMappingURL=src_components_beyond_BeyondShowcase_module_scss_module_1gfh1dn.css.map*/