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

.offline-poker-page .op-text-link {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  gap: var(--space-2);
  font-size: var(--text-small);
  font-weight: 650;
  letter-spacing: 0.06em;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.25em;
}

.offline-poker-page .op-image-frame {
  width: 100%;
  overflow: hidden;
  border: 1px solid var(--color-line);
  background: var(--color-surface);
}

.offline-poker-page .op-image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 5s ease;
}

@media (hover: hover) and (pointer: fine) {
  .offline-poker-page .op-image-frame:hover img {
    transform: scale(1.03);
  }

  .offline-poker-page .panel:hover {
    box-shadow: var(--shadow-raised-hover);
  }
}

.offline-poker-page .op-hero {
  padding-top: clamp(var(--space-8), 9vw, var(--space-10));
}

.offline-poker-page .op-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  grid-template-areas: "copy figure";
  align-items: start;
  gap: var(--space-7);
}

.offline-poker-page .op-hero__copy {
  grid-area: copy;
  min-width: 0;
  width: 100%;
  max-width: 53.75rem;
  padding-top: var(--space-5);
}

.offline-poker-page .op-hero__copy .intro {
  max-width: 29.375rem;
}

.offline-poker-page .op-hero__figure {
  grid-area: figure;
  position: relative;
  min-width: 0;
  width: 100%;
  margin: 0;
  padding-bottom: var(--space-7);
}

.offline-poker-page .op-hero__image-frame {
  aspect-ratio: 16 / 10;
}

.offline-poker-page .op-hero__panel {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: min(21.25rem, calc(100% - var(--space-5)));
  min-width: 0;
  margin: 0;
}

.offline-poker-page .op-hero__panel p {
  max-width: 18.75rem;
}

.offline-poker-page .op-hero__panel p:last-child {
  margin-bottom: 0;
}

.offline-poker-page .op-orientation__inner {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: stretch;
  gap: var(--space-7);
}

.offline-poker-page .op-orientation__heading {
  min-width: 0;
  width: 100%;
  max-width: 38.75rem;
}

.offline-poker-page .op-orientation__heading h2 {
  margin-bottom: 0;
}

.offline-poker-page .op-orientation__notes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-6);
}

.offline-poker-page .op-orientation__note {
  min-width: 0;
  width: 100%;
  padding-top: var(--space-5);
  border-top: 1px solid var(--color-sage);
}

.offline-poker-page .op-orientation__note--amethyst {
  border-top-color: var(--color-amethyst);
}

.offline-poker-page .op-orientation__note p {
  max-width: 21.25rem;
  margin-bottom: 0;
}

.offline-poker-page .op-formats__intro {
  width: 100%;
  max-width: 30rem;
}

.offline-poker-page .op-formats__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: var(--space-6);
  margin-top: var(--space-8);
  align-items: start;
}

.offline-poker-page .op-format,
.offline-poker-page .op-formats__pullnote {
  min-width: 0;
  width: 100%;
}

.offline-poker-page .op-format {
  padding: var(--space-6);
  border-top: 1px solid var(--color-line);
}

.offline-poker-page .op-format--holdem {
  grid-column: 1 / span 5;
  padding: var(--space-6);
  border: 1px solid var(--color-line);
}

.offline-poker-page .op-format--social {
  grid-column: 7 / span 4;
  padding-top: var(--space-9);
}

.offline-poker-page .op-format--evenings {
  grid-column: 5 / span 5;
  padding: var(--space-6);
}

.offline-poker-page .op-format p {
  max-width: 24.375rem;
  margin-bottom: 0;
}

.offline-poker-page .op-formats__pullnote {
  grid-column: 10 / span 3;
  align-self: end;
  padding: var(--space-5) 0 0 var(--space-5);
  border-left: 1px solid var(--color-sage);
  font-family: var(--font-heading);
  font-size: var(--text-intro);
  font-style: italic;
  line-height: var(--leading-intro);
}

.offline-poker-page .op-formats__pullnote p {
  max-width: 20rem;
  margin-bottom: 0;
}

.offline-poker-page .op-lounge__layout {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: var(--space-6);
  align-items: end;
}

.offline-poker-page .op-lounge__figure {
  grid-column: 4 / span 9;
  min-width: 0;
  width: 100%;
  margin: 0;
}

.offline-poker-page .op-lounge__image-frame {
  aspect-ratio: 4 / 5;
  max-height: 43rem;
}

.offline-poker-page .op-lounge__figure figcaption {
  max-width: 26.25rem;
  margin-top: var(--space-4);
  padding-left: var(--space-4);
  border-left: 1px solid var(--color-sage);
  color: var(--color-muted);
  font-size: var(--text-small);
  line-height: var(--leading-small);
  letter-spacing: var(--tracking-small);
}

