/* Lot 82 — premium black game-day brand */

:root {
  --garnet: #73000A;
  --garnet-deep: #5a0008;
  --garnet-soft: #8b1a28;
  --silver: #8e8e8e;
  --silver-light: #c8c8c8;
  --cream: #F7F2EA;
  --black: #111111;
  --text-dark: #1A1A1A;
  --text-muted: #5a5a5a;
  --white: #ffffff;
  --hero-text: #F7F2EA;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: var(--lot82-body-font, 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif);
  color: var(--text-dark);
  background: var(--cream);
  line-height: 1.55;
}

img { max-width: 100%; display: block; height: auto; }
a { text-decoration: none; color: inherit; }

.eyebrow {
  font-family: var(--lot82-body-font, 'Plus Jakarta Sans', sans-serif);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--garnet);
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.eyebrow-light { color: var(--silver-light); opacity: 0.9; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.9rem 1.55rem;
  border-radius: 8px;
  font-family: var(--lot82-body-font, 'Plus Jakarta Sans', sans-serif);
  font-weight: 600;
  font-size: 0.92rem;
  letter-spacing: 0.04em;
  text-align: center;
  transition: transform 0.15s ease, opacity 0.15s ease, background 0.15s ease;
  border: 1.5px solid transparent;
}
.btn:active { transform: scale(0.99); }

.btn-primary {
  background: var(--garnet);
  color: #fff;
  border-color: var(--garnet);
}
.btn-primary:hover { background: var(--garnet-deep); }

.btn-secondary {
  background: transparent;
  color: var(--hero-text);
  border-color: rgba(247, 242, 234, 0.55);
}
.btn-secondary:hover {
  border-color: var(--hero-text);
  background: rgba(247, 242, 234, 0.06);
}

