/** Shopify CDN: Minification failed

Line 2208:0 All "@import" rules must come first

**/
/* ============================================
   URBANELEGANCE Ã¢â‚¬â€ Premium Dark Theme
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=DM+Sans:wght@300;400;500;600&family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400&display=swap');

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ CSS Variables Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
:root {
  --black: #080808;
  --black-soft: #111111;
  --black-mid: #1a1a1a;
  --black-light: #242424;
  --gold: #c9a96e;
  --gold-light: #e8d5b0;
  --gold-dim: #8b6f47;
  --cream: #f5f0e8;
  --cream-dim: #c8c3bc;
  --white: #ffffff;
  --gray: #666666;
  --gray-light: #999999;

  --font-display: 'Playfair Display', Georgia, serif;
  --font-serif: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'DM Sans', system-ui, sans-serif;

  --transition-fast: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --transition-med: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --transition-slow: 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --transition-elastic: 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);

  --section-padding: clamp(60px, 8vw, 120px);
  --container-max: 1440px;
  --container-padding: clamp(20px, 4vw, 80px);
}

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ Reset & Base Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  scroll-behavior: smooth;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: var(--font-body);
  background-color: var(--black);
  color: var(--cream);
  overflow-x: hidden;
  cursor: none;
}

::selection { background: var(--gold); color: var(--black); }

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { cursor: none; border: none; background: none; font-family: inherit; }
ul, ol { list-style: none; }

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ Custom Cursor Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.cursor {
  position: fixed;
  top: 0; left: 0;
  width: 12px; height: 12px;
  background: var(--gold);
  border-radius: 50%;
  pointer-events: none;
  z-index: 99999;
  transform: translate(-50%, -50%);
  transition: width var(--transition-fast), height var(--transition-fast), background var(--transition-fast);
  mix-blend-mode: difference;
}

.cursor-follower {
  position: fixed;
  top: 0; left: 0;
  width: 36px; height: 36px;
  border: 1px solid rgba(201, 169, 110, 0.4);
  border-radius: 50%;
  pointer-events: none;
  z-index: 99998;
  transform: translate(-50%, -50%);
  transition: transform 0.15s ease, width var(--transition-med), height var(--transition-med), opacity var(--transition-med);
}

body:hover .cursor-follower { opacity: 1; }

.cursor.hover { width: 48px; height: 48px; background: rgba(201, 169, 110, 0.15); }
.cursor-follower.hover { width: 56px; height: 56px; border-color: var(--gold); }

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ Noise Overlay Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.noise-overlay {
  position: fixed;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.035'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 9998;
  opacity: 0.5;
  mix-blend-mode: overlay;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ Page Loader Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.page-loader {
  position: fixed;
  inset: 0;
  background: var(--black);
  z-index: 99997;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 24px;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}

.page-loader.loaded { opacity: 0; visibility: hidden; }

.loader-logo {
  font-family: var(--font-display);
  font-size: clamp(24px, 4vw, 40px);
  font-weight: 400;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--cream);
}

.loader-logo span { color: var(--gold); }

.loader-line {
  width: 1px;
  height: 80px;
  background: var(--gold-dim);
  position: relative;
  overflow: hidden;
}

.loader-line::after {
  content: '';
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--gold);
  animation: loaderLine 1.5s ease infinite;
}

@keyframes loaderLine {
  0% { top: -100%; }
  100% { top: 100%; }
}

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ Container Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.container {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 var(--container-padding);
}

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ Typography Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.heading-xl {
  font-family: var(--font-display);
  font-size: clamp(48px, 8vw, 120px);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: -0.02em;
}

.heading-lg {
  font-family: var(--font-display);
  font-size: clamp(32px, 5vw, 72px);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.01em;
}

.heading-md {
  font-family: var(--font-display);
  font-size: clamp(24px, 3vw, 48px);
  font-weight: 400;
  line-height: 1.2;
}

.heading-sm {
  font-family: var(--font-display);
  font-size: clamp(18px, 2vw, 28px);
  font-weight: 500;
  line-height: 1.3;
}

.label {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
}

.body-text {
  font-family: var(--font-body);
  font-size: clamp(14px, 1.2vw, 16px);
  line-height: 1.75;
  color: var(--gray-light);
  font-weight: 300;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ Gold Accent Line Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.accent-line {
  width: 1px;
  height: 60px;
  background: linear-gradient(to bottom, transparent, var(--gold), transparent);
  margin: 0 auto;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ Buttons Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 36px;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transition: all var(--transition-med);
  position: relative;
  overflow: hidden;
}

.btn::before {
  content: '';
  position: absolute;
  inset: 0;
  transform: translateX(-101%);
  transition: transform var(--transition-med);
}

.btn:hover::before { transform: translateX(0); }

.btn-primary {
  background: var(--gold);
  color: var(--black);
  border: 1px solid var(--gold);
}

.btn-primary::before { background: var(--cream); }
.btn-primary:hover { color: var(--black); }

.btn-outline {
  background: transparent;
  color: var(--cream);
  border: 1px solid rgba(245, 240, 232, 0.3);
}

.btn-outline::before { background: var(--gold); }
.btn-outline:hover { color: var(--black); border-color: var(--gold); }

.btn span { position: relative; z-index: 1; }

.btn-arrow {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  transition: transform var(--transition-med);
}
.btn:hover .btn-arrow { transform: translateX(6px); }

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ Scroll Reveal Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-left {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal-left.visible { opacity: 1; transform: translateX(0); }

.reveal-right {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal-right.visible { opacity: 1; transform: translateX(0); }

.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }
.reveal-delay-5 { transition-delay: 0.5s; }
.reveal-delay-6 { transition-delay: 0.6s; }

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ Header Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 0 var(--container-padding);
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background var(--transition-med), height var(--transition-med), border-color var(--transition-med);
  border-bottom: 1px solid transparent;
}

.site-header.scrolled {
  background: rgba(8, 8, 8, 0.95);
  backdrop-filter: blur(20px);
  height: 64px;
  border-bottom-color: rgba(201, 169, 110, 0.1);
}

.header-logo {
  font-family: var(--font-display);
  font-size: clamp(16px, 2vw, 22px);
  font-weight: 400;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--cream);
  z-index: 1001;
}

.header-logo .logo-accent { color: var(--gold); }

.header-nav {
  display: flex;
  align-items: center;
  gap: clamp(24px, 3vw, 48px);
}

.nav-link {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--cream-dim);
  transition: color var(--transition-fast);
  position: relative;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--gold);
  transition: width var(--transition-med);
}

.nav-link:hover { color: var(--gold); }
.nav-link:hover::after { width: 100%; }

.header-actions {
  display: flex;
  align-items: center;
  gap: 24px;
}

.header-icon-btn {
  color: var(--cream-dim);
  transition: color var(--transition-fast);
  display: flex;
  align-items: center;
  position: relative;
}

.header-icon-btn:hover { color: var(--gold); }

.cart-count {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 18px;
  height: 18px;
  background: var(--gold);
  color: var(--black);
  font-size: 10px;
  font-weight: 600;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-body);
}

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ Mobile Menu Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 6px;
  width: 28px;
  z-index: 1001;
}

.hamburger span {
  display: block;
  height: 1px;
  background: var(--cream);
  transition: all var(--transition-med);
  transform-origin: center;
}

.hamburger.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.active span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hamburger.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-menu {
  position: fixed;
  inset: 0;
  background: var(--black);
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  opacity: 0;
  visibility: hidden;
  transition: all var(--transition-med);
}

.mobile-menu.active { opacity: 1; visibility: visible; }

.mobile-nav-link {
  font-family: var(--font-display);
  font-size: clamp(32px, 6vw, 56px);
  font-weight: 400;
  color: var(--cream);
  transition: color var(--transition-fast);
  letter-spacing: 0.05em;
}

.mobile-nav-link:hover { color: var(--gold); }

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ HERO SECTION Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: var(--black);
}

.hero-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero-bg img, .hero-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.05);
  transition: transform 8s ease;
}

.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(8, 8, 8, 0.85) 0%,
    rgba(8, 8, 8, 0.4) 50%,
    rgba(8, 8, 8, 0.75) 100%
  );
}

.hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: var(--container-padding);
  padding-bottom: clamp(60px, 8vw, 100px);
  max-width: var(--container-max);
  margin: 0 auto;
}

.hero-label {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
}

.hero-label-line {
  width: 40px;
  height: 1px;
  background: var(--gold);
}

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(52px, 10vw, 140px);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -0.02em;
  color: var(--cream);
  max-width: 900px;
}

.hero-title em {
  font-style: italic;
  color: var(--gold);
}

.hero-subtitle {
  font-family: var(--font-serif);
  font-size: clamp(16px, 2vw, 22px);
  font-weight: 300;
  line-height: 1.6;
  color: var(--cream-dim);
  max-width: 500px;
  margin-top: 24px;
  font-style: italic;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 48px;
  flex-wrap: wrap;
}

.hero-scroll {
  position: absolute;
  bottom: 40px;
  right: var(--container-padding);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  z-index: 2;
}

.hero-scroll-text {
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gray);
  writing-mode: vertical-rl;
}

.hero-scroll-line {
  width: 1px;
  height: 60px;
  background: linear-gradient(to bottom, var(--gold), transparent);
  animation: scrollLine 2s ease infinite;
}

@keyframes scrollLine {
  0%, 100% { transform: scaleY(1); opacity: 1; }
  50% { transform: scaleY(0.5); opacity: 0.5; }
}

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ Marquee / Ticker Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.marquee-section {
  padding: 20px 0;
  background: var(--gold);
  overflow: hidden;
  position: relative;
}

.marquee-track {
  display: flex;
  gap: 0;
  animation: marquee 20s linear infinite;
  width: max-content;
}

.marquee-item {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 0 24px;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--black);
  white-space: nowrap;
}

.marquee-dot {
  width: 4px;
  height: 4px;
  background: var(--black);
  border-radius: 50%;
  opacity: 0.4;
}

@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ Featured Products Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.products-section {
  padding: var(--section-padding) 0;
  background: var(--black);
}

.section-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: clamp(40px, 6vw, 80px);
  padding: 0 var(--container-padding);
  max-width: var(--container-max);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.section-header-left { flex: 1; }
.section-number {
  font-family: var(--font-serif);
  font-size: 13px;
  font-weight: 300;
  color: var(--gold-dim);
  letter-spacing: 0.2em;
  margin-bottom: 12px;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 2px;
  margin-top: clamp(40px, 6vw, 80px);
}

.product-card {
  position: relative;
  background: var(--black-soft);
  overflow: hidden;
  aspect-ratio: 3/4;
  cursor: none;
}

.product-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.product-card:hover .product-card-img { transform: scale(1.06); }

.product-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(8,8,8,0.9) 0%, rgba(8,8,8,0.2) 50%, transparent 100%);
  opacity: 0;
  transition: opacity var(--transition-med);
}

.product-card:hover .product-card-overlay { opacity: 1; }

.product-card-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 32px;
  transform: translateY(20px);
  transition: transform var(--transition-med);
}

.product-card:hover .product-card-info { transform: translateY(0); }

.product-card-name {
  font-family: var(--font-display);
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 400;
  color: var(--cream);
  margin-bottom: 8px;
}

.product-card-price {
  font-size: 14px;
  color: var(--gold);
  font-weight: 500;
  letter-spacing: 0.05em;
}

.product-card-cta {
  margin-top: 16px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity var(--transition-med) 0.1s, transform var(--transition-med) 0.1s;
}

.product-card:hover .product-card-cta { opacity: 1; transform: translateY(0); }

.product-quick-add {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  border: 1px solid rgba(201, 169, 110, 0.4);
  padding: 10px 20px;
  transition: all var(--transition-fast);
  width: fit-content;
}

.product-quick-add:hover {
  background: var(--gold);
  color: var(--black);
  border-color: var(--gold);
}

/* Product badge */
.product-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 6px 14px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  z-index: 2;
}

