/* ============================================================
   Musiek by Pinelands — production stylesheet
   Recreated 1:1 from the Claude Design handoff (Aug 2026).
   Tokens: Pinelands Gemeente design system (colors_and_type.css).
   ============================================================ */

:root {
  /* Palette */
  --pg-petrol:         #1F4E5B;
  --pg-petrol-deep:    #143742;
  --pg-sea-mist:       #B5CFC8;
  --pg-sea-mist-soft:  #DCE9E4;
  --pg-honey:          #D4A03E;
  --pg-honey-soft:     #E4C07D;
  --pg-rooibos:        #A9523C;
  --pg-parchment:      #F6F0E3;
  --pg-parchment-deep: #EDE4CF;
  --pg-ink:            #14202B;
  --pg-ink-soft:       #3A4854;
  /* Hairlines */
  --line:        rgba(20, 32, 43, 0.14);
  --line-strong: rgba(20, 32, 43, 0.25);
  --line-dark:   rgba(246, 240, 227, 0.18);
  /* Motion */
  --ease: cubic-bezier(0.2, 0.6, 0.2, 1);
}

* { box-sizing: border-box; }

body {
  margin: 0;
  background: var(--pg-parchment);
  color: var(--pg-ink);
  font-family: 'Source Serif 4', serif;
  font-size: 17px;
  line-height: 1.65;
}

a { color: var(--pg-petrol); text-decoration: none; transition: color 200ms var(--ease); }
a:hover { color: var(--pg-petrol-deep); }

img { max-width: 100%; }

/* ── Type helpers ─────────────────────────────────────────── */

.eyebrow {
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.eyebrow.petrol  { color: var(--pg-petrol); }
.eyebrow.rooibos { color: var(--pg-rooibos); }
.eyebrow.honey   { color: var(--pg-honey-soft); }

.eyebrow-rule {
  display: flex; align-items: center; gap: 14px;
}
.eyebrow-rule::before {
  content: ''; width: 40px; height: 1px; background: var(--pg-honey); flex: none;
}

/* ── Buttons ──────────────────────────────────────────────── */

.btn {
  display: inline-block;
  border: 0; cursor: pointer;
  border-radius: 999px;
  font-family: Inter, sans-serif;
  font-size: 15px; font-weight: 600;
  padding: 13px 26px;
  transition: background 200ms var(--ease), border-color 200ms var(--ease), color 200ms var(--ease);
}
.btn-honey { background: var(--pg-honey); color: var(--pg-ink); }
.btn-honey:hover { background: var(--pg-honey-soft); color: var(--pg-ink); }
.btn-petrol { background: var(--pg-petrol); color: var(--pg-parchment); }
.btn-petrol:hover { background: var(--pg-petrol-deep); color: var(--pg-parchment); }
.btn-ghost-light {
  background: transparent; color: var(--pg-parchment);
  border: 1px solid rgba(246, 240, 227, 0.35); font-weight: 500;
}
.btn-ghost-light:hover { border-color: var(--pg-honey-soft); color: var(--pg-honey-soft); }
.btn-nav { padding: 10px 20px; font-size: 14px; }

/* ── Nav ──────────────────────────────────────────────────── */

.nav {
  display: flex; justify-content: space-between; align-items: center;
  gap: 24px; padding: 18px 48px;
  border-bottom: 1px solid var(--line);
  flex-wrap: wrap;
}
.nav-event { padding: 16px 48px; }
.nav-brand { display: flex; align-items: center; gap: 14px; }
.nav-logo { height: 56px; display: block; }
.nav-brandname {
  font-family: Inter, sans-serif; font-size: 11px; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--pg-petrol);
  border-left: 1px solid var(--line); padding-left: 14px;
}
.nav-back { font-family: Inter, sans-serif; font-size: 13px; font-weight: 500; color: var(--pg-ink-soft); }
.nav-links {
  display: flex; align-items: center; gap: 28px;
  font-family: Inter, sans-serif; font-size: 14px; font-weight: 500;
}
.nav-event .nav-links { gap: 24px; }

