@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400&family=Inter:wght@300;400;500;600&display=swap");

.actpub.theme-v3_folk_poetry {
  --fp-moss: #2c3a2a;
  --fp-cream: #f5f0e8;
  --fp-ecru: #ede8dc;
  --fp-terracotta: #b5684a;
  --fp-soft: #8a9485;
  --fp-dark: #1a2218;
  --fp-white: #fdfcf9;
  --fp-border: rgba(44, 58, 42, 0.15);
  --fp-section-gap: 7.5rem;
  --fp-section-gap-mobile: 4.5rem;
  --fp-width: 68.75rem;
  --fp-px: clamp(1.5rem, 4vw, 2.5rem);
  background: linear-gradient(180deg, #f7f3ec 0%, var(--fp-cream) 100%);
  color: var(--fp-dark);
  font-family: "Inter", Arial, sans-serif;
  min-height: 100vh;
}

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

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

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

.actpub.theme-v3_folk_poetry .ap-v3-section--hero {
  position: relative;
  overflow: clip;
  background: var(--fp-dark);
  color: var(--fp-white);
}

.actpub.theme-v3_folk_poetry .ap-v3-section--hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(26, 34, 24, 0) 0%, rgba(26, 34, 24, 0.22) 42%, rgba(26, 34, 24, 0.82) 100%);
  pointer-events: none;
}

.actpub.theme-v3_folk_poetry .ap-v3-section--hero::after {
  content: none;
}

.actpub.theme-v3_folk_poetry .ap-v3-section--hero .ap-v3-hero-copy::before {
  content: "Scroll";
  position: absolute;
  right: -0.1rem;
  bottom: 3.9rem;
  z-index: 2;
  color: rgba(253, 252, 249, 0.75);
  font-size: 0.68rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  transform: translateX(50%);
}

.actpub.theme-v3_folk_poetry .ap-v3-section--hero .ap-v3-hero-copy::after {
  content: "";
  position: absolute;
  right: -0.1rem;
  bottom: 0;
  width: 1px;
  height: 3.25rem;
  background: rgba(253, 252, 249, 0.45);
}

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

.actpub.theme-v3_folk_poetry .ap-v3-hero-media {
  position: absolute;
  inset: 0;
  min-height: 100vh;
  background: var(--fp-dark);
}

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

.actpub.theme-v3_folk_poetry .ap-v3-hero-copy {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: end;
  gap: 1rem;
  min-height: 100vh;
  width: min(100%, var(--fp-width));
  padding: 5rem var(--fp-px) 4.5rem;
  text-align: left;
}

