@import url("https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,600;9..144,700&family=Work+Sans:wght@400;500;600;700&family=Space+Mono:wght@400;700&display=swap");

/* ==========================================================================
   MARIGOLD COLLECTIVE — EPK V3 template, jazz fusion / neo-soul / modern gospel
   pageLayout: editorial | hero.layoutId: split_media_right
   bookingCtaPlacement: after_hero | motionPreset: editorial
   Warm, organic, vinyl-sleeve register rather than festival-poster or neon.
   Zero radius on all UI chrome — the one documented exception is the
   concentric "vinyl rings" decorative motif behind the hero copy, treated
   as artwork, not interface.
   ========================================================================== */

.actpub.theme-v3_marigold_collective {
  --mg-bg: #171009;
  --mg-bg-alt: #221708;
  --mg-ink: #f5ecdd;
  --mg-ink-soft: #c9b79c;
  --mg-ink-muted: #8c7a61;
  --mg-gold: #d4a24c;
  --mg-burgundy: #9a3b45;
  --mg-cream: #f5ecdd;
  --mg-line: rgba(245, 236, 221, 0.12);
  --mg-line-strong: rgba(245, 236, 221, 0.24);
  --mg-content-w: 73.75rem;
  --mg-px: clamp(1.25rem, 4vw, 3.25rem);
  --mg-section-y: 7rem;
  --mg-section-y-mobile: 3.5rem;
  --mg-glow-gold: 0 0 24px rgba(212, 162, 76, 0.4);
  --mg-glow-gold-soft: 0 0 18px rgba(212, 162, 76, 0.3);

  background: var(--mg-bg);
  color: var(--mg-ink);
  font-family: "Work Sans", -apple-system, sans-serif;
  min-height: 100vh;
}

.actpub.theme-v3_marigold_collective * {
  border-radius: 0 !important;
}

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

/* -------------------------------------------------------------------------
   Shared type + shell helpers
   ------------------------------------------------------------------------- */

.actpub.theme-v3_marigold_collective .ap-v3-section h2,
.actpub.theme-v3_marigold_collective .ap-v3-formulas-title,
.actpub.theme-v3_marigold_collective .ap-v3-practical-title,
.actpub.theme-v3_marigold_collective .ap-v3-faq-title {
  margin: 0 0 0.85rem;
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  font-size: clamp(1.85rem, 3.4vw, 2.7rem);
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: var(--mg-ink);
}

.actpub.theme-v3_marigold_collective .ap-v3-formulas-intro {
  max-width: 38rem;
  margin: 0 0 2.75rem;
  color: var(--mg-ink-soft);
  font-size: 1.05rem;
}

