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

/* ==========================================================================
   SOLACE BAY — EPK V3 premium template
   pageLayout: editorial | hero.layoutId: split_media_left
   bookingCtaPlacement: after_hero | motionPreset: editorial
   Roots reggae / dub — muted warmth, vinyl grain, burnt terracotta, desaturated
   forest green, rare muted gold. Deliberately NOT a flag pastiche: forest
   green is the dominant SURFACE (not an accent band), terracotta is the one
   real accent, gold is a sparing highlight only. No equal-width color bands,
   no flag/lion/leaf shapes anywhere, decorative or otherwise.
   ========================================================================== */

.actpub.theme-v3_solace_bay {
  --sb-forest-deepest: #101d18;
  --sb-forest-dark: #16281f;
  --sb-forest: #1e372a;
  --sb-forest-mid: #294a39;
  --sb-forest-light: #436754;
  --sb-line: rgba(202, 206, 184, 0.14);
  --sb-line-strong: rgba(202, 206, 184, 0.24);

  --sb-terracotta: #b5603e;
  --sb-terracotta-bright: #d17f57;
  --sb-terracotta-wash: rgba(181, 96, 62, 0.16);

  --sb-gold: #ab8b4c;
  --sb-gold-bright: #cbac6c;

  --sb-sand: #ece3d2;
  --sb-sand-dim: #b6ab99;

  --sb-content-w: 76rem;
  --sb-content-read: 47.5rem;
  --sb-px: clamp(1.25rem, 4vw, 3rem);
  --sb-section-y: 6.5rem;
  --sb-section-y-mobile: 3.5rem;
  --sb-aside-shadow: 0 26px 54px -22px rgba(6, 10, 8, 0.72);

  position: relative;
  background: var(--sb-forest-dark);
  color: var(--sb-sand);
  font-family: "Lora", Georgia, serif;
  min-height: 100vh;
  overflow-x: hidden;
}

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

/* Full-page vinyl grain — CSS-only, touches no real DOM element, 2.5% opacity. */
.actpub.theme-v3_solace_bay::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 4;
  opacity: 0.025;
  mix-blend-mode: overlay;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.85 0 0 0 0 0.7 0 0 0 0 0.5 0 0 0 0.6 0'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)'/%3E%3C/svg%3E");
}

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

.actpub.theme-v3_solace_bay .ap-v3-section h2,
.actpub.theme-v3_solace_bay .ap-v3-formulas-title,
.actpub.theme-v3_solace_bay .ap-v3-practical-title,
.actpub.theme-v3_solace_bay .ap-v3-faq-title {
  margin: 0 0 1rem;
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  font-optical-sizing: auto;
  font-size: clamp(1.9rem, 3.6vw, 2.9rem);
  line-height: 1.08;
  letter-spacing: 0.005em;
  color: var(--sb-sand);
}

.actpub.theme-v3_solace_bay .ap-v3-formulas-intro {
  max-width: var(--sb-content-read);
  margin: 0 0 2.75rem;
  color: var(--sb-sand-dim);
  font-size: 1.02rem;
}

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

/* -------------------------------------------------------------------------
   Nav — zero-baseline hook, template owns the entire layout
   ------------------------------------------------------------------------- */

.actpub.theme-v3_solace_bay .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.35rem var(--sb-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_solace_bay .ap-v3-site-nav.scrolled {
  padding: 0.95rem var(--sb-px);
  background: rgba(16, 29, 24, 0.92);
  backdrop-filter: blur(6px);
  border-bottom-color: var(--sb-line);
}

.actpub.theme-v3_solace_bay .ap-v3-site-nav-brand {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  font-size: 1.2rem;
  letter-spacing: 0.01em;
  color: var(--sb-sand);
  text-decoration: none;
}

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

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

.actpub.theme-v3_solace_bay .ap-v3-site-nav-links a {
  font-family: "Space Mono", monospace;
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sb-sand-dim);
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.actpub.theme-v3_solace_bay .ap-v3-site-nav-links a:hover {
  color: var(--sb-terracotta-bright);
}

.actpub.theme-v3_solace_bay .ap-v3-site-nav-cta {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  font-family: "Space Mono", monospace;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.6rem 1.1rem;
  border: 1px solid var(--sb-terracotta);
  color: var(--sb-sand);
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}

.actpub.theme-v3_solace_bay .ap-v3-site-nav-cta:hover {
  background: var(--sb-terracotta);
  color: var(--sb-forest-deepest);
}

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

@media (max-width: 720px) {
  .actpub.theme-v3_solace_bay .ap-v3-site-nav-links,
  .actpub.theme-v3_solace_bay .ap-v3-site-nav-cta {
    display: none;
  }
}

/* -------------------------------------------------------------------------
   Section rhythm + backgrounds — "on raconte d'abord, on vend ensuite"
   ------------------------------------------------------------------------- */

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

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

.actpub.theme-v3_solace_bay .ap-v3-section--booking-cta {
  padding: 2.4rem var(--sb-px);
}

.actpub.theme-v3_solace_bay .ap-v3-section--bio,
.actpub.theme-v3_solace_bay .ap-v3-section--formulas,
.actpub.theme-v3_solace_bay .ap-v3-section--gigs {
  background: var(--sb-forest-dark);
}

.actpub.theme-v3_solace_bay .ap-v3-section--media,
.actpub.theme-v3_solace_bay .ap-v3-section--practical-info,
.actpub.theme-v3_solace_bay .ap-v3-section--faq {
  background: var(--sb-forest);
}

.actpub.theme-v3_solace_bay .ap-v3-section--gallery {
  background: var(--sb-forest-dark);
}

.actpub.theme-v3_solace_bay .ap-v3-section--quotes {
  background: var(--sb-forest-deepest);
}

.actpub.theme-v3_solace_bay .ap-v3-section--booking-cta {
  background: var(--sb-forest-deepest);
  text-align: center;
}

.actpub.theme-v3_solace_bay .ap-v3-section--contact-cta {
  background: var(--sb-forest-deepest);
  text-align: center;
}

/* footer V3 section — zero baseline layout, template owns it fully. Slightly
   darker than the page's base surfaces, a soft transition into the shared
   PublishedFooter (same green family, no contrast on purpose). */
.actpub.theme-v3_solace_bay .ap-v3-section--footer {
  display: grid;
  justify-items: center;
  gap: 0.9rem;
  padding: 4rem var(--sb-px) 3.25rem;
  background: var(--sb-forest-deepest);
  text-align: center;
}

.actpub.theme-v3_solace_bay .ap-v3-footer-title {
  font-family: "Space Mono", monospace;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sb-sand);
}