.actpub.theme-v3_folk_poetry .ap-v3-hero-meta,
.actpub.theme-v3_folk_poetry .ap-v3-media-eyebrow,
.actpub.theme-v3_folk_poetry .ap-v3-video-player-provider,
.actpub.theme-v3_folk_poetry .ap-v3-audio-player-eyebrow,
.actpub.theme-v3_folk_poetry .ap-v3-audio-player-meta,
.actpub.theme-v3_folk_poetry .ap-v3-audio-player-duration,
.actpub.theme-v3_folk_poetry .ap-v3-audio-card-meta,
.actpub.theme-v3_folk_poetry .ap-v3-audio-card-duration,
.actpub.theme-v3_folk_poetry .ap-v3-gig-status,
.actpub.theme-v3_folk_poetry .ap-v3-gig-meta,
.actpub.theme-v3_folk_poetry .ap-v3-quote-author {
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.actpub.theme-v3_folk_poetry .ap-v3-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.actpub.theme-v3_folk_poetry .ap-v3-hero-style {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.45rem 0.8rem;
  background: rgba(181, 104, 74, 0.85);
  color: var(--fp-white);
  backdrop-filter: blur(4px);
}

.actpub.theme-v3_folk_poetry .ap-v3-hero-location {
  display: inline-flex;
  align-items: center;
  color: rgba(253, 252, 249, 0.74);
}

.actpub.theme-v3_folk_poetry .ap-v3-hero-title,
.actpub.theme-v3_folk_poetry .ap-v3-section h2,
.actpub.theme-v3_folk_poetry .ap-v3-bio-tagline,
.actpub.theme-v3_folk_poetry .ap-v3-media-title,
.actpub.theme-v3_folk_poetry .ap-v3-video-player-title,
.actpub.theme-v3_folk_poetry .ap-v3-audio-player-title,
.actpub.theme-v3_folk_poetry .ap-v3-audio-card-title,
.actpub.theme-v3_folk_poetry .ap-v3-gig-date,
.actpub.theme-v3_folk_poetry .ap-v3-contact-cta-brand,
.actpub.theme-v3_folk_poetry .ap-v3-footer-title,
.actpub.theme-v3_folk_poetry .ap-v3-quote-text {
  font-family: "Cormorant Garamond", Georgia, serif;
}

.actpub.theme-v3_folk_poetry .ap-v3-hero-title {
  margin: 0;
  max-width: 8ch;
  color: var(--fp-white);
  font-size: clamp(4rem, 9vw, 7.5rem);
  font-weight: 300;
  line-height: 0.9;
  letter-spacing: -0.04em;
}

.actpub.theme-v3_folk_poetry .ap-v3-hero-tagline {
  max-width: 28rem;
  margin: 0;
  color: rgba(253, 252, 249, 0.88);
  font-size: 1rem;
  line-height: 1.75;
}

.actpub.theme-v3_folk_poetry .ap-v3-hero-booking,
.actpub.theme-v3_folk_poetry .ap-v3-contact-cta-link,
.actpub.theme-v3_folk_poetry .ap-v3-booking-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 3rem;
  padding: 0.9rem 1.4rem;
  border: 1px solid rgba(253, 252, 249, 0.55);
  background: transparent;
  color: var(--fp-white);
  text-decoration: none;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.actpub.theme-v3_folk_poetry .ap-v3-hero-booking:hover,
.actpub.theme-v3_folk_poetry .ap-v3-hero-booking:focus-visible,
.actpub.theme-v3_folk_poetry .ap-v3-contact-cta-link:hover,
.actpub.theme-v3_folk_poetry .ap-v3-contact-cta-link:focus-visible,
.actpub.theme-v3_folk_poetry .ap-v3-booking-cta:hover,
.actpub.theme-v3_folk_poetry .ap-v3-booking-cta:focus-visible {
  background: var(--fp-white);
  color: var(--fp-dark);
  border-color: var(--fp-white);
}

.actpub.theme-v3_folk_poetry .ap-v3-hero-hooks {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.75rem 1.25rem;
  padding: 1rem 1.5rem;
}

.actpub.theme-v3_folk_poetry .ap-v3-hero-hook {
  color: rgba(253, 252, 249, 0.75);
  text-decoration: none;
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

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

.actpub.theme-v3_folk_poetry .ap-v3-section--bio {
  background: var(--fp-white);
}

.actpub.theme-v3_folk_poetry .ap-v3-section--quotes {
  background:
    linear-gradient(rgba(44, 58, 42, 0.94), rgba(44, 58, 42, 0.94)),
    url("/assets_epk/textures/folk_petry_contrast_bg.webp") center bottom / cover no-repeat;
  color: var(--fp-white);
}

.actpub.theme-v3_folk_poetry .ap-v3-section--media {
  background:
    linear-gradient(rgba(237, 232, 220, 0.96), rgba(237, 232, 220, 0.96)),
    url("/assets_epk/textures/folk_petry_primary_bg.webp") center bottom / cover no-repeat;
}

.actpub.theme-v3_folk_poetry .ap-v3-section--gallery {
  background:
    linear-gradient(rgba(245, 240, 232, 0.96), rgba(245, 240, 232, 0.96)),
    url("/assets_epk/textures/folk_petry_primary_bg.webp") center bottom / cover no-repeat;
}

.actpub.theme-v3_folk_poetry .ap-v3-section--gigs {
  background:
    linear-gradient(rgba(237, 232, 220, 0.96), rgba(237, 232, 220, 0.96)),
    url("/assets_epk/textures/folk_petry_primary_bg.webp") center bottom / cover no-repeat;
}

.actpub.theme-v3_folk_poetry .ap-v3-section--contact-cta {
  background:
    linear-gradient(rgba(44, 58, 42, 0.94), rgba(44, 58, 42, 0.94)),
    url("/assets_epk/textures/folk_petry_contrast_bg.webp") center bottom / cover no-repeat;
  color: var(--fp-white);
}

.actpub.theme-v3_folk_poetry .ap-v3-section--footer {
  background: var(--fp-dark);
  color: var(--fp-white);
}

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

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

.actpub.theme-v3_folk_poetry .ap-v3-bio-main,
.actpub.theme-v3_folk_poetry .ap-v3-gigs-main {
  min-width: 0;
}

.actpub.theme-v3_folk_poetry .ap-v3-bio-tagline,
.actpub.theme-v3_folk_poetry .ap-v3-section > h2,
.actpub.theme-v3_folk_poetry .ap-v3-gallery-shell > h2,
.actpub.theme-v3_folk_poetry .ap-v3-gigs-main > h2 {
  margin: 0 0 1rem;
  color: var(--fp-dark);
  font-size: clamp(2.25rem, 4vw, 3.375rem);
  font-weight: 300;
  line-height: 1.05;
}

.actpub.theme-v3_folk_poetry .ap-v3-bio-tagline em,
.actpub.theme-v3_folk_poetry .ap-v3-contact-cta-brand {
  font-style: italic;
}

.actpub.theme-v3_folk_poetry .ap-v3-bio-text,
.actpub.theme-v3_folk_poetry .ap-v3-contact-cta-helper,
.actpub.theme-v3_folk_poetry .ap-v3-footer-email {
  color: var(--fp-dark);
  font-size: 0.95rem;
  line-height: 1.85;
}

.actpub.theme-v3_folk_poetry .ap-v3-bio-text {
  max-width: 35rem;
}

.actpub.theme-v3_folk_poetry .ap-v3-bio-text::first-letter {
  float: left;
  margin-right: 0.6rem;
  color: var(--fp-terracotta);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 5.2em;
  font-style: italic;
  font-weight: 300;
  line-height: 0.78;
}

.actpub.theme-v3_folk_poetry .ap-v3-bio-aside,
.actpub.theme-v3_folk_poetry .ap-v3-gigs-aside {
  min-width: 0;
}

.actpub.theme-v3_folk_poetry .ap-v3-bio-aside img,
.actpub.theme-v3_folk_poetry .ap-v3-gigs-aside img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.actpub.theme-v3_folk_poetry .ap-v3-bio-aside img {
  aspect-ratio: 4 / 5;
  filter: grayscale(0.2);
}

.actpub.theme-v3_folk_poetry .ap-v3-gigs-aside img {
  aspect-ratio: 3 / 4;
  filter: grayscale(0.15) sepia(0.1);
}

.actpub.theme-v3_folk_poetry .ap-v3-quotes-shell > h2 {
  display: none;
}

.actpub.theme-v3_folk_poetry .ap-v3-quotes {
  position: relative;
  display: grid;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.actpub.theme-v3_folk_poetry .ap-v3-quotes::before {
  content: '"';
  position: absolute;
  top: -3rem;
  left: -0.5rem;
  color: rgba(253, 252, 249, 0.04);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(10rem, 24vw, 25rem);
  line-height: 1;
  pointer-events: none;
}

.actpub.theme-v3_folk_poetry .ap-v3-quote {
  position: relative;
  border-top: 1px solid rgba(253, 252, 249, 0.16);
  padding-top: 2rem;
}

.actpub.theme-v3_folk_poetry .ap-v3-quote-text {
  margin: 0;
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.7;
}

.actpub.theme-v3_folk_poetry .ap-v3-quotes[data-count="1"] .ap-v3-quote,
.actpub.theme-v3_folk_poetry .ap-v3-quotes[data-count="3"] .ap-v3-quote:first-child {
  max-width: 51.25rem;
  margin: 0 auto;
  border-top: 0;
  padding-top: 0;
  text-align: center;
}

.actpub.theme-v3_folk_poetry .ap-v3-quotes[data-count="1"] .ap-v3-quote-text,
.actpub.theme-v3_folk_poetry .ap-v3-quotes[data-count="3"] .ap-v3-quote:first-child .ap-v3-quote-text {
  color: var(--fp-cream);
  font-size: clamp(1.75rem, 4.5vw, 3.375rem);
  font-weight: 300;
  line-height: 1.12;
}

.actpub.theme-v3_folk_poetry .ap-v3-quotes[data-count="1"] .ap-v3-quote-text strong,
.actpub.theme-v3_folk_poetry .ap-v3-quotes[data-count="3"] .ap-v3-quote:first-child .ap-v3-quote-text strong {
  color: var(--fp-terracotta);
}

.actpub.theme-v3_folk_poetry .ap-v3-quote-author {
  margin: 0.9rem 0 0;
  color: rgba(253, 252, 249, 0.45);
}

.actpub.theme-v3_folk_poetry .ap-v3-quote:not(:first-child)::before {
  content: '"';
  display: block;
  margin-bottom: 0.35rem;
  color: var(--fp-terracotta);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 3rem;
  line-height: 0.8;
}

.actpub.theme-v3_folk_poetry .ap-v3-quotes[data-count="1"] .ap-v3-quote::before {
  display: none;
}

.actpub.theme-v3_folk_poetry .ap-v3-quotes[data-count="2"] {
  width: min(100%, 46rem);
  margin: 0 auto;
}

.actpub.theme-v3_folk_poetry .ap-v3-quotes[data-count="2"] .ap-v3-quote,
.actpub.theme-v3_folk_poetry .ap-v3-quotes[data-count="3"] .ap-v3-quote:not(:first-child) {
  text-align: center;
}

.actpub.theme-v3_folk_poetry .ap-v3-quotes[data-count="2"] .ap-v3-quote-text,
.actpub.theme-v3_folk_poetry .ap-v3-quotes[data-count="3"] .ap-v3-quote:not(:first-child) .ap-v3-quote-text {
  font-size: 1.05rem;
  line-height: 1.75;
}

.actpub.theme-v3_folk_poetry .ap-v3-quotes[data-count="3"] .ap-v3-quote:not(:first-child) {
  max-width: 22rem;
  margin: 0 auto;
}

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

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

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

.actpub.theme-v3_folk_poetry .ap-v3-media-block--audio.ap-v3-media-block--layout-featured_list {
  display: grid;
  gap: 1.25rem;
}

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

.actpub.theme-v3_folk_poetry .ap-v3-media-eyebrow {
  margin: 0 0 0.35rem;
  color: var(--fp-soft);
}

.actpub.theme-v3_folk_poetry .ap-v3-media-title,
.actpub.theme-v3_folk_poetry .ap-v3-video-player-title,
.actpub.theme-v3_folk_poetry .ap-v3-audio-player-title,
.actpub.theme-v3_folk_poetry .ap-v3-audio-card-title {
  color: var(--fp-dark);
}

.actpub.theme-v3_folk_poetry .ap-v3-media-title {
  margin: 0;
  font-size: clamp(2rem, 3.2vw, 3rem);
  font-weight: 300;
  line-height: 1;
}

.actpub.theme-v3_folk_poetry .ap-v3-video-player-stage,
.actpub.theme-v3_folk_poetry .ap-v3-audio-player-embed,
.actpub.theme-v3_folk_poetry .ap-v3-audio-card-embed {
  overflow: hidden;
  border: 1px solid var(--fp-border);
  background: transparent;
  isolation: auto;
}

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

.actpub.theme-v3_folk_poetry .ap-v3-audio-player-embed iframe,
.actpub.theme-v3_folk_poetry .ap-v3-audio-card-embed iframe,
.actpub.theme-v3_folk_poetry .ap-v3-audio-player.ap-v3-audio-player--spotify .ap-v3-audio-player-embed.ap-v3-audio-player-embed--spotify iframe,
.actpub.theme-v3_folk_poetry .ap-v3-audio-player.ap-v3-audio-player--soundcloud .ap-v3-audio-player-embed.ap-v3-audio-player-embed--soundcloud iframe,
.actpub.theme-v3_folk_poetry .ap-v3-audio-player.ap-v3-audio-player--deezer .ap-v3-audio-player-embed.ap-v3-audio-player-embed--deezer iframe,
.actpub.theme-v3_folk_poetry .ap-v3-audio-card.ap-v3-audio-card--spotify .ap-v3-audio-card-embed.ap-v3-audio-card-embed--spotify iframe,
.actpub.theme-v3_folk_poetry .ap-v3-audio-card.ap-v3-audio-card--soundcloud .ap-v3-audio-card-embed.ap-v3-audio-card-embed--soundcloud iframe,
.actpub.theme-v3_folk_poetry .ap-v3-audio-card.ap-v3-audio-card--deezer .ap-v3-audio-card-embed.ap-v3-audio-card-embed--deezer iframe {
  border-radius: 0 !important;
  clip-path: inset(0) !important;
  background: transparent !important;
}

.actpub.theme-v3_folk_poetry .ap-v3-audio-player--embed,
.actpub.theme-v3_folk_poetry .ap-v3-audio-player.ap-v3-audio-player--spotify .ap-v3-audio-player-embed.ap-v3-audio-player-embed--spotify,
.actpub.theme-v3_folk_poetry .ap-v3-audio-player.ap-v3-audio-player--soundcloud .ap-v3-audio-player-embed.ap-v3-audio-player-embed--soundcloud,
.actpub.theme-v3_folk_poetry .ap-v3-audio-player.ap-v3-audio-player--deezer .ap-v3-audio-player-embed.ap-v3-audio-player-embed--deezer,
.actpub.theme-v3_folk_poetry .ap-v3-audio-card.ap-v3-audio-card--spotify .ap-v3-audio-card-embed.ap-v3-audio-card-embed--spotify,
.actpub.theme-v3_folk_poetry .ap-v3-audio-card.ap-v3-audio-card--soundcloud .ap-v3-audio-card-embed.ap-v3-audio-card-embed--soundcloud,
.actpub.theme-v3_folk_poetry .ap-v3-audio-card.ap-v3-audio-card--deezer .ap-v3-audio-card-embed.ap-v3-audio-card-embed--deezer {
  overflow: hidden;
  background: transparent !important;
  border-color: var(--fp-border);
}

.actpub.theme-v3_folk_poetry .ap-v3-audio-player.ap-v3-audio-player--spotify .ap-v3-audio-player-embed.ap-v3-audio-player-embed--spotify iframe,
.actpub.theme-v3_folk_poetry .ap-v3-audio-player.ap-v3-audio-player--soundcloud .ap-v3-audio-player-embed.ap-v3-audio-player-embed--soundcloud iframe,
.actpub.theme-v3_folk_poetry .ap-v3-audio-player.ap-v3-audio-player--deezer .ap-v3-audio-player-embed.ap-v3-audio-player-embed--deezer iframe,
.actpub.theme-v3_folk_poetry .ap-v3-audio-card.ap-v3-audio-card--spotify .ap-v3-audio-card-embed.ap-v3-audio-card-embed--spotify iframe,
.actpub.theme-v3_folk_poetry .ap-v3-audio-card.ap-v3-audio-card--soundcloud .ap-v3-audio-card-embed.ap-v3-audio-card-embed--soundcloud iframe,
.actpub.theme-v3_folk_poetry .ap-v3-audio-card.ap-v3-audio-card--deezer .ap-v3-audio-card-embed.ap-v3-audio-card-embed--deezer iframe {
  width: calc(100% + 8px);
  max-width: none;
  margin: -4px;
  clip-path: inset(4px) !important;
}

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

.actpub.theme-v3_folk_poetry .ap-v3-video-carousel {
  margin-top: 1rem;
  display: flex;
  flex-wrap: nowrap;
  gap: 1rem;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
}

.actpub.theme-v3_folk_poetry .ap-v3-video-carousel::-webkit-scrollbar {
  display: none;
}

.actpub.theme-v3_folk_poetry .ap-v3-video-thumb-item {
  flex: 0 0 calc(35% - 0.65rem);
}

.actpub.theme-v3_folk_poetry .ap-v3-video-thumb {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 0;
}

.actpub.theme-v3_folk_poetry .ap-v3-video-thumb-preview {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: var(--fp-moss);
}

.actpub.theme-v3_folk_poetry .ap-v3-video-thumb-preview::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(44, 58, 42, 0.08), rgba(44, 58, 42, 0.46));
  pointer-events: none;
}

.actpub.theme-v3_folk_poetry .ap-v3-video-thumb-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9);
}

