/** Shopify CDN: Minification failed

Line 34:6 Expected identifier but found whitespace
Line 691:15 Expected identifier but found whitespace
Line 691:23 Unexpected "0.5s"

**/
/* ============================================
     MEAT N' BONE — MATCHDAY EXPERIENCES
     Edit content via the CONFIG object at the
     bottom of this file. Layout lives in CSS
     above and rendering logic in JS below.
     ============================================ */

  :root {
    --bg: #0a0807;
    --bg-2: #110d0b;
    --bg-3: #1a1411;
    --ink: #f1ebe1;
    --ink-mute: #ffffffff;
    --ink-faint: #7a6f63;
    --rule: rgba(241, 235, 225, 0.12);
    --rule-strong: rgba(241, 235, 225, 0.28);
    --red: #DB1D25;
    --red-deep: #a31218;
    --red-glow: rgba(219, 29, 37, 0.35);
    --font-serif: 'Cormorant Garamond', 'Times New Roman', serif;
    --font-sans: 'Barlow Condensed', 'Helvetica Neue', Arial, sans-serif;
  }

  * { box-sizing: border-box; margin: 0; padding: 0; }

  html { scroll-behavior: smooth; }
 body. {
    font-family: gotham !important;
  } 
  /* body {
    background: var(--bg);
    color: var(--ink);
    font-family: gotham !important;
    font-weight: 400;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    position: relative;
  } */

  /* Grain overlay */
  /* body::before {
    content: '';
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 100;
    opacity: 0.08;
    mix-blend-mode: overlay;
    background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  } */

  /* Embers / glow background */
  /* body::after {
    content: '';
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    background:
      radial-gradient(ellipse 800px 600px at 15% 5%, rgba(219, 29, 37, 0.08), transparent 60%),
      radial-gradient(ellipse 600px 800px at 85% 95%, rgba(219, 29, 37, 0.06), transparent 60%);
  } */

  ::selection { background: var(--red); color: var(--ink); }

  /* ---------- Typography ---------- */
  .display {
    font-weight: 400;
    line-height: 0.95;
    letter-spacing: -0.02em;
  }
  .display-italic {
    font-style: italic;
    font-weight: 400;
    line-height: 0.95;
    letter-spacing: -0.02em;
  }
  .tracked {
    text-transform: uppercase;
    letter-spacing: 0.22em;
    font-weight: 500;
  }
  .eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.32em;
    font-weight: 500;
    font-size: 12px;
    border-bottom: 2px solid #DB1D25;
    padding-bottom: 10px;
    /* padding-bottom: 10px;
    margin-bottom: 20px ; */
    /* color: var(--ink-mute); */
  }
  .watch-party-bundles span.eyebrow {
    color: #fff;
}
.form-wrap .form-field select,
.form-wrap .form-field input::placeholder,
.form-wrap .form-field textarea::placeholder{
  font-size: 16px !important;
}
  .eyebrow .num {
    color: var(--red);
    /* margin-right: 0.7em; */
    font-weight: 600;
  }
.bundles-heading h2,
.gm-heading h2,
.cat-heading h2,
.takeout-heading h2,
.venues-heading h2 {
    padding-top: 20px;
}
  /* ---------- Top bar / Nav ---------- */
  .topbar {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 50;
    background: rgba(10, 8, 7, 0.78);
    backdrop-filter: blur(14px) saturate(140%);
    -webkit-backdrop-filter: blur(14px) saturate(140%);
    border-bottom: 1px solid var(--rule);
    transition: transform 0.4s ease;
  }
  .topbar-inner {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0.85rem 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
  }
  .brand {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    white-space: nowrap;
  }
  .brand-logo {
    height: 38px;
    width: 38px;
    display: block;
    border-radius: 50%;
  }
  .brand .amp { color: var(--red); margin: 0 0.1em; }
  .topnav {
    display: flex;
    gap: 1.6rem;
    align-items: center;
  }
  .topnav a {
    color: var(--ink-mute);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 0.78rem;
    font-weight: 500;
    transition: color 0.2s ease;
    position: relative;
  }
  .topnav a:hover { color: var(--ink); }
  .topnav a::after {
    content: '';
    position: absolute;
    bottom: -6px; left: 0;
    width: 0; height: 1px;
    background: var(--red);
    transition: width 0.3s ease;
  }
  .topnav a:hover::after { width: 100%; }
