@charset "UTF-8";
/*
 * product-launch.scss
 * Hero "Product launch" (variante immersiva a scroll, S1..SN showcase blocks).
 * Tutto nidificato sotto #product-hero.product-launch così nulla esce dallo
 * scope della hero (nessuna regola su html/body/* globale).
 *
 * NOTA: qui manca volutamente la regola `.site-header{ z-index:200; }`
 * presente nel mockup originale: .site-header vive fuori da #product-hero,
 * quindi come discendente non avrebbe mai fatto match. Verifica lo z-index
 * reale di .site-header nel tema e alzalo se necessario rispetto a
 * .nav-dots / .section-topnav (z-index 9000/9100 qui sotto).
 */
#product-hero.product-launch {
  --charcoal: #0a0a0a;
  --steel: #1e5c81;
  --steel-deep: #123047;
  --acid: #c9d42e;
  --acid-dim: #8e9c1f;
  --bone: #f1efe6;
  --mute: #b7c8d3;
  --hair: rgba(241, 239, 230, 0.14);
  --max-w: 1500px;
  --split-max-w: 1500px;
}
#product-hero.product-launch * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
#product-hero.product-launch {
  width: 100%;
  position: relative;
  height: auto;
  overflow: visible;
  padding: 0;
  background: var(--charcoal);
  overscroll-behavior: none;
  font-family: "Barlow", sans-serif;
  color: var(--bone);
  -webkit-font-smoothing: antialiased;
}
#product-hero.product-launch .section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
#product-hero.product-launch .section::before, #product-hero.product-launch .section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 12vh;
  z-index: 8;
  pointer-events: none;
}
#product-hero.product-launch .section::before {
  top: 0;
  background: linear-gradient(to bottom, var(--charcoal), transparent);
}
#product-hero.product-launch .section::after {
  bottom: 0;
  background: linear-gradient(to top, var(--charcoal), transparent);
}
#product-hero.product-launch .section p {
  margin-bottom: 0;
}
@media (prefers-reduced-motion: reduce) {
  #product-hero.product-launch .section {
    transition: none !important;
  }
}
#product-hero.product-launch .nav-dots {
  position: fixed;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9000;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 860px) {
  #product-hero.product-launch .nav-dots {
    display: none;
  }
}
#product-hero.product-launch .nav-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid var(--mute);
  cursor: pointer;
  padding: 0;
  transition: background 0.3s, border-color 0.3s, transform 0.3s;
}
#product-hero.product-launch .nav-dot.active {
  background: var(--acid);
  border-color: var(--acid);
  transform: scale(1.5);
}
#product-hero.product-launch .stage {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#product-hero.product-launch .vignette {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 85% 75% at 50% 45%, transparent 45%, rgba(0, 0, 0, 0.72) 100%);
  pointer-events: none;
  z-index: 5;
}
#product-hero.product-launch #s1 .stage {
  background: var(--charcoal);
}
#product-hero.product-launch .aurora {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
}
#product-hero.product-launch .blob-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  will-change: transform;
}
#product-hero.product-launch .blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  will-change: transform;
}
#product-hero.product-launch .blob-1 {
  width: 90vw;
  height: 90vw;
  margin: -45vw 0 0 -45vw;
  background: radial-gradient(circle, rgba(30, 92, 129, 0.92) 0%, transparent 60%);
  animation: pl-blob1 22s ease-in-out infinite alternate;
}
#product-hero.product-launch .blob-2 {
  width: 70vw;
  height: 70vw;
  margin: -35vw 0 0 -35vw;
  background: radial-gradient(circle, rgb(18, 48, 71) 0%, transparent 60%);
  animation: pl-blob2 28s ease-in-out infinite alternate;
}
#product-hero.product-launch .blob-3 {
  width: 50vw;
  height: 50vw;
  margin: -25vw 0 0 -25vw;
  background: radial-gradient(circle, rgba(201, 212, 46, 0.28) 0%, transparent 60%);
  animation: pl-blob3 18s ease-in-out infinite alternate;
}
#product-hero.product-launch .blob-4 {
  width: 55vw;
  height: 55vw;
  margin: -27.5vw 0 0 -27.5vw;
  background: radial-gradient(circle, rgba(30, 92, 129, 0.6) 0%, transparent 60%);
  animation: pl-blob4 24s ease-in-out infinite alternate;
}
#product-hero.product-launch .product-wrap {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}
#product-hero.product-launch .post-img {
  position: absolute;
  width: min(86vw, 1400px);
  top: 8%;
  left: 50%;
  transform: translateX(-50%);
  filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.55));
}
@media (max-width: 860px) {
  #product-hero.product-launch .post-img {
    width: 130vw;
    right: -32%;
    top: 4%;
    opacity: 0.85;
  }
}
#product-hero.product-launch .collar-glow {
  position: absolute;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  top: 38%;
  right: 27%;
  background: radial-gradient(circle, rgba(201, 212, 46, 0.9) 0%, rgba(201, 212, 46, 0) 70%);
  z-index: 3;
  filter: blur(2px);
  pointer-events: none;
}
#product-hero.product-launch .content {
  position: relative;
  z-index: 8;
  width: 100%;
  min-height: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 14vh 0;
}
@media (max-width: 860px) {
  #product-hero.product-launch .content {
    padding: 14vh 6vw 8vh;
    justify-content: flex-start;
  }
}
#product-hero.product-launch .eyebrow {
  font-family: "Barlow", sans-serif;
  font-size: 13px;
  line-height: 1 !important;
  text-transform: uppercase;
  color: var(--mute);
  margin-bottom: 28px;
}
#product-hero.product-launch .eyebrow .dot {
  color: var(--acid);
}
#product-hero.product-launch h1.headline {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: clamp(64px, 13vw, 168px);
  line-height: 1 !important;
  color: var(--acid);
  text-transform: uppercase;
  margin-top: 0.1em;
  margin-bottom: 8rem;
}
@media (max-width: 860px) {
  #product-hero.product-launch h1.headline {
    font-size: clamp(58px, 11.7vw, 151px);
  }
}
#product-hero.product-launch .rage-logo {
  width: clamp(180px, 32vw, 388px);
}
#product-hero.product-launch .sub-lines {
  margin-top: 18px;
  max-width: 620px;
}
@media (max-width: 480px) {
  #product-hero.product-launch .sub-lines {
    max-width: 88vw;
  }
}
#product-hero.product-launch .sub-line p {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: clamp(20px, 2.6vw, 32px);
  line-height: 1.3 !important;
  text-transform: uppercase;
  color: var(--bone);
  opacity: 0.92;
}
#product-hero.product-launch .divider {
  width: 220px;
  height: 1px;
  background: var(--hair);
  margin: 44px 0 28px;
}
@media (max-width: 860px) {
  #product-hero.product-launch .divider {
    width: 140px;
  }
}
#product-hero.product-launch .specs-row {
  display: flex;
  gap: 48px;
  flex-wrap: wrap;
}
@media (max-width: 860px) {
  #product-hero.product-launch .specs-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 20px;
  }
}
#product-hero.product-launch .spec {
  width: 18%;
  font-family: "Barlow", sans-serif;
}
@media (max-width: 860px) {
  #product-hero.product-launch .spec {
    width: 100%;
  }
}
#product-hero.product-launch .spec .num {
  font-size: 26px;
}
@media (max-width: 860px) {
  #product-hero.product-launch .spec .num {
    font-size: 18px;
  }
}
#product-hero.product-launch .spec .num {
  line-height: 1 !important;
  color: var(--bone);
  font-weight: 400;
  display: block;
}
#product-hero.product-launch .spec .num em {
  color: var(--acid);
  font-style: normal;
}
#product-hero.product-launch .spec .lbl {
  font-size: 11px;
  line-height: 1 !important;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--mute);
  display: block;
  margin-top: 4px;
}
#product-hero.product-launch .logo-lockup {
  position: absolute;
  right: 7vw;
  bottom: 7vh;
  z-index: 10;
  text-align: right;
}
@media (max-width: 860px) {
  #product-hero.product-launch .logo-lockup {
    right: 6vw;
    bottom: 5vh;
  }
}
#product-hero.product-launch .logo-lockup .rage {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1 !important;
  color: var(--bone);
  line-height: 1;
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 6px;
}
@media (max-width: 480px) {
  #product-hero.product-launch .logo-lockup .rage {
    font-size: 28px;
  }
}
#product-hero.product-launch .logo-lockup .rage .ver {
  font-size: 0.42em;
  color: var(--acid);
  font-weight: 600;
}
#product-hero.product-launch .logo-lockup .brand {
  font-family: "Barlow", sans-serif;
  font-size: 13px;
  line-height: 1 !important;
  letter-spacing: 0.3em;
  color: var(--mute);
  margin-top: 8px;
}
#product-hero.product-launch .scroll-cue {
  position: absolute;
  left: 7vw;
  bottom: 6vh;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 14px;
}
@media (max-width: 860px) {
  #product-hero.product-launch .scroll-cue {
    display: none;
  }
}
#product-hero.product-launch .scroll-cue .line {
  width: 1px;
  height: 36px;
  background: var(--hair);
  position: relative;
  overflow: hidden;
}
#product-hero.product-launch .scroll-cue .line::after {
  content: "";
  position: absolute;
  left: 0;
  top: -100%;
  width: 100%;
  height: 100%;
  background: var(--acid);
  animation: pl-cueDrop 2.2s ease-in-out infinite;
}
#product-hero.product-launch .scroll-cue span {
  font-family: "Barlow", sans-serif;
  font-size: 11px;
  line-height: 1 !important;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--mute);
}
#product-hero.product-launch .s-inner {
  position: relative;
  z-index: 10;
  width: 100%;
  min-height: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8vh 7vw;
  max-width: var(--max-w);
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 860px) {
  #product-hero.product-launch .s-inner {
    padding: 14vh 6vw 8vh;
    justify-content: flex-start;
  }
}
#product-hero.product-launch .s-eyebrow {
  font-family: "Barlow", sans-serif;
  font-size: 12px;
  line-height: 1 !important;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--mute);
  margin-bottom: 24px;
}
#product-hero.product-launch .s-eyebrow .dot {
  color: var(--acid);
}
#product-hero.product-launch .s-title {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: clamp(48px, 9vw, 96px);
  line-height: 1 !important;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--bone);
  margin-bottom: 0.3em;
}
#product-hero.product-launch .s-title em {
  color: var(--acid);
  font-style: normal;
}
@media (max-width: 1700px) {
  #product-hero.product-launch .s-title {
    font-size: clamp(38px, 7.2vw, 77px);
  }
}
#product-hero.product-launch .s-divider {
  width: 180px;
  height: 1px;
  background: var(--hair);
  margin: 36px 0;
}
#product-hero.product-launch .feature-card img {
  height: auto;
  width: 50%;
  margin: 0 auto;
  display: block;
}
#product-hero.product-launch #s2 .stage {
  background: radial-gradient(ellipse 140% 100% at 92% 8%, #131313 0%, var(--charcoal) 38%, var(--steel-deep) 78%, var(--steel) 130%);
}
#product-hero.product-launch .feature-grid {
  display: grid;
  gap: 32px;
  max-width: 860px;
}
@media (max-width: 860px) {
  #product-hero.product-launch .feature-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 480px) {
  #product-hero.product-launch .feature-grid {
    grid-template-columns: 1fr;
  }
}
#product-hero.product-launch .feature-grid.grid_1 {
  grid-template-columns: repeat(1, 1fr);
}
#product-hero.product-launch .feature-grid.grid_2 {
  grid-template-columns: repeat(2, 1fr);
}
#product-hero.product-launch .feature-grid.grid_3 {
  grid-template-columns: repeat(3, 1fr);
}
#product-hero.product-launch .feature-card {
  border-top: 1px solid var(--hair);
  padding-top: 20px;
}
#product-hero.product-launch .feature-card .f-num {
  font-family: "Barlow", sans-serif;
  font-size: 11px;
  line-height: 1 !important;
  letter-spacing: 0.2em;
  color: var(--acid);
  margin-bottom: 12px;
}
#product-hero.product-launch .feature-card .f-title {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: clamp(15px, 1.3vw, 18px);
  line-height: 1.3 !important;
  color: var(--bone);
  text-transform: uppercase;
  margin-bottom: 8px;
}
#product-hero.product-launch .feature-card .f-desc {
  font-size: clamp(15px, 1.3vw, 18px);
  color: var(--mute);
  line-height: 1 !important;
}
#product-hero.product-launch .feature-card .f-desc p {
  margin-bottom: 1em;
}
#product-hero.product-launch .feature-card .f-desc p:last-child {
  margin-bottom: 0;
}
#product-hero.product-launch .feature-card .f-desc p {
  color: var(--mute);
  line-height: 1.3 !important;
}
#product-hero.product-launch .feature-card .f-desc ul, #product-hero.product-launch .feature-card .f-desc ol {
  margin: 0 0 1em 1.2em;
  padding: 0;
}
#product-hero.product-launch .feature-card .f-desc li {
  color: var(--mute);
}
#product-hero.product-launch .feature-card .f-desc strong {
  color: var(--bone);
}
#product-hero.product-launch #s3 .stage {
  background: radial-gradient(ellipse 140% 100% at 50% 92%, #131313 0%, var(--charcoal) 38%, #0d2a3d 78%, var(--steel-deep) 130%);
}
#product-hero.product-launch .tunes-grid {
  display: flex;
  gap: 2px;
  max-width: 720px;
}
@media (max-width: 860px) {
  #product-hero.product-launch .tunes-grid {
    flex-direction: column;
    max-width: 100%;
  }
}
#product-hero.product-launch .tune-card {
  flex: 1;
  background: var(--hair);
  padding: 28px 24px;
  position: relative;
}
#product-hero.product-launch .tune-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: transparent;
}
#product-hero.product-launch .tune-card:first-child::before {
  background: var(--acid);
}
#product-hero.product-launch .tune-card .t-label {
  font-family: "Barlow", sans-serif;
  font-size: 10px;
  line-height: 1 !important;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--mute);
  margin-bottom: 12px;
}
#product-hero.product-launch .tune-card .t-name {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1 !important;
  text-transform: uppercase;
  color: var(--bone);
  margin-bottom: 8px;
}
#product-hero.product-launch .tune-card .t-desc {
  font-size: 13px;
  color: var(--mute);
  line-height: 1 !important;
}
#product-hero.product-launch #s4 .stage {
  background: radial-gradient(ellipse 140% 100% at 8% 92%, #0d0d0d 0%, var(--charcoal) 48%, #0a1e2a 100%);
}
#product-hero.product-launch #s4 .s-title {
  color: var(--bone);
}
#product-hero.product-launch #s4 .s-title span {
  color: var(--acid);
}
#product-hero.product-launch .spec-table {
  max-width: 640px;
}
#product-hero.product-launch .spec-row-item {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 14px 0;
  border-bottom: 1px solid var(--hair);
}
#product-hero.product-launch .spec-row-item:first-child {
  border-top: 1px solid var(--hair);
}
#product-hero.product-launch .spec-row-item .sr-key {
  font-family: "Barlow", sans-serif;
  font-size: 11px;
  line-height: 1 !important;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--mute);
}
#product-hero.product-launch .spec-row-item .sr-val {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 1 !important;
  color: var(--bone);
}
#product-hero.product-launch .spec-row-item .sr-val em {
  color: var(--acid);
  font-style: normal;
}
#product-hero.product-launch #s5 .stage {
  background: radial-gradient(ellipse 120% 120% at 50% 50%, var(--steel-deep) 0%, var(--charcoal) 60%, #060606 100%);
}
#product-hero.product-launch #s5 .s-title {
  color: var(--acid);
}
#product-hero.product-launch .cta-sub {
  font-family: "Barlow", sans-serif;
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 1 !important;
  color: var(--bone);
  opacity: 0.6;
  max-width: 480px;
  line-height: 1.6;
  margin-bottom: 48px;
}
#product-hero.product-launch .cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: var(--acid);
  color: var(--charcoal);
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1 !important;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 18px 36px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
}
#product-hero.product-launch .cta-btn:hover {
  background: var(--bone);
  transform: translateY(-2px);
}
#product-hero.product-launch .cta-note {
  margin-top: 24px;
  font-family: "Barlow", sans-serif;
  font-size: 11px;
  line-height: 1 !important;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--mute);
}
#product-hero.product-launch .s-split {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: var(--split-max-w);
  margin-left: auto;
  margin-right: auto;
  min-height: 100%;
  height: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
}
@media (max-width: 860px) {
  #product-hero.product-launch .s-split {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}
#product-hero.product-launch .s-split__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8vh 4vw 8vh 7vw;
  overflow-y: auto;
  container-type: inline-size;
}
#product-hero.product-launch .s-split__text .s-title {
  font-size: clamp(32px, 20cqi, 96px);
  line-height: 1 !important;
}
@media (max-width: 860px) {
  #product-hero.product-launch .s-split__text .s-title {
    font-size: clamp(38px, 7.2vw, 77px);
  }
}
@media (min-width: 1700px) {
  #product-hero.product-launch .s-split__text {
    padding: 0;
  }
}
@media (max-width: 860px) {
  #product-hero.product-launch .s-split__text {
    height: auto;
    padding: 6vh 6vw 4vh;
    justify-content: flex-start;
    overflow-y: visible;
  }
}
#product-hero.product-launch .s-split__image {
  position: relative;
  overflow: hidden;
}
#product-hero.product-launch .s-split__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 860px) {
  #product-hero.product-launch .s-split__image {
    height: 50vh;
  }
}
@media (max-width: 860px) {
  #product-hero.product-launch #s2, #product-hero.product-launch #s3, #product-hero.product-launch #s4 {
    height: auto;
    overflow: visible;
  }
  #product-hero.product-launch #s2 .stage, #product-hero.product-launch #s3 .stage, #product-hero.product-launch #s4 .stage {
    height: auto;
    overflow: visible;
  }
}
#product-hero.product-launch .section-topnav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9100;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  padding: 18px 40px;
  background: linear-gradient(to bottom, rgba(10, 10, 10, 0.72) 0%, transparent 100%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s;
}
#product-hero.product-launch .section-topnav.visible {
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 860px) {
  #product-hero.product-launch .section-topnav {
    gap: 24px;
    padding: 14px 20px;
  }
}
#product-hero.product-launch .section-topnav__item {
  font-family: "Barlow", sans-serif;
  font-size: 10px;
  line-height: 1 !important;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--mute);
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px 0;
  position: relative;
  transition: color 0.3s;
}
#product-hero.product-launch .section-topnav__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--acid);
  transform: scaleX(0);
  transition: transform 0.3s;
}
#product-hero.product-launch .section-topnav__item.active {
  color: var(--bone);
}
#product-hero.product-launch .section-topnav__item.active::after {
  transform: scaleX(1);
}
@media (max-width: 860px) {
  #product-hero.product-launch .section-topnav__item {
    font-size: 9px;
    line-height: 1 !important;
    letter-spacing: 0.15em;
  }
}
#product-hero.product-launch ::-moz-selection {
  background: var(--acid);
  color: var(--charcoal);
}
#product-hero.product-launch ::selection {
  background: var(--acid);
  color: var(--charcoal);
}
#product-hero.product-launch :focus-visible {
  outline: 2px solid var(--acid);
  outline-offset: 4px;
}

@keyframes pl-blob1 {
  0% {
    transform: translate(-8vw, -6vw) scale(1);
  }
  100% {
    transform: translate(8vw, 6vw) scale(1.18);
  }
}
@keyframes pl-blob2 {
  0% {
    transform: translate(10vw, 8vw) scale(1);
  }
  100% {
    transform: translate(-10vw, -8vw) scale(1.14);
  }
}
@keyframes pl-blob3 {
  0% {
    transform: translate(-5vw, 10vw) scale(0.9);
  }
  50% {
    transform: translate(8vw, -5vw) scale(1.1);
  }
  100% {
    transform: translate(-8vw, 5vw) scale(1);
  }
}
@keyframes pl-blob4 {
  0% {
    transform: translate(6vw, -10vw) scale(1);
  }
  100% {
    transform: translate(-6vw, 10vw) scale(1.12);
  }
}
@keyframes pl-cueDrop {
  0% {
    top: -100%;
  }
  60% {
    top: 100%;
  }
  100% {
    top: 100%;
  }
}/*# sourceMappingURL=product-launch.css.map */