.actpub.theme-v3_folk_poetry .ap-v3-video-thumb.is-active .ap-v3-video-thumb-preview,
.actpub.theme-v3_folk_poetry .ap-v3-video-thumb:hover .ap-v3-video-thumb-preview,
.actpub.theme-v3_folk_poetry .ap-v3-video-thumb:focus-visible .ap-v3-video-thumb-preview {
  outline: 1px solid var(--fp-terracotta);
  outline-offset: -1px;
}

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

.actpub.theme-v3_folk_poetry .ap-v3-video-player-provider,
.actpub.theme-v3_folk_poetry .ap-v3-audio-player-eyebrow,
.actpub.theme-v3_folk_poetry .ap-v3-audio-card-meta,
.actpub.theme-v3_folk_poetry .ap-v3-audio-card-duration,
.actpub.theme-v3_folk_poetry .ap-v3-audio-player-meta,
.actpub.theme-v3_folk_poetry .ap-v3-audio-player-duration {
  color: var(--fp-soft);
}

.actpub.theme-v3_folk_poetry .ap-v3-audio-player--embed,
.actpub.theme-v3_folk_poetry .ap-v3-audio-player--fallback {
/*  padding: 1rem;
  border: 1px solid var(--fp-border);*/
  background: transparent;
}

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

