@import url("https://fonts.googleapis.com/css2?family=Anton&family=Permanent+Marker&family=Work+Sans:wght@400;500;600;700&display=swap");

.actpub.theme-v3_pop_rock {
  --pr-bg: #110c0d;
  --pr-bg-alt: #1b1315;
  --pr-bg-raise: #241a1c;
  --pr-ink: #f7efe8;
  --pr-ink-soft: #cdbdb6;
  --pr-ink-muted: #8f7a76;
  --pr-crimson: #d81b3f;
  --pr-crimson-dark: #7c0f22;
  --pr-rose: #e8a9c9;
  --pr-line: #3a262a;
  --pr-line-soft: #2a1c1f;
  --pr-section-y: 8.25rem;
  --pr-section-y-mobile: 4.5rem;
  --pr-content-w: 73.75rem;
  --pr-pad-x: 3rem;
  --pr-pad-x-mobile: 1.375rem;
  --bg: var(--pr-bg);
  --bg-alt: var(--pr-bg-alt);
  --bg-raise: var(--pr-bg-raise);
  --ink: var(--pr-ink);
  --ink-soft: var(--pr-ink-soft);
  --ink-muted: var(--pr-ink-muted);
  --crimson: var(--pr-crimson);
  --line-soft: var(--pr-line-soft);
  --pad-x: var(--pr-pad-x);
  --pad-x-m: var(--pr-pad-x-mobile);
  --f-display: "Anton", Impact, sans-serif;
  --f-script: "Permanent Marker", cursive;
  background:
    radial-gradient(circle at top right, rgba(216, 27, 63, 0.14), transparent 28%),
    linear-gradient(180deg, #130d0e 0%, var(--pr-bg) 45%, #0b0708 100%);
  color: var(--pr-ink);
  font-family: "Work Sans", Arial, sans-serif;
  min-height: 100vh;
}

.actpub.theme-v3_pop_rock .ap-container {
  max-width: none;
  padding: 0;
}

.actpub.theme-v3_pop_rock .ap-v3-site-nav {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 200;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 1rem;
  padding: 1.375rem var(--pad-x);
  background: linear-gradient(to bottom, color-mix(in srgb, var(--bg) 85%, transparent), transparent);
  transition:
    background 0.3s ease,
    padding 0.3s ease,
    border-color 0.3s ease;
}

.actpub.theme-v3_pop_rock .ap-v3-site-nav.scrolled {
  padding: 0.875rem var(--pad-x);
  background: color-mix(in srgb, var(--bg) 92%, transparent);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line-soft);
}

.actpub.theme-v3_pop_rock .ap-v3-site-nav-brand {
  justify-self: start;
  color: var(--ink);
  text-decoration: none;
  font-family: var(--f-display);
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1;
}

.actpub.theme-v3_pop_rock .ap-v3-site-nav-links {
  display: flex;
  gap: 2.125rem;
  align-items: center;
  justify-self: center;
}

.actpub.theme-v3_pop_rock .ap-v3-site-nav-links a {
  position: relative;
  padding-bottom: 0.25rem;
  color: var(--ink);
  text-decoration: none;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.actpub.theme-v3_pop_rock .ap-v3-site-nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--crimson);
  transition: width 0.25s ease;
}

.actpub.theme-v3_pop_rock .ap-v3-site-nav-links a:hover::after,
.actpub.theme-v3_pop_rock .ap-v3-site-nav-links a:focus-visible::after {
  width: 100%;
}

.actpub.theme-v3_pop_rock .ap-v3-site-nav-cta {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.6875rem 1.375rem;
  border: 1px solid var(--ink-muted);
  color: var(--ink);
  text-decoration: none;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition:
    border-color 0.2s ease,
    color 0.2s ease;
}

.actpub.theme-v3_pop_rock .ap-v3-site-nav-cta:hover,
.actpub.theme-v3_pop_rock .ap-v3-site-nav-cta:focus-visible {
  border-color: var(--crimson);
  color: var(--crimson);
}

.actpub.theme-v3_pop_rock .ap-v3-section {
  position: relative;
  margin: 0;
}

.actpub.theme-v3_pop_rock .ap-v3-section:not(.ap-v3-section--hero) {
  padding: var(--pr-section-y) var(--pr-pad-x);
}

.actpub.theme-v3_pop_rock .ap-v3-section--hero {
  overflow: clip;
  background: #050304;
}

.actpub.theme-v3_pop_rock .ap-v3-section--hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 3, 4, 0.08) 0%, rgba(5, 3, 4, 0.34) 64%, rgba(5, 3, 4, 0.68) 100%),
    linear-gradient(90deg, rgba(5, 3, 4, 0.6) 0%, rgba(5, 3, 4, 0.32) 34%, rgba(5, 3, 4, 0.04) 62%, rgba(5, 3, 4, 0.12) 100%);
  pointer-events: none;
  z-index: 1;
}

.actpub.theme-v3_pop_rock .ap-v3-section--bio,
.actpub.theme-v3_pop_rock .ap-v3-section--formulas,
.actpub.theme-v3_pop_rock .ap-v3-section--quotes,
.actpub.theme-v3_pop_rock .ap-v3-section--footer,
.actpub.theme-v3_pop_rock footer.ap-published-footer {
  background: var(--pr-bg);
}

.actpub.theme-v3_pop_rock .ap-v3-section--media {
  background: var(--pr-bg-alt);
}

.actpub.theme-v3_pop_rock .ap-v3-section.ap-v3-section--contact-cta {
  background: var(--pr-crimson);
  padding: 1.5rem 0;
}

.actpub.theme-v3_pop_rock .ap-v3-section--gallery,
.actpub.theme-v3_pop_rock .ap-v3-section--gigs {
  background: #0d090a;
}

.actpub.theme-v3_pop_rock .ap-v3-hero {
  position: relative;
  display: grid;
  min-height: 100svh;
}

.actpub.theme-v3_pop_rock .ap-v3-hero-media {
  position: absolute;
  inset: 0;
  min-height: 100svh;
  background: #090607;
}

.actpub.theme-v3_pop_rock .ap-v3-hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 20%;
  filter: saturate(0.96) contrast(1.02);
}

.actpub.theme-v3_pop_rock .ap-v3-hero-media--desktop-video {
  display: none;
}

.actpub.theme-v3_pop_rock .ap-v3-hero-media--desktop-video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 20%;
  filter: saturate(0.96) contrast(1.02);
}

.actpub.theme-v3_pop_rock .ap-v3-hero--has-desktop-video .ap-v3-hero-media--desktop-video {
  display: block;
  opacity: 0;
  transition: opacity 600ms ease;
}

.actpub.theme-v3_pop_rock .ap-v3-hero--has-desktop-video .ap-v3-hero-media--image {
  transition: opacity 600ms ease;
}

.actpub.theme-v3_pop_rock .ap-v3-hero--has-desktop-video.ap-v3-hero--desktop-video-active .ap-v3-hero-media--desktop-video {
  opacity: 1;
}

.actpub.theme-v3_pop_rock .ap-v3-hero--has-desktop-video.ap-v3-hero--desktop-video-active .ap-v3-hero-media--image {
  opacity: 0;
}

