@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Instrument+Serif:ital@0;1&family=Playfair+Display:wght@700;800;900&display=swap");

.actpub.theme-v3_savane {
  --sv-sun: #f5a623;
  --sv-flame: #e05b2b;
  --sv-leaf: #2d7d46;
  --sv-leaf-light: #4aad65;
  --sv-cream: #fdf6ec;
  --sv-warm-white: #fffbf4;
  --sv-earth: #3d2b1f;
  --sv-earth-mid: #6b4532;
  --sv-gold: #c9860a;
  --sv-gold-light: #f0c040;
  --sv-text: #2a1a0e;
  --sv-text-soft: #6b5040;
  --sv-text-muted: #a08060;
  --sv-surface-alt: #f7edd8;
  --sv-section-gap: 7.5rem;
  --sv-section-gap-mobile: 4.5rem;
  --sv-content-width: 70rem;
  --sv-px: clamp(1.5rem, 5vw, 5rem);
  background:
    radial-gradient(circle at top right, rgba(245, 166, 35, 0.12), transparent 26%),
    linear-gradient(180deg, #fffdfa 0%, var(--sv-warm-white) 42%, #fff7ed 100%);
  color: var(--sv-text);
  font-family: "DM Sans", Arial, sans-serif;
  min-height: 100vh;
}

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

.actpub.theme-v3_savane .ap-v3-section {
  margin: 0;
}

.actpub.theme-v3_savane .ap-v3-section:not(.ap-v3-section--hero) {
  padding: var(--sv-section-gap) var(--sv-px);
}

.actpub.theme-v3_savane .ap-v3-section--hero {
  background: var(--sv-earth);
  color: var(--sv-warm-white);
}

.actpub.theme-v3_savane .ap-v3-hero {
  display: grid;
  min-height: 100vh;
}

.actpub.theme-v3_savane .ap-v3-hero-media {
  min-height: 18rem;
  background: #21150d;
}

.actpub.theme-v3_savane .ap-v3-hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 15%;
}

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

.actpub.theme-v3_savane .ap-v3-hero-media--desktop-video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 15%;
}

.actpub.theme-v3_savane .ap-v3-hero-copy {
  position: relative;
  display: grid;
  align-content: center;
  gap: 1rem;
  min-height: 100vh;
  padding: 6rem max(2rem, min(5vw, 4rem)) 5rem;
  background:
    radial-gradient(circle at top right, rgba(245, 166, 35, 0.14), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0));
  text-align: left;
}

.actpub.theme-v3_savane .ap-v3-hero-meta,
.actpub.theme-v3_savane .ap-v3-media-eyebrow,
.actpub.theme-v3_savane .ap-v3-video-player-provider,
.actpub.theme-v3_savane .ap-v3-audio-player-eyebrow,
.actpub.theme-v3_savane .ap-v3-audio-card-meta,
.actpub.theme-v3_savane .ap-v3-audio-card-duration,
.actpub.theme-v3_savane .ap-v3-audio-player-meta,
.actpub.theme-v3_savane .ap-v3-audio-player-duration,
.actpub.theme-v3_savane .ap-v3-gig-status,
.actpub.theme-v3_savane .ap-v3-gig-meta,
.actpub.theme-v3_savane .ap-footer-social,
.actpub.theme-v3_savane .ap-footer-meta,
.actpub.theme-v3_savane .ap-footer-date,
.actpub.theme-v3_savane .ap-footer-links-item a,
.actpub.theme-v3_savane .ap-footer-links-item span {
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.actpub.theme-v3_savane .ap-v3-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  color: rgba(255, 251, 244, 0.78);
}

.actpub.theme-v3_savane .ap-v3-hero-style,
.actpub.theme-v3_savane .ap-v3-hero-location {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}

.actpub.theme-v3_savane .ap-v3-hero-style::before,
.actpub.theme-v3_savane .ap-v3-hero-location::before {
  content: "";
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 999px;
  background: var(--sv-leaf-light);
}

.actpub.theme-v3_savane .ap-v3-hero-title,
.actpub.theme-v3_savane .ap-v3-bio-tagline,
.actpub.theme-v3_savane .ap-v3-section h2,
.actpub.theme-v3_savane .ap-v3-contact-cta-brand,
.actpub.theme-v3_savane .ap-v3-footer-title,
.actpub.theme-v3_savane .ap-footer-act-name,
.actpub.theme-v3_savane .ap-v3-video-player-title,
.actpub.theme-v3_savane .ap-v3-audio-player-title,
.actpub.theme-v3_savane .ap-v3-audio-card-title,
.actpub.theme-v3_savane .ap-v3-gig-date {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
}

.actpub.theme-v3_savane .ap-v3-hero-title {
  max-width: 10ch;
  font-size: clamp(3.5rem, 5vw, 5.5rem);
  font-weight: 900;
  line-height: 0.95;
  color: var(--sv-warm-white);
}

.actpub.theme-v3_savane .ap-v3-hero-tagline {
  max-width: 28rem;
  margin: 0;
  color: rgba(255, 251, 244, 0.92);
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 1.35rem;
  font-style: italic;
  line-height: 1.45;
}

