:root {
  --ink: #161410;
  --paper: #fff8ee;
  --mist: #f0eadf;
  --teal: #167b78;
  --sun: #f0c15a;
  --rose: #bd4b45;
  --leaf: #3f6c3e;
  --night: #17191c;
  --muted: #645d51;
  --line: rgba(22, 20, 16, 0.16);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

img,
video,
iframe {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 20;
  background: var(--sun);
  padding: 0.7rem 1rem;
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  align-items: center;
  background: rgba(22, 20, 16, 0.82);
  color: var(--paper);
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
  left: 0;
  padding: 0.9rem clamp(1rem, 4vw, 3rem);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(14px);
}

.brand {
  font-family: "Averia Libre", Georgia, serif;
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  font-weight: 700;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  gap: clamp(0.75rem, 2vw, 1.6rem);
  font-size: 0.92rem;
  font-weight: 700;
  text-transform: uppercase;
}

.site-nav a,
.footer-links a {
  text-decoration: none;
}

.site-nav a:hover,
.footer-links a:hover {
  color: var(--sun);
}

.hero {
  background-color: var(--night);
  min-height: 92vh;
  position: relative;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--paper);
}

.hero__content {
  position: relative;
  width: min(850px, 92vw);
  padding: 8rem clamp(1rem, 5vw, 4rem) 8vh;
  z-index: 1;
}

.hero h1,
.hero__copy,
.epk-hero h1,
.epk-hero__content > p:not(.eyebrow) {
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.78);
}

.eyebrow {
  color: var(--rose);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0 0 0.75rem;
  text-transform: uppercase;
}

.section--dark .eyebrow,
.hero .eyebrow,
.epk-hero .eyebrow {
  color: var(--sun);
}

.hero .eyebrow {
  font-size: clamp(0.95rem, 1.4vw, 1.2rem);
  max-width: 42rem;
  text-shadow: 0 1px 18px rgba(0, 0, 0, 0.72);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: "Averia Libre", Georgia, serif;
  letter-spacing: 0;
  line-height: 0.95;
}

h1 {
  font-size: clamp(4rem, 14vw, 10rem);
  margin-bottom: 1.3rem;
  text-transform: uppercase;
}

h2 {
  font-size: clamp(2.3rem, 6vw, 5rem);
  margin-bottom: 1.2rem;
}

h3 {
  font-size: 1.3rem;
  line-height: 1.2;
}

.hero__copy {
  font-size: clamp(1.15rem, 2.5vw, 1.7rem);
  max-width: 720px;
}

.button-row,
.cta-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.3rem;
}

.button {
  align-items: center;
  background: rgba(255, 248, 238, 0.92);
  border: 1px solid rgba(22, 20, 16, 0.22);
  border-radius: 999px;
  color: var(--ink);
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 44px;
  padding: 0.76rem 1rem;
  text-decoration: none;
}

.button:hover {
  transform: translateY(-1px);
}

.button--primary {
  background: var(--sun);
  border-color: transparent;
  color: var(--ink);
}

.button--ghost {
  background: transparent;
  border-color: rgba(255, 248, 238, 0.65);
  color: var(--paper);
}

.section {
  padding: clamp(4rem, 9vw, 7rem) clamp(1rem, 5vw, 4rem);
}

.booking-proof {
  background:
    linear-gradient(90deg, rgba(189, 75, 69, 0.14), transparent 22%, rgba(22, 123, 120, 0.14) 74%, transparent),
    var(--paper);
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  color: var(--ink);
  display: grid;
  gap: 0.9rem;
  justify-items: center;
  padding: 1.25rem clamp(1rem, 5vw, 4rem) 1.4rem;
  text-align: center;
}

.booking-proof p {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0;
  margin: 0;
  text-transform: uppercase;
}

.booking-proof__links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  justify-content: center;
}

.booking-proof a {
  background: rgba(255, 248, 238, 0.78);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: rgba(22, 20, 16, 0.86);
  font-family: "Averia Libre", Georgia, serif;
  font-size: clamp(0.98rem, 1.5vw, 1.2rem);
  font-weight: 700;
  padding: 0.48rem 0.82rem;
  text-decoration: none;
  white-space: nowrap;
}

.booking-proof a:hover {
  border-color: var(--teal);
  color: var(--teal);
}

.booker-intro {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(240, 193, 90, 0.14), transparent 34%),
    linear-gradient(315deg, rgba(22, 123, 120, 0.1), transparent 30%),
    var(--paper);
  display: grid;
  gap: clamp(1.5rem, 4vw, 3rem);
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  padding-bottom: clamp(3rem, 6vw, 5rem);
  padding-top: clamp(3rem, 6vw, 5rem);
}

