


@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../font/playfair-700.woff2') format('woff2');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('../font/playfair-800.woff2') format('woff2');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url('../font/playfair-600i.woff2') format('woff2');
}
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../font/mulish-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../font/mulish-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../font/mulish-700.woff2') format('woff2');
}


:root {
  --felt: #0e5c3a;
  --felt-deep: #0a4a2f;
  --felt-light: #13744a;
  --walnut: #3b271c;
  --walnut-deep: #2a1b12;
  --brass: #c9a24b;
  --brass-bright: #e3c781;
  --cream: #f5efe2;
  --cream-deep: #ece2ce;
  --ink: #211712;
  --muted: #6a5c4d;
  --line: rgba(59, 39, 28, 0.16);
  --shadow-soft: 0 1.4rem 3.4rem rgba(20, 12, 8, 0.18);
  --inner-felt: inset 0 0.2rem 1.6rem rgba(0, 0, 0, 0.34), inset 0 -0.2rem 0.6rem rgba(255, 255, 255, 0.04);
  --radius: 1.1rem;
  --radius-lg: 1.6rem;
  --maxw: 75rem;
  --wide: 84rem;
}


*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  background-color: var(--cream);
  background-image:
    radial-gradient(circle at 12% 8%, rgba(201, 162, 75, 0.10), transparent 40%),
    radial-gradient(circle at 90% 0%, rgba(14, 92, 58, 0.08), transparent 38%);
  color: var(--ink);
  font-family: 'Mulish', system-ui, -apple-system, sans-serif;
  font-size: 1.02rem;
  line-height: 1.72;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
iframe {
  max-width: 100%;
  border: 0;
}
a {
  color: var(--felt);
  text-decoration: none;
  transition: color 0.2s ease;
}
a:hover {
  color: var(--walnut);
}
h1,
h2,
h3,
h4 {
  font-family: 'Playfair Display', Georgia, serif;
  line-height: 1.12;
  color: var(--walnut-deep);
  margin: 0 0 0.6rem;
  letter-spacing: -0.01em;
}
p {
  margin: 0 0 1rem;
}
:focus-visible {
  outline: 0.18rem solid var(--brass);
  outline-offset: 0.22rem;
}


.lounge {
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: 1.4rem;
}
.lounge.wide {
  max-width: var(--wide);
}
.band {
  padding-block: 5.2rem;
  position: relative;
}
.band.tight {
  padding-block: 3.4rem;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: 'Mulish', sans-serif;
  font-weight: 700;
  font-size: 0.74rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--brass);
  margin-bottom: 1rem;
}
.eyebrow::before {
  content: '';
  width: 0.62rem;
  height: 0.62rem;
  background: var(--brass);
  transform: rotate(45deg);
  box-shadow: 0 0 0 0.18rem rgba(201, 162, 75, 0.22);
}
.eyebrow.on-dark {
  color: var(--brass-bright);
}
.section-title {
  font-size: clamp(1.9rem, 4.2vw, 3rem);
  font-weight: 800;
}
.lead {
  font-size: 1.12rem;
  color: var(--muted);
  max-width: 46rem;
}


