:root{--hero-gap:1.5rem;--hero-sidebar-width:220px;--hero-main-height:395px;--color-gold-jewelry:#c5a572;--color-dark-jewelry:#1a1a1a;--color-discount:#e63946;--color-success:#06d6a0;--color-warning:#ff9800;--shadow-card:0 2px 8px rgba(0,0,0,.08);--shadow-card-hover:0 8px 24px rgba(0,0,0,.15);--transition-smooth:all .3s cubic-bezier(.4,0,.2,1)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.hero-integrated{width:100%;margin:2rem 0}.hero-integrated__container{display:grid;grid-template-columns:var(--hero-sidebar-width) 1fr var(--hero-sidebar-width);gap:var(--hero-gap);max-width:1440px;margin:0 auto;padding:0 1rem;align-items:start}.hero-integrated__sidebar{height:var(--hero-main-height);display:flex;align-items:stretch}.hero-integrated__main{height:var(--hero-main-height);position:relative}.hero-carousel{position:relative;width:100%;height:100%;overflow:hidden;border-radius:12px;background:#f8f9fa;box-shadow:var(--shadow-card)}.hero-carousel__track{position:relative;width:100%;height:100%}.hero-carousel__slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;overflow:hidden;visibility:hidden;transition:opacity .5s ease-in-out}.hero-carousel__slide.active{opacity:1;visibility:visible;position:relative;z-index:1}.hero-carousel__slide::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:var(--bg-hero-bannerImage);background-size:cover;background-position:center;filter:blur(15px);transform:scale(1.1);z-index:1}.hero-carousel__link{display:block;position:relative;width:100%;height:100%;text-decoration:none;z-index:2}.hero-carousel__figure{margin:0;width:100%;height:100%;position:relative;overflow:hidden}.hero-carousel__image{width:100%;object-fit:contain;display:block}.hero-carousel__controls{position:absolute;top:50%;transform:translateY(-50%);width:100%;display:flex;justify-content:space-between;padding:0 1rem;z-index:10;pointer-events:none}.hero-carousel__button{pointer-events:all;width:44px;height:44px;min-width:44px;min-height:44px;border-radius:50%;border:0;background:rgba(255,255,255,.9);color:var(--color-dark-jewelry);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:var(--transition-smooth);box-shadow:0 2px 8px rgba(0,0,0,.15)}.hero-carousel__button:hover,.hero-carousel__button:focus{background:var(--color-gold-jewelry);color:#fff;transform:scale(1.1);outline:2px solid var(--color-dark-jewelry);outline-offset:2px}.hero-carousel__button:focus-visible{outline:3px solid #005fcc;outline-offset:3px}.hero-carousel__indicators{position:absolute;bottom:1rem;left:50%;transform:translateX(-50%);display:flex;gap:.5rem;z-index:10}.hero-carousel__indicator{width:32px;height:4px;min-width:32px;min-height:32px;border-radius:2px;border:0;background:rgba(255,255,255,.5);cursor:pointer;transition:var(--transition-smooth);position:relative}.hero-carousel__indicator::before{content:'';position:absolute;inset:-14px}.hero-carousel__indicator.active{background:#fff;width:48px}.hero-carousel__indicator:hover,.hero-carousel__indicator:focus{background:rgba(255,255,255,.8)}.hero-carousel__indicator:focus-visible{outline:2px solid #fff;outline-offset:4px}.hero-product-card{display:flex;flex-direction:column;width:100%;height:100%;background:#fff;border-radius:12px;overflow:hidden;box-shadow:var(--shadow-card);transition:var(--transition-smooth);position:relative}.hero-product-card:hover{box-shadow:var(--shadow-card-hover);transform:translateY(-4px)}.hero-product-card__link{display:flex;flex-direction:column;flex:1;text-decoration:none;color:inherit;position:relative}.hero-product-card__badges{position:absolute;top:.75rem;left:.75rem;display:flex;flex-direction:column;gap:.5rem;z-index:5}.hero-product-card__badge{display:inline-flex;align-items:center;gap:.25rem;width:fit-content;padding:.35rem .65rem;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;border-radius:4px;line-height:1;color:#fff}.hero-product-card__badge--discount{background:var(--color-discount)}.hero-product-card__badge--shipping{background:var(--color-success)}.hero-product-card__badge--stock{background:var(--color-warning)}.hero-product-card__figure{position:relative;width:100%;height:220px;background:#f8f9fa;margin:0;overflow:hidden}.hero-product-card__image{width:100%;height:100%;object-fit:contain;transition:var(--transition-smooth)}.hero-product-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f0f0f0;color:#ccc}.hero-product-card__content{padding:1rem;display:flex;flex-direction:column;gap:.5rem;flex:1}.hero-product-card__brand{font-size:10px;text-transform:uppercase;letter-spacing:1px;color:#666;font-weight:600}.hero-product-card__title{margin:0;font-size:13px;font-weight:500;line-height:1.3;color:var(--color-dark-jewelry);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.6em}.hero-product-card__rating{display:flex;align-items:center;gap:.35rem;font-size:11px}.rating-stars{display:flex;gap:2px;color:#ffc107}.rating-star--empty{color:#ddd}.rating-count{color:#666;font-size:10px}.hero-product-card__price-wrapper{display:flex;align-items:center;gap:.5rem;margin-top:auto;flex-wrap:wrap}.hero-product-card__price{font-size:18px;font-weight:700;color:var(--color-dark-jewelry)}.hero-product-card__price--original{font-size:13px;font-weight:400;color:#999;text-decoration:line-through}.hero-product-card__price--discount{color:var(--color-discount)}.hero-product-card__actions{padding:0 1rem 1rem}.hero-product-card__cta{width:100%;min-height:44px;padding:.75rem 1rem;background:var(--color-dark-jewelry);color:#fff;border:0;border-radius:6px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;text-decoration:none;transition:var(--transition-smooth)}.hero-product-card__cta:hover,.hero-product-card__cta:focus{background:var(--color-gold-jewelry);transform:translateY(-2px);box-shadow:0 4px 12px rgba(197,165,114,.3)}.hero-product-card__cta:focus-visible{outline:3px solid #005fcc;outline-offset:2px}.hero-product-card__cta--disabled{background:#e0e0e0;color:#999;cursor:not-allowed}.hero-product-card__cta--disabled:hover{transform:none;box-shadow:none}.hero-category-bar{width:100%;margin-top:2rem;margin-bottom:2rem}.hero-category-bar__container{max-width:1440px;margin:0 auto;padding:0 1rem}.hero-category-bar__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(110px,1fr));gap:1.25rem;justify-items:center}.hero-category-item{width:100%;max-width:140px}.hero-category-item__link{display:flex;flex-direction:column;align-items:center;text-decoration:none;color:inherit;gap:.75rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.hero-category-item__link:hover,.hero-category-item__link:focus{transform:translateY(-4px)}.hero-category-item__link:focus-visible{outline:3px solid #005fcc;outline-offset:4px;border-radius:12px}.hero-category-item__figure{width:100px;height:100px;background:#fff;border-radius:50%;margin:0;display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.08);transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.hero-category-item__link:hover .hero-category-item__figure,.hero-category-item__link:focus .hero-category-item__figure{box-shadow:0 8px 24px rgba(197,165,114,.25);transform:scale(1.05)}.hero-category-item__figure::after{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(197,165,114,.1),transparent);opacity:0;transition:opacity .3s ease;border-radius:50%}.hero-category-item__link:hover .hero-category-item__figure::after{opacity:1}.hero-category-item__image{width:100%;height:100%;object-fit:scale-down;transition:transform .4s cubic-bezier(.4,0,.2,1)}.hero-category-item__link:hover .hero-category-item__image,.hero-category-item__link:focus .hero-category-item__image{transform:scale(1.1)}.hero-category-item__icon{color:var(--color-gold-jewelry,#c5a572);opacity:.6;display:flex;align-items:center;justify-content:center}.hero-category-item__name{margin:0;font-size:.9rem;font-weight:600;color:var(--color-dark-jewelry,#1a1a1a);line-height:1.3;text-align:center;transition:color .3s ease;word-break:break-word;hyphens:auto}.hero-category-item__link:hover .hero-category-item__name,.hero-category-item__link:focus .hero-category-item__name{color:var(--color-gold-jewelry,#c5a572)}body.high-contrast-mode .hero-product-card{background:var(--bg-card-aaa,#0d0d0d)!important;border:2px solid var(--border-color-aaa,#666)!important}body.high-contrast-mode .hero-product-card__content{background:var(--bg-card-aaa,#0d0d0d)!important}body.high-contrast-mode .hero-product-card__title{color:var(--text-primary-aaa,#fff)!important}body.high-contrast-mode .hero-product-card__brand{color:var(--text-secondary-aaa,#e5e5e5)!important}body.high-contrast-mode .hero-product-card__price{color:var(--text-primary-aaa,#fff)!important}body.high-contrast-mode .hero-product-card__price--original{color:var(--text-muted-aaa,#ccc)!important}body.high-contrast-mode .hero-product-card__price--discount{color:var(--success-color-aaa,#4ade80)!important}body.high-contrast-mode .hero-product-card__badge{background:#ffd700!important;color:#000!important;border:2px solid #fff!important}body.high-contrast-mode .rating-count{color:var(--text-secondary-aaa,#e5e5e5)!important}body.high-contrast-mode .hero-product-card__cta{background:#0052cc!important;border:2px solid #0052cc!important;color:#fff!important}body.high-contrast-mode .hero-product-card__cta:hover{background:#003d99!important;border-color:#003d99!important}body.high-contrast-mode .hero-carousel{background:var(--bg-primary-aaa,#000)!important;border:2px solid var(--border-color-aaa,#666)!important}body.high-contrast-mode .hero-carousel__button{background:#fff!important;color:#000!important;border:2px solid var(--border-color-aaa,#666)!important}body.high-contrast-mode .hero-carousel__button:hover{background:#ffd700!important;color:#000!important}body.high-contrast-mode .hero-category-item__figure{background:#fff!important;border:2px solid var(--border-color-aaa,#666)!important}body.high-contrast-mode .hero-category-item__name{color:var(--text-primary-aaa,#fff)!important}body.high-contrast-mode .hero-category-item__link:hover .hero-category-item__name,body.high-contrast-mode .hero-category-item__link:focus .hero-category-item__name{color:var(--link-color-aaa,#6da7ff)!important}body.high-contrast-mode .hero-product-card__placeholder{background:#fff!important;color:#000!important;border:2px solid var(--border-color-aaa,#666)!important}body.high-contrast-mode .hero-fallback{background:var(--bg-primary-aaa,#000)!important;border:2px solid var(--border-color-aaa,#666)!important}body.high-contrast-mode .hero-fallback__title,body.high-contrast-mode .hero-fallback__subtitle{color:var(--text-primary-aaa,#fff)!important}body.high-contrast-mode .hero-fallback__cta{background:#0052cc!important;color:#fff!important;border:2px solid #0052cc!important}body.high-contrast-mode .hero-fallback__cta:hover{background:#003d99!important}@media(min-width:1200px){.hero-category-bar__grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1.5rem}.hero-category-item__figure{width:110px;height:110px}.hero-category-item__name{font-size:.95rem}}@media(max-width:1024px){.hero-category-bar__grid{grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:1.25rem}.hero-category-item__figure{width:90px;height:90px}.hero-category-item__name{font-size:.875rem}}@media(max-width:768px){.hero-category-bar{margin-top:1.5rem;margin-bottom:1.5rem}.hero-category-bar__grid{grid-template-columns:repeat(auto-fit,minmax(85px,1fr));gap:1rem}.hero-category-item{max-width:120px}.hero-category-item__figure{width:80px;height:80px}.hero-category-item__name{font-size:.8rem}.hero-category-item__link{gap:.625rem}}@media(max-width:480px){.hero-category-bar__grid{grid-template-columns:repeat(auto-fit,minmax(75px,1fr));gap:.875rem}.hero-category-item__figure{width:70px;height:70px}.hero-category-item__name{font-size:.75rem}.hero-category-item__icon svg{width:36px;height:36px}}@media(prefers-contrast:high){.hero-category-item__figure{border:2px solid var(--color-dark-jewelry,#1a1a1a)}.hero-category-item__link:focus-visible{outline-width:4px}}@media(prefers-reduced-motion:reduce){.hero-category-item__link,.hero-category-item__figure,.hero-category-item__image,.hero-category-item__name{transition:none}.hero-category-item__link:hover{transform:none}.hero-category-item__link:hover .hero-category-item__figure{transform:none}.hero-category-item__link:hover .hero-category-item__image{transform:none}}.hero-fallback{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:linear-gradient(135deg,var(--color-dark-jewelry) 0%,#3d3d3d 100%);border-radius:12px;padding:2rem}.hero-fallback__content{text-align:center;color:#fff}.hero-fallback__title{font-size:2rem;font-weight:700;margin-bottom:1rem}.hero-fallback__subtitle{font-size:1.1rem;margin-bottom:1.5rem;opacity:.9}.hero-fallback__cta{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;background:var(--color-gold-jewelry);color:#fff;text-decoration:none;border-radius:6px;font-weight:600;transition:var(--transition-smooth)}.hero-fallback__cta:hover{background:#b08d5b;transform:translateY(-2px)}@media(max-width:1024px){.hero-integrated__container{grid-template-columns:1fr;gap:1rem}.hero-integrated__sidebar{display:none}.hero-trust-bar__container{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(max-width:768px){.hero-integrated{margin-bottom:1.5rem}.hero-integrated__container{padding:0 .75rem}.hero-carousel{border-radius:8px}.hero-carousel__button{width:36px;height:36px;min-width:36px;min-height:36px}.hero-trust-bar{padding:1rem;margin-top:1.5rem}.hero-trust-bar__container{grid-template-columns:1fr;gap:1rem}.hero-trust-bar__item{justify-content:flex-start}.hero-trust-bar__text{font-size:13px}}@media(max-width:480px){.hero-carousel__button{width:32px;height:32px;min-width:32px;min-height:32px}.hero-carousel__controls{padding:0 .5rem}.hero-trust-bar__text{font-size:12px}}@media(prefers-contrast:high){.hero-product-card{border:2px solid var(--color-dark-jewelry)}.hero-carousel__button,.hero-carousel__indicator{border:2px solid var(--color-dark-jewelry)}}@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}