.offline-poker-page .op-lounge__annotation {
  grid-column: 1 / span 5;
  grid-row: 1;
  z-index: 1;
  width: 100%;
  max-width: 25.625rem;
  margin-bottom: var(--space-8);
}

.offline-poker-page .op-lounge__annotation p {
  max-width: 25.625rem;
  margin-bottom: 0;
}

.offline-poker-page .op-rhythm__intro {
  width: 100%;
  max-width: 31.25rem;
}

.offline-poker-page .op-rhythm__phases {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--space-4);
  margin-top: var(--space-8);
  border-top: 1px solid var(--color-line);
  padding-top: var(--space-4);
}

.offline-poker-page .op-phase {
  display: flex;
  min-width: 0;
  width: 100%;
  flex-direction: column;
  gap: var(--space-4);
  padding: var(--space-5);
}

.offline-poker-page .op-phase--surface {
  background: var(--color-surface);
}

.offline-poker-page .op-phase--strong {
  background: var(--color-surface-strong);
}

.offline-poker-page .op-phase__number {
  display: block;
  color: var(--color-amethyst-deep);
  font-family: var(--font-heading);
  font-size: clamp(2.25rem, 4vw, 3.5rem);
  line-height: 0.9;
}

.offline-poker-page .op-phase h3 {
  font-size: 1.55rem;
}

.offline-poker-page .op-phase p {
  max-width: 17.5rem;
  margin-bottom: 0;
}

.offline-poker-page .op-rhythm__note {
  width: 100%;
  max-width: 16.25rem;
  margin-top: var(--space-6);
  margin-left: auto;
  transform: translateX(calc(var(--space-5) * -1));
}

.offline-poker-page .op-rhythm__note p {
  margin-bottom: 0;
}

.offline-poker-page .op-etiquette__layout {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: var(--space-7);
  align-items: start;
}

.offline-poker-page .op-etiquette__heading {
  grid-column: 1 / span 4;
  min-width: 0;
  width: 100%;
}

.offline-poker-page .op-etiquette__heading .intro {
  max-width: 27.5rem;
}

.offline-poker-page .op-etiquette__panel {
  grid-column: 5 / span 8;
  display: flex;
  min-width: 0;
  width: 100%;
  flex-direction: column;
  gap: var(--space-5);
}

.offline-poker-page .op-etiquette__panel article {
  min-width: 0;
  width: 100%;
  padding-bottom: var(--space-5);
  border-bottom: 1px solid var(--color-line);
}

.offline-poker-page .op-etiquette__panel article:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.offline-poker-page .op-etiquette__panel h3 {
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 650;
  letter-spacing: 0.01em;
}

.offline-poker-page .op-etiquette__panel p {
  max-width: 32.5rem;
  margin-bottom: 0;
}

.offline-poker-page .op-dining__layout {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: var(--space-6);
  align-items: center;
}

.offline-poker-page .op-dining__figure {
  grid-column: 1 / span 5;
  min-width: 0;
  width: 100%;
  margin: 0;
  aspect-ratio: 3 / 2;
}

.offline-poker-page .op-dining__copy {
  grid-column: 8 / span 5;
  min-width: 0;
  width: 100%;
  max-width: 27.5rem;
}

.offline-poker-page .op-dining__copy > p:not(.op-dining__phrase) {
  max-width: 27.5rem;
}

.offline-poker-page .op-dining__phrase {
  max-width: 18.75rem;
  margin-top: var(--space-5);
  margin-bottom: 0;
  color: var(--color-muted);
  font-family: var(--font-heading);
  font-size: var(--text-intro);
  line-height: var(--leading-intro);
}

.offline-poker-page .op-gatherings__heading {
  width: 100%;
  max-width: 42rem;
}

.offline-poker-page .op-gatherings__panel {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  gap: var(--space-7);
  min-width: 0;
  width: 100%;
}

.offline-poker-page .op-gatherings__primary,
.offline-poker-page .op-gatherings__planning {
  min-width: 0;
  width: 100%;
}

.offline-poker-page .op-gatherings__primary p {
  max-width: 23.75rem;
  margin-bottom: 0;
}

.offline-poker-page .op-gatherings__planning {
  padding-left: var(--space-6);
  border-left: 1px solid var(--color-amethyst);
}

.offline-poker-page .op-gatherings__planning p {
  max-width: 23.75rem;
  margin-bottom: 0;
}

.offline-poker-page .op-faq__layout {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: var(--space-7);
  align-items: start;
}

