/* ---------- Self-hosted fonts (locked-down for cross-device consistency) ---------- */
@font-face {
  font-family: 'Anton';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/anton-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/bebas-neue-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('fonts/caveat-var.woff2') format('woff2-variations'),
       url('fonts/caveat-var.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('fonts/inter-var.woff2') format('woff2-variations'),
       url('fonts/inter-var.woff2') format('woff2');
}

/* Metric-matched fallback for Inter — minimizes layout shift while the webfont loads
   and keeps text sized consistently if the webfont fails entirely. */
@font-face {
  font-family: 'Inter Fallback';
  src: local('Arial');
  size-adjust: 107%;
  ascent-override: 90%;
  descent-override: 22%;
  line-gap-override: 0%;
}

:root {
  --bg: #0e0a0c;
  --bg-2: #161013;
  --bg-3: #1f1418;
  --ink: #f4ece2;
  --ink-dim: #cbb9a9;
  --ink-mute: #8a7a6e;
  --line: #2a1f24;
  --line-2: #3a2a30;
  --neon: #ff2d8a;
  --neon-2: #ff5fb0;
  --amber: #ffb43a;
  --felt: #1f8a6b;
  --beer: #f2c14a;
  --crimson: #d2382b;
  --focus: #ffd23a;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-padding-top: var(--scroll-offset, 72px);
}
body {
  background: var(--bg);
  color: var(--ink);
  font-family: 'Inter', 'Inter Fallback', system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-synthesis: none;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }

:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: 3px;
  border-radius: 2px;
}

.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: absolute;
  top: -100px;
  left: 12px;
  z-index: 1000;
  background: var(--neon);
  color: #190509;
  padding: 10px 16px;
  border-radius: 4px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 13px;
  transition: top 0.15s ease;
}
.skip-link:focus { top: 12px; }

/* ---------- Type ---------- */
.display { font-family: 'Anton', 'Bebas Neue', sans-serif; font-weight: 400; letter-spacing: 0.01em; line-height: 0.92; text-transform: uppercase; }
.script  { font-family: 'Caveat', cursive; font-weight: 700; }
.mono    { font-family: ui-monospace, 'SF Mono', Menlo, monospace; }
.eyebrow {
  font-family: ui-monospace, 'SF Mono', Menlo, monospace;
  font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--ink-mute);
}

/* ---------- Layout ---------- */
.wrap { width: min(1240px, 92vw); margin: 0 auto; }

/* ---------- Top bar ---------- */
.topbar {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background: rgba(14,10,12,0.72);
  border-bottom: 1px solid var(--line);
}
.topbar__inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 0;
}
.brand { display: inline-flex; align-items: center; gap: 14px; padding-right: 4px; }
.brand .script {
  font-size: 30px; color: var(--neon); line-height: 1;
  text-shadow: 0 0 14px rgba(255,45,138,0.55), 0 0 30px rgba(255,45,138,0.3);
  padding: 0 2px 4px;
}
.brand .display {
  font-size: 12px; color: var(--ink-dim); letter-spacing: 0.32em;
  line-height: 1;
}
.nav { display: flex; gap: 28px; align-items: center; margin-left: 32px; }
.nav a {
  font-size: 13px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--ink-dim); white-space: nowrap;
}
.nav a:hover, .nav a:focus-visible { color: var(--neon-2); }

.open-pill {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 7px 12px; border: 1px solid var(--line-2); border-radius: 999px;
  font-family: ui-monospace, 'SF Mono', Menlo, monospace;
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--ink-dim);
}
.pulse-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #2bd17e;
  box-shadow: 0 0 10px rgba(43,209,126,0.34);
}
.pulse-dot.closed {
  background: #d24a4a;
  box-shadow: 0 0 10px rgba(210,74,74,0.28);
}

/* ---------- Hero ---------- */
.hero { position: relative; padding: 60px 0 90px; overflow: hidden; }
.hero__bg {
  position: absolute; inset: 0;
  background-image: url('img/rachels-pool-room.webp');
  background-size: cover; background-position: center;
  filter: brightness(0.55) saturate(1.05);
}
.hero__bg::after {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(60% 80% at 70% 40%, rgba(255,45,138,0.18), transparent 60%),
    linear-gradient(180deg, rgba(14,10,12,0.3) 0%, rgba(14,10,12,0.88) 80%, var(--bg) 100%);
}
.hero__inner { position: relative; padding-top: 30px; }
.hero__kicker {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: ui-monospace, 'SF Mono', Menlo, monospace;
  font-size: 11px; letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--ink-dim);
  padding: 8px 14px; border: 1px solid var(--line-2); border-radius: 999px;
  background: rgba(0,0,0,0.4);
  margin: 0 0 8px;
}
.hero__kicker .dot { width: 5px; height: 5px; border-radius: 50%; background: var(--neon); }
.hero h1 {
  margin: 24px 0 0;
  font-family: 'Anton', sans-serif;
  font-size: clamp(72px, 13vw, 200px);
  line-height: 0.86;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
.hero h1 .pink {
  color: var(--neon);
  text-shadow: 0 0 20px rgba(255,45,138,0.6), 0 0 40px rgba(255,45,138,0.4);
}
.hero h1 .script-overlay {
  display: block;
  font-family: 'Caveat', cursive; font-weight: 700; text-transform: none;
  font-size: 0.42em; line-height: 1; color: var(--ink);
  transform: rotate(-4deg) translate(20px, -36px);
  margin-bottom: -28px;
  text-shadow: 0 2px 18px rgba(0,0,0,0.6);
}
.hero__lead { max-width: 620px; margin-top: 28px; font-size: 19px; color: var(--ink-dim); }
.hero__row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; align-items: center; }

