/* =========================================================
   Clube Marquês — Clube de Póquer presencial em Lisboa (18+)
   Estética: lounge escuro e premium. Verde-feltro, carvão e
   dourado. Antiqua de alto contraste (Playfair) + sans de sistema.
   Sóbrio e elegante — sem estética de casino/neon.
   ========================================================= */

@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/playfair-variable.woff2") format("woff2-variations");
  font-weight: 400 900;
  font-display: swap;
}

:root {
  --ink:        #0E1210;
  --charcoal:   #161A17;
  --surface:    #1A1F1B;
  --surface-2:  #20271F;
  --felt:       #163A2E;
  --felt-2:     #1E4A3A;
  --gold:       #C2A14D;
  --gold-2:     #DAC081;
  --gold-soft:  rgba(194,161,77,.14);
  --gold-d:     #A8883A;
  --cream:      #F2EEE3;
  --sand:       #B7B0A0;
  --dim:        #8A8576;
  --burgundy:   #8A3033;
  --burgundy-2: #A24B4E;
  --line:       rgba(242,238,227,.12);
  --line-2:     rgba(242,238,227,.20);

  --r:    14px;
  --r-sm: 10px;
  --r-lg: 22px;
  --shadow:    0 30px 60px -30px rgba(0,0,0,.7);
  --shadow-sm: 0 16px 34px -24px rgba(0,0,0,.65);

  --container: 1180px;
  --measure: 68ch;
  --gap: clamp(1.2rem, 2.4vw, 2rem);

  --font-display: "Playfair Display", Georgia, "Times New Roman", serif;
  --font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0; font-family: var(--font-body); font-size: 1.0625rem; line-height: 1.75;
  color: var(--cream); background: var(--ink); -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--gold-2); text-decoration: none; }
a:hover { color: var(--gold); text-decoration: underline; }

h1, h2, h3, h4 { font-family: var(--font-display); color: var(--cream); line-height: 1.14; margin: 0 0 .5em; font-weight: 600; letter-spacing: .003em; }
h1 { font-size: clamp(2.2rem, 5vw, 3.7rem); font-weight: 600; }
h2 { font-size: clamp(1.8rem, 3.6vw, 2.7rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.55rem); }
h4 { font-size: 1.1rem; }
p { margin: 0 0 1.15rem; color: var(--sand); }
strong { color: var(--cream); font-weight: 700; }
ul, ol { margin: 0 0 1.15rem; padding-left: 1.3rem; color: var(--sand); }
li { margin-bottom: .45rem; }
blockquote { margin: 1.6rem 0; padding: 1rem 1.4rem; border-left: 3px solid var(--gold); background: var(--surface); border-radius: 0 var(--r-sm) var(--r-sm) 0; color: var(--cream); font-style: italic; }
hr { border: none; border-top: 1px solid var(--line); margin: 2.4rem 0; }

.skip-link { position: absolute; left: -9999px; top: 0; z-index: 999; background: var(--gold); color: var(--ink); padding: .8rem 1.2rem; border-radius: 0 0 8px 0; font-weight: 700; }
.skip-link:focus { left: 0; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; border-radius: 4px; }

