.texas-holdem-guide {
  --thg-page-gutter: 1.5rem;
}

.texas-holdem-guide .container {
  width: min(100% - (var(--thg-page-gutter) * 2), var(--container-max));
}

.texas-holdem-guide .thg-hero__layout,
.texas-holdem-guide .thg-opening__layout,
.texas-holdem-guide .thg-showdown__grid,
.texas-holdem-guide .thg-confidence__layout,
.texas-holdem-guide .thg-closing__layout {
  display: grid;
  min-width: 0;
}

.texas-holdem-guide .thg-image-frame {
  overflow: hidden;
  margin: 0;
  border-radius: var(--radius-panel);
}

.texas-holdem-guide .thg-image-frame img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-base), filter var(--transition-base);
}

.texas-holdem-guide .thg-image-frame:hover img {
  filter: contrast(1.03) saturate(1.02);
  transform: scale(1.03);
}

.texas-holdem-guide .thg-text-link {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: var(--space-2);
  font-size: var(--text-small);
  font-weight: 600;
  letter-spacing: var(--tracking-button);
  text-decoration-thickness: 0.125rem;
}

.texas-holdem-guide .thg-hero {
  padding-block: clamp(var(--space-8), 10vw, var(--space-10));
}

.texas-holdem-guide .thg-hero__layout {
  grid-template-columns: minmax(0, 7fr) minmax(22.5rem, 5fr);
  align-items: center;
  gap: clamp(var(--space-6), 5vw, var(--space-9));
}

.texas-holdem-guide .thg-hero__copy {
  min-width: 0;
  max-width: 38.75rem;
}

.texas-holdem-guide .thg-hero__copy h1 {
  font-size: clamp(3.5rem, 6.5vw, 4.25rem);
}

.texas-holdem-guide .thg-hero__context {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: var(--space-5);
  max-width: 38.75rem;
}

.texas-holdem-guide .thg-hero__context p {
  margin: 0;
}

.texas-holdem-guide .thg-hero__actions {
  align-items: center;
}

.texas-holdem-guide .thg-hero__media {
  min-width: 0;
  aspect-ratio: 4 / 3;
  box-shadow: var(--shadow-float);
}

.texas-holdem-guide .thg-hero__media img {
  object-position: 68% 55%;
}

.texas-holdem-guide .thg-orientation {
  padding-block: clamp(var(--space-8), 9vw, var(--space-10));
}

.texas-holdem-guide .thg-orientation__grid {
  display: grid;
  grid-template-columns: minmax(0, 4fr) minmax(0, 8fr);
  gap: var(--space-7) var(--space-8);
}

.texas-holdem-guide .thg-orientation__intro,
.texas-holdem-guide .thg-table-plan,
.texas-holdem-guide .thg-position-notes,
.texas-holdem-guide .thg-dealer-note {
  min-width: 0;
}

.texas-holdem-guide .thg-orientation__intro {
  max-width: 37.5rem;
}

.texas-holdem-guide .thg-orientation__caption {
  margin-top: var(--space-6);
  padding: var(--space-5);
  border-top: 0.0625rem solid var(--color-brass);
  background: rgb(246 241 232 / 55%);
}

.texas-holdem-guide .thg-orientation__caption p,
.texas-holdem-guide .thg-dealer-note p {
  margin: 0;
}

.texas-holdem-guide .thg-table-plan {
  width: 100%;
  justify-self: end;
  aspect-ratio: 1 / 1;
  max-width: 41rem;
}

.texas-holdem-guide .thg-table-plan__felt {
  position: relative;
  width: 100%;
  height: 100%;
  border: 0.5rem solid var(--color-linen);
  border-radius: 50%;
  background: var(--color-deep-felt);
  box-shadow: inset 0 0 0 0.0625rem rgb(255 249 239 / 24%);
}

.texas-holdem-guide .thg-seat,
.texas-holdem-guide .thg-board-label,
.texas-holdem-guide .thg-dealer {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}

