:root {
  color-scheme: light;
  --navy: #0b1d36;
  --navy-deep: #061429;
  --navy-soft: #163857;
  --emerald: #0fa38a;
  --emerald-dark: #087764;
  --gold: #c49a3a;
  --off-white: #f7f8f9;
  --ink: #2b2f36;
  --muted: #68727f;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  margin: 0;
}

body {
  background: var(--off-white);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-rendering: optimizeLegibility;
}

.launch {
  display: grid;
  min-height: 100vh;
  min-height: 100svh;
  grid-template-columns: minmax(0, 1.04fr) minmax(420px, 0.96fr);
  overflow: hidden;
}

.launch__content {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: clamp(34px, 5vw, 76px) clamp(34px, 7vw, 112px);
  overflow: hidden;
  background:
    radial-gradient(circle at 2% 100%, rgba(15, 163, 138, 0.18), transparent 34%),
    radial-gradient(circle at 100% 0%, rgba(196, 154, 58, 0.12), transparent 30%),
    linear-gradient(145deg, var(--navy-deep), var(--navy) 58%, #0c2942);
  color: #fff;
}

.launch__content::before,
.launch__content::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.launch__content::before {
  inset: 0;
  opacity: 0.11;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to bottom right, black, transparent 72%);
}

.launch__content::after {
  width: 440px;
  height: 440px;
  right: -330px;
  bottom: 9%;
  border: 1px solid rgba(15, 163, 138, 0.7);
  border-radius: 50%;
  box-shadow: 0 0 70px rgba(15, 163, 138, 0.16);
}

.brand,
.launch__message,
.launch__footer {
  position: relative;
  z-index: 1;
}

.brand__signature {
  display: block;
  width: clamp(225px, 24vw, 336px);
  height: auto;
}

.launch__message {
  width: min(680px, 100%);
  margin: auto 0;
  padding: clamp(74px, 10vh, 132px) 0;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 24px;
  color: #95e1d5;
  font-size: 0.74rem;
  font-weight: 750;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.eyebrow span {
  width: 46px;
  height: 1px;
  background: var(--gold);
}

h1 {
  max-width: 670px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.85rem, 5.2vw, 5.65rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.99;
  text-wrap: balance;
}

.lead {
  max-width: 580px;
  margin: 34px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(1.05rem, 1.5vw, 1.27rem);
  line-height: 1.7;
}

.launch__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.67rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.launch__footer p {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
}

.launch__footer i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--emerald);
}

.launch__footer small {
  white-space: nowrap;
  font: inherit;
}

.launch__visual {
  position: relative;
  display: grid;
  min-height: 100%;
  place-items: center;
  padding: clamp(40px, 7vw, 100px);
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 78% 18%, rgba(15, 163, 138, 0.13), transparent 26%),
    radial-gradient(circle at 14% 92%, rgba(196, 154, 58, 0.12), transparent 24%),
    var(--off-white);
}

.launch__visual::before {
  position: absolute;
  z-index: -1;
  width: 158%;
  height: 158%;
  left: -151%;
  top: -29%;
  border: 1px solid rgba(15, 163, 138, 0.52);
  border-radius: 50%;
  box-shadow: 14px 0 54px rgba(15, 163, 138, 0.08);
  content: "";
}

.launch__visual::after {
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.42;
  background-image: repeating-radial-gradient(
    circle at 90% 8%,
    transparent 0,
    transparent 13px,
    rgba(11, 29, 54, 0.055) 14px,
    transparent 15px
  );
  content: "";
}

.orb {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  filter: blur(1px);
}

.orb--one {
  width: 170px;
  height: 170px;
  top: 8%;
  right: -64px;
  border: 1px solid rgba(15, 163, 138, 0.2);
}

.orb--two {
  width: 90px;
  height: 90px;
  left: 12%;
  bottom: 10%;
  border: 1px solid rgba(196, 154, 58, 0.25);
}

.visual-card {
  width: min(520px, 100%);
  padding: clamp(42px, 6vw, 76px);
  border: 1px solid rgba(11, 29, 54, 0.08);
  border-radius: 36px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 28px 80px rgba(11, 29, 54, 0.1);
  text-align: center;
  backdrop-filter: blur(18px);
}

.visual-card__mark {
  width: clamp(94px, 10vw, 128px);
  height: auto;
}

.visual-card__kicker {
  margin: 28px 0 15px;
  color: var(--emerald-dark);
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.visual-card h2 {
  margin: 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.75rem, 3vw, 2.65rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.16;
}

.visual-card__line {
  width: 44px;
  height: 2px;
  margin: 28px auto;
  background: linear-gradient(90deg, var(--gold), var(--emerald));
}

.visual-card__promise {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.55;
}

.visual-note {
  position: absolute;
  right: 0;
  bottom: 26px;
  left: 0;
  margin: 0;
  color: rgba(11, 29, 54, 0.46);
  font-size: 0.65rem;
  letter-spacing: 0.16em;
  text-align: center;
  text-transform: uppercase;
}

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

  .launch__content,
  .launch__visual {
    min-height: auto;
  }

  .launch__content {
    min-height: 68svh;
    padding: 32px clamp(24px, 7vw, 64px);
  }

  .launch__message {
    padding: 80px 0 92px;
  }

  .launch__visual {
    min-height: 580px;
    padding: 72px 24px 88px;
  }

  .launch__visual::before {
    display: none;
  }
}

@media (max-width: 560px) {
  .brand__signature {
    width: 232px;
  }

  .launch__message {
    padding: 68px 0 74px;
  }

  h1 {
    font-size: clamp(2.6rem, 13.3vw, 4rem);
  }

  .lead {
    margin-top: 25px;
  }

  .launch__footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .launch__footer p {
    flex-wrap: wrap;
    gap: 9px;
    line-height: 1.6;
  }

  .visual-card {
    border-radius: 28px;
    padding: 44px 25px;
  }

  .visual-note {
    padding: 0 24px;
    line-height: 1.6;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
  }
}
