.wide-color-catalog-page {
  background: #170d08;
}

.wide-catalog-hero {
  padding: 64px 0 28px;
  background:
    radial-gradient(circle at top right, rgba(205, 155, 36, .16), transparent 34%),
    linear-gradient(135deg, #1a0f0a 0%, #2a130b 100%);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.wide-catalog-hero .page-title {
  color: #fff8ec;
}

.wide-catalog-hero .page-lead {
  color: rgba(255, 248, 236, .74);
}

.wide-catalog-hero .page-kicker {
  color: #e35f30;
}

.wide-catalog-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  gap: 28px;
  align-items: end;
}

.wide-catalog-note {
  display: grid;
  gap: 8px;
  padding: 18px;
  border: 1px solid rgba(214, 170, 36, .38);
  background: rgba(20, 12, 8, .78);
  color: #fff8ec;
}

.wide-catalog-note span {
  color: rgba(255, 248, 236, .72);
  line-height: 1.45;
}

.wide-catalog-note strong {
  color: #f5d05f;
}

.wide-catalog-panel {
  padding: 28px 0 70px;
}

.wide-catalog-toolbar {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(180px, 240px) minmax(180px, 240px);
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .1);
  background: rgba(255, 255, 255, .045);
}

.wide-catalog-field {
  display: grid;
  gap: 8px;
  color: #fff8ec;
  font-weight: 700;
  font-size: .82rem;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.wide-catalog-field input,
.wide-catalog-field select {
  min-height: 46px;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, .16);
  background: #120906;
  color: #fff8ec;
  padding: 0 12px;
  font: inherit;
  text-transform: none;
  letter-spacing: 0;
}

.wide-catalog-field input:focus,
.wide-catalog-field select:focus {
  outline: 2px solid rgba(214, 170, 36, .55);
  outline-offset: 2px;
}

.wide-catalog-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 18px 0;
  color: rgba(255, 248, 236, .78);
}

.wide-catalog-meta p {
  margin: 0;
}

.wide-catalog-clear {
  white-space: nowrap;
}

.wide-catalog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(176px, 1fr));
  gap: 12px;
}

.wide-color-card {
  min-height: 172px;
  border: 1px solid rgba(255, 255, 255, .1);
  background: rgba(255, 255, 255, .045);
  overflow: hidden;
  transition: border-color .18s ease, transform .18s ease, background .18s ease;
}

.wide-color-card:hover {
  border-color: rgba(214, 170, 36, .42);
  background: rgba(255, 255, 255, .06);
  transform: translateY(-1px);
}

.wide-color-swatch {
  min-height: 74px;
  border-bottom: 1px solid rgba(0, 0, 0, .28);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .22);
}

.wide-color-body {
  display: grid;
  gap: 8px;
  padding: 12px;
}

.wide-color-name {
  color: #fff8ec;
  font-weight: 800;
  line-height: 1.2;
}

.wide-color-info {
  color: rgba(255, 248, 236, .68);
  font-size: .82rem;
  line-height: 1.35;
}

.wide-color-actions {
  display: grid;
}

.wide-color-actions a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(214, 170, 36, .58);
  color: #f5d05f;
  text-decoration: none;
  font-weight: 800;
  font-size: .78rem;
  text-transform: uppercase;
}

.wide-color-actions a:hover,
.wide-color-actions a:focus {
  background: rgba(214, 170, 36, .12);
}

.wide-catalog-more {
  display: flex;
  justify-content: center;
  padding-top: 22px;
}

.wide-catalog-footnote {
  margin: 28px 0 0;
  padding: 16px 18px;
  border-left: 3px solid #d6aa24;
  background: rgba(255, 255, 255, .045);
  color: rgba(255, 248, 236, .78);
  line-height: 1.55;
}

.wide-catalog-footnote a {
  color: #f5d05f;
  font-weight: 800;
}

.wide-catalog-error {
  border-left: 4px solid #d25a3c;
  padding: 14px 16px;
  background: rgba(210, 90, 60, .14);
  color: #fff8ec;
}

.wide-color-catalog-page .float-whats {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 40;
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #25d366;
  color: #08160d;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 16px 32px rgba(0, 0, 0, .35);
}

@media (max-width: 820px) {
  .wide-catalog-hero {
    padding: 42px 0 22px;
  }

  .wide-catalog-hero-grid,
  .wide-catalog-toolbar {
    grid-template-columns: 1fr;
  }

  .wide-catalog-meta {
    align-items: stretch;
    flex-direction: column;
  }

  .wide-catalog-clear {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .wide-catalog-panel {
    padding-bottom: 48px;
  }

  .wide-catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .wide-color-card {
    min-height: 168px;
  }

  .wide-color-swatch {
    min-height: 62px;
  }

  .wide-color-body {
    padding: 10px;
  }

  .wide-color-actions a {
    min-height: 40px;
    font-size: .72rem;
  }

  .wide-color-catalog-page .float-whats {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wide-color-card {
    transition: none;
  }

  .wide-color-card:hover {
    transform: none;
  }
}