.cue {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  font-family: 'Mulish', sans-serif;
  font-weight: 700;
  font-size: 0.98rem;
  letter-spacing: 0.01em;
  padding: 0.92rem 1.7rem;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.cue.solid {
  background: linear-gradient(180deg, var(--brass-bright), var(--brass));
  color: var(--walnut-deep);
  box-shadow: 0 0.7rem 1.4rem rgba(120, 86, 18, 0.32);
}
.cue.solid:hover {
  transform: translateY(-0.15rem);
  box-shadow: 0 1rem 1.9rem rgba(120, 86, 18, 0.4);
  color: var(--walnut-deep);
}
.cue.ghost {
  background: transparent;
  color: var(--cream);
  border: 0.12rem solid rgba(245, 239, 226, 0.55);
}
.cue.ghost:hover {
  background: rgba(245, 239, 226, 0.12);
  color: var(--cream);
}
.cue.felt {
  background: var(--felt);
  color: var(--cream);
  box-shadow: 0 0.7rem 1.4rem rgba(10, 74, 47, 0.32);
}
.cue.felt:hover {
  background: var(--felt-light);
  color: var(--cream);
  transform: translateY(-0.15rem);
}


.rail {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(42, 27, 18, 0.96);
  border-bottom: 0.12rem solid rgba(201, 162, 75, 0.4);
  backdrop-filter: blur(6px);
}
.rail-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-block: 0.85rem;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  font-family: 'Playfair Display', serif;
  font-weight: 800;
  font-size: 1.28rem;
  color: var(--cream);
  letter-spacing: 0.01em;
}
.brand:hover {
  color: var(--brass-bright);
}
.brand img {
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 0.55rem;
}
.brand small {
  display: block;
  font-family: 'Mulish', sans-serif;
  font-weight: 500;
  font-size: 0.6rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--brass);
}
.nav {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.nav a {
  color: rgba(245, 239, 226, 0.86);
  font-weight: 600;
  font-size: 0.94rem;
  padding: 0.5rem 0.8rem;
  border-radius: 0.6rem;
}
.nav a:hover,
.nav a[aria-current='page'] {
  color: var(--cream);
  background: rgba(201, 162, 75, 0.18);
}
.nav .cue {
  margin-left: 0.5rem;
  padding: 0.6rem 1.2rem;
}
.burger {
  display: none;
  flex-direction: column;
  gap: 0.32rem;
  width: 2.8rem;
  height: 2.8rem;
  align-items: center;
  justify-content: center;
  background: rgba(201, 162, 75, 0.16);
  border: 0.1rem solid rgba(201, 162, 75, 0.4);
  border-radius: 0.6rem;
  cursor: pointer;
}
.burger span {
  display: block;
  width: 1.3rem;
  height: 0.16rem;
  background: var(--brass-bright);
  border-radius: 999px;
  transition: transform 0.26s ease, opacity 0.2s ease;
}
.burger[aria-expanded='true'] span:nth-child(1) {
  transform: translateY(0.48rem) rotate(45deg);
}
.burger[aria-expanded='true'] span:nth-child(2) {
  opacity: 0;
}
.burger[aria-expanded='true'] span:nth-child(3) {
  transform: translateY(-0.48rem) rotate(-45deg);
}


.hero {
  position: relative;
  background:
    linear-gradient(180deg, rgba(42, 27, 18, 0.78), rgba(10, 74, 47, 0.82)),
    url('../img/felt-hero.webp') center / cover no-repeat;
  color: var(--cream);
  overflow: hidden;
}
.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 78% 30%, rgba(201, 162, 75, 0.22), transparent 55%);
  pointer-events: none;
}
.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 3rem;
  align-items: center;
  padding-block: 5.6rem;
}
.hero h1 {
  color: var(--cream);
  font-size: clamp(2.5rem, 6vw, 4.4rem);
  font-weight: 800;
  margin-bottom: 1.2rem;
}
.hero h1 em {
  font-style: italic;
  color: var(--brass-bright);
}
.hero p {
  color: rgba(245, 239, 226, 0.92);
  font-size: 1.16rem;
  max-width: 34rem;
}
.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.8rem;
}
.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 2.2rem;
  margin-top: 2.6rem;
  padding-top: 1.8rem;
  border-top: 0.1rem solid rgba(201, 162, 75, 0.34);
}
.hero-stats div strong {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 1.9rem;
  font-weight: 800;
  color: var(--brass-bright);
}
.hero-stats div span {
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  color: rgba(245, 239, 226, 0.78);
}