.cat-content p {
    /* color: #fff; */
    font-family: gotham !important;
}
.watch-party-bundles{
  max-width: 1440px;
  margin: 0 auto;
}
.form-wrap .form-field input,
.form-wrap .form-field textarea{
  font-size: 16px !important;
}
  @media (max-width: 760px) {
    .form-wrap .form-field select,
.form-wrap .form-field input::placeholder,
.form-wrap .form-field textarea::placeholder{
  font-size: 14px !important;
}
    .form-field input, .form-field select, .form-field textarea {
    height: 34px !important;
}
    .watch-party-take-out section#take-out {
    padding-top: 0px;
}
    .hero{
      padding: 40px 0 !important;
    }
    .hero-quicknav {
    margin-top: 40px !important;
}
.hero-title-1,
.hero-title-2,
.planner-heading h2,
.section-head h2,
.bundle-code {
    font-size: 34px !important;
}
    .topnav { display: none; }
    .topbar-inner { padding: 0.85rem 1.25rem; }
  }

  /* ---------- Container ---------- */
  .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    z-index: 1;
  }
  @media (max-width: 760px) {
    .hero-inner {
    padding: 0 20px!important;
}
    .container { padding: 0 1.25rem; }
  }

  /* ---------- Hero ---------- */
  .hero {
    max-width: 1440px;
    margin: 0px auto;
    /* min-height: 100vh;
    min-height: 100svh; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px 0px 40px;
    position: relative;
    /* background-image: url('hero-bg.jpg'); */
    /* background-image: url('/cdn/shop/files/hero-bg.jpg?v=1780033460'); */
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    isolation: isolate;
  }
  /* Dark gradient overlay — strong on left for text readability,
     fades right so the players/stadium stay visible. */
  .hero::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
      linear-gradient(180deg, rgba(10, 8, 7, 0.85) 0%, rgba(10, 8, 7, 0.4) 18%, rgba(10, 8, 7, 0.35) 60%, rgba(10, 8, 7, 0.95) 100%),
      linear-gradient(90deg, rgba(10, 8, 7, 0.92) 0%, rgba(10, 8, 7, 0.7) 35%, rgba(10, 8, 7, 0.3) 70%, rgba(10, 8, 7, 0.5) 100%);
  }
  /* Red ember glow on top-left to integrate with brand */
  .hero::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
      radial-gradient(ellipse 800px 600px at 8% 15%, rgba(219, 29, 37, 0.22), transparent 60%);
  }
.hero-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 0px 100px;
}
  /* On narrow screens, shift image focus and strengthen the scrim */
  @media (max-width: 760px) {
    .hero { background-position: 75% center; }
    .hero::before {
      background:
        linear-gradient(180deg, rgba(10, 8, 7, 0.9) 0%, rgba(10, 8, 7, 0.55) 25%, rgba(10, 8, 7, 0.6) 70%, rgba(10, 8, 7, 0.98) 100%),
        linear-gradient(90deg, rgba(10, 8, 7, 0.85) 0%, rgba(10, 8, 7, 0.65) 100%);
    }
  }
  .hero-inner-original { position: relative; }

  .hero-eyebrow {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2.5rem;
  }
  .hero-eyebrow .bar {
    width: 60px;
    height: 1px;
    background: var(--red);
  }
  .hero-eyebrow span {
    text-transform: uppercase;
    letter-spacing: 0.32em;
    font-size: 0.85rem;
    color: #fff;
    font-weight: 500;
  }

  .hero-title-1 {
    font-weight: 700;
    font-size: 55.16px;
    line-height: 120%;
    letter-spacing: 0.46px;
    text-transform: uppercase;
    color: #fff;
  }
  .hero-title-2 {
    /* font-style: italic; */
    font-weight: 700;
    font-size: 55.16px;
    line-height: 120%;
    letter-spacing: 0.46px;
    text-transform: uppercase;
    color: #fff;
  }
  .hero-title-2 .accent { color: var(--red); }

  .hero .hero-rule {
    display: block;
    width: 120px;
    height: 2px;
    background: var(--red);
    margin: 0px 0px 30px;
  }

  .hero-sub {

    /* font-style: italic; */
    font-weight: 300;
    font-size: 16px;
    color: #fff;
    max-width: 640px;
    line-height: 1.3;
  }

  .hero-countries {
    margin-top: 3rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem 0;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size:12px;
    font-weight: 500;
    color: var(--ink-mute);
  }
  .hero-countries .sep {
    color: var(--red);
    margin: 0 0.9em;
  }

  .hero-quicknav {
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem 2.5rem;
    padding-top: 40px;
    border-top: 1px solid var(--rule);
  }
  .hero-quicknav a {
    color: var(--ink);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 12px;
    font-weight: 500;
    display: flex;
    align-items: baseline;
    gap: 0.6rem;
    transition: color 0.2s ease;
  }
  .hero-quicknav a:hover { color: var(--red); }
  .hero-quicknav .qn-num {
    font-style: italic;
    color: var(--red);
    font-size: 1.1rem;
  }

  /* ---------- Matchday Planner Hub ---------- */
  .planner {
    background: #fff !important;
    padding: 5rem 0 6rem;
    position: relative;
    border-top: 1px solid var(--rule);
    background: linear-gradient(180deg, rgba(17, 13, 11, 0.4), transparent);
  }
  .planner-head {
    margin-bottom: 3rem;
    max-width: 900px;
  }