.booker-intro h2 {
  font-size: clamp(2.5rem, 5.6vw, 5.2rem);
}

.booker-intro__copy p {
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
}

.section--split,
.bio-band,
.cta-band,
.industry-band {
  display: grid;
  gap: clamp(2rem, 5vw, 4rem);
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
}

.section p {
  color: var(--muted);
  font-size: 1.05rem;
  max-width: 65ch;
}

.section-header {
  margin: 0 auto 1.5rem;
  max-width: 780px;
  text-align: center;
}

.featured-press {
  background: var(--mist);
}

.press-list {
  display: grid;
  gap: clamp(1.2rem, 3vw, 2rem);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1080px;
}

.press-list--media {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.press-group {
  display: grid;
  gap: 0.9rem;
}

.press-group h3 {
  color: var(--rose);
  font-size: 0.82rem;
  font-family: Inter, system-ui, sans-serif;
  font-weight: 900;
  margin: 0 0 0.35rem;
  text-transform: uppercase;
}

.press-group a {
  border-top: 1px solid var(--line);
  color: var(--ink);
  display: grid;
  gap: 0.35rem;
  padding-top: 0.9rem;
  text-decoration: none;
}

.press-group a:hover {
  color: var(--teal);
}

.press-group strong {
  font-family: "Averia Libre", Georgia, serif;
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  line-height: 1;
}

.press-group span {
  color: var(--muted);
  font-size: 0.98rem;
}

.press-note {
  border-top: 1px solid var(--line);
  margin: 2rem auto 0;
  max-width: 860px;
  padding-top: 1rem;
  text-align: center;
}

.press-note a {
  color: var(--teal);
  font-weight: 800;
}

.media-stack {
  display: grid;
  gap: 1rem;
}

.media-stack iframe {
  aspect-ratio: 16 / 9;
  border: 0;
  border-radius: var(--radius);
  min-height: 240px;
  width: 100%;
}

.media-stack iframe[src*="spotify"] {
  aspect-ratio: auto;
  height: 320px;
}

.media-stack--wide {
  grid-template-columns: minmax(0, 1.4fr) minmax(300px, 0.8fr);
  align-items: start;
}

.spotify-album-stack {
  display: grid;
  gap: 1rem;
}

.media-stack .spotify-album-stack iframe {
  aspect-ratio: auto;
  border: 0;
  border-radius: var(--radius);
  height: 352px;
  min-height: 0;
  width: 100%;
}

.music-section {
  background: var(--paper);
  padding-bottom: clamp(3rem, 6vw, 5rem);
  padding-top: clamp(3rem, 6vw, 5rem);
}

.release-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  margin: 0 auto;
  max-width: 1040px;
}

.music-feature-video {
  margin: 0 auto 1rem;
  max-width: 1040px;
}

.music-feature-video iframe {
  aspect-ratio: 16 / 9;
  border: 0;
  border-radius: var(--radius);
  display: block;
  width: 100%;
}

.release-card {
  align-content: start;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: grid;
  gap: 1rem;
  padding: 1.25rem;
}

.release-card--wide {
  grid-column: 1 / -1;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
}

.album-feature {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: grid;
  gap: 1rem;
  grid-column: 1 / -1;
  grid-template-columns: 1fr;
  padding: 1.25rem;
}

.album-feature__copy {
  max-width: 720px;
}

.album-feature__copy h3 {
  font-family: "Averia Libre", Georgia, serif;
  font-size: clamp(2.4rem, 5vw, 4.4rem);
  line-height: 0.9;
  margin-bottom: 0.8rem;
}

.album-feature__copy p {
  font-size: 1.05rem;
}

.album-feature__video {
  width: 100%;
}

.album-feature__video iframe {
  aspect-ratio: 16 / 9;
  border: 0;
  border-radius: var(--radius);
  height: clamp(260px, 45vw, 520px);
  min-height: 0;
  width: 100%;
}

.album-feature__spotify {
  grid-column: 1 / -1;
}

.album-feature__spotify iframe {
  border: 0;
  border-radius: var(--radius);
  height: 352px;
  width: 100%;
}

.release-card h3 {
  font-family: "Averia Libre", Georgia, serif;
  font-size: clamp(1.8rem, 3.2vw, 2.8rem);
  line-height: 0.95;
  margin-bottom: 0.5rem;
}

.track-links {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1rem;
}

.track-links a {
  background: var(--mist);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-weight: 900;
  padding: 0.75rem;
  text-decoration: none;
}

.release-media,
.spotify-stack,
.video-list {
  display: grid;
  gap: 0.8rem;
}

.release-media {
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.78fr);
  align-items: start;
}

.release-card iframe,
.release-media iframe,
.spotify-stack iframe,
.video-list iframe {
  border: 0;
  border-radius: var(--radius);
  width: 100%;
}

