:root {
  color-scheme: light;
  --ink: #16120f;
  --paper: #f8fbff;
  --cream: #f1f7ff;
  --blue-soft: #dfe8ff;
  --blue: #6b8bfe;
  --blue-deep: #244fcf;
  --muted: #435565;
  --black: #17120f;
  --panel: #f8fbff;
  --panel-2: #dfe8ff;
  --red: #e5292f;
  --yellow: #f8d842;
  --cyan: #244fcf;
  --green: #14784a;
  --line: rgba(22, 18, 15, 0.16);
  --shadow: 0 18px 55px rgba(107, 54, 16, 0.18);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 14% 8%, rgba(107, 139, 254, 0.24), transparent 18rem),
    linear-gradient(rgba(229, 41, 47, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(28, 111, 154, 0.045) 1px, transparent 1px),
    var(--cream);
  background-size: 28px 28px;
  color: var(--ink);
}

a {
  color: inherit;
}

.skip-link {
  left: 1rem;
  position: fixed;
  top: -5rem;
  z-index: 20;
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  align-items: center;
  background: rgba(248, 251, 255, 0.9);
  border-bottom: 1px solid var(--line);
  display: flex;
  left: 0;
  padding: 0.85rem clamp(1rem, 4vw, 3rem);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(18px);
}

.brand {
  align-items: center;
  display: inline-flex;
  text-decoration: none;
}

.brand img {
  display: block;
  height: clamp(2rem, 4.5vw, 3.2rem);
  max-width: min(42vw, 260px);
  object-fit: contain;
}

.hero {
  background:
    radial-gradient(circle at 80% 24%, rgba(107, 139, 254, 0.42), transparent 20rem),
    radial-gradient(circle at 18% 78%, rgba(229, 41, 47, 0.18), transparent 19rem),
    linear-gradient(135deg, #f8fbff 0%, #dfe8ff 58%, #b9c8ff 100%);
  min-height: auto;
  overflow: hidden;
  position: relative;
}

.hero::after {
  background:
    radial-gradient(circle at 50% 50%, transparent 0 1px, rgba(22, 18, 15, 0.055) 1px 2px, transparent 2px 8px),
    linear-gradient(90deg, rgba(248, 251, 255, 0.05), rgba(248, 251, 255, 0.46) 78%),
    linear-gradient(0deg, rgba(238, 247, 255, 0.98), transparent 30%);
  background-size: 100% 100%, 100% 100%, 100% 100%;
  content: "";
  inset: 0;
  position: absolute;
  pointer-events: none;
}

.hero-backdrop {
  inset: 0;
  overflow: hidden;
  position: absolute;
}

.hero-backdrop::before {
  background:
    linear-gradient(90deg, rgba(28, 111, 154, 0.085) 1px, transparent 1px),
    linear-gradient(rgba(28, 111, 154, 0.065) 1px, transparent 1px),
    linear-gradient(100deg, rgba(229, 41, 47, 0.07), transparent 54%);
  background-size: 46px 46px, 46px 46px, 100% 100%;
  content: "";
  inset: 0;
  opacity: 0.72;
  position: absolute;
  transform: perspective(700px) rotateX(56deg) scale(1.4);
  transform-origin: bottom;
}

.hero-backdrop::after {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.56), transparent 45%),
    linear-gradient(235deg, rgba(107, 139, 254, 0.3), transparent 48%),
    linear-gradient(180deg, rgba(248, 251, 255, 0.7), rgba(248, 251, 255, 0.12));
  border: 2px solid rgba(28, 111, 154, 0.18);
  box-shadow: var(--shadow);
  content: "";
  height: min(58vh, 34rem);
  opacity: 0.9;
  position: absolute;
  right: clamp(-12rem, -10vw, -4rem);
  top: clamp(8rem, 16vh, 12rem);
  transform: skewX(-10deg);
  width: min(52vw, 44rem);
}

.hero-inner {
  align-items: center;
  display: grid;
  gap: clamp(2rem, 6vw, 5rem);
  grid-template-columns: minmax(0, 1.1fr) minmax(20rem, 0.72fr);
  max-width: 1500px;
  padding: clamp(6rem, 10vh, 8rem) clamp(1.2rem, 6vw, 5rem) clamp(4rem, 8vh, 5.5rem);
  position: relative;
  z-index: 2;
}

.hero-copy-block {
  max-width: 980px;
}

.hero-logo {
  display: block;
  margin: 0 0 clamp(1.5rem, 4vw, 2.5rem);
  max-width: min(780px, 86vw);
  width: 100%;
}

.eyebrow {
  color: var(--blue-deep);
  font-size: 0.82rem;
  font-weight: 900;
  margin: 0 0 0.8rem;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.82);
  text-transform: uppercase;
}

h1,
h2 {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.96;
  margin: 0;
  text-transform: uppercase;
}

h1 {
  color: var(--black);
  font-size: clamp(2.8rem, 7vw, 6.4rem);
  max-width: 880px;
  text-shadow: 5px 5px 0 rgba(248, 216, 66, 0.9);
}

h1 span {
  display: block;
}

h2 {
  font-size: clamp(2.4rem, 6vw, 5rem);
  max-width: 780px;
}

.hero-copy,
.section-heading p {
  color: var(--muted);
  font-size: clamp(1.02rem, 2vw, 1.25rem);
  line-height: 1.6;
  max-width: 620px;
}

.hero-showcase {
  background:
    linear-gradient(135deg, rgba(248, 251, 255, 0.96), rgba(223, 232, 255, 0.84)),
    var(--paper);
  border: 2px solid var(--black);
  box-shadow: 8px 8px 0 rgba(28, 111, 154, 0.75);
  padding: clamp(1.1rem, 3vw, 1.6rem);
}