.actpub.theme-v3_pop_rock .ap-v3-hero-copy {
  position: relative;
  z-index: 3;
  display: grid;
  align-content: end;
  gap: 1rem;
  width: 100%;
  min-height: 100svh;
  margin: 0;
  padding: 8.5rem var(--pr-pad-x) 6.25rem;
}

.actpub.theme-v3_pop_rock .ap-v3-hero-title,
.actpub.theme-v3_pop_rock .ap-v3-section h2,
.actpub.theme-v3_pop_rock .ap-v3-bio-tagline,
.actpub.theme-v3_pop_rock .ap-v3-media-title,
.actpub.theme-v3_pop_rock .ap-v3-video-player-title,
.actpub.theme-v3_pop_rock .ap-v3-audio-player-title,
.actpub.theme-v3_pop_rock .ap-v3-audio-card-title,
.actpub.theme-v3_pop_rock .ap-v3-contact-cta-brand,
.actpub.theme-v3_pop_rock .ap-v3-footer-title,
.actpub.theme-v3_pop_rock .ap-footer-act-name,
.actpub.theme-v3_pop_rock .ap-v3-gig-date-day,
.actpub.theme-v3_pop_rock .ap-v3-quote-text,
.actpub.theme-v3_pop_rock .ap-v3-gig-venue {
  margin: 0;
  font-family: "Anton", Impact, sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.actpub.theme-v3_pop_rock .ap-v3-hero-title {
  position: relative;
  width: min(10ch, 58vw);
  color: var(--pr-ink);
  font-size: clamp(3.5rem, 10.5vw, 9.25rem);
  line-height: 0.92;
  text-wrap: balance;
}

.actpub.theme-v3_pop_rock .ap-v3-hero-tagline,
.actpub.theme-v3_pop_rock .ap-v3-bio-text,
.actpub.theme-v3_pop_rock .ap-v3-contact-cta-helper,
.actpub.theme-v3_pop_rock .ap-v3-footer-email {
  margin: 0;
  color: var(--pr-ink-soft);
  font-size: 1.03rem;
  line-height: 1.75;
}

.actpub.theme-v3_pop_rock .ap-v3-hero-tagline {
  max-width: 39rem;
  color: var(--pr-ink);
  font-size: clamp(1rem, 1.7vw, 1.18rem);
  line-height: 1.6;
}

.actpub.theme-v3_pop_rock .ap-v3-bio-text::first-letter {
  float: left;
  margin-top: 0.08em;
  margin-right: 0.14em;
  color: var(--pr-crimson);
  font-family: "Anton", Impact, sans-serif;
  font-size: 3.4em;
  line-height: 0.82;
  font-weight: 400;
}

.actpub.theme-v3_pop_rock .ap-v3-hero-meta,
.actpub.theme-v3_pop_rock .ap-v3-media-eyebrow,
.actpub.theme-v3_pop_rock .ap-v3-audio-player-eyebrow,
.actpub.theme-v3_pop_rock .ap-v3-video-player-provider,
.actpub.theme-v3_pop_rock .ap-v3-audio-player-meta,
.actpub.theme-v3_pop_rock .ap-v3-audio-player-duration,
.actpub.theme-v3_pop_rock .ap-v3-audio-card-meta,
.actpub.theme-v3_pop_rock .ap-v3-audio-card-duration,
.actpub.theme-v3_pop_rock .ap-v3-gig-status,
.actpub.theme-v3_pop_rock .ap-v3-gig-meta,
.actpub.theme-v3_pop_rock .ap-v3-gig-date-month,
.actpub.theme-v3_pop_rock .ap-v3-gig-date-year,
.actpub.theme-v3_pop_rock .ap-v3-quote-author,
.actpub.theme-v3_pop_rock .ap-v3-hero-hook,
.actpub.theme-v3_pop_rock .ap-footer-social,
.actpub.theme-v3_pop_rock .ap-footer-meta,
.actpub.theme-v3_pop_rock .ap-footer-date,
.actpub.theme-v3_pop_rock .ap-footer-links-item a,
.actpub.theme-v3_pop_rock .ap-footer-links-item span {
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.actpub.theme-v3_pop_rock .ap-v3-hero-meta {
  position: absolute;
  right: var(--pr-pad-x);
  bottom: 6.25rem;
  display: grid;
  justify-items: end;
  gap: 0.55rem;
  max-width: 16.5rem;
  color: var(--pr-ink-soft);
  text-align: right;
}

.actpub.theme-v3_pop_rock .ap-v3-hero-style,
.actpub.theme-v3_pop_rock .ap-v3-hero-location {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.7rem;
}

.actpub.theme-v3_pop_rock .ap-v3-hero-style::before,
.actpub.theme-v3_pop_rock .ap-v3-hero-location::before {
  content: "";
  width: 2.75rem;
  height: 1px;
  background: var(--pr-line);
}

.actpub.theme-v3_pop_rock .ap-v3-hero-booking,
.actpub.theme-v3_pop_rock .ap-v3-booking-cta,
.actpub.theme-v3_pop_rock .ap-v3-contact-cta-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 3.4rem;
  padding: 0.95rem 1.5rem;
  border: 1px solid transparent;
  background: var(--pr-crimson);
  color: var(--pr-ink);
  text-decoration: none;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.actpub.theme-v3_pop_rock .ap-v3-hero-booking:hover,
.actpub.theme-v3_pop_rock .ap-v3-hero-booking:focus-visible,
.actpub.theme-v3_pop_rock .ap-v3-booking-cta:hover,
.actpub.theme-v3_pop_rock .ap-v3-booking-cta:focus-visible,
.actpub.theme-v3_pop_rock .ap-v3-contact-cta-link:hover,
.actpub.theme-v3_pop_rock .ap-v3-contact-cta-link:focus-visible {
  background: var(--pr-crimson-dark);
  color: var(--pr-ink);
  transform: translateY(-1px);
}

.actpub.theme-v3_pop_rock .ap-v3-hero-hooks {
  display: flex;
  flex-wrap: wrap;
  gap: 1.1rem 1.4rem;
  margin-top: 0.45rem;
}

.actpub.theme-v3_pop_rock .ap-v3-hero-hooks {
  display: none;
}

.actpub.theme-v3_pop_rock .ap-v3-hero-hook {
  color: var(--pr-ink-soft);
  text-decoration: none;
  transition: color 180ms ease;
}

.actpub.theme-v3_pop_rock .ap-v3-hero-hook:hover,
.actpub.theme-v3_pop_rock .ap-v3-hero-hook:focus-visible {
  color: var(--pr-rose);
}

.actpub.theme-v3_pop_rock .ap-v3-section--booking-cta {
  background: var(--pr-crimson);
}

.actpub.theme-v3_pop_rock .ap-v3-section--booking-cta .ap-v3-booking-cta {
  width: 100%;
  min-height: 4rem;
  padding-inline: 2rem;
  background: transparent;
  border-color: rgba(247, 239, 232, 0.28);
}

.actpub.theme-v3_pop_rock .ap-v3-bio-shell,
.actpub.theme-v3_pop_rock .ap-v3-media-shell,
.actpub.theme-v3_pop_rock .ap-v3-gallery-shell,
.actpub.theme-v3_pop_rock .ap-v3-gigs-shell,
.actpub.theme-v3_pop_rock .ap-v3-quotes-shell,
.actpub.theme-v3_pop_rock .ap-v3-contact-cta {
  position: relative;
  z-index: 1;
  width: min(100%, var(--pr-content-w));
  margin: 0 auto;
}

.actpub.theme-v3_pop_rock .ap-v3-bio-shell--with-aside,
.actpub.theme-v3_pop_rock .ap-v3-gigs-shell--with-aside {
  display: grid;
  gap: 2.25rem;
}

.actpub.theme-v3_pop_rock .ap-v3-bio-shell--with-aside {
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  align-items: start;
}

.actpub.theme-v3_pop_rock .ap-v3-bio-main {
  grid-column: 2;
  display: grid;
  gap: 1.5rem;
}

.actpub.theme-v3_pop_rock .ap-v3-bio-shell--with-aside .ap-v3-bio-main {
  display: contents;
}

.actpub.theme-v3_pop_rock .ap-v3-bio-tagline,
.actpub.theme-v3_pop_rock .ap-v3-section h2,
.actpub.theme-v3_pop_rock .ap-v3-gigs-main > h2,
.actpub.theme-v3_pop_rock .ap-v3-gallery-shell > h2,
.actpub.theme-v3_pop_rock .ap-v3-quotes-shell > h2 {
  margin: 0;
  color: var(--pr-ink);
  font-size: clamp(2.125rem, 5vw, 3.625rem);
  line-height: 0.98;
}

.actpub.theme-v3_pop_rock .ap-v3-bio-tagline {
  grid-column: 1;
  grid-row: 1;
  align-self: end;
  max-width: 14ch;
  margin-bottom: 0.15rem;
}

.actpub.theme-v3_pop_rock .ap-v3-bio-text {
  grid-column: 2;
  grid-row: 2;
  align-self: center;
}

.actpub.theme-v3_pop_rock .ap-v3-bio-aside,
.actpub.theme-v3_pop_rock .ap-v3-gigs-aside {
  position: relative;
}

.actpub.theme-v3_pop_rock .ap-v3-bio-aside {
  grid-column: 1;
  grid-row: 2;
  align-self: start;
  position: sticky;
  top: 6.875rem;
}

.actpub.theme-v3_pop_rock .ap-v3-bio-aside img,
.actpub.theme-v3_pop_rock .ap-v3-gigs-aside img {
  display: block;
  width: 100%;
  border: 1px solid var(--pr-line);
  outline: 1px solid rgba(247, 239, 232, 0.22);
  outline-offset: -0.9rem;
  filter: grayscale(0.55);
  transition:
    filter 220ms ease,
    transform 220ms ease;
}

.actpub.theme-v3_pop_rock .ap-v3-bio-aside img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.actpub.theme-v3_pop_rock .ap-v3-gigs-aside img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.actpub.theme-v3_pop_rock .ap-v3-bio-aside:hover img,
.actpub.theme-v3_pop_rock .ap-v3-bio-aside:focus-within img,
.actpub.theme-v3_pop_rock .ap-v3-gigs-aside:hover img,
.actpub.theme-v3_pop_rock .ap-v3-gigs-aside:focus-within img {
  filter: grayscale(0);
  transform: translateY(-0.2rem);
}

.actpub.theme-v3_pop_rock .ap-v3-formulas-shell {
  display: grid;
  gap: 1.75rem;
}

.actpub.theme-v3_pop_rock .ap-v3-formulas-header {
  display: grid;
  gap: 0.5rem;
}

.actpub.theme-v3_pop_rock .ap-v3-formulas-intro {
  margin: 0;
  max-width: 46rem;
  color: var(--pr-ink-soft);
  font-size: 0.95rem;
  line-height: 1.65;
}

.actpub.theme-v3_pop_rock .ap-v3-formulas-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15.5rem, 1fr));
  gap: 1rem;
}