.badge-new { background: var(--gold); color: var(--black); }
.badge-sale { background: var(--cream); color: var(--black); }

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ Split Feature Section Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.split-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 80vh;
  background: var(--black);
}

.split-image {
  position: relative;
  overflow: hidden;
}

.split-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.split-section:hover .split-image img { transform: scale(1.04); }

.split-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(40px, 6vw, 100px);
  background: var(--black-soft);
  border-left: 1px solid rgba(201, 169, 110, 0.08);
}

.split-content .accent-line { margin: 32px 0; }

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ Collections Grid Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.collections-section {
  padding: var(--section-padding) 0;
  background: var(--black);
}

.collections-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 2px;
  margin-top: clamp(40px, 6vw, 80px);
}

.collection-card {
  position: relative;
  overflow: hidden;
  cursor: none;
}

.collection-card:nth-child(1) {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
  aspect-ratio: 3/4;
}

.collection-card:nth-child(2),
.collection-card:nth-child(3) { aspect-ratio: 4/3; }

.collection-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.collection-card:hover .collection-card-img { transform: scale(1.06); }

.collection-card-content {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(8,8,8,0.6) 0%, transparent 60%, rgba(8,8,8,0.3) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 40px;
  transition: background var(--transition-med);
}

.collection-card:hover .collection-card-content {
  background: linear-gradient(135deg, rgba(8,8,8,0.8) 0%, rgba(8,8,8,0.3) 60%, rgba(8,8,8,0.5) 100%);
}

.collection-card-title {
  font-family: var(--font-display);
  font-size: clamp(22px, 3vw, 36px);
  font-weight: 400;
  color: var(--cream);
  letter-spacing: 0.02em;
  margin-top: 8px;
}

.collection-card-link {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-top: 16px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity var(--transition-med), transform var(--transition-med);
}

.collection-card:hover .collection-card-link { opacity: 1; transform: translateY(0); }

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ Testimonials Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.testimonials-section {
  padding: var(--section-padding) 0;
  background: var(--black-soft);
  position: relative;
  overflow: hidden;
}

.testimonials-section::before {
  content: '"';
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--font-display);
  font-size: 300px;
  color: rgba(201, 169, 110, 0.04);
  line-height: 1;
  pointer-events: none;
  user-select: none;
}

.testimonials-slider {
  position: relative;
  overflow: hidden;
}

.testimonial-slide {
  display: none;
  text-align: center;
  padding: 0 var(--container-padding);
  max-width: 900px;
  margin: 0 auto;
}

.testimonial-slide.active { display: block; }

.testimonial-text {
  font-family: var(--font-serif);
  font-size: clamp(20px, 3vw, 32px);
  font-weight: 300;
  font-style: italic;
  line-height: 1.6;
  color: var(--cream);
  margin-bottom: 40px;
}

.testimonial-author { font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); }
.testimonial-stars { color: var(--gold); font-size: 14px; margin-bottom: 20px; letter-spacing: 4px; }

.testimonials-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 48px;
}

.testimonial-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gray);
  transition: all var(--transition-fast);
  cursor: none;
}

.testimonial-dot.active {
  background: var(--gold);
  transform: scale(1.5);
}

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ Newsletter Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.newsletter-section {
  padding: var(--section-padding) 0;
  background: var(--black);
  text-align: center;
}

.newsletter-form {
  display: flex;
  gap: 0;
  max-width: 520px;
  margin: 40px auto 0;
}

.newsletter-input {
  flex: 1;
  padding: 18px 24px;
  background: var(--black-soft);
  border: 1px solid rgba(201, 169, 110, 0.2);
  border-right: none;
  color: var(--cream);
  font-family: var(--font-body);
  font-size: 14px;
  outline: none;
  transition: border-color var(--transition-fast);
}

.newsletter-input::placeholder { color: var(--gray); }
.newsletter-input:focus { border-color: var(--gold); }

.newsletter-btn {
  padding: 18px 28px;
  background: var(--gold);
  color: var(--black);
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transition: all var(--transition-fast);
  cursor: none;
  white-space: nowrap;
}

.newsletter-btn:hover { background: var(--cream); }

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ Footer Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.site-footer {
  background: var(--black-soft);
  border-top: 1px solid rgba(201, 169, 110, 0.1);
  padding: clamp(60px, 8vw, 100px) 0 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 60px;
  padding: 0 var(--container-padding);
  max-width: var(--container-max);
  margin: 0 auto;
}

.footer-brand-name {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--cream);
  margin-bottom: 16px;
}

.footer-brand-name span { color: var(--gold); }

.footer-tagline {
  font-family: var(--font-serif);
  font-size: 15px;
  font-style: italic;
  color: var(--gray);
  line-height: 1.6;
  margin-bottom: 32px;
}

.footer-social {
  display: flex;
  gap: 16px;
}

.social-link {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(201, 169, 110, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gray);
  transition: all var(--transition-fast);
  font-size: 14px;
}

.social-link:hover { border-color: var(--gold); color: var(--gold); }

.footer-col-title {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--cream);
  margin-bottom: 24px;
  position: relative;
}

.footer-col-title::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 20px;
  height: 1px;
  background: var(--gold);
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-link {
  font-size: 13px;
  color: var(--gray);
  transition: color var(--transition-fast);
  letter-spacing: 0.05em;
}

.footer-link:hover { color: var(--gold); }

.footer-bottom {
  margin-top: 80px;
  padding: 24px var(--container-padding);
  max-width: var(--container-max);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(201, 169, 110, 0.08);
  flex-wrap: wrap;
  gap: 16px;
}

.footer-copy {
  font-size: 12px;
  color: var(--gray);
  letter-spacing: 0.05em;
}

.footer-payments {
  display: flex;
  gap: 12px;
  align-items: center;
}

.payment-icon {
  width: 40px;
  height: 26px;
  background: var(--black-light);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--gray-light);
}

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ Product Page Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.product-page {
  padding-top: 80px;
  min-height: 100vh;
  background: var(--black);
}

.product-page-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: calc(100vh - 80px);
}

.product-images {
  position: sticky;
  top: 80px;
  height: calc(100vh - 80px);
  overflow: hidden;
}

.product-main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-thumbnails {
  position: absolute;
  left: 24px;
  bottom: 24px;
  display: flex;
  gap: 8px;
}

.product-thumb {
  width: 64px;
  height: 64px;
  object-fit: cover;
  opacity: 0.6;
  border: 1px solid transparent;
  transition: all var(--transition-fast);
  cursor: none;
}

.product-thumb.active, .product-thumb:hover {
  opacity: 1;
  border-color: var(--gold);
}

.product-details {
  padding: clamp(40px, 5vw, 80px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--black-soft);
}

.product-vendor {
  font-size: 11px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
}

.product-title-page {
  font-family: var(--font-display);
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 400;
  line-height: 1.1;
  color: var(--cream);
  margin-bottom: 16px;
}

.product-price-page {
  font-size: 24px;
  font-weight: 500;
  color: var(--gold);
  margin-bottom: 32px;
  letter-spacing: 0.02em;
}

.product-price-page s {
  font-size: 16px;
  color: var(--gray);
  margin-left: 12px;
  font-weight: 400;
}

.product-desc-page {
  font-size: 15px;
  line-height: 1.8;
  color: var(--gray-light);
  margin-bottom: 40px;
  font-weight: 300;
  border-top: 1px solid rgba(201, 169, 110, 0.1);
  border-bottom: 1px solid rgba(201, 169, 110, 0.1);
  padding: 24px 0;
}

.variant-label {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--cream-dim);
  margin-bottom: 12px;
}

.variant-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.variant-option {
  padding: 10px 20px;
  border: 1px solid rgba(201, 169, 110, 0.2);
  font-size: 13px;
  color: var(--cream-dim);
  transition: all var(--transition-fast);
  cursor: none;
}

