:root {
  --launch-ink: #050608;
  --launch-panel: #0d1013;
  --launch-line: rgba(255, 255, 255, .16);
  --launch-white: #f5f2eb;
  --launch-muted: #b5bab8;
  --launch-red: #d0082e;
  --launch-lime: #d8ff3e;
  --launch-gold: #cda74f;
}

.studio-launch-mode {
  background: var(--launch-ink);
  scroll-behavior: smooth;
}

#studio-launch-plans {
  scroll-margin-top: 24px;
}

.studio-launch-mode .legacy-scope-hero {
  display: none !important;
}

.studio-launch-announcement {
  min-height: 50px;
  padding: 10px clamp(20px, 5vw, 76px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  background: linear-gradient(90deg, #9f001f, #d0082e 45%, #970019);
  color: #fff;
  text-align: center;
}

.studio-launch-announcement > span {
  padding: 5px 8px;
  border: 1px solid rgba(255, 255, 255, .5);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .14em;
}

.studio-launch-announcement strong {
  font-size: clamp(13px, 1.2vw, 16px);
  letter-spacing: .01em;
}

.studio-launch-announcement a {
  color: #fff;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .05em;
  text-decoration: none;
  text-transform: uppercase;
}

.studio-launch-announcement i,
.studio-launch-actions i,
.studio-launch-plans i,
.studio-launch-proof-copy i {
  font-style: normal;
}

.studio-launch-hero {
  position: relative;
  min-height: min(850px, calc(100dvh - 50px));
  overflow: hidden;
  display: flex;
  align-items: center;
  isolation: isolate;
  background: #020304;
}

.studio-launch-image,
.studio-launch-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.studio-launch-image {
  z-index: -3;
  object-fit: cover;
  object-position: center;
}

.studio-launch-shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(1, 2, 3, .99) 0%, rgba(1, 2, 3, .91) 31%, rgba(1, 2, 3, .34) 66%, rgba(1, 2, 3, .12) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, .26), transparent 55%, rgba(0, 0, 0, .88));
}

.studio-launch-copy {
  width: min(790px, 60vw);
  margin-left: clamp(24px, 6vw, 104px);
  padding: 110px 0 90px;
}

.studio-launch-kicker {
  display: flex;
  align-items: center;
  gap: 14px;
}

.studio-launch-kicker span {
  padding: 7px 10px;
  background: var(--launch-red);
  color: #fff;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .15em;
}

.studio-launch-kicker b {
  color: var(--launch-lime);
  font-size: 10px;
  letter-spacing: .16em;
}

.studio-launch-copy h1 {
  max-width: 760px;
  margin: 30px 0 24px;
  color: var(--launch-white);
  font-family: "Barlow Condensed", "Helvetica Neue", sans-serif;
  font-size: clamp(68px, 7.1vw, 126px);
  font-weight: 850;
  line-height: .82;
  letter-spacing: -.045em;
  text-transform: uppercase;
}

.studio-launch-copy h1 em {
  color: var(--launch-lime);
  font-style: normal;
}

.studio-launch-copy > p {
  max-width: 670px;
  color: #d0d4d1;
  font-size: clamp(16px, 1.25vw, 20px);
  line-height: 1.65;
}

.studio-launch-actions {
  margin-top: 34px;
  display: flex;
  align-items: stretch;
  gap: 12px;
}

.studio-launch-primary,
.studio-launch-secondary {
  min-height: 64px;
  display: flex;
  align-items: center;
  text-decoration: none;
}

.studio-launch-primary {
  min-width: 330px;
  padding: 12px 16px 12px 20px;
  display: grid;
  grid-template-columns: 1fr auto;
  background: var(--launch-lime);
  color: #0d100a;
}

.studio-launch-primary span {
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .07em;
}

.studio-launch-primary b {
  grid-column: 1;
  font-size: 9px;
  letter-spacing: .05em;
}

.studio-launch-primary i {
  grid-column: 2;
  grid-row: 1 / 3;
  font-size: 20px;
}

.studio-launch-secondary {
  padding: 0 20px;
  justify-content: center;
  gap: 15px;
  border: 1px solid rgba(255, 255, 255, .25);
  background: rgba(4, 6, 7, .72);
  color: #fff;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .05em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.studio-launch-trust {
  margin-top: 42px;
  padding-top: 20px;
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, .15);
}

.studio-launch-trust span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #c6cbc8;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .04em;
}

.studio-launch-trust b {
  color: var(--launch-red);
  font-size: 8px;
}

.studio-launch-offer {
  position: absolute;
  right: clamp(24px, 4vw, 68px);
  bottom: 56px;
  width: min(270px, 24vw);
  padding: 22px;
  border: 1px solid rgba(216, 255, 62, .42);
  background: rgba(3, 6, 5, .84);
  color: #fff;
  backdrop-filter: blur(15px);
}

.studio-launch-offer > span {
  color: var(--launch-lime);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .16em;
}

.studio-launch-offer strong,
.studio-launch-offer b {
  display: block;
  font-family: "Barlow Condensed", "Helvetica Neue", sans-serif;
  font-size: clamp(45px, 4.3vw, 74px);
  line-height: .82;
  letter-spacing: -.03em;
}

.studio-launch-offer strong {
  margin-top: 15px;
}

.studio-launch-offer b {
  color: var(--launch-lime);
}

.studio-launch-offer p {
  margin: 18px 0 0;
  color: #bfc5c1;
  font-size: 11px;
  line-height: 1.55;
}

.studio-launch-roles {
  padding: 22px clamp(20px, 5vw, 76px);
  display: flex;
  align-items: center;
  gap: 38px;
  overflow: hidden;
  border-block: 1px solid rgba(255, 255, 255, .12);
  background: #080a0c;
}

.studio-launch-roles > span {
  flex: 0 0 auto;
  color: var(--launch-gold);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .17em;
}

.studio-launch-roles > div {
  min-width: max-content;
  display: flex;
  gap: 30px;
}

.studio-launch-roles b {
  color: #e5e7e5;
  font-size: 10px;
  letter-spacing: .1em;
}

.studio-launch-plans {
  padding: clamp(80px, 9vw, 140px) clamp(20px, 5vw, 76px);
  background:
    radial-gradient(circle at 72% 0%, rgba(216, 255, 62, .07), transparent 34%),
    #050708;
}

.studio-launch-plans > header {
  max-width: 850px;
  margin-bottom: 52px;
}

.studio-launch-plans > header > span,
.studio-launch-proof-copy > span {
  color: var(--launch-red);
  font-size: 9px;
  font-weight: 950;
  letter-spacing: .17em;
}

.studio-launch-plans h2,
.studio-launch-proof-copy h2 {
  margin: 17px 0 14px;
  color: var(--launch-white);
  font-family: "Barlow Condensed", "Helvetica Neue", sans-serif;
  font-size: clamp(48px, 5.4vw, 86px);
  line-height: .92;
  letter-spacing: -.035em;
  text-transform: uppercase;
}

.studio-launch-plans h2 em,
.studio-launch-proof-copy h2 em {
  color: var(--launch-lime);
  font-style: normal;
}

.studio-launch-plans > header p {
  color: var(--launch-muted);
  font-size: 16px;
}

.studio-launch-plan-grid {
  display: grid;
  grid-template-columns:repeat(2, 1fr);
  gap: 14px;
}

.studio-launch-plan-grid article {
  position: relative;
  min-height: 585px;
  padding: clamp(25px, 3vw, 42px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--launch-line);
  background: linear-gradient(150deg, rgba(20, 23, 27, .98), rgba(7, 9, 11, .99));
}

.studio-launch-plan-grid article::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--launch-red);
}

