:root {
  --ink: #231f20;
  --muted: #6f6664;
  --paper: #fffaf3;
  --cream: #f7ecdd;
  --rose: #c85b6b;
  --clay: #a85c45;
  --sage: #7f9a83;
  --plum: #4f315f;
  --line: rgba(35, 31, 32, 0.14);
  --shadow: 0 18px 50px rgba(63, 45, 36, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

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

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 16px;
  background: rgba(255, 250, 243, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-logo {
  width: 38px;
  height: 38px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid rgba(168, 92, 69, 0.22);
  box-shadow: 0 4px 12px rgba(35, 31, 32, 0.08);
}

nav {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 700;
}

nav a {
  padding: 8px 7px;
}

.nav-cta {
  color: #fff;
  background: var(--ink);
  border-radius: 999px;
}

.home-hero,
.event-hero {
  display: grid;
  gap: 24px;
  padding: 22px 16px 34px;
}

.hero-copy,
.event-copy {
  display: grid;
  gap: 14px;
  align-content: center;
}

.eyebrow {
  margin: 0;
  color: var(--clay);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.45rem, 13vw, 5.8rem);
  line-height: 0.95;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 8vw, 4rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
  font-size: 1.05rem;
  line-height: 1.15;
}

.hero-copy p:not(.eyebrow),
.event-copy p,
.section-heading p,
.booking-copy p,
.founder-section p {
  color: var(--muted);
  font-size: 1rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 13px 18px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(35, 31, 32, 0.15);
}

.button.primary {
  color: #fff;
  background: var(--ink);
}

.button.ghost {
  background: transparent;
}

.button.wide {
  width: 100%;
}

.hero-media,
.event-poster {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.hero-media img,
.event-poster img {
  width: 100%;
  height: min(116vw, 620px);
  object-fit: cover;
}

.next-band {
  display: grid;
  gap: 20px;
  margin: 0 16px;
  padding: 24px;
  color: #fff;
  background: linear-gradient(135deg, var(--plum), #7c4765 55%, var(--clay));
  border-radius: 8px;
}

.next-band .eyebrow,
.next-band p {
  color: rgba(255, 255, 255, 0.78);
}

.section,
.instagram-section,
.booking-section,
.founder-section {
  padding: 52px 16px;
}

.section-heading {
  display: grid;
  gap: 9px;
  margin-bottom: 20px;
}

.story-grid,
.detail-grid {
  display: grid;
  gap: 14px;
}

.story-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(63, 45, 36, 0.08);
}

.story-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.story-card div {
  padding: 16px;
}

.story-card p,
.detail-grid p {
  margin-bottom: 0;
  color: var(--muted);
}

.founder-section {
  display: grid;
  gap: 20px;
  background: #f0f2e7;
}

.founder-note {
  padding: 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.founder-note p {
  margin-bottom: 14px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  line-height: 1.12;
}

.founder-note span {
  color: var(--clay);
  font-weight: 900;
}

.instagram-section {
  overflow: hidden;
}

.instagram-section iframe {
  max-width: 100% !important;
  min-width: 0 !important;
  width: calc(100vw - 32px) !important;
}

.instagram-media {
  min-width: 0 !important;
  max-width: 540px !important;
  width: 100% !important;
  margin: 0 auto !important;
}

.event-hero {
  background: linear-gradient(180deg, #fffaf3 0%, #f4eadf 100%);
}

.event-facts {
  display: grid;
  gap: 9px;
  margin: 4px 0 6px;
}

.event-facts div,
.detail-grid article {
  padding: 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.event-facts span,
.detail-grid span {
  display: block;
  margin-bottom: 4px;
  color: var(--clay);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.event-facts strong {
  font-size: 0.96rem;
}

.detail-grid article:nth-child(2) {
  background: #fff3f1;
}

.detail-grid article:nth-child(3) {
  background: #eef4eb;
}

.detail-grid article:nth-child(4) {
  background: #f4edf7;
}

.gallery-strip {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 72%;
  gap: 12px;
  overflow-x: auto;
  padding: 4px 16px 32px;
  scroll-snap-type: x mandatory;
}

.gallery-strip img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 8px;
  scroll-snap-align: start;
}

.booking-section {
  display: grid;
  gap: 24px;
  background: var(--ink);
  color: #fff;
}

.booking-copy p,
.booking-copy .eyebrow {
  color: rgba(255, 255, 255, 0.78);
}

.booking-copy strong {
  color: #fff;
}

.fine-print {
  font-size: 0.9rem !important;
}

.booking-form {
  display: grid;
  gap: 14px;
  padding: 18px;
  background: #fffaf3;
  color: var(--ink);
  border-radius: 8px;
}

.hidden-field {
  position: absolute;
  left: -9999px;
}

label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  min-height: 46px;
  padding: 12px 13px;
  color: var(--ink);
  background: #fff;
  border: 1px solid rgba(35, 31, 32, 0.22);
  border-radius: 8px;
  font: inherit;
}

textarea {
  resize: vertical;
}

.check-row {
  grid-template-columns: 22px 1fr;
  align-items: start;
  color: var(--ink);
  font-size: 0.84rem;
  font-weight: 700;
}

.check-row input {
  min-height: 0;
  margin-top: 3px;
}

.form-status {
  min-height: 22px;
  margin: 0;
  color: var(--clay);
  font-weight: 900;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 16px;
  color: #fff;
  background: #171313;
}

.site-footer span {
  font-weight: 900;
}

.site-footer a {
  color: #f1cfd4;
  font-weight: 800;
}

@media (min-width: 720px) {
  .site-header {
    padding: 16px 28px;
  }

  nav {
    gap: 16px;
    font-size: 0.95rem;
  }

  .home-hero,
  .event-hero {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.82fr);
    align-items: center;
    min-height: calc(100vh - 72px);
    padding: 44px 28px 52px;
  }

  .event-hero {
    grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1fr);
  }

  .event-poster {
    order: 0;
  }

  .event-copy {
    order: 1;
  }

  .hero-copy p:not(.eyebrow),
  .event-copy p {
    max-width: 660px;
    font-size: 1.12rem;
  }

  .hero-media img,
  .event-poster img {
    height: min(76vh, 760px);
  }

  .next-band {
    grid-template-columns: 1fr auto;
    align-items: center;
    margin: 0 28px;
    padding: 32px;
  }

  .section,
  .instagram-section,
  .booking-section,
  .founder-section {
    padding: 72px 28px;
  }

  .story-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .detail-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .founder-section,
  .booking-section {
    grid-template-columns: 0.9fr 1.1fr;
    align-items: start;
  }

  .gallery-strip {
    grid-auto-columns: 31%;
    padding: 10px 28px 44px;
  }

  .button.wide {
    width: fit-content;
  }

  .booking-form .button.wide {
    width: 100%;
  }
}

@media (min-width: 1120px) {
  .home-hero,
  .event-hero,
  .section,
  .instagram-section,
  .booking-section,
  .founder-section {
    padding-left: max(48px, calc((100vw - 1180px) / 2));
    padding-right: max(48px, calc((100vw - 1180px) / 2));
  }

  .next-band {
    margin-left: max(48px, calc((100vw - 1180px) / 2));
    margin-right: max(48px, calc((100vw - 1180px) / 2));
  }

  .gallery-strip {
    padding-left: max(48px, calc((100vw - 1180px) / 2));
    padding-right: max(48px, calc((100vw - 1180px) / 2));
  }
}
