/*
Theme Name: CVP Access
Theme URI: https://cvpfoundry.com
Author: Bill Larkin - CVP Foundry
Author URI: https://cvpfoundry.com
Description: Custom ACCESS Event Solutions theme for the live credential and quote-request site.
Version: 0.3.57
Text Domain: cvp-access
Requires at least: 6.6
Tested up to: 7.0
Requires PHP: 7.4
*/

:root {
  --cvp-black: #020405;
  --cvp-ink: #080c0f;
  --cvp-panel: rgba(9, 14, 17, 0.78);
  --cvp-panel-solid: #0b1013;
  --cvp-line: rgba(255, 255, 255, 0.34);
  --cvp-line-soft: rgba(255, 255, 255, 0.16);
  --cvp-red: #f10909;
  --cvp-red-dark: #a80000;
  --cvp-cta: #d7b35e;
  --cvp-cta-hover: #edcb78;
  --cvp-cta-active: #b79047;
  --cvp-cta-ink: #17120a;
  --cvp-cta-shadow: rgba(215, 179, 94, 0.24);
  --cvp-white: #f7f7f3;
  --cvp-muted: #b9b9b5;
  --cvp-dim: #7f8589;
  --cvp-max: 1364px;
  --cvp-radius: 6px;
  --cvp-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Apple-inspired clean layout pass. */
:root {
  --cvp-black: #000;
  --cvp-ink: #1d1d1f;
  --cvp-panel: #fff;
  --cvp-panel-solid: #fff;
  --cvp-line: rgba(0, 0, 0, 0.08);
  --cvp-line-soft: rgba(0, 0, 0, 0.06);
  --cvp-red: #e60000;
  --cvp-red-dark: #bf0000;
  --cvp-white: #fff;
  --cvp-muted: #6e6e73;
  --cvp-dim: #86868b;
  --cvp-parchment: #f5f5f7;
  --cvp-surface: #fbfbfd;
  --cvp-dark-tile: #111113;
  --cvp-font: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
}

html,
body {
  background: var(--cvp-parchment);
  color: var(--cvp-ink);
  font-family: var(--cvp-font);
  letter-spacing: -0.012em;
}

.cvp-page {
  background: var(--cvp-parchment);
}

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

.cvp-site-header {
  top: 0;
  background: rgba(0, 0, 0, 0.82);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(24px) saturate(1.25);
}

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

.cvp-nav-frame {
  grid-template-columns: 178px minmax(420px, 1fr) auto;
  min-height: 52px;
  padding: 0;
  gap: 18px;
  background: transparent;
  border: 0;
  box-shadow: none;
  clip-path: none;
}

.cvp-nav-frame::before,
.cvp-nav-frame::after,
.cvp-brand::after {
  display: none;
}

.cvp-brand {
  padding: 0;
}

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

.cvp-main-menu {
  gap: 18px;
}

.cvp-main-menu > .cvp-menu-item > a {
  min-height: 44px;
  padding: 0 2px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.01em;
}

.cvp-main-menu > .cvp-menu-item > a:hover,
.cvp-main-menu > .cvp-menu-item > a:focus-visible,
.cvp-menu-item.is-current > a {
  background: transparent;
  border-color: transparent;
  color: #fff;
}

.cvp-menu-item.is-current > a::after {
  left: 0;
  right: 0;
  bottom: 7px;
  background: rgba(255, 255, 255, 0.76);
}

.cvp-menu-caret {
  width: 6px;
  height: 6px;
  border-width: 1px;
  opacity: 0.7;
}

.cvp-submenu {
  top: calc(100% + 4px);
  width: 236px;
  padding: 8px;
  background: rgba(30, 30, 32, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  box-shadow: none;
  backdrop-filter: blur(24px) saturate(1.2);
}

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

.cvp-submenu a {
  min-height: 34px;
  padding: 0 10px;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 400;
}

.cvp-submenu a:hover,
.cvp-submenu a:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  transform: none;
}

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

.cvp-nav-actions .cvp-button {
  min-width: auto;
  min-height: 32px;
  padding: 0 15px;
  gap: 8px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 500;
}

.cvp-nav-actions .cvp-button .cvp-arrow {
  font-size: 18px;
}

.cvp-icon-link {
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 999px;
}

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

.cvp-icon-link svg {
  width: 18px;
  height: 18px;
}

.cvp-cart-count {
  top: -2px;
  right: -2px;
  min-width: 15px;
  height: 15px;
  font-size: 9px;
}

.cvp-button,
.button,
.wp-element-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  min-height: 44px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: var(--cvp-red);
  box-shadow: none;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -0.012em;
}

.cvp-button:hover,
.cvp-button:focus-visible,
.button:hover,
.wp-element-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  transform: none;
  border-color: transparent;
  box-shadow: none;
  background: #f20a0a;
}

.cvp-button:active,
.button:active,
.wp-element-button:active {
  transform: scale(0.96);
}

.cvp-button--ghost {
  background: transparent;
  border: 1px solid currentColor;
  color: #fff;
}

.cvp-button--ghost:hover,
.cvp-button--ghost:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  border-color: currentColor;
  box-shadow: none;
}

.cvp-arrow {
  font-size: 23px;
}

.cvp-hero {
  min-height: 100svh;
  padding: 128px 0 92px;
  background: #000;
}

.cvp-hero::before {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.9) 88%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.22) 58%, rgba(0, 0, 0, 0.72)),
    url("assets/images/concert-bg.webp") center / cover no-repeat;
  transform: none;
}

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

.cvp-hero-scroll-cue svg {
  width: 1em;
  height: 1em;
  stroke-width: 2.4;
}

.cvp-hero-grid {
  grid-template-columns: minmax(360px, 0.86fr) minmax(520px, 1.14fr);
  gap: clamp(56px, 7vw, 112px);
  align-items: center;
  min-height: calc(100svh - 220px);
}

.cvp-eyebrow {
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-transform: none;
}

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

