:root {
  --bg: #050505;
  --bg-soft: #0c0c0c;
  --white: #f7f4ee;
  --muted: #8d8d8d;
  --line: rgba(247, 244, 238, 0.12);
  --orange: #ff4a1f;
  --orange-deep: #b9250b;
  --black: #000000;
  --shadow: 0 22px 70px rgba(0, 0, 0, 0.5);
  --display-font: "Botch", Impact, Haettenschweiler, "Arial Black", sans-serif;
  --text-font: "Inter", "Helvetica Neue", Arial, sans-serif;
}

@font-face {
  font-family: "Botch";
  src: url("/assets/fonts/Botch.otf") format("opentype");
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--white);
  background:
    radial-gradient(circle at 82% 6%, rgba(255, 74, 31, 0.07), transparent 24rem),
    linear-gradient(180deg, #020202, var(--bg) 34rem);
  font-family: var(--display-font);
  line-height: 1.35;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  opacity: 0.11;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px);
  background-size: 72px 72px;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px clamp(18px, 4vw, 46px);
  border-bottom: 1px solid transparent;
  transition: background 180ms ease, border-color 180ms ease;
}

.site-header.is-scrolled,
.site-header.is-open {
  background: rgba(0, 0, 0, 0.82);
  border-color: var(--line);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-grid;
  gap: 2px;
  line-height: 1;
  color: var(--white);
  font-size: clamp(0.94rem, 1.45vw, 1.18rem);
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.brand span {
  color: rgba(247, 244, 238, 0.78);
  font-family: var(--text-font);
  font-size: 0.56em;
  font-weight: 900;
  line-height: 1;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2.6vw, 30px);
  color: rgba(247, 244, 238, 0.82);
  font-family: var(--text-font);
  font-size: 0.88rem;
  font-weight: 800;
  text-transform: uppercase;
}

.site-nav a:hover {
  color: var(--orange);
}

.site-nav a[aria-current="page"] {
  color: var(--orange);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid var(--line);
  background: rgba(0, 0, 0, 0.72);
  color: var(--white);
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 78vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: 112px clamp(22px, 5vw, 68px) 46px;
}

.page-hero {
  position: relative;
  min-height: 54vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: 112px clamp(22px, 5vw, 68px) 48px;
}

.hero-image,
.hero-overlay,
.hero-grid {
  position: absolute;
  inset: 0;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(1.08) brightness(0.48);
  transform: scale(1.02);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.48) 52%, rgba(0, 0, 0, 0.86)),
    linear-gradient(0deg, #050505 0%, rgba(5, 5, 5, 0.62) 38%, rgba(5, 5, 5, 0.14) 100%);
}

.hero-grid {
  opacity: 0.14;
  background-image: linear-gradient(rgba(247, 244, 238, 0.13) 1px, transparent 1px);
  background-size: 100% 112px;
  mix-blend-mode: screen;
}

.hero-content {
  position: relative;
  max-width: 760px;
}

.page-hero-content {
  position: relative;
  max-width: 780px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--orange);
  font-family: var(--text-font);
  font-size: clamp(0.76rem, 1.2vw, 0.92rem);
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  max-width: 11ch;
  margin-bottom: 22px;
  font-size: clamp(3rem, 8.8vw, 6.45rem);
  line-height: 0.9;
  letter-spacing: 0;
  text-transform: uppercase;
  text-wrap: balance;
}

h1 span {
  display: block;
  margin-bottom: 0.08em;
  color: var(--white);
  font-size: 0.3em;
  line-height: 1.1;
}