.texas-holdem-guide .thg-seat {
  min-width: 4.5rem;
  padding: var(--space-2) var(--space-3);
  border: 0.0625rem solid rgb(255 249 239 / 45%);
  border-radius: var(--radius-control);
  background: var(--color-warm-ivory);
  color: var(--color-espresso);
  font-size: var(--text-utility);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.texas-holdem-guide .thg-seat--top { top: 5%; left: 50%; transform: translateX(-50%); }
.texas-holdem-guide .thg-seat--early { bottom: 8%; left: 10%; }
.texas-holdem-guide .thg-seat--middle { bottom: 2%; left: 50%; transform: translateX(-50%); }
.texas-holdem-guide .thg-seat--late { right: 10%; bottom: 8%; }

.texas-holdem-guide .thg-dealer {
  right: 19%;
  bottom: 27%;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background: var(--color-brass);
  color: var(--color-soft-white);
  font-size: var(--text-small);
  font-weight: 700;
}

.texas-holdem-guide .thg-board-label {
  top: 43%;
  left: 50%;
  width: 11rem;
  min-height: 4.5rem;
  transform: translate(-50%, -50%);
  border: 0.0625rem solid rgb(255 249 239 / 40%);
  color: var(--color-soft-white);
  font-size: var(--text-small);
  line-height: 1.35;
  text-align: center;
}

.texas-holdem-guide .thg-board-label span {
  margin-right: var(--space-2);
  color: var(--color-brass);
}

.texas-holdem-guide .thg-position-notes {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-6);
}

.texas-holdem-guide .thg-position-note {
  min-width: 0;
  padding-top: var(--space-5);
  border-top: 0.0625rem solid var(--color-border);
}

.texas-holdem-guide .thg-position-note h3 {
  margin-bottom: var(--space-3);
}

.texas-holdem-guide .thg-position-note p:last-child {
  margin-bottom: 0;
}

.texas-holdem-guide .thg-dealer-note {
  grid-column: 1 / -1;
  max-width: 47.5rem;
  padding-left: var(--space-5);
  border-left: 0.125rem solid var(--color-brass);
}

.texas-holdem-guide .thg-opening {
  padding-block: clamp(var(--space-8), 8vw, var(--space-10));
}

.texas-holdem-guide .thg-opening__layout {
  grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  gap: var(--space-7) var(--space-8);
}

.texas-holdem-guide .thg-opening__copy,
.texas-holdem-guide .thg-opening__side,
.texas-holdem-guide .thg-glossary {
  min-width: 0;
}

.texas-holdem-guide .thg-opening__copy {
  max-width: 41.25rem;
}

.texas-holdem-guide .thg-opening__block {
  padding-top: var(--space-5);
  border-top: 0.0625rem solid var(--color-brass);
}

.texas-holdem-guide .thg-opening__block + .thg-opening__block {
  margin-top: var(--space-6);
}

.texas-holdem-guide .thg-opening__block h3,
.texas-holdem-guide .thg-hole-note h3 {
  margin-bottom: var(--space-3);
}

.texas-holdem-guide .thg-opening__block p,
.texas-holdem-guide .thg-hole-note p {
  margin-bottom: 0;
}

.texas-holdem-guide .thg-opening__side {
  display: flex;
  flex-direction: column;
  gap: var(--space-5);
}

.texas-holdem-guide .thg-opening__media {
  width: 100%;
  aspect-ratio: 4 / 3;
}

.texas-holdem-guide .thg-opening__media img {
  object-position: 52% 60%;
}

.texas-holdem-guide .thg-hole-note {
  min-width: 0;
  padding: var(--space-5);
  border-left: 0.125rem solid var(--color-brass);
}

.texas-holdem-guide .thg-glossary {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--space-5);
  margin: 0;
  padding-top: var(--space-6);
  border-top: 0.0625rem solid var(--color-border);
}

.texas-holdem-guide .thg-glossary > div {
  min-width: 0;
}

.texas-holdem-guide .thg-glossary dt {
  margin-bottom: var(--space-2);
  color: var(--color-brass);
  font-family: var(--font-heading);
  font-size: var(--text-intro);
  font-weight: 600;
}

.texas-holdem-guide .thg-glossary dd {
  margin: 0;
  font-size: var(--text-small);
}

.texas-holdem-guide .thg-preflop,
.texas-holdem-guide .thg-board,
.texas-holdem-guide .thg-confidence {
  padding-block: clamp(var(--space-8), 8vw, var(--space-10));
}