.hero-visual {
  position: relative;
  border-radius: var(--radius-lg);
  padding: 0.7rem;
  background: linear-gradient(160deg, rgba(201, 162, 75, 0.85), rgba(120, 86, 18, 0.7));
  box-shadow: var(--shadow-soft);
}
.hero-visual img {
  border-radius: 1.2rem;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.hero-visual figcaption {
  position: absolute;
  left: 1.4rem;
  bottom: 1.4rem;
  right: 1.4rem;
  background: rgba(42, 27, 18, 0.88);
  color: var(--cream);
  border-radius: 0.8rem;
  padding: 0.7rem 1rem;
  font-size: 0.86rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.hero-visual figcaption b {
  color: var(--brass-bright);
}


.felt-card {
  background: var(--cream);
  border: 0.1rem solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 0.9rem 2rem rgba(20, 12, 8, 0.08);
  padding: 1.6rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.felt-card:hover {
  transform: translateY(-0.3rem);
  box-shadow: var(--shadow-soft);
}


.intro {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 3rem;
  align-items: center;
}
.intro-figure {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  border: 0.4rem solid var(--walnut);
}
.intro-figure img {
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
}
.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1.2rem;
}
.pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(14, 92, 58, 0.08);
  color: var(--felt);
  border: 0.08rem solid rgba(14, 92, 58, 0.2);
  font-weight: 700;
  font-size: 0.82rem;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
}


.walnut-band {
  background:
    linear-gradient(180deg, rgba(42, 27, 18, 0.94), rgba(42, 27, 18, 0.94)),
    url('../img/chips-stack.webp') center / cover no-repeat fixed;
  color: var(--cream);
}
.stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.4rem;
}
.stat {
  text-align: center;
  padding: 1.6rem 1rem;
  border-radius: var(--radius);
  background: rgba(245, 239, 226, 0.05);
  border: 0.1rem solid rgba(201, 162, 75, 0.26);
}
.stat strong {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 2.4rem;
  font-weight: 800;
  color: var(--brass-bright);
}
.stat span {
  font-size: 0.88rem;
  color: rgba(245, 239, 226, 0.84);
}