.spotify-stack iframe {
  height: 152px;
}

.spotify-stack--album iframe {
  height: 352px;
}

.release-card--album,
.release-card--seven-inch {
  grid-template-rows: auto auto auto 352px auto;
}

.release-card--videos {
  grid-column: 1 / -1;
}

.release-media iframe[src*="youtube"] {
  aspect-ratio: 16 / 9;
}

.release-media iframe[src*="spotify"] {
  min-height: 352px;
}

.video-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.video-tile {
  display: grid;
  gap: 0.55rem;
}

.video-tile iframe,
.video-tile video {
  aspect-ratio: 16 / 9;
  background: var(--night);
  border: 0;
  border-radius: var(--radius);
  height: clamp(180px, 24vw, 280px);
  object-fit: cover;
  width: 100%;
}

.video-tile span {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 800;
}

.bio-band {
  background: var(--mist);
}

.bio-media img,
.bio-media video {
  aspect-ratio: 4 / 5;
  border-radius: var(--radius);
  object-fit: cover;
  width: 100%;
}

.live-section {
  background: #fffdfa;
  color: var(--ink);
}

.live-section .section-header {
  margin-bottom: 2.75rem;
  max-width: 1080px;
  text-align: left;
}

.live-section .section-header h2 {
  font-size: 5.25rem;
  line-height: 0.95;
}

.live-section .section-header p:last-child {
  color: var(--muted);
  max-width: 660px;
}

.live-follow {
  margin: 0 auto 2.75rem;
  max-width: 1080px;
  text-align: center;
}

.live-follow p {
  color: var(--ink);
  margin-bottom: 1rem;
}

.live-follow__button {
  border: 1px solid var(--ink);
  border-radius: 4px;
  color: var(--ink);
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 700;
  justify-content: center;
  min-width: 136px;
  padding: 0.65rem 1rem;
  text-decoration: none;
  text-transform: uppercase;
}

.live-follow__button:hover {
  background: var(--ink);
  color: #fffdfa;
}

.bandsintown-block {
  background: transparent;
  border-radius: 0;
  color: var(--ink);
  margin: 0 auto;
  max-width: 1080px;
  padding: 0;
}

.bandsintown-block .bit-widget-initializer {
  display: block;
}

.bandsintown-block .bit-widget {
  background: transparent !important;
  color: var(--ink) !important;
  font-family: Inter, system-ui, sans-serif !important;
}

.bandsintown-block .bit-top-track-button {
  display: none !important;
}

.bandsintown-block .bit-nav-bar-container {
  border-bottom: 1px solid var(--line) !important;
  margin-top: 1rem !important;
}