.texas-holdem-guide .thg-preflop__layout,
.texas-holdem-guide .thg-board__layout,
.texas-holdem-guide .thg-confidence__layout {
  display: grid;
  min-width: 0;
}

.texas-holdem-guide .thg-preflop__layout {
  grid-template-columns: 1fr;
  gap: var(--space-7);
}

.texas-holdem-guide .thg-preflop__intro,
.texas-holdem-guide .thg-board__intro,
.texas-holdem-guide .thg-confidence__intro {
  min-width: 0;
  max-width: 38.75rem;
}

.texas-holdem-guide .thg-preflop__intro .lead,
.texas-holdem-guide .thg-board__intro .lead,
.texas-holdem-guide .thg-confidence__intro .lead {
  margin-bottom: 0;
}

.texas-holdem-guide .thg-lessons {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-6);
  padding-top: var(--space-5);
  border-bottom: 0.0625rem solid var(--color-brass);
}

.texas-holdem-guide .thg-lesson {
  min-width: 0;
  padding: 0 0 var(--space-6);
  border-top: 0.0625rem solid var(--color-border-inverse);
}

.texas-holdem-guide .thg-lesson--inset {
  padding-inline: var(--space-5);
  background: rgb(255 249 239 / 6%);
}

.texas-holdem-guide .thg-lesson__number {
  display: block;
  margin: var(--space-4) 0 var(--space-5);
  color: var(--color-brass);
  font-size: var(--text-utility);
  font-weight: 700;
  letter-spacing: var(--tracking-utility);
}

.texas-holdem-guide .thg-lesson h3 {
  margin-bottom: var(--space-3);
}

.texas-holdem-guide .thg-lesson p {
  margin-bottom: 0;
}

.texas-holdem-guide .thg-board__layout {
  grid-template-columns: 1fr;
  gap: var(--space-7);
}

.texas-holdem-guide .thg-stage-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-6);
}

.texas-holdem-guide .thg-stage {
  min-width: 0;
  padding-inline: var(--space-5);
  border-left: 0.0625rem solid var(--color-brass);
}

.texas-holdem-guide .thg-card-row {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: var(--space-2);
  min-height: 5rem;
  margin: var(--space-5) 0;
}

.texas-holdem-guide .thg-card-row span {
  display: block;
  width: 2.2rem;
  max-width: 20%;
  height: 3.25rem;
  min-width: 0;
  border: 0.0625rem solid var(--color-sand);
  border-radius: var(--radius-control);
  background: var(--color-warm-ivory);
}

.texas-holdem-guide .thg-stage h3 {
  margin-bottom: var(--space-3);
}

.texas-holdem-guide .thg-stage p:last-child {
  margin-bottom: 0;
}

.texas-holdem-guide .thg-board__pullout {
  max-width: 32.5rem;
  margin: 0;
  color: var(--color-soft-white);
}

.texas-holdem-guide .thg-showdown {
  padding-block: clamp(var(--space-8), 8vw, var(--space-10));
}

.texas-holdem-guide .thg-showdown__grid {
  grid-template-columns: minmax(0, 8fr) minmax(16.25rem, 4fr);
  align-items: start;
  gap: var(--space-7) var(--space-8);
}

.texas-holdem-guide .thg-showdown__main,
.texas-holdem-guide .thg-showdown__note {
  min-width: 0;
}

.texas-holdem-guide .thg-showdown__main {
  max-width: 42.5rem;
}

.texas-holdem-guide .thg-showdown__main h3 {
  margin-top: var(--space-6);
}

.texas-holdem-guide .thg-showdown__note {
  padding: var(--space-6);
  border-top: 0.125rem solid var(--color-brass);
  background: var(--color-pale-sage);
}

.texas-holdem-guide .thg-showdown__note p:last-of-type {
  margin-bottom: var(--space-4);
}

.texas-holdem-guide .thg-showdown__note > span {
  color: var(--color-brass);
  font-size: var(--text-intro);
}

.texas-holdem-guide .thg-five-card-diagram {
  display: flex;
  min-width: 0;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--space-3);
  margin-top: var(--space-6);
  padding: var(--space-5) 0;
  border-block: 0.0625rem solid var(--color-border);
}