.actpub.theme-v3_savane .ap-v3-hero-booking,
.actpub.theme-v3_savane .ap-v3-booking-cta,
.actpub.theme-v3_savane .ap-v3-contact-cta-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 3rem;
  padding: 0.85rem 1.4rem;
  border: 1px solid rgba(245, 166, 35, 0.4);
  border-radius: 2px;
  background: var(--sv-sun);
  color: var(--sv-earth);
  text-decoration: none;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.actpub.theme-v3_savane .ap-v3-hero-booking:hover,
.actpub.theme-v3_savane .ap-v3-hero-booking:focus-visible,
.actpub.theme-v3_savane .ap-v3-contact-cta-link:hover,
.actpub.theme-v3_savane .ap-v3-contact-cta-link:focus-visible,
.actpub.theme-v3_savane .ap-v3-booking-cta:hover,
.actpub.theme-v3_savane .ap-v3-booking-cta:focus-visible {
  background: var(--sv-warm-white);
  color: var(--sv-flame);
  box-shadow: 0 12px 32px rgba(61, 43, 31, 0.3);
  transform: translateY(-1px);
}

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

.actpub.theme-v3_savane .ap-v3-section--bio {
  background: var(--sv-warm-white);
}

.actpub.theme-v3_savane .ap-v3-section--formulas,
.actpub.theme-v3_savane .ap-v3-section--media {
  background: var(--sv-earth);
  color: var(--sv-warm-white);
}

.actpub.theme-v3_savane .ap-v3-section--gallery {
  background: var(--sv-surface-alt);
}

.actpub.theme-v3_savane .ap-v3-section--gigs {
  background: linear-gradient(180deg, #fffaf3 0%, var(--sv-cream) 100%);
}

.actpub.theme-v3_savane .ap-v3-section--contact-cta {
  background: var(--sv-flame);
  color: var(--sv-warm-white);
}

.actpub.theme-v3_savane .ap-v3-section--footer {
  display: grid;
  gap: 0.6rem;
  background: var(--sv-earth);
  color: var(--sv-warm-white);
}

.actpub.theme-v3_savane .ap-v3-footer-title {
  color: var(--sv-warm-white);
  font-size: 1.55rem;
  font-weight: 800;
}

.actpub.theme-v3_savane .ap-v3-section h2,
.actpub.theme-v3_savane .ap-v3-gallery-shell > h2,
.actpub.theme-v3_savane .ap-v3-gigs-main > h2 {
  margin: 0 0 1rem;
  font-size: clamp(2.2rem, 3.5vw, 3.5rem);
  font-weight: 700;
  line-height: 1;
  color: var(--sv-text);
}

.actpub.theme-v3_savane .ap-v3-section--media h2,
.actpub.theme-v3_savane .ap-v3-section--formulas h2 {
  color: var(--sv-warm-white);
}

.actpub.theme-v3_savane .ap-v3-bio-shell,
.actpub.theme-v3_savane .ap-v3-gigs-shell,
.actpub.theme-v3_savane .ap-v3-media-shell,
.actpub.theme-v3_savane .ap-v3-gallery-shell,
.actpub.theme-v3_savane .ap-v3-contact-cta {
  width: min(100%, var(--sv-content-width));
  margin: 0 auto;
}

.actpub.theme-v3_savane .ap-v3-bio-shell,
.actpub.theme-v3_savane .ap-v3-gigs-shell {
  display: grid;
  gap: 1.5rem;
}

.actpub.theme-v3_savane .ap-v3-bio-tagline {
  margin-bottom: 1rem;
  font-size: clamp(2.5rem, 4vw, 3.75rem);
  font-weight: 800;
  line-height: 1;
  color: var(--sv-text);
}

.actpub.theme-v3_savane .ap-v3-bio-tagline::first-letter {
  color: var(--sv-flame);
  font-style: italic;
}

.actpub.theme-v3_savane .ap-v3-bio-text,
.actpub.theme-v3_savane .ap-v3-contact-cta-helper,
.actpub.theme-v3_savane .ap-v3-footer-email {
  color: var(--sv-text-soft);
  font-size: 1rem;
  line-height: 1.8;
}

.actpub.theme-v3_savane .ap-v3-footer-email {
  width: fit-content;
  color: rgba(255, 251, 244, 0.7);
  font-size: 0.92rem;
  text-decoration: none;
  transition: color 0.2s ease;
}

.actpub.theme-v3_savane .ap-v3-footer-email:hover,
.actpub.theme-v3_savane .ap-v3-footer-email:focus-visible {
  color: var(--sv-sun);
}

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

.actpub.theme-v3_savane .ap-v3-bio-aside::before {
  content: "";
  position: absolute;
  inset: 1.5rem auto auto -1.5rem;
  width: 100%;
  height: 100%;
  background: rgba(245, 166, 35, 0.15);
  border-radius: 4px;
}

.actpub.theme-v3_savane .ap-v3-bio-aside img,
.actpub.theme-v3_savane .ap-v3-gigs-aside img {
  position: relative;
  display: block;
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.actpub.theme-v3_savane .ap-v3-bio-aside img {
  aspect-ratio: 4 / 5;
}

.actpub.theme-v3_savane .ap-v3-gigs-aside img {
  aspect-ratio: 3 / 4;
}

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

.actpub.theme-v3_savane .ap-v3-formulas-header {
  margin-bottom: 1rem;
}

.actpub.theme-v3_savane .ap-v3-formulas-title {
  margin: 0;
}

.actpub.theme-v3_savane .ap-v3-formulas-intro {
  max-width: 42rem;
  margin: 0 0 2.5rem;
  color: rgba(255, 251, 244, 0.78);
  font-size: 1.05rem;
  line-height: 1.7;
}

.actpub.theme-v3_savane .ap-v3-formulas-grid {
  gap: 1.5rem;
}

.actpub.theme-v3_savane .ap-v3-formula-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 1.75rem 1.6rem;
  background: rgba(255, 251, 244, 0.06);
  border: 1px solid rgba(245, 166, 35, 0.22);
  border-radius: 14px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
  min-height: 100%;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.actpub.theme-v3_savane .ap-v3-formula-card:hover,
.actpub.theme-v3_savane .ap-v3-formula-card:focus-within {
  transform: translateY(-3px);
  border-color: rgba(245, 166, 35, 0.45);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.24);
}

.actpub.theme-v3_savane .ap-v3-formula-card--featured {
  background: rgba(245, 166, 35, 0.1);
  border-color: rgba(245, 166, 35, 0.55);
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.26);
}

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

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

