:root {
  --cream: #f6f2e8;
  --paper: #fffdf7;
  --forest: #173f35;
  --slate: #536d7a;
  --copper: #b85f31;
  --charcoal: #26312e;
  --mist: #dce3e1;
  --line: rgba(184, 95, 49, 0.42);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--charcoal);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }

.site-header {
  width: min(1296px, calc(100% - 64px));
  height: 102px;
  margin: 0 auto;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 48px;
  align-items: center;
}
.wordmark, h1, h2, .proof-card strong {
  font-family: Georgia, "Times New Roman", serif;
  color: var(--forest);
  font-weight: 500;
}
.wordmark { font-size: clamp(1.55rem, 2.2vw, 2.35rem); letter-spacing: -0.04em; }
nav { display: flex; gap: clamp(22px, 3vw, 48px); align-items: center; }
nav a, .social-links a { position: relative; font-size: 0.98rem; }
nav a::after, .social-links a::after {
  content: ""; position: absolute; left: 0; bottom: -6px; width: 0; height: 1px;
  background: var(--copper); transition: width .2s ease;
}
nav a:hover::after, nav a:focus-visible::after, .social-links a:hover::after { width: 100%; }
.button {
  min-height: 52px; padding: 0 30px; display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid transparent; border-radius: 7px; font-weight: 600; transition: transform .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button-copper { background: var(--copper); color: white; }
.button-green { background: var(--forest); color: white; }
.button-outline { border-color: var(--copper); color: var(--copper); background: rgba(255,255,255,.3); }

.hero {
  position: relative;
  width: min(1296px, calc(100% - 64px));
  min-height: 760px;
  margin: 0 auto;
  padding: 76px 48px 52px;
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 68px;
  overflow: hidden;
}
.hero::after {
  content: ""; position: absolute; inset: auto -80px 0; height: 280px; opacity: .22; pointer-events: none;
  background: repeating-radial-gradient(ellipse at 48% 110%, transparent 0 9px, rgba(83,109,122,.25) 10px 11px, transparent 12px 24px);
  mask-image: linear-gradient(to bottom, transparent, black);
}
.hero-copy, .hero-photo, .proof-card { position: relative; z-index: 1; }
.hero-copy { padding-top: 8px; }
.eyebrow { margin: 0 0 18px; color: var(--copper); font-size: .78rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
h1 { margin: 0; font-size: clamp(5.6rem, 9.3vw, 8.2rem); line-height: .82; letter-spacing: -.065em; }
.copper-rule { display: block; width: 80px; height: 2px; margin: 32px 0 22px; background: var(--copper); }
.tagline { margin: 0; color: var(--slate); font-size: clamp(1.5rem, 2.4vw, 2.25rem); font-weight: 650; letter-spacing: -.035em; }
.actions { display: flex; gap: 22px; margin-top: 34px; }
.hero-photo { align-self: start; height: 485px; padding: 14px; border: 1px solid var(--copper); background: var(--paper); }
.hero-photo img { filter: saturate(.76) contrast(.96); }
.proof-card {
  grid-column: 1 / -1; align-self: end; min-height: 118px; margin-top: -10px; padding: 20px 42px;
  display: flex; align-items: center; gap: 34px; border: 1px solid rgba(38,49,46,.14); border-radius: 14px;
  background: rgba(255,253,247,.8); backdrop-filter: blur(8px);
}
.lake-mark { color: var(--copper); font-size: 4rem; line-height: 1; transform: rotate(-8deg); border-right: 1px solid var(--copper); padding-right: 34px; }
.proof-card strong { font-size: 3.8rem; line-height: 1; }
.proof-card span:last-child { color: var(--slate); font-size: 1.16rem; }

.section { width: min(1160px, calc(100% - 64px)); margin: 0 auto; padding: 110px 0; }
.section-heading h2, .havelock h2, .songbook h2, .booking h2, .release-banner h2 { margin: 0; font-size: clamp(3.1rem, 5.5vw, 5.2rem); line-height: .98; letter-spacing: -.05em; }
.about { display: grid; grid-template-columns: .92fr 1.08fr; column-gap: 86px; row-gap: 68px; border-top: 1px solid rgba(38,49,46,.13); }
.about-copy { padding-top: 42px; }
.about-copy p, .havelock-copy p, .booking-details p { font-size: 1.06rem; line-height: 1.8; }
.lead { color: var(--slate); font-size: 1.32rem !important; line-height: 1.58 !important; }
.landscape-photo { grid-column: 1 / -1; height: min(52vw, 560px); margin: 0; padding: 14px; border: 1px solid var(--line); background: var(--paper); }

.shows { border-top: 1px solid rgba(38,49,46,.13); }
.shows-heading { display: grid; grid-template-columns: 1fr .65fr; gap: 80px; align-items: end; margin-bottom: 54px; }
.shows-heading .compact { margin-bottom: 0; }
.shows-subscribe { display: flex; flex-direction: column; align-items: flex-start; gap: 20px; }
.shows-subscribe p { margin: 0; color: var(--slate); line-height: 1.7; }
.calendar-button { min-height: 46px; padding: 0 20px; gap: 8px; font-size: .86rem; }
.calendar-button span { font-size: 1.15rem; font-weight: 400; line-height: 1; }
.show-list { border-top: 1px solid var(--line); }
.show-row { min-height: 116px; padding: 20px 8px; display: grid; grid-template-columns: 190px 1fr 100px 24px; gap: 32px; align-items: center; border-bottom: 1px solid rgba(38,49,46,.14); transition: background .2s ease, padding .2s ease; }
a.show-row:hover { padding-left: 18px; padding-right: 18px; background: rgba(255,253,247,.58); }
.show-row time { display: flex; flex-direction: column; gap: 5px; }
.show-row time span { color: var(--copper); font-size: .72rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.show-row time strong { color: var(--forest); font-family: Georgia, serif; font-size: 1.42rem; font-weight: 500; }
.show-info h3 { margin: 0; color: var(--forest); font-family: Georgia, serif; font-size: 1.75rem; font-weight: 500; }
.show-info p { margin: 7px 0 0; color: var(--slate); font-size: .88rem; line-height: 1.5; }
.show-time { color: var(--slate); font-weight: 650; text-align: right; }
.show-arrow { color: var(--copper); font-size: 1.25rem; }
.shows-message { padding: 34px; border: 1px solid rgba(38,49,46,.14); background: rgba(255,253,247,.55); color: var(--slate); text-align: center; }

.originals { border-top: 1px solid rgba(38,49,46,.13); }
.originals-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; margin-bottom: 60px; }
.originals-intro .compact { margin-bottom: 0; }
.originals-intro .lead { margin: 0; }
.release-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.release-card { min-height: 390px; padding: 30px; display: flex; flex-direction: column; border: 1px solid rgba(38,49,46,.15); background: rgba(255,253,247,.68); }
.release-number { width: 48px; height: 48px; margin-bottom: 42px; display: grid; place-items: center; border: 1px solid var(--copper); border-radius: 50%; color: var(--copper); font-family: Georgia, serif; }
.release-year { margin: 0 0 10px; color: var(--slate); font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.release-card h3 { margin: 0; color: var(--forest); font-family: Georgia, serif; font-size: 2rem; font-weight: 500; line-height: 1.05; }
.release-card > p:not(.release-year) { color: var(--slate); line-height: 1.65; }
.stream-links { display: flex; gap: 16px; flex-wrap: wrap; margin-top: auto; padding-top: 24px; border-top: 1px solid rgba(38,49,46,.11); }
.stream-links a { color: var(--copper); font-size: .78rem; font-weight: 700; }
.stream-links a:hover { text-decoration: underline; }

.release-banner { padding: 72px max(32px, calc((100vw - 1160px) / 2)); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 56px; background: var(--forest); color: var(--paper); }
.release-date { min-width: 178px; padding-right: 46px; border-right: 1px solid rgba(255,255,255,.25); }
.release-date span { display: block; color: #df9a73; font-size: .72rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.release-date strong { display: block; margin-top: 10px; font-family: Georgia, serif; font-size: 2.2rem; font-weight: 500; }
.release-banner h2 { color: var(--paper); font-size: clamp(2.4rem, 4vw, 4.1rem); }
.release-banner h2 span { display: block; margin-top: 7px; color: #df9a73; font-family: Inter, sans-serif; font-size: .35em; font-weight: 600; letter-spacing: .01em; }
.release-copy p:last-child { max-width: 650px; margin-bottom: 0; color: var(--mist); line-height: 1.65; }

.havelock { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 88px; }
.havelock-copy { order: 1; }
.album-cover { order: 2; aspect-ratio: 1; margin: 0; padding: 14px; border: 1px solid var(--copper); background: var(--paper); }
audio { width: 100%; margin: 18px 0 22px; accent-color: var(--forest); }
.text-link, .email-link { display: inline-block; color: var(--copper); font-weight: 650; border-bottom: 1px solid currentColor; padding-bottom: 4px; }

.songbook { display: grid; grid-template-columns: .9fr 1.1fr; gap: 82px; align-items: center; }
.archive-links { display: grid; gap: 18px; }
.archive-card { padding: 30px 32px; display: grid; grid-template-columns: 1fr auto; gap: 8px 24px; border: 1px solid rgba(38,49,46,.15); background: rgba(255,253,247,.62); transition: transform .2s ease, border-color .2s ease; }
.archive-card:hover { transform: translateY(-3px); border-color: var(--copper); }
.archive-card span { grid-column: 1 / -1; color: var(--copper); font-size: .72rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.archive-card strong { color: var(--forest); font-family: Georgia, serif; font-size: 1.65rem; font-weight: 500; }
.archive-card i { align-self: end; color: var(--slate); font-size: .82rem; font-style: normal; }

.compact { max-width: 720px; margin-bottom: 50px; }
.video { width: min(1160px, calc(100% - 64px)); }
.video-frame { position: relative; aspect-ratio: 16 / 9; padding: 14px; border: 1px solid var(--line); background: var(--paper); }
.video-frame iframe { width: 100%; height: 100%; border: 0; }

.reviews { padding-bottom: 130px; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
blockquote { margin: 0; min-height: 275px; padding: 36px; display: flex; flex-direction: column; justify-content: space-between; border-top: 2px solid var(--copper); background: rgba(255,253,247,.62); }
blockquote p { margin: 0; color: var(--forest); font-family: Georgia, "Times New Roman", serif; font-size: 1.45rem; line-height: 1.45; }
blockquote cite { color: var(--slate); font-size: .8rem; font-style: normal; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }

.booking { padding: 100px max(32px, calc((100vw - 1160px) / 2)); display: grid; grid-template-columns: 1.2fr .8fr; gap: 96px; background: var(--forest); color: var(--paper); }
.booking h2 { color: var(--paper); }
.booking-details { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.booking-details p { color: var(--mist); margin-top: 0; }
.booking-details .button { margin: 14px 0 26px; }
.booking .email-link { color: #df9a73; overflow-wrap: anywhere; }
footer { min-height: 150px; padding: 42px max(32px, calc((100vw - 1160px) / 2)); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 38px; }
footer p { text-align: right; color: var(--slate); font-size: .85rem; }
.social-links { display: flex; gap: 28px; }

@keyframes rise { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
.reveal { animation: rise .65s ease-out both; }
.reveal-late { animation-delay: .08s; }
.reveal-last { animation-delay: .16s; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; width: min(100% - 36px, 1296px); gap: 20px; }
  nav { display: none; }
  .hero { width: min(100% - 36px, 1296px); padding: 58px 0 38px; grid-template-columns: 1fr; gap: 46px; }
  .hero-photo { width: min(100%, 520px); height: auto; aspect-ratio: 4 / 5; }
  .proof-card { grid-column: auto; margin: 0; }
  .section, .video { width: min(100% - 40px, 1160px); padding: 82px 0; }
  .about, .havelock, .songbook, .booking, .originals-intro, .shows-heading { grid-template-columns: 1fr; gap: 44px; }
  .about-copy { padding-top: 0; }
  .landscape-photo { height: 58vw; }
  .havelock-copy { order: 1; }
  .album-cover { order: 2; width: min(100%, 560px); }
  .review-grid { grid-template-columns: 1fr; }
  .release-grid { grid-template-columns: 1fr; }
  .release-card { min-height: 320px; }
  .release-banner { grid-template-columns: 1fr; gap: 32px; }
  .show-row { grid-template-columns: 155px 1fr auto; gap: 20px; }
  .show-arrow { display: none; }
  .release-date { padding: 0 0 24px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.25); }
  blockquote { min-height: 220px; }
  .booking { padding: 82px 28px; }
  footer { grid-template-columns: 1fr; justify-items: start; }
  footer p { text-align: left; }
}

@media (max-width: 540px) {
  .site-header { height: 82px; }
  .header-cta { padding: 0 18px; min-height: 44px; }
  h1 { font-size: clamp(4.2rem, 23vw, 6rem); }
  .actions { flex-direction: column; align-items: stretch; }
  .proof-card { padding: 22px; gap: 18px; flex-wrap: wrap; }
  .lake-mark { display: none; }
  .proof-card strong { font-size: 3rem; }
  .proof-card span:last-child { font-size: .95rem; }
  .landscape-photo { height: 72vw; padding: 8px; }
  .album-cover, .video-frame, .hero-photo { padding: 8px; }
  .social-links { flex-wrap: wrap; }
  .archive-card { grid-template-columns: 1fr; }
  .show-row { grid-template-columns: 1fr auto; padding: 24px 4px; }
  .show-info { grid-column: 1 / -1; grid-row: 2; }
}

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

:focus-visible { outline: 3px solid var(--copper); outline-offset: 4px; }
