:root {
  color-scheme: dark;
  --black: #050505;
  --charcoal: #101010;
  --panel: #161616;
  --panel-strong: #202020;
  --white: #ffffff;
  --silver: #e4e4e4;
  --muted: #a9a9a9;
  --line: rgba(255, 255, 255, 0.12);
  --pink: #ff1493;
  --pink-hot: #ff4db8;
  --green: #7cff00;
  --green-deep: #21b800;
  --shadow: 0 28px 70px rgba(0, 0, 0, 0.48);
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: var(--black);
}

body {
  min-height: 100vh;
  margin: 0;
  background:
    linear-gradient(155deg, rgba(255, 20, 147, 0.14), transparent 34%),
    linear-gradient(24deg, rgba(124, 255, 0, 0.12), transparent 36%),
    repeating-linear-gradient(115deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 22px),
    var(--black);
  color: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 650;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.08), transparent 24rem),
    radial-gradient(circle at 10% 88%, rgba(255, 20, 147, 0.14), transparent 22rem),
    radial-gradient(circle at 90% 92%, rgba(124, 255, 0, 0.14), transparent 22rem);
  content: "";
}

img,
svg {
  display: block;
}

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

.page-shell {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: 18px;
}

.contact-card {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
    rgba(8, 8, 8, 0.92);
  box-shadow: var(--shadow);
}

.brand-texture {
  position: absolute;
  top: -88px;
  right: -96px;
  z-index: 0;
  width: 260px;
  height: 260px;
  opacity: 0.2;
  object-fit: cover;
  pointer-events: none;
}

.brand-lockup {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  align-items: center;
  justify-items: center;
  padding: 22px 20px 16px;
  text-align: center;
}

.brand-mark {
  width: min(100%, 270px);
  height: auto;
  filter: drop-shadow(0 0 28px rgba(255, 20, 147, 0.24)) drop-shadow(0 0 22px rgba(124, 255, 0, 0.14));
  object-fit: contain;
}

.eyebrow {
  margin: 0 0 8px;
  color: var(--green);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 {
  font-size: 56px;
  line-height: 0.88;
  overflow-wrap: anywhere;
  text-shadow: 0 0 24px rgba(255, 20, 147, 0.22);
}

h2 {
  font-size: 30px;
  line-height: 1;
}

.lead {
  margin: 0;
  padding: 0 20px 18px;
  color: var(--silver);
  font-size: 15px;
  line-height: 1.62;
}

.action-stack {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  padding: 0 14px 18px;
}

.action {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  min-height: 76px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.055);
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.action:active {
  transform: scale(0.985);
}

.action:focus-visible,
.quote-button:focus-visible,
.mini-link:focus-visible,
.nav-quote:focus-visible,
.secondary-link:focus-visible {
  outline: 3px solid rgba(124, 255, 0, 0.72);
  outline-offset: 3px;
}

.action-call,
.action-quote {
  border-color: rgba(124, 255, 0, 0.42);
  background: linear-gradient(110deg, rgba(255, 20, 147, 0.9), rgba(124, 255, 0, 0.88));
  color: #050505;
}

.action-icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.32);
  color: currentColor;
}

.action-icon svg {
  width: 25px;
  height: 25px;
}

.action-icon path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.action strong,
.action small {
  display: block;
}

.action strong {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.1;
}

.action small {
  margin-top: 5px;
  color: currentColor;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  opacity: 0.78;
}

.info-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  padding: 0 14px 14px;
}

.universe-entry {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  margin: 0 14px 14px;
  padding: 16px;
  border: 1px solid rgba(255, 77, 184, 0.36);
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(255, 77, 184, 0.13), rgba(124, 255, 0, 0.08)),
    rgba(16, 16, 16, 0.88);
}

.universe-entry p:not(.eyebrow) {
  margin: 8px 0 0;
  color: var(--silver);
  font-size: 14px;
  line-height: 1.5;
}

.mini-link,
.nav-quote,
.secondary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 15px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.mini-link {
  width: 100%;
  border: 1px solid rgba(124, 255, 0, 0.34);
  background: rgba(124, 255, 0, 0.11);
  color: var(--green);
  font-size: 13px;
  text-transform: uppercase;
}

.info-panel {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(16, 16, 16, 0.86);
}

.panel-header {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 12px;
}

.spark {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  background: var(--pink-hot);
  clip-path: polygon(50% 0, 61% 39%, 100% 50%, 61% 61%, 50% 100%, 39% 61%, 0 50%, 39% 39%);
  filter: drop-shadow(0 0 12px rgba(255, 20, 147, 0.85));
}

.spark-green {
  background: var(--green);
  filter: drop-shadow(0 0 12px rgba(124, 255, 0, 0.78));
}

.service-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-list li {
  display: flex;
  gap: 10px;
  align-items: center;
  color: var(--silver);
  font-size: 14px;
  line-height: 1.35;
}

.service-list li::before {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--pink), var(--green));
  content: "";
}