.game-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
  margin-top: 2.4rem;
}
.game {
  display: flex;
  flex-direction: column;
  background: var(--cream);
  border: 0.1rem solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 0.8rem 1.8rem rgba(20, 12, 8, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.game:hover {
  transform: translateY(-0.35rem);
  box-shadow: var(--shadow-soft);
}
.game-head {
  display: flex;
  gap: 1rem;
  padding: 1.2rem 1.2rem 0.6rem;
  align-items: center;
}
.game-head img {
  width: 4.6rem;
  height: 4.6rem;
  border-radius: 1.1rem;
  box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.2);
  flex-shrink: 0;
}
.game-head h3 {
  font-size: 1.16rem;
  margin-bottom: 0.1rem;
}
.game-head .genre {
  font-size: 0.78rem;
  color: var(--muted);
  font-weight: 600;
}
.stars {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-weight: 700;
  font-size: 0.86rem;
  color: var(--walnut);
  margin-top: 0.25rem;
}
.stars .s {
  color: var(--brass);
  letter-spacing: 0.05em;
}
.game p {
  padding: 0 1.2rem;
  font-size: 0.94rem;
  color: var(--muted);
  flex: 1;
}
.game-foot {
  padding: 0.8rem 1.2rem 1.2rem;
}
.game-foot .cue {
  width: 100%;
}


.featured {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  background: var(--felt);
}
.featured img {
  width: 100%;
  height: 100%;
  min-height: 18rem;
  object-fit: cover;
}
.featured-body {
  padding: 2.6rem;
  color: var(--cream);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.featured-body h3 {
  color: var(--cream);
  font-size: clamp(1.6rem, 3vw, 2.3rem);
}
.featured-body p {
  color: rgba(245, 239, 226, 0.9);
}


.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.4rem;
  counter-reset: step;
}
.step {
  position: relative;
  padding: 2.2rem 1.4rem 1.4rem;
  background: var(--cream);
  border: 0.1rem solid var(--line);
  border-radius: var(--radius);
}
.step::before {
  counter-increment: step;
  content: counter(step, decimal-leading-zero);
  position: absolute;
  top: -1.1rem;
  left: 1.2rem;
  font-family: 'Playfair Display', serif;
  font-weight: 800;
  font-size: 1.1rem;
  color: var(--walnut-deep);
  background: linear-gradient(180deg, var(--brass-bright), var(--brass));
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  box-shadow: 0 0.4rem 0.9rem rgba(120, 86, 18, 0.3);
}
.step h3 {
  font-size: 1.1rem;
}


.timetable {
  width: 100%;
  border-collapse: collapse;
  background: var(--cream);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 0.8rem 1.8rem rgba(20, 12, 8, 0.08);
}
.table-scroll {
  overflow-x: auto;
  border-radius: var(--radius);
}
.timetable th,
.timetable td {
  padding: 0.9rem 1.1rem;
  text-align: left;
  border-bottom: 0.08rem solid var(--line);
  font-size: 0.95rem;
}
.timetable thead th {
  background: var(--walnut);
  color: var(--cream);
  font-family: 'Mulish', sans-serif;
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
}
.timetable tbody tr:nth-child(even) {
  background: rgba(14, 92, 58, 0.04);
}
.timetable td:first-child {
  font-weight: 700;
  color: var(--walnut-deep);
}


.board {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.board-row {
  display: grid;
  grid-template-columns: 2.6rem 1fr auto;
  gap: 1rem;
  align-items: center;
  background: var(--cream);
  border: 0.1rem solid var(--line);
  border-left: 0.32rem solid var(--brass);
  border-radius: 0.8rem;
  padding: 0.85rem 1.1rem;
}
.board-row .rank {
  font-family: 'Playfair Display', serif;
  font-weight: 800;
  font-size: 1.4rem;
  color: var(--felt);
  text-align: center;
}
.board-row:nth-child(1) {
  border-left-color: #d4af37;
}
.board-row:nth-child(2) {
  border-left-color: #b8b8b8;
}
.board-row:nth-child(3) {
  border-left-color: #cd7f32;
}
.board-row .who strong {
  display: block;
  color: var(--walnut-deep);
}
.board-row .who span {
  font-size: 0.82rem;
  color: var(--muted);
}
.board-row .pts {
  font-weight: 800;
  color: var(--walnut);
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
}


.rev-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
}
.rev {
  background: var(--cream);
  border: 0.1rem solid var(--line);
  border-radius: var(--radius);
  padding: 1.5rem;
  position: relative;
  box-shadow: 0 0.7rem 1.6rem rgba(20, 12, 8, 0.07);
}
.rev::before {
  content: '\201C';
  position: absolute;
  top: -0.6rem;
  right: 1.1rem;
  font-family: 'Playfair Display', serif;
  font-size: 4rem;
  line-height: 1;
  color: rgba(201, 162, 75, 0.4);
}
.rev .s {
  color: var(--brass);
  letter-spacing: 0.08em;
  font-size: 0.92rem;
}
.rev p {
  font-size: 0.96rem;
  color: var(--ink);
}
.rev .who {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-top: 1rem;
}
.rev .avatar {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: linear-gradient(160deg, var(--felt-light), var(--felt-deep));
  color: var(--cream);
  display: grid;
  place-items: center;
  font-weight: 800;
  font-family: 'Playfair Display', serif;
}
.rev .who strong {
  display: block;
  font-size: 0.92rem;
  color: var(--walnut-deep);
}
.rev .who span {
  font-size: 0.78rem;
  color: var(--muted);
}



.duvidas-clube {
  max-width: 62.5rem;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.4rem;
}
.duvidas-clube details {
  background:
    linear-gradient(180deg, var(--cream) 0%, var(--cream-deep) 100%);
  border: 0.1rem solid var(--line);
  border-top: 0.28rem solid var(--brass);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  position: relative;
  padding: 1.3rem 1.5rem 1.5rem;
}
.duvidas-clube details::before {
  content: '';
  position: absolute;
  inset: 0.42rem;
  border: 0.06rem solid rgba(201, 162, 75, 0.34);
  border-radius: calc(var(--radius) - 0.42rem);
  pointer-events: none;
}
.duvidas-clube summary {
  cursor: default;
  list-style: none;
  padding: 0 0 0 2.5rem;
  position: relative;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 1.12rem;
  line-height: 1.32;
  color: var(--walnut-deep);
}
.duvidas-clube summary::-webkit-details-marker {
  display: none;
}
.duvidas-clube summary::after {
  content: none;
}
.duvidas-clube summary::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.18rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: radial-gradient(circle at 34% 32%, var(--brass-bright), var(--brass) 62%, #9a781f 100%);
  box-shadow: 0 0.12rem 0.3rem rgba(20, 12, 8, 0.32);
}
.duvidas-clube details p {
  padding: 0;
  margin: 0.85rem 0 0;
  padding-top: 0.85rem;
  border-top: 0.06rem solid var(--line);
  color: var(--muted);
  font-size: 0.98rem;
}
@media (max-width: 720px) {
  .duvidas-clube {
    grid-template-columns: 1fr;
    max-width: 34rem;
  }
}


.join {
  background:
    linear-gradient(180deg, rgba(10, 74, 47, 0.92), rgba(10, 74, 47, 0.95)),
    url('../img/card-table.webp') center / cover no-repeat;
  color: var(--cream);
}
.join-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 2.6rem;
  align-items: stretch;
}
.join-info h2 {
  color: var(--cream);
}
.join-info .lead {
  color: rgba(245, 239, 226, 0.9);
}
.contact-list {
  list-style: none;
  margin: 1.6rem 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.contact-list li {
  display: flex;
  gap: 0.9rem;
  align-items: flex-start;
}
.contact-list .ico {
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
  border-radius: 0.7rem;
  background: rgba(201, 162, 75, 0.2);
  border: 0.1rem solid rgba(201, 162, 75, 0.42);
  display: grid;
  place-items: center;
  color: var(--brass-bright);
}
.contact-list strong {
  display: block;
  color: var(--cream);
  font-size: 0.96rem;
}
.contact-list a,
.contact-list span {
  color: rgba(245, 239, 226, 0.82);
  font-size: 0.92rem;
}
.contact-list a:hover {
  color: var(--brass-bright);
}

.form-card {
  background: var(--cream);
  border-radius: var(--radius-lg);
  padding: 2rem;
  box-shadow: var(--shadow-soft);
  border-top: 0.4rem solid var(--brass);
}
.form-card h3 {
  font-size: 1.4rem;
  margin-bottom: 0.3rem;
}
.form-card .hint {
  color: var(--muted);
  font-size: 0.9rem;
  margin-bottom: 1.2rem;
}
.field {
  margin-bottom: 1rem;
}
.field label {
  display: block;
  font-weight: 700;
  font-size: 0.84rem;
  color: var(--walnut-deep);
  margin-bottom: 0.35rem;
}
.field input[type='text'],
.field input[type='tel'],
.field input[type='email'] {
  width: 100%;
  padding: 0.85rem 1rem;
  border: 0.1rem solid var(--line);
  border-radius: 0.7rem;
  background: #fff;
  color: var(--ink);
  font-family: inherit;
  font-size: 0.98rem;
  box-shadow: inset 0 0.12rem 0.4rem rgba(20, 12, 8, 0.06);
}
.field input:focus {
  border-color: var(--brass);
  outline: none;
  box-shadow: 0 0 0 0.18rem rgba(201, 162, 75, 0.28);
}
.consent {
  display: flex;
  gap: 0.6rem;
  align-items: flex-start;
  font-size: 0.85rem;
  color: var(--muted);
  margin-bottom: 1.2rem;
}
.consent input {
  margin-top: 0.25rem;
  width: 1.1rem;
  height: 1.1rem;
  accent-color: var(--felt);
  flex-shrink: 0;
}
.consent a {
  color: var(--felt);
  font-weight: 700;
  text-decoration: underline;
}
.form-card .cue {
  width: 100%;
}
.success-msg {
  display: none;
  margin-top: 1rem;
  padding: 0.85rem 1rem;
  background: rgba(14, 92, 58, 0.12);
  border: 0.1rem solid rgba(14, 92, 58, 0.32);
  border-radius: 0.7rem;
  color: var(--felt-deep);
  font-weight: 700;
  font-size: 0.92rem;
}
.success-msg.show {
  display: block;
}


.partners {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1.6rem;
  align-items: center;
  justify-content: center;
}
.partners span {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--muted);
  opacity: 0.78;
  letter-spacing: 0.02em;
}


