@font-face {
  font-family: NotturnoDisplay;
  src: url("../fonts/barlow-condensed-latin-800.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: NotturnoSans;
  src: url("../fonts/dm-sans-latin.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
:root {
  --ink: #11100f;
  --paper: #f1efe8;
  --pink: #ff82b6;
  --muted: #adaaa4;
  --line: rgba(255, 255, 255, 0.17);
  --lime: #d6ea80;
  --font: NotturnoSans, Arial, sans-serif;
  --display: NotturnoDisplay, Impact, "Arial Narrow", sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--font);
  font-size: 1rem;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.dialog-is-open {
  overflow: hidden;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
input,
select,
summary {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: not-allowed;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  color: inherit;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  line-height: 1;
  letter-spacing: -0.025em;
}
button {
  border: 0;
  background: none;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--pink);
  outline-offset: 5px;
}
input,
select {
  max-width: 100%;
}
[hidden] {
  display: none !important;
}
::selection {
  background: var(--pink);
  color: var(--ink);
}
.skip-link {
  position: fixed;
  left: 1rem;
  top: -100px;
  z-index: 1000;
  background: var(--paper);
  color: var(--ink);
  padding: 1rem;
}
.skip-link:focus {
  top: 1rem;
}
.eyebrow {
  font-size: 0.875rem;
  letter-spacing: 0.11em;
  font-weight: 600;
  line-height: 1.5;
}
.quiet {
  font-size: 0.875rem;
  color: #726d65;
  line-height: 1.5;
}
.serif-word {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.78em;
  font-style: italic;
  letter-spacing: -0.065em;
  font-weight: 400;
}
.display-title {
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(4rem, 7.6vw, 8rem);
  line-height: 0.92;
  letter-spacing: -0.025em;
}
.display-title .serif-word {
  display: inline-block;
  padding: 0.1em 0;
}
.section-pad {
  padding: 7.5rem 6.25%;
}
.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 3rem;
  margin-bottom: 3.5rem;
}
.section-heading .eyebrow {
  margin-bottom: 1.5rem;
}
.section-description {
  font-size: 1.06rem;
  line-height: 1.6;
  max-width: 22rem;
  padding-bottom: 0.7rem;
}
.section-description .quiet {
  display: block;
  margin-top: 0.5rem;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 1.2rem 1.65rem;
  font-size: 0.875rem;
  line-height: 1.3;
  letter-spacing: 0.04em;
  font-weight: 700;
  border-radius: 0;
  transition:
    background 0.2s,
    color 0.2s,
    transform 0.2s;
  min-height: 52px;
}
.button span {
  font-size: 1.5rem;
  line-height: 1;
}
.button:hover {
  transform: translateY(-3px);
}
.button-light {
  background: var(--paper);
  color: var(--ink);
}
.button-pink {
  background: var(--pink);
  color: var(--ink);
}
.button-dark {
  background: var(--ink);
  color: var(--paper);
}
.button-outline {
  border: 1px solid currentColor;
  background: transparent;
  width: 100%;
}
.button-outline:hover {
  background: var(--paper);
  color: var(--ink);
}
.button-small {
  padding: 0.85rem 1.2rem;
  min-height: 46px;
  font-size: 0.8125rem;
}
.button-large {
  padding: 1.4rem 1.8rem;
  min-height: 64px;
}
.text-button {
  font-size: 0.8125rem;
  letter-spacing: 0.045em;
  font-weight: 600;
  padding: 0.5rem 0;
  text-align: left;
}
.underlined-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  border-bottom: 1px solid currentColor;
  padding: 0.75rem 0;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.underlined-link span {
  font-size: 1.5rem;
}
.demo-strip {
  position: relative;
  z-index: 12;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.35rem 3.5%;
  background: var(--pink);
  color: var(--ink);
  font-size: 0.75rem;
  line-height: 1.4;
  font-weight: 600;
  min-height: 36px;
}
.demo-strip > span {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.demo-strip i {
  height: 6px;
  width: 6px;
  background: var(--ink);
  border-radius: 50%;
}
.demo-strip .text-button {
  font-size: 0.75rem;
  white-space: nowrap;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.35rem 3.5%;
  gap: 2rem;
  background: var(--ink);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.admin-bar .site-header {
  top: 32px;
}
.wordmark {
  font-family: var(--display);
  font-weight: 800;
  font-size: 2rem;
  letter-spacing: 0.01em;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  line-height: 1;
}
.brand-star {
  font-size: 1.4rem;
  color: var(--pink);
}
.desktop-nav {
  display: flex;
  gap: 2rem;
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
  font-weight: 600;
}
.desktop-nav a {
  transition: color 0.2s;
}
.desktop-nav a:hover {
  color: var(--pink);
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.header-actions .button > span:first-child,
.header-actions .booking-button-detail {
  font-size: inherit;
  line-height: inherit;
}
.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 7px;
}
.menu-toggle span {
  display: block;
  width: 24px;
  height: 1px;
  background: var(--paper);
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}
.menu-toggle[aria-expanded="true"] span:first-child {
  transform: translateY(4px) rotate(45deg);
}
.menu-toggle[aria-expanded="true"] span:last-child {
  transform: translateY(-4px) rotate(-45deg);
}
.mobile-nav {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 11;
  padding: 1rem 5% 2rem;
  background: var(--ink);
  border-bottom: 1px solid var(--line);
  max-height: calc(100svh - 100px);
  overflow-y: auto;
  box-shadow: 0 20px 40px #0005;
  transform-origin: 50% 0;
}
.mobile-nav a,
.mobile-nav button {
  display: block;
  text-align: left;
  padding: 1rem 0;
  font-size: 1.4rem;
  width: 100%;
}
.mobile-nav > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font: 800 clamp(2rem, 8vw, 3rem) / 1 var(--display);
  text-transform: uppercase;
  padding: 1.2rem 0;
  border-bottom: 1px solid #ffffff25;
}
.mobile-nav > a::after {
  content: "↗";
  color: var(--pink);
}
.mobile-nav > button {
  font-size: 1rem;
  padding-bottom: 0.25rem;
  color: var(--pink);
}
@media (min-width: 961px) {
  .mobile-nav {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .menu-toggle span {
    transition: none;
  }
}
.hero {
  position: relative;
  isolation: isolate;
  min-height: min(900px, calc(100svh - 120px));
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem 6.25% 3.5rem;
}
.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.hero-image {
  object-fit: cover;
  object-position: 50% 55%;
  transform: scale(1.025);
}
.hero-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(12, 6, 12, 0.35), rgba(12, 6, 12, 0.02)),
    linear-gradient(
      0deg,
      rgba(12, 6, 12, 0.84),
      transparent 60%,
      rgba(12, 6, 12, 0.2)
    );
}
.hero-topline {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.hero-content {
  position: relative;
  margin-top: 6rem;
  max-width: 1600px;
  width: 100%;
}
.hero-intro {
  margin-bottom: 1rem;
  color: var(--paper);
}
.hero h1 {
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(6.5rem, 15.6vw, 16.5rem);
  line-height: 0.79;
  letter-spacing: -0.035em;
  max-width: 90%;
}
.hero h1 > span {
  display: block;
}
.hero-second {
  padding-top: 0.025em;
}
.hero-period {
  color: var(--pink);
}
.hero-bottom {
  display: flex;
  align-items: flex-end;
  gap: 3rem;
  margin-top: 2.5rem;
}
.hero-bottom p {
  min-width: 180px;
  font-size: 1rem;
}
.hero-bottom .round-link {
  margin-left: auto;
}
.round-link {
  width: 62px;
  height: 62px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 1.7rem;
}
.hero-stamp {
  position: absolute;
  right: 8%;
  top: 30%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  height: 130px;
  width: 130px;
  display: grid;
  place-content: center;
  text-align: center;
  font-family: var(--display);
  font-size: 2rem;
  line-height: 0.9;
  transform: rotate(13deg);
}
.ticker {
  overflow: hidden;
  background: var(--pink);
  color: var(--ink);
  padding: 1rem 0;
}
.ticker-track {
  display: flex;
  width: max-content;
  animation: marquee 34s linear infinite;
}
.ticker-track span {
  white-space: nowrap;
  font-family: var(--display);
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0.03em;
  padding-right: 0.5rem;
}
@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}
.events-section {
  background: var(--paper);
  color: var(--ink);
}
.events-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.8rem;
}
.event-art {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.4rem;
  width: 100%;
  aspect-ratio: 4/4.8;
  overflow: hidden;
  text-align: left;
  background: #321526;
  color: var(--paper);
}
.event-cover-media > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.65s ease;
  opacity: 0.8;
}
.event-art:hover .event-cover-media > img {
  transform: scale(1.06);
}
.event-art-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    0deg,
    rgba(14, 4, 13, 0.75),
    rgba(14, 4, 13, 0.1)
  );
}
.event-number,
.event-art-title,
.event-art-footer {
  position: relative;
}
.event-number {
  font-size: 0.8rem;
  letter-spacing: 0.1em;
}
.event-art-title {
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(2.8rem, 5vw, 5.6rem);
  line-height: 0.9;
  letter-spacing: -0.02em;
  max-width: 80%;
  word-break: normal;
}
.event-art-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.event-art-footer > span {
  font-size: 1.7rem;
}
.event-pink .event-art-title {
  color: var(--pink);
}
.event-blue .event-art-title {
  color: #bdd4ff;
}
.event-blue .event-cover-media > img {
  object-position: 62% 50%;
}
.event-lime .event-art-title {
  color: var(--lime);
}
.event-lime .event-cover-media > img {
  filter: hue-rotate(60deg);
  object-position: 75% 40%;
}
.event-meta {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.22);
}
.event-date {
  display: flex;
  flex-direction: column;
  line-height: 1;
  text-align: center;
  min-width: 44px;
}
.event-date strong {
  font-family: var(--display);
  font-size: 3rem;
  font-weight: 800;
}
.event-date span {
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  margin-top: 0.25rem;
}
.event-meta h3 {
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: 0;
  margin-top: 0.2rem;
}
.event-meta p {
  font-size: 0.8125rem;
  margin-top: 0.3rem;
  color: #58534b;
  line-height: 1.4;
}
.event-meta .event-doors {
  font-size: 0.75rem;
  margin-top: 0.6rem;
  letter-spacing: 0.04em;
}
.event-arrow {
  margin-left: auto;
  padding: 0.3rem;
  font-size: 1.6rem;
  line-height: 1;
  min-height: 40px;
  min-width: 35px;
}
.club-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5%;
  align-items: center;
  overflow: hidden;
}
.club-copy .eyebrow {
  color: var(--pink);
  margin-bottom: 2rem;
}
.club-copy .display-title {
  font-size: clamp(4rem, 7.8vw, 8.5rem);
}
.outline-word {
  -webkit-text-stroke: 1px var(--paper);
  color: transparent;
}
.club-copy > p:not(.eyebrow) {
  color: var(--muted);
  margin-top: 2rem;
  font-size: 1.05rem;
}
.club-copy .underlined-link {
  margin-top: 2rem;
  color: var(--pink);
}
.club-image-wrap {
  position: relative;
  aspect-ratio: 4/5;
  transform: rotate(3deg);
  margin: 1.5rem 0;
}
.club-image-window > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 60% 50%;
}
.club-image-caption {
  position: absolute;
  inset: auto 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  font-family: var(--display);
  font-size: clamp(3.5rem, 6vw, 7rem);
  line-height: 0.85;
  color: var(--paper);
}
.club-image-caption span + span {
  align-self: flex-end;
  color: var(--pink);
}
.image-label {
  position: absolute;
  left: 1.5rem;
  top: 1.5rem;
  font-size: 0.75rem;
  letter-spacing: 0.09em;
}
.tables-section {
  border-top: 1px solid var(--line);
  background: #1c191c;
}
.tables-section .section-description {
  color: #c3bdc1;
}
.tables-section .serif-word {
  color: var(--pink);
}
.table-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.table-card {
  padding: 2rem;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  transition: background 0.25s;
}
.table-card:hover {
  background: rgba(255, 130, 182, 0.045);
}
.table-card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--display);
  font-size: 3rem;
  margin-bottom: 3rem;
  color: var(--pink);
}
.table-card-top span + span {
  font-size: 2rem;
}
.table-card .eyebrow {
  font-size: 0.75rem;
  color: #c1b8be;
}
.table-card h3 {
  font-family: var(--display);
  font-size: 3.5rem;
  margin-top: 0.7rem;
}
.table-card > p:not(.eyebrow) {
  font-size: 1rem;
  color: var(--muted);
  margin: 1rem 0 2rem;
  max-width: 18rem;
}
.table-specs {
  margin-top: auto;
  border-top: 1px solid var(--line);
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 0.875rem;
}
.table-specs span {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.table-card .button {
  margin-top: 2rem;
  padding: 1rem;
  font-size: 0.8rem;
  gap: 1rem;
}
.pricing-note {
  font-size: 0.875rem;
  color: #bbb3b8;
  margin-top: 1.5rem;
}
.how-section {
  background: var(--lime);
  color: var(--ink);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem 8%;
  align-items: start;
}
.manager-preview {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  padding-top: 3rem;
}
.manager-preview > div {
  flex: 1 1 32rem;
  min-width: 0;
}
.manager-preview h3 {
  font-size: clamp(1.5rem, 2.5vw, 2.2rem);
  line-height: 1.2;
  margin: 0.75rem 0;
}
.manager-preview p:not(.eyebrow) {
  max-width: 43rem;
  font-size: 1rem;
  line-height: 1.6;
  color: #3d432e;
}
.manager-preview .manager-preview-note {
  margin-top: 0.75rem;
}
.how-intro .eyebrow {
  margin-bottom: 1.5rem;
}
.how-intro .display-title {
  font-size: clamp(3.5rem, 6vw, 6rem);
}
.how-intro .button {
  margin-top: 2rem;
  background: var(--ink);
  color: var(--paper);
}
.steps-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.steps-list li {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  padding: 2rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
}
.steps-list li:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.steps-list li > span {
  font-family: var(--display);
  font-size: 2.2rem;
  line-height: 1;
}
.steps-list h3 {
  font-size: 1.4rem;
  margin-bottom: 0.65rem;
}
.steps-list p {
  color: #3d432e;
  font-size: 1rem;
  line-height: 1.55;
}
.faq-section {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 5%;
  background: var(--paper);
  color: var(--ink);
}
.faq-section .eyebrow {
  margin-bottom: 1.5rem;
}
.faq-section .display-title {
  font-size: clamp(4rem, 6vw, 6rem);
}
.faq-list details {
  border-top: 1px solid rgba(0, 0, 0, 0.24);
  padding: 1.5rem 0;
}
.faq-list details:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.24);
}
.faq-list summary {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-size: 1.1rem;
  font-weight: 600;
  list-style: none;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary span {
  font-size: 1.6rem;
  font-weight: 400;
  transition: transform 0.2s;
}
.faq-list details[open] summary span {
  transform: rotate(45deg);
}
.faq-list details p {
  margin-top: 1rem;
  color: #59544d;
  font-size: 1rem;
  max-width: 38rem;
}
.site-footer {
  padding: 5rem 6.25% 1.5rem;
  background: var(--pink);
  color: var(--ink);
  overflow: hidden;
}
.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.footer-top .eyebrow {
  margin-bottom: 1.5rem;
}
.footer-top h2 {
  font-family: var(--display);
  font-size: clamp(4rem, 7vw, 7rem);
  line-height: 0.9;
}
.footer-wordmark {
  font-family: var(--display);
  font-size: clamp(5rem, 17.2vw, 21rem);
  line-height: 1.1;
  letter-spacing: -0.035em;
  white-space: nowrap;
  margin: 4rem 0 1.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.footer-wordmark > span {
  font-family: Arial, sans-serif;
  font-size: 0.5em;
  vertical-align: middle;
  display: inline-block;
  transform: translateY(-0.1em);
  margin-left: 0.08em;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  font-size: 0.75rem;
}
.footer-bottom .text-button {
  font-size: 0.75rem;
}
.footer-demo-note {
  font-size: 0.75rem;
  margin-top: 1rem;
  color: #523745;
}
.content-page {
  min-height: 65vh;
  background: var(--paper);
  color: var(--ink);
}
.content-page article {
  max-width: 900px;
  margin: 0 auto 4rem;
}
.content-page h1 {
  font-size: clamp(3rem, 7vw, 7rem);
  font-family: var(--display);
  margin-bottom: 2rem;
}
.entry-content {
  line-height: 1.8;
}
.entry-content > * + * {
  margin-top: 1.4rem;
}
.entry-content a {
  text-decoration: underline;
}
.entry-content ul,
.entry-content ol {
  padding-left: 1.5rem;
}
.noscript-notice {
  background: var(--lime);
  color: var(--ink);
  padding: 1.5rem 6.25%;
  font-size: 1rem;
}
/* Native dialogs keep focus and the top layer; their motion is handled separately. */
dialog {
  padding: 0;
  color: var(--ink);
  background: var(--paper);
  border: 0;
  border-radius: 0;
  max-height: 90svh;
  overscroll-behavior: contain;
  box-shadow: 0 30px 100px #0008;
}
dialog::backdrop {
  background: rgba(10, 7, 11, 0.8);
  backdrop-filter: blur(9px);
}
@media (prefers-reduced-motion: no-preference) {
  dialog[open]::backdrop {
    opacity: 1;
    transition: opacity 0.38s ease-out;
  }
  dialog.is-closing::backdrop {
    opacity: 0;
    transition-duration: 0.23s;
  }
  @starting-style {
    dialog[open]::backdrop {
      opacity: 0;
    }
  }
}
.booking-dialog {
  width: min(700px, calc(100% - 2rem));
}
.manager-dialog {
  width: min(1200px, calc(100% - 2rem));
}
.dialog-top {
  position: sticky;
  top: 0;
  z-index: 2;
  background: var(--paper);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1rem 2rem;
  border-bottom: 1px solid #d5d1c8;
}
.dialog-top .eyebrow {
  font-size: 0.75rem;
}
.close-dialog {
  height: 40px;
  min-width: 40px;
  font-size: 2rem;
  line-height: 1;
  padding: 0;
  color: var(--ink);
}
.booking-heading {
  padding: 2rem 2rem 0;
}
.booking-heading h2,
.manager-heading h2 {
  font-family: var(--display);
  font-size: 3.5rem;
  line-height: 0.95;
}
.booking-heading p {
  font-size: 0.9375rem;
  margin-top: 1rem;
  color: #605950;
}
.booking-progress {
  display: flex;
  list-style: none;
  padding: 0 2rem;
  margin: 2rem 0;
  gap: 1rem;
}
.booking-progress li {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  flex: 1;
  font-size: 0.75rem;
  font-weight: 600;
  padding-bottom: 0.7rem;
  border-bottom: 2px solid #d7d1c6;
  color: #726a60;
}
.booking-progress li span {
  font-family: var(--display);
  font-size: 1.4rem;
}
.booking-progress li[aria-current="step"] {
  border-color: var(--ink);
  color: var(--ink);
}
.booking-progress li.complete {
  border-color: #779731;
  color: #4b651b;
}
#booking-form {
  padding: 0 2rem 2rem;
}
.booking-step fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
.booking-step legend {
  padding: 0;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 600;
}
.booking-events {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.booking-event-option {
  display: flex;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
  border: 1px solid #ccc5bb;
  padding: 1rem;
  transition:
    background 0.2s,
    border-color 0.2s;
}
.booking-event-option:has(input:checked) {
  background: #f4d6e0;
  border-color: #825167;
}
.booking-event-option input,
.booking-table-option input {
  accent-color: #191318;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin: 0;
}
.booking-event-copy {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.booking-event-copy .eyebrow {
  font-size: 0.75rem;
}
.booking-event-copy strong {
  font-family: var(--display);
  font-size: 1.8rem;
  letter-spacing: 0.005em;
  line-height: 1.1;
}
.option-check {
  font-size: 1.5rem;
  margin-left: auto;
}
.guest-select {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.guest-select label {
  font-weight: 600;
}
.booking-step select,
.booking-step input[type="text"],
.manager-dialog select {
  border: 1px solid #c6bfb4;
  border-radius: 0;
  padding: 0.75rem 0.8rem;
  background: #fff;
  color: var(--ink);
  min-height: 46px;
  font-size: 1rem;
}
.guest-select select {
  width: 160px;
}
.booking-table-options {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.booking-table-option {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  border: 1px solid #ccc5bb;
  cursor: pointer;
}
.booking-table-option:has(input:checked) {
  background: #e4edc8;
  border-color: #718c43;
}
.booking-table-option.unavailable {
  opacity: 0.55;
  cursor: not-allowed;
  background: #e5e1da;
}
.booking-table-copy {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.booking-table-copy > strong {
  font-size: 1.15rem;
}
.availability-tag {
  font-size: 0.75rem;
  color: #435b21;
}
.unavailable .availability-tag {
  color: #6c443c;
}
.booking-table-price {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  text-align: right;
  gap: 0.25rem;
}
.booking-table-price > strong {
  font-size: 1.4rem;
}
.form-note {
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #73695e;
  margin-top: 0.7rem;
}
.booking-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 2rem;
}
.booking-controls .button {
  margin-left: auto;
  gap: 1rem;
}
.form-error {
  margin-top: 1rem;
  color: #942244;
  font-size: 0.9375rem;
  font-weight: 600;
}
.booking-summary {
  background: #e5e1d7;
  padding: 1.3rem;
  margin-bottom: 1.5rem;
}
.booking-summary h3 {
  font-family: var(--display);
  font-size: 2rem;
  margin: 0.5rem 0 1.2rem;
}
.summary-line {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  margin: 0.5rem 0;
}
.summary-line strong {
  text-align: right;
  font-weight: 600;
}
.summary-total {
  border-top: 1px solid #c6bfb4;
  padding-top: 0.65rem;
  margin-top: 0.75rem;
}
.field-label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  margin: 1rem 0 0.5rem;
}
.booking-step input[type="text"],
.booking-step > select {
  width: 100%;
}
.payment-demo {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1rem;
  background: #e6eccf;
  margin-top: 1.5rem;
}
.payment-demo-icon {
  font-size: 1.5rem;
}
.payment-demo strong {
  font-size: 0.875rem;
}
.payment-demo p {
  font-size: 0.8125rem;
  color: #535c42;
  margin-top: 0.25rem;
}
.booking-success {
  padding: 2rem;
  text-align: center;
}
.success-symbol {
  height: 74px;
  width: 74px;
  margin: 0 auto 1.5rem;
  border: 1px solid #8eaf46;
  background: var(--lime);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 2.5rem;
}
.booking-success h2 {
  font-family: var(--display);
  font-size: 5rem;
  line-height: 0.9;
  margin: 1rem 0;
}
.booking-success > p:not(.eyebrow) {
  font-size: 1rem;
  color: #6b6156;
}
.success-receipt {
  text-align: left;
  margin: 1.5rem 0;
  padding: 1rem;
  border-top: 1px solid #c6bfb4;
  border-bottom: 1px solid #c6bfb4;
}
.booking-success > .button {
  width: 100%;
  font-size: 0.75rem;
  justify-content: center;
}
.booking-success > .text-button {
  display: block;
  text-align: center;
  margin: 1rem auto 0;
}
.manager-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  padding: 2rem 2.5rem 0;
}
.manager-heading .eyebrow {
  margin-bottom: 1rem;
}
.manager-heading h2 {
  font-size: 3.7rem;
}
.manager-note {
  padding: 1rem 2.5rem 0;
  color: #6b635b;
  font-size: 0.875rem;
  max-width: 1000px;
}
.manager-toolbar {
  display: flex;
  align-items: flex-end;
  gap: 1rem;
  padding: 1.5rem 2.5rem;
}
.manager-toolbar > div {
  min-width: 180px;
}
.manager-toolbar label {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 0.8125rem;
  font-weight: 600;
}
.manager-toolbar .text-button {
  margin-left: auto;
  font-size: 0.75rem;
  padding-bottom: 1rem;
}
.manager-toolbar select {
  font-size: 0.875rem;
  width: 100%;
}
.manager-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
  margin: 0 2.5rem 2rem;
}
.stat-card {
  border: 1px solid #cbc5ba;
  padding: 1rem;
}
.stat-card .eyebrow {
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  display: block;
  color: #686154;
}
.stat-card > strong {
  display: block;
  font-family: var(--display);
  font-size: 2.8rem;
  line-height: 1.1;
  margin-top: 0.7rem;
}
.manager-content {
  display: grid;
  grid-template-columns: 1fr 270px;
  gap: 1.5rem;
  margin: 0 2.5rem 2rem;
  align-items: start;
}
.manager-reservations,
.manager-availability {
  border: 1px solid #cbc5ba;
}
.panel-heading {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  padding: 1.1rem;
  border-bottom: 1px solid #cbc5ba;
}
.panel-heading h3,
.manager-availability h3 {
  font-size: 1rem;
  letter-spacing: 0;
}
.panel-heading .quiet {
  font-size: 0.75rem;
  letter-spacing: 0.04em;
}
.reservation-row {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 1rem;
  border-bottom: 1px solid #ded8ce;
}
.reservation-row:last-child {
  border: 0;
}
.reservation-avatar {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  background: #e5d5df;
  color: #543b4b;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 0.875rem;
}
.reservation-main {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.reservation-main > strong {
  font-size: 0.9375rem;
  overflow-wrap: anywhere;
}
.reservation-main .quiet {
  font-size: 0.75rem;
}
.reservation-code {
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  color: #81786b;
}
.reservation-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.5rem;
  margin-left: auto;
  min-width: 125px;
}
.reservation-actions select {
  font-size: 0.75rem;
  min-height: 36px;
  padding: 0.35rem;
  width: 140px;
}
.status-badge {
  display: inline-block;
  padding: 0.2rem 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 2px;
  white-space: nowrap;
}
.status-confirmed {
  background: #dce8bd;
  color: #3f581e;
}
.status-pending {
  background: #f1dfaf;
  color: #6c531d;
}
.status-arrived {
  background: #c8dbef;
  color: #294b75;
}
.status-cancelled {
  background: #e4ddda;
  color: #745c55;
}
.manager-availability {
  padding: 1rem;
}
.manager-availability .form-note {
  font-size: 0.75rem;
}
.availability-item {
  padding: 1rem 0;
  border-bottom: 1px solid #ded8ce;
}
.availability-item .summary-line {
  font-size: 0.8125rem;
}
.table-dots {
  display: flex;
  gap: 0.35rem;
  margin-top: 0.6rem;
}
.table-dot {
  width: 22px;
  height: 18px;
  border-radius: 3px;
  border: 1px solid #6d8246;
  background: #d2e4ad;
}
.table-dot.occupied {
  background: #c5beb8;
  border-color: #aaa29a;
}
.manager-tip {
  display: flex;
  gap: 0.75rem;
  margin-top: 1.25rem;
  background: #e7e1d6;
  padding: 0.75rem;
  font-size: 0.75rem;
  line-height: 1.5;
}
.manager-tip > span {
  font-size: 1.3rem;
}
.manager-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1rem 2.5rem;
  border-top: 1px solid #cbc5ba;
}
.manager-footer .quiet,
.manager-footer .underlined-link {
  font-size: 0.75rem;
}
.empty-state {
  padding: 2rem 1rem;
}
.empty-state strong {
  font-size: 1rem;
}
.empty-state p {
  font-size: 0.875rem;
  color: #766c60;
  margin-top: 0.5rem;
}
.toast {
  position: fixed;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  padding: 1rem 1.5rem;
  background: var(--lime);
  color: var(--ink);
  box-shadow: 0 10px 30px #0003;
  max-width: calc(100% - 2rem);
  font-size: 0.9375rem;
  pointer-events: none;
}
@media (min-width: 1600px) {
  .hero {
    min-height: 900px;
  }
  .section-pad {
    padding-left: max(6.25%, calc((100vw - 1600px) / 2));
    padding-right: max(6.25%, calc((100vw - 1600px) / 2));
  }
}
@media (max-width: 1100px) {
  .desktop-nav {
    gap: 1rem;
    font-size: 0.75rem;
  }
  .site-header {
    gap: 1rem;
  }
  .hero {
    min-height: 760px;
  }
  .hero h1 {
    font-size: 17vw;
  }
  .hero-stamp {
    right: 8%;
    top: 25%;
    height: 105px;
    width: 105px;
    font-size: 1.7rem;
  }
  .section-pad {
    padding: 5.5rem 5%;
  }
  .events-grid {
    gap: 1.2rem;
  }
  .event-meta {
    gap: 0.7rem;
  }
  .event-meta h3 {
    font-size: 0.875rem;
  }
  .table-card {
    padding: 1.5rem;
  }
  .table-card h3 {
    font-size: 3rem;
  }
  .table-card .button {
    font-size: 0.75rem;
  }
  .manager-content {
    grid-template-columns: 1fr 220px;
  }
  .manager-heading,
  .manager-note,
  .manager-toolbar {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .manager-stats,
  .manager-content {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .reservation-avatar {
    display: none;
  }
  .manager-heading h2 {
    font-size: 3.2rem;
  }
}
@media (max-width: 960px) {
  .desktop-nav {
    display: none;
  }
  .menu-toggle {
    display: flex;
  }
  .wordmark {
    font-size: 1.8rem;
  }
  .site-header {
    padding: 1rem 5%;
  }
  .header-actions .button {
    font-size: 0.75rem;
    padding: 0.85rem 1rem;
    min-height: 44px;
    gap: 0.75rem;
  }
  .hero {
    min-height: 690px;
    padding: 1.5rem 5% 2.5rem;
  }
  .hero-content {
    margin-top: 6rem;
  }
  .hero h1 {
    font-size: 21vw;
    max-width: 100%;
  }
  .hero-stamp {
    display: none;
  }
  .hero-coordinates {
    display: none;
  }
  .hero-bottom {
    gap: 1.5rem;
    flex-wrap: wrap;
    align-items: center;
  }
  .hero-bottom p {
    font-size: 0.9375rem;
    min-width: 120px;
  }
  .hero-bottom .button {
    font-size: 0.8125rem;
    gap: 1rem;
    padding: 1.1rem 1.3rem;
  }
  .hero-bottom .round-link {
    display: none;
  }
  .section-heading {
    align-items: flex-start;
    gap: 2rem;
  }
  .display-title {
    font-size: 5rem;
  }
  .section-description {
    font-size: 0.9375rem;
    max-width: 16rem;
  }
  .events-grid {
    grid-template-columns: 1fr 1fr;
  }
  .events-grid .event-card:last-child {
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: end;
  }
  .events-grid .event-card:last-child .event-art {
    aspect-ratio: 1.1;
  }
  .event-art-title {
    font-size: 3.6rem;
  }
  .club-section {
    gap: 2rem;
  }
  .club-copy .display-title {
    font-size: 4.7rem;
  }
  .club-copy > p:not(.eyebrow) {
    font-size: 0.9375rem;
  }
  .club-image-wrap {
    aspect-ratio: 3/5;
  }
  .table-cards {
    grid-template-columns: 1fr;
  }
  .table-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem 2rem;
    padding: 1.5rem;
  }
  .table-card-top {
    grid-row: 1/4;
    margin-bottom: 0;
    display: block;
    font-size: 4rem;
    position: absolute;
    opacity: 0.16;
    right: 2rem;
  }
  .table-card-top > span + span {
    display: none;
  }
  .table-card {
    position: relative;
  }
  .table-card .eyebrow,
  .table-card h3,
  .table-card > p {
    grid-column: 1;
  }
  .table-card > p:not(.eyebrow) {
    margin: 0.5rem 0 0;
  }
  .table-specs {
    grid-column: 2;
    grid-row: 2/3;
    margin: auto 0 0;
  }
  .table-card .button {
    grid-column: 2;
    grid-row: 3/4;
    align-self: end;
    font-size: 0.75rem;
    margin-top: 1rem;
  }
  .how-section {
    gap: 3rem;
    grid-template-columns: 1fr;
  }
  .how-intro {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
  }
  .how-intro > .eyebrow {
    grid-column: 1/-1;
  }
  .how-intro .button {
    margin: 0;
  }
  .how-intro .display-title {
    font-size: 4.5rem;
  }
  .faq-section {
    grid-template-columns: 1fr;
  }
  .faq-section .display-title br {
    display: none;
  }
  .faq-list {
    margin-top: 2.5rem;
  }
  .footer-top h2 {
    font-size: 5rem;
  }
  .footer-top .button {
    font-size: 0.75rem;
    gap: 1rem;
  }
  .footer-wordmark {
    margin-top: 3rem;
    font-size: 17vw;
  }
  .manager-heading {
    align-items: flex-start;
  }
  .manager-heading .button {
    font-size: 0.75rem;
    gap: 0.5rem;
    padding: 0.8rem;
  }
  .manager-content {
    grid-template-columns: 1fr;
  }
  .manager-availability {
    display: block;
  }
  .manager-toolbar {
    flex-wrap: wrap;
  }
  .manager-toolbar .text-button {
    padding-bottom: 0;
  }
  .manager-stats {
    grid-template-columns: repeat(2, 1fr);
  }
  .manager-toolbar > div {
    flex: 1;
    min-width: 180px;
  }
  .panel-heading .quiet {
    display: none;
  }
  .manager-note {
    font-size: 0.8125rem;
  }
}
@media (max-width: 540px) {
  .demo-strip {
    padding: 0.3rem 5%;
    min-height: 35px;
    font-size: 0.75rem;
  }
  .demo-strip-detail {
    display: none;
  }
  .demo-strip .text-button {
    font-size: 0.75rem;
  }
  .wordmark {
    font-size: 1.5rem;
  }
  .brand-star {
    font-size: 1rem;
  }
  .site-header {
    gap: 0.5rem;
  }
  .header-actions {
    gap: 0.2rem;
  }
  .header-actions .button {
    font-size: 0.75rem;
    padding: 0.8rem 0.75rem;
    min-height: 40px;
  }
  .header-actions .button [aria-hidden] {
    font-size: 1.1rem;
  }
  .header-actions .booking-button-detail {
    display: none;
  }
  .menu-toggle {
    width: 44px;
    flex-shrink: 0;
  }
  .mobile-nav {
    top: 100%;
  }
  .hero {
    min-height: calc(87svh - 100px);
    padding-top: 1.25rem;
    padding-bottom: 2rem;
  }
  .hero-image {
    object-position: 55% 50%;
  }
  .hero-topline {
    font-size: 0.75rem;
  }
  .hero-content {
    margin-top: 5rem;
  }
  .hero-intro {
    font-size: 0.75rem;
    margin-bottom: 1rem;
  }
  .hero h1 {
    font-size: 25vw;
    line-height: 0.86;
  }
  .hero-bottom {
    margin-top: 2rem;
    gap: 1rem;
  }
  .hero-bottom p {
    font-size: 0.875rem;
    width: 100%;
  }
  .hero-bottom .button {
    width: 100%;
    justify-content: space-between;
    padding: 1rem 1.1rem;
    min-height: 56px;
  }
  .ticker {
    padding: 0.8rem 0;
  }
  .ticker-track span {
    font-size: 1.7rem;
  }
  .section-pad {
    padding: 4rem 6%;
  }
  .section-heading {
    display: block;
    margin-bottom: 2rem;
  }
  .section-heading .eyebrow {
    font-size: 0.75rem;
    margin-bottom: 1rem;
  }
  .display-title {
    font-size: 4.3rem;
  }
  .section-description {
    max-width: none;
    margin-top: 1.5rem;
    font-size: 0.9375rem;
  }
  .events-grid {
    display: block;
  }
  .event-card {
    margin-bottom: 2.5rem;
  }
  .events-grid .event-card:last-child {
    display: block;
    margin-bottom: 0;
  }
  .event-art,
  .events-grid .event-card:last-child .event-art {
    aspect-ratio: 4/4.4;
    padding: 1.2rem;
  }
  .event-art-title {
    font-size: 4.3rem;
  }
  .event-meta {
    gap: 1rem;
    padding: 1.1rem 0;
  }
  .event-meta h3 {
    font-size: 1rem;
  }
  .event-date strong {
    font-size: 3.2rem;
  }
  .event-art-footer {
    font-size: 0.75rem;
  }
  .club-section {
    display: block;
  }
  .club-copy .display-title {
    font-size: 4.5rem;
  }
  .club-copy .eyebrow {
    font-size: 0.75rem;
    margin-bottom: 1.3rem;
  }
  .club-image-wrap {
    margin: 3rem 0.5rem 0;
    aspect-ratio: 4/4.6;
  }
  .club-image-caption {
    font-size: 4.2rem;
  }
  .image-label {
    font-size: 0.75rem;
  }
  .table-card {
    display: flex;
    gap: 0;
    padding: 1.4rem;
  }
  .table-card-top {
    top: 1rem;
    right: 1.5rem;
    font-size: 3rem;
  }
  .table-card .eyebrow {
    font-size: 0.75rem;
  }
  .table-card h3 {
    font-size: 3.3rem;
  }
  .table-card > p:not(.eyebrow) {
    margin: 0.8rem 0 1.5rem;
    max-width: 90%;
    font-size: 0.9375rem;
  }
  .table-specs {
    width: 100%;
    padding-top: 1rem;
  }
  .table-card .button {
    font-size: 0.75rem;
    width: 100%;
    margin-top: 1.5rem;
  }
  .pricing-note {
    font-size: 0.8125rem;
  }
  .how-intro {
    display: block;
  }
  .how-intro .display-title {
    font-size: 4rem;
  }
  .how-intro .button {
    margin-top: 1.8rem;
  }
  .steps-list {
    margin-top: 2rem;
  }
  .steps-list li {
    gap: 1.5rem;
    padding: 1.5rem 0;
  }
  .steps-list h3 {
    font-size: 1.2rem;
  }
  .steps-list p {
    font-size: 0.9375rem;
  }
  .faq-section .display-title {
    font-size: 3.5rem;
  }
  .faq-list {
    margin-top: 2rem;
  }
  .faq-list summary {
    font-size: 1rem;
  }
  .faq-list details p {
    font-size: 0.9375rem;
  }
  .site-footer {
    padding: 3.5rem 6% 1.5rem;
  }
  .footer-top {
    display: block;
  }
  .footer-top h2 {
    font-size: 4.5rem;
  }
  .footer-top .button {
    margin-top: 2rem;
    width: 100%;
    font-size: 0.8rem;
    padding: 1.1rem;
  }
  .footer-wordmark {
    font-size: 17vw;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
  }
  .footer-bottom {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 0.5rem;
    font-size: 0.75rem;
  }
  .footer-demo-note {
    font-size: 0.75rem;
  }
  .footer-bottom .text-button {
    font-size: 0.75rem;
  }
  .dialog-top {
    padding: 0.75rem 1rem;
  }
  .dialog-top .eyebrow {
    font-size: 0.75rem;
  }
  .booking-dialog,
  .manager-dialog {
    width: 100%;
    max-width: 100%;
    max-height: calc(100svh - 1rem);
    margin: auto 0 0;
    border-radius: 1.2rem 1.2rem 0 0;
    padding-bottom: env(safe-area-inset-bottom);
  }
  .booking-heading {
    padding: 1.5rem 1.2rem 0;
  }
  .booking-heading h2 {
    font-size: 3rem;
  }
  .booking-heading p {
    font-size: 0.875rem;
  }
  .booking-progress {
    padding: 0 1.2rem;
    gap: 0.6rem;
    margin: 1.5rem 0;
  }
  .booking-progress li {
    font-size: 0.75rem;
    gap: 0.3rem;
  }
  .booking-progress li span {
    font-size: 1.2rem;
  }
  #booking-form {
    padding: 0 1.2rem 1.5rem;
  }
  .booking-event-option {
    padding: 0.85rem;
    gap: 0.7rem;
  }
  .booking-event-copy strong {
    font-size: 1.5rem;
  }
  .booking-event-copy .quiet {
    font-size: 0.75rem;
  }
  .booking-event-copy .eyebrow {
    font-size: 0.75rem;
  }
  .option-check {
    font-size: 1.2rem;
  }
  .guest-select {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.5rem;
  }
  .guest-select select {
    width: 100%;
  }
  .booking-table-option {
    padding: 0.8rem;
    gap: 0.6rem;
  }
  .booking-table-copy > strong {
    font-size: 1rem;
  }
  .booking-table-copy .quiet {
    font-size: 0.75rem;
  }
  .booking-table-price > strong {
    font-size: 1.2rem;
  }
  .booking-table-price .quiet {
    font-size: 0.75rem;
  }
  .availability-tag {
    font-size: 0.75rem;
  }
  .booking-controls {
    gap: 0.75rem;
  }
  .booking-controls .button {
    font-size: 0.75rem;
    padding: 1rem;
    gap: 0.3rem;
  }
  .booking-controls .text-button {
    font-size: 0.75rem;
  }
  .booking-success {
    padding: 1.5rem 1.2rem;
  }
  .booking-success h2 {
    font-size: 4rem;
  }
  .summary-line {
    font-size: 0.8125rem;
  }
  .booking-success > .button {
    font-size: 0.75rem;
    padding: 1rem 0.7rem;
  }
  .manager-heading {
    display: block;
    padding: 1.5rem 1rem 0;
  }
  .manager-heading h2 {
    font-size: 3rem;
  }
  .manager-heading .eyebrow {
    font-size: 0.75rem;
  }
  .manager-heading .button {
    margin-top: 1.2rem;
    font-size: 0.75rem;
  }
  .manager-note {
    padding: 1rem 1rem 0;
    font-size: 0.75rem;
  }
  .manager-toolbar {
    padding: 1.2rem 1rem;
    gap: 0.75rem;
  }
  .manager-toolbar > div {
    width: 100%;
    min-width: 100%;
  }
  .manager-toolbar .text-button {
    margin: 0;
  }
  .manager-stats {
    margin: 0 1rem 1rem;
    gap: 0.5rem;
  }
  .stat-card {
    padding: 0.8rem;
  }
  .stat-card .eyebrow {
    font-size: 0.75rem;
  }
  .stat-card > strong {
    font-size: 2.3rem;
    margin-top: 0.4rem;
  }
  .manager-content {
    margin: 0 1rem 1rem;
  }
  .reservation-row {
    padding: 0.8rem;
    gap: 0.5rem;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .reservation-main {
    flex: 1;
    min-width: 140px;
  }
  .reservation-main > strong {
    font-size: 0.875rem;
  }
  .reservation-actions {
    min-width: 110px;
  }
  .reservation-actions select {
    width: 115px;
    font-size: 0.75rem;
  }
  .manager-footer {
    padding: 1rem;
    align-items: flex-start;
    flex-direction: column;
  }
  .manager-footer .underlined-link {
    font-size: 0.75rem;
  }
  .toast {
    font-size: 0.8125rem;
    padding: 0.8rem 1rem;
    bottom: 1rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .ticker-track {
    animation: none;
  }
  .button,
  .event-cover-media > img,
  .faq-list summary span {
    transition: none;
  }
  .button:hover {
    transform: none;
  }
  .hero-image {
    transform: none;
  }
}
@media print {
  .demo-strip,
  .site-header,
  .hero,
  .ticker,
  dialog,
  .site-footer,
  .toast {
    display: none !important;
  }
  body {
    background: #fff;
    color: #000;
  }
  .section-pad {
    padding: 1rem;
  }
  .events-grid,
  .table-cards {
    display: block;
  }
  .event-art {
    max-height: 250px;
  }
  .event-card {
    break-inside: avoid;
  }
}

/* Version 1.1: editorial details and a clearer booking journey. */
.live-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 0.5rem;
  border-radius: 50%;
  background: var(--pink);
  box-shadow: 0 0 16px #ff82b680;
}
.hero {
  padding-bottom: 4rem;
}
.hero-shade {
  background:
    linear-gradient(90deg, rgba(12, 6, 12, 0.42), rgba(12, 6, 12, 0.04)),
    linear-gradient(
      0deg,
      rgba(12, 6, 12, 0.84),
      transparent 70%,
      rgba(12, 6, 12, 0.1)
    );
}
.hero-ticket {
  position: absolute;
  right: 7%;
  top: 26%;
  width: 248px;
  padding: 1.4rem;
  color: var(--ink);
  background: var(--paper);
  transform: rotate(5deg);
  box-shadow: 0 12px 45px #0004;
}
.ticket-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  border-bottom: 1px solid #bfb7af;
  padding-bottom: 0.8rem;
}
.ticket-top .eyebrow {
  font-size: 0.75rem;
  letter-spacing: 0.03em;
}
.ticket-top > [aria-hidden] {
  font-size: 1.8rem;
  line-height: 1;
}
.ticket-date {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin: 1rem 0 0.8rem;
}
.ticket-date > strong {
  font-family: var(--display);
  font-size: 5.5rem;
  line-height: 0.85;
}
.ticket-date > span {
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.5;
}
.hero-ticket h2 {
  font-family: var(--display);
  font-size: 2.55rem;
  line-height: 0.93;
}
.hero-ticket > p {
  font-size: 0.875rem;
  line-height: 1.4;
  margin-top: 0.65rem;
}
.ticket-tear {
  border-top: 1px dashed #8b8175;
  margin: 1.2rem -1.4rem 1rem;
  position: relative;
}
.ticket-tear::before,
.ticket-tear::after {
  content: "";
  position: absolute;
  top: -8px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #171015;
}
.ticket-tear::before {
  left: -8px;
}
.ticket-tear::after {
  right: -8px;
}
.hero-ticket button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0;
  width: 100%;
  min-height: 44px;
  text-align: left;
  font-size: 0.75rem;
  font-weight: 700;
}
.hero-ticket button > [aria-hidden] {
  font-size: 1.8rem;
}
.ticket-time {
  display: block;
  font-size: 0.75rem;
  color: #6d6257;
  margin-top: 0.5rem;
}
.hero-edition {
  position: absolute;
  right: 6.25%;
  bottom: 1.3rem;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  color: #d6ced5;
}
.section-kicker {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.tiny-star {
  font-size: 1.4rem;
}
.event-number {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.75rem;
}
.event-art {
  border-radius: 2px;
}
.event-art::after {
  content: "";
  position: absolute;
  inset: 10px;
  pointer-events: none;
  border: 1px solid #fff3;
}
.event-art-title {
  max-width: 100%;
  letter-spacing: -0.035em;
}
.event-art-footer > span {
  font-size: 0.75rem;
}
.event-art-footer > .poster-arrow {
  font-size: 1.5rem;
  border: 1px solid #fff7;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
}
.event-lime .event-cover-media > img {
  filter: none;
  object-position: 55% 50%;
}
.event-lime .event-art-overlay {
  background: linear-gradient(0deg, #160914cc, #0b10191a);
}
.events-footnote {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 2rem;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  color: #615b54;
}
.events-footnote > span:first-child {
  color: var(--ink);
  font-weight: 700;
}
.club-values {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.5rem;
}
.club-values span {
  border: 1px solid var(--line);
  padding: 0.55rem 0.7rem;
  font-size: 0.75rem;
}
.club-photo-index {
  position: absolute;
  right: -1rem;
  top: -1rem;
  background: var(--lime);
  color: var(--ink);
  padding: 1rem;
  font-family: var(--display);
  font-size: 1.9rem;
  line-height: 0.9;
  transform: rotate(-9deg);
}
.table-deposit {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  margin: 0.8rem 0 1.5rem;
  font-size: 0.875rem;
  color: #c3bdc1;
}
.table-deposit strong {
  color: var(--pink);
}
.table-deposit > span:last-child {
  margin-left: auto;
  font-size: 0.75rem;
}
.table-card .button {
  margin-top: auto;
}
.night-interlude {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  min-height: 640px;
  overflow: hidden;
  padding: 5rem 8%;
}
.night-interlude > img,
.interlude-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.night-interlude > img {
  height: 116%;
  top: -8%;
}
.interlude-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, #170c16b3, #140b1833),
    linear-gradient(0deg, #100d1266, transparent);
}
.interlude-copy {
  max-width: 1100px;
}
.interlude-copy .eyebrow {
  margin-bottom: 1.8rem;
}
.interlude-title {
  font-family: var(--display);
  font-size: clamp(5rem, 10vw, 10rem);
  font-weight: 800;
  line-height: 0.85;
  letter-spacing: -0.025em;
}
.interlude-title .serif-word {
  font-weight: 400;
  font-size: 0.78em;
}
.interlude-copy .underlined-link {
  margin-top: 2.5rem;
}
.interlude-corner {
  position: absolute;
  right: 8%;
  bottom: 3rem;
  color: var(--pink);
  font-size: 5rem;
  line-height: 1;
}
.booking-context {
  margin: 1rem 2rem 0;
  padding: 0.8rem 1rem;
  background: #e6e2d9;
  border-left: 3px solid #9c5274;
  font-size: 0.875rem;
  line-height: 1.45;
}
.booking-per-person {
  display: block;
  font-size: 0.8125rem;
  color: #635b51;
}
.booking-table-price .quiet {
  font-size: 0.8125rem;
}
.booking-controls {
  position: sticky;
  bottom: 0;
  background: var(--paper);
  padding: 1rem 0 0.4rem;
  z-index: 1;
  border-top: 1px solid #cec7bc;
}
.booking-step:focus {
  outline: none;
}
.booking-step {
  scroll-margin-top: 85px;
}
.booking-success .success-actions {
  display: flex;
  gap: 0.7rem;
  margin: 1.5rem 0 1rem;
}
.success-actions .button {
  flex: 1;
  justify-content: center;
  font-size: 0.8125rem;
}
.success-actions .button-outline {
  border-color: #aaa194;
  color: var(--ink);
}
.manager-search-wrap {
  padding: 0 2.5rem 1.2rem;
}
.manager-search-wrap label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
}
.manager-search-wrap input {
  width: 100%;
  border: 1px solid #c6bfb4;
  border-radius: 0;
  background: #fff;
  color: var(--ink);
  padding: 0.85rem 1rem;
  min-height: 48px;
  font-size: 1rem;
}
.reservation-payment {
  font-size: 0.8125rem;
  color: #4b641f;
}
.reservation-payment.unpaid {
  color: #8a5125;
}
.deposit-action {
  font-size: 0.8125rem;
  text-align: left;
  text-decoration: underline;
  text-underline-offset: 3px;
  margin-top: 0.2rem;
  min-height: 40px;
  padding: 0;
}
.reservation-actions select {
  font-size: 0.875rem;
  min-height: 44px;
}
.status-badge {
  font-size: 0.8125rem;
}
.manager-results-count {
  font-size: 0.8125rem;
  color: #766b5d;
  font-weight: 400;
}
.mobile-booking-bar {
  display: none;
}
@media (min-width: 1200px) {
  .hero-content {
    max-width: calc(100% - 270px);
  }
  .hero h1 {
    max-width: 100%;
    font-size: clamp(6.5rem, 14.3vw, 15.4rem);
  }
  .hero-bottom {
    gap: 2rem;
  }
  .hero-bottom .round-link {
    display: none;
  }
}
@media (min-width: 1101px) {
  .event-card:nth-child(2) {
    padding-top: 2.7rem;
  }
  .event-card:nth-child(3) {
    padding-top: 5.4rem;
  }
  .events-grid {
    align-items: start;
  }
}
@media (max-width: 1199px) {
  .hero-ticket {
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    width: 100%;
    margin-top: 2.5rem;
    padding: 1rem 1.4rem;
    display: grid;
    grid-template-columns: 100px 1fr auto;
    align-items: center;
    gap: 0.4rem 1.5rem;
  }
  .ticket-top,
  .hero-ticket > p,
  .ticket-tear,
  .ticket-time {
    display: none;
  }
  .ticket-date {
    grid-column: 1;
    grid-row: 1/3;
    margin: 0;
  }
  .ticket-date > strong {
    font-size: 3.5rem;
  }
  .ticket-date > span {
    font-size: 0.75rem;
  }
  .ticket-date > span br {
    display: none;
  }
  .ticket-date > span {
    max-width: 36px;
    overflow: hidden;
    height: 1.2rem;
  }
  .hero-ticket h2 {
    font-size: 2rem;
    grid-column: 2;
  }
  .hero-ticket button {
    grid-column: 3;
    grid-row: 1/3;
    max-width: 190px;
  }
  .hero-edition {
    display: none;
  }
}
@media (max-width: 960px) {
  .table-deposit {
    grid-column: 2;
    grid-row: 3;
    margin: 0.3rem 0;
    width: 100%;
  }
  .table-card .button {
    grid-row: 4;
    margin-top: 1rem;
  }
  .night-interlude {
    min-height: 480px;
    padding: 4rem 6%;
  }
  .interlude-title {
    font-size: 5.5rem;
  }
  .interlude-corner {
    font-size: 3.5rem;
    bottom: 2rem;
  }
  .manager-search-wrap {
    padding: 0 1.5rem 1.2rem;
  }
}
@media (max-width: 540px) {
  .hero-content {
    margin-top: 3.5rem;
  }
  .hero-ticket {
    grid-template-columns: 70px 1fr;
    gap: 0.3rem 1rem;
    margin-top: 1.8rem;
    padding: 1rem;
  }
  .ticket-date {
    grid-row: 1/3;
    flex-direction: column;
    gap: 0.35rem;
  }
  .ticket-date > strong {
    font-size: 3rem;
  }
  .ticket-date > span {
    max-width: none;
    font-size: 0.75rem;
  }
  .hero-ticket h2 {
    font-size: 1.8rem;
  }
  .hero-ticket button {
    grid-column: 2;
    grid-row: 2;
    max-width: none;
    font-size: 0.75rem;
    min-height: 44px;
  }
  .hero-ticket button > [aria-hidden] {
    font-size: 1.5rem;
  }
  .event-art-title {
    font-size: clamp(2.5rem, 12vw, 4rem);
  }
  .event-number {
    font-size: 0.75rem;
  }
  .events-footnote {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 1rem;
  }
  .table-deposit {
    margin: 0.6rem 0 1rem;
  }
  .table-card .button {
    margin-top: 0.5rem;
  }
  .night-interlude {
    min-height: 420px;
  }
  .interlude-title {
    font-size: 4.1rem;
  }
  .interlude-copy .eyebrow {
    font-size: 0.75rem;
  }
  .interlude-corner {
    font-size: 2.4rem;
  }
  .club-photo-index {
    font-size: 1.4rem;
    padding: 0.8rem;
  }
  .booking-context {
    margin: 1rem 1.2rem 0;
    font-size: 0.8125rem;
  }
  .booking-table-option {
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .booking-table-copy {
    flex: 1;
  }
  .booking-table-price {
    width: 100%;
    margin-left: 24px;
    flex-direction: row;
    flex-wrap: wrap;
    text-align: left;
    align-items: baseline;
    gap: 0.2rem 0.7rem;
  }
  .booking-table-price > strong {
    font-size: 1.25rem;
  }
  .booking-per-person {
    width: 100%;
    font-size: 0.8125rem;
  }
  .booking-table-price .quiet {
    font-size: 0.8125rem;
  }
  .success-actions {
    flex-direction: column;
  }
  .manager-search-wrap {
    padding: 0 1rem 1rem;
  }
  .reservation-actions select {
    width: 130px;
    font-size: 0.875rem;
  }
  .mobile-booking-bar:not([hidden]) {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 15;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.8rem 5% calc(0.8rem + env(safe-area-inset-bottom));
    border-top: 1px solid #ffffff25;
    background: #11100ffa;
    box-shadow: 0 -5px 30px #0003;
  }
  .mobile-booking-bar > div {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
  }
  .mobile-booking-bar .eyebrow {
    font-size: 0.75rem;
    color: #c3b5c0;
    letter-spacing: 0.015em;
  }
  .mobile-booking-bar strong {
    font-size: 0.875rem;
    line-height: 1.3;
    max-width: 150px;
  }
  .mobile-booking-bar .button {
    min-height: 48px;
    gap: 0.8rem;
    padding: 1rem;
    font-size: 0.8125rem;
  }
  .site-footer {
    padding-bottom: 7rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero-ticket {
    transform: none;
  }
}

/* Scroll composition: normal flow remains the default without motion enhancement. */
.split-line-mask {
  padding: 0.15em 0.025em;
  margin: -0.15em -0.025em;
}
.split-char,
.scene-char,
.footer-char {
  backface-visibility: hidden;
}
.split-line {
  perspective: 900px;
}
.has-motion .event-cover-media > img {
  transition: none;
}
.club-section {
  position: relative;
  isolation: isolate;
}
.club-copy {
  position: relative;
  z-index: 1;
}
.club-image-wrap {
  z-index: 2;
}
.club-image-window {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.club-background-word {
  position: absolute;
  left: -2%;
  top: 9%;
  z-index: 0;
  pointer-events: none;
  white-space: nowrap;
  font-family: var(--display);
  font-size: clamp(9rem, 25vw, 28rem);
  line-height: 1;
  letter-spacing: -0.04em;
  color: transparent;
  -webkit-text-stroke: 1px #ff82b628;
}
.night-scene {
  background: #171016;
  color: var(--paper);
}
.night-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  align-items: center;
  gap: 2.5rem 5%;
  padding: 4rem 6.25%;
}
.night-stage > * {
  min-width: 0;
}
.scene-topline,
.scene-bottomline {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}
.scene-topline {
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  color: #c4afb9;
}
.night-scene-title {
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(3rem, 7.3vw, 8.3rem);
  line-height: 0.88;
  letter-spacing: -0.03em;
  margin: 0;
}
.night-scene-title > [data-scene-line] {
  display: block;
  padding: 0.06em 0;
}
.scene-outline {
  color: transparent;
  -webkit-text-stroke: 1.5px var(--pink);
}
.scene-photos {
  min-width: 0;
}
.scene-frame {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #261123;
}
.scene-frame > img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: 52% 50%;
}
.scene-frame figcaption {
  position: absolute;
  inset: auto 0 0;
  padding: 1.5rem;
  background: linear-gradient(transparent, #10060ecc);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
}
.scene-bottomline p {
  color: #dfcfd7;
}
.scene-bottomline .underlined-link {
  color: var(--pink);
}
@media (max-width: 960px) {
  .night-stage {
    grid-template-columns: minmax(0, 1fr);
    gap: 2rem;
    padding: 3rem 6%;
  }
  .night-scene-title {
    font-size: clamp(2.8rem, 15vw, 7rem);
  }
  .scene-topline > span:last-child {
    display: none;
  }
  .scene-bottomline {
    align-items: flex-start;
  }
  .scene-bottomline .underlined-link {
    font-size: 0.875rem;
  }
}

/* Living event posters: each motion owns a separate nested surface. */
.event-poster-shell {
  position: relative;
  perspective: 1100px;
}
.event-cover-media {
  position: absolute;
  inset: -5%;
  width: 110%;
  height: 110%;
  display: block;
  pointer-events: none;
}
.event-art {
  transform-style: preserve-3d;
  isolation: isolate;
}
.event-art-title,
.event-number,
.event-art-footer {
  z-index: 2;
}
.event-art-title {
  transform-origin: 50% 50%;
}
.poster-line-mask {
  padding: 0.15em 0.025em;
  margin: -0.15em -0.025em;
}
.poster-char {
  backface-visibility: hidden;
}
.event-cover-shine {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  inset: -25% auto -25% -100%;
  width: 80%;
  background: linear-gradient(
    105deg,
    transparent 20%,
    #fff0 40%,
    #ffffff26 50%,
    #fff0 60%,
    transparent 80%
  );
  transform: translateX(0) skewX(-14deg);
  opacity: 0;
  transition:
    transform 0.85s ease,
    opacity 0.25s;
}
.event-hover-label {
  position: absolute;
  left: 1.4rem;
  right: 1.4rem;
  bottom: 5.5rem;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 1rem;
  background: var(--paper);
  color: var(--ink);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  pointer-events: none;
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity 0.25s,
    transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.event-hover-label > span {
  font-size: 1.25rem;
  line-height: 1;
}
.event-art:hover .event-hover-label,
.event-art:focus-visible .event-hover-label {
  opacity: 1;
  transform: translateY(0);
}
.event-art:hover .event-cover-shine,
.event-art:focus-visible .event-cover-shine {
  opacity: 1;
  transform: translateX(290%) skewX(-14deg);
}
.event-art-footer > .poster-arrow {
  transition:
    background 0.25s,
    color 0.25s,
    transform 0.35s;
}
.event-art:hover .poster-arrow,
.event-art:focus-visible .poster-arrow {
  background: var(--paper);
  color: var(--ink);
  transform: rotate(45deg);
}
.events-section {
  overflow: clip;
}
@media (min-width: 1101px) {
  .events-grid {
    padding: 1.5rem 0 2rem;
  }
}
@media (max-width: 540px) {
  .event-hover-label {
    left: 1.2rem;
    right: 1.2rem;
    bottom: 4.9rem;
    padding: 0.75rem 0.85rem;
  }
}
@media (hover: none) {
  .event-hover-label {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .event-hover-label,
  .event-cover-shine,
  .event-art-footer > .poster-arrow {
    transition: none;
  }
  .event-cover-shine {
    display: none;
  }
  .event-art:hover .poster-arrow,
  .event-art:focus-visible .poster-arrow {
    transform: none;
  }
}

@media (max-width: 960px) {
  .hero-ticket {
    display: none;
  }
  .events-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 3rem;
    width: 100%;
    max-width: 32rem;
    margin-inline: auto;
    padding: 0.75rem 0;
  }
  .events-grid .event-card,
  .events-grid .event-card:last-child {
    display: block;
    grid-column: auto;
    margin: 0;
  }
  .event-art,
  .events-grid .event-card:last-child .event-art {
    aspect-ratio: 4 / 4.5;
    padding: 1.2rem;
  }
  .event-art-title {
    max-width: 100%;
    font-size: clamp(3rem, 14vw, 4.6rem);
  }
  .event-meta {
    position: relative;
    z-index: 2;
    align-items: center;
    padding: 1.5rem 0 1rem;
    background: var(--paper);
  }
  .event-meta h3 {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
  }
  .event-meta p {
    font-size: 0.875rem;
  }
  .event-arrow {
    min-width: 48px;
    min-height: 48px;
  }
}

/* A single content column across phones and tablets, without implicit tracks. */
@media (max-width: 960px) {
  .section-heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }
  .section-description {
    max-width: 36rem;
  }
  .club-section,
  .table-cards,
  .how-section,
  .faq-section {
    grid-template-columns: minmax(0, 1fr);
  }
  .club-section {
    display: grid;
    gap: 2.5rem;
  }
  .club-copy,
  .club-image-wrap,
  .how-intro,
  .steps-list,
  .faq-list,
  .table-card {
    min-width: 0;
  }
  .club-image-wrap {
    aspect-ratio: 4 / 3;
    width: 100%;
    transform: none;
    margin: 0;
  }
  .table-card {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .table-card > * {
    grid-column: auto;
    grid-row: auto;
    min-width: 0;
    max-width: 100%;
  }
  .table-card > p:not(.eyebrow) {
    max-width: 36rem;
    margin: 0.8rem 0 1.5rem;
  }
  .table-specs {
    width: 100%;
    margin: 0;
  }
  .table-deposit {
    margin: 0.8rem 0 0;
    flex-wrap: wrap;
  }
  .table-card .button {
    width: 100%;
    margin-top: 1.5rem;
    align-self: stretch;
  }
  .how-intro {
    display: block;
  }
  .how-intro .button {
    margin-top: 1.5rem;
  }
}
