:root {
  --ink: #11100e;
  --paper: #efede7;
  --muted: #85817a;
  --line: rgba(17, 16, 14, 0.16);
  --red: #8d1f17;
  --white: #fbfaf6;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(rgba(17, 16, 14, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 16, 14, 0.035) 1px, transparent 1px);
  background-size: 64px 64px;
  pointer-events: none;
}

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

button,
input {
  font: inherit;
}

.boot {
  display: grid;
  min-height: 100vh;
  place-items: center;
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}

.page {
  min-height: 100vh;
  overflow-x: clip;
}

.topbar {
  position: fixed;
  top: 18px;
  left: 18px;
  right: 18px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--line);
  background: rgba(239, 237, 231, 0.82);
  backdrop-filter: blur(18px);
  padding: 12px 14px;
}

.brand {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  font-weight: 900;
  text-transform: uppercase;
}

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

.brand small {
  color: var(--red);
  font-size: 12px;
}

.nav {
  display: flex;
  gap: 24px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  text-transform: lowercase;
}

.nav a:hover {
  color: var(--ink);
}

.hero {
  display: grid;
  min-height: 100vh;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
}

.hero > *,
.section__title > *,
.collection__grid > *,
.signup > *,
.drop > *,
.product-row > *,
.footer > * {
  min-width: 0;
}

.hero__visual {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: #171513;
}

.hero__visual::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 34% 18%, rgba(255, 255, 255, 0.12), transparent 24%),
    linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.34) 100%);
  mix-blend-mode: screen;
}

.hero__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.2) contrast(1.04);
}

.hero__index {
  position: absolute;
  right: 5vw;
  bottom: 4vw;
  z-index: 2;
  color: rgba(239, 237, 231, 0.72);
  font-size: clamp(96px, 18vw, 260px);
  font-weight: 900;
  line-height: 0.78;
}

.hero__copy {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  justify-content: flex-end;
  padding: 112px clamp(28px, 5vw, 78px) 9vh;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--red);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 700px;
  margin-bottom: 22px;
  font-size: clamp(42px, 6.2vw, 92px);
  line-height: 0.94;
  text-transform: uppercase;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.hero__copy p:not(.eyebrow) {
  max-width: 520px;
  margin-bottom: 32px;
  color: #45413c;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.25;
}

.button {
  display: inline-flex;
  width: fit-content;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--white);
  padding: 0 22px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: lowercase;
  cursor: pointer;
}

.button:hover {
  background: var(--red);
  border-color: var(--red);
}

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

.marquee span {
  min-height: 64px;
  display: grid;
  place-items: center;
  border-right: 1px solid var(--line);
  color: #514d47;
  font-size: 12px;
  font-weight: 800;
  text-transform: lowercase;
}

.marquee span:last-child {
  border-right: 0;
}

.section {
  padding: clamp(72px, 9vw, 136px) clamp(18px, 5vw, 76px);
}

.section__title {
  display: grid;
  grid-template-columns: minmax(180px, 0.34fr) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  margin-bottom: 34px;
}

.section__title h2 {
  margin: 0;
  max-width: 780px;
  font-size: clamp(40px, 6vw, 92px);
  line-height: 0.9;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.drops {
  display: grid;
  border-top: 1px solid var(--line);
}

.drop {
  display: grid;
  grid-template-columns: 0.3fr 1fr auto;
  gap: 20px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding: 28px 0;
}

.drop span,
.drop small,
.product-row span,
.product-row small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.drop strong {
  font-size: clamp(28px, 4.6vw, 72px);
  line-height: 0.92;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.collection__grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.48fr) minmax(360px, 0.52fr);
  gap: clamp(18px, 3vw, 54px);
  align-items: start;
}

.product-card {
  position: sticky;
  top: 104px;
  display: grid;
  grid-template-rows: auto auto;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--white);
  overflow: hidden;
}

.product-card__image {
  position: relative;
  aspect-ratio: 2 / 3;
  min-height: 0;
  background: #171513;
}

.product-card__image::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, transparent 54%, rgba(0, 0, 0, 0.38)),
    radial-gradient(circle at 24% 88%, rgba(141, 31, 23, 0.28), transparent 24%);
  pointer-events: none;
}

