:root {
  --poker-rule: rgba(53, 37, 29, 0.28);
}

.poker-page {
  overflow: hidden;
}

.poker-page .poker-section {
  position: relative;
}

.poker-page .poker-container {
  width: min(100% - (2 * var(--container-padding)), var(--container-max));
  margin-inline: auto;
}

.poker-page .poker-label {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  margin: 0;
  color: var(--color-burgundy);
  font-size: var(--text-xs);
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: var(--leading-xs);
  text-transform: uppercase;
}

.poker-page .poker-label::before {
  color: var(--color-burgundy);
  content: "♦";
  font-size: 1rem;
  line-height: 1;
}

.poker-page .poker-label--light {
  color: var(--color-mustard);
}

.poker-page .poker-label--light::before {
  color: var(--color-mustard);
}

.poker-page .poker-hero {
  padding-block: var(--space-12) var(--space-18);
}

.poker-page .poker-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: var(--space-6);
}

.poker-page .poker-hero__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-4);
}

.poker-page .poker-hero__copy > * {
  min-width: 0;
  margin: 0;
}

.poker-page .poker-hero__title {
  max-width: 22ch;
  font-size: clamp(2.625rem, 10vw, 3.25rem);
  line-height: 1.06;
}

.poker-page .poker-hero__lead {
  max-width: 30rem;
  font-size: var(--text-lg);
  line-height: var(--leading-lg);
}

.poker-page .poker-hero__actions {
  display: flex;
  width: min(100%, 26.25rem);
  min-width: 0;
  flex-direction: column;
  gap: var(--space-3);
}

.poker-page .poker-hero__actions > * {
  width: 100%;
  min-width: 0;
}

.poker-page .poker-hero__media {
  width: 100%;
  min-width: 0;
  margin: 0;
}

.poker-page .poker-photo-frame {
  width: 100%;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--color-aged-brass);
  border-radius: var(--radius-paper);
  background: var(--color-espresso);
  box-shadow: var(--shadow-paper);
  transition: transform var(--transition-base), box-shadow var(--transition-base);
}

.poker-page .poker-photo-frame:hover {
  box-shadow: 0 10px 24px rgba(53, 37, 29, 0.18);
  transform: translate(3px, -2px);
}

.poker-page .poker-hero__image {
  width: 100%;
  height: clamp(23rem, 87vw, 31rem);
  object-fit: cover;
  object-position: 58% center;
}

.poker-page .poker-host-note {
  display: flex;
  width: min(100%, 26.25rem);
  min-width: 0;
  align-items: flex-start;
  gap: var(--space-3);
  padding: var(--space-4);
  border: 1px solid var(--color-aged-brass);
  border-radius: var(--radius-paper);
  background: var(--color-cream);
  box-shadow: var(--shadow-subtle);
}

.poker-page .poker-host-note__suit {
  flex: 0 0 auto;
  color: var(--color-burgundy);
  font-size: 1.5rem;
  line-height: 1;
}

.poker-page .poker-host-note p {
  min-width: 0;
  margin: 0;
  color: var(--color-burgundy);
}

.poker-page .poker-ritual {
  padding-block: var(--space-12);
  border-block: 1px solid var(--poker-rule);
}

.poker-page .poker-ritual__intro {
  display: flex;
  max-width: 40rem;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-4);
  padding-block-end: var(--space-8);
  border-block-end: 1px solid var(--color-aged-brass);
}

.poker-page .poker-ritual__intro > * {
  margin: 0;
}

.poker-page .poker-ritual__intro h2 {
  max-width: 18ch;
}

.poker-page .poker-ritual__intro p:last-child {
  max-width: 38.75rem;
}

.poker-page .poker-ritual__objects {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: var(--space-4);
  padding-block-start: var(--space-8);
}

.poker-page .poker-ritual__objects > * {
  min-width: 0;
  width: 100%;
}

.poker-page .poker-object {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-4);
  padding: var(--space-6);
  border: 1px solid var(--color-border-strong);
  border-radius: var(--radius-control);
}

.poker-page .poker-object > * {
  min-width: 0;
  margin: 0;
}

.poker-page .poker-object h3 {
  max-width: 19ch;
}

