@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&family=Playfair+Display:ital,wght@0,700;0,900;1,700&display=swap");

.actpub.theme-v3_sierra_dawn {
  --sd-dust: #1a1410;
  --sd-midnight: #120f0a;
  --sd-ember: #c4632a;
  --sd-gold: #d4943a;
  --sd-wheat: #e8c97a;
  --sd-parchment: #f2e8d5;
  --sd-smoke: #9e8e7a;
  --sd-ash: #6a5c4e;
  --sd-white: #faf6f0;
  --sd-border: rgba(212, 148, 58, 0.18);
  --sd-gap: 7.5rem;
  --sd-gap-mobile: 5rem;
  --sd-width: 71.25rem;
  --sd-px: clamp(1.25rem, 5vw, 3.75rem);
  background: linear-gradient(180deg, #17110d 0%, var(--sd-dust) 100%);
  color: var(--sd-parchment);
  font-family: "Inter", Arial, sans-serif;
  min-height: 100vh;
}

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

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

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

.actpub.theme-v3_sierra_dawn .ap-v3-section--hero {
  position: relative;
  overflow: clip;
  background: var(--sd-midnight);
  color: var(--sd-parchment);
}

.actpub.theme-v3_sierra_dawn .ap-v3-section--hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(18, 15, 10, 0) 38%, rgba(18, 15, 10, 0.9) 100%);
  pointer-events: none;
}

.actpub.theme-v3_sierra_dawn .ap-v3-section--booking-cta {
  background: var(--sd-ember);
  padding-top: 0;
  padding-bottom: 0;
}

.actpub.theme-v3_sierra_dawn .ap-v3-section--bio {
  background: var(--sd-midnight);
}

.actpub.theme-v3_sierra_dawn .ap-v3-section--media {
  background: var(--sd-dust);
}

.actpub.theme-v3_sierra_dawn .ap-v3-section--quotes,
.actpub.theme-v3_sierra_dawn .ap-v3-section--gallery {
  background: var(--sd-dust);
}

.actpub.theme-v3_sierra_dawn .ap-v3-section--gigs {
  background: var(--sd-midnight);
}

.actpub.theme-v3_sierra_dawn .ap-v3-section--contact-cta {
  position: relative;
  overflow: clip;
  background: var(--sd-dust);
}

.actpub.theme-v3_sierra_dawn .ap-v3-section--contact-cta::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: min(43.75rem, 90vw);
  height: min(43.75rem, 90vw);
  transform: translate(-50%, -30%);
  background: radial-gradient(ellipse, rgba(196, 99, 42, 0.12) 0%, transparent 70%);
  pointer-events: none;
}

.actpub.theme-v3_sierra_dawn .ap-v3-section--footer,
.actpub.theme-v3_sierra_dawn footer.ap-published-footer {
  background: var(--sd-dust);
}

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

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

.actpub.theme-v3_sierra_dawn .ap-v3-hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  filter: brightness(0.72) saturate(0.88);
}

.actpub.theme-v3_sierra_dawn .ap-v3-hero-copy {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: end;
  gap: 0.9rem;
  min-height: 100vh;
  width: min(100%, var(--sd-width));
  padding: 6rem var(--sd-px) clamp(3.75rem, 10vh, 6.25rem);
  text-align: left;
}

.actpub.theme-v3_sierra_dawn .ap-v3-hero-copy::before {
  content: "SCROLL";
  position: absolute;
  right: 0;
  bottom: 4rem;
  color: rgba(242, 232, 213, 0.72);
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  writing-mode: vertical-rl;
}

.actpub.theme-v3_sierra_dawn .ap-v3-hero-copy::after {
  content: "";
  position: absolute;
  right: 0.15rem;
  bottom: 0;
  width: 1px;
  height: 3rem;
  background: rgba(242, 232, 213, 0.42);
  animation: sdScrollPulse 2.2s ease-in-out infinite;
}