.offline-poker-page .op-faq__intro {
  grid-column: 1 / span 4;
  min-width: 0;
  width: 100%;
  max-width: 28.75rem;
}

.offline-poker-page .op-faq__list {
  grid-column: 5 / span 8;
  display: flex;
  min-width: 0;
  width: 100%;
  flex-direction: column;
  gap: var(--space-3);
  padding-top: var(--space-7);
}

.offline-poker-page .op-faq__item {
  min-width: 0;
  width: 100%;
  border: 1px solid var(--color-line);
  background: var(--color-canvas);
}

.offline-poker-page .op-faq__item--surface {
  background: var(--color-surface);
}

.offline-poker-page .op-faq__item h3 {
  margin: 0;
}

.offline-poker-page .op-faq__item button {
  display: flex;
  min-height: 3.5rem;
  width: 100%;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
  padding: var(--space-4) var(--space-5);
  color: var(--color-ink);
  font-family: var(--font-heading);
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: var(--tracking-h3);
  text-align: left;
}

.offline-poker-page .op-faq__symbol {
  flex: 0 0 1.5rem;
  color: var(--color-sage);
  font-family: var(--font-body);
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
}

.offline-poker-page .op-faq__answer {
  padding: 0 var(--space-5) var(--space-5);
}

.offline-poker-page .op-faq__answer p {
  max-width: 37.5rem;
  margin-bottom: 0;
}

.offline-poker-page .op-contact__panel {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: var(--space-7);
  min-width: 0;
  width: 100%;
  border-left: 3px solid var(--color-sage);
}

.offline-poker-page .op-contact__invitation,
.offline-poker-page .op-contact__details {
  min-width: 0;
  width: 100%;
}

.offline-poker-page .op-contact__invitation p {
  max-width: 26.875rem;
  margin-bottom: 0;
}

.offline-poker-page .op-contact__details {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  margin: 0;
  padding-left: var(--space-7);
  border-left: 1px solid var(--color-line);
}

.offline-poker-page .op-contact__row {
  display: flex;
  min-width: 0;
  width: 100%;
  flex-direction: column;
  gap: var(--space-2);
}

.offline-poker-page .op-contact__row a {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  overflow-wrap: anywhere;
}

@media (max-width: 1099px) {
  .offline-poker-page .op-formats__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .offline-poker-page .op-format--holdem {
    grid-column: 1 / -1;
  }

  .offline-poker-page .op-format--social,
  .offline-poker-page .op-format--evenings {
    grid-column: auto;
    padding-top: var(--space-6);
  }

  .offline-poker-page .op-formats__pullnote {
    grid-column: 2;
    justify-self: end;
  }

  .offline-poker-page .op-lounge__figure {
    grid-column: 3 / span 10;
  }

  .offline-poker-page .op-lounge__annotation {
    grid-column: 1 / span 5;
  }

  .offline-poker-page .op-etiquette__layout,
  .offline-poker-page .op-faq__layout {
    gap: var(--space-6);
  }
}

@media (max-width: 979px) {
  .offline-poker-page .op-hero__grid {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas: "copy" "figure";
    gap: var(--space-6);
  }

  .offline-poker-page .op-hero__copy {
    padding-top: 0;
  }

  .offline-poker-page .op-hero__figure {
    max-width: 43rem;
    padding-bottom: var(--space-6);
  }

  .offline-poker-page .op-rhythm__phases {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .offline-poker-page .op-etiquette__layout,
  .offline-poker-page .op-faq__layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .offline-poker-page .op-etiquette__heading,
  .offline-poker-page .op-etiquette__panel,
  .offline-poker-page .op-faq__intro,
  .offline-poker-page .op-faq__list {
    grid-column: 1;
  }

  .offline-poker-page .op-faq__list {
    padding-top: 0;
  }
}

@media (max-width: 919px) {
  .offline-poker-page .op-lounge__layout {
    grid-template-columns: minmax(0, 1fr);
    gap: var(--space-5);
  }

  .offline-poker-page .op-lounge__figure,
  .offline-poker-page .op-lounge__annotation {
    grid-column: 1;
    grid-row: auto;
  }

  .offline-poker-page .op-lounge__figure {
    max-width: 43rem;
  }

  .offline-poker-page .op-lounge__annotation {
    max-width: 27.5rem;
    margin-top: calc(var(--space-6) * -1);
    margin-bottom: 0;
    margin-left: var(--space-5);
  }
}

@media (max-width: 879px) {
  .offline-poker-page .op-orientation__notes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .offline-poker-page .op-gatherings__panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--space-5);
  }
}