.info-panel p {
  margin: 0;
  color: var(--silver);
  font-size: 14px;
  line-height: 1.58;
}

.quote-strip {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  padding: 18px;
  background:
    linear-gradient(140deg, rgba(255, 20, 147, 0.19), rgba(124, 255, 0, 0.13)),
    var(--panel);
}

.crew-art {
  position: absolute;
  right: -52px;
  bottom: -32px;
  z-index: 0;
  width: 220px;
  max-width: 46%;
  opacity: 0.11;
  pointer-events: none;
}

.quote-strip h2 {
  max-width: 360px;
  font-size: 34px;
}

.quote-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  background: var(--white);
  color: var(--black);
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 28px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.universe-page {
  width: min(1120px, calc(100% - 28px));
  margin: 0 auto;
  overflow-x: hidden;
  padding: 16px 0 34px;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 76px;
}

.nav-brand img {
  width: 154px;
  max-width: 42vw;
  height: auto;
  background: #000000;
}

.nav-quote {
  min-width: 126px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: var(--white);
  color: var(--black);
  font-size: 13px;
  text-transform: uppercase;
}

.universe-hero {
  display: grid;
  gap: 22px;
  align-items: center;
  min-height: 72vh;
  padding: 18px 0 12px;
}

.universe-copy {
  min-width: 0;
}

.universe-copy h1 {
  max-width: 800px;
  font-size: 64px;
  line-height: 0.92;
}

.universe-copy .lead {
  max-width: 670px;
  padding: 18px 0 0;
}

.hero-actions {
  display: grid;
  gap: 12px;
  max-width: 520px;
  margin-top: 22px;
}

.quote-button-inline {
  width: 100%;
}

.secondary-link {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  color: var(--white);
  font-size: 13px;
  text-transform: uppercase;
}

.sticker-stage {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 20, 147, 0.2), rgba(124, 255, 0, 0.12)),
    rgba(10, 10, 10, 0.86);
  box-shadow: var(--shadow);
}

.sticker-stage::before {
  position: absolute;
  inset: 18px;
  border: 2px dashed rgba(255, 255, 255, 0.17);
  border-radius: 22px;
  content: "";
}

.sticker-stage img {
  position: absolute;
  top: 24px;
  right: 50%;
  width: min(470px, 92%);
  height: auto;
  transform: translateX(50%);
  filter: drop-shadow(0 22px 28px rgba(0, 0, 0, 0.5));
}

.rarity-chip {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.72);
  color: var(--white);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.rarity-chip.legendary {
  top: 30px;
  left: 28px;
  border-color: rgba(255, 215, 97, 0.72);
  color: #ffd761;
}

.rarity-chip.common {
  right: 24px;
  bottom: 28px;
  color: var(--green);
}

.collector-strip,
.sticker-preview,
.rarity-system,
.universe-quote {
  margin-top: 28px;
}

.collector-strip {
  display: grid;
  gap: 18px;
  padding: 24px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.035);
}

.collector-strip h2,
.section-heading h2 {
  max-width: 760px;
  font-size: 42px;
}

.collector-steps {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: steps;
}

.collector-steps li {
  position: relative;
  min-height: 58px;
  padding: 12px 12px 12px 54px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(5, 5, 5, 0.42);
  color: var(--silver);
  font-size: 14px;
  line-height: 1.45;
}

.collector-steps li::before {
  position: absolute;
  top: 12px;
  left: 12px;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--pink-hot), var(--green));
  color: var(--black);
  content: counter(steps);
  counter-increment: steps;
  font-weight: 900;
}

.section-heading {
  margin-bottom: 16px;
}

.sticker-grid {
  display: grid;
  gap: 14px;
}

.sticker-card {
  position: relative;
  min-height: 310px;
  overflow: hidden;
  padding: 18px;
  border: 2px solid var(--white);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.025)),
    rgba(14, 14, 14, 0.94);
}

.sticker-card::after {
  position: absolute;
  right: -40px;
  bottom: -42px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  content: "";
}

.sticker-card h3 {
  position: relative;
  z-index: 1;
  margin: 12px 0 8px;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 0.95;
  text-transform: uppercase;
}

.sticker-card p {
  position: relative;
  z-index: 1;
}

.sticker-card p:not(.rarity-label) {
  margin: 0;
  color: var(--silver);
  font-size: 14px;
  line-height: 1.5;
}

.sticker-common {
  border-color: var(--white);
}

.sticker-uncommon {
  border-color: #c9ced6;
}

.sticker-rare {
  border-color: #f4c94d;
}

.sticker-legendary {
  border-color: #f8f0ff;
  background:
    linear-gradient(135deg, rgba(255, 105, 180, 0.22), rgba(124, 255, 0, 0.16), rgba(151, 222, 255, 0.18)),
    rgba(14, 14, 14, 0.96);
}

.rarity-label {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin: 0;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--green);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.sticker-face {
  position: relative;
  display: grid;
  width: 132px;
  height: 112px;
  place-items: center;
  margin: 2px 0 16px;
  border: 5px solid #000000;
  background: var(--green);
  box-shadow: 0 10px 0 rgba(0, 0, 0, 0.24);
}