.actpub.theme-v3_sierra_dawn .ap-v3-hero-title,
.actpub.theme-v3_sierra_dawn .ap-v3-section h2,
.actpub.theme-v3_sierra_dawn .ap-v3-bio-tagline,
.actpub.theme-v3_sierra_dawn .ap-v3-media-title,
.actpub.theme-v3_sierra_dawn .ap-v3-contact-cta-brand,
.actpub.theme-v3_sierra_dawn .ap-v3-footer-title,
.actpub.theme-v3_sierra_dawn .ap-footer-act-name,
.actpub.theme-v3_sierra_dawn .ap-v3-gig-date-day,
.actpub.theme-v3_sierra_dawn .ap-v3-quote-text,
.actpub.theme-v3_sierra_dawn .ap-v3-audio-player-title,
.actpub.theme-v3_sierra_dawn .ap-v3-audio-card-title,
.actpub.theme-v3_sierra_dawn .ap-v3-gig-venue {
  font-family: "Playfair Display", Georgia, serif;
}

.actpub.theme-v3_sierra_dawn .ap-v3-hero-tagline,
.actpub.theme-v3_sierra_dawn .ap-v3-bio-text {
  font-family: "Cormorant Garamond", Georgia, serif;
}

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

.actpub.theme-v3_sierra_dawn .ap-v3-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1rem;
  color: var(--sd-smoke);
}

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

.actpub.theme-v3_sierra_dawn .ap-v3-hero-style::before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 1px;
  background: rgba(196, 99, 42, 0.65);
}

.actpub.theme-v3_sierra_dawn .ap-v3-hero-title {
  margin: 0;
  max-width: 8ch;
  color: var(--sd-parchment);
  font-size: clamp(3.2rem, 9vw, 7.5rem);
  font-weight: 900;
  line-height: 0.92;
  letter-spacing: -0.05em;
}

.actpub.theme-v3_sierra_dawn .ap-v3-hero-title em {
  color: var(--sd-wheat);
  font-style: italic;
}

.actpub.theme-v3_sierra_dawn .ap-v3-hero-tagline {
  max-width: 30rem;
  margin: 0;
  color: rgba(242, 232, 213, 0.92);
  font-size: clamp(1.1rem, 1.8vw, 1.35rem);
  font-style: italic;
  line-height: 1.5;
}

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

.actpub.theme-v3_sierra_dawn .ap-v3-hero-hook {
  color: var(--sd-smoke);
  text-decoration: none;
}

.actpub.theme-v3_sierra_dawn .ap-v3-hero-hook:hover,
.actpub.theme-v3_sierra_dawn .ap-v3-hero-hook:focus-visible {
  color: var(--sd-wheat);
}

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

.actpub.theme-v3_sierra_dawn .ap-v3-booking-cta:hover,
.actpub.theme-v3_sierra_dawn .ap-v3-booking-cta:focus-visible,
.actpub.theme-v3_sierra_dawn .ap-v3-hero-booking:hover,
.actpub.theme-v3_sierra_dawn .ap-v3-hero-booking:focus-visible,
.actpub.theme-v3_sierra_dawn .ap-v3-contact-cta-link:hover,
.actpub.theme-v3_sierra_dawn .ap-v3-contact-cta-link:focus-visible {
  background: #d06c34;
  transform: translateY(-1px);
}

.actpub.theme-v3_sierra_dawn .ap-v3-section--booking-cta .ap-v3-booking-cta {
  width: min(100%, var(--sd-width));
  justify-content: center;
  padding-top: 0.95rem;
  padding-bottom: 0.95rem;
  background: transparent;
  border-color: rgba(250, 246, 240, 0.18);
  color: var(--sd-white);
}

.actpub.theme-v3_sierra_dawn .ap-v3-section--booking-cta .ap-v3-booking-cta:hover,
.actpub.theme-v3_sierra_dawn .ap-v3-section--booking-cta .ap-v3-booking-cta:focus-visible {
  border-color: rgba(250, 246, 240, 0.36);
  background: rgba(18, 15, 10, 0.12);
}

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

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

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

