/* Golden Assembly R1.2 — Two Worlds short-landscape stabilization only.
   Base Golden Two Worlds remains authoritative. This bridge applies only to
   coarse-pointer phone landscape and preserves desktop + portrait geometry. */
@media (orientation: landscape) and (max-height: 540px) and (max-width: 980px) and (hover: none) and (pointer: coarse) {
  .tw-r2 {
    --tw-g-landscape-inset: clamp(48px, 6.4vw, 68px);
  }

  /* Give AI, THE TURN, and the fully-open Web world meaningful scroll territory. */
  .tw-r2__experience {
    height: 235svh;
  }

  .tw-r2__viewport {
    height: 100svh;
    min-height: 0;
  }

  .tw-r2 .tw-r2__content--ai,
  .tw-r2 .tw-r2__content--web,
  .tw-r2[data-focus="ai"] .tw-r2__content--ai,
  .tw-r2[data-focus="web"] .tw-r2__content--web {
    left: var(--tw-g-landscape-inset);
    right: var(--tw-g-landscape-inset);
    width: auto !important;
    max-width: none;
    grid-template-columns: minmax(0, 54fr) minmax(0, 46fr);
    column-gap: clamp(18px, 3vw, 30px);
    align-content: center;
  }

  .tw-r2__world-title,
  .tw-r2__face--web .tw-r2__world-title,
  body.lang-ru .tw-r2__world-title,
  body.lang-ru .tw-r2__face--web .tw-r2__world-title {
    font-size: clamp(31px, 4.2vw, 38px) !important;
    line-height: .92;
  }

  .tw-r2__thesis {
    max-width: 35ch;
    margin-top: 8px;
    font-size: 12.25px;
    line-height: 1.30;
  }

  .tw-r2__registers {
    gap: 8px;
  }

  .tw-r2__register dt {
    font-size: 10px;
  }

  .tw-r2__register dd {
    margin-top: 2px;
    font-size: 12.25px;
    line-height: 1.24;
  }

  .tw-r2__cta {
    margin-top: 8px;
    padding: 5px 0;
    font-size: 9.75px;
  }

  .tw-r2__inscription {
    top: 8.2%;
  }
}
