.store-home { background: #fff; padding-top: 24px; }
.store-home *, .store-home *::before, .store-home *::after { box-sizing: border-box; }
.store-intro { max-width: 1320px; margin: 0 auto; padding: 0 24px 50px; display: grid; grid-template-columns: 1.05fr 1fr; align-items: center; gap: 28px; }
.store-intro-copy { padding: 52px 0 36px; }
.store-eyebrow { display: flex; align-items: center; gap: 9px; color: #536981; font-size: 10px; letter-spacing: 2px; font-weight: 800; margin-bottom: 23px; }
.store-eyebrow > span { width: 7px; height: 7px; border-radius: 50%; background: #2563eb; box-shadow: 0 0 0 4px #eff6ff; }
.store-intro h1 { color: #111e35; font-size: clamp(38px, 4.35vw, 66px); letter-spacing: -3px; line-height: 1.08; font-weight: 800; margin: 0 0 25px; }
.store-intro h1 em { font-style: normal; color: #2563eb; }
.store-intro-copy > p { max-width: 425px; font-size: 15px; line-height: 1.85; color: #637086; margin-bottom: 28px; }
.store-actions { display: flex; gap: 22px; align-items: center; flex-wrap: wrap; }
.store-button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; background: #1d4ed8; color: #fff; border-radius: 9px; font-size: 12px; font-weight: 700; padding: 17px 21px; box-shadow: 0 7px 16px #1d4ed822; transition: background .2s, transform .2s; }
.store-button:hover { background: #1e40af; color: #fff; transform: translateY(-2px); }
.store-text-link { display: inline-flex; align-items: center; gap: 12px; color: #25354e; font-size: 12px; font-weight: 700; }
.store-text-link:hover { color: #2563eb; }
.store-intro-note { display: flex; align-items: center; gap: 9px; margin-top: 33px; font-size: 11px; color: #718096; }
.store-intro-note > span { width: 1px; height: 14px; background: #d6dfe9; margin: 0 10px; }
.store-scene { position: relative; min-width: 0; height: 470px; border-radius: 28px; overflow: hidden; background: radial-gradient(ellipse at 70% 35%, #fff 0, #edf5ff 40%, #dbeafe 100%); }
.store-scene-label { position: absolute; top: 32px; left: 32px; letter-spacing: 2.4px; color: #6d89af; font-size: 9px; font-weight: 700; }
.store-orbit { position: absolute; width: 420px; height: 420px; border: 1px solid #fff; border-radius: 50%; right: -70px; top: -20px; }
.store-orbit-two { width: 530px; height: 530px; right: -125px; top: -75px; }
.store-hero-laptop { position: absolute; width: 81%; top: 120px; left: 1%; transform: rotate(-9deg); }
.device-laptop { width: 100%; filter: drop-shadow(0 24px 15px #142d5830); }
.device-laptop-lid { width: 88%; margin: 0 auto; aspect-ratio: 1.5; padding: 7px; background: linear-gradient(120deg, #697989, #1c2535 35%, #536478); border: 1px solid #98a9ba; border-radius: 12px 12px 4px 4px; }
.device-screen { position: relative; overflow: hidden; width: 100%; height: 100%; border-radius: 5px; background: radial-gradient(ellipse at 20% 80%, #38bdf8, transparent 55%), linear-gradient(140deg, #172554 5%, #4338ca 40%, #2563eb 70%, #38bdf8); }
.device-screen::before, .device-screen::after { content: ''; position: absolute; width: 115%; height: 76%; border-radius: 50%; border: 18px solid #7dd3fc80; transform: rotate(-35deg); top: 6%; left: 15%; box-shadow: 0 0 30px #c4b5fd40, inset 0 0 20px #c4b5fd70; }
.device-screen::after { width: 80%; height: 55%; left: 40%; top: 22%; border-width: 12px; border-color: #c4b5fd85; }
.device-laptop-base { height: 12px; border-radius: 2px 2px 60% 60%; background: linear-gradient(#dce5ef, #8393a5); position: relative; }
.device-laptop-base::after { content: ''; position: absolute; top: 0; left: 40%; width: 20%; height: 4px; background: #778a9f; border-radius: 0 0 7px 7px; }
.store-hero-phone { position: absolute; width: 24%; right: 8%; top: 147px; transform: rotate(12deg); }
.device-phone { position: relative; width: 100%; aspect-ratio: .49; padding: 5px; background: #142139; border: 2px solid #94a3b8; border-radius: 25px; box-shadow: 12px 20px 30px #142d582b, inset 0 0 0 1px #e2e8f0; }
.device-phone .device-screen { border-radius: 18px; background: radial-gradient(ellipse at 15% 85%, #a5f3fc, transparent 55%), linear-gradient(140deg, #1e3a8a, #3b82f6 50%, #7dd3fc); }
.device-phone .device-screen::before { height: 120%; width: 160%; left: 8%; top: 7%; border-width: 25px; }
.device-phone-camera { position: absolute; width: 32%; height: 9px; background: #101a2b; top: 13px; left: 34%; border-radius: 20px; }
.store-scene-chip { position: absolute; top: 68px; right: 26px; display: flex; gap: 10px; align-items: center; padding: 12px 16px; background: #ffffffec; border: 1px solid #fff; border-radius: 13px; box-shadow: 0 10px 30px #1e3a8a09; color: #75849a; font-size: 10px; line-height: 1.6; transform: rotate(4deg); }
.store-scene-chip strong { color: #25354e; font-size: 11px; }
.store-chip-icon { display: grid; place-items: center; width: 32px; height: 32px; color: #2563eb; background: #eff6ff; border-radius: 9px; }
.store-scene-caption { position: absolute; bottom: 24px; width: 100%; text-align: center; font-size: 10px; color: #6580a2; }
.store-categories { max-width: 1320px; padding: 24px 24px 42px; margin: auto; }
.store-section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 25px; }
.store-section-heading .store-eyebrow { margin-bottom: 10px; }
.store-section-heading h2 { font-size: clamp(25px, 2.4vw, 34px); color: #16253c; font-weight: 800; letter-spacing: -1.2px; margin: 0; }
.store-section-heading h2 span { color: #7d8ca1; font-weight: 500; }
.store-category-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.store-category { position: relative; display: flex; align-items: center; min-height: 264px; border-radius: 20px; padding: 34px; overflow: hidden; transition: transform .25s, box-shadow .25s; }
.store-category:hover { transform: translateY(-4px); box-shadow: 0 15px 35px #17255418; }
.store-category--computers { background: radial-gradient(ellipse at 85% 15%, #234b80, #101e35 70%); color: #fff; }
.store-category--mobile-phones { background: linear-gradient(110deg, #eaf3ff, #daeaff); color: #14243c; }
.store-category-copy { position: relative; z-index: 1; max-width: 65%; }
.store-category-kicker { display: block; font-size: 8px; font-weight: 700; letter-spacing: 1.5px; opacity: .65; margin-bottom: 16px; }
.store-category h3 { font-size: 34px; font-weight: 800; letter-spacing: -1px; margin: 0 0 8px; color: inherit; }
.store-category p { font-size: 11px; line-height: 1.7; opacity: .7; max-width: 185px; margin-bottom: 26px; }
.store-category-cta { display: inline-flex; align-items: center; gap: 16px; font-size: 11px; font-weight: 700; color: inherit; }
.store-category-cta i { display: grid; place-items: center; width: 29px; height: 29px; border: 1px solid #ffffff40; border-radius: 50%; }
.store-category--mobile-phones .store-category-cta i { border-color: #14243c30; }
.store-category-device { position: absolute; width: 52%; right: -10%; bottom: 37px; transform: rotate(-14deg); }
.store-category--mobile-phones .store-category-device { width: 24%; right: 8%; bottom: -28px; transform: rotate(15deg); }
.store-home .hero-slider { max-width: 1320px; padding: 0 24px; margin: 0 auto 30px; background: transparent; }
.store-home .hero-stage { border-radius: 20px; }
.store-home .mc-features { max-width: 1272px; margin: 0 auto 18px; background: #f8fafc; border: 0; border-radius: 16px; padding: 10px 0; }
.store-home .mc-feature-icon { background: #fff !important; border-color: #e2e8f0 !important; color: #2563eb !important; }
.store-home .mc-section { padding: 42px 0; background: #fff !important; }
.store-home .mc-section-title { color: #17253c; font-size: clamp(25px, 2.5vw, 34px); font-weight: 800; letter-spacing: -1.1px; }
.store-home .mc-section-badge { background: transparent !important; border: 0; color: #627792 !important; padding: 0; font-size: 9px; letter-spacing: 1.7px; }
.store-home .hs-track { gap: 18px; padding-top: 8px; padding-bottom: 18px; scroll-snap-type: x proximity; }
.store-home .hs-product-card { width: 240px; border-radius: 16px; border-color: #e8edf4; scroll-snap-align: start; box-shadow: 0 3px 12px #17255404; }
.store-home .hs-product-img { height: 220px; background: #f8fafc; }
.store-home .hs-product-img img { object-fit: contain; padding: 20px; }
.store-home .hs-product-info { padding: 19px; }
.store-home .hs-product-name { white-space: normal; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; min-height: 36px; line-height: 1.45; }
.store-home .hs-product-price { font-size: 17px; }
.store-home .hs-btn { border-radius: 50%; width: 36px; height: 36px; }
.store-brand { display: flex; flex: 0 0 160px; align-items: center; justify-content: center; gap: 12px; padding: 22px 15px; background: #f8fafc; border: 1px solid #edf1f6; border-radius: 12px; color: #334155; font-size: 13px; font-weight: 700; transition: border-color .2s; }
.store-brand:hover { border-color: #2563eb; color: #2563eb; }
.store-brand img { width: 30px; height: 30px; object-fit: contain; }
.store-home .mc-why-card { box-shadow: none; border-color: #e8edf4; border-radius: 16px; }
.store-home .mc-newsletter { background: #eef4fd; border: 0; border-radius: 22px; padding: 48px 24px; }
.store-home .mc-newsletter::after { display: none; }
.store-home a:focus-visible, .store-home button:focus-visible { outline: 3px solid #2563eb; outline-offset: 4px; }
@media (max-width: 1000px) {
    .store-intro { gap: 20px; }
    .store-intro h1 { letter-spacing: -2px; }
    .store-scene { height: 400px; }
    .store-hero-laptop { top: 140px; }
    .store-hero-phone { top: 162px; }
    .store-category { padding: 26px; }
    .store-category-kicker { max-width: 145px; line-height: 1.6; }
    .store-home .mc-features { margin-left: 24px; margin-right: 24px; }
}
@media (max-width: 700px) {
    .store-home { padding-top: 8px; }
    .store-intro { grid-template-columns: 1fr; padding: 0 18px 30px; gap: 10px; }
    .store-intro-copy { padding: 28px 3px 16px; }
    .store-intro h1 { font-size: clamp(37px, 8.5vw, 54px); }
    .store-intro-copy > p { font-size: 13px; margin-bottom: 22px; }
    .store-eyebrow { font-size: 8px; letter-spacing: 1.5px; margin-bottom: 18px; }
    .store-actions { gap: 16px; }
    .store-button { padding: 15px 17px; font-size: 11px; }
    .store-text-link { font-size: 11px; }
    .store-intro-note { margin-top: 24px; }
    .store-scene { height: 330px; max-width: 500px; width: 100%; justify-self: center; border-radius: 20px; }
    .store-hero-laptop { top: 82px; width: 77%; }
    .store-hero-phone { top: 94px; width: 24%; right: 10%; }
    .store-scene-chip { top: 24px; right: 16px; padding: 9px 12px; }
    .store-scene-label { top: 25px; left: 20px; max-width: 95px; line-height: 1.6; font-size: 8px; }
    .store-categories { padding: 16px 18px 28px; }
    .store-section-heading { align-items: flex-start; flex-direction: column; gap: 14px; }
    .store-section-heading h2 { font-size: 27px; }
    .store-category-grid { grid-template-columns: 1fr; gap: 15px; }
    .store-category { min-height: 230px; }
    .store-category h3 { font-size: 32px; }
    .store-category--mobile-phones .store-category-device { width: 23%; right: 12%; bottom: -24px; }
    .store-home .hero-slider { padding: 0 18px; margin-bottom: 24px; }
    .store-home .mc-features { margin: 0 18px 12px; }
    .store-home .mc-features-inner { padding: 0; }
    .store-home .mc-section { padding: 28px 0; }
    .store-home .mc-container { padding: 0 18px; }
    .store-home .hs-nav-left { gap: 12px; flex-wrap: wrap; }
    .store-home .hs-track { gap: 12px; }
    .store-home .hs-product-card { width: 210px; }
    .store-home .hs-product-img { height: 190px; }
    .store-home .mc-newsletter { padding: 34px 20px; }
}
@media (prefers-reduced-motion: reduce) {
    .store-home *, .store-home *::before, .store-home *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}

/* Uploaded photo banners with readable category links. */
.store-home .hero-slide--catalog { background: #08182d; }
.store-home .hero-slide--catalog > picture { left: 48%; width: 52%; }
.store-home .hero-slide--catalog > picture > img { object-fit: cover; object-position: center 45%; }
.catalog-banner-copy { position: relative; z-index: 2; width: 48%; padding: 35px 40px 35px 80px; color: #fff; }
.catalog-banner-copy > span { display: block; font-size: 10px; letter-spacing: 1.5px; color: #93c5fd; margin-bottom: 16px; }
.catalog-banner-copy h2 { font-size: clamp(24px, 3vw, 44px); line-height: 1.08; letter-spacing: -1.3px; color: #fff; font-weight: 800; margin-bottom: 18px; }
.catalog-banner-copy p { font-size: 13px; line-height: 1.7; color: #c0cfe2; max-width: 340px; margin-bottom: 24px; }
@media (min-width: 769px) and (max-width: 1000px) {
    .catalog-banner-copy { padding: 24px 24px 24px 70px; }
    .catalog-banner-copy > span { margin-bottom: 10px; font-size: 8px; }
    .catalog-banner-copy h2 { font-size: 26px; margin-bottom: 10px; }
    .catalog-banner-copy p { font-size: 11px; margin-bottom: 14px; }
    .catalog-banner-copy .store-button { padding: 12px; }
}
@media (max-width: 768px) {
    .store-home .hero-slide--catalog { align-items: flex-start; }
    .store-home .hero-slide--catalog > picture { top: 43%; left: 0; width: 100%; height: 57%; }
    .store-home .hero-slide--catalog > picture > img { object-fit: cover; object-position: center 45%; }
    .catalog-banner-copy { width: 100%; height: 43%; padding: 20px 24px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
    .catalog-banner-copy > span { font-size: 8px; margin-bottom: 8px; }
    .catalog-banner-copy h2 { font-size: clamp(21px, 5vw, 32px); margin-bottom: 10px; max-width: 380px; }
    .catalog-banner-copy p { display: none; }
    .catalog-banner-copy .store-button { padding: 10px 14px; font-size: 10px; }
}

.product-spotlights { max-width:1320px; margin:0 auto; padding:0 24px 36px; }
.product-spotlight { display:grid; grid-template-columns:minmax(0,1.15fr) minmax(0,1fr); align-items:center; overflow:hidden; border:1px solid #e5eaf1; border-radius:24px; background:#f8fafc; margin:0 0 24px; }
.product-spotlight-image { display:flex; justify-content:center; background:#fff; padding:20px; }
.product-spotlight-image img { display:block; width:100%; height:auto; max-height:740px; object-fit:contain; }
.product-spotlight-copy { padding:44px; min-width:0; }
.product-spotlight-copy h2 { font-size:clamp(28px,3.5vw,46px); font-weight:800; color:#14243c; line-height:1.12; letter-spacing:-1.5px; overflow-wrap:anywhere; margin:0 0 20px; }
.product-spotlight-copy p { font-size:15px; color:#637086; line-height:1.8; white-space:pre-line; overflow-wrap:anywhere; margin:0 0 26px; }
.product-spotlight-device { font-size:14px; font-weight:700; color:#2563eb; margin:0 0 18px; }
@media(max-width:700px) {
    .product-spotlights { padding:0 18px 24px; }
    .product-spotlight { grid-template-columns:minmax(0,1fr); border-radius:18px; }
    .product-spotlight-image { padding:12px; }
    .product-spotlight-image img { max-height:none; }
    .product-spotlight-copy { padding:26px; }
    .product-spotlight-copy h2 { font-size:28px; letter-spacing:-.8px; }
}
