:root {
  --ink: #191714;
  --muted: #685f54;
  --paper: #faf7f0;
  --white: #fffdf8;
  --brass: #b98725;
  --brass-dark: #825a19;
  --red: #b94236;
  --teal: #246b68;
  --line: rgba(25, 23, 20, 0.14);
  --shadow: 0 24px 70px rgba(25, 23, 20, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 86px;
}

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

body::selection {
  color: var(--white);
  background: var(--teal);
}

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

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

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(18px, 4vw, 56px);
  color: var(--white);
  transition: background 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

.site-header[data-elevated="true"] {
  color: var(--ink);
  background: rgba(250, 247, 240, 0.94);
  box-shadow: 0 12px 32px rgba(25, 23, 20, 0.1);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 210px;
}

.brand-mark {
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255, 253, 248, 0.4);
  border-radius: 8px;
  background: #050504;
  object-fit: cover;
  box-shadow: 0 8px 22px rgba(25, 23, 20, 0.22);
}

.site-header[data-elevated="true"] .brand-mark {
  border-color: rgba(25, 23, 20, 0.16);
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.05;
}

.brand small {
  margin-top: 3px;
  color: currentColor;
  opacity: 0.74;
}

nav {
  display: flex;
  gap: clamp(14px, 2.4vw, 32px);
  font-size: 0.92rem;
  font-weight: 700;
}

nav a,
.header-cta {
  opacity: 0.9;
}

nav a:hover,
.header-cta:hover {
  opacity: 1;
}

.header-cta {
  min-width: 98px;
  padding: 11px 16px;
  border: 1px solid currentColor;
  border-radius: 999px;
  text-align: center;
  font-weight: 800;
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  grid-template-columns: minmax(280px, 760px) minmax(220px, 1fr);
  gap: clamp(24px, 4vw, 58px);
  align-items: center;
  overflow: hidden;
  padding: 132px clamp(18px, 5vw, 70px) 88px;
  color: var(--white);
  background: #15120f;
}

.hero-background-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.78;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(13, 11, 9, 0.96) 0%, rgba(13, 11, 9, 0.72) 48%, rgba(13, 11, 9, 0.46) 100%);
  opacity: 1;
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
  grid-column: 1;
  grid-row: 1;
}

.eyebrow,
.section-label {
  color: var(--brass);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero h1,
.section h2 {
  margin: 0;
  font-family: "Instrument Serif", Georgia, serif;
  font-weight: 400;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 720px;
  margin-top: 18px;
  font-size: clamp(4rem, 10vw, 9rem);
  line-height: 0.84;
}

.hero-copy {
  max-width: 620px;
  margin: 28px 0 0;
  color: rgba(255, 253, 248, 0.84);
  font-size: clamp(1.08rem, 2vw, 1.35rem);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 19px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  cursor: pointer;
}

.button.primary {
  color: #18130d;
  background: var(--brass);
}

.button.primary:hover {
  background: #d19b35;
}

.button.secondary {
  color: var(--white);
  border-color: rgba(255, 253, 248, 0.46);
  background: rgba(255, 253, 248, 0.08);
}

.hero-card {
  position: relative;
  z-index: 1;
  grid-column: 1;
  grid-row: 2;
  justify-self: start;
  display: grid;
  gap: 8px;
  width: min(420px, 100%);
  padding: 18px;
  border: 1px solid rgba(255, 253, 248, 0.28);
  border-radius: 8px;
  background: rgba(25, 23, 20, 0.5);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.hero-card strong {
  font-size: 1.05rem;
}

.hero-card span {
  color: rgba(255, 253, 248, 0.78);
  font-size: 0.9rem;
}

.proof-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.proof-bar div {
  min-height: 126px;
  padding: 28px clamp(18px, 3vw, 38px);
  border-right: 1px solid var(--line);
}

.proof-bar strong,
.proof-bar span {
  display: block;
}

.proof-bar strong {
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 2.7rem;
  font-weight: 400;
}

.proof-bar span {
  color: var(--muted);
  font-weight: 700;
}

.profile-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.profile-strip a {
  display: grid;
  min-height: 138px;
  align-content: center;
  gap: 10px;
  padding: 28px clamp(18px, 3vw, 38px);
  background: var(--paper);
}

.profile-strip a:hover {
  background: var(--white);
}

.profile-strip strong {
  color: var(--teal);
  font-size: 1.18rem;
}

.profile-strip span {
  color: var(--muted);
  font-weight: 700;
  line-height: 1.5;
}

.section {
  padding: clamp(70px, 9vw, 124px) clamp(18px, 5vw, 70px);
}

.intro {
  display: grid;
  grid-template-columns: 0.28fr 1fr;
  gap: clamp(28px, 7vw, 110px);
}

.intro-copy h2,
.split h2,
.packages h2,
.sound h2,
.booking h2 {
  font-size: clamp(2.6rem, 6vw, 5.7rem);
  line-height: 0.95;
}

.intro-copy p,
.split p,
.feature-copy p,
.section-heading p,
.booking-copy p {
  max-width: 760px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.75;
}

.media-band {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1.2fr;
  gap: 1px;
  background: #1e1b17;
}

.media-band img {
  width: 100%;
  height: clamp(230px, 32vw, 450px);
  object-fit: cover;
}

.media-band img:nth-child(1) {
  object-position: 48% 25%;
}

.media-band img:nth-child(3) {
  object-position: 50% 18%;
}

.videos {
  background: #141210;
  color: var(--white);
}

.videos .section-heading p {
  color: rgba(255, 253, 248, 0.72);
}

.local-video-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.local-video-card {
  display: grid;
  gap: 12px;
}

.local-video-card video {
  width: 100%;
  aspect-ratio: 9 / 16;
  border: 1px solid rgba(255, 253, 248, 0.12);
  border-radius: 8px;
  background: #050504;
  object-fit: cover;
}

.local-video-card h3 {
  margin: 0;
  color: rgba(255, 253, 248, 0.88);
  font-size: 1rem;
  line-height: 1.25;
}

.channel-link {
  display: inline-flex;
  margin-top: 28px;
  color: #f2c36c;
  font-weight: 800;
}

.split {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) 1.22fr;
  gap: clamp(30px, 6vw, 84px);
  background: #1e1b17;
  color: var(--white);
}

.split p {
  color: rgba(255, 253, 248, 0.72);
}

.event-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 253, 248, 0.2);
}

