/* Proposed mobile refinements. Existing desktop styling remains in site.css. */
.mobile-kicker, .mobile-headline, .mobile-lede, .mobile-availability,
.mobile-explore, .mobile-download { display: none; }
.availability > .desktop-availability {
  width: auto; height: auto; border-radius: 0; background: none; box-shadow: none;
}
#get-the-game, #inside-the-room, #download { scroll-margin-top: 20px; }
.case-intro::before { left: calc(50% - 50vw); right: calc(50% - 50vw); }

@media (max-width: 720px) {
  html { scroll-padding-bottom: 96px; }
  body { overflow-x: clip; }
  .site-header {
    width: calc(100% - 40px); padding: 12px 0;
    align-items: center; border-bottom-color: rgba(241,233,216,.15);
  }
  .brand { gap: 8px; font-size: 24px; letter-spacing: .025em; }
  .brand img { width: 32px; height: 32px; }
  .brand span { position: static; width: auto; height: auto; overflow: visible; clip-path: none; }
  .site-header nav { gap: 0; }
  .site-header nav .nav-play {
    display: flex; align-items: center; justify-content: center;
    min-height: 42px; padding: 9px 11px; font-size: 8px; letter-spacing: .07em;
  }
  main { display: flex; flex-direction: column; }
  .hero {
    order: 0; display: flex; flex-direction: column; align-items: stretch;
    gap: 0; min-height: 0; padding: 89px 20px 30px;
    background: #080c0e;
  }
  .hero-backdrop { display: none; }
  .hero::before {
    background: radial-gradient(ellipse at 85% 24%, #24312e66, transparent 64%),
      linear-gradient(160deg, #10191880, #080b0c);
  }
  .hero::after { display: none; }
  .hero-copy { display: contents; }
  .hero .case-stamp, .hero-tagline, .desktop-headline, .desktop-lede,
  .availability > .desktop-availability { display: none; }
  .mobile-kicker {
    display: block; order: 10; position: relative; z-index: 1;
    margin: 0 0 12px; color: var(--brass-bright);
    font: 400 9px/1.5 var(--mono); letter-spacing: .14em; text-transform: uppercase;
  }
  .hero h1 {
    order: 20; position: relative; z-index: 1; max-width: none;
    font-size: clamp(54px, 17vw, 76px); line-height: .88; letter-spacing: -.012em;
  }
  .mobile-headline, .mobile-lede { display: inline; }
  .hero-lede {
    order: 30; position: relative; z-index: 1; margin: 15px 0 0;
    color: #ded9ce; font: 400 14px/1.55 system-ui, sans-serif;
  }
  .hero-evidence {
    order: 40; width: 100%; margin: 20px 0 0; padding: 0;
    background: #17201f; border: 1px solid rgba(217,208,188,.23);
    transform: none; box-shadow: 0 12px 30px #0003; overflow: hidden;
  }
  .hero-evidence::before, .hero-evidence figcaption { display: none; }
  .hero-evidence img {
    width: 100%; height: clamp(178px, 49vw, 260px); aspect-ratio: auto;
    object-fit: cover; object-position: 70% 45%; filter: none;
    transform: scale(1.18); transform-origin: 70% 45%;
  }
  .evidence-label {
    position: absolute; inset: 0 0 auto; z-index: 1;
    padding: 11px 12px 28px;
    background: linear-gradient(#080c0edf, transparent);
    color: #e4dece; font-size: 7px;
  }
  .evidence-label span { color: var(--brass-bright); }
  .hero .store-actions { order: 50; position: relative; z-index: 1; margin-top: 18px; }
  .store-actions { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 10px; }
  .store-button { min-width: 0; min-height: 54px; padding: 10px 11px; gap: 8px; }
  .store-button svg { width: 23px; height: 23px; }
  .store-button span { font: 600 15px/1.15 system-ui, sans-serif; letter-spacing: 0; }
  .store-button small { font: 400 8px/1.2 var(--mono); letter-spacing: .025em; }
  [data-mobile-store="ios"] .store-button[href*="apps.apple.com"],
  [data-mobile-store="android"] .store-button[href*="play.google.com"] { order: -1; }
  [data-mobile-store="ios"] .store-button[href*="play.google.com"],
  [data-mobile-store="android"] .store-button[href*="apps.apple.com"] {
    background: #121917; border-color: #647066; color: var(--paper-bright);
  }
  [data-mobile-store="ios"] .store-button[href*="play.google.com"] small,
  [data-mobile-store="android"] .store-button[href*="apps.apple.com"] small { color: #c3c6bc; }
  .availability {
    order: 60; position: relative; z-index: 1; justify-content: center;
    margin: 13px 0 0; gap: 7px; color: #bac2b6; font-size: 8px;
    line-height: 1.4; letter-spacing: .045em;
  }
  .availability > .mobile-availability {
    display: inline; width: auto; height: auto;
    border-radius: 0; background: none; box-shadow: none;
  }
  .mobile-explore {
    order: 70; position: relative; z-index: 1; display: flex;
    align-items: center; justify-content: center; gap: 7px;
    min-height: 44px; margin-top: 6px; color: #d2c9b7;
    font: 400 12px/1.4 system-ui, sans-serif; text-underline-offset: 4px;
  }
  .mobile-explore svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.4; }

  /* Show the experience before the longer case background. */
  .room-section { order: 1; display: flex; flex-direction: column; padding: 34px 0 44px; border-top: 1px solid var(--line); }
  .room-copy { display: contents; }
  .room-visual { order: 1; }
  .room-body { order: 2; width: calc(100% - 32px); margin: 26px auto; }
  .room-section .approach-list { order: 3; width: calc(100% - 32px); margin: 0 auto; }
  .room-copy h2 { font-size: clamp(40px,11.5vw,60px); line-height: .95; }
  .room-copy .overline { margin-bottom: 12px; }
  .room-body p { font-size: 15px; line-height: 1.6; }
  .room-visual { width: calc(100% - 32px); padding-bottom: 12px; }
  .room-visual > img { aspect-ratio: 16/9; object-position: 70% center; }
  .room-visual::after { bottom: auto; height: 190px; }
  .room-status { display: none; }
  .dialogue-card { margin: 10px 12px 0; padding: 12px; }
  .dialogue-card p { font-size: 14px; }
  .dialogue-card--answer { margin-top: 8px; }
  .approach-list { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .approach-list li { font-size: 14px; padding: 13px 11px; }
  .investigation { order: 2; padding-block: 48px; }
  .investigation-inner { gap: 26px; }
  .investigation h2 { font-size: clamp(44px,12vw,64px); }
  .investigation-copy p:last-child { margin-top: 20px; }
  .investigation-steps li { padding: 19px 0; }
  .case-intro { order: 3; padding-block: 48px; }
  .case-intro::before { inset: 0 -16px; }
  .case-intro h2, .lineup h2, .reshuffle h2 { font-size: clamp(44px,12vw,64px); }
  .case-summary { margin-top: 24px; }
  .case-summary p, .case-summary p:first-child { font-size: 16px; }
  .case-facts { margin-top: 26px; }
  .sealed-file { min-height: 0; margin-top: 32px; padding: 24px 20px 70px; }
  .sealed-file__lead { margin: 22px 0; font-size: 16px; }
  .redaction-lines { gap: 8px; }
  .redaction-lines i { height: 7px; }
  .sealed-file__stamp { bottom: 24px; }
  .lineup { order: 4; padding-block: 48px; }
  .lineup-heading { gap: 20px; margin-bottom: 24px; }
  .suspect-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .suspect-card h3 { font-size: 29px; }
  .suspect-card::before { font-size: 6px; letter-spacing: .09em; }
  .reshuffle { order: 5; padding-block: 48px; }
  .reshuffle-features { margin-top: 28px; }
  .reshuffle-features article { padding: 20px; }
  .final-cta { order: 6; min-height: 0; padding: 50px 20px 46px; }
  .final-cta h2 { font-size: clamp(50px,14vw,76px); }
  .final-mark { width: 80px; height: 80px; margin-bottom: 18px; }
  .site-footer { padding-bottom: calc(110px + env(safe-area-inset-bottom)); }
  .site-footer nav a { display: inline-flex; align-items: center; min-height: 44px; }

  .mobile-download:not([hidden]) {
    display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 10px;
    position: fixed; z-index: 50; inset: auto 0 0;
    padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
    border-top: 1px solid #495046; background: #080c0ef5;
    box-shadow: 0 -12px 30px #0004;
    backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  }
  .mobile-download .store-button { min-height: 50px; }
}

@media (max-width: 359px) {
  .site-header { width: calc(100% - 32px); }
  .brand { font-size: 21px; gap: 6px; }
  .brand img { width: 28px; height: 28px; }
  .site-header nav .nav-play { padding-inline: 8px; font-size: 7px; }
  .hero { padding-inline: 16px; }
  .hero h1 { font-size: 54px; }
  .hero-lede { font-size: 12.5px; }
  .mobile-kicker { font-size: 8px; letter-spacing: .09em; }
  .store-button { padding-inline: 9px; gap: 6px; }
  .store-button span { font-size: 13px; }
  .store-button small { font-size: 7px; }
  .store-button svg { width: 21px; height: 21px; }
}