.actpub.theme-v3_savane .ap-v3-formula-featured {
  width: fit-content;
  margin: 0 0 0.85rem;
  padding: 0.3rem 0.6rem;
  border: 1px solid rgba(245, 166, 35, 0.5);
  border-radius: 999px;
  background: var(--sv-sun);
  color: var(--sv-earth);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

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

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

.actpub.theme-v3_savane .ap-v3-formula-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.actpub.theme-v3_savane .ap-v3-formula-title {
  flex: 1 1 auto;
  margin: 0;
  color: var(--sv-warm-white);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.55rem;
  font-weight: 800;
  line-height: 1.05;
}

.actpub.theme-v3_savane .ap-v3-formula-description {
  margin: 0.7rem 0 0;
  color: rgba(255, 251, 244, 0.75);
  font-size: 0.95rem;
  line-height: 1.65;
}

.actpub.theme-v3_savane .ap-v3-formula-price {
  width: fit-content;
  padding: 0.4rem 0.7rem;
  border: 1px solid rgba(245, 166, 35, 0.35);
  border-radius: 999px;
  background: rgba(245, 166, 35, 0.14);
  color: var(--sv-gold-light);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  white-space: normal;
}

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

.actpub.theme-v3_savane .ap-v3-formula-meta {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(9rem, 1fr));
  padding-top: 1.35rem;
  border-top: 1px solid rgba(255, 251, 244, 0.14);
}

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