.poker-page .poker-object p {
  max-width: 22.5rem;
}

.poker-page .poker-object--host {
  background: var(--color-dark-olive);
  color: var(--color-cream);
}

.poker-page .poker-object--host p {
  color: var(--color-muted-cream);
}

.poker-page .poker-object--taste {
  background: var(--color-cream);
  box-shadow: var(--shadow-subtle);
}

.poker-page .poker-object__mark {
  color: var(--color-mustard);
  font-family: var(--font-heading);
  font-size: 2rem;
  line-height: 1;
}

.poker-page .poker-object--taste .poker-object__mark {
  color: var(--color-terracotta);
}

.poker-page .poker-ritual__tab {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  min-height: 5rem;
  padding: var(--space-4);
  border: 1px solid var(--color-burgundy);
  border-radius: var(--radius-paper);
  background: var(--color-burgundy);
  color: var(--color-cream);
  font-family: var(--font-hand);
  font-size: var(--text-sm);
  line-height: 1.35;
  text-align: center;
}

.poker-page .poker-journey {
  padding-block: var(--space-12);
  background: rgba(213, 166, 42, 0.1);
}

.poker-page .poker-journey__heading {
  display: flex;
  max-width: 40rem;
  min-width: 0;
  flex-direction: column;
  gap: var(--space-4);
  margin-block-end: var(--space-8);
}

.poker-page .poker-journey__heading > * {
  margin: 0;
}

.poker-page .poker-steps {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: var(--space-4);
}

.poker-page .poker-steps > * {
  min-width: 0;
  width: 100%;
}

.poker-page .poker-step {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-4);
  min-height: 100%;
  padding: var(--space-6);
  border: 1px solid var(--color-border-strong);
  border-radius: var(--radius-control);
}

.poker-page .poker-step > * {
  min-width: 0;
  margin: 0;
}

.poker-page .poker-step__number {
  color: var(--color-terracotta);
  font-family: var(--font-heading);
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
}

.poker-page .poker-step h3 {
  max-width: 16ch;
}

.poker-page .poker-step p {
  max-width: 26.25rem;
}

.poker-page .poker-step--one {
  background: var(--color-cream);
}

.poker-page .poker-step--two {
  background: var(--color-dark-olive);
  color: var(--color-cream);
}

.poker-page .poker-step--two p {
  color: var(--color-muted-cream);
}

.poker-page .poker-step--two .poker-step__number {
  color: var(--color-mustard);
}

.poker-page .poker-step--three {
  background: var(--color-burgundy);
  color: var(--color-cream);
}

.poker-page .poker-step--three .poker-step__number {
  color: var(--color-mustard);
}

.poker-page .poker-journey__categories {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: var(--space-3);
  margin-block-start: var(--space-6);
  padding: var(--space-6);
  border: 1px solid var(--color-aged-brass);
  border-radius: var(--radius-control);
  background: var(--color-cream);
}

.poker-page .poker-journey__categories > * {
  min-width: 0;
  margin: 0;
}

.poker-page .poker-category-list {
  display: flex;
  min-width: 0;
  flex-wrap: wrap;
  gap: var(--space-3);
  margin: 0;
  padding: 0;
  list-style: none;
}

.poker-page .poker-category-list li {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: var(--space-2);
}

.poker-page .poker-category-list li::before {
  width: 0.75rem;
  height: 0.75rem;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--color-burgundy);
  content: "";
}

.poker-page .poker-category-list li:nth-child(2)::before {
  background: var(--color-terracotta);
}

.poker-page .poker-category-list li:nth-child(3)::before {
  background: var(--color-mustard);
}

.poker-page .poker-host {
  padding-block: var(--space-12);
}

.poker-page .poker-host__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: var(--space-6);
}

.poker-page .poker-host__layout > * {
  min-width: 0;
  width: 100%;
}

.poker-page .poker-host__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-4);
}

.poker-page .poker-host__copy > * {
  min-width: 0;
  margin: 0;
}

.poker-page .poker-host__copy h2,
.poker-page .poker-host__copy p {
  max-width: 32.5rem;
}

.poker-page .poker-host__figure {
  min-width: 0;
  margin: 0;
}