.variant-option:hover, .variant-option.selected {
  border-color: var(--gold);
  color: var(--gold);
  background: rgba(201, 169, 110, 0.05);
}

.variant-option.sold-out {
  opacity: 0.3;
  cursor: not-allowed;
  text-decoration: line-through;
}

.add-to-cart-btn {
  width: 100%;
  padding: 20px;
  background: var(--gold);
  color: var(--black);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transition: all var(--transition-fast);
  cursor: none;
  margin-top: 12px;
  border: none;
}

.add-to-cart-btn:hover { background: var(--cream); }
.add-to-cart-btn:disabled { opacity: 0.4; cursor: not-allowed; }

.product-meta {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.product-meta-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gray);
}

.product-meta-item svg { color: var(--gold); }

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ Cart Drawer Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.cart-drawer {
  position: fixed;
  top: 0;
  right: -500px;
  width: min(500px, 100vw);
  height: 100vh;
  background: var(--black-soft);
  z-index: 10000;
  border-left: 1px solid rgba(201, 169, 110, 0.1);
  display: flex;
  flex-direction: column;
  transition: right var(--transition-slow);
}

.cart-drawer.open { right: 0; }

.cart-drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.7);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all var(--transition-med);
  backdrop-filter: blur(4px);
}

.cart-drawer-overlay.open { opacity: 1; visibility: visible; }

.cart-header {
  padding: 32px;
  border-bottom: 1px solid rgba(201, 169, 110, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart-title {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 400;
  color: var(--cream);
  letter-spacing: 0.05em;
}

.cart-close {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(201, 169, 110, 0.2);
  color: var(--cream-dim);
  transition: all var(--transition-fast);
  cursor: none;
}

.cart-close:hover { border-color: var(--gold); color: var(--gold); }

.cart-items {
  flex: 1;
  overflow-y: auto;
  padding: 24px;
}

.cart-item {
  display: grid;
  grid-template-columns: 90px 1fr auto;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(201, 169, 110, 0.08);
}

.cart-item-img {
  width: 90px;
  height: 110px;
  object-fit: cover;
}

.cart-item-name {
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 400;
  color: var(--cream);
  margin-bottom: 6px;
}

.cart-item-variant {
  font-size: 12px;
  color: var(--gray);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.cart-item-qty {
  display: flex;
  align-items: center;
  gap: 12px;
}

.qty-btn {
  width: 28px;
  height: 28px;
  border: 1px solid rgba(201, 169, 110, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--cream-dim);
  font-size: 16px;
  transition: all var(--transition-fast);
  cursor: none;
}

.qty-btn:hover { border-color: var(--gold); color: var(--gold); }

.cart-item-price { font-size: 15px; color: var(--gold); font-weight: 500; align-self: start; }

.cart-footer {
  padding: 24px 32px;
  border-top: 1px solid rgba(201, 169, 110, 0.1);
}

.cart-total-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.cart-total-label { font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gray); }
.cart-total-value { font-family: var(--font-display); font-size: 22px; color: var(--gold); font-weight: 400; }

.cart-checkout-btn {
  width: 100%;
  padding: 18px;
  background: var(--gold);
  color: var(--black);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transition: all var(--transition-fast);
  cursor: none;
  border: none;
  font-family: var(--font-body);
}

.cart-checkout-btn:hover { background: var(--cream); }

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ About / Values Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.values-section {
  padding: var(--section-padding) 0;
  background: var(--black-mid);
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1px;
  margin-top: clamp(40px, 6vw, 80px);
}

.value-card {
  padding: 48px 40px;
  background: var(--black-soft);
  transition: background var(--transition-med);
  border-left: 1px solid transparent;
}

.value-card:hover {
  background: var(--black-light);
  border-left-color: var(--gold);
}

.value-icon {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(201, 169, 110, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  transition: border-color var(--transition-fast);
  color: var(--gold);
}

.value-card:hover .value-icon { border-color: var(--gold); }

.value-title {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 400;
  color: var(--cream);
  margin-bottom: 12px;
}

.value-desc {
  font-size: 14px;
  line-height: 1.7;
  color: var(--gray);
  font-weight: 300;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ Responsive Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
@media (max-width: 1024px) {
  .split-section { grid-template-columns: 1fr; }
  .split-image { aspect-ratio: 16/9; }
  .collections-grid { grid-template-columns: 1fr 1fr; }
  .collection-card:nth-child(1) { grid-column: 1 / 3; grid-row: auto; aspect-ratio: 16/7; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .product-page-grid { grid-template-columns: 1fr; }
  .product-images { position: relative; top: auto; height: 70vw; max-height: 600px; }
}

@media (max-width: 768px) {
  body { cursor: auto; }
  .cursor, .cursor-follower { display: none; }
  .header-nav { display: none; }
  .hamburger { display: flex; }
  .products-grid { grid-template-columns: 1fr 1fr; gap: 2px; }
  .collections-grid { grid-template-columns: 1fr; }
  .collection-card:nth-child(1) { grid-column: 1; aspect-ratio: 4/3; }
  .footer-grid { grid-template-columns: 1fr; gap: 40px; }
  .values-grid { grid-template-columns: 1fr; }
  .newsletter-form { flex-direction: column; }
  .newsletter-input { border-right: 1px solid rgba(201, 169, 110, 0.2); border-bottom: none; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 480px) {
  .products-grid { grid-template-columns: 1fr; }
  .hero-title { font-size: clamp(40px, 12vw, 60px); }
}

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ Cart Item Remove Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.cart-item-remove {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gray);
  transition: color var(--transition-fast);
  cursor: none;
  flex-shrink: 0;
  margin-top: 2px;
  background: none;
  border: none;
}
.cart-item-remove:hover { color: #c0392b; }

.cart-item-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
}

.cart-empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 300px;
  gap: 16px;
  color: var(--gray);
  text-align: center;
  padding: 40px;
}

.cart-empty-state svg { opacity: 0.2; }
.cart-empty-state p { font-size: 14px; letter-spacing: 0.1em; }
.cart-empty-state a { color: var(--gold); font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; text-decoration: underline; }

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ Blog Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.blog-section {
  padding: var(--section-padding) 0;
  background: var(--black);
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
  gap: 2px;
  margin-top: clamp(40px, 6vw, 80px);
}

.blog-card {
  position: relative;
  background: var(--black-soft);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  cursor: none;
  transition: background var(--transition-med);
}

.blog-card:hover { background: var(--black-light); }

.blog-card-img-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/10;
}

.blog-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.blog-card:hover .blog-card-img { transform: scale(1.05); }

.blog-card-img-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--black-mid), var(--black-light));
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-card-body {
  padding: 32px;
  flex: 1;
  display: flex;
  flex-direction: column;
  border-left: 1px solid transparent;
  transition: border-color var(--transition-med);
}

.blog-card:hover .blog-card-body { border-left-color: var(--gold); }

.blog-card-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.blog-card-date {
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
}

.blog-card-tag {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gray);
  padding: 3px 10px;
  border: 1px solid rgba(201, 169, 110, 0.15);
}

.blog-card-title {
  font-family: var(--font-display);
  font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 400;
  color: var(--cream);
  line-height: 1.25;
  margin-bottom: 12px;
  transition: color var(--transition-fast);
}

.blog-card:hover .blog-card-title { color: var(--gold); }

.blog-card-excerpt {
  font-size: 14px;
  line-height: 1.7;
  color: var(--gray);
  font-weight: 300;
  flex: 1;
  margin-bottom: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-card-read-more {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  transition: gap var(--transition-fast);
}

.blog-card:hover .blog-card-read-more { gap: 16px; }

/* Blog Article Page */
.article-page {
  padding-top: 80px;
  min-height: 100vh;
  background: var(--black);
}

.article-hero {
  position: relative;
  height: 60vh;
  min-height: 400px;
  overflow: hidden;
}

.article-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(8,8,8,0.3) 0%, rgba(8,8,8,0.8) 100%);
}

.article-hero-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px var(--container-padding);
  z-index: 2;
  max-width: var(--container-max);
  margin: 0 auto;
}

.article-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.article-date {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
}

.article-author {
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--gray-light);
}

.article-title {
  font-family: var(--font-display);
  font-size: clamp(32px, 6vw, 72px);
  font-weight: 400;
  color: var(--cream);
  line-height: 1.05;
  max-width: 900px;
}

.article-body {
  max-width: 780px;
  margin: 0 auto;
  padding: clamp(40px, 6vw, 80px) var(--container-padding);
}

.article-body p {
  font-size: clamp(16px, 1.5vw, 18px);
  line-height: 1.85;
  color: var(--gray-light);
  font-weight: 300;
  margin-bottom: 28px;
}

.article-body h2 {
  font-family: var(--font-display);
  font-size: clamp(24px, 3vw, 40px);
  font-weight: 400;
  color: var(--cream);
  margin: 56px 0 20px;
  line-height: 1.1;
}

.article-body h3 {
  font-family: var(--font-display);
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 400;
  color: var(--cream);
  margin: 40px 0 16px;
}

.article-body blockquote {
  border-left: 2px solid var(--gold);
  padding: 20px 32px;
  margin: 40px 0;
  background: rgba(201, 169, 110, 0.04);
}

.article-body blockquote p {
  font-family: var(--font-serif);
  font-size: clamp(18px, 2vw, 24px);
  font-style: italic;
  color: var(--cream);
  margin: 0;
}

.article-body img {
  width: 100%;
  height: auto;
  margin: 40px 0;
  display: block;
}

.article-body a { color: var(--gold); text-decoration: underline; }

.article-back {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gray);
  margin-bottom: 40px;
  transition: color var(--transition-fast);
}

.article-back:hover { color: var(--gold); }

/* Blog featured card (large) */
.blog-featured {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  min-height: 520px;
  background: var(--black-soft);
  margin-bottom: 2px;
  cursor: none;
  overflow: hidden;
}