.cvp-hero-title {
  max-width: 650px;
  font-size: clamp(54px, 5vw, 78px);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.cvp-hero-title span {
  color: #ff1d1d;
}

.cvp-hero-copy {
  max-width: 570px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(21px, 1.6vw, 26px);
  font-weight: 300;
  line-height: 1.28;
  letter-spacing: -0.018em;
}

.cvp-hero-actions {
  gap: 14px;
  margin-top: 30px;
}

.cvp-product-stage {
  min-height: 560px;
  filter: drop-shadow(3px 5px 30px rgba(0, 0, 0, 0.22));
}

.cvp-stage-platform {
  left: 4%;
  right: 2%;
  bottom: 44px;
  height: 88px;
  background: linear-gradient(180deg, #202020, #0d0d0f);
  border: 0;
  box-shadow: none;
}

.cvp-stage-platform::after {
  color: rgba(255, 255, 255, 0.42);
  font-size: 11px;
  font-weight: 400;
}

.cvp-credential {
  border: 0;
  border-radius: 18px;
  box-shadow: none;
}

.cvp-credential::before,
.cvp-credential::after {
  display: none;
}

.cvp-credential img,
.cvp-stage-wristband img {
  filter: saturate(0.94) contrast(1.05) brightness(0.94);
}

.cvp-credential-main {
  left: 28%;
  top: 7%;
  width: 268px;
  height: 368px;
}

.cvp-credential-side {
  right: 2%;
  top: 25%;
  width: 184px;
  height: 256px;
}

.cvp-credential-small {
  left: 4%;
  top: 32%;
  width: 172px;
  height: 248px;
}

.cvp-stage-wristband {
  right: 2%;
  bottom: 118px;
  border: 0;
  box-shadow: none;
}

.cvp-product-band {
  padding: 86px 0 72px;
  background: var(--cvp-parchment);
  color: var(--cvp-ink);
}

.cvp-product-row {
  gap: 22px;
  margin: 0;
}

.cvp-product-card {
  display: grid;
  grid-template-columns: 1fr;
  min-height: 520px;
  padding: 34px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 18px;
  clip-path: none;
  box-shadow: none;
  color: var(--cvp-ink);
}

.cvp-product-card::after {
  display: none;
}

.cvp-card-number {
  color: var(--cvp-dim);
  font-size: 13px;
  font-weight: 400;
}

.cvp-product-card h3 {
  max-width: 260px;
  margin: 12px 0 10px;
  color: var(--cvp-ink);
  font-size: clamp(30px, 2.8vw, 40px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.cvp-product-card p {
  max-width: 310px;
  color: var(--cvp-muted);
  font-size: 17px;
  line-height: 1.45;
}

.cvp-card-link {
  margin-top: 18px;
  color: var(--cvp-red);
  font-size: 17px;
  font-weight: 400;
}

.cvp-product-image {
  align-self: end;
  justify-self: center;
  width: min(88%, 330px);
  margin: 24px auto 0;
}

.cvp-product-image img {
  max-height: 260px;
  object-fit: contain;
  filter: drop-shadow(3px 5px 30px rgba(0, 0, 0, 0.22));
}

.cvp-trust-strip {
  grid-template-columns: 1fr auto;
  gap: 24px;
  margin-top: 44px;
  padding: 28px 0 0;
  background: transparent;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.09);
  border-radius: 0;
  clip-path: none;
  color: var(--cvp-muted);
}

.cvp-trust-copy {
  color: var(--cvp-muted);
  font-size: 14px;
  letter-spacing: 0;
}

.cvp-trust-copy span {
  color: var(--cvp-red);
}

.cvp-trust-icons {
  display: none;
}

.cvp-trust-meta {
  color: var(--cvp-muted);
}

.cvp-quote-section {
  padding: 64px 0;
  background: #fff;
  color: var(--cvp-ink);
}

.cvp-quote-shell {
  display: grid;
  grid-template-columns: minmax(220px, 0.62fr) minmax(420px, 1fr) auto;
  align-items: center;
  gap: 28px;
}

.cvp-panel-label {
  margin: 0 0 7px;
  color: var(--cvp-muted);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -0.01em;
  text-transform: none;
}

.cvp-quote-copy h2,
.cvp-quote-panel h2 {
  margin: 0;
  color: var(--cvp-ink);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.cvp-quote-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
}

.cvp-quote-option {
  display: inline-grid;
  grid-template-columns: 20px auto 17px;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 999px;
  background: #fff;
  color: var(--cvp-ink);
  font-size: 14px;
  font-weight: 400;
}

.cvp-quote-option svg {
  stroke: var(--cvp-muted);
}

.cvp-check {
  width: 16px;
  height: 16px;
  border-color: rgba(0, 0, 0, 0.24);
  border-radius: 999px;
}

.cvp-quote-option.is-active {
  border-color: rgba(230, 0, 0, 0.32);
}

.cvp-quote-option.is-active .cvp-check {
  background: var(--cvp-red);
}

.cvp-content-section {
  padding: 100px 0;
  background: #fff;
  color: var(--cvp-ink);
}

.cvp-section-heading {
  max-width: 780px;
  margin: 0 auto 56px;
  text-align: center;
}

.cvp-section-heading .cvp-eyebrow {
  color: var(--cvp-muted);
}

.cvp-section-heading h2 {
  color: var(--cvp-ink);
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 600;
  line-height: 1.06;
  letter-spacing: -0.04em;
}

.cvp-section-heading p {
  color: var(--cvp-muted);
  font-size: 21px;
  line-height: 1.38;
}

.cvp-showcase-grid {
  gap: 22px;
}

.cvp-showcase-card {
  min-height: 380px;
  padding: 28px;
  background: var(--cvp-parchment);
  border: 0;
  border-radius: 18px;
  color: var(--cvp-ink);
}

.cvp-showcase-card img {
  height: 210px;
  object-fit: contain;
  background: #fff;
  border-radius: 12px;
}

.cvp-showcase-card h3 {
  color: var(--cvp-ink);
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.cvp-showcase-card p {
  color: var(--cvp-muted);
  font-size: 17px;
}

.cvp-standard-page,
.site-main {
  background: var(--cvp-parchment);
  color: var(--cvp-ink);
}

.cvp-standard-page .entry-title,
.woocommerce-products-header__title,
.page-title {
  color: var(--cvp-ink);
  font-weight: 600;
  letter-spacing: -0.04em;
}

.cvp-standard-page .entry-content {
  color: var(--cvp-ink);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.47;
}

.cvp-standard-page .entry-content h2,
.cvp-standard-page .entry-content h3,
.cvp-standard-page .entry-content h4 {
  color: var(--cvp-ink);
  font-weight: 600;
  letter-spacing: -0.03em;
}

.cvp-standard-page .entry-content a {
  color: var(--cvp-red);
  border-bottom: 0;
}

.cvp-site-footer {
  background: var(--cvp-parchment);
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  color: var(--cvp-muted);
}

.woocommerce {
  color: var(--cvp-ink);
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 18px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce div.product .product_title,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--cvp-ink);
}

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

  .cvp-nav-frame {
    grid-template-columns: 150px minmax(360px, 1fr) auto;
    gap: 12px;
  }

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

  .cvp-main-menu {
    gap: 12px;
  }

  .cvp-main-menu > .cvp-menu-item > a {
    font-size: 12px;
    padding: 0;
  }

  .cvp-hero-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .cvp-product-stage {
    min-height: 460px;
  }

  .cvp-quote-shell {
    grid-template-columns: 1fr;
    align-items: start;
  }
}

@media (max-width: 860px) {
  .cvp-site-header {
    position: fixed;
    top: 0;
  }

  .cvp-nav-frame {
    min-height: 56px;
    padding: 0;
  }

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

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

  .cvp-hero-title {
    font-size: clamp(44px, 12vw, 58px);
  }

  .cvp-hero-copy {
    font-size: 20px;
  }

  .cvp-product-row,
  .cvp-showcase-grid {
    grid-template-columns: 1fr;
  }

  .cvp-product-card {
    min-height: auto;
  }
}

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

  .cvp-nav-frame {
    grid-template-columns: 1fr auto;
    min-height: 58px;
  }

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

  .cvp-nav-actions .cvp-button {
    min-width: auto;
    min-height: 36px;
    padding: 0 14px;
    font-size: 13px;
  }

  .cvp-hero-title {
    font-size: clamp(39px, 11.6vw, 48px);
  }

  .cvp-hero-actions {
    width: 100%;
  }

  .cvp-product-stage {
    min-height: 330px;
  }

  .cvp-credential-main {
    left: 24%;
    width: 166px;
    height: 228px;
  }

  .cvp-credential-side,
  .cvp-credential-small {
    width: 112px;
    height: 156px;
  }

  .cvp-stage-wristband {
    width: 188px;
  }

  .cvp-product-band,
  .cvp-content-section {
    padding: 64px 0;
  }

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

  .cvp-quote-options {
    display: grid;
    grid-template-columns: 1fr;
  }
}

/* ACCESS Journal: shared homepage, archive, and article system. */
.cvp-journal,
.cvp-article-page {
  background: #f4f4f2;
  color: #1d1d1f;
  overflow: clip;
}

.cvp-journal a,
.cvp-article-page a,
.cvp-home-journal a {
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

.cvp-journal-hero {
  padding: 154px 0 68px;
  background: #090b0c;
  color: #fff;
}

.cvp-journal-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 64px;
  align-items: end;
}

.cvp-journal-hero h1 {
  max-width: 820px;
  margin: 16px 0 0;
  color: #fff;
  font-size: 4.5rem;
  line-height: 0.98;
  letter-spacing: 0;
  text-wrap: balance;
}

.cvp-journal-hero__inner > p,
.cvp-journal-hero__description {
  max-width: 560px;
  margin: 0;
  color: #c6c6c2;
  font-size: 1.12rem;
  line-height: 1.65;
}

.cvp-journal-feature,
.cvp-journal-archive,
.cvp-related-journal,
.cvp-home-journal {
  padding: 88px 0;
}

.cvp-journal-feature {
  background: #fff;
  border-bottom: 1px solid #d8d8d4;
}

.cvp-journal-feature__article {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(340px, 0.65fr);
  min-height: 530px;
  border: 1px solid #d6d6d2;
  border-radius: 8px;
  overflow: hidden;
  background: #f8f8f6;
}

.cvp-journal-feature__media {
  display: block;
  min-height: 100%;
  overflow: hidden;
  background: #deded9;
}

.cvp-journal-feature__media img {
  width: 100%;
  height: 100%;
  min-height: 530px;
  object-fit: cover;
  transition: transform 360ms ease;
}

.cvp-journal-feature__article:hover .cvp-journal-feature__media img {
  transform: scale(1.025);
}

.cvp-journal-feature__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 54px;
}

.cvp-journal-feature__meta,
.cvp-journal-card__meta,
.cvp-article-byline {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  color: #68686c;
  font-size: 0.76rem;
  font-weight: 760;
  line-height: 1.3;
  text-transform: uppercase;
}

