/* =============================================================================
   Vibe renderer: CUSTOM (Vibe Studio).
   The responsive skeleton + curated section blocks. All colour/font/radius come
   from --vc-* variables that lib/vibe_designs.php derives (contrast-safe). This
   file owns the responsive behaviour, so every studio design reflows cleanly on
   a phone by construction. Tints use color-mix for alpha over the derived hexes.
   ============================================================================= */

body.vibe-custom {
  background: var(--vc-bg, #0b0b12);
  color: var(--vc-ink, #eee);
  font-family: var(--vc-font-body), system-ui, sans-serif;
  overflow-x: hidden;
}
.event-custom { position: relative; z-index: 1; }

/* ---- Background treatments (motion-gated) ---- */
/* Wrapper establishes a size container so the effect's focal offset (translate in
   cqw/cqh) is measured against the page, staying consistent across screen sizes. */
.vc-bgwrap { position: fixed; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; container-type: size; }
.vc-bgwrap .vc-bg { position: absolute; }
.vc-bg { position: fixed; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; }
.vc-bg--solid { display: none; }

/* Gradient: a smooth full-page diagonal wash, corner to corner */
.vc-bg--gradient { background:
  linear-gradient(155deg,
    color-mix(in srgb, var(--vc-accent) 24%, var(--vc-bg)) 0%,
    var(--vc-bg) 52%,
    color-mix(in srgb, var(--vc-accent2) 22%, var(--vc-bg)) 100%); }

/* Spotlight: a bright focused beam from the top + an edge vignette */
.vc-bg--spotlight { background:
  radial-gradient(32vmax 30vmax at 50% 4%, color-mix(in srgb, var(--vc-accent) 45%, transparent), transparent 58%),
  radial-gradient(130vmax 110vmax at 50% 46%, transparent 30%, color-mix(in srgb, #000 52%, transparent) 100%); }

/* Aurora: soft, saturated ribbons of colour that slowly drift */
.vc-bg--aurora { inset: -30vmax; opacity: .9; background:
  radial-gradient(46vmax 30vmax at 18% 20%, color-mix(in srgb, var(--vc-accent) 52%, transparent), transparent 60%),
  radial-gradient(40vmax 30vmax at 84% 28%, color-mix(in srgb, var(--vc-accent2) 48%, transparent), transparent 60%),
  radial-gradient(52vmax 38vmax at 56% 92%, color-mix(in srgb, var(--vc-accent) 34%, transparent), transparent 62%);
  filter: blur(42px) saturate(1.15); animation: vc-drift 20s ease-in-out infinite alternate; }

/* Mesh: four vivid colour blobs blended into a mesh gradient */
.vc-bg--mesh { inset: -20vmax; opacity: .85; background:
  radial-gradient(28vmax 28vmax at 14% 18%, color-mix(in srgb, var(--vc-accent) 58%, transparent), transparent 55%),
  radial-gradient(26vmax 26vmax at 82% 14%, color-mix(in srgb, var(--vc-accent2) 52%, transparent), transparent 55%),
  radial-gradient(32vmax 32vmax at 78% 82%, color-mix(in srgb, var(--vc-accent) 46%, transparent), transparent 55%),
  radial-gradient(26vmax 26vmax at 18% 86%, color-mix(in srgb, var(--vc-accent2) 44%, transparent), transparent 55%);
  filter: blur(34px); animation: vc-drift 24s ease-in-out infinite alternate; }

/* Grain: a faint top wash under a fine film-grain texture */
.vc-bg--grain { background:
  radial-gradient(80vmax 60vmax at 50% -8%, color-mix(in srgb, var(--vc-accent) 15%, transparent), transparent 60%); }
.vc-bg--grain::after { content: ""; position: absolute; inset: 0; opacity: .55; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E"); }
@keyframes vc-drift { 0% { transform: translate3d(0,0,0) scale(1); } 100% { transform: translate3d(0,-3%,0) scale(1.08); } }
.vc-motion-off .vc-bg { animation: none !important; }

/* ---- Page column (the responsive skeleton) ---- */
.vc-page { width: min(680px, 92vw); margin: 0 auto; padding: clamp(32px,6vw,72px) 0 clamp(84px,12vw,124px);
  display: flex; flex-direction: column; gap: clamp(20px,3.5vw,34px); }
.vc-align-center .vc-page { text-align: center; }
.vc-align-left .vc-page { text-align: left; }

/* Wider page when a split hero or framed image needs room */
.vc-page:has(.vc-hero--split), .vc-page:has(.vc-hero--image) { width: min(900px, 94vw); }

/* ---- Shared type ---- */
.vc-eyebrow { font-size: clamp(11px,1.5vw,13px); letter-spacing: .2em; text-transform: uppercase; color: var(--vc-accent); font-weight: 600; }
.vc-title { font-family: var(--vc-font-display), serif; font-size: clamp(38px,9vw,88px); line-height: 1.02; letter-spacing: -.01em; margin: clamp(10px,2vw,16px) 0; color: var(--vc-ink); }
.vc-venue { font-size: clamp(15px,2.2vw,20px); font-weight: 600; margin: 0; }
.vc-pres { font-size: clamp(12px,1.6vw,14px); color: var(--vc-muted); margin: 6px 0 0; }
.vc-pres a { color: var(--vc-accent); text-decoration: none; border-bottom: 1px solid var(--vc-border); }
.vc-label { font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: var(--vc-accent); font-weight: 600; margin-bottom: 6px; }
.vc-prose { line-height: 1.75; color: var(--vc-ink); white-space: pre-line; margin: 0; }
.vc-lineup__names { font-family: var(--vc-font-display), serif; font-size: clamp(20px,4vw,32px); line-height: 1.18; margin: 0; }

/* ---- Hero variants ---- */
.vc-hero--centered .vc-hero__photo { width: min(360px,80vw); aspect-ratio: 4/5; max-height: 56vh; overflow: hidden; margin: clamp(22px,4vw,34px) auto 0; border-radius: var(--vc-radius); border: 1px solid var(--vc-border); }
.vc-hero--centered .vc-hero__photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.vc-hero--split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(20px,4vw,40px); align-items: center; text-align: left; }
.vc-hero--split .vc-hero__media { border-radius: var(--vc-radius); overflow: hidden; border: 1px solid var(--vc-border); }
.vc-hero--split .vc-hero__media img { width: 100%; display: block; }
.vc-hero--image { position: relative; isolation: isolate; overflow: hidden; min-height: clamp(380px,64vh,620px); display: grid; place-items: center; padding: clamp(24px,5vw,48px); border-radius: var(--vc-radius); text-align: center; }
.vc-hero--image .vc-hero__bg { position: absolute; inset: -3%; z-index: -2; background-size: cover; background-position: center; filter: saturate(1.05); }
.vc-hero--image .vc-hero__scrim { position: absolute; inset: 0; z-index: -1; background: radial-gradient(80% 70% at 50% 30%, color-mix(in srgb, var(--vc-bg) 30%, transparent), color-mix(in srgb, var(--vc-bg) 88%, transparent) 80%), linear-gradient(180deg, transparent, var(--vc-bg)); }
.vc-hero--image .vc-title, .vc-hero--image .vc-venue { text-shadow: 0 2px 30px color-mix(in srgb, var(--vc-bg) 80%, transparent); }

/* ---- Blocks ---- */
.vc-about--card { border: 1px solid var(--vc-border); border-radius: var(--vc-radius); padding: clamp(18px,3.5vw,30px); background: color-mix(in srgb, var(--vc-surface) 70%, transparent); }
.vc-text--quote { border-left: 3px solid var(--vc-accent); padding-left: 16px; font-style: italic; }
.vc-text--quote .vc-prose { font-size: clamp(17px,2.4vw,22px); }
.vc-image__wrap { border-radius: var(--vc-radius); overflow: hidden; }
.vc-image--framed .vc-image__wrap { border: 1px solid var(--vc-border); padding: 6px; }
.vc-image__wrap img { width: 100%; display: block; border-radius: calc(var(--vc-radius) - 4px); }

.vc-divider { align-self: center; }
.vc-divider--line { width: min(180px,50%); height: 1px; background: var(--vc-border); }
.vc-divider--dots { width: min(160px,55%); height: 8px; background: radial-gradient(circle, var(--vc-accent) 0 2px, transparent 2.5px) repeat-x; background-size: 14px 8px; }
.vc-divider--ornament { width: 100%; height: 16px; background: linear-gradient(90deg, transparent, var(--vc-accent), transparent); -webkit-mask-image: radial-gradient(circle at 50% 50%, #000 2px, transparent 3px); }
.vc-spacer--s { height: clamp(8px,2vw,16px); } .vc-spacer--m { height: clamp(20px,4vw,36px); } .vc-spacer--l { height: clamp(40px,8vw,72px); }

/* ---- Ticket section ---- */
.vc-tickets-sec { text-align: left; }
.vc-tickets-sec--panel { border: 1px solid var(--vc-border); border-radius: var(--vc-radius); padding: clamp(20px,4vw,34px); background: color-mix(in srgb, var(--vc-surface) 65%, transparent); box-shadow: 0 30px 70px -44px color-mix(in srgb, var(--vc-accent) 50%, transparent); }
.vc-tickets-sec .vx-tickets__head { font-family: var(--vc-font-display), serif; color: var(--vc-ink); }
.vc-tickets-sec .vx-pay { border-radius: var(--vc-radius); }

/* ---- Sticky mobile buy bar ---- */
.vc-sticky { position: fixed; left: 50%; bottom: 14px; transform: translateX(-50%); z-index: 40; display: none;
  text-decoration: none; font-weight: 700; font-size: 15px; color: var(--vc-pay-ink); background: var(--vc-accent);
  padding: 13px 30px; border-radius: 999px; box-shadow: 0 12px 36px -10px color-mix(in srgb, var(--vc-accent) 70%, transparent); }

/* ---- More hero looks (mix across vibes) ---- */
.vc-hero--poster { text-align: inherit; }
.vc-align-center .vc-hero--poster { text-align: center; }
.vc-hero--poster .vc-hero__poster { width: min(360px,80vw); aspect-ratio: 4/5; max-height: 60vh; overflow: hidden; margin: clamp(20px,4vw,32px) auto 0;
  border-radius: var(--vc-radius); padding: 6px; background: linear-gradient(135deg, var(--vc-accent), color-mix(in srgb, var(--vc-accent) 45%, var(--vc-ink)));
  box-shadow: 0 26px 60px -30px color-mix(in srgb, var(--vc-accent) 55%, transparent); }
.vc-hero--poster .vc-hero__poster img { width: 100%; height: 100%; object-fit: cover; border-radius: calc(var(--vc-radius) - 4px); display: block; }
.vc-hero--minimal .vc-title { font-size: clamp(44px,11vw,108px); }
.vc-hero--minimal .vc-hero__rule { display: block; width: clamp(50px,12vw,90px); height: 2px; background: var(--vc-accent); margin: clamp(12px,2vw,18px) 0; }
.vc-align-center .vc-hero--minimal .vc-hero__rule { margin-left: auto; margin-right: auto; }
.vc-stub { display: flex; align-items: stretch; overflow: hidden; text-align: left; border-radius: var(--vc-radius);
  background: color-mix(in srgb, var(--vc-surface) 80%, transparent); border: 1px solid var(--vc-border);
  box-shadow: 0 30px 70px -44px color-mix(in srgb, var(--vc-accent) 50%, transparent); }
.vc-stub__main { flex: 1; padding: clamp(20px,4vw,38px); min-width: 0; }
.vc-stub__perf { flex: 0 0 2px; background: repeating-linear-gradient(180deg, var(--vc-border) 0 7px, transparent 7px 15px); }
.vc-stub__end { flex: 0 0 clamp(96px,18vw,150px); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px;
  padding: clamp(14px,3vw,24px) 12px; background: color-mix(in srgb, var(--vc-accent) 8%, transparent); text-align: center; }
.vc-stub__bars { width: 100%; height: 54px; border-radius: 4px;
  background: repeating-linear-gradient(90deg, var(--vc-ink) 0 2px, transparent 2px 3px, var(--vc-ink) 3px 4px, transparent 4px 7px); }
.vc-stub__scan { font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: var(--vc-muted); }

/* ---- More ticket-panel + divider looks ---- */
.vc-tickets-sec--framed { border: 1px solid var(--vc-accent); border-radius: var(--vc-radius); padding: clamp(20px,4vw,34px);
  box-shadow: 0 0 0 1px color-mix(in srgb, var(--vc-accent) 14%, transparent), 0 30px 70px -44px color-mix(in srgb, var(--vc-accent) 55%, transparent); }
.vc-tickets-sec--glass { border: 1px solid var(--vc-border); border-radius: var(--vc-radius); padding: clamp(20px,4vw,34px);
  background: color-mix(in srgb, var(--vc-surface) 40%, transparent); backdrop-filter: blur(10px); }
.vc-divider--double { width: min(200px,56%); height: 5px; border-top: 1px solid var(--vc-accent); border-bottom: 1px solid var(--vc-accent); }

/* ---- More background treatments (motion-gated) ---- */
/* Mirrorball: a twinkling field of light specks, slowly turning */
.vc-bg--mirrorball { inset: -20vmax; opacity: .7;
  background:
    radial-gradient(circle at 50% 50%, color-mix(in srgb, var(--vc-accent) 75%, transparent) 0 1.6px, transparent 2.6px) 0 0/30px 30px,
    radial-gradient(circle at 50% 50%, color-mix(in srgb, var(--vc-accent2) 65%, transparent) 0 1.6px, transparent 2.6px) 15px 15px/30px 30px,
    radial-gradient(circle at 50% 50%, color-mix(in srgb, #fff 55%, transparent) 0 1px, transparent 2px) 8px 22px/64px 64px;
  animation: vc-twinkle 5s ease-in-out infinite, vc-spin 90s linear infinite; }
@keyframes vc-twinkle { 0%, 100% { opacity: .45; } 50% { opacity: .8; } }

/* Sunburst: bold rays radiating from an upper focal point */
.vc-bg--sunburst { inset: -20vmax; opacity: .3;
  background: repeating-conic-gradient(from 0deg at 50% 30%, color-mix(in srgb, var(--vc-accent) 62%, transparent) 0 3deg, transparent 3deg 11deg);
  -webkit-mask-image: radial-gradient(closest-side at 50% 30%, #000 8%, transparent 64%);
          mask-image: radial-gradient(closest-side at 50% 30%, #000 8%, transparent 64%);
  animation: vc-spin 120s linear infinite; }

/* Light rays: angled god-rays sweeping down from the top, fading out */
.vc-bg--rays { inset: -10vmax; opacity: .42;
  background: repeating-linear-gradient(98deg,
    transparent 0 6vmax,
    color-mix(in srgb, var(--vc-accent) 32%, transparent) 6vmax 6.7vmax,
    transparent 6.7vmax 13vmax,
    color-mix(in srgb, var(--vc-accent2) 24%, transparent) 13vmax 13.5vmax,
    transparent 13.5vmax 20vmax);
  -webkit-mask-image: linear-gradient(178deg, #000 0%, rgba(0,0,0,.4) 45%, transparent 78%);
          mask-image: linear-gradient(178deg, #000 0%, rgba(0,0,0,.4) 45%, transparent 78%);
  filter: blur(1.5px); }
@keyframes vc-spin { to { transform: rotate(360deg); } }

/* ---- Logo + image background ---- */
.vc-logo { margin-bottom: clamp(10px,2vw,18px); }
.vc-align-center .vc-logo { text-align: center; }
.vc-logo img { height: clamp(36px,7vw,60px); width: auto; }
.vc-bg--image { background: var(--vc-bg-image) center/cover no-repeat; }
/* When an effect sits over an uploaded photo, blend it in (tint) instead of covering the image. */
.vc-bg--overimg { mix-blend-mode: soft-light; }
.vc-bg--overimg.vc-bg--grain { mix-blend-mode: overlay; }
.vc-bg--image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, color-mix(in srgb, var(--vc-bg) 55%, transparent), var(--vc-bg)); }
/* On the freeform canvas page (and in the editor) you compose your own contrast,
   so the legibility scrim is removed — the photo shows true, no wash-out. */
.vc-canvas-page .vc-bg--image::after,
#vbeStage .vc-bg--image::after { display: none; }

/* ---- Video ---- */
.vc-hero--video { position: relative; isolation: isolate; overflow: hidden; min-height: clamp(380px,64vh,620px); display: grid; place-items: center; padding: clamp(24px,5vw,48px); border-radius: var(--vc-radius); text-align: center; }
.vc-hero__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.vc-video__frame { position: relative; width: 100%; aspect-ratio: 16/9; border-radius: var(--vc-radius); overflow: hidden; border: 1px solid var(--vc-border); }
.vc-video__frame iframe, .vc-video__frame video { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* ---- Gallery + sponsors ---- */
.vc-gallery--grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(140px,1fr)); gap: 10px; }
.vc-gallery--strip { display: flex; gap: 10px; overflow-x: auto; padding-bottom: 6px; }
.vc-gallery--strip .vc-gallery__cell { flex: 0 0 clamp(160px,40vw,240px); }
.vc-gallery__cell { border-radius: var(--vc-radius); overflow: hidden; aspect-ratio: 1; }
.vc-gallery__cell img { width: 100%; height: 100%; object-fit: cover; display: block; }
.vc-sponsors__row { display: flex; flex-wrap: wrap; gap: clamp(16px,4vw,40px); align-items: center; justify-content: center; margin-top: 8px; }
.vc-sponsors__logo { height: clamp(28px,5vw,44px); width: auto; opacity: .85; }

/* ---- Countdown ---- */
.vc-countdown__nums { display: flex; flex-wrap: wrap; gap: clamp(8px,2vw,16px); font-family: var(--vc-font-display); font-weight: 700; }
.vc-align-center .vc-countdown__nums { justify-content: center; }
.vc-countdown--blocks .vc-countdown__nums span { background: color-mix(in srgb, var(--vc-surface) 70%, transparent); border: 1px solid var(--vc-border); border-radius: var(--vc-radius); padding: clamp(8px,2vw,16px) clamp(10px,2.5vw,20px); font-size: clamp(18px,4vw,30px); min-width: clamp(54px,11vw,80px); text-align: center; }
.vc-countdown--bar .vc-countdown__nums { font-size: clamp(20px,5vw,38px); color: var(--vc-accent); letter-spacing: .04em; }

/* ---- Map + social ---- */
.vc-map__frame { position: relative; width: 100%; aspect-ratio: 16/9; border-radius: var(--vc-radius); overflow: hidden; border: 1px solid var(--vc-border); }
.vc-map__frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.vc-maplink { display: block; text-decoration: none; color: inherit; border: 1px solid var(--vc-border); border-radius: var(--vc-radius); padding: clamp(16px,3vw,24px); background: color-mix(in srgb, var(--vc-surface) 60%, transparent); }
.vc-maplink__addr { font-weight: 600; margin: 4px 0; }
.vc-maplink__cta { color: var(--vc-accent); font-size: 13px; }
.vc-social { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.vc-align-center .vc-social { justify-content: center; }
.vc-social__link { display: inline-flex; align-items: center; gap: 9px; text-decoration: none;
  color: var(--vc-ink); font-size: 14px; font-weight: 600; line-height: 1;
  transition: color .15s ease, border-color .15s ease, transform .15s ease, background .15s ease; }
.vc-soc-ico { display: block; flex: 0 0 auto; }
/* Buttons: pill with glyph + label */
.vc-social--buttons .vc-social__link { border: 1px solid var(--vc-border); border-radius: 999px; padding: 9px 16px; }
.vc-social--buttons .vc-social__link:hover { border-color: var(--vc-accent); color: var(--vc-accent); transform: translateY(-1px); }
/* Icons: round glyph chips, label hidden (kept for screen readers) */
.vc-social--icons .vc-social__link { gap: 0; width: 44px; height: 44px; justify-content: center;
  border: 1px solid var(--vc-border); border-radius: 50%; color: var(--vc-ink); }
.vc-social--icons .vc-social__link:hover { color: #fff; background: var(--vc-accent); border-color: var(--vc-accent); transform: translateY(-2px); }
.vc-social--icons .vc-soc-lbl { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* ---- Freeform board ---- */
.vc-board { padding: 0; }
.vc-board__stage { position: relative; width: 100%; overflow: hidden; border-radius: var(--vc-radius);
  container-type: size; background: transparent; }
.vc-bi { position: absolute; }
.vc-bi--text { line-height: 1.12; white-space: pre-wrap; word-break: break-word; }
.vc-bi--image { display: block; max-width: none; }
.vc-bi--shape { box-sizing: border-box; }

/* ---- Canvas-as-page: the freeform board IS the published page ---- */
.vc-canvas-page { position: relative; min-height: 100vh; z-index: 1; }
.vc-canvas-frame { position: relative; z-index: 1; }
.vc-canvas-frame .vc-board { padding: 0; }
/* Stacked = a scrolling page of frames (store/merch). Frames butt together flush. */
.vc-canvas--stacked .vc-canvas-frame { padding: 0; }
.vc-canvas--stacked.vc-canvas--centered .vc-board__stage { border-radius: 0; }
/* Product card object (store builder) */
.vc-bi--product { padding: 3.2cqh; }
.vc-pc__img { flex: 1 1 auto; min-height: 0; background: #e7e7ee center/cover no-repeat; border-radius: 8px; }
.vc-pc__img--ar { flex: 0 0 auto; aspect-ratio: 4/3; } /* bound interactive card grows with content, so the image keeps a ratio */
.vc-pc__body { flex: 0 0 auto; padding: 2.4cqh 0 0; }
.vc-pc__t { font-size: 3.1cqh; font-weight: 700; line-height: 1.15; }
.vc-pc__p { font-size: 3cqh; font-weight: 800; margin-top: .6cqh; color: var(--pc-accent,#ec6b1c); }
.vc-pc__b { display: block; margin-top: 1.8cqh; background: var(--pc-accent,#ec6b1c); color: #fff; border-radius: 8px; padding: 1.4cqh; text-align: center; font-weight: 700; font-size: 2.7cqh; text-decoration: none; }
/* Live (bound) product card — in-place add-to-cart */
.vc-pc__opt { margin-top: 1.2cqh; display: flex; flex-direction: column; gap: .4cqh; }
.vc-pc__opt label { font-size: 1.9cqh; font-weight: 600; opacity: .7; text-transform: uppercase; letter-spacing: .04em; }
.vc-pc__opt select { font: inherit; font-size: 2.3cqh; padding: 1cqh; border: 1px solid rgba(0,0,0,.18); border-radius: 7px; background: #fff; color: #15151a; }
.vc-pc__stock { min-height: 2cqh; font-size: 1.9cqh; margin-top: .8cqh; }
.vc-pc__stock.low { color: #c47f17; } .vc-pc__stock.out { color: #c0392b; }
.vc-pc__row { display: flex; gap: 1cqh; margin-top: 1.6cqh; align-items: stretch; }
.vc-pc__row .pqty { width: 18%; min-width: 46px; font: inherit; font-size: 2.4cqh; text-align: center; border: 1px solid rgba(0,0,0,.18); border-radius: 8px; background: #fff; color: #15151a; }
.vc-pc--live .vc-pc__b { margin-top: 0; flex: 1; border: 0; cursor: pointer; font: inherit; }
.vc-pc__b[disabled] { opacity: .45; cursor: default; }
.vc-cartbar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; display: flex; gap: 14px; align-items: center; justify-content: space-between; padding: 12px clamp(14px,4vw,28px); background: #15151a; color: #fff; border-top: 1px solid rgba(255,255,255,.12); box-shadow: 0 -8px 30px rgba(0,0,0,.32); }
.vc-cartbar__count { opacity: .8; }
.vc-cartbar__go { padding: 11px 22px; border: 0; border-radius: 10px; background: var(--vc-accent,#ec6b1c); color: #fff; font-weight: 700; cursor: pointer; }
.vc-cartbar__go[disabled] { opacity: .45; cursor: default; }
/* Centered: a flyer-style column in the middle (margins on big screens) */
.vc-canvas--centered .vc-canvas-frame { padding: clamp(16px,4vw,44px) 0; }
.vc-canvas--centered .vc-board__stage { width: min(600px,94vw); margin: 0 auto; border-radius: var(--vc-radius); }
/* Full-bleed: edge-to-edge poster */
.vc-canvas--full .vc-board__stage { width: 100%; max-width: 100%; margin: 0; border-radius: 0; }
/* Legible buy band below the canvas — always readable, reflows on its own, reads as a deliberate section */
.vc-canvas-buy { position: relative; z-index: 2; background: var(--vc-bg);
  padding: clamp(32px,5vw,60px) 16px clamp(90px,14vw,130px);
  box-shadow: 0 -1px 0 var(--vc-border), 0 -28px 44px -28px rgba(0,0,0,.55); }
.vc-canvas-buy__in { width: min(560px,94vw); margin: 0 auto; }
.vc-canvas-buy__head { font-family: var(--vc-font-display), serif; font-size: clamp(22px,4.5vw,34px); line-height: 1.1;
  color: var(--vc-ink); text-align: center; letter-spacing: -.01em; margin: 0 0 clamp(16px,3vw,26px); }

/* ---- Mobile reflow: the guarantee ---- */
@media (max-width: 760px) {
  .vc-hero--split { grid-template-columns: 1fr; text-align: inherit; }
  .vc-hero--split .vc-hero__media { order: 2; margin-top: 14px; }
  .vc-stub { flex-direction: column; }
  .vc-stub__perf { flex-basis: 2px; background: repeating-linear-gradient(90deg, var(--vc-border) 0 7px, transparent 7px 15px); }
  .vc-stub__end { flex-basis: auto; flex-direction: row; gap: 16px; }
  .vc-stub__bars { width: 50%; }
  .vc-sticky { display: inline-block; }
}
/* ---- Scroll-reveal (classes added by JS only; no JS = always visible) ---- */
.vc-reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); will-change: opacity, transform; }
.vc-motion-lively .vc-reveal { transform: translateY(26px) scale(.992); }
.vc-reveal.vc-in { opacity: 1; transform: none; }
.vc-hero__bg, .vc-hero__photo img, .vc-hero__media img { will-change: transform; }

@media (prefers-reduced-motion: reduce) {
  .vc-bg { animation: none !important; }
  .vc-reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
}

/* ============================ STORE MENU =============================== */
/* Top nav + footer for multi-page store websites (/store/{slug}). Themed by the vibe vars. */
.vc-storenav { position: sticky; top: 0; z-index: 40; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  padding: 12px clamp(16px, 4vw, 40px); background: color-mix(in srgb, var(--vc-bg, #0c0c12) 82%, transparent); backdrop-filter: blur(10px);
  border-bottom: 1px solid color-mix(in srgb, var(--vc-ink, #fff) 12%, transparent); }
.vc-storenav__brand { font-weight: 800; font-size: 18px; color: var(--vc-ink, #fff); text-decoration: none; font-family: var(--vc-font-display, inherit); }
.vc-storenav__links { display: flex; gap: 6px; flex-wrap: wrap; }
.vc-storenav__links a { color: color-mix(in srgb, var(--vc-ink, #fff) 78%, transparent); text-decoration: none; font-weight: 600; font-size: 14px; padding: 7px 12px; border-radius: 9px; transition: background .12s, color .12s; }
.vc-storenav__links a:hover { background: color-mix(in srgb, var(--vc-ink, #fff) 10%, transparent); color: var(--vc-ink, #fff); }
.vc-storenav__links a.on { background: var(--vc-accent, #ec6b1c); color: #fff; }
.vc-storefoot { padding: 30px clamp(16px, 4vw, 40px); text-align: center; border-top: 1px solid color-mix(in srgb, var(--vc-ink, #fff) 12%, transparent); margin-top: 10px; }
.vc-storefoot__links { display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; margin-bottom: 10px; }
.vc-storefoot__links a { color: color-mix(in srgb, var(--vc-ink, #fff) 70%, transparent); text-decoration: none; font-size: 13px; padding: 4px 8px; }
.vc-storefoot__links a:hover { color: var(--vc-ink, #fff); }
.vc-storefoot__by { font-size: 12px; color: color-mix(in srgb, var(--vc-ink, #fff) 50%, transparent); }

/* ============================ PAGE EFFECTS ============================== */
/* Cursor / scroll / ambient motion on canvas pages. data-pagefx drives the JS;
   these classes do the visual work. Content is always visible without them. */
.vc-pfx { position: relative; }
/* smooth cursor-driven transforms */
.vc-pfx--parallax .vc-canvas-frame, .vc-pfx--tilt .vc-canvas-frame { transition: transform .12s ease-out; transform-style: preserve-3d; }
.vc-pfx--parallax .vc-bgwrap { transition: transform .25s ease-out; }

/* Cursor spotlight — a soft light that follows the pointer */
.vc-pfx--spotlight::after { content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 55;
  background: radial-gradient(circle 24vmax at var(--mx,50%) var(--my,40%), rgba(255,255,255,.12), transparent 62%);
  mix-blend-mode: overlay; }
/* Cursor glow — an accent-tinted glow trailing the pointer */
.vc-pfx--glow::after { content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 55;
  background: radial-gradient(circle 18vmax at var(--mx,50%) var(--my,40%), var(--vc-accent, #ec6b1c), transparent 55%);
  opacity: .22; mix-blend-mode: screen; transition: background .08s linear; }

/* Scroll reveal — frames fade + rise into view */
.vc-pfx--reveal .vc-rev { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.vc-pfx--reveal .vc-rev.vc-rev-in { opacity: 1; transform: none; }

/* Float — gentle continuous drift */
.vc-pfx--float .vc-canvas-frame { animation: vcFloat 7s ease-in-out infinite; }
.vc-pfx--float .vc-canvas-frame:nth-child(even) { animation-delay: -3.5s; }
@keyframes vcFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }

/* Shimmer — a light sweep crossing the page */
.vc-pfx--shimmer::before { content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 54;
  background: linear-gradient(115deg, transparent 38%, rgba(255,255,255,.16) 50%, transparent 62%);
  background-size: 280% 100%; animation: vcShimmer 6.5s ease-in-out infinite; mix-blend-mode: overlay; }
@keyframes vcShimmer { 0% { background-position: 140% 0; } 60%,100% { background-position: -40% 0; } }

/* Glitch — subtle chromatic jitter */
.vc-pfx--glitch .vc-canvas-frame { animation: vcGlitch 3.2s steps(1) infinite; }
@keyframes vcGlitch {
  0%, 92%, 100% { transform: translate(0,0); filter: none; }
  93% { transform: translate(-2px,0); filter: drop-shadow(2px 0 0 rgba(255,0,80,.55)) drop-shadow(-2px 0 0 rgba(0,225,255,.55)); }
  95% { transform: translate(2px,0); filter: drop-shadow(-2px 0 0 rgba(255,0,80,.55)) drop-shadow(2px 0 0 rgba(0,225,255,.55)); }
  97% { transform: translate(-1px,0); filter: none; }
}

/* Slow zoom — Ken Burns drift on the background image */
.vc-pfx--kenburns .vc-bg--image { animation: vcKen 22s ease-in-out infinite alternate; transform-origin: center; }
@keyframes vcKen { 0% { transform: scale(1); } 100% { transform: scale(1.09); } }

@media (prefers-reduced-motion: reduce) {
  .vc-pfx--float .vc-canvas-frame, .vc-pfx--glitch .vc-canvas-frame,
  .vc-pfx--kenburns .vc-bg--image, .vc-pfx--shimmer::before { animation: none !important; }
  .vc-pfx--reveal .vc-rev { opacity: 1 !important; transform: none !important; }
}