.actpub.theme-v3_marigold_collective .ap-v3-media-eyebrow,
.actpub.theme-v3_marigold_collective .ap-v3-video-player-provider,
.actpub.theme-v3_marigold_collective .ap-v3-audio-player-eyebrow,
.actpub.theme-v3_marigold_collective .ap-v3-audio-card-meta,
.actpub.theme-v3_marigold_collective .ap-v3-audio-card-duration,
.actpub.theme-v3_marigold_collective .ap-v3-audio-player-meta,
.actpub.theme-v3_marigold_collective .ap-v3-audio-player-duration,
.actpub.theme-v3_marigold_collective .ap-v3-gig-status,
.actpub.theme-v3_marigold_collective .ap-v3-gig-meta,
.actpub.theme-v3_marigold_collective .ap-v3-availability-month,
.actpub.theme-v3_marigold_collective .ap-v3-availability-state,
.actpub.theme-v3_marigold_collective .ap-v3-practical-label,
.actpub.theme-v3_marigold_collective .ap-v3-formula-detail-label,
.actpub.theme-v3_marigold_collective .ap-footer-social,
.actpub.theme-v3_marigold_collective .ap-footer-meta,
.actpub.theme-v3_marigold_collective .ap-footer-date,
.actpub.theme-v3_marigold_collective .ap-footer-links-item a,
.actpub.theme-v3_marigold_collective .ap-footer-links-item span {
  font-family: "Space Mono", "Courier New", monospace;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* -------------------------------------------------------------------------
   Nav
   ------------------------------------------------------------------------- */

.actpub.theme-v3_marigold_collective .ap-v3-site-nav {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.4rem var(--mg-px);
  border-bottom: 1px solid transparent;
  background: transparent;
  transition: background 0.3s ease, padding 0.3s ease, border-color 0.3s ease;
}

.actpub.theme-v3_marigold_collective .ap-v3-site-nav.scrolled {
  padding: 1rem var(--mg-px);
  background: rgba(23, 16, 9, 0.9);
  backdrop-filter: blur(8px);
  border-bottom-color: var(--mg-line);
}

.actpub.theme-v3_marigold_collective .ap-v3-site-nav-brand {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  font-size: 1.15rem;
  color: var(--mg-ink);
  text-decoration: none;
}

.actpub.theme-v3_marigold_collective .ap-v3-site-nav-links {
  display: none;
  gap: 1.75rem;
  overflow-x: auto;
  scrollbar-width: none;
}

.actpub.theme-v3_marigold_collective .ap-v3-site-nav-links::-webkit-scrollbar {
  display: none;
}

.actpub.theme-v3_marigold_collective .ap-v3-site-nav-links a {
  font-family: "Space Mono", monospace;
  font-size: 0.74rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--mg-ink-soft);
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.actpub.theme-v3_marigold_collective .ap-v3-site-nav-links a:hover {
  color: var(--mg-gold);
}

.actpub.theme-v3_marigold_collective .ap-v3-site-nav-cta {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  font-family: "Space Mono", monospace;
  font-size: 0.72rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0.6rem 1.1rem;
  border: 1px solid var(--mg-gold);
  color: var(--mg-ink);
  text-decoration: none;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.actpub.theme-v3_marigold_collective .ap-v3-site-nav-cta:hover {
  box-shadow: var(--mg-glow-gold);
  transform: translateY(-2px);
}

@media (min-width: 820px) {
  .actpub.theme-v3_marigold_collective .ap-v3-site-nav-links {
    display: flex;
  }
}

/* -------------------------------------------------------------------------
   Section rhythm + backgrounds
   ------------------------------------------------------------------------- */

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

.actpub.theme-v3_marigold_collective .ap-v3-section:not(.ap-v3-section--hero) {
  padding: var(--mg-section-y) var(--mg-px);
}

.actpub.theme-v3_marigold_collective .ap-v3-section--formulas,
.actpub.theme-v3_marigold_collective .ap-v3-section--bio,
.actpub.theme-v3_marigold_collective .ap-v3-section--quotes,
.actpub.theme-v3_marigold_collective .ap-v3-section--faq,
.actpub.theme-v3_marigold_collective .ap-v3-section--gigs {
  background: var(--mg-bg);
}

.actpub.theme-v3_marigold_collective .ap-v3-section--booking-cta,
.actpub.theme-v3_marigold_collective .ap-v3-section--practical-info,
.actpub.theme-v3_marigold_collective .ap-v3-section--media,
.actpub.theme-v3_marigold_collective .ap-v3-section--gallery {
  background: var(--mg-bg-alt);
}

.actpub.theme-v3_marigold_collective .ap-v3-section--booking-cta {
  padding: 3.2rem var(--mg-px);
  text-align: center;
  border-top: 1px solid var(--mg-line);
  border-bottom: 1px solid var(--mg-line);
}

/* Contact CTA is the sole light breakout surface on the whole page. */
.actpub.theme-v3_marigold_collective .ap-v3-section--contact-cta {
  background: var(--mg-cream);
  color: var(--mg-bg);
  text-align: center;
}

.actpub.theme-v3_marigold_collective .ap-v3-section--footer {
  display: grid;
  gap: 0.6rem;
  justify-items: center;
  text-align: center;
  padding: 2.6rem var(--mg-px);
  background: var(--mg-bg);
  border-top: 1px solid var(--mg-line);
}

/* -------------------------------------------------------------------------
   Hero — split_media_right (copy left, banner right, per real DOM order).
   No photo/video this cycle: concentric "vinyl rings" stand in behind the
   copy column. bookingCtaPlacement: after_hero — hero renders no CTA.
   ------------------------------------------------------------------------- */

.actpub.theme-v3_marigold_collective .ap-v3-section--hero {
  padding: 0;
}

.actpub.theme-v3_marigold_collective .ap-v3-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  align-items: center;
  gap: 3rem;
  min-height: 100vh;
  overflow: hidden;
  padding: 8rem var(--mg-px) 4rem;
  background: linear-gradient(160deg, #1c1309 0%, #120c06 100%);
}

.actpub.theme-v3_marigold_collective .ap-v3-hero-copy {
  position: relative;
  z-index: 2;
}

.actpub.theme-v3_marigold_collective .ap-v3-hero-copy::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: -4rem;
  width: 26rem;
  height: 26rem;
  transform: translateY(-50%);
  border-radius: 50%;
  border: 1px solid rgba(212, 162, 76, 0.16);
  box-shadow:
    0 0 0 3rem rgba(212, 162, 76, 0.05),
    0 0 0 6rem rgba(212, 162, 76, 0.035),
    0 0 0 9rem rgba(212, 162, 76, 0.02);
  pointer-events: none;
}

.actpub.theme-v3_marigold_collective .ap-v3-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-bottom: 1.4rem;
}

.actpub.theme-v3_marigold_collective .ap-v3-hero-style,
.actpub.theme-v3_marigold_collective .ap-v3-hero-location {
  font-family: "Space Mono", monospace;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: 1px solid var(--mg-line-strong);
  padding: 0.4rem 0.8rem;
  color: var(--mg-ink-soft);
}