.blog-featured-img {
  overflow: hidden;
  position: relative;
}

.blog-featured-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.blog-featured:hover .blog-featured-img img { transform: scale(1.04); }

.blog-featured-body {
  padding: clamp(40px, 5vw, 80px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 1px solid rgba(201, 169, 110, 0.08);
}

.blog-featured-body .blog-card-title {
  font-size: clamp(28px, 3vw, 42px);
}

@media (max-width: 768px) {
  .blog-featured { grid-template-columns: 1fr; }
  .blog-featured-img { aspect-ratio: 16/9; }
  .blog-grid { grid-template-columns: 1fr; }
}

/* Cart loading spinner */
.cart-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px;
}

.cart-spinner {
  width: 24px;
  height: 24px;
  border: 1px solid rgba(201,169,110,0.2);
  border-top-color: var(--gold);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin { to { transform: rotate(360deg); } }

/* Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â
   Thumbnail scorrevoli + Lightbox
   Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â */

/* Ã¢â€â‚¬Ã¢â€â‚¬ Strip scorrevole Ã¢â€â‚¬Ã¢â€â‚¬ */
.product-thumbnails {
  position: absolute !important;
  left: 12px !important;
  bottom: 12px !important;
  right: 12px !important;
  display: flex !important;
  flex-direction: row !important;
  gap: 6px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scroll-snap-type: x mandatory !important;
  -webkit-overflow-scrolling: touch !important;
  scrollbar-width: none !important;
  padding: 0 32px 0 32px !important;
}
.product-thumbnails::-webkit-scrollbar { display: none !important; }

.product-thumb {
  width: 60px !important;
  height: 60px !important;
  min-width: 60px !important;
  object-fit: cover !important;
  opacity: 0.55 !important;
  border: 1px solid transparent !important;
  transition: all var(--transition-fast) !important;
  cursor: none !important;
  scroll-snap-align: start !important;
  flex-shrink: 0 !important;
}
.product-thumb.active,
.product-thumb:hover {
  opacity: 1 !important;
  border-color: var(--gold) !important;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Frecce navigazione strip Ã¢â€â‚¬Ã¢â€â‚¬ */
.thumb-nav {
  position: absolute;
  bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 60px;
  background: rgba(8,8,8,0.8);
  backdrop-filter: blur(6px);
  border: none;
  color: var(--gold);
  cursor: none;
  z-index: 5;
  transition: opacity 0.2s, color 0.2s;
}
.thumb-nav:hover { color: var(--cream); }
.thumb-nav.hidden { opacity: 0; pointer-events: none; }
.thumb-nav-prev { left: 12px; }
.thumb-nav-next { right: 12px; }

/* Ã¢â€â‚¬Ã¢â€â‚¬ Cursore zoom sull'immagine principale Ã¢â€â‚¬Ã¢â€â‚¬ */
.product-main-img {
  cursor: none !important;
}
.product-images:hover .product-main-img::after {
  content: '';
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Lightbox Ã¢â€â‚¬Ã¢â€â‚¬ */
#ue-lightbox {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: rgba(8, 8, 8, 0.97);
  display: none;
  align-items: center;
  justify-content: center;
  cursor: none;
}
#ue-lightbox.open { display: flex; }

#lb-img-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

#lb-img {
  max-width: 90vw;
  max-height: 88vh;
  object-fit: contain;
  display: block;
  transition: opacity 0.22s ease;
  user-select: none;
}

#lb-close {
  position: fixed;
  top: 24px;
  right: 28px;
  background: none;
  border: none;
  color: var(--cream-dim);
  cursor: none;
  padding: 8px;
  transition: color 0.2s;
  z-index: 3;
  line-height: 0;
}
#lb-close:hover { color: var(--gold); }

#lb-prev,
#lb-next {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(8,8,8,0.5);
  border: 1px solid rgba(201,169,110,0.15);
  color: var(--cream);
  cursor: none;
  padding: 18px 14px;
  transition: all 0.2s;
  line-height: 0;
  z-index: 3;
}
#lb-prev:hover,
#lb-next:hover {
  background: rgba(201,169,110,0.1);
  border-color: var(--gold);
  color: var(--gold);
}
#lb-prev { left: 20px; }
#lb-next { right: 20px; }

#lb-counter {
  position: fixed;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gray);
  font-family: var(--font-body);
  white-space: nowrap;
}

@media (max-width: 480px) {
  #lb-prev { left: 6px; padding: 14px 10px; }
  #lb-next { right: 6px; padding: 14px 10px; }
}

/* â”€â”€â”€ Testimonials â”€â”€â”€ */
.testimonials-section {
  padding: var(--section-padding) 0;
  background: var(--black-soft);
  position: relative;
  overflow: hidden;
}

.testimonials-section::before {
  content: '"';
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--font-display);
  font-size: 300px;
  color: rgba(201, 169, 110, 0.04);
  line-height: 1;
  pointer-events: none;
  user-select: none;
}

.testi-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 var(--container-padding);
}

.testimonials-slider {
  flex: 1;
  min-width: 0;
  overflow: hidden;
}

.testimonial-slide {
  display: none;
  text-align: center;
  padding: 0 20px;
}

.testimonial-slide.active { display: block; }

.testi-date {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gray);
  text-align: center;
  margin-bottom: 12px;
}

.testimonial-text {
  font-family: var(--font-serif);
  font-size: clamp(20px, 3vw, 32px);
  font-weight: 300;
  font-style: italic;
  line-height: 1.6;
  color: var(--cream);
  margin-bottom: 40px;
}

.testimonial-author {
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0;
}

.testimonial-stars {
  color: var(--gold);
  font-size: 14px;
  margin-bottom: 20px;
  letter-spacing: 4px;
}

.testi-author-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 0;
}

.testi-line {
  width: 32px;
  height: 1px;
  background: var(--gold-dim);
  flex-shrink: 0;
}

.testi-arrow {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: 1px solid rgba(201, 169, 110, 0.25);
  color: var(--gold);
  cursor: none;
  transition: border-color 0.25s ease, color 0.25s ease, background 0.25s ease;
}

.testi-arrow:hover {
  border-color: var(--gold);
  background: rgba(201, 169, 110, 0.08);
  color: var(--gold-light);
}

.testi-arrow-prev { margin-right: 36px; }
.testi-arrow-next { margin-left:  36px; }

.testimonials-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
}

.testimonial-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(201, 169, 110, 0.18);
  border: 1px solid rgba(201, 169, 110, 0.3);
  padding: 0;
  transition: background 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
  cursor: none;
}

.testimonial-dot.active {
  background: var(--gold);
  border-color: var(--gold);
  transform: scale(1.5);
}

.testimonial-dot:hover:not(.active) {
  background: rgba(201, 169, 110, 0.4);
  border-color: var(--gold-dim);
}

@media (max-width: 768px) {
  .testi-arrow-prev { margin-right: 16px; }
  .testi-arrow-next { margin-left:  16px; }
  .testi-arrow { width: 36px; height: 36px; }
}

@media (max-width: 480px) {
  .testi-arrow { display: none; }
}