.lang-toggle {
  display: flex; flex: none;
  border: 1px solid rgba(20, 32, 43, 0.2); border-radius: 4px; overflow: hidden;
}
.lang-toggle a {
  padding: 6px 12px;
  font-family: Inter, sans-serif; font-weight: 600; font-size: 12px;
  color: var(--pg-petrol);
}
.lang-toggle a.on { background: var(--pg-petrol); color: var(--pg-parchment); }

/* ── Home hero ────────────────────────────────────────────── */

.hero-home {
  background: linear-gradient(160deg, #1F4E5B 0%, #143742 100%);
  color: var(--pg-parchment);
  padding: 72px 48px 64px;
}
.hero-home-inner {
  max-width: 1120px; margin: 0 auto;
  display: grid; grid-template-columns: 1.4fr 1fr; gap: 56px; align-items: center;
}
.hero-home-copy { display: flex; flex-direction: column; gap: 20px; }
.hero-home h1 {
  font-family: Fraunces, serif; font-weight: 340;
  font-variation-settings: 'SOFT' 40;
  font-size: 56px; line-height: 1.05; margin: 0; letter-spacing: -0.01em;
}
.hero-home-sub { font-size: 19px; line-height: 1.6; margin: 0; color: rgba(246, 240, 227, 0.85); max-width: 52ch; }
.hero-meta {
  display: flex; gap: 32px; padding: 18px 0;
  border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark);
  font-family: Inter, sans-serif;
}
.hero-meta-label {
  font-size: 11px; font-weight: 600; letter-spacing: 0.14em;
  text-transform: uppercase; color: rgba(246, 240, 227, 0.6);
}
.hero-meta-value { font-size: 15px; margin-top: 4px; }
.hero-ctas { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }
.hero-poster { justify-self: end; }
.hero-poster img {
  width: 100%; max-width: 340px; display: block; border-radius: 4px;
  box-shadow: 0 1px 0 rgba(20, 32, 43, 0.2);
}
.hero-poster-caption {
  font-family: Inter, sans-serif; font-size: 12px;
  color: rgba(246, 240, 227, 0.6); margin-top: 10px; text-align: center;
}

/* ── Programme list ───────────────────────────────────────── */

.section-programme { padding: 72px 48px; max-width: 920px; margin: 0 auto; }
.section-head { display: flex; flex-direction: column; gap: 12px; margin-bottom: 40px; }
.section-head h2 {
  font-family: Fraunces, serif; font-weight: 360; font-variation-settings: 'SOFT' 50;
  font-size: 40px; line-height: 1.1; margin: 0; color: var(--pg-petrol);
}
.section-head p { margin: 0; color: var(--pg-ink-soft); max-width: 60ch; }

.prog-list { border-top: 1px solid var(--line); }
.prog-row {
  display: grid;
  grid-template-columns: 96px 82px 130px 1fr auto;
  gap: 20px; align-items: center;
  padding: 18px 8px;
  border-bottom: 1px solid var(--line);
  color: var(--pg-ink);
  transition: background 200ms var(--ease);
}
a.prog-row:hover { background: var(--pg-parchment-deep); color: var(--pg-ink); }
.prog-date { text-align: center; border-right: 1px solid var(--line); padding-right: 20px; }
.prog-dow, .prog-month {
  font-family: Inter, sans-serif; font-size: 12px; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase; color: var(--pg-ink-soft);
}
.prog-day { font-family: Fraunces, serif; font-weight: 400; font-size: 30px; line-height: 1.1; color: var(--pg-petrol); }
.prog-thumb { width: 82px; height: 110px; object-fit: cover; border-radius: 4px; display: block; }
/* Placeholder rows (not linked) get a muted thumbnail until a real poster exists */
div.prog-row .prog-thumb { filter: grayscale(1); opacity: 0.5; }
.prog-tag {
  font-family: Inter, sans-serif; font-size: 10.5px; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase;
}
.prog-tag.honey   { color: var(--pg-honey); }
.prog-tag.petrol  { color: var(--pg-petrol); }
.prog-tag.rooibos { color: var(--pg-rooibos); }
.prog-title { font-family: Fraunces, serif; font-weight: 420; font-size: 22px; line-height: 1.2; color: var(--pg-ink); }
.prog-meta { font-family: Inter, sans-serif; font-size: 13.5px; color: var(--pg-ink-soft); margin-top: 4px; }
.prog-cta { font-family: Inter, sans-serif; font-size: 14px; font-weight: 500; color: var(--pg-petrol); white-space: nowrap; }