.actpub.theme-v3_marigold_collective .ap-v3-hero-meta-separator {
  display: none;
}

.actpub.theme-v3_marigold_collective .ap-v3-hero-title {
  margin: 0 0 1.2rem;
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  font-size: clamp(2.6rem, 6vw, 4.6rem);
  line-height: 1.02;
  color: var(--mg-ink);
}

.actpub.theme-v3_marigold_collective .ap-v3-hero-tagline {
  max-width: 28rem;
  margin: 0 0 2.4rem;
  font-size: 1.15rem;
  color: var(--mg-ink-soft);
}

.actpub.theme-v3_marigold_collective .ap-v3-hero-booking {
  display: none;
}

.actpub.theme-v3_marigold_collective .ap-v3-hero-hooks {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1.5rem;
  border-top: 1px solid var(--mg-line);
  padding-top: 1.2rem;
}

.actpub.theme-v3_marigold_collective .ap-v3-hero-hook {
  font-family: "Space Mono", monospace;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--mg-ink-muted);
  text-decoration: none;
  padding: 0.5rem 0;
  transition: color 0.2s ease;
}

.actpub.theme-v3_marigold_collective .ap-v3-hero-hook:hover {
  color: var(--mg-gold);
}

.actpub.theme-v3_marigold_collective .ap-v3-hero-media {
  position: relative;
  z-index: 1;
}

.actpub.theme-v3_marigold_collective .ap-v3-hero-media img,
.actpub.theme-v3_marigold_collective .ap-v3-hero-media video {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border: 1px solid var(--mg-line-strong);
}

