/* Buttons */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:0 24px;height:44px;border-radius:999px;font-weight:500;font-size:14px;transition:all .3s var(--ease-out-soft);border:0;cursor:pointer;white-space:nowrap}
.btn svg{width:16px;height:16px;flex-shrink:0}
.btn-hero{background:hsl(var(--primary));color:hsl(var(--primary-foreground));box-shadow:var(--shadow-elev)}
.btn-hero:hover{background:hsl(var(--primary-glow));transform:translateY(-2px);box-shadow:var(--shadow-gold)}
.btn-glass{background:rgba(255,255,255,.15);color:#fff;border:1px solid rgba(255,255,255,.3);backdrop-filter:blur(8px)}
.btn-glass:hover{background:rgba(255,255,255,.25)}
.btn-gold{background:hsl(var(--gold));color:hsl(var(--primary));box-shadow:var(--shadow-gold);font-weight:600}
.btn-gold:hover{transform:translateY(-2px)}
.btn-lg{height:56px;padding:0 36px}
.btn-xl{height:64px;padding:0 40px}
@media (min-width:1024px){.btn-lg{height:56px;padding:0 40px;font-size:16px}}

/* Hero */
.hero-wrap{display:flex;justify-content:center;padding:24px 0 32px}
@media (min-width:1024px){.hero-wrap{padding:32px 0 40px}}
.hero{position:relative;width:95%;border-radius:32px;overflow:hidden;min-height:560px;box-shadow:var(--shadow-elev)}
.hero img.bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.hero .overlay{position:absolute;inset:0;background:linear-gradient(to right,rgba(0,0,0,.7) 0%,rgba(0,0,0,.4) 50%,rgba(0,0,0,.1) 100%)}
.hero-content{position:relative;z-index:2;max-width:48rem;padding:64px 32px;color:#fff;display:flex;flex-direction:column;justify-content:center;height:100%}
@media (min-width:640px){.hero-content{padding:64px 48px}}
@media (min-width:1024px){.hero-content{padding:80px 64px}}
.hero-eyebrow{display:flex;align-items:center;gap:12px;margin-bottom:16px}
.hero-eyebrow .line{width:32px;height:1px;background:hsl(var(--gold))}
.hero-eyebrow span{font-size:10px;letter-spacing:.25em;text-transform:uppercase;color:rgba(255,255,255,.7)}
@media (min-width:640px){.hero-eyebrow span{font-size:11px;letter-spacing:.3em}}
.hero h1{font-size:clamp(2.4rem,5vw,5.2rem);line-height:1.02;text-wrap:balance}
@media (min-width:1024px){.hero h1{line-height:.95}}
.hero h1 em{font-style:italic;color:hsl(var(--gold));font-weight:600}
.hero p{margin-top:16px;font-size:1rem;color:rgba(255,255,255,.75);max-width:36rem;line-height:1.6}
@media (min-width:1024px){.hero p{margin-top:24px;font-size:1.125rem}}
.hero-cta{margin-top:24px;display:flex;flex-wrap:wrap;gap:12px}
@media (min-width:1024px){.hero-cta{margin-top:32px}}
.hero-stats{margin-top:32px;display:flex;align-items:center;gap:24px}
@media (min-width:1024px){.hero-stats{margin-top:40px;gap:32px}}
.stat{text-align:center}
.stat .num{font-family:'Fraunces',serif;font-size:1.5rem;color:hsl(var(--gold));font-variant-numeric:tabular-nums;line-height:1.2}
@media (min-width:1024px){.stat .num{font-size:1.875rem}}
.stat .label{font-size:10px;letter-spacing:.15em;text-transform:uppercase;color:rgba(255,255,255,.6);margin-top:4px}
@media (min-width:1024px){.stat .label{font-size:11px}}
.stat-divider{width:1px;height:32px;background:rgba(255,255,255,.2)}
@media (min-width:1024px){.stat-divider{height:40px}}
.hero-edition{position:absolute;bottom:24px;right:24px;text-align:right;color:rgba(255,255,255,.8);z-index:2}
.hero-edition .small{font-size:10px;letter-spacing:.25em;text-transform:uppercase;opacity:.7}
.hero-edition .big{font-family:'Fraunces',serif;font-size:1.125rem;margin-top:2px}
@media (min-width:1024px){.hero-edition .big{font-size:1.25rem}}

/* Marquee */
.marquee{background:hsl(var(--primary));color:hsl(var(--primary-foreground));padding:12px 0;overflow:hidden;white-space:nowrap}
.marquee-track{display:inline-flex;gap:48px;animation:scroll 38s linear infinite;font-size:14px;font-weight:500}
.marquee-track span.dot{width:6px;height:6px;border-radius:999px;background:hsl(var(--gold));display:inline-block;align-self:center}
@keyframes scroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}

/* Section */
section.block{padding:80px 0}
@media (min-width:1024px){section.block{padding:112px 0}}
.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:48px;flex-wrap:wrap}
.section-head h2{font-family:'Fraunces',serif;font-size:clamp(2.25rem,3.5vw,3rem);max-width:36rem;font-weight:600;line-height:1.1;text-wrap:balance}
@media (min-width:1024px){.section-head h2{font-size:clamp(3rem,3.5vw,3.125rem)}}
.section-head .nav-link{font-size:14px;font-weight:500;color:hsl(var(--primary));display:inline-flex;align-items:center;gap:8px;transition:gap .2s var(--ease-out-soft)}
.section-head .nav-link:hover{gap:12px}