.texas-holdem-guide .thg-private-cards,
.texas-holdem-guide .thg-shared-cards {
  display: flex;
  min-width: 0;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--space-2);
}

.texas-holdem-guide .thg-private-cards span,
.texas-holdem-guide .thg-shared-cards span {
  display: block;
  width: 1.75rem;
  height: 2.5rem;
  border: 0.0625rem solid var(--color-espresso);
  border-radius: var(--radius-control);
  background: var(--color-linen);
}

.texas-holdem-guide .thg-private-cards small,
.texas-holdem-guide .thg-shared-cards small {
  flex-basis: 100%;
  color: rgb(53 37 31 / 72%);
}

.texas-holdem-guide .thg-diagram-plus,
.texas-holdem-guide .thg-diagram-equals {
  color: var(--color-brass);
  font-family: var(--font-heading);
  font-size: var(--text-intro);
}

.texas-holdem-guide .thg-five-card-diagram strong {
  min-width: 0;
  font-size: var(--text-small);
}

.texas-holdem-guide .thg-etiquette {
  padding-block: clamp(var(--space-8), 8vw, var(--space-10));
}

.texas-holdem-guide .thg-etiquette__intro {
  max-width: 38.75rem;
}

.texas-holdem-guide .thg-etiquette-list {
  display: grid;
  gap: var(--space-5);
  margin: var(--space-7) 0 0;
  padding: 0;
  list-style: none;
}

.texas-holdem-guide .thg-etiquette-item {
  display: grid;
  grid-template-columns: 2.5rem minmax(0, 5fr) minmax(0, 7fr);
  min-width: 0;
  padding: var(--space-5) 0;
  border-top: 0.0625rem solid var(--color-border);
}

.texas-holdem-guide .thg-etiquette-item > span {
  grid-column: 1;
  color: var(--color-brass);
  font-size: var(--text-utility);
  font-weight: 700;
  letter-spacing: var(--tracking-utility);
}

.texas-holdem-guide .thg-etiquette-item > div {
  grid-column: 2;
  min-width: 0;
  max-width: 23.75rem;
}

.texas-holdem-guide .thg-etiquette-item:nth-child(even) > div {
  grid-column: 3;
}

.texas-holdem-guide .thg-etiquette-item h3 {
  margin-bottom: var(--space-3);
}

.texas-holdem-guide .thg-etiquette-item p {
  margin-bottom: 0;
}

.texas-holdem-guide .thg-etiquette-item--sage {
  background: rgb(200 208 192 / 45%);
}

.texas-holdem-guide .thg-etiquette-item--final {
  grid-template-columns: 2.5rem minmax(0, 8fr) minmax(0, 4fr);
  border-bottom: 0.0625rem solid var(--color-border);
}

.texas-holdem-guide .thg-etiquette-item--final > div {
  max-width: 35rem;
}

.texas-holdem-guide .thg-journey {
  display: grid;
  grid-template-columns: minmax(0, 55fr) minmax(0, 45fr);
  min-width: 0;
}

.texas-holdem-guide .thg-journey__media,
.texas-holdem-guide .thg-journey__pane {
  min-width: 0;
}

.texas-holdem-guide .thg-journey__media {
  min-height: 49rem;
  border-radius: 0;
}

.texas-holdem-guide .thg-journey__media img {
  object-position: 34% 50%;
}

.texas-holdem-guide .thg-journey__pane {
  display: flex;
  align-items: center;
  padding: clamp(var(--space-7), 7vw, var(--space-9));
}

.texas-holdem-guide .thg-journey__content {
  width: 100%;
  max-width: 37.5rem;
}

.texas-holdem-guide .thg-journey-note {
  max-width: 21.25rem;
  padding-top: var(--space-5);
  border-top: 0.0625rem solid var(--color-brass);
}

.texas-holdem-guide .thg-journey-note + .thg-journey-note {
  margin-top: var(--space-5);
}

.texas-holdem-guide .thg-journey-note h3 {
  margin-bottom: var(--space-3);
}

.texas-holdem-guide .thg-journey-note p:not(.eyebrow) {
  margin-bottom: 0;
}

.texas-holdem-guide .thg-journey__links {
  margin-top: var(--space-4);
}

