/* California Earthquakes product accents */
:root {
  --ink: #171008;
  --panel: #24180c;
  --line: #4a3520;
  --muted: #b09470;
  --text: #eadcc6;
  --bright: #fff4e4;
  --accent: #e8a54b;
  --accent-deep: #b45309;
  --font-display: "Libre Baskerville", "Times New Roman", Times, serif;
  --font-body: "Nunito Sans", "Segoe UI", system-ui, sans-serif;
}

body {
  background-image:
    linear-gradient(155deg, rgba(23, 16, 8, 0.97) 0%, rgba(180, 83, 9, 0.16) 48%, rgba(23, 16, 8, 0.99) 100%),
    repeating-linear-gradient(
      -18deg,
      transparent,
      transparent 32px,
      rgba(232, 165, 75, 0.045) 32px,
      rgba(232, 165, 75, 0.045) 33px
    );
}

.product-hero h1 {
  letter-spacing: -0.01em;
}

.art-slot {
  clip-path: polygon(0 8%, 100% 0, 100% 92%, 0 100%);
}

.tax-item {
  border-left-width: 3px;
  transform: skewY(-0.6deg);
}
