body.category.cvn-site #main,
body.category.cvn-site #wrapper {
  background: #fff;
}

.cvn-category-archive {
  --cvn-category-hero-start: #ff5365;
  --cvn-category-hero-end: #a35b5f;
  --cvn-category-accent: #ff5a66;
  --cvn-category-cta-image: none;
  color: #1d2939;
  background: #fff;
}

.cvn-category-container {
  width: min(1080px, calc(100% - 40px));
  margin-left: auto;
  margin-right: auto;
}

.cvn-category-hero {
  padding: 58px 0 54px;
  text-align: center;
  color: #fff;
  background: linear-gradient(90deg, var(--cvn-category-hero-start), var(--cvn-category-hero-end));
}

.cvn-category-hero h1 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 2.05rem;
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
}

.cvn-category-breadcrumb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.86rem;
  line-height: 1.4;
}

.cvn-category-breadcrumb a {
  color: #fff;
}

.cvn-category-listing {
  padding: 46px 0 82px;
}

.cvn-category-layout-grid {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.cvn-category-sidebar {
  min-width: 0;
  padding: 0 26px 26px 0;
  border-right: 1px solid #e8edf3;
}

.cvn-category-sidebar h2 {
  margin: 0 0 20px;
  color: #1d2939;
  font-size: 1.28rem;
  font-weight: 850;
  line-height: 1.28;
  letter-spacing: 0;
}

.cvn-category-sidebar nav {
  display: grid;
  gap: 0;
}

.cvn-category-sidebar a {
  display: block;
  padding: 7px 0;
  color: #667085;
  font-size: 0.9rem;
  line-height: 1.45;
  text-decoration: none;
}

.cvn-category-sidebar a:hover,
.cvn-category-sidebar a.is-active {
  color: var(--cvn-category-accent);
}

.cvn-category-main {
  min-width: 0;
}

.cvn-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 28px;
  row-gap: 56px;
}

.cvn-category-card {
  min-width: 0;
}

.cvn-category-thumb {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #eef2f6;
}

.cvn-category-thumb-img,
.cvn-category-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.24s ease;
}

.cvn-category-card:hover .cvn-category-thumb-img,
.cvn-category-card:hover .cvn-category-thumb img {
  transform: scale(1.035);
}

.cvn-category-thumb-fallback {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  padding: 18px;
  color: #fff;
  background: #293548;
  font-weight: 850;
  text-align: center;
}

.cvn-category-meta {
  display: grid;
  justify-items: start;
  gap: 7px;
  margin-top: 12px;
  color: #98a2b3;
  font-size: 0.76rem;
  line-height: 1.35;
}

.cvn-category-chip {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 4px 8px;
  color: #667085;
  background: #f3f5f7;
  font-size: 0.75rem;
  line-height: 1.2;
  text-decoration: none;
}

.cvn-category-chip:hover {
  color: var(--cvn-category-accent);
}

.cvn-category-card-title {
  margin: 12px 0 10px;
  color: #1d2939;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: 0;
  text-transform: none;
}

.cvn-category-card-title a {
  color: inherit;
  text-decoration: none;
}

.cvn-category-card-title a:hover {
  color: var(--cvn-category-accent);
}

.cvn-category-card p {
  margin: 0;
  color: #667085;
  font-size: 0.88rem;
  line-height: 1.7;
}

.cvn-category-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  margin-top: 17px;
  padding: 7px 13px;
  border-radius: 999px;
  color: #fff;
  background: var(--cvn-category-accent);
  font-size: 0.78rem;
  font-weight: 750;
  line-height: 1;
  text-decoration: none;
}

.cvn-category-more:hover {
  color: #fff;
  filter: brightness(0.92);
}

.cvn-category-pagination {
  margin-top: 38px;
}

.cvn-category-pagination ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cvn-category-pagination li {
  margin: 0;
}

.cvn-category-pagination a,
.cvn-category-pagination span {
  display: inline-grid;
  place-items: center;
  min-width: 26px;
  height: 26px;
  color: #667085;
  border-radius: 999px;
  font-size: 0.84rem;
  line-height: 1;
  text-decoration: none;
}

.cvn-category-pagination .current {
  color: #fff;
  background: var(--cvn-category-accent);
}