.poker-page .poker-host__image {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
}

.poker-page .poker-host__caption {
  width: min(100%, 25rem);
  min-width: 0;
  margin: var(--space-4) 0 0;
  padding: var(--space-4);
  border: 1px solid var(--color-aged-brass);
  border-radius: var(--radius-paper);
  background: var(--color-cream);
  box-shadow: var(--shadow-subtle);
}

.poker-page .poker-host__quote {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: var(--space-3);
  padding: var(--space-6);
  border-radius: var(--radius-control);
  background: var(--color-burgundy);
  color: var(--color-cream);
}

.poker-page .poker-host__quote > * {
  min-width: 0;
  margin: 0;
}

.poker-page .poker-host__quote-mark {
  color: var(--color-mustard);
  font-family: var(--font-heading);
  font-size: 3rem;
  line-height: 0.8;
}

.poker-page .poker-host__quote p {
  max-width: 20rem;
  font-family: var(--font-heading);
  font-size: var(--text-lg);
  line-height: var(--leading-lg);
}

.poker-page .poker-host__note {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: var(--space-3);
  padding: var(--space-4);
  border-inline-start: 3px solid var(--color-aged-brass);
  background: rgba(213, 166, 42, 0.13);
}

.poker-page .poker-host__note > * {
  min-width: 0;
  margin: 0;
}

.poker-page .poker-food {
  padding-block: var(--space-12);
  background: var(--color-dark-olive);
  color: var(--color-cream);
}

.poker-page .poker-food__heading {
  display: flex;
  max-width: 33.75rem;
  min-width: 0;
  flex-direction: column;
  gap: var(--space-4);
  margin-block-end: var(--space-8);
}

.poker-page .poker-food__heading > * {
  margin: 0;
}

.poker-page .poker-food__heading p {
  color: var(--color-muted-cream);
}

.poker-page .poker-food__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: var(--space-6);
}

.poker-page .poker-food__layout > * {
  min-width: 0;
  width: 100%;
}

.poker-page .poker-food__figure {
  min-width: 0;
  margin: 0;
}

.poker-page .poker-food__image {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: center;
}

.poker-page .poker-food__caption {
  width: min(100%, 26rem);
  min-width: 0;
  margin: var(--space-4) 0 0;
  padding: var(--space-3) var(--space-4);
  border: 1px solid var(--color-aged-brass);
  border-radius: var(--radius-paper);
  background: var(--color-cream);
  color: var(--color-espresso);
}

.poker-page .poker-food__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-6);
}

.poker-page .poker-food__copy > * {
  min-width: 0;
  margin: 0;
}

.poker-page .poker-food__copy p {
  max-width: 25rem;
  color: var(--color-muted-cream);
}

.poker-page .poker-food__principle {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: var(--space-3);
  padding: var(--space-4);
  border: 1px solid var(--color-aged-brass);
  border-radius: var(--radius-control);
  background: rgba(243, 230, 204, 0.08);
}

.poker-page .poker-food__principle > * {
  min-width: 0;
  margin: 0;
}

.poker-page .poker-food__principle h3 {
  color: var(--color-mustard);
}

.poker-page .poker-menu-link {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  color: var(--color-cream);
  font-weight: 800;
}

.poker-page .poker-menu-link:hover {
  color: var(--color-mustard);
}

.poker-page .poker-menu-link:focus-visible {
  color: var(--color-cream);
}

.poker-page .poker-evenings {
  padding-block: var(--space-12);
}

.poker-page .poker-evenings__intro {
  display: flex;
  max-width: 37.5rem;
  min-width: 0;
  flex-direction: column;
  gap: var(--space-4);
  margin-block-end: var(--space-8);
}

.poker-page .poker-evenings__intro > * {
  margin: 0;
}

.poker-page .poker-evening-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: var(--space-4);
}

.poker-page .poker-evening-grid > * {
  min-width: 0;
  width: 100%;
}

.poker-page .poker-evening {
  display: flex;
  min-width: 0;
  min-height: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-4);
  padding: var(--space-6);
  border: 1px solid var(--color-border-strong);
  border-radius: var(--radius-control);
}