/* Categories */
.cat-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
@media (min-width:1024px){.cat-grid{grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,1fr);gap:24px}}
.cat-card{position:relative;min-width:0;border-radius:24px;overflow:hidden;background:hsl(var(--muted));display:block;aspect-ratio:3/4;cursor:pointer}
@media (min-width:1024px){.cat-card{aspect-ratio:auto;height:100%}}
.cat-card.large{grid-column:span 2;aspect-ratio:4/5}
@media (min-width:1024px){.cat-card.large{grid-row:span 2}}
.cat-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform 1.2s var(--ease-out-soft)}
.cat-card:hover img{transform:scale(1.1)}
.cat-card .grad{position:absolute;inset:0;background:linear-gradient(to top,hsla(var(--primary)/.8) 0%,hsla(var(--primary)/.2) 45%,transparent 100%)}
.cat-card .meta{position:absolute;inset:0;padding:24px;display:flex;flex-direction:column;justify-content:flex-end;color:#fff}
.cat-card .tagline{font-size:11px;letter-spacing:.2em;text-transform:uppercase;opacity:.8;margin-bottom:4px}
.cat-card .row{position:relative;display:block;min-width:0;min-height:40px}
.cat-card h3{font-family:'Fraunces',serif;font-size:1.5rem;font-weight:600;line-height:1;min-width:0;max-width:calc(100% - 52px)}
@media (min-width:1024px){.cat-card h3{font-size:1.875rem}}
.cat-card .arrow{position:absolute;inset-inline-end:0;bottom:0;width:40px;height:40px;border-radius:999px;background:hsl(var(--gold));color:hsl(var(--primary));display:flex;align-items:center;justify-content:center;transition:transform .3s var(--ease-out-soft);flex-shrink:0}
.cat-card .arrow svg{display:block;width:16px;height:16px;flex-shrink:0}
html[dir="rtl"] .cat-card h3{margin-left:auto;text-align:right}
.cat-card:hover .arrow{transform:rotate(45deg)} 

/* USP */
.usp-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
@media (min-width:1024px){.usp-grid{grid-template-columns:repeat(4,1fr);gap:32px 32px}}
.usp{display:flex;gap:12px;background:hsla(var(--muted)/.5);border-radius:16px;padding:12px}
@media (min-width:1024px){.usp{flex-direction:column;background:transparent;padding:0}}
.usp .ico{width:36px;height:36px;flex-shrink:0;border-radius:12px;background:hsl(var(--gold-soft));display:flex;align-items:center;justify-content:center;color:hsl(var(--primary));transition:background .25s var(--ease-out-soft)}
@media (min-width:1024px){.usp .ico{width:56px;height:56px;border-radius:16px;margin-bottom:16px}}
.usp:hover .ico{background:hsl(var(--gold))}
.usp h3{font-family:'Fraunces',serif;font-size:.75rem;font-weight:600;margin-bottom:0;color:hsl(var(--foreground));line-height:1.2}
@media (min-width:1024px){.usp h3{font-size:1.25rem;margin-bottom:6px}}
.usp p{display:none;color:hsl(var(--muted-foreground));font-size:14px;line-height:1.6}
@media (min-width:1024px){.usp p{display:block}}
.usp .ico svg{width:16px;height:16px}
@media (min-width:1024px){.usp .ico svg{width:22px;height:22px}}

/* Seller CTA */
.seller-cta{position:relative;overflow:hidden;border-radius:32px;background:linear-gradient(135deg,hsl(224 72% 18%),hsl(224 72% 30%));padding:40px 28px;color:#fff}
@media (min-width:1024px){.seller-cta{padding:64px}}
.seller-cta::before,.seller-cta::after{content:"";position:absolute;width:320px;height:320px;border-radius:999px;filter:blur(80px);opacity:.3}
.seller-cta::before{background:hsl(var(--gold));top:-80px;right:-80px}
.seller-cta::after{background:hsl(var(--accent));bottom:-80px;left:-80px}
.seller-cta .inner{position:relative;display:grid;gap:24px;align-items:center}
@media (min-width:1024px){.seller-cta .inner{grid-template-columns:1fr 1fr;gap:40px}}
.seller-cta .eyebrow-gold{color:hsl(var(--gold));font-size:11px;letter-spacing:.25em;text-transform:uppercase;margin-bottom:16px}
.seller-cta h2{font-family:'Fraunces',serif;font-size:clamp(2.25rem,4vw,3.5rem);font-weight:600;line-height:1.1;text-wrap:balance}
@media (min-width:1024px){.seller-cta h2{font-size:clamp(3.75rem,4vw,3.75rem)}}
.seller-cta .right{padding-left:0;border-left:0;border-top:1px solid rgba(255,255,255,.15);padding-top:24px}
@media (min-width:1024px){.seller-cta .right{padding-left:40px;border-left:1px solid rgba(255,255,255,.15);border-top:0;padding-top:0}}
.seller-cta .right p{font-size:1rem;opacity:.8;margin-bottom:32px;line-height:1.6}
@media (min-width:1024px){.seller-cta .right p{font-size:1.125rem}}

/* Spotlight */
.spotlight{display:flex;flex-direction:column;gap:24px}
@media (min-width:1024px){.spotlight{flex-direction:row;gap:32px}}
.spotlight-hero{position:relative;flex-shrink:0;width:100%;aspect-ratio:3/4;border-radius:24px;overflow:hidden;background:hsl(var(--muted));display:block}
@media (min-width:1024px){.spotlight-hero{width:288px;aspect-ratio:auto;height:auto}}
.spotlight-hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform 1.2s var(--ease-out-soft)}
.spotlight-hero:hover img{transform:scale(1.05)}
.spotlight-hero .grad{position:absolute;inset:0;background:linear-gradient(to top,hsla(var(--primary)/.8) 0%,hsla(var(--primary)/.3) 50%,transparent 100%)}
.spotlight-hero .meta{position:absolute;inset:0;padding:24px;display:flex;flex-direction:column;justify-content:flex-end;color:#fff}
.spotlight-hero .tagline{font-size:11px;letter-spacing:.2em;text-transform:uppercase;opacity:.75;margin-bottom:4px}
.spotlight-hero h3{font-family:'Fraunces',serif;font-size:2rem;font-weight:600;line-height:1;margin-bottom:16px}
@media (min-width:1024px){.spotlight-hero h3{font-size:2.25rem}}
.spotlight-hero .shop-link{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:500;color:hsl(var(--gold))}
.spotlight-content{flex:1;display:flex;flex-direction:column;gap:16px;min-width:0}
.spotlight-head{display:flex;align-items:center;justify-content:space-between}
.spotlight-head h4{font-family:'Fraunces',serif;font-size:1.5rem;color:hsl(var(--foreground))}
@media (min-width:1024px){.spotlight-head h4{font-size:1.875rem}}
.spotlight-scroll{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:8px}
.spotlight-scroll::-webkit-scrollbar{display:none}
.spotlight-card{scroll-snap-align:start;flex-shrink:0;width:176px;display:flex;flex-direction:column}
@media (min-width:1024px){.spotlight-card{width:192px}}
.spotlight-card .img-wrap{position:relative;width:100%;aspect-ratio:1;border-radius:16px;overflow:hidden;background:hsl(var(--muted));margin-bottom:12px}
.spotlight-card .img-wrap img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .5s var(--ease-out-soft)}
.spotlight-card:hover .img-wrap img{transform:scale(1.05)}
.spotlight-card .pbadge{position:absolute;top:8px;left:8px;background:hsl(var(--gold));color:hsl(var(--primary));font-size:10px;font-weight:600;padding:4px 8px;border-radius:999px}
.spotlight-card .seller{font-size:11px;color:hsl(var(--muted-foreground));margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.spotlight-card h5{font-size:14px;font-weight:500;color:hsl(var(--foreground));line-height:1.3;min-height:36.4px;margin-bottom:6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .2s}
.spotlight-card:hover h5{color:hsl(var(--primary))}
.spotlight-card .rating{display:flex;align-items:center;gap:4px;min-height:16px;font-size:11px;color:hsl(var(--muted-foreground));margin-bottom:6px}
.spotlight-card .rating svg{width:12px;height:12px;fill:hsl(var(--gold));stroke:hsl(var(--gold))}
.spotlight-card .price-row{display:flex;align-items:baseline;gap:8px}
.spotlight-card .price{font-size:14px;font-weight:600;color:hsl(var(--foreground))}
.spotlight-card .old{font-size:12px;color:hsl(var(--muted-foreground));text-decoration:line-through}
.scroll-btns{display:flex;gap:8px}
.scroll-btn{width:36px;height:36px;border-radius:999px;border:1px solid hsl(var(--border));display:flex;align-items:center;justify-content:center;background:transparent;cursor:pointer;transition:background .2s}
.scroll-btn:hover{background:hsl(var(--muted))}
.scroll-btn svg{width:16px;height:16px}

/* Suppliers */
.suppliers-marquee-wrap{position:relative;overflow:hidden;padding:8px 0}
.suppliers-fade-left{pointer-events:none;position:absolute;inset-y:0;left:0;width:64px;background:linear-gradient(to right,hsl(var(--background)),transparent);z-index:10}
@media (min-width:1024px){.suppliers-fade-left{width:128px}}
.suppliers-fade-right{pointer-events:none;position:absolute;inset-y:0;right:0;width:64px;background:linear-gradient(to left,hsl(var(--background)),transparent);z-index:10}
@media (min-width:1024px){.suppliers-fade-right{width:128px}}
.suppliers-marquee{display:flex;align-items:flex-start;gap:16px;width:max-content;padding-inline:4px;will-change:transform}
@media (min-width:1024px){.suppliers-marquee{gap:20px}}
.supplier-card{flex-shrink:0;width:72px;display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center;text-decoration:none;transition:transform .3s var(--ease-out-soft);cursor:pointer}
@media (min-width:1024px){.supplier-card{width:88px}}
.supplier-card:hover{transform:translateY(-4px)}
.supplier-logo{width:72px;height:72px;flex-shrink:0;border-radius:50%;background:hsla(var(--muted)/.6);display:flex;align-items:center;justify-content:center;overflow:hidden;border:2px solid hsl(var(--border));transition:border-color .3s,box-shadow .3s}
@media (min-width:1024px){.supplier-logo{width:88px;height:88px}}
.supplier-card:hover .supplier-logo{border-color:hsla(var(--primary)/.4);box-shadow:var(--shadow-soft)}
.supplier-logo img{width:100%;height:100%;object-fit:cover;display:block}
.supplier-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-family:'Fraunces',serif;font-size:1.5rem;color:hsl(var(--primary));font-weight:600}
.supplier-name{font-family:'Fraunces',serif;font-size:11px;color:hsl(var(--foreground));line-height:1.25;margin:0;width:100%;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
@media (min-width:1024px){.supplier-name{font-size:12px}}

/* Mobile optimizations */
@media (max-width:767px){
  .hero{min-height:480px;width:100%;border-radius:0}
  .hero-content{padding:48px 24px}
  .hero h1{font-size:2rem !important;line-height:1.1}
  .hero p{font-size:0.875rem;margin-top:12px}
  .hero-cta{margin-top:20px;flex-direction:column;width:100%}
  .hero-cta .btn{width:100%;justify-content:center}
  .hero-stats{flex-wrap:wrap;gap:16px;margin-top:24px}
  .stat{flex:1;min-width:80px;text-align:center}
  .cat-grid{grid-template-columns:1fr;gap:16px}
  .cat-card,
  .cat-card.large{grid-column:auto;aspect-ratio:auto;height:220px;min-height:0;border-radius:20px}
  .cat-card .meta{padding:20px}
  .cat-card .tagline{font-size:10px;letter-spacing:.18em}
  .cat-card .row{min-height:84px}
  .cat-card h3{max-width:100%;font-size:clamp(1.5rem,8vw,2rem);margin-bottom:44px}
  .cat-card .arrow{width:38px;height:38px}
  .spotlight{gap:18px}
  .spotlight-hero{aspect-ratio:16/10;min-height:220px;border-radius:20px}
  .spotlight-hero .meta{padding:20px}
  .spotlight-hero h3{font-size:1.875rem;margin-bottom:12px}
  .spotlight-head{align-items:flex-end}
  .spotlight-head .scroll-btns{display:none}
  .spotlight-scroll{gap:14px;margin:0 -20px;padding:0 20px 10px;scroll-padding-inline:20px}
  .spotlight-card{width:min(72vw,240px)}
  .spotlight-card .img-wrap{aspect-ratio:4/3;border-radius:14px}
  .product-grid{gap:16px 12px}
  .section-head{margin-bottom:32px}
  .section-head h2{font-size:1.75rem}
}
@media (min-width:768px) and (max-width:1023px){
  .cat-grid{grid-template-columns:repeat(2,1fr);gap:18px}
  .cat-card.large{grid-column:span 2;aspect-ratio:16/9}
}
@media (max-width:1023px){
  .header-main{gap:16px}
  .hero{min-height:540px;width:92%;border-radius:24px}
  .hero h1{font-size:2.4rem !important}
  .hero p{font-size:.95rem;margin-top:18px}
  .hero-stats .num{font-size:1.5rem}
  .hero-cta .btn{height:48px;padding:0 22px;font-size:13px}
  .hero-edition{display:none}
}
@media (max-width:767px){
  .hero{min-height:480px;width:100%;border-radius:0}
  .hero h1{font-size:2rem !important;line-height:1.1}
  .hero p{font-size:.875rem;margin-top:12px}
}
.hero img.bg{will-change:transform;contain:layout}
.cat-card img,.product .img-wrap img,.spotlight-hero img,.spotlight-card .img-wrap img{will-change:transform;contain:layout}
.suppliers-marquee{contain:layout}
.marquee-track{will-change:transform;contain:layout}