.actpub.theme-v3_solace_bay .ap-v3-footer-email {
  font-family: "Lora", Georgia, serif;
  font-size: 0.92rem;
  color: var(--sb-sand-dim);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.25em;
  transition: color 0.2s ease;
}

.actpub.theme-v3_solace_bay .ap-v3-footer-email:hover,
.actpub.theme-v3_solace_bay .ap-v3-footer-email:focus-visible {
  color: var(--sb-terracotta-bright);
}

/* -------------------------------------------------------------------------
   Hero — split_media_left (image left / copy right), no CTA (after_hero)
   ------------------------------------------------------------------------- */

.actpub.theme-v3_solace_bay .ap-v3-section--hero {
  padding: 0;
  overflow: hidden;
  background: var(--sb-forest-deepest);
}

.actpub.theme-v3_solace_bay .ap-v3-hero {
  display: flex;
  flex-direction: column;
}

/* Radial terracotta halo, discreet, behind the whole hero. */
.actpub.theme-v3_solace_bay .ap-v3-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(46rem 36rem at 78% 20%, rgba(181, 96, 62, 0.16) 0%, transparent 62%),
    radial-gradient(34rem 30rem at 8% 85%, rgba(171, 139, 76, 0.09) 0%, transparent 60%);
}

.actpub.theme-v3_solace_bay .ap-v3-hero-media {
  position: relative;
  z-index: 1;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--sb-forest);
}

.actpub.theme-v3_solace_bay .ap-v3-hero-media img,
.actpub.theme-v3_solace_bay .ap-v3-hero-media video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.8) sepia(0.08) contrast(1.02);
}

.actpub.theme-v3_solace_bay .ap-v3-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 -4rem 5rem rgba(16, 29, 24, 0.5);
}

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

@media (min-width: 721px) {
  .actpub.theme-v3_solace_bay .ap-v3-hero {
    flex-direction: row;
    align-items: stretch;
    min-height: 92vh;
  }

  .actpub.theme-v3_solace_bay .ap-v3-hero-media {
    flex: 0 0 50%;
    aspect-ratio: auto;
  }

  .actpub.theme-v3_solace_bay .ap-v3-hero-copy {
    flex: 0 0 50%;
  }

  /* Crossfade the image with the hero_video once it starts playing. */
  .actpub.theme-v3_solace_bay .ap-v3-hero--has-desktop-video .ap-v3-hero-media--desktop-video {
    display: block;
  }

  .actpub.theme-v3_solace_bay .ap-v3-hero--has-desktop-video .ap-v3-hero-media--image,
  .actpub.theme-v3_solace_bay .ap-v3-hero--has-desktop-video .ap-v3-hero-media--desktop-video {
    position: absolute;
    inset: 0;
    transition: opacity 0.6s ease;
  }

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

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

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

.actpub.theme-v3_solace_bay .ap-v3-hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 6.5rem var(--sb-px) 4rem;
}

.actpub.theme-v3_solace_bay .ap-v3-hero-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 1rem;
  margin-bottom: 1.4rem;
  font-family: "Space Mono", monospace;
  font-size: 0.74rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sb-sand-dim);
}

.actpub.theme-v3_solace_bay .ap-v3-hero-meta-separator {
  opacity: 0.6;
  color: var(--sb-terracotta);
}

.actpub.theme-v3_solace_bay .ap-v3-hero-title {
  max-width: 14ch;
  margin: 0 0 1.1rem;
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  font-size: clamp(2.6rem, 6.5vw, 4.6rem);
  line-height: 1.02;
  letter-spacing: 0.002em;
  color: var(--sb-sand);
}

