/* Homepage presentation is intentionally isolated from the catalog styles. */
.home-page {
  background: #000000;
  color: #f5f5f5;
}

.home-page .page-shell {
  max-width: 1440px;
  padding: 0 32px 72px;
}

.home-page .topbar {
  min-height: 82px;
  padding: 18px 0;
  justify-content: space-between;
  z-index: 10;
}

.home-page .brand {
  font-size: 1.15rem;
  letter-spacing: .34em;
}

.home-page .nav-links {
  position: static;
  padding: 0;
  gap: 24px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.home-page .nav-links a {
  padding: 4px 0;
  color: rgba(245,245,245,.72);
  font-size: .68rem;
  letter-spacing: .16em;
}

.home-page .nav-links a:hover {
  background: transparent;
  color: #f5f5f5;
}

.home-page .theme-toggle {
  position: static;
  transform: none;
  right: auto;
  top: auto;
  margin-left: 8px;
  padding: 6px 8px;
}

.home-hero {
  min-height: min(620px, calc(100vh - 110px));
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 3px;
  background: #000000;
}

.home-hero__content {
  max-width: none;
  padding: 40px;
  text-align: center;
}

.home-hero h1 {
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
  font-size: clamp(4rem, 12vw, 10rem);
  font-weight: 500;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: none;
}

:root[data-theme='light'] .home-hero {
  background: #ffffff;
}

:root[data-theme='light'] .home-hero h1 {
  color: #111111;
}

.home-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 28%;
  opacity: .82;
}

.home-hero__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5,4,3,.78), rgba(5,4,3,.12) 62%, rgba(5,4,3,.26)), linear-gradient(0deg, rgba(5,4,3,.72), transparent 48%);
}

.home-hero__content {
  position: relative;
  z-index: 1;
  max-width: 620px;
  padding: clamp(34px, 7vw, 92px);
}

.home-kicker {
  margin: 0 0 18px;
  color: #666666;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .28em;
  text-transform: uppercase;
}

.home-hero h1 {
  margin: 0;
  color: #fff8ed;
  font-family: 'Oswald', sans-serif;
  font-size: clamp(4rem, 10vw, 9.4rem);
  font-weight: 700;
  letter-spacing: .03em;
  line-height: .82;
}

.home-hero__content > p:not(.home-kicker) {
  max-width: 380px;
  margin: 28px 0 0;
  color: rgba(255,248,237,.78);
  font-size: 1rem;
  line-height: 1.55;
}

.home-hero .hero-actions {
  margin-top: 28px;
}

.home-hero .btn {
  width: auto;
  min-width: 132px;
  text-align: center;
}

.home-hero__stamp {
  position: absolute;
  right: clamp(24px, 6vw, 86px);
  bottom: clamp(28px, 6vw, 82px);
  z-index: 1;
  display: grid;
  gap: 5px;
  min-width: 112px;
  padding: 16px;
  border: 1px solid rgba(255,248,237,.3);
  color: #fff8ed;
  text-align: center;
  background: rgba(12,10,8,.38);
  backdrop-filter: blur(8px);
}

.home-hero__stamp span {
  color: #777777;
  font-size: .64rem;
  letter-spacing: .18em;
}

.home-hero__stamp strong {
  font-family: 'Oswald', sans-serif;
  font-size: 1.55rem;
  letter-spacing: .08em;
}

.home-page .quick-links {
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
  border-top: 0;
  border-bottom: 1px solid rgba(255,248,237,.15);
}

.home-page .quick-links a {
  min-height: 92px;
  justify-content: center;
  padding: 18px 20px;
  border-right: 1px solid rgba(255,248,237,.15);
}

.home-page .quick-links a:hover {
  padding-left: 24px;
  background: rgba(128,128,128,.1);
}

:root[data-theme='light'] .home-page {
  background: #ffffff;
  color: #111111;
}

:root[data-theme='light'] .home-page .home-hero {
  background: #eeeeee;
}

