:root {
  --bg: #030303;
  --text: #f6f6f6;
  --muted: #aeb2bc;
  --line: rgba(255, 255, 255, 0.13);
  --red: #ed111d;
  --red-dark: #85060d;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--bg);
}

body {
  min-height: 100%;
  margin: 0;
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
  background:
    linear-gradient(115deg, rgba(0, 0, 0, 0.94), rgba(0, 0, 0, 0.78) 45%, rgba(29, 0, 0, 0.86)),
    linear-gradient(rgba(255, 255, 255, 0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.032) 1px, transparent 1px),
    radial-gradient(circle at 50% 23%, rgba(237, 17, 29, 0.18), transparent 38%),
    #030303;
  background-size: auto, 78px 78px, 78px 78px, auto, auto;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(116deg, transparent 0 58%, rgba(237, 17, 29, 0.18) 58.2%, transparent 64%),
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.08), transparent 30%);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.launch-shell {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: grid;
  grid-template-rows: 1fr auto;
  padding: clamp(26px, 5vw, 58px);
}

.launch-card {
  width: min(1040px, 100%);
  margin: auto;
  display: grid;
  place-items: center;
  gap: clamp(26px, 5vw, 48px);
  text-align: center;
  padding: clamp(22px, 5vw, 52px) 0;
}

.brand-stage {
  width: min(680px, 92vw);
  margin-inline: auto;
}

.brand-logo {
  width: 100%;
  height: auto;
  margin-inline: auto;
  filter: drop-shadow(0 28px 46px rgba(237, 17, 29, 0.18));
}

.launch-copy {
  width: 100%;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--red);
  font-size: clamp(0.72rem, 1vw, 0.9rem);
  font-weight: 950;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  color: transparent;
  background: linear-gradient(180deg, #fff, #d7d9df 48%, #9fa5af);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: clamp(3.2rem, 10vw, 8.2rem);
  line-height: 0.9;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
  text-wrap: balance;
}

h1 span {
  display: block;
}

.focus,
.service {
  width: min(760px, 100%);
  margin: 16px 0 0;
  margin-inline: auto;
  color: #d9dbe1;
  font-size: clamp(0.92rem, 2.1vw, 1.38rem);
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.55;
  text-transform: uppercase;
}

.service {
  margin-top: 8px;
  color: #fff;
  font-size: clamp(0.8rem, 1.8vw, 1.05rem);
}

.contact-row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.contact-pill {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 8px 18px 8px 8px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.055);
  color: #f7f7f7;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: border-color 160ms ease, transform 160ms ease, background 160ms ease;
}

.contact-pill:hover {
  transform: translateY(-1px);
  border-color: rgba(237, 17, 29, 0.55);
  background: rgba(237, 17, 29, 0.1);
}

.contact-pill.email {
  border-color: rgba(237, 17, 29, 0.72);
  background: linear-gradient(135deg, var(--red), var(--red-dark));
}

.icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
}

.icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.launch-footer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  padding-top: 22px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

@media (max-width: 620px) {
  .launch-shell {
    padding: 18px 12px 24px;
  }

  .launch-card {
    gap: 28px;
  }

  .brand-stage {
    width: min(300px, 78vw);
  }

  h1 {
    font-size: clamp(2.55rem, 14.5vw, 3.7rem);
  }

  .focus,
  .service {
    max-width: 320px;
    font-size: 0.76rem;
    letter-spacing: 0.08em;
    overflow-wrap: anywhere;
  }

  .service {
    font-size: 0.72rem;
  }

  .contact-row,
  .contact-pill {
    width: 100%;
  }

  .contact-pill {
    min-height: 54px;
    padding-right: 12px;
    font-size: 0.7rem;
    letter-spacing: 0.09em;
  }

  .icon {
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
  }

  .launch-footer {
    flex-direction: column;
    gap: 7px;
    text-align: center;
  }
}