/* ============================================
   URBANELEGANCE Ã¢â‚¬â€ Premium Dark Theme
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=DM+Sans:wght@300;400;500;600&family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400&display=swap');

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ CSS Variables Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
:root {
  --black: #080808;
  --black-soft: #111111;
  --black-mid: #1a1a1a;
  --black-light: #242424;
  --gold: #c9a96e;
  --gold-light: #e8d5b0;
  --gold-dim: #8b6f47;
  --cream: #f5f0e8;
  --cream-dim: #c8c3bc;
  --white: #ffffff;
  --gray: #666666;
  --gray-light: #999999;

  --font-display: 'Playfair Display', Georgia, serif;
  --font-serif: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'DM Sans', system-ui, sans-serif;

  --transition-fast: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --transition-med: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --transition-slow: 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --transition-elastic: 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);

  --section-padding: clamp(60px, 8vw, 120px);
  --container-max: 1440px;
  --container-padding: clamp(20px, 4vw, 80px);
}

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ Reset & Base Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  scroll-behavior: smooth;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: var(--font-body);
  background-color: var(--black);
  color: var(--cream);
  overflow-x: hidden;
  cursor: none;
}

::selection { background: var(--gold); color: var(--black); }

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { cursor: none; border: none; background: none; font-family: inherit; }
ul, ol { list-style: none; }

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ Custom Cursor Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.cursor {
  position: fixed;
  top: 0; left: 0;
  width: 12px; height: 12px;
  background: var(--gold);
  border-radius: 50%;
  pointer-events: none;
  z-index: 99999;
  transform: translate(-50%, -50%);
  transition: width var(--transition-fast), height var(--transition-fast), background var(--transition-fast);
  mix-blend-mode: difference;
}

.cursor-follower {
  position: fixed;
  top: 0; left: 0;
  width: 36px; height: 36px;
  border: 1px solid rgba(201, 169, 110, 0.4);
  border-radius: 50%;
  pointer-events: none;
  z-index: 99998;
  transform: translate(-50%, -50%);
  transition: transform 0.15s ease, width var(--transition-med), height var(--transition-med), opacity var(--transition-med);
}

body:hover .cursor-follower { opacity: 1; }

.cursor.hover { width: 48px; height: 48px; background: rgba(201, 169, 110, 0.15); }
.cursor-follower.hover { width: 56px; height: 56px; border-color: var(--gold); }

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ Noise Overlay Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.noise-overlay {
  position: fixed;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.035'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 9998;
  opacity: 0.5;
  mix-blend-mode: overlay;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ Page Loader Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.page-loader {
  position: fixed;
  inset: 0;
  background: var(--black);
  z-index: 99997;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 24px;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}

.page-loader.loaded { opacity: 0; visibility: hidden; }

.loader-logo {
  font-family: var(--font-display);
  font-size: clamp(24px, 4vw, 40px);
  font-weight: 400;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--cream);
}

.loader-logo span { color: var(--gold); }

.loader-line {
  width: 1px;
  height: 80px;
  background: var(--gold-dim);
  position: relative;
  overflow: hidden;
}

.loader-line::after {
  content: '';
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--gold);
  animation: loaderLine 1.5s ease infinite;
}

@keyframes loaderLine {
  0% { top: -100%; }
  100% { top: 100%; }
}

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ Container Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.container {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 var(--container-padding);
}

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ Typography Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.heading-xl {
  font-family: var(--font-display);
  font-size: clamp(48px, 8vw, 120px);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: -0.02em;
}

.heading-lg {
  font-family: var(--font-display);
  font-size: clamp(32px, 5vw, 72px);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.01em;
}

.heading-md {
  font-family: var(--font-display);
  font-size: clamp(24px, 3vw, 48px);
  font-weight: 400;
  line-height: 1.2;
}

.heading-sm {
  font-family: var(--font-display);
  font-size: clamp(18px, 2vw, 28px);
  font-weight: 500;
  line-height: 1.3;
}

.label {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
}

.body-text {
  font-family: var(--font-body);
  font-size: clamp(14px, 1.2vw, 16px);
  line-height: 1.75;
  color: var(--gray-light);
  font-weight: 300;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ Gold Accent Line Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.accent-line {
  width: 1px;
  height: 60px;
  background: linear-gradient(to bottom, transparent, var(--gold), transparent);
  margin: 0 auto;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ Buttons Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 36px;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transition: all var(--transition-med);
  position: relative;
  overflow: hidden;
}

.btn::before {
  content: '';
  position: absolute;
  inset: 0;
  transform: translateX(-101%);
  transition: transform var(--transition-med);
}

.btn:hover::before { transform: translateX(0); }

.btn-primary {
  background: var(--gold);
  color: var(--black);
  border: 1px solid var(--gold);
}

.btn-primary::before { background: var(--cream); }
.btn-primary:hover { color: var(--black); }

.btn-outline {
  background: transparent;
  color: var(--cream);
  border: 1px solid rgba(245, 240, 232, 0.3);
}

.btn-outline::before { background: var(--gold); }
.btn-outline:hover { color: var(--black); border-color: var(--gold); }

.btn span { position: relative; z-index: 1; }

.btn-arrow {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  transition: transform var(--transition-med);
}
.btn:hover .btn-arrow { transform: translateX(6px); }

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ Scroll Reveal Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-left {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal-left.visible { opacity: 1; transform: translateX(0); }

.reveal-right {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal-right.visible { opacity: 1; transform: translateX(0); }

.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }
.reveal-delay-5 { transition-delay: 0.5s; }
.reveal-delay-6 { transition-delay: 0.6s; }

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ Header Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 0 var(--container-padding);
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background var(--transition-med), height var(--transition-med), border-color var(--transition-med);
  border-bottom: 1px solid transparent;
}

.site-header.scrolled {
  background: rgba(8, 8, 8, 0.95);
  backdrop-filter: blur(20px);
  height: 64px;
  border-bottom-color: rgba(201, 169, 110, 0.1);
}

.header-logo {
  font-family: var(--font-display);
  font-size: clamp(16px, 2vw, 22px);
  font-weight: 400;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--cream);
  z-index: 1001;
}

.header-logo .logo-accent { color: var(--gold); }

.header-nav {
  display: flex;
  align-items: center;
  gap: clamp(24px, 3vw, 48px);
}

.nav-link {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--cream-dim);
  transition: color var(--transition-fast);
  position: relative;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--gold);
  transition: width var(--transition-med);
}

.nav-link:hover { color: var(--gold); }
.nav-link:hover::after { width: 100%; }

.header-actions {
  display: flex;
  align-items: center;
  gap: 24px;
}

.header-icon-btn {
  color: var(--cream-dim);
  transition: color var(--transition-fast);
  display: flex;
  align-items: center;
  position: relative;
}

.header-icon-btn:hover { color: var(--gold); }

.cart-count {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 18px;
  height: 18px;
  background: var(--gold);
  color: var(--black);
  font-size: 10px;
  font-weight: 600;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-body);
}

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ Mobile Menu Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 6px;
  width: 28px;
  z-index: 1001;
}

.hamburger span {
  display: block;
  height: 1px;
  background: var(--cream);
  transition: all var(--transition-med);
  transform-origin: center;
}

.hamburger.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.active span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hamburger.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-menu {
  position: fixed;
  inset: 0;
  background: var(--black);
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  opacity: 0;
  visibility: hidden;
  transition: all var(--transition-med);
}

.mobile-menu.active { opacity: 1; visibility: visible; }

.mobile-nav-link {
  font-family: var(--font-display);
  font-size: clamp(32px, 6vw, 56px);
  font-weight: 400;
  color: var(--cream);
  transition: color var(--transition-fast);
  letter-spacing: 0.05em;
}

.mobile-nav-link:hover { color: var(--gold); }

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ HERO SECTION Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: var(--black);
}

.hero-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero-bg img, .hero-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.05);
  transition: transform 8s ease;
}

.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(8, 8, 8, 0.85) 0%,
    rgba(8, 8, 8, 0.4) 50%,
    rgba(8, 8, 8, 0.75) 100%
  );
}

.hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: var(--container-padding);
  padding-bottom: clamp(60px, 8vw, 100px);
  max-width: var(--container-max);
  margin: 0 auto;
}

.hero-label {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
}

.hero-label-line {
  width: 40px;
  height: 1px;
  background: var(--gold);
}

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(52px, 10vw, 140px);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -0.02em;
  color: var(--cream);
  max-width: 900px;
}

.hero-title em {
  font-style: italic;
  color: var(--gold);
}

.hero-subtitle {
  font-family: var(--font-serif);
  font-size: clamp(16px, 2vw, 22px);
  font-weight: 300;
  line-height: 1.6;
  color: var(--cream-dim);
  max-width: 500px;
  margin-top: 24px;
  font-style: italic;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 48px;
  flex-wrap: wrap;
}

.hero-scroll {
  position: absolute;
  bottom: 40px;
  right: var(--container-padding);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  z-index: 2;
}

.hero-scroll-text {
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gray);
  writing-mode: vertical-rl;
}

.hero-scroll-line {
  width: 1px;
  height: 60px;
  background: linear-gradient(to bottom, var(--gold), transparent);
  animation: scrollLine 2s ease infinite;
}

@keyframes scrollLine {
  0%, 100% { transform: scaleY(1); opacity: 1; }
  50% { transform: scaleY(0.5); opacity: 0.5; }
}

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ Marquee / Ticker Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.marquee-section {
  padding: 20px 0;
  background: var(--gold);
  overflow: hidden;
  position: relative;
}

.marquee-track {
  display: flex;
  gap: 0;
  animation: marquee 20s linear infinite;
  width: max-content;
}

.marquee-item {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 0 24px;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--black);
  white-space: nowrap;
}

.marquee-dot {
  width: 4px;
  height: 4px;
  background: var(--black);
  border-radius: 50%;
  opacity: 0.4;
}

@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ Featured Products Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.products-section {
  padding: var(--section-padding) 0;
  background: var(--black);
}

.section-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: clamp(40px, 6vw, 80px);
  padding: 0 var(--container-padding);
  max-width: var(--container-max);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.section-header-left { flex: 1; }
.section-number {
  font-family: var(--font-serif);
  font-size: 13px;
  font-weight: 300;
  color: var(--gold-dim);
  letter-spacing: 0.2em;
  margin-bottom: 12px;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 2px;
  margin-top: clamp(40px, 6vw, 80px);
}

.product-card {
  position: relative;
  background: var(--black-soft);
  overflow: hidden;
  aspect-ratio: 3/4;
  cursor: none;
}

.product-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.product-card:hover .product-card-img { transform: scale(1.06); }

.product-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(8,8,8,0.9) 0%, rgba(8,8,8,0.2) 50%, transparent 100%);
  opacity: 0;
  transition: opacity var(--transition-med);
}

.product-card:hover .product-card-overlay { opacity: 1; }

.product-card-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 32px;
  transform: translateY(20px);
  transition: transform var(--transition-med);
}

.product-card:hover .product-card-info { transform: translateY(0); }

.product-card-name {
  font-family: var(--font-display);
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 400;
  color: var(--cream);
  margin-bottom: 8px;
}

.product-card-price {
  font-size: 14px;
  color: var(--gold);
  font-weight: 500;
  letter-spacing: 0.05em;
}

.product-card-cta {
  margin-top: 16px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity var(--transition-med) 0.1s, transform var(--transition-med) 0.1s;
}

.product-card:hover .product-card-cta { opacity: 1; transform: translateY(0); }

.product-quick-add {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  border: 1px solid rgba(201, 169, 110, 0.4);
  padding: 10px 20px;
  transition: all var(--transition-fast);
  width: fit-content;
}

.product-quick-add:hover {
  background: var(--gold);
  color: var(--black);
  border-color: var(--gold);
}

/* Product badge */
.product-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 6px 14px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  z-index: 2;
}

.badge-new { background: var(--gold); color: var(--black); }
.badge-sale { background: var(--cream); color: var(--black); }

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ Split Feature Section Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.split-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 80vh;
  background: var(--black);
}

.split-image {
  position: relative;
  overflow: hidden;
}

.split-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.split-section:hover .split-image img { transform: scale(1.04); }

.split-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(40px, 6vw, 100px);
  background: var(--black-soft);
  border-left: 1px solid rgba(201, 169, 110, 0.08);
}

.split-content .accent-line { margin: 32px 0; }

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ Collections Grid Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.collections-section {
  padding: var(--section-padding) 0;
  background: var(--black);
}

.collections-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 2px;
  margin-top: clamp(40px, 6vw, 80px);
}

.collection-card {
  position: relative;
  overflow: hidden;
  cursor: none;
}

