/* ============================================================
   H.M. SHAH JEWELLER — Premium Luxury CSS
   Designer: Antigravity | Theme: Light Luxury Editorial
   Tagline: the name U trust
   ============================================================ */

@font-face {
  font-family: 'Elephant';
  src: url('ELEPHNT.TTF') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* ── RESET & BASE ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; -webkit-tap-highlight-color: transparent; }

img {
  pointer-events: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

:root {
  --gold:        #C9A96E;
  --gold-light:  #E8D5A8;
  --gold-deep:   #A07840;
  --cream:       #FAF8F4;
  --pearl:       #F5F2EC;
  --parchment:   #EDE8DF;
  --charcoal:    #1A1714;
  --ink:         #2D2925;
  --muted:       #7A7066;
  --white:       #FFFFFF;

  --font-serif:  'Cormorant Garamond', Georgia, serif;
  --font-sans:   'Jost', 'Helvetica Neue', sans-serif;

  --ease-silk:   cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ease-expo:   cubic-bezier(0.19, 1, 0.22, 1);
}

html { scroll-behavior: smooth; overflow-x: hidden; }

body {
  font-family: var(--font-sans);
  background: var(--cream);
  color: var(--ink);
  
  overflow-x: hidden;
}

img { display: block; width: 100%; height: 100%; object-fit: cover; }
a { text-decoration: none; color: inherit; }

/* ── SCROLLBAR ── */
::-webkit-scrollbar { width: 4px; }
::-webkit-scrollbar-track { background: var(--cream); }
::-webkit-scrollbar-thumb { background: var(--gold); border-radius: 2px; }

/* ── CUSTOM CURSOR ── */
.cursor {
  position: fixed;
  width: 8px;
  height: 8px;
  background: var(--gold);
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  transition: transform 0.1s, width 0.3s var(--ease-silk), height 0.3s var(--ease-silk), background 0.3s;
}

.cursor-follower {
  position: fixed;
  width: 36px;
  height: 36px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  pointer-events: none;
  z-index: 9998;
  transform: translate(-50%, -50%);
  transition: transform 0.4s var(--ease-silk), width 0.4s var(--ease-silk), height 0.4s var(--ease-silk), opacity 0.3s;
  opacity: 0.6;
}

body:has(a:hover) .cursor,
body:has(button:hover) .cursor,
body:has(.col-card:hover) .cursor,
body:has(.slider-dot:hover) .cursor,
body:has(select:hover) .cursor,
body:has(label:hover) .cursor { width: 60px; height: 60px; background: transparent; border: 1px solid var(--gold); }
body:has(a:hover) .cursor-follower,
body:has(button:hover) .cursor-follower,
body:has(.col-card:hover) .cursor-follower,
body:has(.slider-dot:hover) .cursor-follower,
body:has(select:hover) .cursor-follower,
body:has(label:hover) .cursor-follower { opacity: 0; }

/* Force custom cursor and hide system mouse on all interactive elements */
a, button, select, input[type="submit"], input[type="button"], input[type="checkbox"], input[type="radio"], label, [role="button"], .btn-explore, .slider-btn, .page-btn, .clear-filter-btn, .slider-dot, .prod-card, .prod-grid-card, .col-card, .menu-close {
  
}

/* ══ LOADER SPLASH SCREEN ══ */
.loader {
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: #FAFAF8;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.9s ease;
}

/* Center column */
.loader-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 40px;
  width: 100%;
  max-width: 900px;
}

/* ── H.M. SHAH — MASSIVE ELEPHANT BOLD ── */
.loader-name {
  font-family: 'Elephant', 'Playfair Display', Georgia, serif;
  font-weight: 900;
  font-size: clamp(72px, 14vw, 140px);
  color: #111010;
  line-height: 1;
  letter-spacing: 0.01em;
  margin: 0 0 16px 0;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.loader-name.animate { opacity: 1; transform: translateY(0); }

/* ── the name U trust ── */
.loader-tagline {
  font-family: 'Elephant', 'Playfair Display', Georgia, serif;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(18px, 3vw, 32px);
  color: #111010;
  letter-spacing: 0.01em;
  margin: 0 0 64px 0;
  opacity: 0;
  transition: opacity 0.7s ease;
}
.loader-tagline.animate { opacity: 1; }

/* ── H.M. SHAH JEWELLER ── */
.loader-jeweller {
  font-family: 'Elephant', 'Playfair Display', Georgia, serif;
  font-weight: 700;
  font-size: clamp(20px, 3.5vw, 38px);
  color: #111010;
  letter-spacing: 0.01em;
  margin: 0 0 12px 0;
  opacity: 0;
  transition: opacity 0.7s ease;
}
.loader-jeweller.animate { opacity: 1; }

/* ── Address ── */
.loader-address {
  font-family: 'Elephant', 'Playfair Display', Georgia, serif;
  font-weight: 400;
  font-size: clamp(16px, 2.5vw, 28px);
  color: #111010;
  letter-spacing: 0.01em;
  line-height: 1.7;
  margin: 0 0 48px 0;
  opacity: 0;
  transition: opacity 0.7s ease;
}
.loader-address.animate { opacity: 1; }

/* ── Progress bar ── */
.loader-progress-wrap {
  width: min(300px, 70vw);
  height: 2px;
  background: #E8E4DE;
  overflow: hidden;
}
.loader-progress {
  height: 100%;
  width: 0;
  background: #111010;
  animation: loaderProgress 3.4s cubic-bezier(0.19,1,0.22,1) forwards;
}
@keyframes loaderProgress { from { width: 0; } to { width: 100%; } }

/* Loader ornament lines — unused but kept for compat */
.loader-rule { display: none; }
.loader-rules-wrap { display: none; }

/* Hide/exit */
.loader.hide {
  opacity: 0;
  pointer-events: none;
}

@keyframes shimmer {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.7; }
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 56px;
  height: 72px;
  transition: background 0.5s, height 0.4s, backdrop-filter 0.5s;
}