.planner-eyebrow {
    padding: .4rem .9rem;
    border-left: 3px solid var(--red);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: #DB1D25;
    margin-bottom: 15px;
}
  .planner-head h2 {

    font-weight: 400;
    font-size: clamp(2rem, 4.5vw, 3.5rem);
    line-height: 1.02;
    letter-spacing: -0.02em;
  }
  .planner-head h2 .it { font-style: italic; color: var(--red); }
  .planner-head p {

    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    /* color: var(--ink-mute); */
    margin-top: 1.25rem;
    max-width: 680px;
  }

  .planner-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
  #meat-n-bone-watch-party-experiences *{
    font-family: gotham !important;
  }
  @media (max-width: 1300px) {
    .planner-grid { grid-template-columns: repeat(3, 1fr); }
  }
  @media (max-width: 800px) {
    .planner-grid { grid-template-columns: repeat(2, 1fr); }
  }
  @media (max-width: 500px) {
    .planner-grid { grid-template-columns: 1fr; }
  }

  .planner-card {
    background: var(--bg-2);
    border: 1px solid var(--rule);
    padding: 40px 20px;
    text-decoration: none;
    color: var(--ink);
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
    min-height: 280px;
  }
  .planner-card:hover {
    background: var(--bg-3);
    border-color: var(--red);
    transform: translateY(-4px);
  }
  .planner-card.featured {
    background: #DB1D25;
    border-color: var(--red);
  }
  /* .planner-card.featured:hover {
    background: linear-gradient(165deg, #b3151b, var(--red) 60%, #6b0c10);
  } */
  .planner-card-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1.5rem;
  }
  .planner-card-num {
    font-weight: 700;
    /* font-style: italic; */
    font-size: 14px;
    /* color: #fff; */
  }
  .planner-card.featured .planner-card-num { color: rgba(241, 235, 225, 0.6); }
  .planner-card-tag {
    text-transform: uppercase;
    letter-spacing: 0.22em;
    font-size: 12px;
    font-weight: 600;
    color: var(--red);
    padding: 0.3rem 0.55rem;
    border: 1px solid var(--red);
  }
  .planner-card.featured .planner-card-tag {
    color: var(--ink);
    border-color: var(--ink);
  }
  .planner-card-title {

    font-weight: 500;
    font-size: 22px;
    line-height: 1.1;
    margin-bottom: 0.75rem;
  }
  .planner-card-title .it { font-style: italic; }
  .planner-card-body {

    font-weight: 300;
    font-size: 16px;
    line-height: 1.4;
    /* color: var(--ink-mute); */
    margin-bottom: 1.5rem;
    flex: 1;
  }
  .planner-card.featured .planner-card-body { color: rgba(241, 235, 225, 0.92); }
  .planner-card-cta {
    text-transform: uppercase;
    /* letter-spacing: 0.22em; */
    font-size: 12px;
    font-weight: 600;
    /* color: var(--ink); */
    display: flex;
    align-items: center;
    gap: 0.6rem;
    transition: gap 0.3s ease;
  }
  .planner-card:hover .planner-card-cta { gap: 1rem; }
  .planner-card-cta .arr {
    font-style: italic;
    font-size: 1.1rem;
    color: var(--red);
  }
  .planner-card.featured .planner-card-cta .arr { color: var(--ink); }

  /* ---------- Bundle tab toggle ---------- */
  .bundle-tabs {
    padding-bottom: 10px;
    display: flex;
    gap: 0;
    border-bottom: 1px solid var(--rule);
    margin-bottom: 3rem;
    position: relative;
    flex-wrap: wrap;
  }
  .bundle-tab,
  .bundle_tab_btn_link {
    background: transparent;
    border: 1px solid #db1d25;
    font-weight: 600;
    padding: 12px 20px;
    margin-right: 3rem;
    text-transform: uppercase;
    /* letter-spacing: 0.24em; */
    font-size:14px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    position: relative;
    transition: color 0.25s ease;
    display: flex;
    text-decoration: none;
    align-items: center;
    gap: 0.6rem;
  }
  .bundle-tab:hover,
  .bundle_tab_btn_link:hover { 
    color: var(--ink-mute);

   }
  .bundle-tab.active,
  .bundle_tab_btn_link.active {
     color: #fff;    background: #db1d25;
    }
  /* .bundle-tab::after,
  .bundle_tab_btn_link:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: var(--red);
  width: 0;
  transition: width 0.3s ease;
  } */
  .bundle-tab.active::after { width: 100%; }
  .bundle-tab .tab-num {
    font-style: italic;
    color:#fff;
    font-size: 1rem;
  }
  .bundle-tab .tab-count {
    font-style: italic;
    color: var(--ink-faint);
    font-size: 0.85rem;
    margin-left: 0.3rem;
    text-transform: none;
    letter-spacing: 0;
  }
  .bundles-grid.bundle-view { display: none; }
  .bundles-grid.bundle-view.active { display: grid; }

  /* ---------- Section ---------- */
  section.section {
    padding: 7rem 0;
    position: relative;
    border-top: 1px solid var(--rule);
  }
  @media (max-width: 760px) {
    section.section { padding: 4.5rem 0; }
  }
  .section-head h2 em{
    font-style: unset !important;
  }