.actpub.theme-v3_pop_rock .ap-v3-formula-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  padding: 1.4rem 1.4rem 1.25rem;
  border: 1px solid var(--pr-line);
  background: var(--pr-bg-raise);
  transition:
    border-color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.actpub.theme-v3_pop_rock .ap-v3-formula-card:hover,
.actpub.theme-v3_pop_rock .ap-v3-formula-card:focus-within {
  border-color: var(--pr-crimson);
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.32);
}

.actpub.theme-v3_pop_rock .ap-v3-formula-card--featured {
  border-color: var(--pr-crimson);
  background: linear-gradient(180deg, rgba(216, 27, 63, 0.12), var(--pr-bg-raise) 55%);
}

.actpub.theme-v3_pop_rock .ap-v3-formula-card-head {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.actpub.theme-v3_pop_rock .ap-v3-formula-card-head > div {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-width: 0;
}

.actpub.theme-v3_pop_rock .ap-v3-formula-featured {
  width: fit-content;
  margin: 0 0 0.55rem;
  padding: 0.22rem 0.5rem;
  border: 1px solid var(--pr-crimson);
  background: rgba(216, 27, 63, 0.16);
  color: var(--pr-rose);
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.actpub.theme-v3_pop_rock .ap-v3-formula-featured--placeholder {
  visibility: hidden;
}

.actpub.theme-v3_pop_rock .ap-v3-formula-index {
  display: none;
}

.actpub.theme-v3_pop_rock .ap-v3-formula-title-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
}

.actpub.theme-v3_pop_rock .ap-v3-formula-title {
  flex: 1 1 auto;
  margin: 0;
  color: var(--pr-ink);
  font-family: "Anton", Impact, sans-serif;
  font-weight: 400;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1;
}

.actpub.theme-v3_pop_rock .ap-v3-formula-description {
  margin: 0.5rem 0 0;
  color: var(--pr-ink-soft);
  font-size: 0.86rem;
  line-height: 1.55;
}

.actpub.theme-v3_pop_rock .ap-v3-formula-price {
  width: fit-content;
  margin: 0;
  padding: 0.3rem 0.55rem;
  border: 1px solid var(--pr-line);
  color: var(--pr-rose);
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

.actpub.theme-v3_pop_rock .ap-v3-formula-price--inline {
  flex: 0 0 auto;
  align-self: flex-start;
}

.actpub.theme-v3_pop_rock .ap-v3-formula-meta {
  display: grid;
  gap: 0.65rem;
  padding-top: 0.85rem;
  border-top: 1px solid var(--pr-line-soft);
}

.actpub.theme-v3_pop_rock .ap-v3-formula-detail {
  display: grid;
  gap: 0.18rem;
}

.actpub.theme-v3_pop_rock .ap-v3-formula-detail-label {
  margin: 0;
  color: var(--pr-ink-muted);
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.actpub.theme-v3_pop_rock .ap-v3-formula-stat {
  margin: 0;
  color: var(--pr-ink);
  font-size: 0.88rem;
  font-weight: 500;
  line-height: 1.4;
}

.actpub.theme-v3_pop_rock .ap-v3-formula-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.4rem;
  min-height: 2.75rem;
  padding: 0.65rem 1.1rem;
  border: 1px solid var(--pr-ink-muted);
  background: transparent;
  color: var(--pr-ink);
  text-decoration: none;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease;
}

.actpub.theme-v3_pop_rock .ap-v3-formula-cta:hover,
.actpub.theme-v3_pop_rock .ap-v3-formula-cta:focus-visible {
  border-color: var(--pr-crimson);
  color: var(--pr-crimson);
}

.actpub.theme-v3_pop_rock .ap-v3-formula-card--featured .ap-v3-formula-cta {
  border-color: var(--pr-crimson);
  background: var(--pr-crimson);
  color: var(--pr-ink);
}

.actpub.theme-v3_pop_rock .ap-v3-formula-card--featured .ap-v3-formula-cta:hover,
.actpub.theme-v3_pop_rock .ap-v3-formula-card--featured .ap-v3-formula-cta:focus-visible {
  background: var(--pr-crimson-dark);
  border-color: var(--pr-crimson-dark);
  color: var(--pr-ink);
}

.actpub.theme-v3_pop_rock .ap-v3-media-shell {
  display: grid;
  gap: 6rem;
}

.actpub.theme-v3_pop_rock .ap-v3-media-block {
  display: grid;
  gap: 1.8rem;
}

.actpub.theme-v3_pop_rock .ap-v3-media-heading {
  display: grid;
  gap: 0.55rem;
}

.actpub.theme-v3_pop_rock .ap-v3-media-eyebrow,
.actpub.theme-v3_pop_rock .ap-v3-audio-player-eyebrow {
  margin: 0;
  color: var(--pr-rose);
}

.actpub.theme-v3_pop_rock .ap-v3-media-title,
.actpub.theme-v3_pop_rock .ap-v3-video-player-title,
.actpub.theme-v3_pop_rock .ap-v3-audio-player-title,
.actpub.theme-v3_pop_rock .ap-v3-audio-card-title {
  color: var(--pr-ink);
  font-size: clamp(1.8rem, 3.8vw, 2.9rem);
  line-height: 1;
}

.actpub.theme-v3_pop_rock .ap-v3-video-player-stage,
.actpub.theme-v3_pop_rock .ap-v3-audio-player,
.actpub.theme-v3_pop_rock .ap-v3-audio-card {
  border: 1px solid var(--pr-line);
  background: var(--pr-bg-raise);
}

.actpub.theme-v3_pop_rock .ap-v3-video-player-stage {
  overflow: hidden;
  aspect-ratio: 16 / 9;
}

.actpub.theme-v3_pop_rock .ap-v3-video-player-frame,
.actpub.theme-v3_pop_rock .ap-v3-audio-player-embed iframe,
.actpub.theme-v3_pop_rock .ap-v3-audio-card-embed iframe {
  display: block;
  width: 100%;
  border: 0;
}

.actpub.theme-v3_pop_rock .ap-v3-video-player-frame {
  height: 100%;
}

.actpub.theme-v3_pop_rock .ap-v3-video-player-link,
.actpub.theme-v3_pop_rock .ap-v3-audio-player-link,
.actpub.theme-v3_pop_rock .ap-v3-audio-card-link {
  color: var(--pr-ink);
  text-decoration: none;
}

.actpub.theme-v3_pop_rock .ap-v3-video-player-provider,
.actpub.theme-v3_pop_rock .ap-v3-audio-player-meta,
.actpub.theme-v3_pop_rock .ap-v3-audio-card-meta,
.actpub.theme-v3_pop_rock .ap-v3-audio-player-duration,
.actpub.theme-v3_pop_rock .ap-v3-audio-card-duration {
  color: var(--pr-ink-muted);
}

.actpub.theme-v3_pop_rock .ap-v3-video-carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(13rem, 15.5rem);
  gap: 0.9rem;
  overflow-x: auto;
  padding-bottom: 0.35rem;
  scrollbar-width: thin;
}

.actpub.theme-v3_pop_rock .ap-v3-video-thumb {
  display: grid;
  gap: 0.7rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
}

.actpub.theme-v3_pop_rock .ap-v3-video-thumb-preview {
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border: 1px solid var(--pr-line);
  background: #120d0e;
  box-shadow: inset 0 0 0 0 transparent;
  transition:
    box-shadow 180ms ease,
    transform 180ms ease;
}

.actpub.theme-v3_pop_rock .ap-v3-video-thumb-preview img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

.actpub.theme-v3_pop_rock .ap-v3-video-thumb.is-active .ap-v3-video-thumb-preview,
.actpub.theme-v3_pop_rock .ap-v3-video-thumb:hover .ap-v3-video-thumb-preview,
.actpub.theme-v3_pop_rock .ap-v3-video-thumb:focus-visible .ap-v3-video-thumb-preview {
  box-shadow: inset 0 0 0 2px var(--pr-crimson);
  transform: translateY(-1px);
}

.actpub.theme-v3_pop_rock .ap-v3-video-thumb:hover .ap-v3-video-thumb-preview img,
.actpub.theme-v3_pop_rock .ap-v3-video-thumb:focus-visible .ap-v3-video-thumb-preview img {
  transform: scale(1.04);
}

.actpub.theme-v3_pop_rock .ap-v3-video-thumb-title {
  color: var(--pr-ink-soft);
  font-size: 0.96rem;
  line-height: 1.4;
}

.actpub.theme-v3_pop_rock .ap-v3-media-block--audio {
  gap: 1.35rem;
}

.actpub.theme-v3_pop_rock .ap-v3-audio-player {
  display: grid;
  gap: 1.25rem;
  padding: 1.4rem;
}

.actpub.theme-v3_pop_rock .ap-v3-audio-grid {
  display: grid;
  gap: 0.85rem;
}

.actpub.theme-v3_pop_rock .ap-v3-audio-card {
  display: grid;
}

.actpub.theme-v3_pop_rock .ap-v3-audio-card-link {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1rem;
  align-items: center;
  padding: 1rem 1.15rem;
}

.actpub.theme-v3_pop_rock .ap-v3-audio-card-artwork,
.actpub.theme-v3_pop_rock .ap-v3-audio-card-artwork-placeholder {
  width: 3.5rem;
  height: 3.5rem;
  border: 1px solid var(--pr-line);
  background: #130d0e;
  object-fit: cover;
}

.actpub.theme-v3_pop_rock .ap-v3-audio-card-copy {
  display: grid;
  gap: 0.3rem;
  min-width: 0;
}

.actpub.theme-v3_pop_rock .ap-v3-audio-card-title {
  font-size: 1.1rem;
}

.actpub.theme-v3_pop_rock .ap-v3-quotes-shell {
  display: grid;
  gap: 1.75rem;
}

.actpub.theme-v3_pop_rock .ap-v3-quotes {
  display: grid;
  gap: 1rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.actpub.theme-v3_pop_rock .ap-v3-quotes.ap-v3-quotes--count-one {
  grid-template-columns: minmax(0, 1fr);
}

.actpub.theme-v3_pop_rock .ap-v3-quotes.ap-v3-quotes--count-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.actpub.theme-v3_pop_rock .ap-v3-quotes.ap-v3-quotes--count-many {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.actpub.theme-v3_pop_rock .ap-v3-quote {
  display: grid;
  align-content: start;
  gap: 1.35rem;
  min-height: 17.5rem;
  padding: 2.5rem 2rem 2.2rem;
  border: 1px solid var(--pr-line);
  background: var(--pr-bg);
}

.actpub.theme-v3_pop_rock .ap-v3-quote-text {
  position: relative;
  color: var(--pr-ink);
  padding-top: 2.4rem;
  font-family: "Anton", Impact, sans-serif;
  font-size: clamp(1.55rem, 1.9vw, 2rem);
  line-height: 1.08;
  letter-spacing: 0.015em;
  text-transform: none;
}

.actpub.theme-v3_pop_rock .ap-v3-quote-text::before {
  content: "“";
  position: absolute;
  top: 0;
  left: 0;
  color: var(--pr-crimson);
  font-family: "Anton", Impact, sans-serif;
  font-size: 3rem;
  line-height: 1;
}

.actpub.theme-v3_pop_rock .ap-v3-quote-author {
  align-self: end;
  margin-top: auto;
  color: var(--pr-ink-muted);
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  line-height: 1.65;
  text-transform: uppercase;
}

.actpub.theme-v3_pop_rock .ap-v3-quote-author strong,
.actpub.theme-v3_pop_rock .ap-v3-quote-author b {
  color: var(--pr-rose);
  font-weight: 700;
}

.actpub.theme-v3_pop_rock .ap-v3-gallery-shell {
  display: grid;
  gap: 1.6rem;
}

.actpub.theme-v3_pop_rock .ap-v3-gallery-frame {
  display: grid;
  gap: 1rem;
}

.actpub.theme-v3_pop_rock .ap-v3-gallery-controls {
  display: flex;
  justify-content: flex-end;
  gap: 0.6rem;
}

.actpub.theme-v3_pop_rock .ap-v3-gallery-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.7rem;
  height: 2.7rem;
  border: 1px solid var(--pr-line);
  background: transparent;
  color: var(--pr-ink-soft);
  font-size: 1.35rem;
  transition:
    border-color 180ms ease,
    color 180ms ease,
    background-color 180ms ease;
}

.actpub.theme-v3_pop_rock .ap-v3-gallery-nav:hover,
.actpub.theme-v3_pop_rock .ap-v3-gallery-nav:focus-visible {
  border-color: var(--pr-crimson);
  color: var(--pr-ink);
  background: rgba(216, 27, 63, 0.12);
}

.actpub.theme-v3_pop_rock .ap-v3-gallery-nav:disabled {
  opacity: 0.34;
}

.actpub.theme-v3_pop_rock .ap-v3-gallery {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 18.75rem;
  gap: 0.875rem;
  overflow-x: auto;
  padding-bottom: 0.35rem;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
}

.actpub.theme-v3_pop_rock .ap-v3-gallery-item {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--pr-line-soft);
  background: #0f0b0c;
  cursor: pointer;
  scroll-snap-align: start;
}

.actpub.theme-v3_pop_rock .ap-v3-gallery-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 12, 13, 0), rgba(17, 12, 13, 0.5));
  opacity: 0;
  transition: opacity 180ms ease;
  z-index: 1;
  pointer-events: none;
}

