:root {
  --ink: #172018;
  --forest: #26392a;
  --cream: #f3efe4;
  --paper: #faf8f1;
  --gold: #d3a75f;
  --line: rgba(23, 32, 24, 0.18);
  --sans: "DM Sans", system-ui, sans-serif;
  --serif: "Playfair Display", Georgia, serif;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); }
img { display: block; width: 100%; }
a { color: inherit; }
.button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.skip-link { position: fixed; top: -5rem; left: 1rem; z-index: 100; padding: .75rem 1rem; background: white; }
.skip-link:focus { top: 1rem; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 20; height: 5.5rem; padding: 0 clamp(1.25rem, 4vw, 4.5rem);
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; color: white;
  transition: background .25s, height .25s, box-shadow .25s;
}
.site-header.scrolled { height: 4.5rem; background: rgba(20, 30, 22, .94); box-shadow: 0 8px 30px rgba(0,0,0,.12); backdrop-filter: blur(12px); }
.wordmark, .footer-name { text-decoration: none; font-size: .82rem; font-weight: 600; letter-spacing: .24em; text-transform: uppercase; }
.wordmark span, .footer-name span { font-weight: 400; }
nav { display: flex; gap: 2rem; }
nav a, .header-cta { text-decoration: none; font-size: .82rem; font-weight: 500; }
nav a { opacity: .85; }
nav a:hover { opacity: 1; }
.header-cta { justify-self: end; padding: .7rem 1.1rem; border: 1px solid rgba(255,255,255,.55); border-radius: 100px; }

