html, body { min-width: 0; }
body { overflow-x: hidden; }

.page-shell {
  background: #080807;
  min-height: 100vh;
}

.masthead--inner {
  background: rgba(8, 8, 7, .76);
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.masthead--inner .wordmark--image {
  height: 74px;
  width: 154px;
}

.menu__link.is-current {
  color: var(--ivory);
}

.menu__link.is-current::after {
  transform: scaleX(1);
}

.inner-hero {
  align-items: flex-end;
  background-position: center;
  background-size: cover;
  display: flex;
  isolation: isolate;
  min-height: 100svh;
  padding: 180px 11vw 11vh;
  position: relative;
}

.inner-hero::before {
  background:
    linear-gradient(90deg, rgba(5, 5, 4, .93), rgba(5, 5, 4, .52) 57%, rgba(5, 5, 4, .28)),
    linear-gradient(0deg, rgba(5, 5, 4, .9), transparent 58%);
  content: "";
  inset: 0;
  position: absolute;
  z-index: -1;
}

.inner-hero__copy {
  max-width: 760px;
}

.kicker {
  color: var(--muted);
  font: 400 10px/1.5 "DM Mono", monospace;
  letter-spacing: .18em;
  margin: 0 0 28px;
  text-transform: uppercase;
}

.inner-title {
  color: var(--ivory);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(58px, 7vw, 116px);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .92;
  margin: 0;
}

.inner-lede {
  color: rgba(241, 238, 231, .8);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(19px, 1.6vw, 27px);
  line-height: 1.55;
  margin: 42px 0 0;
  max-width: 690px;
}

.inner-lede + .inner-lede {
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.75;
  margin-top: 22px;
  max-width: 620px;
}

.scroll-mark {
  align-items: center;
  bottom: 34px;
  color: var(--muted);
  display: flex;
  font: 400 9px/1 "DM Mono", monospace;
  gap: 12px;
  letter-spacing: .16em;
  position: absolute;
  right: 5vw;
  text-transform: uppercase;
}

.scroll-mark::after {
  background: var(--muted);
  content: "";
  height: 44px;
  width: 1px;
}

.collections-stage {
  background: #090908;
  padding: 130px 5vw 150px;
}

.collections-stage__intro {
  margin: 0 auto 72px;
  max-width: 1220px;
}

.collections-stage__intro p {
  color: var(--muted);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(18px, 2vw, 32px);
  font-style: italic;
  margin: 0 0 20px;
}

.collections-stage__intro h2 {
  font: 400 clamp(42px, 6vw, 92px)/1 "Playfair Display", Georgia, serif;
  letter-spacing: -.04em;
  margin: 0;
}

.collection-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto;
  max-width: 1220px;
}

.collection-card {
  aspect-ratio: .72;
  isolation: isolate;
  overflow: hidden;
  padding: 28px;
  position: relative;
}

.collection-card img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  transition: filter .8s ease, transform 1.2s cubic-bezier(.2, .75, .25, 1);
  width: 100%;
  z-index: -2;
}

.collection-card::after {
  background: linear-gradient(0deg, rgba(4, 4, 4, .9), rgba(4, 4, 4, .08) 58%);
  content: "";
  inset: 0;
  position: absolute;
  transition: opacity .65s ease;
  z-index: -1;
}

.collection-card__meta {
  align-items: flex-end;
  bottom: 30px;
  display: flex;
  justify-content: space-between;
  left: 28px;
  position: absolute;
  right: 28px;
}

.collection-card h3 {
  font: 500 clamp(31px, 3vw, 52px)/1 "Playfair Display", Georgia, serif;
  letter-spacing: -.04em;
  margin: 0;
  transition: color .4s ease;
}