.actpub.theme-v3_savane .ap-v3-formula-detail-label {
  margin: 0;
  color: rgba(255, 251, 244, 0.55);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.actpub.theme-v3_savane .ap-v3-formula-stat {
  margin: 0;
  color: var(--sv-warm-white);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.actpub.theme-v3_savane .ap-v3-formula-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  align-self: stretch;
  min-height: 3rem;
  padding: 0.85rem 1.4rem;
  border: 1px solid rgba(245, 166, 35, 0.4);
  border-radius: 2px;
  background: var(--sv-sun);
  color: var(--sv-earth);
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.actpub.theme-v3_savane .ap-v3-formula-cta:hover,
.actpub.theme-v3_savane .ap-v3-formula-cta:focus-visible {
  background: var(--sv-warm-white);
  color: var(--sv-flame);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
  transform: translateY(-1px);
}

.actpub.theme-v3_savane .ap-v3-formula-card--featured .ap-v3-formula-cta {
  background: var(--sv-flame);
  border-color: rgba(245, 166, 35, 0.6);
  color: var(--sv-warm-white);
}

.actpub.theme-v3_savane .ap-v3-formula-card--featured .ap-v3-formula-cta:hover,
.actpub.theme-v3_savane .ap-v3-formula-card--featured .ap-v3-formula-cta:focus-visible {
  background: var(--sv-warm-white);
  color: var(--sv-flame);
}

.actpub.theme-v3_savane .ap-v3-media-block {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}

.actpub.theme-v3_savane .ap-v3-media-block--audio {
  margin-top: 4rem;
}

.actpub.theme-v3_savane .ap-v3-media-heading {
  margin-bottom: 1rem;
}

.actpub.theme-v3_savane .ap-v3-media-eyebrow {
  margin: 0 0 0.35rem;
  color: rgba(255, 251, 244, 0.72);
}

.actpub.theme-v3_savane .ap-v3-media-title,
.actpub.theme-v3_savane .ap-v3-video-player-title,
.actpub.theme-v3_savane .ap-v3-audio-player-title,
.actpub.theme-v3_savane .ap-v3-audio-card-title {
  color: var(--sv-warm-white);
}

.actpub.theme-v3_savane .ap-v3-media-title {
  font-size: clamp(2.1rem, 3.2vw, 3rem);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.01em;
}

.actpub.theme-v3_savane .ap-v3-video-player-title,
.actpub.theme-v3_savane .ap-v3-audio-player-title {
  font-size: clamp(1.4rem, 2.2vw, 1.9rem);
  font-weight: 700;
  line-height: 1.05;
}

.actpub.theme-v3_savane .ap-v3-audio-card-title {
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.2;
}

.actpub.theme-v3_savane .ap-v3-video-player-stage,
.actpub.theme-v3_savane .ap-v3-audio-player-embed,
.actpub.theme-v3_savane .ap-v3-audio-card-embed {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.05);
}

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

.actpub.theme-v3_savane .ap-v3-video-player-frame {
  aspect-ratio: 16 / 9;
  min-height: 16rem;
}

.actpub.theme-v3_savane .ap-v3-video-carousel {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.actpub.theme-v3_savane .ap-v3-video-thumb {
  width: 100%;
  border: 1px solid rgba(245, 166, 35, 0.15);
  border-radius: 4px;
  background: transparent;
  transition: border-color 0.2s ease, opacity 0.2s ease;
}

.actpub.theme-v3_savane .ap-v3-video-thumb:hover,
.actpub.theme-v3_savane .ap-v3-video-thumb:focus-visible,
.actpub.theme-v3_savane .ap-v3-video-thumb.is-active {
  border-color: rgba(245, 166, 35, 0.4);
  opacity: 1;
}

.actpub.theme-v3_savane .ap-v3-video-thumb-preview {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  border-radius: 4px;
  overflow: hidden;
}

.actpub.theme-v3_savane .ap-v3-video-thumb-preview img {
  filter: saturate(0.96);
}

.actpub.theme-v3_savane .ap-v3-video-player-link,
.actpub.theme-v3_savane .ap-v3-audio-player-link,
.actpub.theme-v3_savane .ap-v3-audio-card-link {
  color: inherit;
  text-decoration: none;
}

.actpub.theme-v3_savane .ap-v3-video-player-provider,
.actpub.theme-v3_savane .ap-v3-audio-player-eyebrow,
.actpub.theme-v3_savane .ap-v3-audio-card-meta,
.actpub.theme-v3_savane .ap-v3-audio-card-duration,
.actpub.theme-v3_savane .ap-v3-audio-player-meta,
.actpub.theme-v3_savane .ap-v3-audio-player-duration {
  color: rgba(255, 251, 244, 0.66);
}

.actpub.theme-v3_savane .ap-v3-audio-player--embed,
.actpub.theme-v3_savane .ap-v3-audio-player--fallback {
  padding: 1rem;
  border: 1px solid rgba(245, 166, 35, 0.2);
  border-radius: 4px;
  background:
    linear-gradient(135deg, rgba(245, 166, 35, 0.12), rgba(245, 166, 35, 0.02)),
    rgba(255, 255, 255, 0.03);
}

.actpub.theme-v3_savane .ap-v3-audio-player--fallback .ap-v3-audio-player-chrome {
  position: relative;
  padding-bottom: 1rem;
}

.actpub.theme-v3_savane .ap-v3-audio-player--fallback .ap-v3-audio-player-chrome::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: rgba(255, 251, 244, 0.15);
}

.actpub.theme-v3_savane .ap-v3-audio-player--fallback .ap-v3-audio-player-chrome::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 42%;
  height: 4px;
  background: var(--sv-sun);
  z-index: 1;
}

.actpub.theme-v3_savane .ap-v3-audio-grid {
  grid-template-columns: minmax(0, 1fr);
  margin-top: 1rem;
}

.actpub.theme-v3_savane .ap-v3-audio-card {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 0.85rem;
}

.actpub.theme-v3_savane .ap-v3-audio-card--embed {
  padding-top: 0;
  border-top: 0;
}

.actpub.theme-v3_savane .ap-v3-audio-card-artwork,
.actpub.theme-v3_savane .ap-v3-audio-card-artwork-placeholder {
  display: none;
}

.actpub.theme-v3_savane .ap-v3-audio-card-link {
  grid-template-columns: 1.5rem minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.9rem;
}

.actpub.theme-v3_savane .ap-v3-audio-card-copy {
  position: relative;
}

.actpub.theme-v3_savane .ap-v3-audio-card-copy::before {
  content: "";
  position: absolute;
  left: -1.35rem;
  top: 0.4rem;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 999px;
  background: rgba(245, 166, 35, 0.72);
}

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

.actpub.theme-v3_savane .ap-v3-gallery-shell {
  position: relative;
  display: block;
}

.actpub.theme-v3_savane .ap-v3-gallery-controls {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1rem;
}

