.soirees-poker-page {
  overflow: hidden;
}

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

.soirees-poker-page .button,
.soirees-poker-page .sp-faq__trigger {
  min-height: 2.75rem;
}

.sp-hero__grid,
.sp-formats__grid,
.sp-animation__grid,
.sp-rhythm__grid,
.sp-dining__grid,
.sp-private__grid,
.sp-cta__grid {
  display: grid;
  min-width: 0;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: var(--gutter-desktop);
}

.sp-hero__copy {
  grid-column: 1 / span 5;
  min-width: 0;
}

.sp-hero__copy > :last-child {
  margin-bottom: 0;
}

.sp-hero__copy h1 {
  max-width: 11.5ch;
  font-size: clamp(3rem, 5.2vw, 4rem);
}

.sp-hero__lead {
  max-width: 46ch;
  font-size: var(--text-lg);
  line-height: 1.35;
}

.sp-hero__frame {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: var(--space-2);
  margin-top: var(--space-8);
  margin-bottom: var(--space-6);
  padding-top: var(--space-3);
}

.sp-hero__frame p {
  max-width: 48ch;
  margin-bottom: 0;
  font-size: var(--text-sm);
}

.sp-hero__action {
  width: fit-content;
}

.sp-hero__figure {
  grid-column: 7 / span 6;
  width: 100%;
  min-width: 0;
  margin: 0;
}

.sp-hero__image {
  width: 100%;
}

.sp-formats__intro {
  grid-column: 1 / span 4;
  min-width: 0;
}

.sp-formats__intro p {
  max-width: 50ch;
}

.sp-formats__list {
  display: flex;
  min-width: 0;
  flex-direction: column;
  grid-column: 5 / span 8;
}

.sp-format {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(5rem, 2fr) minmax(8rem, 3fr) minmax(0, 7fr);
  gap: var(--space-4);
  padding-block: var(--space-4);
  border-top: 1px solid var(--color-noir);
}

.sp-format:last-child {
  border-bottom: 1px solid var(--color-noir);
}

.sp-format__index,
.sp-format__title,
.sp-format__copy {
  min-width: 0;
}

.sp-format__title h3,
.sp-format__copy p {
  margin-bottom: 0;
}

.sp-format__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: var(--space-2);
}

.sp-format__copy p {
  max-width: 52ch;
}

.sp-format__note {
  font-size: var(--text-xs);
  font-weight: var(--weight-medium);
  line-height: 1.35;
}

.sp-animation__copy {
  grid-column: 1 / span 4;
  min-width: 0;
}

.sp-animation__copy > :last-child {
  margin-bottom: 0;
}

.sp-animation__copy h2,
.sp-animation__copy > p {
  max-width: 50ch;
}

.sp-animation__points {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: var(--space-3);
  margin-bottom: var(--space-6);
}

.sp-animation__points p {
  max-width: 48ch;
  margin: 0;
  padding-top: var(--space-3);
  border-top: 1px solid var(--color-noir);
}

.sp-animation__notice {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: var(--space-2);
  padding: var(--space-4);
}

.sp-animation__notice p {
  max-width: 42ch;
  margin: 0;
}

.sp-animation__notice-label {
  color: var(--color-rouge-luna);
  font-size: var(--text-xs);
  font-weight: var(--weight-semibold);
  letter-spacing: var(--tracking-meta);
  text-transform: uppercase;
}

.sp-animation__figure {
  grid-column: 6 / span 7;
  width: 100%;
  min-width: 0;
  margin: 0;
}

.sp-animation__image {
  width: 100%;
}

.sp-rhythm__intro {
  grid-column: 1 / span 4;
  min-width: 0;
}

.sp-rhythm__intro p {
  max-width: 48ch;
}

.sp-rhythm__steps {
  display: grid;
  min-width: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-column: 5 / span 8;
  gap: var(--space-3);
}

.sp-step {
  min-width: 0;
  padding-top: var(--space-3);
  border-top: 1px solid var(--color-noir);
}