/* ── Venue band (home) ────────────────────────────────────── */

.venue-band { background: var(--pg-parchment-deep); padding: 64px 48px; }
.venue-band-inner {
  max-width: 1120px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center;
}
.venue-band-photo img {
  width: 100%; height: 320px; object-fit: cover; object-position: center 40%;
  border-radius: 4px; display: block;
}
.photo-credit { font-family: Inter, sans-serif; font-size: 12px; color: var(--pg-ink-soft); margin-top: 8px; }
.venue-band-copy { display: flex; flex-direction: column; gap: 16px; align-items: flex-start; }
.venue-band-copy h2 {
  font-family: Fraunces, serif; font-weight: 360; font-variation-settings: 'SOFT' 70;
  font-size: 38px; line-height: 1.1; margin: 0; color: var(--pg-petrol);
}
.venue-band-copy p { margin: 0; color: var(--pg-ink-soft); max-width: 52ch; }

/* ── Past-concert card (home) ─────────────────────────────── */

.section-past { padding: 64px 48px; max-width: 920px; margin: 0 auto; }
.past-card {
  display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center;
  border: 1px solid var(--line); border-radius: 4px; padding: 36px 40px;
}
.past-copy { display: flex; flex-direction: column; gap: 10px; }
.past-title { font-family: Fraunces, serif; font-weight: 400; font-size: 26px; color: var(--pg-ink); }
.past-copy p { margin: 0; color: var(--pg-ink-soft); font-size: 15.5px; max-width: 52ch; }
.past-link { font-family: Inter, sans-serif; font-size: 14px; font-weight: 600; color: var(--pg-petrol); }
.past-stats { display: flex; gap: 36px; font-family: Inter, sans-serif; text-align: center; }
.past-stat-num { font-family: Fraunces, serif; font-size: 30px; color: var(--pg-petrol); }
.past-stat-num.honey { color: var(--pg-honey); }
.past-stat-label { font-size: 12px; color: var(--pg-ink-soft); margin-top: 2px; }

/* ── Footers ──────────────────────────────────────────────── */

.footer { background: var(--pg-petrol-deep); color: rgba(246, 240, 227, 0.8); font-family: Inter, sans-serif; }
.footer a { color: var(--pg-honey-soft); }
.footer-big { padding: 56px 48px; font-size: 14px; }
.footer-big .footer-inner {
  max-width: 1120px; margin: 0 auto;
  display: grid; grid-template-columns: auto 1fr auto; gap: 48px; align-items: start;
}
.footer-logo { height: 64px; display: block; }
.footer-address { line-height: 1.8; }
.footer-name { color: var(--pg-parchment); font-weight: 600; }
.footer-links { font-size: 13px; line-height: 1.9; text-align: right; }
.footer-links a { color: rgba(246, 240, 227, 0.8); display: block; }
.footer-slim { padding: 40px 48px; font-size: 14px; }
.footer-slim .footer-inner {
  max-width: 1120px; margin: 0 auto;
  display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap;
}
.footer-backlink { color: rgba(246, 240, 227, 0.8) !important; }

/* ── Event hero: poster style (Best of Both) ──────────────── */

