/* Native hangar materials: one animated focal point and two equipment offers. */
#store .panel{max-width:1080px!important;width:min(1080px,calc(100vw - 40px));max-height:calc(100dvh - 32px);overflow:auto;padding:24px}
#store h2{font-size:clamp(22px,3.5vw,36px);margin:0}
#store .premium-intro{font-size:14px;color:#a9c3cf;line-height:1.5;margin:8px 0 16px}
.premium-showroom{--premium-accent:#be9aff;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);gap:24px;align-items:center;border-bottom:1px solid #29414f;padding:8px 0 22px;margin-bottom:20px}
.premium-stage{position:relative;min-width:0;aspect-ratio:1;max-height:440px;background:radial-gradient(ellipse at 50% 53%,#18344055,transparent 67%);overflow:hidden}
.premium-stage:after{content:"";position:absolute;inset:12% 10%;border:1px solid #4e748826;border-radius:50%;pointer-events:none}
.premium-stage canvas{width:100%;height:100%;object-fit:contain;display:block}
.premium-stage-mark{position:absolute;left:8px;bottom:8px;font-size:11px;letter-spacing:.15em;color:#7898a8}
.premium-loading{position:absolute;inset:40% 16% auto;text-align:center;color:#a7bdc8;font-size:13px}
.premium-art-ready .premium-loading{display:none}
.premium-copy{min-width:0}
.premium-access{font-size:12px;color:var(--premium-accent);letter-spacing:.1em}
.premium-name{font-size:clamp(26px,4vw,44px);margin:10px 0;color:#ecf6fa;letter-spacing:.07em}
.premium-description{font-size:16px;line-height:1.45;color:#c6dce5;margin:0 0 8px}
.premium-motion-copy,.premium-base{font-size:13px;line-height:1.5;color:#9eb8c5;margin:8px 0 14px}
.premium-hulls{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin:16px 0 12px}
.premium-hulls button{flex:1;min-width:0;min-height:96px;padding:4px;border:1px solid #294552;background:#0a1924;color:#b6cad3;cursor:pointer}
.premium-hulls canvas{display:block;width:52px;height:52px;margin:auto}
.premium-hulls span,.premium-hulls small{display:block;font-size:12px;line-height:1.5}
.premium-hulls small{font-size:11px;color:#91a7b3}
.premium-hulls [aria-pressed=true]{border-color:var(--premium-accent);box-shadow:inset 0 -2px var(--premium-accent);color:#fff}
.premium-modes{display:flex;gap:4px;flex-wrap:wrap}
.premium-modes button,.premium-packages{min-height:44px;padding:8px 10px;border:0;border-bottom:1px solid #345363;background:transparent;color:#a3bbc8;font:inherit;font-size:12px;cursor:pointer}
.premium-modes [aria-pressed=true]{color:#eefaff;border-bottom-color:var(--premium-accent)}
.premium-actions{display:flex;gap:8px;margin-top:12px}
.premium-actions .mbtn{min-height:44px;flex:1;font-size:12px;padding:10px}
.premium-showroom button:focus-visible,.premium-package button:focus-visible{outline:2px solid #eaffff;outline-offset:3px}
.premium-showroom button:disabled{opacity:.5;cursor:default}
.premium-package{display:grid;grid-template-columns:1fr auto;align-items:center;gap:20px;padding:20px 4px;border-bottom:1px solid #28404e}
.premium-package h3{margin:0 0 6px;font-size:20px;letter-spacing:.08em}
.premium-package p{font-size:14px;line-height:1.55;color:#b4cad5;margin:4px 0}
.premium-package .premium-offer-note{font-size:12px;color:#96afbd}
.premium-price{font-size:26px;font-weight:700;color:#f0d092}
.premium-purchase{text-align:right;min-width:180px}
.premium-purchase .btn{min-height:44px;margin:6px 0 0 6px;font-size:12px}
.premium-availability{display:block;max-width:220px;font-size:12px;line-height:1.5;color:#a8bdc8;margin-top:8px}
#store-msg{font-size:14px!important;line-height:1.5}
#store-back{margin-top:12px;min-height:44px}
#premium-hangar .premium-showroom{padding:16px 0;margin:0;border-bottom:0}
#premium-hangar .premium-stage{max-height:340px}
@media(max-width:600px){
 #store .panel{width:calc(100vw - 20px);padding:16px;max-height:calc(100dvh - 20px)}
 .premium-showroom{grid-template-columns:1fr;gap:8px}
 .premium-stage{max-height:260px;width:100%;aspect-ratio:1.4}
 .premium-name{font-size:28px;margin:6px 0}
 .premium-description{font-size:14px}
 .premium-package{grid-template-columns:1fr;gap:10px}
 .premium-purchase{text-align:left}
 .premium-purchase .btn{margin-right:8px;margin-left:0}
 .premium-availability{max-width:none}
}
@media(orientation:landscape) and (max-height:520px){
 #store .panel{max-height:calc(100dvh - 12px);padding:14px 20px;width:calc(100vw - 24px)}
 .premium-showroom{grid-template-columns:minmax(180px,.8fr) minmax(0,1.2fr);gap:16px}
 .premium-stage{max-height:260px;aspect-ratio:1}
 .premium-name{font-size:26px;margin:6px 0}
 .premium-description{font-size:14px}
 .premium-motion-copy{display:none}
 .premium-hulls{margin:8px 0}
 .premium-hulls button{min-height:76px}
 .premium-hulls canvas{width:38px;height:38px}
 .premium-package{padding:14px 0}
 #premium-hangar .premium-stage{max-height:230px}
}
@media(prefers-reduced-motion:reduce){.premium-showroom *{animation:none!important;transition:none!important}}
/* Upgrade cards have narrow widths and hover transforms; purchase rows do not. */
#store .premium-package{width:100%;min-width:0;max-width:none;box-sizing:border-box;text-align:left;cursor:default;animation:none;transition:none;transform:none;box-shadow:none;background:none;border:0;border-bottom:1px solid #28404e}
#store .premium-package:hover{transform:none;box-shadow:none}
#store .premium-purchase .badge{display:inline-block;margin:8px 0 0 10px}
#store-list>.card:not(.premium-package){width:auto;min-width:0;max-width:none;animation:none;cursor:default;text-align:left;align-items:stretch}

/* Five distinct hulls keep named, usable selectors on small screens. */
.premium-stage-mark{font-size:12px;line-height:1.5;letter-spacing:.08em;right:8px}
.premium-hulls button{overflow-wrap:anywhere}
.premium-fleet-count{font-weight:700;color:var(--cyan)!important;letter-spacing:.08em}
@media(max-width:600px),(orientation:landscape) and (max-width:800px) and (max-height:520px){.premium-hulls{grid-template-columns:repeat(3,minmax(0,1fr))}}