.actpub.theme-v3_solace_bay .ap-v3-hero-tagline {
  max-width: 30rem;
  margin: 0;
  font-family: "Lora", Georgia, serif;
  font-style: italic;
  font-size: 1.2rem;
  color: var(--sb-sand-dim);
}

/* bookingCtaPlacement: after_hero — hero renders zero CTA of its own. */
.actpub.theme-v3_solace_bay .ap-v3-hero-booking {
  display: none;
}

.actpub.theme-v3_solace_bay .ap-v3-hero-hooks {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.6rem;
  margin-top: 2.6rem;
}

/* Only 4 of the 10 system hookLinks are shown — targeted by their href's
   sectionId, not by position, so this stays correct regardless of which
   sections happen to be active for a given act. */
.actpub.theme-v3_solace_bay .ap-v3-hero-hook {
  display: none;
}

.actpub.theme-v3_solace_bay .ap-v3-hero-hook[href="#epk-bio"],
.actpub.theme-v3_solace_bay .ap-v3-hero-hook[href="#epk-media"],
.actpub.theme-v3_solace_bay .ap-v3-hero-hook[href="#epk-gigs"],
.actpub.theme-v3_solace_bay .ap-v3-hero-hook[href="#epk-contact-cta"] {
  display: inline-block;
  font-family: "Space Mono", monospace;
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sb-sand-dim);
  text-decoration: none;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.actpub.theme-v3_solace_bay .ap-v3-hero-hook[href="#epk-bio"]:hover,
.actpub.theme-v3_solace_bay .ap-v3-hero-hook[href="#epk-media"]:hover,
.actpub.theme-v3_solace_bay .ap-v3-hero-hook[href="#epk-gigs"]:hover,
.actpub.theme-v3_solace_bay .ap-v3-hero-hook[href="#epk-contact-cta"]:hover,
.actpub.theme-v3_solace_bay .ap-v3-hero-hook[href="#epk-bio"]:focus-visible,
.actpub.theme-v3_solace_bay .ap-v3-hero-hook[href="#epk-media"]:focus-visible,
.actpub.theme-v3_solace_bay .ap-v3-hero-hook[href="#epk-gigs"]:focus-visible,
.actpub.theme-v3_solace_bay .ap-v3-hero-hook[href="#epk-contact-cta"]:focus-visible {
  color: var(--sb-terracotta-bright);
  border-color: var(--sb-terracotta);
}

/* -------------------------------------------------------------------------
   Bio — quiet narrative opener, aside portrait right, NOT sticky
   ------------------------------------------------------------------------- */

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

.actpub.theme-v3_solace_bay .ap-v3-bio-main {
  max-width: var(--sb-content-read);
}

.actpub.theme-v3_solace_bay .ap-v3-bio-tagline {
  margin: 0 0 1.4rem;
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  font-style: italic;
  font-size: 1.25rem;
  color: var(--sb-terracotta-bright);
}

.actpub.theme-v3_solace_bay .ap-v3-bio-text {
  color: var(--sb-sand-dim);
  font-size: 1.08rem;
  line-height: 1.85;
}

.actpub.theme-v3_solace_bay .ap-v3-bio-aside {
  position: relative;
}

.actpub.theme-v3_solace_bay .ap-v3-bio-aside img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  box-shadow: var(--sb-aside-shadow);
  filter: saturate(0.78) sepia(0.1) contrast(1.03) brightness(0.96);
}

.actpub.theme-v3_solace_bay .ap-v3-bio-aside::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 5rem rgba(16, 29, 24, 0.5);
}

/* -------------------------------------------------------------------------
   Media — CSS-only vinyl/turntable styling, no glow neon
   ------------------------------------------------------------------------- */

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

.actpub.theme-v3_solace_bay .ap-v3-media-eyebrow {
  color: var(--sb-terracotta-bright);
}

.actpub.theme-v3_solace_bay .ap-v3-media-title {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  color: var(--sb-sand);
}

/* thin terracotta frame, no glow */
.actpub.theme-v3_solace_bay .ap-v3-video-player-stage {
  border: 1px solid var(--sb-terracotta);
  background: var(--sb-forest-deepest);
}

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

.actpub.theme-v3_solace_bay .ap-v3-video-player-provider {
  color: var(--sb-sand-dim);
}

.actpub.theme-v3_solace_bay .ap-v3-video-player-link,
.actpub.theme-v3_solace_bay .ap-v3-audio-player-link,
.actpub.theme-v3_solace_bay .ap-v3-audio-card-cta {
  color: var(--sb-terracotta-bright);
  font-weight: 700;
}

.actpub.theme-v3_solace_bay .ap-v3-video-thumb {
  border: 1px solid var(--sb-line);
  transition: border-color 0.15s ease;
}

.actpub.theme-v3_solace_bay .ap-v3-video-thumb.is-active,
.actpub.theme-v3_solace_bay .ap-v3-video-thumb:hover {
  border-color: var(--sb-terracotta);
  border-width: 2px;
}

/* Turntable-style audio chrome: fine calibration tick marks along the base,
   standing in for a progress bar (CSS-only, no data). */