.cvp-journal-feature__meta {
  margin: 28px 0 16px;
}

.cvp-journal-feature__meta span,
.cvp-journal-card__meta span {
  color: #b01818;
}

.cvp-journal-feature__copy h2 {
  margin: 0;
  font-size: 2.7rem;
  line-height: 1.04;
  letter-spacing: 0;
  text-wrap: balance;
}

.cvp-journal-feature__copy h2 a,
.cvp-journal-card h3 a {
  color: inherit;
  text-decoration: none;
}

.cvp-journal-feature__copy > p:not(.cvp-eyebrow) {
  margin: 22px 0 30px;
  color: #56565a;
  font-size: 1rem;
  line-height: 1.65;
}

.cvp-journal-feature__copy .cvp-button {
  align-self: flex-start;
}

.cvp-journal-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.58fr);
  gap: 48px;
  align-items: end;
  margin-bottom: 40px;
  padding-bottom: 26px;
  border-bottom: 1px solid #cfcfca;
}

.cvp-journal-section-heading h2 {
  max-width: 760px;
  margin: 14px 0 0;
  color: #1d1d1f;
  font-size: 2.8rem;
  line-height: 1.04;
  letter-spacing: 0;
  text-wrap: balance;
}

.cvp-journal-section-heading > p,
.cvp-journal-section-heading > div:last-child > p {
  margin: 0;
  color: #68686c;
  line-height: 1.6;
}

.cvp-journal-section-heading > div:last-child {
  display: grid;
  gap: 14px;
  justify-items: start;
}

.cvp-journal-section-heading a {
  color: #9f1717;
  font-weight: 760;
}

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

.cvp-journal-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid #d7d7d2;
  border-radius: 8px;
  background: #fff;
}

.cvp-journal-card__media {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #deded9;
}

.cvp-journal-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}

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

.cvp-journal-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-width: 0;
  padding: 26px;
}

.cvp-journal-card h3 {
  margin: 16px 0 12px;
  color: #1d1d1f;
  font-size: 1.45rem;
  line-height: 1.16;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.cvp-journal-card__body > p {
  margin: 0 0 24px;
  color: #5f5f63;
  font-size: 0.94rem;
  line-height: 1.58;
}

.cvp-journal-card__link {
  width: fit-content;
  margin-top: auto;
  color: #9f1717;
  font-size: 0.9rem;
  font-weight: 780;
}

.cvp-journal-pagination {
  margin-top: 48px;
}

.cvp-journal-pagination .page-numbers {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cvp-journal-pagination a,
.cvp-journal-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 42px;
  padding: 8px 13px;
  border: 1px solid #c9c9c5;
  border-radius: 6px;
  background: #fff;
  color: #1d1d1f;
  font-weight: 720;
  text-decoration: none;
}

.cvp-journal-pagination .current,
.cvp-journal-pagination a:hover,
.cvp-journal-pagination a:focus-visible {
  border-color: #9f1717;
  background: #9f1717;
  color: #fff;
}

.cvp-home-journal {
  background: #f4f4f2;
  border-top: 1px solid #d7d7d2;
}

.cvp-home-journal__heading > div:last-child {
  align-self: end;
}

.cvp-article-hero {
  padding: 150px 0 72px;
  background: #080a0b;
  color: #fff;
}

.cvp-article-hero__inner {
  display: grid;
  grid-template-columns: minmax(360px, 0.78fr) minmax(0, 1.22fr);
  gap: 64px;
  align-items: center;
}

.cvp-article-hero__copy {
  min-width: 0;
}

.cvp-article-hero__back {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 48px;
  color: #d9d9d4;
  font-size: 0.82rem;
  font-weight: 750;
  text-decoration: none;
}

.cvp-article-hero__back .cvp-arrow {
  transform: rotate(180deg);
}

.cvp-article-hero h1 {
  max-width: 700px;
  margin: 18px 0 28px;
  color: #fff;
  font-size: 3.65rem;
  line-height: 1.01;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.cvp-article-byline {
  color: #bbbcb8;
}

.cvp-article-hero__media {
  width: 100%;
  margin: 0;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 8px;
  background: #1e2224;
}

.cvp-article-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cvp-article-layout {
  display: grid;
  grid-template-columns: 210px minmax(0, 760px);
  gap: 70px;
  justify-content: center;
  padding-top: 84px;
  padding-bottom: 96px;
}

.cvp-article-aside {
  align-self: start;
  display: grid;
  gap: 8px;
  position: sticky;
  top: 120px;
  padding: 22px 0;
  border-top: 3px solid #b01818;
  border-bottom: 1px solid #cfcfca;
  color: #68686c;
  font-size: 0.76rem;
  text-transform: uppercase;
}

.cvp-article-aside strong {
  color: #1d1d1f;
  font-size: 0.9rem;
}

.cvp-article-aside a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-top: 18px;
  color: #9f1717;
  font-weight: 780;
}

.cvp-article-content {
  min-width: 0;
  color: #2d2d30;
  font-size: 1.12rem;
  line-height: 1.78;
}

.cvp-article-content > *:first-child {
  margin-top: 0;
}

.cvp-article-content h2,
.cvp-article-content h3,
.cvp-article-content h4 {
  color: #1d1d1f;
  letter-spacing: 0;
  text-wrap: balance;
}

.cvp-article-content h2 {
  margin: 2.4em 0 0.65em;
  font-size: 2rem;
  line-height: 1.15;
}

.cvp-article-content h3 {
  margin: 2em 0 0.6em;
  font-size: 1.55rem;
  line-height: 1.2;
}

.cvp-article-content p,
.cvp-article-content ul,
.cvp-article-content ol,
.cvp-article-content blockquote,
.cvp-article-content figure {
  margin-top: 0;
  margin-bottom: 1.45em;
}

.cvp-article-content ul,
.cvp-article-content ol {
  padding-left: 1.25em;
}

.cvp-article-content li + li {
  margin-top: 0.45em;
}

.cvp-article-content a {
  color: #9f1717;
  font-weight: 690;
}

.cvp-article-content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 2.1em auto;
  border-radius: 6px;
}

.cvp-article-content .alignleft {
  float: left;
  max-width: 46%;
  margin: 0.4em 2em 1.2em 0;
}

.cvp-article-content .alignright {
  float: right;
  max-width: 46%;
  margin: 0.4em 0 1.2em 2em;
}

.cvp-article-content .wp-caption {
  max-width: 100%;
}

.cvp-article-content .wp-caption-text {
  margin-top: -1.3em;
  color: #68686c;
  font-size: 0.82rem;
  line-height: 1.5;
}

.cvp-article-content blockquote {
  padding: 8px 0 8px 28px;
  border-left: 4px solid #b01818;
  color: #444448;
  font-size: 1.3rem;
  font-weight: 620;
}

.cvp-related-journal {
  border-top: 1px solid #d2d2ce;
  background: #fff;
}

.cvp-article-cta {
  padding: 68px 0;
  background: #8f1315;
  color: #fff;
}

.cvp-article-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 48px;
  align-items: center;
}

.cvp-article-cta h2 {
  max-width: 780px;
  margin: 14px 0 0;
  color: #fff;
  font-size: 2.6rem;
  line-height: 1.08;
  letter-spacing: 0;
  text-wrap: balance;
}

@media (max-width: 1040px) {
  .cvp-journal-hero h1 {
    font-size: 3.8rem;
  }

  .cvp-journal-feature__article {
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  }

  .cvp-journal-feature__copy {
    padding: 40px;
  }

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

  .cvp-article-hero h1 {
    font-size: 3rem;
  }

  .cvp-article-hero__inner {
    gap: 40px;
  }
}