.collection-card:nth-child(1) {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
  aspect-ratio: 3/4;
}

.collection-card:nth-child(2),
.collection-card:nth-child(3) { aspect-ratio: 4/3; }

.collection-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.collection-card:hover .collection-card-img { transform: scale(1.06); }

.collection-card-content {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(8,8,8,0.6) 0%, transparent 60%, rgba(8,8,8,0.3) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 40px;
  transition: background var(--transition-med);
}

.collection-card:hover .collection-card-content {
  background: linear-gradient(135deg, rgba(8,8,8,0.8) 0%, rgba(8,8,8,0.3) 60%, rgba(8,8,8,0.5) 100%);
}

.collection-card-title {
  font-family: var(--font-display);
  font-size: clamp(22px, 3vw, 36px);
  font-weight: 400;
  color: var(--cream);
  letter-spacing: 0.02em;
  margin-top: 8px;
}

.collection-card-link {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-top: 16px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity var(--transition-med), transform var(--transition-med);
}

.collection-card:hover .collection-card-link { opacity: 1; transform: translateY(0); }

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ Testimonials Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.testimonials-section {
  padding: var(--section-padding) 0;
  background: var(--black-soft);
  position: relative;
  overflow: hidden;
}

.testimonials-section::before {
  content: '"';
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--font-display);
  font-size: 300px;
  color: rgba(201, 169, 110, 0.04);
  line-height: 1;
  pointer-events: none;
  user-select: none;
}

.testimonials-slider {
  position: relative;
  overflow: hidden;
}

.testimonial-slide {
  display: none;
  text-align: center;
  padding: 0 var(--container-padding);
  max-width: 900px;
  margin: 0 auto;
}

.testimonial-slide.active { display: block; }

.testimonial-text {
  font-family: var(--font-serif);
  font-size: clamp(20px, 3vw, 32px);
  font-weight: 300;
  font-style: italic;
  line-height: 1.6;
  color: var(--cream);
  margin-bottom: 40px;
}

.testimonial-author { font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); }
.testimonial-stars { color: var(--gold); font-size: 14px; margin-bottom: 20px; letter-spacing: 4px; }

.testimonials-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 48px;
}

.testimonial-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gray);
  transition: all var(--transition-fast);
  cursor: none;
}

.testimonial-dot.active {
  background: var(--gold);
  transform: scale(1.5);
}

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ Newsletter Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.newsletter-section {
  padding: var(--section-padding) 0;
  background: var(--black);
  text-align: center;
}

.newsletter-form {
  display: flex;
  gap: 0;
  max-width: 520px;
  margin: 40px auto 0;
}

.newsletter-input {
  flex: 1;
  padding: 18px 24px;
  background: var(--black-soft);
  border: 1px solid rgba(201, 169, 110, 0.2);
  border-right: none;
  color: var(--cream);
  font-family: var(--font-body);
  font-size: 14px;
  outline: none;
  transition: border-color var(--transition-fast);
}

.newsletter-input::placeholder { color: var(--gray); }
.newsletter-input:focus { border-color: var(--gold); }

.newsletter-btn {
  padding: 18px 28px;
  background: var(--gold);
  color: var(--black);
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transition: all var(--transition-fast);
  cursor: none;
  white-space: nowrap;
}

.newsletter-btn:hover { background: var(--cream); }

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ Footer Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.site-footer {
  background: var(--black-soft);
  border-top: 1px solid rgba(201, 169, 110, 0.1);
  padding: clamp(60px, 8vw, 100px) 0 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 60px;
  padding: 0 var(--container-padding);
  max-width: var(--container-max);
  margin: 0 auto;
}

.footer-brand-name {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--cream);
  margin-bottom: 16px;
}

.footer-brand-name span { color: var(--gold); }

.footer-tagline {
  font-family: var(--font-serif);
  font-size: 15px;
  font-style: italic;
  color: var(--gray);
  line-height: 1.6;
  margin-bottom: 32px;
}

.footer-social {
  display: flex;
  gap: 16px;
}

.social-link {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(201, 169, 110, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gray);
  transition: all var(--transition-fast);
  font-size: 14px;
}

.social-link:hover { border-color: var(--gold); color: var(--gold); }

.footer-col-title {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--cream);
  margin-bottom: 24px;
  position: relative;
}

.footer-col-title::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 20px;
  height: 1px;
  background: var(--gold);
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-link {
  font-size: 13px;
  color: var(--gray);
  transition: color var(--transition-fast);
  letter-spacing: 0.05em;
}

.footer-link:hover { color: var(--gold); }

.footer-bottom {
  margin-top: 80px;
  padding: 24px var(--container-padding);
  max-width: var(--container-max);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(201, 169, 110, 0.08);
  flex-wrap: wrap;
  gap: 16px;
}

.footer-copy {
  font-size: 12px;
  color: var(--gray);
  letter-spacing: 0.05em;
}

.footer-payments {
  display: flex;
  gap: 12px;
  align-items: center;
}

.payment-icon {
  width: 40px;
  height: 26px;
  background: var(--black-light);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--gray-light);
}

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ Product Page Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.product-page {
  padding-top: 80px;
  min-height: 100vh;
  background: var(--black);
}

.product-page-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: calc(100vh - 80px);
}

.product-images {
  position: sticky;
  top: 80px;
  height: calc(100vh - 80px);
  overflow: hidden;
}

.product-main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-thumbnails {
  position: absolute;
  left: 24px;
  bottom: 24px;
  display: flex;
  gap: 8px;
}

.product-thumb {
  width: 64px;
  height: 64px;
  object-fit: cover;
  opacity: 0.6;
  border: 1px solid transparent;
  transition: all var(--transition-fast);
  cursor: none;
}

.product-thumb.active, .product-thumb:hover {
  opacity: 1;
  border-color: var(--gold);
}

.product-details {
  padding: clamp(40px, 5vw, 80px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--black-soft);
}

.product-vendor {
  font-size: 11px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
}

.product-title-page {
  font-family: var(--font-display);
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 400;
  line-height: 1.1;
  color: var(--cream);
  margin-bottom: 16px;
}

.product-price-page {
  font-size: 24px;
  font-weight: 500;
  color: var(--gold);
  margin-bottom: 32px;
  letter-spacing: 0.02em;
}

.product-price-page s {
  font-size: 16px;
  color: var(--gray);
  margin-left: 12px;
  font-weight: 400;
}

.product-desc-page {
  font-size: 15px;
  line-height: 1.8;
  color: var(--gray-light);
  margin-bottom: 40px;
  font-weight: 300;
  border-top: 1px solid rgba(201, 169, 110, 0.1);
  border-bottom: 1px solid rgba(201, 169, 110, 0.1);
  padding: 24px 0;
}

.variant-label {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--cream-dim);
  margin-bottom: 12px;
}

.variant-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.variant-option {
  padding: 10px 20px;
  border: 1px solid rgba(201, 169, 110, 0.2);
  font-size: 13px;
  color: var(--cream-dim);
  transition: all var(--transition-fast);
  cursor: none;
}

.variant-option:hover, .variant-option.selected {
  border-color: var(--gold);
  color: var(--gold);
  background: rgba(201, 169, 110, 0.05);
}

.variant-option.sold-out {
  opacity: 0.3;
  cursor: not-allowed;
  text-decoration: line-through;
}

.add-to-cart-btn {
  width: 100%;
  padding: 20px;
  background: var(--gold);
  color: var(--black);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transition: all var(--transition-fast);
  cursor: none;
  margin-top: 12px;
  border: none;
}

.add-to-cart-btn:hover { background: var(--cream); }
.add-to-cart-btn:disabled { opacity: 0.4; cursor: not-allowed; }

.product-meta {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.product-meta-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gray);
}

.product-meta-item svg { color: var(--gold); }

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ Cart Drawer Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.cart-drawer {
  position: fixed;
  top: 0;
  right: -500px;
  width: min(500px, 100vw);
  height: 100vh;
  background: var(--black-soft);
  z-index: 10000;
  border-left: 1px solid rgba(201, 169, 110, 0.1);
  display: flex;
  flex-direction: column;
  transition: right var(--transition-slow);
}

.cart-drawer.open { right: 0; }

.cart-drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.7);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all var(--transition-med);
  backdrop-filter: blur(4px);
}

.cart-drawer-overlay.open { opacity: 1; visibility: visible; }