.hero-event {
  background: linear-gradient(170deg, #0E2833 0%, #143742 55%, #1F4E5B 100%);
  color: var(--pg-parchment); padding: 64px 48px;
}
.hero-event-inner {
  max-width: 1120px; margin: 0 auto;
  display: grid; grid-template-columns: 1.5fr 1fr; gap: 64px; align-items: center;
}
.hero-event-copy { display: flex; flex-direction: column; gap: 16px; }
.hero-event h1 {
  font-family: Fraunces, serif; font-weight: 340; font-variation-settings: 'SOFT' 40;
  font-size: 54px; line-height: 1.04; margin: 0; letter-spacing: -0.01em;
}
.hero-event h1 em { font-weight: 300; }
.hero-event-lines { font-family: Inter, sans-serif; font-size: 15px; color: rgba(246, 240, 227, 0.9); line-height: 1.7; }
.hero-event-poster { justify-self: end; width: 100%; max-width: 330px; }
.hero-event-poster img { width: 100%; display: block; border-radius: 4px; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35); }

/* ── Event hero: photo background + poster right ──────────── */

.hero-event-photo { position: relative; overflow: hidden; }
.hero-event-photo .hero-event-bg {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; display: block;
}
.hero-event-scrim {
  position: absolute; inset: 0;
  background: linear-gradient(65deg, rgba(20,55,66,0.9) 0%, rgba(20,55,66,0.6) 45%, rgba(20,55,66,0.25) 90%);
}
.hero-event-photo .hero-event-inner { position: relative; }
/* Lift the poster off the matching background photo */
.hero-event-photo .hero-event-poster img {
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(246, 240, 227, 0.4);
}

/* ── Event hero: photo band (own concert) ─────────────────── */

.hero-photo { position: relative; height: 380px; background: var(--pg-petrol-deep); }
.hero-photo > img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-photo-scrim {
  position: absolute; inset: 0;
  background: linear-gradient(65deg, rgba(20,55,66,0.92) 0%, rgba(20,55,66,0.55) 45%, rgba(212,160,62,0.04) 90%);
}
.hero-photo-copy { position: absolute; left: 0; right: 0; bottom: 0; padding: 0 48px 36px; }
.hero-photo-copy-inner {
  max-width: 1120px; margin: 0 auto; color: var(--pg-parchment);
  display: flex; flex-direction: column; gap: 10px;
}
.hero-photo h1 {
  font-family: Fraunces, serif; font-weight: 340; font-variation-settings: 'SOFT' 80;
  font-size: 56px; line-height: 1; margin: 0;
}
.hero-photo-meta { font-family: Inter, sans-serif; font-size: 15px; color: rgba(246, 240, 227, 0.9); }

/* ── Event detail two-column shell ────────────────────────── */

.event-shell {
  max-width: 1120px; margin: 0 auto; padding: 56px 48px;
  display: grid; grid-template-columns: 1fr 360px;
  column-gap: 64px; row-gap: 56px; align-items: start;
}
.event-shell > .event-intro { grid-column: 1; grid-row: 1; }
.event-shell > .book-rail   { grid-column: 2; grid-row: 1 / span 2; align-self: start; }
.event-shell > .event-main  { grid-column: 1; grid-row: 2; }
.event-main { display: flex; flex-direction: column; gap: 56px; min-width: 0; }
.event-intro { font-size: 20px; line-height: 1.6; margin: 0; color: var(--pg-ink-soft); font-style: italic; }

.event-main h2 {
  font-family: Fraunces, serif; font-weight: 360; font-variation-settings: 'SOFT' 40;
  font-size: 32px; line-height: 1.1; margin: 10px 0 6px; color: var(--pg-petrol);
}
.event-main .sec-sub { margin: 0 0 12px; color: var(--pg-ink-soft); font-size: 16px; }

