/**
 * About page mobile – Figma frame 746:201 (402px).
 * Flexbox layout; no absolute positioning at this breakpoint.
 */

@media (max-width: 860px) {
  .gamed-about {
    overflow-x: clip;
  }

  /* —— Hero —— */
  .gamed-about-hero {
    height: auto;
    min-height: 0;
    overflow: hidden;
    padding-bottom: 22px;
  }

  .gamed-about-hero .gamed-about-container {
    height: auto;
    min-height: 0;
    padding-inline: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }

  .gamed-about-hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    flex: 0 0 auto;
  }

  .gamed-about-hero-copy {
    position: static;
    width: 100%;
    max-width: 362px;
    margin: 0;
    padding: 0 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    box-sizing: border-box;
  }

  .gamed-about-hero-copy h1 {
    margin: 0;
    width: 100%;
    max-width: 427px;
    font-size: 64px;
    font-weight: 700;
    line-height: normal;
  }

  .gamed-about-hero-copy p {
    margin: 0;
    width: 100%;
    max-width: 362px;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
  }

  .gamed-about-hero-copy p strong {
    font-weight: 700;
  }

  .gamed-about-pill-btn {
    margin: 0;
    width: 100%;
    max-width: 308px;
    min-height: 48px;
    flex-shrink: 0;
  }

  .gamed-about-hero-image {
    position: static;
    display: block;
    width: 100%;
    max-width: 398px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    line-height: 0;
    align-self: center;
  }

  .gamed-about-hero-image picture {
    display: block;
    margin-inline: auto;
  }

  .gamed-about-hero-image img {
    position: static;
    display: block;
    width: 100%;
    height: auto;
    max-width: none;
    margin-inline: auto;
    object-fit: cover;
    object-position: center center;
  }

  /* —— Intro (746:218) —— */
  .gamed-about-intro {
    min-height: 0;
    padding-top: 48px;
    background: #fff;
    box-sizing: border-box;
  }

  .gamed-about-intro .gamed-about-intro-grid {
    width: 100%;
    max-width: 402px;
    min-height: 0;
    margin-inline: auto;
    padding: 0 10px 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    box-sizing: border-box;
  }

  .gamed-about-intro-copy {
    order: 1;
    width: 100%;
    max-width: 372px;
    margin: 0;
    text-align: center;
  }

  .gamed-about-intro-copy h2 {
    margin: 0;
    width: 100%;
    max-width: 349px;
    margin-inline: auto;
    font-size: 48px;
    font-weight: 700;
    line-height: normal;
  }

  .gamed-about-intro-copy p {
    margin: 36px 0 0;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
  }

  .gamed-about-intro-copy p strong {
    font-weight: 700;
  }

  .gamed-about-intro-image {
    order: 2;
    width: 100%;
    max-width: 370px;
    height: auto;
    min-height: 0;
    margin: 0 auto;
    line-height: 0;
  }

  .gamed-about-intro-image picture {
    display: block;
    line-height: 0;
  }

  .gamed-about-intro-image img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 260px;
    margin-inline: auto;
    object-fit: contain;
    object-position: center center;
  }

  /* —— Values (746:223) —— */
  .gamed-about-values {
    min-height: 0;
    padding: 0;
  }

  .gamed-about-values .gamed-about-values-grid {
    width: 100%;
    max-width: 402px;
    min-height: 0;
    margin-inline: auto;
    padding: 34px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 29px;
    box-sizing: border-box;
  }

  .gamed-about-value {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    width: 100%;
    max-width: 257px;
    text-align: center;
  }

  .gamed-about-value img {
    width: 46px;
    height: 46px;
    flex-shrink: 0;
  }

  .gamed-about-value h3 {
    margin: 0;
    width: 100%;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
  }

  .gamed-about-value p {
    margin: 0;
    width: 100%;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.15;
    white-space: normal;
  }

  .gamed-about-value p br {
    display: block;
    margin: 0;
    line-height: 0;
  }

  /* —— Local + map (746:261) —— */
  .gamed-about-local {
    min-height: 0;
    background: #fff;
  }

  .gamed-about-local .gamed-about-local-grid {
    width: 100%;
    max-width: 402px;
    min-height: 0;
    margin-inline: auto;
    padding: 46px 10px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    box-sizing: border-box;
  }

  .gamed-about-local-copy {
    width: 100%;
    max-width: 364px;
    margin: 0;
    text-align: center;
  }

  .gamed-about-local-copy h2 {
    margin: 0;
    font-size: 48px;
    font-weight: 700;
    line-height: normal;
  }

  .gamed-about-local-copy p {
    margin: 26px 0 0;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
  }

  .gamed-about-map {
    position: relative;
    width: 100%;
    max-width: 370px;
    height: 342px;
    margin: 0 auto;
    flex-shrink: 0;
  }

  .gamed-about-map-outline {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .gamed-about-map-dot {
    width: 14px;
    height: 14px;
  }

  .gamed-about-map .dot-ro {
    left: 61.6%;
    top: 84.8%;
  }

  .gamed-about-map .dot-sn {
    left: 61.6%;
    top: 88.9%;
  }

  .gamed-about-map .dot-ug {
    left: 64.6%;
    top: 84.8%;
  }

  .gamed-about-map .dot-gl {
    left: 65.1%;
    top: 88.9%;
  }

  .gamed-about-map .map-label {
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
  }

  .gamed-about-map .label-ug {
    left: 68.6%;
    top: 79%;
  }

  .gamed-about-map .label-sn {
    left: 46%;
    top: 85.1%;
  }

  .gamed-about-map .label-ro {
    left: 55.1%;
    top: 79.8%;
  }

  .gamed-about-map .label-gl {
    left: 68.4%;
    top: 87.7%;
  }

}

@media (max-width: 360px) {
  .gamed-about-hero-copy h1 {
    font-size: clamp(40px, 12vw, 64px);
  }

  .gamed-about-intro {
    padding-top: 40px;
  }

  .gamed-about-intro .gamed-about-intro-grid {
    gap: 24px;
  }

  .gamed-about-intro-image img {
    max-height: 220px;
  }

  .gamed-about-intro-copy h2,
  .gamed-about-local-copy h2 {
    font-size: clamp(36px, 10vw, 48px);
  }
}