.bandsintown-block .bit-event-list-title {
  color: var(--ink) !important;
  font-size: 0.78rem !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

.bandsintown-block .bit-event {
  background: transparent !important;
  border-bottom: 1px solid var(--line) !important;
  padding-bottom: 1rem !important;
  padding-top: 1rem !important;
}

.bandsintown-block .bit-date {
  color: var(--ink) !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
}

.bandsintown-block .bit-venue,
.bandsintown-block .bit-location,
.bandsintown-block .bit-startTime {
  color: var(--ink) !important;
}

.bandsintown-block .bit-button,
.bandsintown-block .bit-play-my-city-button {
  background: transparent !important;
  border: 1px solid var(--ink) !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  color: var(--ink) !important;
  font-size: 0.78rem !important;
  font-weight: 700 !important;
}

.bandsintown-block .bit-play-my-city-button {
  margin-left: auto !important;
  margin-top: 1rem !important;
  max-width: 190px;
}

.bandsintown-block .bit-logo-container {
  opacity: 0.42;
}

.live-booking-row {
  display: flex;
  justify-content: stretch;
  margin: 2rem auto 0;
  max-width: 1080px;
}

.booking-card {
  align-items: center;
  background: transparent;
  border-radius: 0;
  border-top: 1px solid var(--line);
  color: var(--ink);
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 1.75rem 0 0;
  width: 100%;
}

.booking-card h3 {
  font-family: "Averia Libre", Georgia, serif;
  font-size: 2rem;
  margin-bottom: 0.35rem;
}

.booking-card p {
  color: var(--muted);
  margin: 0;
  max-width: 720px;
}

.press-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.press-grid a {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-height: 140px;
  padding: 1rem;
  text-decoration: none;
}

.press-grid a {
  display: flex;
  font-weight: 800;
  align-items: end;
}

.press-grid a:hover {
  border-color: var(--teal);
  color: var(--teal);
}

.epk-grid {
  background:
    linear-gradient(90deg, rgba(240, 193, 90, 0.09), transparent 32%),
    linear-gradient(270deg, rgba(22, 123, 120, 0.08), transparent 34%),
    var(--paper);
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  padding-bottom: clamp(2.5rem, 5vw, 4rem);
  padding-top: clamp(2.5rem, 5vw, 4rem);
}

.epk-grid article {
  border-left: 1px solid var(--line);
  border-top: 3px solid var(--sun);
  min-width: 0;
  padding: 1.2rem clamp(1.25rem, 3vw, 2.5rem) 0;
}

.epk-grid article:first-child {
  border-left: 0;
}

.epk-grid article:nth-child(2) {
  border-top-color: var(--teal);
}

.epk-grid article:nth-child(3) {
  border-top-color: var(--rose);
}

.epk-grid article p:last-child {
  margin-bottom: 0;
}

.epk-contact-copy {
  margin-bottom: 1rem;
}

.epk-contact-button {
  width: fit-content;
}

.epk-grid + .section {
  padding-top: clamp(2.5rem, 5vw, 4rem);
}

.gallery {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  padding-top: 0;
}

.gallery img {
  aspect-ratio: 16 / 10;
  border-radius: var(--radius);
  object-fit: cover;
  width: 100%;
}

.cta-band {
  background:
    linear-gradient(135deg, rgba(189, 75, 69, 0.2), transparent 30%),
    linear-gradient(315deg, rgba(240, 193, 90, 0.18), transparent 28%),
    var(--night);
  color: var(--paper);
}

.cta-band p {
  color: rgba(255, 248, 238, 0.82);
}

.industry-band {
  background:
    linear-gradient(90deg, rgba(22, 123, 120, 0.1), transparent 34%, rgba(189, 75, 69, 0.1)),
    var(--mist);
}

.industry-list {
  display: grid;
  gap: 0.8rem;
}

.industry-list a {
  background: rgba(255, 248, 238, 0.78);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-weight: 900;
  padding: 1rem 1.2rem;
  text-decoration: none;
}

.industry-list a:hover {
  border-color: var(--teal);
  color: var(--teal);
}

.site-footer {
  background: var(--night);
  color: var(--paper);
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding: 2rem clamp(1rem, 5vw, 4rem);
}

.site-footer strong,
.site-footer span {
  display: block;
}

.site-footer span {
  color: rgba(255, 248, 238, 0.68);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  font-weight: 800;
}

.mobile-actionbar {
  display: none;
}

.epk-hero {
  background-color: var(--night);
  min-height: 78vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: 8rem clamp(1rem, 5vw, 4rem) 5rem;
  position: relative;
  color: var(--paper);
}

.epk-hero__content {
  max-width: 900px;
  position: relative;
  z-index: 1;
}

.epk-hero h1 {
  font-size: clamp(4rem, 10vw, 8rem);
}

.epk-hero p {
  font-size: clamp(1.15rem, 2.4vw, 1.55rem);
  max-width: 760px;
}

@media (max-width: 980px) {
  .section--split,
  .bio-band,
  .cta-band,
  .industry-band,
  .booker-intro,
  .release-card--wide,
  .album-feature,
  .media-stack--wide {
    grid-template-columns: 1fr;
  }

  .press-grid,
  .press-list,
  .release-grid,
  .video-list,
  .gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .album-feature__video {
    grid-row: auto;
  }

}

@media (max-width: 720px) {
  body {
    padding-bottom: 58px;
  }

  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.5rem;
    position: absolute;
  }

  .site-nav {
    overflow-x: auto;
    padding-bottom: 0.2rem;
    width: 100%;
  }

  .hero {
    min-height: 88vh;
  }

  .hero {
    background-position: center;
  }

  .hero__content {
    padding-top: 9rem;
  }

  .live-section .section-header h2 {
    font-size: 3.35rem;
  }

  .booking-card {
    grid-template-columns: 1fr;
  }

  .epk-hero {
    background-position: center;
  }

  .media-stack iframe[src*="spotify"] {
    height: 152px;
    min-height: 152px;
  }

  .button-row,
  .cta-actions {
    align-items: stretch;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
  }

  .press-grid,
  .press-list,
  .release-grid,
  .track-links,
  .video-list,
  .epk-grid,
  .gallery {
    grid-template-columns: 1fr;
  }

  .epk-grid article {
    border-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .epk-contact-button {
    width: 100%;
  }

  .site-footer {
    flex-direction: column;
  }

  .mobile-actionbar {
    background: var(--night);
    bottom: 0;
    color: var(--paper);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    left: 0;
    position: fixed;
    right: 0;
    z-index: 11;
  }

  .mobile-actionbar a {
    border-right: 1px solid rgba(255, 248, 238, 0.16);
    font-size: 0.82rem;
    font-weight: 900;
    padding: 0.95rem 0.5rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
  }
}