.actpub.theme-v3_pop_rock .ap-v3-gallery-image {
  display: block;
  width: 100%;
  height: 23.75rem;
  object-fit: cover;
  transition: transform 220ms ease;
}

.actpub.theme-v3_pop_rock .ap-v3-gallery-item:hover::before,
.actpub.theme-v3_pop_rock .ap-v3-gallery-item:focus-visible::before {
  opacity: 1;
}

.actpub.theme-v3_pop_rock .ap-v3-gallery-item:hover .ap-v3-gallery-image,
.actpub.theme-v3_pop_rock .ap-v3-gallery-item:focus-visible .ap-v3-gallery-image {
  transform: scale(1.07);
}

.actpub.theme-v3_pop_rock .ap-v3-gigs-shell--with-aside {
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  align-items: start;
}

.actpub.theme-v3_pop_rock .ap-v3-gigs-main {
  grid-column: 2;
  display: grid;
  gap: 1.5rem;
}

.actpub.theme-v3_pop_rock .ap-v3-gigs-aside {
  grid-column: 1;
  grid-row: 1;
  position: sticky;
  top: 6.875rem;
  align-self: start;
}

.actpub.theme-v3_pop_rock .ap-v3-gigs {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid var(--pr-line-soft);
}

.actpub.theme-v3_pop_rock .ap-v3-gig {
  display: grid;
  width: 100%;
  grid-template-columns: minmax(6.5rem, 7.5rem) minmax(0, 1fr) auto;
  gap: 0.5rem 1.3rem;
  align-items: center;
  padding: 1.35rem 0;
  border-bottom: 1px solid var(--pr-line-soft);
}