.watch-party-grill-master section#grill-master {
    background: #fff !important;
}
  .section-head {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: end;
    margin-bottom: 4.5rem;
  }
  .section-head h2 {
    font-weight: 600;
    /* color: #fff; */
    font-size:54px;
    line-height: 0.95;
    letter-spacing: -0.02em;
  }
  /* .section-head h2 .it {
    font-style: italic;
  } */
  .section-head .lede {
    font-family: gotham !important;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.45;
    /* color: var(--ink-mute); */
    max-width: 540px;
    justify-self: end;
  }
  @media (max-width: 900px) {
    .section-head {
      grid-template-columns: 1fr;
      gap: 1.5rem;
      margin-bottom: 3rem;
    }
    .section-head .lede { justify-self: start; }
  }

  /* ---------- Bundles ---------- */
  .bundles-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    /* background: #ffffff7a; */
    /* border: 1px solid #ffffff7a; */
  }
  @media (max-width: 1100px) {
    .bundles-grid { grid-template-columns: repeat(2, 1fr); }
  }
  @media (max-width: 560px) {
    .bundles-grid { grid-template-columns: 1fr; }
  }

  .bundle {
    background: var(--bg);
    padding: 2.25rem 1.75rem 2rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 470px;
    transition: background 0.4s ease;
    text-decoration: none;
    color: var(--ink);
    border: 1px solid #ffffff33;
    overflow: hidden;
  }
  .bundle:hover { background: #db1d251f;    border-color: #db1d25; }
  /* .bundle::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 4px; height: 0;
    background: #e41922;
    /* background: var(--country-color, var(--red)); */
    transition: height 0.5s ease;
  } */
  /* .bundle:hover::before { height: 100%; } */

  .bundle-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 1.5rem;
  }
.bundle-num {
    /* font-style: italic; */
    font-size: 12px;
    color: #fff;
    padding: 10px;
    background: #db1d25;
    border-radius: 50%;
    line-height: 1;
    font-weight: 600;
    height: 32px;
    width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}
  .bundle-stripe {
    width: 18px;
    height: 3px;
    background: var(--country-color, var(--red));
  }

  .bundle-code {
    /* font-style: italic; */
    font-weight: 600;
    font-size:54px;
    line-height: 0.85;
    letter-spacing: -0.04em;
    color: var(--in);
    margin-bottom: 10px;
  }
.bundle-country {
    text-transform: uppercase;
    letter-spacing: 0.22em;
    font-size: 12px;
    font-weight: 500;
    color: #db1d25;
    margin: 10px 0px;
}

  .bundle-title {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.15;
    margin-bottom: 1rem;
    color: var(--ink);
  }

  .bundle-cuts {
    list-style: none;
    margin: 0 0 1.5rem;
    padding: 1rem 0;
    border-top: 1px solid var(--rule);
    border-bottom: 1px solid var(--rule);
    flex: 1;
  }
  .bundle-cuts li {
    font-size: 14px;
    line-height: 1.5;
    color: var(--ink);
    padding: 0.15rem 0;
    display: flex;
    align-items: center;
        margin-bottom: 10px;
  }
.bundle-cuts li::before {
    content: '';
    /* color: #db1d25; */
    margin-right: 0.6em;
    /* font-weight: 400; */
    background-image: url(/cdn/shop/files/check-svgrepo-com_2.svg?v=1780900426);
    width: 18px;
    display: flex;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
}

  .bundle-meta {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 1.5rem;
  }
  .bundle-serves {
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 12px;
    color: var(--ink-mute);
  }
  .bundle-price {
    font-size: 1.5rem;
    color: var(--ink);
    display: flex;
    align-items: center;
    font-weight: 500;
    gap: 5px;
  }