@media (max-width: 780px) {
  .cvp-journal-hero,
  .cvp-article-hero {
    padding-top: 122px;
  }

  .cvp-journal-hero__inner,
  .cvp-journal-feature__article,
  .cvp-journal-section-heading,
  .cvp-article-hero__inner,
  .cvp-article-layout,
  .cvp-article-cta__inner {
    grid-template-columns: 1fr;
  }

  .cvp-journal-hero__inner,
  .cvp-article-hero__inner {
    gap: 32px;
  }

  .cvp-journal-hero h1 {
    font-size: 3rem;
  }

  .cvp-journal-feature,
  .cvp-journal-archive,
  .cvp-related-journal,
  .cvp-home-journal {
    padding: 64px 0;
  }

  .cvp-journal-feature__article,
  .cvp-journal-feature__media img {
    min-height: 0;
  }

  .cvp-journal-feature__media {
    aspect-ratio: 16 / 10;
  }

  .cvp-journal-feature__copy {
    padding: 32px;
  }

  .cvp-journal-feature__copy h2,
  .cvp-journal-section-heading h2,
  .cvp-article-cta h2 {
    font-size: 2.25rem;
  }

  .cvp-journal-section-heading {
    gap: 22px;
  }

  .cvp-article-hero h1 {
    font-size: 2.6rem;
  }

  .cvp-article-hero__back {
    margin-bottom: 30px;
  }

  .cvp-article-hero__copy {
    order: 1;
  }

  .cvp-article-hero__media {
    order: 2;
  }

  .cvp-article-layout {
    gap: 38px;
    padding-top: 58px;
    padding-bottom: 68px;
  }

  .cvp-article-aside {
    position: static;
  }
}

@media (max-width: 560px) {
  .cvp-journal-hero {
    padding-bottom: 52px;
  }

  .cvp-journal-hero h1 {
    font-size: 2.55rem;
  }

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

  .cvp-journal-feature__copy,
  .cvp-journal-card__body {
    padding: 24px;
  }

  .cvp-journal-feature__copy h2,
  .cvp-journal-section-heading h2,
  .cvp-article-cta h2 {
    font-size: 2rem;
  }

  .cvp-article-hero h1 {
    font-size: 2.25rem;
  }

  .cvp-article-content {
    font-size: 1rem;
    line-height: 1.7;
  }

  .cvp-article-content h2 {
    font-size: 1.7rem;
  }

  .cvp-article-content .alignleft,
  .cvp-article-content .alignright {
    float: none;
    max-width: 100%;
    margin: 1.6em auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cvp-journal-feature__media img,
  .cvp-journal-card__media img {
    transition: none;
  }
}

.cvp-archive-proof {
  position: relative;
  overflow: hidden;
  padding: clamp(86px, 10vw, 150px) 0;
  background:
    linear-gradient(155deg, rgba(93, 5, 5, 0.28), transparent 42%),
    repeating-linear-gradient(132deg, rgba(255, 255, 255, 0.028) 0 1px, transparent 1px 14px),
    linear-gradient(180deg, #060708 0%, #12100f 58%, #050506 100%);
  color: #fff;
}

.cvp-archive-proof .cvp-archive-proof__shell {
  display: grid;
  width: min(1360px, calc(100% - 56px));
  grid-template-columns: minmax(260px, 340px) minmax(0, 1fr);
  gap: clamp(34px, 5vw, 74px);
  align-items: start;
}

.cvp-archive-proof__intro {
  position: sticky;
  top: 116px;
  align-self: start;
  padding-top: 12px;
}

.cvp-archive-proof__intro .cvp-eyebrow {
  color: rgba(215, 179, 94, 0.92);
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.cvp-archive-proof__intro h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: 0;
}

.cvp-archive-proof__intro p {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  line-height: 1.48;
}

.cvp-archive-proof__link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 28px;
  color: var(--cvp-cta);
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
}

.cvp-archive-proof__link:hover,
.cvp-archive-proof__link:focus-visible {
  color: var(--cvp-cta-hover);
}

.cvp-archive-proof__gallery {
  display: flex;
  gap: clamp(14px, 1.6vw, 22px);
  align-items: flex-start;
}

.cvp-archive-proof__column {
  display: grid;
  gap: clamp(14px, 1.6vw, 22px);
  min-width: 0;
}

.cvp-archive-proof__column--1 {
  flex: 1.13 1 0;
}

.cvp-archive-proof__column--2 {
  flex: 1 1 0;
  margin-top: clamp(34px, 5vw, 72px);
}

.cvp-archive-proof__column--3 {
  flex: 0.86 1 0;
  margin-top: clamp(72px, 9vw, 142px);
}

.cvp-archive-proof__tile {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: #111;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.34);
  transform: translateZ(0);
  transition: transform 420ms ease, border-color 420ms ease, box-shadow 420ms ease;
}

.cvp-archive-proof__tile img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 768 / 427;
  object-fit: cover;
  transform: scale(1.002);
  transition: transform 520ms ease, filter 520ms ease;
}

.cvp-archive-proof__tile::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  height: 48%;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.78));
  pointer-events: none;
}

.cvp-archive-proof__tile figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: grid;
  gap: 5px;
  padding: clamp(13px, 1.4vw, 18px);
  color: #fff;
}

.cvp-archive-proof__tile figcaption small {
  color: rgba(215, 179, 94, 0.94);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.cvp-archive-proof__tile figcaption span {
  max-width: 22em;
  font-size: clamp(14px, 1.2vw, 17px);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
}

.cvp-archive-proof__tile:hover,
.cvp-archive-proof__tile:focus-within {
  border-color: rgba(215, 179, 94, 0.5);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.46);
  transform: translateY(-7px);
}

.cvp-archive-proof__tile:hover img,
.cvp-archive-proof__tile:focus-within img {
  filter: saturate(1.08) contrast(1.03);
  transform: scale(1.045);
}

@supports (animation-timeline: view()) {
  @media (prefers-reduced-motion: no-preference) {
    .cvp-archive-proof__tile {
      animation: cvp-archive-rise linear both;
      animation-timeline: view();
      animation-range: entry 0% cover 28%;
    }
  }
}

@keyframes cvp-archive-rise {
  from {
    opacity: 0.24;
    translate: 0 42px;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}

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

  .cvp-archive-proof__intro {
    position: relative;
    top: auto;
    max-width: 720px;
  }
}

@media (max-width: 720px) {
  .cvp-archive-proof {
    padding: 72px 0;
  }

  .cvp-archive-proof__gallery {
    display: grid;
    grid-template-columns: 1fr;
  }

  .cvp-archive-proof__column {
    gap: 14px;
  }

  .cvp-archive-proof__column--2,
  .cvp-archive-proof__column--3 {
    margin-top: 0;
  }

  .cvp-archive-proof__tile figcaption {
    padding: 14px;
  }
}

/* Footer and contact phone links. */
.cvp-footer-phone,
.cvp-contact-phone {
  display: grid;
  gap: 0.28rem;
  letter-spacing: 0;
}

.cvp-footer-phone {
  margin: 0.85rem 0 0;
}

.cvp-footer-phone span,
.cvp-contact-phone span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.78rem;
  font-weight: 780;
  letter-spacing: 0.08em;
  line-height: 1.15;
  text-transform: uppercase;
}

.cvp-footer-phone a,
.cvp-contact-phone a {
  color: #fff;
  font-weight: 860;
  text-decoration: none;
  text-underline-offset: 0.18em;
  transition: color 160ms ease;
  width: fit-content;
}

.cvp-footer-phone a {
  font-size: clamp(1.15rem, 2vw, 1.45rem);
}

.cvp-contact-phone {
  margin: 1rem 0 1.2rem;
}

.cvp-contact-phone span {
  color: var(--cvp-muted, #6e6e73);
}

.cvp-contact-phone a {
  color: var(--cvp-red, #e60000);
  font-size: clamp(1.45rem, 3vw, 2rem);
}

.cvp-footer-phone a:hover,
.cvp-footer-phone a:focus-visible,
.cvp-contact-phone a:hover,
.cvp-contact-phone a:focus-visible {
  color: var(--cvp-cta-hover, #edcb78);
}

/* Apple-inspired sizing tune. */
.cvp-hero-grid {
  grid-template-columns: minmax(500px, 0.92fr) minmax(480px, 1.08fr);
  gap: clamp(36px, 5vw, 72px);
}

.cvp-hero-title {
  font-size: clamp(48px, 4.2vw, 64px);
}

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

@media (max-width: 560px) {
  .cvp-hero-title {
    font-size: clamp(38px, 10.8vw, 45px);
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  background: var(--cvp-black);
  color: var(--cvp-white);
  font-family: var(--cvp-font);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 72% 12%, rgba(241, 9, 9, 0.22), transparent 27rem),
    radial-gradient(circle at 10% 35%, rgba(255, 255, 255, 0.08), transparent 24rem),
    #020405;
  color: var(--cvp-white);
  font-family: var(--cvp-font);
}

body.cvp-lock-comments .comments-area,
body.cvp-lock-comments #comments,
body.cvp-lock-comments .comment-respond {
  display: none !important;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

button,
input,
textarea,
select {
  font: inherit;
}

.cvp-page {
  min-height: 100vh;
  overflow: hidden;
}

.cvp-shell {
  width: min(var(--cvp-max), calc(100% - 56px));
  margin: 0 auto;
}

.cvp-site-header {
  position: fixed;
  z-index: 50;
  top: 16px;
  left: 0;
  right: 0;
  pointer-events: none;
}

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

.cvp-nav-frame {
  position: relative;
  pointer-events: auto;
  display: grid;
  grid-template-columns: 246px minmax(520px, 1fr) auto;
  align-items: center;
  gap: 18px;
  min-height: 66px;
  padding: 0 22px 0 24px;
  border-radius: 18px;
  overflow: visible;
}

.cvp-nav-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 12, 14, 0.96), rgba(4, 7, 9, 0.84)),
    rgba(3, 5, 7, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 18px;
  clip-path: none;
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px) saturate(1.15);
  pointer-events: none;
  z-index: 0;
}

.cvp-nav-frame::after {
  content: "";
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(241, 9, 9, 0.5), rgba(255, 255, 255, 0.16), transparent);
  opacity: 0.72;
  pointer-events: none;
}

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