.studio-launch-plan-grid .launch-plan-featured {
  border-color: rgba(216, 255, 62, .52);
  background: linear-gradient(150deg, rgba(27, 34, 17, .98), rgba(7, 10, 8, .99) 62%);
}

.launch-plan-featured::before {
  background: var(--launch-lime) !important;
}

.launch-plan-ribbon {
  position: absolute;
  top: 0;
  right: 0;
  padding: 9px 13px;
  background: var(--launch-red);
  color: #fff;
  font-size: 8px;
  font-weight: 950;
  letter-spacing: .12em;
}

.launch-plan-top {
  display: flex;
  justify-content: space-between;
  color: #8f9893;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .14em;
}

.launch-plan-top b {
  color: var(--launch-red);
}

.studio-launch-plan-grid h3 {
  margin: 34px 0 14px;
  color: #fff;
  font-family: "Barlow Condensed", "Helvetica Neue", sans-serif;
  font-size: clamp(34px, 3.3vw, 52px);
  line-height: .95;
  letter-spacing: -.03em;
}

.studio-launch-plan-grid article > p {
  min-height: 52px;
  color: #bec4c0;
  font-size: 14px;
  line-height: 1.55;
}

.launch-plan-price {
  margin: 30px 0 27px;
  display: flex;
  align-items: flex-end;
  gap: 10px;
}

.launch-plan-price strong {
  color: #fff;
  font-size: clamp(45px, 4.3vw, 66px);
  line-height: .85;
  letter-spacing: -.05em;
}

.launch-plan-price span {
  color: #929a95;
  font-size: 9px;
}

.studio-launch-plan-grid ul {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.studio-launch-plan-grid li {
  position: relative;
  padding: 10px 0 10px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  color: #e0e3e1;
  font-size: 13px;
  line-height: 1.45;
}

.studio-launch-plan-grid li::before {
  content: "+";
  position: absolute;
  left: 0;
  color: var(--launch-lime);
  font-weight: 900;
}

.studio-launch-plan-grid article > a {
  min-height: 58px;
  margin-top: auto;
  padding: 0 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, .2);
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .1em;
  text-decoration: none;
}

.launch-plan-featured > a {
  border-color: var(--launch-lime) !important;
  background: var(--launch-lime);
  color: #0d100a !important;
}

.studio-launch-billing-note {
  margin: 22px 0 0;
  color: #8f9792;
  font-size: 11px;
  line-height: 1.55;
}

.studio-launch-proof {
  padding: clamp(80px, 9vw, 140px) clamp(20px, 5vw, 76px);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr);
  gap: clamp(42px, 6vw, 96px);
  align-items: center;
  background: #0a0c0e;
}

.studio-launch-proof-image {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .14);
}

.studio-launch-proof-image img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
}

.studio-launch-proof-image span {
  position: absolute;
  left: 20px;
  bottom: 20px;
  padding: 10px 13px;
  background: var(--launch-lime);
  color: #0a0d08;
  font-size: 8px;
  font-weight: 950;
  letter-spacing: .14em;
}

.studio-launch-proof-copy > p {
  color: #bdc3bf;
  font-size: 16px;
  line-height: 1.7;
}

.studio-launch-outcomes {
  margin: 34px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.studio-launch-outcomes article {
  min-height: 126px;
  padding: 17px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-content: start;
  gap: 7px 12px;
  border: 1px solid rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .025);
}

.studio-launch-outcomes b {
  grid-row: 1 / 3;
  color: var(--launch-red);
  font-size: 9px;
}

.studio-launch-outcomes strong {
  color: #fff;
  font-size: 12px;
  letter-spacing: .1em;
}

.studio-launch-outcomes span {
  color: #9fa7a2;
  font-size: 11px;
  line-height: 1.45;
}

.studio-launch-proof-copy > a {
  min-height: 58px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--launch-red);
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .1em;
  text-decoration: none;
}

.studio-launch-scope-status {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-block: 1px solid rgba(255, 255, 255, .14);
  background: #060809;
}

.studio-launch-scope-status > div {
  min-height: 180px;
  padding: 30px clamp(20px, 3vw, 48px);
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(255, 255, 255, .12);
}

.studio-launch-scope-status span {
  color: var(--launch-red);
  font-size: 8px;
  font-weight: 950;
  letter-spacing: .15em;
}

.studio-launch-scope-status strong {
  margin: 15px 0 25px;
  color: #fff;
  font-size: 17px;
}

.studio-launch-scope-status a {
  margin-top: auto;
  color: var(--launch-lime);
  font-size: 10px;
  font-weight: 850;
  text-decoration: none;
}

.studio-launch-mobile-cta {
  display: none;
}

/* Course-first homepage launch */
#course-launch-offers,
#course-launch-pathway,
#touchline-studio-launch {
  scroll-margin-top: 92px;
}

.course-home-hero .studio-launch-image {
  object-position: center 54%;
  filter: saturate(.82) contrast(1.05);
}

.course-home-hero .studio-launch-shade {
  background:
    linear-gradient(90deg, rgba(1, 2, 3, .99) 0%, rgba(1, 2, 3, .93) 36%, rgba(1, 2, 3, .42) 69%, rgba(1, 2, 3, .18) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, .16), transparent 54%, rgba(0, 0, 0, .92));
}

.course-home-hero .studio-launch-copy h1 em {
  color: #f01b42;
}

.course-home-hero .studio-launch-primary {
  background: var(--launch-red);
  color: #fff;
}

.course-home-hero .studio-launch-offer {
  border-color: rgba(205, 167, 79, .7);
  background: rgba(6, 7, 8, .9);
}

.course-home-hero .studio-launch-offer > span,
.course-home-hero .studio-launch-offer b {
  color: var(--launch-gold);
}

.course-home-offers {
  padding: clamp(78px, 8vw, 126px) clamp(20px, 5vw, 76px);
  background: radial-gradient(circle at 12% 0%, rgba(208, 8, 46, .12), transparent 30%), #050607;
}

.course-home-offers > header {
  max-width: 930px;
  margin-bottom: 44px;
}

.course-home-offers > header > span,
.course-home-pathway > div > span {
  color: var(--launch-gold);
  font-size: 9px;
  font-weight: 950;
  letter-spacing: .18em;
}

.course-home-offers h2,
.course-home-pathway h2 {
  margin: 16px 0 14px;
  color: var(--launch-white);
  font-family: "Barlow Condensed", "Helvetica Neue", sans-serif;
  font-size: clamp(46px, 5vw, 82px);
  line-height: .92;
  letter-spacing: -.035em;
  text-transform: uppercase;
}

.course-home-offers h2 em {
  color: var(--launch-red);
  font-style: normal;
}

.course-home-offers > header p,
.course-home-pathway > div > p {
  max-width: 760px;
  color: var(--launch-muted);
  font-size: 16px;
  line-height: 1.65;
}

.course-home-price-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.course-home-price-grid article {
  position: relative;
  min-height: 410px;
  padding: 32px 28px 26px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, .15);
  background: linear-gradient(150deg, rgba(20, 23, 27, .98), rgba(7, 9, 11, .99));
}

.course-home-price-grid article::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: var(--launch-gold);
}

.course-home-price-grid .course-offer-featured {
  border-color: rgba(208, 8, 46, .75);
  background: linear-gradient(150deg, rgba(47, 8, 17, .96), rgba(10, 8, 10, .99) 66%);
}

.course-home-price-grid .course-offer-featured::before {
  background: var(--launch-red);
}

.course-offer-ribbon {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px 11px;
  background: var(--launch-red);
  color: #fff;
  font-size: 7px;
  font-weight: 950;
  letter-spacing: .12em;
}

.course-home-price-grid article > span {
  color: var(--launch-gold);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .15em;
}