.works { font-family: Inter, sans-serif; }
.work-row {
  padding: 15px 4px; border-bottom: 1px solid var(--line);
  display: flex; justify-content: space-between; gap: 16px;
}
.work-title { font-family: 'Source Serif 4', serif; font-size: 17px; }
.work-by { color: var(--pg-ink-soft); font-size: 14px; }
.works-more { padding: 13px 4px; color: var(--pg-ink-soft); font-size: 14px; font-style: italic; font-family: 'Source Serif 4', serif; }

/* Artist portraits: uniform black-and-white treatment (Helgard, 14 Aug 2026) */
.artist-bio img, .artist-card img { filter: grayscale(1) contrast(1.05); }

/* Artists — bios layout (150px photos, long bios) */
.artists-bios { display: flex; flex-direction: column; gap: 36px; }
.artist-bio { display: grid; grid-template-columns: 150px 1fr; gap: 24px; align-items: start; }
.artist-bio img { aspect-ratio: 4/5; width: 100%; object-fit: cover; border-radius: 4px; display: block; }
.artist-bio h3 { font-family: Fraunces, serif; font-weight: 420; font-size: 23px; margin: 0; color: var(--pg-ink); }
.artist-role {
  font-family: Inter, sans-serif; font-size: 12px; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--pg-petrol); margin: 6px 0 10px;
}
.artist-bio p { margin: 0; font-size: 15px; line-height: 1.65; color: var(--pg-ink-soft); }

/* Artists — grid layout (110px photos, initials fallback) */
.artists-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px 32px; }
.artist-card { display: grid; grid-template-columns: 110px 1fr; gap: 18px; align-items: start; }
.artist-card img { aspect-ratio: 4/5; width: 100%; object-fit: cover; border-radius: 4px; display: block; }
.artist-initials {
  aspect-ratio: 4/5; width: 100%; border-radius: 4px; background: var(--pg-petrol);
  display: flex; align-items: center; justify-content: center;
}
.artist-initials span { font-family: Fraunces, serif; font-weight: 300; font-size: 26px; color: rgba(246, 240, 227, 0.55); }
.artist-card h3 { font-family: Fraunces, serif; font-weight: 420; font-size: 19px; margin: 0; color: var(--pg-ink); }
.artist-card .artist-role { font-size: 11px; margin: 5px 0 8px; }
.artist-card p { margin: 0; font-size: 14px; line-height: 1.6; color: var(--pg-ink-soft); }

.art-note { font-family: Inter, sans-serif; font-size: 13px; color: var(--pg-ink-soft); margin: 24px 0 0; font-style: italic; }

/* Cause block (own concert) */
.cause-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: start; }
.cause-grid p { margin: 0; color: var(--pg-ink-soft); }
.cause-grid img { width: 100%; height: 200px; object-fit: cover; border-radius: 4px; display: block; }

/* Find us */
.find-address { margin: 0 0 14px; color: var(--pg-ink-soft); }
.find-address a { font-family: Inter, sans-serif; font-size: 14px; font-weight: 600; }
.find-map { width: 100%; height: 240px; border: 1px solid var(--line); border-radius: 4px; }

/* ── Booking rail ─────────────────────────────────────────── */

.book-rail {
  position: sticky; top: 24px;
  background: var(--pg-parchment-deep); border-radius: 4px; padding: 28px;
  display: flex; flex-direction: column; gap: 18px;
}
.book-title { font-family: Fraunces, serif; font-weight: 380; font-size: 26px; color: var(--pg-ink); margin-top: 6px; }
.book-prices { font-family: Inter, sans-serif; font-size: 13px; color: var(--pg-ink-soft); margin-top: 6px; line-height: 1.6; }

