/* B7 mobile convergence: fewer states, shorter holds, one visual focus at a time. */
@media(max-width:699px){
  .product-portal{height:232svh;min-height:1780px}
  .daylight-portal{height:210svh;min-height:1600px}
  .living-portal{height:225svh;min-height:1720px}
  .restraint-portal{height:198svh;min-height:1500px}

  .living-layer-a{display:block;left:6vw;right:auto;top:auto;bottom:8svh;width:88vw;max-width:none;height:72svh;border:1px solid rgba(255,246,233,.4);box-shadow:0 20px 48px rgba(28,16,11,.28)}
  .living-layer-b,.living-caption{display:none}
}

@media(max-width:374px){.living-layer-a{left:5vw;width:90vw}}
@media(min-width:400px) and (max-width:699px){.living-layer-a{left:8vw;width:84vw}}
@media(max-width:699px) and (prefers-reduced-motion:reduce){
  .product-portal,.daylight-portal,.living-portal,.restraint-portal{height:165svh;min-height:1240px}
  .living-layer-a{display:none}
}