.actpub.theme-v3_sierra_dawn .ap-v3-bio-main::before {
  content: "SIERRA";
  position: absolute;
  top: -1rem;
  right: -2rem;
  z-index: 0;
  color: rgba(196, 99, 42, 0.06);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(5rem, 14vw, 10rem);
  line-height: 0.85;
  pointer-events: none;
}

.actpub.theme-v3_sierra_dawn .ap-v3-bio-main > * {
  position: relative;
  z-index: 1;
}

.actpub.theme-v3_sierra_dawn .ap-v3-bio-tagline,
.actpub.theme-v3_sierra_dawn .ap-v3-section > h2,
.actpub.theme-v3_sierra_dawn .ap-v3-gallery-shell > h2,
.actpub.theme-v3_sierra_dawn .ap-v3-gigs-main > h2 {
  margin: 0 0 1rem;
  color: var(--sd-parchment);
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 700;
  line-height: 1.05;
}

.actpub.theme-v3_sierra_dawn .ap-v3-bio-tagline em {
  color: var(--sd-wheat);
  font-style: italic;
}

.actpub.theme-v3_sierra_dawn .ap-v3-bio-text,
.actpub.theme-v3_sierra_dawn .ap-v3-contact-cta-helper,
.actpub.theme-v3_sierra_dawn .ap-v3-footer-email {
  color: rgba(242, 232, 213, 0.88);
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  line-height: 1.8;
}

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

.actpub.theme-v3_sierra_dawn .ap-v3-bio-aside::before {
  content: "";
  position: absolute;
  inset: auto 1rem -1rem -1rem;
  border: 1px solid rgba(212, 148, 58, 0.25);
  pointer-events: none;
}

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

.actpub.theme-v3_sierra_dawn .ap-v3-bio-aside img {
  aspect-ratio: 4 / 5;
  filter: sepia(0.12) contrast(1.04);
}

.actpub.theme-v3_sierra_dawn .ap-v3-gigs-aside img {
  aspect-ratio: 3 / 4;
  filter: sepia(0.2) contrast(1.02);
}

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

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

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

.actpub.theme-v3_sierra_dawn .ap-v3-media-eyebrow {
  margin: 0 0 0.35rem;
  color: var(--sd-ember);
}

.actpub.theme-v3_sierra_dawn .ap-v3-media-title,
.actpub.theme-v3_sierra_dawn .ap-v3-video-player-title,
.actpub.theme-v3_sierra_dawn .ap-v3-audio-player-title,
.actpub.theme-v3_sierra_dawn .ap-v3-audio-card-title {
  color: var(--sd-parchment);
}

.actpub.theme-v3_sierra_dawn .ap-v3-video-player-stage,
.actpub.theme-v3_sierra_dawn .ap-v3-audio-player-embed,
.actpub.theme-v3_sierra_dawn .ap-v3-audio-card-embed {
  overflow: hidden;
  border: 0;
  background: transparent;
}

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

.actpub.theme-v3_sierra_dawn .ap-v3-video-player-frame {
  min-height: 18rem;
}

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

.actpub.theme-v3_sierra_dawn .ap-v3-video-carousel {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.5rem;
  overflow: visible;
}

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

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

.actpub.theme-v3_sierra_dawn .ap-v3-video-thumb-preview img {
  filter: brightness(0.6) sepia(0.15);
  transition: transform 0.2s ease, filter 0.2s ease;
}

.actpub.theme-v3_sierra_dawn .ap-v3-video-thumb.is-active .ap-v3-video-thumb-preview,
.actpub.theme-v3_sierra_dawn .ap-v3-video-thumb:hover .ap-v3-video-thumb-preview,
.actpub.theme-v3_sierra_dawn .ap-v3-video-thumb:focus-visible .ap-v3-video-thumb-preview {
  outline: 2px solid var(--sd-ember);
  outline-offset: -2px;
}

.actpub.theme-v3_sierra_dawn .ap-v3-video-thumb:hover .ap-v3-video-thumb-preview img,
.actpub.theme-v3_sierra_dawn .ap-v3-video-thumb:focus-visible .ap-v3-video-thumb-preview img {
  filter: brightness(0.82) sepia(0.1);
  transform: scale(1.04);
}

