/* Premium motion and scroll-state polish. */
.cvp-site-header {
  top: 18px;
  padding-block: 0;
  background: transparent;
  border-bottom: 0 !important;
  box-shadow: none;
  transform: translateZ(0);
  will-change: transform;
}

.cvp-site-header .cvp-shell {
  position: relative;
  z-index: 2;
  width: min(1320px, calc(100% - 48px));
}

.cvp-nav-frame {
  position: relative;
  grid-template-columns: 196px minmax(440px, 1fr) auto;
  gap: clamp(12px, 1.55vw, 24px);
  align-items: center;
  min-height: 78px;
  padding: 0 18px 0 22px;
  overflow: visible;
  background: transparent;
  border: 0;
  box-shadow: none;
  clip-path: none;
  transform: translateZ(0);
  will-change: min-height, transform;
}

.cvp-nav-frame::before,
.cvp-nav-frame::after {
  display: block;
  content: "";
  position: absolute;
  pointer-events: none;
}

.cvp-nav-frame::before {
  inset: 0;
  z-index: 0;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background:
    radial-gradient(circle at 9% 0%, rgba(230, 0, 0, 0.26), transparent 16rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), transparent 28%),
    linear-gradient(180deg, rgba(15, 17, 18, 0.82), rgba(7, 8, 9, 0.66));
  box-shadow:
    0 24px 70px rgba(5, 5, 6, 0.34),
    0 8px 18px rgba(230, 0, 0, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    inset 0 -1px 0 rgba(255, 255, 255, 0.08);
  clip-path: none;
  -webkit-backdrop-filter: blur(24px) saturate(1.24);
  backdrop-filter: blur(24px) saturate(1.24);
}

.cvp-nav-frame::after {
  inset: 1px;
  z-index: 0;
  border-radius: 17px;
  background:
    linear-gradient(90deg, transparent 0 5%, rgba(230, 0, 0, 0.72) 10%, transparent 25% 75%, rgba(255, 255, 255, 0.32) 90%, transparent 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), transparent 42%);
  clip-path: none;
  -webkit-mask: linear-gradient(#000 0 0) top / 100% 1px no-repeat, linear-gradient(#000 0 0) left / 1px 100% no-repeat, linear-gradient(#000 0 0) right / 1px 100% no-repeat;
  mask: linear-gradient(#000 0 0) top / 100% 1px no-repeat, linear-gradient(#000 0 0) left / 1px 100% no-repeat, linear-gradient(#000 0 0) right / 1px 100% no-repeat;
  opacity: 0.72;
}

.cvp-nav-frame > * {
  position: relative;
  z-index: 1;
}

.cvp-brand {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: 8px 20px 8px 0;
}

.cvp-brand::before {
  content: "";
  position: absolute;
  inset: 3px -42%;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(112deg,
      transparent 31%,
      rgba(255, 255, 255, 0.08) 39%,
      rgba(255, 255, 255, 0.72) 47%,
      rgba(230, 0, 0, 0.2) 52%,
      rgba(255, 255, 255, 0.16) 58%,
      transparent 68%);
  mix-blend-mode: screen;
  opacity: 0;
  transform: translate3d(-128%, 0, 0) skewX(-19deg);
  will-change: transform, opacity;
}

.cvp-brand.is-logo-shimmering::before {
  animation: cvp-logo-shimmer 2200ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.cvp-brand::after {
  display: block;
  top: 17px;
  bottom: 17px;
  background: linear-gradient(180deg, transparent, rgba(230, 0, 0, 0.55), rgba(255, 255, 255, 0.18), transparent);
}

.cvp-brand img {
  position: relative;
  z-index: 1;
  width: 152px;
  transform-origin: left center;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.22));
  will-change: width, transform;
}

@keyframes cvp-logo-shimmer {
  0% {
    opacity: 0;
    transform: translate3d(-128%, 0, 0) skewX(-19deg);
  }

  18%,
  54% {
    opacity: 0.78;
  }

  100% {
    opacity: 0;
    transform: translate3d(128%, 0, 0) skewX(-19deg);
  }
}

.cvp-main-menu {
  gap: clamp(2px, 0.4vw, 7px);
}

.cvp-main-menu > .cvp-menu-item > a {
  min-height: 42px;
  padding: 0 13px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 640;
  letter-spacing: 0;
}

.cvp-main-menu > .cvp-menu-item--has-dropdown::after {
  content: "";
  position: absolute;
  left: -24px;
  right: -24px;
  top: 100%;
  z-index: 19;
  height: 24px;
  pointer-events: auto;
}

.cvp-main-menu > .cvp-menu-item > a:hover,
.cvp-main-menu > .cvp-menu-item > a:focus-visible,
.cvp-menu-item--has-dropdown.is-open > a,
.cvp-menu-item.is-current > a {
  border-color: transparent;
  background: transparent;
  box-shadow: none;
  color: #fff;
  transform: translateY(-1px);
}

.cvp-main-menu > .cvp-menu-item > a:focus-visible,
.cvp-nav-actions .cvp-button:focus-visible,
.cvp-icon-link:focus-visible,
.cvp-submenu a:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.72);
  outline-offset: 3px;
}

.cvp-menu-item.is-current > a::after {
  left: 16px;
  right: 16px;
  bottom: 6px;
  height: 2px;
  border-radius: 999px;
  background: var(--cvp-red, #e60000);
  box-shadow: 0 0 18px rgba(230, 0, 0, 0.5);
}

.cvp-submenu {
  top: calc(100% + 14px);
  border-radius: 18px;
  background:
    radial-gradient(circle at 18% 0%, rgba(230, 0, 0, 0.18), transparent 12rem),
    linear-gradient(180deg, rgba(16, 18, 19, 0.96), rgba(8, 9, 10, 0.88));
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 28px 74px rgba(0, 0, 0, 0.44), inset 0 1px 0 rgba(255, 255, 255, 0.14);
  clip-path: none;
  -webkit-backdrop-filter: blur(24px) saturate(1.18);
  backdrop-filter: blur(24px) saturate(1.18);
}

.cvp-menu-item--products .cvp-submenu {
  width: min(340px, calc(100vw - 40px));
  max-height: min(72vh, 640px);
  overflow-y: auto;
}

.cvp-submenu::before {
  display: none;
}

.cvp-submenu-accordion {
  display: block;
}

.cvp-submenu-accordion__details {
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
}

.cvp-submenu-accordion__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  font-size: 11px;
  font-weight: 820;
  letter-spacing: 0.08em;
  line-height: 1.2;
  list-style: none;
  text-transform: uppercase;
  user-select: none;
}

.cvp-submenu-accordion__summary::-webkit-details-marker {
  display: none;
}

.cvp-submenu-accordion__summary::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 12px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  opacity: 0.75;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 160ms ease;
}

.cvp-submenu-accordion__summary:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.72);
  outline-offset: 3px;
}

.cvp-submenu-accordion__summary:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.cvp-submenu-accordion__details[open] .cvp-submenu-accordion__summary::after {
  transform: rotate(225deg) translate(-2px, -2px);
}

.cvp-submenu .cvp-submenu-accordion__list {
  display: grid;
  gap: 2px;
  margin: 6px 0 8px;
  padding: 0 0 0 8px;
  list-style: none;
}

.cvp-submenu .cvp-submenu-accordion__item a {
  padding-left: 14px;
}

.cvp-submenu-accordion + li {
  margin-top: 6px;
  padding-top: 6px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.cvp-submenu a {
  border-radius: 4px;
  font-weight: 620;
}

.cvp-submenu a:hover,
.cvp-submenu a:focus-visible {
  background: rgba(230, 0, 0, 0.13);
  transform: translateX(3px);
}

.cvp-menu-item--has-dropdown.is-open .cvp-submenu,
.cvp-menu-item--has-dropdown:hover .cvp-submenu,
.cvp-menu-item--has-dropdown:focus-within .cvp-submenu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
  transition-delay: 0s;
}

.cvp-nav-actions .cvp-button {
  min-height: 44px;
  padding-inline: 22px;
  box-shadow: 0 12px 30px rgba(230, 0, 0, 0.2);
  white-space: nowrap;
}

.cvp-icon-link {
  width: 36px;
  height: 36px;
  border: 1px solid transparent;
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.9);
}

.cvp-icon-link:hover,
.cvp-icon-link:focus-visible {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.cvp-menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  cursor: pointer;
  position: relative;
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.cvp-menu-toggle:hover,
.cvp-menu-toggle:focus-visible {
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.12);
}

.cvp-menu-toggle:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.72);
  outline-offset: 3px;
}

.cvp-menu-toggle span {
  position: absolute;
  left: 12px;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transform-origin: center;
  transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1), opacity 160ms ease;
}

.cvp-menu-toggle span:nth-child(1) {
  transform: translateY(-6px);
}

.cvp-menu-toggle span:nth-child(2) {
  transform: translateY(0);
}

.cvp-menu-toggle span:nth-child(3) {
  transform: translateY(6px);
}

.cvp-menu-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: rotate(45deg);
}

.cvp-menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0.35);
}

.cvp-menu-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: rotate(-45deg);
}

.cvp-mobile-menu-backdrop {
  position: fixed;
  inset: -24px;
  z-index: 1;
  background:
    radial-gradient(circle at 50% 0%, rgba(230, 0, 0, 0.14), transparent 24rem),
    rgba(0, 0, 0, 0.62);
  -webkit-backdrop-filter: blur(14px) saturate(0.82);
  backdrop-filter: blur(14px) saturate(0.82);
  opacity: 0;
  pointer-events: none;
  transition: opacity 230ms ease, visibility 230ms ease;
  visibility: hidden;
}

.cvp-mobile-menu-backdrop[hidden] {
  display: none;
}

.cvp-site-header.is-scrolled {
  top: 12px;
  padding-block: 0;
  background: transparent;
  box-shadow: none;
}

.cvp-site-header.is-scrolled .cvp-nav-frame {
  min-height: 60px;
  transform: translateY(-1px);
}

.cvp-site-header.is-scrolled .cvp-nav-frame::before {
  background:
    radial-gradient(circle at 9% 0%, rgba(230, 0, 0, 0.22), transparent 13rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), transparent 26%),
    linear-gradient(180deg, rgba(14, 15, 16, 0.9), rgba(6, 7, 8, 0.78));
  box-shadow:
    0 18px 52px rgba(5, 5, 6, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    inset 0 -1px 0 rgba(255, 255, 255, 0.08);
}

.cvp-site-header.is-scrolled .cvp-brand img {
  width: 126px;
}

.cvp-site-header.is-scrolled .cvp-main-menu > .cvp-menu-item > a {
  min-height: 36px;
  font-size: 12px;
}

.cvp-site-header.is-scrolled .cvp-nav-actions .cvp-button {
  min-height: 38px;
  padding-inline: 18px;
}

.cvp-site-header.is-scrolled .cvp-icon-link {
  width: 32px;
  height: 32px;
}

.cvp-hero {
  padding-top: 164px;
  overflow: hidden;
  background: #020405;
}

.cvp-hero-media {
  position: absolute;
  inset: 0;
  z-index: -3;
  overflow: hidden;
  background: #020405 url("../videos/hero-crowd-poster.jpg") center / cover no-repeat;
  pointer-events: none;
}

.cvp-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(2, 4, 5, 0.16) 0%, rgba(2, 4, 5, 0.18) 42%, rgba(2, 4, 5, 0.62) 78%, #020405 100%),
    linear-gradient(90deg, rgba(2, 4, 5, 0.93) 0%, rgba(2, 4, 5, 0.5) 34%, rgba(2, 4, 5, 0.24) 58%, rgba(2, 4, 5, 0.78) 100%);
  pointer-events: none;
}

.cvp-hero-video {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.012);
  transition: opacity 700ms ease;
}

.cvp-hero.is-hero-video-ready .cvp-hero-video {
  opacity: 1;
}

.cvp-home .cvp-product-stage--collage {
  display: grid;
  align-self: center;
  justify-self: stretch;
  min-height: 0;
  place-items: center;
}

.cvp-home .cvp-hero-product-collage {
  width: min(100%, 620px);
  height: auto;
  max-height: min(48svh, 360px);
  object-fit: contain;
}

.cvp-home .cvp-hero::before {
  z-index: -4;
  background:
    linear-gradient(180deg, rgba(2, 4, 5, 0.16) 0%, rgba(2, 4, 5, 0.18) 42%, rgba(2, 4, 5, 0.62) 78%, #020405 100%),
    linear-gradient(90deg, rgba(2, 4, 5, 0.93) 0%, rgba(2, 4, 5, 0.5) 34%, rgba(2, 4, 5, 0.24) 58%, rgba(2, 4, 5, 0.78) 100%),
    url("../images/crowd.png") center top / cover no-repeat !important;
  transform: scale(1.012);
  transform-origin: center top;
}

.cvp-home .cvp-hero::after {
  display: block;
  background:
    radial-gradient(circle at 76% 18%, rgba(255, 255, 255, 0.14), transparent 10rem),
    radial-gradient(circle at 86% 22%, rgba(230, 0, 0, 0.18), transparent 17rem),
    linear-gradient(180deg, transparent 0 52%, rgba(2, 4, 5, 0.22) 68%, rgba(2, 4, 5, 0.74) 86%, #020405 100%) !important;
  opacity: 1;
  pointer-events: none;
}

.cvp-laminate-proof {
  position: relative;
  isolation: isolate;
  padding: clamp(76px, 8vw, 122px) 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 12%, rgba(230, 0, 0, 0.11), transparent 18rem),
    radial-gradient(circle at 12% 88%, rgba(215, 179, 94, 0.14), transparent 19rem),
    linear-gradient(180deg, #fbfbfd 0%, #f1f2f4 100%);
  color: #1d1d1f;
}

.cvp-laminate-proof::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(120deg, rgba(29, 29, 31, 0.04) 0 1px, transparent 1px 26px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), transparent 46%);
  opacity: 0.8;
  pointer-events: none;
}

.cvp-laminate-proof .cvp-shell {
  display: grid;
  gap: clamp(30px, 4vw, 54px);
}

.cvp-laminate-proof__intro {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.72fr);
  gap: clamp(24px, 5vw, 76px);
  align-items: end;
  padding-bottom: clamp(24px, 3vw, 36px);
  border-bottom: 1px solid rgba(29, 29, 31, 0.12);
}

.cvp-laminate-proof .cvp-eyebrow {
  grid-column: 1 / -1;
  margin: 0 0 -8px;
  color: var(--cvp-red, #e60000);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.cvp-laminate-proof .cvp-eyebrow::before {
  display: inline-block;
  background: var(--cvp-red, #e60000);
}

.cvp-laminate-proof__intro h2 {
  max-width: 13.5em;
  margin: 0;
  color: #17181a;
  font-size: clamp(38px, 4.6vw, 68px);
  font-weight: 820;
  line-height: 0.98;
  letter-spacing: 0;
  text-wrap: balance;
}

.cvp-laminate-proof__intro p {
  max-width: 54ch;
  margin: 0;
  color: rgba(29, 29, 31, 0.68);
  font-size: clamp(18px, 1.55vw, 24px);
  font-weight: 360;
  line-height: 1.38;
}

.cvp-laminate-proof__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 1.6vw, 22px);
}

.cvp-laminate-proof__item {
  position: relative;
  display: grid;
  align-content: start;
  min-height: 270px;
  padding: clamp(22px, 2.4vw, 32px);
  overflow: hidden;
  border: 1px solid rgba(29, 29, 31, 0.1);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(247, 247, 249, 0.88)),
    #fff;
  box-shadow: 0 24px 70px rgba(22, 23, 26, 0.08);
}

.cvp-laminate-proof__item::after {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--cvp-red, #e60000), rgba(215, 179, 94, 0.88));
  opacity: 0.9;
}

.cvp-laminate-proof__item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 28px;
  border-radius: 999px;
  background: rgba(230, 0, 0, 0.08);
  color: var(--cvp-red, #e60000);
  font-size: 13px;
  font-weight: 840;
  letter-spacing: 0.04em;
}