.qty-rows { display: flex; flex-direction: column; gap: 12px; }
.qty-row { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.qty-label { font-family: Inter, sans-serif; font-size: 13.5px; font-weight: 600; }
.stepper {
  display: flex; align-items: center;
  border: 1px solid var(--line-strong); border-radius: 4px; background: #fff;
}
.stepper button {
  border: 0; background: none; padding: 7px 13px; font-size: 16px;
  cursor: pointer; color: var(--pg-petrol); line-height: 1.3;
}
.stepper .qty { width: 32px; text-align: center; font-family: Inter, sans-serif; font-weight: 600; font-size: 15px; }

.field { display: flex; flex-direction: column; gap: 5px; }
.field-label {
  font-family: Inter, sans-serif; font-size: 11px; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--pg-ink-soft);
}
.field input, .field select, .field textarea {
  border: 1px solid var(--line-strong); border-radius: 4px;
  padding: 9px 11px; font-size: 14px; background: #fff;
  font-family: Inter, sans-serif; color: var(--pg-ink);
}
.field input:focus, .field select:focus, .field textarea:focus { outline: 2px solid var(--pg-sea-mist); }

.pay-seg { display: flex; gap: 7px; }
.pay-seg button {
  flex: 1; font-family: Inter, sans-serif; font-size: 12.5px; font-weight: 600;
  cursor: pointer; padding: 9px 6px; border-radius: 4px;
  border: 1px solid var(--line-strong); background: #fff; color: var(--pg-ink);
  transition: background 200ms var(--ease), border-color 200ms var(--ease);
}
.pay-seg button.on { border-color: var(--pg-petrol); background: var(--pg-sea-mist-soft); }

.book-total-row {
  display: flex; justify-content: space-between; align-items: center;
  border-top: 1px solid var(--line); padding-top: 14px;
}
.book-total-label {
  font-family: Inter, sans-serif; font-size: 11px; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--pg-ink-soft);
}
.book-total { font-family: Fraunces, serif; font-size: 26px; color: var(--pg-petrol); }
.book-submit { padding: 12px 24px; font-size: 14px; }
.book-note { margin: 0; font-family: Inter, sans-serif; font-size: 12px; color: var(--pg-ink-soft); line-height: 1.6; }
.book-note a { font-weight: 600; color: var(--pg-rooibos); }
.form-error {
  margin: 0; font-family: Inter, sans-serif; font-size: 13px;
  color: var(--pg-rooibos); background: rgba(169, 82, 60, 0.08);
  border: 1px solid rgba(169, 82, 60, 0.3); border-radius: 4px; padding: 10px 12px;
}
.honeypot { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }

/* ── Venue page ───────────────────────────────────────────── */

.hero-venue { position: relative; color: var(--pg-parchment); min-height: 520px; display: flex; align-items: flex-end; }
.hero-venue > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-venue-scrim {
  position: absolute; inset: 0;
  background: linear-gradient(10deg, rgba(20,55,66,0.92) 0%, rgba(31,78,91,0.55) 45%, rgba(31,78,91,0.15) 100%);
}
.hero-venue-copy {
  position: relative; padding: 64px 48px; max-width: 1120px; margin: 0 auto; width: 100%;
  display: flex; flex-direction: column; gap: 18px;
}
.hero-venue h1 {
  font-family: Fraunces, serif; font-weight: 340; font-variation-settings: 'SOFT' 40;
  font-size: 54px; line-height: 1.05; margin: 0; max-width: 16ch;
}
.hero-venue p { font-size: 19px; margin: 0; color: rgba(246, 240, 227, 0.88); max-width: 56ch; }

.specs { padding: 72px 48px; max-width: 1120px; margin: 0 auto; }
.specs-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 1px solid var(--line); }
.spec { padding: 28px 24px 0 0; border-right: 1px solid var(--line); margin-right: 24px; }
.spec:last-child { border-right: 0; margin-right: 0; }
.spec-v { font-family: Fraunces, serif; font-weight: 380; font-size: 30px; color: var(--pg-petrol); }
.spec-l { font-family: Inter, sans-serif; font-size: 13px; color: var(--pg-ink-soft); margin-top: 6px; line-height: 1.5; }