/* Legacy aliases used in page sections */
.btn-light { background: var(--cream); color: var(--black); }
.btn-outline-dark {
  border: 1.5px solid rgba(247, 242, 234, 0.55);
  color: var(--hero-text);
  background: transparent;
}
.btn-maroon { background: var(--garnet); color: #fff; }
.btn-maroon-outline {
  border: 1.5px solid var(--garnet);
  color: var(--garnet);
  background: transparent;
}
.btn-cream {
  background: var(--cream);
  color: var(--garnet-deep);
  font-weight: 700;
}
.full-width { display: flex; width: 100%; }

/* —— Hero: black, free-floating logo —— */
.hero {
  background: var(--black);
  color: var(--hero-text);
  padding: 2rem 1.25rem 3rem;
  border-bottom: none;
}
.hero-content {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
.hero-logo {
  display: block;
  width: min(250px, 68vw);
  height: auto;
  margin: 0 auto 2rem;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: none;
  padding: 0;
  filter: none;
  object-fit: contain;
}
.hero-eyebrow {
  color: var(--hero-text) !important;
  margin-top: 0;
  margin-bottom: 1rem;
  letter-spacing: 0.2em;
  font-weight: 600;
  opacity: 0.92;
}
.hero-title,
.hero h1 {
  font-family: var(--lot82-heading-font, Oswald, sans-serif) !important;
  font-size: clamp(2.15rem, 7.5vw, 3.65rem);
  font-weight: 700;
  line-height: 1.05;
  margin-bottom: 1rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--hero-text);
}
.hero-sub {
  font-family: var(--lot82-body-font, 'Plus Jakarta Sans', sans-serif);
  color: rgba(247, 242, 234, 0.78);
  font-size: 1.02rem;
  line-height: 1.55;
  margin-bottom: 1.75rem;
  max-width: 34rem;
  margin-left: auto;
  margin-right: auto;
}
.hero-ctas {
  display: flex;
  gap: 0.85rem;
  flex-wrap: wrap;
  margin-bottom: 1.75rem;
  justify-content: center;
}
.tagline {
  font-family: var(--lot82-body-font, 'Plus Jakarta Sans', sans-serif);
  color: rgba(247, 242, 234, 0.55);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-top: 1px solid rgba(247, 242, 234, 0.18);
  padding-top: 1.1rem;
  max-width: 28rem;
  margin: 0 auto;
}

.photo-feature { position: relative; }
.feature-img { width: 100%; height: 420px; object-fit: cover; }
.feature-caption {
  position: absolute;
  bottom: 90px;
  left: 0;
  right: 0;
  background: rgba(17, 17, 17, 0.72);
  color: var(--hero-text);
  display: flex;
  justify-content: space-between;
  padding: 0.75rem 1.5rem;
  font-size: 0.85rem;
  font-weight: 600;
  font-family: var(--lot82-body-font, 'Plus Jakarta Sans', sans-serif);
  border-top: 1px solid rgba(247, 242, 234, 0.2);
}

.location-strip {
  background: var(--cream);
  padding: 1.25rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  border-bottom: 1px solid #e5dfd4;
}
.link-arrow,
.link-underline {
  color: var(--garnet);
  font-weight: 600;
  text-decoration: underline;
}

.rsvp-section {
  padding: 2rem 1.5rem;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
.rsvp-section .link-underline { display: block; margin: 1rem 0 0.5rem; }
.note { font-size: 0.8rem; color: var(--text-muted); }
.note-light { color: rgba(247, 242, 234, 0.85); }

.ways-to-show-up { padding: 3rem 1.5rem; max-width: 700px; margin: 0 auto; }
.ways-to-show-up h2,
.essentials h2,
.faq h2,
.gallery h2,
.reason-we-gather h2 {
  font-family: var(--lot82-heading-font, Oswald, sans-serif) !important;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.ways-to-show-up h2 {
  font-size: 1.9rem;
  margin-bottom: 0.75rem;
  color: var(--text-dark);
}
.section-sub { color: var(--text-muted); margin-bottom: 2rem; }

.way-card {
  background: var(--white);
  border-radius: 10px;
  padding: 1.75rem;
  margin-bottom: 1.25rem;
  border: 1px solid #e5dfd4;
  box-shadow: none;
}
.way-maroon {
  background: var(--garnet);
  color: #fff;
  border: 1px solid var(--garnet);
}
.way-header {
  display: flex;
  justify-content: space-between;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  opacity: 0.9;
  margin-bottom: 0.75rem;
  font-family: var(--lot82-body-font, 'Plus Jakarta Sans', sans-serif);
}
.way-card h3 { font-size: 1.3rem; margin-bottom: 0.5rem; }
.way-card p { margin-bottom: 1rem; }
.heart { font-size: 1rem; color: #ffb6c1; }

.essentials { padding: 3rem 1.5rem; max-width: 700px; margin: 0 auto; }
.essentials h2 {
  font-size: 1.9rem;
  margin-bottom: 0.75rem;
  color: var(--text-dark);
}
.chips { display: flex; gap: 0.75rem; margin: 1.5rem 0; flex-wrap: wrap; }
.chip {
  border: 1px solid #d4cdc0;
  border-radius: 999px;
  padding: 0.5rem 1.25rem;
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--text-dark);
  background: var(--white);
  font-family: var(--lot82-body-font, 'Plus Jakarta Sans', sans-serif);
}

.snapshot-card {
  background: var(--white);
  border: 1px solid #e5dfd4;
  border-radius: 10px;
  padding: 1.75rem;
  margin-top: 2rem;
}
.snapshot-numbers { display: flex; gap: 2rem; margin: 0.5rem 0; flex-wrap: wrap; }
.snapshot-numbers strong {
  display: block;
  font-family: var(--lot82-heading-font, Oswald, sans-serif);
  font-size: 1.9rem;
  font-weight: 400;
  color: var(--garnet);
  letter-spacing: 0.02em;
}
.snapshot-numbers span { font-size: 0.85rem; color: var(--text-muted); }
.snapshot-date { font-weight: 700; margin: 1rem 0 0.25rem; }
.snapshot-card hr { border: none; border-top: 1px solid #e5dfd4; margin: 1rem 0; }

.gallery { padding: 2rem 1.5rem; max-width: 700px; margin: 0 auto; }
.gallery-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.5rem; }
.gallery-grid img {
  border-radius: 8px;
  height: 220px;
  object-fit: cover;
  width: 100%;
  border: 1px solid rgba(142, 142, 142, 0.2);
}
.gallery-caption { margin-top: 1rem; font-weight: 600; }
.gallery-credit { color: var(--text-muted); font-size: 0.85rem; }

.reason-we-gather {
  background: var(--black);
  color: var(--hero-text);
  padding: 3.5rem 1.5rem;
  text-align: left;
  border-top: 1px solid rgba(247, 242, 234, 0.12);
}
.reason-we-gather h2 {
  font-size: clamp(1.85rem, 5vw, 2.75rem);
  font-weight: 400;
  line-height: 1.12;
  margin: 0.5rem 0 1rem;
  letter-spacing: 0.02em;
  color: var(--hero-text);
}
.reason-we-gather .accent { color: var(--cream); opacity: 0.85; }
.reason-we-gather p {
  max-width: 500px;
  color: rgba(247, 242, 234, 0.78);
  font-family: var(--lot82-body-font, 'Plus Jakarta Sans', sans-serif);
}

.faq { padding: 2rem 1.5rem; max-width: 700px; margin: 0 auto; }
.faq details { border-bottom: 1px solid #e5dfd4; padding: 1.25rem 0; }
.faq summary {
  font-weight: 700;
  cursor: pointer;
  font-size: 1.05rem;
  font-family: var(--lot82-body-font, 'Plus Jakarta Sans', sans-serif);
}
.faq p { margin-top: 0.75rem; color: var(--text-muted); }

.site-footer {
  background: var(--black);
  color: rgba(247, 242, 234, 0.7);
  padding: 3rem 1.5rem 2rem;
  border-top: 1px solid rgba(247, 242, 234, 0.12);
}
.footer-brand { display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem; }
.footer-logo {
  width: 68px;
  height: auto;
  flex-shrink: 0;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0;
}
.footer-brand h3 {
  font-family: var(--lot82-heading-font, Oswald, sans-serif);
  color: var(--hero-text);
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  font-weight: 400;
}
.footer-brand p { color: var(--silver); font-size: 0.9rem; }
.footer-contact,
.footer-links {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.footer-contact a,
.footer-links a {
  color: rgba(247, 242, 234, 0.75);
  font-weight: 600;
}
.footer-contact a:hover,
.footer-links a:hover { color: var(--hero-text); }

.footer-partners {
  margin: 0.5rem 0 0.25rem;
  padding: 1.5rem 0 0.5rem;
}
.footer-partners-kicker {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #c5a572;
  margin-bottom: 0.45rem;
}
.footer-partners-title {
  color: rgba(247, 242, 234, 0.9);
  font-weight: 700;
  font-size: 1.05rem;
  margin-bottom: 1.15rem;
  max-width: 28rem;
  line-height: 1.35;
}
.partner-logo-row {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 0;
  padding: 0;
}
.partner-logo-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 112px;
  padding: 0.85rem 0.75rem;
  border-radius: 14px;
  border: 1px solid rgba(247, 242, 234, 0.12);
  background: rgba(255, 255, 255, 0.04);
  text-align: center;
}
.partner-logo-card img {
  width: auto;
  max-width: 100%;
  height: 52px;
  object-fit: contain;
  display: block;
}
.partner-logo-card span {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(247, 242, 234, 0.55);
  line-height: 1.25;
}
.footer-partners-cta {
  margin-top: 1.1rem;
}
.footer-partners-cta a {
  color: #e0a8b1;
  font-weight: 700;
  font-size: 0.92rem;
}
.footer-partners-cta a:hover { color: var(--hero-text); }

@media (min-width: 640px) {
  .partner-logo-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .partner-logo-card img { height: 58px; }
}
@media (min-width: 900px) {
  .partner-logo-row {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .partner-logo-card { min-height: 124px; }
  .partner-logo-card img { height: 64px; }
}

.site-footer hr { border: none; border-top: 1px solid #2a2a2a; margin: 1.5rem 0; }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.85rem;
}
.footer-bottom div { display: flex; gap: 1.5rem; }

@media (max-width: 480px) {
  .hero { padding: 1.5rem 1rem 2.5rem; }
  .hero-logo {
    width: min(250px, 68vw);
    margin-bottom: 1.5rem;
  }
  .hero-ctas {
    flex-direction: column;
    align-items: stretch;
  }
  .hero-ctas .btn { width: 100%; }
  .feature-img { height: 280px; }
  .feature-caption {
    bottom: 0;
    flex-direction: column;
    gap: 0.25rem;
  }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-grid img { height: 240px; }
}

@media (min-width: 768px) {
  .hero { padding: 2.5rem 1.5rem 3.75rem; }
  .hero-logo { width: min(250px, 68vw); }
  .hero-title,
  .hero h1 { font-size: 3.65rem; }
  .reason-we-gather h2 { font-size: 3rem; }
  .footer-logo { width: 72px; }
  .ways-to-show-up h2,
  .essentials h2 { font-size: 2.25rem; }
}


/* Next tailgate / event */
.next-event,
.matchup-section {
  background:
    radial-gradient(ellipse at top, rgba(115, 0, 10, 0.35), transparent 55%),
    #0a0a0a;
  color: #F7F2EA;
  padding: 2.35rem 1.15rem 2.75rem;
  border-top: 1px solid rgba(247, 242, 234, 0.08);
  border-bottom: 1px solid rgba(247, 242, 234, 0.08);
}
.next-event-inner,
.matchup-inner {
  width: min(720px, 100%);
  margin: 0 auto;
  text-align: center;
}
.next-event .eyebrow,
.matchup-section .eyebrow { color: #c5a572; }
.matchup-top {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 0.75rem;
}
.matchup-live {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #111;
  background: #8dffb3;
  border-radius: 999px;
  padding: 0.28rem 0.55rem;
}
.event-title {
  font-size: clamp(2rem, 7vw, 3.1rem);
  line-height: 1.05;
  margin: 0 0 0.55rem;
  color: #F7F2EA;
}
.event-title .event-vs {
  display: inline-block;
  font-size: 0.55em;
  opacity: 0.7;
  padding: 0 0.15em;
  font-weight: 500;
  vertical-align: middle;
}
.event-lead {
  color: #d7c4c8;
  font-size: 1.02rem;
  max-width: 34rem;
  margin: 0 auto 1.25rem;
  line-height: 1.45;
}
.event-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
  margin: 0 0 1.35rem;
  text-align: left;
}
.event-fact {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(247, 242, 234, 0.12);
  border-radius: 14px;
  padding: 0.85rem 0.9rem;
}
.event-fact-label {
  display: block;
  font-family: var(--lot82-heading-font, Oswald, sans-serif);
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #c5a572;
  margin-bottom: 0.35rem;
  font-weight: 600;
}
.event-fact strong {
  display: block;
  font-size: 0.98rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
}
.event-fact em {
  display: block;
  margin-top: 0.25rem;
  font-style: normal;
  font-size: 0.82rem;
  color: #c9b4b8;
  line-height: 1.3;
}
.event-matchup-row,
.matchup-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0.75rem;
  align-items: center;
  margin-bottom: 0.9rem;
}
.next-event .team,
.matchup-section .team {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
}
.next-event .team img,
.matchup-section .team img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}
.next-event .team strong,
.matchup-section .team strong {
  font-family: var(--lot82-heading-font, Oswald, sans-serif);
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  font-weight: 600;
}
.next-event .team span,
.matchup-section .team span {
  font-size: 0.8rem;
  color: #c9b4b8;
}
.next-event .vs,
.matchup-section .vs {
  display: inline-flex;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(247, 242, 234, 0.25);
  font-family: var(--lot82-heading-font, Oswald, sans-serif);
  letter-spacing: 0.06em;
  font-weight: 600;
}
.kickoff-meta {
  font-weight: 700;
  font-size: 1.05rem;
}
.venue-meta {
  margin-top: 0.2rem;
  color: #c9b4b8;
  font-size: 0.88rem;
}
.countdown {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.5rem;
  margin: 1rem 0 0.65rem;
}
.cd-unit {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  padding: 0.65rem 0.25rem;
}
.cd-unit strong {
  display: block;
  font-family: var(--lot82-heading-font, Oswald, sans-serif);
  font-size: 1.55rem;
  font-weight: 600;
  line-height: 1;
}
.cd-unit span {
  display: block;
  margin-top: 0.28rem;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #c9a2ab;
}
.matchup-note {
  color: #e0a8b1;
  font-size: 0.92rem;
  margin-bottom: 1.15rem;
}
.event-flyer {
  margin: 0 0 1.15rem;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(247, 242, 234, 0.14);
  background: #000;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
}
.event-flyer img {
  width: 100%;
  height: auto;
  display: block;
}
.event-flyer figcaption {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9b8e91;
  padding: 0.55rem 0.75rem 0.7rem;
  text-align: center;
  border-top: 1px solid rgba(247, 242, 234, 0.08);
}
.event-includes {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.45rem 0.65rem;
  margin: 0 0 1.25rem;
  padding: 0;
  text-align: left;
}
.event-includes li {
  position: relative;
  padding: 0.55rem 0.65rem 0.55rem 1.7rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(247, 242, 234, 0.1);
  font-size: 0.86rem;
  font-weight: 600;
  color: #f0d6da;
}
.event-includes li::before {
  content: "";
  position: absolute;
  left: 0.65rem;
  top: 50%;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: #c4122f;
  transform: translateY(-50%);
}
.event-actions {
  display: grid;
  gap: 0.65rem;
}
.event-actions .btn-maroon-outline {
  color: #F7F2EA;
  border-color: rgba(247, 242, 234, 0.35);
}
.event-actions .link-underline {
  color: #e0a8b1;
  display: block;
  margin-top: 0.15rem;
}
.note-on-dark {
  color: #a8989c !important;
  margin-top: 0.15rem;
}

.home-pay-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.55rem;
  margin: 0.85rem 0 0.55rem;
}
.home-pay-links .btn {
  width: 100%;
  min-height: 44px;
  font-size: 0.86rem;
  padding: 0.7rem 0.6rem;
}

@media (max-width: 420px) {
  .next-event .team img,
  .matchup-section .team img { width: 64px; height: 64px; }
  .event-facts { grid-template-columns: 1fr; }
  .event-includes { grid-template-columns: 1fr; }
  .home-pay-links { grid-template-columns: 1fr; }
}

@media (min-width: 720px) {
  .event-facts { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .event-includes { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