.cvp-laminate-proof__item h3 {
  margin: 0;
  color: #1d1d1f;
  font-size: clamp(21px, 1.7vw, 28px);
  font-weight: 780;
  line-height: 1.08;
  letter-spacing: 0;
  text-wrap: balance;
}

.cvp-laminate-proof__item p {
  margin: 18px 0 0;
  color: rgba(29, 29, 31, 0.64);
  font-size: 16px;
  line-height: 1.48;
}

.cvp-laminate-proof__support {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 24px);
}

.cvp-laminate-proof__support p {
  margin: 0;
  padding: clamp(20px, 2.4vw, 28px);
  border: 1px solid rgba(29, 29, 31, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.7);
  color: rgba(29, 29, 31, 0.72);
  font-size: clamp(17px, 1.25vw, 20px);
  line-height: 1.42;
}

.cvp-laminate-proof__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(18px, 3vw, 42px);
  padding: clamp(24px, 3vw, 36px);
  border-radius: 22px;
  background:
    radial-gradient(circle at 12% 0%, rgba(230, 0, 0, 0.28), transparent 18rem),
    linear-gradient(135deg, #252728, #08090a);
  color: #fff;
  box-shadow: 0 28px 80px rgba(15, 16, 17, 0.18);
}

.cvp-laminate-proof__cta p {
  max-width: 42ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(20px, 1.8vw, 28px);
  font-weight: 620;
  line-height: 1.2;
  letter-spacing: 0;
}

.cvp-laminate-proof__cta .cvp-button {
  flex: 0 0 auto;
  box-shadow: none;
}

@media (max-width: 1100px) {
  .cvp-laminate-proof__intro {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .cvp-laminate-proof__intro h2,
  .cvp-laminate-proof__intro p {
    max-width: 760px;
  }

  .cvp-laminate-proof__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .cvp-laminate-proof {
    padding: 64px 0;
  }

  .cvp-laminate-proof__grid,
  .cvp-laminate-proof__support {
    grid-template-columns: 1fr;
  }

  .cvp-laminate-proof__item {
    min-height: 0;
  }

  .cvp-laminate-proof__cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  .cvp-laminate-proof__intro h2 {
    font-size: clamp(34px, 12vw, 48px);
  }

  .cvp-laminate-proof__cta .cvp-button {
    width: 100%;
  }
}

.cvp-standard-page {
  padding-top: 206px;
}

.cvp-product-stage,
.cvp-product-card,
.cvp-showcase-card,
.cvp-quote-shell,
.cvp-trust-strip,
.cvp-button,
.cvp-icon-link,
.cvp-quote-option {
  transform: translateZ(0);
  will-change: transform, opacity;
}

.cvp-product-card,
.cvp-showcase-card {
  overflow: hidden;
  opacity: 1;
  visibility: visible;
}

.cvp-product-card img,
.cvp-showcase-card img,
.cvp-credential img,
.cvp-stage-wristband img {
  transform-origin: center;
  will-change: transform, opacity;
}

.cvp-reveal-word {
  display: inline-block;
  opacity: 0.22;
  transform: translateY(0.12em);
  will-change: transform, opacity;
}

@media (max-width: 1040px) {
  .cvp-site-header.is-mobile-menu-open {
    z-index: 140;
  }

  body.cvp-mobile-menu-open {
    overflow: hidden;
  }

  body.cvp-mobile-menu-open .cvp-mobile-menu-backdrop {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }

  .cvp-nav-actions {
    gap: 9px;
  }

  .cvp-menu-toggle {
    display: inline-flex;
  }

  .cvp-nav-frame .cvp-primary-nav {
    display: block;
    position: fixed;
    top: 92px;
    left: 50%;
    z-index: 3;
    width: min(520px, calc(100vw - 32px));
    max-height: calc(100dvh - 116px);
    padding: 24px;
    overflow: auto;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background:
      radial-gradient(circle at 8% 0%, rgba(230, 0, 0, 0.26), transparent 17rem),
      linear-gradient(128deg, rgba(255, 255, 255, 0.12) 0 24%, transparent 24.2% 100%),
      linear-gradient(180deg, rgba(16, 18, 19, 0.98), rgba(5, 6, 7, 0.94));
    box-shadow:
      0 36px 90px rgba(0, 0, 0, 0.58),
      inset 0 1px 0 rgba(255, 255, 255, 0.16);
    border-radius: 18px;
    clip-path: none;
    opacity: 0;
    pointer-events: none;
    transform: translate3d(-50%, -12px, 0) scale(0.985);
    transition: opacity 230ms ease, transform 230ms cubic-bezier(0.22, 1, 0.36, 1), visibility 230ms ease;
    visibility: hidden;
  }

  body.cvp-mobile-menu-open .cvp-nav-frame .cvp-primary-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translate3d(-50%, 0, 0) scale(1);
    visibility: visible;
  }

  .cvp-nav-frame .cvp-primary-nav .cvp-main-menu {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    gap: 0;
    justify-content: flex-start;
    width: 100%;
  }

  .cvp-nav-frame .cvp-primary-nav .cvp-menu-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  }

  .cvp-nav-frame .cvp-primary-nav .cvp-menu-item:last-child {
    border-bottom: 0;
  }

  .cvp-nav-frame .cvp-primary-nav .cvp-main-menu > .cvp-menu-item > a {
    justify-content: space-between;
    min-height: 56px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #fff;
    font-size: 22px;
    font-weight: 720;
    letter-spacing: -0.02em;
  }

  .cvp-nav-frame .cvp-primary-nav .cvp-menu-item.is-current > a::after {
    left: 0;
    right: auto;
    bottom: 9px;
    width: 42px;
  }

  .cvp-nav-frame .cvp-primary-nav .cvp-main-menu > .cvp-menu-item--has-dropdown::after {
    display: none;
  }

  .cvp-nav-frame .cvp-primary-nav .cvp-submenu {
    position: static;
    width: auto;
    max-height: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
    background: transparent;
    box-shadow: none;
    clip-path: none;
    opacity: 0;
    pointer-events: none;
    transform: none;
    transition: max-height 260ms cubic-bezier(0.22, 1, 0.36, 1), opacity 180ms ease, padding 220ms ease;
  }

  .cvp-nav-frame .cvp-primary-nav .cvp-menu-item.is-mobile-submenu-open .cvp-submenu {
    max-height: 720px;
    padding: 0 0 14px;
    opacity: 1;
    pointer-events: auto;
  }

  .cvp-nav-frame .cvp-primary-nav .cvp-menu-item.is-mobile-submenu-open .cvp-menu-caret {
    transform: rotate(180deg);
  }

  .cvp-nav-frame .cvp-primary-nav .cvp-submenu ul {
    display: grid;
    gap: 4px;
  }

  .cvp-nav-frame .cvp-primary-nav .cvp-submenu-accordion__details {
    background: transparent;
  }

  .cvp-nav-frame .cvp-primary-nav .cvp-submenu-accordion__summary {
    min-height: 42px;
    padding: 0 0 0 14px;
    border: 0;
    border-left: 2px solid rgba(230, 0, 0, 0.7);
    border-radius: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.88);
    font-size: 12px;
  }

  .cvp-nav-frame .cvp-primary-nav .cvp-submenu-accordion__summary:hover,
  .cvp-nav-frame .cvp-primary-nav .cvp-submenu-accordion__summary:focus-visible {
    background: transparent;
    color: #fff;
  }

  .cvp-nav-frame .cvp-primary-nav .cvp-submenu .cvp-submenu-accordion__list {
    gap: 4px;
    margin: 2px 0 10px;
    padding-left: 16px;
  }

  .cvp-nav-frame .cvp-primary-nav .cvp-submenu .cvp-submenu-accordion__item a {
    padding-left: 14px;
  }

  .cvp-nav-frame .cvp-primary-nav .cvp-submenu-accordion + li {
    margin-top: 8px;
    padding-top: 10px;
  }

  .cvp-nav-frame .cvp-primary-nav .cvp-submenu a {
    min-height: 38px;
    padding: 0 0 0 14px;
    border-left: 2px solid rgba(230, 0, 0, 0.48);
    border-radius: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    font-weight: 620;
  }

  .cvp-nav-frame .cvp-primary-nav .cvp-submenu a:hover,
  .cvp-nav-frame .cvp-primary-nav .cvp-submenu a:focus-visible {
    background: transparent;
    color: #fff;
    transform: translateX(3px);
  }
}

@media (max-width: 860px) {
  .cvp-site-header {
    top: 14px;
    padding-block: 0;
  }

  .cvp-site-header .cvp-shell {
    width: min(1120px, calc(100% - 32px));
  }

  .cvp-nav-frame {
    grid-template-columns: 1fr auto;
    min-height: 64px;
    padding: 0 14px 0 16px;
  }

  .cvp-brand img {
    width: 138px;
  }

  .cvp-nav-actions .cvp-button {
    min-height: 38px;
    padding-inline: 17px;
  }

  .cvp-hero {
    padding-top: 144px;
  }

  .cvp-home .cvp-product-stage--collage {
    max-width: min(620px, 100%);
    margin-inline: auto;
  }

  .cvp-standard-page {
    padding-top: 166px;
  }

  .cvp-site-header.is-scrolled {
    top: 10px;
    padding-block: 0;
  }

  .cvp-site-header.is-scrolled .cvp-nav-frame {
    min-height: 56px;
  }

  .cvp-site-header.is-scrolled .cvp-brand img {
    width: 122px;
  }
}

@media (max-width: 560px) {
  .cvp-site-header {
    top: 12px;
    padding-block: 0;
  }

  .cvp-site-header .cvp-shell {
    width: min(1120px, calc(100% - 24px));
  }

  .cvp-nav-frame {
    min-height: 62px;
    padding: 0 12px 0 14px;
  }

  .cvp-nav-frame .cvp-primary-nav {
    top: 84px;
    width: min(430px, calc(100vw - 24px));
    max-height: calc(100dvh - 100px);
    padding: 20px;
  }

  .cvp-nav-frame .cvp-primary-nav .cvp-main-menu > .cvp-menu-item > a {
    min-height: 52px;
    font-size: 20px;
  }

  .cvp-nav-frame::before {
    border-radius: 16px;
  }

  .cvp-nav-frame::after {
    border-radius: 15px;
  }

  .cvp-brand img {
    width: 122px;
  }

  .cvp-brand {
    padding-right: 8px;
  }

  .cvp-brand::after {
    display: none;
  }

  .cvp-nav-actions .cvp-button {
    min-height: 40px;
    padding-inline: 15px;
    font-size: 13px;
  }

  .cvp-hero {
    padding-top: 140px;
  }

  .cvp-site-header.is-scrolled .cvp-brand img {
    width: 112px;
  }
}

@media (max-width: 390px) {
  .cvp-brand img {
    width: 112px;
  }

  .cvp-nav-actions {
    gap: 7px;
  }

  .cvp-nav-actions .cvp-button {
    min-height: 38px;
    padding-inline: 12px;
    font-size: 12px;
  }

  .cvp-nav-actions .cvp-button .cvp-arrow {
    display: none;
  }

  .cvp-menu-toggle {
    width: 40px;
    height: 40px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cvp-site-header,
  .cvp-nav-frame,
  .cvp-brand img,
  .cvp-main-menu > .cvp-menu-item > a,
  .cvp-nav-actions .cvp-button,
  .cvp-icon-link {
    transition-duration: 0.01ms;
  }

  .cvp-mobile-menu-backdrop,
  .cvp-nav-frame .cvp-primary-nav,
  .cvp-menu-toggle span {
    transition-duration: 0.01ms;
  }

  .cvp-brand::before {
    display: none;
    animation: none;
  }
}

/* WooCommerce quote-card polish. */
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price,
.woocommerce ul.products li.product .aes-quote-price-note,
.woocommerce-page ul.products li.product .aes-quote-price-note {
  display: none !important;
}

.woocommerce ul.products li.product a.button.aes-loop-quote-button,
.woocommerce-page ul.products li.product a.button.aes-loop-quote-button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: 20px;
  padding: 0 22px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--cvp-red, #e60000) !important;
  box-shadow: none !important;
  color: #fff !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  text-decoration: none !important;
  opacity: 1 !important;
}

.woocommerce ul.products li.product a.button.aes-loop-quote-button:hover,
.woocommerce ul.products li.product a.button.aes-loop-quote-button:focus-visible,
.woocommerce-page ul.products li.product a.button.aes-loop-quote-button:hover,
.woocommerce-page ul.products li.product a.button.aes-loop-quote-button:focus-visible {
  background: #f20a0a !important;
  color: #fff !important;
  transform: translateY(-1px);
}

.woocommerce div.product .aes-button,
.woocommerce div.product button.aes-button,
.woocommerce div.product a.aes-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}

.woocommerce div.product .aes-button--primary {
  border: 0;
  background: var(--cvp-red, #e60000);
  color: #fff;
}

.woocommerce div.product .aes-button--secondary {
  border: 1px solid rgba(0, 0, 0, 0.18);
  background: #fff;
  color: var(--cvp-ink, #1d1d1f);
}

/* Single product top stack tightening. */
body.single-product .site-main {
  padding-top: 112px !important;
}

body.single-product .woocommerce-breadcrumb {
  width: min(1160px, calc(100% - 64px)) !important;
  margin: 0 auto 10px !important;
  color: rgba(29, 29, 31, 0.42) !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
}

body.single-product .woocommerce-breadcrumb a {
  color: rgba(29, 29, 31, 0.58) !important;
  text-decoration: none !important;
}

body.single-product .woocommerce-breadcrumb a:hover,
body.single-product .woocommerce-breadcrumb a:focus-visible {
  color: var(--cvp-red, #e60000);
}

body.single-product .aes-product-hero {
  width: min(1160px, calc(100% - 64px)) !important;
  margin: 0 auto 14px !important;
  text-align: center !important;
}

body.single-product .aes-product-hero .product_title {
  margin: 0 !important;
  font-size: 68px !important;
  line-height: 0.98 !important;
  letter-spacing: 0 !important;
}

body.single-product .aes-product-hero .price,
body.single-product .aes-product-hero .aes-quote-price-note {
  display: none !important;
}

body.single-product div.product {
  width: min(1160px, calc(100% - 64px)) !important;
  margin-inline: auto !important;
}

body.single-product div.product .woocommerce-product-gallery,
body.single-product div.product .summary {
  margin-top: 0 !important;
}

body.single-product div.product .woocommerce-product-gallery {
  padding: 0 !important;
}

/* Single product immersive surface pass. */
body.single-product .site-main {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 13% 22%, rgba(230, 0, 0, 0.095), transparent 31rem),
    radial-gradient(circle at 88% 19%, rgba(32, 37, 40, 0.1), transparent 34rem),
    radial-gradient(circle at 52% 72%, rgba(160, 108, 61, 0.1), transparent 38rem),
    linear-gradient(180deg, #fbfaf7 0%, #f4eee8 54%, #eee7dd 100%) !important;
}

body.single-product .site-main::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(251, 250, 247, 0.82), rgba(251, 250, 247, 0.7) 38%, rgba(244, 238, 232, 0.9)),
    url("../images/concert-bg.png") center top / cover no-repeat;
  filter: saturate(0.8) sepia(0.12);
  opacity: 0.16;
  transform: scale(1.02);
}

body.single-product .site-main::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    repeating-radial-gradient(circle at 20% 30%, rgba(32, 37, 40, 0.035) 0 1px, transparent 1px 4px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.5), transparent 22%, transparent 78%, rgba(255, 255, 255, 0.5));
  opacity: 0.42;
  mix-blend-mode: multiply;
}

body.single-product .woocommerce-breadcrumb,
body.single-product .aes-product-hero,
body.single-product div.product,
body.single-product .related.products,
body.single-product .woocommerce-notices-wrapper {
  position: relative;
  z-index: 1;
}

body.single-product .woocommerce-breadcrumb {
  backdrop-filter: blur(14px);
}

body.single-product .aes-product-hero .product_title {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.76), 0 28px 58px rgba(92, 56, 29, 0.16);
  text-wrap: balance;
}