.hero { position: relative; min-height: 100svh; display: grid; align-items: center; overflow: hidden; color: white; }
.hero > img { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: 58% 38%; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,17,11,.8) 0%, rgba(10,17,11,.44) 42%, rgba(10,17,11,.08) 72%), linear-gradient(0deg, rgba(9,14,10,.48), transparent 44%); }
.hero-copy { position: relative; width: min(90%, 1320px); margin: 4rem auto 0; }
.eyebrow, .overline { margin: 0 0 1rem; font-size: .72rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.hero h1 { margin: 0; max-width: 820px; font-size: clamp(3.8rem, 7.5vw, 8rem); line-height: .92; letter-spacing: -.055em; font-weight: 500; }
.hero h1 em { font-family: var(--serif); color: var(--gold); font-weight: 500; }
.hero-location { margin: 1.7rem 0; color: rgba(255,255,255,.8); }
.hero-location span { color: var(--gold); padding: 0 .45rem; }
.hero-actions { display: flex; gap: .75rem; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 1.4rem; min-height: 3.25rem; padding: .8rem 1.4rem; border: 1px solid transparent; border-radius: 100px; text-decoration: none; font: 600 .78rem/1 var(--sans); letter-spacing: .03em; cursor: pointer; }
.button-primary { color: var(--ink); background: var(--gold); }
.button-primary:hover { background: #e0b66c; }
.button-ghost { color: white; border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.06); }
.scroll-cue { position: absolute; bottom: 2rem; left: 50%; display: flex; align-items: center; gap: .7rem; transform: translateX(-50%); text-decoration: none; font-size: .68rem; letter-spacing: .18em; text-transform: uppercase; }
.scroll-cue span { display: block; width: 1px; height: 2.3rem; background: rgba(255,255,255,.6); }

.section { width: min(88%, 1240px); margin-inline: auto; padding-block: clamp(5rem, 9vw, 9rem); }
.section-heading { display: grid; grid-template-columns: 1fr 2fr; align-items: end; gap: 2rem; margin-bottom: 3rem; }
.section-heading .eyebrow { align-self: start; }
.section-heading h2, .story h2, .booking h2 { margin: 0; font-size: clamp(2.7rem, 5vw, 5.3rem); line-height: .98; letter-spacing: -.045em; font-weight: 500; }
.section-heading > p:last-child { grid-column: 2; max-width: 32rem; margin: .3rem 0 0; color: #5d665e; }
.music { padding-block: clamp(4.5rem, 6vw, 6.5rem); }
.music .section-heading { grid-template-columns: 1fr 2fr; margin-bottom: 2rem; }
.music .section-heading h2 { max-width: 48rem; font-size: clamp(2.7rem, 4.2vw, 4.6rem); }
.music-card { width: 100%; min-height: 0; aspect-ratio: 2/1; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; background: var(--forest); color: white; }
.music-card img { height: 100%; aspect-ratio: auto; object-fit: cover; object-position: center; }
.music-card-copy { min-width: 0; padding: clamp(2rem, 3.5vw, 3.25rem); align-self: stretch; display: flex; flex-direction: column; justify-content: center; }
.music-card-copy h3 { margin: 0 0 .5rem; font-size: clamp(2rem, 3.4vw, 3.5rem); font-weight: 500; letter-spacing: -.04em; }
.music-card-copy > p:not(.overline) { color: rgba(255,255,255,.65); }
.platforms { display: flex; flex-wrap: wrap; gap: .65rem; margin-top: 2rem; }
.platforms span, .platforms a { padding: .7rem 1rem; border: 1px solid rgba(255,255,255,.25); border-radius: 100px; font-size: .72rem; color: rgba(255,255,255,.68); }
.platforms a { color: var(--ink); background: var(--gold); border-color: var(--gold); text-decoration: none; font-weight: 600; }

.story { display: grid; grid-template-columns: 1.2fr 1fr; min-height: 760px; background: var(--cream); }
.story-image img { height: 100%; object-fit: cover; }
.story-copy { align-self: center; padding: clamp(3rem, 7vw, 8rem); }
.story-copy h2 { max-width: 700px; }
.story-copy .lead { margin-top: 2.2rem; font-size: clamp(1.2rem, 1.7vw, 1.55rem); line-height: 1.55; }
.story-copy > p:not(.eyebrow):not(.lead) { color: #5d665e; line-height: 1.72; }
.text-link { display: inline-block; margin-top: 1.4rem; text-underline-offset: .35rem; font-weight: 600; font-size: .82rem; }
.text-link span { padding-left: .7rem; }

.gallery-heading { display: block; }
.photo-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; grid-template-rows: 320px 420px; gap: 1rem; }
.photo-grid figure { margin: 0; overflow: hidden; }
.photo-grid img { height: 100%; object-fit: cover; transition: transform .7s ease; }
.photo-grid figure:hover img { transform: scale(1.025); }
.photo-tall { grid-row: span 2; }
.photo-wide { grid-column: span 2; }

.booking { padding: clamp(5rem, 9vw, 9rem) max(6%, calc((100vw - 1240px)/2)); display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 9rem); color: white; background: var(--forest); }
.booking-intro > p:not(.eyebrow) { max-width: 27rem; margin: 1.5rem 0; color: rgba(255,255,255,.65); line-height: 1.7; }
.booking-intro > a { color: var(--gold); text-underline-offset: .3rem; }
.booking-form { display: grid; gap: 1.35rem; }
.bot-field { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.booking-form label { display: grid; gap: .55rem; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.booking-form input, .booking-form textarea, .booking-form select { width: 100%; padding: .8rem 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.35); border-radius: 0; outline: 0; color: white; background: transparent; font: 1rem var(--sans); }
.booking-form select { color-scheme: dark; cursor: pointer; }
.booking-form input:focus, .booking-form textarea:focus, .booking-form select:focus { border-color: var(--gold); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.booking-form .button { justify-self: start; margin-top: .7rem; }
.form-privacy { max-width: 30rem; margin: -.25rem 0 0; color: rgba(255,255,255,.58); font-size: .75rem; line-height: 1.5; }

footer { min-height: 140px; padding: 2rem max(6%, calc((100vw - 1240px)/2)); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; background: #111711; color: white; }
.socials { display: flex; gap: 1.5rem; }
.socials a { font-size: .75rem; text-underline-offset: .3rem; }
footer p { justify-self: end; font-size: .68rem; color: rgba(255,255,255,.45); }
.mobile-actions { display: none; }

@media (max-width: 800px) {
  .site-header { height: 4.5rem; grid-template-columns: 1fr auto; padding: 0 1.15rem; }
  nav { display: none; }
  .header-cta { padding: .6rem .85rem; }
  .hero { min-height: 92svh; }
  .hero > img { object-position: 58% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(9,15,10,.9) 0%, rgba(9,15,10,.4) 65%, rgba(9,15,10,.28) 100%); }
  .hero-copy { width: auto; margin: auto 1.25rem 6.8rem; align-self: end; }
  .hero h1 { font-size: clamp(3.3rem, 15vw, 5.1rem); }
  .hero-location { font-size: .83rem; line-height: 1.5; }
  .hero-actions { display: none; }
  .scroll-cue { display: none; }
  .section { width: min(91%, 1240px); padding-block: 5rem; }
  .section-heading { display: block; }
  .section-heading > p:last-child { margin-top: 1rem; }
  .music-card { grid-template-columns: 1fr; min-height: 0; aspect-ratio: auto; }
  .music-card img { height: auto; aspect-ratio: 1/1; object-fit: cover; object-position: center; }
  .music-card-copy { padding: 2rem 1.5rem; }
  .story { grid-template-columns: 1fr; }
  .story-image img { aspect-ratio: 4/3; }
  .story-copy { padding: 4rem 1.5rem 5rem; }
  .photo-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 460px 230px 230px; gap: .55rem; }
  .photo-tall { grid-column: span 2; grid-row: auto; }
  .photo-wide { grid-column: span 2; }
  .booking { grid-template-columns: 1fr; padding: 5rem 1.5rem; gap: 3rem; }
  .form-row { grid-template-columns: 1fr; gap: 1.35rem; }
  footer { padding: 3rem 1.5rem calc(7rem + env(safe-area-inset-bottom)); grid-template-columns: 1fr; gap: 1.5rem; text-align: center; }
  footer p { justify-self: center; }
  .mobile-actions { position: fixed; z-index: 30; inset: auto .75rem calc(.75rem + env(safe-area-inset-bottom)); display: grid; grid-template-columns: 1fr 1fr; padding: .35rem; border: 1px solid rgba(255,255,255,.18); border-radius: 100px; background: rgba(18,26,19,.94); backdrop-filter: blur(14px); box-shadow: 0 10px 30px rgba(0,0,0,.25); }
  .mobile-actions a { padding: .85rem; border-radius: 100px; color: white; text-align: center; text-decoration: none; font-size: .78rem; font-weight: 600; }
  .mobile-actions a:last-child { color: var(--ink); background: var(--gold); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}

@media (min-width: 801px) {
  .music-card {
    grid-template-columns: 1fr 1fr;
    align-items: start;
    aspect-ratio: auto;
    background: transparent;
  }

  .music-card img,
  .music-card-copy {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .music-card-copy {
    padding: 2rem;
    background: var(--forest);
  }
}
