:root {
  --bg: #080909;
  --bg-soft: #101112;
  --panel: rgba(22, 23, 24, 0.92);
  --panel-border: rgba(255, 255, 255, 0.11);
  --text: #f4f4f2;
  --muted: #b7b9bb;
  --muted-dark: #7f8387;
  --red: #e52222;
  --red-dark: #a90f16;
  --red-bright: #ff3333;
  --line: rgba(255, 255, 255, 0.12);
  --font-display: "Barlow Condensed", Impact, sans-serif;
  --font-body: "Inter", Arial, sans-serif;
  --shell: 1240px;
  --radius: 18px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
}

button,
input,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

.landing {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(circle at 32% 30%, rgba(255,255,255,0.035), transparent 31%),
    linear-gradient(120deg, #070808 0%, #101111 52%, #070808 100%);
}

.landing__texture {
  position: absolute;
  inset: 0;
  opacity: 0.16;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.018) 1px, transparent 1px);
  background-size: 5px 5px;
  mask-image: linear-gradient(to bottom, black 0%, transparent 90%);
}

.landing__glow {
  position: absolute;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(120px);
  opacity: 0.1;
}

.landing__glow--left {
  top: 16%;
  left: -180px;
  background: var(--red);
}

.landing__glow--right {
  top: 28%;
  right: -180px;
  background: #ffffff;
  opacity: 0.04;
}

.shell {
  position: relative;
  width: min(calc(100% - 48px), var(--shell));
  margin-inline: auto;
  z-index: 1;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 116px;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--text);
  text-decoration: none;
}

.brand__mark {
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
}

.brand__mark svg {
  width: 100%;
  height: 100%;
  fill: var(--red);
}

.brand__mark .brand__mark-cut {
  fill: #0a0b0b;
}

.brand__type {
  display: grid;
  line-height: 0.78;
  font-family: var(--font-display);
  font-style: normal;
  letter-spacing: 0.06em;
}

.brand__type strong {
  font-size: 2.1rem;
  font-weight: 800;
}

.brand__type em {
  margin-top: 10px;
  color: var(--red);
  font-size: 1.55rem;
  font-weight: 800;
  font-style: normal;
  letter-spacing: 0.18em;
}

.launch-tag {
  padding: 11px 18px 10px;
  background: linear-gradient(135deg, var(--red) 0%, var(--red-dark) 100%);
  color: #fff;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  transform: skew(-8deg);
  box-shadow: 0 12px 34px rgba(229,34,34,0.2);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(420px, 0.88fr);
  align-items: center;
  gap: clamp(44px, 6vw, 92px);
  padding: 56px 0 88px;
}

.hero__content {
  position: relative;
}

.hero__content::after {
    content: "";
	position: absolute;
	top: -200px;
	right: -200px;
	z-index: -1;
    width: clamp(30rem, 15vw, 23rem);
    aspect-ratio: 1 / 1;
    background-image: url("images/MM-lgo1wht.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.022;
    transform: rotate(-17deg);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--muted);
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.eyebrow::before {
  content: "";
  width: 34px;
  height: 3px;
  background: var(--red);
}

.hero h1 {
  max-width: 760px;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(4rem, 7.2vw, 7rem);
  font-style: italic;
  font-weight: 800;
  line-height: 0.82;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.hero h1 span {
  display: block;
  color: var(--red);
}

.hero__lead {
  max-width: 650px;
  margin: 30px 0 0;
  color: #d0d1d2;
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  line-height: 1.7;
}

.hero__rule {
  width: 150px;
  height: 4px;
  margin: 34px 0 0;
  background: var(--red);
  transform: skew(-24deg);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}

.feature {
  min-width: 0;
}

.feature__icon {
  width: 52px;
  height: 52px;
  margin-bottom: 16px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 50%;
  background: rgba(255,255,255,0.045);
  color: var(--red);
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 800;
}

.feature h2 {
  margin: 0 0 8px;
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.feature p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.waitlist-card {
  position: relative;
  padding: clamp(30px, 4vw, 48px);
  overflow: hidden;
  border: 1px solid var(--panel-border);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255,255,255,0.035), rgba(255,255,255,0)),
    var(--panel);
  box-shadow: 0 30px 80px rgba(0,0,0,0.42);
  backdrop-filter: blur(16px);
}

.waitlist-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(120deg, rgba(255,255,255,0.035), transparent 28%);
}

.waitlist-card__accent {
  width: 46px;
  height: 4px;
  margin-bottom: 18px;
  background: var(--red);
  transform: skew(-25deg);
}