.actpub.theme-v3_sierra_dawn .ap-v3-media-block--audio {
  position: relative;
  padding-top: 3rem;
}

.actpub.theme-v3_sierra_dawn .ap-v3-media-block--audio::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(100%, 22rem);
  height: 1px;
  transform: translateX(-50%);
  background: rgba(196, 99, 42, 0.35);
}

.actpub.theme-v3_sierra_dawn .ap-v3-media-block--audio::after {
  content: "";
  position: absolute;
  top: -0.22rem;
  left: 50%;
  width: 0.45rem;
  height: 0.45rem;
  transform: translateX(-50%) rotate(45deg);
  border: 1px solid rgba(196, 99, 42, 0.35);
  background: var(--sd-dust);
}

.actpub.theme-v3_sierra_dawn .ap-v3-audio-player--embed,
.actpub.theme-v3_sierra_dawn .ap-v3-audio-player--fallback {
  padding: 0;
  border: 0;
  background: transparent;
}

.actpub.theme-v3_sierra_dawn .ap-v3-audio-player--fallback .ap-v3-audio-player-chrome {
  position: relative;
  padding-bottom: 0;
}

.actpub.theme-v3_sierra_dawn .ap-v3-audio-player--fallback .ap-v3-audio-player-chrome::after {
  content: none;
}

.actpub.theme-v3_sierra_dawn .ap-v3-audio-player--fallback .ap-v3-audio-player-chrome::before {
  content: none;
}

.actpub.theme-v3_sierra_dawn .ap-v3-audio-grid {
  grid-template-columns: minmax(0, 1fr);
  gap: 0.45rem;
}

.actpub.theme-v3_sierra_dawn .ap-v3-audio-card {
  border: 0;
  background: transparent;
}

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

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

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

.actpub.theme-v3_sierra_dawn .ap-v3-audio-card-copy::before {
  content: "";
  position: absolute;
  left: -1.15rem;
  top: 0.62rem;
  width: 0.28rem;
  height: 0.28rem;
  background: var(--sd-ash);
}

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

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

.actpub.theme-v3_sierra_dawn .ap-v3-quote {
  padding-top: 2.5rem;
  border-top: 1px solid rgba(212, 148, 58, 0.25);
}

.actpub.theme-v3_sierra_dawn .ap-v3-quote::before {
  content: '"';
  display: block;
  margin-bottom: 0.5rem;
  color: rgba(196, 99, 42, 0.3);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 5rem;
  line-height: 0.8;
}

.actpub.theme-v3_sierra_dawn .ap-v3-quote-text {
  color: rgba(242, 232, 213, 0.85);
  font-size: 1.1rem;
  font-style: italic;
  line-height: 1.7;
}

.actpub.theme-v3_sierra_dawn .ap-v3-quote-author {
  margin-top: 0.8rem;
  color: var(--sd-ember);
}

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

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

.actpub.theme-v3_sierra_dawn .ap-v3-gallery {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 6px;
  overflow: visible;
}

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

.actpub.theme-v3_sierra_dawn .ap-v3-gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(196, 99, 42, 0.08);
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
}

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

.actpub.theme-v3_sierra_dawn .ap-v3-gallery img {
  width: 100%;
  height: 22.5rem;
  object-fit: cover;
  filter: saturate(0.85) brightness(0.88);
  transition: transform 0.2s ease, filter 0.2s ease;
}

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

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

.actpub.theme-v3_sierra_dawn .ap-v3-gig {
  display: grid;
  gap: 0.5rem;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(212, 148, 58, 0.12);
}

.actpub.theme-v3_sierra_dawn .ap-v3-gig-date {
  color: var(--sd-wheat);
}

.actpub.theme-v3_sierra_dawn .ap-v3-gig-date-month,
.actpub.theme-v3_sierra_dawn .ap-v3-gig-date-year {
  color: var(--sd-smoke);
}

.actpub.theme-v3_sierra_dawn .ap-v3-gig-date-day {
  font-size: 2.4rem;
  font-weight: 700;
}