.nav.scrolled {
  background: rgba(250,248,244,0.96);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  height: 60px;
  border-bottom: 1px solid rgba(201,169,110,0.18);
}

/* ── MENU BUTTON (mobile hamburger) ── */
.menu-btn {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 28px;
  height: 20px;
  position: relative;
  z-index: 1100;
}

.menu-btn span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--charcoal);
  transition: all 0.3s ease;
  border-radius: 1px;
}

.menu-btn:hover span { background: var(--gold); }

/* ── Logo (left) ── */
.nav-logo { flex-shrink: 0; }

.logo-link {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.logo-svg { width: 38px; height: 38px; color: var(--gold); transition: transform 1s var(--ease-expo); }
.logo-link:hover .logo-svg { transform: rotate(30deg); }

.logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.logo-name {
  font-family: var(--font-serif);
  font-size: 20px;
  font-weight: 500;
  color: var(--charcoal);
  letter-spacing: 0.18em;
}

.logo-sub {
  font-family: var(--font-sans);
  font-size: 7.5px;
  font-weight: 300;
  color: var(--gold);
  letter-spacing: 0.5em;
  margin-top: 3px;
}

/* ── Nav links (right) ── */
.nav-links {
  display: flex;
  align-items: center;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
}

.nav-links > li {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.nav-link {
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--charcoal);
  text-decoration: none;
  padding: 0 20px;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 6px;
  position: relative;
  transition: color 0.25s;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  height: 1.5px;
  background: var(--gold);
  transform: scaleX(0);
  transition: transform 0.3s var(--ease-silk);
  transform-origin: left;
}

.nav-link:hover,
.nav-link:hover { color: var(--gold-deep); }
.nav-link:hover::after { transform: scaleX(1); }

/* Admin link — subtle */
.nav-link-admin {
  color: var(--muted);
  font-size: 10px;
}
.nav-link-admin:hover { color: var(--gold); }

/* Chevron icon */
.drop-chevron {
  width: 10px;
  height: 6px;
  transition: transform 0.25s;
  flex-shrink: 0;
}
.nav-item-drop:hover .drop-chevron { transform: rotate(180deg); }

/* ── DROPDOWN ── */
.nav-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  background: #FEFCF8;
  border: 1px solid rgba(201,169,110,0.2);
  border-top: 2px solid var(--gold);
  box-shadow: 0 20px 60px rgba(26,23,20,0.12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  z-index: 500;
}

.nav-item-drop:hover .nav-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nav-dropdown-inner {
  padding: 12px 0;
}

/* Wide dropdown for categories with subcats */
.nav-dropdown--wide {
  min-width: 600px;
  left: 50%;
  transform: translateX(-50%) translateY(8px);
}
.nav-dropdown--wide .nav-dropdown-inner {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  gap: 0;
  padding: 16px;
}
.nav-item-drop:hover .nav-dropdown--wide {
  transform: translateX(-50%) translateY(0);
}

/* Category group */
.drop-group {
  padding: 4px 8px;
  border-right: 1px solid rgba(201,169,110,0.1);
}
.drop-group:last-child { border-right: none; }

/* Category link */
.drop-link {
  display: block;
  padding: 8px 16px;
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--charcoal);
  text-decoration: none;
  transition: color 0.2s, background 0.2s;
  white-space: nowrap;
}
.drop-link:hover { color: var(--gold-deep); background: rgba(201,169,110,0.06); }

.drop-link--cat {
  font-weight: 600;
  color: var(--charcoal);
  border-bottom: 1px solid rgba(201,169,110,0.15);
  margin-bottom: 4px;
  padding: 8px 0;
}
.drop-link--cat:hover { background: none; color: var(--gold-deep); }

/* Subcategory links */
.drop-subs {
  display: flex;
  flex-direction: column;
}

.drop-sub-link {
  display: block;
  padding: 5px 0;
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  text-decoration: none;
  transition: color 0.2s, padding-left 0.2s;
}
.drop-sub-link:hover { color: var(--gold); padding-left: 6px; }

/* ── MENU OVERLAY (mobile fallback) ── */
.menu-overlay {
  position: fixed;
  inset: 0;
  background: var(--cream);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: circle(0% at calc(100% - 72px) 48px);
  transition: clip-path 0.8s var(--ease-expo);
  border-left: 1px solid var(--parchment);
}

.menu-overlay.open { clip-path: circle(150% at calc(100% - 72px) 48px); }

.menu-overlay-inner { text-align: center; width: 100%; max-width: 600px; padding: 0 40px; }

.menu-nav { display: flex; flex-direction: column; gap: 12px; width: 100%; }

.menu-link {
  font-family: var(--font-serif);
  font-size: clamp(32px, 5.5vw, 56px);
  font-weight: 300;
  color: var(--muted);
  transition: color 0.3s, transform 0.4s var(--ease-silk);
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  overflow: hidden;
  padding: 8px 0;
}

.menu-link::before {
  content: attr(data-num);
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 400;
  color: var(--gold-deep);
  letter-spacing: 0.2em;
}

.menu-link:hover { color: var(--charcoal); transform: translateX(12px); }

