:root {
  --ink: #162019;
  --muted: #b8c0ba;
  --paper: #050605;
  --panel: #0c0f0d;
  --clover: #11743c;
  --clover-dark: #07391f;
  --gold: #d9a441;
  --red: #a7352d;
  --line: rgba(255, 255, 255, 0.14);
  --shadow: 0 18px 48px rgba(0, 0, 0, 0.34);
  color-scheme: dark;
  font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
}

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

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  min-height: 76px;
  padding: 12px clamp(18px, 4vw, 56px);
  background: rgba(0, 0, 0, 0.95);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.28);
}

.brand img {
  width: clamp(150px, 22vw, 230px);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 2vw, 28px);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-nav a {
  color: #fff;
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--gold);
}

.language-link {
  color: var(--gold) !important;
}

.menu-toggle {
  display: none;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #111;
  color: #fff;
  font: inherit;
  font-weight: 800;
  text-transform: uppercase;
}

.section,
.hero {
  padding: clamp(70px, 10vw, 128px) clamp(18px, 5vw, 72px);
}

.section > * {
  max-width: 1160px;
  margin-inline: auto;
}

.section-dark {
  background:
    linear-gradient(135deg, rgba(17, 116, 60, 0.96), rgba(7, 57, 31, 0.98)),
    var(--clover-dark);
  color: #fff;
}

.section-photo {
  background-color: #111813;
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

.section-photo .section-heading p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.82);
}

.section-concerts {
  background-image:
    radial-gradient(circle at 50% 100%, rgba(0, 0, 0, 0.45) 1%, rgba(0, 0, 0, 0.82) 91%),
    url("../img/bg-concerts.jpg");
}

.section-music {
  background-image:
    radial-gradient(circle at 50% 100%, rgba(0, 0, 0, 0.45) 1%, rgba(0, 0, 0, 0.82) 91%),
    url("../img/bg-music.jpg");
}

.section-references {
  background-image:
    radial-gradient(circle at 50% 100%, rgba(0, 0, 0, 0.45) 1%, rgba(0, 0, 0, 0.82) 91%),
    url("../img/bg-references.jpg");
}

.section-band {
  background-image:
    radial-gradient(circle at 50% 100%, rgba(0, 0, 0, 0.45) 1%, rgba(0, 0, 0, 0.82) 91%),
    url("../img/bg-band.jpg");
  background-position: 50% 0;
}

.section-contact {
  background-image:
    radial-gradient(circle at 50% 100%, rgba(0, 0, 0, 0.45) 1%, rgba(0, 0, 0, 0.82) 91%),
    url("../img/bg-contact.jpg");
}

.section-tint {
  background: #050605;
}

.hero {
  display: grid;
  grid-template-columns: minmax(220px, 420px) minmax(280px, 680px);
  align-items: center;
  gap: clamp(28px, 6vw, 80px);
  min-height: calc(100vh - 76px);
  justify-content: center;
  background-image:
    radial-gradient(circle at 50% 100%, rgba(0, 0, 0, 0.30) 1%, rgba(0, 0, 0, 0.82) 91%),
    url("../img/bg-hero.jpg");
  background-position: 0 0, 50% 40%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-art {
  justify-self: center;
  width: min(100%, 460px);
}

.hero-copy {
  max-width: 680px;
}

.hero-art img {
  max-height: 62vh;
  object-fit: contain;
  filter: drop-shadow(0 28px 30px rgba(0, 0, 0, 0.24));
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 780px;
  margin-bottom: 24px;
  font-size: clamp(3rem, 8vw, 7.4rem);
  line-height: 0.94;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(2.1rem, 5vw, 4rem);
  line-height: 1;
}

h3 {
  margin-bottom: 8px;
  font-size: 1.25rem;
  line-height: 1.2;
}

.hero-copy p:not(.eyebrow),
.section-heading p,
.section-contact p,
.merch-panel p {
  max-width: 680px;
  color: inherit;
  font-size: clamp(1rem, 2vw, 1.25rem);
}

.hero-actions,
.contact-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 0;
  border-radius: 6px;
  background: var(--gold);
  color: #17130b;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.text-link {
  color: #fff;
  font-weight: 900;
  text-decoration-color: rgba(255, 255, 255, 0.42);
  text-underline-offset: 6px;
}

.section-heading {
  margin-bottom: clamp(30px, 5vw, 54px);
}

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

.concert-card,
.album-card,
.quote-card,
.member-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.82);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.28);
}

.concert-card,
.album-card {
  color: inherit;
  overflow: hidden;
  text-decoration: none;
}

.concert-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
}

.concert-card > div {
  padding: 24px;
}

.concert-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.date {
  margin-bottom: 10px;
  color: var(--gold);
  font-size: 1.3rem;
  font-weight: 900;
}

.place {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

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

.album-card {
  display: grid;
  grid-template-rows: auto 1fr;
}

.album-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.album-card div {
  padding: 20px;
}

.album-card p {
  margin-bottom: 6px;
  color: var(--gold);
  font-size: 0.9rem;
  font-weight: 900;
}

.album-card span {
  color: rgba(255, 255, 255, 0.72);
}

.quote-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.quote-card {
  padding: 28px;
}

.quote-card img {
  width: 110px;
  height: 82px;
  margin-bottom: 22px;
  object-fit: contain;
}

blockquote {
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.78);
}

.member-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

.member-card {
  padding: 18px;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
  text-align: center;
}

.member-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
}

.member-card p {
  color: rgba(255, 255, 255, 0.78);
}

.merch-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: clamp(28px, 5vw, 54px);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(17, 116, 60, 0.36), rgba(217, 164, 65, 0.18)),
    #080a09;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.section-contact > div {
  display: grid;
  justify-items: center;
  text-align: center;
}

.contact-links {
  justify-content: center;
}

.contact-links a {
  color: #fff;
  font-size: clamp(1.1rem, 3vw, 1.8rem);
  font-weight: 900;
}

.site-footer {
  display: grid;
  justify-items: center;
  gap: 18px;
  padding: 36px 18px;
  background: #000;
  text-align: center;
}

.footer-socials {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.footer-socials a:not(.kudy) img {
  width: 36px;
  height: 36px;
}

.kudy img {
  width: 120px;
  height: auto;
}

.site-footer p {
  color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 1020px) {
  .concert-grid,
  .album-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 820px) {
  .menu-toggle {
    display: inline-flex;
    align-items: center;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    right: 18px;
    left: 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.96);
    box-shadow: var(--shadow);
  }

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

  .site-nav a {
    padding: 14px 12px;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    text-align: center;
  }

  .hero-copy,
  .hero-copy p {
    justify-self: center;
  }

  .hero-art img {
    max-height: 38vh;
    margin-inline: auto;
  }

  .hero-actions,
  .merch-panel {
    justify-content: center;
  }

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

  .merch-panel {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 560px) {
  .concert-grid,
  .album-grid,
  .member-grid {
    grid-template-columns: 1fr;
  }

  .site-header {
    min-height: 66px;
  }

  .brand img {
    width: 150px;
  }

  .section,
  .hero {
    padding-block: 54px;
  }
}