.actpub.theme-v3_solace_bay .ap-v3-audio-player--embed,
.actpub.theme-v3_solace_bay .ap-v3-audio-player--fallback {
  position: relative;
  padding: 1.4rem 1.4rem 2.4rem;
  background: var(--sb-forest);
  border: 1px solid var(--sb-line);
  overflow: hidden;
}

.actpub.theme-v3_solace_bay .ap-v3-audio-player--embed::before,
.actpub.theme-v3_solace_bay .ap-v3-audio-player--fallback::before {
  content: "";
  position: absolute;
  left: 1.4rem;
  right: 1.4rem;
  bottom: 0.9rem;
  height: 0.85rem;
  background-image:
    repeating-linear-gradient(90deg, var(--sb-gold) 0, var(--sb-gold) 1px, transparent 1px, transparent 8px),
    repeating-linear-gradient(90deg, var(--sb-terracotta) 0, var(--sb-terracotta) 1.5px, transparent 1.5px, transparent 40px);
  background-position: 0 100%, 0 0;
  background-repeat: repeat-x;
  background-size: 100% 45%, 100% 100%;
  opacity: 0.6;
  mask-image: linear-gradient(90deg, black 0%, black 82%, transparent 100%);
  pointer-events: none;
}

.actpub.theme-v3_solace_bay .ap-v3-audio-player-eyebrow {
  color: var(--sb-terracotta);
}

.actpub.theme-v3_solace_bay .ap-v3-audio-player-meta,
.actpub.theme-v3_solace_bay .ap-v3-audio-player-duration,
.actpub.theme-v3_solace_bay .ap-v3-audio-card-meta,
.actpub.theme-v3_solace_bay .ap-v3-audio-card-duration {
  color: var(--sb-sand-dim);
}

/* Vinyl-record artwork treatment — the one deliberate circular exception in
   an otherwise square-cornered template (pseudo-element/decorative img only,
   not the global reset — this template does not use a blanket zero-radius
   rule, chrome is styled square explicitly instead). */
.actpub.theme-v3_solace_bay .ap-v3-audio-player-artwork {
  position: relative;
}

.actpub.theme-v3_solace_bay .ap-v3-audio-player-artwork img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 0 0 6px var(--sb-forest-deepest), 0 0 0 7px var(--sb-line-strong), var(--sb-aside-shadow);
}

.actpub.theme-v3_solace_bay .ap-v3-audio-player-artwork::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.9rem;
  height: 0.9rem;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: var(--sb-terracotta);
  box-shadow: 0 0 0 3px var(--sb-forest-deepest);
}

.actpub.theme-v3_solace_bay .ap-v3-audio-card {
  padding: 0.9rem 1rem;
  background: var(--sb-forest);
  border: 1px solid var(--sb-line);
  transition: border-color 0.15s ease;
}

.actpub.theme-v3_solace_bay .ap-v3-audio-card:hover,
.actpub.theme-v3_solace_bay .ap-v3-audio-card--featured {
  border-color: var(--sb-terracotta);
}

.actpub.theme-v3_solace_bay .ap-v3-audio-card-artwork,
.actpub.theme-v3_solace_bay .ap-v3-audio-card-artwork img,
.actpub.theme-v3_solace_bay .ap-v3-audio-card-artwork-placeholder {
  border-radius: 50%;
}

/* -------------------------------------------------------------------------
   Quotes — single instance, items[0] as the large signature quote, halo
   ------------------------------------------------------------------------- */

.actpub.theme-v3_solace_bay .ap-v3-section--quotes::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(40rem 32rem at 50% 0%, rgba(181, 96, 62, 0.13) 0%, transparent 65%);
}

.actpub.theme-v3_solace_bay .ap-v3-quotes-shell {
  position: relative;
  z-index: 1;
  width: min(100%, 52rem);
  margin: 0 auto;
}

.actpub.theme-v3_solace_bay .ap-v3-quotes-shell h2 {
  color: var(--sb-sand);
}

.actpub.theme-v3_solace_bay .ap-v3-quotes {
  gap: 2.4rem;
}

.actpub.theme-v3_solace_bay .ap-v3-quote {
  padding-top: 1.4rem;
  border-top: 1px solid var(--sb-line);
}

.actpub.theme-v3_solace_bay .ap-v3-quote-text {
  position: relative;
  padding-top: 1.1rem;
  margin: 0 0 1.1rem;
  color: var(--sb-sand-dim);
  font-family: "Lora", Georgia, serif;
  font-size: 1rem;
  line-height: 1.65;
}

.actpub.theme-v3_solace_bay .ap-v3-quote-author {
  color: var(--sb-sand-dim);
  font-weight: 400;
  opacity: 0.85;
}

/* Signature quote — items[0] via :first-child, large italic Fraunces with a
   terracotta-accented decorative quote mark. */
.actpub.theme-v3_solace_bay .ap-v3-quote:first-child {
  grid-column: 1 / -1;
  border-top: 2px solid var(--sb-terracotta);
  padding-top: 2.1rem;
}

.actpub.theme-v3_solace_bay .ap-v3-quote:first-child .ap-v3-quote-text {
  padding-top: 3.6rem;
  font-family: "Fraunces", Georgia, serif;
  font-style: italic;
  font-weight: 600;
  font-size: clamp(1.6rem, 3.2vw, 2.6rem);
  line-height: 1.28;
  color: var(--sb-sand);
}

