:root {
  --bg: #030304;
  --panel: #09090b;
  --line: rgba(255, 255, 255, 0.11);
  --text: #f4f4f4;
  --muted: #a7a7ad;
  --hot: #f20a8d;
  --blue: #0758c9;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  background:
    radial-gradient(circle at 15% 32%, rgba(4, 76, 181, 0.28), transparent 25%),
    radial-gradient(circle at 92% 23%, rgba(230, 0, 123, 0.31), transparent 28%),
    linear-gradient(180deg, #010102 0%, #08080a 100%);
  font-family: Inter, Arial, sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.16;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(90deg, transparent, black 12%, black 88%, transparent);
}

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

button {
  color: inherit;
  background: none;
  border: 0;
  cursor: pointer;
  font: inherit;
}

.side-rail {
  position: fixed;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  width: 66px;
  border-right: 1px solid var(--line);
  background: rgba(0, 0, 0, 0.64);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 50px 0 30px;
}

.hamburger {
  width: 28px;
  height: 24px;
  display: grid;
  gap: 7px;
}

.hamburger span {
  display: block;
  height: 1px;
  background: #fff;
}

.vertical-text {
  writing-mode: vertical-rl;
  text-transform: uppercase;
  color: #c8c8cd;
  font-size: 12px;
  letter-spacing: 5px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.vertical-text span:first-child {
  color: #0084ff;
}

.vertical-text span:last-child {
  color: var(--hot);
}

.vertical-text i {
  width: 1px;
  height: 18px;
  background: #fff;
}

.socials {
  display: grid;
  gap: 20px;
  font-weight: 800;
}

.down {
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: #fff;
}

.page-shell {
  min-height: 100vh;
  margin-left: 66px;
  border-right: 1px solid rgba(255,255,255,.04);
}

.top-strip {
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  color: #d8d8df;
  border-bottom: 1px solid rgba(255,255,255,.06);
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 3px;
}

.top-strip strong {
  color: var(--hot);
}

.site-header {
  min-height: 140px;
  padding: 18px 34px 0 64px;
  display: grid;
  grid-template-columns: 230px 1fr 150px;
  align-items: start;
  gap: 30px;
}

.brand {
  display: grid;
  width: max-content;
  text-align: center;
}

.brand span {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(56px, 7vw, 92px);
  line-height: .82;
  font-style: italic;
  transform: skew(-10deg);
  text-shadow: -4px 3px 0 rgba(255,255,255,.12);
}

.brand b,
.infinity,
.site-footer strong {
  font-size: 54px;
  line-height: .75;
  background: linear-gradient(90deg, var(--blue), var(--hot));
  -webkit-background-clip: text;
  color: transparent;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: clamp(24px, 4vw, 68px);
  padding-top: 34px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
}

.main-nav a {
  position: relative;
  color: #eeeef2;
}

.main-nav .active {
  color: var(--hot);
}

.main-nav .active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -14px;
  height: 1px;
  background: var(--hot);
}

.header-actions {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
  padding-top: 27px;
  font-size: 25px;
}

.cart {
  position: relative;
  font-size: 19px;
}

.cart span {
  position: absolute;
  top: -12px;
  right: -14px;
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--hot);
  font-size: 10px;
  font-weight: 800;
}

.hero {
  position: relative;
  min-height: 470px;
  padding: 40px 70px 0 220px;
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: -16% -5% 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.85) 0%, rgba(0,0,0,.3) 48%, rgba(0,0,0,.75) 100%),
    url("assets/lyru-reference.png") center 35% / cover no-repeat;
  opacity: .2;
  filter: contrast(1.25) saturate(1.25);
}

.paint {
  position: absolute;
  width: 26vw;
  height: 20vw;
  border: 2px solid currentColor;
  opacity: .55;
  filter: blur(.2px);
  transform: rotate(15deg);
  border-radius: 45% 55% 52% 48%;
}

.paint-blue {
  right: 18vw;
  top: 115px;
  color: var(--blue);
}