.actpub.theme-v3_pop_rock .ap-v3-gig-date-block {
  display: contents;
}

.actpub.theme-v3_pop_rock .ap-v3-gig-date {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 0.35rem;
  text-decoration: none;
}

.actpub.theme-v3_pop_rock .ap-v3-gig-date-month,
.actpub.theme-v3_pop_rock .ap-v3-gig-date-year {
  color: var(--pr-crimson);
}

.actpub.theme-v3_pop_rock .ap-v3-gig-date-day {
  color: var(--pr-ink);
  font-size: 2.25rem;
  line-height: 0.92;
}

.actpub.theme-v3_pop_rock .ap-v3-gig-main {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
}

.actpub.theme-v3_pop_rock .ap-v3-gig-status {
  grid-column: 3;
  grid-row: 1;
  justify-self: end;
  display: inline-flex;
  align-items: center;
  min-height: 1.9rem;
  padding: 0.1rem 0.55rem;
  border: 1px solid var(--pr-line);
  color: var(--pr-ink-soft);
}

.actpub.theme-v3_pop_rock .ap-v3-gig-status--upcoming {
  border-color: rgba(216, 27, 63, 0.55);
  color: var(--pr-ink);
}

.actpub.theme-v3_pop_rock .ap-v3-gig-status--past {
  color: var(--pr-ink-muted);
}

.actpub.theme-v3_pop_rock .ap-v3-gig-status--cancelled {
  border-color: rgba(143, 122, 118, 0.35);
  color: var(--pr-ink-muted);
}

.actpub.theme-v3_pop_rock .ap-v3-gig-venue {
  color: var(--pr-ink);
  font-size: 1.65rem;
  line-height: 1;
}

.actpub.theme-v3_pop_rock .ap-v3-gig-meta {
  margin-top: 0.35rem;
  color: var(--pr-ink-muted);
}

.actpub.theme-v3_pop_rock .ap-v3-gig--past {
  opacity: 0.42;
}

.actpub.theme-v3_pop_rock .ap-v3-contact-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  justify-items: start;
  gap: 1.5rem 2.5rem;
  width: min(100%, var(--pr-content-w));
  /*padding: 0 var(--pr-pad-x);*/
  margin: 0 auto;
}

.actpub.theme-v3_pop_rock .ap-v3-contact-cta-brand {
  display: none;
}

.actpub.theme-v3_pop_rock .ap-v3-contact-cta-main {
  display: contents;
}

.actpub.theme-v3_pop_rock .ap-v3-contact-cta-helper:first-child {
  color: var(--pr-ink);
  margin: 0;
  /*max-width: 24ch;*/
  font-size: clamp(1.55rem, 2vw, 1.875rem);
  line-height: 1;
  font-family: "Anton", Impact, sans-serif;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-wrap: pretty;
}