.page-head {
  background:
    linear-gradient(180deg, rgba(42, 27, 18, 0.82), rgba(10, 74, 47, 0.86)),
    url('../img/lounge-balls.webp') center / cover no-repeat;
  color: var(--cream);
  padding-block: 4.4rem;
}
.page-head h1 {
  color: var(--cream);
  font-size: clamp(2.1rem, 5vw, 3.4rem);
}
.page-head p {
  color: rgba(245, 239, 226, 0.9);
  max-width: 44rem;
}
.crumbs {
  font-size: 0.82rem;
  color: rgba(245, 239, 226, 0.74);
  margin-bottom: 0.8rem;
}
.crumbs a {
  color: var(--brass-bright);
}


.prose {
  max-width: 50rem;
}
.prose h2 {
  font-size: 1.5rem;
  margin-top: 2.2rem;
}
.prose h3 {
  font-size: 1.15rem;
  margin-top: 1.6rem;
}
.prose ul {
  padding-left: 1.2rem;
}
.prose li {
  margin-bottom: 0.5rem;
}
.prose .note {
  background: rgba(201, 162, 75, 0.1);
  border-left: 0.32rem solid var(--brass);
  border-radius: 0.6rem;
  padding: 1rem 1.2rem;
  margin: 1.4rem 0;
}
.toc {
  background: var(--cream);
  border: 0.1rem solid var(--line);
  border-radius: var(--radius);
  padding: 1.4rem 1.6rem;
  margin-bottom: 2.2rem;
}
.toc strong {
  display: block;
  font-family: 'Playfair Display', serif;
  margin-bottom: 0.6rem;
}
.toc ol {
  margin: 0;
  padding-left: 1.2rem;
  columns: 2;
  column-gap: 2rem;
}
.toc a {
  font-size: 0.92rem;
}