.waitlist-card__kicker {
  margin: 0 0 6px;
  color: #d8d8d8;
  font-family: var(--font-display);
  font-size: 1rem;
  font-style: italic;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.waitlist-card h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 4.4vw, 4.5rem);
  font-style: italic;
  font-weight: 800;
  line-height: 0.9;
  text-transform: uppercase;
}

.waitlist-card h2 span {
  display: block;
  color: var(--red);
}

.waitlist-card__intro {
  margin: 18px 0 28px;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.6;
}

.waitlist-form {
  display: grid;
  gap: 17px;
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.field {
  display: grid;
  gap: 8px;
}

.field label {
  color: #f2f2f2;
  font-size: 0.88rem;
  font-weight: 700;
}

.field label > span {
  color: var(--muted-dark);
  font-size: 0.8rem;
  font-weight: 500;
}

.field label > span[aria-hidden="true"] {
  color: var(--red-bright);
  font-size: 1rem;
}

.field input,
.field select {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 6px;
  outline: none;
  background: rgba(5,6,6,0.32);
  color: var(--text);
  padding: 0 15px;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.field input::placeholder {
  color: #7f8285;
}

.field input:focus,
.field select:focus {
  border-color: rgba(229,34,34,0.75);
  box-shadow: 0 0 0 3px rgba(229,34,34,0.13);
  background: rgba(5,6,6,0.5);
}

.field select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #929598 50%),
    linear-gradient(135deg, #929598 50%, transparent 50%);
  background-position:
    calc(100% - 19px) 22px,
    calc(100% - 14px) 22px;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}

.field select option {
  color: #111;
}

.field__error {
  min-height: 1em;
  color: #ff6868;
  font-size: 0.76rem;
}

.cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  min-height: 58px;
  margin-top: 2px;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 6px;
  background: linear-gradient(135deg, var(--red-bright) 0%, #c61219 100%);
  color: #fff;
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-style: italic;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  box-shadow: 0 14px 34px rgba(229,34,34,0.18);
  transition: transform 160ms ease, filter 160ms ease, box-shadow 160ms ease;
}

.cta:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
  box-shadow: 0 18px 40px rgba(229,34,34,0.24);
}

.cta:active {
  transform: translateY(0);
}

.cta:focus-visible {
  outline: 3px solid rgba(255,255,255,0.86);
  outline-offset: 3px;
}

.privacy-note {
  margin: 0;
  color: var(--muted-dark);
  font-size: 0.78rem;
  text-align: center;
}

.form-status {
  min-height: 1.2em;
  color: #d9d9d9;
  font-size: 0.85rem;
  text-align: center;
}

.form-status.is-success {
  color: #a8dfaf;
}

.form-status.is-error {
  color: #ff7777;
}

.site-footer {
  position: relative;
  border-top: 1px solid var(--line);
}

.site-footer::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 6px;
  background: var(--red);
}

.site-footer__inner {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: #8e9295;
  font-size: 0.78rem;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.footer-brand strong {
  color: var(--red);
}

.footer-mark {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: var(--red);
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 800;
}

.site-footer p {
  margin: 0;
}

@media (max-width: 1000px) {
  .hero {
    grid-template-columns: 1fr;
    align-items: start;
    padding-top: 34px;
  }

  .hero__content {
    max-width: 760px;
  }

  .waitlist-card {
    max-width: 720px;
  }
}

@media (max-width: 720px) {
  .shell {
    width: min(calc(100% - 32px), var(--shell));
  }

  .site-header {
    min-height: 92px;
  }

  .brand__mark {
    width: 46px;
    height: 46px;
  }

  .brand__type strong {
    font-size: 1.55rem;
  }

  .brand__type em {
    margin-top: 8px;
    font-size: 1.15rem;
  }

  .launch-tag {
    padding: 9px 12px 8px;
    font-size: 0.82rem;
  }

  .hero {
    gap: 46px;
    padding: 34px 0 62px;
  }

  .hero h1 {
    font-size: clamp(3.65rem, 17vw, 5.2rem);
  }

  .feature-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 38px;
  }

  .feature {
    display: grid;
    grid-template-columns: 52px 1fr;
    column-gap: 16px;
    align-items: start;
  }

  .feature__icon {
    grid-row: 1 / span 2;
    margin: 0;
  }

  .feature h2,
  .feature p {
    grid-column: 2;
  }

  .field-row {
    grid-template-columns: 1fr;
  }

  .site-footer__inner {
    min-height: 116px;
    padding: 24px 0 30px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 470px) {
  .site-header {
    align-items: flex-start;
    padding-top: 22px;
  }

  .launch-tag {
    margin-top: 3px;
  }

  .brand__type strong {
    font-size: 1.3rem;
  }

  .brand__type em {
    font-size: 0.95rem;
  }

  .waitlist-card {
    padding: 26px 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