.menu-footer {
  margin-top: 48px;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.1em;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.menu-socials { display: flex; gap: 24px; }
.menu-socials a { color: var(--gold-deep); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; }
.menu-socials a:hover { opacity: 0.7; color: var(--charcoal); }

.menu-close {
  position: absolute;
  top: 24px;
  right: 24px;
  background: none;
  border: none;
  
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-close span {
  position: absolute;
  width: 22px;
  height: 1px;
  background: var(--charcoal);
}

.menu-close span:first-child { transform: rotate(45deg); }
.menu-close span:last-child { transform: rotate(-45deg); }

/* ── HERO ── */
.hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  background: var(--cream);
  overflow: hidden;
}

.hero-bg-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(201,169,110,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201,169,110,0.04) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(80px);
}

.hero-orb--1 {
  width: 500px;
  height: 500px;
  top: -150px;
  right: -100px;
  background: radial-gradient(circle, rgba(201,169,110,0.12) 0%, transparent 70%);
}

.hero-orb--2 {
  width: 300px;
  height: 300px;
  bottom: 100px;
  left: -80px;
  background: radial-gradient(circle, rgba(201,169,110,0.08) 0%, transparent 70%);
}

.hero-orb--3 {
  width: 200px;
  height: 200px;
  top: 40%;
  left: 35%;
  background: radial-gradient(circle, rgba(232,213,168,0.08) 0%, transparent 70%);
}

.hero-content {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 60px;
  padding: 140px 80px 80px;
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
}

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

.eyebrow-line {
  display: block;
  width: 40px;
  height: 1px;
  background: var(--gold);
}

.eyebrow-text {
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.35em;
  color: var(--gold-deep);
  text-transform: uppercase;
}

.hero-title {
  font-family: var(--font-serif);
  font-size: clamp(52px, 6vw, 88px);
  font-weight: 300;
  line-height: 1.05;
  color: var(--charcoal);
  display: flex;
  flex-direction: column;
  margin-bottom: 28px;
}

.hero-title-line {
  display: block;
  overflow: hidden;
}

.hero-title-italic {
  font-style: italic;
  color: var(--gold-deep);
  margin-left: 32px;
}

.hero-desc {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.9;
  color: var(--ink);
  max-width: 420px;
  margin-bottom: 48px;
}

.hero-cta-row {
  display: flex;
  align-items: center;
  gap: 40px;
}

.btn-explore {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: var(--charcoal);
  color: var(--cream);
  padding: 12px 28px;
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  border-radius: 9999px; /* Pill-shaped */
  width: max-content !important;
  box-sizing: border-box;
}

.btn-explore::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--gold);
  transform: translateX(-100%);
  transition: transform 0.5s var(--ease-expo);
}

.btn-explore:hover::before { transform: translateX(0); }
.btn-explore:hover { color: var(--charcoal); }
.btn-text, .btn-arrow { position: relative; z-index: 1; }
.btn-arrow svg { width: 18px; height: 18px; }

/* Scroll cue removed */

/* Hero right image */
.hero-right { display: flex; justify-content: center; position: relative; }

.hero-image-frame {
  position: relative;
  width: min(520px, 100%);
  aspect-ratio: 4/5;
}

.frame-corner {
  position: absolute;
  width: 30px;
  height: 30px;
  z-index: 2;
}

.frame-corner--tl { top: -8px; left: -8px; border-top: 1.5px solid var(--gold); border-left: 1.5px solid var(--gold); }
.frame-corner--tr { top: -8px; right: -8px; border-top: 1.5px solid var(--gold); border-right: 1.5px solid var(--gold); }
.frame-corner--bl { bottom: -8px; left: -8px; border-bottom: 1.5px solid var(--gold); border-left: 1.5px solid var(--gold); }
.frame-corner--br { bottom: -8px; right: -8px; border-bottom: 1.5px solid var(--gold); border-right: 1.5px solid var(--gold); }

.hero-image-inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: var(--parchment);
}

.hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 8s var(--ease-silk);
}

.hero-image-frame:hover .hero-img { transform: scale(1.05); }

.hero-image-badge {
  position: absolute;
  bottom: 24px;
  left: -24px;
  background: var(--charcoal);
  color: var(--cream);
  padding: 14px 20px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.badge-text {
  font-family: var(--font-sans);
  font-size: 9px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
}

.badge-num {
  font-family: var(--font-serif);
  font-size: 16px;
  font-weight: 300;
  color: var(--cream);
}

/* Stat chips */
.stat-chip {
  position: absolute;
  background: var(--white);
  border: 1px solid var(--gold-light);
  padding: 14px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 8px 30px rgba(0,0,0,0.06);
  animation: chipFloat 6s ease-in-out infinite;
}

.stat-chip--1 { top: 40px; right: -30px; animation-delay: 0s; }
.stat-chip--2 { bottom: 80px; right: -50px; animation-delay: 2s; }

@keyframes chipFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-3px); }
}

.stat-num {
  font-family: var(--font-serif);
  font-size: 28px;
  font-weight: 500;
  color: var(--gold-deep);
  line-height: 1;
}

.stat-label {
  font-size: 9px;
  font-weight: 300;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 4px;
}

/* Hero marquee */
.hero-marquee {
  overflow: hidden;
  border-top: 1px solid var(--parchment);
  padding: 16px 0;
  background: var(--pearl);
  width: 100%;
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee 35s linear infinite; /* Slightly slower for elegance */
}

.marquee-group {
  display: flex;
  align-items: center;
  justify-content: space-around;
  min-width: 100vw;
  flex-shrink: 0;
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.25em;
  color: var(--muted);
  text-transform: uppercase;
}

.marquee-dot {
  color: var(--gold);
  margin: 0 20px;
  font-size: 8px;
}

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

/* ── TRUST BAR ── */
.trust-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 48px 80px;
  background: var(--cream) !important;
  border-top: 1px solid rgba(201, 169, 110, 0.2);
  border-bottom: 1px solid rgba(201, 169, 110, 0.2);
  flex-wrap: wrap;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0 48px;
}

