:root {
  --ink: #071c2d;
  --ink-2: #0d2b40;
  --paper: #f2ecdf;
  --paper-2: #fbf7ee;
  --blue: #168cde;
  --green: #54d890;
  --red: #ec4b37;
  --line: rgba(7, 28, 45, .22);
  --shadow: 0 18px 45px rgba(5, 18, 29, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 25% 15%, rgba(22,140,222,.05), transparent 28%),
    repeating-linear-gradient(0deg, rgba(7,28,45,.018), rgba(7,28,45,.018) 1px, transparent 1px, transparent 4px),
    var(--paper);
  font: 16px/1.55 "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .18;
  z-index: 20;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.12'/%3E%3C/svg%3E");
}

img { display: block; width: 100%; }
a { color: inherit; }
button { 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; }
.skip-link { position: fixed; left: 12px; top: -70px; z-index: 100; background: var(--green); padding: 12px 18px; font-weight: 800; }
.skip-link:focus { top: 12px; }

.utility {
  min-height: 30px;
  display: flex;
  justify-content: center;
  gap: 34px;
  align-items: center;
  padding: 5px 20px;
  background: var(--ink);
  color: white;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.utility span:not(:last-child)::after { content: "•"; margin-left: 34px; color: var(--green); }

.site-header {
  height: 88px;
  display: grid;
  grid-template-columns: 160px 1fr auto;
  gap: 28px;
  align-items: center;
  padding: 10px clamp(24px, 5vw, 76px);
  background: rgba(251,247,238,.96);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 15;
  backdrop-filter: blur(14px);
}
.brand img { width: 126px; height: 70px; object-fit: contain; }
.site-nav { display: flex; justify-content: center; gap: clamp(18px, 2.3vw, 38px); }
.site-nav a, .site-footer a { text-decoration: none; }
.site-nav a {
  font-weight: 800;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .08em;
  border-bottom: 2px solid transparent;
}
.site-nav a:hover { border-color: var(--green); }
.site-nav a[aria-current="page"] { border-color: var(--green); }
.header-actions, .hero-actions { display: flex; gap: 10px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 48px;
  padding: 13px 20px;
  border: 2px solid var(--ink);
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: .06em;
  box-shadow: 4px 4px 0 var(--ink);
  transition: transform .18s ease, box-shadow .18s ease;
}
.button:hover { transform: translate(2px, 2px); box-shadow: 2px 2px 0 var(--ink); }
.button-blue { background: var(--blue); color: white; }
.button-green { background: var(--green); }
.button-ink { background: var(--ink); color: white; border-color: var(--ink); box-shadow: 4px 4px 0 var(--blue); }
.menu-toggle { display: none; }

.hero {
  min-height: 710px;
  display: grid;
  grid-template-columns: minmax(350px, .82fr) minmax(540px, 1.18fr);
  gap: clamp(30px, 5vw, 80px);
  align-items: center;
  max-width: 1500px;
  margin: auto;
  padding: 62px clamp(24px, 5vw, 76px) 76px;
  overflow: hidden;
}
.eyebrow {
  margin: 0 0 14px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .19em;
  text-transform: uppercase;
  color: #096d9f;
}
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  text-transform: uppercase;
  line-height: .92;
  letter-spacing: .01em;
}
h1 { margin-bottom: 26px; font-size: clamp(64px, 7.4vw, 118px); }
h1 em, h2 em { color: var(--blue); font-style: normal; }
.hero-lede { max-width: 540px; margin-bottom: 27px; font-size: clamp(18px, 1.6vw, 24px); line-height: 1.4; }
.rating {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 32px;
  text-decoration: none;
}
.rating > strong {
  width: 78px; height: 78px; display: grid; place-items: center;
  border-radius: 50%; background: var(--blue); color: white;
  font: 900 32px/1 Impact, sans-serif;
  box-shadow: 4px 4px 0 var(--ink);
}
.rating b { color: #07985a; letter-spacing: .12em; }
.rating small { font-size: 12px; opacity: .66; }

.hero-collage { position: relative; min-height: 580px; }
.photo { position: absolute; margin: 0; background: white; padding: 9px 9px 34px; box-shadow: var(--shadow); border: 1px solid rgba(7,28,45,.15); }
.photo img { height: 100%; object-fit: cover; }
.photo-wide { inset: 0 0 auto 4%; height: 360px; transform: rotate(1.2deg); }
.photo-wide img { object-position: 50% 37%; }
.photo-wide figcaption { font: 700 12px/1 "Avenir Next", sans-serif; margin-top: 9px; text-transform: uppercase; letter-spacing: .08em; }
.photo-left { width: 38%; height: 300px; left: 0; bottom: 0; transform: rotate(-4deg); z-index: 2; }
.photo-left img { object-position: 52% 40%; }
.photo-right { width: 34%; height: 320px; right: 5%; bottom: -5px; transform: rotate(4deg); z-index: 3; }
.photo-right img { object-position: 47% 45%; }
.scribble {
  position: absolute; right: -24px; top: 330px; z-index: 5;
  color: #0a7c4b; font: 900 21px/1.1 "Bradley Hand", "Comic Sans MS", cursive;
  transform: rotate(-6deg);
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--ink);
  color: white;
  border-top: 8px solid var(--green);
}
.proof-strip span { padding: 18px 24px; text-align: center; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; border-right: 1px solid rgba(255,255,255,.16); }

