/* Compact mobile composition, matching the supplied portrait reference. */
.mobile-copy { display: none; }

@media (max-width: 600px) {
  :root { --header-height: 52px; }
  html { scroll-padding-top: 54px; }
  .mobile-copy { display: block; }
  .desktop-copy { display: none; }
  .content-container { padding: 0 18px; }
  .site-header, .site-header.nav-scrolled { height: 52px; }
  .nav-container { padding: 0 18px; }
  .brand-logo { width: 112px; height: auto; }
  .sound-toggle { display: none; }
  .hamburger-btn { width: 32px; height: 40px; padding: 5px; }
  .hamburger-btn .bar { height: 2px; background: #d4af37; }
  .hero-section { height: auto; min-height: 330px; max-height: none; aspect-ratio: 1.18; align-items: flex-start; }
  .hero-bg-layer { background-position: 77% center; transform: none !important; }
  .hero-overlay-radial { background: linear-gradient(90deg, rgba(0,0,0,.72), transparent 77%); }
  .hero-overlay-bottom { height: 65px; background: linear-gradient(transparent, rgba(0,0,0,.7)); }
  .hero-container { padding: 80px 18px 14px; }
  .hero-content { width: 100%; max-width: none; }
  .hero-tag { gap: 6px; margin-bottom: 7px; }
  .tag-line { width: 14px; height: 1px; }
  .tag-line:last-child { display: none; }
  .tag-text { font-size: 7px; letter-spacing: .3em; color: white; }
  .hero-title { font-size: clamp(27px, 7.8vw, 43px); letter-spacing: .015em; line-height: 1.03; margin-bottom: 10px; }
  .hero-subtitle { font-size: 9px; letter-spacing: .2em; margin-bottom: 12px; }
  .hero-cta-group { width: 43%; min-width: 145px; flex-direction: column; gap: 8px; margin-bottom: 12px; }
  .hero-cta-group .btn { width: 100%; min-height: 32px; padding: 7px 8px; font-size: 9px; letter-spacing: .14em; }
  .btn-primary-gold { background: linear-gradient(110deg, #332a12b3, #090909db); color: #f5e4ad; border: 1px solid #b08d2d; box-shadow: 0 0 9px #d4af3740, inset 0 0 7px #d4af3720; }
  .hero-cta-group .btn-primary-gold::after { content: '›'; position: absolute; right: 16px; font-size: 22px; font-weight: 400; }
  .btn-play-icon { width: 9px; height: 11px; }
  .hero-platforms { position: relative; justify-content: flex-start; gap: 14px; padding: 14px 6px 0; }
  .hero-platforms::before { content: 'AVAILABLE ON'; position: absolute; top: 0; left: 6px; font-size: 6px; letter-spacing: .2em; color: #aaa; }
  .platform-badge { width: auto; padding: 0; border: 0; background: transparent; backdrop-filter: none; }
  .platform-icon { width: 15px; height: 15px; }
  .platform-info, .hero-scroll-indicator { display: none; }
  .hero-section::after { content: 'LEGENDS\A ARE NOT BORN.\A THEY RISE.'; white-space: pre; position: absolute; bottom: 17px; right: 18px; z-index: 6; text-align: center; font-size: 7px; line-height: 1.8; font-weight: 700; letter-spacing: .16em; }
  .section-white { padding: 16px 0 12px; }
  .section-dark { padding: 20px 0 12px; }
  .section-header { margin-bottom: 12px; }
  .section-heading-dark, .section-heading-light { font-size: clamp(17px, 4.5vw, 25px); line-height: 1.3; letter-spacing: .1em; }
  .gold-divider { width: 26px; height: 2px; margin: 4px auto; }
  .section-header > .mobile-copy { font-size: 7px; letter-spacing: .12em; font-weight: 700; margin-top: 5px; }
  .news-grid { display: grid; grid-template-columns: 1fr; gap: 7px; }
  .news-card-featured-tall { display: none; }
  .news-card-vertical { height: auto; aspect-ratio: 2.35; border: 0; }
  .news-card-vertical .card-media { position: absolute; inset: 0; height: 100%; }
  .news-card-vertical .card-overlay { opacity: 1; background: linear-gradient(transparent 25%, #000d); }
  .news-card-vertical .card-body { position: relative; flex-grow: 0; margin-top: auto; padding: 12px 43px 12px 14px; }
  .news-card-vertical .card-title { color: white; font-size: 12px; line-height: 1.35; margin: 0; }
  .card-date { font-size: 6px; letter-spacing: .15em; margin-bottom: 5px; }
  .news-card-vertical .card-date { color: #d0c8bb; }
  .card-badge { top: 11px; left: 12px; padding: 3px 5px; font-size: 6px; }
  .news-section .card-excerpt { display: none; }
  .news-section .card-link { position: absolute; right: 11px; bottom: 14px; font-size: 0; width: 30px; height: 30px; border: 1px solid #d9c997; border-radius: 50%; padding: 0; display: flex; align-items: center; justify-content: center; gap: 0; margin: 0; }
  .news-section .card-link .arrow { display: none; }
  .news-section .card-link::after { content: '›'; font-size: 25px; font-family: sans-serif; line-height: 1; color: #fff; }
  .news-stacked-col { gap: 7px; }
  .news-card-horizontal { flex-direction: row; height: 62px; min-height: 0; background: #f7f7f9; box-shadow: none; }
  .card-media-side { width: 36%; height: 100%; flex-shrink: 0; border-radius: 4px; overflow: hidden; }
  .card-body-side { width: 64%; padding: 10px 26px 7px 13px; justify-content: center; }
  .news-card-horizontal .card-title { font-size: 10px; line-height: 1.25; margin: 0; }
  .news-card-horizontal .card-date { font-size: 5.5px; margin-bottom: 3px; }
  .news-card-horizontal .card-link { width: 19px; height: 19px; right: 9px; bottom: 21px; border-color: #d4d4d8; }
  .news-card-horizontal .card-link::after { color: #222; font-size: 19px; }
  .section-cta-center { margin-top: 11px; }
  .section-cta-center .btn { width: 100%; padding: 5px 12px; min-height: 27px; font-size: 8px; }
  .heroes-section { padding-top: 5px; padding-bottom: 14px; }
  .heroes-portrait-ribbon { margin: 0 auto 12px; padding: 0; overflow: visible; }
  .portrait-track { justify-content: center; gap: 8px; padding: 4px 5px; }
  .portrait-item { width: 39px; height: 39px; border-width: 2px; flex-shrink: 0; overflow: hidden; padding: 0; }
  .portrait-item.active::after { display: none; }
  .portrait-thumb { filter: none; transform: scale(3.4); transform-origin: 50% 23%; }
  .hero-stage { width: 86%; margin: auto; min-height: 0; display: grid; grid-template-columns: 54% 46%; grid-template-rows: 176px auto; gap: 0; align-items: stretch; border-radius: 5px; box-shadow: 0 3px 13px #0002; }
  .stage-center { grid-column: 1; grid-row: 1; order: 0; min-height: 0; z-index: 1; background: #0a0b10; border-radius: 5px 0 0 5px; overflow: hidden; }
  .hero-artwork-frame { height: 100%; width: 100%; }
  .hero-stage-img { height: 100%; width: 100%; max-height: none; object-fit: cover; object-position: 50% 20%; border-radius: 0; filter: none; transform: scale(2.5); transform-origin: 50% 23%; }
  .hero-aura-glow, .hero-stage-shadow { display: none; }
  .stage-left { grid-column: 2; grid-row: 1; padding: 15px 10px 10px 3px; background: #090b0f; border-radius: 0 5px 5px 0; justify-content: center; position: relative; }
  .stage-left::before { content: ''; position: absolute; right: 100%; top: 0; bottom: 0; width: 25px; background: linear-gradient(90deg, transparent, #090b0f); }
  .hero-meta-badge { margin-bottom: 6px; }
  .hero-role-tag { font-size: 7px; color: #dbc891; }
  .hero-difficulty-dot, .stage-hero-bio, .hero-attributes { display: none; }
  .stage-hero-name { font-size: 20px; color: white; margin-bottom: 9px; }
  .stage-hero-quote { font-size: 9px; color: #e4e1e5; line-height: 1.6; margin-bottom: 10px; }
  .stage-actions { margin-top: auto; }
  .stage-actions .btn { width: 100%; padding: 5px 3px; font-size: 7px; letter-spacing: .1em; color: #e3c875; border-color: #b28c32; background: #231d1080; }
  .stage-right { grid-column: 1 / -1; grid-row: 2; padding: 0; }
  .abilities-panel-card { padding: 9px 22px 12px; border: 0; border-radius: 0 0 5px 5px; }
  .panel-subtitle, .stage-nav-arrows { display: none; }
  .panel-title { font-size: 10px; margin-bottom: 5px; }
  .abilities-list { gap: 5px; margin: 0; }
  .ability-row { align-items: center; gap: 10px; }
  .ability-icon-circle { width: 27px; height: 27px; border-color: #6e3c9c; color: #ebc9ff; font-size: 8px; background: radial-gradient(circle at 40% 35%, #dfbdff, #7223ac 35%, #260844 70%); }
  .ability-desc strong { font-size: 8px; margin: 0; }
  .ability-desc p { font-size: 7px; line-height: 1.3; }
  .section-tag-gold { font-size: 6px; letter-spacing: .25em; margin-bottom: 5px; }
  .section-subtext-light { font-size: 9px; margin: 5px auto 0; }
  .section-dark .gold-divider { display: none; }
  .modes-grid { gap: 7px; }
  .mode-card { height: 64px; padding: 0; border-radius: 5px; }
  .mode-card.featured-mode { border-color: #b48a4a40; }
  .mode-bg { background-position: center 45%; }
  .mode-overlay { background: linear-gradient(90deg, #09090ce6, #09090c20); }
  .mode-content { padding: 12px 14px; width: 100%; }
  .mode-badge, .mode-features { display: none; }
  .mode-title { font-size: 14px; margin-bottom: 3px; letter-spacing: .06em; }
  .mode-desc { font-size: 9px; margin: 0; }
  .mode-content .btn { position: absolute; inset: 0; width: 100%; background: transparent; box-shadow: none; border: 0; font-size: 0; padding: 0; }
  .mode-content .btn::after { content: '›'; position: absolute; right: 14px; top: 19px; width: 24px; height: 24px; border: 1px solid #b48a4a; border-radius: 50%; color: #dab54d; font: 25px/20px sans-serif; }
  .classes-section { padding-top: 6px; border: 0; }
  .classes-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px 9px; }
  .class-card { padding: 6px 3px; border-radius: 4px; min-height: 68px; }
  .class-icon-wrapper { width: 27px; height: 27px; margin-bottom: 4px; }
  .class-icon { width: 18px; height: 18px; }
  .class-title { font-family: var(--font-body); font-size: 8px; margin-bottom: 2px; }
  .class-desc { font-size: 7px; margin: 0; }
  .class-lane { display: none; }
  .esports-section { min-height: 0; padding: 12px 0; }
  .esports-dark-overlay { background: #03060b70; }
  .esports-card-glass { padding: 0; border: 0; border-radius: 0; background: transparent; backdrop-filter: none; box-shadow: none; }
  .esports-live-tag { font-size: 5px; padding: 0; margin-bottom: 3px; color: #d5b76d; border: 0; background: none; }
  .pulsing-dot { display: none; }
  .esports-title { font-size: 19px; line-height: 1.2; margin-bottom: 4px; }
  .esports-subheading { font-size: 9px; letter-spacing: 0; margin-bottom: 10px; }
  .esports-stats-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 4px; margin: 0 28px; padding: 5px 5px 0; background: #0e0d12e6; border: 1px solid #b48a4a50; border-bottom: 0; border-radius: 4px 4px 0 0; }
  .stat-pill { padding: 6px 2px; border: 0; border-radius: 0; }
  .stat-pill-label { font-size: 4.5px; letter-spacing: .1em; margin-bottom: 2px; }
  .stat-pill-val { display: block; font: 700 8px/1.3 var(--font-body); letter-spacing: .06em; }
  .esports-cta-row { flex-wrap: nowrap; gap: 7px; margin: 0 28px; padding: 8px 12px; background: #0e0d12e6; border: 1px solid #b48a4a50; border-top: 0; border-radius: 0 0 4px 4px; }
  .esports-cta-row .btn { font-size: 6px; padding: 6px 3px; letter-spacing: .1em; flex: 1; white-space: nowrap; }
  .download-section { padding: 12px 0 15px; }
  .download-section .section-header { margin-bottom: 7px; }
  .download-text { font-size: 8px; line-height: 1.4; margin: 7px auto 0; max-width: 220px; }
  .download-badges-row { flex-direction: column; gap: 4px; margin: 0; }
  .download-card { width: 63%; min-width: 220px; min-height: 25px; padding: 4px 10px; gap: 15px; justify-content: center; border-radius: 4px; }
  #dlApple { order: 1; } #dlGoogle { order: 2; }
  .dl-badge-icon { width: 14px; height: 14px; filter: brightness(0) invert(1); }
  .dl-text-col { flex-direction: row; align-items: baseline; gap: 4px; }
  .dl-sub { font-size: 7px; letter-spacing: 0; }
  .dl-main { font-size: 8px; letter-spacing: 0; }
  .download-meta { display: none; }
  .cinematic-banner-section { height: 138px; }
  .banner-overlay-top { height: 48%; }
  .banner-overlay-bottom { height: 65px; }
  .banner-floating-content { padding: 20px 10px 0; }
  .banner-tag { display: none; }
  .banner-title { font-size: 19px; letter-spacing: .1em; margin-bottom: 4px; }
  .banner-subtitle { font-size: 7px; letter-spacing: .02em; margin-bottom: 10px; }
  .banner-floating-content .btn { padding: 6px 17px; font-size: 8px; }
  .site-footer { padding: 14px 0 12px; }
  .footer-top-row { flex-direction: row; align-items: center; flex-wrap: nowrap; gap: 12px; margin-bottom: 15px; }
  .footer-logo { width: 105px; height: auto; margin: 0; }
  .footer-tagline { display: none; }
  .footer-socials { gap: 6px; }
  .social-link { width: 19px; height: 19px; }
  .social-link svg { width: 10px; height: 10px; }
  .footer-divider { display: none; }
  .footer-bottom-row { gap: 13px; }
  .footer-nav-links { width: 100%; gap: 10px 13px; }
  .footer-nav-links a { font-size: 6px; letter-spacing: .12em; }
  .footer-nav-links .legal-link { font-size: 6px; letter-spacing: 0; }
  .copyright-text { font-size: 5px; line-height: 1.5; }
  .back-to-top { display: none; }
  .modal-window { max-height: 85dvh; overflow-y: auto; }
  .modal-inner { padding: 24px 18px; }
  .modal-title { font-size: 20px; }
  .modal-img-banner { height: 160px; }
  .reveal-on-scroll { opacity: 1; transform: none; }
}

@media (max-width: 360px) {
  .hero-container { padding-top: 72px; }
  .hero-stage { width: 94%; }
  .portrait-track { gap: 6px; }
  .portrait-item { width: 35px; height: 35px; }
  .esports-stats-grid, .esports-cta-row { margin-left: 12px; margin-right: 12px; }
}