body.single-product div.product .aes-quote-panel,
body.single-product .related.products ul.products li.product {
  border: 1px solid rgba(100, 73, 50, 0.2) !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(255, 252, 247, 0.78)) !important;
  box-shadow:
    0 34px 90px rgba(96, 62, 35, 0.16),
    0 1px 0 rgba(255, 255, 255, 0.9) inset !important;
  backdrop-filter: blur(18px) saturate(1.08);
}

body.single-product div.product .woocommerce-product-gallery {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

body.single-product div.product .woocommerce-product-gallery__wrapper {
  position: relative;
  overflow: visible;
  border-radius: 0;
  background: transparent;
}

body.single-product div.product .woocommerce-product-gallery__image img {
  border-radius: 0;
}

body.single-product div.product .aes-quote-panel {
  position: relative;
  overflow: hidden;
  border-radius: 0 !important;
}

body.single-product div.product .aes-quote-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 90% 0%, rgba(230, 0, 0, 0.075), transparent 18rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.5), transparent 42%);
  opacity: 0.95;
}

body.single-product div.product .aes-quote-panel > * {
  position: relative;
  z-index: 1;
}

body.single-product .woocommerce-product-details__short-description {
  position: relative;
  z-index: 1;
  max-width: 58ch;
  color: rgba(32, 37, 40, 0.74);
}

body.single-product .related.products {
  border-top-color: rgba(100, 73, 50, 0.16);
}

@media (max-width: 860px) {
  body.single-product .site-main {
    padding-top: 96px !important;
  }

  body.single-product .woocommerce-breadcrumb,
  body.single-product .aes-product-hero,
  body.single-product div.product {
    width: min(100% - 32px, 1160px) !important;
  }

  body.single-product .woocommerce-breadcrumb {
    margin-bottom: 8px !important;
    font-size: 11px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  body.single-product .aes-product-hero {
    margin-bottom: 14px !important;
    text-align: left !important;
  }

  body.single-product .aes-product-hero .product_title {
    font-size: 42px !important;
    line-height: 1.02 !important;
  }

  body.single-product .site-main::before {
    opacity: 0.11;
  }

  body.single-product .site-main::after {
    opacity: 0.32;
  }

  body.single-product div.product .aes-quote-panel {
    box-shadow:
      0 22px 56px rgba(96, 62, 35, 0.13),
      0 1px 0 rgba(255, 255, 255, 0.9) inset !important;
  }
}

/* Product index and imported content layout pass. */
.cvp-standard-page:not(.cvp-products-index) {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-top: clamp(132px, 12vw, 172px);
  padding-bottom: clamp(72px, 8vw, 112px);
  background:
    radial-gradient(circle at 8% 16%, rgba(230, 0, 0, 0.06), transparent 27rem),
    radial-gradient(circle at 92% 24%, rgba(31, 37, 41, 0.08), transparent 30rem),
    linear-gradient(180deg, #fbfbfd 0%, #f3f0eb 100%) !important;
  color: #1d1d1f;
  letter-spacing: 0;
}

.cvp-standard-page:not(.cvp-products-index)::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.68), transparent 24%, transparent 76%, rgba(255, 255, 255, 0.68)),
    url("../images/concert-bg.png") center top / cover no-repeat;
  filter: grayscale(0.45) saturate(0.75);
  opacity: 0.055;
}

.cvp-standard-page:not(.cvp-products-index) .cvp-shell {
  width: min(1120px, calc(100% - 48px));
}

.cvp-standard-page:not(.cvp-products-index) article {
  max-width: none;
}

.cvp-standard-page:not(.cvp-products-index) .entry-header {
  max-width: 860px;
  margin-bottom: clamp(34px, 5vw, 58px);
}

.cvp-standard-page:not(.cvp-products-index) .entry-title {
  color: #1d1d1f !important;
  font-size: 76px !important;
  font-weight: 650;
  line-height: 1.02 !important;
  letter-spacing: 0 !important;
  text-wrap: balance;
}

.cvp-standard-page:not(.cvp-products-index) .entry-content {
  max-width: 980px;
  color: rgba(29, 29, 31, 0.82) !important;
  font-size: 19px;
  line-height: 1.58;
  letter-spacing: 0;
}

.cvp-standard-page:not(.cvp-products-index) .entry-content > *,
.cvp-standard-page:not(.cvp-products-index) .entry-content .elementor-widget-container > * {
  max-width: 860px;
}

.cvp-standard-page:not(.cvp-products-index) .entry-content .elementor,
.cvp-standard-page:not(.cvp-products-index) .entry-content .elementor-section,
.cvp-standard-page:not(.cvp-products-index) .entry-content .elementor-container,
.cvp-standard-page:not(.cvp-products-index) .entry-content .elementor-column,
.cvp-standard-page:not(.cvp-products-index) .entry-content .elementor-widget-wrap,
.cvp-standard-page:not(.cvp-products-index) .entry-content .elementor-widget,
.cvp-standard-page:not(.cvp-products-index) .entry-content .elementor-widget-container,
.cvp-standard-page:not(.cvp-products-index) .entry-content .e-con,
.cvp-standard-page:not(.cvp-products-index) .entry-content .e-con-inner {
  max-width: 100%;
}

.cvp-standard-page:not(.cvp-products-index) .entry-content h2,
.cvp-standard-page:not(.cvp-products-index) .entry-content h3,
.cvp-standard-page:not(.cvp-products-index) .entry-content h4 {
  clear: both;
  color: #1d1d1f !important;
  letter-spacing: 0 !important;
  text-wrap: balance;
}

.cvp-standard-page:not(.cvp-products-index) .entry-content h2 {
  margin-top: clamp(48px, 6vw, 72px);
  font-size: 44px !important;
  line-height: 1.08 !important;
}

.cvp-standard-page:not(.cvp-products-index) .entry-content h3 {
  font-size: 30px !important;
}

.cvp-standard-page:not(.cvp-products-index) .entry-content h2:empty,
.cvp-standard-page:not(.cvp-products-index) .entry-content h3:empty,
.cvp-standard-page:not(.cvp-products-index) .entry-content h4:empty,
.cvp-standard-page:not(.cvp-products-index) .entry-content p:empty {
  display: none !important;
  margin: 0 !important;
}

.cvp-standard-page:not(.cvp-products-index) .entry-content p,
.cvp-standard-page:not(.cvp-products-index) .entry-content li {
  color: rgba(29, 29, 31, 0.76);
  letter-spacing: 0;
}

.cvp-standard-page:not(.cvp-products-index) .entry-content strong,
.cvp-standard-page:not(.cvp-products-index) .entry-content b {
  color: #1d1d1f;
}

.cvp-standard-page:not(.cvp-products-index) .entry-content a {
  color: var(--cvp-red, #e60000) !important;
  border: 0 !important;
  text-decoration: none;
}

.cvp-standard-page:not(.cvp-products-index) .entry-content a:hover,
.cvp-standard-page:not(.cvp-products-index) .entry-content a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.cvp-standard-page:not(.cvp-products-index) .entry-content img {
  display: block;
  max-width: min(100%, 420px);
  height: auto !important;
  margin: 16px 0 22px !important;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 24px 70px rgba(80, 55, 35, 0.12);
}

.cvp-standard-page:not(.cvp-products-index) .entry-content img.alignleft,
.cvp-standard-page:not(.cvp-products-index) .entry-content img.alignright,
.cvp-standard-page:not(.cvp-products-index) .entry-content .alignleft,
.cvp-standard-page:not(.cvp-products-index) .entry-content .alignright {
  float: none !important;
}

.page-id-98 .entry-content > .elementor > .e-con {
  margin-top: clamp(24px, 4vw, 42px) !important;
}

.page-id-98 .entry-content > .elementor > .e-con > .e-con-inner {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 22px);
}

.page-id-98 .entry-content > .elementor > .e-con > .e-con-inner > .e-con {
  min-width: 0;
  padding: 0 !important;
}

.page-id-98 .entry-content > .elementor > .e-con img {
  width: 100%;
  max-width: none;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  margin: 0 !important;
  border-radius: 18px;
}

.page-id-98 .entry-content .wp-image-4488 {
  max-width: min(100%, 340px);
}

.page-id-108 .entry-content {
  max-width: 840px !important;
  min-height: 420px;
  padding: clamp(24px, 4vw, 40px);
  border: 1px solid rgba(100, 73, 50, 0.16);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 28px 80px rgba(80, 55, 35, 0.11);
  backdrop-filter: blur(18px) saturate(1.08);
}

.cvp-hub-page .cvp-shell {
  width: min(1220px, calc(100% - 56px)) !important;
}

.cvp-hub-article {
  max-width: none !important;
}

.cvp-hub-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(320px, 0.46fr);
  align-items: end;
  gap: clamp(28px, 6vw, 96px);
  margin-bottom: clamp(36px, 5vw, 64px);
  padding-bottom: clamp(22px, 3vw, 34px);
  border-bottom: 1px solid rgba(29, 29, 31, 0.1);
}

.cvp-hub-kicker {
  grid-column: 1 / -1;
  margin: 0 0 -8px;
  color: var(--cvp-red, #e60000);
  font-size: 12px;
  font-weight: 790;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.cvp-hub-hero h1 {
  margin: 0;
  color: #1d1d1f;
  font-size: clamp(56px, 7vw, 94px);
  font-weight: 680;
  line-height: 0.96;
  letter-spacing: 0;
  text-wrap: balance;
}

.cvp-hub-hero p:last-child {
  max-width: 44ch;
  margin: 0;
  color: rgba(29, 29, 31, 0.66);
  font-size: clamp(18px, 1.8vw, 22px);
  line-height: 1.42;
  letter-spacing: 0;
}

.cvp-hub-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2.2vw, 28px);
}

.cvp-hub-card {
  position: relative;
  display: grid;
  align-content: start;
  min-height: 236px;
  padding: clamp(24px, 3vw, 34px);
  overflow: hidden;
  border: 1px solid rgba(87, 63, 42, 0.13);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.58)),
    radial-gradient(circle at 92% 0%, rgba(215, 179, 94, 0.16), transparent 14rem);
  box-shadow: 0 24px 70px rgba(80, 55, 35, 0.1);
  color: #1d1d1f !important;
  text-decoration: none !important;
  transition: transform 220ms cubic-bezier(0.16, 1, 0.3, 1), border-color 220ms ease, box-shadow 220ms ease;
}

.cvp-hub-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 3px;
  background: linear-gradient(90deg, var(--cvp-cta, #d7b35e), rgba(230, 0, 0, 0.66), transparent);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 220ms cubic-bezier(0.16, 1, 0.3, 1);
}

.cvp-hub-card span,
.cvp-hub-downloads a span {
  color: rgba(139, 49, 41, 0.9);
  font-size: 11px;
  font-weight: 820;
  letter-spacing: 0.13em;
  line-height: 1;
  text-transform: uppercase;
}

.cvp-hub-card strong {
  display: block;
  margin-top: 18px;
  color: #1d1d1f;
  font-size: clamp(24px, 2.4vw, 32px);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: 0;
  text-wrap: balance;
}

.cvp-hub-card em {
  display: block;
  max-width: 32ch;
  margin-top: 18px;
  color: rgba(29, 29, 31, 0.64);
  font-size: 15px;
  font-style: normal;
  line-height: 1.52;
  letter-spacing: 0;
}

.cvp-hub-card:hover,
.cvp-hub-card:focus-visible {
  border-color: rgba(215, 179, 94, 0.38);
  box-shadow: 0 30px 82px rgba(80, 55, 35, 0.15);
  transform: translateY(-3px);
}

.cvp-hub-card:hover::after,
.cvp-hub-card:focus-visible::after {
  transform: scaleX(1);
}

.cvp-hub-media-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 24px);
  align-items: start;
}

.cvp-hub-media-grid figure {
  margin: 0;
}

.cvp-hub-media-grid img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 !important;
  border-radius: 0 !important;
  object-fit: cover;
  box-shadow: 0 22px 58px rgba(80, 55, 35, 0.12);
}

.cvp-hub-media-grid--gallery img {
  aspect-ratio: 4 / 3;
}

.cvp-hub-media-grid--testimonials img {
  aspect-ratio: 600 / 386;
  background: rgba(255, 255, 255, 0.84);
}

.cvp-hub-media-grid figcaption {
  margin-top: 10px;
  color: rgba(29, 29, 31, 0.58);
  font-size: 12px;
  font-weight: 680;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.cvp-hub-downloads {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid rgba(29, 29, 31, 0.12);
  border-left: 1px solid rgba(29, 29, 31, 0.12);
}

.cvp-hub-downloads a {
  display: grid;
  min-height: 168px;
  padding: 22px;
  border-right: 1px solid rgba(29, 29, 31, 0.12);
  border-bottom: 1px solid rgba(29, 29, 31, 0.12);
  background: rgba(255, 255, 255, 0.58);
  color: #1d1d1f !important;
  text-decoration: none !important;
  transition: background-color 200ms ease, transform 200ms ease;
}

.cvp-hub-downloads a strong {
  align-self: end;
  color: #1d1d1f;
  font-size: 20px;
  font-weight: 710;
  line-height: 1.08;
  letter-spacing: 0;
}

.cvp-hub-downloads a em {
  align-self: end;
  color: rgba(29, 29, 31, 0.45);
  font-size: 12px;
  font-style: normal;
  font-weight: 780;
  letter-spacing: 0.12em;
}

.cvp-hub-downloads a:hover,
.cvp-hub-downloads a:focus-visible {
  background: rgba(255, 255, 255, 0.88);
  transform: translateY(-2px);
}

.cvp-hub-band,
.cvp-hub-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  margin-top: clamp(28px, 4vw, 44px);
  padding: clamp(24px, 4vw, 40px);
  background:
    linear-gradient(135deg, rgba(30, 33, 34, 0.94), rgba(9, 10, 11, 0.92)),
    radial-gradient(circle at 12% 0%, rgba(230, 0, 0, 0.18), transparent 18rem);
  color: rgba(255, 255, 255, 0.8);
}

.cvp-hub-band p,
.cvp-hub-split p {
  margin: 0;
  max-width: 56ch;
  color: rgba(255, 255, 255, 0.68);
  font-size: 18px;
  line-height: 1.5;
}

.cvp-hub-band a,
.cvp-hub-split a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  width: max-content;
  padding: 0 18px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--cvp-cta-hover, #edcb78), var(--cvp-cta, #d7b35e));
  color: var(--cvp-cta-ink, #17120a) !important;
  font-weight: 760;
  text-decoration: none !important;
}

.cvp-hub-split {
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.86fr);
  align-items: start;
}

.cvp-hub-split h2 {
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.02;
  letter-spacing: 0;
}

.cvp-hub-split ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cvp-hub-split li {
  margin: 0;
}

@media (max-width: 980px) {
  .cvp-hub-hero,
  .cvp-hub-split {
    grid-template-columns: 1fr;
  }

  .cvp-hub-grid,
  .cvp-hub-media-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cvp-hub-downloads {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .cvp-hub-page .cvp-shell {
    width: min(1120px, calc(100% - 32px)) !important;
  }

  .cvp-hub-hero {
    gap: 18px;
  }

  .cvp-hub-grid,
  .cvp-hub-media-grid,
  .cvp-hub-downloads {
    grid-template-columns: 1fr;
  }

  .cvp-hub-card,
  .cvp-hub-downloads a {
    min-height: 0;
  }

  .cvp-hub-band {
    grid-template-columns: 1fr;
  }
}

.cvp-products-index,
body.post-type-archive-product .site-main,
body.tax-product_cat .site-main {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-top: clamp(132px, 12vw, 164px) !important;
  padding-bottom: clamp(76px, 8vw, 112px) !important;
  background:
    radial-gradient(circle at 12% 18%, rgba(230, 0, 0, 0.075), transparent 28rem),
    radial-gradient(circle at 86% 22%, rgba(26, 31, 36, 0.1), transparent 32rem),
    linear-gradient(180deg, #fbfbfd 0%, #f4f1ec 58%, #eee8df 100%) !important;
  color: #1d1d1f;
  letter-spacing: 0;
}

.cvp-products-index::before,
body.post-type-archive-product .site-main::before,
body.tax-product_cat .site-main::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(251, 251, 253, 0.8), rgba(251, 251, 253, 0.52) 46%, rgba(238, 232, 223, 0.9)),
    url("../images/concert-bg.png") center top / cover no-repeat;
  filter: grayscale(0.35) saturate(0.9);
  opacity: 0.085;
}

