/* =========================================================
   Niksoli — Restaurante · Eventos · Sala de Póquer (Lisboa)
   Estética: gastro-premium claro. Marfim, bordeaux e latão.
   Serifa Cormorant nos títulos + sans de sistema no corpo.
   Secções escuras dedicadas à ala da sala de póquer (18+).
   ========================================================= */

@font-face {
  font-family: "Cormorant";
  src: url("../fonts/serif-variable.woff2") format("woff2-variations");
  font-weight: 300 700;
  font-display: swap;
}

:root {
  --ivory:      #FAF6EF;
  --cream:      #F3ECDF;
  --paper:      #FFFDF8;
  --ink:        #241F1C;
  --ink-soft:   #4C443E;
  --muted:      #6E645B;
  --dim:        #988D82;
  --bordeaux:   #6E1F2C;
  --bordeaux-2: #8A2F3E;
  --brass:      #B98A3E;
  --brass-2:    #D4A85C;
  --brass-soft: #F1E4CC;
  --olive:      #7A8464;
  --olive-soft: #E9EBDF;
  --wine-soft:  #F0E2E2;
  --line:       #E7DCCB;
  --line-2:     #D9CCB6;

  --dark:       #221C19;
  --dark-2:     #2B2420;
  --dark-line:  rgba(250,246,239,.14);

  --r:    14px;
  --r-sm: 10px;
  --r-lg: 24px;
  --shadow:    0 26px 54px -30px rgba(36,31,28,.35);
  --shadow-sm: 0 14px 30px -22px rgba(36,31,28,.28);

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

  --font-display: "Cormorant", 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(--ink); background: var(--ivory); -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--bordeaux); text-decoration: none; }
a:hover { color: var(--bordeaux-2); text-decoration: underline; }