.texas-holdem-guide .thg-confidence__layout {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: var(--space-7) var(--space-6);
}

.texas-holdem-guide .thg-confidence__intro {
  grid-column: 1 / span 7;
}

.texas-holdem-guide .thg-checklist {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-5);
}

.texas-holdem-guide .thg-checklist article {
  display: grid;
  grid-template-columns: 1.75rem minmax(0, 1fr);
  min-width: 0;
  gap: var(--space-3);
  padding-top: var(--space-5);
  border-top: 0.0625rem solid var(--color-border-inverse);
}

.texas-holdem-guide .thg-checklist article:nth-child(4) { grid-column: 1; }
.texas-holdem-guide .thg-checklist article:nth-child(5) { grid-column: 2; }

.texas-holdem-guide .thg-checklist article > span {
  color: var(--color-brass);
  font-weight: 700;
}

.texas-holdem-guide .thg-checklist article > div {
  min-width: 0;
}

.texas-holdem-guide .thg-checklist h3 {
  margin-bottom: var(--space-3);
}

.texas-holdem-guide .thg-checklist p {
  margin-bottom: 0;
}

.texas-holdem-guide .thg-support-note {
  grid-column: 1 / span 7;
  min-width: 0;
  max-width: 32.5rem;
  padding: var(--space-5);
  border: 0.0625rem solid var(--color-border-inverse);
}

.texas-holdem-guide .thg-support-note p:last-child {
  margin-bottom: 0;
}

.texas-holdem-guide .thg-closing {
  padding-block: clamp(var(--space-8), 8vw, var(--space-10));
}

.texas-holdem-guide .thg-closing__layout {
  grid-template-columns: minmax(0, 8fr) minmax(0, 4fr);
  border-top: 0.125rem solid var(--color-brass);
  padding-top: var(--space-7);
}

.texas-holdem-guide .thg-closing__copy {
  min-width: 0;
  max-width: 37.5rem;
}

.texas-holdem-guide .thg-closing__actions {
  align-items: center;
}