.showcase-main {
  background: var(--blue-deep);
  border: 2px solid var(--black);
  color: white;
  display: block;
  margin-bottom: 0.9rem;
  padding: 1rem;
  text-decoration: none;
}

.showcase-main span {
  display: block;
  font-size: 0.72rem;
  font-weight: 950;
  margin-bottom: 0.28rem;
  text-transform: uppercase;
}

.showcase-main span {
  color: white;
  opacity: 0.88;
}

.showcase-main strong {
  display: block;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(2rem, 4vw, 3.7rem);
  letter-spacing: 0;
  text-transform: uppercase;
}

.showcase-grid {
  display: grid;
  gap: 0.65rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.showcase-grid a {
  background: rgba(248, 251, 255, 0.92);
  border: 1px solid var(--line);
  color: var(--black);
  font-weight: 950;
  padding: 0.9rem 0.8rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.showcase-grid a:hover,
.showcase-grid a:focus-visible {
  background: var(--blue);
  color: white;
}

.hero-actions,
.section-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.button {
  align-items: center;
  border: 2px solid var(--black);
  display: inline-flex;
  font-weight: 950;
  justify-content: center;
  min-height: 3.15rem;
  padding: 0.85rem 1.15rem;
  text-decoration: none;
  text-transform: uppercase;
}

.button-primary {
  background: var(--red);
  box-shadow: 6px 6px 0 var(--blue);
  color: white;
}

.button-secondary {
  background: var(--paper);
  box-shadow: 6px 6px 0 var(--red);
  color: var(--black);
}

.section {
  padding: clamp(4rem, 8vw, 7rem) clamp(1rem, 5vw, 4rem);
}

.section-heading {
  margin-bottom: 2rem;
}

.section-shop {
  background:
    radial-gradient(circle at 78% 4rem, rgba(107, 139, 254, 0.18), transparent 18rem),
    linear-gradient(180deg, #e5efff 0%, #f1f7ff 48%, #f8fbff 100%);
  border-top: 1px solid rgba(36, 79, 207, 0.16);
}

.listing-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.listing-card {
  background: var(--panel);
  border: 1px solid var(--line);
  color: var(--ink);
  min-height: 20rem;
  overflow: hidden;
  text-decoration: none;
}

.listing-art {
  align-items: center;
  aspect-ratio: 1;
  background:
    radial-gradient(circle at 24% 20%, rgba(229, 41, 47, 0.08), transparent 11rem),
    linear-gradient(135deg, rgba(248, 251, 255, 0.62), rgba(107, 139, 254, 0.22)),
    #f8fbff;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.listing-art img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.listing-art span {
  color: var(--blue-deep);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 2.2rem;
  text-transform: uppercase;
}

.listing-card-body {
  padding: 1rem;
}

.listing-card h3 {
  font-size: 1.05rem;
  line-height: 1.3;
  margin: 0 0 0.65rem;
}

.listing-card p {
  color: var(--green);
  font-weight: 950;
  margin: 0;
}

.split-section {
  align-items: center;
  background:
    radial-gradient(circle at 18% 20%, rgba(107, 139, 254, 0.2), transparent 24rem),
    linear-gradient(135deg, #f1f7ff, #dfe8ff 62%, #f8fbff);
  display: grid;
  gap: clamp(2rem, 5vw, 5rem);
  grid-template-columns: 1fr 1fr;
}

.feature-panel {
  background: rgba(248, 251, 255, 0.82);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  padding: clamp(1rem, 3vw, 2rem);
}

.pixel-screen {
  align-items: center;
  aspect-ratio: 16 / 10;
  background:
    linear-gradient(135deg, rgba(62, 215, 232, 0.35), rgba(229, 41, 47, 0.35)),
    #f8fbff;
  border: 12px solid var(--black);
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
}

.pixel-screen img {
  display: block;
  max-width: 78%;
  position: relative;
  z-index: 1;
}

.screen-glow,
.scanline {
  inset: 0;
  position: absolute;
}

.screen-glow {
  background: radial-gradient(circle at center, rgba(107, 139, 254, 0.22), transparent 55%);
}

.scanline {
  background: repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.08) 0 2px, transparent 2px 8px);
}

.social-actions {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.social-actions a {
  border: 1px solid var(--line);
  color: var(--black);
  font-weight: 900;
  padding: 0.9rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.social-actions a:hover,
.social-actions a:focus-visible {
  background: var(--blue);
  color: white;
}

.final-band {
  align-items: center;
  background: var(--red);
  color: white;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
}

.final-band .eyebrow {
  color: white;
}

.site-footer {
  align-items: center;
  background: var(--cream);
  color: var(--muted);
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding: 1.2rem clamp(1rem, 5vw, 4rem);
}

@media (max-width: 860px) {
  .listing-grid,
  .split-section,
  .hero-inner {
    grid-template-columns: 1fr 1fr;
  }

  .split-section,
  .final-band {
    align-items: stretch;
    display: grid;
  }
}

@media (max-width: 560px) {
  .hero-backdrop::after {
    height: 42vh;
    opacity: 0.45;
    right: -55vw;
    top: 6rem;
    width: 112vw;
  }

  .hero-inner {
    padding-bottom: 3.8rem;
    padding-top: 6.4rem;
  }

  h1 {
    text-shadow: 4px 4px 0 rgba(248, 216, 66, 0.95);
  }

  .listing-grid,
  .split-section,
  .social-actions,
  .hero-inner,
  .showcase-grid {
    grid-template-columns: 1fr;
  }

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