:root {
  --ink: #f6ead7;
  --muted: #c6ad8d;
  --dim: #8a6d50;
  --paper: #d1b182;
  --candle: #e3a75c;
  --ember: #9c4f2d;
  --mahogany: #321d15;
  --smoke: #17100d;
  --black: #080604;
  --line: rgba(232, 187, 126, 0.22);
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.48);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 18% 12%, rgba(139, 70, 35, 0.35), transparent 26rem),
    linear-gradient(135deg, #130d09 0%, #21130d 45%, #0b0806 100%);
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.6;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 3;
  opacity: 0.12;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 3px 3px;
  mix-blend-mode: soft-light;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 4;
  background:
    linear-gradient(90deg, rgba(90, 48, 23, 0.08), transparent 10%, transparent 90%, rgba(90, 48, 23, 0.08)),
    radial-gradient(circle, transparent 55%, rgba(0, 0, 0, 0.54) 100%);
}

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

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 68px;
  padding: 14px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid rgba(226, 181, 116, 0.18);
  background: rgba(10, 7, 5, 0.78);
  backdrop-filter: blur(14px);
}

.brand-mark {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(12px, 3vw, 30px);
  color: var(--muted);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

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

.hero {
  position: relative;
  display: grid;
  min-height: calc(88svh - 68px);
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.hero-image {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 6, 4, 0.82) 0%, rgba(22, 13, 8, 0.56) 43%, rgba(8, 6, 4, 0.22) 100%),
    linear-gradient(0deg, rgba(8, 6, 4, 0.75) 0%, transparent 44%),
    url("assets/april-lucien-portrait.jpg") center 32% / cover;
  filter: sepia(0.72) contrast(1.15) brightness(0.82);
  transform: scale(1.02);
}

.hero-content {
  position: relative;
  z-index: 1;
  align-self: end;
  max-width: 820px;
  padding: clamp(80px, 13vw, 150px) clamp(20px, 7vw, 84px) clamp(54px, 9vw, 92px);
}

.eyebrow,
.section-kicker,
.gig-date,
.contact-label {
  margin: 0 0 14px;
  color: var(--candle);
  font-family: "Courier New", Courier, monospace;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 22px;
  font-size: clamp(4.2rem, 14vw, 10.5rem);
  line-height: 0.84;
  letter-spacing: 0;
  text-shadow: 0 18px 60px rgba(0, 0, 0, 0.66);
}

h2 {
  max-width: 860px;
  margin-bottom: 22px;
  font-size: clamp(2.1rem, 5.4vw, 5rem);
  line-height: 0.98;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
  color: #fff3dd;
  font-size: 1.35rem;
  line-height: 1.15;
}

.hero-copy {
  max-width: 620px;
  color: #ecd8bc;
  font-size: clamp(1.08rem, 2vw, 1.45rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border: 1px solid rgba(244, 204, 145, 0.44);
  border-radius: 2px;
  font-family: "Courier New", Courier, monospace;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.button-primary {
  background: #d49a55;
  color: #170d08;
  border-color: #d49a55;
}

.button-ghost {
  color: var(--ink);
  background: rgba(17, 10, 6, 0.3);
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.28);
}

.intro-band {
  border-bottom: 1px solid var(--line);
  background: rgba(0, 0, 0, 0.22);
}

.intro-band div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  max-width: 1320px;
  margin: 0 auto;
}

.intro-band span {
  min-height: 92px;
  padding: 26px 22px;
  border-left: 1px solid var(--line);
  color: var(--paper);
  font-family: "Courier New", Courier, monospace;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
}

.intro-band span:last-child {
  border-right: 1px solid var(--line);
}

.section {
  padding: clamp(72px, 11vw, 138px) clamp(20px, 6vw, 78px);
}

.about-layout,
.gigs-layout,
.contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  gap: clamp(34px, 6vw, 82px);
  align-items: center;
  max-width: 1240px;
  margin: 0 auto;
}