.container { width: min(100% - 2.4rem, var(--container)); margin-inline: auto; }
.narrow { max-width: 860px; margin-inline: auto; }
.section { padding-block: clamp(3rem, 6vw, 5.4rem); }
.section--charcoal { background: var(--charcoal); }
.section--felt { background: linear-gradient(160deg, var(--felt), var(--felt-2)); }
.section--felt p { color: #cfe0d6; }
.lead { font-size: 1.2rem; color: var(--sand); max-width: var(--measure); line-height: 1.7; }
.center { text-align: center; }
.center .lead { margin-inline: auto; }

.eyebrow { display: inline-flex; align-items: center; gap: .55rem; font-family: var(--font-body); font-weight: 700; letter-spacing: .2em; text-transform: uppercase; font-size: .72rem; color: var(--gold); margin-bottom: .9rem; }
.eyebrow::before { content: ""; width: 26px; height: 1px; background: var(--gold); display: inline-block; }
.rule { height: 1px; width: 70px; background: linear-gradient(90deg, var(--gold), transparent); margin: 0 0 1.5rem; }
.center .rule { margin-inline: auto; background: linear-gradient(90deg, transparent, var(--gold), transparent); }

/* age / badges */
.badge { display: inline-flex; align-items: center; gap: .4rem; font-family: var(--font-body); font-weight: 700; font-size: .7rem; letter-spacing: .04em; text-transform: uppercase; padding: .3rem .65rem; border-radius: 999px; line-height: 1; }
.badge--gold { background: var(--gold-soft); color: var(--gold-2); border: 1px solid rgba(194,161,77,.4); }
.badge--18 { background: var(--burgundy); color: #fff; border: none; }
.pill { display: inline-flex; align-items: center; gap: .5rem; background: var(--surface); border: 1px solid var(--line); border-radius: 999px; padding: .5rem .95rem; font-size: .9rem; font-weight: 600; color: var(--cream); }
.pill svg { width: 18px; height: 18px; color: var(--gold); flex: none; }

/* buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .55rem; font-family: var(--font-body); font-weight: 700; font-size: 1rem; padding: .85rem 1.7rem; border-radius: 999px; border: 1.5px solid transparent; cursor: pointer; transition: transform .14s ease, background .14s ease, color .14s ease, box-shadow .14s ease; line-height: 1; text-decoration: none; }
.btn:hover { transform: translateY(-2px); text-decoration: none; }
.btn svg { width: 18px; height: 18px; }
.btn--primary { background: var(--gold); color: var(--ink); }
.btn--primary:hover { background: var(--gold-2); color: var(--ink); }
.btn--outline { background: transparent; color: var(--gold-2); border-color: rgba(194,161,77,.5); }
.btn--outline:hover { background: var(--gold-soft); color: var(--gold-2); border-color: var(--gold); }
.btn--ghost { background: rgba(242,238,227,.06); color: var(--cream); border-color: var(--line-2); }
.btn--ghost:hover { background: rgba(242,238,227,.12); color: #fff; }
.btn-row { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.6rem; }
.center .btn-row { justify-content: center; }

/* topbar */
.topbar { background: #0A0D0B; color: var(--sand); font-size: .82rem; border-bottom: 1px solid var(--line); }
.topbar .inner { display: flex; flex-wrap: wrap; gap: .3rem 1.4rem; align-items: center; justify-content: space-between; padding-block: .5rem; }
.topbar a { color: var(--sand); } .topbar a:hover { color: var(--gold-2); }
.topbar .left { display: inline-flex; align-items: center; gap: 1.3rem; flex-wrap: wrap; }
.topbar .i { display: inline-flex; align-items: center; gap: .4rem; }
.topbar svg { width: 15px; height: 15px; color: var(--gold); }
.topbar .age { color: var(--gold-2); font-weight: 700; letter-spacing: .03em; }

/* header */
.site-header { position: sticky; top: 0; z-index: 60; background: rgba(14,18,16,.86); backdrop-filter: saturate(140%) blur(12px); border-bottom: 1px solid var(--line); }
.header-inner { display: flex; align-items: center; gap: 1.2rem; padding-block: .7rem; }
.brand { display: inline-flex; align-items: center; gap: .7rem; font-family: var(--font-display); font-weight: 600; color: var(--cream); font-size: 1.35rem; letter-spacing: .01em; }
.brand:hover { text-decoration: none; color: var(--cream); }
.brand-mark { width: 44px; height: 44px; flex: none; }
.brand small { display: block; font-family: var(--font-body); font-weight: 600; font-size: .6rem; letter-spacing: .22em; text-transform: uppercase; color: var(--gold); margin-top: 4px; }
.primary-nav { margin-left: auto; }
.primary-nav > ul { list-style: none; display: flex; flex-wrap: wrap; align-items: center; gap: .1rem; margin: 0; padding: 0; }
.primary-nav a { font-family: var(--font-body); font-weight: 600; font-size: .93rem; color: var(--cream); padding: .55rem .75rem; border-radius: 999px; display: inline-flex; align-items: center; gap: .3rem; }
.primary-nav a:hover, .primary-nav .current-menu-item > a, .primary-nav .current-menu-parent > a { background: var(--gold-soft); color: var(--gold-2); text-decoration: none; }
.primary-nav li { position: relative; }
.primary-nav .menu-item-has-children > a::after { content: "▾"; font-size: .8em; opacity: .7; }
.primary-nav .sub-menu { list-style: none; margin: 0; padding: .5rem; position: absolute; top: 100%; left: 0; min-width: 240px; background: var(--surface); border: 1px solid var(--line-2); border-radius: var(--r); box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(6px); transition: .16s ease; z-index: 70; }
.primary-nav li:hover > .sub-menu, .primary-nav li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.primary-nav .sub-menu a { display: block; padding: .6rem .8rem; border-radius: 8px; font-size: .92rem; }
.header-cta { margin-left: .5rem; }
.nav-toggle { display: none; margin-left: auto; background: var(--surface); color: var(--cream); border: 1px solid var(--line-2); border-radius: 999px; padding: .55rem .9rem; font-size: 1rem; cursor: pointer; align-items: center; gap: .5rem; font-family: var(--font-body); font-weight: 700; }

@media (max-width: 1100px) {
  .header-cta { display: none; }
  .nav-toggle { display: inline-flex; }
  .primary-nav { position: absolute; left: 0; right: 0; top: 100%; background: var(--charcoal); border-bottom: 1px solid var(--line); padding: .6rem 1.2rem 1.2rem; display: none; box-shadow: var(--shadow); max-height: 80vh; overflow-y: auto; }
  .primary-nav.open { display: block; }
  .primary-nav > ul { flex-direction: column; align-items: stretch; gap: .1rem; }
  .primary-nav a { display: flex; padding: .8rem .6rem; font-size: 1.05rem; }
  .primary-nav .sub-menu { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: none; border-left: 1px solid var(--line-2); border-radius: 0; margin: 0 0 .4rem .8rem; padding: 0 0 0 .4rem; min-width: 0; }
  .primary-nav .menu-item-has-children > a::after { margin-left: auto; }
}

/* hero */
.hero { position: relative; overflow: hidden; }
.hero-media { position: absolute; inset: 0; z-index: 0; }
.hero-media .ph, .hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(14,18,16,.72), rgba(14,18,16,.92)), radial-gradient(120% 80% at 70% 20%, rgba(22,58,46,.5), transparent); }
.hero-inner { position: relative; z-index: 1; padding-block: clamp(4rem, 11vw, 8rem); max-width: 760px; }
.hero h1 { margin-bottom: .35em; }
.hero h1 .accent { color: var(--gold); font-style: italic; }
.hero .lead { font-size: 1.24rem; color: #d8d2c5; }
.hero-pills { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 1.6rem; }

/* placeholders (dark) */
.ph { display: grid; place-items: center; width: 100%; color: var(--gold-2); font-family: var(--font-body); font-weight: 600; text-align: center; padding: .5rem; background: linear-gradient(150deg, #12241d, #0f1613); border: 1px solid var(--line); }
.ph span { background: rgba(0,0,0,.35); padding: .35rem .85rem; border-radius: 999px; font-size: .8rem; color: var(--gold-2); }
.ph svg { width: 30px; height: 30px; opacity: .55; margin-bottom: .4rem; }

/* grids / cards */
.grid { display: grid; gap: var(--gap); }
.grid-2 { grid-template-columns: repeat(2,1fr); }
.grid-3 { grid-template-columns: repeat(3,1fr); }
.grid-4 { grid-template-columns: repeat(4,1fr); }

.card { background: var(--surface); border-radius: var(--r); padding: 1.7rem; border: 1px solid var(--line); box-shadow: var(--shadow-sm); transition: transform .16s ease, border-color .16s ease; }
.card--link:hover { transform: translateY(-4px); border-color: var(--line-2); }
.card h3 { margin-bottom: .4rem; }
.card p:last-child { margin-bottom: 0; }
.card-ico { width: 54px; height: 54px; border-radius: 13px; display: grid; place-items: center; margin-bottom: 1rem; background: var(--gold-soft); color: var(--gold); border: 1px solid rgba(194,161,77,.3); }
.card-ico svg { width: 27px; height: 27px; }
.card .more { color: var(--gold-2); font-weight: 700; font-size: .92rem; }

/* feature split */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.8rem,4vw,3.4rem); align-items: center; }
.split--flip .split-media { order: 2; }
.split-media .ph, .split-media img { border-radius: var(--r-lg); aspect-ratio: 4/3; box-shadow: var(--shadow); width: 100%; object-fit: cover; border: 1px solid var(--line); }
.checklist { list-style: none; padding: 0; margin: 1.2rem 0; }
.checklist li { position: relative; padding-left: 2rem; margin-bottom: .6rem; color: var(--sand); }
.checklist li::before { content: ""; position: absolute; left: 0; top: .15rem; width: 1.35rem; height: 1.35rem; border-radius: 50%; background: var(--gold-soft); border: 1px solid rgba(194,161,77,.4); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23DAC081' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E"); background-position: center; background-size: 58%; background-repeat: no-repeat; }

/* tables: stakes / schedule */
.tbl-wrap { overflow-x: auto; }
.tbl { width: 100%; border-collapse: separate; border-spacing: 0; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; box-shadow: var(--shadow-sm); }
.tbl th, .tbl td { padding: .85rem 1.1rem; text-align: left; border-bottom: 1px solid var(--line); font-size: .95rem; }
.tbl thead th { background: var(--felt); color: var(--cream); font-family: var(--font-display); font-weight: 600; font-size: 1rem; }
.tbl tbody th { font-weight: 700; color: var(--cream); background: var(--surface-2); white-space: nowrap; }
.tbl tbody tr:last-child td, .tbl tbody tr:last-child th { border-bottom: none; }
.tbl .accent { color: var(--gold-2); font-weight: 700; }

/* membership tiers */
.tier { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 1.9rem; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; position: relative; }
.tier.featured { border: 1px solid var(--gold); }
.tier .name { font-family: var(--font-display); font-weight: 600; font-size: 1.4rem; color: var(--cream); }
.tier .price { font-family: var(--font-display); font-weight: 600; font-size: 2.5rem; color: var(--gold-2); line-height: 1; margin: .5rem 0 .1rem; }
.tier .price small { font-family: var(--font-body); font-size: .85rem; font-weight: 600; color: var(--sand); }
.tier .sub { color: var(--sand); font-size: .92rem; margin-bottom: 1.1rem; }
.tier ul { list-style: none; padding: 0; margin: 0 0 1.5rem; }
.tier li { position: relative; padding-left: 1.8rem; margin-bottom: .6rem; color: var(--cream); font-size: .95rem; }
.tier li::before { content: ""; position: absolute; left: 0; top: .12rem; width: 1.25rem; height: 1.25rem; border-radius: 50%; background: var(--gold-soft); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23DAC081' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E"); background-position: center; background-size: 64%; background-repeat: no-repeat; }
.tier .btn { margin-top: auto; }
.tier-tag { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--gold); color: var(--ink); font-family: var(--font-body); font-weight: 700; font-size: .72rem; letter-spacing: .03em; text-transform: uppercase; padding: .32rem .8rem; border-radius: 999px; white-space: nowrap; }
.note { text-align: center; color: var(--dim); font-size: .9rem; margin-top: 1.4rem; }

/* steps */
.steps { display: grid; gap: var(--gap); }
.step { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); padding: 1.6rem; }
.step .n { font-family: var(--font-display); font-weight: 600; font-size: 1.2rem; color: var(--ink); background: var(--gold); width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; margin-bottom: .9rem; }
.step h3 { margin-bottom: .3rem; } .step p { margin: 0; }

/* stats */
.stats { display: grid; grid-template-columns: repeat(4,1fr); gap: var(--gap); text-align: center; }
.stat .num { font-family: var(--font-display); font-weight: 600; font-size: clamp(2rem,4vw,3rem); color: var(--gold-2); line-height: 1; }
.stat p { color: var(--sand); margin: .45rem 0 0; font-size: .94rem; }

/* responsible-gaming callout */
.rg-callout { background: var(--surface-2); border: 1px solid var(--line-2); border-left: 4px solid var(--gold); border-radius: var(--r); padding: 1.4rem 1.6rem; display: flex; gap: 1rem; align-items: flex-start; }
.rg-callout svg { width: 26px; height: 26px; color: var(--gold); flex: none; margin-top: 2px; }
.rg-callout h3 { margin: 0 0 .3rem; font-size: 1.15rem; }
.rg-callout p { margin: 0; color: var(--sand); font-size: .94rem; }
.rg-callout a { color: var(--gold-2); }

/* info-list */
.info-list { list-style: none; padding: 0; margin: 0; }
.info-list li { display: flex; gap: .9rem; padding: .9rem 0; border-bottom: 1px solid var(--line); }
.info-list li:last-child { border-bottom: none; }
.info-list .ico { width: 44px; height: 44px; border-radius: 12px; flex: none; display: grid; place-items: center; background: var(--gold-soft); color: var(--gold); border: 1px solid rgba(194,161,77,.3); }
.info-list .ico svg { width: 21px; height: 21px; }
.info-list strong { display: block; color: var(--cream); }
.info-list a { color: var(--sand); }
.map-embed, .ph.map { border: 0; width: 100%; aspect-ratio: 16/10; border-radius: var(--r); box-shadow: var(--shadow-sm); }

/* breadcrumbs / page head */
.crumbs { font-size: .85rem; color: var(--dim); padding-top: 1.1rem; }
.crumbs a { color: var(--sand); }
.crumbs span[aria-current] { color: var(--gold-2); font-weight: 600; }
.page-head { background: var(--charcoal); border-bottom: 1px solid var(--line); position: relative; }
.page-head .inner { padding-block: clamp(2.6rem,5vw,3.8rem); position: relative; }
.page-head h1 { margin-bottom: .35rem; }
.page-head p { color: var(--sand); max-width: var(--measure); margin: 0; font-size: 1.08rem; }

/* prose */
.prose { max-width: var(--measure); }
.prose h2 { margin-top: 2.2rem; } .prose h3 { margin-top: 1.6rem; }
.prose p, .prose li { color: var(--sand); }
.prose a { color: var(--gold-2); text-decoration: underline; text-underline-offset: 2px; }
.prose strong { color: var(--cream); }
.prose ul li::marker { color: var(--gold); }

/* FAQ */
.faq { max-width: 880px; margin-inline: auto; }
.faq details { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-sm); margin-bottom: .8rem; overflow: hidden; }
.faq summary { cursor: pointer; list-style: none; padding: 1.1rem 1.3rem; font-family: var(--font-display); font-weight: 600; color: var(--cream); font-size: 1.08rem; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 1.5rem; color: var(--gold); line-height: 1; transition: transform .2s ease; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq .answer { padding: 0 1.3rem 1.2rem; color: var(--sand); }
.faq .answer p:last-child { margin-bottom: 0; }

/* forms */
.form-card { background: var(--surface); border-radius: var(--r); padding: clamp(1.5rem,3vw,2.3rem); border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.field { margin-bottom: 1.05rem; }
.field label { display: block; font-family: var(--font-body); font-weight: 700; color: var(--cream); margin-bottom: .35rem; font-size: .94rem; }
.field input, .field select, .field textarea { width: 100%; padding: .8rem 1rem; border: 1px solid var(--line-2); border-radius: 10px; font-family: var(--font-body); font-size: 1rem; background: #0E1210; color: var(--cream); }
.field input::placeholder, .field textarea::placeholder { color: var(--dim); }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold); outline: none; box-shadow: 0 0 0 3px var(--gold-soft); }
.field textarea { min-height: 130px; resize: vertical; }
.field--row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field .check { display: flex; gap: .6rem; align-items: flex-start; font-weight: 500; color: var(--sand); font-size: .9rem; line-height: 1.5; }
.field .check input { width: auto; margin-top: .25rem; flex: none; }
.field .check a { color: var(--gold-2); }
.hp { position: absolute; left: -9999px; }
.form-note { font-size: .84rem; color: var(--dim); margin-top: 1rem; }
.form-guard { background: var(--surface-2); border: 1px solid var(--line-2); border-radius: 10px; padding: .85rem 1rem; font-size: .88rem; color: var(--sand); margin-bottom: 1.2rem; }
.form-msg { padding: 1rem 1.2rem; border-radius: 10px; margin-bottom: 1.3rem; font-weight: 600; }
.form-msg.ok { background: rgba(22,58,46,.5); color: #bfe3cf; border: 1px solid var(--felt-2); }
.form-msg.err { background: rgba(138,48,51,.25); color: #e8b9ba; border: 1px solid var(--burgundy); }
.contact-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: var(--gap); align-items: start; }

/* footer */
.site-footer { background: #0A0D0B; color: var(--sand); padding-block: clamp(2.8rem,6vw,4rem) 0; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1.2fr; gap: var(--gap); }
.site-footer h4 { color: var(--cream); font-family: var(--font-display); font-weight: 600; font-size: 1.1rem; margin-bottom: 1rem; }
.site-footer a { color: var(--sand); } .site-footer a:hover { color: var(--gold-2); text-decoration: none; }
.footer-brand .brand { color: var(--cream); margin-bottom: .9rem; }
.footer-brand p { color: var(--dim); font-size: .9rem; line-height: 1.7; }
.footer-legalname { color: var(--sand); font-weight: 600; }
.footer-nav ul { list-style: none; padding: 0; margin: 0; }
.footer-nav li { margin-bottom: .5rem; }
.footer-contact .i { display: flex; gap: .6rem; margin-bottom: .7rem; font-size: .9rem; line-height: 1.5; }
.footer-contact svg { width: 18px; height: 18px; color: var(--gold); flex: none; margin-top: 2px; }
.footer-rg { border-top: 1px solid var(--line); margin-top: 1.8rem; padding-block: 1.2rem .3rem; font-size: .86rem; color: var(--sand); display: flex; gap: 1rem; align-items: flex-start; }
.footer-rg .b18 { background: var(--burgundy); color: #fff; font-weight: 800; font-size: .8rem; padding: .25rem .5rem; border-radius: 6px; flex: none; letter-spacing: .02em; }
.legal-bar { border-top: 1px solid var(--line); margin-top: 1rem; padding-block: 1.3rem; display: flex; flex-wrap: wrap; gap: .8rem 1.4rem; align-items: center; justify-content: space-between; font-size: .82rem; color: var(--dim); }
.legal-bar nav ul { display: flex; flex-wrap: wrap; gap: .4rem 1.2rem; list-style: none; margin: 0; padding: 0; }

/* cookie */
.cookie { position: fixed; left: 1rem; right: 1rem; bottom: 1rem; z-index: 200; max-width: 760px; margin-inline: auto; background: var(--surface); color: var(--cream); border-radius: var(--r); box-shadow: var(--shadow); border: 1px solid var(--line-2); padding: 1.3rem 1.5rem; display: none; }
.cookie.show { display: block; }
.cookie h4 { font-size: 1.15rem; margin: 0 0 .4rem; }
.cookie p { font-size: .9rem; color: var(--sand); margin: 0 0 1rem; }
.cookie .btn-row { margin-top: 0; }
.cookie .btn { font-size: .9rem; padding: .65rem 1.3rem; }

/* age gate modal */
.agegate { position: fixed; inset: 0; z-index: 9999; background: rgba(8,11,9,.97); display: none; align-items: center; justify-content: center; padding: 1.5rem; }
.agegate.show { display: flex; }
.agegate-card { max-width: 460px; text-align: center; background: var(--surface); border: 1px solid var(--line-2); border-radius: var(--r-lg); padding: clamp(1.8rem,4vw,2.8rem); box-shadow: var(--shadow); }
.agegate-mark { width: 64px; height: 64px; margin: 0 auto 1.2rem; }
.agegate h2 { font-size: 1.8rem; margin-bottom: .5rem; }
.agegate p { color: var(--sand); font-size: .98rem; }
.agegate .btn-row { justify-content: center; margin-top: 1.6rem; }
.agegate .deny { margin-top: 1.2rem; font-size: .85rem; color: var(--dim); display: none; }
.agegate.denied .deny { display: block; }
.agegate.denied .gate-actions { display: none; }
html.agegate-lock { overflow: hidden; }

/* misc */
.notfound { text-align: center; padding-block: clamp(3rem,8vw,6rem); }
.notfound .big { font-family: var(--font-display); font-weight: 600; font-size: clamp(5rem,16vw,9rem); color: var(--gold); line-height: .9; }

/* responsive */
@media (max-width: 980px) {
  .grid-4 { grid-template-columns: repeat(2,1fr); }
  .split, .contact-grid, .footer-grid { grid-template-columns: 1fr; }
  .split--flip .split-media { order: 0; }
  .stats { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 600px) {
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .field--row { grid-template-columns: 1fr; }
  .legal-bar { flex-direction: column; align-items: flex-start; }
}
@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
  .btn:hover, .card--link:hover { transform: none; }
}
