:root {
  --wine: #4a1020;
  --deep-wine: #230912;
  --orange: #ff6b1a;
  --gold: #ffbd2e;
  --cyan: #62fff2;
  --cream: #fff3df;
  --ink: #171017;
  --muted: #c8b8b2;
  --line: rgba(255,255,255,.2);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--deep-wine);
  color: var(--cream);
  font-family: "DM Sans", sans-serif;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 4vw;
  transition: background .25s ease, border-color .25s ease;
  border-bottom: 1px solid transparent;
}
.site-header.scrolled { background: rgba(35,9,18,.92); backdrop-filter: blur(14px); border-color: rgba(255,255,255,.12); }
.brand { display: flex; flex-direction: column; font-family: "Anton", sans-serif; letter-spacing: .08em; line-height: 1; }
.brand span { font-size: 1.18rem; }
.brand small { font-family: "DM Sans", sans-serif; font-size: .58rem; letter-spacing: .23em; margin-top: 6px; }
.site-nav { display: flex; gap: 30px; text-transform: uppercase; font-size: .78rem; font-weight: 700; letter-spacing: .12em; }
.site-nav a { position: relative; }
.site-nav a::after { content: ""; position: absolute; left: 0; bottom: -6px; height: 2px; width: 0; background: var(--gold); transition: width .2s ease; }
.site-nav a:hover::after { width: 100%; }
.menu-toggle { display: none; background: transparent; color: white; border: 1px solid var(--line); padding: 10px 13px; }

.hero { min-height: 100svh; position: relative; display: grid; align-items: end; overflow: hidden; }
.hero-image, .hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-image { background: url("assets/cookout-hero.jpg") center 42% / cover no-repeat; transform: scale(1.015); }
.hero-video.is-hidden { display: none; }
.hero-scrim { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(28,7,14,.92) 0%, rgba(28,7,14,.58) 44%, rgba(28,7,14,.08) 75%), linear-gradient(0deg, rgba(35,9,18,.75) 0%, transparent 52%); }
.hero-content { position: relative; z-index: 2; width: min(760px, 92vw); padding: 150px 4vw 110px; }
.eyebrow { color: var(--cyan); text-transform: uppercase; letter-spacing: .2em; font-weight: 700; font-size: .74rem; }
h1, h2, h3 { margin: 0; }
h1 { font-family: "Anton", sans-serif; text-transform: uppercase; font-weight: 400; font-size: clamp(4rem, 9vw, 9.6rem); line-height: .86; letter-spacing: -.025em; text-wrap: balance; }
.hero-copy { max-width: 590px; font-size: clamp(1rem, 1.5vw, 1.25rem); line-height: 1.55; color: #f4dfd7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { padding: 15px 20px; text-transform: uppercase; letter-spacing: .08em; font-size: .78rem; font-weight: 800; border: 1px solid white; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--gold); border-color: var(--gold); color: var(--ink); }
.button-ghost { background: rgba(35,9,18,.25); backdrop-filter: blur(8px); }
.scroll-cue { position: absolute; z-index: 3; right: 4vw; bottom: 42px; display: flex; align-items: center; gap: 12px; font-size: .67rem; letter-spacing: .2em; font-weight: 700; transform: rotate(90deg); transform-origin: right center; }
.scroll-line { width: 65px; height: 1px; background: white; }

.marquee { background: var(--gold); color: var(--ink); overflow: hidden; border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink); }
.marquee-track { width: max-content; display: flex; align-items: center; gap: 26px; padding: 13px 0; font-family: "Anton", sans-serif; font-size: 1.35rem; letter-spacing: .06em; animation: marquee 22s linear infinite; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section { padding: 110px 5vw; }
.section-label { color: var(--gold); font-size: .72rem; font-weight: 800; letter-spacing: .18em; margin-bottom: 24px; }
.about { background: var(--cream); color: var(--ink); }
.about .section-label { color: var(--wine); }
.about-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 10vw; align-items: start; }
.about h2, .section-heading h2, .signup h2 { font-family: "Anton", sans-serif; text-transform: uppercase; font-weight: 400; font-size: clamp(3rem, 6vw, 6.5rem); line-height: .94; }
.about-copy { font-size: 1.15rem; line-height: 1.75; }
.about-copy p:first-child { margin-top: 6px; }

.events { background: var(--wine); }
.section-heading { display: flex; justify-content: space-between; gap: 50px; align-items: end; margin-bottom: 45px; }
.section-heading > p { max-width: 430px; color: var(--muted); line-height: 1.6; }
.event-list { border-top: 1px solid var(--line); }
.event-row { display: grid; grid-template-columns: 110px 1fr 180px 100px; gap: 28px; align-items: center; padding: 30px 0; border-bottom: 1px solid var(--line); transition: background .2s ease, padding .2s ease; }
.event-row:hover { background: rgba(255,255,255,.045); padding-left: 18px; padding-right: 18px; }
.event-row time { display: grid; grid-template-columns: auto 1fr; align-items: end; gap: 0 8px; }
.event-row time span { grid-column: 1 / -1; color: var(--cyan); font-size: .7rem; font-weight: 800; letter-spacing: .18em; }
.event-row time strong { font-family: "Anton", sans-serif; font-size: 3.4rem; line-height: .95; font-weight: 400; }
.event-row time small { padding-bottom: 5px; color: var(--muted); }
.event-info h3 { font-size: 1.32rem; text-transform: uppercase; letter-spacing: .03em; }
.event-info p, .event-time { color: var(--muted); }
.event-link { justify-self: end; font-size: .78rem; font-weight: 800; letter-spacing: .12em; border-bottom: 1px solid currentColor; padding-bottom: 5px; }
.event-link span { color: var(--gold); }