.event-grid article {
  min-height: 250px;
  padding: clamp(22px, 4vw, 38px);
  background: #1e1b17;
}

.event-grid span {
  color: var(--brass);
  font-weight: 800;
}

.event-grid h3,
.package-card h3 {
  margin: 26px 0 12px;
  font-size: 1.4rem;
}

.event-grid p,
.package-card p,
.package-card li {
  color: rgba(255, 253, 248, 0.72);
  line-height: 1.65;
}

.feature-strip {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(30px, 7vw, 90px);
  align-items: center;
  background: var(--white);
}

.feature-copy h2 {
  margin: 0;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(2.8rem, 6vw, 6rem);
  font-weight: 400;
  line-height: 0.94;
}

.feature-image-stack {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 14px;
  align-items: end;
}

.feature-image-stack img {
  width: 100%;
  height: min(62vw, 620px);
  border-radius: 8px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.feature-image-stack img:first-child {
  height: min(54vw, 520px);
}

.section-heading {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: end;
  margin-bottom: 34px;
}

.section-heading p {
  max-width: 440px;
  margin: 0 0 8px;
}

.package-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.package-card {
  display: flex;
  min-height: 440px;
  flex-direction: column;
  padding: clamp(24px, 4vw, 38px);
  border-radius: 8px;
  color: var(--white);
  background: #28231c;
}

.package-card.featured {
  background: var(--teal);
}

.package-card h3 {
  margin-top: 0;
  font-size: 1.55rem;
}

.package-card .price {
  margin: 0 0 18px;
  color: var(--brass);
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 2.8rem;
  line-height: 1;
}

.package-card.featured .price {
  color: #f2c36c;
}

.package-card ul {
  display: grid;
  gap: 10px;
  margin: auto 0 0;
  padding: 26px 0 0 20px;
}

.package-note {
  max-width: 820px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.65;
}

.sound {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) 1.2fr;
  gap: clamp(30px, 6vw, 80px);
  background: var(--white);
}

.song-list {
  display: flex;
  flex-wrap: wrap;
  align-content: start;
  gap: 12px;
}

.song-list span {
  padding: 13px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--paper);
  font-weight: 800;
}

.reviews {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  padding-top: 0;
  padding-bottom: 0;
  background: var(--line);
}

.gallery {
  background: var(--paper);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: minmax(240px, 24vw);
  gap: 14px;
}

.gallery-grid figure {
  position: relative;
  min-height: 240px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #1e1b17;
}

.gallery-grid figure.wide {
  grid-column: span 2;
}

.gallery-grid figure.tall {
  grid-row: span 2;
}

.gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease;
}

.gallery-grid figure:hover img {
  transform: scale(1.035);
}

.gallery-grid figcaption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  margin: 0;
  padding: 8px 10px;
  border-radius: 999px;
  color: var(--white);
  background: rgba(20, 18, 16, 0.7);
  font-size: 0.82rem;
  backdrop-filter: blur(10px);
}

.reviews figure {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  padding: clamp(36px, 6vw, 72px);
  background: var(--paper);
}

blockquote {
  margin: 0;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.03;
}

figcaption {
  margin-top: 24px;
  color: var(--muted);
  font-weight: 800;
}

.booking {
  scroll-margin-top: 86px;
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) 1.22fr;
  gap: clamp(30px, 6vw, 78px);
  background: #141210;
  color: var(--white);
}