.trust-icon svg { width: 36px; height: 36px; stroke: var(--gold-deep); }

.trust-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.trust-text strong {
  font-family: var(--font-serif);
  font-size: 19px;
  font-weight: 500;
  color: var(--charcoal) !important;
}

.trust-text span {
  font-size: 11.5px;
  font-weight: 400;
  letter-spacing: 0.12em;
  color: #5C5449 !important;
  text-transform: uppercase;
}

.trust-divider {
  width: 1px;
  height: 50px;
  background: rgba(201,169,110,0.3);
}

/* ── SHOWROOM SHOWCASE ── */
.showroom-section {
  padding: 80px 0;
  background: var(--white);
}

.showroom-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}

.showroom-image-wrap {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0,0,0,0.06);
  border: 1px solid rgba(201, 169, 110, 0.15);
}

.showroom-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

@media (max-width: 768px) {
  .showroom-section {
    padding: 60px 0;
  }
  .showroom-container {
    padding: 0 20px;
  }
}

/* ── SECTION HEADERS ── */
.section-header {
  text-align: center;
  margin-bottom: 80px;
}

.section-kicker {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 20px;
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--gold-deep);
}

.kicker-line {
  display: block;
  width: 40px;
  height: 1px;
  background: var(--gold-deep);
  opacity: 0.7;
}

.section-title {
  font-family: var(--font-serif);
  font-size: clamp(36px, 4vw, 60px);
  font-weight: 300;
  color: var(--charcoal);
  line-height: 1.15;
}

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

.section-desc {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.9;
  color: var(--muted);
  max-width: 480px;
  margin: 20px auto 0;
}

/* ── COLLECTIONS ── */
.collections {
  padding: 120px 80px;
  background: var(--cream);
  max-width: 1400px;
  margin: 0 auto;
}

.collections-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 20px;
  height: 720px;
}

.col-side {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.col-card {
  position: relative;
  overflow: hidden;
  
}

.col-card--large { height: 100%; }
.col-card--medium { flex: 1; }

.col-card-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.col-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.9s var(--ease-silk), filter 0.5s;
  filter: saturate(0.9);
}

.col-card:hover .col-img { transform: scale(1.08); filter: saturate(1.1); }

.col-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(26,23,20,0.75) 0%, rgba(26,23,20,0.05) 50%);
  transition: opacity 0.4s;
}

.col-card:hover .col-card-overlay { opacity: 0.9; }

.col-card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 32px;
  z-index: 2;
  transform: translateY(8px);
  transition: transform 0.5s var(--ease-silk);
}

.col-card:hover .col-card-content { transform: translateY(0); }

.col-card-num {
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 0.3em;
  color: var(--gold);
  display: block;
  margin-bottom: 8px;
}

.col-card-title {
  font-family: var(--font-serif);
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 300;
  color: var(--cream);
  line-height: 1;
  margin-bottom: 6px;
}

.col-card-sub {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: rgba(250,248,244,0.6);
  margin-bottom: 16px;
}

.col-card-arrow {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(201,169,110,0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.4s 0.1s, transform 0.4s 0.1s var(--ease-silk), background 0.3s, border-color 0.3s;
}

.col-card-arrow svg { width: 16px; height: 16px; stroke: var(--gold); }
.col-card:hover .col-card-arrow { opacity: 1; transform: translateY(0); }
.col-card:hover .col-card-arrow:hover { background: var(--gold); border-color: var(--gold); }
.col-card:hover .col-card-arrow:hover svg { stroke: var(--charcoal); }

.col-card-hover-ring {
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(201,169,110,0);
  pointer-events: none;
  transition: border-color 0.4s;
  z-index: 3;
}

.col-card:hover .col-card-hover-ring { border-color: rgba(201,169,110,0.25); }

/* ── SIGNATURE REVEAL ── */
.signature-reveal {
  padding: 140px 80px;
  background: var(--pearl);
  position: relative;
  overflow: hidden;
}

.sig-bg-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--font-serif);
  font-size: clamp(80px, 14vw, 200px);
  font-weight: 300;
  color: rgba(201,169,110,0.05);
  white-space: nowrap;
  pointer-events: none;
  letter-spacing: 0.2em;
  user-select: none;
}