.cart-header {
  padding: 32px;
  border-bottom: 1px solid rgba(201, 169, 110, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart-title {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 400;
  color: var(--cream);
  letter-spacing: 0.05em;
}

.cart-close {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(201, 169, 110, 0.2);
  color: var(--cream-dim);
  transition: all var(--transition-fast);
  cursor: none;
}

.cart-close:hover { border-color: var(--gold); color: var(--gold); }

.cart-items {
  flex: 1;
  overflow-y: auto;
  padding: 24px;
}

.cart-item {
  display: grid;
  grid-template-columns: 90px 1fr auto;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(201, 169, 110, 0.08);
}

.cart-item-img {
  width: 90px;
  height: 110px;
  object-fit: cover;
}

.cart-item-name {
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 400;
  color: var(--cream);
  margin-bottom: 6px;
}

.cart-item-variant {
  font-size: 12px;
  color: var(--gray);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.cart-item-qty {
  display: flex;
  align-items: center;
  gap: 12px;
}

.qty-btn {
  width: 28px;
  height: 28px;
  border: 1px solid rgba(201, 169, 110, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--cream-dim);
  font-size: 16px;
  transition: all var(--transition-fast);
  cursor: none;
}

.qty-btn:hover { border-color: var(--gold); color: var(--gold); }

.cart-item-price { font-size: 15px; color: var(--gold); font-weight: 500; align-self: start; }

.cart-footer {
  padding: 24px 32px;
  border-top: 1px solid rgba(201, 169, 110, 0.1);
}

.cart-total-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.cart-total-label { font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gray); }
.cart-total-value { font-family: var(--font-display); font-size: 22px; color: var(--gold); font-weight: 400; }

.cart-checkout-btn {
  width: 100%;
  padding: 18px;
  background: var(--gold);
  color: var(--black);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transition: all var(--transition-fast);
  cursor: none;
  border: none;
  font-family: var(--font-body);
}

.cart-checkout-btn:hover { background: var(--cream); }

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ About / Values Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.values-section {
  padding: var(--section-padding) 0;
  background: var(--black-mid);
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1px;
  margin-top: clamp(40px, 6vw, 80px);
}

.value-card {
  padding: 48px 40px;
  background: var(--black-soft);
  transition: background var(--transition-med);
  border-left: 1px solid transparent;
}

.value-card:hover {
  background: var(--black-light);
  border-left-color: var(--gold);
}

.value-icon {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(201, 169, 110, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  transition: border-color var(--transition-fast);
  color: var(--gold);
}

.value-card:hover .value-icon { border-color: var(--gold); }

.value-title {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 400;
  color: var(--cream);
  margin-bottom: 12px;
}

.value-desc {
  font-size: 14px;
  line-height: 1.7;
  color: var(--gray);
  font-weight: 300;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ Responsive Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
@media (max-width: 1024px) {
  .split-section { grid-template-columns: 1fr; }
  .split-image { aspect-ratio: 16/9; }
  .collections-grid { grid-template-columns: 1fr 1fr; }
  .collection-card:nth-child(1) { grid-column: 1 / 3; grid-row: auto; aspect-ratio: 16/7; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .product-page-grid { grid-template-columns: 1fr; }
  .product-images { position: relative; top: auto; height: 70vw; max-height: 600px; }
}

@media (max-width: 768px) {
  body { cursor: auto; }
  .cursor, .cursor-follower { display: none; }
  .header-nav { display: none; }
  .hamburger { display: flex; }
  .products-grid { grid-template-columns: 1fr 1fr; gap: 2px; }
  .collections-grid { grid-template-columns: 1fr; }
  .collection-card:nth-child(1) { grid-column: 1; aspect-ratio: 4/3; }
  .footer-grid { grid-template-columns: 1fr; gap: 40px; }
  .values-grid { grid-template-columns: 1fr; }
  .newsletter-form { flex-direction: column; }
  .newsletter-input { border-right: 1px solid rgba(201, 169, 110, 0.2); border-bottom: none; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 480px) {
  .products-grid { grid-template-columns: 1fr; }
  .hero-title { font-size: clamp(40px, 12vw, 60px); }
}

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ Cart Item Remove Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.cart-item-remove {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gray);
  transition: color var(--transition-fast);
  cursor: none;
  flex-shrink: 0;
  margin-top: 2px;
  background: none;
  border: none;
}
.cart-item-remove:hover { color: #c0392b; }

.cart-item-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
}

.cart-empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 300px;
  gap: 16px;
  color: var(--gray);
  text-align: center;
  padding: 40px;
}

.cart-empty-state svg { opacity: 0.2; }
.cart-empty-state p { font-size: 14px; letter-spacing: 0.1em; }
.cart-empty-state a { color: var(--gold); font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; text-decoration: underline; }

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ Blog Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.blog-section {
  padding: var(--section-padding) 0;
  background: var(--black);
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
  gap: 2px;
  margin-top: clamp(40px, 6vw, 80px);
}

.blog-card {
  position: relative;
  background: var(--black-soft);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  cursor: none;
  transition: background var(--transition-med);
}

.blog-card:hover { background: var(--black-light); }

.blog-card-img-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/10;
}

.blog-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.blog-card:hover .blog-card-img { transform: scale(1.05); }

.blog-card-img-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--black-mid), var(--black-light));
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-card-body {
  padding: 32px;
  flex: 1;
  display: flex;
  flex-direction: column;
  border-left: 1px solid transparent;
  transition: border-color var(--transition-med);
}

.blog-card:hover .blog-card-body { border-left-color: var(--gold); }

.blog-card-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.blog-card-date {
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
}

.blog-card-tag {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gray);
  padding: 3px 10px;
  border: 1px solid rgba(201, 169, 110, 0.15);
}

.blog-card-title {
  font-family: var(--font-display);
  font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 400;
  color: var(--cream);
  line-height: 1.25;
  margin-bottom: 12px;
  transition: color var(--transition-fast);
}

.blog-card:hover .blog-card-title { color: var(--gold); }

.blog-card-excerpt {
  font-size: 14px;
  line-height: 1.7;
  color: var(--gray);
  font-weight: 300;
  flex: 1;
  margin-bottom: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-card-read-more {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  transition: gap var(--transition-fast);
}

.blog-card:hover .blog-card-read-more { gap: 16px; }

/* Blog Article Page */
.article-page {
  padding-top: 80px;
  min-height: 100vh;
  background: var(--black);
}

.article-hero {
  position: relative;
  height: 60vh;
  min-height: 400px;
  overflow: hidden;
}

.article-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(8,8,8,0.3) 0%, rgba(8,8,8,0.8) 100%);
}

.article-hero-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px var(--container-padding);
  z-index: 2;
  max-width: var(--container-max);
  margin: 0 auto;
}

.article-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.article-date {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
}

.article-author {
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--gray-light);
}

.article-title {
  font-family: var(--font-display);
  font-size: clamp(32px, 6vw, 72px);
  font-weight: 400;
  color: var(--cream);
  line-height: 1.05;
  max-width: 900px;
}

.article-body {
  max-width: 780px;
  margin: 0 auto;
  padding: clamp(40px, 6vw, 80px) var(--container-padding);
}

.article-body p {
  font-size: clamp(16px, 1.5vw, 18px);
  line-height: 1.85;
  color: var(--gray-light);
  font-weight: 300;
  margin-bottom: 28px;
}

.article-body h2 {
  font-family: var(--font-display);
  font-size: clamp(24px, 3vw, 40px);
  font-weight: 400;
  color: var(--cream);
  margin: 56px 0 20px;
  line-height: 1.1;
}

.article-body h3 {
  font-family: var(--font-display);
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 400;
  color: var(--cream);
  margin: 40px 0 16px;
}

.article-body blockquote {
  border-left: 2px solid var(--gold);
  padding: 20px 32px;
  margin: 40px 0;
  background: rgba(201, 169, 110, 0.04);
}

.article-body blockquote p {
  font-family: var(--font-serif);
  font-size: clamp(18px, 2vw, 24px);
  font-style: italic;
  color: var(--cream);
  margin: 0;
}

.article-body img {
  width: 100%;
  height: auto;
  margin: 40px 0;
  display: block;
}

.article-body a { color: var(--gold); text-decoration: underline; }

.article-back {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gray);
  margin-bottom: 40px;
  transition: color var(--transition-fast);
}

.article-back:hover { color: var(--gold); }

/* Blog featured card (large) */
.blog-featured {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  min-height: 520px;
  background: var(--black-soft);
  margin-bottom: 2px;
  cursor: none;
  overflow: hidden;
}

.blog-featured-img {
  overflow: hidden;
  position: relative;
}

.blog-featured-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.blog-featured:hover .blog-featured-img img { transform: scale(1.04); }

.blog-featured-body {
  padding: clamp(40px, 5vw, 80px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 1px solid rgba(201, 169, 110, 0.08);
}

.blog-featured-body .blog-card-title {
  font-size: clamp(28px, 3vw, 42px);
}

@media (max-width: 768px) {
  .blog-featured { grid-template-columns: 1fr; }
  .blog-featured-img { aspect-ratio: 16/9; }
  .blog-grid { grid-template-columns: 1fr; }
}

/* Cart loading spinner */
.cart-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px;
}

.cart-spinner {
  width: 24px;
  height: 24px;
  border: 1px solid rgba(201,169,110,0.2);
  border-top-color: var(--gold);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin { to { transform: rotate(360deg); } }

/* Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â
   Thumbnail scorrevoli + Lightbox
   Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â */

/* Ã¢â€â‚¬Ã¢â€â‚¬ Strip scorrevole Ã¢â€â‚¬Ã¢â€â‚¬ */
.product-thumbnails {
  position: absolute !important;
  left: 12px !important;
  bottom: 12px !important;
  right: 12px !important;
  display: flex !important;
  flex-direction: row !important;
  gap: 6px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scroll-snap-type: x mandatory !important;
  -webkit-overflow-scrolling: touch !important;
  scrollbar-width: none !important;
  padding: 0 32px 0 32px !important;
}
.product-thumbnails::-webkit-scrollbar { display: none !important; }

.product-thumb {
  width: 60px !important;
  height: 60px !important;
  min-width: 60px !important;
  object-fit: cover !important;
  opacity: 0.55 !important;
  border: 1px solid transparent !important;
  transition: all var(--transition-fast) !important;
  cursor: none !important;
  scroll-snap-align: start !important;
  flex-shrink: 0 !important;
}
.product-thumb.active,
.product-thumb:hover {
  opacity: 1 !important;
  border-color: var(--gold) !important;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Frecce navigazione strip Ã¢â€â‚¬Ã¢â€â‚¬ */
.thumb-nav {
  position: absolute;
  bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 60px;
  background: rgba(8,8,8,0.8);
  backdrop-filter: blur(6px);
  border: none;
  color: var(--gold);
  cursor: none;
  z-index: 5;
  transition: opacity 0.2s, color 0.2s;
}
.thumb-nav:hover { color: var(--cream); }
.thumb-nav.hidden { opacity: 0; pointer-events: none; }
.thumb-nav-prev { left: 12px; }
.thumb-nav-next { right: 12px; }

/* Ã¢â€â‚¬Ã¢â€â‚¬ Cursore zoom sull'immagine principale Ã¢â€â‚¬Ã¢â€â‚¬ */
.product-main-img {
  cursor: none !important;
}
.product-images:hover .product-main-img::after {
  content: '';
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Lightbox Ã¢â€â‚¬Ã¢â€â‚¬ */
#ue-lightbox {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: rgba(8, 8, 8, 0.97);
  display: none;
  align-items: center;
  justify-content: center;
  cursor: none;
}
#ue-lightbox.open { display: flex; }

#lb-img-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

#lb-img {
  max-width: 90vw;
  max-height: 88vh;
  object-fit: contain;
  display: block;
  transition: opacity 0.22s ease;
  user-select: none;
}

#lb-close {
  position: fixed;
  top: 24px;
  right: 28px;
  background: none;
  border: none;
  color: var(--cream-dim);
  cursor: none;
  padding: 8px;
  transition: color 0.2s;
  z-index: 3;
  line-height: 0;
}
#lb-close:hover { color: var(--gold); }