.actpub.theme-v3_folk_poetry .ap-v3-audio-player--fallback .ap-v3-audio-player-chrome::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: var(--fp-border);
}

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

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

.actpub.theme-v3_folk_poetry .ap-v3-audio-card {
  border: 1px solid var(--fp-border);
  padding: 0;
  background: rgba(253, 252, 249, 0.44);
}

.actpub.theme-v3_folk_poetry .ap-v3-audio-card--embed {
  border-top: 1px solid var(--fp-border);
}

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

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

.actpub.theme-v3_folk_poetry .ap-v3-audio-card-copy::before {
  content: "";
  position: absolute;
  left: -1.4rem;
  top: 0.6rem;
  width: 0.55rem;
  height: 0.55rem;
  border: 1px solid var(--fp-terracotta);
}

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

.actpub.theme-v3_folk_poetry .ap-v3-media-block--audio .ap-v3-audio-player {
  border: 1px solid var(--fp-border);
  background: rgba(253, 252, 249, 0.52);
}

.actpub.theme-v3_folk_poetry .ap-v3-media-block--audio .ap-v3-audio-player--embed {
  padding: 0;
}

.actpub.theme-v3_folk_poetry .ap-v3-media-block--audio .ap-v3-audio-player--fallback {
  padding: 1.35rem;
}