.actpub.theme-v3_marigold_collective .ap-v3-hero-media--image-fallback {
  aspect-ratio: 4 / 5;
  background:
    radial-gradient(circle at 30% 25%, rgba(212, 162, 76, 0.32), transparent 55%),
    radial-gradient(circle at 75% 80%, rgba(154, 59, 69, 0.32), transparent 55%),
    linear-gradient(160deg, #221708, #0e0904);
  border: 1px solid var(--mg-line-strong);
}

/* -------------------------------------------------------------------------
   Booking CTA strip — after_hero. Single link only.
   ------------------------------------------------------------------------- */

.actpub.theme-v3_marigold_collective .ap-v3-booking-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 1.2rem 2.4rem;
  border: 1px solid var(--mg-gold);
  color: var(--mg-gold);
  background: transparent;
  font-family: "Space Mono", monospace;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.actpub.theme-v3_marigold_collective .ap-v3-booking-cta:hover,
.actpub.theme-v3_marigold_collective .ap-v3-booking-cta:focus-visible {
  background: var(--mg-gold);
  color: var(--mg-bg);
  box-shadow: var(--mg-glow-gold);
}

/* -------------------------------------------------------------------------
   Formulas — single gold accent for every card (no multicolor cycle);
   distinction comes from content, not color.
   ------------------------------------------------------------------------- */

.actpub.theme-v3_marigold_collective .ap-v3-formulas-shell {
  width: min(100%, var(--mg-content-w));
  margin: 0 auto;
}

.actpub.theme-v3_marigold_collective .ap-v3-formulas-grid {
  gap: 2.2rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  counter-reset: mg-formula;
}

.actpub.theme-v3_marigold_collective .ap-v3-formula-card {
  gap: 0;
  padding: 2.2rem;
  background: var(--mg-bg);
  border: 1px solid var(--mg-line-strong);
  box-shadow: none;
  backdrop-filter: none;
  counter-increment: mg-formula;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.actpub.theme-v3_marigold_collective .ap-v3-formula-card:hover,
.actpub.theme-v3_marigold_collective .ap-v3-formula-card:focus-within {
  transform: translateY(-3px);
  border-color: var(--mg-gold);
  box-shadow: var(--mg-glow-gold-soft);
}

.actpub.theme-v3_marigold_collective .ap-v3-formula-card--featured {
  border-color: var(--mg-gold);
}

.actpub.theme-v3_marigold_collective .ap-v3-formula-featured {
  width: fit-content;
  margin: 0 0 0.9rem;
  padding: 0.3rem 0.6rem;
  border: 1px solid var(--mg-gold);
  background: rgba(212, 162, 76, 0.12);
  color: var(--mg-gold);
  font-family: "Space Mono", monospace;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

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

.actpub.theme-v3_marigold_collective .ap-v3-formula-index {
  position: absolute;
  top: 1.4rem;
  right: 1.6rem;
  font-family: "Space Mono", monospace;
  font-size: 0.75rem;
  color: var(--mg-ink-muted);
}

.actpub.theme-v3_marigold_collective .ap-v3-formula-index::before {
  content: counter(mg-formula, decimal-leading-zero);
}

.actpub.theme-v3_marigold_collective .ap-v3-formula-card-head {
  position: relative;
}

.actpub.theme-v3_marigold_collective .ap-v3-formula-title-row {
  align-items: flex-start;
  gap: 0.85rem;
  padding-right: 2.4rem;
  margin-bottom: 0.6rem;
}

.actpub.theme-v3_marigold_collective .ap-v3-formula-title {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.15;
  color: var(--mg-ink);
}

.actpub.theme-v3_marigold_collective .ap-v3-formula-price {
  font-family: "Space Mono", monospace;
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--mg-gold);
  background: none;
  border: 0;
  padding: 0;
  white-space: normal;
}

.actpub.theme-v3_marigold_collective .ap-v3-formula-description {
  margin: 0 0 1.6rem;
  color: var(--mg-ink-soft);
  font-size: 0.95rem;
  line-height: 1.6;
}

.actpub.theme-v3_marigold_collective .ap-v3-formula-meta {
  gap: 1.4rem;
  padding-top: 1.1rem;
  margin-bottom: 1.6rem;
  border-top: 1px dashed var(--mg-line);
  grid-template-columns: repeat(auto-fit, minmax(7rem, 1fr));
}

.actpub.theme-v3_marigold_collective .ap-v3-formula-detail-label {
  color: var(--mg-ink-muted);
  font-weight: 400;
}

.actpub.theme-v3_marigold_collective .ap-v3-formula-stat {
  font-family: "Space Mono", monospace;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--mg-ink);
}

.actpub.theme-v3_marigold_collective .ap-v3-formula-cta {
  align-self: flex-start;
  width: fit-content;
  min-height: 0;
  margin-top: 0;
  padding: 0.75rem 1.3rem;
  border: 1px solid var(--mg-line-strong);
  background: transparent;
  color: var(--mg-ink);
  font-family: "Space Mono", monospace;
  font-size: 0.72rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.actpub.theme-v3_marigold_collective .ap-v3-formula-cta:hover,
.actpub.theme-v3_marigold_collective .ap-v3-formula-cta:focus-visible {
  background: var(--mg-gold);
  color: var(--mg-bg);
  border-color: var(--mg-gold);
}

/* -------------------------------------------------------------------------
   Practical info — flexible fact grid, monthly availability gauge rows,
   aside image slot.
   ------------------------------------------------------------------------- */

.actpub.theme-v3_marigold_collective .ap-v3-practical-shell {
  width: min(100%, var(--mg-content-w));
  margin: 0 auto;
}

.actpub.theme-v3_marigold_collective .ap-v3-practical-main {
  gap: 2.4rem;
}

.actpub.theme-v3_marigold_collective .ap-v3-practical-list {
  gap: 1px;
  background: var(--mg-line-strong);
  border: 1px solid var(--mg-line-strong);
}

.actpub.theme-v3_marigold_collective .ap-v3-practical-grid {
  grid-template-columns: repeat(auto-fit, minmax(11rem, 1fr));
}

.actpub.theme-v3_marigold_collective .ap-v3-practical-item {
  gap: 0.6rem;
  padding: 1.6rem 1.4rem;
  margin: 0;
  background: var(--mg-bg-alt);
  border-bottom: 0;
}

.actpub.theme-v3_marigold_collective .ap-v3-practical-label {
  color: var(--mg-ink-muted);
  font-weight: 400;
}

.actpub.theme-v3_marigold_collective .ap-v3-practical-value {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  font-size: 1.1rem;
  color: var(--mg-ink);
}

.actpub.theme-v3_marigold_collective .ap-v3-availability-block {
  padding-top: 1.7rem;
  border-top: 1px dashed var(--mg-line);
}

.actpub.theme-v3_marigold_collective .ap-v3-availability-title {
  margin: 0 0 1.1rem;
  font-family: "Space Mono", monospace;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--mg-ink-muted);
}

.actpub.theme-v3_marigold_collective .ap-v3-availability-item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0.55rem 0;
}

.actpub.theme-v3_marigold_collective .ap-v3-availability-month {
  color: var(--mg-ink);
  font-weight: 700;
}

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

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

.actpub.theme-v3_marigold_collective .ap-v3-availability-cell {
  display: block;
  aspect-ratio: auto;
  width: 100%;
  height: 9px;
  background: var(--mg-bg);
  border: 1px solid var(--mg-line-strong);
}

.actpub.theme-v3_marigold_collective .ap-v3-availability-cell--filled {
  background: var(--mg-gold);
  border-color: var(--mg-gold);
  box-shadow: 0 0 8px rgba(212, 162, 76, 0.55);
}

.actpub.theme-v3_marigold_collective .ap-v3-availability-state {
  font-family: "Space Mono", monospace;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.2rem 0.55rem;
  border: 1px solid var(--mg-line-strong);
  color: var(--mg-ink-muted);
  flex: 0 0 9rem;
  width: 9rem;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.actpub.theme-v3_marigold_collective .ap-v3-practical-aside img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border: 1px solid var(--mg-line-strong);
}