.product-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.product-card__body {
  position: relative;
  display: grid;
  gap: 8px;
  padding: clamp(18px, 2.4vw, 28px);
}

.product-card__body span {
  color: rgba(251, 250, 246, 0.55);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.product-card__body h3 {
  margin: 18px 0 8px;
  font-size: clamp(30px, 3.2vw, 46px);
  line-height: 0.98;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.product-card__body p {
  margin-bottom: 6px;
  color: rgba(251, 250, 246, 0.68);
}

.product-card__body strong {
  margin-top: 8px;
  font-size: 20px;
}

.product-list {
  display: grid;
  border-top: 1px solid var(--line);
  overflow: hidden;
}

.product-row {
  display: grid;
  min-height: 118px;
  grid-template-columns: 72px minmax(0, 1fr) minmax(80px, auto);
  grid-template-areas:
    "image code price"
    "image title title"
    "image color color";
  gap: 6px 16px;
  align-items: center;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
  padding: 14px 0;
  text-align: left;
  cursor: pointer;
  overflow: hidden;
}

.product-row img {
  grid-area: image;
  display: block;
  width: 72px;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  background: #171513;
  filter: grayscale(0.12) contrast(1.03);
}

.product-row span {
  grid-area: code;
}

.product-row strong {
  grid-area: title;
  max-width: 100%;
  font-size: clamp(22px, 2.25vw, 32px);
  line-height: 0.98;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.product-row em {
  grid-area: color;
  color: #514d47;
  font-style: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-row small {
  grid-area: price;
  justify-self: end;
  white-space: nowrap;
}

.product-row.is-active {
  color: var(--red);
}

.manifest {
  display: grid;
  min-height: 58vh;
  place-items: center;
  padding: 18px;
  background: var(--ink);
  color: var(--paper);
}

.manifest p {
  max-width: 900px;
  margin: 0;
  font-size: clamp(44px, 8vw, 126px);
  font-weight: 900;
  line-height: 0.9;
  text-align: center;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.signup {
  display: grid;
  grid-template-columns: minmax(260px, 0.58fr) minmax(280px, 0.42fr);
  gap: clamp(28px, 6vw, 86px);
}

.signup .section__title {
  display: block;
  margin-bottom: 0;
}

.form {
  display: grid;
  gap: 18px;
  align-self: start;
  border: 1px solid var(--line);
  padding: clamp(18px, 3vw, 34px);
  background: rgba(251, 250, 246, 0.42);
}

.form label {
  display: grid;
  gap: 8px;
}

.form span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: lowercase;
}

.form input {
  width: 100%;
  min-height: 54px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  padding: 0 14px;
  outline: none;
}

.form input:focus {
  border-color: var(--ink);
}

.form-status {
  min-height: 20px;
  margin: 0;
  color: var(--red);
  font-size: 13px;
  font-weight: 800;
}

.footer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  border-top: 1px solid var(--line);
  padding: 24px clamp(18px, 5vw, 76px);
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: lowercase;
}

.footer :nth-child(2) {
  text-align: center;
}

.footer :last-child {
  text-align: right;
}

@media (max-width: 820px) {
  .topbar {
    top: 10px;
    left: 10px;
    right: 10px;
  }

  .nav {
    gap: 14px;
  }

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

  .hero__visual {
    min-height: 56vh;
  }

  .hero__copy {
    min-height: auto;
    padding-top: 42px;
  }

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

  .section__title,
  .collection__grid,
  .signup {
    grid-template-columns: 1fr;
  }

  .drop {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .product-card {
    position: static;
    grid-template-rows: auto auto;
    min-height: 0;
  }

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

  .footer :nth-child(2),
  .footer :last-child {
    text-align: left;
  }
}

@media (max-width: 460px) {
  .nav {
    display: none;
  }

  h1 {
    font-size: clamp(34px, 10vw, 46px);
    line-height: 0.98;
  }

  .section {
    padding-inline: 14px;
  }

  .product-card {
    grid-template-rows: auto auto;
  }

  .product-row {
    min-height: 112px;
    grid-template-columns: 58px minmax(0, 1fr) auto;
    grid-template-areas:
      "image code price"
      "image title title"
      "image color color";
    gap: 6px 12px;
  }

  .product-row img {
    width: 58px;
  }

  .product-row strong {
    font-size: clamp(20px, 7vw, 28px);
  }
}