.gallery { padding: 0 48px 72px; max-width: 1120px; margin: 0 auto; }
.gallery-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 16px; }
.gallery-grid img { width: 100%; height: 280px; object-fit: cover; border-radius: 4px; display: block; }
.gallery-note { font-family: Inter, sans-serif; font-size: 13px; color: var(--pg-ink-soft); margin: 14px 0 0; font-style: italic; }

.rates { background: var(--pg-petrol); color: var(--pg-parchment); padding: 72px 48px; }
.rates-inner { max-width: 920px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1.3fr; gap: 56px; }
.rates-head { display: flex; flex-direction: column; gap: 14px; }
.rates-head h2 {
  font-family: Fraunces, serif; font-weight: 340; font-variation-settings: 'SOFT' 30;
  font-size: 38px; line-height: 1.1; margin: 0;
}
.rates-head p { margin: 0; color: rgba(246, 240, 227, 0.8); font-size: 16px; }
.rates-list { font-family: Inter, sans-serif; }
.rate-row {
  display: flex; justify-content: space-between; gap: 20px; align-items: baseline;
  padding: 18px 4px; border-bottom: 1px solid var(--line-dark);
}
.rate-l { font-family: 'Source Serif 4', serif; font-size: 17px; }
.rate-sub { font-size: 13px; color: rgba(246, 240, 227, 0.65); margin-top: 3px; }
.rate-v { font-family: Fraunces, serif; font-size: 24px; color: var(--pg-honey-soft); white-space: nowrap; }
.rates-note { font-size: 13px; color: rgba(246, 240, 227, 0.65); margin: 16px 0 0; line-height: 1.6; }

.enquiry { padding: 72px 48px; max-width: 920px; margin: 0 auto; }
.enquiry-head { display: flex; flex-direction: column; gap: 12px; margin-bottom: 36px; }
.enquiry-head h2 {
  font-family: Fraunces, serif; font-weight: 360; font-variation-settings: 'SOFT' 50;
  font-size: 40px; line-height: 1.1; margin: 0; color: var(--pg-petrol);
}
.enquiry-head p { margin: 0; color: var(--pg-ink-soft); max-width: 60ch; }
.enquiry-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 40px; align-items: start; }
.enquiry-form {
  border: 1px solid var(--line); border-radius: 4px; padding: 36px;
  display: flex; flex-direction: column; gap: 20px;
}
.enquiry-form .two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.enquiry-form .field input, .enquiry-form .field select { padding: 11px 12px; font-size: 15px; }
.enquiry-form textarea { resize: vertical; }

.opt-toggle {
  display: flex; justify-content: space-between; gap: 12px; align-items: center;
  font-family: Inter, sans-serif; font-size: 14px; cursor: pointer;
  padding: 13px 16px; border-radius: 4px; text-align: left;
  border: 1px solid var(--line-strong); background: #fff; color: var(--pg-ink);
  transition: background 200ms var(--ease), border-color 200ms var(--ease);
}
.opt-toggle.on { border-color: var(--pg-petrol); background: var(--pg-sea-mist-soft); }
.opt-toggle .opt-name { font-weight: 600; }
.opt-toggle .opt-price { opacity: 0.7; }

.quote-card {
  background: var(--pg-parchment-deep); border-radius: 4px; padding: 28px;
  display: flex; flex-direction: column; gap: 8px;
}
.quote-label {
  font-family: Inter, sans-serif; font-size: 12px; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--pg-ink-soft);
}
.quote-amount { font-family: Fraunces, serif; font-size: 44px; color: var(--pg-petrol); line-height: 1; }
.quote-note { margin: 0; font-family: Inter, sans-serif; font-size: 13px; color: var(--pg-ink-soft); line-height: 1.6; }
.side-card {
  border: 1px solid var(--line); border-radius: 4px; padding: 24px 28px;
  font-family: Inter, sans-serif; font-size: 14px; line-height: 1.8; color: var(--pg-ink-soft);
}
.side-card .side-title { font-weight: 600; color: var(--pg-ink); margin-bottom: 6px; }
.enquiry-side { display: flex; flex-direction: column; gap: 20px; }