.sp-step h3 {
  margin-top: var(--space-3);
}

.sp-step p {
  max-width: 34ch;
  margin-bottom: 0;
}

.sp-dining__copy {
  grid-column: 1 / span 5;
  min-width: 0;
}

.sp-dining__copy > :last-child {
  margin-bottom: 0;
}

.sp-dining__copy h2,
.sp-dining__copy > p {
  max-width: 54ch;
}

.sp-dining__link {
  width: fit-content;
  margin-bottom: var(--space-6);
}

.sp-dining__note {
  padding-top: var(--space-3);
}

.sp-dining__note p {
  max-width: 48ch;
  margin-bottom: 0;
}

.sp-dining__figure {
  grid-column: 7 / span 6;
  width: 100%;
  min-width: 0;
  margin: 0;
}

.sp-dining__image {
  width: 100%;
}

.sp-private__intro {
  grid-column: 1 / span 4;
  min-width: 0;
}

.sp-private__intro p {
  max-width: 46ch;
}

.sp-private__content {
  display: grid;
  min-width: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-column: 5 / span 8;
  gap: var(--space-8) var(--gutter-desktop);
}

.sp-private__item,
.sp-private__orientation {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-3);
}

.sp-private__item h3,
.sp-private__item p,
.sp-private__orientation h3,
.sp-private__orientation p {
  margin: 0;
}

.sp-private__item p,
.sp-private__orientation p {
  max-width: 48ch;
}

.sp-private__orientation {
  grid-column: 1 / -1;
  padding-top: var(--space-4);
}

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

.sp-faq__intro,
.sp-faq__items {
  width: min(100%, calc((100% / 12) * 8 + (var(--gutter-desktop) * 7)));
  min-width: 0;
  margin-inline: auto;
}

.sp-faq__intro {
  margin-bottom: var(--space-8);
}

.sp-faq__intro p {
  max-width: 52ch;
}

.sp-faq__item {
  min-width: 0;
  border-top: 1px solid var(--color-noir);
}

.sp-faq__item:last-child {
  border-bottom: 1px solid var(--color-noir);
}

.sp-faq__item h3 {
  margin: 0;
}

.sp-faq__trigger {
  display: grid;
  width: 100%;
  min-width: 0;
  grid-template-columns: minmax(0, 1fr) 1.5rem;
  gap: var(--space-4);
  padding: var(--space-4) 0;
  border: 0;
  background: transparent;
  color: var(--color-noir);
  font-size: var(--text-lg);
  font-weight: var(--weight-semibold);
  letter-spacing: -0.02em;
  line-height: 1.2;
  text-align: left;
}

.sp-faq__trigger:hover {
  background: transparent;
  color: var(--color-rouge-luna);
}

.sp-faq__symbol {
  display: block;
  width: 1.5rem;
  min-width: 0;
  font-size: 1.5rem;
  font-weight: var(--weight-regular);
  line-height: 1;
  text-align: right;
}

.sp-faq__panel {
  min-width: 0;
  padding-bottom: var(--space-4);
}

.sp-faq__panel p {
  max-width: 58ch;
  margin-bottom: 0;
}

.sp-explore__intro {
  width: min(100%, calc((100% / 12) * 6 + (var(--gutter-desktop) * 5)));
  min-width: 0;
}

.sp-explore__intro p {
  max-width: 54ch;
}

.sp-explore__grid {
  display: grid;
  min-width: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--gutter-desktop);
  margin-top: var(--space-8);
}

.sp-explore__item {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-3);
  padding-top: var(--space-3);
}

.sp-explore__item h3,
.sp-explore__item p {
  margin: 0;
}

.sp-explore__item p {
  max-width: 40ch;
}

.sp-explore__item a,
.sp-private__item a,
.sp-private__orientation a {
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  font-weight: var(--weight-semibold);
}

.sp-cta__copy {
  grid-column: 2 / span 7;
  min-width: 0;
}

.sp-cta__copy h2,
.sp-cta__copy p {
  max-width: 56ch;
}

