:root {
  --bg: #090909;
  --panel: rgba(255, 255, 255, 0.06);
  --panel-strong: rgba(255, 255, 255, 0.095);
  --line: rgba(255, 255, 255, 0.12);
  --text: #f5f5f5;
  --muted: #cfcfcf;
  --soft: #9c9c9c;
  --pink: #ff2fb3;
  --pink-strong: #ff00a8;
  --pink-soft: rgba(255, 47, 179, 0.18);
  --blue-electric: #0fe9ef;
  --blue-soft: rgba(15, 233, 239, 0.16);
  --shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
  --radius: 24px;
  --max: 1100px;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
  font-family: Inter, Arial, Helvetica, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 20% 10%, rgba(255, 0, 168, 0.22), transparent 28%),
    radial-gradient(circle at 80% 0%, rgba(15, 233, 239, 0.16), transparent 24%),
    linear-gradient(180deg, #050505 0%, #090909 42%, #111 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,0.8), transparent 78%);
  z-index: -1;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255,0,168,0.035), transparent 20%, transparent 80%, rgba(15,233,239,0.03));
  z-index: -1;
}

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

p { margin-top: 0; }

.container {
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  padding: 14px 0;
  background: rgba(9, 9, 9, 0.72);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.nav-wrap,
.footer-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.brand {
  font-size: 0.92rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  font-weight: 900;
}

.brand small {
  display: inline-block;
  margin-left: 8px;
  color: var(--muted);
  font-size: 0.8em;
  letter-spacing: 0.04em;
  font-weight: 700;
}

.top-links {
  display: flex;
  gap: 14px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 700;
}

.top-links a {
  padding: 8px 10px;
  border-radius: 999px;
}

.top-links a:hover,
.top-links a:focus-visible {
  background: rgba(255,255,255,0.06);
  color: #fff;
  outline: none;
}

.hero {
  min-height: calc(100vh - 68px);
  display: flex;
  align-items: center;
  padding: 54px 0 72px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.75fr);
  gap: 22px;
  align-items: stretch;
}

.hero-panel,
.sneaker-card,
.info-card,
.support-panel,
.read-card,
.viral-panel,
.timeline-item {
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.hero-panel {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.035));
  border-radius: var(--radius);
  padding: clamp(28px, 5vw, 52px);
}

.hero-panel::after {
  content: "";
  position: absolute;
  right: -110px;
  bottom: -120px;
  width: 320px;
  height: 320px;
  border-radius: 999px;
  background: rgba(255, 47, 179, 0.16);
  filter: blur(12px);
}

.hero-panel > * { position: relative; z-index: 1; }

.eyebrow {
  margin: 0 0 12px;
  color: var(--pink);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.76rem;
  font-weight: 900;
}

h1,
h2,
h3 {
  margin-top: 0;
}

h1 {
  margin-bottom: 0;
  max-width: 850px;
  font-size: clamp(2.7rem, 7.8vw, 5.8rem);
  line-height: 0.9;
  letter-spacing: -0.065em;
  color: var(--blue-electric);
  text-shadow: 0 0 10px rgba(15,233,239,0.50), 0 0 26px rgba(15,233,239,0.28);
}

h2 {
  font-size: clamp(2rem, 5vw, 3.8rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
  color: #fff;
  margin-bottom: 0;
}

h3 {
  font-size: 1.16rem;
  margin-bottom: 10px;
}

.callout {
  max-width: 760px;
  margin: 22px 0 12px;
  color: #fff;
  font-family: "Syne Mono", monospace;
  font-size: clamp(1rem, 3.5vw, 1.35rem);
  line-height: 1.55;
  border-left: 4px solid var(--pink);
  padding-left: 14px;
  text-shadow: 0 0 18px rgba(255,47,179,0.25);
}

.pitch,
.section-copy,
.copy-stack p,
.info-card p,
.support-panel p,
.read-card p,
.timeline-item p,
.viral-panel p {
  color: var(--muted);
  font-size: 1.03rem;
  line-height: 1.7;
}

.pitch {
  max-width: 780px;
  margin: 0;
}

.cta-row,
.support-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.btn {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  justify-content: center;
  min-width: 210px;
  padding: 14px 20px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.14);
  font-weight: 900;
  letter-spacing: 0.02em;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.btn small {
  display: block;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  opacity: 0.9;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-1px);
  outline: none;
}

.btn-primary {
  background: linear-gradient(135deg, var(--pink) 0%, var(--pink-strong) 100%);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.04), 0 10px 26px rgba(255,0,168,0.28);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  box-shadow: 0 0 0 1px rgba(255,255,255,0.06), 0 14px 34px rgba(255,0,168,0.34);
}

.btn-secondary {
  background: rgba(255,255,255,0.04);
  color: #fff;
  border-color: rgba(15,233,239,0.38);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.03), 0 0 22px rgba(15,233,239,0.10);
}

.btn-secondary:hover,
.btn-secondary:focus-visible {
  background: rgba(15,233,239,0.08);
  border-color: rgba(15,233,239,0.56);
}

.sneaker-card {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 16px;
  padding: 26px;
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 50% 18%, rgba(15,233,239,0.24), transparent 30%),
    linear-gradient(160deg, rgba(255,47,179,0.11), rgba(255,255,255,0.035));
}