h2 {
  margin-bottom: 0;
  color: var(--white);
  font-size: clamp(1.42rem, 3.1vw, 2.55rem);
  line-height: 0.82;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-copy {
  margin: 0;
  color: rgba(247, 244, 238, 0.86);
  font-size: clamp(1rem, 2vw, 1.72rem);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.big-link {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
  padding: 0 22px;
  border: 1px solid rgba(255, 74, 31, 0.74);
  background: rgba(255, 74, 31, 0.9);
  color: var(--black);
  font-family: var(--text-font);
  font-size: 0.92rem;
  font-weight: 900;
  text-transform: uppercase;
}

.big-link:hover {
  background: var(--white);
  border-color: var(--white);
}

.hero-next {
  position: absolute;
  right: clamp(20px, 5vw, 68px);
  bottom: 58px;
  display: grid;
  gap: 3px;
  min-width: 170px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 74, 31, 0.7);
  text-align: right;
}

.hero-next span {
  color: var(--orange);
  font-family: var(--text-font);
  font-size: 0.84rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.hero-next strong {
  color: rgba(247, 244, 238, 0.9);
  font-size: clamp(1rem, 2vw, 1.45rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.hero-next small {
  color: rgba(247, 244, 238, 0.64);
  font-family: var(--text-font);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.marquee {
  display: flex;
  gap: 10px;
  overflow: hidden;
  padding: 7px clamp(22px, 5vw, 68px);
  border-block: 1px solid var(--line);
  background: var(--orange);
  color: var(--black);
  white-space: nowrap;
}

.marquee span {
  font-size: clamp(0.78rem, 1.25vw, 1rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.marquee span::after {
  content: " /";
  color: var(--white);
}

.section {
  padding: clamp(50px, 6.2vw, 84px) clamp(22px, 5vw, 68px);
  border-top: 1px solid var(--line);
}

.press,
.band,
.gigs,
.contact,
.music-page,
.gallery-page {
  display: grid;
  grid-template-columns: minmax(190px, 0.42fr) minmax(320px, 1fr);
  gap: clamp(28px, 4.6vw, 58px);
  align-items: start;
}

.section-title {
  position: sticky;
  top: 84px;
  max-width: 360px;
}

.section-title h2 {
  color: rgba(247, 244, 238, 0.92);
}

.press-copy {
  display: grid;
  gap: 18px;
  color: rgba(247, 244, 238, 0.9);
  font-family: var(--text-font);
  font-size: clamp(1rem, 1.55vw, 1.28rem);
  font-weight: 360;
  line-height: 1.46;
}

.press-copy p {
  margin: 0;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.members {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.members article {
  min-height: 112px;
  display: grid;
  align-content: space-between;
  gap: 18px;
  padding: 18px;
  background: rgba(0, 0, 0, 0.72);
}

.members article:nth-child(5) {
  grid-column: 1 / -1;
  background: rgba(0, 0, 0, 0.72);
  color: var(--white);
}

.members span,
.gig span {
  color: rgba(247, 244, 238, 0.62);
  font-family: var(--text-font);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.members article:nth-child(5) span {
  color: rgba(247, 244, 238, 0.62);
}

.members strong {
  font-size: clamp(1.02rem, 1.95vw, 1.58rem);
  line-height: 0.88;
  text-transform: uppercase;
}

.gig-list {
  display: grid;
  border-top: 1px solid var(--line);
}

.gig {
  position: relative;
  display: grid;
  grid-template-columns: clamp(82px, 9vw, 120px) minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.gig time {
  color: var(--orange);
  font-size: clamp(1.35rem, 2.8vw, 2.35rem);
  line-height: 0.82;
}

.gig h3 {
  margin: 0;
  font-size: clamp(1rem, 1.7vw, 1.45rem);
  line-height: 0.86;
  text-transform: uppercase;
}

.gig p {
  margin: 7px 0 0;
  color: var(--muted);
  font-family: var(--text-font);
  font-weight: 800;
  text-transform: uppercase;
}

.gig.is-past {
  color: rgba(247, 244, 238, 0.42);
}

.gig.is-past::after {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 3px;
  content: "";
  background: var(--orange);
  transform: rotate(-1.2deg);
}

.gig.is-past time,
.gig.is-past span {
  color: rgba(255, 74, 31, 0.54);
}

.gig.is-next {
  padding-inline: 18px;
  background: rgba(247, 244, 238, 0.9);
  color: var(--black);
}

.gig.is-next p {
  color: rgba(0, 0, 0, 0.62);
}

.song-list {
  display: grid;
  border-top: 1px solid var(--line);
}

.song {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  min-height: 80px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.song:hover {
  color: rgba(247, 244, 238, 0.78);
}

.song span {
  color: var(--orange);
  font-size: clamp(1.18rem, 2.6vw, 2.15rem);
  line-height: 0.82;
}

.song strong {
  font-size: clamp(1.08rem, 2.55vw, 2.1rem);
  line-height: 0.82;
  text-transform: uppercase;
}

.song small {
  color: rgba(247, 244, 238, 0.62);
  font-family: var(--text-font);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}


/* Wider impressions gallery */
.gallery-page {
  grid-template-columns: minmax(110px, 0.2fr) minmax(0, 1fr);
  padding-top: clamp(104px, 9vw, 136px);
}

.gallery-page .section-title {
  max-width: 180px;
}

.gallery-page .section-title h2 {
  font-size: clamp(1.12rem, 2.1vw, 1.95rem);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 12px;
}

.gallery-item {
  grid-column: span 4;
  min-height: 220px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: rgba(0, 0, 0, 0.5);
}

.gallery-item.wide {
  grid-column: span 8;
}

.gallery-item.tall {
  grid-row: span 2;
  min-height: 452px;
}

.gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(1.02);
  transition: filter 180ms ease, transform 220ms ease;
}

.gallery-item:hover img {
  filter: grayscale(0.15) contrast(1.05);
  transform: scale(1.015);
}

.contact-links {
  display: grid;
  gap: 12px;
  font-size: clamp(0.95rem, 1.65vw, 1.65rem);
  line-height: 0.92;
  text-transform: uppercase;
}

.contact-links a {
  color: rgba(247, 244, 238, 0.86);
  overflow-wrap: anywhere;
}

.contact-links a:hover {
  color: var(--white);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 28px clamp(18px, 5vw, 72px);
  border-top: 1px solid var(--line);
  color: rgba(247, 244, 238, 0.68);
  font-family: var(--text-font);
  font-size: 0.9rem;
  font-weight: 800;
  text-transform: uppercase;
}

.site-footer a {
  color: rgba(247, 244, 238, 0.78);
}

@media (max-width: 900px) {
  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    inset: 78px 14px auto;
    display: none;
    padding: 18px;
    border: 1px solid var(--line);
    background: rgba(0, 0, 0, 0.96);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: grid;
  }

  .hero {
    min-height: 82vh;
    align-items: center;
    padding-bottom: 150px;
  }

  .hero-next {
    left: 20px;
    right: auto;
    bottom: 28px;
    width: calc(100vw - 40px);
    min-width: 0;
    text-align: left;
  }

  .press,
  .band,
  .gigs,
  .contact,
  .music-page,
  .gallery-page {
    grid-template-columns: 1fr;
  }

  .section-title {
    position: static;
  }

  .members {
    grid-template-columns: 1fr;
  }

  .members article:nth-child(5) {
    grid-column: auto;
  }

  .gig {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .song {
    grid-template-columns: 1fr;
    gap: 8px;
    min-height: 0;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-item,
  .gallery-item.wide,
  .gallery-item.tall {
    grid-column: auto;
    grid-row: auto;
    min-height: 240px;
  }

  .gig.is-next {
    padding: 22px 16px;
  }

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

@media (max-width: 520px) {
  h1 {
    font-size: clamp(2.5rem, 10.5vw, 3.55rem);
  }

  h2 {
    font-size: clamp(1.7rem, 8.5vw, 2.75rem);
  }

  .hero-copy {
    font-size: clamp(1.08rem, 5.5vw, 1.72rem);
  }
}

/* Official logo and banner pass */
.brand {
  width: clamp(74px, 7vw, 104px);
  min-width: 74px;
  line-height: 0;
}

.brand img {
  display: block;
  width: 100%;
  height: auto;
}

.hero .hero-image {
  object-position: center center;
  filter: contrast(1.04) brightness(0.9);
}

.hero .hero-overlay {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.86) 0%, rgba(0, 0, 0, 0.58) 42%, rgba(0, 0, 0, 0.18) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.52), transparent 42%);
}

.hero-logo {
  position: relative;
  display: block;
  width: clamp(220px, 35vw, 430px);
  max-width: 100%;
  height: auto;
  margin: 0 0 22px;
}

@media (max-width: 900px) {
  .brand {
    width: 84px;
    min-width: 84px;
  }

  .hero-logo {
    width: min(78vw, 330px);
  }

  .hero .hero-image {
    object-position: 62% center;
  }
}


/* Mobile header and hero framing refinements */
.site-header,
.site-header.is-scrolled,
.site-header.is-open {
  background: #050505;
  border-bottom-color: rgba(247, 244, 238, 0.12);
  backdrop-filter: none;
}

.nav-toggle {
  background: #050505;
}

@media (max-width: 900px) {
  .site-header {
    background: #050505;
  }

  .site-nav {
    background: #050505;
  }

  .hero {
    min-height: 86vh;
    align-items: end;
    padding-top: 104px;
    padding-bottom: 168px;
  }

  .hero-content {
    max-width: 100%;
  }

  .hero-logo {
    width: min(66vw, 280px);
    margin-bottom: 18px;
  }

  .hero .hero-image {
    object-position: 80% center;
    filter: contrast(1.02) brightness(0.72);
    transform: scale(1.01);
  }

  .hero .hero-overlay {
    background:
      linear-gradient(90deg, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0.34) 56%, rgba(0, 0, 0, 0.18) 100%),
      linear-gradient(0deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.2) 48%, rgba(0, 0, 0, 0.5) 100%);
  }
}

@media (max-width: 520px) {
  .brand {
    width: 92px;
    min-width: 92px;
  }

  .hero-copy {
    font-size: clamp(0.92rem, 4.8vw, 1.28rem);
  }
}


/* Local SEO text pass: brighter band cards */
.members {
  background: rgba(247, 244, 238, 0.28);
  border-color: rgba(247, 244, 238, 0.32);
}

.members article,
.members article:nth-child(5) {
  background: #f7f4ee;
  color: #050505;
}

.members span,
.members article:nth-child(5) span {
  color: rgba(5, 5, 5, 0.58);
}

.members strong {
  color: #050505;
}

.members article:hover {
  background: var(--orange);
  color: #050505;
}

.members article:hover span,
.members article:hover strong {
  color: #050505;
}


/* Cleaner mobile hero */
.hero-content-clean {
  display: grid;
  align-items: center;
}

.hero-content-clean .hero-logo {
  margin-bottom: 0;
}

@media (max-width: 900px) {
  .hero {
    min-height: 78vh;
    align-items: center;
    padding-top: 112px;
    padding-bottom: 138px;
  }

  .hero-content-clean {
    justify-items: center;
  }

  .hero-content-clean .hero-logo {
    width: min(62vw, 260px);
    margin-top: 8vh;
  }

  .hero-next {
    bottom: 34px;
  }
}

@media (max-width: 520px) {
  .hero-content-clean .hero-logo {
    width: min(64vw, 245px);
    margin-top: 10vh;
  }
}


/* Full-band mobile hero framing */
@media (max-width: 900px) {
  .hero {
    min-height: 0;
    height: clamp(360px, 68vh, 560px);
    align-items: end;
    padding: 96px 20px 116px;
    background: #050505;
  }

  .hero .hero-image {
    width: 100%;
    height: calc(100% - 92px);
    top: 92px;
    bottom: auto;
    object-fit: contain;
    object-position: center center;
    transform: none;
    filter: contrast(1.04) brightness(0.78);
    background: #050505;
  }

  .hero .hero-overlay {
    top: 92px;
    height: calc(100% - 92px);
    bottom: auto;
    background:
      linear-gradient(0deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.08) 42%, rgba(0, 0, 0, 0.24) 100%);
  }

  .hero-grid {
    display: none;
  }

  .hero-next {
    bottom: 24px;
  }
}

@media (max-width: 520px) {
  .hero {
    height: clamp(340px, 62vh, 500px);
    padding-bottom: 108px;
  }
}

/* Transparent navbar restore */
.site-header {
  background: transparent;
  border-bottom-color: transparent;
  backdrop-filter: none;
}

.site-header.is-scrolled,
.site-header.is-open {
  background: rgba(0, 0, 0, 0.86);
  border-bottom-color: rgba(247, 244, 238, 0.12);
  backdrop-filter: blur(14px);
}

@media (max-width: 900px) {
  .site-header {
    background: transparent;
  }

  .site-header.is-scrolled,
  .site-header.is-open,
  .site-nav {
    background: rgba(0, 0, 0, 0.94);
  }
}


/* Simple hero claim */
.hero-claim {
  position: absolute;
  left: clamp(22px, 5vw, 68px);
  bottom: 54px;
  z-index: 2;
  display: grid;
  gap: 8px;
  max-width: min(560px, calc(100% - 44px));
  color: rgba(247, 244, 238, 0.92);
  font-family: var(--text-font);
  font-size: clamp(0.92rem, 1.6vw, 1.18rem);
  font-weight: 900;
  line-height: 1.12;
  text-transform: uppercase;
}

.hero-claim span:first-child {
  color: var(--orange);
}

@media (max-width: 900px) {
  .hero {
    padding-bottom: 92px;
  }

  .hero-claim {
    left: 20px;
    right: 20px;
    bottom: 22px;
    max-width: none;
    gap: 5px;
    font-size: 0.78rem;
    line-height: 1.15;
  }
}

@media (max-width: 520px) {
  .hero {
    padding-bottom: 84px;
  }

  .hero-claim {
    font-size: 0.72rem;
  }
}


/* Instagram links in band cards */
.members strong a {
  display: inline-block;
  color: inherit;
}

.members strong a:hover {
  color: var(--orange);
}

.members article:hover strong a:hover {
  color: #050505;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}


/* Keep navigation out of the hero photo */
.site-header {
  position: sticky;
  inset: auto;
  top: 0;
  background: #050505;
  border-bottom-color: rgba(247, 244, 238, 0.12);
}

.site-header.is-scrolled,
.site-header.is-open {
  background: #050505;
  backdrop-filter: none;
}

.hero,
.page-hero {
  padding-top: clamp(42px, 5vw, 72px);
}

@media (max-width: 900px) {
  .site-header,
  .site-header.is-scrolled,
  .site-header.is-open {
    background: #050505;
  }

  .hero {
    padding-top: 0;
  }

  .hero .hero-image {
    top: 0;
    height: 100%;
  }

  .hero .hero-overlay {
    top: 0;
    height: 100%;
  }
}


/* Poster-style hero: centered band image with oversized title */
.hero {
  min-height: clamp(620px, 78vh, 820px);
  padding: clamp(34px, 4vw, 58px) clamp(22px, 5vw, 68px) clamp(64px, 7vw, 92px);
  background: #050505;
  isolation: isolate;
}

.hero .hero-image {
  inset: clamp(34px, 4vw, 58px) clamp(18px, 4vw, 56px) clamp(96px, 9vw, 132px);
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: center center;
  transform: none;
  filter: grayscale(0.35) contrast(1.05) brightness(0.78);
  background: #050505;
}

.hero .hero-overlay {
  inset: clamp(34px, 4vw, 58px) clamp(18px, 4vw, 56px) clamp(96px, 9vw, 132px);
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.52) 0%, rgba(0, 0, 0, 0.08) 42%, rgba(0, 0, 0, 0.18) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.22), transparent 26%, transparent 74%, rgba(0, 0, 0, 0.22));
}

.hero-title {
  position: absolute;
  left: 50%;
  top: 48%;
  z-index: 2;
  width: min(920px, 92vw);
  color: var(--orange);
  font-size: clamp(4.4rem, 13vw, 10.5rem);
  line-height: 0.74;
  text-align: center;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
  pointer-events: none;
  text-shadow: 0 18px 48px rgba(0, 0, 0, 0.48);
}

.hero-title span {
  display: block;
  color: var(--white);
  font-size: 0.42em;
  line-height: 0.9;
}

.hero-claim {
  left: clamp(22px, 5vw, 68px);
  bottom: clamp(24px, 4vw, 44px);
}

@media (max-width: 900px) {
  .hero {
    height: clamp(500px, 70vh, 650px);
    min-height: 0;
    padding: 0 18px 92px;
  }

  .hero .hero-image,
  .hero .hero-overlay {
    inset: 18px 0 112px;
    width: 100%;
    height: auto;
    top: 18px;
    bottom: 112px;
  }

  .hero-title {
    top: 45%;
    width: 96vw;
    font-size: clamp(3.25rem, 19vw, 5.8rem);
  }

  .hero-claim {
    bottom: 22px;
  }
}

@media (max-width: 520px) {
  .hero {
    height: clamp(470px, 66vh, 570px);
    padding-bottom: 86px;
  }

  .hero .hero-image,
  .hero .hero-overlay {
    inset: 14px 0 98px;
    bottom: 98px;
  }

  .hero-title {
    top: 45%;
    font-size: clamp(3rem, 20vw, 5.1rem);
  }
}


/* Hero readability and hover cleanup */
.hero .hero-image {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 72% center;
  filter: grayscale(0.18) contrast(1.06) brightness(0.88);
}

.hero .hero-overlay {
  inset: 0;
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.08) 44%, rgba(0, 0, 0, 0.24) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.42), transparent 34%, transparent 78%, rgba(0, 0, 0, 0.18));
}

.hero-title {
  top: 64%;
  opacity: 0.92;
  font-size: clamp(3.7rem, 11vw, 8.8rem);
  text-shadow: 0 14px 42px rgba(0, 0, 0, 0.72);
}

@media (max-width: 900px) {
  .hero {
    height: clamp(520px, 72vh, 690px);
  }

  .hero .hero-image,
  .hero .hero-overlay {
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .hero .hero-image {
    object-fit: cover;
    object-position: 68% center;
    filter: grayscale(0.22) contrast(1.06) brightness(0.84);
  }

  .hero-title {
    top: 62%;
    font-size: clamp(2.6rem, 16vw, 4.7rem);
  }
}

@media (max-width: 520px) {
  .hero {
    height: clamp(510px, 70vh, 630px);
  }

  .hero .hero-image {
    object-position: 67% center;
  }

  .hero-title {
    top: 61%;
    font-size: clamp(2.55rem, 15vw, 4.2rem);
  }
}

.members strong a:hover,
.members article:hover strong a:hover {
  text-decoration: none;
}

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


/* Centered homepage banner with small unobtrusive claim */
.hero {
  min-height: clamp(520px, 70vh, 760px);
  padding: 0;
}

.hero .hero-image {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: none;
  filter: grayscale(0.08) contrast(1.04) brightness(0.9);
}

.hero .hero-overlay {
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0.22) 28%, rgba(0, 0, 0, 0.08) 56%, rgba(0, 0, 0, 0.34) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.52) 0%, rgba(0, 0, 0, 0.02) 40%, rgba(0, 0, 0, 0.2) 100%);
}