.cvp-products-index .cvp-shell,
body.post-type-archive-product .site-main > *,
body.tax-product_cat .site-main > * {
  width: min(1240px, calc(100% - 48px));
  margin-inline: auto;
}

.cvp-products-index__article {
  max-width: none;
}

.cvp-products-index__hero,
body.post-type-archive-product .woocommerce-products-header,
body.tax-product_cat .woocommerce-products-header {
  width: min(830px, calc(100% - 48px)) !important;
  max-width: 830px;
  margin: 0 auto clamp(32px, 5vw, 56px) !important;
}

.cvp-products-index__kicker {
  margin: 0 0 12px;
  color: var(--cvp-red, #e60000);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.cvp-products-index .entry-title,
body.post-type-archive-product .woocommerce-products-header__title,
body.tax-product_cat .woocommerce-products-header__title {
  margin: 0;
  color: #1d1d1f !important;
  font-size: 84px !important;
  font-weight: 680;
  line-height: 0.98 !important;
  letter-spacing: 0 !important;
}

.cvp-products-index__intro,
body.post-type-archive-product .term-description,
body.tax-product_cat .term-description {
  max-width: 720px;
  margin: 18px 0 0;
  color: rgba(29, 29, 31, 0.66);
  font-size: 22px;
  line-height: 1.36;
  letter-spacing: 0;
}

.cvp-products-featured {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(390px, 0.9fr);
  align-items: center;
  gap: 56px;
  width: 100%;
  max-width: 100%;
  min-height: 610px;
  margin: 0 0 58px;
  padding: 34px 0 64px;
  border-bottom: 1px solid rgba(29, 29, 31, 0.1);
}

.cvp-products-featured::before {
  content: "";
  position: absolute;
  inset: -42px -7vw 0 auto;
  z-index: -1;
  width: min(55vw, 680px);
  pointer-events: none;
  background:
    radial-gradient(circle at 54% 42%, rgba(230, 0, 0, 0.1), transparent 18rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), transparent 66%);
  opacity: 0.84;
}

.cvp-products-featured__copy {
  min-width: 0;
  max-width: 620px;
}

.cvp-products-featured__eyebrow,
.cvp-products-index__catalog-heading p {
  margin: 0 0 14px;
  color: var(--cvp-red, #e60000);
  font-size: 12px;
  font-weight: 750;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.cvp-products-featured h1 {
  max-width: 10ch;
  margin: 0;
  color: #1d1d1f;
  font-size: 82px;
  font-weight: 720;
  line-height: 0.94;
  letter-spacing: 0;
  text-wrap: balance;
}

.cvp-products-featured__intro {
  max-width: 620px;
  margin: 24px 0 0;
  color: rgba(29, 29, 31, 0.68);
  font-size: 22px;
  line-height: 1.42;
  letter-spacing: 0;
  overflow-wrap: break-word;
}

.cvp-products-featured__details {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 32px 0 0;
  padding: 18px 0;
  border-top: 1px solid rgba(29, 29, 31, 0.11);
  border-bottom: 1px solid rgba(29, 29, 31, 0.11);
  list-style: none;
}

.cvp-products-featured__details li {
  min-width: 0;
  padding-right: 18px;
}

.cvp-products-featured__details span,
.cvp-products-featured__details strong {
  display: block;
  letter-spacing: 0;
}

.cvp-products-featured__details span {
  margin-bottom: 7px;
  color: rgba(29, 29, 31, 0.45);
  font-size: 11px;
  font-weight: 750;
  line-height: 1.15;
  text-transform: uppercase;
}

.cvp-products-featured__details strong {
  color: #1d1d1f;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.32;
}

.cvp-products-featured__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  max-width: 100%;
  margin-top: 30px;
}

.cvp-products-featured__button,
.cvp-products-featured__link {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-decoration: none;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.cvp-products-featured__button {
  border: 0;
  border-radius: 999px;
  background: var(--cvp-red, #e60000);
  color: #fff;
}

.cvp-products-featured__link {
  border: 1px solid rgba(29, 29, 31, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  color: #1d1d1f;
}

.cvp-products-featured__button:hover,
.cvp-products-featured__button:focus-visible {
  background: #f20a0a;
  color: #fff;
  transform: translateY(-1px);
}

.cvp-products-featured__link:hover,
.cvp-products-featured__link:focus-visible {
  border-color: rgba(230, 0, 0, 0.3);
  color: var(--cvp-red, #e60000);
  transform: translateY(-1px);
}

.cvp-products-featured__media {
  position: relative;
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.78fr);
  align-items: end;
  gap: 20px;
  min-height: 520px;
}

.cvp-products-featured__media::before {
  content: "";
  position: absolute;
  right: 6%;
  bottom: 8%;
  z-index: -1;
  width: 72%;
  height: 34%;
  pointer-events: none;
  background: radial-gradient(ellipse at center, rgba(42, 34, 27, 0.2), transparent 68%);
  filter: blur(18px);
}

.cvp-products-featured__frame {
  margin: 0;
}

.cvp-products-featured__frame img,
.cvp-products-featured__image {
  display: block;
  width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: contain;
  filter: drop-shadow(0 30px 42px rgba(45, 34, 24, 0.2));
}

.cvp-products-featured__frame--secondary {
  align-self: center;
  transform: translateY(34px);
}

.cvp-products-featured__frame--secondary img {
  max-height: 390px;
  opacity: 0.92;
}

.cvp-products-index__catalog {
  margin-top: 0;
}

.cvp-products-index__catalog-heading {
  max-width: 720px;
  margin-bottom: 24px;
}

.cvp-products-index__catalog-heading h2 {
  max-width: 620px;
  margin: 0;
  color: #1d1d1f;
  font-size: 34px;
  font-weight: 680;
  line-height: 1.05;
  letter-spacing: 0;
}

.cvp-products-grid,
.woocommerce ul.products,
.woocommerce-page ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: clamp(16px, 2vw, 24px) !important;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body.post-type-archive-product ul.products,
body.tax-product_cat ul.products {
  width: min(1240px, calc(100% - 48px)) !important;
  margin-inline: auto !important;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after,
.woocommerce-page ul.products::before,
.woocommerce-page ul.products::after {
  display: none !important;
}

.cvp-products-grid__item,
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  position: relative;
  display: flex !important;
  float: none !important;
  flex-direction: column;
  min-width: 0;
  width: auto !important;
  min-height: 100%;
  margin: 0 !important;
  padding: clamp(12px, 1.5vw, 16px) !important;
  border: 1px solid rgba(100, 73, 50, 0.16) !important;
  border-radius: 22px !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(255, 253, 249, 0.82)) !important;
  box-shadow:
    0 28px 78px rgba(86, 58, 36, 0.11),
    0 1px 0 rgba(255, 255, 255, 0.92) inset !important;
  color: #1d1d1f !important;
  overflow: hidden;
  backdrop-filter: blur(18px) saturate(1.08);
}

.cvp-products-grid__item::before,
.woocommerce ul.products li.product::before,
.woocommerce-page ul.products li.product::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 85% 8%, rgba(230, 0, 0, 0.06), transparent 11rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.56), transparent 42%);
  opacity: 0;
  transition: opacity 240ms ease;
}

.cvp-products-grid__item:hover::before,
.cvp-products-grid__item:focus-within::before,
.woocommerce ul.products li.product:hover::before,
.woocommerce ul.products li.product:focus-within::before,
.woocommerce-page ul.products li.product:hover::before,
.woocommerce-page ul.products li.product:focus-within::before {
  opacity: 1;
}

.cvp-products-grid__main,
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link,
.woocommerce-page ul.products li.product a.woocommerce-LoopProduct-link {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-width: 0;
  color: inherit !important;
  text-decoration: none !important;
}

.cvp-products-grid__media,
.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
  display: block;
  width: 100% !important;
  aspect-ratio: 1 / 1;
  margin: 0 0 14px !important;
  border-radius: 16px;
  background:
    radial-gradient(circle at 70% 18%, rgba(230, 0, 0, 0.08), transparent 9rem),
    #f5f3ef;
  overflow: hidden;
}

.cvp-products-grid__media img,
.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
  height: 100% !important;
  object-fit: cover;
  transform: scale(1.001);
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.cvp-products-grid__item:hover .cvp-products-grid__media img,
.woocommerce ul.products li.product:hover a img,
.woocommerce-page ul.products li.product:hover a img {
  transform: scale(1.045);
}

.cvp-products-grid__placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  color: rgba(29, 29, 31, 0.36);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}

.cvp-products-grid__category {
  display: block;
  margin: 0 0 8px;
  color: rgba(29, 29, 31, 0.48);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}

.cvp-products-grid__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  color: #1d1d1f !important;
  font-size: 22px !important;
  font-weight: 700;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
  text-wrap: balance;
}

.cvp-products-grid__description {
  display: block;
  margin-top: 10px;
  color: rgba(29, 29, 31, 0.58);
  font-size: 14px;
  line-height: 1.42;
  letter-spacing: 0;
}

.cvp-products-grid__cta,
.woocommerce ul.products li.product a.button.aes-loop-quote-button,
.woocommerce-page ul.products li.product a.button.aes-loop-quote-button {
  position: relative;
  z-index: 1;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 40px;
  margin-top: 18px !important;
  padding: 0 14px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--cvp-red, #e60000) !important;
  color: #fff !important;
  font-size: 14px;
  font-weight: 650;
  line-height: 1;
  letter-spacing: 0 !important;
  text-decoration: none !important;
  opacity: 1 !important;
  transition: transform 180ms ease, background-color 180ms ease;
}

.cvp-products-grid__cta:hover,
.cvp-products-grid__cta:focus-visible,
.woocommerce ul.products li.product a.button.aes-loop-quote-button:hover,
.woocommerce ul.products li.product a.button.aes-loop-quote-button:focus-visible,
.woocommerce-page ul.products li.product a.button.aes-loop-quote-button:hover,
.woocommerce-page ul.products li.product a.button.aes-loop-quote-button:focus-visible {
  background: #f20a0a !important;
  color: #fff !important;
  transform: translateY(-1px);
}

body.post-type-archive-product .woocommerce-result-count,
body.post-type-archive-product .woocommerce-ordering,
body.tax-product_cat .woocommerce-result-count,
body.tax-product_cat .woocommerce-ordering {
  float: none !important;
  width: min(1240px, calc(100% - 48px)) !important;
  margin: 0 auto 20px !important;
  color: rgba(29, 29, 31, 0.58);
  font-size: 14px;
  letter-spacing: 0;
}

body.post-type-archive-product .woocommerce-ordering select,
body.tax-product_cat .woocommerce-ordering select {
  min-height: 38px;
  padding: 0 38px 0 14px;
  border: 1px solid rgba(100, 73, 50, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: #1d1d1f;
  font: inherit;
}

@media (max-width: 1080px) {
  .cvp-standard-page:not(.cvp-products-index) .entry-title {
    font-size: 62px !important;
  }

  .cvp-products-featured {
    grid-template-columns: 1fr;
    gap: 36px;
    min-height: 0;
  }

  .cvp-products-featured h1 {
    max-width: 12ch;
    font-size: 64px;
  }

  .cvp-products-featured__media {
    width: min(720px, 100%);
    min-height: 0;
  }

  .cvp-products-index .entry-title,
  body.post-type-archive-product .woocommerce-products-header__title,
  body.tax-product_cat .woocommerce-products-header__title {
    font-size: 68px !important;
  }

  .cvp-products-grid,
  .woocommerce ul.products,
  .woocommerce-page ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 720px) {
  .cvp-standard-page:not(.cvp-products-index) .cvp-shell,
  .cvp-products-index .cvp-shell,
  body.post-type-archive-product .site-main > *,
  body.tax-product_cat .site-main > * {
    width: min(1120px, calc(100% - 32px));
  }

  body.post-type-archive-product .woocommerce-products-header,
  body.tax-product_cat .woocommerce-products-header,
  body.post-type-archive-product .woocommerce-result-count,
  body.post-type-archive-product .woocommerce-ordering,
  body.tax-product_cat .woocommerce-result-count,
  body.tax-product_cat .woocommerce-ordering {
    width: min(1120px, calc(100% - 32px)) !important;
  }

  .cvp-standard-page:not(.cvp-products-index),
  .cvp-products-index,
  body.post-type-archive-product .site-main,
  body.tax-product_cat .site-main {
    padding-top: 118px !important;
  }

  .cvp-products-featured {
    gap: 26px;
    max-width: 100%;
    margin-bottom: 38px;
    padding: 18px 0 42px;
    overflow: hidden;
  }

  .cvp-products-featured h1 {
    font-size: 44px;
    line-height: 1;
  }

  .cvp-products-featured__intro {
    margin-top: 18px;
    font-size: 18px;
    line-height: 1.46;
  }

  .cvp-products-featured__copy,
  .cvp-products-featured__actions,
  .cvp-products-index__catalog-heading {
    box-sizing: border-box;
    width: min(100%, calc(100vw - 32px));
    max-width: calc(100vw - 32px);
  }

  .cvp-products-featured__details {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 24px;
    padding: 16px 0;
  }

  .cvp-products-featured__details li {
    padding-right: 0;
  }

  .cvp-products-featured__actions {
    align-items: stretch;
    flex-direction: column;
    margin-top: 24px;
  }

  .cvp-products-featured__button,
  .cvp-products-featured__link {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    white-space: normal;
  }

  .cvp-products-featured__media {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    width: min(100%, calc(100vw - 32px));
  }

  .cvp-products-featured__frame img,
  .cvp-products-featured__image {
    max-height: 310px;
  }

  .cvp-products-featured__frame--secondary {
    transform: translateY(20px);
  }

  .cvp-products-index__catalog-heading {
    display: block;
    margin-bottom: 18px;
  }

  .cvp-products-index__catalog-heading h2 {
    font-size: 28px;
  }

  .cvp-standard-page:not(.cvp-products-index) .entry-title,
  .cvp-products-index .entry-title,
  body.post-type-archive-product .woocommerce-products-header__title,
  body.tax-product_cat .woocommerce-products-header__title {
    font-size: 44px !important;
    line-height: 1.05 !important;
  }

  .cvp-standard-page:not(.cvp-products-index) .entry-content {
    font-size: 17px;
    line-height: 1.56;
  }

  .cvp-standard-page:not(.cvp-products-index) .entry-content h2 {
    font-size: 30px !important;
  }

  .cvp-standard-page:not(.cvp-products-index) .entry-content h3 {
    font-size: 24px !important;
  }

  .cvp-products-index__intro,
  body.post-type-archive-product .term-description,
  body.tax-product_cat .term-description {
    font-size: 18px;
    line-height: 1.42;
  }

  .cvp-products-grid,
  .woocommerce ul.products,
  .woocommerce-page ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  body.post-type-archive-product ul.products,
  body.tax-product_cat ul.products {
    width: min(1120px, calc(100% - 32px)) !important;
  }

  .cvp-products-grid__item,
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    border-radius: 18px !important;
    padding: 10px !important;
  }

  .cvp-products-grid__media,
  .woocommerce ul.products li.product a img,
  .woocommerce-page ul.products li.product a img {
    margin-bottom: 11px !important;
    border-radius: 13px;
  }

  .cvp-products-grid__category {
    margin-bottom: 6px;
    font-size: 9px;
    letter-spacing: 0;
  }

  .cvp-products-grid__title,
  .woocommerce ul.products li.product .woocommerce-loop-product__title,
  .woocommerce-page ul.products li.product .woocommerce-loop-product__title {
    font-size: 16px !important;
    line-height: 1.14 !important;
  }

  .cvp-products-grid__description {
    display: none;
  }

  .cvp-products-grid__cta,
  .woocommerce ul.products li.product a.button.aes-loop-quote-button,
  .woocommerce-page ul.products li.product a.button.aes-loop-quote-button {
    min-height: 36px;
    margin-top: 12px !important;
    padding-inline: 10px !important;
    font-size: 12px;
  }

  .page-id-98 .entry-content > .elementor > .e-con > .e-con-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .page-id-108 .entry-content {
    min-height: 340px;
  }
}