.cvp-brand {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 0;
  width: max-content;
  padding: 8px 20px 8px 0;
}

.cvp-brand::after {
  content: "";
  position: absolute;
  right: 0;
  top: 14px;
  bottom: 14px;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(241, 9, 9, 0.6), transparent);
}

.cvp-brand img {
  width: 166px;
  height: auto;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.36));
}

.cvp-main-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(3px, 0.6vw, 9px);
  padding: 0;
  margin: 0;
  list-style: none;
}

.cvp-menu-item {
  position: relative;
}

.cvp-main-menu > .cvp-menu-item > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid transparent;
  border-radius: 4px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  font-weight: 760;
  line-height: 1;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.cvp-main-menu > .cvp-menu-item > a:hover,
.cvp-main-menu > .cvp-menu-item > a:focus-visible,
.cvp-menu-item.is-current > a {
  background: rgba(255, 255, 255, 0.055);
  border-color: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.cvp-menu-item.is-current > a::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 5px;
  height: 1px;
  background: var(--cvp-red);
}

.cvp-main-menu > .cvp-menu-item > a:active {
  transform: translateY(1px);
}

.cvp-menu-caret {
  width: 7px;
  height: 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  opacity: 0.86;
}

.cvp-submenu {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  width: 260px;
  z-index: 20;
  padding: 10px;
  background:
    linear-gradient(180deg, rgba(13, 18, 21, 0.98), rgba(6, 9, 11, 0.94)),
    rgba(7, 10, 12, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  box-shadow: 0 26px 64px rgba(0, 0, 0, 0.48), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 8px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.cvp-submenu::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  width: 10px;
  height: 10px;
  background: rgba(13, 18, 21, 0.98);
  border-left: 1px solid rgba(255, 255, 255, 0.16);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  transform: translateX(-50%) rotate(45deg);
}

.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);
}

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

.cvp-submenu a {
  display: flex;
  align-items: center;
  min-height: 38px;
  padding: 0 12px;
  border-radius: 4px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 700;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.cvp-submenu a:hover,
.cvp-submenu a:focus-visible {
  background: rgba(241, 9, 9, 0.13);
  color: #fff;
  transform: translateX(2px);
}

.cvp-nav-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.cvp-nav-actions .cvp-button {
  min-width: 154px;
  min-height: 44px;
  padding: 0 22px;
  font-size: 14px;
}

.cvp-icon-link {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  opacity: 0.92;
  transition: background 180ms ease, border-color 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.cvp-icon-link:hover,
.cvp-icon-link:focus-visible {
  background: rgba(255, 255, 255, 0.055);
  border-color: rgba(255, 255, 255, 0.12);
  opacity: 1;
}

.cvp-icon-link:active {
  transform: translateY(1px);
}

.cvp-icon-link svg {
  width: 22px;
  height: 22px;
  stroke-width: 1.7;
}

.cvp-cart-count {
  position: absolute;
  top: -8px;
  right: -9px;
  display: grid;
  place-items: center;
  min-width: 19px;
  height: 19px;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--cvp-red);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
}

.cvp-button,
.button,
.wp-element-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 48px;
  padding: 0 28px;
  border: 1px solid transparent;
  border-radius: 5px;
  background: linear-gradient(180deg, #ff1717, #e60000);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 12px 34px rgba(241, 9, 9, 0.24);
  color: #fff;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.cvp-button:hover,
.cvp-button:focus-visible,
.button:hover,
.wp-element-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24), 0 18px 42px rgba(241, 9, 9, 0.34);
  color: #fff;
}

.cvp-button--ghost {
  background: rgba(7, 11, 13, 0.62);
  border-color: var(--cvp-line);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.cvp-button--ghost:hover,
.cvp-button--ghost:focus-visible {
  border-color: rgba(255, 255, 255, 0.58);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 16px 36px rgba(0, 0, 0, 0.28);
}

.cvp-arrow {
  font-size: 27px;
  line-height: 0.7;
}

.cvp-hero {
  position: relative;
  min-height: 100vh;
  padding: 104px 0 36px;
  isolation: isolate;
}

.cvp-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    linear-gradient(90deg, rgba(2, 4, 5, 0.94) 0%, rgba(2, 4, 5, 0.62) 29%, rgba(2, 4, 5, 0.35) 58%, rgba(2, 4, 5, 0.88) 100%),
    linear-gradient(180deg, rgba(2, 4, 5, 0.34), rgba(2, 4, 5, 0.9) 88%),
    url("assets/images/concert-bg.webp") center / cover no-repeat;
  transform: scale(1.018);
}

.cvp-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 78% 14%, rgba(255, 255, 255, 0.16), transparent 10rem),
    radial-gradient(circle at 87% 19%, rgba(241, 9, 9, 0.18), transparent 14rem),
    linear-gradient(180deg, transparent 0 72%, rgba(2, 4, 5, 0.78) 100%);
  pointer-events: none;
}

.cvp-hero-grid {
  display: grid;
  grid-template-columns: minmax(540px, 0.96fr) minmax(430px, 1fr) minmax(280px, 0.56fr);
  gap: clamp(18px, 1.8vw, 30px);
  align-items: center;
  min-height: calc(100vh - 260px);
}

.cvp-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  color: var(--cvp-red);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.cvp-eyebrow::before {
  content: "";
  width: 18px;
  height: 1px;
  background: var(--cvp-red);
  transform: rotate(-52deg);
}

.cvp-hero-title {
  max-width: 620px;
  margin: 0;
  color: #fff;
  font-size: clamp(50px, 4.2vw, 66px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: 0;
}

.cvp-hero-title span {
  color: var(--cvp-red);
}

.cvp-hero-copy {
  max-width: 520px;
  margin: 16px 0 0;
  color: #f2f2ee;
  font-size: clamp(17px, 1.22vw, 20px);
  line-height: 1.48;
}

.cvp-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 22px;
}

.cvp-proof-pills {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  width: min(100%, 454px);
  margin-top: 16px;
}

.cvp-proof-pill {
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 62px;
  padding: 13px 16px;
  background: rgba(7, 11, 13, 0.68);
  border: 1px solid var(--cvp-line);
  border-radius: var(--cvp-radius);
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.cvp-proof-pill svg {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  stroke: #fff;
  stroke-width: 1.45;
}

.cvp-proof-pill strong {
  display: block;
  font-size: 17px;
  line-height: 1.1;
}

.cvp-proof-pill small {
  display: block;
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
}

.cvp-product-stage {
  position: relative;
  align-self: stretch;
  min-height: 500px;
}

.cvp-stage-platform {
  position: absolute;
  left: 10%;
  right: 5%;
  bottom: 12px;
  height: 78px;
  background: linear-gradient(180deg, #171819, #050607);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 35px 55px rgba(0, 0, 0, 0.58);
  transform: perspective(620px) rotateX(58deg) skewX(3deg);
}

.cvp-stage-platform::after {
  content: "BUILT FOR HIGH-STAKES EVENTS";
  position: absolute;
  left: 15%;
  bottom: 15px;
  color: rgba(255, 255, 255, 0.46);
  font-size: 12px;
  letter-spacing: 0.26em;
}

.cvp-credential {
  position: absolute;
  overflow: hidden;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.82));
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 16px;
  box-shadow: 0 28px 50px rgba(0, 0, 0, 0.55);
}