.actpub.theme-v3_folk_poetry .ap-v3-media-block--audio .ap-v3-audio-player-title {
  font-size: clamp(1.65rem, 2.8vw, 2.4rem);
  line-height: 1;
}

.actpub.theme-v3_folk_poetry .ap-v3-media-block--audio .ap-v3-audio-player-embed iframe {
  min-height: 22rem;
}

.actpub.theme-v3_folk_poetry .ap-v3-gallery-shell {
  display: block;
}

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

.actpub.theme-v3_folk_poetry .ap-v3-gallery {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 3px;
  overflow: visible;
}

.actpub.theme-v3_folk_poetry .ap-v3-gallery-item {
  position: relative;
  overflow: hidden;
}

.actpub.theme-v3_folk_poetry .ap-v3-gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(181, 104, 74, 0.04);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}

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

.actpub.theme-v3_folk_poetry .ap-v3-gallery img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  filter: saturate(0.85);
  transition: transform 0.5s ease, filter 0.5s ease;
}

.actpub.theme-v3_folk_poetry .ap-v3-gallery-item:hover img {
  transform: scale(1.04);
  filter: saturate(1);
}

.actpub.theme-v3_folk_poetry .ap-v3-section.ap-v3-section--layout-masonry {
  --fp-gallery-row-offset: 4.5rem;
}