.bundle-price span {
      display: flex;
    align-items: center;
}
.bundle-price span svg{
  width: 20px;
  height: 20px;
  background: unset !important
}
.bundle-cta {
    padding: 8px 12px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    display: flex;
    align-items: center;
    gap: .6rem;
    transition: gap .3s ease;
    background: #DB1D25;
    justify-content: space-between;
}
  .bundle:hover .bundle-cta { gap: 1rem; }
  .bundle-cta .arr { font-style: italic; font-size: 1.1rem; display: flex; align-items: center; }
  .bundle-cta .arr svg{
    width: 20px;
    height: 20px;
  }
  /* ---------- Grill Master section ---------- */
  .gm-wrap {
    display: grid;
    grid-template-columns: 5fr 6fr;
    gap: 3.5rem;
    align-items: stretch;
    padding: 0;
  }
  @media (max-width: 900px) {
    .gm-wrap { grid-template-columns: 1fr; gap: 0; }
  }

  .gm-image {
    background-image: url('grillmaster.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 560px;
    position: relative;
    overflow: hidden;
  }
  /* Subtle vignette to integrate with dark theme */
  .gm-image::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
      linear-gradient(180deg, rgba(10, 8, 7, 0.15) 0%, transparent 40%, rgba(10, 8, 7, 0.5) 100%),
      linear-gradient(90deg, transparent 60%, rgba(10, 8, 7, 0.4) 100%);
    pointer-events: none;
  }
  /* Small overlay badge in the corner */
  .gm-image-badge {
    position: absolute;
    bottom: 1.5rem;
    left: 1.5rem;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.5rem 0.9rem;
    background: rgba(10, 8, 7, 0.7);
    backdrop-filter: blur(8px);
    border: 1px solid var(--rule-strong);
    border-left: 2px solid var(--red);
    text-transform: uppercase;
    letter-spacing: 0.22em;
    font-size: 0.7rem;
    font-weight: 500;
    color: var(--ink);
  }
  .gm-image-badge .dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--red);
    box-shadow: 0 0 8px var(--red);
  }
  .gm-image img{
    height: 100%;
    width: 100%;
  }
  .watch-party-catering section#catering {
    background: #fff !important;
}
  @media (max-width: 900px) {
    .gm-image { min-height: 380px; }
  }