.collection-card span {
  color: var(--muted);
  font: 400 9px/1 "DM Mono", monospace;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.collection-card:hover img {
  filter: brightness(1.08);
  transform: scale(1.045);
}

.collection-card:hover::after {
  opacity: .72;
}

.collection-card:hover h3 {
  color: #fff;
}

.collection-hero {
  align-items: flex-end;
  background-position: center;
  background-size: cover;
  display: flex;
  isolation: isolate;
  min-height: 74svh;
  padding: 160px 8vw 8vh;
  position: relative;
}

.collection-hero::before {
  background:
    linear-gradient(0deg, rgba(5, 5, 4, .96), rgba(5, 5, 4, .1) 72%),
    linear-gradient(90deg, rgba(5, 5, 4, .65), transparent);
  content: "";
  inset: 0;
  position: absolute;
  z-index: -1;
}

.collection-hero h1 {
  font-size: clamp(72px, 9vw, 150px);
}

.collection-body {
  margin: 0 auto;
  max-width: 1180px;
  padding: 100px 6vw 150px;
}

.collection-description {
  color: rgba(241, 238, 231, .74);
  font: 400 clamp(18px, 2vw, 28px)/1.6 "Playfair Display", Georgia, serif;
  margin: 0 0 90px;
  max-width: 850px;
}

.design-list {
  border-top: 1px solid var(--line);
}

.design-list__head,
.design-row {
  align-items: center;
  display: grid;
  gap: 24px;
  grid-template-columns: .8fr 1.7fr auto;
}

.design-list__head {
  color: var(--muted);
  font: 400 9px/1 "DM Mono", monospace;
  letter-spacing: .15em;
  padding: 18px 0;
  text-transform: uppercase;
}

.design-row {
  border-top: 1px solid var(--line);
  min-height: 112px;
  padding: 22px 0;
  position: relative;
}

.design-row__edition {
  color: var(--muted);
  font: 400 10px/1.4 "DM Mono", monospace;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.design-row__name {
  font: 500 clamp(26px, 3vw, 46px)/1 "Playfair Display", Georgia, serif;
  letter-spacing: -.035em;
}

.design-row__link {
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  display: inline-flex;
  font: 500 9px/1 "DM Sans", sans-serif;
  gap: 22px;
  letter-spacing: .12em;
  padding: 14px 18px;
  text-transform: uppercase;
  transition: background .35s ease, color .35s ease;
}

.design-row__link:hover {
  background: var(--ivory);
  color: var(--ink);
}

.design-row__preview {
  border-radius: 2px;
  height: 84px;
  object-fit: cover;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 150px;
  top: 50%;
  transform: translateY(-45%) scale(.96);
  transition: opacity .45s ease, transform .55s ease;
  width: 136px;
  z-index: 1;
}

.design-row--preview:hover .design-row__preview {
  opacity: .72;
  transform: translateY(-50%) scale(1);
}

.story-hero {
  align-items: center;
  background: radial-gradient(circle at 75% 20%, #281411 0, #0a0908 38%, #060605 78%);
  display: flex;
  min-height: 100svh;
  padding: 170px 10vw 110px;
}

.story-hero__copy {
  max-width: 900px;
}

.story-hero h1 {
  font-size: clamp(66px, 9vw, 144px);
}

.story-status {
  color: var(--muted);
  font: 400 10px/1 "DM Mono", monospace;
  letter-spacing: .16em;
  margin: 28px 0 0;
  text-transform: uppercase;
}

.story-placeholders {
  background: #0a0a09;
  display: grid;
  gap: 1px;
  grid-template-columns: 1fr 1fr;
}

.story-placeholder {
  align-items: flex-end;
  background: linear-gradient(145deg, #11110f, #070706);
  display: flex;
  min-height: 52vh;
  padding: 52px 5vw;
}

.story-placeholder span {
  color: var(--muted);
  font: 400 9px/1 "DM Mono", monospace;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.site-footer {
  align-items: center;
  border-top: 1px solid var(--line);
  color: var(--muted);
  display: flex;
  font: 400 9px/1.5 "DM Mono", monospace;
  justify-content: space-between;
  letter-spacing: .12em;
  padding: 34px 5vw;
  text-transform: uppercase;
}

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

[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .9s ease, transform .9s ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1100px) {
  .masthead--inner {
    grid-template-columns: 1fr auto 1fr;
    padding: 0 28px;
  }

  .masthead--inner .menu {
    gap: 16px;
  }

  .masthead--inner .menu__link {
    font-size: 8px;
  }

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

  .collection-card {
    aspect-ratio: 1.25;
  }
}

@media (max-width: 780px) {
  .masthead--inner {
    grid-template-columns: 1fr auto;
    height: 92px;
    padding: 0 22px;
  }

  .masthead--inner .wordmark--image {
    height: 62px;
    width: 130px;
  }

  .masthead--inner .header__socials {
    display: none;
  }

  .inner-hero {
    min-height: 100svh;
    padding: 140px 28px 72px;
  }

  .inner-title {
    font-size: clamp(52px, 15vw, 76px);
  }

  .inner-lede {
    font-size: 18px;
    margin-top: 30px;
  }

  .inner-lede + .inner-lede {
    font-size: 13px;
    margin-top: 18px;
  }

  .scroll-mark {
    display: none;
  }

  .collections-stage {
    padding: 90px 22px 100px;
  }

  .collection-card {
    aspect-ratio: .78;
  }

  .collection-hero {
    min-height: 72svh;
    padding: 130px 28px 60px;
  }

  .collection-body {
    padding: 70px 28px 100px;
  }

  .collection-description {
    font-size: 19px;
    margin-bottom: 62px;
  }

  .design-list__head {
    display: none;
  }

  .design-row {
    align-items: start;
    gap: 12px;
    grid-template-columns: 1fr auto;
    min-height: 132px;
  }

  .design-row__edition {
    grid-column: 1 / -1;
  }

  .design-row__name {
    font-size: 27px;
  }

  .design-row__link {
    gap: 12px;
    padding: 12px 14px;
  }

  .design-row__preview {
    display: none;
  }

  .story-hero {
    min-height: 82svh;
    padding: 140px 28px 80px;
  }

  .story-placeholders {
    grid-template-columns: 1fr;
  }

  .story-placeholder {
    min-height: 45vh;
    padding: 38px 28px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
    padding: 28px;
  }
}