.sp-cta__copy > :last-child {
  margin-bottom: 0;
}

.sp-cta__panel {
  display: flex;
  min-width: 0;
  flex-direction: column;
  grid-column: 9 / span 4;
  gap: var(--space-6);
  padding: var(--space-6);
  border: 1px solid var(--color-noir);
  background: var(--color-surface);
}

.sp-cta__panel > .button {
  width: 100%;
}

.sp-cta__secondary {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: var(--space-3);
  padding-top: var(--space-4);
}

.sp-cta__secondary h3,
.sp-cta__secondary p {
  margin: 0;
}

.sp-cta__secondary p {
  max-width: 34ch;
}

.sp-cta__secondary .button {
  width: 100%;
}

.sp-house-note {
  padding-block: var(--space-16);
}

.sp-house-note__inner {
  width: min(100%, calc((100% / 12) * 8 + (var(--gutter-desktop) * 7)));
  min-width: 0;
  margin-inline: auto;
  padding-top: var(--space-4);
}

.sp-house-note__inner h2,
.sp-house-note__inner p {
  max-width: 58ch;
}

.sp-house-note__inner p {
  margin-bottom: 0;
}

@media (max-width: 74.9375rem) {
  .sp-hero__grid,
  .sp-formats__grid,
  .sp-animation__grid,
  .sp-rhythm__grid,
  .sp-dining__grid,
  .sp-private__grid,
  .sp-cta__grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    column-gap: var(--gutter-tablet);
  }

  .sp-hero__copy { grid-column: 1 / span 3; }
  .sp-hero__figure { grid-column: 4 / span 3; }
  .sp-hero__copy h1 { font-size: clamp(2.75rem, 5vw, 3.5rem); }
  .sp-formats__intro { grid-column: 1 / span 2; }
  .sp-formats__list { grid-column: 3 / span 4; }
  .sp-animation__copy { grid-column: 1 / span 3; }
  .sp-animation__figure { grid-column: 4 / span 3; }
  .sp-rhythm__intro { grid-column: 1 / span 2; }
  .sp-rhythm__steps { grid-column: 3 / span 4; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--space-6) var(--gutter-tablet); }
  .sp-dining__copy { grid-column: 1 / span 3; }
  .sp-dining__figure { grid-column: 4 / span 3; }
  .sp-private__intro { grid-column: 1 / span 2; }
  .sp-private__content { grid-column: 3 / span 4; gap: var(--space-6) var(--gutter-tablet); }
  .sp-cta__copy { grid-column: 1 / span 4; }
  .sp-cta__panel { grid-column: 5 / span 2; padding: var(--space-4); }

  .sp-faq__intro,
  .sp-faq__items,
  .sp-house-note__inner { width: min(100%, calc((100% / 6) * 6 + (var(--gutter-tablet) * 5))); }

  .sp-explore__intro { width: min(100%, calc((100% / 6) * 4 + (var(--gutter-tablet) * 3))); }
  .sp-explore__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--space-8) var(--gutter-tablet); }
  .sp-explore__item:nth-child(3) { grid-column: 1 / span 2; }
}

@media (max-width: 65.625rem) {
  .sp-formats__grid { row-gap: var(--space-8); }
  .sp-formats__intro { grid-column: 1 / -1; }
  .sp-formats__list { grid-column: 1 / -1; }

  .sp-format { grid-template-columns: minmax(5rem, 2fr) minmax(0, 6fr); }
  .sp-format__copy { grid-column: 2; }
}

@media (max-width: 61.25rem) {
  .sp-private__grid { row-gap: var(--space-8); }
  .sp-private__intro { grid-column: 1 / -1; }
  .sp-private__content { grid-column: 1 / -1; grid-template-columns: 1fr; }
  .sp-private__orientation { grid-column: 1; }
}