.course-home-price-grid h3 {
  margin: 29px 0 22px;
  color: #fff;
  font-family: "Barlow Condensed", "Helvetica Neue", sans-serif;
  font-size: clamp(29px, 2.5vw, 42px);
  line-height: .95;
  text-transform: uppercase;
}

.course-home-price-grid article > strong {
  color: #fff;
  font-size: clamp(40px, 3.7vw, 60px);
  line-height: .9;
  letter-spacing: -.04em;
}

.course-home-price-grid article > strong small {
  color: #9ea5a1;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .02em;
}

.course-home-price-grid article > p {
  margin: 24px 0;
  color: #b8bfbb;
  font-size: 13px;
  line-height: 1.6;
}

.course-home-price-grid article > a {
  min-height: 54px;
  margin-top: auto;
  padding: 0 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .22);
  color: #fff;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .1em;
  text-align: center;
  text-decoration: none;
}

.course-offer-featured > a {
  border-color: var(--launch-red) !important;
  background: var(--launch-red);
}

.course-home-offer-note {
  margin: 20px 0 0;
  color: #8f9792;
  font-size: 11px;
  line-height: 1.55;
}

.course-home-pathway {
  padding: clamp(70px, 7vw, 110px) clamp(20px, 5vw, 76px);
  display: grid;
  grid-template-columns: minmax(320px, .75fr) minmax(0, 1.25fr);
  gap: clamp(38px, 6vw, 90px);
  align-items: center;
  border-block: 1px solid rgba(205, 167, 79, .24);
  background: #0b0d0f;
}

.course-home-pathway h2 {
  font-size: clamp(42px, 4.4vw, 70px);
}

.course-home-pathway > div > a {
  min-height: 54px;
  margin-top: 26px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  background: var(--launch-red);
  color: #fff;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .1em;
  text-decoration: none;
}

.course-home-pathway ol {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  border: 1px solid rgba(255, 255, 255, .13);
}

.course-home-pathway li {
  min-height: 140px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-right: 1px solid rgba(255, 255, 255, .11);
  border-bottom: 1px solid rgba(255, 255, 255, .11);
}