.sig-container {
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.sig-image-stack {
  position: relative;
  height: 620px;
}

.sig-img-back {
  position: absolute;
  top: 40px;
  right: -30px;
  width: 65%;
  height: 320px;
  opacity: 0.6;
  overflow: hidden;
}

.sig-img-front {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 78%;
  height: 480px;
  overflow: hidden;
  box-shadow: 20px 30px 80px rgba(0,0,0,0.15);
}

.sig-img-label {
  position: absolute;
  bottom: 24px;
  right: -10px;
  background: var(--gold);
  color: var(--charcoal);
  padding: 16px 20px;
  z-index: 10;
}

.sig-img-label span {
  display: block;
  font-family: var(--font-sans);
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.sig-img-label em {
  display: block;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 16px;
  margin-top: 2px;
}

.sig-eyebrow {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--gold);
}

.sig-title {
  font-family: var(--font-serif);
  font-size: clamp(40px, 4vw, 64px);
  font-weight: 300;
  color: var(--charcoal);
  line-height: 1.1;
  margin-bottom: 28px;
}

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

.sig-body {
  font-size: 15px;
  font-weight: 300;
  line-height: 2;
  color: var(--muted);
  margin-bottom: 48px;
  max-width: 440px;
}

.sig-features { display: flex; flex-direction: column; gap: 28px; }

.sig-feat {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.sig-feat-icon {
  width: 40px;
  height: 40px;
  border: 1px solid var(--gold-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.3s, border-color 0.3s;
}

.sig-feat:hover .sig-feat-icon { background: var(--gold); border-color: var(--gold); }
.sig-feat:hover .sig-feat-icon svg { stroke: var(--charcoal); }
.sig-feat-icon svg { width: 18px; height: 18px; stroke: var(--gold); transition: stroke 0.3s; }

.sig-feat strong {
  display: block;
  font-family: var(--font-serif);
  font-size: 18px;
  font-weight: 400;
  color: var(--charcoal);
  margin-bottom: 2px;
}

.sig-feat span {
  font-size: 12px;
  font-weight: 300;
  color: var(--muted);
  letter-spacing: 0.05em;
}

/* ── CATEGORIES ── */
.categories {
  padding: 120px 80px;
  background: var(--cream);
  text-align: center;
  overflow: hidden;
}

.cat-orbit-wrap {
  position: relative;
  width: 700px;
  height: 700px;
  margin: 0 auto;
}

.cat-orbit-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.cat-center-gem svg { width: 80px; height: 80px; }
.cat-center-label {
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--muted);
}

.orbit-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border: 1px solid rgba(201,169,110,0.12);
  transform: translate(-50%, -50%);
}

.orbit-ring--1 { width: 200px; height: 200px; animation: orbitSpin 20s linear infinite; }
.orbit-ring--2 { width: 360px; height: 360px; border-style: dashed; animation: orbitSpin 30s linear infinite reverse; }
.orbit-ring--3 { width: 560px; height: 560px; animation: orbitSpin 40s linear infinite; }

@keyframes orbitSpin {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

.cat-items { position: absolute; inset: 0; }

.cat-item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:
    translate(-50%, -50%)
    rotate(var(--angle))
    translateY(calc(-1 * var(--dist)))
    rotate(calc(-1 * var(--angle)));
  
  transition: transform 0.5s var(--ease-silk);
}

/* Hover: lift the item */
.cat-item:hover {
  transform:
    translate(-50%, -50%)
    rotate(var(--angle))
    translateY(calc(-1 * var(--dist) - 16px))
    rotate(calc(-1 * var(--angle)));
}

.cat-item-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  background: var(--white);
  border: 1px solid var(--parchment);
  padding: 12px;
  box-shadow: 0 8px 40px rgba(0,0,0,0.06);
  transition: box-shadow 0.4s, border-color 0.4s;
  width: 110px;
}

.cat-item:hover .cat-item-inner { box-shadow: 0 20px 60px rgba(201,169,110,0.2); border-color: var(--gold-light); }

.cat-item-img {
  width: 86px;
  height: 86px;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid var(--gold-light);
}

.cat-item-img img { object-fit: cover; }

.cat-item-label {
  font-family: var(--font-serif);
  font-size: 15px;
  font-weight: 400;
  color: var(--charcoal);
}

.cat-item-count {
  font-size: 9px;
  font-weight: 300;
  letter-spacing: 0.15em;
  color: var(--gold);
  text-transform: uppercase;
}

/* ── MEN'S SECTION ── */
.mens-section {
  padding: 120px 80px;
  background: var(--charcoal);
}

.mens-inner {
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.mens-image-side { position: relative; }

.mens-img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  filter: sepia(0.1) contrast(1.05);
  transition: transform 0.8s var(--ease-silk);
}

.mens-image-side:hover .mens-img { transform: scale(1.02); }

.mens-img-caption {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold-light);
  background: rgba(26,23,20,0.6);
  padding: 8px 14px;
  backdrop-filter: blur(8px);
}

.mens-kicker { justify-content: flex-start; }

.mens-title {
  font-family: var(--font-serif);
  font-size: clamp(40px, 4vw, 64px);
  font-weight: 300;
  color: var(--cream);
  line-height: 1.15;
  margin: 24px 0 28px;
}

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

.mens-desc {
  font-size: 15px;
  font-weight: 300;
  line-height: 2;
  color: rgba(250,248,244,0.55);
  margin-bottom: 40px;
  max-width: 420px;
}

.mens-tags { display: flex; flex-wrap: wrap; gap: 10px; }

.tag {
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  border: 1px solid rgba(201,169,110,0.3);
  padding: 8px 18px;
  transition: background 0.3s, color 0.3s;
  
}

.tag:hover { background: var(--gold); color: var(--charcoal); }

/* ── HERITAGE ── */
.heritage {
  padding: 140px 80px;
  background: var(--cream);
}

.heritage-inner {
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 100px;
  align-items: center;
}

.heritage-title {
  font-family: var(--font-serif);
  font-size: clamp(36px, 3.5vw, 58px);
  font-weight: 300;
  color: var(--charcoal);
  line-height: 1.15;
  margin: 20px 0 24px;
}

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

.heritage-body {
  font-size: 15px;
  font-weight: 300;
  line-height: 2;
  color: var(--muted);
  margin-bottom: 56px;
  max-width: 460px;
}

.heritage-milestones { display: flex; flex-direction: column; }

.milestone {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 16px 0;
}

.milestone-year {
  font-family: var(--font-serif);
  font-size: 22px;
  font-weight: 500;
  color: var(--gold);
  min-width: 60px;
}

.milestone-ev {
  font-size: 14px;
  font-weight: 300;
  color: var(--muted);
  line-height: 1.6;
  padding-top: 4px;
}

.milestone-line {
  width: 1px;
  height: 20px;
  background: var(--gold-light);
  margin-left: 30px;
}

.heritage-image-wrap { position: relative; }

.heritage-img-outer {
  width: 100%;
  overflow: hidden;
}

.heritage-img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.8s var(--ease-silk);
  filter: sepia(0.15);
}

.heritage-img-outer:hover .heritage-img { transform: scale(1.04); }

.heritage-gold-quote {
  position: relative;
  margin-top: 24px;
  background: var(--charcoal);
  padding: 32px 36px;
  max-width: 100%;
}