.cvp-credential::before {
  content: "";
  position: absolute;
  inset: 10px;
  z-index: 2;
  border: 1px solid rgba(241, 9, 9, 0.72);
  pointer-events: none;
}

.cvp-credential::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  background: linear-gradient(110deg, transparent 0 38%, rgba(255, 255, 255, 0.18) 45%, transparent 53%);
  mix-blend-mode: screen;
  pointer-events: none;
}

.cvp-credential img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.12) brightness(0.74);
}

.cvp-credential-main {
  left: 31%;
  top: 8%;
  width: 240px;
  height: 330px;
  transform: rotate(5deg);
}

.cvp-credential-side {
  right: 1%;
  top: 21%;
  width: 178px;
  height: 248px;
  transform: rotate(-8deg);
}

.cvp-credential-small {
  left: 13%;
  top: 27%;
  width: 168px;
  height: 242px;
  transform: rotate(-6deg);
}

.cvp-stage-wristband {
  position: absolute;
  right: 3%;
  bottom: 71px;
  width: 274px;
  aspect-ratio: 5 / 1.3;
  border-radius: 999px;
  overflow: hidden;
  border: 1px solid rgba(241, 9, 9, 0.62);
  box-shadow: 0 22px 40px rgba(0, 0, 0, 0.58);
  transform: rotate(-12deg);
}

.cvp-stage-wristband img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.04) contrast(1.1) brightness(0.86);
}

.cvp-quote-panel {
  align-self: center;
  max-width: 300px;
  padding: 23px 22px 18px;
  background: linear-gradient(180deg, rgba(12, 18, 22, 0.88), rgba(7, 10, 12, 0.83));
  border: 1px solid var(--cvp-line);
  border-radius: 18px;
  clip-path: none;
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.46);
  backdrop-filter: blur(14px);
}

.cvp-panel-label {
  margin: 0 0 12px;
  color: var(--cvp-red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cvp-quote-panel h2 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 22px;
  line-height: 1.12;
}

.cvp-quote-options {
  display: grid;
  gap: 5px;
  margin-bottom: 14px;
}

.cvp-quote-option {
  display: grid;
  grid-template-columns: 22px 1fr 19px;
  align-items: center;
  gap: 10px;
  min-height: 36px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.035);
  color: #fff;
  font-size: 13px;
}

.cvp-quote-option svg {
  width: 18px;
  height: 18px;
  stroke: rgba(255, 255, 255, 0.9);
  stroke-width: 1.5;
}

.cvp-check {
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 3px;
}

.cvp-quote-option.is-active .cvp-check {
  background: var(--cvp-red);
  border-color: var(--cvp-red);
}

.cvp-quote-option.is-active .cvp-check::before {
  content: "";
  width: 8px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg) translate(1px, -1px);
}

.cvp-quote-panel .cvp-button {
  width: 100%;
}

.cvp-product-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.cvp-product-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(155px, 0.85fr) minmax(160px, 1.05fr);
  min-height: 276px;
  overflow: hidden;
  padding: 22px 26px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.045), transparent 44%),
    rgba(7, 12, 14, 0.72);
  border: 1px solid var(--cvp-line);
  border-radius: 18px;
  clip-path: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.cvp-product-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(241, 9, 9, 0.58), transparent);
}

.cvp-card-number {
  color: var(--cvp-red);
  font-size: 14px;
  font-weight: 900;
}

.cvp-product-card h3 {
  margin: 16px 0 12px;
  color: #fff;
  font-size: 22px;
  line-height: 1.16;
}

.cvp-product-card p {
  margin: 0;
  color: #deded8;
  font-size: 14px;
  line-height: 1.55;
}

.cvp-card-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: auto;
  color: var(--cvp-red);
  font-size: 14px;
  font-weight: 900;
}

.cvp-product-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
}

.cvp-product-image {
  align-self: center;
  justify-self: end;
  width: 100%;
  height: 220px;
  overflow: hidden;
  border-radius: 8px;
  transform: rotate(7deg);
  box-shadow: 0 22px 40px rgba(0, 0, 0, 0.42);
}

.cvp-product-card:nth-child(2) .cvp-product-image {
  height: 170px;
  border-radius: 999px;
  transform: rotate(-2deg);
}

.cvp-product-card:nth-child(3) .cvp-product-image {
  height: 235px;
  transform: rotate(-13deg);
}

.cvp-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.05) contrast(1.1) brightness(0.82);
}

.cvp-trust-strip {
  display: grid;
  grid-template-columns: minmax(240px, 0.85fr) 1.65fr minmax(190px, 0.5fr);
  align-items: center;
  gap: 24px;
  min-height: 80px;
  margin-top: 10px;
  padding: 0 28px;
  background: rgba(8, 13, 15, 0.78);
  border: 1px solid var(--cvp-line);
  border-radius: var(--cvp-radius);
}

.cvp-trust-copy {
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.25em;
  line-height: 1.8;
  text-transform: uppercase;
}

.cvp-trust-copy span {
  color: var(--cvp-red);
}

.cvp-trust-icons {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  align-items: center;
}

.cvp-trust-icon {
  display: grid;
  place-items: center;
  min-height: 42px;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.54);
  font-size: 28px;
  font-weight: 900;
}

.cvp-trust-meta {
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  gap: 13px;
  color: #fff;
  font-size: 13px;
}

.cvp-flag {
  display: grid;
  gap: 3px;
}

.cvp-flag span {
  display: block;
  height: 2px;
  background: rgba(255, 255, 255, 0.9);
}

.cvp-content-section {
  padding: 100px 0;
  background: #05080a;
}

.cvp-section-heading {
  max-width: 780px;
  margin-bottom: 36px;
}

.cvp-section-heading h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(38px, 4vw, 64px);
  line-height: 1;
}

.cvp-section-heading p {
  margin: 16px 0 0;
  color: var(--cvp-muted);
  font-size: 18px;
  line-height: 1.6;
}

.cvp-showcase-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.cvp-showcase-card {
  min-height: 220px;
  padding: 22px;
  background: #0a0f12;
  border: 1px solid var(--cvp-line-soft);
  border-radius: var(--cvp-radius);
}

.cvp-showcase-card img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 4px;
  margin-bottom: 18px;
}

.cvp-showcase-card h3 {
  margin: 0 0 8px;
  color: #fff;
}

.cvp-showcase-card p {
  margin: 0;
  color: var(--cvp-muted);
  font-size: 14px;
  line-height: 1.5;
}

.cvp-site-footer {
  padding: 42px 0;
  background: #020405;
  border-top: 1px solid var(--cvp-line-soft);
  color: var(--cvp-muted);
}

.cvp-footer-grid {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: center;
}

.cvp-footer-grid img {
  width: 150px;
}

.cvp-footer-grid p {
  margin: 0;
}

.site-main,
.cvp-standard-page {
  min-height: 70vh;
  padding: 150px 0 80px;
  background: #05080a;
}

.cvp-standard-page .entry-title,
.woocommerce-products-header__title,
.page-title {
  color: #fff;
  font-size: clamp(38px, 4.4vw, 64px);
  line-height: 1;
}

.cvp-standard-page .entry-content,
.woocommerce {
  color: var(--cvp-muted);
}

.cvp-standard-page .entry-content {
  max-width: 980px;
  color: #deded8;
  font-size: 18px;
  line-height: 1.7;
}

.cvp-standard-page .entry-content > *:first-child {
  margin-top: 0;
}

.cvp-standard-page .entry-content h2,
.cvp-standard-page .entry-content h3,
.cvp-standard-page .entry-content h4 {
  margin: 1.7em 0 0.55em;
  color: #fff;
  line-height: 1.14;
}

.cvp-standard-page .entry-content h2 {
  font-size: clamp(28px, 3vw, 42px);
}

.cvp-standard-page .entry-content h3 {
  font-size: clamp(22px, 2.1vw, 30px);
}

.cvp-standard-page .entry-content p,
.cvp-standard-page .entry-content ul,
.cvp-standard-page .entry-content ol {
  margin: 0 0 1.15em;
}

.cvp-standard-page .entry-content a {
  color: #fff;
  border-bottom: 1px solid rgba(241, 9, 9, 0.7);
}

.cvp-standard-page .entry-content img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  margin: 0.35em 1.2em 1em 0;
  border-radius: 4px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  padding: 18px;
  background: #0a0f12;
  border: 1px solid var(--cvp-line-soft);
  border-radius: var(--cvp-radius);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: #fff;
  font-size: 18px;
}