.actpub.theme-v3_solace_bay .ap-v3-quote:first-child .ap-v3-quote-text::before {
  content: "\201C";
  position: absolute;
  top: -0.7rem;
  left: 0;
  font-family: "Fraunces", Georgia, serif;
  font-size: 6rem;
  font-weight: 700;
  line-height: 0.6;
  color: var(--sb-terracotta);
  opacity: 0.9;
}

.actpub.theme-v3_solace_bay .ap-v3-quote:first-child .ap-v3-quote-author {
  color: var(--sb-terracotta-bright);
  opacity: 1;
}

/* -------------------------------------------------------------------------
   Gallery — masonry default, BOTH strip and masonry variants implemented
   ------------------------------------------------------------------------- */

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

.actpub.theme-v3_solace_bay .ap-v3-gallery-shell h2 {
  color: var(--sb-sand);
}

.actpub.theme-v3_solace_bay .ap-v3-gallery-image {
  filter: saturate(0.85) sepia(0.06);
  transition: transform 0.35s ease;
}

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

/* strip variant (desktop) — scoped with :not(masonry) so it never wins the
   specificity tie against the shared baseline's own masonry grid. */
.actpub.theme-v3_solace_bay .ap-v3-section:not(.ap-v3-section--layout-masonry) .ap-v3-gallery-item {
  width: 230px;
  height: 290px;
  border: 1px solid var(--sb-line);
}

.actpub.theme-v3_solace_bay .ap-v3-section:not(.ap-v3-section--layout-masonry) .ap-v3-gallery-item:nth-child(3n) {
  height: 400px;
  align-self: flex-end;
}

/* masonry variant (template default) — restyle only, structure stays
   platform-owned. */
.actpub.theme-v3_solace_bay .ap-v3-section--layout-masonry .ap-v3-gallery-item--masonry {
  border: 1px solid var(--sb-line);
}

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

.actpub.theme-v3_solace_bay .ap-v3-gallery-nav:hover:not(:disabled) {
  background: var(--sb-terracotta);
  color: var(--sb-forest-deepest);
}

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

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

/* -------------------------------------------------------------------------
   Formulas — 3-color accent cycle, dubplate catalog-number badge
   ------------------------------------------------------------------------- */

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

.actpub.theme-v3_solace_bay .ap-v3-formulas-list {
  counter-reset: sb-formula;
}

.actpub.theme-v3_solace_bay .ap-v3-formulas-grid {
  gap: 2rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.actpub.theme-v3_solace_bay .ap-v3-formula-card {
  gap: 0;
  padding: 2.1rem;
  background: var(--sb-forest);
  border: 1px solid var(--sb-line);
  border-top: 3px solid var(--sb-terracotta);
  box-shadow: none;
  backdrop-filter: none;
}

/* 3-color CSS cycle — terracotta / light forest green / muted gold. Pure
   :nth-child(), no data-driven color exists. */
.actpub.theme-v3_solace_bay .ap-v3-formula-card:nth-child(3n+2) {
  border-top-color: var(--sb-forest-light);
}

.actpub.theme-v3_solace_bay .ap-v3-formula-card:nth-child(3n) {
  border-top-color: var(--sb-gold);
}

.actpub.theme-v3_solace_bay .ap-v3-formula-card--featured {
  border-width: 1px;
  border-top-width: 3px;
  background: var(--sb-forest-mid);
}

.actpub.theme-v3_solace_bay .ap-v3-formula-featured {
  width: fit-content;
  margin: 0 0 0.9rem;
  padding: 0.3rem 0.7rem;
  border: 1px solid var(--sb-terracotta);
  background: var(--sb-terracotta-wash);
  color: var(--sb-terracotta-bright);
  font-family: "Space Mono", monospace;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

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

/* Decorative dubplate catalog-number badge — carries no real data. */
.actpub.theme-v3_solace_bay .ap-v3-formula-index {
  display: block;
  counter-increment: sb-formula;
  margin: 0 0 0.6rem;
  font-family: "Space Mono", monospace;
  font-size: 0.66rem;
  letter-spacing: 0.16em;
  color: var(--sb-sand-dim);
}

.actpub.theme-v3_solace_bay .ap-v3-formula-index::before {
  content: "N\00B0 0" counter(sb-formula);
}

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

.actpub.theme-v3_solace_bay .ap-v3-formula-title {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  font-size: 1.45rem;
  line-height: 1.12;
  color: var(--sb-sand);
}

.actpub.theme-v3_solace_bay .ap-v3-formula-price {
  font-family: "Space Mono", monospace;
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--sb-terracotta-bright);
  background: none;
  border: 0;
  padding: 0;
  white-space: normal;
}

.actpub.theme-v3_solace_bay .ap-v3-formula-description {
  margin: 0 0 1.6rem;
  color: var(--sb-sand-dim);
  font-size: 0.95rem;
  line-height: 1.6;
}

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

.actpub.theme-v3_solace_bay .ap-v3-formula-detail-label {
  color: var(--sb-sand-dim);
  font-weight: 400;
}

.actpub.theme-v3_solace_bay .ap-v3-formula-stat {
  font-family: "Space Mono", monospace;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--sb-sand);
}