.poker-page .poker-evening > * {
  min-width: 0;
  margin: 0;
}

.poker-page .poker-evening p {
  max-width: 18.75rem;
}

.poker-page .poker-evening__tag {
  font-size: var(--text-xs);
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: var(--leading-xs);
  text-transform: uppercase;
}

.poker-page .poker-evening--poker {
  background: var(--color-burgundy);
  color: var(--color-cream);
}

.poker-page .poker-evening--roulette {
  background: var(--color-terracotta);
  color: var(--color-cream);
}

.poker-page .poker-evening--blackjack {
  background: var(--color-mustard);
  color: var(--color-espresso);
}

.poker-page .poker-evening--blackjack .poker-evening__tag {
  color: var(--color-espresso);
}

.poker-page .poker-evening a {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  margin-top: auto;
  font-weight: 800;
}

.poker-page .poker-group {
  padding-block: var(--space-12);
  background: rgba(184, 86, 63, 0.08);
}

.poker-page .poker-group__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: var(--space-6);
}

.poker-page .poker-group__layout > * {
  min-width: 0;
  width: 100%;
}

.poker-page .poker-group__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-4);
}

.poker-page .poker-group__copy > * {
  min-width: 0;
  margin: 0;
}

.poker-page .poker-group__copy h2,
.poker-page .poker-group__copy > p {
  max-width: 33.75rem;
}

.poker-page .poker-group__figure {
  min-width: 0;
  margin: 0;
}

.poker-page .poker-group__image {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
}

.poker-page .poker-group__scenarios {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: var(--space-4);
  width: 100%;
}

.poker-page .poker-group__scenarios > * {
  min-width: 0;
  width: 100%;
}

.poker-page .poker-scenario {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-3);
  padding: var(--space-4);
  border: 1px solid var(--color-aged-brass);
  border-radius: var(--radius-paper);
  background: var(--color-cream);
  box-shadow: var(--shadow-subtle);
}

.poker-page .poker-scenario > * {
  min-width: 0;
  margin: 0;
}

.poker-page .poker-scenario p {
  max-width: 22.5rem;
}

.poker-page .poker-scenario--work {
  background: var(--color-dark-olive);
  color: var(--color-cream);
}

.poker-page .poker-scenario--work p {
  color: var(--color-muted-cream);
}

.poker-page .poker-group__cta-wrap {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-3);
  width: min(100%, 26.25rem);
}

.poker-page .poker-group__cta-wrap > * {
  min-width: 0;
  margin: 0;
}

.poker-page .poker-group__cta-wrap .button {
  width: 100%;
  min-height: 3rem;
}

.poker-page .poker-faq {
  padding-block: var(--space-12);
}

.poker-page .poker-faq__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: var(--space-6);
  margin-block-end: var(--space-8);
}

.poker-page .poker-faq__top > * {
  min-width: 0;
  width: 100%;
}

.poker-page .poker-faq__intro {
  display: flex;
  max-width: 40.625rem;
  min-width: 0;
  flex-direction: column;
  gap: var(--space-4);
}

.poker-page .poker-faq__intro > * {
  margin: 0;
}

.poker-page .poker-faq__note {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  gap: var(--space-2);
  padding: var(--space-6);
  border: 1px solid var(--color-burgundy);
  border-radius: var(--radius-control);
  background: var(--color-burgundy);
  color: var(--color-cream);
}

.poker-page .poker-faq__note > * {
  min-width: 0;
  margin: 0;
}

.poker-page .poker-faq__note p:last-child {
  color: var(--color-muted-cream);
}

.poker-page .poker-faq-list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: var(--space-3);
}

.poker-page .poker-faq-list > * {
  min-width: 0;
  width: 100%;
}

.poker-page .poker-faq-item {
  border: 1px solid var(--color-border-strong);
  border-radius: var(--radius-control);
  background: var(--color-cream);
}

.poker-page .poker-faq-item__button {
  display: flex;
  width: 100%;
  min-width: 0;
  min-height: 3.25rem;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
  padding: var(--space-4);
  color: var(--color-espresso);
  font-family: var(--font-heading);
  font-size: var(--text-lg);
  font-weight: 600;
  line-height: 1.25;
  text-align: left;
}