.quote-band { background: var(--orange); color: var(--ink); padding: 65px 5vw; }
.quote-band p { max-width: 1200px; margin: 0 auto; font-family: "Anton", sans-serif; text-align: center; text-transform: uppercase; font-size: clamp(2.4rem, 5.4vw, 6rem); line-height: 1; }

.gallery { background: var(--ink); }
.gallery-grid { display: grid; grid-template-columns: 1.55fr .75fr; grid-template-rows: 1fr 1fr; gap: 16px; min-height: 720px; }
.gallery-main { grid-row: 1 / 3; background: url("assets/cookout-hero.jpg") center / cover no-repeat; min-height: 620px; }
.gallery-card { color: var(--ink); padding: 34px; display: flex; flex-direction: column; justify-content: space-between; }
.gallery-card span { font-weight: 800; }
.gallery-card h3 { font-family: "Anton", sans-serif; text-transform: uppercase; font-size: clamp(2rem, 3vw, 3.8rem); line-height: 1; font-weight: 400; }
.card-orange { background: var(--orange); }
.card-cyan { background: var(--cyan); }

.signup { background: linear-gradient(135deg, #4a1020 0%, #7d1731 58%, #d34b25 100%); }
.signup-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; align-items: end; }
.signup p { color: #f1d6cf; max-width: 560px; line-height: 1.6; }
.signup-form { display: grid; grid-template-columns: 1fr auto; }
.signup-form input { min-width: 0; border: 0; border-bottom: 2px solid white; background: transparent; color: white; padding: 16px 4px; outline: none; letter-spacing: .08em; }
.signup-form input::placeholder { color: rgba(255,255,255,.7); }
.signup-form button { border: 0; border-bottom: 2px solid var(--gold); background: var(--gold); color: var(--ink); padding: 15px 22px; font-weight: 800; cursor: pointer; }
.form-note { grid-column: 1 / -1; margin-top: 12px; color: rgba(255,255,255,.66); }

.site-footer { background: #10090e; padding: 50px 5vw; display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: end; border-top: 1px solid rgba(255,255,255,.12); }
.footer-brand { font-family: "Anton", sans-serif; font-size: 2rem; line-height: 1; }
.footer-links { display: flex; gap: 22px; text-transform: uppercase; font-size: .74rem; font-weight: 700; letter-spacing: .12em; }
.site-footer p { grid-column: 1 / -1; margin: 8px 0 0; color: #887a81; font-size: .78rem; }

@media (max-width: 850px) {
  .menu-toggle { display: block; }
  .site-nav { position: absolute; top: 73px; left: 4vw; right: 4vw; background: rgba(35,9,18,.97); padding: 22px; display: none; flex-direction: column; gap: 18px; border: 1px solid rgba(255,255,255,.15); }
  .site-nav.open { display: flex; }
  .hero-content { padding-bottom: 85px; }
  .scroll-cue { display: none; }
  .about-grid, .signup-inner { grid-template-columns: 1fr; gap: 35px; }
  .section-heading { align-items: start; flex-direction: column; }
  .event-row { grid-template-columns: 82px 1fr auto; gap: 18px; }
  .event-time { grid-column: 2; }
  .event-link { grid-column: 3; grid-row: 1 / 3; }
  .gallery-grid { grid-template-columns: 1fr; grid-template-rows: auto; min-height: 0; }
  .gallery-main { grid-row: auto; min-height: 530px; }
  .gallery-card { min-height: 280px; }
}

@media (max-width: 560px) {
  .site-header { padding: 15px 18px; }
  .hero-content { padding-left: 20px; padding-right: 20px; }
  .hero-scrim { background: linear-gradient(0deg, rgba(28,7,14,.96) 0%, rgba(28,7,14,.68) 64%, rgba(28,7,14,.2) 100%); }
  .section { padding: 78px 20px; }
  .event-row { grid-template-columns: 70px 1fr; }
  .event-time { grid-column: 2; }
  .event-link { grid-column: 2; grid-row: auto; justify-self: start; }
  .event-row time strong { font-size: 2.8rem; }
  .signup-form { grid-template-columns: 1fr; }
  .signup-form button { margin-top: 12px; }
  .site-footer { grid-template-columns: 1fr; padding: 42px 20px; }
  .footer-links { flex-wrap: wrap; }
  .site-footer p { grid-column: 1; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; }
  .marquee-track { animation: none; }
}