#lb-prev,
#lb-next {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(8,8,8,0.5);
  border: 1px solid rgba(201,169,110,0.15);
  color: var(--cream);
  cursor: none;
  padding: 18px 14px;
  transition: all 0.2s;
  line-height: 0;
  z-index: 3;
}
#lb-prev:hover,
#lb-next:hover {
  background: rgba(201,169,110,0.1);
  border-color: var(--gold);
  color: var(--gold);
}
#lb-prev { left: 20px; }
#lb-next { right: 20px; }

#lb-counter {
  position: fixed;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gray);
  font-family: var(--font-body);
  white-space: nowrap;
}

@media (max-width: 480px) {
  #lb-prev { left: 6px; padding: 14px 10px; }
  #lb-next { right: 6px; padding: 14px 10px; }
}

/* â”€â”€â”€ Testimonials â”€â”€â”€ */
.testimonials-section {
  padding: var(--section-padding) 0;
  background: var(--black-soft);
  position: relative;
  overflow: hidden;
}

.testimonials-section::before {
  content: '"';
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--font-display);
  font-size: 300px;
  color: rgba(201, 169, 110, 0.04);
  line-height: 1;
  pointer-events: none;
  user-select: none;
}

/* â”€â”€ Layout wrapper con frecce â”€â”€ */
.testi-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 var(--container-padding);
}

.testimonials-slider {
  flex: 1;
  min-width: 0;
  overflow: hidden;
}

.testimonial-slide {
  display: none;
  text-align: center;
  padding: 0 20px;
}

.testimonial-slide.active { display: block; }

/* â”€â”€ Data sopra le stelle â”€â”€ */
.testi-date {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gray);
  text-align: center;
  margin-bottom: 12px;
}

.testimonial-text {
  font-family: var(--font-serif);
  font-size: clamp(20px, 3vw, 32px);
  font-weight: 300;
  font-style: italic;
  line-height: 1.6;
  color: var(--cream);
  margin-bottom: 40px;
}

.testimonial-author {
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0;
}

.testimonial-stars {
  color: var(--gold);
  font-size: 14px;
  margin-bottom: 20px;
  letter-spacing: 4px;
}

/* â”€â”€ Riga autore con linee â”€â”€ */
.testi-author-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 0;
}

.testi-line {
  width: 32px;
  height: 1px;
  background: var(--gold-dim);
  flex-shrink: 0;
}

/* â”€â”€ Frecce oro â”€â”€ */
.testi-arrow {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: 1px solid rgba(201, 169, 110, 0.25);
  color: var(--gold);
  cursor: none;
  transition: border-color 0.25s ease, color 0.25s ease, background 0.25s ease;
  z-index: 2;
}

.testi-arrow:hover {
  border-color: var(--gold);
  background: rgba(201, 169, 110, 0.08);
  color: var(--gold-light);
}

.testi-arrow-prev { margin-right: 36px; }
.testi-arrow-next { margin-left:  36px; }

/* â”€â”€ Dots â”€â”€ */
.testimonials-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
}

.testimonial-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(201, 169, 110, 0.18);
  border: 1px solid rgba(201, 169, 110, 0.3);
  padding: 0;
  transition: background 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
  cursor: none;
}

.testimonial-dot.active {
  background: var(--gold);
  border-color: var(--gold);
  transform: scale(1.5);
}

.testimonial-dot:hover:not(.active) {
  background: rgba(201, 169, 110, 0.4);
  border-color: var(--gold-dim);
}

@media (max-width: 768px) {
  .testi-arrow-prev { margin-right: 16px; }
  .testi-arrow-next { margin-left:  16px; }
  .testi-arrow { width: 36px; height: 36px; }
}

@media (max-width: 480px) {
  .testi-arrow { display: none; }
  .testi-wrapper { padding: 0 var(--container-padding); }
}
/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   MODIFICA 1 â€” Doppia immagine prodotto al hover
   Aggiungere in fondo a: assets/theme.css
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

.product-card-img-primary {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 1;
}

.product-card-img-secondary {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
  transform: scale(1.04);
  z-index: 1;
}

.product-card:hover .product-card-img-primary {
  opacity: 0;
  transform: scale(1.04);
}

.product-card:hover .product-card-img-secondary {
  opacity: 1;
  transform: scale(1);
}

/* Overlay e info restano sopra le immagini */
.product-card-overlay { z-index: 2; }
.product-card-info    { z-index: 3; }
.product-badge        { z-index: 4; }


/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   MODIFICA 2 â€” Barra di progresso scroll (oro)
   Aggiungere in fondo a: assets/theme.css
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background: linear-gradient(90deg, var(--gold-dim), var(--gold), var(--gold-light));
  z-index: 99996;
  transition: width 0.1s linear;
  pointer-events: none;
}


/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   MODIFICA 3 â€” Hero title animazione parola per parola
   Aggiungere in fondo a: assets/theme.css
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

.hero-title .word {
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
}

.hero-title .word-inner {
  display: inline-block;
  transform: translateY(110%);
  transition: transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-title.words-visible .word-inner {
  transform: translateY(0);
}

/* Delay progressivo per ogni parola */
.hero-title .word:nth-child(1) .word-inner { transition-delay: 0.1s; }
.hero-title .word:nth-child(2) .word-inner { transition-delay: 0.22s; }
.hero-title .word:nth-child(3) .word-inner { transition-delay: 0.34s; }
.hero-title .word:nth-child(4) .word-inner { transition-delay: 0.46s; }
.hero-title .word:nth-child(5) .word-inner { transition-delay: 0.58s; }
.hero-title .word:nth-child(6) .word-inner { transition-delay: 0.70s; }


/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   MODIFICA 4 â€” Sticky Add to Cart su mobile
   Aggiungere in fondo a: assets/theme.css
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

.sticky-atc {
  display: none;
}

@media (max-width: 768px) {
  .sticky-atc {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9990;
    background: var(--black-soft);
    border-top: 1px solid rgba(201,169,110,0.15);
    padding: 16px 20px;
    align-items: center;
    gap: 16px;
    transform: translateY(100%);
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

  .sticky-atc.visible {
    transform: translateY(0);
  }

  .sticky-atc-info {
    flex: 1;
    min-width: 0;
  }

  .sticky-atc-name {
    font-family: var(--font-display);
    font-size: 13px;
    color: var(--cream);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .sticky-atc-price {
    font-size: 12px;
    color: var(--gold);
    margin-top: 2px;
  }

  .sticky-atc-btn {
    flex-shrink: 0;
    background: var(--gold);
    color: var(--black);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    padding: 14px 24px;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.2s ease;
  }

  .sticky-atc-btn:active {
    background: var(--gold-light);
  }
}
/* ── Doppia immagine prodotto al hover ── */
.product-card-img-primary {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 1;
}

.product-card-img-secondary {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
  transform: scale(1.04);
  z-index: 1;
}

.product-card:hover .product-card-img-primary {
  opacity: 0;
  transform: scale(1.04);
}

.product-card:hover .product-card-img-secondary {
  opacity: 1;
  transform: scale(1);
}

.product-card-overlay { z-index: 2; }
.product-card-info    { z-index: 3; }
.product-badge        { z-index: 4; }

/* ── Barra progresso scroll ── */
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background: linear-gradient(90deg, var(--gold-dim), var(--gold), var(--gold-light));
  z-index: 99996;
  transition: width 0.1s linear;
  pointer-events: none;
}
/* ── Hero title — animazione parola per parola ── */
.hero-title .word {
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
}

.hero-title .word-inner {
  display: inline-block;
  transform: translateY(110%);
  transition: transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-title.words-visible .word-inner {
  transform: translateY(0);
}

.hero-title .word:nth-child(1) .word-inner { transition-delay: 0.10s; }
.hero-title .word:nth-child(2) .word-inner { transition-delay: 0.22s; }
.hero-title .word:nth-child(3) .word-inner { transition-delay: 0.34s; }
.hero-title .word:nth-child(4) .word-inner { transition-delay: 0.46s; }
.hero-title .word:nth-child(5) .word-inner { transition-delay: 0.58s; }
.hero-title .word:nth-child(6) .word-inner { transition-delay: 0.70s; }
/* ── Sticky Add to Cart mobile ── */
.sticky-atc {
  display: none;
}

@media (max-width: 768px) {
  .sticky-atc {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9990;
    background: var(--black-soft);
    border-top: 1px solid rgba(201,169,110,0.15);
    padding: 16px 20px;
    align-items: center;
    gap: 16px;
    transform: translateY(100%);
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

  .sticky-atc.visible {
    transform: translateY(0);
  }

  .sticky-atc-info {
    flex: 1;
    min-width: 0;
  }

  .sticky-atc-name {
    font-family: var(--font-display);
    font-size: 13px;
    color: var(--cream);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .sticky-atc-price {
    font-size: 12px;
    color: var(--gold);
    margin-top: 2px;
  }

  .sticky-atc-btn {
    flex-shrink: 0;
    background: var(--gold);
    color: var(--black);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    padding: 14px 24px;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.2s ease;
  }

  .sticky-atc-btn:active {
    background: var(--gold-light);
  }
}