.quote-svg { width: 48px; height: 36px; margin-bottom: 16px; }

blockquote {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 17px;
  font-weight: 300;
  color: var(--cream);
  line-height: 1.7;
  margin-bottom: 12px;
}

cite {
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.2em;
  color: var(--gold);
  text-transform: uppercase;
  font-style: normal;
}

/* ── FULL BLEED BAND ── */
.fullbleed-band {
  position: relative;
  height: 600px;
  overflow: hidden;
  margin-top: 60px;
}

.band-image-wrap {
  position: absolute;
  inset: 0;
}

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

.band-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(26,23,20,0.85) 0%, rgba(26,23,20,0.5) 100%);
}

.band-content {
  position: absolute;
  top: 50%;
  left: 80px;
  transform: translateY(-50%);
  z-index: 2;
}

.band-pre {
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
}

.band-title {
  font-family: var(--font-serif);
  font-size: clamp(40px, 5vw, 72px);
  font-weight: 300;
  color: var(--cream);
  line-height: 1.15;
  margin-bottom: 40px;
}

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

.band-cta {
  display: inline-block;
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--charcoal);
  background: var(--gold);
  padding: 16px 40px;
  transition: background 0.4s, color 0.4s;
}

.band-cta:hover { background: var(--cream); color: var(--charcoal); }

.band-scroll-text {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  font-family: var(--font-serif);
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.4em;
  color: rgba(250,248,244,0.15);
  text-transform: uppercase;
  overflow: hidden;
  white-space: nowrap;
  animation: marquee 20s linear infinite;
}

/* ── CONTACT ── */
.contact {
  padding: 140px 80px;
  background: var(--pearl);
}

.contact-inner {
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 100px;
  align-items: start;
}

.contact-title {
  font-family: var(--font-serif);
  font-size: clamp(36px, 3.5vw, 56px);
  font-weight: 300;
  color: var(--charcoal);
  line-height: 1.15;
  margin: 20px 0 24px;
}

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

.contact-body {
  font-size: 15px;
  font-weight: 300;
  line-height: 2;
  color: var(--muted);
  margin-bottom: 48px;
  max-width: 420px;
}

.contact-details { display: flex; flex-direction: column; gap: 28px; }

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.contact-icon {
  width: 44px;
  height: 44px;
  border: 1px solid var(--gold-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-icon svg { width: 18px; height: 18px; stroke: var(--gold); }

.contact-item strong {
  display: block;
  font-family: var(--font-serif);
  font-size: 18px;
  font-weight: 400;
  color: var(--charcoal);
  margin-bottom: 4px;
}

.contact-item span {
  display: block;
  font-size: 13px;
  font-weight: 300;
  color: var(--muted);
  line-height: 1.7;
}

/* ── CONTACT FORM ── */
.contact-form-wrap {
  background: var(--white);
  padding: 52px 48px;
  border: 1px solid var(--parchment);
}

.form-title {
  font-family: var(--font-serif);
  font-size: 28px;
  font-weight: 400;
  color: var(--charcoal);
  margin-bottom: 40px;
}

.contact-form { display: flex; flex-direction: column; gap: 24px; }

.form-group {
  position: relative;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--parchment);
  padding: 14px 0;
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 300;
  color: var(--charcoal);
  outline: none;
  transition: border-color 0.3s;
  
  appearance: none;
}

.form-group input::placeholder,
.form-group textarea::placeholder { color: var(--muted); opacity: 0.6; }

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-bottom-color: var(--gold); }

.form-group label {
  position: absolute;
  top: 14px;
  left: 0;
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  opacity: 0;
  transform: translateY(-24px);
  transition: opacity 0.3s, transform 0.3s;
  pointer-events: none;
}

.form-group input:not(:placeholder-shown) + label,
.form-group input:focus + label,
.form-group textarea:not(:placeholder-shown) + label,
.form-group textarea:focus + label { opacity: 1; transform: translateY(-36px); }

.form-group textarea { resize: none; }

.form-submit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--charcoal);
  color: var(--cream);
  border: none;
  padding: 18px 28px;
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  
  position: relative;
  overflow: hidden;
  transition: color 0.4s;
  margin-top: 16px;
}

.form-submit::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--gold);
  transform: translateX(-100%);
  transition: transform 0.5s var(--ease-expo);
}

.form-submit:hover::before { transform: translateX(0); }
.form-submit:hover { color: var(--charcoal); }
.form-submit span, .form-submit svg { position: relative; z-index: 1; }
.form-submit svg { width: 20px; height: 20px; }

/* ── FOOTER ── */
.footer { background: var(--charcoal); }

.footer-top {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 80px;
  padding: 80px 80px 60px;
  border-bottom: 1px solid rgba(201,169,110,0.1);
  max-width: 1400px;
  margin: 0 auto;
}

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

.footer-name {
  display: block;
  font-family: var(--font-serif);
  font-size: 20px;
  font-weight: 400;
  color: var(--cream);
  letter-spacing: 0.2em;
}

.footer-sub {
  display: block;
  font-family: var(--font-sans);
  font-size: 8px;
  font-weight: 300;
  color: var(--gold);
  letter-spacing: 0.5em;
  margin-top: 3px;
}

.footer-tagline {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 18px;
  color: var(--gold);
  margin-bottom: 12px;
}

.footer-desc {
  font-size: 13px;
  font-weight: 300;
  color: rgba(250,248,244,0.4);
  line-height: 1.8;
  max-width: 280px;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-col h4 {
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 8px;
}

.footer-col a {
  font-size: 14px;
  font-weight: 300;
  color: rgba(250,248,244,0.5);
  transition: color 0.3s;
  line-height: 1;
}

.footer-col a:hover { color: var(--cream); }

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 80px;
  font-size: 11px;
  font-weight: 300;
  color: rgba(250,248,244,0.25);
  letter-spacing: 0.1em;
  overflow: hidden;
}

