/*
Theme Name: High Roller Cannabis
Theme URI: https://www.aiomedia.co
Author: AIO Media
Author URI: https://www.aiomedia.co
Description: Casino-floor site for High Roller Cannabis — felt green + gold + aqua neon, Sancreek + Archivo, playing-card categories, casino-ticket deals, players-club rewards card, split-flap boards, face-down "coming soon" hands, Dutchie menu. Store data lives in inc/config.php. Zero plugins.
Version: 1.0.0
Requires at least: 6.4
Requires PHP: 8.1
License: Proprietary
Text Domain: high-roller
*/

/* =========================================================
   1. Tokens + fonts
   ========================================================= */
/* Sancreek (SIL OFL) with a flagged numeral one — renamed per the OFL; see assets/fonts/README.md. */
@font-face {
	font-family: 'HR Sancreek';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('assets/fonts/hr-sancreek.woff2') format('woff2');
}
@font-face {
	font-family: 'Archivo';
	font-style: normal;
	font-weight: 100 900;
	font-stretch: 62% 125%;
	font-display: swap;
	src: url('assets/fonts/archivo-var.woff2') format('woff2');
}

:root {
	/* The brand deck's 12 swatches (HighRoller-Logo.pdf, page 8) + working tints. */
	--felt: #01220f;
	--felt-rgb: 1, 34, 15;
	--felt-2: #032b17;
	--felt-3: #0b3b22;
	--felt-deep: #011a0b;
	--table: #135c37;
	--green: #1b7d4c;
	--emerald: #0aa072;
	--gold: #dbc16a;
	--gold-rgb: 219, 193, 106;
	--gold-hi: #f3e2a2;
	--gold-deep: #a07224;
	--gold-ink: #7a5414;
	--cream: #ffeab1;
	--ivory: #fbf6e9;
	--ivory-2: #f3ead3;
	--ivory-3: #e6dbbd;
	--card: #fffcf3;
	--aqua: #00fef3;
	--aqua-rgb: 0, 254, 243;
	--mint: #b8fff7;
	--teal: #326872;
	--red: #fe2111;
	--red-rgb: 254, 33, 17;
	--red-deep: #c8160a;
	--ink: #0d1a12;
	--white: #ffffff;
	--muted: #56615a;
	--muted-light: #c3d1c8;
	--line: rgba(13, 26, 18, .12);
	--line-light: rgba(255, 234, 177, .16);
	--open: #1f9d4d;
	--closed: #c8493b;
	--open-on-dark: #5fd17c;
	--closed-on-dark: #e0776b;

	--font: 'Archivo', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
	--display: 'HR Sancreek', Georgia, 'Times New Roman', serif;
	--wide: 125%;

	--container: 1240px;
	--gutter: clamp(16px, 4vw, 40px);
	--radius: 10px;
	--radius-lg: 16px;
	--shadow: 0 22px 50px -24px rgba(0, 0, 0, .55);
	--shadow-card: 0 1px 0 rgba(0, 0, 0, .04), 0 18px 40px -22px rgba(1, 34, 15, .55);
	--ease: cubic-bezier(.2, .8, .2, 1);
	--ease-out: cubic-bezier(.16, 1, .3, 1);

	--header-h: 84px;
	--topbar-h: 38px;

	--gold-foil: linear-gradient(180deg, #f7e7ad 0%, #dbc16a 48%, #b48a38 100%);
	--felt-noise: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='220' height='220'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 .55 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)' opacity='.22'/></svg>");
	--suit-lattice: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'><g fill='%23135c37' fill-opacity='.07'><path d='M30 8c-4 6-13 11-13 17.5a6.6 6.6 0 0 0 11 5l-2.3 7.6h8.6l-2.3-7.6a6.6 6.6 0 0 0 11-5C43 19 34 14 30 8z'/><path d='M90 72l11.4 15.6L90 103 78.6 87.6z'/><path d='M90 34s-13-8.2-13-17.6a7.4 7.4 0 0 1 13-4.4 7.4 7.4 0 0 1 13 4.4C103 25.8 90 34 90 34z'/><path d='M30 70c2 4.4 2.9 9 1.8 13.6 2.4-3.7 6-6.3 10.5-7.3-1.5 4.6-4.7 8.1-9 10 3.3-.4 6.4.1 9.3 2-3.7 2-7.5 2.5-11.2 1.6l.8 2.4c.6 2.1 2.1 3.7 3.9 4.8v2.9H24.1v-2.9c1.8-1.1 3.3-2.7 3.9-4.8l.8-2.4c-3.7.9-7.5.4-11.2-1.6 2.9-1.9 6-2.4 9.3-2-4.3-1.9-7.5-5.4-9-10 4.5 1 8.1 3.6 10.5 7.3-1.1-4.6-.2-9.2 1.8-13.6z'/></g></svg>");
}

/* =========================================================
   2. Reset + base
   ========================================================= */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 16px); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
	margin: 0;
	font-family: var(--font);
	font-size: 17px;
	line-height: 1.55;
	color: var(--ink);
	background: var(--ivory);
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}
body.gate-open, body.drawer-open { overflow: hidden; }
img, video, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
ul, ol { margin: 0; padding: 0; list-style: none; }
p { margin: 0 0 1em; }
h1, h2, h3, h4, h5 { margin: 0; line-height: 1.02; }
address { font-style: normal; }
table { border-collapse: collapse; width: 100%; }
:focus-visible { outline: 3px solid var(--emerald); outline-offset: 3px; }
::selection { background: var(--gold); color: var(--felt); }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; left: 12px; top: -60px; z-index: 1000; background: var(--felt); color: var(--cream); padding: 10px 14px; border-radius: var(--radius); }
.skip-link:focus { top: 12px; }
.hp { position: absolute; left: -9999px; }
.icon { width: 1.1em; height: 1.1em; flex: none; }
.suit { width: 1em; height: 1em; flex: none; display: inline-block; }
.suit--heart, .suit--diamond { color: var(--red-deep); }
.suit--spade, .suit--leaf { color: var(--table); }
.suits { display: inline-flex; align-items: center; gap: .4em; }
.suits .suit { width: .9em; height: .9em; }
.muted { color: var(--muted); }
.small { font-size: .88rem; }
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding-inline: var(--gutter); }
.container--wide { max-width: 1440px; }
.container--narrow { max-width: 820px; }
.section { position: relative; padding-block: clamp(56px, 8vw, 110px); }

/* Display type: Sancreek — the logo's saloon lettering. */
.hero__title, .section-title, .page-title, .deal__headline, .ticket__price, .stat__num, .cta-band__title, .site-footer__title, .agegate__title, .menu-hero__title, .how__t, .value__t, .pcard__name, .pcard__corner b, .deal__rank, .week-strip__d, .story__fact strong, .drawer__nav a, .agegate__corner b, .chip__big, .brand__deal strong, .site-footer__tagline {
	font-family: var(--display);
	font-weight: 400;
	font-style: normal;
	letter-spacing: .01em;
	line-height: .95;
}
.hero__title, .section-title, .page-title, .cta-band__title, .site-footer__title, .agegate__title, .menu-hero__title, .how__t, .value__t, .pcard__name, .deal__headline, .drawer__nav a { text-transform: uppercase; }

/* Wide caps — the logo's "CANNABIS" line. */
.eyebrow, .btn, .deal__tag, .topbar__deal, .nav__link, .stat__label, .board__head, .board__from, .marquee__track li, .site-footer__h, .legal__title, .agegate__kicker, .ticket__stub, .member-card__tier, .chip__small, .hero__ribbon, .pcard__desc, .field span {
	font-stretch: var(--wide);
}

.h4 { font-weight: 800; font-size: 1.15rem; letter-spacing: -.005em; margin-bottom: 14px; display: flex; align-items: center; gap: 8px; }
.eyebrow {
	display: inline-flex; align-items: center; gap: 10px;
	font-size: .72rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: var(--table);
	margin: 0 0 14px;
}
.eyebrow__pip { display: inline-block; flex: none; width: 9px; height: 9px; background: var(--gold-deep); transform: rotate(45deg); }
.eyebrow--light { color: var(--gold); }
.eyebrow--light .eyebrow__pip { background: var(--gold); }
.section-title { font-size: clamp(2.2rem, 5vw, 3.9rem); color: var(--felt); }
.section-title em, .page-title em { font-style: normal; color: var(--gold-deep); }
.section-title--light, .felt .section-title, .brands-band .section-title, .values .section-title { color: var(--white); }
.section-title--light em, .felt .section-title em em, .page-title--light em, .brands-band .section-title em {
	background: var(--gold-foil); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.section-intro { max-width: 60ch; color: var(--muted); font-size: 1.05rem; margin: 16px 0 0; }
.section-intro--light, .felt .section-intro { color: var(--muted-light); }
.felt .eyebrow, .brands-band .eyebrow, .values .eyebrow { color: var(--gold); }
.felt .eyebrow__pip, .brands-band .eyebrow__pip, .values .eyebrow__pip { background: var(--gold); }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: clamp(28px, 4vw, 48px); }
.section-head--center { flex-direction: column; align-items: center; text-align: center; }
@media (max-width: 700px) { .section-head { flex-direction: column; align-items: flex-start; gap: 16px; } .section-head--center { align-items: center; } }
.section-head__link { flex: none; }
.text-link { display: inline-flex; align-items: center; gap: 6px; font-weight: 800; color: var(--table); border-bottom: 2px solid transparent; transition: border-color .2s, gap .2s; }
.text-link:hover { border-color: currentColor; gap: 10px; }
.page-title { font-size: clamp(2.8rem, 7.4vw, 5.6rem); margin: 0 0 18px; color: var(--felt); }
.page-title--light { color: var(--white); }
.page-title--post { text-transform: none; font-family: var(--font); font-weight: 800; letter-spacing: -.02em; line-height: 1.06; font-size: clamp(2rem, 5vw, 3.3rem); }
.page-lede { font-size: clamp(1.05rem, 1.6vw, 1.25rem); color: var(--muted); max-width: 62ch; margin: 0; }
.page-lede--light { color: var(--muted-light); }

/* =========================================================
   3. Buttons — gold foil primary, felt, outline; a sheen sweeps on hover
   ========================================================= */
