main.offline-poker-page {
  overflow: clip;
}

.offline-poker-page .op-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1.5rem;
  min-width: 0;
}

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

.offline-poker-page .op-text-link {
  display: inline-flex;
  align-items: center;
  min-height: 2.75rem;
  width: fit-content;
  color: var(--color-desert-sand);
  font-size: var(--text-sm);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-decoration-color: var(--color-burnt-copper);
  text-transform: uppercase;
}

.offline-poker-page .op-hero {
  position: relative;
  min-height: 45rem;
  background: var(--color-eucalyptus-black);
}

.offline-poker-page .op-hero-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.offline-poker-page .op-hero-media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(16, 19, 19, 0.84) 0%, rgba(16, 19, 19, 0.64) 34%, rgba(16, 19, 19, 0.1) 69%);
  content: "";
}

.offline-poker-page .op-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% center;
  transition: object-position var(--transition-medium);
}

@media (hover: hover) {
  .offline-poker-page .op-hero:hover .op-hero-media img {
    object-position: 65% center;
  }
}

.offline-poker-page .op-hero-inner {
  position: relative;
  z-index: 1;
  min-height: 45rem;
  align-items: center;
}

.offline-poker-page .op-hero-copy {
  grid-column: 1 / span 5;
  display: flex;
  flex-direction: column;
  min-width: 0;
  max-width: 38.75rem;
  gap: var(--space-5);
}

.offline-poker-page .op-hero-copy h1,
.offline-poker-page .op-hero-copy p,
.offline-poker-page .op-hero-copy .actions {
  margin: 0;
}

.offline-poker-page .op-hero-copy h1 {
  max-width: 8ch;
}

.offline-poker-page .op-hero-lead {
  max-width: 50ch;
  color: var(--color-desert-sand);
  font-size: var(--text-lg);
}

.offline-poker-page .op-hero-actions {
  align-items: center;
}

.offline-poker-page .op-format-rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
  min-width: 0;
  border-block: 1px solid var(--color-border-light);
}

.offline-poker-page .op-format-item {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: var(--space-3) var(--space-3) var(--space-3) 0;
  gap: var(--space-1);
}

.offline-poker-page .op-format-item + .op-format-item {
  padding-inline-start: var(--space-3);
  border-inline-start: 1px solid var(--color-border-light);
}

.offline-poker-page .op-format-item strong {
  color: var(--color-desert-sand);
  font-size: var(--text-xs);
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
}

.offline-poker-page .op-format-item span {
  color: var(--color-steel-muted);
  font-size: var(--text-xs);
  line-height: 1.35;
}

.offline-poker-page .op-journey {
  background: var(--color-charcoal-slate);
}

.offline-poker-page .op-section-heading {
  grid-column: 2 / span 5;
  display: flex;
  flex-direction: column;
  min-width: 0;
  max-width: 37.5rem;
  gap: var(--space-4);
}

.offline-poker-page .op-section-heading h2,
.offline-poker-page .op-section-heading p {
  margin: 0;
}

.offline-poker-page .op-section-heading p {
  max-width: 64ch;
  color: var(--color-steel-muted);
}

.offline-poker-page .op-journey-layout {
  margin-top: var(--space-7);
}

.offline-poker-page .op-journey-rail {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  min-width: 0;
  border-block: 1px solid var(--color-border-light);
}

.offline-poker-page .op-station {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: var(--space-5);
  gap: var(--space-3);
}

.offline-poker-page .op-station + .op-station {
  border-inline-start: 1px solid var(--color-border-light);
}

.offline-poker-page .op-station::before {
  position: absolute;
  top: 0;
  left: var(--space-5);
  width: 2rem;
  height: 2px;
  background: var(--color-burnt-copper);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--transition-slow);
}

.offline-poker-page .op-station.is-revealed::before {
  transform: scaleX(1);
}

.offline-poker-page .op-station-index {
  color: var(--color-burnt-copper);
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: 0.12em;
}

.offline-poker-page .op-station h3,
.offline-poker-page .op-station p,
.offline-poker-page .op-station a {
  margin: 0;
}