.contact-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.4rem;
  align-items: start;
}
.contact-split > * {
  min-width: 0;
}
.map-frame {
  max-width: 100%;
}
.info-card {
  background: var(--cream);
  border: 0.1rem solid var(--line);
  border-radius: var(--radius);
  padding: 1.8rem;
  box-shadow: 0 0.8rem 1.8rem rgba(20, 12, 8, 0.07);
}
.info-card + .info-card {
  margin-top: 1.2rem;
}
.info-card h3 {
  font-size: 1.2rem;
}
.info-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 0.8rem;
  padding: 0.6rem 0;
  border-bottom: 0.08rem solid var(--line);
  overflow-wrap: anywhere;
}
.info-row span {
  min-width: 0;
  overflow-wrap: anywhere;
}
.info-row:last-child {
  border-bottom: none;
}
.info-row .k {
  font-weight: 700;
  color: var(--walnut-deep);
  min-width: 6.5rem;
}
.map-frame {
  border: 0;
  width: 100%;
  height: 17rem;
  border-radius: var(--radius);
  box-shadow: 0 0.8rem 1.8rem rgba(20, 12, 8, 0.12);
}


.trio {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
}
.trio .felt-card h3 {
  font-size: 1.16rem;
}
.trio .mark {
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 0.8rem;
  background: linear-gradient(160deg, var(--felt-light), var(--felt-deep));
  color: var(--brass-bright);
  display: grid;
  place-items: center;
  margin-bottom: 0.9rem;
}


