:root {
  --background: #080a10;
  --background-strong: #05070d;
  --surface: #0f141d;
  --surface-raised: #151c29;
  --text: #f8fbff;
  --muted: #b8c2cf;
  --quiet: #7e8ba0;
  --line: rgba(210, 222, 246, 0.16);
  --line-strong: rgba(141, 182, 255, 0.38);
  --blue: #8db6ff;
  --cyan: #69d8d0;
  --rose: #ff4f98;
  --orange: #ff9d22;
  --gold: #ffd37a;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  scroll-behavior: smooth;
  background: var(--background-strong);
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--text);
  font-family:
    Geist, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.024) 1px, transparent 1px),
    radial-gradient(ellipse at 16% 12%, rgba(141, 182, 255, 0.18), transparent 42%),
    radial-gradient(ellipse at 88% 26%, rgba(255, 157, 34, 0.11), transparent 38%),
    linear-gradient(180deg, #080a10 0%, #0b0e15 48%, #05070d 100%);
  background-size: 54px 54px, 54px 54px, auto, auto, auto;
  letter-spacing: 0;
}

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

p,
h1,
h2,
h3,
dl,
dd {
  margin: 0;
}

.site-header,
.hero,
.split-section,
.example-section,
.shop-band,
.site-footer {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding-inline: 32px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  min-height: 78px;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  border-bottom: 1px solid var(--line);
  background: rgba(5, 7, 13, 0.82);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand img {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  object-fit: contain;
}

.brand span {
  display: grid;
  gap: 2px;
}

.brand strong {
  color: var(--text);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.1;
}

.brand small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.nav-links a {
  padding-block: 9px;
  border-bottom: 1px solid transparent;
}

.nav-links a:hover {
  border-color: var(--blue);
  color: var(--text);
}

.header-action,
.button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}

.header-action {
  border: 1px solid rgba(141, 182, 255, 0.42);
  padding-inline: 16px;
  background: rgba(141, 182, 255, 0.11);
  color: var(--text);
}

.hero {
  display: flex;
  align-items: center;
  min-height: calc(100vh - 78px);
  padding-block: 76px 54px;
}

.hero-copy {
  display: grid;
  gap: 22px;
}

.eyebrow {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  min-height: 34px;
  border: 1px solid rgba(141, 182, 255, 0.34);
  border-radius: 999px;
  padding: 0 12px;
  background: rgba(141, 182, 255, 0.1);
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 {
  max-width: 800px;
  color: var(--text);
  font-size: 70px;
  font-weight: 800;
  line-height: 1.03;
  letter-spacing: 0;
}

.lede {
  max-width: 690px;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.68;
}

.cta-row,
.example-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  padding-inline: 18px;
}

.button-primary {
  border: 1px solid rgba(141, 182, 255, 0.42);
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  color: #071017;
}

.button-secondary {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
}

.split-section,
.example-identity,
.audience-grid article,
.shop-band {
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(21, 28, 41, 0.88), rgba(8, 10, 16, 0.94)),
    rgba(8, 10, 16, 0.92);
  box-shadow:
    0 24px 80px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.card-kicker {
  color: var(--quiet);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.62fr) minmax(0, 1fr);
  gap: 36px;
  padding-block: 34px;
}

.split-section h2,
.section-heading h2,
.shop-band h2 {
  margin-top: 16px;
  color: var(--text);
  font-size: 38px;
  font-weight: 800;
  line-height: 1.13;
  letter-spacing: 0;
}

.section-copy {
  display: grid;
  gap: 18px;
  align-content: center;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.72;
}

.example-section {
  padding-block: 62px;
}

.section-heading {
  max-width: 790px;
}

.example-identity {
  display: grid;
  grid-template-columns: minmax(250px, 360px) minmax(0, 1fr);
  gap: 30px;
  align-items: center;
  margin-top: 24px;
  padding: 24px;
}

.logo-showcase {
  display: grid;
  gap: 18px;
}

.logo-showcase img {
  width: 100%;
  aspect-ratio: 1 / 1;
  border: 1px solid rgba(255, 231, 221, 0.18);
  border-radius: 8px;
  object-fit: cover;
}

.logo-showcase p {
  color: var(--gold);
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 34px;
  line-height: 1;
}

.example-copy {
  display: grid;
  gap: 18px;
}

.example-copy h3 {
  color: var(--text);
  font-size: 36px;
  font-weight: 800;
  line-height: 1.1;
}

.example-copy p {
  max-width: 660px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.72;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.audience-grid article {
  min-height: 230px;
  padding: 24px;
}

.audience-grid h3 {
  margin-top: 20px;
  color: var(--text);
  font-size: 23px;
  font-weight: 800;
  line-height: 1.18;
}

.audience-grid p {
  margin-top: 14px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.68;
}

.shop-band {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1fr);
  gap: 38px;
  align-items: start;
  margin-bottom: 68px;
  padding-block: 34px;
}

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

.category-list div {
  display: grid;
  gap: 6px;
  border: 1px solid rgba(210, 222, 246, 0.12);
  border-radius: 8px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.045);
}

.category-list strong {
  color: var(--gold);
  font-size: 15px;
}

.category-list span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.site-footer {
  display: flex;
  min-height: 88px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.site-footer a {
  color: var(--blue);
}

@media (max-width: 940px) {
  .site-header,
  .hero,
  .split-section,
  .example-section,
  .shop-band,
  .site-footer {
    padding-inline: 20px;
  }

  .nav-links {
    display: none;
  }

  .split-section,
  .example-identity,
  .shop-band {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-block: 58px 38px;
  }

  h1 {
    font-size: 48px;
  }

  .example-identity {
    max-width: 640px;
  }

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

  .audience-grid article {
    min-height: auto;
  }
}

@media (max-width: 560px) {
  .site-header {
    min-height: 70px;
  }

  .brand img {
    width: 38px;
    height: 38px;
  }

  .brand small {
    display: none;
  }

  .header-action {
    display: none;
  }

  h1 {
    font-size: 40px;
    line-height: 1.08;
  }

  .lede {
    font-size: 17px;
  }

  .button {
    width: 100%;
  }
  .split-section h2,
  .section-heading h2,
  .shop-band h2,
  .example-copy h3 {
    font-size: 30px;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
    padding-block: 24px;
  }
}