.actpub.theme-v3_pop_rock .ap-v3-contact-cta-link {
  min-width: 18rem;
  padding-inline: 2rem;
  border-color: var(--pr-ink);
  background: var(--pr-ink);
  color: var(--pr-bg);
  justify-self: end;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease;
}

.actpub.theme-v3_pop_rock .ap-v3-contact-cta-link:hover,
.actpub.theme-v3_pop_rock .ap-v3-contact-cta-link:focus-visible {
  border-color: var(--pr-ink);
  background: transparent;
  color: var(--pr-ink);
  transform: none;
}

.actpub.theme-v3_pop_rock .ap-v3-section--practical-info {
  background: var(--pr-bg-alt);
}

.actpub.theme-v3_pop_rock .ap-v3-practical-info {
  position: relative;
  z-index: 1;
  width: min(100%, var(--pr-content-w));
  margin: 0 auto;
}

.actpub.theme-v3_pop_rock .ap-v3-practical-shell--with-aside {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  align-items: start;
  gap: 3.5rem;
}

.actpub.theme-v3_pop_rock .ap-v3-practical-header {
  margin-bottom: 2.25rem;
}

.actpub.theme-v3_pop_rock .ap-v3-practical-title {
  margin: 0;
  color: var(--pr-ink);
  font-family: "Anton", Impact, sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: clamp(2.125rem, 5vw, 3.625rem);
  line-height: 0.98;
}

.actpub.theme-v3_pop_rock .ap-v3-practical-list {
  display: grid;
  gap: 0;
  margin: 0;
  border-top: 1px solid var(--pr-line-soft);
}

.actpub.theme-v3_pop_rock .ap-v3-practical-grid {
  grid-template-columns: 1fr;
}

.actpub.theme-v3_pop_rock .ap-v3-practical-item {
  display: grid;
  grid-template-columns: minmax(9rem, 14rem) 1fr;
  align-items: baseline;
  gap: 0.75rem 1.5rem;
  padding: 0.9rem 0;
  border-bottom: 1px solid var(--pr-line-soft);
}

.actpub.theme-v3_pop_rock .ap-v3-practical-label {
  margin: 0;
  color: var(--pr-ink-muted);
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.actpub.theme-v3_pop_rock .ap-v3-practical-value {
  margin: 0;
  color: var(--pr-ink);
  font-size: 0.98rem;
  font-weight: 500;
  line-height: 1.5;
}

.actpub.theme-v3_pop_rock .ap-v3-practical-aside {
  position: sticky;
  top: 6.875rem;
  align-self: start;
}

.actpub.theme-v3_pop_rock .ap-v3-practical-aside img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border: 1px solid var(--pr-line);
  outline: 1px solid rgba(247, 239, 232, 0.22);
  outline-offset: -0.9rem;
  filter: grayscale(0.55);
}

.actpub.theme-v3_pop_rock .ap-v3-availability-block {
  margin-top: 1.75rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--pr-line-soft);
}

.actpub.theme-v3_pop_rock .ap-v3-availability-title {
  margin: 0 0 1rem;
  color: var(--pr-ink);
  font-family: "Anton", Impact, sans-serif;
  font-weight: 400;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  line-height: 1;
}

.actpub.theme-v3_pop_rock .ap-v3-availability-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--pr-line-soft);
}

.actpub.theme-v3_pop_rock .ap-v3-availability-item {
  display: grid;
  gap: 0.4rem;
  padding: 0.7rem 0;
  border-bottom: 1px solid var(--pr-line-soft);
}

.actpub.theme-v3_pop_rock .ap-v3-availability-month {
  margin: 0;
  color: var(--pr-ink-muted);
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.actpub.theme-v3_pop_rock .ap-v3-availability-row {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.actpub.theme-v3_pop_rock .ap-v3-availability-gauge {
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  gap: 0.18rem;
  flex: 1 1 auto;
}

.actpub.theme-v3_pop_rock .ap-v3-availability-cell {
  display: block;
  aspect-ratio: 1 / 1;
  background: rgba(247, 239, 232, 0.07);
  border: 1px solid var(--pr-line);
  border-radius: 0;
}

.actpub.theme-v3_pop_rock .ap-v3-availability-cell--filled {
  background: var(--pr-crimson-dark);
  border-color: var(--pr-crimson-dark);
}

.actpub.theme-v3_pop_rock .ap-v3-availability-cell--empty {
  background: rgba(247, 239, 232, 0.1);
  border-color: var(--pr-line);
}

.actpub.theme-v3_pop_rock .ap-v3-availability-cell--light {
  background: #8f1c30;
  border-color: #8f1c30;
}

.actpub.theme-v3_pop_rock .ap-v3-availability-cell--medium {
  background: var(--pr-crimson);
  border-color: var(--pr-crimson);
}

.actpub.theme-v3_pop_rock .ap-v3-availability-cell--busy {
  background: #f0355c;
  border-color: #f0355c;
}

.actpub.theme-v3_pop_rock .ap-v3-availability-cell--heavy {
  background: #ff5c7d;
  border-color: #ff5c7d;
  box-shadow: 0 0 0.35rem rgba(216, 27, 63, 0.55);
}

.actpub.theme-v3_pop_rock .ap-v3-availability-state {
  color: var(--pr-ink-soft);
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  white-space: nowrap;
  flex: 0 0 10rem;
  width: 10rem;
  overflow: hidden;
  text-overflow: ellipsis;
}

.actpub.theme-v3_pop_rock .ap-v3-section--faq {
  background: #0d090a;
}

.actpub.theme-v3_pop_rock .ap-v3-faq {
  position: relative;
  z-index: 1;
  width: min(100%, var(--pr-content-w));
  margin: 0 auto;
}

.actpub.theme-v3_pop_rock .ap-v3-faq-shell {
  display: grid;
  grid-template-columns: minmax(14rem, 0.7fr) minmax(0, 1.3fr);
  gap: 3.5rem;
  align-items: start;
}

.actpub.theme-v3_pop_rock .ap-v3-faq-header {
  position: sticky;
  top: 6.875rem;
}

.actpub.theme-v3_pop_rock .ap-v3-faq-title {
  margin: 0;
  color: var(--pr-ink);
  font-family: "Anton", Impact, sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: clamp(2.125rem, 5vw, 3.625rem);
  line-height: 0.98;
}

.actpub.theme-v3_pop_rock .ap-v3-faq-list {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--pr-line-soft);
}

.actpub.theme-v3_pop_rock .ap-v3-faq-item {
  margin: 0;
  border-bottom: 1px solid var(--pr-line-soft);
}

.actpub.theme-v3_pop_rock .ap-v3-faq-trigger {
  position: relative;
  display: block;
  padding: 1.35rem 3rem 1.35rem 0;
  color: var(--pr-ink);
  font-family: "Anton", Impact, sans-serif;
  font-weight: 400;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  font-size: 1.1rem;
  line-height: 1.3;
  list-style: none;
  cursor: pointer;
  transition: color 180ms ease;
}

.actpub.theme-v3_pop_rock .ap-v3-faq-trigger::-webkit-details-marker {
  display: none;
}

.actpub.theme-v3_pop_rock .ap-v3-faq-trigger::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 0;
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  color: var(--pr-crimson);
  font-family: "Anton", Impact, sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  transform: translateY(-50%);
  transition: transform 0.2s ease;
}

