.poker-kicker { margin: 0 0 .75rem; color: #d8b56a; font-size: .78rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.poker-kicker--dark { color: var(--color-tomato-red); }
.poker-hero { position: relative; min-height: 690px; display: grid; align-items: center; isolation: isolate; color: #fff; background: #111820 url('/src/media/poker-hero.webp') center 58% / cover no-repeat; }
.poker-hero__shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(8,14,18,.93) 0%, rgba(8,14,18,.71) 48%, rgba(8,14,18,.18) 100%), linear-gradient(0deg, rgba(8,14,18,.58), transparent 45%); }
.poker-hero__content { padding-block: 7rem; }
.poker-hero h1 { max-width: 650px; margin-bottom: 1rem; color: #fff; font-size: clamp(3.8rem, 9vw, 7.6rem); line-height: .9; letter-spacing: -.045em; }
.poker-hero h1 span { display: block; color: #d8b56a; font-family: var(--font-script); font-weight: 400; transform: rotate(-3deg); }
.poker-hero__lead { max-width: 610px; font-size: clamp(1.05rem, 2vw, 1.3rem); color: rgba(255,255,255,.88); }
.poker-hero__actions { display: flex; align-items: center; gap: 1.5rem; margin-top: 2rem; }
.poker-hero__link { color: #fff; font-weight: 700; }
.poker-hero__link:hover { color: #d8b56a; }
.poker-intro { background: #fffaf0; }
.poker-intro__grid { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(260px,.65fr); gap: clamp(2rem,7vw,7rem); align-items: center; }
.poker-intro h2, .poker-menu h2 { font-size: clamp(2.2rem,5vw,4rem); line-height: 1.05; }
.poker-intro__lead { font-size: 1.18rem; }
.poker-facts { border-block: 1px solid rgba(26,35,126,.18); }
.poker-facts div { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; padding: 1.2rem 0; border-bottom: 1px solid rgba(26,35,126,.18); }
.poker-facts div:last-child { border: 0; }
.poker-facts strong { color: var(--color-tomato-red); font-family: var(--font-heading); font-size: 1.65rem; }
.poker-facts span { color: var(--color-navy-blue-light); }
.poker-flow { color: #fff; background: #111d22; }
.poker-flow h2, .poker-flow h3 { color: #fff; }
.poker-flow h2 { max-width: 620px; margin-bottom: 2.5rem; font-size: clamp(2.2rem,5vw,4rem); }
.poker-flow__grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(255,255,255,.18); }
.poker-flow__grid article { padding: 2rem 1.5rem 1rem 0; }
.poker-flow__grid article + article { padding-left: 1.5rem; border-left: 1px solid rgba(255,255,255,.18); }
.poker-flow__grid span { display: block; margin-bottom: 2.5rem; color: #d8b56a; font-family: var(--font-heading); font-size: 1.2rem; }
.poker-flow__grid p { color: rgba(255,255,255,.7); }
.poker-menu { background: #f2ead9; }
.poker-menu__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem,7vw,6rem); align-items: center; }
.poker-menu__image { position: relative; }
.poker-menu__image::before { content: ''; position: absolute; inset: -14px 14px 14px -14px; border: 1px solid #bc9b5c; z-index: 0; }
.poker-menu__image img { position: relative; z-index: 1; width: 100%; aspect-ratio: 4/5; object-fit: cover; box-shadow: 0 18px 45px rgba(31,24,15,.2); }
.poker-menu__list { list-style: none; padding: 0; margin: 2rem 0; border-top: 1px solid rgba(26,35,126,.16); }
.poker-menu__list li { display: grid; gap: .2rem; padding: 1rem 0; border-bottom: 1px solid rgba(26,35,126,.16); }
.poker-menu__list span { font-family: var(--font-heading); font-size: 1.25rem; font-weight: 700; }
.poker-menu__list small { color: var(--color-navy-blue-light); }
.poker-gallery { background: var(--color-tomato-red-dark); color: #fff; }
.poker-gallery h2 { color: #fff; font-size: clamp(2.2rem,5vw,4rem); }
.poker-gallery__heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 4rem; align-items: end; }
.poker-gallery__heading > p { color: rgba(255,255,255,.8); }
.poker-gallery__grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 1rem; margin-top: 2rem; }
.poker-gallery__grid img { width: 100%; height: 470px; object-fit: cover; }
.poker-gallery__grid img:last-child { margin-top: 3rem; height: 410px; }
.poker-faq { background: #fffaf0; }
.poker-faq__layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(2rem,8vw,8rem); }
.poker-faq__layout h2 { font-size: clamp(2rem,4vw,3.2rem); }
.poker-faq__list { border-top: 1px solid rgba(26,35,126,.18); }
.poker-faq__item { border-bottom: 1px solid rgba(26,35,126,.18); }
.poker-faq__item h3 { margin: 0; }
.poker-faq__item button { display: flex; justify-content: space-between; gap: 1rem; width: 100%; padding: 1.4rem 0; text-align: left; font-family: var(--font-heading); font-size: 1.2rem; font-weight: 700; }
.poker-faq__item button span { color: var(--color-tomato-red); font: 400 1.8rem/1 var(--font-body); transition: transform .2s ease; }
.poker-faq__item button[aria-expanded='true'] span { transform: rotate(45deg); }
.poker-faq__item div { padding: 0 2.5rem 1.2rem 0; color: var(--color-navy-blue-light); }
.poker-cta { padding-block: clamp(4rem,9vw,7rem); color: #fff; text-align: center; background: #111d22; }
.poker-cta__content { display: flex; flex-direction: column; align-items: center; }
.poker-cta h2 { max-width: 760px; color: #fff; font-size: clamp(2.4rem,6vw,5rem); line-height: 1.02; }
.poker-cta p:not(.poker-kicker) { max-width: 580px; color: rgba(255,255,255,.8); font-size: 1.15rem; }
.poker-cta .btn { margin: 1rem 0 1.3rem; }
.poker-cta small { color: rgba(255,255,255,.55); }
@media (max-width: 900px) {
  .poker-flow__grid { grid-template-columns: repeat(2,1fr); }
  .poker-flow__grid article:nth-child(3) { padding-left: 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.18); }
  .poker-flow__grid article:nth-child(4) { border-top: 1px solid rgba(255,255,255,.18); }
  .poker-gallery__grid img { height: 360px; }
  .poker-gallery__grid img:last-child { height: 320px; }
}
@media (max-width: 700px) {
  .poker-hero { min-height: 620px; background-position: 61% center; }
  .poker-hero__shade { background: linear-gradient(0deg, rgba(8,14,18,.94), rgba(8,14,18,.38)); }
  .poker-hero__content { align-self: end; padding-block: 5rem 3rem; }
  .poker-hero h1 { font-size: clamp(3.5rem,20vw,5.5rem); }
  .poker-hero__actions { align-items: stretch; flex-direction: column; }
  .poker-intro__grid, .poker-menu__grid, .poker-gallery__heading, .poker-faq__layout { grid-template-columns: 1fr; gap: 2rem; }
  .poker-menu__image { margin: 14px 0 0 14px; }
  .poker-gallery__grid { grid-template-columns: 1fr; }
  .poker-gallery__grid img, .poker-gallery__grid img:last-child { height: 330px; margin: 0; }
}
@media (max-width: 480px) {
  .poker-flow__grid { grid-template-columns: 1fr; }
  .poker-flow__grid article, .poker-flow__grid article + article, .poker-flow__grid article:nth-child(3) { padding: 1.5rem 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.18); }
  .poker-flow__grid span { margin-bottom: .75rem; }
}