:root[data-theme='light'] .home-page .home-hero__shade {
  background: linear-gradient(90deg, rgba(255,255,255,.82), rgba(255,255,255,.08) 62%, rgba(255,255,255,.25)), linear-gradient(0deg, rgba(255,255,255,.7), transparent 48%);
}

:root[data-theme='light'] .home-page .home-hero h1,
:root[data-theme='light'] .home-page .section-heading--split h2,
:root[data-theme='light'] .home-page .quick-links strong {
  color: #111111;
}

:root[data-theme='light'] .home-page .nav-links a {
  color: rgba(17, 17, 17, .72);
}

:root[data-theme='light'] .home-page .nav-links a:hover,
:root[data-theme='light'] .home-page .nav-links a[aria-current='page'] {
  color: #111111;
}

:root[data-theme='light'] .home-page .home-hero__content > p:not(.home-kicker) {
  color: #333333;
}

.home-page .quick-links strong {
  color: #fff8ed;
  font-size: .72rem;
}

.home-page .quick-links span {
  font-size: .75rem;
}

.home-page .new-drop,
.home-page .editorial-grid,
.home-page .contact-section {
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
}

.home-page .new-drop {
  padding-top: 88px;
}

.home-page .section-heading--split {
  margin-bottom: 26px;
}

.home-page .section-heading--split h2 {
  color: #fff8ed;
  font-family: 'Oswald', sans-serif;
  font-size: clamp(2rem, 4vw, 3.8rem);
  font-weight: 500;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.home-page .text-link {
  color: var(--text);
}

.home-page .category-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.home-page .category-card {
  min-height: 360px;
  padding: 0;
  border-radius: 3px;
  background: #202020;
}

.home-page .category-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease, filter .45s ease;
}

.home-page .category-card:hover img {
  transform: scale(1.05);
  filter: saturate(1.1);
}

.home-page .category-card span {
  position: relative;
  z-index: 1;
  padding: 22px;
  font-size: 1.35rem;
}

.home-page .category-card::after {
  z-index: 0;
}

.home-page .editorial-grid {
  padding-top: 80px;
}

.home-page .editorial-block,
.home-page .contact-card {
  border-radius: 3px;
}

@media (max-width: 760px) {
  .home-page .page-shell {
    padding: 0 14px 40px;
  }

  .home-page .topbar {
    min-height: 72px;
  }

  .home-page .topbar-actions {
    flex-wrap: nowrap;
  }

  .home-page .nav-links {
    top: calc(100% + 8px);
    padding: 12px;
    border: 1px solid rgba(255,248,237,.14);
    background: #17130f;
  }

  .home-hero {
    min-height: 680px;
  }

  .home-hero__content {
    padding: 34px 24px 42px;
  }

  .home-hero h1 {
    font-size: clamp(3.5rem, 17vw, 6.3rem);
  }

  .home-hero__stamp {
    top: 24px;
    right: 24px;
    bottom: auto;
  }

  .home-hero .hero-actions {
    flex-direction: row;
  }

  .home-hero .btn {
    min-width: 0;
    flex: 1;
  }

  .home-page .quick-links {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-page .quick-links a {
    min-height: 80px;
  }

  .home-page .quick-links a:nth-child(2) {
    border-right: 0;
  }

  .home-page .quick-links a:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255,248,237,.15);
  }

  .home-page .category-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-page .category-card {
    min-height: 240px;
  }
}

.home-hero {
  min-height: min(620px, calc(100vh - 110px));
  align-items: center;
  justify-content: center;
  background: #000000;
}

.home-hero__content {
  max-width: none;
  padding: 40px;
  text-align: center;
}

.home-hero h1 {
  color: #ffffff;
  font-size: clamp(4rem, 12vw, 10rem);
  font-weight: 500;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: none;
}

.home-hero__image,
.home-hero__shade,
.home-hero__stamp {
  display: none;
}

:root[data-theme='light'] .home-hero {
  background: #ffffff;
}

:root[data-theme='light'] .home-hero h1 {
  color: #111111;
}
