/* Shop v2 — extends homepage v2 chrome */
@import url('homepage-v2.css');

.shop-page {
  overflow-x: hidden;
}

.shop-wrap {
  max-width: var(--max);
  margin: 0 auto;
  padding-inline: 48px;
}

.shop-section-rule {
  width: 48px;
  height: 1px;
  background: rgba(212, 181, 173, 0.75);
  margin-bottom: 22px;
}

/* —— Intro —— */

.shop-intro {
  padding: calc(var(--nav-h) + 56px) 0 56px;
  background: var(--ivory);
  border-bottom: 1px solid rgba(212, 181, 173, 0.22);
}

.shop-intro-inner {
  max-width: 640px;
}

.shop-intro-kicker {
  margin-bottom: 14px;
}

.shop-intro-headline {
  font-family: var(--serif);
  font-size: clamp(2rem, 3.2vw, 2.75rem);
  font-weight: 500;
  color: var(--charcoal);
  letter-spacing: -0.025em;
  line-height: 1.14;
  margin-bottom: 18px;
  text-wrap: pretty;
}

.shop-intro-lede {
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  color: var(--soft);
  max-width: 36rem;
}

/* —— Featured journal —— */

.shop-journal {
  padding: 56px 0 64px;
  background: var(--cream);
}

.shop-journal-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.44fr) minmax(0, 0.56fr);
  gap: clamp(36px, 5vw, 72px);
  align-items: start;
}

.shop-journal-visual {
  margin: 0;
  line-height: 0;
  display: flex;
  justify-content: center;
}

.shop-journal-visual picture {
  display: block;
  width: 100%;
  max-width: 340px;
}

.shop-journal-visual img {
  width: 100%;
  height: auto;
  border-radius: 2px;
  box-shadow: 0 28px 56px -26px rgba(72, 48, 38, 0.28);
}

.shop-journal-copy {
  max-width: 34rem;
}

.shop-journal-kicker {
  margin-bottom: 12px;
}

.shop-journal-title-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 12px 16px;
  margin-bottom: 18px;
}

.shop-journal-title {
  font-family: var(--serif);
  font-size: clamp(1.85rem, 2.8vw, 2.35rem);
  font-weight: 600;
  color: var(--charcoal);
  letter-spacing: -0.022em;
  line-height: 1.16;
  margin-bottom: 0;
}

.shop-journal-status {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--mute);
  border: 1px solid rgba(212, 181, 173, 0.55);
  padding: 5px 10px;
  border-radius: 100px;
  background: rgba(255, 252, 249, 0.65);
}

.shop-journal-lede {
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.68;
  color: var(--ink);
  margin-bottom: 28px;
}

.shop-block-title {
  font-family: var(--serif);
  font-size: 1.12rem;
  font-weight: 600;
  color: var(--charcoal);
  margin-bottom: 10px;
}

.shop-inside-list {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
}

.shop-inside-list li {
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.55;
  color: var(--soft);
  padding: 8px 0;
  border-bottom: 1px solid rgba(212, 181, 173, 0.32);
}

.shop-inside-list li:first-child {
  padding-top: 0;
}

.shop-inside-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.shop-inside-list strong {
  color: var(--charcoal);
  font-weight: 600;
}

.shop-qr-copy {
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.62;
  color: var(--soft);
  margin-bottom: 28px;
}

.shop-qr-copy--last {
  margin-bottom: 0;
}

.shop-picks-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 14px 18px;
  margin-bottom: 0;
}

.shop-affiliate-cta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.shop-affiliate-tag {
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--soft);
  margin: 0;
}

.shop-affiliate-disclosure {
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.55;
  color: var(--ink);
  margin: 28px 0 0;
  max-width: 32rem;
}

.shop-journal-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 18px;
}

.shop-journal-note {
  font-family: var(--sans);
  font-size: 13px;
  line-height: 1.5;
  color: var(--mute);
  margin: 0;
}

.shop-external-cta {
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  background: var(--rose-btn);
  padding: 14px 28px;
  border-radius: 100px;
  letter-spacing: 0.005em;
  display: inline-flex;
  align-items: center;
  box-shadow: 0 6px 22px rgba(168, 107, 98, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  transition: background 0.25s, transform 0.25s, box-shadow 0.25s, filter 0.25s;
}

.shop-external-cta:hover {
  background: var(--rose-btn-hover);
  transform: translateY(-2px);
  box-shadow: 0 8px 26px rgba(168, 107, 98, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  filter: brightness(0.98);
}

/* —— Lindsay's Picks —— */

.shop-picks {
  padding: 56px 0 72px;
  background: var(--deep);
  border-top: 1px solid rgba(212, 181, 173, 0.32);
}

.shop-picks-inner {
  max-width: 640px;
}

.shop-picks-kicker {
  margin-bottom: 14px;
}

.shop-picks-headline {
  font-family: var(--serif);
  font-size: clamp(1.75rem, 2.5vw, 2.15rem);
  font-weight: 600;
  color: var(--charcoal);
  letter-spacing: -0.02em;
  line-height: 1.18;
  margin-bottom: 16px;
}

.shop-picks-lede {
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  color: var(--soft);
  margin-bottom: 14px;
}

.shop-picks-aside {
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.6;
  color: var(--mute);
  margin-bottom: 24px;
  max-width: 32rem;
}

@media (max-width: 900px) {
  .shop-wrap {
    padding-inline: 24px;
  }

  .shop-intro {
    padding-top: calc(var(--nav-h) + 40px);
    padding-bottom: 44px;
  }

  .shop-intro-inner {
    text-align: center;
  }

  .shop-section-rule--mobile-center {
    margin-inline: auto;
  }

  .shop-intro-lede {
    margin-inline: auto;
  }

  .shop-journal {
    padding: 44px 0 52px;
  }

  .shop-journal-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .shop-journal-copy {
    text-align: center;
    margin-inline: auto;
  }

  .shop-journal-title-row {
    justify-content: center;
  }

  .shop-picks-actions {
    justify-content: center;
  }

  .shop-affiliate-cta {
    align-items: center;
  }

  .shop-affiliate-disclosure {
    margin-inline: auto;
    text-align: center;
  }

  .shop-picks {
    padding: 44px 0 56px;
  }

  .shop-picks-inner {
    text-align: center;
    margin-inline: auto;
  }

  .shop-picks-aside {
    margin-inline: auto;
  }
}

@media (max-width: 480px) {
  .shop-wrap {
    padding-inline: 20px;
  }

  .shop-journal-visual picture {
    max-width: 260px;
  }
}