.shoe-graphic {
  position: absolute;
  top: 58px;
  left: 50%;
  transform: translateX(-50%) rotate(-10deg);
  width: 220px;
  height: 118px;
  border: 4px solid rgba(245,245,245,0.9);
  border-top-left-radius: 64px;
  border-top-right-radius: 28px;
  border-bottom-left-radius: 28px;
  border-bottom-right-radius: 54px;
  box-shadow: 0 0 22px rgba(15,233,239,0.22), inset 0 0 24px rgba(255,47,179,0.12);
}

.shoe-graphic strong {
  position: absolute;
  left: 38px;
  top: 42px;
  color: var(--blue-electric);
  letter-spacing: -0.08em;
  font-size: 2rem;
  text-shadow: 0 0 18px rgba(15,233,239,0.4);
}

.lace {
  position: absolute;
  display: block;
  width: 62px;
  height: 4px;
  background: var(--pink);
  border-radius: 999px;
  box-shadow: 0 0 14px rgba(255,47,179,0.55);
}

.lace-one { left: 94px; top: 34px; transform: rotate(22deg); }
.lace-two { left: 110px; top: 54px; transform: rotate(-20deg); }

.sole {
  position: absolute;
  left: -10px;
  right: -10px;
  bottom: -18px;
  height: 18px;
  background: rgba(245,245,245,0.85);
  border-radius: 999px;
  box-shadow: 0 0 20px rgba(255,255,255,0.18);
}

.tagline {
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: "Syne Mono", monospace;
  font-size: 1.1rem;
  line-height: 1.5;
}

.mini-stats {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mini-stats span {
  color: #fff;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 999px;
  padding: 7px 9px;
  background: rgba(0,0,0,0.18);
}

.section {
  padding: 82px 0;
}

.section-tight {
  padding-top: 0;
}

.two-col,
.proof-grid,
.read-card,
.support-panel,
.viral-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 28px;
  align-items: center;
}

.copy-stack p:last-child,
.support-panel p:last-child,
.timeline-item p:last-child,
.read-card p:last-child,
.viral-panel p:last-child {
  margin-bottom: 0;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.info-card,
.timeline-item {
  border-radius: 20px;
  background: rgba(255,255,255,0.045);
  padding: 22px;
}

.card-number,
.timeline-item span {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--blue-electric);
  font-family: "Syne Mono", monospace;
  font-weight: 900;
  text-shadow: 0 0 14px rgba(15,233,239,0.25);
}

.proof-section {
  background: linear-gradient(180deg, transparent, rgba(255,47,179,0.045), transparent);
}

.timeline {
  display: grid;
  gap: 12px;
}

.timeline-item {
  position: relative;
  padding-left: 26px;
}

.timeline-item::before {
  content: "";
  position: absolute;
  left: 11px;
  top: 28px;
  bottom: 24px;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(var(--pink), var(--blue-electric));
}

.support-panel,
.read-card,
.viral-panel {
  border-radius: var(--radius);
  padding: clamp(24px, 4vw, 42px);
  background: linear-gradient(135deg, rgba(255,47,179,0.14), rgba(15,233,239,0.07));
}

.support-actions {
  justify-content: flex-end;
  margin-top: 0;
}

.microcopy {
  font-family: "Syne Mono", monospace;
  color: #fff !important;
  border-left: 3px solid var(--blue-electric);
  padding-left: 12px;
}

.read-card,
.viral-panel {
  background: rgba(255,255,255,0.055);
}

.viral-panel {
  margin-top: 18px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.share-line {
  font-family: "Syne Mono", monospace;
  color: #fff !important;
  font-size: 1.15rem !important;
}

.site-footer {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 26px 0;
  color: var(--soft);
  font-size: 0.92rem;
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  color: var(--muted);
  font-weight: 700;
}

@media (max-width: 880px) {
  .hero-grid,
  .two-col,
  .proof-grid,
  .read-card,
  .support-panel,
  .viral-panel {
    grid-template-columns: 1fr;
  }

  .cards {
    grid-template-columns: 1fr;
  }

  .support-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 700px) {
  .site-header {
    position: relative;
  }

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

  .top-links {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .brand small {
    display: block;
    margin: 6px 0 0;
  }

  .hero {
    align-items: flex-start;
    padding: 28px 0 48px;
  }

  .hero-panel,
  .sneaker-card,
  .support-panel,
  .read-card,
  .viral-panel {
    border-radius: 20px;
  }

  .sneaker-card {
    min-height: 430px;
    justify-content: flex-start;
    padding: 220px 26px 26px;
  }

  .shoe-graphic {
    top: 54px;
    width: 210px;
    height: 114px;
  }

  .shoe-graphic strong {
    left: 36px;
    top: 41px;
    font-size: 2rem;
  }

  .tagline {
    position: relative;
    z-index: 2;
    margin: 0 0 12px;
    max-width: 100%;
    font-size: 1rem;
    line-height: 1.45;
  }

  .mini-stats {
    position: relative;
    z-index: 2;
  }

  .section {
    padding: 56px 0;
  }

  .section-tight {
    padding-top: 0;
  }

  .pitch,
  .section-copy,
  .copy-stack p,
  .info-card p,
  .support-panel p,
  .read-card p,
  .timeline-item p,
  .viral-panel p {
    font-size: 0.98rem;
  }

  .cta-row,
  .support-actions {
    flex-direction: column;
  }

  .btn {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 390px) {
  .sneaker-card {
    min-height: 450px;
    padding-top: 230px;
  }

  .shoe-graphic {
    width: 194px;
    height: 106px;
  }

  .tagline {
    font-size: 0.96rem;
  }
}