.about-copy p,
.gigs-layout p,
.section-heading-row p,
.contact-panel p {
  max-width: 690px;
  color: var(--muted);
  font-size: 1.05rem;
}

.photo-frame,
.gallery-item {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(232, 188, 128, 0.28);
  background: #100a07;
  box-shadow: var(--shadow);
}

.photo-frame::before,
.gallery-item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(rgba(251, 221, 166, 0.12), rgba(62, 25, 8, 0.34)),
    radial-gradient(circle, transparent 48%, rgba(0, 0, 0, 0.36) 100%);
  mix-blend-mode: multiply;
}

.photo-frame img,
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: sepia(0.58) saturate(0.72) contrast(1.08) brightness(0.86);
}

.photo-frame.tall {
  aspect-ratio: 4 / 5;
  transform: rotate(1deg);
}

figcaption {
  position: absolute;
  right: 16px;
  bottom: 14px;
  z-index: 2;
  padding: 6px 8px;
  color: #ecd3aa;
  background: rgba(9, 6, 4, 0.62);
  font-family: "Courier New", Courier, monospace;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gigs-section {
  background:
    linear-gradient(rgba(19, 11, 7, 0.9), rgba(19, 11, 7, 0.9)),
    url("assets/sepia-reference.jpg") center / cover;
  border-block: 1px solid var(--line);
}

.gig-list {
  display: grid;
  gap: 14px;
}

.gig-card {
  padding: 24px;
  border: 1px solid rgba(232, 188, 128, 0.25);
  background: rgba(10, 7, 5, 0.58);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.24);
}

.gig-card p:last-child {
  margin-bottom: 0;
  color: var(--muted);
}

.media-section {
  max-width: 1400px;
  margin: 0 auto;
}

.section-heading-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 420px);
  gap: 28px;
  align-items: end;
  margin-bottom: clamp(28px, 5vw, 52px);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: minmax(210px, 24vw);
  gap: 14px;
}

.gallery-item {
  min-height: 220px;
}

.gallery-item.feature {
  grid-column: span 2;
  grid-row: span 2;
}

.contact-section {
  padding-top: clamp(56px, 8vw, 96px);
}

.contact-panel {
  padding: clamp(28px, 5vw, 58px);
  border-block: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(57, 29, 16, 0.9), rgba(18, 11, 7, 0.88)),
    url("assets/live-moment.jpg") center / cover;
  box-shadow: var(--shadow);
}

.contact-card {
  padding: 28px;
  border: 1px solid rgba(232, 188, 128, 0.34);
  background: rgba(8, 6, 4, 0.68);
}

.contact-card a:not(.button) {
  display: inline-block;
  overflow-wrap: anywhere;
  color: #ffe2a8;
  font-size: clamp(1.2rem, 3vw, 2rem);
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
}

.contact-button {
  margin-bottom: 18px;
}

.small-note {
  color: var(--dim);
  font-family: "Courier New", Courier, monospace;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  justify-content: space-between;
  padding: 28px clamp(20px, 6vw, 78px);
  border-top: 1px solid var(--line);
  color: var(--muted);
  background: #080604;
}

.site-footer p {
  margin: 0;
}

@media (max-width: 900px) {
  .site-header {
    position: relative;
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .nav-links {
    width: 100%;
    justify-content: space-between;
    gap: 8px;
    font-size: 0.72rem;
  }

  .hero {
    min-height: 76svh;
  }

  .intro-band div,
  .about-layout,
  .gigs-layout,
  .section-heading-row,
  .contact-panel {
    grid-template-columns: 1fr;
  }

  .intro-band span {
    border-right: 1px solid var(--line);
  }

  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: minmax(190px, 44vw);
  }
}

@media (max-width: 560px) {
  .nav-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-content {
    padding-top: 60px;
    padding-bottom: 48px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .intro-band div,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-item.feature {
    grid-column: auto;
    grid-row: auto;
  }

  h1 {
    font-size: clamp(3.4rem, 21vw, 5rem);
  }
}