.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 22px; border-radius: 4px; font-weight: 600; font-size: 14px;
  letter-spacing: 0.06em; text-transform: uppercase;
  transition: transform 0.15s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  border: 1px solid transparent;
}
.btn:hover { transform: translateY(-1px); }
.btn--primary { background: var(--neon); color: #1a040b; }
.btn--primary:hover { background: var(--neon-2); }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--line-2); }
.btn--ghost:hover, .btn--ghost:focus-visible { border-color: var(--neon); color: var(--neon-2); }
.btn--amber { background: var(--amber); color: #1a1208; }

.hero__stats {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
  border-top: 1px solid var(--line);
  margin-top: 80px;
}
.hero__stat { padding: 22px 24px; border-right: 1px solid var(--line); }
.hero__stat:last-child { border-right: 0; }
.hero__stat .label {
  font-family: ui-monospace, 'SF Mono', Menlo, monospace;
  font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ink-mute);
}
.hero__stat .value {
  font-family: 'Anton', sans-serif;
  font-size: 26px; line-height: 1.1; letter-spacing: 0.01em; margin-top: 6px; text-transform: uppercase;
}
.hero__stat .value .small { font-size: 14px; color: var(--ink-dim); letter-spacing: 0.04em; }

@media (max-width: 1100px) { .brand .display { display: none; } }
@media (max-width: 760px) {
  .hero__stats { grid-template-columns: repeat(2, 1fr); }
  .hero__stat:nth-child(2) { border-right: 0; }
  .hero__stat:nth-child(1), .hero__stat:nth-child(2) { border-bottom: 1px solid var(--line); }
  .nav { display: none; }
  .hero__kicker { line-height: 1.5; padding: 10px 14px; }
  .hero h1 { margin-top: 56px; }
  .hero h1 .script-overlay { transform: rotate(-4deg) translate(8px, -18px); margin-bottom: -14px; font-size: 0.5em; }
}

/* ---------- Section header ---------- */
.section { padding: 90px 0; position: relative; }
.hero,
.section {
  scroll-margin-top: var(--scroll-offset, 72px);
}
.section__hd {
  display: grid; grid-template-columns: 1fr 1.4fr; gap: 60px; align-items: end;
  margin-bottom: 56px;
}
.section__hd h2 {
  font-family: 'Anton', sans-serif; text-transform: uppercase;
  font-size: clamp(38px, 5.4vw, 72px); line-height: 0.95; margin: 14px 0 0; letter-spacing: -0.005em;
}
.section__hd h2 .neon { color: var(--neon); }
.section__hd p { color: var(--ink-dim); font-size: 17px; max-width: 480px; }
@media (max-width: 760px) {
  .section__hd { grid-template-columns: 1fr; gap: 16px; }
  .section { padding: 64px 0; }
}

/* ---------- Tonight strip ---------- */
.tonight {
  background: linear-gradient(180deg, var(--bg-2), var(--bg));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 28px 0;
}
.tonight__inner { display: flex; gap: 28px; align-items: center; flex-wrap: wrap; }
.tonight__label { display: flex; align-items: center; gap: 12px; }
.tonight__label .day {
  font-family: 'Anton', sans-serif; font-size: 32px; text-transform: uppercase; line-height: 1;
}
.tonight__label .lab {
  font-family: ui-monospace, 'SF Mono', Menlo, monospace;
  font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ink-mute);
}
.tonight__items { display: flex; gap: 22px; flex-wrap: wrap; align-items: center; flex: 1; }
.tonight__chip {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 10px 14px; border: 1px solid var(--line-2); border-radius: 999px;
  font-size: 13px; color: var(--ink-dim);
}
.tonight__chip strong { color: var(--ink); font-weight: 600; }
.tonight__chip .pip { width: 6px; height: 6px; border-radius: 50%; background: var(--amber); }
.tonight__chip.pool .pip { background: var(--felt); }
.tonight__chip.deal .pip { background: var(--neon); }

/* ---------- The Week (specials) ---------- */
.week {
  display: grid; grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0;
}
.week__col {
  padding: 28px 22px;
  border-right: 1px solid var(--line);
  background: var(--bg-2);
  transition: background 0.25s ease;
  position: relative;
  min-height: 500px;
  display: flex; flex-direction: column; justify-content: space-between;
}
.week-slider { position: relative; }
.week__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 44px; height: 44px;
  border-radius: 999px;
  border: 1px solid var(--line-2);
  background: rgba(22, 16, 19, 0.92);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: var(--ink);
  display: none;
  align-items: center; justify-content: center;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.45);
  transition: opacity 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.week__nav[hidden] { display: none; }