.paint-pink {
  right: -5vw;
  top: 70px;
  color: var(--hot);
}

.hero-copy,
.drop-card,
.hero-figure {
  position: relative;
  z-index: 1;
}

.hero-copy {
  width: min(560px, 100%);
}

.hero-copy h1 {
  margin: 0;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-style: italic;
  text-transform: uppercase;
  line-height: .82;
  letter-spacing: 0;
}

.hero-copy h1 span,
.hero-copy h1 strong {
  display: block;
  transform: skew(-8deg);
}

.hero-copy h1 span {
  font-size: clamp(80px, 8vw, 136px);
  color: #fff;
  text-shadow: -4px 3px 0 rgba(255,255,255,.13);
}

.hero-copy h1 strong {
  font-size: clamp(78px, 9vw, 150px);
  background: linear-gradient(100deg, #0963df 0%, #f70b93 58%, #0353bc 100%);
  -webkit-background-clip: text;
  color: transparent;
}

.hero-copy p,
.section-heading h2 {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-style: italic;
  transform: skew(-8deg);
}

.hero-copy p {
  margin: 18px 0 32px;
  color: #b9b9bf;
  font-size: 31px;
}

.hero-buttons {
  display: flex;
  gap: 28px;
}

.primary-btn,
.ghost-btn,
.drop-card a {
  height: 50px;
  min-width: 170px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1.4px;
}

.primary-btn {
  background: var(--hot);
  color: #050505;
}

.ghost-btn,
.drop-card a {
  border: 1px solid rgba(255,255,255,.35);
}

.ghost-btn span {
  color: var(--hot);
  font-size: 18px;
}

.hero-figure {
  position: absolute;
  left: 49%;
  bottom: -7px;
  width: min(420px, 35vw);
  aspect-ratio: 1 / 1.25;
  overflow: hidden;
  transform: translateX(-8%);
}

.hero-figure img {
  width: 360%;
  height: 190%;
  object-fit: cover;
  object-position: 59% 10%;
  transform: translate(-37%, -9%);
  filter: saturate(1.1) contrast(1.1);
}

.drop-card {
  position: absolute;
  right: 10%;
  top: 210px;
  width: 230px;
}

.drop-card small {
  color: var(--hot);
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1px;
}

.drop-card h2 {
  margin: 9px 0 8px;
  text-transform: uppercase;
  font-size: 27px;
  letter-spacing: 1px;
}

.drop-card p {
  color: #bfc0c7;
  margin: 0 0 22px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: 1.5px;
}

.drop-card a {
  min-width: 160px;
  height: 42px;
}

.pager {
  display: flex;
  gap: 36px;
  margin-top: 34px;
  color: #74747b;
  font-size: 18px;
  font-weight: 800;
}

.pager b {
  color: var(--hot);
  border-bottom: 1px solid var(--hot);
  padding-bottom: 10px;
}

.benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--line);
}

.benefits div {
  min-height: 88px;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 0 42px;
  border-right: 1px solid rgba(255,255,255,.08);
}

.benefits strong:not(.infinity) {
  font-size: 36px;
  font-weight: 400;
}

.benefits p {
  margin: 0;
  display: grid;
  gap: 4px;
}

.benefits b,
.image-card h3,
.product-card h3 {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
}

.benefits span,
.product-card p {
  color: var(--muted);
  font-size: 13px;
}

.content-section {
  padding: 24px 72px 0 122px;
}

.section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.section-heading h2 {
  margin: 0;
  font-size: 36px;
  text-transform: uppercase;
  color: #eeeef3;
}

.section-heading a,
.image-card a {
  color: var(--hot);
  text-transform: uppercase;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 1.5px;
}

.section-heading a span,
.image-card a span,
.product-card a {
  font-size: 24px;
}

.collection-grid,
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.image-card {
  position: relative;
  min-height: 150px;
  padding: 94px 22px 18px;
  border: 1px solid var(--line);
  overflow: hidden;
  background:
    linear-gradient(180deg, transparent 0%, rgba(0,0,0,.88) 78%),
    url("assets/lyru-reference.png") center / 170% auto no-repeat;
}