/* Graphic design service page. */
.cvp-service-design {
  padding-top: 132px !important;
  padding-bottom: 112px !important;
  background:
    linear-gradient(180deg, rgba(251, 251, 253, 0.94), rgba(244, 241, 236, 0.94)),
    url("../images/concert-bg.png") center top / cover no-repeat !important;
  color: #1d1d1f;
}

.cvp-service-design .cvp-shell {
  width: min(1240px, calc(100% - 48px));
}

.cvp-service-design__article {
  display: grid;
  gap: 92px;
}

.cvp-service-design__hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.78fr);
  gap: 64px;
  align-items: end;
  min-height: 620px;
}

.cvp-service-design__kicker,
.cvp-service-design__section-label {
  margin: 0 0 14px;
  color: var(--cvp-red, #e60000);
  font-size: 12px;
  font-weight: 750;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.cvp-service-design h1,
.cvp-service-design h2,
.cvp-service-design h3,
.cvp-service-design p {
  letter-spacing: 0;
}

.cvp-service-design h1 {
  max-width: 760px;
  margin: 0;
  color: #1d1d1f;
  font-size: 76px;
  font-weight: 700;
  line-height: 0.96;
  text-wrap: balance;
}

.cvp-service-design__hero h2 {
  max-width: 780px;
  margin: 34px 0 0;
  color: #1d1d1f;
  font-size: 42px;
  font-weight: 650;
  line-height: 1.08;
  text-wrap: balance;
}

.cvp-service-design__lede {
  max-width: 560px;
  margin: 18px 0 0;
  color: rgba(29, 29, 31, 0.68);
  font-size: 22px;
  font-style: italic;
  line-height: 1.42;
}

.cvp-service-design__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 34px;
}

.cvp-service-design__button,
.cvp-service-design__text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  text-decoration: none !important;
  transition: transform 220ms cubic-bezier(0.16, 1, 0.3, 1), background-color 220ms ease, color 220ms ease;
}

.cvp-service-design__button {
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: var(--cvp-red, #e60000);
  color: #fff !important;
  font-size: 15px;
  font-weight: 650;
}

.cvp-service-design__text-link {
  color: rgba(29, 29, 31, 0.78) !important;
  font-size: 15px;
  font-weight: 650;
}

.cvp-service-design__button:hover,
.cvp-service-design__button:focus-visible {
  background: #d60000;
  color: #fff !important;
  transform: translateY(-1px);
}

.cvp-service-design__text-link:hover,
.cvp-service-design__text-link:focus-visible {
  color: var(--cvp-red, #e60000) !important;
  transform: translateY(-1px);
}

.cvp-service-design__button:active,
.cvp-service-design__text-link:active {
  transform: scale(0.98);
}

.cvp-service-design__button:focus-visible,
.cvp-service-design__text-link:focus-visible {
  outline: 2px solid rgba(230, 0, 0, 0.32);
  outline-offset: 4px;
}

.cvp-service-design__hero-media,
.cvp-service-design__proof-grid figure,
.cvp-service-design__terms-media {
  margin: 0;
}

.cvp-service-design__hero-media {
  position: relative;
  justify-self: end;
  width: min(100%, 430px);
}

.cvp-service-design__hero-media img,
.cvp-service-design__terms-media img,
.cvp-service-design__proof-grid img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 26px 82px rgba(74, 56, 42, 0.16);
}

.cvp-service-design__hero-media figcaption {
  position: relative;
  width: min(92%, 340px);
  margin: -36px 0 0 auto;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.64), 0 20px 58px rgba(74, 56, 42, 0.12);
  backdrop-filter: blur(18px) saturate(1.08);
  color: rgba(29, 29, 31, 0.68);
  font-size: 14px;
  line-height: 1.42;
}

.cvp-service-design__split,
.cvp-service-design__process,
.cvp-service-design__terms {
  display: grid;
  grid-template-columns: minmax(240px, 0.58fr) minmax(0, 1fr);
  gap: 70px;
  align-items: start;
}

.cvp-service-design__split h2,
.cvp-service-design__process-heading h2,
.cvp-service-design__proofs-header h2,
.cvp-service-design__terms-copy h2 {
  margin: 0;
  color: #1d1d1f;
  font-size: 46px;
  font-weight: 680;
  line-height: 1.02;
  text-wrap: balance;
}

.cvp-service-design__copy {
  display: grid;
  gap: 18px;
  max-width: 720px;
}

.cvp-service-design__copy p,
.cvp-service-design__process-heading p,
.cvp-service-design__terms-copy > p {
  margin: 0;
  color: rgba(29, 29, 31, 0.7);
  font-size: 18px;
  line-height: 1.58;
  text-wrap: pretty;
}

.cvp-service-design__process {
  padding-top: 54px;
  border-top: 1px solid rgba(100, 73, 50, 0.16);
}

.cvp-service-design__process-heading {
  position: sticky;
  top: 132px;
  display: grid;
  gap: 20px;
}

.cvp-service-design__steps {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: service-step;
}

.cvp-service-design__steps li {
  counter-increment: service-step;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 22px;
  padding: 26px 0;
  border-top: 1px solid rgba(100, 73, 50, 0.16);
}

.cvp-service-design__steps li:first-child {
  border-top: 0;
  padding-top: 0;
}

.cvp-service-design__steps li::before {
  content: counter(service-step, decimal-leading-zero);
  display: grid;
  grid-column: 1;
  grid-row: 1 / span 2;
  width: 42px;
  height: 42px;
  align-self: start;
  place-items: center;
  border: 1px solid rgba(230, 0, 0, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.64);
  color: var(--cvp-red, #e60000);
  font-size: 13px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}

.cvp-service-design__steps h3 {
  grid-column: 2;
  grid-row: 1;
  margin: 0 0 8px;
  color: #1d1d1f;
  font-size: 24px;
  font-weight: 680;
  line-height: 1.16;
}

.cvp-service-design__steps p {
  grid-column: 2;
  grid-row: 2;
  max-width: 680px;
  margin: 0;
  color: rgba(29, 29, 31, 0.66);
  font-size: 16px;
  line-height: 1.52;
}

.cvp-service-design__proofs {
  display: grid;
  gap: 32px;
}

.cvp-service-design__proofs-header {
  max-width: 760px;
}

.cvp-service-design__proof-grid {
  display: grid;
  grid-template-columns: 1.12fr 1fr 0.92fr;
  gap: 20px;
  align-items: end;
}

.cvp-service-design__proof-grid figure {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.cvp-service-design__proof-grid figure:nth-child(2) {
  transform: translateY(36px);
}

.cvp-service-design__proof-grid img {
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.cvp-service-design__proof-grid figcaption {
  color: rgba(29, 29, 31, 0.68);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.3;
}

.cvp-service-design__terms {
  align-items: center;
  padding-top: 54px;
  border-top: 1px solid rgba(100, 73, 50, 0.16);
}

.cvp-service-design__terms-media {
  align-self: stretch;
}

.cvp-service-design__terms-media img {
  height: 100%;
  min-height: 560px;
  object-fit: cover;
}

.cvp-service-design__terms-copy {
  display: grid;
  gap: 18px;
}

.cvp-service-design__terms-copy dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 28px;
  margin: 16px 0 0;
}

.cvp-service-design__terms-copy dl div {
  padding: 20px 0;
  border-top: 1px solid rgba(100, 73, 50, 0.16);
}

.cvp-service-design__terms-copy dt {
  margin: 0 0 7px;
  color: #1d1d1f;
  font-size: 16px;
  font-weight: 720;
  line-height: 1.2;
}

.cvp-service-design__terms-copy dd {
  margin: 0;
  color: rgba(29, 29, 31, 0.64);
  font-size: 15px;
  line-height: 1.48;
}

@media (max-width: 1040px) {
  .cvp-service-design__hero,
  .cvp-service-design__split,
  .cvp-service-design__process,
  .cvp-service-design__terms {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .cvp-service-design__hero {
    min-height: 0;
  }

  .cvp-service-design__hero-media {
    justify-self: start;
    max-width: 520px;
  }

  .cvp-service-design__process-heading {
    position: static;
  }
}

@media (max-width: 720px) {
  .cvp-service-design {
    padding-top: 116px !important;
    padding-bottom: 78px !important;
  }

  .cvp-service-design .cvp-shell {
    width: min(100% - 32px, 1240px);
  }

  .cvp-service-design__article {
    gap: 62px;
  }

  .cvp-service-design h1 {
    font-size: 44px;
    line-height: 1.02;
  }

  .cvp-service-design__hero h2,
  .cvp-service-design__split h2,
  .cvp-service-design__process-heading h2,
  .cvp-service-design__proofs-header h2,
  .cvp-service-design__terms-copy h2 {
    font-size: 30px;
    line-height: 1.08;
  }

  .cvp-service-design__lede {
    font-size: 18px;
  }

  .cvp-service-design__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .cvp-service-design__button,
  .cvp-service-design__text-link {
    width: 100%;
  }

  .cvp-service-design__hero-media {
    width: 100%;
  }

  .cvp-service-design__hero-media figcaption {
    width: calc(100% - 20px);
    margin-top: -28px;
  }

  .cvp-service-design__copy p,
  .cvp-service-design__process-heading p,
  .cvp-service-design__terms-copy > p {
    font-size: 17px;
  }

  .cvp-service-design__steps li {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 14px;
    padding: 22px 0;
  }

  .cvp-service-design__steps li::before {
    width: 36px;
    height: 36px;
    font-size: 12px;
  }

  .cvp-service-design__steps h3 {
    font-size: 21px;
  }

  .cvp-service-design__proof-grid,
  .cvp-service-design__terms-copy dl {
    grid-template-columns: 1fr;
  }

  .cvp-service-design__proof-grid figure:nth-child(2) {
    transform: none;
  }

.cvp-service-design__terms-media img {
    min-height: 0;
    aspect-ratio: 4 / 5;
  }
}

/* Compact premium footer. */
.cvp-site-footer {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(34px, 5vw, 58px) 0 clamp(26px, 4vw, 38px) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
  background:
    radial-gradient(circle at 14% 0%, rgba(230, 0, 0, 0.2), transparent 22rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.035), transparent 30%),
    linear-gradient(180deg, #0b0d0e 0%, #050606 100%) !important;
  color: rgba(255, 255, 255, 0.7) !important;
}

.cvp-site-footer::before,
.cvp-site-footer::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

.cvp-site-footer::before {
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 6, 6, 0.84), rgba(5, 6, 6, 0.94)),
    url("../images/concert-bg.png") center 58% / cover no-repeat;
  filter: grayscale(0.45) saturate(0.75);
  opacity: 0.16;
}

.cvp-site-footer::after {
  inset: 0;
  background:
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 12px),
    linear-gradient(90deg, rgba(230, 0, 0, 0.18), transparent 24%, transparent 72%, rgba(255, 255, 255, 0.05));
  opacity: 0.5;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.82), transparent 72%);
  -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.82), transparent 72%);
}

.cvp-site-footer .cvp-shell,
.cvp-footer-shell {
  width: min(1240px, calc(100% - 48px)) !important;
  margin-inline: auto;
}

.cvp-footer-shell {
  position: relative;
}

.cvp-footer-main {
  display: grid;
  grid-template-columns: minmax(240px, 0.78fr) minmax(520px, 1.6fr) minmax(180px, 0.46fr);
  align-items: start;
  gap: clamp(32px, 4.5vw, 68px);
  padding: clamp(6px, 1vw, 10px) 0 clamp(30px, 4vw, 44px);
}

.cvp-footer-brand {
  display: grid;
  gap: 18px;
  max-width: 390px;
}

.cvp-footer-brand > a:first-child {
  display: inline-flex;
  width: max-content;
}

.cvp-footer-brand img,
.cvp-footer-grid img {
  display: block;
  width: 162px !important;
  height: auto;
  filter: drop-shadow(0 12px 22px rgba(0, 0, 0, 0.34)) !important;
}

.cvp-footer-brand p,
.cvp-footer-action p,
.cvp-footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.66) !important;
  letter-spacing: 0;
}

.cvp-footer-brand p {
  max-width: 34ch;
  font-size: 14px;
  line-height: 1.58;
}

.cvp-footer-brand p.cvp-footer-phone {
  max-width: none;
}

.cvp-footer-phone a {
  display: inline-block;
  font-size: clamp(1.12rem, 1.65vw, 1.42rem) !important;
  line-height: 1.08;
  overflow-wrap: normal;
  white-space: nowrap;
  word-break: normal;
}

.cvp-phone-nowrap,
a[href^="tel:+18444203836"] {
  display: inline-block;
  overflow-wrap: normal;
  white-space: nowrap;
  word-break: normal;
}

.cvp-footer-quote {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: max-content;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(215, 179, 94, 0.34);
  border-radius: 999px;
  background: linear-gradient(135deg, var(--cvp-cta, #d7b35e), var(--cvp-cta-hover, #edcb78));
  box-shadow: 0 16px 36px rgba(215, 179, 94, 0.18);
  color: var(--cvp-cta-ink, #17120a);
  font-size: 13px;
  font-weight: 760;
  line-height: 1;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.cvp-footer-quote:hover,
.cvp-footer-quote:focus-visible {
  color: var(--cvp-cta-ink, #17120a);
  filter: saturate(1.08) brightness(1.04);
  box-shadow: 0 18px 42px rgba(215, 179, 94, 0.24);
  transform: translateY(-1px);
}

.cvp-footer-nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(118px, 1fr));
  gap: clamp(20px, 3vw, 38px);
}

.cvp-footer-group {
  display: grid;
  align-content: start;
  gap: 10px;
}

.cvp-footer-group h2 {
  margin: 0 0 4px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 11px;
  font-weight: 820;
  letter-spacing: 0.13em;
  line-height: 1.2;
  text-transform: uppercase;
}

.cvp-footer-group a {
  position: relative;
  width: max-content;
  max-width: 100%;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  font-weight: 610;
  line-height: 1.24;
  text-decoration: none;
  transition: color 180ms ease, transform 180ms ease;
}

.cvp-footer-group a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -4px;
  height: 1px;
  background: rgba(215, 179, 94, 0.8);
  transition: right 180ms ease;
}

.cvp-footer-group a:hover,
.cvp-footer-group a:focus-visible {
  color: #fff;
  transform: translateY(-1px);
}

.cvp-footer-group a:hover::after,
.cvp-footer-group a:focus-visible::after {
  right: 0;
}

.cvp-footer-action {
  display: grid;
  justify-items: end;
  gap: 16px;
  text-align: right;
}

.cvp-footer-action p {
  display: grid;
  gap: 5px;
  font-size: 12px;
  font-weight: 720;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-transform: uppercase;
}

.cvp-footer-action p span {
  color: rgba(255, 255, 255, 0.48);
  font-weight: 540;
  letter-spacing: 0.02em;
  text-transform: none;
}

.cvp-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.cvp-footer-bottom p,
.cvp-footer-bottom a {
  color: rgba(255, 255, 255, 0.46) !important;
  font-size: 12px;
  font-weight: 560;
  line-height: 1.2;
  text-decoration: none;
}

.cvp-footer-legal {
  display: flex;
  align-items: center;
  gap: 16px;
}

.cvp-footer-bottom a:hover,
.cvp-footer-bottom a:focus-visible {
  color: #fff !important;
}

.cvp-footer-group a:focus-visible,
.cvp-footer-quote:focus-visible,
.cvp-footer-bottom a:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.72);
  outline-offset: 4px;
}

@media (max-width: 1080px) {
  .cvp-footer-main {
    grid-template-columns: minmax(240px, 0.8fr) minmax(0, 1.4fr);
  }

  .cvp-footer-action {
    grid-column: 1 / -1;
    justify-items: start;
    text-align: left;
  }
}

