.holdem-hero-grid{display:grid;grid-template-columns:1.4fr 1.2fr;gap:var(--space-10);align-items:flex-start}.holdem-hero-copy{max-width:640px}.holdem-hero-ctas{margin-top:var(--space-4)}.holdem-hero-meta{margin-top:var(--space-4)}.holdem-hero-table{display:grid;gap:var(--space-4)}.holdem-hero-photo{border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-strong);background:#000}.holdem-hero-photo img{width:100%;height:100%;object-fit:cover}.holdem-hero-photo figcaption{padding:var(--space-3);background:linear-gradient(180deg,rgba(0,0,0,0.1),rgba(0,0,0,0.8))}.holdem-table-spotlight{margin-bottom:var(--space-4)}.holdem-table-header{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);margin-bottom:var(--space-3)}.holdem-table-body p{margin-bottom:var(--space-3)}.holdem-table-tags{display:flex;flex-wrap:wrap;gap:var(--space-2);margin-bottom:var(--space-3)}.holdem-fundamentals{align-self:stretch}.holdem-fundamentals-list{display:flex;flex-direction:column;gap:var(--space-3);margin:var(--space-3) 0}.holdem-fundamentals-list li{font-size:0.94rem;color:var(--color-text-soft)}.holdem-flow-grid{display:block}.holdem-flow-figure{margin-top:var(--space-4);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-soft)}.holdem-flow-figure img{width:100%;height:100%;object-fit:cover}.holdem-flow-figure figcaption{padding:var(--space-3);background:linear-gradient(180deg,rgba(0,0,0,0.1),rgba(0,0,0,0.85))}.holdem-dual-grid{align-items:stretch;gap:var(--space-8)}.holdem-panel{display:flex;flex-direction:column;gap:var(--space-3)}.holdem-panel-header{margin-bottom:var(--space-2)}.holdem-panel-figure{margin-top:auto;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-soft);background:#000}.holdem-panel-figure img{width:100%;height:100%;object-fit:cover}.holdem-panel-figure figcaption{padding:var(--space-3);background:linear-gradient(180deg,rgba(0,0,0,0.1),rgba(0,0,0,0.85));color:var(--gray-100)}.holdem-table-layout{align-items:stretch;gap:var(--space-8)}.holdem-table-copy p{color:var(--color-bg-cream)}.holdem-table-list{margin:var(--space-3) 0 var(--space-4);display:flex;flex-direction:column;gap:var(--space-3);color:var(--color-bg-cream);font-size:0.95rem}.holdem-table-image{display:flex;align-items:stretch;justify-content:center}.holdem-table-image figure{width:100%;border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-strong)}.holdem-table-image img{width:100%;height:100%;object-fit:cover}.holdem-table-image figcaption{padding:var(--space-3);background:linear-gradient(180deg,rgba(0,0,0,0.1),rgba(0,0,0,0.85));color:var(--gray-100)}.holdem-etiquette-grid{gap:var(--space-8);align-items:flex-start}.holdem-vocab-list{display:flex;flex-direction:column;gap:var(--space-3);margin-top:var(--space-3);font-size:0.94rem}.holdem-vocab-list dt{font-family:var(--font-condensed);letter-spacing:0.2em;text-transform:uppercase;font-size:0.78rem;margin-bottom:4px;color:var(--gray-700)}.holdem-vocab-list dd{margin:0;color:var(--gray-700)}.holdem-footer-cta{border-radius:var(--radius-xl);padding:var(--space-6);box-shadow:var(--shadow-soft);border:var(--gold-rule-thin);background:radial-gradient(circle at top,rgba(240,201,138,0.16) 0,transparent 55%),linear-gradient(140deg,rgba(10,7,10,0.96),rgba(3,1,3,0.98))}.holdem-footer-grid{align-items:center;gap:var(--space-8)}@media (max-width:1024px){.holdem-hero-grid{grid-template-columns:1fr}.holdem-hero-table{order:-1}.holdem-table-layout{grid-template-columns:1fr}.holdem-footer-grid{grid-template-columns:1fr}}@media (max-width:768px){.holdem-hero-ctas{flex-direction:column;align-items:flex-start}.holdem-dual-grid{grid-template-columns:1fr}.holdem-etiquette-grid{grid-template-columns:1fr}}