@media (max-width: 56.1875rem) {
  .sp-animation__grid,
  .sp-dining__grid,
  .sp-cta__grid { row-gap: var(--space-8); }

  .sp-animation__copy,
  .sp-dining__copy,
  .sp-cta__copy { grid-column: 1 / -1; }

  .sp-animation__figure,
  .sp-dining__figure,
  .sp-cta__panel { grid-column: 1 / -1; }

  .sp-cta__panel { width: min(100%, 30rem); }
}

@media (max-width: 47.9375rem) {
  .sp-hero__grid,
  .sp-formats__grid,
  .sp-animation__grid,
  .sp-rhythm__grid,
  .sp-dining__grid,
  .sp-private__grid,
  .sp-cta__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: var(--gutter-mobile);
  }

  .sp-hero__grid,
  .sp-animation__grid,
  .sp-dining__grid,
  .sp-cta__grid { row-gap: var(--space-6); }

  .sp-hero__copy,
  .sp-hero__figure,
  .sp-formats__intro,
  .sp-formats__list,
  .sp-animation__copy,
  .sp-animation__figure,
  .sp-rhythm__intro,
  .sp-rhythm__steps,
  .sp-dining__copy,
  .sp-dining__figure,
  .sp-private__intro,
  .sp-private__content,
  .sp-cta__copy,
  .sp-cta__panel { grid-column: 1 / -1; }

  .sp-hero__copy h1 { max-width: 11ch; font-size: clamp(2.75rem, 12vw, 3.25rem); }
  .sp-hero__lead { max-width: 38ch; font-size: var(--text-base); }
  .sp-hero__action { width: 100%; }
  .sp-hero__image { aspect-ratio: 4 / 5; }

  .sp-formats__grid { row-gap: var(--space-6); }
  .sp-format { grid-template-columns: 1fr; gap: var(--space-2); padding-block: var(--space-4); }
  .sp-format__copy { grid-column: 1; }
  .sp-format__copy p { max-width: 42ch; }

  .sp-animation__copy h2,
  .sp-dining__copy h2,
  .sp-rhythm__intro h2,
  .sp-private__intro h2,
  .sp-faq__intro h2,
  .sp-explore__intro h2,
  .sp-cta__copy h2 { font-size: 2rem; }

  .sp-animation__copy > p,
  .sp-animation__points p,
  .sp-animation__notice p { max-width: 42ch; }

  .sp-rhythm__grid { row-gap: var(--space-6); }
  .sp-rhythm__steps { grid-template-columns: 1fr; gap: var(--space-6); }
  .sp-step p { max-width: 42ch; }

  .sp-dining__link { width: 100%; margin-bottom: var(--space-4); }
  .sp-dining__copy > p,
  .sp-dining__note p { max-width: 42ch; }

  .sp-private__grid { row-gap: var(--space-6); }
  .sp-private__content { gap: var(--space-6); }
  .sp-private__item p,
  .sp-private__orientation p { max-width: 42ch; }
  .sp-private__item a,
  .sp-private__orientation a { width: 100%; }

  .sp-faq__intro,
  .sp-faq__items,
  .sp-house-note__inner,
  .sp-explore__intro { width: 100%; }
  .sp-faq__intro { margin-bottom: var(--space-6); }
  .sp-faq__trigger { min-height: 3.25rem; font-size: var(--text-base); }
  .sp-faq__panel p { max-width: 42ch; }

  .sp-explore__grid { grid-template-columns: 1fr; gap: var(--space-6); margin-top: var(--space-6); }
  .sp-explore__item:nth-child(3) { grid-column: 1; }
  .sp-explore__item p { max-width: 42ch; }
  .sp-explore__item a { width: 100%; }

  .sp-cta__panel { width: 100%; gap: var(--space-4); }
  .sp-cta__copy h2,
  .sp-cta__copy p { max-width: 42ch; }
  .sp-cta__secondary p { max-width: 42ch; }

  .sp-house-note { padding-block: var(--space-12); }
  .sp-house-note__inner h2 { font-size: var(--text-xl); }
  .sp-house-note__inner p { max-width: 42ch; }
}

@media (prefers-reduced-motion: reduce) {
  .soirees-poker-page .figure-frame img {
    transition: none;
  }
}