/* -------------------------------------------------------------------------
   Bio — single flat text block, no invented excerpt
   ------------------------------------------------------------------------- */

.actpub.theme-v3_marigold_collective .ap-v3-bio-shell {
  width: min(100%, var(--mg-content-w));
  margin: 0 auto;
  gap: 2rem;
}

.actpub.theme-v3_marigold_collective .ap-v3-bio-tagline {
  margin: 0 0 1.4rem;
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  font-size: 1.1rem;
  color: var(--mg-ink);
}

.actpub.theme-v3_marigold_collective .ap-v3-bio-text {
  max-width: 40rem;
  color: var(--mg-ink-soft);
  font-size: 1.05rem;
  line-height: 1.75;
}

.actpub.theme-v3_marigold_collective .ap-v3-bio-aside img {
  aspect-ratio: 4 / 5;
  border: 1px solid var(--mg-line-strong);
  background: linear-gradient(150deg, var(--mg-gold) 0%, var(--mg-burgundy) 55%, #120c06 100%);
}

/* -------------------------------------------------------------------------
   Media
   ------------------------------------------------------------------------- */

.actpub.theme-v3_marigold_collective .ap-v3-media-shell {
  width: min(100%, var(--mg-content-w));
  margin: 0 auto;
  gap: 3.5rem;
}

.actpub.theme-v3_marigold_collective .ap-v3-media-eyebrow {
  color: var(--mg-ink-muted);
}

.actpub.theme-v3_marigold_collective .ap-v3-media-title {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  font-size: clamp(1.4rem, 2.4vw, 1.9rem);
  color: var(--mg-ink);
}

.actpub.theme-v3_marigold_collective .ap-v3-video-player-stage {
  border: 1px solid var(--mg-line-strong);
  background: radial-gradient(circle at 30% 20%, rgba(212, 162, 76, 0.28), transparent 50%), #221708;
}

.actpub.theme-v3_marigold_collective .ap-v3-video-player-title,
.actpub.theme-v3_marigold_collective .ap-v3-audio-player-title,
.actpub.theme-v3_marigold_collective .ap-v3-audio-card-title {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  color: var(--mg-ink);
}

.actpub.theme-v3_marigold_collective .ap-v3-video-player-provider {
  color: var(--mg-ink-muted);
}

.actpub.theme-v3_marigold_collective .ap-v3-video-player-link,
.actpub.theme-v3_marigold_collective .ap-v3-audio-player-link,
.actpub.theme-v3_marigold_collective .ap-v3-audio-card-cta {
  color: var(--mg-gold);
  font-weight: 700;
}

.actpub.theme-v3_marigold_collective .ap-v3-video-thumb {
  border: 1px solid var(--mg-line);
  opacity: 0.55;
  transition: opacity 0.15s ease, border-color 0.15s ease;
}

.actpub.theme-v3_marigold_collective .ap-v3-video-thumb.is-active,
.actpub.theme-v3_marigold_collective .ap-v3-video-thumb:hover {
  opacity: 1;
  border-color: var(--mg-gold);
}

.actpub.theme-v3_marigold_collective .ap-v3-audio-player--embed,
.actpub.theme-v3_marigold_collective .ap-v3-audio-player--fallback {
  padding: 1.3rem;
  background: var(--mg-bg);
  border: 1px solid var(--mg-line-strong);
}

.actpub.theme-v3_marigold_collective .ap-v3-audio-player-artwork,
.actpub.theme-v3_marigold_collective .ap-v3-audio-card-artwork {
  background: linear-gradient(150deg, var(--mg-gold), var(--mg-burgundy));
}

.actpub.theme-v3_marigold_collective .ap-v3-audio-player-eyebrow {
  color: var(--mg-gold);
}

.actpub.theme-v3_marigold_collective .ap-v3-audio-player-meta,
.actpub.theme-v3_marigold_collective .ap-v3-audio-player-duration,
.actpub.theme-v3_marigold_collective .ap-v3-audio-card-meta,
.actpub.theme-v3_marigold_collective .ap-v3-audio-card-duration {
  color: var(--mg-ink-muted);
}

.actpub.theme-v3_marigold_collective .ap-v3-audio-card {
  padding: 0.85rem 1rem;
  background: var(--mg-bg);
  border: 1px solid var(--mg-line);
  transition: border-color 0.15s ease;
}

.actpub.theme-v3_marigold_collective .ap-v3-audio-card:hover,
.actpub.theme-v3_marigold_collective .ap-v3-audio-card--featured {
  border-color: var(--mg-gold);
}

/* -------------------------------------------------------------------------
   Quotes — count-many (3 columns), single instance only
   ------------------------------------------------------------------------- */

.actpub.theme-v3_marigold_collective .ap-v3-quotes-shell {
  width: min(100%, var(--mg-content-w));
  margin: 0 auto;
}

.actpub.theme-v3_marigold_collective .ap-v3-quotes {
  gap: 2.2rem;
}

.actpub.theme-v3_marigold_collective .ap-v3-quote {
  padding-top: 1.4rem;
  border-top: 2px solid var(--mg-gold);
}

.actpub.theme-v3_marigold_collective .ap-v3-quote-text {
  position: relative;
  padding-top: 2.3rem;
  margin: 0 0 1.1rem;
  color: var(--mg-ink);
  font-size: 1rem;
  line-height: 1.6;
}

.actpub.theme-v3_marigold_collective .ap-v3-quote-text::before {
  content: "\201C";
  position: absolute;
  top: -0.5rem;
  left: 0;
  font-family: "Fraunces", Georgia, serif;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 0.6;
  color: var(--mg-gold);
}

.actpub.theme-v3_marigold_collective .ap-v3-quote-author {
  color: var(--mg-ink-muted);
  font-weight: 400;
}

.actpub.theme-v3_marigold_collective .ap-v3-quote-author::before {
  content: none;
}

/* -------------------------------------------------------------------------
   Gallery — strip
   ------------------------------------------------------------------------- */

.actpub.theme-v3_marigold_collective .ap-v3-gallery-shell {
  width: min(100%, var(--mg-content-w));
  margin: 0 auto;
}

.actpub.theme-v3_marigold_collective .ap-v3-gallery-item {
  width: 260px;
  height: 320px;
  border: 1px solid var(--mg-line-strong);
}

.actpub.theme-v3_marigold_collective .ap-v3-gallery-image {
  transition: transform 0.35s ease;
}

.actpub.theme-v3_marigold_collective .ap-v3-gallery-item:hover .ap-v3-gallery-image {
  transform: scale(1.05);
}

.actpub.theme-v3_marigold_collective .ap-v3-gallery-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--mg-line-strong);
  background: transparent;
  color: var(--mg-ink);
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.actpub.theme-v3_marigold_collective .ap-v3-gallery-nav:hover:not(:disabled) {
  background: var(--mg-gold);
  border-color: var(--mg-gold);
  color: var(--mg-bg);
}

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