.actpub.theme-v3_savane .ap-v3-gallery-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid rgba(107, 69, 50, 0.28);
  border-radius: 999px;
  background: transparent;
  color: var(--sv-earth-mid);
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.actpub.theme-v3_savane .ap-v3-gallery-nav:hover:not(:disabled),
.actpub.theme-v3_savane .ap-v3-gallery-nav:focus-visible:not(:disabled) {
  background: var(--sv-earth);
  color: var(--sv-warm-white);
  border-color: var(--sv-earth);
}

.actpub.theme-v3_savane .ap-v3-gallery-nav span {
  font-size: 1.3rem;
  line-height: 1;
}

.actpub.theme-v3_savane .ap-v3-gallery-nav:disabled {
  display: none;
}

.actpub.theme-v3_savane .ap-v3-gallery {
  width: 100%;
  scroll-snap-type: x proximity;
}

/* width is mandatory here — without it, "width: auto" on the img below
   sizes each card to that photo's own aspect ratio, so mixed
   portrait/landscape photos produce inconsistent card widths in the strip
   (a jumbled, "shattered" look) instead of a clean row of uniform cards. */
.actpub.theme-v3_savane .ap-v3-gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  flex: 0 0 auto;
  width: 300px;
  height: 340px;
  scroll-snap-align: start;
}

.actpub.theme-v3_savane .ap-v3-gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(61, 43, 31, 0), rgba(61, 43, 31, 0.42));
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
}

.actpub.theme-v3_savane .ap-v3-gallery-item:hover::after {
  opacity: 1;
}

.actpub.theme-v3_savane .ap-v3-gallery img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
  transition: transform 0.2s ease;
}

.actpub.theme-v3_savane .ap-v3-gallery img:hover {
  transform: scale(1.06);
}

.actpub.theme-v3_savane .ap-v3-gigs {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}

.actpub.theme-v3_savane .ap-v3-gig {
  display: grid;
  width: 100%;
  grid-template-columns: minmax(8.5rem, 10rem) minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.5rem 1.5rem;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(61, 43, 31, 0.1);
}

.actpub.theme-v3_savane .ap-v3-gig:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

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

.actpub.theme-v3_savane .ap-v3-gig-date {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 0.4rem;
  font-family: "Playfair Display", Georgia, serif;
  color: var(--sv-flame);
}

.actpub.theme-v3_savane .ap-v3-gig-date-month,
.actpub.theme-v3_savane .ap-v3-gig-date-year {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1;
  text-transform: uppercase;
}

.actpub.theme-v3_savane .ap-v3-gig-date-day {
  font-size: clamp(1.3rem, 2.2vw, 1.8rem);
  font-weight: 800;
  line-height: 0.95;
}

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

.actpub.theme-v3_savane .ap-v3-gig-status {
  grid-column: 3;
  grid-row: 1;
  justify-self: end;
  color: var(--sv-text-muted);
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.actpub.theme-v3_savane .ap-v3-gig-venue {
  color: var(--sv-text);
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.35;
}

.actpub.theme-v3_savane .ap-v3-gig-meta {
  color: var(--sv-text-soft);
  font-size: 0.85rem;
  line-height: 1.45;
}

.actpub.theme-v3_savane .ap-v3-gig--past .ap-v3-gig-date {
  color: var(--sv-text-muted);
}

.actpub.theme-v3_savane .ap-v3-gig--past .ap-v3-gig-venue,
.actpub.theme-v3_savane .ap-v3-gig--past .ap-v3-gig-meta {
  opacity: 0.5;
}

.actpub.theme-v3_savane .ap-v3-contact-cta {
  display: grid;
  gap: 1rem;
}

.actpub.theme-v3_savane .ap-v3-contact-cta-brand {
  color: var(--sv-warm-white);
  font-size: clamp(2.5rem, 4vw, 3.75rem);
  font-weight: 800;
  line-height: 1;
}

.actpub.theme-v3_savane .ap-v3-contact-cta-main {
  display: grid;
  gap: 0.9rem;
}

.actpub.theme-v3_savane .ap-v3-contact-cta-helper {
  margin: 0;
  color: rgba(255, 251, 244, 0.88);
}

.actpub.theme-v3_savane .ap-v3-section--contact-cta .ap-v3-contact-cta-link {
  background: var(--sv-warm-white);
  color: var(--sv-flame);
  border-color: rgba(255, 251, 244, 0.24);
}

.actpub.theme-v3_savane .ap-v3-section--contact-cta .ap-v3-contact-cta-link:hover,
.actpub.theme-v3_savane .ap-v3-section--contact-cta .ap-v3-contact-cta-link:focus-visible {
  background: var(--sv-earth);
  color: var(--sv-sun);
}

.actpub.theme-v3_savane footer.ap-published-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  width: 100%;
  margin-top: 0;
  padding: 1.5rem var(--sv-px) 2rem;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: var(--sv-earth);
  color: rgba(255, 251, 244, 0.68);
}

.actpub.theme-v3_savane .ap-footer-act-name {
  color: var(--sv-warm-white);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  line-height: 0.98;
}

.actpub.theme-v3_savane .ap-footer-brand {
  width: min(100%, var(--sv-content-width));
  margin: 0 auto;
  min-width: 0;
}