/* ── Thanks page ──────────────────────────────────────────── */

.thanks-shell { max-width: 720px; margin: 0 auto; padding: 64px 48px; }
.thanks-shell h1 {
  font-family: Fraunces, serif; font-weight: 360; font-variation-settings: 'SOFT' 50;
  font-size: 40px; line-height: 1.1; margin: 12px 0 16px; color: var(--pg-petrol);
}
.thanks-ref {
  background: var(--pg-parchment-deep); border-radius: 4px; padding: 20px 24px;
  font-family: Inter, sans-serif; margin: 24px 0;
}
.thanks-ref .ref { font-family: Fraunces, serif; font-size: 28px; color: var(--pg-petrol); }
.pay-block { border: 1px solid var(--line); border-radius: 4px; padding: 24px 28px; margin: 16px 0; }
.pay-block h2 { font-family: Fraunces, serif; font-weight: 400; font-size: 22px; margin: 0 0 10px; color: var(--pg-petrol); }
.pay-block table { font-family: Inter, sans-serif; font-size: 14px; border-collapse: collapse; }
.pay-block td { padding: 3px 16px 3px 0; }
.pay-block td:first-child { color: var(--pg-ink-soft); }

/* ── Responsive ───────────────────────────────────────────── */

@media (max-width: 1000px) {
  .nav, .nav-event { padding: 14px 24px; }
  .hero-home, .hero-event { padding: 48px 24px; }
  .hero-home-inner, .hero-event-inner { grid-template-columns: 1fr; gap: 40px; }
  .hero-poster, .hero-event-poster { justify-self: start; }
  /* Single column: intro → booking rail → rest (DOM order) */
  .event-shell { grid-template-columns: 1fr; padding: 40px 24px; row-gap: 40px; }
  .event-shell > .event-intro, .event-shell > .book-rail, .event-shell > .event-main {
    grid-column: 1; grid-row: auto;
  }
  .book-rail { position: static; }
  .section-programme, .section-past, .specs, .gallery, .enquiry { padding-left: 24px; padding-right: 24px; }
  .venue-band, .rates { padding: 48px 24px; }
  .venue-band-inner, .rates-inner, .enquiry-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-big .footer-inner { grid-template-columns: 1fr; gap: 24px; }
  .footer-links { text-align: left; }
  .artists-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-grid img { height: 220px; }
  .specs-grid { grid-template-columns: 1fr 1fr; }
  .spec { border-right: 0; margin-right: 0; padding-right: 0; }
  .past-card { grid-template-columns: 1fr; padding: 28px; }
  .past-stats { flex-wrap: wrap; gap: 24px; }
  .hero-photo-copy { padding: 0 24px 28px; }
}

@media (max-width: 640px) {
  body { font-size: 16px; }
  .nav { gap: 12px; }
  .nav-links { gap: 14px; flex-wrap: wrap; font-size: 13px; }
  .nav-logo { height: 44px; }
  .nav-brandname { display: none; }
  .hero-home h1, .hero-photo h1 { font-size: 38px; }
  .hero-event h1, .hero-venue h1 { font-size: 36px; }
  .hero-meta { gap: 20px; flex-wrap: wrap; }
  .section-head h2, .enquiry-head h2 { font-size: 30px; }
  .prog-row { grid-template-columns: 72px 1fr auto; }
  .prog-thumb, .prog-tag { display: none; }
  .prog-date { padding-right: 12px; }
  .prog-title { font-size: 18px; }
  .cause-grid { grid-template-columns: 1fr; }
  .artist-bio { grid-template-columns: 110px 1fr; gap: 16px; }
  .enquiry-form { padding: 24px; }
  .enquiry-form .two-col { grid-template-columns: 1fr; }
  .venue-band-photo img { height: 220px; }
  .hero-venue { min-height: 420px; }
  .thanks-shell { padding: 40px 24px; }
}