@media (max-width: 820px) {
  .cvp-footer-main {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .cvp-footer-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .cvp-site-footer {
    padding-block: 34px 28px !important;
  }

  .cvp-site-footer .cvp-shell,
  .cvp-footer-shell {
    width: min(1120px, calc(100% - 32px)) !important;
  }

  .cvp-footer-main {
    padding-bottom: 26px;
  }

  .cvp-footer-brand img,
  .cvp-footer-grid img {
    width: 138px !important;
  }

  .cvp-footer-nav {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .cvp-footer-bottom,
  .cvp-footer-legal {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}

a.cvp-product-card,
a.cvp-showcase-card {
  color: inherit !important;
  cursor: pointer;
  text-decoration: none !important;
}

a.cvp-product-card:focus-visible,
a.cvp-showcase-card:focus-visible {
  outline: 2px solid rgba(215, 179, 94, 0.58);
  outline-offset: 6px;
}

a.cvp-product-card .cvp-card-link,
a.cvp-showcase-card .cvp-showcase-link {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  width: max-content;
  color: var(--cvp-cta-active, #b79047);
  font-weight: 720;
  text-decoration: none;
  transition: color 180ms ease, transform 180ms ease;
}

a.cvp-product-card:hover .cvp-card-link,
a.cvp-product-card:focus-visible .cvp-card-link,
a.cvp-showcase-card:hover .cvp-showcase-link,
a.cvp-showcase-card:focus-visible .cvp-showcase-link {
  color: var(--cvp-cta-ink, #17120a);
  transform: translateX(3px);
}

a.cvp-showcase-card {
  display: grid;
  grid-template-rows: auto auto auto 1fr;
  align-content: start;
}

.cvp-showcase-link {
  align-self: end;
  margin-top: 18px;
  font-size: 14px;
}

.cvp-footer-group-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  width: max-content;
  margin: 0 0 4px;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.94);
  cursor: default;
  font: inherit;
  font-size: 11px;
  font-weight: 820;
  letter-spacing: 0.13em;
  line-height: 1.2;
  text-align: left;
  text-transform: uppercase;
}

.cvp-footer-group-toggle span {
  display: none;
}

.cvp-footer-links {
  display: grid;
  gap: 10px;
}

.cvp-footer-group-toggle:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.72);
  outline-offset: 4px;
}

@media (max-width: 560px) {
  .cvp-footer-nav {
    gap: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.11);
  }

  .cvp-footer-group {
    gap: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  }

  .cvp-footer-group-toggle {
    justify-content: space-between;
    width: 100%;
    min-height: 54px;
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    cursor: pointer;
    letter-spacing: 0.1em;
  }

  .cvp-footer-group-toggle span {
    position: relative;
    display: block;
    width: 18px;
    height: 18px;
    opacity: 0.78;
  }

  .cvp-footer-group-toggle span::before,
  .cvp-footer-group-toggle span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 3px;
    right: 3px;
    height: 1.5px;
    background: currentColor;
    transform: translateY(-50%);
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .cvp-footer-group-toggle span::after {
    transform: translateY(-50%) rotate(90deg);
  }

  .cvp-footer-group.is-open .cvp-footer-group-toggle span::after {
    opacity: 0;
    transform: translateY(-50%) rotate(0deg);
  }

  .cvp-footer-links {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    padding-bottom: 0;
    pointer-events: none;
    visibility: hidden;
    transition: max-height 260ms ease, opacity 180ms ease, padding-bottom 220ms ease, visibility 0s linear 260ms;
  }

  .cvp-footer-group.is-open .cvp-footer-links {
    max-height: 340px;
    opacity: 1;
    padding-bottom: 17px;
    pointer-events: auto;
    visibility: visible;
    transition-delay: 0s;
  }

  .cvp-footer-group a {
    width: 100%;
    padding-block: 7px;
    color: rgba(255, 255, 255, 0.66);
    font-size: 14px;
  }
}

.cvp-template-board {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) auto;
  align-items: end;
  gap: clamp(22px, 4vw, 56px);
  margin-bottom: clamp(28px, 5vw, 58px);
  padding: clamp(24px, 4vw, 40px);
  border: 1px solid rgba(87, 63, 42, 0.13);
  background:
    radial-gradient(circle at 12% 10%, rgba(215, 179, 94, 0.16), transparent 18rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.55));
  box-shadow: 0 28px 82px rgba(80, 55, 35, 0.1);
}

.cvp-template-board__intro {
  max-width: 760px;
}

.cvp-template-board__intro p,
.cvp-template-group__heading p,
.cvp-template-download span {
  margin: 0;
  color: rgba(139, 49, 41, 0.9);
  font-size: 11px;
  font-weight: 820;
  letter-spacing: 0.13em;
  line-height: 1;
  text-transform: uppercase;
}

.cvp-template-board__intro h2 {
  margin: 14px 0 14px;
  color: #1d1d1f;
  font-size: clamp(34px, 5vw, 64px);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: 0;
  text-wrap: balance;
}

.cvp-template-board__intro span {
  display: block;
  max-width: 68ch;
  color: rgba(29, 29, 31, 0.66);
  font-size: 17px;
  line-height: 1.52;
}

.cvp-template-board__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.cvp-template-board__actions a,
.cvp-template-download {
  text-decoration: none !important;
}

.cvp-template-board__actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 17px;
  border: 1px solid rgba(29, 29, 31, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  color: #1d1d1f !important;
  font-size: 13px;
  font-weight: 720;
  transition: transform 180ms ease, background-color 180ms ease;
}

.cvp-template-board__actions a:hover,
.cvp-template-board__actions a:focus-visible {
  background: #fff;
  transform: translateY(-1px);
}

.cvp-template-groups {
  display: grid;
  gap: clamp(24px, 4vw, 44px);
}

.cvp-template-group {
  display: grid;
  grid-template-columns: minmax(220px, 0.34fr) minmax(0, 1fr);
  gap: clamp(18px, 3vw, 42px);
  align-items: start;
  padding-top: clamp(24px, 4vw, 38px);
  border-top: 1px solid rgba(29, 29, 31, 0.11);
}

.cvp-template-group__heading {
  position: sticky;
  top: 124px;
}

.cvp-template-group__heading h2 {
  margin: 0 0 12px;
  color: #1d1d1f;
  font-size: clamp(24px, 2.8vw, 38px);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: 0;
  text-wrap: balance;
}

.cvp-template-group__heading p {
  max-width: 32ch;
  color: rgba(29, 29, 31, 0.58);
  font-size: 14px;
  font-weight: 520;
  letter-spacing: 0;
  line-height: 1.48;
  text-transform: none;
}

.cvp-template-downloads {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(29, 29, 31, 0.1);
  background: rgba(29, 29, 31, 0.1);
}

.cvp-template-download {
  display: grid;
  align-content: space-between;
  min-height: 142px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.72);
  color: #1d1d1f !important;
  transition: background-color 180ms ease, transform 180ms ease;
}

.cvp-template-download strong {
  display: block;
  align-self: end;
  margin-top: 22px;
  color: #1d1d1f;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0;
}

.cvp-template-download em {
  display: block;
  align-self: end;
  margin-top: 10px;
  color: rgba(29, 29, 31, 0.46);
  font-size: 12px;
  font-style: normal;
  font-weight: 760;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.cvp-template-download:hover,
.cvp-template-download:focus-visible {
  background: #fff;
  transform: translateY(-2px);
}

.cvp-template-board__actions a:focus-visible,
.cvp-template-download:focus-visible {
  outline: 2px solid rgba(215, 179, 94, 0.58);
  outline-offset: 4px;
}

@media (max-width: 980px) {
  .cvp-template-board,
  .cvp-template-group {
    grid-template-columns: 1fr;
  }

  .cvp-template-board__actions {
    justify-content: flex-start;
  }

  .cvp-template-group__heading {
    position: static;
  }

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

@media (max-width: 620px) {
  .cvp-template-board {
    padding: 24px;
  }

  .cvp-template-downloads {
    grid-template-columns: 1fr;
  }

  .cvp-template-download {
    min-height: 112px;
  }
}

/* Foiled Passes page: align top rhythm with PDPs and let the custom layout breathe. */
body.cvp-page-foiled-passes .cvp-standard-page {
  padding-top: 112px !important;
  padding-bottom: clamp(78px, 8vw, 116px) !important;
}

body.cvp-page-foiled-passes .cvp-standard-page .cvp-shell {
  width: min(1360px, calc(100% - 96px)) !important;
  margin-inline: auto !important;
}

body.cvp-page-foiled-passes .cvp-standard-page .entry-header {
  width: min(1160px, 100%) !important;
  max-width: none !important;
  margin: 0 auto clamp(24px, 3vw, 34px) !important;
  text-align: center !important;
}

body.cvp-page-foiled-passes .cvp-standard-page .entry-title {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  font-size: clamp(52px, 5vw, 68px) !important;
  line-height: 0.98 !important;
  text-align: center !important;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.76), 0 28px 58px rgba(92, 56, 29, 0.13);
}

body.cvp-page-foiled-passes .cvp-standard-page .entry-content {
  width: 100% !important;
  max-width: none !important;
}

body.cvp-page-foiled-passes .cvp-standard-page .entry-content > *,
body.cvp-page-foiled-passes .cvp-standard-page .entry-content .elementor-widget-container > *,
body.cvp-page-foiled-passes .cvp-foil-page,
body.cvp-page-foiled-passes .cvp-foil-page > * {
  max-width: none !important;
}

body.cvp-page-foiled-passes .cvp-foil-page {
  width: 100%;
  padding-bottom: 0;
}

body.cvp-page-foiled-passes .cvp-foil-page h2,
body.cvp-page-foiled-passes .cvp-foil-page h3,
body.cvp-page-foiled-passes .cvp-foil-page p,
body.cvp-page-foiled-passes .cvp-foil-page figure,
body.cvp-page-foiled-passes .cvp-foil-page ul {
  margin-top: 0 !important;
}

body.cvp-page-foiled-passes .cvp-foil-hero {
  width: min(1280px, 100%) !important;
  margin: 0 auto clamp(76px, 7vw, 104px) !important;
  grid-template-columns: minmax(420px, 0.9fr) minmax(500px, 0.92fr) !important;
  gap: clamp(60px, 7vw, 104px) !important;
  align-items: center !important;
}

body.cvp-page-foiled-passes .cvp-foil-hero__copy {
  max-width: 590px !important;
}

body.cvp-page-foiled-passes .cvp-foil-kicker {
  margin-bottom: 12px !important;
}

body.cvp-page-foiled-passes .cvp-foil-hero h2 {
  max-width: 600px !important;
  margin-bottom: 20px !important;
  font-size: clamp(42px, 3.8vw, 58px) !important;
  line-height: 1.02 !important;
}

body.cvp-page-foiled-passes .cvp-foil-page p {
  max-width: 62ch !important;
}

body.cvp-page-foiled-passes .cvp-foil-hero__media {
  width: 100% !important;
  max-width: 650px !important;
  justify-self: end !important;
  margin: 0 !important;
  border-radius: 8px !important;
}

body.cvp-page-foiled-passes .cvp-standard-page .entry-content .cvp-foil-page img {
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  margin: 0 !important;
}

body.cvp-page-foiled-passes .cvp-foil-hero__media img {
  aspect-ratio: 4 / 3 !important;
  object-fit: cover !important;
}

body.cvp-page-foiled-passes .cvp-foil-actions {
  margin-top: 28px !important;
}

body.cvp-page-foiled-passes .cvp-standard-page .entry-content a.cvp-foil-button {
  color: #fff !important;
  text-decoration: none !important;
}

body.cvp-page-foiled-passes .cvp-standard-page .entry-content a.cvp-foil-button:hover,
body.cvp-page-foiled-passes .cvp-standard-page .entry-content a.cvp-foil-button:focus-visible {
  color: #fff !important;
  text-decoration: none !important;
}

body.cvp-page-foiled-passes .cvp-foil-craft,
body.cvp-page-foiled-passes .cvp-foil-gallery {
  width: min(1280px, 100%) !important;
  margin-inline: auto !important;
}

body.cvp-page-foiled-passes .cvp-foil-craft {
  margin-top: 0 !important;
  margin-bottom: clamp(80px, 8vw, 112px) !important;
}

body.cvp-page-foiled-passes .cvp-foil-section-heading {
  grid-template-columns: minmax(0, 0.86fr) minmax(360px, 0.58fr) !important;
  gap: clamp(42px, 6vw, 86px) !important;
}

body.cvp-page-foiled-passes .cvp-foil-grid--varieties {
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)) !important;
}

body.cvp-page-foiled-passes .cvp-foil-grid--use {
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)) !important;
}

body.cvp-page-foiled-passes .cvp-foil-card img {
  max-width: none !important;
  margin: 0 !important;
}

@media (max-width: 980px) {
  body.cvp-page-foiled-passes .cvp-standard-page {
    padding-top: 96px !important;
  }

  body.cvp-page-foiled-passes .cvp-standard-page .cvp-shell {
    width: min(100% - 40px, 1160px) !important;
  }

  body.cvp-page-foiled-passes .cvp-standard-page .entry-header {
    text-align: center !important;
  }

  body.cvp-page-foiled-passes .cvp-standard-page .entry-title {
    font-size: clamp(42px, 10vw, 56px) !important;
  }

  body.cvp-page-foiled-passes .cvp-foil-hero,
  body.cvp-page-foiled-passes .cvp-foil-section-heading {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }

  body.cvp-page-foiled-passes .cvp-foil-hero__copy,
  body.cvp-page-foiled-passes .cvp-foil-hero__media {
    max-width: none !important;
  }

  body.cvp-page-foiled-passes .cvp-foil-hero__media {
    justify-self: stretch !important;
  }
}

@media (max-width: 620px) {
  body.cvp-page-foiled-passes .cvp-standard-page .cvp-shell {
    width: min(100% - 32px, 1160px) !important;
  }

  body.cvp-page-foiled-passes .cvp-foil-hero h2 {
    font-size: 34px !important;
  }

  body.cvp-page-foiled-passes .cvp-foil-grid--varieties,
  body.cvp-page-foiled-passes .cvp-foil-grid--use {
    grid-template-columns: 1fr !important;
  }
}

/* Shared content-page rhythm: match PDP top spacing while keeping prose readable. */
body.page:not(.cvp-page-foiled-passes):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .cvp-standard-page:not(.cvp-products-index):not(.cvp-service-design) {
  padding-top: 112px !important;
  padding-bottom: clamp(78px, 8vw, 116px) !important;
}

body.page:not(.cvp-page-foiled-passes):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .cvp-standard-page:not(.cvp-products-index):not(.cvp-service-design) .cvp-shell {
  width: min(1280px, calc(100% - 96px)) !important;
  margin-inline: auto !important;
}

body.page:not(.cvp-page-foiled-passes):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .cvp-standard-page:not(.cvp-products-index):not(.cvp-service-design) .entry-header {
  width: min(1160px, 100%) !important;
  max-width: none !important;
  margin: 0 auto clamp(24px, 3vw, 34px) !important;
  text-align: center !important;
}

body.page:not(.cvp-page-foiled-passes):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .cvp-standard-page:not(.cvp-products-index):not(.cvp-service-design) .entry-title {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  font-size: clamp(52px, 5vw, 68px) !important;
  line-height: 0.98 !important;
  text-align: center !important;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.76), 0 28px 58px rgba(92, 56, 29, 0.13);
}

body.page:not(.cvp-page-foiled-passes):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .cvp-standard-page:not(.cvp-products-index):not(.cvp-service-design) .entry-content {
  width: min(1160px, 100%) !important;
  max-width: none !important;
  margin-inline: auto !important;
}

