/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 10 2026 | 22:51:45 */
/* ================================
   Ventari All Archives Page
================================ */

body:has(.ventari-archive-page) .wp-site-blocks {
  background: #07172D;
}

.ventari-archive-page {
  position: relative;
  overflow: hidden;

  padding: clamp(82px, 9vw, 118px) clamp(20px, 4vw, 52px) clamp(76px, 8vw, 120px);

  color: #ffffff;
  background:
    linear-gradient(180deg, #07172D 0%, #0b1f33 48%, #07172D 100%);

  border-top: 1px solid rgba(232, 166, 48, 0.62);
  border-bottom: 1px solid rgba(232, 166, 48, 0.56);

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.13),
    inset 0 -1px 0 rgba(255, 255, 255, 0.1);
}

.ventari-archive-page::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;

  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.13) 0,
      rgba(232, 166, 48, 0.26) 1px,
      rgba(216, 155, 43, 0.2) 2px,
      rgba(232, 166, 48, 0.075) 8px,
      transparent 18px
    ) top / 100% 18px no-repeat,
    linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.11) 0,
      rgba(232, 166, 48, 0.24) 1px,
      rgba(216, 155, 43, 0.18) 2px,
      rgba(232, 166, 48, 0.065) 8px,
      transparent 18px
    ) bottom / 100% 18px no-repeat;
}

.ventari-archive-page::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;

  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.16) 0,
      rgba(232, 166, 48, 0.2) 1px,
      rgba(232, 166, 48, 0.12) 3px,
      transparent 6px
    ) top / 100% 6px no-repeat,
    linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.14) 0,
      rgba(232, 166, 48, 0.18) 1px,
      rgba(232, 166, 48, 0.1) 3px,
      transparent 6px
    ) bottom / 100% 6px no-repeat;

  backdrop-filter: blur(10px) saturate(1.12);
  -webkit-backdrop-filter: blur(10px) saturate(1.12);
}

/* ================================
   Hero
================================ */

.ventari-archive-hero {
  position: relative;
  z-index: 1;

  width: min(1280px, 100%);
  margin: 0 auto 28px;
}

.ventari-archive-hero__copy {
  max-width: 880px;
  margin: 0 !important;
}