.footer-marquee-small {
  font-size: 10px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: rgba(201,169,110,0.2);
  overflow: hidden;
  max-width: 500px;
  white-space: nowrap;
}

.footer-marquee-small span { animation: marquee 20s linear infinite; display: inline-block; }

/* ── SCROLL ANIMATIONS ── */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.9s var(--ease-expo), transform 0.9s var(--ease-expo);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(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; }

/* ── MEDIA QUERIES ── */
@media (max-width: 1100px) {
  .hero-content { padding: 120px 48px 60px; gap: 40px; }
  .collections { padding: 80px 48px; }
  .collections-grid { height: auto; grid-template-columns: 1fr; }
  .col-card--large { height: 500px; }
  .col-side { flex-direction: row; }
  .col-card--medium { height: 320px; }
  .sig-container { grid-template-columns: 1fr; gap: 60px; }
  .sig-image-stack { height: 420px; }
  .cat-orbit-wrap { width: 600px; height: 600px; }
  .mens-inner, .heritage-inner, .contact-inner { grid-template-columns: 1fr; gap: 60px; }
  .heritage-gold-quote { position: static; margin-top: 40px; max-width: 100%; }
  .footer-top { grid-template-columns: 1fr; }
  .trust-bar { padding: 32px 24px; gap: 16px; flex-direction: column; align-items: center; }
  .trust-item { padding: 12px 0; width: 100%; max-width: 320px; justify-content: flex-start; }
  .trust-divider { display: none; }
}

@media (max-width: 768px) {
  .menu-btn { display: flex; }
  .nav-links { display: none; }
  .nav { padding: 20px 24px; }
  .nav.scrolled { padding: 14px 24px; }
  .hero-content { grid-template-columns: 1fr; padding: 100px 24px 60px; }
  .hero-right {
    display: flex;
    margin-top: 60px;
    padding: 0 40px;
    box-sizing: border-box;
    width: 100%;
    justify-content: center;
  }
  .hero-image-frame {
    width: 100%;
    max-width: 380px;
  }
  .stat-chip--1 {
    top: 20px;
    right: -20px;
    padding: 10px 14px;
  }
  .stat-chip--2 {
    bottom: 50px;
    right: -30px;
    padding: 10px 14px;
  }
  .hero-image-badge {
    bottom: 16px;
    left: -15px;
    padding: 10px 14px;
  }
  .stat-num {
    font-size: 22px;
  }
  .badge-num {
    font-size: 14px;
  }
  .hero-title { font-size: 52px; }
  .collections { padding: 60px 24px; }
  .signature-reveal, .categories, .mens-section, .heritage, .contact { padding: 80px 24px; }
  .cat-orbit-wrap { width: 340px; height: 340px; }
  .cat-item { --dist: 140px !important; }
  .cat-item-inner { width: 80px; padding: 8px; }
  .cat-item-img { width: 60px; height: 60px; }
  .cat-item-label { font-size: 11px; }
  .cat-item-count { display: none; }
  .band-content { left: 24px; right: 24px; }
  .contact-form-wrap { padding: 36px 24px; }
  .footer-top { padding: 60px 24px 40px; }
  .footer-bottom { padding: 20px 24px; flex-direction: column; gap: 12px; text-align: center; }
  .footer-links { grid-template-columns: repeat(2, 1fr); }
  .stat-chip { display: none; }
  .sig-img-back { display: none; }
  .sig-image-stack { height: 360px; }
  .sig-img-front { width: 100%; }
}

@media (max-width: 1024px) {
  .cursor, .cursor-follower {
    display: none !important;
  }
  body, a, button, select, input, textarea, [role="button"], .btn-explore, .slider-btn, .page-btn, .clear-filter-btn, .slider-dot, .prod-card, .prod-grid-card, .col-card, .menu-close {
    cursor: auto !important;
  }
}

/* ── CONTACT MAP EMBED ── */
.contact-map-wrap {
  width: 100%;
  height: 100%;
  min-height: 480px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--parchment);
  background: var(--white);
  box-shadow: 0 20px 40px rgba(26, 23, 20, 0.04);
}

@media (max-width: 768px) {
  .contact-map-wrap {
    min-height: 380px;
    height: 380px;
  }
}

/* ── SPIN & WIN WIDGET ── */
.spin-widget-btn {
  position: fixed;
  bottom: 40px;
  right: 40px;
  background: var(--gold-deep);
  color: var(--charcoal);
  padding: 14px 24px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(201, 169, 110, 0.4);
  z-index: 99;
  transition: transform 0.3s, background 0.3s;
}
.spin-widget-btn:hover {
  transform: translateY(-5px);
  background: var(--gold);
}
.spin-widget-btn svg {
  width: 20px;
  height: 20px;
  animation: floatIcon 3s ease-in-out infinite;
}
@keyframes floatIcon {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-3px); }
}

/* ── SPIN WHEEL SECTION ── */
.spin-wheel-section {
  background: var(--charcoal);
  border-top: 1px solid rgba(201,169,110,0.2);
  border-bottom: 1px solid rgba(201,169,110,0.2);
  padding: 80px 0;
  overflow: hidden;
  position: relative;
}
.spin-wheel-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.spin-widget-btn.expanded {
  background: var(--gold);
  transform: scale(1.05);
}