@media (min-width: 769px) {
  .actpub.theme-v3_marigold_collective .ap-v3-gallery-controls {
    display: flex;
    justify-content: flex-end;
    gap: 0.7rem;
    margin-top: 1.2rem;
  }
}

/* -------------------------------------------------------------------------
   FAQ — title + items only
   ------------------------------------------------------------------------- */

.actpub.theme-v3_marigold_collective .ap-v3-faq-shell {
  width: min(100%, var(--mg-content-w));
  margin: 0 auto;
}

.actpub.theme-v3_marigold_collective .ap-v3-faq-list {
  border-top: 1px solid var(--mg-line);
}

.actpub.theme-v3_marigold_collective .ap-v3-faq-item {
  border-bottom: 1px solid var(--mg-line);
}

.actpub.theme-v3_marigold_collective .ap-v3-faq-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.5rem 0;
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  font-size: 1.05rem;
  color: var(--mg-ink);
  cursor: pointer;
  list-style: none;
}

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

.actpub.theme-v3_marigold_collective .ap-v3-faq-trigger::after {
  content: "+";
  flex: 0 0 auto;
  font-family: "Space Mono", monospace;
  font-size: 1.1rem;
  color: var(--mg-gold);
  transition: transform 0.25s ease;
}

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

.actpub.theme-v3_marigold_collective .ap-v3-faq-panel {
  padding: 0 0 1.5rem;
}

.actpub.theme-v3_marigold_collective .ap-v3-faq-answer p {
  max-width: 40rem;
  margin: 0;
  color: var(--mg-ink-soft);
  line-height: 1.65;
}

/* -------------------------------------------------------------------------
   Contact CTA — the page's single light breakout surface
   ------------------------------------------------------------------------- */

.actpub.theme-v3_marigold_collective .ap-v3-contact-cta {
  width: min(100%, 36rem);
  margin: 0 auto;
  display: grid;
  gap: 1.2rem;
  justify-items: center;
}

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

.actpub.theme-v3_marigold_collective .ap-v3-contact-cta-main {
  display: grid;
  gap: 1.2rem;
  justify-items: center;
}

.actpub.theme-v3_marigold_collective .ap-v3-contact-cta-helper {
  margin: 0;
  max-width: 34rem;
  color: rgba(23, 16, 9, 0.72);
  font-size: 1.05rem;
}

.actpub.theme-v3_marigold_collective .ap-v3-contact-cta-helper:first-child {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  font-size: clamp(1.9rem, 4.4vw, 3rem);
  line-height: 1.2;
  color: var(--mg-bg);
}