.sticker-face::before,
.sticker-face::after {
  position: absolute;
  top: 38px;
  width: 22px;
  height: 30px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 26%, #ffffff 0 4px, transparent 5px),
    radial-gradient(circle at 66% 18%, #ffffff 0 2px, transparent 3px),
    #000000;
  content: "";
}

.sticker-face::before {
  left: 32px;
}

.sticker-face::after {
  right: 32px;
}

.duo-face {
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  border-radius: 36px;
  background: linear-gradient(90deg, var(--green) 0 50%, var(--pink-hot) 50% 100%);
}

.duo-face span {
  z-index: 1;
  color: var(--black);
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 46px;
}

.mower-face {
  border-radius: 30px 30px 18px 18px;
}

.mower-face::before,
.mower-face::after {
  top: 34px;
}

.villain-face {
  border-radius: 52% 48% 46% 54%;
  background: #ffe35b;
}

.villain-face::before,
.villain-face::after {
  top: 34px;
  transform: rotate(10deg);
}

.plow-face {
  border-radius: 28px;
  background: #97deff;
}

.plow-face::before,
.plow-face::after {
  top: 33px;
}

.rarity-list {
  display: grid;
  gap: 10px;
}

.rarity-list div {
  display: grid;
  gap: 4px;
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.045);
}

.rarity-list strong {
  color: var(--white);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.rarity-list span {
  color: var(--silver);
  font-size: 14px;
  line-height: 1.45;
}

.universe-quote {
  border: 1px solid rgba(124, 255, 0, 0.22);
  border-radius: 24px;
  overflow: hidden;
}

@media (min-width: 720px) {
  .page-shell {
    padding: 38px;
  }

  .contact-card {
    max-width: 760px;
  }

  .brand-lockup {
    gap: 16px;
    justify-items: center;
    padding: 30px 30px 20px;
    text-align: center;
  }

  .brand-mark {
    width: min(100%, 390px);
  }

  h1 {
    font-size: 96px;
  }

  .lead {
    max-width: 620px;
    padding: 0 30px 24px;
    font-size: 17px;
  }

  .action-stack,
  .info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-right: 24px;
    padding-left: 24px;
  }

  .quote-strip {
    grid-template-columns: minmax(0, 1fr) 210px;
    align-items: center;
    padding: 24px 30px 30px;
  }

  .universe-entry {
    grid-template-columns: minmax(0, 1fr) 180px;
    align-items: center;
    margin-right: 24px;
    margin-left: 24px;
  }

  .universe-page {
    width: min(1120px, calc(100% - 76px));
    padding-bottom: 48px;
  }

  .universe-hero {
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    gap: 34px;
    padding-top: 8px;
  }

  .universe-copy h1 {
    font-size: 86px;
  }

  .hero-actions {
    grid-template-columns: minmax(0, 220px) minmax(0, 190px);
    align-items: center;
  }

  .collector-strip {
    grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
    align-items: start;
    padding: 30px;
  }

  .sticker-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .rarity-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 430px) {
  .page-shell {
    align-items: start;
    padding: 14px;
  }

  .brand-mark {
    width: min(100%, 236px);
  }

  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 27px;
  }

  .lead {
    padding-right: 16px;
    padding-left: 16px;
  }

  .quote-strip h2 {
    font-size: 30px;
  }

  .universe-page {
    width: min(100% - 28px, 1120px);
  }

  .site-nav {
    min-height: 66px;
  }

  .nav-brand img {
    width: 128px;
  }

  .nav-quote {
    min-width: 112px;
    padding: 0 12px;
    font-size: 12px;
  }

  .universe-copy h1 {
    max-width: 340px;
    font-size: 42px;
  }

  .universe-copy .lead {
    max-width: 340px;
    font-size: 15px;
  }

  .hero-actions {
    max-width: 340px;
  }

  .universe-hero {
    min-height: auto;
    padding-top: 18px;
  }

  .sticker-stage {
    min-height: 270px;
    border-radius: 22px;
  }

  .sticker-stage img {
    top: 30px;
    right: 50%;
    width: 320px;
    max-width: none;
    transform: translateX(50%);
  }

  .collector-strip h2,
  .section-heading h2 {
    font-size: 34px;
  }

  .sticker-card {
    min-height: 286px;
  }
}

@media (max-width: 719px) {
  .universe-page {
    width: min(100% - 28px, 1120px);
  }

  .site-nav {
    min-height: 66px;
  }

  .nav-brand img {
    width: 128px;
  }

  .nav-quote {
    min-width: 112px;
    padding: 0 12px;
    font-size: 12px;
  }

  .universe-copy h1 {
    max-width: 340px;
    font-size: 42px;
  }

  .universe-copy .lead {
    max-width: 340px;
    font-size: 15px;
  }

  .hero-actions {
    max-width: 340px;
  }
}