/* .gm-content h3{
  color: #fff;
} */
  .gm-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 2rem 0;
  }

  .gm-headline {
    font-weight: 400;
    font-size: clamp(2.2rem, 4.5vw, 3.6rem);
    line-height: 1.05;
    letter-spacing: -0.015em;
  }
  .gm-headline h3{
    color: #fff;
  }
  .gm-headline .it { font-style: unset; color: var(--red); }
  .gm-body {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    /* color: var(--ink-mute); */
    margin-top: 1.25rem;
    max-width: 520px;
  }

  .gm-cities-label {
    text-transform: uppercase;
    letter-spacing: 0.28em;
    font-size: 14px;
    font-weight: 500;
    /* color: #fff; */
    margin: 2rem 0 0.5rem;
  }
  .gm-cities {
    display: flex;
    flex-direction: column;
  }
  .gm-city {
    display: flex;
    align-items: baseline;
    gap: 1.25rem;
    padding: 1rem 0;
    border-bottom: 1px solid var(--rule);
  }
  .gm-city:first-child { border-top: 1px solid var(--rule); }
  .gm-city-num {
    color: var(--red);
    font-size: 14px;
    min-width: 1.6rem;
  }
  .gm-city-name {
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    flex: 1;
    /* color: #fff; */
  }
  .gm-city-sub {
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 14px;
    /* color: #fff; */
  }

  /* ---------- Big CTA button ---------- */
  .btn {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    padding: 1.1rem 1.8rem;
    background: var(--red);
    color: var(--ink);
    text-transform: uppercase;
    letter-spacing: 0.22em;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background 0.25s ease, transform 0.25s ease;
    margin-top: 2rem;
  }
  .btn:hover { background: var(--red-deep); transform: translateY(-2px); }
  .btn .arr { font-style: italic; font-size: 1.1rem; }

  .btn-ghost {
    background: transparent;
    border: 1px solid var(--rule-strong);
    color: var(--ink);
  }
  .btn-ghost:hover {
    background: var(--red);
    border-color: var(--red);
  }

  /* ---------- Catering ---------- */
  .catering-wrap {
    display: grid;
    grid-template-columns: 6fr 5fr;
    gap: 3.5rem;
    align-items: stretch;
    margin-bottom: 3rem;
  }
  @media (max-width: 900px) {
    .catering-wrap { grid-template-columns: 1fr; gap: 0; margin-bottom: 2.5rem; }
  }

  .catering-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem 0;
  }

  .catering-image {
    background-image: url('catering.jpg');
    background-size: cover;
    background-position: center 35%;
    background-repeat: no-repeat;
    min-height: 440px;
    position: relative;
    overflow: hidden;
  }
  .catering-image::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
      linear-gradient(180deg, rgba(10, 8, 7, 0.2) 0%, transparent 35%, rgba(10, 8, 7, 0.55) 100%),
      linear-gradient(270deg, transparent 60%, rgba(10, 8, 7, 0.35) 100%);
    pointer-events: none;
  }
  .catering-image-badge {
    position: absolute;
    bottom: 1.5rem;
    right: 1.5rem;
    z-index: 2;
    padding: 0.5rem 0.9rem;
    background: rgba(10, 8, 7, 0.7);
    backdrop-filter: blur(8px);
    border: 1px solid var(--rule-strong);
    border-right: 2px solid var(--red);
    text-transform: uppercase;
    letter-spacing: 0.22em;
    font-size: 0.7rem;
    font-weight: 500;
    color: var(--ink);
  }
  @media (max-width: 900px) {
    .catering-image { min-height: 300px; }
    .catering-image-badge { right: 1rem; bottom: 1rem; }
  }

  .catering-features {
    display: block;
  }
  .catering-feature {
    padding: 0;
    border: 1px solid var(--rule);
    background: var(--bg-2);
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: 6fr 5fr;
    align-items: stretch;
    min-height: 360px;
  }
  @media (max-width: 800px) {
    .catering-feature { grid-template-columns: 1fr; min-height: auto; }
  }
  .catering-feature::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 3px; height: 100%;
    background: var(--red);
    z-index: 3;
  }
  .catering-feature-image {
    width: 100%;
    min-height: 360px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    border-right: 1px solid var(--rule);
    border-bottom: none;
  }
  @media (max-width: 800px) {
    .catering-feature-image { min-height: 240px; border-right: none; border-bottom: 1px solid var(--rule); aspect-ratio: 16 / 10; }
  }
  .catering-feature-image::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 50%, rgba(10, 8, 7, 0.45) 100%);
  }
  .catering-feature-image-tag {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 2;
    padding: 0.4rem 0.7rem;
    background: rgba(10, 8, 7, 0.78);
    backdrop-filter: blur(6px);
    border: 1px solid var(--rule-strong);
    border-right: 2px solid var(--red);
    text-transform: uppercase;
    letter-spacing: 0.22em;
    font-size: 0.68rem;
    font-weight: 600;
    color: var(--ink);
  }
  .catering-feature-body {
    padding: 2.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  @media (max-width: 800px) {
    .catering-feature-body { padding: 1.75rem; }
  }
  .catering-feature h4 {
    font-weight: 500;
    font-size: clamp(1.6rem, 2.4vw, 2rem);
    line-height: 1.1;
    margin-bottom: 0.75rem;
    color: var(--ink);
    font-style: normal;
  }
  .catering-feature h4 .it { font-style: italic; color: var(--red); }
  .catering-feature p {
    font-weight: 300;
    font-size: 1.1rem;
    line-height: 1.5;
    color: var(--ink-mute);
  }

  /* ---------- Take Out section ---------- */
  .takeout-wrap {
    display: grid;
    grid-template-columns: 6fr 5fr;
    gap: 3.5rem;
    align-items: stretch;
  }
  @media (max-width: 900px) {
    .takeout-wrap { grid-template-columns: 1fr; gap: 0; }
  }
  .takeout-image {
    background-image: url('take-out.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* min-height: 460px; */
    position: relative;
    overflow: hidden;
  }
  .takeout-image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .takeout-image::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
      linear-gradient(180deg, rgba(10, 8, 7, 0.2) 0%, transparent 35%, rgba(10, 8, 7, 0.55) 100%),
      linear-gradient(90deg, transparent 60%, rgba(10, 8, 7, 0.35) 100%);
    pointer-events: none;
  }
  .takeout-image-badge {
    position: absolute;
    bottom: 1.5rem;
    left: 1.5rem;
    z-index: 2;
    padding: 0.5rem 0.9rem;
    background: rgba(10, 8, 7, 0.7);
    backdrop-filter: blur(8px);
    border: 1px solid var(--rule-strong);
    border-left: 2px solid var(--red);
    text-transform: uppercase;
    letter-spacing: 0.22em;
    font-size: 12px;
    font-weight: 500;
    color: var(--ink);
  }
  @media (max-width: 900px) {
    .takeout-image { min-height: 320px; }
    .takeout-image-badge { left: 1rem; bottom: 1rem; }
  }
  .takeout-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem 0;
    align-items: flex-start;
  }
  .takeout-ezcater {
    margin-top: 1.5rem;
    /* padding: 1rem 1.25rem; */
    border: 1px solid var(--rule);
    /* background: rgba(17, 13, 11, 0.5); */
    display: flex;
    align-items: center;
    gap: 0.9rem;
    font-size: 12px;
    letter-spacing: 0.05em;
    color: #000;
  }
  .takeout-ezcater .pill {
    text-transform: uppercase;
    letter-spacing: 0.22em;
    font-size: 12px;
    font-weight: 600;
    color: var(--red);
    padding: 0.25rem 0.55rem;
    border: 1px solid var(--red);
  }

  /* ---------- Venues ---------- */
  .venue-callout {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 1.25rem 1.5rem;
    margin-bottom: 50px;
    /* border: 1px solid var(--rule-strong); */
            border-bottom: 1px solid #00000030;
    border-left: 3px solid var(--red);
    /* background: linear-gradient(90deg, rgba(219, 29, 37, 0.06), rgba(17, 13, 11, 0.4)); */
  }
  .venue-callout-icon {
    width: 38px;
    height: 38px;
    border: 1px solid var(--red);
    color: var(--red);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-style: italic;
    font-size: 1.4rem;
  }
  .venue-callout-tag {
    text-transform: uppercase;
    letter-spacing: 0.22em;
    font-size: 12px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0.25rem;

  }
  .venue-callout-body {
    font-weight: 300;
    font-size: 12px;
    line-height: 1.4;
    color: #000;

  }
  @media (max-width: 600px) {
    .takeout-ezcater{
          flex-direction: column;
    align-items: flex-start;
    }
    .venue-callout { flex-direction: column; align-items: flex-start; gap: 0.75rem; padding: 1.25rem; }
  }

  .venues-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-bottom: 5rem;
    align-items: start;
  }
  @media (max-width: 1000px) {
    .venues-grid { grid-template-columns: 1fr; }
  }

  .venue {
    border: 1px solid var(--rule);
    background: var(--bg-2);
    padding: 0;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    height: 100%;
  }
  .venue::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: var(--venue-accent, var(--red));
    z-index: 2;
  }
  .venue-image {
    width: 100%;
    aspect-ratio: 4 / 3;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-bottom: 1px solid var(--rule);
    position: relative;
    display: block !important;
  }
  .venue-image::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 60%, rgba(10, 8, 7, 0.55) 100%);
  }
  .venue-content {
    padding: 2.25rem 1.75rem;
    display: flex;
    flex-direction: column;
    flex: 1;
  }
  .venue-tier {
    text-transform: uppercase;
    letter-spacing: 0.28em;
    font-size: 12px;
    font-weight: 600;
    color: var(--venue-accent, var(--red));
    margin-bottom: 1rem;
  }
  .venue-name {
    font-weight: 500;
    font-size: 22px;
    line-height: 1;
    margin-bottom: 0.4rem;
    color: #fff;
  }
  .venue-name .it { font-style: italic; }
  .venue-location {
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 14px;
    color: var(--ink-mute);
    margin-bottom: 1.5rem;
  }
  .venue-desc {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    color: var(--ink-mute);
    margin-bottom: 1.5rem;
  }
  .venue-specs {
    list-style: none;
    border-top: 1px solid var(--rule);
    padding-top: 1.25rem;
    margin-top: auto;
  }
  .venue-specs li {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 0.5rem 0;
    border-bottom: 1px solid var(--rule);
    font-size: 0.85rem;
  }
  .venue-specs li:last-child { border-bottom: none; }
  .venue-specs .label {
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 12px;
    color: #fff;
  }
  .venue-specs .value {
    font-size: 12px;
    color: var(--ink);
    text-align: right;
  }
  .venue-specs .value.price {
    color: var(--venue-accent, var(--red));
    font-weight: 500;
  }

  .venue-footer {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    padding-top: 1.25rem;
    margin-top: 1.25rem;
    border-top: 1px solid var(--rule);
  }
  .venue-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
  }
  .venue-link {
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 12px;
    font-weight: 600;
    color: var(--ink);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    transition: color 0.2s ease, gap 0.25s ease;
  }
  .venue-link:hover {
    color: var(--red);
    gap: 0.7rem;
  }
  .venue-link .arr {
    font-style: italic;
    font-size: 1rem;
    color: var(--red);
  }
  .venue-prix {
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 12px;
    font-weight: 600;
    color: var(--ink);
    padding: 0.35rem 0.65rem;
    border: 1px solid var(--red);
    background: rgba(219, 29, 37, 0.1);
    white-space: nowrap;
    align-self: flex-start;
  }

  /* ---------- Form ---------- */
  .form-wrap {
    background: #000;
    border: 1px solid var(--rule);
    padding: 3rem;
    position: relative;
  }
  @media (max-width: 700px) {
    .form-wrap { padding: 1.75rem; }
  }
  .form-wrap::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 4px; height: 100%;
    background: var(--red);
  }
  .form-head {
    margin-bottom: 2.5rem;
  }
  .form-head h3 {
    font-weight: 400;
    font-size: 34px;
    line-height: 1;
    margin-bottom: 0.5rem;
  }
  .form-head h3 .it { color: var(--red); }
  .form-head p {
    font-weight: 300;
    font-size: 14px;
    color: var(--ink-mute);
  }

  .form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
  @media (max-width: 700px) {
    .form-grid { grid-template-columns: 1fr; }
  }
  .form-field { display: flex; flex-direction: column; }
  .form-field.wide { grid-column: 1 / -1; }
  .form-field label {
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 14px;
    color: var(--ink-mute);
    margin-bottom: 0.5rem;
    font-weight: 500;
  }
  .form-field label .req { color: var(--red); }
  .form-field input,
  .form-field select,
  .form-field textarea {
    height: 44px;
    background: #fff;
    border: 1px solid var(--rule-strong);
    color:#000;
    padding: 0.85rem 1rem;
    font-size: 1.05rem;
    width: 100%;
    transition: border-color 0.2s ease;
  }
  .form-field input:focus,
  .form-field select:focus,
  .form-field textarea:focus {
    outline: none;
    border-color: var(--red);
  }
  .form-field textarea { min-height: 120px; resize: vertical; }
  .form-field select {
    appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path fill='%23DB1D25' d='M6 8L0 0h12z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    padding-right: 2.5rem;
  }
  .form-submit { margin-top: 1.5rem; }

  /* ---------- Footer ---------- */
  footer {
    border-top: 1px solid var(--rule);
    padding: 4rem 0 3rem;
    position: relative;
    z-index: 1;
  }
  .footer-inner {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 3rem;
    align-items: start;
  }
  @media (max-width: 800px) {
    .footer-inner { grid-template-columns: 1fr; gap: 2rem; }
  }
  .footer-logo {
    width: 84px;
    height: 84px;
    display: block;
    border-radius: 50%;
    margin-bottom: 0.25rem;
  }
  .footer-brand {
    font-style: italic;
    font-size: 2rem;
    line-height: 1;
  }
  .footer-brand .red { color: var(--red); }
  .footer-tagline {
    text-transform: uppercase;
    letter-spacing: 0.25em;
    font-size: 0.8rem;
    color: var(--ink-mute);
    margin-top: 0.75rem;
  }
  .footer-col h5 {
    text-transform: uppercase;
    letter-spacing: 0.25em;
    font-size: 0.78rem;
    color: var(--ink-faint);
    margin-bottom: 1rem;
    font-weight: 500;
  }
  .footer-col a, .footer-col p {
    font-size: 1.05rem;
    color: var(--ink);
    text-decoration: none;
    display: block;
    margin-bottom: 0.4rem;
    transition: color 0.2s ease;
  }
  .footer-col a:hover { color: var(--red); }
  .footer-bottom {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid var(--rule);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 0.72rem;
    color: var(--ink-faint);
    flex-wrap: wrap;
  }

  /* ---------- Reveal animation ---------- */
  .reveal {
    /* opacity: 0; */
    /* transform: translateY(20px);
    transition: opacity 0.8s ease, transform 0.8s ease; */
  }
  .reveal.in {
    opacity: 1;
    transform: translateY(0);
  }

  /* ---------- Utility ---------- */
  .red { color: var(--red); }
  .mute { color: var(--ink-mute); }
  .faint { color: var(--ink-faint); }