.foot {
  background: var(--walnut-deep);
  color: rgba(245, 239, 226, 0.82);
  padding-block: 3.4rem 1.6rem;
  border-top: 0.2rem solid var(--brass);
}
.foot-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.3fr;
  gap: 2rem;
}
.foot h4 {
  color: var(--cream);
  font-size: 0.86rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-family: 'Mulish', sans-serif;
  font-weight: 700;
  margin-bottom: 1rem;
}
.foot .brand {
  margin-bottom: 1rem;
}
.foot p {
  font-size: 0.92rem;
}
.foot ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.foot ul li {
  margin-bottom: 0.55rem;
}
.foot a {
  color: rgba(245, 239, 226, 0.82);
  font-size: 0.92rem;
}
.foot a:hover {
  color: var(--brass-bright);
}
.foot .addr {
  font-style: normal;
  font-size: 0.92rem;
  line-height: 1.8;
}
.foot-bottom {
  margin-top: 2.4rem;
  padding-top: 1.4rem;
  border-top: 0.08rem solid rgba(201, 162, 75, 0.24);
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1.4rem;
  justify-content: space-between;
  font-size: 0.82rem;
  color: rgba(245, 239, 226, 0.62);
}
.age {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 700;
  color: var(--brass-bright);
}
.age b {
  background: var(--brass);
  color: var(--walnut-deep);
  border-radius: 0.4rem;
  padding: 0.05rem 0.4rem;
  font-size: 0.8rem;
}


.cookie {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 60;
  max-width: 62rem;
  margin-inline: auto;
  background: var(--walnut-deep);
  color: var(--cream);
  border: 0.12rem solid rgba(201, 162, 75, 0.5);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  padding: 1.2rem 1.4rem;
  display: none;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}
.cookie.show {
  display: flex;
}
.cookie p {
  margin: 0;
  flex: 1 1 18rem;
  font-size: 0.9rem;
  color: rgba(245, 239, 226, 0.88);
}
.cookie p a {
  color: var(--brass-bright);
  text-decoration: underline;
}
.cookie-actions {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
}
.cookie .cue {
  padding: 0.6rem 1.2rem;
  font-size: 0.9rem;
}


.oops {
  min-height: 62vh;
  display: grid;
  place-items: center;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(42, 27, 18, 0.8), rgba(10, 74, 47, 0.86)),
    url('../img/rack-balls.webp') center / cover no-repeat;
  color: var(--cream);
}
.oops .big {
  font-family: 'Playfair Display', serif;
  font-weight: 800;
  font-size: clamp(5rem, 18vw, 11rem);
  line-height: 0.9;
  color: var(--brass-bright);
}
.oops h1 {
  color: var(--cream);
}
.oops p {
  color: rgba(245, 239, 226, 0.9);
  max-width: 34rem;
  margin-inline: auto;
}


@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
  .walnut-band {
    background-attachment: scroll;
  }
}


@media (max-width: 980px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 2.2rem;
    padding-block: 4rem;
  }
  .intro,
  .join-grid,
  .contact-split,
  .featured {
    grid-template-columns: 1fr;
  }
  .featured img {
    min-height: 14rem;
  }
  .stat-grid,
  .steps {
    grid-template-columns: repeat(2, 1fr);
  }
  .game-grid,
  .rev-grid,
  .trio {
    grid-template-columns: repeat(2, 1fr);
  }
  .foot-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 720px) {
  .nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: var(--walnut-deep);
    border-bottom: 0.12rem solid rgba(201, 162, 75, 0.4);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.32s ease;
  }
  .nav.open {
    max-height: 32rem;
  }
  .nav a {
    padding: 1rem 1.4rem;
    border-bottom: 0.08rem solid rgba(201, 162, 75, 0.16);
    border-radius: 0;
  }
  .nav .cue {
    margin: 0.8rem 1.4rem;
    width: auto;
  }
  .burger {
    display: flex;
  }
  .rail-inner {
    position: relative;
  }
  .band {
    padding-block: 3.6rem;
  }
  .walnut-band {
    background-attachment: scroll;
  }
}

@media (max-width: 560px) {
  body {
    font-size: 0.98rem;
  }
  .stat-grid,
  .steps,
  .game-grid,
  .rev-grid,
  .trio {
    grid-template-columns: 1fr;
  }
  .foot-grid {
    grid-template-columns: 1fr;
  }
  .toc ol {
    columns: 1;
  }
  .hero-stats {
    gap: 1.4rem;
  }
  .featured-body,
  .form-card,
  .info-card {
    padding: 1.4rem;
  }
  .lounge {
    padding-inline: 1.1rem;
  }
}