.ventari-archive-eyebrow {
  margin: 0 0 14px;

  color: var(--ventari-amber, #D89B2B);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ventari-archive-heading {
  margin: 0 0 12px;

  color: #ffffff;
  font-family: "Playfair Display", serif;
  line-height: 0.95;
  font-weight: 600;
  letter-spacing: -0.035em;

  text-wrap: balance;
}

.ventari-archive-title {
  margin: 0;

  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(0.96rem, 1.25vw, 1.08rem);
  font-weight: 400;
  line-height: 1.6;
}

.ventari-archive-title mark,
.ventari-archive-title span {
  color: var(--ventari-amber, #D89B2B);
}

.ventari-archive-description {
  max-width: 760px;
  margin: 14px 0 0;
}

.ventari-archive-description p {
  margin: 0;

  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(0.96rem, 1.25vw, 1.08rem);
  line-height: 1.62;
}

@media (min-width: 1025px) {
  .ventari-archive-heading {
    font-size: clamp(2.75rem, 3.42vw, 3.85rem);
    line-height: 0.96;
    font-weight: 600;
    letter-spacing: -0.035em;
  }
}

@media (max-width: 1024px) {
  .ventari-archive-heading {
    font-size: clamp(2.35rem, 5.7vw, 3.35rem);
    line-height: 0.95;
    font-weight: 600;
    letter-spacing: -0.035em;
  }
}

@media (max-width: 640px) {
  .ventari-archive-heading {
    font-size: clamp(2.05rem, 9.5vw, 2.75rem);
    line-height: 0.98;
    font-weight: 600;
    letter-spacing: -0.035em;
  }
}

/* ================================
   Filter Row
================================ */

.ventari-archive-filter-row {
  position: relative;
  z-index: 1;

  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 6px;
  row-gap: 8px;

  width: min(1280px, 100%);
  margin: 0 auto 34px;
}

.ventari-archive-filter-row__label {
  flex-basis: 100%;

  color: var(--ventari-amber, #D89B2B);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.ventari-archive-filter-row a {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 44px;
  padding: 0 22px;

  color: rgba(255, 255, 255, 0.84);
  text-decoration: none;

  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 2px;

  font-size: 0.92rem;
  font-weight: 500;

  transition:
    color 220ms ease,
    background 220ms ease,
    background-color 220ms ease,
    border-color 220ms ease,
    transform 220ms ease,
    box-shadow 220ms ease;
}

.ventari-archive-filter-row a:hover {
  color: #ffffff;
  border-color: rgba(216, 155, 43, 0.5);
  background: rgba(216, 155, 43, 0.13);
  transform: translateY(-1px);
}

.ventari-archive-filter-row a:active,
.ventari-archive-filter-row a[aria-current="page"],
.ventari-archive-filter-row a.is-active {
  color: #ffffff;

  background: var(--ventari-amber, #D89B2B);
  border-color: var(--ventari-amber, #D89B2B);

  box-shadow:
    0 8px 18px rgba(0, 0, 0, 0.14),
    0 0 18px rgba(216, 155, 43, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.ventari-archive-filter-row a:active {
  transform: translateY(1px);
}

.ventari-archive-filter-row a[aria-current="page"],
.ventari-archive-filter-row a.is-active {
  transform: none;
}

.ventari-archive-filter-row a[aria-current="page"]:hover,
.ventari-archive-filter-row a.is-active:hover {
  color: #ffffff;

  background:
    linear-gradient(
      135deg,
      rgba(255, 226, 128, 0.28) 0%,
      rgba(243, 195, 91, 0.22) 42%,
      rgba(216, 155, 43, 0.2) 100%
    );

  border-color: rgba(243, 195, 91, 0.98);
  transform: translateY(-1px);

  backdrop-filter: blur(10px) saturate(1.16);
  -webkit-backdrop-filter: blur(10px) saturate(1.16);

  box-shadow:
    0 9px 18px rgba(0, 0, 0, 0.14),
    0 0 18px rgba(243, 195, 91, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    inset 0 -1px 0 rgba(216, 155, 43, 0.2);
}

.ventari-archive-filter-row a[aria-current="page"]:active,
.ventari-archive-filter-row a.is-active:active {
  color: #ffffff;

  background:
    linear-gradient(
      135deg,
      rgba(7, 24, 39, 0.76) 0%,
      rgba(11, 31, 51, 0.72) 46%,
      rgba(36, 58, 94, 0.7) 100%
    );

  border-color: rgba(255, 255, 255, 0.42);
  transform: translateY(1px);

  backdrop-filter: blur(10px) saturate(1.12);
  -webkit-backdrop-filter: blur(10px) saturate(1.12);

  box-shadow:
    0 4px 10px rgba(0, 0, 0, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    inset 0 -1px 0 rgba(216, 155, 43, 0.12),
    inset 0 0 18px rgba(7, 24, 39, 0.18);
}

/* ================================
   Main Layout
================================ */

.ventari-archive-layout {
  position: relative;
  z-index: 1;

  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 340px);
  gap: clamp(28px, 4vw, 52px);

  width: min(1280px, 100%);
  margin: 0 auto;
  padding-top: 22px;

  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.ventari-archive-query {
  margin: 0;
  min-width: 0;
}

.ventari-archive-query .wp-block-post-template {
  display: grid;
  gap: 0;

  margin: 0;
  padding: 0;

  list-style: none;
}

/* ================================
   Archive Cards
================================ */

.ventari-archive-card {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: clamp(22px, 3vw, 42px);
  align-items: center;

  margin: 0;
  padding: 22px 0;

  border-bottom: 1px solid rgba(255, 255, 255, 0.13);

  transition:
    border-color 220ms ease,
    transform 220ms ease;
}

.ventari-archive-card:hover {
  border-color: rgba(216, 155, 43, 0.34);
}

.ventari-archive-card__image {
  position: relative;
  margin: 0;
}

.ventari-archive-card__image a {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 0;
  isolation: isolate;

  transition:
    transform 240ms ease,
    box-shadow 240ms ease;
}

.ventari-archive-card__image img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;

  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);

  filter: saturate(0.92) contrast(1.04);

  transition:
    opacity 240ms ease,
    border-color 240ms ease,
    filter 240ms ease,
    transform 240ms ease;
}

.ventari-archive-card__image a::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;

  opacity: 0;

  background:
    linear-gradient(
      135deg,
      rgba(7, 24, 39, 0.16) 0%,
      rgba(12, 35, 56, 0.12) 48%,
      rgba(36, 58, 94, 0.16) 100%
    );

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 -1px 0 rgba(216, 155, 43, 0.1);

  transition:
    opacity 240ms ease,
    background 240ms ease,
    box-shadow 240ms ease;
}

.ventari-archive-card__image a:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
}

.ventari-archive-card__image a:hover img {
  border-color: rgba(255, 255, 255, 0.48);
  filter: saturate(0.98) contrast(1.03) brightness(0.94);
  transform: scale(1.012);
}

.ventari-archive-card__image a:hover::before {
  opacity: 1;

  background:
    linear-gradient(
      145deg,
      rgba(7, 24, 39, 0.22) 0%,
      rgba(7, 24, 39, 0.46) 52%,
      rgba(36, 58, 94, 0.38) 100%
    ),
    radial-gradient(
      circle at 18% 14%,
      rgba(255, 255, 255, 0.16) 0%,
      rgba(255, 255, 255, 0.06) 28%,
      transparent 58%
    );

  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    inset 0 -1px 0 rgba(7, 24, 39, 0.32),
    inset 0 0 30px rgba(7, 24, 39, 0.18);
}

.ventari-archive-card__image a:active {
  transform: translateY(1px);
  box-shadow: none;
}

.ventari-archive-card__image a:active img {
  border-color: rgba(216, 155, 43, 0.62);
  transform: scale(1);
}

.ventari-archive-card__image a:active::before {
  opacity: 1;

  background:
    linear-gradient(
      135deg,
      rgba(255, 226, 128, 0.22) 0%,
      rgba(236, 190, 82, 0.18) 48%,
      rgba(216, 155, 43, 0.22) 100%
    );

  box-shadow:
    inset 0 0 0 1px rgba(216, 155, 43, 0.62),
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    inset 0 -1px 0 rgba(216, 155, 43, 0.22),
    inset 0 0 26px rgba(216, 155, 43, 0.16);
}

.ventari-archive-card__content {
  margin: 0 !important;
}

.ventari-archive-card__date {
  margin: 0 0 8px;

  color: rgba(255, 255, 255, 0.52);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ventari-archive-card__title {
  margin: 0 0 12px;
}

.ventari-archive-card__title a {
  display: inline-block;

  color: #ffffff;
  text-decoration: none;

  font-family: "Playfair Display", serif;
  font-size: clamp(1.45rem, 2.2vw, 2.15rem);
  font-weight: 500;
  line-height: 1.12;

  transition:
    color 220ms ease,
    transform 220ms ease;
}

.ventari-archive-card__title a:hover {
  color: #F3C35B;
  transform: translateY(-1px);
}

.ventari-archive-card__title a:active {
  color: var(--ventari-amber, #D89B2B);
  transform: translateY(1px);
}

.ventari-archive-card__excerpt {
  max-width: 660px;
  margin: 0;
}

.ventari-archive-card__excerpt .wp-block-post-excerpt__excerpt {
  margin: 0 0 14px;

  color: rgba(255, 255, 255, 0.74);
  font-size: 0.98rem;
  line-height: 1.62;
}

.ventari-archive-card__excerpt .wp-block-post-excerpt__more-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  color: #F3C35B;
  text-decoration: none;

  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;

  transition:
    color 220ms ease,
    transform 220ms ease;
}

.ventari-archive-card__excerpt .wp-block-post-excerpt__more-link::after {
  content: "\f105";

  display: inline-flex;
  align-items: center;
  justify-content: center;

  color: #F3C35B;

  font-family: "Font Awesome 6 Free";
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1;

  transform: translateY(0.01em);

  transition:
    color 220ms ease,
    transform 220ms ease;
}

.ventari-archive-card__excerpt .wp-block-post-excerpt__more-link:hover {
  color: #ffffff;
  transform: translateY(-1px);
}

.ventari-archive-card__excerpt .wp-block-post-excerpt__more-link:hover::after {
  color: #ffffff;
  transform: translate(3px, 0.01em);
}

.ventari-archive-card__excerpt .wp-block-post-excerpt__more-link:active {
  color: var(--ventari-amber, #D89B2B);
  transform: translateY(1px);
}

.ventari-archive-card__excerpt .wp-block-post-excerpt__more-link:active::after {
  color: var(--ventari-amber, #D89B2B);
  transform: translate(0, 0.01em);
}

/* ================================
   Archive Card Category Pills
================================ */

.ventari-archive-card__terms,
.ventari-archive-card__terms .wp-block-post-terms {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: flex-start;
  column-gap: 8px;
  row-gap: 8px;

  width: 100%;
  max-width: 760px;
  margin: 16px 0 0;

  text-align: left;
}

.ventari-archive-card__terms .wp-block-post-terms {
  margin: 0;
}

.ventari-archive-card__terms .wp-block-post-terms__separator {
  display: none;
}

.ventari-archive-card__terms a,
.ventari-archive-card__terms .wp-block-post-terms a,
.ventari-archive-card__terms .ventari-archive-term-pill {
  box-sizing: border-box;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 32px;
  padding: 0 14px;

  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;

  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.075) 0%,
      rgba(255, 255, 255, 0.035) 46%,
      rgba(7, 24, 39, 0.26) 100%
    );

  border: 1px solid rgba(216, 155, 43, 0.72);
  border-radius: 2px;

  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;

  cursor: pointer;

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 5px 12px rgba(0, 0, 0, 0.1);

  transition:
    color 220ms ease,
    background-color 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

.ventari-archive-card__terms a:hover,
.ventari-archive-card__terms .ventari-archive-term-pill:hover {
  color: #ffffff;

  background:
    linear-gradient(
      135deg,
      rgba(255, 226, 128, 0.28) 0%,
      rgba(243, 195, 91, 0.22) 42%,
      rgba(216, 155, 43, 0.2) 100%
    );

  border-color: rgba(243, 195, 91, 0.98);
  transform: translateY(-1px);

  backdrop-filter: blur(10px) saturate(1.16);
  -webkit-backdrop-filter: blur(10px) saturate(1.16);

  box-shadow:
    0 9px 18px rgba(0, 0, 0, 0.14),
    0 0 18px rgba(243, 195, 91, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    inset 0 -1px 0 rgba(216, 155, 43, 0.2);
}

.ventari-archive-card__terms a:active,
.ventari-archive-card__terms .ventari-archive-term-pill:active {
  color: #ffffff;

  background: var(--ventari-amber, #D89B2B);
  border-color: var(--ventari-amber, #D89B2B);
  transform: translateY(1px);

  backdrop-filter: none;
  -webkit-backdrop-filter: none;

  box-shadow:
    0 4px 10px rgba(0, 0, 0, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.ventari-archive-card__terms:empty {
  display: none;
}

.ventari-archive-card__image:empty {
  display: none;
}

.ventari-archive-card:has(.ventari-archive-card__image:empty) {
  grid-template-columns: 1fr;
}

/* ================================
   Sidebar
================================ */

.ventari-archive-sidebar {
  margin: 0;
  padding-left: clamp(22px, 3vw, 36px);

  border-left: 1px solid rgba(255, 255, 255, 0.13);
}

.ventari-archive-sidebar-card {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  padding: 28px 24px;

  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0;

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.ventari-archive-sidebar-card + .ventari-archive-sidebar-card {
  margin-top: 22px;
}

.ventari-archive-sidebar-card h2 {
  margin: 0 0 22px;

  color: var(--ventari-amber, #D89B2B);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1.4;
  text-transform: uppercase;
}

.ventari-archive-sidebar-card a:not(.ventari-archive-sidebar-cta):not(.ventari-archive-featured-insight__image):not(.ventari-archive-featured-insight__button) {
  display: flex;
  align-items: center;
  justify-content: space-between;

  min-height: 44px;

  color: #F3C35B;
  text-decoration: none;

  font-size: 0.94rem;
  font-weight: 500;

  transition:
    color 220ms ease,
    transform 220ms ease;
}

.ventari-archive-sidebar-card a:not(.ventari-archive-sidebar-cta):not(.ventari-archive-featured-insight__image):not(.ventari-archive-featured-insight__button)::after {
  content: "›";
  flex: 0 0 auto;
  margin-left: 14px;

  color: #F3C35B;
  font-size: 1.25rem;

  transition:
    color 220ms ease,
    transform 220ms ease;
}

.ventari-archive-sidebar-card a:not(.ventari-archive-sidebar-cta):not(.ventari-archive-featured-insight__image):not(.ventari-archive-featured-insight__button):hover {
  color: #ffffff;
  transform: translateX(2px);
}

.ventari-archive-sidebar-card a:not(.ventari-archive-sidebar-cta):not(.ventari-archive-featured-insight__image):not(.ventari-archive-featured-insight__button):hover::after {
  color: #ffffff;
  transform: translateX(3px);
}

.ventari-archive-sidebar-card a:not(.ventari-archive-sidebar-cta):not(.ventari-archive-featured-insight__image):not(.ventari-archive-featured-insight__button):active {
  color: var(--ventari-amber, #D89B2B);
  transform: translateX(0);
}

.ventari-archive-sidebar-card a:not(.ventari-archive-sidebar-cta):not(.ventari-archive-featured-insight__image):not(.ventari-archive-featured-insight__button):active::after {
  color: var(--ventari-amber, #D89B2B);
  transform: translateX(0);
}

/* ================================
   Featured Insight Sidebar Card
================================ */

.ventari-archive-sidebar-card--featured-insight {
  overflow: hidden;
}

.ventari-archive-sidebar-card--featured-insight h2 {
  margin-bottom: 18px;
}

.ventari-archive-featured-insight__image {
  position: relative;

  display: block;
  overflow: hidden;
  isolation: isolate;

  width: 100%;
  margin: 0 0 20px;

  border-radius: 0;
  text-decoration: none;

  transition:
    transform 240ms ease,
    box-shadow 240ms ease;
}

.ventari-archive-featured-insight__image img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;

  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);

  filter: saturate(0.92) contrast(1.04);

  transition:
    border-color 240ms ease,
    filter 240ms ease,
    transform 240ms ease;
}

.ventari-archive-featured-insight__image::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;

  opacity: 0;

  background:
    linear-gradient(
      135deg,
      rgba(7, 24, 39, 0.16) 0%,
      rgba(12, 35, 56, 0.12) 48%,
      rgba(36, 58, 94, 0.16) 100%
    );

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 -1px 0 rgba(216, 155, 43, 0.1);

  transition:
    opacity 240ms ease,
    background 240ms ease,
    box-shadow 240ms ease;
}

.ventari-archive-featured-insight__image:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
}

.ventari-archive-featured-insight__image:hover img {
  border-color: rgba(255, 255, 255, 0.48);
  filter: saturate(0.98) contrast(1.03) brightness(0.94);
  transform: scale(1.012);
}

.ventari-archive-featured-insight__image:hover::before {
  opacity: 1;

  background:
    linear-gradient(
      145deg,
      rgba(7, 24, 39, 0.22) 0%,
      rgba(7, 24, 39, 0.46) 52%,
      rgba(36, 58, 94, 0.38) 100%
    ),
    radial-gradient(
      circle at 18% 14%,
      rgba(255, 255, 255, 0.16) 0%,
      rgba(255, 255, 255, 0.06) 28%,
      transparent 58%
    );

  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    inset 0 -1px 0 rgba(7, 24, 39, 0.32),
    inset 0 0 30px rgba(7, 24, 39, 0.18);
}

.ventari-archive-featured-insight__image:active {
  transform: translateY(1px);
  box-shadow: none;
}

.ventari-archive-featured-insight__image:active img {
  border-color: rgba(216, 155, 43, 0.62);
  transform: scale(1);
}

.ventari-archive-featured-insight__image:active::before {
  opacity: 1;

  background:
    linear-gradient(
      135deg,
      rgba(255, 226, 128, 0.22) 0%,
      rgba(236, 190, 82, 0.18) 48%,
      rgba(216, 155, 43, 0.22) 100%
    );

  box-shadow:
    inset 0 0 0 1px rgba(216, 155, 43, 0.62),
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    inset 0 -1px 0 rgba(216, 155, 43, 0.22),
    inset 0 0 26px rgba(216, 155, 43, 0.16);
}

.ventari-archive-sidebar-card--featured-insight h3 {
  margin: 0 0 12px;

  color: #ffffff;

  font-family: "Playfair Display", serif;
  font-size: clamp(1.35rem, 1.7vw, 1.58rem);
  font-weight: 500;
  line-height: 1.22;
  letter-spacing: -0.014em;
}

.ventari-archive-sidebar-card--featured-insight p {
  margin: 0 0 18px;

  color: rgba(255, 255, 255, 0.78);
  font-size: 0.98rem;
  line-height: 1.62;
}

.ventari-archive-featured-insight__button {
  display: flex;
  align-items: center;
  justify-content: space-between;

  min-height: 44px;
  width: 100%;

  color: #F3C35B;
  text-decoration: none;

  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;

  transition:
    color 220ms ease,
    transform 220ms ease;
}

.ventari-archive-featured-insight__button::after {
  content: "›";
  flex: 0 0 auto;
  margin-left: 14px;

  color: #F3C35B;
  font-size: 1.25rem;
  line-height: 1;

  transition:
    color 220ms ease,
    transform 220ms ease;
}

.ventari-archive-featured-insight__button:hover {
  color: #ffffff;
  transform: translateX(2px);
}

.ventari-archive-featured-insight__button:hover::after {
  color: #ffffff;
  transform: translateX(3px);
}

.ventari-archive-featured-insight__button:active {
  color: var(--ventari-amber, #D89B2B);
  transform: translateX(0);
}

.ventari-archive-featured-insight__button:active::after {
  color: var(--ventari-amber, #D89B2B);
  transform: translateX(0);
}

/* ================================
   CTA Sidebar Card
================================ */

.ventari-archive-sidebar-card--cta p {
  margin: 0 0 24px;

  color: rgba(255, 255, 255, 0.78);
  font-size: 0.98rem;
  line-height: 1.62;
}

.ventari-archive-sidebar-cta {
  box-sizing: border-box;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 50px;
  padding: 0 14px;

  color: #ffffff;
  background: var(--ventari-amber, #D89B2B);
  border: 1px solid var(--ventari-amber, #D89B2B);
  border-radius: 2px;

  text-align: center;
  text-decoration: none;
  white-space: normal;
  overflow-wrap: anywhere;

  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1.25;
  text-transform: uppercase;

  transition:
    color 220ms ease,
    background-color 220ms ease,
    border-color 220ms ease,
    transform 220ms ease,
    box-shadow 220ms ease;
}

.ventari-archive-sidebar-cta:hover {
  color: #ffffff;
  background: rgba(226, 174, 74, 0.92);
  border-color: rgba(216, 155, 43, 0.62);
  transform: translateY(-1px);

  box-shadow:
    0 12px 24px rgba(216, 155, 43, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.ventari-archive-sidebar-cta:active {
  color: #ffffff;
  background: rgba(7, 24, 39, 0.72);
  border-color: rgba(255, 255, 255, 0.58);
  transform: translateY(1px);

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

/* ================================
   Pagination
================================ */

.ventari-archive-pagination {
  margin-top: 34px;
}

.ventari-archive-pagination .wp-block-query-pagination {
  gap: 14px;
}

.ventari-archive-pagination a,
.ventari-archive-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-width: 38px;
  min-height: 38px;
  padding: 0 13px;

  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;

  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 2px;

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05);

  transition:
    color 220ms ease,
    background-color 220ms ease,
    border-color 220ms ease,
    transform 220ms ease,
    box-shadow 220ms ease;
}

/* Previous / Next pagination links */
.ventari-archive-pagination .wp-block-query-pagination-previous,
.ventari-archive-pagination .wp-block-query-pagination-next {
  color: #ffffff;
}

/* Previous / Next pagination arrows */
.ventari-archive-pagination .wp-block-query-pagination-previous-arrow,
.ventari-archive-pagination .wp-block-query-pagination-next-arrow {
  color: var(--ventari-amber, #D89B2B);
}

/* Previous / Next pagination arrows on active */
.ventari-archive-pagination .wp-block-query-pagination-previous:active
.wp-block-query-pagination-previous-arrow,
.ventari-archive-pagination .wp-block-query-pagination-next:active
.wp-block-query-pagination-next-arrow {
  color: #ffffff;
}

.ventari-archive-pagination a:hover,
.ventari-archive-pagination .page-numbers:hover {
  color: var(--ventari-amber, #D89B2B);

  background: rgba(216, 155, 43, 0.11);
  border-color: rgba(216, 155, 43, 0.46);

  transform: translateY(-2px);

  box-shadow:
    0 10px 20px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.ventari-archive-pagination a:active,
.ventari-archive-pagination .page-numbers:active {
  color: #ffffff;

  background: rgba(255, 226, 128, 0.18);
  border-color: rgba(216, 155, 43, 0.52);

  transform: translateY(1px);

  box-shadow:
    0 4px 10px rgba(0, 0, 0, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    inset 0 0 18px rgba(216, 155, 43, 0.12);
}

/* Current page — matched to Search Results pagination */
.ventari-archive-pagination .page-numbers.current {
  color: #ffffff !important;

  background:
    linear-gradient(
      135deg,
      rgba(232, 166, 48, 0.98) 0%,
      rgba(216, 155, 43, 0.94) 100%
    ) !important;

  border-color: rgba(232, 166, 48, 0.92) !important;

  box-shadow:
    0 0.5rem 1.25rem rgba(216, 155, 43, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.22) !important;

  cursor: default !important;
}

/* ================================
   No Results
================================ */

.ventari-archive-no-results {
  margin-top: 24px;
}

.ventari-archive-no-results p {
  position: relative;

  margin: 0;
  padding: 30px 28px;

  color: rgba(255, 255, 255, 0.8);

  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.07) 0%,
      rgba(255, 255, 255, 0.035) 46%,
      rgba(7, 24, 39, 0.42) 100%
    );

  border: 1px solid rgba(232, 166, 48, 0.62);
  border-radius: 0;

  backdrop-filter: blur(14px) saturate(1.18);
  -webkit-backdrop-filter: blur(14px) saturate(1.18);

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    inset 0 -1px 0 rgba(232, 166, 48, 0.18),
    0 0 0 1px rgba(255, 255, 255, 0.035);
}

/* ================================
   Tablet
================================ */

@media (max-width: 980px) {
  .ventari-archive-layout {
    grid-template-columns: 1fr;
  }

  .ventari-archive-sidebar {
    padding-left: 0;
    border-left: 0;
  }
}

@media (min-width: 600px) and (max-width: 980px) {
  .ventari-archive-featured-insight__image {
    width: min(100%, 420px);
    max-width: 420px;
  }

  .ventari-archive-sidebar-card--featured-insight h3 {
    max-width: 520px;
    font-size: clamp(1.3rem, 2.1vw, 1.48rem);
    line-height: 1.22;
  }

  .ventari-archive-sidebar-card--featured-insight p {
    max-width: 620px;
  }
}

/* ================================
   Mobile
================================ */

@media (max-width: 599px) {
  .ventari-archive-page {
    padding: 78px 16px 72px;
  }

  .ventari-archive-heading {
    font-size: clamp(2.05rem, 9.5vw, 2.75rem);
    line-height: 0.98;
    font-weight: 600;
    letter-spacing: -0.035em;
  }

  .ventari-archive-title {
    font-size: 0.96rem;
  }

  .ventari-archive-filter-row {
    column-gap: 5px;
    row-gap: 6px;
  }

  .ventari-archive-filter-row a {
    min-height: 40px;
    padding: 0 14px;
    font-size: 0.86rem;
  }

  .ventari-archive-card {
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
    padding: 18px 0;
  }

  .ventari-archive-card__image a:hover {
    transform: translateY(-1px);
  }

  .ventari-archive-card__date {
    margin: 0 0 7px;
    font-size: 0.68rem;
    letter-spacing: 0.07em;
  }

  .ventari-archive-card__title a {
    font-size: 1.2rem;
  }

  .ventari-archive-card__excerpt .wp-block-post-excerpt__excerpt {
    display: none;
  }

  .ventari-archive-card__terms,
  .ventari-archive-card__terms .wp-block-post-terms {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: flex-start;

    width: 100%;
    max-width: 100%;

    column-gap: 1px;
    row-gap: 3px;
    margin: 13px 0 0;

    text-align: left;
  }

  .ventari-archive-card__terms .wp-block-post-terms {
    margin: 0;
  }

  .ventari-archive-card__terms .wp-block-post-terms__separator {
    display: none;
  }

  .ventari-archive-card__terms a,
  .ventari-archive-card__terms .wp-block-post-terms a,
  .ventari-archive-card__terms .ventari-archive-term-pill {
    flex: 0 0 auto;

    min-height: 29px;
    padding: 0 9px;
    margin: 0;

    font-size: 0.56rem;
    letter-spacing: 0.03em;
  }

  .ventari-archive-sidebar-card--featured-insight h3 {
    font-size: clamp(1.24rem, 6.1vw, 1.42rem);
    line-height: 1.22;
  }

  .ventari-archive-featured-insight__image {
    width: 100%;
    max-width: none;
    margin-bottom: 18px;
  }

  .ventari-archive-featured-insight__image:hover {
    transform: translateY(-1px);
  }

  .ventari-archive-sidebar-cta {
    font-size: 0.75rem;
    letter-spacing: 0.06em;
  }
}