.poker-page .poker-faq-item__button span:first-child {
  min-width: 0;
}

.poker-page .poker-faq-item__icon {
  display: grid;
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  place-items: center;
  border: 1px solid var(--color-aged-brass);
  border-radius: 50%;
  color: var(--color-burgundy);
  font-family: var(--font-body);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
}

.poker-page .poker-faq-item__panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows var(--transition-base);
}

.poker-page .poker-faq-item__panel-inner {
  min-width: 0;
  overflow: hidden;
}

.poker-page .poker-faq-item__answer {
  max-width: 42.5rem;
  margin: 0;
  padding: 0 var(--space-4) var(--space-6);
}

.poker-page .poker-faq-item.is-open .poker-faq-item__panel {
  grid-template-rows: 1fr;
}

.poker-page .poker-faq-item.is-open .poker-faq-item__icon {
  color: var(--color-cream);
  background: var(--color-burgundy);
}

.poker-page .poker-final {
  padding-block: var(--space-12);
}

.poker-page .poker-final__panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: var(--space-6);
  padding: var(--space-6);
  border: 1px solid var(--color-aged-brass);
  border-radius: var(--radius-feature);
  background: var(--color-dark-olive);
  color: var(--color-cream);
}

.poker-page .poker-final__panel > * {
  min-width: 0;
  width: 100%;
}

.poker-page .poker-final__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-4);
}

.poker-page .poker-final__copy > * {
  min-width: 0;
  margin: 0;
}

.poker-page .poker-final__copy h2 {
  max-width: 18ch;
}

.poker-page .poker-final__copy > p {
  max-width: 35rem;
  color: var(--color-muted-cream);
}

.poker-page .poker-final__actions {
  display: flex;
  width: min(100%, 26.25rem);
  min-width: 0;
  flex-direction: column;
  gap: var(--space-3);
}

.poker-page .poker-final__actions > * {
  width: 100%;
  min-width: 0;
}

.poker-page .poker-final__help {
  max-width: 35rem;
  color: var(--color-muted-cream);
  font-size: var(--text-sm);
}

.poker-page .poker-final__art {
  display: none;
}

.poker-page .poker-final__card-art {
  width: 9rem;
  height: 12rem;
  border: 2px solid var(--color-aged-brass);
  border-radius: var(--radius-paper);
  color: var(--color-mustard);
  font-family: var(--font-heading);
  font-size: 5rem;
  line-height: 1;
}

.poker-page .poker-final__plate-art {
  width: 10rem;
  height: 10rem;
  border: 2px solid var(--color-muted-cream);
  border-radius: 50%;
}

.poker-page .poker-final__card-art,
.poker-page .poker-final__plate-art {
  display: grid;
  place-items: center;
}

.poker-page .poker-final__art.is-animated .poker-final__card-art {
  animation: poker-card-turn 18s linear infinite;
}

.poker-page .poker-reveal {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 500ms ease, transform 500ms ease;
}

.poker-page .poker-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes poker-card-turn {
  from { transform: rotate(-3deg); }
  50% { transform: rotate(3deg); }
  to { transform: rotate(-3deg); }
}

@media (min-width: 40rem) {
  .poker-page .poker-hero__actions {
    flex-direction: row;
  }

  .poker-page .poker-hero__actions > * {
    width: auto;
    flex: 1 1 0;
  }

  .poker-page .poker-ritual__objects,
  .poker-page .poker-steps,
  .poker-page .poker-evening-grid,
  .poker-page .poker-group__scenarios {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .poker-page .poker-ritual__tab {
    grid-column: 1 / -1;
  }

  .poker-page .poker-steps .poker-step--three {
    grid-column: 1 / -1;
  }

  .poker-page .poker-evening--poker {
    grid-column: 1 / -1;
  }
}

@media (min-width: 45rem) {
  .poker-page .poker-group__layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
  }

  .poker-page .poker-group__copy {
    grid-column: 1;
    grid-row: 1;
  }

  .poker-page .poker-group__figure {
    grid-column: 2;
    grid-row: 1 / span 2;
  }
}

@media (min-width: 50rem) {
  .poker-page .poker-faq__top {
    grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
    align-items: stretch;
  }
}

