:root {
  font-family: "Segoe UI", Tahoma, Arial, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  color-scheme: light;
  background: #fff9ed;
}
* { box-sizing: border-box; }
html, body { min-height: 100%; margin: 0; }
body { min-height: 100vh; }
h1, h2, p { margin-top: 0; }
h1 { margin-bottom: 0; }
::selection { background: #f8ecd1; color: #10253d; }

.store-landing {
  --store-paper: #fff9ed;
  --store-ink: #10253d;
  --store-red: #d82028;
  --store-gold: #c98719;
  display: flex;
  min-height: 100svh;
  flex-direction: column;
  padding: clamp(18px, 3vw, 46px);
  background: var(--store-paper);
  color: var(--store-ink);
}
.store-landing__header,
.store-landing__hero,
.store-landing__footer { width: min(1400px, 100%); margin-inline: auto; }
.store-landing__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.store-landing__brand { display: grid; gap: 4px; }
.store-landing__brand strong {
  font-size: clamp(2rem, 4vw, 3.8rem);
  font-weight: 900;
  line-height: 1.2;
}
.store-landing__brand span { color: var(--store-gold); font-size: clamp(0.75rem, 1.5vw, 1rem); }
.store-landing__wordmark {
  font-size: clamp(0.85rem, 1.7vw, 1.5rem);
  font-weight: 750;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.store-landing__hero {
  display: grid;
  flex: 1;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  grid-template-areas: 'copy art';
  align-items: center;
  gap: clamp(14px, 2vw, 32px);
  padding-block: clamp(26px, 4vh, 54px);
}
.store-landing__copy { grid-area: copy; min-width: 0; }
.store-landing__copy h1 { font-size: clamp(2.1rem, 3.5vw, 3.7rem); font-weight: 900; line-height: 1.45; }
.store-landing__copy h1 span { display: block; }
.store-landing__copy h1 span:last-child { color: var(--store-red); }
.store-landing__copy p { margin: 18px 0 0; max-width: 48ch; font-size: clamp(0.95rem, 1.2vw, 1.1rem); line-height: 1.9; }
.store-landing__categories { display: flex; flex-wrap: wrap; margin: 22px 0 0; padding: 0; list-style: none; }
.store-landing__categories li { padding-inline: clamp(18px, 3vw, 40px); font-size: clamp(1rem, 1.85vw, 1.5rem); font-weight: 650; }
.store-landing__categories li:first-child { padding-inline-start: 0; }
.store-landing__categories li + li { border-inline-start: 1px solid var(--store-gold); }

.store-landing__brands { margin-top: 26px; padding-top: 22px; border-top: 1px solid #e8dcc4; }
.store-landing__brands h2 { margin: 0; font-size: 1rem; font-weight: 750; }
.store-landing__brands p { margin-top: 6px; font-size: 0.9rem; color: #536171; }
.store-landing__brand-logos { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; max-width: 380px; margin-top: 14px; }
.store-landing__brand-logo {
  display: flex;
  min-width: 0;
  min-height: 80px;
  align-items: center;
  justify-content: center;
  padding: 16px;
  border: 1px solid #eee4d2;
  border-radius: 16px;
  background: #fffefa;
  color: inherit;
  text-decoration: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}
.store-landing__brand-logo:hover { border-color: #d7c49d; box-shadow: 0 8px 20px rgba(76, 59, 31, 0.08); transform: translateY(-1px); }
.store-landing__brand-logo:focus-visible { outline: 3px solid rgba(215, 57, 37, 0.28); outline-offset: 3px; }
.store-landing__brand-logo img { display: block; width: 100%; height: auto; max-height: 52px; object-fit: contain; }
.store-landing__location { display: flex; align-items: center; gap: 12px; margin-top: 22px; font-style: normal; line-height: 1.8; }
.store-landing__location > svg { flex: none; color: var(--store-red); }
.store-landing__location div { display: grid; gap: 2px; }
.store-landing__location strong { font-size: 1rem; }
.store-landing__location span { color: #536171; font-size: 0.9rem; }

.store-landing__scene { position: relative; grid-area: art; min-width: 0; width: 100%; aspect-ratio: 1; isolation: isolate; }
.store-landing__planets { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.store-landing__planet { position: absolute; display: block; width: 19%; height: 19%; overflow: hidden; transform: translate(-50%, -50%); }
.store-landing__planet--action { left: 17%; top: 15%; width: 21%; height: 21%; }
.store-landing__planet--movies { left: 41%; top: 10%; }
.store-landing__planet--science { left: 66%; top: 12%; }
.store-landing__planet--abjad { left: 88%; top: 28%; width: 22%; }
.store-landing__planet--zumoroda { left: 88%; top: 51%; width: 24%; }
.store-landing__planet--adventure { left: 86%; top: 76%; }
.store-landing__planet--sport { left: 65%; top: 91%; width: 23%; height: 17%; }
.store-landing__planet--bonbona { left: 32%; top: 92%; width: 26%; height: 15%; }
.store-landing__planet--comedy { left: 10%; top: 65%; }
.store-landing__art-frame { position: absolute; z-index: 1; inset: 14% 13% auto; aspect-ratio: 1; }
.store-landing__art {
  display: block;
  width: 100%;
  height: auto;
  user-select: none;
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent),
    linear-gradient(0deg, transparent, #000 6%, #000 94%, transparent);
  mask-composite: intersect;
}

.store-landing__footer {
  display: flex;
  align-items: center;
  gap: clamp(12px, 2vw, 30px);
  padding-top: 8px;
  color: var(--store-ink);
  text-align: center;
  font-size: 0.8rem;
  line-height: 1.7;
}
.store-landing__footer::before,
.store-landing__footer::after { height: 1px; flex: 1; background: var(--store-gold); content: ''; }
.store-landing__footer span { max-width: 75%; }

@media (max-width: 720px) {
  .store-landing { padding: 20px 18px; }
  .store-landing__hero { grid-template-columns: minmax(0, 1fr); grid-template-areas: 'art' 'copy'; gap: 12px; padding-block: 22px 32px; }
  .store-landing__scene { max-width: 460px; margin-inline: auto; }
  .store-landing__copy { text-align: center; }
  .store-landing__copy h1 { font-size: clamp(1.85rem, 7.3vw, 3.1rem); }
  .store-landing__copy p { max-width: 32ch; margin-inline: auto; }
  .store-landing__brand-logos { margin-inline: auto; }
  .store-landing__location { justify-content: center; }
  .store-landing__categories { justify-content: center; }
  .store-landing__categories li:last-child { padding-inline-end: 0; }
  .store-landing__footer { font-size: 0.72rem; }
}