/* Style os starts */
/* body.meat-n-bone-watch-party-experiences {
    background: var(--bg);
} */

.planner-heading h2 {
  color: #000;
  font-family: gotham !important;
  font-weight: 600;
  font-size: 44px;
  line-height: 1.02;
  letter-spacing: -0.02em;
  margin: 0;
}

.planner-heading em {
  font-style: unset;
  color: var(--red);
}

/* .bundles-heading h2, .gm-heading h2, .takeout-heading h2 {
    color: #fff;
} */
 .takeout-heading span,
 .venues-heading .it{
    color: #DB1D25;
 }
 .watch-party-venue-form section#venue-form {
    background: #fff !important;
    padding-top: 0px;
}
.bundles-heading h2{
    color: #fff;
} 
.watch-party-bundles .section-head p {
    color: #fff;
}
.venue-form-heading h3 {
    color: #fff;
}
.gm-heading em {
    color: #DB1D25;
}
/* catering css */
.cat-wrap{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:4rem;
  align-items:center;
}

.cat-heading p,
.cat-headline p{
  margin:0;
}

.cat-image-wrap{
  position:relative;
}

.cat-image{
  width:100%;
  height:auto;
  display:block;
}

.cat-image-card{
  position:absolute;
  bottom:24px;
  left:24px;
  max-width:320px;
}

.cat-truck{
  margin-top:24px;
  display:grid;
  grid-template-columns:1.25fr 1fr;
  gap:0;
  border:1px solid var(--rule);
}

.cat-truck-image{
  position:relative;
}

.cat-truck-img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}

.cat-truck-badge{
  position:absolute;
  top:18px;
  right:18px;
}

.cat-truck-content{
  /* color: #fff; */
  padding:2.5rem;
  display:flex;
  flex-direction:column;
  justify-content:center;
  border-left:1px solid var(--rule);
}
.watch-party-take-out section#take-out {
    background: #fff !important;
}
.cat-truck-title{
  margin:0 0 1rem;
  color:var(--red);
}

.cat-truck-body{
  margin:0;
}

@media(max-width:900px){
  .cat-wrap{
    grid-template-columns:1fr;
  }
  
  .cat-truck-content{
    border-left:none;
    border-top:1px solid var(--rule);
  }
  
  .cat-truck{
    grid-template-columns:1fr;
  }
}
  /* Style os ends */