.offline-poker-page .op-station h3 {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.offline-poker-page .op-station p {
  color: var(--color-steel-muted);
  font-size: var(--text-sm);
  line-height: 1.5;
}

.offline-poker-page .op-station--lounge h3 {
  width: fit-content;
  padding: var(--space-2);
  background: var(--color-merlot);
}

.offline-poker-page .op-station .link-arrow {
  margin-top: auto;
  font-size: var(--text-xs);
}

.offline-poker-page .op-journey-photo {
  grid-column: 7 / span 6;
  width: 100%;
  min-width: 0;
  margin-top: var(--space-7);
}

.offline-poker-page .op-journey-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.offline-poker-page .op-physical-grid {
  align-items: center;
}

.offline-poker-page .op-physical-copy {
  grid-column: 2 / span 5;
  display: flex;
  flex-direction: column;
  min-width: 0;
  max-width: 35.625rem;
  gap: var(--space-4);
}

.offline-poker-page .op-physical-copy h2,
.offline-poker-page .op-physical-copy p {
  margin: 0;
}

.offline-poker-page .op-physical-copy > p {
  max-width: 62ch;
  color: var(--color-steel-muted);
}

.offline-poker-page .op-pull-line {
  margin-top: var(--space-2) !important;
  padding-inline-start: var(--space-4);
  border-inline-start: 2px solid var(--color-burnt-copper);
  color: var(--color-desert-sand) !important;
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-transform: uppercase;
}

.offline-poker-page .op-definition-list {
  margin: var(--space-3) 0 0;
  padding: 0;
  border-top: 1px solid var(--color-border-light);
}

.offline-poker-page .op-definition-list > div {
  display: grid;
  grid-template-columns: 5rem minmax(0, 1fr);
  min-width: 0;
  padding-block: var(--space-4);
  border-bottom: 1px solid var(--color-border-light);
  gap: var(--space-4);
}

.offline-poker-page .op-definition-list dt {
  min-width: 0;
  color: var(--color-burnt-copper);
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.offline-poker-page .op-definition-list dd {
  min-width: 0;
  margin: 0;
  color: var(--color-steel-muted);
  font-size: var(--text-sm);
  line-height: 1.5;
}

.offline-poker-page .op-physical-media {
  grid-column: 7 / span 6;
  width: 100%;
  min-width: 0;
  margin: 0;
}

.offline-poker-page .op-physical-media .media-frame {
  width: 100%;
  aspect-ratio: 3 / 2;
}

.offline-poker-page .op-physical-media img {
  object-position: center;
  transition: object-position var(--transition-medium);
}

.offline-poker-page .op-physical-media figcaption {
  padding-top: var(--space-3);
  border-top: 2px solid transparent;
  transition: border-color var(--transition-fast);
}

@media (hover: hover) {
  .offline-poker-page .op-physical-media:hover img {
    object-position: 53% center;
  }

  .offline-poker-page .op-physical-media:hover figcaption {
    border-color: var(--color-burnt-copper);
  }
}

.offline-poker-page .op-live-rhythm {
  background: var(--color-deep-ocean-blue);
}

.offline-poker-page .op-board-heading {
  grid-column: 2 / span 5;
}

.offline-poker-page .op-board {
  grid-column: 2 / span 10;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  min-width: 0;
  margin-top: var(--space-7);
  border: 1px solid var(--color-border-light);
  border-top: 2px solid var(--color-burnt-copper);
}

.offline-poker-page .op-board-row {
  display: grid;
  grid-template-columns: minmax(10rem, 25%) minmax(0, 1fr) minmax(0, auto);
  align-items: start;
  min-width: 0;
  padding: var(--space-5);
  gap: var(--space-5);
}

.offline-poker-page .op-board-row + .op-board-row {
  border-top: 1px solid var(--color-border-light);
}

.offline-poker-page .op-board-row > * {
  min-width: 0;
}

.offline-poker-page .op-board-row h3,
.offline-poker-page .op-board-row p,
.offline-poker-page .op-board-row a {
  margin: 0;
}

.offline-poker-page .op-board-row h3 {
  color: var(--color-desert-sand);
  font-family: var(--font-body);
  font-size: var(--text-xs);
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-transform: uppercase;
}

.offline-poker-page .op-board-row p {
  max-width: 56ch;
  color: var(--color-desert-sand);
}

.offline-poker-page .op-board-row .link-arrow {
  align-self: center;
  white-space: nowrap;
}

.offline-poker-page .op-board-row.is-revealed {
  animation: op-board-in var(--transition-slow) both;
}

@keyframes op-board-in {
  from {
    opacity: 0;
    transform: translateY(0.75rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.offline-poker-page .op-guide {
  background: var(--color-charcoal-slate);
}

.offline-poker-page .op-guide-layout {
  margin-top: var(--space-7);
}

.offline-poker-page .op-guide-list {
  grid-column: 2 / span 10;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  min-width: 0;
  gap: var(--space-5);
}

.offline-poker-page .op-guide-block {
  display: grid;
  grid-template-columns: 2.25rem minmax(0, 1fr);
  min-width: 0;
  padding-top: var(--space-4);
  border-top: 2px solid var(--color-burnt-copper);
  gap: var(--space-4);
}

.offline-poker-page .op-guide-number {
  color: var(--color-burnt-copper);
  font-size: var(--text-sm);
  font-weight: 600;
  letter-spacing: 0.1em;
}

.offline-poker-page .op-guide-content {
  display: flex;
  flex-direction: column;
  min-width: 0;
  gap: var(--space-3);
}

.offline-poker-page .op-guide-content h3,
.offline-poker-page .op-guide-content p {
  margin: 0;
}

.offline-poker-page .op-guide-content h3 {
  font-family: var(--font-body);
  font-size: var(--heading-4);
}

.offline-poker-page .op-guide-content p {
  color: var(--color-steel-muted);
  font-size: var(--text-sm);
}

.offline-poker-page .op-guide-note {
  grid-column: 2 / span 5;
  display: flex;
  flex-direction: column;
  min-width: 0;
  margin-top: var(--space-6);
  padding-top: var(--space-5);
  border-top: 3px double var(--color-border-light);
  gap: var(--space-3);
}

.offline-poker-page .op-guide-note p {
  max-width: 60ch;
  margin: 0;
  color: var(--color-steel-muted);
}

.offline-poker-page .op-inline-links {
  display: flex;
  flex-wrap: wrap;
  min-width: 0;
  gap: var(--space-3);
}

.offline-poker-page .op-audience-layout {
  margin-top: var(--space-7);
}

.offline-poker-page .op-audience-lanes {
  grid-column: 2 / span 10;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-width: 0;
  border-top: 1px solid var(--color-border-light);
}

.offline-poker-page .op-audience-lane {
  display: grid;
  grid-template-columns: 6rem minmax(0, 1fr);
  min-width: 0;
  padding: var(--space-5);
  border-bottom: 1px solid var(--color-border-light);
  gap: var(--space-4);
  transition: border-color var(--transition-fast), background-color var(--transition-fast);
}

.offline-poker-page .op-audience-lane:nth-child(odd) {
  border-inline-end: 1px solid var(--color-border-light);
}

@media (hover: hover) {
  .offline-poker-page .op-audience-lane:hover {
    border-color: var(--color-burnt-copper);
    background: rgba(184, 98, 62, 0.05);
  }
}

.offline-poker-page .op-audience-lane h3,
.offline-poker-page .op-audience-lane p {
  margin: 0;
}

.offline-poker-page .op-audience-lane h3 {
  color: var(--color-burnt-copper);
  font-family: var(--font-body);
  font-size: var(--text-xs);
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-transform: uppercase;
}

.offline-poker-page .op-audience-lane p {
  color: var(--color-steel-muted);
}

.offline-poker-page .op-audience-action {
  grid-column: 2 / span 4;
  display: flex;
  flex-direction: column;
  min-width: 0;
  margin-top: var(--space-6);
  gap: var(--space-4);
}

.offline-poker-page .op-audience-action p {
  max-width: 50ch;
  margin: 0;
  color: var(--color-steel-muted);
}

.offline-poker-page .op-contact {
  background: var(--color-deep-ocean-blue);
}

.offline-poker-page .op-contact-grid {
  align-items: start;
}

.offline-poker-page .op-contact-copy {
  grid-column: 2 / span 5;
  display: flex;
  flex-direction: column;
  min-width: 0;
  max-width: 32.5rem;
  gap: var(--space-4);
}

.offline-poker-page .op-contact-copy h2,
.offline-poker-page .op-contact-copy p,
.offline-poker-page .op-contact-copy .button {
  margin: 0;
}

.offline-poker-page .op-contact-copy p {
  max-width: 52ch;
  color: var(--color-desert-sand);
}

.offline-poker-page .op-contact-copy .button {
  width: fit-content;
}

.offline-poker-page .op-contact-board {
  grid-column: 7 / span 5;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  min-width: 0;
  padding: var(--space-5);
  border: 1px solid var(--color-border-light);
  border-top: 2px solid var(--color-burnt-copper);
}

.offline-poker-page .op-contact-row {
  display: grid;
  grid-template-columns: 5.5rem minmax(0, 1fr);
  min-width: 0;
  padding-block: var(--space-4);
  gap: var(--space-4);
}

.offline-poker-page .op-contact-row + .op-contact-row {
  border-top: 1px solid var(--color-border-light);
}

.offline-poker-page .op-contact-row span {
  color: var(--color-steel-muted);
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.5;
  text-transform: uppercase;
}

.offline-poker-page .op-contact-row a,
.offline-poker-page .op-contact-row address {
  min-width: 0;
  color: var(--color-desert-sand);
  font-style: normal;
  overflow-wrap: anywhere;
}

.offline-poker-page .op-contact-placeholder {
  margin: var(--space-4) 0 0;
  padding-top: var(--space-4);
  border-top: 3px double var(--color-border-light);
  color: var(--color-steel-muted);
  font-size: var(--text-sm);
}

@media (max-width: 68.75rem) {
  .offline-poker-page .op-grid {
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: var(--space-4);
  }

  .offline-poker-page .op-hero {
    min-height: 0;
  }

  .offline-poker-page .op-hero-media {
    position: relative;
    aspect-ratio: 16 / 10;
  }

  .offline-poker-page .op-hero-media::after {
    background: rgba(16, 19, 19, 0.12);
  }

  .offline-poker-page .op-hero-inner {
    min-height: 0;
    padding-block: var(--space-8);
  }

  .offline-poker-page .op-hero-copy,
  .offline-poker-page .op-section-heading,
  .offline-poker-page .op-physical-copy,
  .offline-poker-page .op-board-heading,
  .offline-poker-page .op-guide-note,
  .offline-poker-page .op-audience-action,
  .offline-poker-page .op-contact-copy {
    grid-column: 1 / span 5;
  }

  .offline-poker-page .op-hero-copy {
    max-width: 38rem;
  }

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

  .offline-poker-page .op-station:nth-child(4) {
    border-inline-start: 0;
  }

  .offline-poker-page .op-station:nth-child(n + 4) {
    border-top: 1px solid var(--color-border-light);
  }

  .offline-poker-page .op-journey-photo {
    grid-column: 5 / span 4;
  }

  .offline-poker-page .op-physical-media {
    grid-column: 6 / span 3;
  }

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

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

  .offline-poker-page .op-board-row .link-arrow {
    align-self: start;
  }

  .offline-poker-page .op-guide-list,
  .offline-poker-page .op-audience-lanes {
    grid-column: 1 / -1;
  }

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

  .offline-poker-page .op-guide-block:last-child {
    grid-column: 1 / span 2;
  }

  .offline-poker-page .op-contact-board {
    grid-column: 5 / span 4;
  }
}

@media (max-width: 57.5rem) {
  .offline-poker-page .op-physical-grid {
    row-gap: var(--space-6);
  }

  .offline-poker-page .op-physical-copy,
  .offline-poker-page .op-physical-media {
    grid-column: 1 / -1;
    max-width: none;
  }

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

  .offline-poker-page .op-contact-grid {
    row-gap: var(--space-6);
  }

  .offline-poker-page .op-contact-copy,
  .offline-poker-page .op-contact-board {
    grid-column: 1 / -1;
    max-width: none;
  }
}

@media (max-width: 51.25rem) {
  .offline-poker-page .op-journey-rail {
    grid-template-columns: minmax(0, 1fr);
  }

  .offline-poker-page .op-station,
  .offline-poker-page .op-station:nth-child(4) {
    border-inline-start: 0;
  }

  .offline-poker-page .op-station + .op-station {
    border-top: 1px solid var(--color-border-light);
  }

  .offline-poker-page .op-journey-photo {
    grid-column: 1 / -1;
    margin-top: var(--space-5);
  }

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

  .offline-poker-page .op-audience-lane:nth-child(odd) {
    border-inline-end: 0;
  }
}

@media (max-width: 47.5rem) {
  .offline-poker-page .op-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }

  .offline-poker-page .op-hero-media {
    aspect-ratio: 16 / 10;
  }

  .offline-poker-page .op-hero-inner {
    padding-block: var(--space-7);
  }

  .offline-poker-page .op-hero-copy,
  .offline-poker-page .op-section-heading,
  .offline-poker-page .op-physical-copy,
  .offline-poker-page .op-physical-media,
  .offline-poker-page .op-board-heading,
  .offline-poker-page .op-board,
  .offline-poker-page .op-guide-list,
  .offline-poker-page .op-guide-note,
  .offline-poker-page .op-audience-lanes,
  .offline-poker-page .op-audience-action,
  .offline-poker-page .op-contact-copy,
  .offline-poker-page .op-contact-board,
  .offline-poker-page .op-journey-photo {
    grid-column: 1;
  }

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

  .offline-poker-page .op-hero-copy h1 {
    max-width: 9ch;
    font-size: clamp(2.75rem, 13vw, 3.5rem);
  }

  .offline-poker-page .op-hero-lead {
    max-width: none;
    font-size: var(--text-base);
  }

  .offline-poker-page .op-hero-actions {
    align-items: stretch;
  }

  .offline-poker-page .op-hero-actions .button {
    width: min(100%, 22.5rem);
  }

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

  .offline-poker-page .op-format-item,
  .offline-poker-page .op-format-item + .op-format-item {
    padding-inline: 0;
  }

  .offline-poker-page .op-format-item + .op-format-item {
    border-inline-start: 0;
    border-top: 1px solid var(--color-border-light);
  }

  .offline-poker-page .op-section-heading,
  .offline-poker-page .op-physical-copy,
  .offline-poker-page .op-board-heading,
  .offline-poker-page .op-contact-copy {
    max-width: none;
  }

  .offline-poker-page .op-section-heading h2,
  .offline-poker-page .op-physical-copy h2,
  .offline-poker-page .op-contact-copy h2 {
    font-size: clamp(2.25rem, 11vw, 3rem);
  }

  .offline-poker-page .op-journey-layout,
  .offline-poker-page .op-guide-layout,
  .offline-poker-page .op-audience-layout,
  .offline-poker-page .op-board {
    margin-top: var(--space-6);
  }

  .offline-poker-page .op-station {
    padding-inline: 0;
  }

  .offline-poker-page .op-station::before {
    left: 0;
  }

  .offline-poker-page .op-journey-photo {
    margin-top: var(--space-5);
  }

  .offline-poker-page .op-definition-list > div,
  .offline-poker-page .op-contact-row,
  .offline-poker-page .op-audience-lane {
    grid-template-columns: minmax(0, 1fr);
    gap: var(--space-2);
  }

  .offline-poker-page .op-board {
    margin-inline: calc(var(--gutter) * -1);
    width: calc(100% + (var(--gutter) * 2));
    border-inline: 0;
  }

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

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

  .offline-poker-page .op-guide-block:last-child {
    grid-column: 1;
  }

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

  .offline-poker-page .op-audience-lane {
    padding-inline: 0;
  }

  .offline-poker-page .op-contact-copy .button {
    width: min(100%, 22.5rem);
  }

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

@media (prefers-reduced-motion: reduce) {
  .offline-poker-page .op-station::before {
    transform: scaleX(1);
  }

  .offline-poker-page .op-board-row.is-revealed {
    animation: none;
  }
}