.actpub.theme-v3_solace_bay .ap-v3-formula-cta {
  align-self: flex-start;
  width: fit-content;
  min-height: 0;
  margin-top: 0;
  padding: 0.8rem 1.4rem;
  border: 1px solid var(--sb-terracotta);
  background: transparent;
  color: var(--sb-sand);
  font-family: "Space Mono", monospace;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background 0.18s ease, color 0.18s ease;
}

.actpub.theme-v3_solace_bay .ap-v3-formula-cta:hover,
.actpub.theme-v3_solace_bay .ap-v3-formula-cta:focus-visible {
  background: var(--sb-terracotta);
  color: var(--sb-forest-deepest);
}

/* -------------------------------------------------------------------------
   Booking CTA — after_hero, standalone link only, quiet
   ------------------------------------------------------------------------- */

.actpub.theme-v3_solace_bay .ap-v3-booking-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.95rem 2.1rem;
  border: 1px solid var(--sb-terracotta);
  color: var(--sb-sand);
  background: transparent;
  font-family: "Space Mono", monospace;
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}

.actpub.theme-v3_solace_bay .ap-v3-booking-cta:hover,
.actpub.theme-v3_solace_bay .ap-v3-booking-cta:focus-visible {
  background: var(--sb-terracotta);
  color: var(--sb-forest-deepest);
}

/* -------------------------------------------------------------------------
   Practical info — sticky aside LEFT (desktop only), gauge, auto-fit facts
   ------------------------------------------------------------------------- */

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

.actpub.theme-v3_solace_bay .ap-v3-practical-main {
  gap: 2.5rem;
}

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

/* auto-fit grid — stays correct at 2, 3, 4 or 5 items, never fixed columns */
.actpub.theme-v3_solace_bay .ap-v3-practical-grid {
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}

.actpub.theme-v3_solace_bay .ap-v3-practical-item {
  gap: 0.7rem;
  padding: 1.85rem 1.5rem;
  margin: 0;
  background: var(--sb-forest);
  border-bottom: 0;
}

.actpub.theme-v3_solace_bay .ap-v3-practical-label {
  color: var(--sb-sand-dim);
  font-weight: 400;
}

.actpub.theme-v3_solace_bay .ap-v3-practical-value {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  font-size: 1.25rem;
  color: var(--sb-sand);
}

.actpub.theme-v3_solace_bay .ap-v3-availability-block {
  padding-top: 1.9rem;
  border-top: 1px dashed var(--sb-line);
}

.actpub.theme-v3_solace_bay .ap-v3-availability-title {
  margin: 0 0 1rem;
  font-family: "Space Mono", monospace;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sb-sand-dim);
}

/* Zero-baseline hooks: gauge, row, item all need explicit display. One row
   per month (up to 4), each with its own 10-cell fill. */
.actpub.theme-v3_solace_bay .ap-v3-availability-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.actpub.theme-v3_solace_bay .ap-v3-availability-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.6rem;
  padding: 0.4rem 0;
}

.actpub.theme-v3_solace_bay .ap-v3-availability-month {
  flex: 0 0 auto;
  min-width: 9rem;
  color: var(--sb-sand-dim);
}

.actpub.theme-v3_solace_bay .ap-v3-availability-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex: 1 1 auto;
  min-width: 0;
}

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

.actpub.theme-v3_solace_bay .ap-v3-availability-cell {
  display: block;
  width: 100%;
  height: 10px;
  background: transparent;
  border: 1px solid var(--sb-line);
}

.actpub.theme-v3_solace_bay .ap-v3-availability-cell--filled {
  background: var(--sb-terracotta);
  border-color: var(--sb-terracotta);
}

.actpub.theme-v3_solace_bay .ap-v3-availability-state {
  font-family: "Space Mono", monospace;
  font-weight: 700;
  color: var(--sb-sand);
  flex: 0 0 8.5rem;
  width: 8.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Zero-baseline hook: practical aside img gets no baseline sizing at all. */
.actpub.theme-v3_solace_bay .ap-v3-practical-aside {
  position: relative;
}

.actpub.theme-v3_solace_bay .ap-v3-practical-aside img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  box-shadow: var(--sb-aside-shadow);
  filter: saturate(0.78) sepia(0.1) contrast(1.03) brightness(0.96);
}

.actpub.theme-v3_solace_bay .ap-v3-practical-aside::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 5rem rgba(16, 29, 24, 0.5);
}

/* -------------------------------------------------------------------------
   Gigs — date / venue / status only, no ticket CTA, aside right (not sticky)
   ------------------------------------------------------------------------- */

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

.actpub.theme-v3_solace_bay .ap-v3-gigs-aside img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  box-shadow: var(--sb-aside-shadow);
  filter: saturate(0.78) sepia(0.1) contrast(1.03) brightness(0.96);
}

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

/* Row layout: date | main (venue/meta) | status, single shared row at every
   width. display:contents unwraps the date-block so date and status become
   direct grid items of .ap-v3-gig; explicit grid-column/grid-row pin the
   date | main | status order and keep them on one row. */