.woocommerce div.product .product_title,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #fff;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  background: #0a0f12;
  border-top-color: var(--cvp-red);
  color: #fff;
}

@media (max-width: 1180px) {
  .cvp-site-header .cvp-shell {
    width: min(100% - 44px, var(--cvp-max));
  }

  .cvp-nav-frame {
    grid-template-columns: 198px minmax(420px, 1fr) auto;
    gap: 10px;
    padding: 0 18px;
  }

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

  .cvp-main-menu {
    gap: 1px;
  }

  .cvp-main-menu > .cvp-menu-item > a {
    padding: 0 10px;
    font-size: 13px;
  }

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

  .cvp-nav-actions .cvp-button {
    min-width: 136px;
    padding: 0 16px;
  }

  .cvp-hero-grid {
    grid-template-columns: minmax(320px, 0.85fr) minmax(380px, 1fr);
  }

  .cvp-quote-panel {
    grid-column: 1 / -1;
    max-width: none;
    width: min(100%, 720px);
    justify-self: end;
  }

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

  .cvp-trust-strip {
    grid-template-columns: 1fr;
    padding: 24px;
  }
}

@media (max-width: 1040px) {
  .cvp-nav-frame {
    grid-template-columns: 1fr auto;
  }

  .cvp-nav-frame nav,
  .cvp-nav-actions .cvp-icon-link {
    display: none;
  }
}

@media (max-width: 860px) {
  .cvp-shell {
    width: min(100% - 32px, var(--cvp-max));
  }

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

  .cvp-site-header {
    position: absolute;
    top: 14px;
  }

  .cvp-nav-frame {
    grid-template-columns: 1fr auto;
    min-height: auto;
    padding: 18px 18px;
  }

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

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

  .cvp-hero-grid {
    display: block;
  }

  .cvp-hero-title {
    font-size: clamp(46px, 14vw, 68px);
  }

  .cvp-proof-pills,
  .cvp-product-row,
  .cvp-showcase-grid {
    grid-template-columns: 1fr;
  }

  .cvp-product-stage {
    min-height: 430px;
    margin: 18px 0;
  }

  .cvp-quote-panel {
    max-width: none;
  }

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

  .cvp-product-image {
    width: min(100%, 320px);
    justify-self: start;
    margin-top: 20px;
  }

  .cvp-footer-grid {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .cvp-nav-frame {
    grid-template-columns: 1fr auto;
    gap: 12px;
    min-height: 70px;
    padding: 14px 16px;
    clip-path: none;
  }

  .cvp-nav-frame::before {
    clip-path: none;
  }

  .cvp-brand {
    padding-right: 0;
  }

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

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

  .cvp-nav-actions .cvp-button {
    min-height: 42px;
    min-width: 150px;
    padding: 0 14px;
    gap: 10px;
    font-size: 14px;
  }

  .cvp-hero-title {
    max-width: 100%;
    font-size: clamp(42px, 12vw, 50px);
  }

  .cvp-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: min(100%, 320px);
  }

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

  .cvp-product-stage {
    min-height: 340px;
  }

  .cvp-credential-main {
    left: 24%;
    width: 178px;
    height: 250px;
  }

  .cvp-credential-side,
  .cvp-credential-small {
    width: 132px;
    height: 190px;
  }

  .cvp-stage-wristband {
    width: 210px;
  }
}

/* Apple-inspired clean layout pass - final cascade. */
:root {
  --cvp-black: #000;
  --cvp-ink: #1d1d1f;
  --cvp-panel: #fff;
  --cvp-panel-solid: #fff;
  --cvp-line: rgba(0, 0, 0, 0.08);
  --cvp-line-soft: rgba(0, 0, 0, 0.06);
  --cvp-red: #e60000;
  --cvp-red-dark: #bf0000;
  --cvp-white: #fff;
  --cvp-muted: #6e6e73;
  --cvp-dim: #86868b;
  --cvp-parchment: #f5f5f7;
  --cvp-surface: #fbfbfd;
  --cvp-dark-tile: #111113;
  --cvp-font: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
}

html,
body {
  background: var(--cvp-parchment);
  color: var(--cvp-ink);
  font-family: var(--cvp-font);
  letter-spacing: -0.012em;
}

body {
  background: var(--cvp-parchment);
  color: var(--cvp-ink);
}

.cvp-page {
  background: var(--cvp-parchment);
}

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

.cvp-site-header {
  top: 0;
  background: rgba(0, 0, 0, 0.82);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(24px) saturate(1.25);
}

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

.cvp-nav-frame {
  grid-template-columns: 178px minmax(420px, 1fr) auto;
  min-height: 52px;
  padding: 0;
  gap: 18px;
  background: transparent;
  border: 0;
  box-shadow: none;
  clip-path: none;
}

.cvp-nav-frame::before,
.cvp-nav-frame::after,
.cvp-brand::after {
  display: none;
}

.cvp-brand {
  padding: 0;
}

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

.cvp-main-menu {
  gap: 18px;
}

.cvp-main-menu > .cvp-menu-item > a {
  min-height: 44px;
  padding: 0 2px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.01em;
}

.cvp-main-menu > .cvp-menu-item > a:hover,
.cvp-main-menu > .cvp-menu-item > a:focus-visible,
.cvp-menu-item.is-current > a {
  background: transparent;
  border-color: transparent;
  color: #fff;
}

.cvp-menu-item.is-current > a::after {
  left: 0;
  right: 0;
  bottom: 7px;
  background: rgba(255, 255, 255, 0.76);
}

.cvp-menu-caret {
  width: 6px;
  height: 6px;
  border-width: 1px;
  opacity: 0.7;
}

.cvp-submenu {
  top: calc(100% + 4px);
  width: 236px;
  padding: 8px;
  background: rgba(30, 30, 32, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  box-shadow: none;
  backdrop-filter: blur(24px) saturate(1.2);
}

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

.cvp-submenu a {
  min-height: 34px;
  padding: 0 10px;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 400;
}

.cvp-submenu a:hover,
.cvp-submenu a:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  transform: none;
}

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

.cvp-nav-actions .cvp-button {
  min-width: auto;
  min-height: 32px;
  padding: 0 15px;
  gap: 8px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 500;
}

.cvp-nav-actions .cvp-button .cvp-arrow {
  font-size: 18px;
}

.cvp-icon-link {
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 999px;
}

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

.cvp-icon-link svg {
  width: 18px;
  height: 18px;
}

.cvp-cart-count {
  top: -2px;
  right: -2px;
  min-width: 15px;
  height: 15px;
  font-size: 9px;
}

.cvp-button,
.button,
.wp-element-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  min-height: 44px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: var(--cvp-red);
  box-shadow: none;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -0.012em;
}

.cvp-button:hover,
.cvp-button:focus-visible,
.button:hover,
.wp-element-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  transform: none;
  border-color: transparent;
  box-shadow: none;
  background: #f20a0a;
}

.cvp-button:active,
.button:active,
.wp-element-button:active {
  transform: scale(0.96);
}

.cvp-button--ghost {
  background: transparent;
  border: 1px solid currentColor;
  color: #fff;
}

.cvp-button--ghost:hover,
.cvp-button--ghost:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  border-color: currentColor;
  box-shadow: none;
}

.cvp-arrow {
  font-size: 23px;
}

.cvp-hero {
  min-height: 100svh;
  padding: 128px 0 92px;
  background: #000;
}

.cvp-hero::before {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.9) 88%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.22) 58%, rgba(0, 0, 0, 0.72)),
    url("assets/images/concert-bg.webp") center / cover no-repeat;
  transform: none;
}

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

.cvp-hero-grid {
  grid-template-columns: minmax(360px, 0.86fr) minmax(520px, 1.14fr);
  gap: clamp(56px, 7vw, 112px);
  align-items: center;
  min-height: calc(100svh - 220px);
}

.cvp-eyebrow {
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-transform: none;
}

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

