body{background:var(--color-bg);color:var(--color-text-primary)}
.shop-hero{position:relative;min-height:50vh;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden;padding:120px 24px 40px}
.shop-hero__bg{position:absolute;inset:0;background:radial-gradient(ellipse 80% 60% at 50% 40%,rgba(200,169,126,0.08) 0%,transparent 70%),var(--color-bg)}
.shop-hero__content{position:relative;z-index:1;max-width:800px}
.shop-hero__eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:600;letter-spacing:0.12em;text-transform:uppercase;color:var(--color-gold);margin-bottom:24px}
.shop-hero__title{font-size:clamp(40px,7vw,80px);font-weight:100;line-height:1.05;letter-spacing:-0.03em;color:#fff;margin-bottom:24px}
.shop-hero__subtitle{font-size:clamp(16px,2vw,20px);font-weight:300;line-height:1.6;color:var(--color-text-secondary);max-width:560px;margin:0 auto}
.shop-container{max-width:1192px;margin:0 auto;padding:0 clamp(20px,5vw,128px)}
.product-showcase{padding:clamp(32px,5vw,60px) 0 clamp(60px,10vw,120px)}
.product-card{display:grid;grid-template-columns:1fr 1fr;gap:clamp(40px,6vw,80px);align-items:center;margin-bottom:clamp(80px,12vw,160px)}
.product-card:last-child{margin-bottom:0}
.product-card--reverse{direction:rtl}
.product-card--reverse > *{direction:ltr}
.product-card__gallery{position:relative}
.product-card__image-main{width:100%;border-radius:20px;background:var(--color-surface-1);overflow:hidden;aspect-ratio:1;position:relative}
.product-card__image-main img{width:100%;height:100%;object-fit:contain;padding:24px;transition:transform 0.6s ease}
.product-card__image-main:hover img{transform:scale(1.05)}
.product-card__image-main video{width:100%;height:100%;object-fit:cover;border-radius:20px}
.product-card__image-main img.gallery-img{width:100%;height:100%;object-fit:contain;padding:24px}
.product-card__badge--new{background:rgba(76,175,125,0.10);border-color:rgba(76,175,125,0.35);color:var(--color-success)}
@keyframes pulse-dot{0%,100%{opacity:1;transform:scale(1)}
50%{opacity:0.5;transform:scale(1.4)}
}
.product-card--featured{position:relative}
.product-card--featured::before{content:'';position:absolute;top:-40px;left:-40px;right:-40px;bottom:-40px;background:radial-gradient(ellipse at 30% 50%,rgba(200,169,126,0.04) 0%,transparent 70%);pointer-events:none;border-radius:32px}
.product-card__thumbs{display:flex;gap:10px;margin-top:14px}
.product-card__thumb{width:64px;height:64px;border-radius:10px;background:var(--color-surface-1);overflow:hidden;cursor:pointer;border:2px solid transparent;transition:border-color 0.25s ease;flex-shrink:0}
.product-card__thumb.active,.product-card__thumb:hover{border-color:var(--color-gold)}
.product-card__thumb img{width:100%;height:100%;object-fit:contain;padding:4px}
.product-card__info{display:flex;flex-direction:column;gap:20px}
.product-card__badge{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:var(--color-gold);background:var(--color-gold-tint);border:1px solid var(--color-gold-border);padding:6px 14px;border-radius:100px;width:fit-content}
.product-card__name{font-size:clamp(32px,5vw,52px);font-weight:200;line-height:1.1;letter-spacing:-0.02em;color:#fff}
.product-card__desc{font-size:16px;font-weight:300;line-height:1.65;color:var(--color-text-secondary);max-width:480px}
.product-card__price{display:flex;align-items:baseline;gap:12px}
.product-card__price-current{font-size:36px;font-weight:300;color:#fff}
.product-card__price-original{font-size:18px;font-weight:400;color:var(--color-text-tertiary);text-decoration:line-through}
.product-card__price-save{font-size:13px;font-weight:600;color:var(--color-success);background:rgba(76,175,125,0.1);padding:4px 10px;border-radius:100px}
.product-card__features{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:8px}
.product-card__feature{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:var(--color-text-secondary);line-height:1.4}
.product-card__feature-icon{width:18px;height:18px;flex-shrink:0;color:var(--color-gold);margin-top:1px}
.product-card__actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:8px}
.product-card__colors{display:flex;align-items:center;gap:10px}
.product-card__colors-label{font-size:13px;font-weight:500;color:var(--color-text-tertiary);text-transform:uppercase;letter-spacing:0.06em}
.product-card__color-dot{width:28px;height:28px;border-radius:50%;border:2px solid var(--color-border);cursor:pointer;transition:border-color 0.25s ease,box-shadow 0.25s ease}
.product-card__color-dot:hover,.product-card__color-dot.active{border-color:var(--color-gold);box-shadow:0 0 0 3px var(--color-gold-tint)}
.product-card__color-dot--black{background:#1a1a1a}
.product-card__color-dot--silver{background:linear-gradient(135deg,#c0c0c0,#e8e8e8)}
.product-card__color-dot--white{background:#f0f0f0}
.tech-section{padding:clamp(80px,12vw,160px) 0;background:var(--color-surface-1);position:relative;overflow:hidden}
.tech-section__glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:600px;background:radial-gradient(circle,rgba(200,169,126,0.06) 0%,transparent 70%);pointer-events:none}
.tech-header{text-align:center;margin-bottom:clamp(48px,8vw,80px);position:relative;z-index:1}
.tech-header__title{font-size:clamp(32px,5vw,56px);font-weight:100;line-height:1.1;letter-spacing:-0.03em;color:#fff;margin-bottom:16px}
.tech-header__subtitle{font-size:17px;font-weight:300;color:var(--color-text-secondary);max-width:520px;margin:0 auto;line-height:1.6}
.tech-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;position:relative;z-index:1}
.tech-card{background:var(--color-surface-2);border:1px solid var(--color-border);border-radius:16px;padding:36px 28px;transition:border-color 0.35s ease,transform 0.35s ease,box-shadow 0.35s ease}
.tech-card:hover{border-color:var(--color-gold-border);transform:translateY(-4px);box-shadow:var(--shadow-gold)}
.tech-card__icon{width:44px;height:44px;border-radius:12px;background:var(--color-gold-tint);border:1px solid var(--color-gold-border);display:flex;align-items:center;justify-content:center;margin-bottom:20px;color:var(--color-gold)}
.tech-card__icon svg{width:22px;height:22px}
.tech-card__title{font-size:18px;font-weight:500;color:#fff;margin-bottom:10px;letter-spacing:-0.01em}
.tech-card__desc{font-size:14px;font-weight:300;line-height:1.65;color:var(--color-text-secondary)}
.accessories-section{padding:clamp(80px,12vw,160px) 0}
.accessories-header{text-align:center;margin-bottom:clamp(40px,6vw,64px)}
.accessories-header__title{font-size:clamp(28px,4vw,44px);font-weight:200;color:#fff;letter-spacing:-0.02em;margin-bottom:12px}
.accessories-header__desc{font-size:16px;color:var(--color-text-secondary);font-weight:300}
.accessories-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.accessory-card{background:var(--color-surface-1);border:1px solid var(--color-border);border-radius:16px;overflow:hidden;transition:border-color 0.35s ease,transform 0.35s ease}
.accessory-card:hover{border-color:var(--color-gold-border);transform:translateY(-4px)}
.accessory-card__image{aspect-ratio:1;background:var(--color-surface-2);overflow:hidden}
.accessory-card__image img{width:100%;height:100%;object-fit:contain;padding:20px;transition:transform 0.5s ease}
.accessory-card:hover .accessory-card__image img{transform:scale(1.06)}
.accessory-card__body{padding:24px}
.accessory-card__name{font-size:18px;font-weight:500;color:#fff;margin-bottom:6px}
.accessory-card__desc{font-size:13px;color:var(--color-text-secondary);line-height:1.5;margin-bottom:16px}
.accessory-card__bottom{display:flex;align-items:center;justify-content:space-between}
.accessory-card__price{font-size:22px;font-weight:300;color:#fff}
.accessory-card__price span{font-size:14px;color:var(--color-text-tertiary);text-decoration:line-through;margin-left:8px}
.shop-cta{padding:clamp(60px,10vw,120px) 0;text-align:center;background:var(--color-surface-1)}
.shop-cta__inner{background:radial-gradient(ellipse 60% 50% at 50% 50%,rgba(200,169,126,0.06) 0%,transparent 70%);border:1px solid var(--color-border);border-radius:24px;padding:clamp(48px,8vw,80px) clamp(24px,6vw,64px)}
.shop-cta__title{font-size:clamp(28px,4vw,44px);font-weight:200;color:#fff;margin-bottom:16px;letter-spacing:-0.02em}
.shop-cta__desc{font-size:16px;color:var(--color-text-secondary);font-weight:300;margin-bottom:32px;max-width:480px;margin-left:auto;margin-right:auto;line-height:1.6}
.shop-cta__actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.shop-footer{padding:48px 0;border-top:1px solid var(--color-border);text-align:center}
.shop-footer__text{font-size:13px;color:var(--color-text-tertiary)}
.shop-footer__text a{color:var(--color-gold);text-decoration:none}
.shop-footer__text a:hover{text-decoration:underline}
.fade-up{opacity:0;transform:translateY(30px);transition:opacity 0.7s ease,transform 0.7s ease}
.fade-up.visible{opacity:1;transform:translateY(0)}
@media (max-width:900px){.product-card{grid-template-columns:1fr;gap:40px}
.product-card--reverse{direction:ltr}
.product-card__features{grid-template-columns:1fr}
.tech-grid{grid-template-columns:1fr 1fr}
.accessories-grid{grid-template-columns:1fr 1fr}
}
@media (max-width:540px){.tech-grid{grid-template-columns:1fr}
.accessories-grid{grid-template-columns:1fr}
.product-card__thumbs{overflow-x:auto;-webkit-overflow-scrolling:touch}
}
@media (min-width:1600px){.shop-container{max-width:1440px}
.product-card{gap:80px;margin-bottom:140px}
.product-card__image-main{aspect-ratio:auto;min-height:560px}
.product-card__image-main video,.product-card__image-main img{min-height:560px}
.product-card__name{font-size:56px}
.product-card__desc{font-size:18px;max-width:560px}
.product-card__price-current{font-size:42px}
.product-card__feature{font-size:16px;gap:12px}
.product-card__feature-icon{width:22px;height:22px}
.product-card__features{gap:18px}
.product-card__thumb{width:80px;height:80px;border-radius:12px}
.product-card__badge{font-size:13px;padding:8px 18px}
.product-card__info{gap:24px}
.tech-card{padding:44px 36px}
.tech-card__title{font-size:20px}
.tech-card__desc{font-size:16px}
.accessory-card__name{font-size:20px}
.accessory-card__desc{font-size:15px}
.accessory-card__price{font-size:26px}
}
@media (min-width:2200px){.shop-container{max-width:1600px}
.product-card{gap:100px}
.product-card__image-main{min-height:640px}
.product-card__image-main video,.product-card__image-main img{min-height:640px}
.product-card__name{font-size:64px}
.product-card__desc{font-size:20px;max-width:640px}
.product-card__price-current{font-size:48px}
.product-card__feature{font-size:18px}
.product-card__thumb{width:96px;height:96px}
}