.actpub.theme-v3_savane .ap-footer-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 0;
  border: 0;
  border-radius: 0;
  color: rgba(255, 251, 244, 0.82);
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.actpub.theme-v3_savane .ap-footer-meta,
.actpub.theme-v3_savane .ap-footer-date,
.actpub.theme-v3_savane .ap-footer-links-item a,
.actpub.theme-v3_savane .ap-footer-links-item span {
  color: rgba(255, 251, 244, 0.56);
  text-decoration: none;
}

.actpub.theme-v3_savane .ap-footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1rem;
  width: min(100%, var(--sv-content-width));
  margin: 0 auto;
  min-width: 0;
}

.actpub.theme-v3_savane .ap-footer-meta {
  display: grid;
  gap: 0.8rem;
  width: min(100%, var(--sv-content-width));
  margin: 0 auto;
  min-width: 0;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 251, 244, 0.16);
}

.actpub.theme-v3_savane .ap-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}

.actpub.theme-v3_savane .ap-footer-date {
  margin-top: 0;
}

.actpub.theme-v3_savane .ap-footer-social:hover,
.actpub.theme-v3_savane .ap-footer-social:focus-visible,
.actpub.theme-v3_savane .ap-footer-links-item a:hover,
.actpub.theme-v3_savane .ap-footer-links-item a:focus-visible {
  color: var(--sv-sun);
}

.actpub.theme-v3_savane .ap-v3-section--practical-info {
  background: var(--sv-surface-alt);
}

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

.actpub.theme-v3_savane .ap-v3-practical-main {
  display: grid;
  gap: 2.5rem;
}

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

.actpub.theme-v3_savane .ap-v3-practical-title {
  margin: 0;
}

.actpub.theme-v3_savane .ap-v3-practical-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
}

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

.actpub.theme-v3_savane .ap-v3-practical-item {
  display: grid;
  gap: 0.3rem;
  margin: 0;
  padding: 1.1rem 0;
  border-bottom: 1px solid rgba(107, 69, 50, 0.16);
}

.actpub.theme-v3_savane .ap-v3-practical-item:last-child {
  border-bottom: 0;
}