.section { padding: 90px clamp(24px, 5vw, 76px); }
.section-heading { max-width: 1350px; margin: 0 auto 42px; display: grid; grid-template-columns: 1.2fr .7fr; gap: 50px; align-items: end; }
.section-heading.compact { margin-bottom: 32px; }
.section-heading > p { max-width: 520px; margin: 0 0 8px auto; font-size: 18px; }
h2 { margin-bottom: 0; font-size: clamp(50px, 6vw, 92px); }

.play-section { background: var(--ink); color: white; }
.play-section .eyebrow { color: var(--green); }
.play-section .section-heading > p { color: rgba(255,255,255,.7); }
.play-grid { max-width: 1350px; margin: auto; display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 18px; }
.play-card { position: relative; min-height: 520px; overflow: hidden; border: 1px solid rgba(255,255,255,.24); background: #0c2639; }
.play-card img { height: 100%; object-fit: cover; transition: transform .5s ease; }
.play-card:hover img { transform: scale(1.035); }
.play-card::after { content: ""; position: absolute; inset: 38% 0 0; background: linear-gradient(transparent, rgba(2,12,20,.96)); }
.play-card-copy { position: absolute; left: 24px; right: 24px; bottom: 23px; z-index: 2; }
.play-card-copy > span { color: var(--green); font-weight: 900; }
.play-card h3 { margin: 7px 0 9px; font-size: clamp(34px, 3vw, 50px); }
.play-card p { min-height: 48px; margin-bottom: 15px; color: rgba(255,255,255,.78); font-size: 14px; }
.play-card a, .text-button { color: var(--green); font-size: 12px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.text-button { border: 0; padding: 0; background: transparent; cursor: pointer; text-decoration: underline; }

.menu-section { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 740px; padding: 0; background: var(--paper-2); }
.menu-photo { position: relative; min-height: 650px; overflow: hidden; }
.menu-photo img { height: 100%; object-fit: cover; }
.tape { position: absolute; right: 4%; bottom: 9%; background: var(--green); padding: 20px 26px; transform: rotate(-4deg); font: 900 24px/1.05 Impact, sans-serif; text-transform: uppercase; box-shadow: 6px 6px 0 var(--ink); }
.menu-copy { align-self: center; padding: 70px clamp(30px, 6vw, 100px); }
.menu-copy > p:not(.eyebrow):not(.fine-print) { max-width: 540px; font-size: 19px; }
.menu-preview { margin: 28px 0 11px; border-top: 2px solid var(--ink); }
.menu-preview div { display: flex; justify-content: space-between; gap: 20px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.menu-preview strong { text-transform: uppercase; }
.fine-print { color: rgba(7,28,45,.65); font-size: 12px; }
.menu-copy .button { margin-top: 18px; }

.review-section { display: grid; grid-template-columns: 330px 1fr; gap: clamp(40px, 8vw, 130px); align-items: center; background: var(--blue); color: white; }
.review-score { display: flex; align-items: center; gap: 18px; }
.review-score > strong { font: 900 clamp(100px, 12vw, 170px)/.8 Impact, sans-serif; color: var(--green); text-shadow: 6px 6px 0 var(--ink); }
.review-score span { font-weight: 900; letter-spacing: .08em; }
.review-score small { font-weight: 700; font-size: 12px; text-transform: uppercase; }
.review-section .eyebrow { color: var(--ink); }
.review-section h2 em { color: var(--ink); }
.review-themes { display: flex; flex-wrap: wrap; gap: 9px; margin: 25px 0; }
.review-themes span { padding: 9px 13px; border: 1px solid white; border-radius: 999px; font-size: 12px; font-weight: 800; }
.review-note { margin: 0; max-width: 660px; font-size: 20px; font-weight: 700; }
.review-note small { display: block; margin-top: 6px; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }

.happenings-section { background: var(--paper); }
.event-board { max-width: 1350px; margin: auto; display: grid; grid-template-columns: repeat(4, 1fr); border: 2px solid var(--ink); box-shadow: 7px 7px 0 var(--blue); }
.event-board article { min-height: 210px; padding: 24px; border-right: 1px solid var(--ink); background: var(--paper-2); }
.event-board article:last-child { border-right: 0; }
.event-board span { color: var(--blue); font-weight: 900; text-transform: uppercase; }
.event-board strong { display: block; margin: 38px 0 8px; font: 900 30px/.95 Impact, sans-serif; text-transform: uppercase; }
.event-board p { margin: 0; font-size: 13px; }
.event-note { max-width: 1350px; margin: 18px auto; }
.happenings-section > .button { display: flex; width: fit-content; margin: 28px auto 0; }

.groups-section { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(40px, 7vw, 110px); align-items: center; background: var(--ink); color: white; overflow: hidden; }
.groups-images { min-height: 610px; position: relative; }
.groups-images img { position: absolute; object-fit: cover; border: 9px solid var(--paper-2); box-shadow: var(--shadow); }
.group-main { width: 82%; height: 440px; left: 0; top: 0; transform: rotate(-2deg); }
.group-small { width: 47%; height: 330px; right: 0; bottom: 0; transform: rotate(4deg); }
.groups-copy .eyebrow { color: var(--green); }
.groups-copy h2 em { color: var(--green); }
.groups-copy > p:not(.eyebrow) { max-width: 610px; color: rgba(255,255,255,.78); font-size: 18px; }
.groups-copy ul { list-style: none; margin: 25px 0 30px; padding: 0; }
.groups-copy li { margin: 10px 0; }
.groups-copy li::before { content: "✓"; color: var(--green); margin-right: 12px; font-weight: 900; }

.visit-section { background: var(--paper-2); }
.visit-section > div:first-child { max-width: 1350px; margin: 0 auto 38px; }
.visit-grid { max-width: 1350px; margin: auto; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 2px solid var(--ink); }
.visit-grid article { min-height: 220px; display: flex; flex-direction: column; padding: 22px 24px; border-right: 1px solid var(--line); }
.visit-grid article:last-child { border-right: 0; }
.visit-grid span { color: var(--blue); text-transform: uppercase; font-size: 12px; font-weight: 900; letter-spacing: .1em; }
.visit-grid strong { margin: 24px 0 auto; font-size: 19px; line-height: 1.35; }
.visit-grid a { margin-top: 20px; font-size: 12px; font-weight: 900; }

.site-footer { position: relative; display: grid; grid-template-columns: 1.3fr repeat(3, .7fr); gap: 40px; padding: 65px clamp(24px, 5vw, 76px) 92px; background: #03131f; color: white; }
.footer-brand img { width: 160px; filter: saturate(1.1) brightness(1.15); }
.footer-brand p { margin-top: 16px; color: rgba(255,255,255,.62); }
.site-footer > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 8px; }
.site-footer span { color: var(--green); margin-bottom: 7px; font-size: 12px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.site-footer a { color: rgba(255,255,255,.72); font-size: 13px; }
.site-footer a:hover { color: white; }
.compact-footer { grid-template-columns: 1.5fr .7fr .7fr; padding-bottom: 60px; }

/* Detail pages */
.subhero {
  min-height: 650px;
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  align-items: stretch;
  background: var(--paper-2);
}
.subhero-copy { align-self: center; padding: 75px clamp(28px, 6vw, 100px); }
.subhero-copy h1 { font-size: clamp(68px, 7.2vw, 112px); }
.subhero-copy > p:not(.eyebrow) { max-width: 600px; font-size: 19px; }
.subhero > img { height: 100%; min-height: 650px; object-fit: cover; }
.dark-subhero { background: var(--ink); color: white; }
.dark-subhero .eyebrow { color: var(--green); }
.dark-subhero > img { object-position: 58% center; }
.menu-subhero > img { object-position: center 45%; }
.happenings-subhero { background: var(--blue); color: white; }
.happenings-subhero .eyebrow { color: var(--ink); }
.happenings-subhero h1 em { color: var(--ink); }
.happenings-subhero > img { object-position: center 42%; }
.groups-subhero { background: var(--ink); color: white; }
.groups-subhero .eyebrow { color: var(--green); }
.groups-subhero > img { object-position: 50% 40%; }
.visit-subhero { background: var(--paper-2); }
.visit-subhero > img { object-position: 62% center; }
.subhero-copy > div { display: flex; gap: 12px; flex-wrap: wrap; }

.detail-section { padding: 90px clamp(24px, 5vw, 76px); }
.split-detail { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(45px, 7vw, 110px); align-items: center; }
.detail-image img { height: 610px; object-fit: cover; border: 10px solid white; box-shadow: var(--shadow); transform: rotate(-1.5deg); }
.detail-copy h2 { margin-bottom: 26px; }
.detail-copy > p:not(.eyebrow):not(.fine-print) { max-width: 620px; font-size: 18px; }
.check-list { list-style: none; padding: 0; margin: 24px 0; }
.check-list li { margin: 10px 0; }
.check-list li::before { content: "✓"; color: #07985a; font-weight: 900; margin-right: 12px; }
.check-list.large { font-size: 18px; }
.arcade-detail { background: var(--ink); color: white; }
.arcade-detail .eyebrow { color: var(--green); }
.arcade-detail .section-heading > p { color: rgba(255,255,255,.7); }
.arcade-layout { max-width: 1350px; margin: auto; display: grid; grid-template-columns: .8fr 1.2fr; gap: 50px; align-items: stretch; }
.arcade-layout > img { height: 720px; object-fit: cover; object-position: center 40%; border: 8px solid var(--paper-2); transform: rotate(-1deg); }
.game-catalog { display: grid; }
.game-catalog > div { padding: 30px 0; border-bottom: 1px solid rgba(255,255,255,.22); }
.game-catalog h3 { margin-bottom: 12px; font-size: 36px; }
.game-catalog p { margin: 0; color: rgba(255,255,255,.72); font-size: 17px; }
.hangout-detail { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; align-items: center; background: var(--blue); color: white; }
.hangout-copy .eyebrow { color: var(--ink); }
.hangout-copy h2 em { color: var(--ink); }
.hangout-copy > p:not(.eyebrow) { font-size: 18px; }
.hangout-photos { display: grid; grid-template-columns: .85fr 1.15fr; gap: 16px; align-items: end; }
.hangout-photos img { height: 470px; object-fit: cover; border: 8px solid var(--paper-2); box-shadow: var(--shadow); }
.hangout-photos img:first-child { height: 390px; transform: rotate(-3deg); }
.hangout-photos img:last-child { transform: rotate(2deg); }
.conversion-band { padding: 75px clamp(24px, 5vw, 76px); text-align: center; background: var(--paper-2); }
.conversion-band h2 { margin-bottom: 30px; }
.conversion-band > div { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }

.menu-jump { position: sticky; top: 88px; z-index: 9; display: flex; justify-content: center; gap: 30px; overflow-x: auto; padding: 14px 22px; background: var(--ink); color: white; }
.menu-jump a { white-space: nowrap; color: white; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.menu-board { max-width: 1180px; margin: auto; padding: 90px 24px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 28px 70px; align-items: start; }
.menu-board > header { position: sticky; top: 165px; grid-row: span 6; }
.menu-board > header p:last-child { max-width: 410px; }
.menu-category { border-top: 3px solid var(--ink); padding-top: 18px; }
.menu-category h3 { color: var(--blue); font-size: 42px; margin-bottom: 18px; }
.menu-item { display: flex; justify-content: space-between; gap: 30px; padding: 16px 0; border-top: 1px solid var(--line); }
.menu-item strong { font-size: 16px; text-transform: uppercase; }
.menu-item p { margin: 4px 0 0; color: rgba(7,28,45,.67); font-size: 14px; }
.menu-item > span { flex: 0 0 auto; font-weight: 900; }
.drink-feature { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; background: var(--ink); color: white; }
.drink-feature > img { height: 670px; object-fit: cover; }
.drink-feature > div { padding: 70px clamp(30px, 6vw, 100px); }
.drink-feature .eyebrow { color: var(--green); }
.drink-feature p:not(.eyebrow) { font-size: 18px; color: rgba(255,255,255,.75); }

.weekly-board { max-width: 1240px; margin: auto; padding: 90px 24px; }
.weekly-board > header { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: end; margin-bottom: 45px; }
.weekly-board > header .eyebrow, .weekly-board > header h2 { grid-column: 1; }
.weekly-board > header > p:last-child { grid-column: 2; grid-row: 1 / span 2; align-self: end; font-size: 18px; }
.week-row { display: grid; grid-template-columns: 130px 1fr 1.2fr 100px; gap: 25px; align-items: center; padding: 24px 0; border-top: 2px solid var(--ink); }
.week-row > span { color: var(--blue); font-weight: 900; text-transform: uppercase; }
.week-row > strong { font: 900 28px/1 Impact, sans-serif; text-transform: uppercase; }
.week-row > p { margin: 0; }
.week-row > b { text-align: right; }
.event-photo-band { display: grid; grid-template-columns: 1fr 1fr; background: var(--ink); color: white; }
.event-photo-band > img { height: 650px; object-fit: cover; }
.event-photo-band > div { align-self: center; padding: 70px clamp(30px, 6vw, 100px); }
.event-photo-band .eyebrow { color: var(--green); }
.event-photo-band p:not(.eyebrow) { font-size: 18px; color: rgba(255,255,255,.72); }
.event-photo-band > div > div { display: flex; gap: 12px; flex-wrap: wrap; }
.truth-callout { display: grid; grid-template-columns: auto 1fr auto; gap: 30px; align-items: center; padding: 35px clamp(24px, 5vw, 76px); background: var(--green); border-block: 2px solid var(--ink); }
.truth-callout strong { font: 900 31px/1 Impact, sans-serif; text-transform: uppercase; }
.truth-callout p { margin: 0; }
.truth-callout a { font-weight: 900; }

.group-types { padding: 90px clamp(24px, 5vw, 76px); background: var(--paper-2); }
.group-types > header { max-width: 1350px; margin: auto 40px; }
.type-grid { max-width: 1350px; margin: auto; display: grid; grid-template-columns: repeat(4, 1fr); border: 2px solid var(--ink); box-shadow: 7px 7px 0 var(--blue); }
.type-grid article { min-height: 300px; padding: 25px; border-right: 1px solid var(--ink); }
.type-grid article:last-child { border-right: 0; }
.type-grid span { color: var(--blue); font-weight: 900; }
.type-grid h3 { margin: 55px 0 12px; font-size: 38px; }
.type-grid p { margin: 0; font-size: 15px; }
.package-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; align-items: center; padding: 90px clamp(24px, 5vw, 76px); background: var(--blue); color: white; }
.package-section .eyebrow { color: var(--ink); }
.package-section h2 em { color: var(--ink); }
.package-section img { height: 650px; object-fit: cover; border: 9px solid var(--paper-2); transform: rotate(1.5deg); box-shadow: var(--shadow); }
.planning-steps { padding: 90px clamp(24px, 5vw, 76px); background: var(--ink); color: white; }
.planning-steps > header, .planning-steps > ol, .planning-steps > .button { max-width: 1200px; margin-inline: auto; }
.planning-steps .eyebrow { color: var(--green); }
.planning-steps h2 em { color: var(--green); }
.planning-steps ol { list-style: none; padding: 35px 0 20px; }
.planning-steps li { display: grid; grid-template-columns: 90px 1fr; gap: 20px; padding: 24px 0; border-top: 1px solid rgba(255,255,255,.25); }
.planning-steps li > span { color: var(--green); font: 900 46px/1 Impact, sans-serif; }
.planning-steps li strong { font: 900 30px/1 Impact, sans-serif; text-transform: uppercase; }
.planning-steps li p { margin: 7px 0 0; color: rgba(255,255,255,.7); }
.planning-steps > .button { display: flex; width: fit-content; }
.group-proof { display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); background: var(--green); border-block: 2px solid var(--ink); }
.group-proof > * { padding: 24px; border-right: 1px solid var(--ink); text-align: center; text-transform: uppercase; font-weight: 900; }
.group-proof strong { font: 900 28px/1 Impact, sans-serif; }

.visit-facts { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--ink); color: white; }
.visit-facts article { min-height: 330px; padding: 35px; border-right: 1px solid rgba(255,255,255,.2); }
.visit-facts span { color: var(--green); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.visit-facts h3 { margin: 60px 0 18px; font-size: 32px; }
.visit-facts p { color: rgba(255,255,255,.68); font-size: 14px; }
.visit-facts a { color: var(--green); font-weight: 900; }
.faq-section { max-width: 1200px; margin: auto; padding: 90px 24px; display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; }
.faq-section header { position: sticky; top: 130px; align-self: start; }
.faq-section details { border-top: 2px solid var(--ink); padding: 22px 0; }
.faq-section details:last-child { border-bottom: 2px solid var(--ink); }
.faq-section summary { cursor: pointer; font-weight: 900; font-size: 18px; text-transform: uppercase; }
.faq-section details p { max-width: 680px; margin: 14px 0 0; color: rgba(7,28,45,.72); }

.games-dialog { width: min(840px, calc(100vw - 32px)); border: 2px solid var(--ink); padding: 46px; color: var(--ink); background: var(--paper-2); box-shadow: 10px 10px 0 var(--green); }
.games-dialog::backdrop { background: rgba(2,12,20,.82); }
.games-dialog h2 { font-size: 62px; }
.dialog-close { position: absolute; right: 14px; top: 8px; border: 0; background: transparent; font-size: 38px; cursor: pointer; }
.game-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin-top: 28px; }
.game-columns h3 { margin-bottom: 10px; font-size: 26px; }

@media (max-width: 1100px) {
  .site-header { grid-template-columns: 130px 1fr auto; padding-inline: 24px; }
  .header-actions .button:first-child { display: none; }
  .hero { grid-template-columns: .9fr 1.1fr; padding-inline: 32px; }
  .play-grid { grid-template-columns: 1fr 1fr; }
  .play-card-large { grid-column: span 2; min-height: 460px; }
  .event-board { grid-template-columns: 1fr 1fr; }
  .event-board article { border-bottom: 1px solid var(--ink); }
  .visit-grid { grid-template-columns: 1fr 1fr; }
  .visit-grid article { border-bottom: 1px solid var(--line); }
}

@media (max-width: 780px) {
  .utility { gap: 9px; font-size: 10px; }
  .utility span:not(:last-child)::after { margin-left: 9px; }
  .site-header { height: 76px; grid-template-columns: 1fr auto; }
  .brand img { width: 104px; height: 58px; }
  .menu-toggle { display: grid; gap: 5px; width: 42px; height: 42px; padding: 10px; border: 2px solid var(--ink); background: var(--green); box-shadow: 3px 3px 0 var(--ink); }
  .menu-toggle span:not(.sr-only) { display: block; height: 2px; background: var(--ink); }
  .site-nav { display: none; position: absolute; top: 76px; left: 0; right: 0; padding: 24px; background: var(--paper-2); border-bottom: 2px solid var(--ink); }
  .site-nav[data-open="true"] { display: grid; gap: 18px; }
  .header-actions { display: none; }
  .hero { display: block; padding: 48px 22px 54px; }
  h1 { font-size: clamp(67px, 20vw, 94px); }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-collage { min-height: 520px; margin-top: 48px; }
  .photo-wide { left: 2%; height: 275px; }
  .photo-left { width: 46%; height: 270px; }
  .photo-right { width: 43%; height: 285px; right: 1%; }
  .scribble { right: 0; top: 276px; font-size: 17px; }
  .proof-strip { grid-template-columns: 1fr 1fr; }
  .section { padding: 64px 22px; }
  .section-heading { display: block; }
  .section-heading > p { margin: 22px 0 0; }
  .play-grid { display: block; }
  .play-card { min-height: 460px; margin-bottom: 18px; }
  .menu-section, .groups-section { grid-template-columns: 1fr; }
  .menu-photo { min-height: 470px; }
  .menu-copy { padding: 58px 22px 68px; }
  .review-section { grid-template-columns: 1fr; gap: 38px; }
  .review-score > strong { font-size: 120px; }
  .event-board { display: block; }
  .event-board article { min-height: auto; border-right: 0; }
  .event-board strong { margin-top: 18px; }
  .groups-images { min-height: 490px; }
  .group-main { width: 94%; height: 350px; }
  .group-small { width: 52%; height: 250px; }
  .visit-grid { display: block; }
  .visit-grid article { min-height: 180px; border-right: 0; }
  .site-footer { grid-template-columns: 1fr 1fr; padding-bottom: 100px; }
  .footer-brand { grid-column: span 2; }
  .compact-footer { grid-template-columns: 1fr 1fr; }
  .subhero { grid-template-columns: 1fr; }
  .subhero-copy { padding: 55px 22px; }
  .subhero-copy h1 { font-size: clamp(66px, 19vw, 92px); }
  .subhero > img { min-height: 430px; height: 430px; }
  .split-detail, .hangout-detail, .package-section, .faq-section { grid-template-columns: 1fr; }
  .detail-image img { height: 430px; }
  .arcade-layout { grid-template-columns: 1fr; }
  .arcade-layout > img { height: 520px; }
  .hangout-photos img, .hangout-photos img:first-child { height: 330px; }
  .menu-jump { top: 76px; justify-content: flex-start; }
  .menu-board { display: block; padding-block: 60px; }
  .menu-board > header { position: static; margin-bottom: 45px; }
  .menu-category { margin-top: 38px; }
  .drink-feature, .event-photo-band { grid-template-columns: 1fr; }
  .drink-feature > img, .event-photo-band > img { height: 470px; }
  .weekly-board > header { display: block; }
  .week-row { grid-template-columns: 90px 1fr; }
  .week-row > p, .week-row > b { grid-column: 2; text-align: left; }
  .truth-callout { grid-template-columns: 1fr; }
  .type-grid { grid-template-columns: 1fr; }
  .type-grid article { min-height: 220px; border-right: 0; border-bottom: 1px solid var(--ink); }
  .type-grid h3 { margin-top: 30px; }
  .package-section img { height: 470px; }
  .group-proof, .visit-facts { grid-template-columns: 1fr; }
  .group-proof > *, .visit-facts article { border-right: 0; border-bottom: 1px solid currentColor; }
  .faq-section header { position: static; }
  .game-columns { grid-template-columns: 1fr; }
  .games-dialog { padding: 42px 24px 30px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
