@import url("category-premium-core.css");

body.category-premium {
  --category-accent: #efce9d;
  --category-accent-soft: rgba(239, 206, 157, 0.34);
  --category-accent-strong: #fff0cf;
  --category-contrast: #10100e;
  --category-secondary: #d08d62;
  --category-panel-start: rgba(22, 16, 10, 0.88);
  --category-panel-end: rgba(20, 13, 9, 0.96);
  --category-card-start: rgba(24, 16, 10, 0.83);
  --category-card-end: rgba(14, 10, 7, 0.98);
  --category-card-radius: 34px;
  --category-glow: rgba(208, 141, 98, 0.24);
}

body.category-premium .hero::after {
  width: min(48vw, 620px);
  background: radial-gradient(circle, rgba(208, 141, 98, 0.36), transparent 66%);
}

body.category-premium .hero-copy::before {
  border-radius: 20px;
  background:
    radial-gradient(circle at 50% -46%, rgba(255, 240, 208, 0.2), transparent 74%),
    linear-gradient(180deg, rgba(20, 13, 9, 0.38), rgba(20, 13, 9, 0.06));
}

body.category-premium .section-title {
  letter-spacing: 0.06em;
}

body.category-premium .gallery .card {
  box-shadow:
    0 22px 46px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 243, 214, 0.12),
    0 0 0 1px rgba(208, 141, 98, 0.14);
}

body.category-premium .gallery .from {
  color: rgba(255, 220, 179, 0.9);
}