.image-card::after,
.product-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(0,85,210,.18), transparent 40%, rgba(242,10,141,.25));
  pointer-events: none;
}

.image-card h3,
.product-card h3,
.image-card a {
  position: relative;
  z-index: 1;
}

.image-card h3 {
  margin: 0 0 12px;
}

.apparel { background-position: 15% 72%; }
.collectibles { background-position: 54% 23%; }
.accessories { background-position: 75% 78%; }
.bags { background-position: 93% 70%; }

.drops-section {
  padding-top: 20px;
}

.product-card {
  position: relative;
  min-height: 164px;
  padding: 104px 16px 16px;
  border: 1px solid var(--line);
  overflow: hidden;
  background: #070708;
}

.product-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .74;
  filter: contrast(1.12) saturate(1.18);
}

.product-card:nth-child(1) img { object-position: 16% 80%; }
.product-card:nth-child(2) img { object-position: 36% 76%; }
.product-card:nth-child(3) img { object-position: 57% 45%; }
.product-card:nth-child(4) img { object-position: 78% 78%; }

.product-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 6px;
}

.product-card p {
  position: relative;
  z-index: 1;
  margin: 0;
}

.product-card a {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 18px;
  color: var(--hot);
}

.tag {
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 14px;
  padding: 4px 7px;
  border: 1px solid var(--hot);
  color: var(--hot);
  text-transform: uppercase;
  font-size: 10px;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 18px 72px 18px 20px;
  color: #777780;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
}

.site-footer p {
  margin: 0;
}

.site-footer p:last-child {
  text-align: right;
  color: #0067d8;
}

.site-footer span {
  color: var(--hot);
}

@media (max-width: 1150px) {
  .site-header {
    grid-template-columns: 180px 1fr;
  }

  .header-actions {
    display: none;
  }

  .main-nav {
    justify-content: flex-end;
    gap: 24px;
  }

  .hero {
    padding-left: 82px;
  }

  .drop-card {
    right: 42px;
  }

  .benefits,
  .collection-grid,
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  .side-rail {
    display: none;
  }

  .page-shell {
    margin-left: 0;
  }

  .top-strip {
    height: auto;
    padding: 10px 18px;
    flex-wrap: wrap;
    font-size: 10px;
  }

  .site-header {
    min-height: auto;
    padding: 18px;
    grid-template-columns: 1fr;
  }

  .brand span {
    font-size: 58px;
  }

  .brand b {
    font-size: 36px;
  }

  .main-nav {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: stretch;
    gap: 18px;
    padding-top: 8px;
    font-size: 11px;
  }

  .hero {
    min-height: 720px;
    padding: 38px 20px 0;
  }

  .hero-copy h1 span,
  .hero-copy h1 strong {
    font-size: 76px;
  }

  .hero-buttons {
    flex-wrap: wrap;
    gap: 12px;
  }

  .primary-btn,
  .ghost-btn {
    flex: 1 1 170px;
  }

  .hero-figure {
    left: 50%;
    bottom: 105px;
    width: min(330px, 90vw);
    transform: translateX(-50%);
  }

  .drop-card {
    top: auto;
    bottom: 22px;
    left: 20px;
    right: 20px;
    width: auto;
  }

  .benefits,
  .collection-grid,
  .product-grid {
    grid-template-columns: 1fr;
  }

  .benefits div {
    padding: 18px 22px;
    min-height: 78px;
  }

  .content-section {
    padding: 24px 18px 0;
  }

  .section-heading {
    align-items: flex-start;
    gap: 12px;
  }

  .section-heading h2 {
    font-size: 31px;
  }

  .section-heading a {
    text-align: right;
  }

  .site-footer {
    grid-template-columns: 1fr;
    padding: 24px 18px;
    text-align: center;
  }

  .site-footer p:last-child {
    text-align: center;
  }
}