.course-home-pathway li:nth-child(3n) { border-right: 0; }
.course-home-pathway li:nth-child(n + 4) { border-bottom: 0; }
.course-home-pathway li b { margin-bottom: auto; color: var(--launch-red); font-size: 9px; }
.course-home-pathway li strong { color: #fff; font-size: 13px; letter-spacing: .1em; }
.course-home-pathway li small { margin-top: 6px; color: #8f9893; font-size: 10px; }

.course-home-mobile-cta {
  background: var(--launch-red) !important;
  color: #fff !important;
}

@media (max-width: 1100px) {
  .course-home-price-grid { grid-template-columns: 1fr 1fr; }
  .course-home-price-grid article { min-height: 360px; }
  .course-home-pathway { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .course-launch-announcement strong { display: block; font-size: 10px; line-height: 1.35; }
  .course-launch-announcement > span { display: none; }
  .studio-launch-hero.course-home-hero { min-height: 810px; }
  .course-home-hero .studio-launch-image { object-position: 64% center; }
  .course-home-price-grid { grid-template-columns: 1fr; }
  .course-home-price-grid article { min-height: 0; }
  .studio-launch-plan-grid {
    grid-template-columns: 1fr !important;
    overflow-x: visible !important;
    scroll-snap-type: none !important;
  }
  .studio-launch-plan-grid article {
    width: auto !important;
    min-width: 0 !important;
    transform: none !important;
  }
  .course-home-pathway ol { grid-template-columns: 1fr 1fr; }
  .course-home-pathway li,
  .course-home-pathway li:nth-child(3n),
  .course-home-pathway li:nth-child(n + 4) {
    min-height: 118px;
    border-right: 1px solid rgba(255, 255, 255, .11);
    border-bottom: 1px solid rgba(255, 255, 255, .11);
  }
  .course-home-pathway li:nth-child(even) { border-right: 0; }
  .course-home-pathway li:nth-last-child(-n + 2) { border-bottom: 0; }
}

@media (max-width: 1100px) {
  .studio-launch-copy {
    width: min(720px, 68vw);
  }

  .studio-launch-offer {
    display: none;
  }

  .studio-launch-trust {
    grid-template-columns: 1fr 1fr;
  }

  .studio-launch-plan-grid {
    grid-template-columns: 1fr;
  }

  .studio-launch-plan-grid article {
    min-height: 0;
  }

  .studio-launch-plan-grid article > p {
    min-height: 0;
  }

  .studio-launch-proof {
    grid-template-columns: 1fr;
  }

  .studio-launch-proof-image,
  .studio-launch-proof-image img {
    min-height: 520px;
  }
}

@media (max-width: 760px) {
  .studio-launch-mode {
    padding-bottom: 76px;
  }

  .studio-launch-announcement {
    min-height: 60px;
    padding: 10px 15px;
    justify-content: space-between;
    gap: 10px;
    text-align: left;
  }

  .studio-launch-announcement > span {
    font-size: 7px;
  }

  .studio-launch-announcement strong {
    display: none;
  }

  .studio-launch-announcement a {
    font-size: 9px;
  }

  .studio-launch-hero {
    min-height: 770px;
    align-items: flex-end;
  }

  .studio-launch-image {
    object-position: 59% center;
  }

  .studio-launch-shade {
    background:
      linear-gradient(180deg, rgba(1, 2, 3, .5) 0%, rgba(1, 2, 3, .5) 30%, rgba(1, 2, 3, .92) 62%, #020304 100%),
      linear-gradient(90deg, rgba(1, 2, 3, .78), rgba(1, 2, 3, .2));
  }

  .studio-launch-copy {
    width: 100%;
    margin: 0;
    padding: 220px 20px 36px;
  }

  .studio-launch-kicker {
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
  }

  .studio-launch-copy h1 {
    margin: 22px 0 18px;
    font-size: clamp(49px, 15.2vw, 72px);
    line-height: .86;
  }

  .studio-launch-copy > p {
    font-size: 16px;
    line-height: 1.62;
  }

  .studio-launch-actions {
    margin-top: 25px;
    flex-direction: column;
  }

  .studio-launch-primary,
  .studio-launch-secondary {
    width: 100%;
    min-width: 0;
    min-height: 62px;
  }

  .studio-launch-trust {
    margin-top: 26px;
    gap: 12px;
  }

  .studio-launch-trust span {
    font-size: 8px;
  }

  .studio-launch-roles {
    padding: 22px 18px;
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
    overflow: visible;
  }

  .studio-launch-roles > div {
    min-width: 0;
    flex-wrap: wrap;
    gap: 10px;
  }

  .studio-launch-roles b {
    padding: 7px 9px;
    border: 1px solid rgba(255, 255, 255, .13);
    font-size: 8px;
  }

  .studio-launch-plans,
  .studio-launch-proof {
    padding: 76px 18px;
  }

  .studio-launch-plans > header {
    margin-bottom: 34px;
  }

  .studio-launch-plans h2,
  .studio-launch-proof-copy h2 {
    font-size: clamp(43px, 13vw, 62px);
  }

  .studio-launch-plans > header p,
  .studio-launch-proof-copy > p {
    font-size: 16px;
    line-height: 1.65;
  }

  .studio-launch-plan-grid article {
    padding: 28px 22px 23px;
  }

  .studio-launch-plan-grid h3 {
    font-size: 39px;
  }

  .studio-launch-plan-grid article > p,
  .studio-launch-plan-grid li {
    font-size: 15px;
  }

  .studio-launch-plan-grid article > a {
    min-height: 62px;
    font-size: 11px;
  }

  .studio-launch-billing-note {
    font-size: 12px;
  }

  .studio-launch-proof-image,
  .studio-launch-proof-image img {
    min-height: 410px;
  }

  .studio-launch-outcomes {
    grid-template-columns: 1fr;
  }

  .studio-launch-outcomes strong {
    font-size: 13px;
  }

  .studio-launch-outcomes span {
    font-size: 13px;
  }

  .studio-launch-scope-status {
    grid-template-columns: 1fr;
  }

  .studio-launch-scope-status > div {
    min-height: 155px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
  }

  .studio-launch-mobile-cta {
    position: fixed;
    z-index: 999;
    left: 10px;
    right: 10px;
    bottom: 10px;
    min-height: 58px;
    padding: 9px 12px 9px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border: 1px solid #efffb0;
    background: var(--launch-lime);
    color: #0a0d08;
    text-decoration: none;
    box-shadow: 0 14px 40px rgba(0, 0, 0, .52);
  }

  .studio-launch-mobile-cta span {
    display: flex;
    flex-direction: column;
  }

  .studio-launch-mobile-cta b {
    font-size: 11px;
    letter-spacing: .08em;
  }

  .studio-launch-mobile-cta small {
    font-size: 8px;
    font-weight: 750;
  }

  .studio-launch-mobile-cta i {
    padding: 10px 11px;
    background: #0a0d08;
    color: #fff;
    font-size: 9px;
    font-style: normal;
    font-weight: 900;
    letter-spacing: .07em;
  }
}

@media (max-width: 420px) {
  .studio-launch-copy {
    padding-inline: 17px;
  }

  .studio-launch-copy h1 {
    font-size: 49px;
  }

  .studio-launch-trust {
    grid-template-columns: 1fr;
  }

  .studio-launch-proof-image,
  .studio-launch-proof-image img {
    min-height: 340px;
  }
}

/* Six-stage workflow and stronger ecosystem navigation. */
.studio-launch-mode .site-header .brand-logo {
  width: clamp(220px, 17vw, 238px);
  height: auto;
  max-height: none;
}

.launch-intel-console {
  display: block;
  overflow: hidden;
  background:
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px),
    #050708;
  background-size: 34px 34px;
}

.launch-intel-controls {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  border-right: 0;
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.launch-intel-controls button {
  min-height: 112px;
  padding: 18px 14px;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 11px;
  border-right: 1px solid rgba(255,255,255,.08);
  border-bottom: 0;
}

.launch-intel-controls button:last-child {
  border-right: 0;
}

.launch-intel-controls button.active {
  background: linear-gradient(180deg, rgba(216,255,62,.03), rgba(216,255,62,.15));
  box-shadow: inset 0 -4px 0 var(--launch-lime);
}

.launch-stage-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(216,255,62,.32);
  background: rgba(216,255,62,.035);
  color: var(--launch-lime);
  transition: color .25s ease, background .25s ease, transform .25s ease;
}

.launch-intel-controls button.active .launch-stage-icon {
  background: var(--launch-lime);
  color: #080b07;
  transform: translateY(-2px);
}

.launch-stage-icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.launch-intel-display {
  min-height: 480px;
  grid-template-columns: minmax(0, 1.15fr) minmax(310px, .85fr);
}

.launch-intel-visual {
  position: relative;
  width: 100%;
  aspect-ratio: 1.52;
  overflow: hidden;
  border: 1px solid rgba(216,255,62,.34);
  background:
    radial-gradient(circle at 50% 50%, rgba(216,255,62,.08), transparent 48%),
    linear-gradient(135deg, rgba(255,255,255,.025), transparent 44%),
    #080b0d;
  box-shadow: inset 0 0 65px rgba(0,0,0,.62), 0 24px 70px rgba(0,0,0,.28);
}

.launch-intel-visual::before,
.launch-intel-visual::after {
  content: "";
  position: absolute;
  z-index: 10;
  width: 42px;
  height: 42px;
  pointer-events: none;
}

.launch-intel-visual::before {
  top: 12px;
  left: 12px;
  border-top: 2px solid var(--launch-red);
  border-left: 2px solid var(--launch-red);
}

.launch-intel-visual::after {
  right: 12px;
  bottom: 12px;
  border-right: 2px solid var(--launch-lime);
  border-bottom: 2px solid var(--launch-lime);
}

.launch-intel-visual .launch-intel-pitch {
  position: absolute;
  inset: 7%;
  width: auto;
  aspect-ratio: auto;
  opacity: .96;
  transition: opacity .42s ease, transform .5s cubic-bezier(.22,.8,.25,1), filter .42s ease;
}

.intel-visual-layer {
  position: absolute;
  z-index: 6;
  inset: 0;
  opacity: 0;
  transform: translateY(12px) scale(.97);
  transition: opacity .38s ease, transform .5s cubic-bezier(.22,.8,.25,1);
  pointer-events: none;
}

.launch-intel-display[data-active-mode="watch"] .intel-watch-layer,
.launch-intel-display[data-active-mode="organise"] .intel-organise-layer,
.launch-intel-display[data-active-mode="annotate"] .intel-annotate-layer,
.launch-intel-display[data-active-mode="code"] .intel-code-layer,
.launch-intel-display[data-active-mode="export"] .intel-export-layer,
.launch-intel-display[data-active-mode="report"] .intel-report-layer {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.launch-intel-display[data-active-mode="organise"] .launch-intel-pitch,
.launch-intel-display[data-active-mode="export"] .launch-intel-pitch,
.launch-intel-display[data-active-mode="report"] .launch-intel-pitch {
  opacity: .1;
  transform: scale(.92);
  filter: blur(1px);
}

.launch-intel-display[data-active-mode="annotate"] .launch-intel-pitch {
  opacity: .42;
  transform: perspective(650px) rotateX(4deg) scale(.96);
}

.launch-intel-display[data-active-mode="code"] .launch-intel-pitch {
  opacity: .24;
  transform: translateX(-8%) scale(.88);
}

.intel-stage-watermark {
  position: absolute;
  z-index: 1;
  right: 22px;
  bottom: -18px;
  color: rgba(255,255,255,.035);
  font-family: "Barlow Condensed", "Helvetica Neue", sans-serif;
  font-size: clamp(110px, 15vw, 220px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.08em;
}

.intel-watch-layer > span {
  position: absolute;
  top: 11%;
  left: 10%;
  padding: 7px 9px;
  background: var(--launch-red);
  color: #fff;
  font-size: 7px;
  font-weight: 900;
  letter-spacing: .13em;
}

.intel-playback {
  position: absolute;
  right: 8%;
  bottom: 9%;
  left: 8%;
  height: 40px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(3,5,6,.87);
}

.intel-playback i {
  width: 0;
  height: 0;
  margin-left: 13px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid var(--launch-lime);
}

.intel-playback b {
  position: relative;
  flex: 1;
  height: 2px;
  background: rgba(255,255,255,.16);
}

.intel-playback b::after {
  content: "";
  position: absolute;
  inset: 0 38% 0 0;
  background: var(--launch-red);
}

.intel-playback em {
  margin-right: 12px;
  color: #cad0cc;
  font-size: 7px;
  font-style: normal;
  letter-spacing: .08em;
}

.intel-folder-board {
  position: absolute;
  inset: 13% 10%;
  display: grid;
  align-content: center;
  gap: 10px;
}

.intel-folder-board > span {
  position: relative;
  min-height: 58px;
  padding: 12px 14px 12px 58px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 2px 12px;
  border: 1px solid rgba(255,255,255,.14);
  background: linear-gradient(90deg, rgba(216,255,62,.09), rgba(10,13,15,.94));
  box-shadow: 0 12px 26px rgba(0,0,0,.24);
}

.intel-folder-board b {
  position: absolute;
  left: 15px;
  color: var(--launch-red);
  font-size: 9px;
}

.intel-folder-board strong {
  color: #fff;
  font-size: 10px;
  letter-spacing: .1em;
}

.intel-folder-board small {
  color: var(--launch-lime);
  font-size: 7px;
  letter-spacing: .08em;
}

.intel-track-node {
  position: absolute;
  z-index: 3;
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  border: 3px solid var(--launch-lime);
  border-radius: 50%;
  background: rgba(7,10,11,.82);
  color: #fff;
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  box-shadow: 0 0 0 8px rgba(216,255,62,.08);
}

.intel-track-a { top: 36%; left: 26%; }
.intel-track-b { top: 52%; left: 67%; }

.intel-track-link {
  position: absolute;
  z-index: 2;
  width: 43%;
  height: 3px;
  top: 49%;
  left: 30%;
  background: var(--launch-lime);
  transform: rotate(14deg);
  transform-origin: left center;
  box-shadow: 0 0 14px rgba(216,255,62,.42);
}

.intel-motion-arrow {
  position: absolute;
  z-index: 3;
  width: 38%;
  height: 25%;
  left: 29%;
  bottom: 17%;
  border-bottom: 5px solid var(--launch-red);
  border-right: 5px solid var(--launch-red);
  border-radius: 0 0 70% 0;
  transform: rotate(-8deg);
}

.intel-motion-arrow::after {
  content: "";
  position: absolute;
  right: -9px;
  top: -2px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid var(--launch-red);
  transform: rotate(26deg);
}

.intel-spotlight {
  position: absolute;
  width: 110px;
  height: 110px;
  top: 27%;
  left: 18%;
  border: 1px solid rgba(255,255,255,.48);
  border-radius: 50%;
  box-shadow: 0 0 0 999px rgba(0,0,0,.34), inset 0 0 30px rgba(255,255,255,.13);
}

.intel-annotate-layer small {
  position: absolute;
  right: 9%;
  top: 12%;
  color: var(--launch-lime);
  font-size: 7px;
  letter-spacing: .12em;
}

.intel-code-board {
  position: absolute;
  inset: 11% 8% 10% 36%;
  padding: 20px;
  border: 1px solid rgba(216,255,62,.3);
  background: rgba(5,8,9,.93);
  box-shadow: -24px 24px 55px rgba(0,0,0,.4);
}

.intel-code-board > span {
  color: var(--launch-lime);
  font-size: 7px;
  font-weight: 900;
  letter-spacing: .14em;
}

.intel-code-board > div {
  margin: 14px 0 16px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}

.intel-code-board > div b {
  padding: 9px;
  border: 1px solid rgba(255,255,255,.12);
  color: #fff;
  font-size: 7px;
  text-align: center;
}

.intel-code-board ol {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
  list-style: none;
}

.intel-code-board li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 8px;
  color: #aeb6b1;
  font-size: 7px;
}

.intel-code-board li strong { color: var(--launch-red); }

.intel-export-board {
  position: absolute;
  inset: 20% 13%;
  padding: 26px;
  border: 1px solid rgba(216,255,62,.38);
  background: rgba(5,8,9,.93);
}

.intel-export-board > span {
  display: block;
  color: var(--launch-lime);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .14em;
}

.intel-export-board > strong {
  display: block;
  margin: 13px 0 16px;
  color: #fff;
  font-family: "Barlow Condensed", "Helvetica Neue", sans-serif;
  font-size: clamp(42px, 7vw, 82px);
  line-height: .8;
}

.intel-export-board > div {
  height: 8px;
  margin-bottom: 18px;
  background: rgba(255,255,255,.1);
}

.intel-export-board > div i {
  width: 84%;
  height: 100%;
  display: block;
  background: linear-gradient(90deg, var(--launch-red), var(--launch-lime));
  box-shadow: 0 0 16px rgba(216,255,62,.24);
}

.intel-export-board small {
  display: block;
  margin-top: 6px;
  color: #aab2ad;
  font-size: 7px;
  letter-spacing: .1em;
}

.intel-report-board {
  position: absolute;
  inset: 7% 17%;
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  border-top: 5px solid var(--launch-red);
  background: #edf0ea;
  color: #0b0d0e;
  box-shadow: 0 24px 48px rgba(0,0,0,.45);
}

.intel-report-board header,
.intel-report-board footer {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.intel-report-board header b { color: var(--launch-red); font-size: 12px; }
.intel-report-board header span,
.intel-report-board footer { font-size: 6px; font-weight: 900; letter-spacing: .11em; }

.intel-report-board > div {
  padding: 11px;
  border: 1px solid rgba(0,0,0,.14);
}

.intel-report-board > div strong { display: block; font-size: 21px; }
.intel-report-board > div small { font-size: 6px; letter-spacing: .07em; }

.intel-report-board > i {
  align-self: end;
  height: 33px;
  background: var(--launch-red);
}

.intel-report-board > i:nth-of-type(2) { height: 56px; background: #1a1e20; }
.intel-report-board > i:nth-of-type(3) { height: 44px; background: var(--launch-gold); }

.scope-room {
  min-height: 330px;
  padding: 29px 25px;
}

.room-icon-v2 {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-color: rgba(216,255,62,.44);
  background: linear-gradient(145deg, rgba(216,255,62,.09), rgba(216,255,62,.015));
}

.room-icon-v2::before,
.room-icon-v2::after {
  display: none;
}

.room-icon-v2 svg {
  width: 38px;
  height: 38px;
  fill: none;
  stroke: var(--launch-lime);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.scope-room > strong {
  font-size: 23px;
}

.scope-room > p {
  font-size: 12px;
  line-height: 1.6;
}

.scope-room > a {
  min-height: 50px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(216,255,62,.48);
  background: rgba(216,255,62,.06);
  color: var(--launch-lime);
  font-size: 10px;
  letter-spacing: .08em;
}

.scope-room > a::after {
  content: "GO";
  padding: 7px 8px;
  background: var(--launch-lime);
  color: #090c08;
  font-size: 7px;
}

.scope-room-coming {
  padding-top: 78px;
  filter: none;
  border-color: rgba(205,167,79,.38);
  background: linear-gradient(145deg, rgba(205,167,79,.09), #090b0d 56%);
}

.scope-room-coming > .scope-coming-banner {
  position: absolute;
  z-index: 4;
  top: 0;
  right: 0;
  left: 0;
  width: auto;
  min-height: 48px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform: none;
  background: linear-gradient(90deg, #c39b3f, #e1c26b);
  color: #08090a;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .14em;
  text-align: left;
}

.scope-coming-banner small {
  font-size: 6px;
  letter-spacing: .11em;
}

@media (max-width: 1100px) {
  .launch-intel-controls {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .launch-intel-controls button:nth-child(3) {
    border-right: 0;
  }

  .launch-intel-controls button:nth-child(-n+3) {
    border-bottom: 1px solid rgba(255,255,255,.08);
  }
}

@media (max-width: 760px) {
  .studio-launch-mode .site-header .brand-logo {
    width: 204px;
  }

  .launch-intel-controls {
    grid-template-columns: repeat(6, 118px);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .launch-intel-controls button {
    min-height: 96px;
    padding: 12px 10px;
    grid-template-columns: 34px 1fr;
    scroll-snap-align: start;
  }

  .launch-stage-icon {
    width: 34px;
    height: 34px;
  }

  .launch-stage-icon svg {
    width: 24px;
    height: 24px;
  }

  .launch-intel-display {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .launch-intel-visual {
    aspect-ratio: 1.28;
  }

  .launch-intel-readout h3 {
    font-size: 39px;
  }

  .scope-room {
    min-height: 290px;
    padding: 25px 21px;
  }

  .scope-room-coming {
    padding-top: 72px;
  }

  .scope-room > a {
    min-height: 56px;
    font-size: 11px;
  }
}

@media (max-width: 560px) {
  .scope-room-grid {
    grid-template-columns: 1fr;
  }

  .scope-room {
    min-height: 280px;
  }

  .intel-code-board {
    inset: 10% 7% 9% 22%;
    padding: 15px;
  }

  .intel-report-board {
    inset: 7% 11%;
  }

  .intel-folder-board {
    inset: 12% 7%;
  }

  .intel-stage-watermark {
    font-size: 110px;
  }
}

@media (max-width: 390px) {
  .studio-launch-mode .site-header .brand-logo {
    width: 190px;
  }

  .launch-intel-visual {
    aspect-ratio: 1.12;
  }

  .scope-coming-banner small {
    display: none;
  }
}

/* Compact launch architecture and interactive intelligence graphic. */
.studio-launch-mode main > .scope-legacy-content {
  display: none !important;
}

.studio-launch-infographic {
  padding: clamp(72px, 8vw, 118px) clamp(20px, 5vw, 76px);
  background: radial-gradient(circle at 74% 20%, rgba(216, 255, 62, .07), transparent 30%), #090b0d;
}

.studio-launch-infographic > header {
  max-width: 850px;
  margin-bottom: 42px;
}

.studio-launch-infographic > header > span,
.studio-launch-scope-status > header > span {
  color: var(--launch-red);
  font-size: 9px;
  font-weight: 950;
  letter-spacing: .17em;
}

.studio-launch-infographic h2,
.studio-launch-scope-status h2 {
  margin: 16px 0 13px;
  color: var(--launch-white);
  font-family: "Barlow Condensed", "Helvetica Neue", sans-serif;
  font-size: clamp(44px, 5vw, 78px);
  line-height: .91;
  letter-spacing: -.035em;
  text-transform: uppercase;
}

.studio-launch-infographic h2 em,
.studio-launch-scope-status h2 em {
  color: var(--launch-lime);
  font-style: normal;
}

.studio-launch-infographic > header p {
  max-width: 680px;
  color: var(--launch-muted);
  font-size: 15px;
  line-height: 1.65;
}

.launch-intel-console {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
  border: 1px solid rgba(255, 255, 255, .14);
  background: #050708;
}

.launch-intel-controls {
  display: grid;
  border-right: 1px solid rgba(255, 255, 255, .12);
}

.launch-intel-controls button {
  min-height: 106px;
  padding: 17px 20px;
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: center;
  gap: 15px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .09);
  background: transparent;
  color: #fff;
  text-align: left;
  cursor: pointer;
}

.launch-intel-controls button.active {
  background: linear-gradient(90deg, rgba(216, 255, 62, .13), rgba(216, 255, 62, .02));
  box-shadow: inset 4px 0 0 var(--launch-lime);
}

.launch-intel-controls button > span {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 3px 8px;
}

.launch-intel-controls button b {
  color: var(--launch-red);
  font-size: 8px;
}

.launch-intel-controls button strong {
  font-size: 12px;
  letter-spacing: .1em;
}

.launch-intel-controls button small {
  grid-column: 1 / 3;
  color: #8f9892;
  font-size: 10px;
}

.launch-icon,
.scope-room-icon {
  position: relative;
  width: 44px;
  height: 44px;
  display: block;
  border: 1px solid rgba(216, 255, 62, .35);
  background: rgba(216, 255, 62, .04);
}

.launch-icon::before,
.launch-icon::after,
.scope-room-icon::before,
.scope-room-icon::after {
  content: "";
  position: absolute;
}

.launch-icon-watch::before { inset: 12px 7px; border: 2px solid var(--launch-lime); border-radius: 50%; }
.launch-icon-watch::after { width: 7px; height: 7px; top: 18px; left: 18px; border-radius: 50%; background: var(--launch-lime); }
.launch-icon-code::before { left: 10px; bottom: 10px; width: 5px; height: 14px; background: var(--launch-lime); box-shadow: 9px -8px 0 var(--launch-lime), 18px -2px 0 var(--launch-lime); }
.launch-icon-code::after { inset: 8px; border-bottom: 1px solid rgba(216, 255, 62, .45); }
.launch-icon-animate::before { width: 8px; height: 8px; top: 10px; left: 9px; border: 2px solid var(--launch-lime); border-radius: 50%; box-shadow: 17px 15px 0 -2px #090b0d, 17px 15px 0 0 var(--launch-lime); }
.launch-icon-animate::after { width: 23px; height: 1px; top: 23px; left: 11px; background: var(--launch-lime); transform: rotate(34deg); }
.launch-icon-report::before { left: 10px; bottom: 10px; width: 5px; height: 10px; background: var(--launch-lime); box-shadow: 9px -7px 0 var(--launch-lime), 18px -15px 0 var(--launch-lime); }
.launch-icon-report::after { inset: 8px; border-left: 1px solid rgba(216, 255, 62, .5); border-bottom: 1px solid rgba(216, 255, 62, .5); }

.launch-intel-display {
  min-height: 424px;
  padding: clamp(24px, 4vw, 54px);
  display: grid;
  grid-template-columns: minmax(250px, .9fr) minmax(280px, 1.1fr);
  gap: clamp(28px, 4vw, 64px);
  align-items: center;
}

.launch-intel-pitch {
  position: relative;
  aspect-ratio: 1.42;
  overflow: hidden;
  border: 1px solid rgba(216, 255, 62, .44);
  background: linear-gradient(135deg, rgba(216,255,62,.06), transparent), repeating-linear-gradient(90deg, rgba(255,255,255,.018) 0 12.5%, transparent 12.5% 25%);
}

.launch-intel-pitch::before {
  content: "";
  position: absolute;
  inset: 8%;
  border: 1px solid rgba(255, 255, 255, .26);
  background: linear-gradient(90deg, transparent 49.8%, rgba(255,255,255,.25) 50%, transparent 50.2%);
}

.launch-intel-pitch::after {
  content: "";
  position: absolute;
  width: 22%;
  aspect-ratio: 1;
  top: 39%;
  left: 39%;
  border: 1px solid rgba(255, 255, 255, .26);
  border-radius: 50%;
}

.launch-intel-pitch > span {
  position: absolute;
  z-index: 2;
  width: 46%;
  height: 32%;
  top: 31%;
  left: 25%;
  border-top: 2px solid var(--launch-lime);
  border-right: 2px solid var(--launch-lime);
  border-radius: 50%;
  transform: rotate(-15deg);
  transition: transform .45s ease, border-color .3s ease;
}

.launch-intel-pitch i,
.launch-intel-pitch b {
  position: absolute;
  z-index: 3;
  width: 12px;
  height: 12px;
  border: 2px solid var(--launch-lime);
  border-radius: 50%;
  background: #090b0d;
  transition: transform .45s ease, background .3s ease;
}

.launch-intel-pitch i:nth-of-type(1) { top: 29%; left: 23%; }
.launch-intel-pitch i:nth-of-type(2) { top: 47%; left: 48%; }
.launch-intel-pitch i:nth-of-type(3) { top: 62%; left: 70%; }
.launch-intel-pitch b:nth-of-type(1) { top: 65%; left: 28%; border-color: var(--launch-red); }
.launch-intel-pitch b:nth-of-type(2) { top: 25%; left: 63%; border-color: var(--launch-red); }
.launch-intel-pitch b:nth-of-type(3) { top: 49%; left: 82%; border-color: var(--launch-red); }

.launch-intel-display[data-active-mode="code"] .launch-intel-pitch i { background: var(--launch-lime); transform: scale(1.35); }
.launch-intel-display[data-active-mode="animate"] .launch-intel-pitch > span { transform: rotate(18deg) scaleX(1.15); border-color: #fff; }
.launch-intel-display[data-active-mode="report"] .launch-intel-pitch b { background: var(--launch-red); transform: translateY(-8px); }

.launch-intel-readout > span {
  color: var(--launch-lime);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .14em;
}

.launch-intel-readout h3 {
  margin: 15px 0 13px;
  color: #fff;
  font-family: "Barlow Condensed", "Helvetica Neue", sans-serif;
  font-size: clamp(34px, 3.7vw, 56px);
  line-height: .95;
  letter-spacing: -.03em;
}

.launch-intel-readout p {
  color: #b7beb9;
  font-size: 14px;
  line-height: 1.65;
}

.launch-intel-readout div {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.launch-intel-readout div b {
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, .14);
  color: #e5e8e6;
  font-size: 7px;
  letter-spacing: .1em;
}

.studio-launch-scope-status {
  padding: clamp(70px, 8vw, 112px) clamp(20px, 5vw, 76px);
  display: block;
  background: #050708;
}

.studio-launch-scope-status > header {
  max-width: 820px;
  margin-bottom: 38px;
}

.scope-room-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.scope-room {
  position: relative;
  min-height: 286px;
  padding: 25px 22px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .13);
  background: linear-gradient(145deg, #121518, #07090b);
}

.scope-room > span {
  margin-top: 22px;
  color: var(--launch-red);
  font-size: 7px;
  font-weight: 900;
  letter-spacing: .14em;
}

.scope-room > strong {
  margin: 10px 0 12px;
  color: #fff;
  font-size: 20px;
  line-height: 1.08;
}

.scope-room > p {
  margin: 0 0 18px;
  color: #a8b0ab;
  font-size: 11px;
  line-height: 1.55;
}

.scope-room > a {
  margin-top: auto;
  color: var(--launch-lime);
  font-size: 9px;
  font-weight: 850;
  text-decoration: none;
  text-transform: uppercase;
}

.scope-room-coming {
  filter: saturate(.72);
}

.scope-room-coming > b {
  position: absolute;
  z-index: 4;
  top: 17px;
  right: -31px;
  width: 140px;
  padding: 7px 0;
  transform: rotate(35deg);
  background: var(--launch-gold);
  color: #08090a;
  font-size: 7px;
  letter-spacing: .12em;
  text-align: center;
}

.scope-room-icon::before { inset: 10px; border: 1px solid var(--launch-lime); }
.room-icon-studio::after { width: 16px; height: 10px; top: 16px; left: 14px; border: 2px solid var(--launch-lime); }
.room-icon-analytics::after { left: 11px; bottom: 10px; width: 4px; height: 9px; background: var(--launch-lime); box-shadow: 8px -7px 0 var(--launch-lime), 16px -13px 0 var(--launch-lime); }
.room-icon-education::after { width: 17px; height: 13px; top: 14px; left: 13px; border: 2px solid var(--launch-lime); border-top: 0; transform: skewY(-12deg); }
.room-icon-academy::after { width: 18px; height: 18px; top: 12px; left: 12px; border: 2px solid var(--launch-lime); border-radius: 50%; box-shadow: inset 0 0 0 4px #121518; }

@media (max-width: 1100px) {
  .studio-launch-plan-grid {
    grid-template-columns:repeat(2, minmax(300px, 78vw));
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    scrollbar-color: var(--launch-lime) rgba(255,255,255,.08);
  }

  .studio-launch-plan-grid article {
    min-height: 520px;
    scroll-snap-align: start;
  }

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

@media (max-width: 760px) {
  .studio-launch-hero {
    min-height: 690px;
  }

  .studio-launch-copy {
    padding-top: 180px;
  }

  .studio-launch-plans,
  .studio-launch-infographic,
  .studio-launch-scope-status {
    padding: 64px 18px;
  }

  .studio-launch-plan-grid {
    margin-right: -18px;
    padding-right: 18px;
    grid-template-columns:repeat(2, minmax(292px, 84vw));
  }

  .studio-launch-plan-grid article {
    min-height: 500px;
  }

  .launch-intel-console {
    grid-template-columns: 1fr;
  }

  .launch-intel-controls {
    grid-template-columns: repeat(4, minmax(98px, 1fr));
    overflow-x: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.12);
  }

  .launch-intel-controls button {
    min-height: 90px;
    padding: 12px 10px;
    grid-template-columns: 34px 1fr;
    gap: 8px;
  }

  .launch-intel-controls button small {
    display: none;
  }

  .launch-icon {
    width: 34px;
    height: 34px;
    transform: scale(.82);
    transform-origin: left center;
  }

  .launch-intel-display {
    min-height: 0;
    padding: 25px 20px 28px;
    grid-template-columns: 1fr;
  }

  .launch-intel-pitch {
    max-width: 460px;
  }

  .scope-room-grid {
    gap: 8px;
  }

  .scope-room {
    min-height: 235px;
    padding: 19px 16px;
  }

  .scope-room > strong {
    font-size: 17px;
  }

  .scope-room > p {
    font-size: 10px;
  }
}

@media (max-width: 420px) {
  .launch-intel-controls {
    grid-template-columns: repeat(4, 92px);
  }

  .launch-intel-controls button strong {
    font-size: 9px;
  }

  .scope-room {
    min-height: 248px;
  }

  .scope-room-icon {
    width: 38px;
    height: 38px;
    transform: scale(.88);
    transform-origin: left top;
  }
}

/* Final six-stage control layout: keep icons and labels clear at every width. */
.launch-intel-console {
  display: block;
  width: 100%;
  overflow: hidden;
}

.launch-intel-controls {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  overflow: visible;
  border-right: 0;
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.launch-intel-controls button {
  width: 100%;
  min-width: 0;
  min-height: 126px;
  padding: 17px 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 11px;
  overflow: hidden;
  border-right: 1px solid rgba(255,255,255,.08);
  border-bottom: 0;
}

.launch-intel-controls button:last-child {
  border-right: 0;
}

.launch-intel-controls button.active {
  box-shadow: inset 0 -4px 0 var(--launch-lime);
}

.launch-intel-controls button > span {
  width: 100%;
  min-width: 0;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 4px 7px;
  align-items: baseline;
}

.launch-intel-controls button b {
  line-height: 1;
}

.launch-intel-controls button strong {
  min-width: 0;
  font-size: 11px;
  line-height: 1.1;
  letter-spacing: .075em;
  white-space: nowrap;
}

.launch-intel-controls button small {
  grid-column: 1 / -1;
  max-width: 100%;
  font-size: 9px;
  line-height: 1.35;
}

.launch-stage-icon {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
}

.launch-stage-icon svg {
  width: 27px;
  height: 27px;
}

#intel-metrics {
  align-items: stretch;
}

#intel-metrics b {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  line-height: 1.25;
}

@media (max-width: 1100px) {
  .launch-intel-controls {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .launch-intel-controls button {
    min-height: 112px;
    border-bottom: 1px solid rgba(255,255,255,.08);
  }

  .launch-intel-controls button:nth-child(3n) {
    border-right: 0;
  }

  .launch-intel-controls button:nth-last-child(-n+3) {
    border-bottom: 0;
  }
}

@media (max-width: 760px) {
  .launch-intel-controls {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: visible;
  }

  .launch-intel-controls button {
    min-height: 104px;
    padding: 12px 10px;
    gap: 8px;
  }

  .launch-stage-icon {
    width: 33px;
    height: 33px;
  }

  .launch-stage-icon svg {
    width: 22px;
    height: 22px;
  }

  .launch-intel-controls button > span {
    gap: 3px 5px;
  }

  .launch-intel-controls button strong {
    font-size: 9px;
    letter-spacing: .055em;
  }

  .launch-intel-controls button small {
    display: none;
  }

  #intel-metrics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  #intel-metrics b {
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 360px) {
  .launch-intel-controls button {
    padding-inline: 8px;
  }

  .launch-intel-controls button strong {
    font-size: 8px;
    letter-spacing: .04em;
  }
}

/* Limited course launch offer and course-first room hierarchy. */
.course-launch-announcement {
  min-height: 68px;
  padding: 10px clamp(20px, 5vw, 76px);
  display: grid;
  grid-template-columns: minmax(190px, .7fr) minmax(330px, 1.3fr) auto;
  align-items: center;
  gap: clamp(16px, 3vw, 42px);
  overflow: hidden;
  border-block: 1px solid rgba(255, 255, 255, .16);
  background: linear-gradient(100deg, #d9002b 0 28%, #8e001d 28% 42%, #080a0c 73%);
  box-shadow: 0 16px 42px rgba(217, 0, 43, .18);
}

.course-launch-limit {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
}

.course-launch-limit b {
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .16em;
}

.course-launch-limit small {
  padding: 7px 9px;
  border: 1px solid rgba(255, 255, 255, .55);
  background: rgba(0, 0, 0, .18);
  color: #fff;
  font-size: 9px;
  font-weight: 950;
  letter-spacing: .1em;
  white-space: nowrap;
}

.course-launch-announcement > strong {
  display: flex;
  align-items: baseline;
  gap: 14px;
  color: #fff;
}

.course-launch-announcement > strong b {
  font-family: "Barlow Condensed", "Helvetica Neue", sans-serif;
  font-size: clamp(25px, 2.5vw, 38px);
  line-height: .9;
  letter-spacing: -.02em;
  white-space: nowrap;
}

.course-launch-announcement > strong small {
  max-width: 250px;
  color: rgba(255, 255, 255, .72);
  font-size: 9px;
  line-height: 1.35;
}

.course-launch-announcement > a {
  min-height: 44px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--launch-lime);
  background: var(--launch-lime);
  color: #080a0c;
  font-size: 9px;
  font-weight: 950;
  letter-spacing: .1em;
  text-decoration: none;
  white-space: nowrap;
}

.course-home-offer {
  border: 2px solid var(--launch-red);
  background: linear-gradient(145deg, rgba(217, 0, 43, .94), rgba(74, 0, 15, .94));
  box-shadow: 0 22px 60px rgba(0, 0, 0, .42), 0 0 0 7px rgba(217, 0, 43, .1);
}

.course-home-offer > i {
  display: inline-flex;
  margin-bottom: 11px;
  padding: 6px 8px;
  border: 1px solid rgba(255, 255, 255, .55);
  color: #fff;
  font-size: 7px;
  font-style: normal;
  font-weight: 950;
  letter-spacing: .17em;
}

.course-home-offer > span,
.course-home-offer > b,
.course-home-offer > p {
  color: #fff;
}

.course-home-offer > span {
  font-size: 10px;
  letter-spacing: .13em;
}

.course-home-offer > strong {
  color: #fff;
  text-shadow: 0 4px 22px rgba(0, 0, 0, .24);
}

.course-offer-ribbon {
  background: linear-gradient(90deg, #d9002b, #ff244e);
  color: #fff;
  box-shadow: 0 10px 26px rgba(217, 0, 43, .28);
}

.course-home-offer-note strong {
  color: #fff;
}

.scope-room-course {
  padding-top: 79px;
  border-color: rgba(217, 0, 43, .78);
  background: radial-gradient(circle at 85% 12%, rgba(217, 0, 43, .2), transparent 34%), linear-gradient(145deg, #151113, #07090b 60%);
  box-shadow: inset 0 0 0 1px rgba(216, 255, 62, .08), 0 18px 46px rgba(0, 0, 0, .24);
}

.scope-room-launch-badge {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  min-height: 52px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  gap: 11px;
  background: linear-gradient(90deg, #d9002b, #a70022);
  color: #fff;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .1em;
}

.scope-room-launch-badge small {
  padding: 5px 7px;
  border: 1px solid rgba(255, 255, 255, .5);
  font-size: 7px;
  letter-spacing: .12em;
}

.scope-room-course > span {
  color: var(--launch-lime);
}

.scope-room-course > a {
  border-color: var(--launch-red);
  background: var(--launch-red);
  color: #fff;
}

.scope-room-course > a::after {
  background: #fff;
  color: #a70022;
}

.course-launch-desktop-urgency {
  position: fixed;
  z-index: 1200;
  right: 22px;
  bottom: 22px;
  width: min(430px, calc(100vw - 44px));
  min-height: 78px;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .22);
  border-left: 5px solid var(--launch-red);
  background: rgba(5, 7, 8, .97);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .58), 0 0 0 1px rgba(217, 0, 43, .15);
  color: #fff;
  text-decoration: none;
}

.course-launch-desktop-urgency > span {
  padding: 14px 16px;
  display: grid;
  align-content: center;
  gap: 4px;
}

.course-launch-desktop-urgency small {
  color: var(--launch-gold);
  font-size: 7px;
  font-weight: 950;
  letter-spacing: .15em;
}

.course-launch-desktop-urgency b {
  font-size: 14px;
  line-height: 1;
  letter-spacing: .08em;
}

.course-launch-desktop-urgency > strong {
  padding: 0 17px;
  display: grid;
  place-items: center;
  background: var(--launch-red);
  font-family: "Barlow Condensed", "Helvetica Neue", sans-serif;
  font-size: 32px;
  line-height: 1;
}

.course-launch-desktop-urgency > i {
  padding: 0 14px;
  display: grid;
  place-items: center;
  background: var(--launch-lime);
  color: #080a0c;
  font-size: 8px;
  font-style: normal;
  font-weight: 950;
  letter-spacing: .08em;
  text-align: center;
}

@media (max-width: 900px) {
  .course-launch-announcement {
    grid-template-columns: 1fr auto;
  }

  .course-launch-announcement > strong {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .course-launch-announcement > a {
    grid-column: 2;
    grid-row: 1;
  }
}

@media (max-width: 560px) {
  .course-launch-desktop-urgency {
    display: none;
  }

  .course-launch-announcement {
    min-height: 0;
    padding: 13px 16px;
    grid-template-columns: 1fr auto;
    gap: 10px 12px;
    background: linear-gradient(110deg, #d9002b, #780018 58%, #090b0d);
  }

  .course-launch-limit {
    display: grid;
    gap: 5px;
  }

  .course-launch-limit b {
    font-size: 8px;
  }

  .course-launch-limit small {
    width: max-content;
    padding: 5px 7px;
    font-size: 8px;
  }

  .course-launch-announcement > strong {
    grid-column: 1 / 2;
    grid-row: 2;
    display: grid;
    gap: 4px;
  }

  .course-launch-announcement > strong b {
    font-size: 28px;
  }

  .course-launch-announcement > strong small {
    font-size: 8px;
  }

  .course-launch-announcement > a {
    grid-column: 2;
    grid-row: 1 / 3;
    width: 92px;
    min-height: 64px;
    padding: 9px;
    font-size: 8px;
    line-height: 1.25;
    text-align: center;
    white-space: normal;
  }

  .scope-room-course {
    padding-top: 75px;
  }

  .scope-room-launch-badge {
    font-size: 9px;
  }
}

@media (max-width: 760px) {
  .course-launch-announcement {
    margin-top: 74px;
  }
}