.actpub.theme-v3_pop_rock .ap-v3-faq-item[open] .ap-v3-faq-trigger::after {
  transform: translateY(-50%) rotate(45deg);
}

.actpub.theme-v3_pop_rock .ap-v3-faq-trigger:hover,
.actpub.theme-v3_pop_rock .ap-v3-faq-trigger:focus-visible {
  color: var(--pr-rose);
}

.actpub.theme-v3_pop_rock .ap-v3-faq-panel {
  margin: 0 0 1.6rem;
  padding-right: 3rem;
}

.actpub.theme-v3_pop_rock .ap-v3-faq-panel p {
  margin: 0;
  color: var(--pr-ink-soft);
  font-size: 0.98rem;
  line-height: 1.7;
}

@media (max-width: 1320px) {
  .actpub.theme-v3_pop_rock .ap-v3-contact-cta {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .actpub.theme-v3_pop_rock .ap-v3-contact-cta-link {
    justify-self: start;
  }
}

.actpub.theme-v3_pop_rock .ap-v3-section--footer,
.actpub.theme-v3_pop_rock footer.ap-published-footer {
  border-top: 1px solid var(--pr-line-soft);
  background: #0a0708;
}

.actpub.theme-v3_pop_rock footer.ap-published-footer {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(18rem, 0.8fr);
  grid-template-areas:
    "brand meta"
    "social meta";
  align-items: start;
  gap: 1rem 3rem;
  width: min(100%, var(--pr-content-w));
  padding: var(--pr-section-y) var(--pr-pad-x);
  margin: 0 auto;
}

.actpub.theme-v3_pop_rock .ap-footer-brand,
.actpub.theme-v3_pop_rock .ap-footer-socials,
.actpub.theme-v3_pop_rock .ap-footer-meta {
  min-width: 0;
}

.actpub.theme-v3_pop_rock .ap-footer-act-name {
  display: inline-block;
  color: var(--pr-ink);
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 0.96;
}

.actpub.theme-v3_pop_rock .ap-footer-brand {
  grid-area: brand;
  display: grid;
  gap: 0.5rem;
  align-self: end;
  justify-self: start;
}

.actpub.theme-v3_pop_rock .ap-footer-socials {
  grid-area: social;
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  align-items: center;
  justify-content: flex-start;
  justify-self: start;
  align-self: start;
}

.actpub.theme-v3_pop_rock .ap-footer-social,
.actpub.theme-v3_pop_rock .ap-footer-links-item a {
  color: var(--pr-ink-soft);
  text-decoration: none;
}

.actpub.theme-v3_pop_rock .ap-footer-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  padding: 0;
  border: 1px solid var(--pr-line-soft);
  background: rgba(255, 255, 255, 0.02);
}

.actpub.theme-v3_pop_rock .ap-footer-social-icon {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(91%) sepia(7%) saturate(498%) hue-rotate(326deg) brightness(90%)
    contrast(88%);
}

.actpub.theme-v3_pop_rock .ap-footer-meta {
  grid-area: meta;
  display: grid;
  justify-items: end;
  align-content: space-between;
  min-height: 100%;
  gap: 1.25rem;
  padding-left: 2rem;
  border-left: 1px solid var(--pr-line-soft);
}

.actpub.theme-v3_pop_rock .ap-footer-links {
  display: grid;
  justify-items: end;
  gap: 0.7rem;
}

.actpub.theme-v3_pop_rock .ap-footer-links-item {
  display: inline-flex;
}

.actpub.theme-v3_pop_rock .ap-footer-links-item a,
.actpub.theme-v3_pop_rock .ap-footer-links-item span {
  display: inline-flex;
  align-items: center;
  min-height: 1.5rem;
}

.actpub.theme-v3_pop_rock .ap-footer-date,
.actpub.theme-v3_pop_rock .ap-footer-links-item span {
  color: var(--pr-ink-muted);
}

.actpub.theme-v3_pop_rock .ap-footer-date {
  text-align: right;
}

.actpub.theme-v3_pop_rock .ap-footer-social:hover,
.actpub.theme-v3_pop_rock .ap-footer-social:focus-visible,
.actpub.theme-v3_pop_rock .ap-footer-links-item a:hover,
.actpub.theme-v3_pop_rock .ap-footer-links-item a:focus-visible {
  color: var(--pr-rose);
}