.hero-title {
  display: none;
}

.hero-claim {
  left: clamp(22px, 5vw, 68px);
  bottom: clamp(24px, 4vw, 48px);
  max-width: min(340px, calc(100% - 44px));
  gap: 4px;
  color: rgba(247, 244, 238, 0.88);
  font-family: var(--text-font);
  font-size: clamp(0.78rem, 1.1vw, 0.96rem);
  line-height: 1.18;
  letter-spacing: 0;
}

.hero-claim span:first-child {
  color: var(--orange);
}

@media (max-width: 900px) {
  .hero {
    height: clamp(430px, 58vh, 620px);
    min-height: 0;
    padding: 0;
  }

  .hero .hero-image {
    object-position: center center;
  }

  .hero .hero-overlay {
    background:
      linear-gradient(90deg, rgba(0, 0, 0, 0.54) 0%, rgba(0, 0, 0, 0.12) 42%, rgba(0, 0, 0, 0.2) 100%),
      linear-gradient(0deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.03) 46%, rgba(0, 0, 0, 0.18) 100%);
  }

  .hero-claim {
    left: 18px;
    right: auto;
    bottom: 18px;
    max-width: 230px;
    font-size: 0.68rem;
  }
}

@media (max-width: 520px) {
  .hero {
    height: clamp(390px, 54vh, 560px);
  }

  .hero-claim {
    max-width: 205px;
    font-size: 0.64rem;
  }
}