body.page:not(.cvp-page-foiled-passes):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .cvp-standard-page:not(.cvp-products-index):not(.cvp-service-design) .entry-content > *:not(.elementor):not(.wp-block-gallery):not(.woocommerce):not(.e-con):not(.alignwide):not(.alignfull) {
  max-width: min(860px, 100%) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.page:not(.cvp-page-foiled-passes):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .cvp-standard-page:not(.cvp-products-index):not(.cvp-service-design) .entry-content > .wp-block-gallery,
body.page:not(.cvp-page-foiled-passes):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .cvp-standard-page:not(.cvp-products-index):not(.cvp-service-design) .entry-content > .elementor,
body.page:not(.cvp-page-foiled-passes):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .cvp-standard-page:not(.cvp-products-index):not(.cvp-service-design) .entry-content > .woocommerce,
body.page:not(.cvp-page-foiled-passes):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .cvp-standard-page:not(.cvp-products-index):not(.cvp-service-design) .entry-content > .e-con,
body.page:not(.cvp-page-foiled-passes):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .cvp-standard-page:not(.cvp-products-index):not(.cvp-service-design) .entry-content > .alignwide,
body.page:not(.cvp-page-foiled-passes):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .cvp-standard-page:not(.cvp-products-index):not(.cvp-service-design) .entry-content > .alignfull {
  max-width: 100% !important;
}

body.page:not(.cvp-page-foiled-passes):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .cvp-standard-page:not(.cvp-products-index):not(.cvp-service-design) .entry-content > .elementor {
  width: 100% !important;
}

body.page:not(.cvp-page-foiled-passes):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .cvp-standard-page:not(.cvp-products-index):not(.cvp-service-design) .entry-content .elementor-section,
body.page:not(.cvp-page-foiled-passes):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .cvp-standard-page:not(.cvp-products-index):not(.cvp-service-design) .entry-content .elementor-container,
body.page:not(.cvp-page-foiled-passes):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .cvp-standard-page:not(.cvp-products-index):not(.cvp-service-design) .entry-content .elementor-column,
body.page:not(.cvp-page-foiled-passes):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .cvp-standard-page:not(.cvp-products-index):not(.cvp-service-design) .entry-content .elementor-widget-wrap,
body.page:not(.cvp-page-foiled-passes):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .cvp-standard-page:not(.cvp-products-index):not(.cvp-service-design) .entry-content .elementor-widget,
body.page:not(.cvp-page-foiled-passes):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .cvp-standard-page:not(.cvp-products-index):not(.cvp-service-design) .entry-content .elementor-widget-container {
  max-width: 100% !important;
}

body.page:not(.cvp-page-foiled-passes):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .cvp-standard-page:not(.cvp-products-index):not(.cvp-service-design) .entry-content .elementor-widget-container > *:not(img):not(.wp-block-gallery) {
  max-width: min(860px, 100%) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.page:not(.cvp-page-foiled-passes):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .cvp-standard-page:not(.cvp-products-index):not(.cvp-service-design) .entry-content .elementor-widget-container > img,
body.page:not(.cvp-page-foiled-passes):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .cvp-standard-page:not(.cvp-products-index):not(.cvp-service-design) .entry-content .elementor-widget-image img {
  max-width: min(100%, 760px) !important;
  margin: 24px auto 30px !important;
}

body.page:not(.cvp-page-foiled-passes):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .cvp-standard-page:not(.cvp-products-index):not(.cvp-service-design) .entry-content p,
body.page:not(.cvp-page-foiled-passes):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .cvp-standard-page:not(.cvp-products-index):not(.cvp-service-design) .entry-content li {
  font-size: 18px;
  line-height: 1.62;
}

body.page:not(.cvp-page-foiled-passes):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .cvp-standard-page:not(.cvp-products-index):not(.cvp-service-design) .entry-content img {
  max-width: min(100%, 760px) !important;
  margin: 24px auto 30px !important;
}

body.page:not(.cvp-page-foiled-passes):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .cvp-standard-page:not(.cvp-products-index):not(.cvp-service-design) .entry-content .wp-block-gallery img,
body.page:not(.cvp-page-foiled-passes):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .cvp-standard-page:not(.cvp-products-index):not(.cvp-service-design) .entry-content .elementor img {
  max-width: 100% !important;
  margin: 0 !important;
}

/* Custom 404 gate. */
body.error404 .cvp-page {
  background: #020405;
}

.cvp-404-page {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: #020405;
  color: #fff;
}

.cvp-404-hero {
  position: relative;
  display: flex;
  min-height: 100svh;
  align-items: center;
  padding: clamp(132px, 13vw, 172px) 0 clamp(72px, 8vw, 112px);
  isolation: isolate;
}

.cvp-404-hero::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(2, 4, 5, 0.94) 0%, rgba(2, 4, 5, 0.72) 42%, rgba(2, 4, 5, 0.92) 100%),
    radial-gradient(circle at 72% 28%, rgba(230, 0, 0, 0.3), transparent 24rem),
    url("../images/concert-bg.png") center 58% / cover no-repeat;
  content: "";
  transform: scale(1.04);
  animation: cvp-404-bg-drift 16s ease-in-out infinite alternate;
}

.cvp-404-hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.055) 0 1px, transparent 1px 12px),
    linear-gradient(180deg, transparent 0%, rgba(2, 4, 5, 0.74) 100%);
  content: "";
  opacity: 0.72;
}

.cvp-404-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.7fr);
  gap: clamp(36px, 7vw, 96px);
  align-items: center;
}

.cvp-404-copy {
  max-width: 760px;
}

.cvp-404-kicker {
  margin: 0 0 clamp(16px, 2vw, 24px);
  color: #ff2a24;
  font-size: clamp(12px, 1.1vw, 14px);
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.1;
  text-transform: uppercase;
}

.cvp-404-copy h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(58px, 7.2vw, 118px);
  font-weight: 880;
  letter-spacing: -0.02em;
  line-height: 0.92;
  text-wrap: balance;
}

.cvp-404-copy h1 span {
  display: block;
}

.cvp-404-copy h1 span:last-child {
  color: #ff120c;
  text-shadow: 0 0 34px rgba(230, 0, 0, 0.34);
}

.cvp-404-lede {
  max-width: 620px;
  margin: clamp(22px, 2.5vw, 30px) 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(18px, 1.55vw, 23px);
  line-height: 1.52;
}

.cvp-404-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
  align-items: center;
  margin-top: clamp(28px, 4vw, 44px);
}

.cvp-404-text-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
  font-weight: 760;
  text-decoration: none;
  transition: color 180ms ease, transform 180ms ease;
}

.cvp-404-text-link::after {
  width: 22px;
  height: 1px;
  margin-left: 10px;
  background: #ff120c;
  box-shadow: 0 0 14px rgba(230, 0, 0, 0.48);
  content: "";
  transition: transform 180ms ease;
}

.cvp-404-text-link:hover,
.cvp-404-text-link:focus-visible {
  color: #fff;
  transform: translateY(-1px);
}

.cvp-404-text-link:hover::after,
.cvp-404-text-link:focus-visible::after {
  transform: translateX(5px);
}

.cvp-404-routes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  max-width: 720px;
  margin-top: clamp(30px, 4vw, 52px);
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.cvp-404-routes a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  font-weight: 720;
  text-decoration: none;
  transition: border-color 180ms ease, color 180ms ease, transform 180ms ease, background-color 180ms ease;
}

.cvp-404-routes a:hover,
.cvp-404-routes a:focus-visible {
  border-color: rgba(255, 18, 12, 0.54);
  background: rgba(255, 18, 12, 0.08);
  color: #fff;
  transform: translateY(-1px);
}

.cvp-404-visual {
  position: relative;
  min-height: clamp(360px, 44vw, 560px);
}

.cvp-404-number {
  position: absolute;
  top: 2%;
  right: 0;
  color: transparent;
  font-size: clamp(116px, 16vw, 254px);
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 0.8;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.22);
  text-shadow: 0 30px 90px rgba(0, 0, 0, 0.4);
}

.cvp-404-pass {
  position: absolute;
  right: clamp(18px, 5vw, 72px);
  bottom: 7%;
  display: grid;
  width: min(260px, 58vw);
  min-height: 360px;
  place-items: center;
  padding: 42px 28px 34px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.02)),
    radial-gradient(circle at 50% 0%, rgba(230, 0, 0, 0.3), transparent 9rem),
    rgba(8, 11, 13, 0.78);
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.46), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  clip-path: polygon(14px 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%, 0 14px);
  text-align: center;
  transform: rotate(6deg);
}

.cvp-404-pass__clip {
  position: absolute;
  top: 18px;
  left: 50%;
  width: 72px;
  height: 20px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  transform: translateX(-50%);
}