@media (min-width: 56.25rem) {
  .poker-page .poker-hero__layout {
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
    align-items: center;
    gap: var(--space-8);
  }

  .poker-page .poker-hero__copy {
    grid-column: 1;
    grid-row: 1;
  }

  .poker-page .poker-hero__media {
    grid-column: 2;
    grid-row: 1;
  }

  .poker-page .poker-hero__title {
    font-size: clamp(3.1rem, 5vw, 4.25rem);
  }

  .poker-page .poker-hero__image {
    height: 34rem;
  }

  .poker-page .poker-host-note {
    margin-block-start: 0;
  }

  .poker-page .poker-ritual__objects {
    grid-template-columns: minmax(0, 4fr) minmax(0, 5fr) minmax(0, 3fr);
    align-items: stretch;
  }

  .poker-page .poker-ritual__tab {
    grid-column: 3;
    min-height: 100%;
  }

  .poker-page .poker-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .poker-page .poker-steps .poker-step--three {
    grid-column: 3;
    transform: translateY(-0.75rem);
  }

  .poker-page .poker-steps .poker-step--two {
    transform: translateY(1.5rem);
  }

  .poker-page .poker-journey__categories {
    max-width: 53.125rem;
  }

  .poker-page .poker-host__layout {
    grid-template-columns: minmax(0, 5fr) minmax(0, 4fr) minmax(0, 3fr);
    align-items: start;
  }

  .poker-page .poker-host__copy {
    grid-column: 1;
    grid-row: 1;
  }

  .poker-page .poker-host__figure {
    grid-column: 2;
    grid-row: 1 / span 2;
    padding-block-start: var(--space-6);
  }

  .poker-page .poker-host__quote {
    grid-column: 3;
    grid-row: 1;
    align-self: end;
    margin-block-start: var(--space-18);
  }

  .poker-page .poker-host__note {
    grid-column: 1;
    grid-row: 2;
  }

  .poker-page .poker-food__layout {
    grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
    align-items: start;
  }

  .poker-page .poker-food__figure {
    grid-column: 1;
  }

  .poker-page .poker-food__copy {
    grid-column: 2;
  }

  .poker-page .poker-evening-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .poker-page .poker-evening--poker {
    grid-column: 1;
  }

  .poker-page .poker-evening--roulette {
    transform: translateY(1.25rem);
  }

  .poker-page .poker-evening--blackjack {
    padding-block-start: var(--space-8);
  }

  .poker-page .poker-group__layout {
    grid-template-columns: minmax(0, 5fr) minmax(0, 2fr) minmax(0, 5fr);
  }

  .poker-page .poker-group__copy {
    grid-column: 1;
  }

  .poker-page .poker-group__figure {
    grid-column: 3;
  }

  .poker-page .poker-group__scenarios {
    grid-template-columns: minmax(0, 1fr);
  }

  .poker-page .poker-final__panel {
    grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
    padding: var(--space-8);
  }

  .poker-page .poker-final__art {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: center;
    gap: var(--space-4);
  }
}

@media (min-width: 75rem) {
  .poker-page .poker-hero {
    padding-block: var(--space-24) var(--space-18);
  }

  .poker-page .poker-hero__media {
    margin-inline-end: -3rem;
  }

  .poker-page .poker-hero__copy {
    position: relative;
    z-index: 1;
  }

  .poker-page .poker-host-note {
    margin-inline-end: -1.75rem;
  }

  .poker-page .poker-section {
    padding-block: var(--space-18);
  }
}

@media (max-width: 39.9375rem) {
  .poker-page .poker-final__panel {
    padding: var(--space-6) var(--space-4);
  }

  .poker-page .poker-final__actions .button {
    min-height: 3rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .poker-page .poker-photo-frame:hover,
  .poker-page .poker-evening--roulette,
  .poker-page .poker-steps .poker-step--two,
  .poker-page .poker-steps .poker-step--three {
    transform: none;
  }

  .poker-page .poker-reveal {
    opacity: 1;
    transform: none;
  }

  .poker-page .poker-final__art.is-animated .poker-final__card-art {
    animation: none;
  }
}