.actpub.theme-v3_folk_poetry .ap-v3-section.ap-v3-section--layout-masonry .ap-v3-gallery-frame {
  overflow: clip;
}

.actpub.theme-v3_folk_poetry .ap-v3-section.ap-v3-section--layout-masonry .ap-v3-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3px;
  overflow: visible;
  padding-right: var(--fp-gallery-row-offset);
}

.actpub.theme-v3_folk_poetry .ap-v3-section.ap-v3-section--layout-masonry .ap-v3-gallery-item,
.actpub.theme-v3_folk_poetry .ap-v3-section.ap-v3-section--layout-masonry .ap-v3-gallery-item--masonry {
  width: 100%;
  margin: 0;
  break-inside: auto;
}

.actpub.theme-v3_folk_poetry .ap-v3-section.ap-v3-section--layout-masonry .ap-v3-gallery-image,
.actpub.theme-v3_folk_poetry .ap-v3-section.ap-v3-section--layout-masonry .ap-v3-gallery-image--masonry,
.actpub.theme-v3_folk_poetry .ap-v3-section.ap-v3-section--layout-masonry .ap-v3-gallery img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
}

.actpub.theme-v3_folk_poetry .ap-v3-section.ap-v3-section--layout-masonry .ap-v3-gallery > .ap-v3-gallery-item:nth-child(6n + 4),
.actpub.theme-v3_folk_poetry .ap-v3-section.ap-v3-section--layout-masonry .ap-v3-gallery > .ap-v3-gallery-item:nth-child(6n + 5),
.actpub.theme-v3_folk_poetry .ap-v3-section.ap-v3-section--layout-masonry .ap-v3-gallery > .ap-v3-gallery-item:nth-child(6n + 6) {
  transform: translateX(var(--fp-gallery-row-offset));
}

.actpub.theme-v3_folk_poetry .ap-v3-gigs {
  list-style: none;
  margin: 0;
  padding: 0;
}

.actpub.theme-v3_folk_poetry .ap-v3-gig {
  display: grid;
  gap: 0.5rem;
  padding: 1rem 0;
  border-top: 1px solid var(--fp-border);
  border-bottom: 1px solid var(--fp-border);
}

.actpub.theme-v3_folk_poetry .ap-v3-gig + .ap-v3-gig {
  margin-top: -1px;
}

