:root {
  --color-bg: #ffffff;
  --color-text: #111111;
  --color-muted: #686868;
  --color-soft: #f3f1eb;
  --color-soft-2: #ece8df;
  --color-line: #e8e4db;
  --color-chip: #efefef;
  --color-card: #f6f5f2;
  --color-shadow: 0 18px 48px rgba(17, 17, 16, 0.08);
  --radius-sm: 12px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --radius-xl: 32px;
  --radius-full: 999px;
  --font-body: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html, body {
  margin: 0;
  padding: 0;
  background: var(--pv-canvas-bg, var(--color-bg));
  color: var(--pv-text, var(--color-text));
  font-family: var(--font-body);
}
body {
  min-height: 100vh;
}

section[class^="pv-"] {
  width: 100%;
  margin: 0;
}

.pv-section-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 24px 20px 18px;
  text-align: center;
}

.pv-section-heading-title {
  margin: 0;
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  color: #c9c9c9;
}

.pv-section-heading-bar {
  width: 84px;
  height: 6px;
  border-radius: 999px;
  background: #c9c9c9;
}

.pv-universal-header-section {
  padding: 0;
}

.pv-universal-header-frame {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  min-height: 520px;
  background: var(--pv-canvas-bg, #ffffff);
}

.pv-universal-header-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  display: block;
}

.pv-universal-header-bg-orb-a,
.pv-universal-header-bg-orb-b {
  display: none;
}

.pv-universal-header-content {
  position: relative;
  z-index: 1;
  padding: 42px 26px 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}

.pv-universal-header-profile-shell {
  width: 224px;
  height: 224px;
  flex: 0 0 224px;
  border-radius: 28px;
  background: rgba(255,255,255,.88);
  box-shadow: none;
  padding: 14px;
  overflow: hidden;
}

.pv-universal-header-profile {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  border-radius: 22px;
  object-fit: cover !important;
  display: block;
}