h1, h2, h3, h4 { font-family: var(--font-display); color: var(--ink); line-height: 1.1; margin: 0 0 .5em; font-weight: 600; letter-spacing: .002em; }
h1 { font-size: clamp(2.4rem, 5.4vw, 4rem); }
h2 { font-size: clamp(1.9rem, 3.8vw, 2.9rem); }
h3 { font-size: clamp(1.25rem, 2.1vw, 1.6rem); }
h4 { font-size: 1.15rem; }
p { margin: 0 0 1.15rem; color: var(--ink-soft); }
strong { color: var(--ink); font-weight: 700; }
ul, ol { margin: 0 0 1.15rem; padding-left: 1.3rem; color: var(--ink-soft); }
li { margin-bottom: .45rem; }
blockquote { margin: 1.6rem 0; padding: 1rem 1.4rem; border-left: 3px solid var(--brass); background: var(--cream); border-radius: 0 var(--r-sm) var(--r-sm) 0; color: var(--ink); 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(--bordeaux); color: #fff; padding: .8rem 1.2rem; border-radius: 0 0 8px 0; font-weight: 700; }
.skip-link:focus { left: 0; }
:focus-visible { outline: 2.5px solid var(--brass); 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--cream { background: var(--cream); }
.section--paper { background: var(--paper); }
.section--dark { background: var(--dark); }
.section--dark h1, .section--dark h2, .section--dark h3, .section--dark h4 { color: var(--ivory); }
.section--dark p, .section--dark li { color: #CBC2B6; }
.section--dark a { color: var(--brass-2); }
.section--wine { background: var(--bordeaux); }
.section--wine h2, .section--wine h3 { color: #fff; }
.section--wine p { color: #EBD5CF; }
.lead { font-size: 1.2rem; color: var(--muted); max-width: var(--measure); line-height: 1.7; }
.section--dark .lead { color: #B9AFA2; }
.section--wine .lead { color: #EBD5CF; }
.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(--brass); margin-bottom: .9rem; }
.eyebrow::before { content: ""; width: 26px; height: 1px; background: var(--brass); display: inline-block; }
.rule { height: 2px; width: 70px; background: var(--brass); margin: 0 0 1.5rem; border-radius: 2px; }
.center .rule { margin-inline: auto; }

.badge { display: inline-flex; align-items: center; gap: .4rem; font-family: var(--font-body); font-weight: 700; font-size: .7rem; letter-spacing: .05em; text-transform: uppercase; padding: .32rem .7rem; border-radius: 999px; line-height: 1; }
.badge--brass { background: var(--brass-soft); color: var(--brass); }
.badge--wine { background: var(--wine-soft); color: var(--bordeaux); }
.badge--18 { background: var(--bordeaux); color: #fff; }
.pill { display: inline-flex; align-items: center; gap: .5rem; background: var(--paper); border: 1px solid var(--line); border-radius: 999px; padding: .5rem .95rem; font-size: .9rem; font-weight: 600; color: var(--ink); box-shadow: var(--shadow-sm); }
.pill svg { width: 18px; height: 18px; color: var(--bordeaux); 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: .88rem 1.7rem; border-radius: 999px; border: 1.5px solid transparent; cursor: pointer; transition: transform .14s ease, background .14s ease, color .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(--bordeaux); color: #fff; }
.btn--primary:hover { background: var(--bordeaux-2); color: #fff; }
.btn--brass { background: var(--brass); color: #fff; }
.btn--brass:hover { background: var(--brass-2); color: var(--ink); }
.btn--outline { background: transparent; color: var(--bordeaux); border-color: rgba(110,31,44,.4); }
.btn--outline:hover { background: var(--wine-soft); color: var(--bordeaux); border-color: var(--bordeaux); }
.btn--light { background: var(--ivory); color: var(--ink); }
.btn--light:hover { background: #fff; color: var(--ink); }
.btn--ghost-dark { background: rgba(250,246,239,.08); color: var(--ivory); border-color: var(--dark-line); }
.btn--ghost-dark:hover { background: rgba(250,246,239,.16); color: #fff; }
.btn-row { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.6rem; }
.center .btn-row { justify-content: center; }

/* topbar */
.topbar { background: var(--dark); color: #B9AFA2; font-size: .82rem; }
.topbar .inner { display: flex; flex-wrap: wrap; gap: .3rem 1.4rem; align-items: center; justify-content: space-between; padding-block: .5rem; }
.topbar a { color: #B9AFA2; } .topbar a:hover { color: var(--brass-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(--brass); }
.lang-switch { display: inline-flex; align-items: center; gap: .45rem; font-weight: 700; letter-spacing: .06em; }
.lang-switch a, .lang-switch span { color: #B9AFA2; text-transform: uppercase; font-size: .8rem; }
.lang-switch .on { color: var(--brass-2); }
.lang-switch .sep { color: #6E645B; }

/* header */
.site-header { position: sticky; top: 0; z-index: 60; background: rgba(250,246,239,.92); backdrop-filter: saturate(140%) blur(10px); 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(--ink); font-size: 1.45rem; letter-spacing: .01em; }
.brand:hover { text-decoration: none; color: var(--ink); }
.brand-mark { width: 46px; height: 46px; flex: none; }
.brand small { display: block; font-family: var(--font-body); font-weight: 600; font-size: .58rem; letter-spacing: .24em; text-transform: uppercase; color: var(--brass); margin-top: 3px; }
.primary-nav { margin-left: auto; }
.primary-nav > ul { list-style: none; display: flex; flex-wrap: wrap; align-items: center; gap: .05rem; margin: 0; padding: 0; }
.primary-nav a { font-family: var(--font-body); font-weight: 600; font-size: .93rem; color: var(--ink); padding: .55rem .72rem; 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(--cream); color: var(--bordeaux); 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: 250px; background: var(--paper); border: 1px solid var(--line); 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(--cream); color: var(--ink); 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: 1120px) {
  .header-cta { display: none; }
  .nav-toggle { display: inline-flex; }
  .primary-nav { position: absolute; left: 0; right: 0; top: 100%; background: var(--ivory); 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: 2px 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 (light, framed image) */
.hero { position: relative; overflow: hidden; padding-block: clamp(2.8rem, 5.5vw, 4.8rem); }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: clamp(1.8rem, 4vw, 3.4rem); align-items: center; }
.hero h1 { margin-bottom: .35em; }
.hero h1 .accent { color: var(--bordeaux); font-style: italic; }
.hero .lead { font-size: 1.22rem; }
.hero-pills { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 1.5rem; }
.hero-art { position: relative; }
.hero-art .frame { position: relative; z-index: 1; border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow); border: 8px solid #fff; }
.hero-art .frame > * { aspect-ratio: 4/3.1; width: 100%; object-fit: cover; display: block; }
.float-chip { position: absolute; z-index: 2; background: var(--paper); border: 1px solid var(--line); border-radius: 14px; padding: .65rem .95rem; box-shadow: var(--shadow); display: flex; align-items: center; gap: .55rem; font-weight: 700; color: var(--ink); font-size: .88rem; }
.float-chip .ic { width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; flex: none; background: var(--brass-soft); color: var(--brass); }
.float-chip .ic svg { width: 18px; height: 18px; }
.float-chip--a { bottom: 6%; left: -4%; }
.float-chip--b { top: 7%; right: -4%; }

/* placeholders */
.ph { display: grid; place-items: center; width: 100%; color: var(--bordeaux); font-family: var(--font-body); font-weight: 600; text-align: center; padding: .5rem; background: linear-gradient(140deg, #EFE6D6, #F7F1E4); border: 1px solid var(--line); }
.ph span { background: rgba(255,255,255,.8); padding: .35rem .85rem; border-radius: 999px; font-size: .8rem; color: var(--ink-soft); }
.ph svg { width: 30px; height: 30px; opacity: .5; margin-bottom: .4rem; }
.section--dark .ph { background: linear-gradient(150deg, #2E2620, #241E1A); border-color: var(--dark-line); }
.section--dark .ph span { background: rgba(0,0,0,.35); color: var(--brass-2); }

/* 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(--paper); border-radius: var(--r); padding: 1.7rem; border: 1px solid var(--line); box-shadow: var(--shadow-sm); transition: transform .16s ease, box-shadow .16s ease; }
.card--link:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.card h3 { margin-bottom: .4rem; }
.card p { color: var(--muted); } .card p:last-child { margin-bottom: 0; }
.card-ico { width: 54px; height: 54px; border-radius: 13px; display: grid; place-items: center; margin-bottom: 1rem; }
.card-ico svg { width: 27px; height: 27px; }
.bg-brass { background: var(--brass-soft); color: var(--brass); }
.bg-wine { background: var(--wine-soft); color: var(--bordeaux); }
.bg-olive { background: var(--olive-soft); color: var(--olive); }
.card .more { color: var(--bordeaux); font-weight: 700; font-size: .92rem; }
.section--dark .card { background: var(--dark-2); border-color: var(--dark-line); }
.section--dark .card h3 { color: var(--ivory); }
.section--dark .card p { color: #B9AFA2; }

/* food menu list */
.menu-block { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(1.6rem,3vw,2.4rem); box-shadow: var(--shadow-sm); }
.menu-block h3 { color: var(--bordeaux); font-style: italic; margin-bottom: 1.1rem; }
.menu-item { display: flex; align-items: baseline; gap: .6rem; margin-bottom: 1rem; }
.menu-item .name { font-family: var(--font-display); font-weight: 600; font-size: 1.15rem; color: var(--ink); }
.menu-item .dots { flex: 1; border-bottom: 2px dotted var(--line-2); transform: translateY(-4px); }
.menu-item .price { font-weight: 700; color: var(--brass); white-space: nowrap; }
.menu-item .desc { display: block; font-size: .9rem; color: var(--muted); margin-top: .15rem; }
.menu-note { text-align: center; color: var(--dim); font-size: .9rem; margin-top: 1.4rem; }

/* tiers (group menus / membership) */
.tier { background: var(--paper); 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: 2px solid var(--brass); box-shadow: var(--shadow); }
.tier .name { font-family: var(--font-display); font-weight: 600; font-size: 1.4rem; color: var(--ink); }
.tier .price { font-family: var(--font-display); font-weight: 600; font-size: 2.5rem; color: var(--bordeaux); line-height: 1; margin: .5rem 0 .1rem; }
.tier .price small { font-family: var(--font-body); font-size: .85rem; font-weight: 600; color: var(--muted); }
.tier .sub { color: var(--muted); 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(--ink-soft); font-size: .95rem; }
.tier li::before { content: ""; position: absolute; left: 0; top: .12rem; width: 1.25rem; height: 1.25rem; border-radius: 50%; background: var(--brass-soft); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23B98A3E' 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(--brass); color: #fff; font-family: var(--font-body); font-weight: 700; font-size: .72rem; letter-spacing: .04em; 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; }

/* tables (conference specs / tournaments) */
.tbl-wrap { overflow-x: auto; }
.tbl { width: 100%; border-collapse: separate; border-spacing: 0; background: var(--paper); 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; color: var(--ink-soft); }
.tbl thead th { background: var(--bordeaux); color: #fff; font-family: var(--font-display); font-weight: 600; font-size: 1rem; }
.tbl tbody th { font-weight: 700; color: var(--ink); background: var(--cream); white-space: nowrap; }
.tbl tbody tr:last-child td, .tbl tbody tr:last-child th { border-bottom: none; }
.tbl .accent { color: var(--brass); font-weight: 700; }
.tbl--dark { background: var(--dark-2); border-color: var(--dark-line); }
.tbl--dark th, .tbl--dark td { border-color: var(--dark-line); color: #CBC2B6; }
.tbl--dark thead th { background: var(--bordeaux); }
.tbl--dark tbody th { background: #2E2620; color: var(--ivory); }

/* split / checklist / steps / stats */
.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-sm); width: 100%; object-fit: cover; }
.checklist { list-style: none; padding: 0; margin: 1.2rem 0; }
.checklist li { position: relative; padding-left: 2rem; margin-bottom: .6rem; color: var(--ink-soft); }
.checklist li::before { content: ""; position: absolute; left: 0; top: .15rem; width: 1.35rem; height: 1.35rem; border-radius: 50%; background: var(--brass-soft); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23B98A3E' 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; }
.section--dark .checklist li { color: #CBC2B6; }
.steps { display: grid; gap: var(--gap); }
.step { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r); padding: 1.6rem; box-shadow: var(--shadow-sm); }
.step .n { font-family: var(--font-display); font-weight: 600; font-size: 1.2rem; color: #fff; background: var(--bordeaux); width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; margin-bottom: .9rem; }
.step:nth-child(2n) .n { background: var(--brass); }
.step:nth-child(3n) .n { background: var(--olive); }
.step h3 { margin-bottom: .3rem; } .step p { color: var(--muted); margin: 0; }
.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(--bordeaux); line-height: 1; }
.stat p { color: var(--muted); margin: .45rem 0 0; font-size: .94rem; }
.section--dark .stat .num { color: var(--brass-2); }
.section--dark .stat p { color: #B9AFA2; }

/* responsible-gaming callout */
.rg-callout { background: var(--cream); border: 1px solid var(--line-2); border-left: 4px solid var(--bordeaux); 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(--bordeaux); flex: none; margin-top: 2px; }
.rg-callout h3 { margin: 0 0 .3rem; font-size: 1.15rem; }
.rg-callout p { margin: 0; color: var(--muted); font-size: .94rem; }
.section--dark .rg-callout { background: var(--dark-2); border-color: var(--dark-line); border-left-color: var(--brass); }
.section--dark .rg-callout svg { color: var(--brass-2); }
.section--dark .rg-callout h3 { color: var(--ivory); }
.section--dark .rg-callout p { color: #B9AFA2; }

/* info-list / map */
.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; }
.info-list .ico svg { width: 21px; height: 21px; }
.info-list strong { display: block; color: var(--ink); }
.info-list a, .info-list span span { color: var(--muted); }
.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(--muted); }
.crumbs span[aria-current] { color: var(--bordeaux); font-weight: 600; }
.page-head { background: var(--cream); border-bottom: 1px solid var(--line); }
.page-head .inner { padding-block: clamp(2.6rem,5vw,3.8rem); }
.page-head h1 { margin-bottom: .35rem; }
.page-head p { color: var(--muted); max-width: var(--measure); margin: 0; font-size: 1.08rem; }
.page-head--dark { background: var(--dark); border-bottom-color: var(--dark-line); }
.page-head--dark h1 { color: var(--ivory); }
.page-head--dark p { color: #B9AFA2; }

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

/* FAQ */
.faq { max-width: 880px; margin-inline: auto; }
.faq details { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-sm); margin-bottom: .8rem; overflow: hidden; box-shadow: var(--shadow-sm); }
.faq summary { cursor: pointer; list-style: none; padding: 1.1rem 1.3rem; font-family: var(--font-display); font-weight: 600; color: var(--ink); font-size: 1.12rem; 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(--brass); 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(--muted); }
.faq .answer p:last-child { margin-bottom: 0; }

/* forms */
.form-card { background: var(--paper); 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(--ink); margin-bottom: .35rem; font-size: .94rem; }
.field input, .field select, .field textarea { width: 100%; padding: .8rem 1rem; border: 1.5px solid var(--line-2); border-radius: 10px; font-family: var(--font-body); font-size: 1rem; background: #fff; color: var(--ink); }
.field input::placeholder, .field textarea::placeholder { color: var(--dim); }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--bordeaux); outline: none; box-shadow: 0 0 0 4px var(--wine-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(--muted); font-size: .9rem; line-height: 1.5; }
.field .check input { width: auto; margin-top: .25rem; flex: none; }
.hp { position: absolute; left: -9999px; }
.form-note { font-size: .84rem; color: var(--dim); margin-top: 1rem; }
.form-guard { background: var(--cream); border: 1px solid var(--line-2); border-radius: 10px; padding: .85rem 1rem; font-size: .88rem; color: var(--muted); margin-bottom: 1.2rem; }
.form-msg { padding: 1rem 1.2rem; border-radius: 10px; margin-bottom: 1.3rem; font-weight: 600; }
.form-msg.ok { background: var(--olive-soft); color: #55603F; }
.form-msg.err { background: var(--wine-soft); color: var(--bordeaux); }
.contact-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: var(--gap); align-items: start; }

/* footer */
.site-footer { background: var(--dark); color: #B9AFA2; padding-block: clamp(2.8rem,6vw,4rem) 0; }
.footer-grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1.2fr; gap: var(--gap); }
.site-footer h4 { color: var(--ivory); font-family: var(--font-display); font-weight: 600; font-size: 1.15rem; margin-bottom: 1rem; }
.site-footer a { color: #B9AFA2; } .site-footer a:hover { color: var(--brass-2); text-decoration: none; }
.footer-brand .brand { color: var(--ivory); margin-bottom: .9rem; }
.footer-brand p { color: #8F857A; font-size: .9rem; line-height: 1.7; }
.footer-legalname { color: #CBC2B6; 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(--brass); flex: none; margin-top: 2px; }
.footer-rg { border-top: 1px solid var(--dark-line); margin-top: 1.8rem; padding-block: 1.2rem .3rem; font-size: .86rem; color: #B9AFA2; display: flex; gap: 1rem; align-items: flex-start; }
.footer-rg .b18 { background: var(--bordeaux); 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(--dark-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: #8F857A; }
.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(--paper); color: var(--ink); 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.2rem; margin: 0 0 .4rem; }
.cookie p { font-size: .9rem; color: var(--muted); margin: 0 0 1rem; }
.cookie .btn-row { margin-top: 0; }
.cookie .btn { font-size: .9rem; padding: .65rem 1.3rem; }

/* age gate (scoped to poker pages) */
.agegate { position: fixed; inset: 0; z-index: 9999; background: rgba(20,16,14,.96); display: none; align-items: center; justify-content: center; padding: 1.5rem; }
.agegate.show { display: flex; }
.agegate-card { max-width: 480px; text-align: center; background: var(--ivory); 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.9rem; margin-bottom: .5rem; }
.agegate p { color: var(--muted); font-size: .98rem; }
.agegate .btn-row { justify-content: center; margin-top: 1.6rem; }
.agegate .deny { margin-top: 1.2rem; font-size: .88rem; color: var(--bordeaux); font-weight: 600; 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(--brass); line-height: .9; }

/* responsive */
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-art { order: -1; max-width: 560px; }
  .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; }
  .float-chip--a, .float-chip--b { position: static; margin-top: .6rem; display: inline-flex; }
}
@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
  .btn:hover, .card--link:hover { transform: none; }
}