.actpub.theme-v3_solace_bay .ap-v3-gig {
  display: grid;
  width: 100%;
  grid-template-columns: minmax(6.5rem, 7.5rem) minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.5rem 1.4rem;
  padding: 1.3rem 0;
  border-bottom: 1px solid var(--sb-line);
}

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

.actpub.theme-v3_solace_bay .ap-v3-gig-date {
  grid-column: 1;
  grid-row: 1;
  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(--sb-sand);
}

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

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

.actpub.theme-v3_solace_bay .ap-v3-gig-date-year {
  font-weight: 400;
  color: var(--sb-sand-dim);
}

.actpub.theme-v3_solace_bay .ap-v3-gig-venue {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  font-size: 1.08rem;
  color: var(--sb-sand);
}

.actpub.theme-v3_solace_bay .ap-v3-gig-meta {
  color: var(--sb-sand-dim);
  font-weight: 400;
  text-transform: none;
  letter-spacing: normal;
  font-family: "Lora", Georgia, serif;
  font-size: 0.88rem;
}

.actpub.theme-v3_solace_bay .ap-v3-gig-status {
  border: 1px solid var(--sb-terracotta);
  padding: 0.35rem 0.7rem;
  color: var(--sb-sand);
  background: transparent;
}

.actpub.theme-v3_solace_bay .ap-v3-gig-status--past,
.actpub.theme-v3_solace_bay .ap-v3-gig-status--cancelled {
  border-color: var(--sb-line-strong);
  color: var(--sb-sand-dim);
}

.actpub.theme-v3_solace_bay .ap-v3-gig--past {
  opacity: 0.5;
}

/* -------------------------------------------------------------------------
   FAQ — title + accordion only, sober
   ------------------------------------------------------------------------- */

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

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

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

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

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

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

.actpub.theme-v3_solace_bay .ap-v3-faq-item[open] .ap-v3-faq-trigger::after {
  content: "\2212";
}

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

.actpub.theme-v3_solace_bay .ap-v3-faq-answer p {
  max-width: var(--sb-content-read);
  margin: 0;
  color: var(--sb-sand-dim);
  line-height: 1.65;
}

/* -------------------------------------------------------------------------
   Contact CTA — custom helperTop, actName hidden (still in DOM)
   ------------------------------------------------------------------------- */

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

/* actName is unconditionally emitted by the renderer — hidden visually only,
   still present in the DOM for screen readers / search engines. */
.actpub.theme-v3_solace_bay .ap-v3-contact-cta-brand {
  display: none;
}

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

.actpub.theme-v3_solace_bay .ap-v3-contact-cta-helper {
  margin: 0;
  max-width: 30rem;
  font-family: "Fraunces", Georgia, serif;
  font-style: italic;
  font-weight: 600;
  font-size: clamp(1.3rem, 2.8vw, 1.8rem);
  line-height: 1.3;
  color: var(--sb-sand);
}

.actpub.theme-v3_solace_bay .ap-v3-contact-cta-link {
  padding: 1rem 2.1rem;
  border: 1px solid var(--sb-terracotta);
  background: var(--sb-terracotta);
  color: var(--sb-forest-deepest);
  font-family: "Space Mono", monospace;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: background 0.18s ease, color 0.18s ease;
}

.actpub.theme-v3_solace_bay .ap-v3-contact-cta-link:hover,
.actpub.theme-v3_solace_bay .ap-v3-contact-cta-link:focus-visible {
  background: transparent;
  color: var(--sb-terracotta-bright);
}

/* -------------------------------------------------------------------------
   Footer — shared PublishedFooter component (utility bar)
   Continuous zone with the V3 footer section above — same forest family,
   no contrast on purpose.
   ------------------------------------------------------------------------- */

.actpub.theme-v3_solace_bay footer.ap-published-footer {
  --ap-footer-bg: var(--sb-forest-deepest);
  --ap-footer-text: var(--sb-sand-dim);
  --ap-footer-title: var(--sb-sand);
  --ap-footer-link: var(--sb-sand-dim);
  --ap-footer-link-hover: var(--sb-terracotta-bright);
  --ap-footer-meta: var(--sb-sand-dim);
  --ap-footer-border: rgba(202, 206, 184, 0.16);
  --ap-footer-radius: 0;
  --ap-footer-shadow: none;
  --ap-footer-backdrop: transparent;
  width: 100%;
  margin: 0;
  padding: 3rem var(--sb-px) 2rem;
  border-top: 1px solid var(--ap-footer-border);
}

.actpub.theme-v3_solace_bay .ap-footer-brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  width: min(100%, var(--sb-content-w));
  margin: 0 auto;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--ap-footer-border, rgba(202, 206, 184, 0.16));
}

