
:root {
  --ink: #201b18;
  --paper: #f3eee5;
  --wine: #2b090d;
  --gold: #c99a54;
  --muted: #827971;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; }

.hero {
  min-height: 100svh;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #f8f2e8;
  background: var(--wine) url('hero-instruments.png') center / cover no-repeat;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(9,4,5,.95) 0%, rgba(20,5,7,.82) 38%, rgba(20,5,7,.15) 72%, rgba(9,4,5,.35) 100%);
}
.nav { width: min(1280px, calc(100% - 80px)); margin: auto; padding: 34px 0; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-size: 13px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(201,154,84,.75); border-radius: 50%; color: var(--gold); font-family: Georgia, serif; font-size: 17px; font-style: italic; }
.nav-contact { text-decoration: none; font-size: 13px; letter-spacing: .08em; padding-bottom: 7px; border-bottom: 1px solid rgba(248,242,232,.5); transition: color .2s, border-color .2s; }
.nav-contact:hover { color: var(--gold); border-color: var(--gold); }

.hero-content { width: min(1280px, calc(100% - 80px)); margin: auto; padding: clamp(100px, 15vh, 180px) 0 130px; }
.eyebrow, .section-kicker { margin: 0 0 28px; color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: .25em; text-transform: uppercase; }
.eyebrow::before { content: ""; display: inline-block; width: 38px; height: 1px; margin: 0 14px 4px 0; background: currentColor; }
h1 { max-width: 790px; margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(64px, 8.5vw, 128px); font-weight: 400; line-height: .84; letter-spacing: -.055em; }
h1 span { display: block; color: var(--gold); font-style: italic; font-size: .72em; margin-top: .18em; letter-spacing: -.04em; }
.intro { max-width: 510px; margin: 36px 0 38px; color: rgba(248,242,232,.75); font-size: 17px; line-height: 1.7; }
.primary-button { display: inline-flex; align-items: center; gap: 54px; padding: 16px 20px; background: var(--gold); color: #1c0b08; text-decoration: none; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; transition: transform .2s, background .2s; }
.primary-button:hover { transform: translateY(-2px); background: #ddb26f; }
.scroll-cue { position: absolute; right: 40px; bottom: 70px; margin: 0; color: rgba(248,242,232,.5); writing-mode: vertical-rl; font-size: 9px; letter-spacing: .25em; text-transform: uppercase; }
.scroll-cue span { display: inline-block; width: 1px; height: 50px; margin-bottom: 15px; background: var(--gold); }

.about { padding: clamp(100px, 13vw, 180px) max(40px, calc((100vw - 1280px) / 2)); }
.about-grid { display: grid; grid-template-columns: 1.1fr .7fr; gap: 10vw; align-items: end; }
.about h2, .contact h2 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-weight: 400; letter-spacing: -.04em; }
.about h2 { max-width: 720px; font-size: clamp(48px, 6.2vw, 86px); line-height: 1.02; }
.about-grid > div > p:first-child { margin: 0; font-size: 18px; line-height: 1.75; }
.note { margin: 28px 0 0; padding-top: 22px; border-top: 1px solid rgba(32,27,24,.18); color: var(--muted); font-size: 13px; line-height: 1.6; }

.lineups { padding: clamp(100px, 12vw, 170px) max(40px, calc((100vw - 1280px) / 2)); background: #e7dfd3; }
.lineups-heading { display: grid; grid-template-columns: .7fr 1.3fr; gap: 6vw; align-items: start; margin-bottom: 72px; }
.lineups-heading h2 { max-width: 760px; margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(48px, 6vw, 82px); font-weight: 400; line-height: 1.02; letter-spacing: -.04em; }
.lineup-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.lineup-card { display: block; text-decoration: none; }
.lineup-image { position: relative; aspect-ratio: 1.28 / 1; overflow: hidden; background: #2b090d; }
.lineup-image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .45s ease, opacity .3s ease; }
.card-arrow { position: absolute; top: 16px; right: 16px; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: rgba(243,238,229,.92); color: var(--wine); font-size: 18px; transition: color .2s, background .2s, transform .2s; }
.lineup-copy { display: grid; grid-template-columns: 32px 1fr; gap: 14px; padding: 24px 0 0; border-top: 1px solid rgba(32,27,24,.18); }
.lineup-number { margin: 3px 0 0; color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .16em; }
.lineup-copy h3 { margin: 0 0 12px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(24px, 2.2vw, 34px); font-weight: 400; line-height: 1.05; letter-spacing: -.025em; }
.lineup-copy div > p { margin: 0; color: #71675f; font-size: 14px; line-height: 1.65; }
.lineup-card:hover .lineup-image img { transform: scale(1.035); opacity: .88; }
.lineup-card:hover .card-arrow { transform: translate(2px, -2px); background: var(--gold); color: #1c0b08; }
.lineup-card:focus-visible { outline: 2px solid var(--wine); outline-offset: 5px; }
.lineups-contact { margin-top: 84px; padding: 30px 0; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid rgba(32,27,24,.25); border-bottom: 1px solid rgba(32,27,24,.25); }
.lineups-contact p { margin: 0; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.contact-email { color: var(--wine); font-size: clamp(16px, 2vw, 22px); }

.contact { padding: clamp(100px, 13vw, 170px) max(40px, calc((100vw - 1280px) / 2)); background: #1f080b; color: #f5eee5; }
.contact h2 { max-width: 900px; font-size: clamp(52px, 7.8vw, 110px); line-height: .98; }
.contact > a { display: inline-block; margin-top: 64px; padding-bottom: 10px; color: var(--gold); border-bottom: 1px solid var(--gold); text-decoration: none; font-size: clamp(16px, 2vw, 24px); }
footer { display: flex; justify-content: space-between; align-items: center; padding: 42px max(40px, calc((100vw - 1280px) / 2)); background: #160507; color: rgba(245,238,229,.5); }
footer p { margin: 0; font-size: 11px; letter-spacing: .08em; }
.footer-brand { color: #f5eee5; }

@media (max-width: 760px) {
  .nav, .hero-content { width: calc(100% - 40px); }
  .nav { padding-top: 24px; }
  .nav-contact { font-size: 0; }
  .nav-contact span { font-size: 20px; }
  .hero { min-height: 780px; background-position: 62% center; }
  .hero::before { background: linear-gradient(180deg, rgba(10,4,5,.55), rgba(12,4,5,.87) 65%, rgba(10,4,5,.96)); }
  .hero-content { padding: 180px 0 80px; }
  h1 { font-size: clamp(57px, 17vw, 78px); }
  .intro { max-width: 330px; font-size: 15px; }
  .scroll-cue { display: none; }
  .about, .lineups, .contact { padding-left: 20px; padding-right: 20px; }
  .about-grid { grid-template-columns: 1fr; gap: 50px; }
  .about h2 { font-size: clamp(44px, 13vw, 62px); }
  .lineups-heading { grid-template-columns: 1fr; gap: 4px; margin-bottom: 50px; }
  .lineups-heading h2 { font-size: clamp(44px, 13vw, 62px); }
  .lineup-grid { grid-template-columns: 1fr; gap: 54px; }
  .lineup-image { aspect-ratio: 1.45 / 1; }
  .lineup-copy h3 { font-size: 30px; }
  .lineups-contact { margin-top: 64px; align-items: flex-start; flex-direction: column; gap: 22px; }
  .contact-email { font-size: 15px; }
  .contact h2 { font-size: clamp(44px, 13vw, 64px); }
  .contact > a { margin-top: 46px; font-size: 15px; }
  footer { padding: 32px 20px; }
  footer .brand span:last-child { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