.booking-copy p {
  color: rgba(255, 253, 248, 0.72);
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 17px;
  border: 1px solid rgba(242, 195, 108, 0.38);
  border-radius: 999px;
  color: #f2c36c;
  background: rgba(242, 195, 108, 0.1);
  font-weight: 800;
}

.text-link:hover {
  background: rgba(242, 195, 108, 0.16);
}

.booking-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-content: start;
}

.booking-form label {
  display: grid;
  gap: 8px;
  color: rgba(255, 253, 248, 0.8);
  font-size: 0.9rem;
  font-weight: 800;
}

.booking-form .full {
  grid-column: 1 / -1;
}

.booking-form .hidden-field {
  display: none;
}

input,
select,
textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 253, 248, 0.2);
  border-radius: 8px;
  color: var(--white);
  background: rgba(255, 253, 248, 0.08);
  font: inherit;
}

textarea {
  resize: vertical;
}

option {
  color: var(--ink);
}

.form-note {
  display: grid;
  gap: 8px;
  padding: 16px;
  border: 1px solid rgba(255, 253, 248, 0.14);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.06);
}

.form-note p {
  margin: 0;
  color: rgba(255, 253, 248, 0.72);
  font-size: 0.88rem;
  line-height: 1.55;
}

.sticky-book-button {
  position: fixed;
  right: clamp(16px, 3vw, 34px);
  bottom: clamp(16px, 3vw, 34px);
  z-index: 30;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 22px;
  border: 1px solid rgba(255, 253, 248, 0.32);
  border-radius: 999px;
  color: #18130d;
  background: var(--brass);
  box-shadow: 0 16px 42px rgba(25, 23, 20, 0.28);
  font-weight: 800;
}

.sticky-book-button:hover {
  background: #d19b35;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  padding: 26px clamp(18px, 5vw, 70px);
  color: rgba(255, 253, 248, 0.78);
  background: #141210;
  border-top: 1px solid rgba(255, 253, 248, 0.12);
}

.site-footer a,
.site-footer strong {
  color: var(--white);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-weight: 800;
}

.footer-links a {
  color: #f2c36c;
}

.thank-you-page {
  min-height: 100vh;
  display: grid;
  background:
    linear-gradient(90deg, rgba(13, 11, 9, 0.94), rgba(13, 11, 9, 0.72)),
    url("assets/drumline-party.jpg") center / cover;
  color: var(--white);
}

.thank-you {
  width: min(760px, calc(100% - 36px));
  margin: auto;
  padding: clamp(70px, 10vw, 120px) 0;
}

.thank-you h1 {
  margin: 0;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(3.5rem, 9vw, 7rem);
  font-weight: 400;
  line-height: 0.9;
}

.thank-you p {
  max-width: 560px;
  color: rgba(255, 253, 248, 0.78);
  font-size: 1.1rem;
  line-height: 1.7;
}

.thank-you-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

@media (max-width: 920px) {
  .site-header {
    position: absolute;
  }

  nav {
    display: none;
  }

  .hero {
    min-height: 860px;
    grid-template-columns: 1fr;
    align-items: start;
    padding-top: 106px;
  }

  .hero-content {
    grid-column: auto;
    grid-row: auto;
  }

  .hero-content {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-card {
    grid-column: auto;
  }

  .proof-bar,
  .profile-strip,
  .intro,
  .split,
  .sound,
  .booking,
  .reviews,
  .package-grid,
  .feature-strip {
    grid-template-columns: 1fr;
  }

  .media-band {
    grid-template-columns: repeat(2, 1fr);
  }

  .local-video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-image-stack {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .proof-bar div {
    min-height: 104px;
    border-bottom: 1px solid var(--line);
  }

  .section-heading {
    display: block;
  }
}

@media (max-width: 620px) {
  body {
    padding-bottom: 72px;
  }

  .header-cta {
    display: none;
  }

  .brand {
    min-width: 0;
  }

  .brand-mark {
    width: 46px;
    height: 46px;
  }

  .hero h1 {
    font-size: 4.1rem;
  }

  .hero-actions,
  .booking-form {
    grid-template-columns: 1fr;
  }

  .button,
  .hero-actions .button {
    width: 100%;
  }

  .event-grid {
    grid-template-columns: 1fr;
  }

  .media-band,
  .feature-image-stack,
  .local-video-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-grid figure.wide,
  .gallery-grid figure.tall {
    grid-column: auto;
    grid-row: auto;
  }

  .gallery-grid {
    grid-auto-rows: 340px;
  }

  .booking-form label {
    grid-column: 1 / -1;
  }

  .sticky-book-button {
    left: 14px;
    right: 14px;
    bottom: 14px;
    min-height: 48px;
    padding: 12px 18px;
  }

  .site-footer {
    padding-bottom: 96px;
  }
}
