/* EditEasy store landing (/store). Loads AFTER style.css and only adds what this page needs.
   Tokens mirror style.css: #000 / #0f0f12 surfaces, #f5f5f7 text, #86868b muted, #7ee8ff accent, #ffb060 yes side.
   No rules, no ornament lines, no emoji. Motion is transform/opacity only. */

.storeWrap { min-height: 100dvh; max-width: 480px; margin: 0 auto; padding: max(18px, env(safe-area-inset-top)) 20px calc(22px + env(safe-area-inset-bottom)); display: flex; flex-direction: column; gap: 0; }
.storeWrap .top { margin-bottom: 4px; }
.storeWrap .top a.brand { color: #f5f5f7; text-decoration: none; min-height: 44px; }
.storeWrap .foot a { display: inline-flex; align-items: center; justify-content: center; min-width: 44px; min-height: 44px; padding: 0 4px; }
.storeWrap .h1 { font-size: clamp(40px, 11vw, 56px); margin: 12px 0 8px; }
.storeWrap .sub { margin-bottom: 16px; }
.storeWrap .langBtn:active { transform: scale(0.96); }

/* The mock: a 9:16 frame so a poster maps 1:1 onto the 720x1280 film. */
.mock { position: relative; width: 100%; aspect-ratio: 9 / 16; border-radius: 26px; overflow: hidden; background: #0b0b0d; margin: 6px 0 18px; isolation: isolate; }
.mock .film { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.mock::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 24%; background: linear-gradient(180deg, rgba(0,0,0,0.7), transparent); z-index: 1; }
.mock::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 50%; background: linear-gradient(180deg, transparent, rgba(0,0,0,0.55) 45%, rgba(0,0,0,0.94)); z-index: 1; }
.mock > * { position: relative; z-index: 2; }
/* STORE room: the glass cube's top face. cx 0.50, bottom 0.555, w 0.40 (sneaker is wider than tall, so width wins) */
.mock .glow { position: absolute; left: 24%; width: 52%; top: 50%; height: 12%; background: radial-gradient(ellipse at 50% 50%, rgba(0,210,255,0.5) 0%, rgba(126,232,255,0.18) 38%, transparent 72%); filter: blur(14px); z-index: 1; }
.mock .obj { position: absolute; left: 30%; width: 40%; bottom: 44.5%; height: auto; filter: drop-shadow(0 10px 10px rgba(0,0,0,0.55)) drop-shadow(0 30px 40px rgba(0,0,0,0.45)); }
/* LION fallback seat (EE.ROOMS.lion): cx 0.500, bottom 0.652, w 0.44 */
.mock.lion .glow { top: 56%; height: 14%; }
.mock.lion .obj { left: 28%; width: 44%; bottom: 34.8%; }
.mock .hud { position: absolute; left: 0; right: 0; top: 0; padding: 16px 16px 0; display: flex; justify-content: space-between; align-items: center; gap: 8px; }
.mock .hud .brand { font-size: 11px; letter-spacing: 0.2em; }
.chip { display: inline-flex; align-items: center; gap: 8px; min-height: 30px; padding: 0 12px; border-radius: 999px; background: rgba(0,0,0,0.6); border: 1px solid rgba(255,255,255,0.22); font-size: 11px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; color: #f5f5f7; white-space: nowrap; }
.chip .ad { font-size: 9px; letter-spacing: 0.16em; padding: 3px 6px; border-radius: 6px; background: rgba(255,255,255,0.14); color: #d2d2d7; }
.mock .reveal { position: absolute; left: 16px; right: 16px; bottom: 16px; display: flex; flex-direction: column; gap: 10px; }
.mock .reveal .who { font-size: 11px; letter-spacing: 0.18em; font-weight: 700; color: #a1a1a6; text-transform: uppercase; }
.mock .reveal .pct { font-size: clamp(64px, 20vw, 96px); line-height: 0.85; color: #ffb060; text-shadow: 0 0 40px rgba(255,176,96,0.35); }
.mock .reveal .pct small { font-size: 0.45em; }
.mock .reveal .line { font-size: clamp(20px, 6vw, 28px); }
.mock .shop { display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; border-radius: 16px; background: #7ee8ff; color: #000; font-family: "Chakra Petch", Inter, sans-serif; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; font-size: 18px; margin-top: 4px; }
.mock .count { font-size: 12px; font-weight: 700; color: #86868b; text-align: center; }

/* what a store gets */
.gets { display: flex; flex-direction: column; gap: 10px; margin-bottom: 18px; }
.get { display: flex; gap: 14px; align-items: flex-start; padding: 16px 18px; border-radius: 20px; background: #0f0f12; }
.get .ic { flex: 0 0 auto; width: 44px; height: 44px; border-radius: 14px; background: #0a2834; display: grid; place-items: center; }
.get .ic svg { display: block; }
.get .tx { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.get .gh { font-size: 17px; font-weight: 700; color: #f5f5f7; line-height: 1.3; }
.get .gl { font-size: 14px; line-height: 1.45; color: #86868b; }

/* how it works */
.steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin: 8px 0 18px; }
.stepc { padding: 14px 12px; border-radius: 18px; background: #0f0f12; display: flex; flex-direction: column; gap: 6px; min-height: 92px; }
.stepc .n { font-size: 22px; color: #7ee8ff; }
.stepc .sl { font-size: 13px; line-height: 1.4; color: #c9c9ce; }

/* price */
.priceCard { display: flex; align-items: center; gap: 16px; padding: 18px; border-radius: 22px; background: #0a2834; margin-bottom: 12px; }
.priceCard .big { font-size: 46px; color: #7ee8ff; min-width: 96px; }
.priceCard .pl { display: flex; flex-direction: column; gap: 3px; }
.priceCard .pl b { font-size: 16px; color: #f5f5f7; }
.priceCard .pl span { font-size: 13px; color: #a1a1a6; line-height: 1.4; }
.soon { display: flex; align-items: center; gap: 12px; padding: 14px 18px; border-radius: 18px; background: #0f0f12; font-size: 14px; color: #86868b; margin-bottom: 18px; }
.soon b { font-size: 22px; color: #f5f5f7; }

.storeWrap a.cta { text-decoration: none; }
.storeWrap .note { margin: 12px 0 0; }
.storeWrap .note.ad { margin-top: 6px; }
.storeWrap .note a { display: inline-flex; align-items: center; min-height: 44px; color: #7ee8ff; text-decoration: none; font-weight: 600; }
.storeWrap .foot { margin-top: 22px; }

/* RTL: Heebo for Hebrew text; display digits and the SHOP word keep Chakra */
html[dir="rtl"] .storeWrap .h1, html[dir="rtl"] .get .gh, html[dir="rtl"] .get .gl, html[dir="rtl"] .stepc .sl, html[dir="rtl"] .priceCard .pl, html[dir="rtl"] .soon span, html[dir="rtl"] .mock .reveal .who, html[dir="rtl"] .mock .reveal .line, html[dir="rtl"] .storeWrap a.cta { font-family: Heebo, "Segoe UI", Arial, sans-serif; letter-spacing: 0; }
html[dir="rtl"] .storeWrap .h1 { line-height: 1.02; }
html[dir="rtl"] .chip { letter-spacing: 0.04em; }
html[dir="rtl"] .chip .ad { letter-spacing: 0.04em; }

/* desktop: the mock stays in view while the list scrolls */
@media (min-width: 900px) {
  .storeWrap { max-width: 1040px; display: grid; grid-template-columns: 400px minmax(0, 1fr); column-gap: 56px; align-items: start; padding-top: 28px; }
  .storeWrap .top { grid-column: 1 / -1; }
  .storeWrap .mock { grid-column: 1; grid-row: 2 / span 10; position: sticky; top: 28px; margin-top: 10px; }
  .storeWrap .h1, .storeWrap .sub, .storeWrap .eyebrow, .storeWrap .gets, .storeWrap .steps, .storeWrap .priceCard, .storeWrap .soon, .storeWrap a.cta, .storeWrap .note { grid-column: 2; }
  .storeWrap .h1 { font-size: 64px; margin-top: 10px; }
  .storeWrap .foot { grid-column: 1 / -1; }
}
@media (prefers-reduced-motion: reduce) { .storeWrap * { transition: none !important; animation: none !important; } }