.pv-universal-header-copy {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.pv-universal-header-name {
  margin: 0;
  font-size: 54px;
  line-height: .94;
  font-weight: 800;
  letter-spacing: -.045em;
  color: var(--pv-header-text, var(--pv-text, #111111));
}

.pv-universal-header-title {
  margin: 0;
  font-size: 26px;
  line-height: 1.02;
  font-weight: 800;
  color: var(--pv-header-text, var(--pv-text, #111111));
  text-transform: uppercase;
}

.pv-universal-header-tagline {
  margin: 0;
  max-width: 360px;
  font-size: 19px;
  line-height: 1.18;
  font-weight: 500;
  color: var(--pv-header-text, var(--pv-text, #111111));
  text-transform: uppercase;
}

.pv-about-me-section,
.pv-social-media-section,
.pv-contact-information-section,
.pv-contact-me-section,
.pv-paid-services-section,
.pv-guest-list-request-section,
.pv-rsvp-section,
.pv-subscriber-gallery-section,
.pv-subscriber-videos-section,
.pv-event-information-section,
.pv-venue-location-section,
.pv-agenda-section,
.pv-music-streams-section,
.pv-music-player-section,
.pv-videos-section,
.pv-merchandise-section,
.pv-tour-dates-section,
.pv-youtube-channel-section,
.pv-band-members-section,
.pv-qr-share-section,
.pv-copyright-section,
.pv-tips-section {
  padding: 24px 20px 0;
}

.pv-about-me-shell,
.pv-social-media-shell,
.pv-contact-information-shell,
.pv-paid-services-shell,
.pv-subscriber-gallery-shell,
.pv-subscriber-videos-shell,
.pv-event-information-shell,
.pv-venue-location-shell,
.pv-agenda-shell,
.pv-music-player-shell,
.pv-youtube-channel-card,
.pv-qr-share-panel {
  border-radius: 0;
}

.pv-about-me-title,
.pv-paid-services-title,
.pv-subscriber-gallery-title,
.pv-subscriber-videos-title,
.pv-agenda-title,
.pv-event-information-title,
.pv-qr-share-title,
.pv-venue-location-kicker {
  margin: 0 0 18px;
  font-size: 22px;
  line-height: 1.1;
  font-weight: 800;
}

.pv-about-me-description,
.pv-guest-list-request-description,
.pv-rsvp-description,
.pv-subscriber-gallery-description,
.pv-subscriber-videos-description,
.pv-event-information-description,
.pv-venue-location-address,
.pv-youtube-channel-description {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: var(--pv-text, #333333);
}

.pv-about-me-shell {
  padding: 0 8px 0 0;
}

.pv-contact-me-shell,
.pv-guest-list-request-shell,
.pv-rsvp-shell {
  background: var(--pv-surface, #f1f1f1);
  border: 1px solid var(--pv-border, #f0f0f0);
  border-radius: 24px;
  padding: 28px 22px;
  text-align: center;
  width: calc(100% - 40px);
  max-width: 760px;
  margin: 0 auto;
  box-sizing: border-box;
}

.pv-contact-me-title,
.pv-guest-list-request-title,
.pv-rsvp-title {
  margin: 0;
  font-size: 22px;
  line-height: 1.1;
  font-weight: 800;
  color: var(--pv-text, #111111);
}

.pv-contact-me-description,
.pv-guest-list-request-description,
.pv-rsvp-description {
  margin: 18px 0 0;
  color: var(--pv-text, #333333);
}

.pv-contact-me-button,
.pv-guest-list-request-button,
.pv-rsvp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 60px;
  margin-top: 22px;
  padding: 0 20px;
  border-radius: 18px;
  border: 1px solid var(--pv-border, #f0f0f0);
  background: var(--pv-surface, #f1f1f1);
  color: var(--pv-text, #111111);
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  cursor: pointer;
}

.pv-about-me-niches-wrap {
  margin-top: 22px;
}

.pv-about-me-niches-title {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
}

.pv-about-me-niches {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pv-about-me-chip,
.pv-subscriber-gallery-chip,
.pv-subscriber-gallery-filter,
.pv-subscriber-videos-chip,
.pv-subscriber-videos-filter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 16px;
  border-radius: var(--radius-full);
  background: var(--pv-surface, var(--color-chip));
  color: var(--pv-text, #333333);
  font-size: 14px;
  font-weight: 600;
  border: 0;
}

.pv-social-media-grid,
.pv-contact-information-grid,
.pv-tips-amount-grid,
.pv-videos-grid,
.pv-merchandise-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.pv-ticker-bar-section {
  padding: 0;
  overflow: hidden;
}

.pv-ticker-row {
  position: relative;
  width: 100%;
  min-height: 44px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}

.pv-ticker-track {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  width: max-content;
  min-width: 100%;
  will-change: transform;
  animation-name: pvTickerMarquee;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.pv-ticker-copy {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  white-space: nowrap;
  padding-right: 28px;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.pv-ticker-uppercase {
  text-transform: uppercase;
}

@keyframes pvTickerMarquee {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

.pv-social-media-pill,
.pv-contact-information-card,
.pv-tour-dates-button,
.pv-subscriber-gallery-action,
.pv-tips-amount-pill,
.pv-tips-send-button {
  text-decoration: none;
}

.pv-social-media-pill,
.pv-contact-information-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 52px;
  padding: 0 18px;
  border-radius: var(--radius-md);
  background: var(--pv-surface, #f1f1f1);
  border: 1px solid var(--pv-border, #f0f0f0);
  color: var(--pv-text, #111111);
}

.pv-social-media-pill-main {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.pv-social-media-pill-icon {
  width: 18px;
  height: 18px;
  display: inline-flex;
  color: var(--pv-icon, var(--pv-text, #111111));
}

.pv-social-media-pill-icon svg,
.pv-contact-information-icon svg,
.pv-band-members-ig svg,
.pv-qr-share-title-icon svg {
  width: 100%;
  height: 100%;
}

.pv-social-media-pill-label,
.pv-social-media-pill-count,
.pv-contact-information-label {
  font-size: 15px;
  font-weight: 700;
  color: var(--pv-text, #111111);
}

.pv-contact-information-icon {
  width: 24px;
  height: 24px;
  color: var(--pv-icon, var(--pv-text, #222222));
  display: inline-flex;
}

.pv-contact-information-card {
  justify-content: flex-start;
}

.pv-contact-information-label {
  color: var(--pv-text, #222222);
}

.pv-paid-services-heading-row,
.pv-subscriber-gallery-heading-row,
.pv-subscriber-videos-heading-row,
.pv-tips-heading-row,
.pv-qr-share-title-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.pv-paid-services-icon,
.pv-subscriber-gallery-icon,
.pv-subscriber-videos-icon,
.pv-tips-icon,
.pv-qr-share-title-icon {
  color: var(--pv-icon, var(--pv-text, #111111));
  font-size: 20px;
}

.pv-subscriber-gallery-icon svg,
.pv-subscriber-videos-icon svg {
  width: 20px;
  height: 20px;
}

.pv-paid-services-list,
.pv-subscriber-gallery-list,
.pv-subscriber-videos-list,
.pv-agenda-list,
.pv-band-members-list,
.pv-tour-dates-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.pv-paid-service-card,
.pv-subscriber-gallery-card,
.pv-subscriber-videos-card,
.pv-agenda-card,
.pv-band-members-row,
.pv-tour-dates-row,
.pv-music-player-card {
  border-radius: 22px;
  background: var(--pv-surface, var(--color-card));
  border: 1px solid var(--pv-border, #f0f0f0);
  padding: 18px;
}

.pv-tour-dates-row {
  overflow: hidden;
}

.pv-tour-dates-section .pv-section-heading-title {
  color: var(--pv-text, #111111);
}

.pv-tour-dates-section .pv-section-heading-bar {
  background: var(--pv-text, #111111);
}

.pv-paid-service-topline,
.pv-agenda-topline {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}

.pv-paid-service-name,
.pv-agenda-item-title,
.pv-subscriber-gallery-item-title,
.pv-subscriber-videos-item-title,
.pv-tour-dates-venue,
.pv-band-members-name,
.pv-music-player-card-title,
.pv-videos-feature-title,
.pv-youtube-channel-name {
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 800;
  color: var(--pv-text, #111111);
}

/* PHOTO GALLERY */
.pv-photo-gallery-section {
  padding: 24px 20px 0;
}

.pv-photo-gallery-shell {
  border-radius: 0;
}

.pv-photo-gallery-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 18px;
}

.pv-photo-gallery-filter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 14px;
  border-radius: var(--radius-full);
  background: var(--pv-surface, #f1f1f1);
  color: var(--pv-text, #111111);
  border: 1px solid var(--pv-border, #f0f0f0);
  font-size: 13px;
  font-weight: 600;
}

.pv-photo-gallery-filter.is-active {
  background: var(--pv-text, #111111);
  color: var(--pv-canvas-bg, #ffffff);
  border-color: var(--pv-text, #111111);
}

.pv-photo-gallery-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.pv-photo-gallery-card {
  display: flex;
  flex-direction: column;
}

.pv-photo-gallery-media-shell {
  overflow: hidden;
  background: var(--pv-surface, #f1f1f1);
  border: 1px solid var(--pv-border, #f0f0f0);
}

.pv-photo-gallery-media {
  width: 100%;
  aspect-ratio: 1 / 1.06;
  height: auto;
  object-fit: cover;
  display: block;
}

.pv-photo-gallery-copy {
  padding: 12px 0 0;
}

.pv-photo-gallery-item-title {
  margin: 0;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
  color: var(--pv-text, #111111);
}

.pv-photo-gallery-chip-row {
  margin-top: 10px;
}

.pv-photo-gallery-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 0 10px;
  border-radius: var(--radius-full);
  background: var(--pv-surface, #f1f1f1);
  color: var(--pv-text, #111111);
  border: 1px solid var(--pv-border, #f0f0f0);
  font-size: 12px;
  font-weight: 600;
}

.pv-photo-gallery-item-description {
  margin: 10px 0 0;
  font-size: 15px;
  line-height: 1.5;
  color: var(--pv-text, #555555);
}

.pv-photo-gallery-section .pv-section-heading-title {
  color: var(--pv-text, #111111);
}

.pv-photo-gallery-section .pv-section-heading-bar {
  background: var(--pv-text, #111111);
}

.pv-paid-service-price,
.pv-agenda-time,
.pv-tour-dates-city,
.pv-youtube-channel-subs,
.pv-band-members-role,
.pv-music-player-card-role,
.pv-videos-feature-description {
  font-size: 15px;
  line-height: 1.4;
  color: var(--pv-text, #666666);
}

.pv-paid-service-description,
.pv-paid-service-included,
.pv-agenda-speaker,
.pv-agenda-description,
.pv-band-members-bio,
.pv-merchandise-description,
.pv-videos-thumb-title,
.pv-subscriber-gallery-item-description,
.pv-subscriber-gallery-lock-message,
.pv-subscriber-videos-item-description,
.pv-subscriber-videos-lock-message {
  margin: 10px 0 0;
  font-size: 15px;
  line-height: 1.5;
  color: var(--pv-text, #555555);
}

.pv-paid-service-button,
.pv-subscriber-gallery-primary,
.pv-subscriber-gallery-secondary,
.pv-subscriber-videos-primary,
.pv-subscriber-videos-secondary,
.pv-youtube-channel-subscribe,
.pv-youtube-channel-secondary {
  width: 100%;
  min-height: 48px;
  border-radius: 16px;
  border: 0;
  background: var(--pv-surface, #dedede);
  color: var(--pv-text, #111111);
  border: 1px solid var(--pv-border, #f0f0f0);
  font-size: 16px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
}

.pv-tips-card {
  border-radius: 0;
  background: transparent;
  padding: 0;
  box-shadow: none;
  border: 0;
}

.pv-tips-description {
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.6;
  color: var(--pv-text, #555555);
}

.pv-tips-amount-pill,
.pv-tips-send-button {
  min-height: 58px;
  border-radius: 18px;
  border: 1px solid var(--pv-border, #f0f0f0);
  background: var(--pv-surface, #ededed);
  color: var(--pv-text, #111111);
  font-size: 16px;
  font-weight: 800;
}

.pv-tips-custom-row {
  display: grid;
  grid-template-columns: 1fr 132px;
  gap: 14px;
  margin-top: 14px;
}

.pv-tips-custom-field {
  min-height: 58px;
  width: 100%;
  padding: 0 18px;
  border-radius: 18px;
  border: 1px solid var(--pv-border, #f0f0f0);
  background: var(--pv-surface, #ededed);
  color: var(--pv-text, #111111);
  font-size: 16px;
  outline: none;
  appearance: textfield;
  -moz-appearance: textfield;
}

.pv-tips-custom-field::placeholder {
  color: color-mix(in srgb, var(--pv-text, #111111) 55%, transparent);
}

.pv-tips-custom-field::-webkit-outer-spin-button,
.pv-tips-custom-field::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.pv-subscriber-gallery-filters {
  display: flex;
  gap: 10px;
  margin: 14px 0 18px;
}

.pv-subscriber-videos-filters {
  display: flex;
  gap: 10px;
  margin: 14px 0 18px;
}

.pv-subscriber-gallery-filter.is-active {
  background: var(--pv-canvas-bg, #ffffff);
  box-shadow: inset 0 0 0 1px var(--pv-border, #f0f0f0);
}

.pv-subscriber-videos-filter.is-active {
  background: var(--pv-canvas-bg, #ffffff);
  box-shadow: inset 0 0 0 1px var(--pv-border, #f0f0f0);
}

.pv-subscriber-gallery-media-shell,
.pv-subscriber-videos-media-shell,
.pv-videos-feature-media,
.pv-videos-thumb-media,
.pv-youtube-channel-video-thumb {
  overflow: hidden;
  border-radius: 18px;
  background: var(--pv-surface, #f1f1f1);
  border: 1px solid var(--pv-border, #f0f0f0);
}

.pv-subscriber-gallery-media,
.pv-subscriber-videos-media {
  width: 100%;
  height: 220px;
  object-fit: cover;
  filter: blur(11px) saturate(.8);
  display: block;
}

.pv-subscriber-videos-media-shell {
  position: relative;
}

.pv-subscriber-videos-play-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--pv-icon, var(--pv-text, #111111));
  pointer-events: none;
}

.pv-subscriber-videos-play-overlay svg {
  width: 48px;
  height: 48px;
}

.pv-subscriber-gallery-copy,
.pv-subscriber-videos-copy {
  padding: 14px 2px 0;
}

.pv-subscriber-gallery-lock-card,
.pv-subscriber-videos-lock-card {
  margin-top: 18px;
  border-radius: 24px;
  background: var(--pv-surface, #f1f1f1);
  border: 1px solid var(--pv-border, #f0f0f0);
  padding: 24px 20px;
  text-align: center;
}

.pv-subscriber-gallery-lock-title,
.pv-subscriber-videos-lock-title {
  margin: 10px 0 8px;
  font-size: 26px;
  line-height: 1.1;
  font-weight: 800;
  color: var(--pv-text, #111111);
}

.pv-subscriber-gallery-lock-price,
.pv-subscriber-videos-lock-price {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  color: var(--pv-text, #111111);
}

.pv-subscriber-gallery-lock-actions,
.pv-subscriber-videos-lock-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 16px;
}

.pv-subscriber-gallery-secondary,
.pv-subscriber-videos-secondary {
  background: var(--pv-canvas-bg, #ffffff);
  box-shadow: inset 0 0 0 1px var(--pv-border, #f0f0f0);
}

.pv-subscriber-gallery-primary,
.pv-subscriber-videos-primary {
  background: var(--pv-text, #111111);
  color: var(--pv-canvas-bg, #ffffff);
}

.pv-subscriber-gallery-action,
.pv-subscriber-videos-action {
  background: var(--pv-surface, #f1f1f1);
  color: var(--pv-text, #111111);
}

.pv-subscriber-gallery-lock-icon,
.pv-subscriber-videos-lock-icon {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  color: var(--pv-icon, var(--pv-text, #111111));
}

.pv-subscriber-gallery-lock-icon svg,
.pv-subscriber-videos-lock-icon svg {
  width: 100%;
  height: 100%;
}

.pv-event-information-shell,
.pv-venue-location-shell {
  padding: 40px 24px;
  text-align: center;
}

.pv-event-information-title,
.pv-venue-location-name {
  margin-bottom: 18px;
  font-size: 34px;
  line-height: 1.1;
}

.pv-event-information-time {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
}

.pv-music-streams-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.pv-music-streams-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 18px;
  border-radius: 18px;
  box-shadow: inset 0 0 0 1px var(--pv-border, #f0f0f0);
  background: var(--pv-surface, #f1f1f1);
  color: var(--pv-text, #111111);
  text-decoration: none;
}

.pv-music-streams-play {
  width: 48px;
  height: 48px;
  color: var(--pv-icon, var(--pv-text, #111111));
  display: inline-flex;
}

.pv-music-streams-play svg {
  width: 100%;
  height: 100%;
}

.pv-music-streams-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}

.pv-music-streams-title {
  font-size: 18px;
  font-weight: 800;
  color: var(--pv-text, #111111);
}

.pv-music-streams-meta,
.pv-music-streams-link {
  font-size: 14px;
  color: var(--pv-text, #111111);
}

.pv-music-player-shell {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.pv-music-player-audio {
  margin-top: 18px;
}

.pv-music-player-audio-native {
  width: 100%;
  display: block;
  min-height: 58px;
  border-radius: 18px;
  border: 1px solid var(--pv-border, #f0f0f0);
  background: var(--pv-surface, #f1f1f1);
  color: var(--pv-text, #111111);
  accent-color: var(--pv-icon, var(--pv-text, #111111));
  cursor: pointer;
}

.pv-music-player-empty {
  margin-top: 16px;
  min-height: 86px;
  border-radius: 18px;
  border: 1px dashed var(--pv-border, #f0f0f0);
  color: var(--pv-text, #111111);
  background: var(--pv-surface, #f1f1f1);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 14px;
  font-size: 16px;
  line-height: 1.4;
}

.pv-videos-feature {
  padding: 0 0 16px;
}

.pv-videos-section .pv-section-heading-title,
.pv-merchandise-section .pv-section-heading-title {
  color: var(--pv-text, #111111);
}

.pv-videos-section .pv-section-heading-bar,
.pv-merchandise-section .pv-section-heading-bar {
  background: var(--pv-text, #111111);
}

.pv-videos-feature-media {
  position: relative;
  height: 236px;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid var(--pv-border, #f0f0f0);
  background: var(--pv-surface, #f1f1f1);
}

.pv-videos-play-button,
.pv-videos-thumb-play,
.pv-youtube-channel-play {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 999px;
  background: var(--pv-surface, #f1f1f1);
  border: 1px solid var(--pv-border, #f0f0f0);
  color: var(--pv-icon, var(--pv-text, #111111));
  font-size: 30px;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.pv-videos-feature-image,
.pv-videos-thumb-image,
.pv-merchandise-image-el {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pv-videos-feature-frame {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #000000;
}

.pv-videos-feature-title {
  margin-top: 16px;
  color: var(--pv-text, #111111);
}

.pv-videos-grid {
  padding: 0 0 28px;
}

.pv-videos-thumb {
  border: 1px solid var(--pv-border, #f0f0f0);
  border-radius: 16px;
  background: transparent;
  text-align: left;
  padding: 0 0 10px;
}

.pv-videos-thumb-media {
  position: relative;
  display: block;
  height: 116px;
  overflow: hidden;
  border-bottom: 1px solid var(--pv-border, #f0f0f0);
  background: var(--pv-surface, #f1f1f1);
}

.pv-videos-thumb-title {
  display: block;
  margin-top: 8px;
  padding: 0 10px;
  color: var(--pv-text, #111111);
}

.pv-merchandise-grid {
  padding: 0 0 28px;
}

.pv-merchandise-card {
  color: inherit;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--pv-border, #f0f0f0);
  border-radius: 18px;
  padding: 0 0 12px;
  overflow: hidden;
  background: transparent;
}

.pv-merchandise-image {
  display: block;
  height: 196px;
  background: var(--pv-surface, #f1f1f1);
  overflow: hidden;
}

.pv-merchandise-image-2 {
  background: var(--pv-surface, #f1f1f1);
}

.pv-merchandise-row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 14px;
  padding: 0 12px;
}

.pv-merchandise-name,
.pv-merchandise-price {
  font-size: 16px;
  font-weight: 800;
  color: var(--pv-text, #111111);
}

.pv-merchandise-cta {
  display: inline-block;
  margin-top: 8px;
  font-size: 14px;
  color: var(--pv-text, #111111);
  padding: 0 12px;
}

.pv-videos-feature-description,
.pv-merchandise-description {
  color: var(--pv-text, #111111);
}

.pv-merchandise-description {
  padding: 0 12px;
}

.pv-tour-dates-list {
  padding: 0 0 28px;
}

.pv-tour-dates-row {
  display: grid;
  grid-template-columns: 60px 1fr 110px;
  align-items: center;
  gap: 14px;
  padding: 0;
  background: transparent;
}

.pv-tour-dates-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  border-radius: 16px;
  background: var(--pv-surface, #f4f4f4);
}

.pv-tour-dates-month {
  font-size: 14px;
  color: var(--pv-text, #111111);
  font-weight: 700;
}

.pv-tour-dates-day {
  font-size: 26px;
  line-height: 1;
  font-weight: 800;
  color: var(--pv-text, #111111);
}

.pv-tour-dates-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 14px;
  background: var(--pv-surface, #dddddd);
  color: var(--pv-text, #111111);
  font-size: 16px;
  font-weight: 700;
}

.pv-youtube-channel-section {
  padding: 24px 20px 0;
}

.pv-youtube-channel-kicker {
  margin: 0 0 14px;
  font-size: 16px;
  font-weight: 700;
  color: #666666;
}

.pv-youtube-channel-video-thumb {
  position: relative;
  height: 214px;
  background: linear-gradient(135deg, #281929 0%, #100d15 100%);
}

.pv-youtube-channel-card {
  margin-top: 16px;
  padding: 18px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(17,17,17,.06);
}

.pv-youtube-channel-meta {
  display: flex;
  gap: 14px;
  align-items: center;
}

.pv-youtube-channel-avatar {
  width: 58px;
  height: 58px;
  border-radius: 999px;
  background: #ff3b30;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.pv-youtube-channel-avatar svg {
  width: 28px;
  height: 28px;
}

.pv-youtube-channel-description {
  margin-top: 16px;
}

.pv-youtube-channel-subscribe {
  margin-top: 18px;
  background: #ff3b30;
  color: #ffffff;
}

.pv-youtube-channel-secondary {
  margin-top: 10px;
  background: #ffffff;
  box-shadow: inset 0 0 0 1px #dadada;
  color: #666666;
}

.pv-band-members-list {
  padding: 0 0 28px;
}

.pv-band-members-row {
  display: grid;
  grid-template-columns: 72px 1fr 40px;
  align-items: start;
  gap: 16px;
  background: transparent;
  padding: 0;
}

.pv-band-members-section .pv-section-heading-title {
  color: var(--pv-text, #111111);
}

.pv-band-members-section .pv-section-heading-bar {
  background: var(--pv-text, #111111);
}

.pv-band-members-avatar {
  width: 72px;
  height: 72px;
  border-radius: 999px;
  background: transparent;
  color: var(--pv-icon, var(--pv-text, #111111));
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.pv-band-members-avatar svg {
  width: 34px;
  height: 34px;
}

.pv-band-members-ig {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: transparent;
  color: var(--pv-icon, var(--pv-text, #111111));
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.pv-qr-share-section {
  padding: 24px 20px 32px;
}

.pv-qr-share-panel {
  background: transparent;
  padding: 0;
  text-align: center;
}

.pv-qr-share-description {
  font-size: 16px;
  line-height: 1.5;
  color: var(--pv-text, var(--color-text, #111111));
  max-width: 520px;
  margin: 12px auto 0;
  text-align: center;
}

.pv-qr-share-code {
  width: 240px;
  height: 240px;
  margin: 20px auto 0;
  border-radius: 22px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pv-qr-share-code svg {
  width: 200px;
  height: 200px;
}

.pv-qr-share-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 18px auto 0;
  flex-wrap: wrap;
}

.pv-qr-share-action {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: 1px solid var(--pv-border, #e5e7eb);
  background: var(--pv-surface, #f1f1f1);
  color: var(--pv-icon, var(--pv-text, #111111));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform 120ms ease, border-color 120ms ease, background-color 120ms ease;
}

.pv-qr-share-action:hover {
  transform: translateY(-1px);
}

.pv-qr-share-action svg {
  width: 20px;
  height: 20px;
  display: block;
}

.pv-qr-share-title-icon {
  display: none !important;
}

.pv-qr-share-title-row {
  display: block;
}

.pv-copyright-section {
  padding: 24px 20px 32px;
}

.pv-copyright-text {
  font-size: 15px;
  line-height: 1.5;
  color: #b0b0b0;
}
.pv-videos-section .pv-section-heading-title,
.pv-music-streams-section .pv-section-heading-title,
.pv-merchandise-section .pv-section-heading-title,
.pv-music-player-section .pv-section-heading-title {
  color: var(--pv-text, #111111);
}

.pv-videos-section .pv-section-heading-bar,
.pv-music-streams-section .pv-section-heading-bar,
.pv-merchandise-section .pv-section-heading-bar,
.pv-music-player-section .pv-section-heading-bar {
  background: var(--pv-text, #111111);
}

.pv-registration-tickets-section .pv-section-heading-title {
  color: var(--pv-text, #111111);
}

.pv-registration-tickets-section .pv-section-heading-bar {
  background: var(--pv-text, #111111);
}

.pv-registration-tickets-shell {
  padding: 0 20px 28px;
}

.pv-registration-tickets-grid {
  grid-template-columns: 1fr;
  gap: 18px;
}

.pv-registration-ticket-card {
  position: relative;
  overflow: hidden;
  min-height: 320px;
  border-radius: 24px;
  border: 0;
  background: var(--pv-surface, #f1f1f1);
  color: var(--pv-text, #111111);
  box-shadow: none;
}

.pv-registration-ticket-card::before,
.pv-registration-ticket-card::after {
  content: "";
  position: absolute;
  top: 52%;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: var(--pv-canvas-bg, #ffffff);
  border: 1px solid var(--pv-border, #f0f0f0);
  transform: translateY(-50%);
  z-index: 2;
}

.pv-registration-ticket-card::before {
  left: -12px;
}

.pv-registration-ticket-card::after {
  right: -12px;
}

.pv-registration-ticket-card.is-template-classic {
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--pv-surface, #f1f1f1) 88%, white 12%) 0%, var(--pv-surface, #f1f1f1) 100%);
}

.pv-registration-ticket-card.is-template-halloween,
.pv-registration-ticket-card.is-template-sunburst,
.pv-registration-ticket-card.is-template-code {
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--pv-surface, #f1f1f1) 88%, white 12%) 0%, var(--pv-surface, #f1f1f1) 100%);
}

.pv-registration-ticket-art {
  position: absolute;
  inset: 16px 16px auto;
  height: 88px;
  border-radius: 18px;
  border: 1px solid var(--pv-border, #f0f0f0);
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--pv-surface, #f1f1f1) 92%, white 8%) 0%, transparent 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 16px;
}

.pv-registration-ticket-stamp {
  font-size: 28px;
  line-height: 1;
  letter-spacing: -0.04em;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--pv-text, #111111);
  opacity: 0.92;
}

.pv-registration-ticket-barcode {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 3px;
  height: 38px;
  width: 164px;
  margin: 0 auto;
}

.pv-registration-ticket-barcode span {
  display: block;
  width: 6px;
  height: 100%;
  border-radius: 999px;
  background: var(--pv-text, #111111);
  opacity: 0.92;
}

.pv-registration-ticket-barcode span:nth-child(2),
.pv-registration-ticket-barcode span:nth-child(5),
.pv-registration-ticket-barcode span:nth-child(8),
.pv-registration-ticket-barcode span:nth-child(11) {
  width: 3px;
}

.pv-registration-ticket-barcode span:nth-child(3),
.pv-registration-ticket-barcode span:nth-child(7),
.pv-registration-ticket-barcode span:nth-child(10) {
  width: 9px;
}

.pv-registration-ticket-inner {
  position: relative;
  z-index: 1;
  min-height: 320px;
  padding: 122px 20px 20px;
  display: flex;
  flex-direction: column;
}

.pv-registration-ticket-event {
  margin: 0;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--pv-text, #111111);
  opacity: 0.72;
  text-align: center;
}

.pv-registration-ticket-name {
  margin: 12px 0 0;
  font-size: 42px;
  line-height: 0.96;
  font-weight: 800;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: var(--pv-text, #111111);
  text-align: center;
}

.pv-registration-ticket-subtitle {
  margin: 12px 0 0;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 600;
  color: var(--pv-text, #111111);
}

.pv-registration-ticket-meta {
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 14px;
  border-top: 1px dashed var(--pv-border, #f0f0f0);
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--pv-text, #111111);
}

.pv-registration-ticket-footer {
  margin-top: auto;
  padding-top: 18px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
}

.pv-registration-ticket-price {
  font-size: 18px;
  line-height: 1.1;
  font-weight: 800;
  color: var(--pv-text, #111111);
}

.pv-registration-ticket-buy {
  min-height: 46px;
  padding: 0 18px;
  border-radius: 14px;
  border: 1px solid var(--pv-text, #111111);
  background: var(--pv-text, #111111);
  color: var(--pv-canvas-bg, #ffffff);
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  cursor: pointer;
}