/* Linked gig titles */
.gig h3 a {
  color: inherit;
}

.gig h3 a:hover {
  color: var(--orange);
}

.gig.is-next h3 a:hover {
  color: var(--black);
}


/* Legal pages */
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-end;
}

.legal-hero {
  min-height: 36vh;
  background: #050505;
}

.legal-page {
  align-items: start;
}

.legal-copy {
  display: grid;
  gap: 18px;
  max-width: 820px;
  color: rgba(247, 244, 238, 0.84);
  font-family: var(--text-font);
  font-size: clamp(0.98rem, 1.35vw, 1.12rem);
  font-weight: 700;
  line-height: 1.55;
}

.legal-copy h3 {
  margin: 18px 0 0;
  color: var(--orange);
  font-family: var(--text-font);
  font-size: 0.88rem;
  line-height: 1.1;
  text-transform: uppercase;
}

.legal-copy p {
  margin: 0;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

.legal-copy a {
  color: var(--white);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.legal-copy a:hover {
  color: var(--orange);
}

@media (max-width: 900px) {
  .footer-nav {
    justify-content: flex-start;
  }

  .legal-hero {
    min-height: 30vh;
  }
}


/* Photo-based band section */
.members-photo-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  background: transparent;
  border: 0;
}

.member-card,
.members-photo-grid .member-card,
.members-photo-grid .member-card:nth-child(5) {
  position: relative;
  grid-column: span 3;
  min-height: clamp(300px, 38vw, 460px);
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(247, 244, 238, 0.16);
  background: #050505;
  color: var(--white);
}

.members-photo-grid .member-robin,
.members-photo-grid .member-jonathan,
.members-photo-grid .member-malte {
  grid-column: span 2;
  min-height: clamp(280px, 32vw, 420px);
}

.member-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(1.05) brightness(0.82);
  transform: scale(1.01);
  transition: filter 180ms ease, transform 220ms ease;
}