.spin-layout {
  display: flex;
  width: 100%;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(201, 169, 110, 0.15);
  border-radius: 12px;
  overflow: hidden;
}
.spin-left {
  flex: 1;
  padding: 60px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.spin-left h2 {
  font-family: var(--font-serif);
  color: var(--gold);
  font-size: 32px;
  margin-bottom: 12px;
  font-weight: 300;
}
.spin-left p {
  color: #ccc;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 30px;
}
.spin-form-group {
  margin-bottom: 20px;
}
.spin-form-group label {
  display: block;
  color: #aaa;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}
.spin-form-group input {
  width: 100%;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.1);
  padding: 14px 16px;
  border-radius: 6px;
  color: var(--white);
  font-family: var(--font-sans);
  font-size: 14px;
  transition: border-color 0.3s;
}
.spin-form-group input:focus {
  outline: none;
  border-color: var(--gold);
}
.spin-btn {
  width: 100%;
  padding: 16px;
  background: var(--gold);
  color: var(--charcoal);
  border: none;
  border-radius: 50px; /* Pill shape per user request */
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  cursor: pointer;
  margin-top: 10px;
  transition: background 0.3s;
}
.spin-btn:hover { background: var(--gold-deep); }
.spin-btn:disabled { background: #555; color: #888; cursor: not-allowed; }

.spin-error {
  color: #e74c3c;
  font-size: 13px;
  margin-bottom: 15px;
  min-height: 18px;
}
.spin-disclaimer {
  color: #666 !important;
  font-size: 11px !important;
  margin-top: 20px;
  margin-bottom: 0 !important;
  text-align: center;
}

.spin-right {
  flex: 1;
  border-left: 1px solid rgba(201, 169, 110, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 40px;
  overflow: hidden; /* Prevent scrollbar flashes during spin */
}
.spin-wheel-container {
  position: relative;
  width: 340px;
  height: 340px;
  flex-shrink: 0;
}
.spin-pointer {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 35px solid var(--gold);
  z-index: 10;
  filter: drop-shadow(0 4px 6px rgba(0,0,0,0.5));
}
.spin-wheel {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 4px solid #333;
  box-shadow: inset 0 0 0 8px rgba(255,255,255,0.05), 0 0 40px rgba(0,0,0,0.5);
  transition: transform 5s cubic-bezier(0.2, 0.8, 0.1, 1);
  background: conic-gradient(
    #2c3e50 0deg 60deg,
    #34495e 60deg 120deg,
    #2c3e50 120deg 180deg,
    #34495e 180deg 240deg,
    #2c3e50 240deg 300deg,
    #34495e 300deg 360deg
  );
  position: relative;
  overflow: hidden;
  will-change: transform; /* Hardware acceleration to prevent layout jitter */
  backface-visibility: hidden;
}
/* Wheel labels */
.spin-wheel::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 340 340'%3E%3Cpath stroke='rgba(201,169,110,0.4)' stroke-width='2' d='M170 170 L170 0 M170 170 L317.2 85 M170 170 L317.2 255 M170 170 L170 340 M170 170 L22.8 255 M170 170 L22.8 85'/%3E%3Ccircle cx='170' cy='170' r='20' fill='%232c3e50' stroke='rgba(201,169,110,0.4)' stroke-width='2'/%3E%3C/svg%3E");
  background-size: cover;
  pointer-events: none;
}

.spin-result-box {
  position: absolute;
  inset: 20px;
  background: var(--charcoal);
  border: 1px solid var(--gold);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 30px;
  animation: fadeIn 0.5s ease;
  z-index: 15;
}
.spin-result-box h3 {
  font-family: var(--font-serif);
  color: var(--gold);
  font-size: 28px;
  margin-bottom: 15px;
}
.spin-result-box p {
  color: var(--white);
  font-size: 16px;
  line-height: 1.5;
}

/* Today's Winner Announcement */
.winner-announcement {
  background: var(--gold-deep);
  color: var(--charcoal);
  text-align: center;
  padding: 10px 20px;
  font-family: var(--font-sans);
  font-size: 13px;
  letter-spacing: 0.05em;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

@media (max-width: 900px) {
  .spin-layout { flex-direction: column; }
  .spin-left { padding: 30px 20px; }
  .spin-left h2 { font-size: 24px; margin-bottom: 8px; }
  .spin-left p { font-size: 13px; margin-bottom: 20px; }
  .spin-right { padding: 30px 10px; border-left: none; border-top: 1px solid rgba(201, 169, 110, 0.15); }
  .spin-wheel-container { width: 260px; height: 260px; flex-shrink: 0; }
  .spin-widget-btn { bottom: 20px; right: 20px; padding: 10px 18px; font-size: 13px; }
  .wheel-text {
    font-size: 22px !important;
    padding-top: 30px !important;
  }
}

/* ── SPIN WHEEL TEXT LABELS ── */
.wheel-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: center center;
  transform: rotate(var(--rot));
  padding-top: 45px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--font-serif);
  font-size: 32px;
  font-weight: 600;
  text-shadow: 0 2px 5px rgba(0,0,0,0.8);
  pointer-events: none;
  z-index: 5;
  box-sizing: border-box;
}
@media (max-width: 900px) {
  .wheel-text {
    padding-top: 35px;
    font-size: 24px;
    transform: rotate(var(--rot));
  }
}

.spin-btn-huge {
  font-size: 20px;
  padding: 20px 40px;
  letter-spacing: 0.15em;
  margin-top: 30px;
  box-shadow: 0 10px 20px rgba(201,169,110,0.3);
  animation: pulseHuge 2s infinite;
}

@keyframes pulseHuge {
  0% { transform: scale(1); box-shadow: 0 10px 20px rgba(201,169,110,0.3); }
  50% { transform: scale(1.05); box-shadow: 0 15px 30px rgba(201,169,110,0.5); }
  100% { transform: scale(1); box-shadow: 0 10px 20px rgba(201,169,110,0.3); }
}