.cvp-hero-title {
  max-width: 650px;
  font-size: clamp(54px, 5vw, 78px);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.cvp-hero-title span {
  color: #ff1d1d;
}

.cvp-hero-copy {
  max-width: 570px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(21px, 1.6vw, 26px);
  font-weight: 300;
  line-height: 1.28;
  letter-spacing: -0.018em;
}

.cvp-hero-actions {
  gap: 14px;
  margin-top: 30px;
}

.cvp-product-stage {
  min-height: 560px;
  filter: drop-shadow(3px 5px 30px rgba(0, 0, 0, 0.22));
}

.cvp-stage-platform {
  left: 4%;
  right: 2%;
  bottom: 44px;
  height: 88px;
  background: linear-gradient(180deg, #202020, #0d0d0f);
  border: 0;
  box-shadow: none;
}

.cvp-stage-platform::after {
  color: rgba(255, 255, 255, 0.42);
  font-size: 11px;
  font-weight: 400;
}

.cvp-credential {
  border: 0;
  border-radius: 18px;
  box-shadow: none;
}

.cvp-credential::before,
.cvp-credential::after {
  display: none;
}

.cvp-credential img,
.cvp-stage-wristband img {
  filter: saturate(0.94) contrast(1.05) brightness(0.94);
}

.cvp-credential-main {
  left: 28%;
  top: 7%;
  width: 268px;
  height: 368px;
}

.cvp-credential-side {
  right: 2%;
  top: 25%;
  width: 184px;
  height: 256px;
}

.cvp-credential-small {
  left: 4%;
  top: 32%;
  width: 172px;
  height: 248px;
}

.cvp-stage-wristband {
  right: 2%;
  bottom: 118px;
  border: 0;
  box-shadow: none;
}

.cvp-product-band {
  padding: 86px 0 72px;
  background: var(--cvp-parchment);
  color: var(--cvp-ink);
}

.cvp-product-row {
  gap: 22px;
  margin: 0;
}

.cvp-product-card {
  display: grid;
  grid-template-columns: 1fr;
  min-height: 520px;
  padding: 34px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 18px;
  clip-path: none;
  box-shadow: none;
  color: var(--cvp-ink);
}

.cvp-product-card::after {
  display: none;
}

.cvp-card-number {
  color: var(--cvp-dim);
  font-size: 13px;
  font-weight: 400;
}

.cvp-product-card h3 {
  max-width: 260px;
  margin: 12px 0 10px;
  color: var(--cvp-ink);
  font-size: clamp(30px, 2.8vw, 40px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.cvp-product-card p {
  max-width: 310px;
  color: var(--cvp-muted);
  font-size: 17px;
  line-height: 1.45;
}

.cvp-card-link {
  margin-top: 18px;
  color: var(--cvp-red);
  font-size: 17px;
  font-weight: 400;
}

.cvp-product-image {
  align-self: end;
  justify-self: center;
  width: min(88%, 330px);
  margin: 24px auto 0;
}

.cvp-product-image img {
  max-height: 260px;
  object-fit: contain;
  filter: drop-shadow(3px 5px 30px rgba(0, 0, 0, 0.22));
}

.cvp-trust-strip {
  grid-template-columns: 1fr auto;
  gap: 24px;
  margin-top: 44px;
  padding: 28px 0 0;
  background: transparent;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.09);
  border-radius: 0;
  clip-path: none;
  color: var(--cvp-muted);
}

.cvp-trust-copy {
  color: var(--cvp-muted);
  font-size: 14px;
  letter-spacing: 0;
}

.cvp-trust-copy span {
  color: var(--cvp-red);
}

.cvp-trust-icons {
  display: none;
}

.cvp-trust-meta {
  color: var(--cvp-muted);
}

.cvp-quote-section {
  padding: 64px 0;
  background: #fff;
  color: var(--cvp-ink);
}

.cvp-quote-shell {
  display: grid;
  grid-template-columns: minmax(220px, 0.62fr) minmax(420px, 1fr) auto;
  align-items: center;
  gap: 28px;
}

.cvp-panel-label {
  margin: 0 0 7px;
  color: var(--cvp-muted);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -0.01em;
  text-transform: none;
}

.cvp-quote-copy h2,
.cvp-quote-panel h2 {
  margin: 0;
  color: var(--cvp-ink);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.cvp-quote-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
}

.cvp-quote-option {
  display: inline-grid;
  grid-template-columns: 20px auto 17px;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 999px;
  background: #fff;
  color: var(--cvp-ink);
  font-size: 14px;
  font-weight: 400;
}

.cvp-quote-option svg {
  stroke: var(--cvp-muted);
}

.cvp-check {
  width: 16px;
  height: 16px;
  border-color: rgba(0, 0, 0, 0.24);
  border-radius: 999px;
}

.cvp-quote-option.is-active {
  border-color: rgba(230, 0, 0, 0.32);
}

.cvp-quote-option.is-active .cvp-check {
  background: var(--cvp-red);
}

.cvp-content-section {
  padding: 100px 0;
  background: #fff;
  color: var(--cvp-ink);
}

.cvp-section-heading {
  max-width: 780px;
  margin: 0 auto 56px;
  text-align: center;
}

.cvp-section-heading .cvp-eyebrow {
  color: var(--cvp-muted);
}

.cvp-section-heading h2 {
  color: var(--cvp-ink);
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 600;
  line-height: 1.06;
  letter-spacing: -0.04em;
}

.cvp-section-heading p {
  color: var(--cvp-muted);
  font-size: 21px;
  line-height: 1.38;
}

.cvp-showcase-grid {
  gap: 22px;
}

.cvp-showcase-card {
  min-height: 380px;
  padding: 28px;
  background: var(--cvp-parchment);
  border: 0;
  border-radius: 18px;
  color: var(--cvp-ink);
}

.cvp-showcase-card img {
  height: 210px;
  object-fit: contain;
  background: #fff;
  border-radius: 12px;
}

.cvp-showcase-card h3 {
  color: var(--cvp-ink);
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.cvp-showcase-card p {
  color: var(--cvp-muted);
  font-size: 17px;
}

.cvp-standard-page,
.site-main {
  background: var(--cvp-parchment);
  color: var(--cvp-ink);
}

.cvp-standard-page .entry-title,
.woocommerce-products-header__title,
.page-title {
  color: var(--cvp-ink);
  font-weight: 600;
  letter-spacing: -0.04em;
}

.cvp-standard-page .entry-content {
  color: var(--cvp-ink);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.47;
}

.cvp-standard-page .entry-content h2,
.cvp-standard-page .entry-content h3,
.cvp-standard-page .entry-content h4 {
  color: var(--cvp-ink);
  font-weight: 600;
  letter-spacing: -0.03em;
}

.cvp-standard-page .entry-content a {
  color: var(--cvp-red);
  border-bottom: 0;
}

.cvp-site-footer {
  background: var(--cvp-parchment);
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  color: var(--cvp-muted);
}

.woocommerce {
  color: var(--cvp-ink);
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 18px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce div.product .product_title,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--cvp-ink);
}

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

  .cvp-nav-frame {
    grid-template-columns: 150px minmax(360px, 1fr) auto;
    gap: 12px;
  }

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

  .cvp-main-menu {
    gap: 12px;
  }

  .cvp-main-menu > .cvp-menu-item > a {
    font-size: 12px;
    padding: 0;
  }

  .cvp-hero-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .cvp-product-stage {
    min-height: 460px;
  }

  .cvp-quote-shell {
    grid-template-columns: 1fr;
    align-items: start;
  }
}

@media (max-width: 860px) {
  .cvp-site-header {
    position: fixed;
    top: 0;
  }

  .cvp-nav-frame {
    min-height: 56px;
    padding: 0;
  }

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

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

  .cvp-hero-title {
    font-size: clamp(44px, 12vw, 58px);
  }

  .cvp-hero-copy {
    font-size: 20px;
  }

  .cvp-product-row,
  .cvp-showcase-grid {
    grid-template-columns: 1fr;
  }

  .cvp-product-card {
    min-height: auto;
  }
}

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

  .cvp-nav-frame {
    grid-template-columns: 1fr auto;
    min-height: 58px;
  }

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

  .cvp-nav-actions .cvp-button {
    min-width: auto;
    min-height: 36px;
    padding: 0 14px;
    font-size: 13px;
  }

  .cvp-hero-title {
    font-size: clamp(39px, 11.6vw, 48px);
  }

  .cvp-hero-actions {
    width: 100%;
  }

  .cvp-product-stage {
    min-height: 330px;
  }

  .cvp-credential-main {
    left: 24%;
    width: 166px;
    height: 228px;
  }

  .cvp-credential-side,
  .cvp-credential-small {
    width: 112px;
    height: 156px;
  }

  .cvp-stage-wristband {
    width: 188px;
  }

  .cvp-product-band,
  .cvp-content-section {
    padding: 64px 0;
  }

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

  .cvp-quote-options {
    display: grid;
    grid-template-columns: 1fr;
  }
}