.actpub.theme-v3_solace_bay .ap-footer-act-name {
  font-family: "Space Mono", monospace;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.actpub.theme-v3_solace_bay .ap-footer-socials {
  width: min(100%, var(--sb-content-w));
  margin: 0 auto;
  gap: 1.2rem;
  font-family: "Space Mono", monospace;
  letter-spacing: 0.1em;
}

.actpub.theme-v3_solace_bay .ap-footer-social {
  font-weight: 700;
  background: none;
}

.actpub.theme-v3_solace_bay .ap-footer-meta {
  width: min(100%, var(--sb-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_solace_bay .ap-footer-links {
  gap: 0.4rem 0.9rem;
  font-family: "Space Mono", monospace;
}

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

.actpub.theme-v3_solace_bay .ap-lightbox img {
  box-shadow: none;
}

.actpub.theme-v3_solace_bay .ap-lightbox-close,
.actpub.theme-v3_solace_bay .ap-lightbox-nav {
  border: 1px solid var(--sb-line);
  background: rgba(16, 29, 24, 0.78);
}

/* -------------------------------------------------------------------------
   Motion — editorial preset (soft entry fades, no parallax/cursor effects)
   ------------------------------------------------------------------------- */

.actpub.theme-v3_solace_bay.ap-v3-motion--editorial {
  --ap-v3-motion-ease: ease-out;
}

/* -------------------------------------------------------------------------
   Responsive — single 720px breakpoint for every mandatory mobile rule
   ------------------------------------------------------------------------- */

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

  /* bio aside: right column, deliberately NOT sticky per brief. */

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

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

  /* practical-info aside: left column, sticky (desktop only). */
  .actpub.theme-v3_solace_bay .ap-v3-practical-shell--with-aside .ap-v3-practical-aside {
    position: sticky;
    top: 6.5rem;
  }

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

  /* gigs aside: right column, NOT sticky (potentially long list). */

  .actpub.theme-v3_solace_bay footer.ap-published-footer {
    padding-left: var(--sb-px);
    padding-right: var(--sb-px);
  }
}

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

  .actpub.theme-v3_solace_bay .ap-v3-hero-copy {
    padding: 3rem 1.25rem 3rem;
  }

  /* Formulas carousel — mandatory mobile rule. */
  .actpub.theme-v3_solace_bay .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;
    min-width: 0;
  }

  .actpub.theme-v3_solace_bay .ap-v3-formula-card {
    flex: 0 0 82%;
    scroll-snap-align: start;
  }

  /* Practical facts collapse to one column (auto-fit already handles
     narrower widths, this guarantees full width). */
  .actpub.theme-v3_solace_bay .ap-v3-practical-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  /* order:-1 needs a flex/grid parent — practical shell is template-owned. */
  .actpub.theme-v3_solace_bay .ap-v3-practical-shell--with-aside {
    display: grid;
  }

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

  /* Quotes always stack to one column on mobile — never 2/3 across; the
     signature quote's decorative mark shrinks from ~6rem to ~3rem. */
  .actpub.theme-v3_solace_bay .ap-v3-quotes.ap-v3-quotes--count-many,
  .actpub.theme-v3_solace_bay .ap-v3-quotes.ap-v3-quotes--count-two {
    grid-template-columns: minmax(0, 1fr);
  }

  .actpub.theme-v3_solace_bay .ap-v3-quote:first-child .ap-v3-quote-text::before {
    font-size: 3rem;
    top: -0.25rem;
  }

  /* Gig date/status: single-line row, day font capped, status right-aligned,
     venue + meta on one line (row layout itself is shared with desktop via
     the 3-column grid on .ap-v3-gig, see above — only the column width and
     gap shrink here). */
  .actpub.theme-v3_solace_bay .ap-v3-gig {
    grid-template-columns: minmax(4.75rem, 5.5rem) minmax(0, 1fr) auto;
    gap: 0.5rem 0.85rem;
    padding: 0.85rem 0;
  }

  .actpub.theme-v3_solace_bay .ap-v3-gig-date {
    gap: 0.3rem;
    line-height: 1.1;
  }

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

  .actpub.theme-v3_solace_bay .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_solace_bay .ap-v3-gig-meta {
    margin: 0;
  }

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

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

  /* Gallery — strip variant carousel. */
  .actpub.theme-v3_solace_bay .ap-v3-section:not(.ap-v3-section--layout-masonry) .ap-v3-gallery {
    display: flex;
    grid-template-columns: none;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 0.6rem;
    scroll-snap-type: x proximity;
    min-width: 0;
  }

  .actpub.theme-v3_solace_bay .ap-v3-section:not(.ap-v3-section--layout-masonry) .ap-v3-gallery-item {
    flex: 0 0 82%;
    width: auto;
    height: 310px;
    scroll-snap-align: start;
  }

  /* Gallery — masonry variant carousel (mandatory even though not the
     template default; act owners can reconfigure layoutId independently). */
  .actpub.theme-v3_solace_bay .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_solace_bay .ap-v3-section.ap-v3-section--layout-masonry .ap-v3-gallery-item--masonry {
    flex: 0 0 82%;
    width: auto;
    margin: 0;
    scroll-snap-align: start;
  }

  .actpub.theme-v3_solace_bay .ap-v3-section.ap-v3-section--layout-masonry .ap-v3-gallery-image--masonry {
    height: 310px;
    max-height: 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_solace_bay .ap-v3-site-nav {
    top: var(--ap-demo-mobile-bar-h, 3.5rem);
  }
}
