/**
 * uwt brand accent overrides
 */
body[data-page="uwt"] {
  --brand-accent: #e85d04;
  --brand-accent-dark: #c44a00;
  --brand-surface: #f7f4f0;
}

body[data-page="uwt"] .uwt-hero {
  background: #f7f4f0;
  border-bottom-color: #e85d04;
}

body[data-page="uwt"] .uwt-hero::before {
  background:
    linear-gradient(105deg, rgba(247, 244, 240, 0.97) 42%, rgba(247, 244, 240, 0.55) 68%, rgba(247, 244, 240, 0.2) 100%),
    url('../images/uwt/hero-solids.webp') center right / cover no-repeat;
}

body[data-page="uwt"] .uwt-hero__logo {
  width: min(180px, 70%);
  height: auto;
  object-fit: contain;
}

body[data-page="uwt"] .uwt-hero__visual {
  max-width: 520px;
  margin-inline: auto;
}

body[data-page="uwt"] .uwt-hero__visual img {
  aspect-ratio: 16 / 9;
  max-height: 280px;
  width: 100%;
  object-fit: cover;
}

body[data-page="uwt"] .uwt-highlights {
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
}

body[data-page="uwt"] .uwt-highlight-card__media {
  aspect-ratio: 4 / 3;
  background: #f4f1ec;
  display: flex;
  align-items: center;
  justify-content: center;
}

body[data-page="uwt"] .uwt-highlight-card__media img {
  width: auto;
  height: auto;
  max-width: 86%;
  max-height: 168px;
  object-fit: contain;
  object-position: center;
}

body[data-page="uwt"] .uwt-series-card__media {
  background: #f4f1ec;
}

body[data-page="uwt"] .uwt-series-card--featured {
  background: #fff8f3;
  border-color: #f0b58a;
}

body[data-page="uwt"] .uwt-category-block__visual {
  background: #f4f1ec;
  border-radius: var(--radius);
  overflow: hidden;
}

body[data-page="uwt"] .uwt-category-block__visual img {
  height: 130px;
  width: 100%;
  object-fit: cover;
}

body[data-page="uwt"] .uwt-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 0 0 10px;
  padding: 8px 0 10px;
  border-bottom: 1px solid rgba(232, 93, 4, 0.18);
}

body[data-page="uwt"] .uwt-price__label {
  font-size: 12px;
  font-weight: 700;
  color: #6b7280;
}

body[data-page="uwt"] .uwt-price strong,
body[data-page="uwt"] .uwt-series-card__price {
  font-size: 1.45rem;
  font-weight: 800;
  color: #e85d04;
  letter-spacing: -0.03em;
  line-height: 1;
}

body[data-page="uwt"] .uwt-series-card__price {
  display: inline-block;
  margin: 8px 0 4px;
}