.cvp-404-pass__label {
  align-self: end;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.cvp-404-pass strong {
  display: block;
  color: #fff;
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 0.9;
  text-transform: uppercase;
}

.cvp-404-pass span:last-child {
  align-self: start;
  color: #ff120c;
  font-size: 13px;
  font-weight: 820;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cvp-404-scan {
  position: absolute;
  right: 0;
  bottom: 25%;
  width: min(430px, 74vw);
  height: 2px;
  background: linear-gradient(90deg, transparent, #ff120c 38%, rgba(255, 255, 255, 0.86), transparent);
  box-shadow: 0 0 28px rgba(230, 0, 0, 0.72);
  animation: cvp-404-scan 3.4s cubic-bezier(0.65, 0, 0.35, 1) infinite alternate;
}

@keyframes cvp-404-bg-drift {
  from {
    transform: scale(1.04) translate3d(-1.5%, 0, 0);
  }

  to {
    transform: scale(1.08) translate3d(1.5%, -1%, 0);
  }
}

@keyframes cvp-404-scan {
  from {
    opacity: 0.56;
    transform: translate3d(-34%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(16%, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .cvp-404-hero::before,
  .cvp-404-scan {
    animation: none;
  }
}

@media (max-width: 980px) {
  .cvp-404-shell {
    grid-template-columns: 1fr;
  }

  .cvp-404-visual {
    min-height: 360px;
  }

  .cvp-404-number {
    left: 0;
    right: auto;
  }

  .cvp-404-pass {
    right: max(18px, 12vw);
  }

  body.page:not(.cvp-page-foiled-passes):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .cvp-standard-page:not(.cvp-products-index):not(.cvp-service-design) {
    padding-top: 96px !important;
  }

  body.page:not(.cvp-page-foiled-passes):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .cvp-standard-page:not(.cvp-products-index):not(.cvp-service-design) .cvp-shell {
    width: min(100% - 40px, 1160px) !important;
  }

  body.page:not(.cvp-page-foiled-passes):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .cvp-standard-page:not(.cvp-products-index):not(.cvp-service-design) .entry-header {
    text-align: center !important;
  }
}

@media (max-width: 620px) {
  .cvp-404-hero {
    padding-top: 116px;
  }

  .cvp-404-shell {
    width: min(100% - 32px, 1180px);
  }

  .cvp-404-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .cvp-404-actions .cvp-button {
    width: 100%;
  }

  .cvp-404-routes a {
    flex: 1 1 calc(50% - 8px);
    justify-content: center;
  }

  .cvp-404-visual {
    min-height: 300px;
  }

  .cvp-404-pass {
    right: 8px;
    width: min(220px, 72vw);
    min-height: 300px;
  }

  body.page:not(.cvp-page-foiled-passes):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .cvp-standard-page:not(.cvp-products-index):not(.cvp-service-design) .cvp-shell {
    width: min(100% - 32px, 1160px) !important;
  }

  body.page:not(.cvp-page-foiled-passes):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .cvp-standard-page:not(.cvp-products-index):not(.cvp-service-design) .entry-title {
    font-size: 42px !important;
    line-height: 1.02 !important;
  }

  body.page:not(.cvp-page-foiled-passes):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .cvp-standard-page:not(.cvp-products-index):not(.cvp-service-design) .entry-content p,
  body.page:not(.cvp-page-foiled-passes):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .cvp-standard-page:not(.cvp-products-index):not(.cvp-service-design) .entry-content li {
    font-size: 17px;
  }
}

body.page.page-id-108:not(.cvp-page-foiled-passes):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .cvp-standard-page:not(.cvp-products-index):not(.cvp-service-design) .entry-content {
  width: min(840px, 100%) !important;
  max-width: 840px !important;
}

/* Premium CTA color system: red stays as brand signal, not the action color. */
.cvp-button:not(.cvp-button--ghost),
.cvp-nav-actions .cvp-button,
.cvp-quote-section .cvp-button,
.cvp-404-actions .cvp-button:not(.cvp-button--ghost),
.cvp-service-design__button,
.cvp-products-grid__cta,
.woocommerce ul.products li.product a.button.aes-loop-quote-button,
.woocommerce-page ul.products li.product a.button.aes-loop-quote-button,
.woocommerce div.product .aes-button--primary {
  border-color: rgba(255, 255, 255, 0.2) !important;
  background:
    linear-gradient(180deg, var(--cvp-cta-hover, #edcb78), var(--cvp-cta, #d7b35e)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.46),
    0 16px 34px var(--cvp-cta-shadow, rgba(215, 179, 94, 0.24)) !important;
  color: var(--cvp-cta-ink, #17120a) !important;
}

.cvp-button:not(.cvp-button--ghost):hover,
.cvp-button:not(.cvp-button--ghost):focus-visible,
.cvp-nav-actions .cvp-button:hover,
.cvp-nav-actions .cvp-button:focus-visible,
.cvp-quote-section .cvp-button:hover,
.cvp-quote-section .cvp-button:focus-visible,
.cvp-404-actions .cvp-button:not(.cvp-button--ghost):hover,
.cvp-404-actions .cvp-button:not(.cvp-button--ghost):focus-visible,
.cvp-service-design__button:hover,
.cvp-service-design__button:focus-visible,
.cvp-products-grid__cta:hover,
.cvp-products-grid__cta:focus-visible,
.woocommerce ul.products li.product a.button.aes-loop-quote-button:hover,
.woocommerce ul.products li.product a.button.aes-loop-quote-button:focus-visible,
.woocommerce-page ul.products li.product a.button.aes-loop-quote-button:hover,
.woocommerce-page ul.products li.product a.button.aes-loop-quote-button:focus-visible,
.woocommerce div.product .aes-button--primary:hover,
.woocommerce div.product .aes-button--primary:focus-visible {
  background:
    linear-gradient(180deg, #f5d88a, var(--cvp-cta-hover, #edcb78)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.58),
    0 18px 40px rgba(215, 179, 94, 0.3) !important;
  color: var(--cvp-cta-ink, #17120a) !important;
}

body.page .cvp-about-page {
  padding-top: clamp(90px, 7vw, 124px) !important;
}

body.page .cvp-about-page .cvp-shell {
  width: min(1360px, calc(100% - 72px)) !important;
}

.cvp-about-article {
  max-width: none !important;
}

.cvp-about-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  align-items: center;
  margin-bottom: clamp(18px, 3vw, 34px);
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(29, 29, 31, 0.1);
}

.cvp-about-nav a {
  position: relative;
  color: rgba(29, 29, 31, 0.58) !important;
  font-size: 14px;
  font-weight: 760;
  letter-spacing: 0;
  text-decoration: none !important;
  transition: color 180ms ease;
}

.cvp-about-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
  height: 2px;
  background: var(--cvp-red, #e60000);
  opacity: 0;
  transform: scaleX(0.55);
  transition: opacity 180ms ease, transform 180ms ease;
}

.cvp-about-nav a:hover,
.cvp-about-nav a:focus-visible,
.cvp-about-nav a.is-current {
  color: #1d1d1f !important;
}

.cvp-about-nav a.is-current::after {
  opacity: 1;
  transform: scaleX(1);
}

.cvp-about-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.48fr);
  gap: clamp(24px, 4.5vw, 72px);
  align-items: center;
  margin-bottom: clamp(34px, 5vw, 64px);
}

.cvp-about-kicker,
.cvp-about-section-label,
.cvp-about-card-grid article span,
.cvp-about-status span,
.cvp-about-statement span {
  margin: 0;
  color: rgba(151, 48, 40, 0.94);
  font-size: 12px;
  font-weight: 860;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.cvp-about-hero h1 {
  max-width: min(820px, 100%);
  margin: 12px 0 0;
  color: #1d1d1f;
  font-size: clamp(44px, 6.4vw, 92px);
  font-weight: 760;
  line-height: 0.94;
  letter-spacing: 0;
  text-wrap: balance;
}

.cvp-about-hero__copy > p:last-child {
  max-width: 58ch;
  margin: 18px 0 0;
  color: rgba(29, 29, 31, 0.66);
  font-size: clamp(17px, 1.55vw, 21px);
  line-height: 1.44;
  letter-spacing: 0;
}

.cvp-about-statement {
  display: grid;
  gap: 12px;
  align-self: stretch;
  align-content: center;
  min-height: clamp(250px, 26vw, 390px);
  padding: clamp(22px, 3vw, 34px);
  background:
    linear-gradient(135deg, rgba(34, 35, 35, 0.96), rgba(11, 12, 13, 0.94)),
    radial-gradient(circle at 0 0, rgba(215, 179, 94, 0.25), transparent 16rem);
  color: #fff;
  clip-path: polygon(18px 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%, 0 18px);
  box-shadow: 0 34px 86px rgba(55, 38, 24, 0.16);
}

.cvp-about-statement strong {
  display: block;
  max-width: 18ch;
  color: #fff;
  font-size: clamp(27px, 3.1vw, 44px);
  font-weight: 760;
  line-height: 1;
  letter-spacing: 0;
  text-wrap: balance;
}

.cvp-about-statement em {
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  font-style: normal;
  font-weight: 760;
  letter-spacing: 0;
  text-transform: uppercase;
}

.cvp-about-lead,
.cvp-about-mission,
.cvp-about-culture {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.68fr);
  gap: clamp(34px, 6vw, 92px);
  align-items: start;
  margin-top: clamp(42px, 6vw, 82px);
}

.cvp-about-lead__copy h2,
.cvp-about-mission h2,
.cvp-about-culture h2 {
  max-width: 12ch;
  margin: 14px 0 0;
  color: #1d1d1f;
  font-size: clamp(42px, 6vw, 88px);
  font-weight: 740;
  line-height: 0.94;
  letter-spacing: 0;
  text-wrap: balance;
}

.cvp-about-lead__copy p:not(.cvp-about-section-label),
.cvp-about-mission p,
.cvp-about-culture p {
  max-width: 68ch;
  margin: 24px 0 0;
  color: rgba(29, 29, 31, 0.68);
  font-size: clamp(18px, 1.6vw, 21px);
  line-height: 1.58;
  letter-spacing: 0;
}

.cvp-about-lead__media,
.cvp-about-mission figure {
  margin: 0;
}

.cvp-about-lead__media img,
.cvp-about-mission img {
  display: block;
  width: 100%;
  max-width: none !important;
  height: auto !important;
  margin: 0 !important;
  border-radius: 0 !important;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 34px 90px rgba(55, 38, 24, 0.14);
}

.cvp-about-lead__media img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.cvp-about-mission img {
  aspect-ratio: 940 / 613;
  object-fit: cover;
}

.cvp-about-lead__media figcaption {
  margin-top: 12px;
  color: rgba(29, 29, 31, 0.52);
  font-size: 13px;
  font-weight: 720;
  letter-spacing: 0;
}

.cvp-about-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 26px);
  margin-top: clamp(52px, 7vw, 96px);
}

.cvp-about-card-grid article,
.cvp-about-status {
  min-height: 250px;
  padding: clamp(24px, 3vw, 36px);
  border: 1px solid rgba(29, 29, 31, 0.1);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.54)),
    radial-gradient(circle at 100% 0, rgba(215, 179, 94, 0.14), transparent 15rem);
  box-shadow: 0 26px 72px rgba(55, 38, 24, 0.08);
}

.cvp-about-card-grid article h3,
.cvp-about-status strong {
  display: block;
  margin: 22px 0 0;
  color: #1d1d1f;
  font-size: clamp(25px, 2.6vw, 38px);
  font-weight: 730;
  line-height: 1;
  letter-spacing: 0;
  text-wrap: balance;
}

.cvp-about-card-grid article p,
.cvp-about-status p {
  margin: 20px 0 0;
  color: rgba(29, 29, 31, 0.62);
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0;
}

.cvp-about-culture {
  padding-top: clamp(44px, 6vw, 72px);
  border-top: 1px solid rgba(29, 29, 31, 0.1);
}

.cvp-client-types {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(29, 29, 31, 0.12);
  border: 1px solid rgba(29, 29, 31, 0.12);
}

.cvp-client-types span {
  display: flex;
  align-items: flex-end;
  min-height: 118px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.76);
  color: #1d1d1f;
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 730;
  line-height: 1.04;
  letter-spacing: 0;
}

.cvp-client-logo-wall {
  margin-top: clamp(46px, 7vw, 88px);
}

.cvp-client-logo-wall__heading {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(320px, 1fr);
  gap: clamp(22px, 4vw, 64px);
  align-items: end;
  margin-bottom: clamp(22px, 4vw, 42px);
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(29, 29, 31, 0.1);
}

.cvp-client-logo-wall__heading h2 {
  max-width: 20ch;
  margin: 0;
  color: #1d1d1f;
  font-size: clamp(30px, 4vw, 56px);
  font-weight: 740;
  line-height: 0.98;
  letter-spacing: 0;
  text-wrap: balance;
}

.cvp-client-logo-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  border-top: 1px solid rgba(29, 29, 31, 0.1);
  border-left: 1px solid rgba(29, 29, 31, 0.1);
}

.cvp-client-logo-grid figure {
  display: grid;
  place-items: center;
  min-height: clamp(112px, 11vw, 158px);
  margin: 0;
  padding: clamp(18px, 2.3vw, 30px);
  border-right: 1px solid rgba(29, 29, 31, 0.1);
  border-bottom: 1px solid rgba(29, 29, 31, 0.1);
  background: rgba(255, 255, 255, 0.64);
  transition: background-color 180ms ease, transform 180ms ease;
}

.cvp-client-logo-grid figure:hover {
  background: rgba(255, 255, 255, 0.92);
  transform: translateY(-2px);
}

.cvp-client-logo-grid img {
  display: block;
  width: auto;
  max-width: min(100%, 118px) !important;
  max-height: 82px;
  height: auto !important;
  margin: 0 !important;
  border-radius: 0 !important;
  object-fit: contain;
  filter: grayscale(1) saturate(0.2) contrast(1.04);
  opacity: 0.74;
  box-shadow: none !important;
  transition: filter 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.cvp-client-logo-grid figure:hover img {
  filter: grayscale(0) saturate(0.95) contrast(1.02);
  opacity: 1;
  transform: scale(1.03);
}

.cvp-about-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: clamp(42px, 6vw, 82px);
  padding: clamp(26px, 4vw, 44px);
  background:
    linear-gradient(135deg, rgba(34, 35, 35, 0.96), rgba(10, 10, 10, 0.94)),
    radial-gradient(circle at 6% 0, rgba(215, 179, 94, 0.22), transparent 18rem);
  color: #fff;
}

.cvp-about-banner p {
  max-width: 18ch;
  margin: 0;
  color: #fff;
  font-size: clamp(32px, 4vw, 58px);
  font-weight: 750;
  line-height: 0.96;
  letter-spacing: 0;
}

.cvp-about-banner a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 20px;
  background: linear-gradient(180deg, var(--cvp-cta-hover, #edcb78), var(--cvp-cta, #d7b35e));
  color: var(--cvp-cta-ink, #17120a) !important;
  font-weight: 820;
  letter-spacing: 0;
  text-decoration: none !important;
}

.cvp-about-status {
  min-height: 0;
}

.cvp-about-mission {
  align-items: center;
}

.cvp-about-page--mission-statement .cvp-about-hero {
  margin-bottom: clamp(22px, 3.5vw, 42px);
}

@media (max-width: 980px) {
  .cvp-about-hero,
  .cvp-about-lead,
  .cvp-about-mission,
  .cvp-about-culture {
    grid-template-columns: 1fr;
  }

  .cvp-about-card-grid {
    grid-template-columns: 1fr;
  }

  .cvp-about-statement strong,
  .cvp-about-lead__copy h2,
  .cvp-about-mission h2,
  .cvp-about-culture h2 {
    max-width: 16ch;
  }
}

@media (max-width: 620px) {
  body.page .cvp-about-page .cvp-shell {
    width: min(1120px, calc(100% - 32px)) !important;
  }

  .cvp-about-nav {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 16px;
  }

  .cvp-about-nav a {
    flex: 0 0 auto;
  }

  .cvp-about-hero h1 {
    font-size: clamp(42px, 14vw, 62px);
  }

  .cvp-client-types {
    grid-template-columns: 1fr;
  }

  .cvp-client-logo-wall__heading {
    grid-template-columns: 1fr;
  }

  .cvp-client-logo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .cvp-client-types span {
    min-height: 82px;
  }

  .cvp-about-banner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 440px) {
  .cvp-client-logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.cvp-search-toggle {
  appearance: none;
  cursor: pointer;
  font: inherit;
}

.cvp-search-panel {
  position: fixed;
  top: clamp(86px, 6.6vw, 116px);
  right: max(24px, calc((100vw - var(--cvp-max, 1364px)) / 2));
  z-index: 140;
  width: min(520px, calc(100vw - 40px));
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px) scale(0.985);
  transition:
    opacity 180ms ease,
    transform 220ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.cvp-search-panel[hidden] {
  display: block;
}

.cvp-search-panel.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.cvp-search-panel__form {
  position: relative;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) auto 34px;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background:
    linear-gradient(135deg, rgba(80, 24, 22, 0.48), rgba(14, 16, 17, 0.92) 46%, rgba(47, 48, 47, 0.86));
  box-shadow:
    0 30px 70px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
  clip-path: none;
  backdrop-filter: blur(28px) saturate(1.2);
}

.cvp-search-panel__form::before {
  content: "";
  position: absolute;
  inset: 0;
  border-top: 1px solid rgba(215, 179, 94, 0.46);
  pointer-events: none;
}

.cvp-search-panel__icon {
  display: inline-flex;
  color: rgba(255, 255, 255, 0.74);
}

.cvp-search-panel__icon svg {
  width: 18px;
  height: 18px;
}

.cvp-search-panel input[type="search"] {
  min-width: 0;
  width: 100%;
  height: 42px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 15px;
  line-height: 1;
  outline: 0;
}

.cvp-search-panel input[type="search"]::placeholder {
  color: rgba(255, 255, 255, 0.54);
}

.cvp-search-panel__submit,
.cvp-search-panel__close {
  appearance: none;
  border: 0;
  cursor: pointer;
  font-family: inherit;
}

.cvp-search-panel__submit {
  min-height: 38px;
  padding: 0 18px;
  background: linear-gradient(180deg, var(--cvp-cta-hover, #edcb78), var(--cvp-cta, #d7b35e));
  color: var(--cvp-cta-ink, #17120a);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.cvp-search-panel__close {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.78);
  font-size: 22px;
  line-height: 1;
}

.cvp-search-panel__submit:hover,
.cvp-search-panel__submit:focus-visible,
.cvp-search-panel__close:hover,
.cvp-search-panel__close:focus-visible {
  outline: 0;
  filter: brightness(1.07);
}

.cvp-search-results-page {
  min-height: 72vh;
}

.cvp-search-hero {
  padding: clamp(130px, 12vw, 190px) 0 clamp(34px, 5vw, 72px);
  background:
    radial-gradient(circle at 20% 20%, rgba(215, 179, 94, 0.13), transparent 31%),
    radial-gradient(circle at 78% 12%, rgba(230, 0, 0, 0.08), transparent 34%);
}

.cvp-search-hero .cvp-shell {
  max-width: 980px;
}

.cvp-search-hero h1 {
  max-width: 860px;
  margin: 0;
  color: var(--cvp-ink, #1d1d1f);
  font-size: clamp(46px, 7vw, 92px);
  line-height: 0.94;
  letter-spacing: 0;
}

.cvp-search-hero p:not(.cvp-hub-kicker) {
  max-width: 660px;
  margin: 22px 0 0;
  color: var(--cvp-muted, #6e6e73);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.42;
}

.cvp-search-hero .search-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  max-width: 740px;
  margin-top: 32px;
}

.cvp-search-hero .search-form label {
  display: block;
}

.cvp-search-hero .search-field {
  width: 100%;
  min-height: 58px;
  padding: 0 18px;
  border: 1px solid rgba(29, 29, 31, 0.14);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.74);
  color: var(--cvp-ink, #1d1d1f);
  font: inherit;
  font-size: 17px;
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.07);
}

.cvp-search-results {
  padding: 0 0 clamp(72px, 9vw, 130px);
}

.cvp-search-results__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.cvp-search-card {
  display: grid;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid rgba(29, 29, 31, 0.1);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.08);
}

.cvp-search-card__media {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #f3f3f3;
}

.cvp-search-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease;
}

.cvp-search-card:hover .cvp-search-card__media img {
  transform: scale(1.035);
}

.cvp-search-card__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px;
}

.cvp-search-card__body span {
  color: rgba(160, 52, 43, 0.92);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.cvp-search-card__body h2 {
  margin: 0;
  font-size: clamp(23px, 2.4vw, 34px);
  line-height: 1.02;
  letter-spacing: 0;
}

.cvp-search-card__body h2 a {
  color: inherit;
  text-decoration: none;
}

.cvp-search-card__body p {
  margin: 0;
  color: var(--cvp-muted, #6e6e73);
  font-size: 16px;
  line-height: 1.5;
}

.cvp-search-card__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin-top: auto;
  color: #9f3029;
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
}

.cvp-search-card__link svg {
  width: 18px;
  height: 18px;
}

.cvp-search-empty {
  max-width: 780px;
  padding: clamp(36px, 5vw, 64px);
  border: 1px solid rgba(29, 29, 31, 0.1);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.08);
}

.cvp-search-empty h2 {
  margin: 0;
  font-size: clamp(34px, 5vw, 62px);
  line-height: 0.98;
}

.cvp-search-empty p {
  max-width: 520px;
  margin: 18px 0 0;
  color: var(--cvp-muted, #6e6e73);
  font-size: 20px;
  line-height: 1.4;
}

.cvp-search-empty__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

@media (max-width: 920px) {
  .cvp-search-panel {
    top: 78px;
    right: 20px;
  }

  .cvp-search-results__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .cvp-search-panel {
    top: 74px;
    left: 16px;
    right: 16px;
    width: auto;
  }

  .cvp-search-panel__form {
    grid-template-columns: 24px minmax(0, 1fr) 32px;
  }

  .cvp-search-panel__submit {
    grid-column: 1 / -1;
  }

  .cvp-search-hero .search-form,
  .cvp-search-results__grid {
    grid-template-columns: 1fr;
  }

  .cvp-search-hero {
    padding-top: 116px;
  }
}

/* Homepage hero product cutouts. */
.cvp-product-stage--cutouts .cvp-credential {
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.cvp-product-stage--cutouts .cvp-credential img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter:
    saturate(1.02)
    contrast(1.06)
    brightness(0.98)
    drop-shadow(0 28px 38px rgba(0, 0, 0, 0.54));
}

.cvp-product-stage--cutouts .cvp-credential-main {
  left: 29%;
  top: 3%;
  width: clamp(230px, 18vw, 318px);
  height: clamp(360px, 34vw, 515px);
  transform: rotate(3.5deg);
  z-index: 3;
}

.cvp-product-stage--cutouts .cvp-credential-small {
  left: 5%;
  top: 23%;
  width: clamp(150px, 11vw, 205px);
  height: clamp(245px, 21vw, 350px);
  transform: rotate(-7deg);
  z-index: 2;
}

.cvp-product-stage--cutouts .cvp-credential-side {
  right: 3%;
  top: 20%;
  width: clamp(165px, 13vw, 235px);
  height: clamp(290px, 25vw, 410px);
  transform: rotate(7deg);
  z-index: 1;
}

.cvp-product-card,
.cvp-products-grid__item {
  opacity: 1 !important;
  visibility: visible !important;
}

@media (max-width: 900px) {
  .cvp-product-stage--cutouts .cvp-credential-main {
    left: 32%;
    top: 7%;
  }

  .cvp-product-stage--cutouts .cvp-credential-small {
    left: 8%;
    top: 28%;
  }

  .cvp-product-stage--cutouts .cvp-credential-side {
    right: 7%;
    top: 26%;
  }
}