.cvn-category-empty {
  padding: 32px;
  border: 1px solid #e8edf3;
  background: #f8fafc;
}

.cvn-category-empty h2 {
  margin: 0 0 8px;
  font-size: 1.25rem;
}

.cvn-category-empty p {
  margin: 0;
  color: #667085;
}

.cvn-category-cta-wrap {
  position: relative;
  z-index: 2;
  padding: 12px 0 0;
  background: #fff;
}

body.cvn-category-layout-has-cta.cvn-site .footer-wrapper {
  padding-top: 72px;
}

.cvn-category-cta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 142px;
  margin-bottom: -56px;
  padding: 24px 30px;
  overflow: hidden;
  border-radius: 8px;
  background: #f7cf45;
}

.cvn-category-cta::before {
  content: "";
  position: absolute;
  inset: 0 0 0 44%;
  background-image: linear-gradient(90deg, rgba(17, 24, 39, 0.68), rgba(17, 24, 39, 0.82)), var(--cvn-category-cta-image);
  background-position: center;
  background-size: cover;
}

.cvn-category-cta::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 36%;
  width: 160px;
  border-radius: 0 80px 80px 0;
  background: #f7cf45;
}

.cvn-category-cta-copy,
.cvn-category-cta-actions {
  position: relative;
  z-index: 1;
}

.cvn-category-cta-copy {
  max-width: 520px;
  min-width: 0;
}

.cvn-category-cta-copy span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin-bottom: 10px;
  padding: 6px 11px;
  color: #fff;
  background: #1f2937;
  border-radius: 6px;
  font-size: 0.8rem;
  font-weight: 800;
}

.cvn-category-cta-copy h2 {
  max-width: 500px;
  margin: 0 0 7px;
  color: #111827;
  font-size: 1.38rem;
  font-weight: 900;
  line-height: 1.24;
  letter-spacing: 0;
  text-transform: uppercase;
}

.cvn-category-cta-copy p {
  max-width: 500px;
  margin: 0;
  color: rgba(17, 24, 39, 0.72);
  font-size: 0.88rem;
  line-height: 1.55;
}

.cvn-category-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.cvn-category-cta-primary,
.cvn-category-cta-phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}

.cvn-category-cta-primary {
  color: #344054;
  background: #fff;
}

.cvn-category-cta-phone {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.78);
  background: rgba(17, 24, 39, 0.24);
}

.cvn-category-cta-primary:hover,
.cvn-category-cta-phone:hover {
  color: #fff;
  background: var(--cvn-category-accent);
  border-color: var(--cvn-category-accent);
}

@media (max-width: 1000px) {
  .cvn-category-layout-grid {
    grid-template-columns: 170px minmax(0, 1fr);
    gap: 26px;
  }

  .cvn-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cvn-category-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .cvn-category-cta::before {
    inset: 0;
    opacity: 0.24;
  }

  .cvn-category-cta::after {
    display: none;
  }

  .cvn-category-cta-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 720px) {
  .cvn-category-container {
    width: min(100% - 28px, 560px);
  }

  .cvn-category-hero {
    padding: 42px 0 38px;
  }

  .cvn-category-hero h1 {
    font-size: 1.78rem;
  }

  .cvn-category-listing {
    padding: 30px 0 56px;
  }

  .cvn-category-layout-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .cvn-category-sidebar {
    padding: 0 0 22px;
    border-right: 0;
    border-bottom: 1px solid #e8edf3;
  }

  .cvn-category-sidebar h2 {
    margin-bottom: 12px;
    font-size: 1.14rem;
  }

  .cvn-category-sidebar nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 16px;
  }

  .cvn-category-grid {
    grid-template-columns: 1fr;
    row-gap: 36px;
  }

  .cvn-category-card-title {
    font-size: 1.02rem;
  }

  .cvn-category-cta-wrap {
    padding-top: 0;
  }

  body.cvn-category-layout-has-cta.cvn-site .footer-wrapper {
    padding-top: 34px;
  }

  .cvn-category-cta {
    margin-bottom: 0;
    padding: 22px;
  }

  .cvn-category-cta-copy h2 {
    font-size: 1.1rem;
  }

  .cvn-category-cta-primary,
  .cvn-category-cta-phone {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .cvn-category-sidebar nav {
    grid-template-columns: 1fr;
  }
}
