/* shop/style.css — page-specific additions, layered on top of ../style.css */

/* ── Page header (lighter than the homepage hero — no full-bleed image) ─────── */
.page-header {
  padding: 10rem 2.5rem 4.5rem;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.page-eyebrow {
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 1.1rem;
}
.page-title {
  font-family: var(--serif);
  font-size: clamp(2.4rem, 6vw, 4rem);
  font-weight: 400;
  font-style: italic;
  line-height: 1.1;
  color: var(--text);
  letter-spacing: -0.01em;
  margin-bottom: 1.3rem;
}
.page-title em { color: var(--accent); font-style: italic; }
.page-tagline {
  font-size: 1rem;
  color: var(--text-dim);
  line-height: 1.7;
  max-width: 46ch;
  margin: 0 auto;
}