.actpub.theme-v3_sierra_dawn .ap-v3-gig-status {
  width: fit-content;
  min-height: 0;
  padding: 0;
  border: 0;
  color: var(--sd-ash);
  background: transparent;
}

.actpub.theme-v3_sierra_dawn .ap-v3-gig-venue {
  color: var(--sd-parchment);
  font-size: 1.1rem;
  font-style: italic;
}

.actpub.theme-v3_sierra_dawn .ap-v3-gig-meta {
  color: var(--sd-ash);
}

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

.actpub.theme-v3_sierra_dawn .ap-v3-contact-cta {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1rem;
  justify-items: center;
  max-width: 42.5rem;
  text-align: center;
}

.actpub.theme-v3_sierra_dawn .ap-v3-contact-cta-brand {
  color: var(--sd-parchment);
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-style: italic;
  font-weight: 700;
  line-height: 1;
}

.actpub.theme-v3_sierra_dawn .ap-v3-section--contact-cta .ap-v3-contact-cta-helper {
  color: rgba(242, 232, 213, 0.82);
}

.actpub.theme-v3_sierra_dawn .ap-v3-section--contact-cta .ap-v3-contact-cta-link {
  border-color: rgba(232, 201, 122, 0.3);
}

.actpub.theme-v3_sierra_dawn footer.ap-published-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
  width: 100%;
  margin-top: 0;
  padding: 2rem var(--sd-px);
  border: 0;
  border-top: 1px solid rgba(196, 99, 42, 0.08);
  border-radius: 0;
  color: rgba(106, 92, 78, 0.9);
  box-shadow: none;
}

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

.actpub.theme-v3_sierra_dawn .ap-footer-act-name {
  color: var(--sd-parchment);
  font-size: 1.15rem;
  font-weight: 700;
}

.actpub.theme-v3_sierra_dawn .ap-footer-socials {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem 1.25rem;
}

.actpub.theme-v3_sierra_dawn .ap-footer-social {
  color: var(--sd-ash);
  text-decoration: none;
}

.actpub.theme-v3_sierra_dawn .ap-footer-meta,
.actpub.theme-v3_sierra_dawn .ap-footer-date,
.actpub.theme-v3_sierra_dawn .ap-footer-links-item a,
.actpub.theme-v3_sierra_dawn .ap-footer-links-item span {
  color: rgba(106, 92, 78, 0.72);
  text-decoration: none;
}

.actpub.theme-v3_sierra_dawn .ap-footer-meta {
  display: grid;
  gap: 0.65rem;
}

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

.actpub.theme-v3_sierra_dawn .ap-footer-social:hover,
.actpub.theme-v3_sierra_dawn .ap-footer-social:focus-visible,
.actpub.theme-v3_sierra_dawn .ap-footer-links-item a:hover,
.actpub.theme-v3_sierra_dawn .ap-footer-links-item a:focus-visible {
  color: var(--sd-wheat);
}

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

  .actpub.theme-v3_sierra_dawn .ap-v3-bio-aside {
    order: -1;
  }

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

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

  .actpub.theme-v3_sierra_dawn .ap-v3-gig {
    grid-template-columns: 6.25rem minmax(0, 1fr);
    gap: 1rem 1.5rem;
  }

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

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

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

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

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

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

  .actpub.theme-v3_sierra_dawn .ap-v3-gallery img {
    height: 16rem;
  }

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

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

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

  .actpub.theme-v3_sierra_dawn .ap-v3-video-carousel,
  .actpub.theme-v3_sierra_dawn .ap-v3-gallery {
    grid-template-columns: 1fr;
  }

  .actpub.theme-v3_sierra_dawn .ap-v3-gallery img {
    height: 13.75rem;
  }

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

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

@keyframes sdScrollPulse {
  0%,
  100% {
    opacity: 0.35;
    transform: scaleY(1);
    transform-origin: bottom;
  }
  50% {
    opacity: 0.8;
    transform: scaleY(1.18);
    transform-origin: bottom;
  }
}