@media (max-width: 62.49rem) {
  .texas-holdem-guide .thg-hero__layout,
  .texas-holdem-guide .thg-opening__layout,
  .texas-holdem-guide .thg-showdown__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .texas-holdem-guide .thg-hero__copy,
  .texas-holdem-guide .thg-opening__copy,
  .texas-holdem-guide .thg-showdown__main {
    max-width: 42.5rem;
  }

  .texas-holdem-guide .thg-hero__media {
    max-width: 48rem;
  }

  .texas-holdem-guide .thg-opening__side {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
  }

  .texas-holdem-guide .thg-orientation__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .texas-holdem-guide .thg-table-plan {
    justify-self: center;
  }

  .texas-holdem-guide .thg-position-notes,
  .texas-holdem-guide .thg-dealer-note {
    grid-column: auto;
  }

  .texas-holdem-guide .thg-lessons,
  .texas-holdem-guide .thg-stage-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .texas-holdem-guide .thg-lesson,
  .texas-holdem-guide .thg-stage {
    max-width: 38.75rem;
  }

  .texas-holdem-guide .thg-stage {
    padding-left: var(--space-5);
  }

  .texas-holdem-guide .thg-journey {
    grid-template-columns: minmax(0, 1fr);
  }

  .texas-holdem-guide .thg-journey__media {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .texas-holdem-guide .thg-journey__media img {
    object-position: 40% 50%;
  }

  .texas-holdem-guide .thg-confidence__layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .texas-holdem-guide .thg-confidence__intro,
  .texas-holdem-guide .thg-checklist,
  .texas-holdem-guide .thg-support-note {
    grid-column: auto;
  }

  .texas-holdem-guide .thg-checklist {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .texas-holdem-guide .thg-checklist article:nth-child(4),
  .texas-holdem-guide .thg-checklist article:nth-child(5) {
    grid-column: auto;
  }
}

@media (max-width: 56.24rem) {
  .texas-holdem-guide {
    --thg-page-gutter: 1.25rem;
  }

  .texas-holdem-guide .thg-hero,
  .texas-holdem-guide .thg-orientation,
  .texas-holdem-guide .thg-opening,
  .texas-holdem-guide .thg-preflop,
  .texas-holdem-guide .thg-board,
  .texas-holdem-guide .thg-showdown,
  .texas-holdem-guide .thg-etiquette,
  .texas-holdem-guide .thg-confidence,
  .texas-holdem-guide .thg-closing {
    padding-block: clamp(var(--space-7), 12vw, var(--space-8));
  }

  .texas-holdem-guide .thg-hero__layout,
  .texas-holdem-guide .thg-opening__layout,
  .texas-holdem-guide .thg-orientation__grid,
  .texas-holdem-guide .thg-showdown__grid,
  .texas-holdem-guide .thg-confidence__layout {
    gap: var(--space-6);
  }

  .texas-holdem-guide .thg-hero__copy h1 {
    font-size: clamp(2.625rem, 12vw, 3.5rem);
    line-height: 0.98;
  }

  .texas-holdem-guide .thg-orientation__caption {
    padding: var(--space-4);
  }

  .texas-holdem-guide .thg-position-notes,
  .texas-holdem-guide .thg-glossary,
  .texas-holdem-guide .thg-opening__side,
  .texas-holdem-guide .thg-checklist {
    grid-template-columns: minmax(0, 1fr);
  }

  .texas-holdem-guide .thg-position-notes {
    gap: var(--space-4);
  }

  .texas-holdem-guide .thg-opening__side {
    gap: var(--space-5);
  }

  .texas-holdem-guide .thg-glossary {
    gap: 0;
    padding-top: var(--space-5);
  }

  .texas-holdem-guide .thg-glossary > div {
    display: grid;
    grid-template-columns: minmax(6rem, 35%) minmax(0, 1fr);
    gap: var(--space-4);
    padding: var(--space-4) 0;
    border-bottom: 0.0625rem solid var(--color-border);
  }

  .texas-holdem-guide .thg-glossary dt {
    margin: 0;
  }

  .texas-holdem-guide .thg-lessons,
  .texas-holdem-guide .thg-stage-grid {
    gap: var(--space-5);
  }

  .texas-holdem-guide .thg-lesson--inset {
    padding-inline: var(--space-4);
  }

  .texas-holdem-guide .thg-board__pullout {
    max-width: 32.5rem;
  }

  .texas-holdem-guide .thg-showdown__note {
    max-width: 37.5rem;
  }

  .texas-holdem-guide .thg-etiquette-list {
    gap: var(--space-4);
    margin-top: var(--space-6);
  }

  .texas-holdem-guide .thg-etiquette-item,
  .texas-holdem-guide .thg-etiquette-item--final {
    grid-template-columns: 2rem minmax(0, 1fr);
  }

  .texas-holdem-guide .thg-etiquette-item > div,
  .texas-holdem-guide .thg-etiquette-item:nth-child(even) > div {
    grid-column: 2;
  }

  .texas-holdem-guide .thg-journey__pane {
    padding: var(--space-7) var(--thg-page-gutter);
  }

  .texas-holdem-guide .thg-journey-note {
    max-width: none;
  }

  .texas-holdem-guide .thg-closing__layout {
    grid-template-columns: minmax(0, 1fr);
    padding-top: var(--space-6);
  }
}

@media (max-width: 27.5rem) {
  .texas-holdem-guide .thg-hero__actions,
  .texas-holdem-guide .thg-closing__actions {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .texas-holdem-guide .thg-glossary > div {
    grid-template-columns: minmax(0, 1fr);
    gap: var(--space-2);
  }

  .texas-holdem-guide .thg-etiquette-item,
  .texas-holdem-guide .thg-etiquette-item--final {
    grid-template-columns: minmax(0, 1fr);
    gap: var(--space-2);
  }

  .texas-holdem-guide .thg-etiquette-item > span,
  .texas-holdem-guide .thg-etiquette-item > div,
  .texas-holdem-guide .thg-etiquette-item:nth-child(even) > div {
    grid-column: 1;
  }

  .texas-holdem-guide .thg-five-card-diagram {
    align-items: flex-start;
  }

  .texas-holdem-guide .thg-diagram-plus,
  .texas-holdem-guide .thg-diagram-equals {
    flex-basis: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .texas-holdem-guide .thg-image-frame:hover img {
    filter: none;
    transform: none;
  }
}