.btn {
	position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 10px;
	min-height: 50px; padding: 0 24px; border-radius: var(--radius);
	font-weight: 800; font-size: .84rem; letter-spacing: .08em; text-transform: uppercase;
	overflow: hidden; isolation: isolate; border: 2px solid transparent;
	transition: transform .25s var(--ease), background-color .25s, color .25s, border-color .25s, box-shadow .25s;
	-webkit-tap-highlight-color: transparent;
}
.btn__label, .btn__icon { position: relative; z-index: 2; }
.btn__icon { width: 1.1em; height: 1.1em; transition: transform .3s var(--ease); }
.btn:hover .btn__icon { transform: translateX(4px); }
.btn__shine { position: absolute; top: 0; bottom: 0; left: -60%; width: 45%; z-index: 1; pointer-events: none; background: linear-gradient(100deg, transparent, rgba(255, 255, 255, .55), transparent); transform: skewX(-20deg) translateX(-120%); transition: transform .7s var(--ease); }
.btn:hover .btn__shine { transform: skewX(-20deg) translateX(420%); }
.btn:active { transform: scale(.97); }
.btn--sm { min-height: 44px; padding: 0 16px; font-size: .78rem; }
.btn--lg { min-height: 58px; padding: 0 30px; font-size: .9rem; }
.btn--gold { background: var(--gold-foil); color: var(--felt); border-color: #c7a653; box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5), 0 10px 26px -14px rgba(var(--gold-rgb), .9); }
.btn--gold:hover { box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5), 0 16px 34px -12px rgba(var(--gold-rgb), .95); transform: translateY(-2px); }
.btn--felt { background: var(--felt); color: var(--cream); border-color: var(--felt); }
.btn--felt:hover { background: var(--felt-3); border-color: var(--felt-3); }
.btn--cream { background: var(--cream); color: var(--felt); }
.btn--cream:hover { background: #fff3cf; }
.btn--aqua { background: var(--aqua); color: var(--felt); border-color: var(--aqua); box-shadow: 0 0 22px -6px rgba(var(--aqua-rgb), .8); }
.btn--aqua:hover { background: var(--mint); border-color: var(--mint); }
.btn--outline { background: transparent; color: var(--felt); border-color: var(--felt); }
.btn--outline:hover { background: var(--felt); color: var(--cream); }
.btn--outline-light { background: transparent; color: var(--cream); border-color: rgba(var(--gold-rgb), .6); }
.btn--outline-light:hover { background: rgba(var(--gold-rgb), .12); border-color: var(--gold); color: var(--white); }
@media (max-width: 420px) { .btn { padding: 0 18px; letter-spacing: .05em; } .btn--lg { padding: 0 20px; } }
.btn--ghost { background: transparent; color: inherit; }

/* =========================================================
   4. Poker chip (pure CSS)
   ========================================================= */
.chip {
	--chip: var(--gold); --chip-edge: var(--white); --chip-ink: var(--felt);
	position: relative; display: inline-grid; place-items: center; flex: none;
	width: var(--chip-size, 116px); aspect-ratio: 1; border-radius: 50%;
	background: repeating-conic-gradient(from 7deg, var(--chip-edge) 0 18deg, var(--chip) 18deg 45deg);
	box-shadow: 0 0 0 3px rgba(0, 0, 0, .18) inset, 0 16px 30px -12px rgba(0, 0, 0, .6);
}
.chip__face { width: 72%; aspect-ratio: 1; border-radius: 50%; display: grid; place-content: center; text-align: center; gap: 2px; background: var(--chip); color: var(--chip-ink); box-shadow: 0 0 0 3px rgba(255, 255, 255, .85), 0 0 0 5px var(--chip), inset 0 0 0 2px rgba(0, 0, 0, .12); }
.chip__big { font-size: calc(var(--chip-size, 116px) * .27); line-height: .9; }
.chip__big small { font-size: .55em; }
.chip__small { font-size: calc(var(--chip-size, 116px) * .072); font-weight: 800; text-transform: uppercase; letter-spacing: .06em; line-height: 1.15; }
.chip--gold { --chip: #dbc16a; --chip-edge: #01220f; --chip-ink: #01220f; }
.chip--green { --chip: #1b7d4c; --chip-edge: #fbf6e9; --chip-ink: #ffffff; }
.chip--red { --chip: #c8160a; --chip-edge: #fbf6e9; --chip-ink: #ffffff; }
.chip--felt { --chip: #01220f; --chip-edge: #dbc16a; --chip-ink: #ffeab1; }
.chip--aqua { --chip: #00fef3; --chip-edge: #01220f; --chip-ink: #01220f; }

/* =========================================================
   5. Preloader + age gate
   ========================================================= */
.preloader { position: fixed; inset: 0; z-index: 900; background: radial-gradient(ellipse at 50% 45%, #0b3b22, var(--felt) 65%); display: grid; place-items: center; transition: opacity .6s var(--ease-out), visibility 0s .6s; }
.preloader__inner { display: grid; justify-items: center; gap: 24px; }
.preloader__logo { width: min(260px, 58vw); height: auto; opacity: 0; transform: scale(.86) rotate(-4deg); animation: pre-in .8s var(--ease-out) .1s forwards; filter: drop-shadow(0 20px 30px rgba(0, 0, 0, .5)); }
.preloader__suits .suit { width: 18px; height: 18px; color: var(--gold); opacity: .25; animation: pip 1.2s ease-in-out infinite; }
.preloader__suits .suit:nth-child(2) { animation-delay: .15s; } .preloader__suits .suit:nth-child(3) { animation-delay: .3s; } .preloader__suits .suit:nth-child(4) { animation-delay: .45s; }
@keyframes pre-in { to { opacity: 1; transform: none; } }
@keyframes pip { 0%, 100% { opacity: .25; transform: none; } 40% { opacity: 1; transform: translateY(-5px); } }
.preloader.is-done { opacity: 0; visibility: hidden; }
html.no-preload .preloader, html:not(.js) .preloader { display: none; }
@media (prefers-reduced-motion: reduce) { .preloader { display: none; } }

.agegate { position: fixed; inset: 0; z-index: 800; display: grid; place-items: center; padding: 20px; }
.agegate[hidden] { display: none; }
.agegate__backdrop { position: absolute; inset: 0; background: radial-gradient(ellipse at 50% 40%, rgba(11, 59, 34, .92), rgba(1, 20, 9, .96)); backdrop-filter: blur(6px); }
.agegate__card { position: relative; width: min(500px, 100%); max-height: calc(100dvh - 40px); overflow-y: auto; background: var(--card); color: var(--ink); border-radius: 22px; padding: clamp(30px, 5vw, 46px) clamp(26px, 5vw, 50px); text-align: center; box-shadow: 0 40px 90px -30px rgba(0, 0, 0, .8); animation: gate-in .7s var(--ease-out); }
.agegate__card::before { content: ''; position: absolute; inset: 10px; border: 1px solid rgba(160, 114, 36, .45); border-radius: 14px; pointer-events: none; }
@keyframes gate-in { from { transform: translateY(30px) rotate(-3deg) scale(.95); opacity: 0; } }
.agegate__corner { position: absolute; top: 20px; left: 22px; display: grid; justify-items: center; gap: 2px; color: var(--table); }
.agegate__corner b { font-size: 1.7rem; }
.agegate__corner .suit { width: 18px; height: 18px; color: var(--felt); }
.agegate__corner--br { top: auto; left: auto; right: 22px; bottom: 20px; transform: rotate(180deg); }
.agegate__logo { width: 190px; margin: 0 auto 18px; }
.agegate__kicker { font-size: .72rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: var(--gold-ink); margin-bottom: 8px; }
.agegate__title { font-size: clamp(1.9rem, 5.4vw, 2.7rem); margin-bottom: 12px; color: var(--felt); }
.agegate__text { color: var(--muted); margin-bottom: 24px; }
.agegate__actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.agegate__fine { margin: 22px 0 0; font-size: .78rem; color: var(--muted); }
@media (max-width: 420px) { .agegate__corner { display: none; } .agegate__logo { width: 160px; } }

/* =========================================================
   6. Top bar + header + drawer
   ========================================================= */
.topbar { position: relative; z-index: 60; overflow: hidden; background: #000; color: var(--cream); font-size: .8rem; font-weight: 600; min-height: var(--topbar-h); }
.topbar__inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: var(--topbar-h); }
.topbar__deal { display: inline-flex; align-items: center; gap: 10px; white-space: nowrap; overflow: hidden; min-width: 0; font-weight: 700; letter-spacing: .02em; }
.topbar__deal .icon { color: var(--gold); flex: none; }
.topbar__label { overflow: hidden; text-overflow: ellipsis; min-width: 0; }
.topbar__cta { flex: none; padding: 3px 11px; border-radius: 99px; background: rgba(var(--gold-rgb), .16); color: var(--gold); font-size: .68rem; font-weight: 800; font-stretch: var(--wide); letter-spacing: .1em; text-transform: uppercase; transition: background-color .2s, color .2s; }
.topbar__deal:hover .topbar__cta { background: var(--gold); color: var(--felt); }
.topbar__right { display: flex; align-items: center; gap: 16px; white-space: nowrap; }
.topbar__phone { display: inline-flex; align-items: center; gap: 6px; }
.topbar__phone:hover { text-decoration: underline; }
.topbar__note { display: inline-flex; align-items: center; gap: 10px; color: var(--muted-light); font-size: .74rem; letter-spacing: .04em; }
.topbar__note .suits { font-size: .72rem; }
.topbar__note .suit { color: var(--gold); }
@media (max-width: 720px) { .topbar__right { display: none; } }
@media (max-width: 380px) { .topbar__cta { display: none; } }

.status-pill { display: inline-flex; align-items: center; gap: 7px; font-size: .78rem; font-weight: 700; padding: 5px 10px 5px 8px; border-radius: 99px; background: rgba(13, 26, 18, .06); color: inherit; white-space: nowrap; font-stretch: 100%; letter-spacing: 0; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--closed); flex: none; }
.status-pill.is-open .status-dot { background: var(--open); animation: pulse-green 2s infinite; }
@keyframes pulse-green { 0% { box-shadow: 0 0 0 0 rgba(31, 157, 77, .5); } 70% { box-shadow: 0 0 0 9px rgba(31, 157, 77, 0); } 100% { box-shadow: 0 0 0 0 rgba(31, 157, 77, 0); } }
.topbar .status-pill { background: rgba(255, 255, 255, .08); }
.topbar .status-pill.is-open .status-dot, .hero .status-pill.is-open .status-dot, .site-footer .status-pill.is-open .status-dot { background: var(--open-on-dark); }
.topbar .status-dot, .hero .status-dot, .site-footer .status-dot { background: var(--closed-on-dark); }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(1, 34, 15, .94); backdrop-filter: saturate(150%) blur(10px); border-bottom: 1px solid rgba(var(--gold-rgb), .28); color: var(--cream); transition: box-shadow .3s; }
.site-header::after { content: ''; position: absolute; left: 0; right: 0; bottom: -4px; height: 3px; background: linear-gradient(90deg, transparent, rgba(var(--gold-rgb), .5), transparent); pointer-events: none; }
.site-header.is-stuck { box-shadow: 0 14px 34px -18px rgba(0, 0, 0, .8); }
.site-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: var(--header-h); }
.site-header__brand { display: block; padding: 6px 0; }
.site-header__logo { height: 64px; width: auto; transition: transform .35s var(--ease); filter: drop-shadow(0 6px 10px rgba(0, 0, 0, .45)); }
.site-header__brand:hover .site-header__logo { transform: rotate(-3deg) scale(1.04); }
.nav__list { display: flex; gap: 2px; }
.nav__link { position: relative; display: inline-block; padding: 10px 12px; font-weight: 700; font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; color: rgba(255, 234, 177, .88); transition: color .2s; }
.nav__link::after { content: ''; position: absolute; left: 50%; bottom: 3px; width: 7px; height: 7px; background: var(--gold); transform: translateX(-50%) rotate(45deg) scale(0); transition: transform .3s var(--ease); }
.nav__link:hover, .nav__link[aria-current="page"] { color: var(--gold); }
.nav__link:hover::after, .nav__link[aria-current="page"]::after { transform: translateX(-50%) rotate(45deg) scale(1); }
.site-header__actions { display: flex; align-items: center; gap: 12px; }
.burger { display: none; width: 46px; height: 46px; border-radius: var(--radius); align-items: center; justify-content: center; border: 1px solid rgba(var(--gold-rgb), .35); }
.burger__lines { display: grid; gap: 5px; width: 22px; }
.burger__lines i { height: 2px; background: var(--cream); border-radius: 2px; transition: transform .3s var(--ease), opacity .2s; }
.burger[aria-expanded="true"] .burger__lines i:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger[aria-expanded="true"] .burger__lines i:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] .burger__lines i:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
@media (max-width: 1100px) { .nav__link { padding-inline: 9px; letter-spacing: .06em; } }
@media (max-width: 1023px) {
	.nav { display: none; }
	.burger { display: flex; }
	.site-header__cta { display: none; }
}
@media (max-width: 480px) { :root { --header-h: 70px; } .site-header__logo { height: 52px; } }

.drawer { position: fixed; inset: 0; z-index: 45; visibility: hidden; pointer-events: none; }
.drawer[aria-hidden="false"] { visibility: visible; pointer-events: auto; }
.drawer__scrim { position: absolute; inset: 0; background: rgba(0, 0, 0, .55); opacity: 0; transition: opacity .3s; }
.drawer[aria-hidden="false"] .drawer__scrim { opacity: 1; }
.drawer__panel { position: absolute; top: var(--drawer-top, var(--header-h)); left: 0; right: 0; bottom: 0; background: var(--felt) var(--felt-noise); color: var(--cream); padding: 22px var(--gutter) 40px; overflow-y: auto; transform: translateY(-8px); opacity: 0; transition: transform .35s var(--ease), opacity .3s; display: flex; flex-direction: column; justify-content: space-between; gap: 30px; }
.drawer[aria-hidden="false"] .drawer__panel { transform: none; opacity: 1; }
.drawer__nav li { transform: translateX(-16px); opacity: 0; transition: transform .45s var(--ease) calc(var(--i) * 45ms + 80ms), opacity .4s calc(var(--i) * 45ms + 80ms); }
.drawer[aria-hidden="false"] .drawer__nav li { transform: none; opacity: 1; }
.drawer__nav a { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; font-size: 2rem; border-bottom: 1px solid var(--line-light); }
.drawer__nav .suit { color: var(--gold); width: 20px; height: 20px; }
.drawer__meta { margin: 16px 0 0; color: var(--muted-light); font-size: .92rem; }
.drawer__meta a { color: var(--white); font-weight: 700; }

/* =========================================================
   7. Hero — the high-limit room
   ========================================================= */
.hero { position: relative; background: var(--felt); color: var(--white); overflow: hidden; padding-top: clamp(34px, 5vw, 64px); isolation: isolate; }
.hero__bg { position: absolute; inset: 0; z-index: -1; }
.hero__texture { position: absolute; inset: -10% 0 -10%; width: 100%; height: 120%; object-fit: cover; object-position: center; opacity: .55; transform: translateY(var(--py, 0)); }
.hero__spot { position: absolute; inset: 0; background: radial-gradient(ellipse 48% 60% at 74% 42%, rgba(27, 125, 76, .55), transparent 70%), radial-gradient(ellipse 30% 40% at 74% 40%, rgba(var(--aqua-rgb), .08), transparent 70%); }
.hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(1, 34, 15, .96) 0%, rgba(1, 34, 15, .78) 42%, rgba(1, 34, 15, .2) 100%), linear-gradient(0deg, var(--felt) 0%, rgba(1, 34, 15, 0) 32%); }
.hero__inner { position: relative; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(300px, .9fr); gap: clamp(20px, 4vw, 60px); align-items: center; }
.hero__kicker { display: inline-flex; align-items: center; gap: 10px; font-size: .74rem; font-weight: 800; font-stretch: var(--wide); letter-spacing: .16em; text-transform: uppercase; color: var(--gold); margin-bottom: 20px; }
.hero__pin { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 8px; background: var(--red-deep); color: #fff; transform: rotate(45deg); }
.hero__pin .icon { transform: rotate(-45deg); width: 16px; height: 16px; }
.hero__title { font-size: clamp(3.4rem, 9vw, 7.6rem); margin: 0 0 22px; color: var(--white); text-shadow: 0 5px 0 rgba(0, 0, 0, .35); }
.hero__line { display: block; overflow: hidden; padding-bottom: .06em; }
.hero__line > span { display: inline-block; transform: translateY(110%); animation: rise .9s var(--ease-out) forwards; animation-delay: calc(var(--i) * .14s + .25s); }
.hero__title em { font-style: normal; background: var(--gold-foil); -webkit-background-clip: text; background-clip: text; color: transparent; text-shadow: none; filter: drop-shadow(0 5px 0 rgba(0, 0, 0, .35)); }
@keyframes rise { to { transform: none; } }
.hero__sub { font-size: clamp(1.05rem, 1.6vw, 1.25rem); color: var(--muted-light); max-width: 54ch; margin-bottom: 30px; opacity: 0; animation: fade-up .8s var(--ease-out) .7s forwards; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; opacity: 0; animation: fade-up .8s var(--ease-out) .85s forwards; }
.hero__facts { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 28px; font-size: .9rem; color: var(--muted-light); opacity: 0; animation: fade-up .8s var(--ease-out) 1s forwards; }
.hero__facts li { display: inline-flex; align-items: center; gap: 8px; }
.hero__facts .icon { color: var(--gold); }
.hero__facts .status-pill { background: rgba(255, 255, 255, .1); color: var(--white); }
@keyframes fade-up { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }

.hero__stage { position: relative; justify-self: center; width: min(520px, 100%); aspect-ratio: 1; display: grid; place-items: center; perspective: 1200px; opacity: 0; animation: fade-up 1s var(--ease-out) .45s forwards; }
.hero__table { position: absolute; inset: 7%; border-radius: 50%; background: radial-gradient(circle, rgba(27, 125, 76, .5) 0%, rgba(1, 34, 15, 0) 62%); }
.hero__table::before { content: ''; position: absolute; inset: 0; border-radius: 50%; background: repeating-conic-gradient(rgba(var(--gold-rgb), .34) 0 6deg, transparent 6deg 15deg); -webkit-mask: radial-gradient(circle, transparent 63%, #000 63.5%, #000 69%, transparent 69.5%); mask: radial-gradient(circle, transparent 63%, #000 63.5%, #000 69%, transparent 69.5%); animation: spin 80s linear infinite; }
.hero__table::after { content: ''; position: absolute; inset: 17%; border-radius: 50%; border: 1px solid rgba(var(--gold-rgb), .25); box-shadow: 0 0 0 10px rgba(var(--gold-rgb), .04); }
@keyframes spin { to { transform: rotate(360deg); } }
.hero__logo-wrap { position: relative; z-index: 2; width: 86%; transform: rotateY(var(--ry, 0)) rotateX(var(--rx, 0)); transition: transform .4s var(--ease); }
.hero__logo { width: 100%; height: auto; filter: drop-shadow(0 34px 34px rgba(0, 0, 0, .6)); animation: bob 7s ease-in-out infinite; }
@keyframes bob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
.hero__chip { position: absolute; left: -2%; bottom: 8%; z-index: 3; --chip-size: 124px; transform: rotate(-14deg); animation: chip-wobble 6s ease-in-out infinite; }
@keyframes chip-wobble { 0%, 100% { transform: rotate(-14deg); } 50% { transform: rotate(-6deg) translateY(-6px); } }
.hero__ribbon { position: absolute; right: 2%; top: 6%; z-index: 3; display: inline-flex; align-items: center; gap: 8px; padding: 9px 16px; border-radius: 99px; background: var(--felt); border: 1px solid rgba(var(--gold-rgb), .55); color: var(--gold); font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; box-shadow: 0 14px 30px -14px rgba(0, 0, 0, .8); transform: rotate(4deg); }
.hero__ribbon .icon { width: 14px; height: 14px; }

.floaters { position: absolute; inset: 0; pointer-events: none; z-index: 1; }
.floater { position: absolute; width: var(--f-size, 84px); animation: float 7s ease-in-out infinite; animation-delay: calc(var(--i) * -1.1s); filter: drop-shadow(0 18px 18px rgba(0, 0, 0, .5)); }
.floater__img { width: 100%; height: auto; }
.hero .floater--chip { --f-size: 92px; left: 2%; top: 4%; }
.hero .floater--dice { --f-size: 86px; right: -4%; top: 30%; }
.hero .floater--seven { --f-size: 78px; right: 8%; bottom: -2%; }
.hero .floater--diamond { --f-size: 74px; left: 24%; top: -6%; }
.hero .floater--card-spade { --f-size: 64px; left: -6%; top: 40%; }
.hero .floater--card-heart { --f-size: 60px; left: 36%; bottom: -4%; }
@keyframes float { 0%, 100% { transform: translateY(0) rotate(var(--f-rot, -6deg)); } 50% { transform: translateY(-14px) rotate(calc(var(--f-rot, -6deg) * -1)); } }

.stats { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); margin-top: clamp(36px, 5vw, 72px); border-top: 1px solid var(--line-light); }
.stat { padding: 22px 20px 26px 0; display: grid; gap: 6px; }
.stat + .stat { padding-left: 20px; border-left: 1px solid var(--line-light); }
.stat__num { font-size: clamp(2.3rem, 4.4vw, 3.5rem); color: var(--gold); display: flex; align-items: baseline; gap: 2px; }
.stat__unit { font-size: .55em; color: var(--aqua); }
.stat__label { font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--muted-light); }
@media (max-width: 1023px) {
	.hero__inner { grid-template-columns: 1fr; }
	.hero__stage { width: min(400px, 88%); margin-top: 6px; }
	.stats { grid-template-columns: repeat(2, 1fr); }
	.stat:nth-child(odd) { padding-left: 0; border-left: 0; }
	.stat:nth-child(even) { padding-left: 20px; }
	.stat:nth-child(n+3) { border-top: 1px solid var(--line-light); }
}
@media (max-width: 560px) {
	.hero .floater--card-heart, .hero .floater--diamond, .hero .floater--card-spade { display: none; }
	.hero .floater--chip { --f-size: 64px; }
	.hero .floater--dice { --f-size: 62px; right: -2%; }
	.hero .floater--seven { --f-size: 58px; }
	.hero__chip { --chip-size: 96px; }
	.hero__ribbon { font-size: .62rem; padding: 7px 12px; }
}

/* =========================================================
   8. Marquee — Vegas lights
   ========================================================= */
.marquee { overflow: hidden; white-space: nowrap; position: relative; }
.marquee--lights { background: var(--gold-foil); color: var(--felt); }
.marquee__bulbs { display: block; height: 14px; background-color: var(--felt); background-image: radial-gradient(circle, #fff7d6 0 2.4px, rgba(255, 234, 177, .45) 3.2px, transparent 5px); background-size: 20px 14px; background-position: 0 50%; animation: bulbs 1.4s linear infinite; }
.marquee__bulbs--b { animation-direction: reverse; }
@keyframes bulbs { to { background-position: 20px 50%; } }
.marquee__track { display: inline-flex; align-items: center; animation: marquee 40s linear infinite; will-change: transform; }
.marquee--reverse .marquee__track { animation-direction: reverse; }
.marquee:hover .marquee__track { animation-play-state: paused; }
.marquee__track li { display: inline-flex; align-items: center; gap: 22px; padding: 13px 11px; font-weight: 900; text-transform: uppercase; font-size: .95rem; letter-spacing: .04em; }
.marquee__dot .suit { width: 16px; height: 16px; }
.marquee--lights .suit--spade, .marquee--lights .suit--leaf { color: var(--felt); }
.marquee--brands { background: transparent; color: var(--white); }
.marquee--brands + .marquee--brands { border-top: 1px solid var(--line-light); }
.marquee--brands .marquee__track li { font-size: clamp(1.4rem, 3.2vw, 2.4rem); padding: 16px 26px; color: rgba(255, 234, 177, .88); font-stretch: var(--wide); letter-spacing: 0; }
.marquee--brands .marquee__track li::after { content: ''; width: 10px; height: 10px; background: var(--gold); transform: rotate(45deg); margin-left: 26px; }
@keyframes marquee { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .marquee__track, .marquee__bulbs { animation: none; } }

/* =========================================================
   9. Felt sections (the table)
   ========================================================= */
.felt { background-color: var(--table); background-image: radial-gradient(ellipse 80% 70% at 50% 0%, rgba(27, 125, 76, .95), rgba(19, 92, 55, 0) 72%), var(--felt-noise); color: var(--white); }
.felt::before { content: ''; position: absolute; left: 0; right: 0; top: 0; height: 8px; background: linear-gradient(180deg, #f3e2a2, #a07224); box-shadow: 0 4px 14px rgba(0, 0, 0, .35); }
.felt .text-link { color: var(--gold); }

/* =========================================================
   10. The deck (categories as playing cards)
   ========================================================= */
.deck { background: var(--ivory-2); }
.deck::after { content: ''; position: absolute; inset: 0; background: var(--suit-lattice); background-size: 120px; opacity: .8; pointer-events: none; -webkit-mask: linear-gradient(90deg, transparent 40%, #000); mask: linear-gradient(90deg, transparent 40%, #000); }
.deck .container { position: relative; z-index: 1; }
.deck-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.pcard__link { position: relative; display: grid; grid-template-rows: 1fr auto auto; gap: 4px; aspect-ratio: 5 / 7; padding: 34px 14px 30px; background: var(--card); color: var(--ink); border-radius: 16px; box-shadow: var(--shadow-card); text-align: center; transition: transform .45s var(--ease), box-shadow .45s; }
.pcard__link::before { content: ''; position: absolute; inset: 7px; border: 1px solid rgba(160, 114, 36, .35); border-radius: 11px; pointer-events: none; transition: border-color .3s; }
.pcard__link:hover { transform: translateY(-10px) rotate(-2deg); box-shadow: 0 34px 60px -26px rgba(1, 34, 15, .65); }
.pcard:nth-child(even) .pcard__link:hover { transform: translateY(-10px) rotate(2deg); }
.pcard__link:hover::before { border-color: var(--gold); }
.pcard__corner { position: absolute; top: 12px; left: 13px; display: grid; justify-items: center; gap: 2px; color: var(--table); z-index: 2; }
.pcard__corner b { font-size: 1.2rem; }
.pcard__corner .suit { width: 15px; height: 15px; }
.pcard__corner--br { top: auto; left: auto; right: 13px; bottom: 12px; transform: rotate(180deg); }
.pcard--heart .pcard__corner, .pcard--diamond .pcard__corner { color: var(--red-deep); }
.pcard__window { position: relative; margin: 0 14px; border-radius: 10px; overflow: hidden; background: radial-gradient(circle at 50% 40%, var(--green), var(--felt) 78%); box-shadow: inset 0 0 0 1px rgba(160, 114, 36, .5); min-height: 0; }
.pcard__window img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.pcard__link:hover .pcard__window img { transform: scale(1.07); }
.pcard__pip { position: absolute; inset: 0; display: grid; place-items: center; background-image: var(--felt-noise); }
.pcard__pip img { position: static; width: 54%; height: auto; object-fit: contain; filter: drop-shadow(0 14px 16px rgba(0, 0, 0, .45)); }
.pcard__link:hover .pcard__pip img { transform: scale(1.08) rotate(-6deg); }
.pcard__name { font-size: clamp(1.25rem, 2vw, 1.7rem); color: var(--felt); margin-top: 10px; }
.pcard__desc { font-size: .66rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); line-height: 1.35; padding: 0 12px; }
@media (max-width: 900px) { .deck-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 480px) { .deck-grid { gap: 12px; } .pcard__link { padding: 30px 8px 22px; } .pcard__window { margin: 0 8px; } .pcard__desc { display: none; } .pcard__corner b { font-size: 1rem; } .pcard__corner { top: 9px; left: 9px; } .pcard__corner--br { top: auto; left: auto; right: 9px; bottom: 9px; } .pcard__name { font-size: 1.02rem; padding-inline: 14px; } }

/* =========================================================
   11. Coming soon — a face-down hand (the brand's card back)
   ========================================================= */
.soon { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(28px, 6vw, 80px); align-items: center; }
.soon__text .section-intro { max-width: 52ch; margin-bottom: 22px; }
.soon .join-form { max-width: 520px; }
.hand { position: relative; height: clamp(250px, 30vw, 340px); display: grid; place-items: center; }
.card-back { position: absolute; display: grid; place-items: center; width: clamp(128px, 15vw, 172px); aspect-ratio: 5 / 7; border-radius: 14px; border: 2px solid var(--gold); background-color: var(--table); background-image: radial-gradient(circle at 50% 50%, rgba(var(--gold-rgb), .22), transparent 62%), repeating-linear-gradient(45deg, rgba(var(--gold-rgb), .18) 0 1.5px, transparent 1.5px 12px), repeating-linear-gradient(-45deg, rgba(var(--gold-rgb), .18) 0 1.5px, transparent 1.5px 12px); box-shadow: inset 0 0 0 5px var(--felt), inset 0 0 0 6px rgba(var(--gold-rgb), .6), 0 30px 50px -24px rgba(0, 0, 0, .7); transition: transform .6s var(--ease-out); }
.card-back--l { transform: translateX(-46%) rotate(-14deg); }
.card-back--r { transform: translateX(46%) rotate(12deg); }
.card-back--c { z-index: 1; transform: translateY(-4%); }
.card-back__logo { width: 66%; height: auto; filter: drop-shadow(0 6px 10px rgba(0, 0, 0, .5)); }
.soon:hover .card-back--l { transform: translateX(-56%) rotate(-18deg); }
.soon:hover .card-back--r { transform: translateX(56%) rotate(16deg); }
.hand__chip { position: absolute; z-index: 2; right: 10%; bottom: 0; --chip-size: 92px; transform: rotate(-10deg); animation: chip-wobble 6s ease-in-out infinite; }
.soon-band:not(.felt) { background: var(--ivory); }
.join-form.join-form--light input[type="email"] { background: var(--card); color: var(--ink); border-color: var(--felt); }
.join-form.join-form--light input[type="email"]::placeholder { color: var(--muted); }
.join-form--light .form-note { color: var(--muted); }
.join-form--light .form-note.is-ok { color: var(--open); }
.join-form--light .form-note.is-error { color: var(--red-deep); }
@media (max-width: 860px) { .soon { grid-template-columns: 1fr; } .hand { height: 250px; } }
@media (max-width: 480px) { .card-back { width: 112px; } .hand { height: 220px; } .hand__chip { --chip-size: 74px; right: 4%; } }


/* =========================================================
   12. Deal cards (playing cards) + week slider
   ========================================================= */
.deal { position: relative; display: grid; align-content: start; gap: 4px; padding: 26px 22px 58px 62px; background: var(--card); color: var(--ink); border-radius: 18px; box-shadow: var(--shadow-card); transition: transform .35s var(--ease), box-shadow .35s; overflow: hidden; }
.deal::before { content: ''; position: absolute; inset: 8px; border: 1px solid rgba(160, 114, 36, .32); border-radius: 12px; pointer-events: none; }
.deal:hover { transform: translateY(-6px) rotate(-.8deg); box-shadow: 0 30px 55px -26px rgba(1, 34, 15, .6); }
.deal__corner { position: absolute; top: 18px; left: 16px; width: 34px; display: grid; justify-items: center; gap: 3px; color: var(--table); }
.deal__corner .suit { width: 17px; height: 17px; }
.deal__rank { font-size: .95rem; text-transform: uppercase; }
.deal__corner--br { top: auto; left: auto; right: 16px; bottom: 16px; transform: rotate(180deg); }
.deal--heart .deal__corner, .deal--diamond .deal__corner { color: var(--red-deep); }
.deal__tag { display: flex; align-items: center; gap: 8px; font-size: .68rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-ink); margin: 2px 0 8px; }
.deal__today { background: var(--aqua); color: var(--felt); padding: 2px 8px; border-radius: 99px; font-size: .62rem; letter-spacing: .1em; }
.deal__headline { font-size: clamp(1.9rem, 2.6vw, 2.35rem); color: var(--table); margin: 0; }
.deal--heart .deal__headline, .deal--diamond .deal__headline { color: var(--red-deep); }
.deal__sub { font-weight: 700; margin: 6px 0 8px; }
.deal__title { font-weight: 800; font-size: 1.02rem; margin-bottom: 4px; }
.deal__copy { font-size: .9rem; color: var(--muted); margin: 0 0 12px; }
.deal__link { display: inline-flex; align-items: center; gap: 6px; font-weight: 800; font-size: .88rem; color: var(--table); margin-top: auto; }
.deal.is-today { background: var(--felt) var(--felt-noise); color: var(--white); }
.deal.is-today::before { border-color: rgba(var(--gold-rgb), .45); }
.deal.is-today .deal__corner { color: var(--gold); }
.deal.is-today .deal__tag { color: var(--gold); }
.deal.is-today .deal__headline { color: var(--aqua); text-shadow: 0 0 14px rgba(var(--aqua-rgb), .45); }
.deal.is-today .deal__copy { color: var(--muted-light); }
.deal.is-today .deal__link { color: var(--gold); }
.deal.is-today { box-shadow: 0 0 0 2px var(--aqua), 0 26px 50px -24px rgba(var(--aqua-rgb), .5); }
.deal-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.deal-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
@media (max-width: 900px) { .deal-grid, .deal-grid--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) { .deal-grid, .deal-grid--3 { grid-template-columns: 1fr; } }

.week { background: var(--ivory); }
.week__row { position: relative; }
.week__track { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(280px, 1fr); gap: 18px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 12px 4px 18px; margin: -12px -4px 0; scrollbar-width: none; cursor: grab; }
.week__track::-webkit-scrollbar { display: none; }
.week__track.is-dragging { cursor: grabbing; scroll-snap-type: none; }
.week__track > * { scroll-snap-align: start; }
.slider__nav { display: flex; gap: 8px; justify-content: flex-end; margin-top: 8px; }
.slider__arrow { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; border: 2px solid var(--felt); color: var(--felt); transition: background-color .2s, color .2s, opacity .2s; }
.slider__arrow:hover { background: var(--felt); color: var(--cream); }
.slider__arrow:disabled { opacity: .3; cursor: default; }

/* =========================================================
   13. Staple deals — casino tickets
   ========================================================= */
.staples { background: var(--ivory-2); }
.ticket-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.ticket { position: relative; display: grid; grid-template-columns: 34px minmax(0, 1fr) 22px; min-height: 104px; background: var(--card); border-radius: 10px; box-shadow: var(--shadow-card); transition: transform .3s var(--ease), background-color .3s, box-shadow .3s; }
.ticket::before, .ticket::after { content: ''; position: absolute; left: 27px; width: 14px; height: 14px; border-radius: 50%; background: var(--ivory-2); }
.ticket::before { top: -7px; } .ticket::after { bottom: -7px; }
.ticket__stub { display: grid; place-items: center; background: var(--felt); color: var(--gold); border-radius: 10px 0 0 10px; writing-mode: vertical-rl; transform: rotate(180deg); font-size: .6rem; font-weight: 800; letter-spacing: .3em; text-transform: uppercase; }
.ticket__body { display: grid; align-content: center; gap: 4px; padding: 14px 10px 14px 16px; border-left: 2px dashed rgba(13, 26, 18, .2); }
.ticket__price { font-size: 2rem; color: var(--table); letter-spacing: 0; }
.ticket__qty { font-size: .6em; vertical-align: .22em; color: var(--gold-deep); }
.ticket__price--word { font-size: 1.6rem; color: var(--red-deep); }
.ticket__item { font-size: .84rem; font-weight: 600; color: var(--muted); line-height: 1.3; }
.ticket__code { margin: 16px 8px 16px 0; background: repeating-linear-gradient(180deg, var(--felt) 0 2px, transparent 2px 4px, var(--felt) 4px 5px, transparent 5px 8px); opacity: .55; border-radius: 1px; }
.ticket:hover { transform: rotate(-1.4deg) translateY(-4px); background: var(--cream); box-shadow: 0 24px 40px -22px rgba(1, 34, 15, .6); }
.ticket:hover .ticket__item { color: var(--ink); }
.staples__note { margin: 20px 0 0; font-size: .85rem; color: var(--muted); }
.staples__group + .staples__group { margin-top: 44px; }
.staples__cat { display: flex; align-items: center; gap: 14px; font-family: var(--display); font-weight: 400; text-transform: uppercase; font-size: 1.7rem; color: var(--felt); margin-bottom: 18px; }
.staples__suits { font-size: .9rem; }
@media (max-width: 1000px) { .ticket-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 700px) { .ticket-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; } .ticket { grid-template-columns: 26px minmax(0, 1fr) 16px; min-height: 92px; } .ticket::before, .ticket::after { left: 19px; } .ticket__price { font-size: 1.65rem; } .ticket__body { padding: 12px 8px 12px 12px; } }
@media (max-width: 360px) { .ticket-grid { grid-template-columns: 1fr; } }

/* =========================================================
   14. Rewards band (card back) + Players Club card
   ========================================================= */
.rewards-band { background-color: #0f5230; background-image: radial-gradient(ellipse at 25% 30%, rgba(27, 125, 76, .9), transparent 60%), repeating-linear-gradient(45deg, rgba(255, 234, 177, .06) 0 1px, transparent 1px 26px), repeating-linear-gradient(-45deg, rgba(255, 234, 177, .06) 0 1px, transparent 1px 26px); color: var(--white); overflow: hidden; }
.rewards-band::before { content: ''; position: absolute; inset: 16px; border: 1px solid rgba(var(--gold-rgb), .35); border-radius: 20px; pointer-events: none; }
.rewards-band__inner { position: relative; display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(30px, 6vw, 80px); align-items: center; }
.rewards-band__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.rewards-band .section-intro { color: #d3e2d8; }
.member-card { position: relative; justify-self: center; width: min(430px, 100%); aspect-ratio: 1.586; border-radius: 18px; padding: 22px 24px; background: linear-gradient(135deg, #0b3b22 0%, #01220f 55%, #062a16 100%); color: var(--cream); display: grid; grid-template-rows: auto 1fr auto auto auto; gap: 6px; box-shadow: 0 46px 80px -30px rgba(0, 0, 0, .85), inset 0 1px 0 rgba(255, 255, 255, .12); border: 1px solid rgba(var(--gold-rgb), .55); transform: rotateY(var(--ry, 0)) rotateX(var(--rx, 0)); transition: transform .4s var(--ease); overflow: hidden; }
.member-card::before { content: ''; position: absolute; inset: 7px; border: 1px solid rgba(var(--gold-rgb), .25); border-radius: 13px; pointer-events: none; }
.member-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(115deg, transparent 30%, rgba(255, 234, 177, .14) 45%, transparent 60%); transform: translateX(-120%); animation: shine 5.5s ease-in-out infinite; }
@keyframes shine { 0%, 60% { transform: translateX(-120%); } 100% { transform: translateX(120%); } }
.member-card__top { display: flex; justify-content: space-between; align-items: flex-start; }
.member-card__logo { width: 104px; height: auto; filter: drop-shadow(0 8px 12px rgba(0, 0, 0, .45)); }
.member-card__chip { width: 46px; height: 34px; border-radius: 7px; background: linear-gradient(135deg, #f7e7ad, #b48a38); box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2); position: relative; }
.member-card__chip::after { content: ''; position: absolute; inset: 7px 14px; border: 1px solid rgba(1, 34, 15, .35); border-radius: 3px; }
.member-card__tier { align-self: end; font-size: .66rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); margin: 0; }
.member-card__no { font-weight: 700; font-stretch: var(--wide); font-size: 1.15rem; letter-spacing: .12em; margin: 0; color: var(--cream); }
.member-card__barcode { display: flex; gap: 2px; height: 22px; align-items: stretch; opacity: .85; }
.member-card__barcode i { flex: 1; background: var(--cream); }
.member-card__barcode i:nth-child(3n) { flex: 2; } .member-card__barcode i:nth-child(4n) { flex: .5; opacity: .6; } .member-card__barcode i:nth-child(7n) { flex: 3; }
.member-card__foot { margin: 0; font-size: .66rem; color: var(--muted-light); }
.member-card__suits { position: absolute; right: 22px; bottom: 16px; font-size: .9rem; opacity: .55; }
.member-card__suits .suit { color: var(--gold); }
@media (max-width: 860px) { .rewards-band__inner { grid-template-columns: 1fr; } }
@media (max-width: 420px) { .member-card { padding: 16px 18px; } .member-card__logo { width: 78px; } .member-card__no { font-size: .95rem; } .member-card__suits { display: none; } }

/* =========================================================
   15. Brands band, visit + split-flap boards
   ========================================================= */
.brands-band { background: var(--felt) var(--felt-noise); color: var(--white); padding-bottom: 0; }
.brands-band .marquee:last-child { padding-bottom: 12px; }

.visit { background: var(--ivory); }
.visit__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 5vw, 70px); align-items: center; }
.visit__addr { margin: 0 0 18px; font-size: 1.05rem; }
.visit__addr a { color: var(--table); font-weight: 800; }
.visit__addr--big { display: grid; gap: 8px; font-size: 1.15rem; margin-bottom: 18px; }
.visit__addr--big span { color: var(--muted); font-size: 1rem; }
.visit__perks { display: grid; gap: 8px; margin: 0 0 26px; }
.visit__perks li { display: flex; align-items: center; gap: 10px; font-weight: 600; }
.visit__perks .icon { color: var(--emerald); }
.visit__status { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 22px; }
.visit__actions { display: flex; flex-wrap: wrap; gap: 12px; }
@media (max-width: 860px) { .visit__grid { grid-template-columns: 1fr; } }

.board { position: relative; background: #050a07 var(--felt-noise); color: var(--cream); border-radius: 18px; padding: 22px clamp(16px, 3vw, 28px) 18px; border: 1px solid rgba(var(--gold-rgb), .4); box-shadow: 0 40px 70px -30px rgba(0, 0, 0, .7), inset 0 0 0 6px #0b130e; }
.board__head { display: flex; justify-content: space-between; gap: 12px; padding: 0 0 12px; border-bottom: 1px solid rgba(var(--gold-rgb), .3); font-size: .66rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); }
.board__rows { display: grid; }
.board__row { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 11px 0; border-bottom: 1px solid rgba(255, 234, 177, .08); }
.board__row:last-child { border-bottom: 0; }
.board__from { font-weight: 800; text-transform: uppercase; font-size: .92rem; letter-spacing: .04em; min-width: 0; }
.board__from small { margin-left: 8px; font-size: .7rem; color: var(--muted-light); letter-spacing: .12em; }
.board__mins { display: inline-flex; align-items: flex-end; gap: 4px; flex: none; }
.flap { position: relative; display: grid; place-items: center; width: 34px; height: 46px; border-radius: 6px; background: linear-gradient(180deg, #1a211c 0 50%, #111713 50% 100%); color: var(--gold); font-weight: 900; font-size: 1.7rem; font-variant-numeric: tabular-nums; box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06), 0 2px 0 #000; }
.flap::after { content: ''; position: absolute; left: 0; right: 0; top: 50%; height: 1px; background: rgba(0, 0, 0, .7); }
.flap:empty::before { content: '\00a0'; }
.flap.is-flipping { animation: flap .09s linear; }
@keyframes flap { 50% { transform: scaleY(.1); } }
.board__unit { font-size: .64rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--muted-light); margin-left: 4px; padding-bottom: 4px; }
@media (max-width: 480px) { .flap { width: 28px; height: 40px; font-size: 1.4rem; } .board__from { font-size: .8rem; } }

/* =========================================================
   16. Blog cards, CTA band, legal, footer
   ========================================================= */
.blog-band { background: var(--ivory-2); }
.post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.post-card { display: grid; grid-template-rows: auto 1fr; background: var(--card); border-radius: 18px; overflow: hidden; box-shadow: var(--shadow-card); transition: transform .35s var(--ease), box-shadow .35s; }
.post-card:hover { transform: translateY(-5px); box-shadow: 0 30px 55px -26px rgba(1, 34, 15, .55); }
.post-card__media { display: block; aspect-ratio: 16 / 9; overflow: hidden; background: var(--felt); }
.post-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.post-card:hover .post-card__media img { transform: scale(1.05); }
.post-card__placeholder { display: grid; place-items: center; height: 100%; padding: 22px; }
.post-card__placeholder img { width: 46%; height: auto; }
.post-card__body { padding: 20px 22px 22px; display: grid; gap: 8px; align-content: start; }
.post-card__date { font-size: .7rem; font-weight: 800; font-stretch: var(--wide); letter-spacing: .12em; text-transform: uppercase; color: var(--gold-ink); }
.post-card__title { font-weight: 800; font-size: 1.18rem; letter-spacing: -.01em; line-height: 1.22; }
.post-card__excerpt { color: var(--muted); font-size: .94rem; margin: 0 0 4px; }
@media (max-width: 900px) { .post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) { .post-grid { grid-template-columns: 1fr; } }

.cta-band { position: relative; background: var(--felt) var(--felt-noise); color: var(--white); padding-block: clamp(46px, 6vw, 80px); overflow: hidden; }
.cta-band::before { content: ''; position: absolute; left: 0; right: 0; top: 0; height: 6px; background: linear-gradient(180deg, #f3e2a2, #a07224); }
.cta-band__inner { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap; }
.cta-band__title { font-size: clamp(2.3rem, 4.6vw, 3.6rem); margin-bottom: 8px; color: var(--white); }
.cta-band__copy { margin: 0; color: var(--muted-light); }
.cta-band__actions { display: flex; flex-wrap: wrap; gap: 12px; }

.legal { background: var(--ivory-2); padding-block: 26px; border-top: 1px solid var(--line); }
.legal__title { font-size: .7rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin-bottom: 8px; }
.legal__line { font-size: .8rem; color: var(--muted); margin: 0 0 4px; }

.site-footer { position: relative; background: var(--felt-deep); color: var(--white); overflow: hidden; }
.site-footer__rail { height: 18px; background-color: #000; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='96' height='18' viewBox='0 0 96 18'><g fill='%23dbc16a' fill-opacity='.55'><path d='M12 3c-2 3-6 5.2-6 8.3a3.2 3.2 0 0 0 5.3 2.4L10.2 17h3.6l-1.1-3.3a3.2 3.2 0 0 0 5.3-2.4C18 8.2 14 6 12 3z'/><path d='M36 15.6s-6.3-4-6.3-8.4A3.5 3.5 0 0 1 36 5.1a3.5 3.5 0 0 1 6.3 2.1c0 4.4-6.3 8.4-6.3 8.4z'/><path d='M60 2.5l5.4 6.5L60 15.5 54.6 9z'/><path d='M84 2.5c1 2 1.4 4.2.9 6.4 1.2-1.8 2.9-3 5-3.5-.7 2.2-2.2 3.8-4.2 4.7 1.5-.2 3 .1 4.4.9-1.8.9-3.6 1.2-5.4.8l.4 1.1c.3 1 1 1.8 1.9 2.3V17h-5.8v-1.3c.9-.5 1.6-1.3 1.9-2.3l.4-1.1c-1.8.4-3.6.1-5.4-.8 1.4-.8 2.9-1.1 4.4-.9-2-.9-3.5-2.5-4.2-4.7 2.1.5 3.8 1.7 5 3.5-.5-2.2-.1-4.4.9-6.4z'/></g></svg>"); background-size: 96px 18px; background-position: 0 50%; border-bottom: 1px solid rgba(var(--gold-rgb), .35); }
.site-footer__inner { padding-block: clamp(40px, 6vw, 70px) 24px; }
.site-footer__top { display: grid; grid-template-columns: 1.5fr .8fr .8fr 1.1fr; gap: 36px; padding-bottom: 40px; border-bottom: 1px solid var(--line-light); }
.site-footer__title { font-size: clamp(1.8rem, 3.2vw, 2.6rem); margin-bottom: 18px; color: var(--cream); }
.site-footer__h { font-size: .68rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); margin-bottom: 14px; }
.site-footer__menu { display: grid; align-content: start; gap: 8px; }
.site-footer__menu a { color: rgba(255, 234, 177, .82); font-weight: 600; transition: color .2s, transform .2s; display: inline-block; }
.site-footer__menu a:hover { color: var(--white); transform: translateX(4px); }
.site-footer__addr a, .site-footer__tel { font-weight: 700; color: var(--white); }
.site-footer__hours { color: rgba(255, 234, 177, .82); }
.site-footer__hours .muted { color: var(--muted-light); }
.site-footer__status { background: rgba(255, 255, 255, .08); margin-top: 6px; }
.site-footer__social { display: flex; gap: 10px; margin-top: 16px; }
.site-footer__social a { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: rgba(255, 255, 255, .08); transition: background-color .2s, transform .2s; }
.site-footer__social a:hover { background: var(--gold); color: var(--felt); transform: translateY(-2px); }
.site-footer__social:empty { display: none; }
.site-footer__brand { display: flex; align-items: center; gap: clamp(20px, 4vw, 48px); padding: 44px 0 26px; }
.site-footer__logo { width: min(300px, 40vw); height: auto; opacity: .9; }
.site-footer__tagline { margin: 0; font-size: clamp(2rem, 6vw, 4.6rem); text-transform: uppercase; background: var(--gold-foil); -webkit-background-clip: text; background-clip: text; color: transparent; opacity: .85; }
.site-footer__legal { padding-top: 22px; border-top: 1px solid var(--line-light); font-size: .78rem; color: rgba(255, 234, 177, .72); }
.site-footer__meta { display: flex; flex-wrap: wrap; gap: 8px 22px; margin: 10px 0 0; color: rgba(255, 234, 177, .72); }
.site-footer__meta a { color: var(--white); }
.join-form__row { display: flex; gap: 8px; }
.join-form input[type="email"] { flex: 1; min-width: 0; height: 52px; padding: 0 16px; border-radius: var(--radius); border: 2px solid rgba(var(--gold-rgb), .3); background: rgba(255, 255, 255, .05); color: var(--white); font: inherit; }
.join-form input[type="email"]::placeholder { color: rgba(255, 234, 177, .55); }
.join-form input[type="email"]:focus { border-color: var(--gold); outline: none; }
.join-form__btn { height: 52px; padding: 0 22px; border-radius: var(--radius); background: var(--gold-foil); color: var(--felt); font-weight: 800; font-stretch: var(--wide); font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; transition: filter .2s; }
.join-form__btn:hover { filter: brightness(1.08); }
.join .join-form input[type="email"] { background: var(--card); color: var(--ink); border-color: var(--felt); }
.join .join-form input[type="email"]::placeholder { color: var(--muted); }
.form-note { margin: 10px 0 0; font-size: .82rem; color: rgba(255, 234, 177, .66); }
.join .form-note, .form .form-note { color: var(--muted); }
.form-note.is-ok { color: var(--open-on-dark); font-weight: 700; }
.join .form-note.is-ok, .form .form-note.is-ok { color: var(--open); }
.form-note.is-error { color: #ff8a80; font-weight: 700; }
.join .form-note.is-error, .form .form-note.is-error { color: var(--red-deep); }
@media (max-width: 1000px) { .site-footer__top { grid-template-columns: 1fr 1fr; } .site-footer__join { grid-column: span 2; } }
@media (max-width: 560px) { .site-footer__top { grid-template-columns: 1fr; } .site-footer__join { grid-column: auto; } .join-form__row { flex-direction: column; } .join-form input[type="email"] { flex: none; width: 100%; } .site-footer__brand { flex-direction: column; align-items: flex-start; } .site-footer__logo { width: 180px; } }

/* =========================================================
   17. Page heroes + shared inner-page pieces
   ========================================================= */
.page-hero { position: relative; padding: clamp(28px, 5vw, 56px) 0 clamp(36px, 5vw, 64px); background: var(--ivory); border-bottom: 1px solid var(--line); overflow: hidden; }
.page-hero::before { content: ''; position: absolute; right: 0; top: 0; bottom: 0; width: 46%; background: var(--suit-lattice); background-size: 120px; -webkit-mask: linear-gradient(90deg, transparent, #000 60%); mask: linear-gradient(90deg, transparent, #000 60%); pointer-events: none; }
.page-hero > .container { position: relative; z-index: 1; }
.page-hero--dark { background: var(--felt) var(--felt-noise); color: var(--white); border-color: rgba(var(--gold-rgb), .3); }
.page-hero--dark::before { opacity: .0; }
.page-hero--dark .crumbs { color: var(--muted-light); }
.page-hero--dark .floaters { left: auto; width: 50%; opacity: .5; }
.page-hero--dark .floater--chip { --f-size: 80px; right: 4%; top: 8%; }
.page-hero--dark .floater--seven { --f-size: 70px; right: 42%; bottom: 6%; }
.page-hero--dark .floater--diamond { --f-size: 64px; right: 30%; top: 4%; }
.page-hero__grid { position: relative; display: grid; grid-template-columns: 1.15fr .95fr; gap: clamp(24px, 5vw, 60px); align-items: center; }
.page-hero__media img { border-radius: 18px; box-shadow: var(--shadow); width: 100%; max-height: 520px; object-fit: cover; }
.page-hero__media--board { padding-top: 24px; }
.page-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.page-hero--post { border-bottom: 0; padding-bottom: 0; }
.page-hero--post::before { display: none; }
.post__hero { margin-top: 30px; }
.post__hero img { width: 100%; border-radius: 18px; aspect-ratio: 16 / 9; object-fit: cover; box-shadow: var(--shadow); }
@media (max-width: 860px) { .page-hero__grid { grid-template-columns: 1fr; } .page-hero__media { max-width: 520px; } .page-hero::before { width: 70%; opacity: .6; } .page-hero--dark .floaters { display: none; } }
.crumbs { font-size: .78rem; color: var(--muted); margin-bottom: 18px; }
.crumbs ol { display: flex; flex-wrap: wrap; gap: 6px; }
.crumbs li + li::before { content: '\2666'; margin-right: 6px; opacity: .45; font-size: .7em; vertical-align: .1em; }
.crumbs a:hover { color: var(--table); text-decoration: underline; }
.page-hero--dark .crumbs a:hover { color: var(--gold); }

.week-strip { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 8px; margin-top: 30px; }
.week-strip__day > * { display: grid; gap: 4px; justify-items: start; padding: 12px 10px; background: var(--card); border-radius: 12px; min-height: 96px; box-shadow: var(--shadow-card); transition: transform .25s var(--ease), box-shadow .25s; }
.week-strip__day a:hover { transform: translateY(-3px); box-shadow: 0 20px 34px -20px rgba(1, 34, 15, .6); }
.week-strip__day .suit { width: 14px; height: 14px; }
.week-strip__day.is-today > * { background: var(--felt); color: var(--white); box-shadow: 0 0 0 2px var(--aqua); }
.week-strip__day.is-today .week-strip__d { color: var(--gold); }
.week-strip__day.is-empty > * { opacity: .75; }
.week-strip__d { font-size: 1.3rem; color: var(--table); }
.week-strip__t { font-size: .74rem; font-weight: 700; line-height: 1.2; }
@media (max-width: 760px) { .week-strip { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
@media (max-width: 420px) { .week-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

.menu-hero { position: relative; padding: 24px 0 18px; background: var(--ivory); border-bottom: 1px solid var(--line); }
.menu-hero__grid { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: end; margin-bottom: 18px; }
.menu-hero__title { font-size: clamp(2.4rem, 5.4vw, 3.9rem); margin-bottom: 8px; color: var(--felt); }
.menu-hero__addr { margin: 0 0 10px; color: var(--muted); }
.menu-hero__addr a { color: var(--table); font-weight: 800; }
.menu-hero__status { display: flex; flex-wrap: wrap; gap: 8px; }
.menu-hero__note { display: flex; align-items: center; gap: 12px; max-width: 380px; padding: 14px 16px; background: var(--felt); color: var(--cream); border-radius: 12px; font-size: .9rem; transition: box-shadow .4s; }
.menu-hero__note p { margin: 0; }
.menu-hero__note .icon { color: var(--gold); flex: none; }
@media (max-width: 760px) { .menu-hero__grid { grid-template-columns: 1fr; align-items: start; } }
.chip-row { display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none; padding-bottom: 4px; }
.chip-row::-webkit-scrollbar { display: none; }
.chip-link { display: inline-flex; align-items: center; gap: 7px; min-height: 44px; white-space: nowrap; padding: 8px 16px; border: 2px solid var(--felt); border-radius: 99px; font-size: .76rem; font-weight: 800; font-stretch: var(--wide); letter-spacing: .06em; text-transform: uppercase; transition: background-color .2s, color .2s; }
.chip-link .suit { width: 13px; height: 13px; }
.chip-link:hover, .chip-link.is-active { background: var(--felt); color: var(--cream); }
.chip-link:hover .suit, .chip-link.is-active .suit { color: var(--gold); }
.chip-link--hot { border-color: var(--red-deep); color: var(--red-deep); }
.chip-link--hot:hover { background: var(--red-deep); color: #fff; }
.shop-embed { padding: 20px 0 30px; background: #fff; }
.dutchie-embed { min-height: 70vh; }
.shop-embed__fallback { margin: 16px 0 0; font-size: .85rem; color: var(--muted); }
.shop-embed__fallback a { color: var(--table); font-weight: 800; }
.shop-info { padding-top: 0; background: #fff; }
.shop-info__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 760px) { .shop-info__grid { grid-template-columns: 1fr; } }
.info-card { background: var(--card); border: 1px solid var(--line); border-radius: 16px; padding: 24px; }
.info-card .icon { color: var(--table); }
.steps { counter-reset: s; display: grid; gap: 12px; }
.steps li { position: relative; padding-left: 42px; counter-increment: s; }
.steps li::before { content: counter(s, decimal-leading-zero); position: absolute; left: 0; top: -2px; font-family: var(--display); color: var(--gold-deep); font-size: 1.35rem; }
.check-list { display: grid; gap: 10px; }
.check-list li { display: flex; gap: 10px; align-items: flex-start; }
.check-list .icon { color: var(--emerald); margin-top: 3px; }
.hours-table th { text-align: left; font-weight: 600; padding: 7px 0; border-bottom: 1px solid var(--line); }
.hours-table td { text-align: right; padding: 7px 0; border-bottom: 1px solid var(--line); font-weight: 700; }
.hours-table .is-today { color: var(--table); }
.hours-table .is-today th::before { content: '\2666\00a0'; color: var(--gold-deep); }

/* Deals page extras */
.deals-week { background: var(--ivory); }
.deals-always { background: var(--ivory-2); }
.house-rules { background: var(--ivory); }
.rules__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(24px, 5vw, 60px); align-items: center; }
.paytable { display: grid; background: var(--felt) var(--felt-noise); color: var(--cream); border-radius: 18px; padding: 10px 24px; border: 1px solid rgba(var(--gold-rgb), .45); box-shadow: var(--shadow); }
.paytable li { display: grid; grid-template-columns: 26px 1fr; gap: 14px; align-items: start; padding: 16px 0; border-bottom: 1px dashed rgba(var(--gold-rgb), .28); }
.paytable li:last-child { border-bottom: 0; }
.paytable .suit { width: 20px; height: 20px; color: var(--gold); margin-top: 2px; }
.paytable strong { color: var(--white); }
@media (max-width: 860px) { .rules__grid { grid-template-columns: 1fr; } }

/* Rewards page */
.how__steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.how__step { padding: 28px 26px; background: var(--card); border-radius: 18px; box-shadow: var(--shadow-card); }
.how__chip { --chip-size: 64px; margin-bottom: 16px; }
.how__chip .chip__big { font-size: 1.1rem; }
.how__t { font-size: 1.55rem; margin-bottom: 8px; color: var(--felt); }
.how__step p { margin: 0; color: var(--muted); }
.perks { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.perks li { display: inline-flex; align-items: center; gap: 9px; padding: 11px 18px; background: var(--felt); color: var(--cream); border-radius: 99px; font-weight: 700; font-size: .9rem; }
.perks .suit { color: var(--gold); width: 14px; height: 14px; }
.join { background: var(--ivory); }
.join__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.join__form .join-form input[type="email"] { height: 56px; }
@media (max-width: 860px) { .how__steps { grid-template-columns: 1fr; } .join__inner { grid-template-columns: 1fr; } }

/* Brands page */
.brand-wall { background: var(--ivory-2); }
.brand-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.brand { position: relative; display: grid; gap: 8px; padding: 18px 50px 18px 18px; background: var(--card); border-radius: 14px; box-shadow: var(--shadow-card); transition: transform .3s var(--ease), box-shadow .3s; }
.brand:hover { transform: translateY(-3px); box-shadow: 0 24px 40px -22px rgba(1, 34, 15, .55); }
.brand.has-deal { box-shadow: 0 0 0 1px rgba(160, 114, 36, .55), var(--shadow-card); }
.brand__name { font-weight: 900; font-stretch: var(--wide); text-transform: uppercase; font-size: .92rem; letter-spacing: .02em; display: flex; align-items: center; gap: 6px; }
.brand__deals { display: grid; gap: 4px; }
.brand__deal { font-size: .82rem; color: var(--muted); }
.brand__deal strong { color: var(--table); font-size: 1.1rem; }
.brand__link { position: absolute; right: 12px; top: 12px; display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; border: 2px solid var(--felt); transition: background-color .2s, color .2s; }
.brand__link:hover { background: var(--felt); color: var(--cream); }
@media (max-width: 1000px) { .brand-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 760px) { .brand-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 420px) { .brand-grid { grid-template-columns: 1fr; } }

/* About page */
.story__grid { display: grid; grid-template-columns: 1.4fr .8fr; gap: clamp(30px, 5vw, 70px); }
.story__text p { font-size: 1.1rem; }
.story__text p:first-child::first-letter { font-family: var(--display); font-size: 3.6em; float: left; line-height: .8; margin: 8px 10px 0 0; color: var(--gold-deep); }
.story__facts { display: grid; align-content: start; border-top: 3px solid var(--felt); }
.story__fact { display: grid; gap: 2px; padding: 16px 0; margin: 0; border-bottom: 1px solid var(--line); }
.story__fact strong { text-transform: uppercase; font-size: 1.8rem; color: var(--table); }
.story__fact span { color: var(--muted); font-size: .92rem; }
.values { background: var(--felt) var(--felt-noise); color: var(--white); overflow: hidden; }
.values .floaters { left: auto; width: 40%; opacity: .35; }
.values .floater--card-spade { --f-size: 90px; right: 8%; top: 10%; }
.values .floater--chip { --f-size: 100px; right: 30%; top: 4%; }
.values .container { position: relative; z-index: 2; }
.values__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.value { padding: 26px 24px; border: 1px solid rgba(var(--gold-rgb), .25); border-radius: 18px; background: rgba(3, 43, 23, .85); }
.value__suit { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: var(--felt-deep); box-shadow: 0 0 0 1px rgba(var(--gold-rgb), .45); margin-bottom: 14px; }
.value__suit .suit { color: var(--gold); width: 20px; height: 20px; }
.value__t { font-size: 1.4rem; margin-bottom: 8px; }
.value p { margin: 0; color: var(--muted-light); font-size: .95rem; }
.gallery__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.gallery__item { border-radius: 16px; overflow: hidden; box-shadow: var(--shadow-card); }
.gallery__item img { aspect-ratio: 1; object-fit: cover; width: 100%; transition: transform .6s var(--ease); }
.gallery__item:hover img { transform: scale(1.04); }
.merch__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(30px, 5vw, 70px); align-items: center; }
.merch__media { border-radius: 18px; overflow: hidden; box-shadow: 0 0 0 1px rgba(var(--gold-rgb), .4), 0 40px 70px -30px rgba(0, 0, 0, .7); }
@media (max-width: 900px) { .story__grid, .merch__grid { grid-template-columns: 1fr; } .values__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 600px) { .values__grid { grid-template-columns: 1fr; } .gallery__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

/* FAQ */
.accordion { display: grid; gap: 10px; }
.accordion__item { background: var(--card); border-radius: 14px; box-shadow: var(--shadow-card); overflow: hidden; transition: box-shadow .3s; }
.accordion__item[open] { box-shadow: 0 0 0 1px var(--gold-deep), var(--shadow-card); }
.accordion__q { display: flex; align-items: center; gap: 14px; padding: 18px 20px; font-weight: 800; font-size: 1.04rem; cursor: pointer; list-style: none; min-height: 60px; }
.accordion__q::-webkit-details-marker { display: none; }
.accordion__suit .suit { width: 16px; height: 16px; }
.accordion__text { flex: 1; }
.accordion__icon { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--felt); color: var(--gold); flex: none; transition: transform .3s var(--ease); }
.accordion__item[open] .accordion__icon { transform: rotate(45deg); }
.accordion__a { padding: 0 20px 18px 50px; color: var(--muted); }
.accordion__a p { margin: 0; }
.faq__more { margin-top: 28px; text-align: center; }

/* Contact form */
.contact { background: var(--ivory-2); }
.contact__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(30px, 5vw, 70px); }
.contact__line { display: flex; align-items: center; gap: 10px; font-weight: 700; margin: 0 0 10px; }
.contact__line .icon { color: var(--table); }
.form { display: grid; gap: 14px; background: var(--card); border-radius: 18px; box-shadow: var(--shadow-card); padding: clamp(20px, 3vw, 32px); }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field { display: grid; gap: 6px; font-size: .74rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.field input, .field select, .field textarea { font: inherit; font-size: 1rem; font-weight: 500; text-transform: none; letter-spacing: 0; padding: 12px 14px; border: 2px solid var(--ivory-3); border-radius: var(--radius); background: var(--ivory); color: var(--ink); min-height: 48px; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--felt); outline: none; }
.form__submit { justify-self: start; }
.visit-grid__inner { display: grid; grid-template-columns: 1.2fr .8fr; gap: 20px; }
.visit-grid__map iframe { width: 100%; height: 100%; min-height: 420px; border-radius: 18px; }
.visit-grid__side { display: grid; gap: 16px; align-content: start; }
@media (max-width: 860px) { .contact__grid, .visit-grid__inner { grid-template-columns: 1fr; } .form__row { grid-template-columns: 1fr; } }

/* Prose (posts + privacy) */
.prose { font-size: 1.08rem; line-height: 1.72; }
.prose h2 { font-size: 1.65rem; font-weight: 800; letter-spacing: -.01em; margin: 1.6em 0 .5em; color: var(--felt); }
.prose h3 { font-size: 1.25rem; font-weight: 800; margin: 1.4em 0 .4em; }
.prose p, .prose ul, .prose ol { margin: 0 0 1.1em; }
.prose ul { list-style: disc; padding-left: 1.3em; }
.prose ol { list-style: decimal; padding-left: 1.3em; }
.prose li { margin-bottom: .35em; }
.prose li::marker { color: var(--gold-deep); }
.prose a { color: var(--table); font-weight: 700; text-decoration: underline; text-decoration-color: rgba(160, 114, 36, .6); text-underline-offset: 3px; }
.prose blockquote { position: relative; margin: 1.6em 0; padding: 20px 24px 20px 64px; background: var(--card); border-radius: 14px; font-style: italic; font-size: 1.15rem; }
.prose blockquote::before { content: '\201C'; position: absolute; left: 20px; top: 8px; font-family: var(--display); font-style: normal; font-size: 3.4rem; line-height: 1; color: var(--gold-deep); }
.prose img { border-radius: 16px; }
.prose .callout { padding: 18px 22px; background: var(--cream); color: var(--felt); border-radius: 14px; font-weight: 700; box-shadow: inset 0 0 0 1px rgba(160, 114, 36, .45); }
.prose table th, .prose table td { text-align: left; padding: 8px 10px; border-bottom: 1px solid var(--line); }
.related { background: var(--ivory-2); }
.pagination { display: flex; justify-content: center; gap: 6px; margin-top: 40px; }
.pagination .nav-links { display: flex; gap: 6px; flex-wrap: wrap; justify-content: center; }
.pagination .page-numbers { display: inline-grid; place-items: center; min-width: 44px; height: 44px; padding: 0 14px; border: 2px solid var(--felt); border-radius: var(--radius); font-weight: 800; }
.pagination .page-numbers.current, .pagination .page-numbers:hover { background: var(--felt); color: var(--cream); }
.search-form { display: flex; gap: 8px; max-width: 480px; margin-top: 18px; }
.search-form input { flex: 1; min-width: 0; padding: 0 14px; height: 44px; border: 2px solid var(--felt); border-radius: var(--radius); font: inherit; background: var(--card); }
.page-hero--404 { padding-block: clamp(60px, 10vw, 120px); }

/* =========================================================
   18. Reveal + motion
   ========================================================= */
html.js [data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .7s var(--ease-out), transform .8s var(--ease-out); transition-delay: var(--d, 0s); }
html.js [data-reveal].is-visible { opacity: 1; transform: none; }
html.js .pcard[data-reveal] { transform: translateY(26px) rotate(-4deg); }
html.js .pcard:nth-child(even)[data-reveal] { transform: translateY(26px) rotate(4deg); }
html.js .pcard[data-reveal].is-visible { transform: none; }
html.js .ticket[data-reveal] { transform: translateY(16px) rotate(-2deg); }
html.js .ticket[data-reveal].is-visible { transform: none; }
@media (prefers-reduced-motion: reduce) {
	html.js [data-reveal], html.js .pcard[data-reveal], html.js .ticket[data-reveal] { opacity: 1; transform: none; transition: none; }
	.hero__line > span, .hero__sub, .hero__actions, .hero__facts, .hero__stage { animation: none; transform: none; opacity: 1; }
	.floater, .hero__logo, .hero__chip, .hand__chip, .member-card::after, .hero__table::before { animation: none; }
	.btn__shine { transition: none; }
}