.actpub.theme-v3_savane .ap-v3-practical-label {
  margin: 0;
  color: var(--sv-text-muted);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.actpub.theme-v3_savane .ap-v3-practical-value {
  margin: 0;
  color: var(--sv-text);
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.45;
}

.actpub.theme-v3_savane .ap-v3-practical-aside {
  position: relative;
}

.actpub.theme-v3_savane .ap-v3-practical-aside::before {
  content: "";
  position: absolute;
  inset: 1.5rem auto auto -1.5rem;
  width: 100%;
  height: 100%;
  background: rgba(245, 166, 35, 0.15);
  border-radius: 4px;
}

.actpub.theme-v3_savane .ap-v3-practical-aside img {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 4px;
}

.actpub.theme-v3_savane .ap-v3-availability-block {
  display: grid;
  gap: 1.25rem;
  padding-top: 1.75rem;
  border-top: 1px solid rgba(107, 69, 50, 0.16);
}

.actpub.theme-v3_savane .ap-v3-availability-title {
  margin: 0;
  color: var(--sv-text);
  font-size: 1.15rem;
  font-weight: 700;
  font-family: "Playfair Display", Georgia, serif;
}

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

.actpub.theme-v3_savane .ap-v3-availability-item {
  display: grid;
  gap: 0.5rem;
}

.actpub.theme-v3_savane .ap-v3-availability-month {
  color: var(--sv-earth-mid);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

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

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

.actpub.theme-v3_savane .ap-v3-availability-cell {
  display: block;
  aspect-ratio: 1 / 1;
  border-radius: 3px;
  background: rgba(201, 134, 10, 0.12);
  border: 1px solid rgba(201, 134, 10, 0.18);
}

.actpub.theme-v3_savane .ap-v3-availability-cell--filled {
  border-color: transparent;
  background: var(--sv-gold);
}

.actpub.theme-v3_savane .ap-v3-availability-cell--empty {
  background: rgba(201, 134, 10, 0.1);
  border-color: rgba(201, 134, 10, 0.16);
}

.actpub.theme-v3_savane .ap-v3-availability-cell--light {
  background: var(--sv-gold-light);
}

.actpub.theme-v3_savane .ap-v3-availability-cell--medium {
  background: var(--sv-sun);
}

.actpub.theme-v3_savane .ap-v3-availability-cell--busy {
  background: var(--sv-flame);
}

.actpub.theme-v3_savane .ap-v3-availability-cell--heavy {
  background: var(--sv-earth-mid);
}

.actpub.theme-v3_savane .ap-v3-availability-state {
  color: var(--sv-text-soft);
  font-size: 0.82rem;
  font-weight: 600;
  white-space: nowrap;
  flex: 0 0 9.5rem;
  width: 9.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
}

.actpub.theme-v3_savane .ap-v3-section--faq {
  background: var(--sv-warm-white);
}

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

.actpub.theme-v3_savane .ap-v3-faq-header {
  margin-bottom: 2rem;
}

.actpub.theme-v3_savane .ap-v3-faq-title {
  margin: 0;
}

.actpub.theme-v3_savane .ap-v3-faq-list {
  display: grid;
  gap: 0;
}

.actpub.theme-v3_savane .ap-v3-faq-item {
  padding: 0.4rem 0;
  border-bottom: 1px solid rgba(107, 69, 50, 0.16);
}

.actpub.theme-v3_savane .ap-v3-faq-item:first-child {
  border-top: 1px solid rgba(107, 69, 50, 0.16);
}

.actpub.theme-v3_savane .ap-v3-faq-trigger {
  position: relative;
  display: block;
  padding: 1.25rem 3.25rem 1.25rem 0;
  color: var(--sv-text);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.4;
  list-style: none;
  cursor: pointer;
}

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

.actpub.theme-v3_savane .ap-v3-faq-trigger::after {
  content: "+";
  position: absolute;
  top: 1.1rem;
  right: 0;
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  background: var(--sv-sun);
  color: var(--sv-earth);
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
  transition: transform 0.2s ease, background 0.2s ease;
}

.actpub.theme-v3_savane .ap-v3-faq-item[open] .ap-v3-faq-trigger::after {
  transform: rotate(45deg);
  background: var(--sv-flame);
  color: var(--sv-warm-white);
}

.actpub.theme-v3_savane .ap-v3-faq-trigger:hover::after,
.actpub.theme-v3_savane .ap-v3-faq-trigger:focus-visible::after {
  background: var(--sv-flame);
  color: var(--sv-warm-white);
}

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

.actpub.theme-v3_savane .ap-v3-faq-answer p {
  margin: 0;
  color: var(--sv-text-soft);
  font-size: 1rem;
  line-height: 1.75;
}

.actpub.theme-v3_savane .ap-v3-section--quotes {
  background: var(--sv-surface-alt);
}

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

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

.actpub.theme-v3_savane .ap-v3-quote {
  position: relative;
  display: grid;
  align-content: start;
  gap: 1.1rem;
  padding: 2.5rem 2rem 2.2rem;
  background: var(--sv-warm-white);
  border: 1px solid rgba(201, 134, 10, 0.18);
  border-radius: 10px;
  box-shadow: 0 18px 40px rgba(61, 43, 31, 0.08);
}

.actpub.theme-v3_savane .ap-v3-quote-text {
  position: relative;
  margin: 0;
  padding-top: 2.1rem;
  color: var(--sv-text);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.2rem;
  font-weight: 600;
  font-style: italic;
  line-height: 1.5;
}

.actpub.theme-v3_savane .ap-v3-quote-text::before {
  content: "\201C";
  position: absolute;
  top: -0.6rem;
  left: -0.15rem;
  color: var(--sv-sun);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}

.actpub.theme-v3_savane .ap-v3-quote-author {
  margin: 0;
  color: var(--sv-earth-mid);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.actpub.theme-v3_savane .ap-v3-quote-author::before {
  content: "\2014 ";
  color: var(--sv-gold);
}

.actpub.theme-v3_savane .ap-v3-quotes--count-one .ap-v3-quote {
  padding: 3.5rem 3rem 3rem;
  border-radius: 14px;
  text-align: center;
}

.actpub.theme-v3_savane .ap-v3-quotes--count-one .ap-v3-quote-text {
  padding-top: 0;
  font-size: clamp(1.6rem, 2.6vw, 2.35rem);
  line-height: 1.3;
}

.actpub.theme-v3_savane .ap-v3-quotes--count-one .ap-v3-quote-text::before {
  position: static;
  display: block;
  margin: 0 auto 0.75rem;
  font-size: 4rem;
}

.actpub.theme-v3_savane .ap-v3-quotes--count-one .ap-v3-quote-author {
  justify-self: center;
}

.actpub.theme-v3_savane .ap-v3-quotes--count-one .ap-v3-quote-author::before {
  content: "";
}

@media (min-width: 960px) {
  .actpub.theme-v3_savane .ap-v3-hero {
    grid-template-columns: minmax(22rem, 1fr) minmax(22rem, 1fr);
    align-items: stretch;
  }

  .actpub.theme-v3_savane .ap-v3-hero-copy {
    padding-right: 4rem;
  }

  .actpub.theme-v3_savane .ap-v3-hero-hooks {
    position: absolute;
    top: 2rem;
    left: 50%;
    right: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.25rem;
  }

  .actpub.theme-v3_savane .ap-v3-hero-hook {
    color: rgba(255, 251, 244, 0.72);
    text-decoration: none;
    font-size: 0.74rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
  }

  .actpub.theme-v3_savane .ap-v3-hero-hook:hover,
  .actpub.theme-v3_savane .ap-v3-hero-hook:focus-visible {
    color: var(--sv-warm-white);
  }

  .actpub.theme-v3_savane .ap-v3-bio-shell--with-aside {
    grid-template-columns: minmax(18rem, 0.9fr) minmax(0, 1.1fr);
    gap: 5rem;
    align-items: start;
  }

  .actpub.theme-v3_savane .ap-v3-bio-shell--with-aside .ap-v3-bio-aside {
    position: sticky;
    top: 6.25rem;
  }

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

  .actpub.theme-v3_savane .ap-v3-practical-shell--with-aside .ap-v3-practical-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 2.5rem;
  }

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

  .actpub.theme-v3_savane .ap-v3-practical-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 5rem;
    align-items: start;
  }

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

  .actpub.theme-v3_savane .ap-v3-hero--has-desktop-video .ap-v3-hero-media--image,
  .actpub.theme-v3_savane .ap-v3-hero--has-desktop-video .ap-v3-hero-media--desktop-video {
    grid-column: 1;
    grid-row: 1;
  }

  .actpub.theme-v3_savane .ap-v3-hero--has-desktop-video .ap-v3-hero-media--image {
    opacity: 1;
    transition: opacity 0.5s ease;
  }

  .actpub.theme-v3_savane .ap-v3-hero--has-desktop-video .ap-v3-hero-media--desktop-video {
    opacity: 0;
    transition: opacity 0.5s ease;
  }

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

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

  .actpub.theme-v3_savane .ap-v3-media-block--audio {
    padding-top: 0;
  }

  .actpub.theme-v3_savane .ap-v3-gigs-shell--with-aside {
    grid-template-columns: minmax(0, 1.15fr) minmax(18rem, 0.85fr);
    gap: 5rem;
    align-items: start;
  }

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

  .actpub.theme-v3_savane .ap-v3-contact-cta {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    align-items: center;
    gap: 3rem;
  }

  .actpub.theme-v3_savane .ap-v3-gallery-shell {
    position: relative;
  }

  .actpub.theme-v3_savane .ap-v3-gallery-controls {
    position: absolute;
    inset: 0;
    z-index: 2;
    margin-top: 0;
    pointer-events: none;
  }

  .actpub.theme-v3_savane .ap-v3-gallery-nav {
    position: absolute;
    top: 50%;
    pointer-events: auto;
    transform: translateY(-50%);
    background: rgba(255, 251, 244, 0.9);
  }

  .actpub.theme-v3_savane .ap-v3-gallery-nav--prev {
    left: 1rem;
  }

  .actpub.theme-v3_savane .ap-v3-gallery-nav--next {
    right: 1rem;
  }

  .actpub.theme-v3_savane footer.ap-published-footer {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    column-gap: 2rem;
    row-gap: 1rem;
  }

  .actpub.theme-v3_savane .ap-footer-brand {
    grid-column: 1;
    grid-row: 1;
    align-self: center;
  }

  .actpub.theme-v3_savane .ap-footer-socials {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    justify-content: flex-end;
    align-self: center;
  }

  .actpub.theme-v3_savane .ap-footer-meta {
    grid-column: 1 / -1;
    grid-row: 2;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
  }

  .actpub.theme-v3_savane .ap-footer-links {
    justify-content: flex-start;
  }

  .actpub.theme-v3_savane .ap-footer-date {
    justify-self: end;
    text-align: right;
  }

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

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

@media (max-width: 959px) {
  .actpub.theme-v3_savane .ap-v3-section:not(.ap-v3-section--hero) {
    padding: var(--sv-section-gap-mobile) 1.5rem;
  }

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

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

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

  .actpub.theme-v3_savane .ap-v3-hero {
    min-height: auto;
  }

  .actpub.theme-v3_savane .ap-v3-hero-media {
    min-height: 17.5rem;
    height: 55vw;
  }

  .actpub.theme-v3_savane .ap-v3-hero-copy {
    min-height: auto;
    padding: 3rem 1.5rem;
  }

  .actpub.theme-v3_savane .ap-v3-hero-hooks,
  .actpub.theme-v3_savane .ap-v3-gallery-controls,
  .actpub.theme-v3_savane .ap-v3-gigs-aside {
    display: none;
  }

  .actpub.theme-v3_savane .ap-v3-bio-aside::before {
    inset: 1rem auto auto -1rem;
  }

  .actpub.theme-v3_savane .ap-v3-gallery-item {
    flex: 0 0 82%;
    width: auto;
    height: 260px;
  }

  .actpub.theme-v3_savane .ap-v3-gallery img {
    height: 260px;
  }

  /* 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_savane .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_savane .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_savane .ap-v3-section.ap-v3-section--layout-masonry .ap-v3-gallery-image--masonry {
    height: 260px;
    max-height: none;
  }

  .actpub.theme-v3_savane footer.ap-published-footer {
    padding: 1.4rem 1.5rem 1.75rem;
    text-align: left;
  }

  .actpub.theme-v3_savane .ap-footer-socials {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 0.6rem 0.9rem;
  }

  .actpub.theme-v3_savane .ap-footer-meta,
  .actpub.theme-v3_savane .ap-footer-links {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 0.6rem 0.9rem;
  }

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

  .actpub.theme-v3_savane .ap-v3-quote-text::before,
  .actpub.theme-v3_savane .ap-v3-quotes--count-one .ap-v3-quote-text::before {
    font-size: 2.75rem;
  }

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

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

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