.actpub.theme-v3_folk_poetry .ap-v3-gig-date-block {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.actpub.theme-v3_folk_poetry .ap-v3-gig-date {
  display: grid;
  gap: 0.1rem;
  color: var(--fp-dark);
}

.actpub.theme-v3_folk_poetry .ap-v3-gig-date-month,
.actpub.theme-v3_folk_poetry .ap-v3-gig-date-year {
  color: var(--fp-soft);
  font-size: 0.68rem;
  line-height: 1;
}

.actpub.theme-v3_folk_poetry .ap-v3-gig-date-day {
  font-size: clamp(1.6rem, 3vw, 2rem);
  font-weight: 300;
  line-height: 0.92;
}

.actpub.theme-v3_folk_poetry .ap-v3-gig-status {
  color: var(--fp-soft);
}

.actpub.theme-v3_folk_poetry .ap-v3-gig-venue {
  color: var(--fp-dark);
  font-size: 1.1rem;
}

.actpub.theme-v3_folk_poetry .ap-v3-gig-meta {
  color: var(--fp-soft);
}

.actpub.theme-v3_folk_poetry .ap-v3-gig--past,
.actpub.theme-v3_folk_poetry .ap-v3-gig--cancelled {
  opacity: 0.42;
}

.actpub.theme-v3_folk_poetry .ap-v3-contact-cta {
  display: grid;
  gap: 1rem;
  justify-items: center;
  text-align: center;
}

.actpub.theme-v3_folk_poetry .ap-v3-contact-cta-brand {
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-style: italic;
  font-weight: 300;
  line-height: 1;
}

.actpub.theme-v3_folk_poetry .ap-v3-section--contact-cta .ap-v3-contact-cta-helper,
.actpub.theme-v3_folk_poetry .ap-v3-section--contact-cta .ap-v3-footer-email {
  color: rgba(253, 252, 249, 0.78);
}

.actpub.theme-v3_folk_poetry .ap-v3-section--contact-cta .ap-v3-contact-cta-link {
  background: var(--fp-terracotta);
  border-color: var(--fp-terracotta);
}

.actpub.theme-v3_folk_poetry .ap-v3-section--contact-cta .ap-v3-contact-cta-link:hover,
.actpub.theme-v3_folk_poetry .ap-v3-section--contact-cta .ap-v3-contact-cta-link:focus-visible {
  background: transparent;
  color: var(--fp-white);
  border-color: rgba(253, 252, 249, 0.4);
}

.actpub.theme-v3_folk_poetry .ap-v3-section--footer {
  display: grid;
  gap: 0.75rem;
  justify-items: center;
  text-align: center;
}

.actpub.theme-v3_folk_poetry .ap-v3-footer-title {
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.actpub.theme-v3_folk_poetry .ap-v3-footer-email {
  color: rgba(253, 252, 249, 0.58);
  text-decoration: none;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.actpub.theme-v3_folk_poetry footer.ap-published-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.5rem;
  width: 100%;
  margin-top: 0;
  padding: 2.25rem var(--fp-px);
  border: 0;
  border-radius: 0;
  background: var(--fp-dark);
  color: rgba(253, 252, 249, 0.58);
  box-shadow: none;
}

.actpub.theme-v3_folk_poetry .ap-footer-brand,
.actpub.theme-v3_folk_poetry .ap-footer-socials,
.actpub.theme-v3_folk_poetry .ap-footer-meta {
  width: min(100%, var(--fp-width));
  margin: 0 auto;
  min-width: 0;
}

.actpub.theme-v3_folk_poetry .ap-footer-brand {
  display: grid;
  justify-items: start;
}

.actpub.theme-v3_folk_poetry .ap-footer-act-name {
  color: var(--fp-white);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 300;
  line-height: 0.95;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.actpub.theme-v3_folk_poetry .ap-footer-socials {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem 1.1rem;
}

.actpub.theme-v3_folk_poetry .ap-footer-social {
  color: rgba(253, 252, 249, 0.4);
  text-decoration: none;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.actpub.theme-v3_folk_poetry .ap-footer-meta,
.actpub.theme-v3_folk_poetry .ap-footer-date,
.actpub.theme-v3_folk_poetry .ap-footer-links-item a,
.actpub.theme-v3_folk_poetry .ap-footer-links-item span {
  color: rgba(253, 252, 249, 0.3);
  text-decoration: none;
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.actpub.theme-v3_folk_poetry .ap-footer-meta {
  display: grid;
  justify-items: center;
  gap: 0.85rem;
}

.actpub.theme-v3_folk_poetry .ap-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem 1rem;
}

.actpub.theme-v3_folk_poetry .ap-footer-links-item {
  display: block;
}

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

.actpub.theme-v3_folk_poetry .ap-footer-social:hover,
.actpub.theme-v3_folk_poetry .ap-footer-social:focus-visible,
.actpub.theme-v3_folk_poetry .ap-footer-links-item a:hover,
.actpub.theme-v3_folk_poetry .ap-footer-links-item a:focus-visible {
  color: rgba(253, 252, 249, 0.85);
}

@media (min-width: 901px) {
  .actpub.theme-v3_folk_poetry .ap-v3-bio-shell--with-aside,
  .actpub.theme-v3_folk_poetry .ap-v3-gigs-shell--with-aside {
    grid-template-columns: minmax(0, 1fr) 23.75rem;
    align-items: start;
    gap: 5rem;
  }

  .actpub.theme-v3_folk_poetry .ap-v3-bio-shell--with-aside {
    grid-template-columns: minmax(0, 1fr) 23.75rem;
  }

  .actpub.theme-v3_folk_poetry .ap-v3-bio-aside,
  .actpub.theme-v3_folk_poetry .ap-v3-gigs-aside {
    position: sticky;
    top: 6.25rem;
  }

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

  .actpub.theme-v3_folk_poetry .ap-v3-quotes[data-count="2"] {
    grid-template-columns: repeat(2, minmax(16rem, 20rem));
    justify-content: center;
    gap: 2.25rem;
  }

  .actpub.theme-v3_folk_poetry .ap-v3-quotes[data-count="3"] {
    grid-template-columns: repeat(2, minmax(16rem, 22rem));
    justify-content: center;
    gap: 2.25rem 2.75rem;
  }

  .actpub.theme-v3_folk_poetry .ap-v3-quotes[data-count="3"] .ap-v3-quote:first-child {
    grid-column: 1 / -1;
    margin-bottom: 1rem;
  }

  .actpub.theme-v3_folk_poetry .ap-v3-media-block--audio.ap-v3-media-block--layout-featured_list {
    grid-template-columns: minmax(0, 1.35fr) minmax(18rem, 0.92fr);
    align-items: start;
    gap: 1.5rem 2rem;
  }

  .actpub.theme-v3_folk_poetry .ap-v3-media-block--audio.ap-v3-media-block--layout-featured_list .ap-v3-media-heading {
    grid-column: 1 / -1;
    margin-bottom: 0;
  }

  .actpub.theme-v3_folk_poetry .ap-v3-media-block--audio.ap-v3-media-block--layout-featured_list .ap-v3-audio-player {
    grid-column: 1;
    grid-row: 2;
    align-self: start;
  }

  .actpub.theme-v3_folk_poetry .ap-v3-media-block--audio.ap-v3-media-block--layout-featured_list .ap-v3-audio-grid {
    grid-column: 2;
    grid-row: 2;
    margin-top: 1.5rem;
  }

  .actpub.theme-v3_folk_poetry .ap-v3-media-block--audio.ap-v3-media-block--layout-featured_list .ap-v3-audio-card:nth-child(even) {
    transform: translateX(2.25rem);
  }

  .actpub.theme-v3_folk_poetry .ap-v3-gig {
    grid-template-columns: 8rem minmax(0, 1fr);
    align-items: start;
    gap: 1rem;
  }

  .actpub.theme-v3_folk_poetry footer.ap-published-footer {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    align-items: start;
  }

  .actpub.theme-v3_folk_poetry .ap-footer-socials {
    justify-content: center;
  }

  .actpub.theme-v3_folk_poetry .ap-footer-meta {
    justify-items: end;
    text-align: right;
  }

  .actpub.theme-v3_folk_poetry .ap-footer-links {
    justify-content: flex-end;
  }
}

@media (max-width: 900px) {
  .actpub.theme-v3_folk_poetry .ap-v3-hero-hooks,
  .actpub.theme-v3_folk_poetry .ap-v3-section--hero::after,
  .actpub.theme-v3_folk_poetry .ap-v3-section--hero .ap-v3-hero-copy::before,
  .actpub.theme-v3_folk_poetry .ap-v3-section--hero .ap-v3-hero-copy::after,
  .actpub.theme-v3_folk_poetry .ap-v3-gigs-aside {
    display: none;
  }

  .actpub.theme-v3_folk_poetry .ap-v3-gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .actpub.theme-v3_folk_poetry .ap-v3-section.ap-v3-section--layout-masonry {
    --fp-gallery-row-offset: 3.25rem;
  }

  .actpub.theme-v3_folk_poetry .ap-v3-section.ap-v3-section--layout-masonry .ap-v3-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .actpub.theme-v3_folk_poetry .ap-v3-section.ap-v3-section--layout-masonry .ap-v3-gallery > .ap-v3-gallery-item:nth-child(4n + 3),
  .actpub.theme-v3_folk_poetry .ap-v3-section.ap-v3-section--layout-masonry .ap-v3-gallery > .ap-v3-gallery-item:nth-child(4n + 4) {
    transform: translateX(var(--fp-gallery-row-offset));
  }

  .actpub.theme-v3_folk_poetry .ap-v3-media-block--audio.ap-v3-media-block--layout-featured_list .ap-v3-audio-grid {
    margin-top: 1rem;
  }

  .actpub.theme-v3_folk_poetry .ap-v3-media-block--audio.ap-v3-media-block--layout-featured_list .ap-v3-audio-card:nth-child(even) {
    transform: translateX(1.5rem);
  }

  .actpub.theme-v3_folk_poetry .ap-v3-quotes[data-count="2"],
  .actpub.theme-v3_folk_poetry .ap-v3-quotes[data-count="3"] {
    width: min(100%, 32rem);
    margin: 0 auto;
  }

  .actpub.theme-v3_folk_poetry .ap-footer-brand,
  .actpub.theme-v3_folk_poetry .ap-footer-socials,
  .actpub.theme-v3_folk_poetry .ap-footer-meta {
    justify-items: center;
    text-align: center;
  }
}

@media (max-width: 600px) {
  .actpub.theme-v3_folk_poetry .ap-v3-section:not(.ap-v3-section--hero) {
    padding: var(--fp-section-gap-mobile) var(--fp-px);
  }

  .actpub.theme-v3_folk_poetry .ap-v3-hero-copy {
    padding-top: 4.5rem;
    padding-bottom: 3rem;
  }

  .actpub.theme-v3_folk_poetry .ap-v3-hero-title {
    font-size: clamp(3rem, 13vw, 4rem);
  }

  .actpub.theme-v3_folk_poetry .ap-v3-hero-tagline {
    display: none;
  }

  .actpub.theme-v3_folk_poetry .ap-v3-video-thumb-item {
    flex-basis: min(12.6rem, calc(70vw - 2.8rem));
  }

  .actpub.theme-v3_folk_poetry .ap-v3-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .actpub.theme-v3_folk_poetry .ap-v3-section.ap-v3-section--layout-masonry {
    --fp-gallery-row-offset: 2.5rem;
  }

  .actpub.theme-v3_folk_poetry .ap-v3-audio-card-link {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .actpub.theme-v3_folk_poetry .ap-v3-audio-card-copy::before {
    display: none;
  }
}