.member-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.84) 0%, rgba(0, 0, 0, 0.38) 42%, rgba(0, 0, 0, 0.08) 100%),
    linear-gradient(90deg, rgba(255, 74, 31, 0.18), transparent 48%);
}

.member-card:hover img {
  filter: grayscale(0.18) contrast(1.06) brightness(0.9);
  transform: scale(1.035);
}

.member-info {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 1;
  display: grid;
  gap: 8px;
}

.members-photo-grid .member-card span,
.members-photo-grid .member-card:nth-child(5) span {
  color: rgba(247, 244, 238, 0.72);
  font-family: var(--text-font);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.members-photo-grid .member-card strong {
  color: var(--white);
  font-size: clamp(1.22rem, 2.6vw, 2.3rem);
  line-height: 0.82;
  text-transform: uppercase;
}

.members-photo-grid .member-card strong a {
  color: inherit;
}

.members-photo-grid .member-card strong a:hover {
  color: var(--orange);
  text-decoration: none;
}

.member-evan img { object-position: 52% 32%; }
.member-carsten img { object-position: 54% 50%; }
.member-robin img { object-position: 52% 44%; }
.member-jonathan img { object-position: 50% 28%; }
.member-malte img { object-position: 56% 32%; }

@media (max-width: 900px) {
  .members-photo-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .member-card,
  .members-photo-grid .member-card,
  .members-photo-grid .member-robin,
  .members-photo-grid .member-jonathan,
  .members-photo-grid .member-malte,
  .members-photo-grid .member-card:nth-child(5) {
    grid-column: auto;
    min-height: 420px;
  }
}

@media (max-width: 520px) {
  .member-card,
  .members-photo-grid .member-card,
  .members-photo-grid .member-card:nth-child(5) {
    min-height: 360px;
  }
}


/* Lighter body copy */
.press-copy,
.legal-copy {
  font-weight: 360;
}

.press-copy strong,
.legal-copy strong {
  font-weight: 560;
}

.gig p,
.song small,
.contact-links,
.site-footer {
  font-weight: 500;
}

.legal-copy p {
  font-weight: 360;
}

.contact-links a {
  font-weight: 560;
}


/* More even desktop member grid */
@media (min-width: 901px) {
  .members-photo-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
  }

  .members-photo-grid .member-evan,
  .members-photo-grid .member-carsten {
    grid-column: span 3;
    min-height: clamp(340px, 34vw, 430px);
  }

  .members-photo-grid .member-robin {
    grid-column: 1 / span 2;
    grid-row: 2;
    min-height: clamp(340px, 34vw, 430px);
  }

  .members-photo-grid .member-jonathan {
    grid-column: 3 / span 2;
    grid-row: 2;
    min-height: clamp(340px, 34vw, 430px);
  }

  .members-photo-grid .member-malte,
  .members-photo-grid .member-card.member-malte:nth-child(5) {
    grid-column: 5 / span 2;
    grid-row: 2;
    min-height: clamp(340px, 34vw, 430px);
  }

  .members-photo-grid .member-card strong {
    font-size: clamp(1.15rem, 2.2vw, 2rem);
  }
}


/* Music page without hero */
.music-page {
  padding-top: clamp(42px, 6vw, 76px);
}

.song:hover,
.song:hover strong,
.song:hover small {
  color: var(--orange);
}

.song:hover span {
  color: var(--white);
}