@media (max-width: 1000px) {
  .actpub.theme-v3_pop_rock .ap-v3-hero-meta,
  .actpub.theme-v3_pop_rock .ap-v3-hero-hooks {
    display: none;
  }

  .actpub.theme-v3_pop_rock .ap-v3-bio-shell--with-aside,
  .actpub.theme-v3_pop_rock .ap-v3-gigs-shell--with-aside,
  .actpub.theme-v3_pop_rock .ap-v3-practical-shell--with-aside {
    grid-template-columns: 1fr;
  }

  .actpub.theme-v3_pop_rock .ap-v3-practical-shell--with-aside {
    gap: 2rem;
  }

  .actpub.theme-v3_pop_rock .ap-v3-faq-shell {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .actpub.theme-v3_pop_rock .ap-v3-faq-header {
    position: static;
  }

  .actpub.theme-v3_pop_rock .ap-v3-bio-main,
  .actpub.theme-v3_pop_rock .ap-v3-gigs-main,
  .actpub.theme-v3_pop_rock .ap-v3-bio-aside,
  .actpub.theme-v3_pop_rock .ap-v3-gigs-aside {
    grid-column: auto;
    grid-row: auto;
  }

  .actpub.theme-v3_pop_rock .ap-v3-bio-aside,
  .actpub.theme-v3_pop_rock .ap-v3-gigs-aside,
  .actpub.theme-v3_pop_rock .ap-v3-practical-aside {
    order: -1;
    position: static;
  }

  .actpub.theme-v3_pop_rock .ap-v3-bio-shell--with-aside .ap-v3-bio-main {
    display: grid;
    gap: 1.5rem;
  }

  .actpub.theme-v3_pop_rock .ap-v3-bio-tagline,
  .actpub.theme-v3_pop_rock .ap-v3-bio-text {
    grid-column: auto;
    grid-row: auto;
  }

  .actpub.theme-v3_pop_rock .ap-v3-bio-text {
    align-self: auto;
  }

  .actpub.theme-v3_pop_rock .ap-v3-gigs-aside {
    position: static;
  }

  .actpub.theme-v3_pop_rock .ap-v3-quotes,
  .actpub.theme-v3_pop_rock .ap-v3-quotes.ap-v3-quotes--count-one,
  .actpub.theme-v3_pop_rock .ap-v3-quotes.ap-v3-quotes--count-two,
  .actpub.theme-v3_pop_rock .ap-v3-quotes.ap-v3-quotes--count-many {
    grid-template-columns: 1fr;
  }

  .actpub.theme-v3_pop_rock .ap-v3-quote {
    min-height: 0;
    padding: 2rem 1.4rem 1.7rem;
  }

  .actpub.theme-v3_pop_rock .ap-v3-quote-text {
    font-size: clamp(1.35rem, 8vw, 1.7rem);
  }

  /* Formulas and gallery carousels are mandatory on mobile at every width —
     moved here from the narrower 720px block so they align with this
     template's other "mobile" breakpoint (quotes stacking above), instead
     of leaving a 721-1000px gap where quotes were already stacked but
     formulas/gallery still showed their desktop grid. */
  .actpub.theme-v3_pop_rock .ap-v3-section.ap-v3-section--layout-masonry .ap-v3-gallery.ap-v3-gallery--masonry {
    display: flex;
    width: 100%;
    max-width: 100%;
    column-count: unset;
    column-gap: 0;
    gap: 1rem;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .actpub.theme-v3_pop_rock .ap-v3-section.ap-v3-section--layout-masonry .ap-v3-gallery-item--masonry {
    display: block;
    flex: 0 0 78%;
    width: auto;
    max-width: none;
    margin-bottom: 0;
  }

  .actpub.theme-v3_pop_rock .ap-v3-section.ap-v3-section--layout-masonry .ap-v3-gallery-image--masonry {
    width: 100%;
    height: 70vw;
    max-height: 22rem;
    object-fit: cover;
  }

  .actpub.theme-v3_pop_rock .ap-v3-gallery-controls {
    display: none;
  }

  .actpub.theme-v3_pop_rock .ap-v3-formulas-grid {
    display: flex;
    grid-template-columns: none;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 1.1rem;
    padding-bottom: 0.5rem;
    scroll-snap-type: x proximity;
  }

  .actpub.theme-v3_pop_rock .ap-v3-formula-card {
    flex: 0 0 82%;
    scroll-snap-align: start;
    padding: 1.15rem 1.1rem 1rem;
  }
}

@media (max-width: 720px) {
  .actpub.theme-v3_pop_rock .ap-v3-section:not(.ap-v3-section--hero) {
    padding: var(--pr-section-y-mobile) var(--pr-pad-x-mobile);
  }

  .actpub.theme-v3_pop_rock .ap-v3-hero-copy {
    width: 100%;
    padding: 6rem var(--pr-pad-x-mobile) 5rem;
  }

  .actpub.theme-v3_pop_rock .ap-v3-hero-media img {
    object-position: 50% 22%;
  }

  .actpub.theme-v3_pop_rock .ap-v3-hero--has-desktop-video .ap-v3-hero-media--desktop-video {
    display: none;
  }

  .actpub.theme-v3_pop_rock .ap-v3-hero--has-desktop-video.ap-v3-hero--desktop-video-active .ap-v3-hero-media--image {
    opacity: 1;
  }

  .actpub.theme-v3_pop_rock .ap-v3-hero-booking {
    width: 100%;
  }

  .actpub.theme-v3_pop_rock .ap-v3-media-shell {
    gap: 4rem;
  }

  .actpub.theme-v3_pop_rock .ap-v3-video-carousel,
  .actpub.theme-v3_pop_rock .ap-v3-gallery {
    grid-auto-columns: minmax(15.5rem, 82vw);
  }

  .actpub.theme-v3_pop_rock .ap-v3-gallery-image {
    height: 20rem;
  }

  .actpub.theme-v3_pop_rock .ap-v3-gig {
    gap: 1rem;
    padding-block: 1.15rem;
  }

  .actpub.theme-v3_pop_rock .ap-v3-gig-venue {
    font-size: 1.4rem;
  }

  .actpub.theme-v3_pop_rock .ap-v3-practical-item {
    grid-template-columns: 1fr;
    gap: 0.3rem;
    padding: 0.8rem 0;
  }

  .actpub.theme-v3_pop_rock .ap-v3-faq-trigger {
    padding: 1.1rem 2.5rem 1.1rem 0;
    font-size: 1rem;
  }

  .actpub.theme-v3_pop_rock .ap-v3-faq-panel {
    padding-right: 0;
  }

  .actpub.theme-v3_pop_rock .ap-v3-contact-cta {
    grid-template-columns: 1fr;
    width: 100%;
    padding: 0 var(--pr-pad-x-mobile);
  }

  .actpub.theme-v3_pop_rock .ap-v3-contact-cta-main {
    width: auto;
    margin-left: 0;
  }

  .actpub.theme-v3_pop_rock .ap-v3-contact-cta-helper:first-child {
    max-width: none;
    font-size: clamp(1.5rem, 9vw, 1.875rem);
    white-space: normal;
  }

  .actpub.theme-v3_pop_rock .ap-v3-contact-cta-link {
    min-width: min(100%, 16rem);
    justify-self: start;
  }

  .actpub.theme-v3_pop_rock footer.ap-published-footer {
    grid-template-columns: 1fr;
    grid-template-areas:
      "brand"
      "social"
      "meta";
    padding: var(--pr-section-y-mobile) var(--pr-pad-x-mobile);
  }

  .actpub.theme-v3_pop_rock .ap-footer-meta {
    justify-items: start;
    align-content: start;
    padding-left: 0;
    border-left: 0;
    padding-top: 1.25rem;
    border-top: 1px solid var(--pr-line-soft);
  }

  .actpub.theme-v3_pop_rock .ap-footer-meta,
  .actpub.theme-v3_pop_rock .ap-footer-links {
    justify-items: start;
    justify-content: flex-start;
  }

  .actpub.theme-v3_pop_rock .ap-footer-date {
    text-align: left;
  }
}

@media (max-width: 820px) {
  .actpub.theme-v3_pop_rock .ap-v3-site-nav {
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 1rem var(--pad-x-m);
  }

  .actpub.theme-v3_pop_rock .ap-v3-site-nav.scrolled {
    padding: 1rem var(--pad-x-m);
  }

  .actpub.theme-v3_pop_rock .ap-v3-site-nav-links {
    display: none;
  }
}

/* Demo pages render a fixed, full-width top bar (.ap-demo-mobile) below
   1200px. The page content shifts down globally to clear it (see
   public-act.css); the sticky nav is fixed too, so it needs the same
   offset explicitly. */
@media (max-width: 1199px) {
  .actpub.ap-demo.theme-v3_pop_rock .ap-v3-site-nav {
    top: var(--ap-demo-mobile-bar-h, 3.5rem);
  }
}

@media (max-width: 560px) {
  .actpub.theme-v3_pop_rock .ap-v3-hero-title {
    width: min(9.5ch, 100%);
  }

  .actpub.theme-v3_pop_rock .ap-v3-audio-card-link {
    grid-template-columns: auto 1fr;
  }

  .actpub.theme-v3_pop_rock .ap-v3-audio-card-duration {
    grid-column: 2;
  }

  .actpub.theme-v3_pop_rock .ap-v3-gig {
    grid-template-columns: minmax(5.25rem, 6rem) minmax(0, 1fr) auto;
    gap: 0.5rem 0.85rem;
    padding-block: 0.65rem;
  }

  .actpub.theme-v3_pop_rock .ap-v3-gig-date-day {
    font-size: 1.4rem;
  }

  .actpub.theme-v3_pop_rock .ap-v3-gig-status {
    min-height: 1.6rem;
    padding: 0.05rem 0.5rem;
  }

  .actpub.theme-v3_pop_rock .ap-v3-gig-main {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    column-gap: 0.5rem;
    row-gap: 0.15rem;
    width: 100%;
  }

  .actpub.theme-v3_pop_rock .ap-v3-gig-meta {
    margin: 0;
  }

  .actpub.theme-v3_pop_rock .ap-v3-gig-meta::before {
    content: "\2013";
    margin-right: 0.5rem;
  }
}