@media (max-width: 819px) {
  .offline-poker-page .op-dining__layout {
    grid-template-columns: minmax(0, 1fr);
    gap: var(--space-5);
  }

  .offline-poker-page .op-dining__figure,
  .offline-poker-page .op-dining__copy {
    grid-column: 1;
  }

  .offline-poker-page .op-dining__copy {
    max-width: 30rem;
  }
}

@media (max-width: 759px) {
  .offline-poker-page .op-contact__panel {
    grid-template-columns: minmax(0, 1fr);
    gap: var(--space-5);
  }

  .offline-poker-page .op-contact__details {
    padding-top: var(--space-5);
    padding-left: 0;
    border-top: 1px solid var(--color-line);
    border-left: 0;
  }
}

@media (max-width: 699px) {
  .offline-poker-page .op-hero {
    padding-top: var(--space-8);
  }

  .offline-poker-page .op-hero__copy h1 {
    font-size: clamp(3rem, 15vw, 4.5rem);
  }

  .offline-poker-page .op-hero__figure {
    padding-bottom: 0;
  }

  .offline-poker-page .op-hero__image-frame {
    aspect-ratio: 4 / 5;
  }

  .offline-poker-page .op-hero__panel {
    position: relative;
    bottom: auto;
    left: auto;
    width: calc(100% - var(--space-5));
    margin-top: calc(var(--space-5) * -1);
    margin-left: var(--space-3);
  }

  .offline-poker-page .op-orientation__inner {
    gap: var(--space-5);
  }

  .offline-poker-page .op-orientation__notes,
  .offline-poker-page .op-formats__grid,
  .offline-poker-page .op-rhythm__phases,
  .offline-poker-page .op-gatherings__panel {
    grid-template-columns: minmax(0, 1fr);
  }

  .offline-poker-page .op-orientation__notes {
    gap: 0;
  }

  .offline-poker-page .op-orientation__note {
    padding-block: var(--space-5);
  }

  .offline-poker-page .op-orientation__note:last-child {
    border-bottom: 1px solid var(--color-line);
  }

  .offline-poker-page .op-formats__grid {
    margin-top: var(--space-6);
    gap: var(--space-5);
  }

  .offline-poker-page .op-format--holdem,
  .offline-poker-page .op-format--social,
  .offline-poker-page .op-format--evenings,
  .offline-poker-page .op-formats__pullnote {
    grid-column: 1;
  }

  .offline-poker-page .op-format,
  .offline-poker-page .op-format--social {
    padding: var(--space-5);
  }

  .offline-poker-page .op-formats__pullnote {
    justify-self: stretch;
    padding: var(--space-4) 0 var(--space-4) var(--space-4);
  }

  .offline-poker-page .op-lounge__figure {
    max-width: none;
  }

  .offline-poker-page .op-lounge__image-frame {
    aspect-ratio: 4 / 5;
  }

  .offline-poker-page .op-lounge__annotation {
    width: calc(100% - var(--space-4));
    max-width: none;
    margin-top: calc(var(--space-4) * -1);
    margin-left: var(--space-3);
  }

  .offline-poker-page .op-rhythm__phases {
    margin-top: var(--space-6);
    gap: var(--space-3);
  }

  .offline-poker-page .op-phase {
    display: grid;
    grid-template-columns: 3rem minmax(0, 1fr);
    gap: var(--space-3);
    padding: var(--space-5);
  }

  .offline-poker-page .op-phase__number {
    font-size: 2.25rem;
  }

  .offline-poker-page .op-rhythm__note {
    max-width: none;
    margin-right: 0;
    margin-left: 0;
    transform: none;
  }

  .offline-poker-page .op-etiquette__layout {
    gap: var(--space-5);
  }

  .offline-poker-page .op-etiquette__panel {
    gap: var(--space-4);
    padding: var(--space-5);
  }

  .offline-poker-page .op-etiquette__panel article {
    padding-bottom: var(--space-4);
  }

  .offline-poker-page .op-gatherings__panel {
    gap: var(--space-5);
  }

  .offline-poker-page .op-gatherings__planning {
    padding-top: var(--space-5);
    padding-left: 0;
    border-top: 1px solid var(--color-line);
    border-left: 0;
  }

  .offline-poker-page .op-faq__layout {
    gap: var(--space-5);
  }

  .offline-poker-page .op-faq__item button {
    padding-inline: var(--space-4);
  }

  .offline-poker-page .op-faq__answer {
    padding: 0 var(--space-4) var(--space-5);
  }

  .offline-poker-page .op-contact__panel {
    padding: var(--space-5);
  }
}

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