.actpub.theme-v3_marigold_collective .ap-v3-contact-cta-link {
  padding: 1rem 2rem;
  border: 1px solid var(--mg-burgundy);
  background: var(--mg-burgundy);
  color: var(--mg-cream);
  font-family: "Space Mono", monospace;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.actpub.theme-v3_marigold_collective .ap-v3-contact-cta-link:hover,
.actpub.theme-v3_marigold_collective .ap-v3-contact-cta-link:focus-visible {
  box-shadow: 0 0 24px rgba(154, 59, 69, 0.45);
  transform: translateY(-2px);
}

/* -------------------------------------------------------------------------
   Gigs — no ticket/info CTA (field doesn't exist)
   ------------------------------------------------------------------------- */

.actpub.theme-v3_marigold_collective .ap-v3-gigs-shell {
  width: min(100%, var(--mg-content-w));
  margin: 0 auto;
  gap: 2rem;
}

.actpub.theme-v3_marigold_collective .ap-v3-gigs-aside img {
  aspect-ratio: 3 / 4;
  border: 1px solid var(--mg-line-strong);
}

.actpub.theme-v3_marigold_collective .ap-v3-gigs {
  grid-template-columns: minmax(0, 1fr);
}

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

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

.actpub.theme-v3_marigold_collective .ap-v3-gig-date {
  grid-column: 1;
  grid-row: 1;
}

.actpub.theme-v3_marigold_collective .ap-v3-gig-main {
  grid-column: 2;
  grid-row: 1;
}

.actpub.theme-v3_marigold_collective .ap-v3-gig-status {
  grid-column: 3;
  grid-row: 1;
  justify-self: end;
}

.actpub.theme-v3_marigold_collective .ap-v3-gig-date {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 0.4rem;
  font-family: "Space Mono", monospace;
  font-weight: 700;
  font-size: 0.85rem;
  color: var(--mg-ink);
}

.actpub.theme-v3_marigold_collective .ap-v3-gig-date-year {
  font-weight: 400;
  color: var(--mg-ink-muted);
}

.actpub.theme-v3_marigold_collective .ap-v3-gig-venue {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  font-size: 1rem;
  color: var(--mg-ink);
}

.actpub.theme-v3_marigold_collective .ap-v3-gig-meta {
  color: var(--mg-ink-muted);
  font-weight: 400;
  text-transform: none;
  letter-spacing: normal;
  font-family: "Work Sans", sans-serif;
  font-size: 0.88rem;
}

.actpub.theme-v3_marigold_collective .ap-v3-gig-status {
  border: 1px solid var(--mg-line-strong);
  padding: 0.35rem 0.7rem;
  color: var(--mg-ink-muted);
  background: transparent;
}

.actpub.theme-v3_marigold_collective .ap-v3-gig-status--upcoming {
  border-color: var(--mg-gold);
  color: var(--mg-gold);
}

.actpub.theme-v3_marigold_collective .ap-v3-gig--past {
  opacity: 0.4;
}

/* -------------------------------------------------------------------------
   Footer — two components, blended into one continuous dark zone.
   ------------------------------------------------------------------------- */

.actpub.theme-v3_marigold_collective .ap-v3-footer-title {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  font-size: 1rem;
  color: var(--mg-ink-soft);
}

.actpub.theme-v3_marigold_collective .ap-v3-footer-email {
  color: var(--mg-ink-muted);
  font-family: "Space Mono", monospace;
  font-size: 0.8rem;
  text-decoration: none;
  transition: color 0.2s ease;
}

.actpub.theme-v3_marigold_collective .ap-v3-footer-email:hover,
.actpub.theme-v3_marigold_collective .ap-v3-footer-email:focus-visible {
  color: var(--mg-gold);
}

.actpub.theme-v3_marigold_collective footer.ap-published-footer {
  --ap-footer-bg: var(--mg-bg-alt);
  --ap-footer-text: var(--mg-ink-muted);
  --ap-footer-title: var(--mg-ink);
  --ap-footer-link: var(--mg-ink-soft);
  --ap-footer-link-hover: var(--mg-gold);
  --ap-footer-meta: var(--mg-ink-muted);
  --ap-footer-border: transparent;
  --ap-footer-radius: 0;
  --ap-footer-shadow: none;
  --ap-footer-backdrop: none;
  width: 100%;
  margin: 0;
  padding: 3rem var(--mg-px) 2.2rem;
}

.actpub.theme-v3_marigold_collective .ap-footer-brand {
  width: min(100%, var(--mg-content-w));
  margin: 0 auto;
  padding-bottom: 2.2rem;
  border-bottom: 1px solid var(--mg-line);
}

.actpub.theme-v3_marigold_collective .ap-footer-act-name {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  font-size: 1.3rem;
}

.actpub.theme-v3_marigold_collective .ap-footer-socials {
  width: min(100%, var(--mg-content-w));
  margin: 0 auto;
  gap: 1.2rem;
}

.actpub.theme-v3_marigold_collective .ap-footer-social {
  font-weight: 700;
}

.actpub.theme-v3_marigold_collective .ap-footer-meta {
  width: min(100%, var(--mg-content-w));
  margin: 1.6rem auto 0;
  padding-top: 0;
  border-top: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.actpub.theme-v3_marigold_collective .ap-footer-links {
  gap: 0.4rem 0.9rem;
}

/* -------------------------------------------------------------------------
   Lightbox restyle
   ------------------------------------------------------------------------- */

.actpub.theme-v3_marigold_collective .ap-lightbox img {
  border-radius: 0 !important;
  box-shadow: none;
}

.actpub.theme-v3_marigold_collective .ap-lightbox-close,
.actpub.theme-v3_marigold_collective .ap-lightbox-nav {
  border: 1px solid var(--mg-line-strong);
  background: rgba(23, 16, 9, 0.75);
}

/* -------------------------------------------------------------------------
   Demo mode — keep the sticky nav clear of the fixed mobile demo bar
   ------------------------------------------------------------------------- */

@media (max-width: 1199px) {
  .actpub.ap-demo.theme-v3_marigold_collective .ap-v3-site-nav {
    top: var(--ap-demo-mobile-bar-h, 3.5rem);
  }
}

/* -------------------------------------------------------------------------
   Responsive
   ------------------------------------------------------------------------- */

@media (min-width: 960px) {
  .actpub.theme-v3_marigold_collective .ap-v3-bio-shell--with-aside {
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: 3.5rem;
    align-items: start;
  }

  .actpub.theme-v3_marigold_collective .ap-v3-bio-aside {
    order: -1;
    position: sticky;
    top: 7rem;
  }

  .actpub.theme-v3_marigold_collective .ap-v3-practical-shell--with-aside {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: 3.2rem;
    align-items: start;
  }

  .actpub.theme-v3_marigold_collective .ap-v3-practical-aside {
    order: -1;
  }

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

  .actpub.theme-v3_marigold_collective .ap-v3-gigs-shell--with-aside .ap-v3-gigs-aside {
    position: sticky;
    top: 7rem;
  }

  .actpub.theme-v3_marigold_collective .ap-v3-practical-shell--with-aside .ap-v3-practical-aside {
    position: sticky;
    top: 7rem;
  }

}

@media (max-width: 900px) {
  .actpub.theme-v3_marigold_collective .ap-v3-hero {
    grid-template-columns: minmax(0, 1fr);
    min-height: auto;
    padding-top: 7rem;
    padding-bottom: 3rem;
  }

  .actpub.theme-v3_marigold_collective .ap-v3-hero-copy::before {
    display: none;
  }
}

@media (max-width: 959px) {
  .actpub.theme-v3_marigold_collective .ap-v3-section:not(.ap-v3-section--hero) {
    padding: var(--mg-section-y-mobile) 1.25rem;
  }

  .actpub.theme-v3_marigold_collective .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_marigold_collective .ap-v3-formula-card {
    flex: 0 0 82%;
    scroll-snap-align: start;
  }

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

  .actpub.theme-v3_marigold_collective .ap-v3-practical-shell--with-aside {
    display: grid;
  }

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

  .actpub.theme-v3_marigold_collective .ap-v3-gig {
    grid-template-columns: minmax(6.5rem, 7rem) minmax(0, 1fr) auto;
    gap: 0.5rem 0.85rem;
    padding: 0.85rem 0;
  }

  .actpub.theme-v3_marigold_collective .ap-v3-gig-date {
    line-height: 1.1;
  }

  .actpub.theme-v3_marigold_collective .ap-footer-brand,
  .actpub.theme-v3_marigold_collective .ap-footer-meta {
    flex-wrap: wrap;
  }

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

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

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

  /* Defensive masonry mobile carousel: an act using this template can
     independently be configured with layoutId: "masonry" even though the
     brief's default is "strip" — both variants must carousel on mobile. */
  .actpub.theme-v3_marigold_collective .ap-v3-section.ap-v3-section--layout-masonry .ap-v3-gallery {
    display: flex;
    grid-template-columns: none;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 3px;
    scroll-snap-type: x proximity;
    min-width: 0;
  }

  .actpub.theme-v3_marigold_collective .ap-v3-section.ap-v3-section--layout-masonry .ap-v3-gallery-item--masonry {
    flex: 0 0 78%;
    width: auto;
    margin: 0;
    scroll-snap-align: start;
  }

  .actpub.theme-v3_marigold_collective .ap-v3-section.ap-v3-section--layout-masonry .ap-v3-gallery-image--masonry {
    height: 320px;
    max-height: none;
  }
}