.week__nav:hover, .week__nav:focus-visible {
  color: var(--neon-2);
  border-color: var(--neon);
}
.week__nav:disabled {
  opacity: 0.35;
  cursor: not-allowed;
  color: var(--ink-mute);
  border-color: var(--line);
}
.week__nav--prev { left: -22px; }
.week__nav--next { right: -22px; }
@media (min-width: 1101px) {
  .week {
    display: flex;
    grid-template-columns: none;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    border: 1px solid var(--line);
    border-radius: 4px;
  }
  .week::-webkit-scrollbar { display: none; }
  .week__col {
    flex: 0 0 calc(25% + 0.25px);
    scroll-snap-align: start;
  }
  .week__nav:not([hidden]) { display: inline-flex; }
}
.week__col:last-child { border-right: 0; }
.week__col:hover { background: var(--bg-3); }
.week__col.active { background: linear-gradient(180deg, rgba(255,45,138,0.1), var(--bg-3)); }
.week__col.active::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--neon);
}
.week__day {
  font-family: ui-monospace, 'SF Mono', Menlo, monospace;
  font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ink-mute);
}
.week__col.active .week__day { color: var(--neon); }
.week__title {
  font-family: 'Anton', sans-serif;
  font-size: 36px; line-height: 0.95; margin: 14px 0 18px; text-transform: uppercase;
}
.week__deal {
  font-family: 'Caveat', cursive; font-weight: 700; font-size: 38px; line-height: 1;
  color: var(--amber);
  transform: rotate(-2deg);
  margin: 0 0 14px;
}
.week__col.active .week__deal { color: var(--neon-2); }
.week__graphic {
  position: relative;
  height: 124px;
  margin: 22px 0 4px;
  overflow: hidden;
  border: 1px solid var(--line-2);
  border-radius: 4px;
  background:
    radial-gradient(circle at 24% 20%, rgba(255,255,255,0.16), transparent 10%),
    radial-gradient(circle at 80% 18%, rgba(255,180,58,0.16), transparent 18%),
    linear-gradient(135deg, rgba(31,138,107,0.25), rgba(255,45,138,0.12) 46%, rgba(0,0,0,0.1));
  box-shadow: inset 0 0 28px rgba(0,0,0,0.35);
}
.week__graphic::before {
  content: '';
  position: absolute;
  inset: 9px;
  border: 1px solid rgba(244,236,226,0.08);
  border-radius: 3px;
}
.week__graphic::after {
  content: '';
  position: absolute;
  left: -20%;
  right: -20%;
  bottom: 0;
  height: 42px;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,0.26));
}
.week__graphic span {
  position: absolute;
  display: block;
}
.week__graphic--darts { background-color: #181015; }
.week__graphic .dartboard {
  left: 22px;
  top: 22px;
  width: 78px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 7px solid #151111;
  background:
    radial-gradient(circle, var(--crimson) 0 8%, #f4ece2 9% 14%, #1a1414 15% 23%, transparent 24%),
    conic-gradient(#f4ece2 0 10deg, #121010 10deg 20deg, var(--crimson) 20deg 30deg, #1f8a6b 30deg 40deg, #f4ece2 40deg 50deg, #121010 50deg 60deg);
  box-shadow: 0 0 18px rgba(255,45,138,0.28);
}
.week__graphic .dart {
  width: 48px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(90deg, #f4ece2 0 60%, var(--amber) 60% 76%, var(--neon) 76%);
  transform-origin: right center;
}
.week__graphic .dart::before {
  content: '';
  position: absolute;
  right: -9px;
  top: -4px;
  border-left: 12px solid #8fd5ff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.week__graphic .dart--one { right: 24px; top: 44px; transform: rotate(-24deg); }
.week__graphic .dart--two { right: 34px; top: 78px; transform: rotate(18deg); }

.week__graphic--tacos { background-color: #21140c; }
.week__graphic .taco {
  bottom: 24px;
  width: 78px;
  height: 44px;
  border-radius: 80px 80px 12px 12px;
  background:
    radial-gradient(circle at 26% 45%, #d2382b 0 5px, transparent 6px),
    radial-gradient(circle at 56% 35%, #1f8a6b 0 5px, transparent 6px),
    radial-gradient(circle at 72% 50%, #ffb43a 0 4px, transparent 5px),
    linear-gradient(#f2c14a, #d9952f);
  border: 3px solid #5c3212;
  box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}
.week__graphic .taco--one { left: 26px; transform: rotate(-8deg); }
.week__graphic .taco--two { right: 26px; transform: rotate(7deg); }
.week__graphic .lime {
  left: 50%;
  top: 24px;
  width: 44px;
  height: 44px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #e2ff84 0 18%, #7ed957 19% 58%, #356d28 59%);
  box-shadow: 0 0 18px rgba(126,217,87,0.3);
}

.week__graphic--league { background-color: #111816; }
.week__graphic .rack {
  left: 28px;
  bottom: 20px;
  width: 88px;
  height: 68px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background:
    radial-gradient(circle at 50% 22%, #f4ece2 0 7px, transparent 8px),
    radial-gradient(circle at 36% 54%, #ffb43a 0 7px, transparent 8px),
    radial-gradient(circle at 64% 54%, #ff2d8a 0 7px, transparent 8px),
    radial-gradient(circle at 24% 82%, #1f8a6b 0 7px, transparent 8px),
    radial-gradient(circle at 50% 82%, #101010 0 7px, transparent 8px),
    radial-gradient(circle at 76% 82%, #d2382b 0 7px, transparent 8px),
    rgba(244,236,226,0.12);
}
.week__graphic .cue {
  right: 18px;
  top: 24px;
  width: 104px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ead3aa, #6b3219 78%, #f4ece2 78%);
  transform: rotate(-24deg);
}
.week__graphic .eight-ball {
  right: 32px;
  bottom: 22px;
  width: 42px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 42%, #f4ece2 0 12%, #101010 13%);
  box-shadow: 0 0 18px rgba(255,180,58,0.22);
}

.week__graphic--wings { background-color: #21100c; }
.week__graphic .basket {
  left: 24px;
  right: 24px;
  bottom: 20px;
  height: 44px;
  border-radius: 12px 12px 22px 22px;
  background:
    repeating-linear-gradient(90deg, rgba(255,255,255,0.12) 0 7px, transparent 7px 14px),
    linear-gradient(#7c2f1b, #3c1710);
  border: 2px solid #b04a24;
}
.week__graphic .wing {
  width: 58px;
  height: 44px;
  border-radius: 62% 44% 50% 58% / 58% 44% 56% 48%;
  background:
    radial-gradient(circle at 34% 26%, #ffd47d 0 11%, transparent 12%),
    radial-gradient(circle at 58% 68%, rgba(116,29,15,0.55) 0 18%, transparent 19%),
    linear-gradient(135deg, #ff8b38 0 22%, #d64a22 48%, #7f2313 100%);
  box-shadow:
    inset -7px -8px 0 rgba(80,18,11,0.28),
    0 6px 12px rgba(0,0,0,0.35),
    0 0 16px rgba(210,56,43,0.25);
}
.week__graphic .wing::before,
.week__graphic .wing::after {
  content: '';
  position: absolute;
  background: #f4ece2;
  z-index: -1;
}
.week__graphic .wing::before {
  right: -29px;
  top: 18px;
  width: 34px;
  height: 10px;
  border-radius: 999px;
  box-shadow: inset -2px -1px 0 rgba(0,0,0,0.08);
}
.week__graphic .wing::after {
  right: -43px;
  top: 11px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 35%, #fff9ed 0 26%, transparent 27%),
    radial-gradient(circle at 70% 65%, #fff9ed 0 28%, transparent 29%),
    #f4ece2;
  box-shadow: inset -3px -3px 0 rgba(0,0,0,0.08);
}
.week__graphic .wing--one { left: 42px; top: 29px; transform: rotate(-20deg); }
.week__graphic .wing--two { right: 42px; top: 35px; transform: scaleX(-1) rotate(-18deg); }
.week__graphic .dip {
  left: 50%;
  top: 34px;
  width: 34px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, #f4ece2 0 56%, #2a1f24 57%);
  transform: translateX(-50%);
}
.week__graphic--drinks { background-color: #180f19; }
.week__graphic .glass {
  bottom: 22px;
  width: 46px;
  height: 76px;
  clip-path: polygon(12% 0, 88% 0, 72% 100%, 28% 100%);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.7), rgba(255,255,255,0.14) 12%, transparent 13%),
    linear-gradient(180deg, transparent 0 34%, rgba(255,45,138,0.9) 35%, rgba(255,180,58,0.75));
  border: 2px solid rgba(244,236,226,0.65);
}
.week__graphic .glass--one { left: 46px; transform: rotate(-7deg); }
.week__graphic .glass--two { right: 46px; transform: rotate(7deg); }
.week__graphic .spark {
  width: 18px;
  aspect-ratio: 1;
  background: var(--amber);
  clip-path: polygon(50% 0, 61% 38%, 100% 50%, 61% 62%, 50% 100%, 39% 62%, 0 50%, 39% 38%);
  box-shadow: 0 0 16px rgba(255,180,58,0.6);
}
.week__graphic .spark--one { left: 50%; top: 26px; }
.week__graphic .spark--two { left: 34%; top: 66px; transform: scale(0.65); }

.week__graphic--late { background-color: #100f1f; }
.week__graphic .moon {
  left: 34px;
  top: 24px;
  width: 58px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle at 70% 34%, var(--bg-2) 0 40%, #f4ece2 41%);
  box-shadow: 0 0 24px rgba(244,236,226,0.3);
}
.week__graphic .clock {
  right: 34px;
  top: 28px;
  width: 58px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 5px solid var(--amber);
  background:
    linear-gradient(90deg, transparent 47%, #f4ece2 48% 52%, transparent 53%),
    linear-gradient(35deg, transparent 48%, #f4ece2 49% 53%, transparent 54%),
    rgba(0,0,0,0.28);
  box-shadow: 0 0 22px rgba(255,180,58,0.28);
}
.week__graphic .neon-line {
  left: 20px;
  right: 20px;
  bottom: 24px;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--neon), #8fd5ff, var(--amber));
  box-shadow: 0 0 18px rgba(255,45,138,0.45);
}

.week__graphic--sunday { background-color: #15140c; }
.week__graphic .beer {
  left: 36px;
  bottom: 22px;
  width: 48px;
  height: 76px;
  border-radius: 7px 7px 10px 10px;
  border: 3px solid rgba(244,236,226,0.75);
  background:
    linear-gradient(180deg, #f4ece2 0 18%, transparent 19%),
    linear-gradient(90deg, rgba(255,255,255,0.24) 0 18%, transparent 19%),
    linear-gradient(#f6d15d, #b66b18);
}
.week__graphic .beer::after {
  content: '';
  position: absolute;
  right: -20px;
  top: 20px;
  width: 20px;
  height: 28px;
  border: 5px solid rgba(244,236,226,0.7);
  border-left: 0;
  border-radius: 0 18px 18px 0;
}
.week__graphic .pool-ball {
  right: 34px;
  width: 42px;
  aspect-ratio: 1;
  border-radius: 50%;
  box-shadow: 0 0 16px rgba(0,0,0,0.35);
}
.week__graphic .pool-ball--one {
  bottom: 52px;
  background: radial-gradient(circle at 48% 42%, #f4ece2 0 18%, #101010 19%);
}
.week__graphic .pool-ball--two {
  right: 78px;
  bottom: 24px;
  background: radial-gradient(circle at 48% 42%, #f4ece2 0 18%, #ffb43a 19%);
}
.week__list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.week__list li { display: flex; gap: 8px; font-size: 13px; color: var(--ink-dim); }
.week__list li::before {
  content: ''; flex-shrink: 0;
  width: 4px; height: 4px;
  background: var(--ink-mute);
  margin-top: 9px;
}
@media (max-width: 1100px) {
  .week { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .week__col { border-bottom: 1px solid var(--line); }
  .week__col:nth-child(3n) { border-right: 0; }
}
@media (max-width: 760px) {
  .week { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .week__col:nth-child(3n) { border-right: 1px solid var(--line); }
  .week__col:nth-child(2n) { border-right: 0; }
}
@media (max-width: 540px) {
  .week { grid-template-columns: 1fr; }
  .week__col { border-right: 0 !important; }
}

/* ---------- Tournaments ---------- */
.tourneys { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.tourney {
  background: var(--bg-2); border: 1px solid var(--line);
  padding: 28px 26px; position: relative; overflow: hidden;
  display: flex; flex-direction: column; gap: 22px;
  min-height: 360px;
}
.tourney__graphic {
  position: relative;
  height: 132px;
  overflow: hidden;
  border: 1px solid var(--line-2);
  border-radius: 4px;
  background:
    radial-gradient(circle at 24% 22%, rgba(244,236,226,0.14), transparent 12%),
    radial-gradient(circle at 78% 24%, rgba(255,180,58,0.13), transparent 17%),
    linear-gradient(135deg, rgba(31,138,107,0.18), rgba(255,45,138,0.12) 48%, rgba(0,0,0,0.08));
  box-shadow: inset 0 0 28px rgba(0,0,0,0.36);
}
.tourney__graphic::before {
  content: '';
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(244,236,226,0.08);
  border-radius: 3px;
}
.tourney__graphic::after {
  content: '';
  position: absolute;
  left: -18%;
  right: -18%;
  bottom: 0;
  height: 44px;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,0.26));
}
.tourney__graphic span {
  position: absolute;
  display: block;
}
.tourney__graphic--darts { background-color: #171015; }
.tourney__graphic--nine { background-color: #121812; }
.tourney__graphic--eight { background-color: #111417; }
.game-dartboard {
  left: 30px;
  top: 28px;
  width: 76px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 16px solid #131011;
  background:
    radial-gradient(circle, var(--crimson) 0 10%, #f4ece2 11% 19%, #181313 20% 31%, transparent 32%),
    conic-gradient(#f4ece2 0 12deg, #171212 12deg 24deg, var(--crimson) 24deg 36deg, var(--felt) 36deg 48deg, #f4ece2 48deg 60deg, #171212 60deg 72deg);
  box-shadow: 0 0 22px rgba(255,45,138,0.26);
}
.game-dart {
  right: 34px;
  width: 62px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, #f4ece2 0 58%, var(--amber) 59% 73%, var(--neon) 74%);
  transform-origin: right center;
  z-index: 1;
}
.game-dart::before {
  content: '';
  position: absolute;
  right: -10px;
  top: -5px;
  border-left: 13px solid #8fd5ff;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}
.game-dart--one { top: 48px; transform: rotate(-25deg); }
.game-dart--two { top: 78px; right: 46px; transform: rotate(19deg); }
.pool-rail {
  left: 22px;
  right: 22px;
  bottom: 24px;
  height: 44px;
  border-radius: 22px;
  background:
    linear-gradient(90deg, rgba(244,236,226,0.08) 0 8%, transparent 8% 17%, rgba(244,236,226,0.08) 17% 25%, transparent 25% 100%),
    linear-gradient(180deg, rgba(31,138,107,0.82), #0e3d34);
  border: 2px solid rgba(244,236,226,0.12);
  box-shadow: inset 0 0 18px rgba(0,0,0,0.42);
}
.game-cue {
  right: 24px;
  top: 32px;
  width: 128px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, #f4ece2 0 12%, #b78958 13% 74%, #5c351f 75%);
  transform: rotate(-20deg);
  z-index: 1;
}
.game-ball {
  aspect-ratio: 1;
  border-radius: 50%;
  box-shadow:
    inset -8px -9px 0 rgba(0,0,0,0.24),
    0 0 18px rgba(255,180,58,0.2);
  z-index: 2;
}
.game-ball::before {
  content: '';
  position: absolute;
  left: 22%;
  top: 18%;
  width: 18%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(255,255,255,0.68);
}
.game-ball::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 34%;
  aspect-ratio: 1;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4ece2;
  color: #141012;
  font-family: 'Anton', sans-serif;
  font-size: 17px;
  line-height: 1;
}
.game-ball--nine {
  left: 48px;
  top: 36px;
  width: 72px;
  background:
    linear-gradient(180deg, transparent 0 33%, #ffb43a 34% 66%, transparent 67%),
    #f4ece2;
}
.game-ball--nine::after { content: '9'; }
.game-ball--eight {
  left: 48px;
  top: 36px;
  width: 72px;
  background: #101010;
}
.game-ball--eight::after { content: '8'; }
.game-ball--cue {
  right: 86px;
  bottom: 40px;
  width: 34px;
  background: #f4ece2;
}
.game-ball--cue::after { content: none; }
.game-ball--stripe {
  right: 64px;
  bottom: 42px;
  width: 44px;
  background:
    linear-gradient(180deg, #f4ece2 0 30%, var(--crimson) 31% 69%, #f4ece2 70%);
}
.game-ball--stripe::after { content: none; }
.tourney__type {
  font-family: ui-monospace, 'SF Mono', Menlo, monospace;
  font-size: 11px; letter-spacing: 0.22em; color: var(--ink-mute); text-transform: uppercase;
  margin-bottom: 0px;
}
.tourney h3 {
  font-family: 'Anton', sans-serif; font-size: 38px; line-height: 1.05;
  margin: 0; padding-bottom: 4px; text-transform: uppercase;
}
.tourney h3 .accent { color: var(--amber); }
.tourney__meta { display: flex; flex-direction: column; gap: 8px; font-size: 14px; color: var(--ink-dim); }
.tourney__meta dl { display: grid; grid-template-columns: max-content 1fr; gap: 6px 16px; margin: 0; }
.tourney__meta dt {
  font-family: ui-monospace, 'SF Mono', Menlo, monospace;
  font-size: 10px; letter-spacing: 0.22em; color: var(--ink-mute); text-transform: uppercase;
  align-self: center;
}
.tourney__meta dd { margin: 0; color: var(--ink); font-size: 14px; }
.tourney__notes { margin: 0; color: var(--ink-dim); }
.tourney__prize {
  margin-top: auto;
  padding-top: 16px; border-top: 1px dashed var(--line-2);
  display: flex; gap: 12px; align-items: baseline;
}
.tourney__prize .lab {
  font-family: ui-monospace, 'SF Mono', Menlo, monospace;
  font-size: 10px; letter-spacing: 0.22em; color: var(--ink-mute); text-transform: uppercase;
}
.tourney__prize .val { font-family: 'Anton', sans-serif; font-size: 22px; color: var(--neon); }
.tourney__corner {
  position: absolute; top: 18px; right: 18px;
  font-family: 'Anton', sans-serif; font-size: 14px; letter-spacing: 0.06em;
  color: var(--ink-mute); text-transform: uppercase;
}
@media (max-width: 880px) { .tourneys { grid-template-columns: 1fr; } }

.apa-card {
  margin-top: 32px;
  padding: 22px 26px;
  border: 1px dashed var(--line-2);
  display: flex;
  gap: 22px;
  align-items: center;
  flex-wrap: wrap;
  background: rgba(31,138,107,0.06);
}
.apa-card__logo {
  width: 140px; height: 140px; flex-shrink: 0;
  background: #fff; border-radius: 6px;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 6px 18px rgba(0,0,0,0.45);
  overflow: hidden;
}
.apa-card__logo img { width: 130%; height: 130%; object-fit: contain; }
.apa-card__copy { flex: 1; min-width: 260px; }
.apa-card__title {
  font-family: 'Anton', sans-serif; font-size: 28px; line-height: 1;
  text-transform: uppercase; margin: 0 0 6px;
}
.apa-card__title .felt { color: var(--felt); }
.apa-card__copy p { color: var(--ink-dim); font-size: 15px; margin: 0; }

/* ---------- Photo wall (masonry) ---------- */
.wall {
  column-count: 3;
  column-gap: 10px;
}
.wall figure {
  margin: 0 0 10px;
  position: relative;
  overflow: hidden;
  background: var(--bg-2);
  border-radius: 2px;
  break-inside: avoid;
  display: block;
}
.wall figure img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.6s ease;
}
.wall figure:hover img { transform: scale(1.04); }
.wall figure figcaption {
  position: absolute; bottom: 8px; left: 10px;
  font-family: 'Caveat', cursive; font-weight: 700; font-size: 22px; color: #fff;
  transform: rotate(-2deg);
  text-shadow: 0 2px 12px rgba(0,0,0,0.8);
  pointer-events: none;
}
@media (max-width: 980px) {
  .wall { column-count: 2; }
}
@media (max-width: 540px) {
  .wall { column-count: 1; }
}

/* ---------- Pour list ---------- */
.pour {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0;
  border: 1px solid var(--line);
}
.pour__col { padding: 38px 32px; border-right: 1px solid var(--line); }
.pour__col:last-child { border-right: 0; }
.pour__col h3 {
  font-family: 'Anton', sans-serif; text-transform: uppercase;
  font-size: 30px; margin: 0 0 24px;
  display: flex; align-items: center; gap: 14px;
}
.pour__col h3 .ico {
  width: 32px; height: 32px; border: 2px solid var(--neon); border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-family: 'Anton', sans-serif; font-size: 14px; color: var(--neon);
}
.pour__subhead { margin: -10px 0 22px; color: var(--ink-dim); font-size: 15px; line-height: 1.5; }
.pour__list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 14px; }
.pour__list li { display: flex; gap: 16px; align-items: baseline; font-size: 16px; }
.pour__list li .name { color: var(--ink); font-weight: 500; }
.pour__list li .dots { flex: 1; border-bottom: 1px dotted var(--line-2); position: relative; top: -4px; }
.pour__list li .price { font-family: 'Anton', sans-serif; color: var(--amber); font-size: 22px; }
@media (max-width: 760px) {
  .pour { grid-template-columns: 1fr; }
  .pour__col { border-right: 0; border-bottom: 1px solid var(--line); }
  .pour__col:last-child { border-bottom: 0; }
}

.kitchen-row {
  margin-top: 28px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}
.kitchen-row > div {
  padding: 22px 24px;
  background: var(--bg-2);
  border: 1px solid var(--line);
}
.kitchen-row .eyebrow { margin-bottom: 8px; }
.kitchen-row .heading {
  font-family: 'Anton', sans-serif;
  font-size: 22px;
  text-transform: uppercase;
}
.kitchen-row .heading .amber { color: var(--amber); }
.kitchen-row p { color: var(--ink-dim); font-size: 14px; margin: 10px 0 0; }
.kitchen-row .quote {
  font-family: 'Caveat', cursive; font-weight: 700;
  font-size: 30px; color: var(--neon-2); line-height: 1.1; margin: 0;
}
@media (max-width: 760px) { .kitchen-row { grid-template-columns: 1fr; } }

/* ---------- The room ---------- */
.room { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.room__img { position: relative; overflow: hidden; aspect-ratio: 4/3; }
.room__img img { width: 100%; height: 100%; object-fit: cover; }
.room__copy h2 {
  font-family: 'Anton', sans-serif; text-transform: uppercase;
  font-size: clamp(38px, 5vw, 64px); line-height: 0.95; margin: 14px 0 22px;
}
.room__copy h2 .neon { color: var(--neon); }
.room__copy p { color: var(--ink-dim); font-size: 17px; margin: 0 0 16px; }
.room__list {
  list-style: none; padding: 0; margin: 28px 0 0;
  display: grid; grid-template-columns: 1fr 1fr; gap: 12px 24px;
}
.room__list li {
  display: flex; align-items: center; gap: 10px;
  font-size: 14px; color: var(--ink);
  padding: 10px 0; border-top: 1px solid var(--line);
}
.room__list li .num { font-family: 'Anton', sans-serif; color: var(--amber); font-size: 22px; min-width: 36px; }
@media (max-width: 880px) { .room { grid-template-columns: 1fr; } }

/* ---------- Locals ---------- */
.locals { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.local { background: var(--bg-2); border: 1px solid var(--line); padding: 28px 24px; }
.local__quote {
  font-family: 'Caveat', cursive; font-weight: 400;
  font-size: 26px; line-height: 1.25; color: var(--ink); margin: 0 0 22px;
}
.local__by { display: flex; gap: 12px; align-items: center; padding-top: 14px; border-top: 1px solid var(--line); }
.local__avatar {
  width: 36px; height: 36px; border-radius: 50%; background: var(--bg-3);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Anton', sans-serif; color: var(--neon); font-size: 14px;
}
.local__name { font-size: 13px; }
.local__name strong { display: block; font-weight: 600; }
.local__name span { color: var(--ink-mute); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; }
.local__stars { color: var(--amber); font-size: 14px; letter-spacing: 2px; }
@media (max-width: 880px) { .locals { grid-template-columns: 1fr; } }

/* ---------- Visit ---------- */
.visit { display: grid; grid-template-columns: 1.1fr 1fr; gap: 0; border: 1px solid var(--line); }
.visit__copy { padding: 50px 44px; }
.visit__copy h2 {
  font-family: 'Anton', sans-serif; text-transform: uppercase;
  font-size: clamp(40px, 5vw, 68px); line-height: 0.95; margin: 14px 0 22px;
}
.visit__copy h2 .neon { color: var(--neon); }
.visit__addr { font-style: normal; font-size: 18px; color: var(--ink); margin: 22px 0 6px; }
.visit__phone {
  display: inline-block; font-family: 'Anton', sans-serif; font-size: 32px;
  color: var(--neon); margin: 4px 0 28px;
  text-shadow: 0 0 14px rgba(255,45,138,0.45);
}
.visit__phone:hover { color: var(--neon-2); }
.visit__row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 14px; }
.visit__meta {
  margin-top: 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.visit__meta .body { font-size: 14px; margin-top: 6px; color: var(--ink-dim); }
.visit__hours {
  background: var(--bg-2); padding: 50px 44px;
  border-left: 1px solid var(--line);
  display: flex; flex-direction: column;
}
.visit__hours h3 {
  font-family: 'Anton', sans-serif; text-transform: uppercase;
  font-size: 24px; margin: 0 0 22px; letter-spacing: 0.04em;
}
.visit__hours dl { margin: 0; display: flex; flex-direction: column; gap: 0; }
.visit__hours .row {
  display: flex; justify-content: space-between; align-items: baseline;
  padding: 12px 0; border-bottom: 1px dashed var(--line-2); font-size: 15px;
}
.visit__hours .row:last-child { border-bottom: 0; }
.visit__hours .row.today { color: var(--neon); }
.visit__hours .row dt {
  font-family: ui-monospace, 'SF Mono', Menlo, monospace;
  font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-mute); margin: 0;
}
.visit__hours .row.today dt { color: var(--neon); }
.visit__hours .row dd { margin: 0; }
.visit__hours .note { margin-top: auto; padding-top: 28px; font-size: 13px; color: var(--ink-mute); line-height: 1.6; }
@media (max-width: 880px) {
  .visit { grid-template-columns: 1fr; }
  .visit__hours { border-left: 0; border-top: 1px solid var(--line); }
  .visit__copy, .visit__hours { padding: 38px 28px; }
}

/* ---------- Footer ---------- */
.foot {
  border-top: 1px solid var(--line);
  padding: 56px 0 28px;
  margin-top: 60px;
}
.foot__inner { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; }
.foot__mark {
  display: inline-flex; align-items: baseline; gap: 14px;
  margin: 0;
}
.foot__brand .script {
  font-size: 56px; color: var(--neon); line-height: 1;
  text-shadow: 0 0 18px rgba(255,45,138,0.5);
}
.foot__brand .display {
  font-family: 'Anton', sans-serif;
  font-size: 28px; letter-spacing: 0.18em; color: var(--ink); line-height: 1;
  text-transform: uppercase;
}
.foot__loc {
  font-family: ui-monospace, 'SF Mono', Menlo, monospace;
  font-size: 11px; letter-spacing: 0.32em; text-transform: uppercase;
  color: var(--ink-mute); margin: 8px 0 0;
}
.foot__brand > p { color: var(--ink-mute); font-size: 13px; max-width: 320px; margin-top: 14px; }
.foot h2 {
  font-family: ui-monospace, 'SF Mono', Menlo, monospace;
  font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--ink-mute); margin: 0 0 18px; font-weight: 400;
}
.foot ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.foot a:hover, .foot a:focus-visible { color: var(--neon-2); }
.foot__socials { display: flex; gap: 10px; margin-top: 14px; }
.foot__socials a {
  width: 36px; height: 36px; border: 1px solid var(--line-2); border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center; color: var(--ink-dim);
}
.foot__socials a:hover, .foot__socials a:focus-visible { border-color: var(--neon); color: var(--neon); }
.foot__bottom {
  margin-top: 48px; padding-top: 22px; border-top: 1px solid var(--line);
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  font-size: 12px; color: var(--ink-mute);
}
.foot__credit a {
  color: var(--neon);
  text-shadow: 0 0 10px rgba(255,45,138,0.5);
}
.foot__credit a:hover, .foot__credit a:focus-visible { color: var(--neon-2); }
@media (max-width: 760px) {
  .foot__inner { grid-template-columns: 1fr; }
  .foot__bottom { gap: 8px; }
}

/* ---------- Floating nav menu (mobile only) ---------- */
.nav-fab {
  position: fixed;
  right: 16px;
  bottom: calc(16px + env(safe-area-inset-bottom, 0px));
  z-index: 90;
  display: none;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}
.nav-fab[hidden] { display: none; }
@media (max-width: 760px) {
  .nav-fab:not([hidden]) { display: flex; }
}

.nav-fab__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid var(--line-2);
  border-radius: 999px;
  background: rgba(22, 16, 19, 0.78);
  color: var(--ink-dim);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.25s ease, transform 0.25s ease, color 0.2s ease, border-color 0.2s ease;
}
.nav-fab.is-visible .nav-fab__btn {
  opacity: 1;
  transform: translateY(0);
}
.nav-fab__btn:hover, .nav-fab__btn:focus-visible {
  color: var(--neon-2);
  border-color: var(--neon);
}
.nav-fab__icon { display: block; }
.nav-fab__icon--close { display: none; }
.nav-fab.is-open .nav-fab__icon--menu { display: none; }
.nav-fab.is-open .nav-fab__icon--close { display: block; }
.nav-fab.is-open .nav-fab__btn {
  color: var(--neon-2);
  border-color: var(--neon);
}

.nav-fab__menu {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-width: 180px;
  padding: 6px;
  border: 1px solid var(--line-2);
  border-radius: 14px;
  background: rgba(22, 16, 19, 0.92);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.45);
  transform-origin: bottom right;
  opacity: 0;
  transform: translateY(6px) scale(0.97);
  transition: opacity 0.18s ease, transform 0.18s ease;
  pointer-events: none;
}
.nav-fab__menu[hidden] { display: none; }
.nav-fab.is-open .nav-fab__menu {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
.nav-fab__menu a,
.nav-fab__menu .nav-fab__top {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: var(--ink-dim);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-align: left;
  cursor: pointer;
}
.nav-fab__menu a:hover,
.nav-fab__menu a:focus-visible,
.nav-fab__menu .nav-fab__top:hover,
.nav-fab__menu .nav-fab__top:focus-visible {
  background: rgba(255, 45, 138, 0.08);
  color: var(--neon-2);
  outline: none;
}
.nav-fab__top {
  margin-top: 4px;
  border-top: 1px solid var(--line) !important;
  border-radius: 0 0 10px 10px !important;
  padding-top: 12px !important;
  color: var(--ink) !important;
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
  .wall figure:hover img { transform: none; }
}

@media (max-width: 760px) {
  .topbar,
  .week__nav,
  .nav-fab__btn,
  .nav-fab__menu {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .brand .script,
  .hero h1 .pink,
  .visit__phone,
  .foot__brand .script {
    text-shadow: none;
  }

  .nav-fab__btn,
  .nav-fab__menu {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.28);
  }
}
