:root {
  --black: #531234;
  --charcoal: #2e2e2e;
  --charcoal-2: #3d1730;
  --white: #ffffff;
  --beige: #f7f4ee;
  --muted: #b9ad99;
  --gold: #cdb66e;
  --gold-2: #ead58f;
  --panel: rgba(255, 255, 255, 0.075);
  --line: rgba(255, 255, 255, 0.16);
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.44);
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  width: 100%;
  max-width: 100%;
  font-family: Inter, Arial, sans-serif;
  color: var(--white);
  background:
    radial-gradient(circle at 10% 8%, rgba(245, 216, 142, 0.14), transparent 24rem),
    radial-gradient(circle at 82% 12%, rgba(118, 28, 52, 0.36), transparent 32rem),
    radial-gradient(circle at 72% 76%, rgba(75, 12, 30, 0.42), transparent 28rem),
    linear-gradient(135deg, #531234 0%, #2e0d21 44%, #2e2e2e 100%);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  opacity: 0.18;
  background-image: linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 100% 4px;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
video {
  display: block;
  max-width: 100%;
}

.fabric-particles {
  position: fixed;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}

.fabric-particles span {
  position: absolute;
  bottom: -18vh;
  width: 5px;
  height: 110px;
  border-radius: 999px;
  background: linear-gradient(transparent, rgba(245, 216, 142, 0.32), transparent);
  animation: floatThread 15s linear infinite;
}

.fabric-particles span:nth-child(1) { left: 8%; animation-delay: -2s; }
.fabric-particles span:nth-child(2) { left: 23%; height: 150px; animation-delay: -8s; }
.fabric-particles span:nth-child(3) { left: 45%; animation-delay: -4s; }
.fabric-particles span:nth-child(4) { left: 62%; height: 130px; animation-delay: -10s; }
.fabric-particles span:nth-child(5) { left: 78%; animation-delay: -6s; }
.fabric-particles span:nth-child(6) { left: 92%; height: 160px; animation-delay: -12s; }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 20px clamp(18px, 4vw, 64px);
  background: linear-gradient(to bottom, rgba(18, 5, 10, 0.86), rgba(42, 11, 22, 0.26));
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: max-content;
  text-transform: uppercase;
}

.brand img {
  width: clamp(150px, 15vw, 230px);
  height: auto;
  display: block;
}

.brand span {
  color: var(--gold-2);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.28em;
}

.brand strong {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.2rem;
  letter-spacing: 0.12em;
}

.main-nav {
  display: flex;
  gap: clamp(12px, 2vw, 28px);
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 800;
}

.main-nav a {
  position: relative;
  padding: 10px 12px;
  border: 1px solid rgba(205, 182, 110, 0.36);
  border-radius: 4px;
  overflow: hidden;
  transition: color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.main-nav a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 20%, rgba(234, 213, 143, 0.26), transparent 70%);
  transform: translateX(-120%);
  transition: transform 520ms ease;
}

.main-nav a:hover {
  color: var(--gold-2);
  border-color: var(--gold-2);
  box-shadow: 0 0 22px rgba(205, 182, 110, 0.26);
  transform: translateY(-2px);
}

.main-nav a:hover::after {
  transform: translateX(120%);
}

.menu-toggle {
  display: none;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(205, 182, 110, 0.58);
  border-radius: 4px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  font-weight: 800;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
}

.shirt-scene {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  --light-x: 64%;
  --light-y: 28%;
  position: absolute;
  inset: 0 0 0 auto;
  z-index: -3;
  width: min(76vw, 1160px);
  min-width: 720px;
  overflow: hidden;
  perspective: 1200px;
  transform: translateZ(0);
}

.showroom-halo {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at var(--light-x) var(--light-y), rgba(245, 216, 142, 0.2), transparent 20rem),
    radial-gradient(circle at 70% 62%, rgba(255, 255, 255, 0.07), transparent 28rem),
    linear-gradient(135deg, rgba(216, 199, 170, 0.08), transparent 56%);
}

.luxury-surface {
  position: absolute;
  left: 18%;
  right: 5%;
  bottom: 8%;
  height: 20%;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(216, 199, 170, 0.16), rgba(0, 0, 0, 0) 68%);
  filter: blur(8px);
  animation: surfaceBreath 10s cubic-bezier(0.45, 0, 0.2, 1) infinite;
}

.luxury-dust span {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(245, 216, 142, 0.62);
  filter: blur(0.5px);
  animation: dustFloat 10s linear infinite;
}

.luxury-dust span:nth-child(1) { left: 42%; top: 74%; animation-delay: -1s; }
.luxury-dust span:nth-child(2) { left: 58%; top: 80%; animation-delay: -4s; }
.luxury-dust span:nth-child(3) { left: 70%; top: 68%; animation-delay: -7s; }
.luxury-dust span:nth-child(4) { left: 83%; top: 82%; animation-delay: -2.5s; }
.luxury-dust span:nth-child(5) { left: 50%; top: 60%; animation-delay: -8.5s; }

.shirt-tilt-shell {
  position: absolute;
  right: clamp(26px, 7vw, 120px);
  top: 50%;
  width: min(50vw, 640px);
  height: min(68vh, 620px);
  transform: translateY(-43%) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
  transform-style: preserve-3d;
  transition: transform 160ms ease-out;
}

.shirt-rig {
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
  animation: shirtArrival 10s cubic-bezier(0.45, 0, 0.2, 1) infinite;
}

.shirt-scene:hover .shirt-rig {
  filter: drop-shadow(0 42px 58px rgba(0, 0, 0, 0.62));
}

.shirt-shadow {
  position: absolute;
  left: 16%;
  right: 14%;
  bottom: 4%;
  height: 18%;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.62), transparent 70%);
  filter: blur(10px);
  animation: shadowShift 10s cubic-bezier(0.45, 0, 0.2, 1) infinite;
}

.shirt-spotlight,
.shirt-gold-shimmer {
  position: absolute;
  inset: 5% 4% 10%;
  z-index: 5;
  pointer-events: none;
  border-radius: 28px;
  mix-blend-mode: screen;
}

.shirt-spotlight {
  background: linear-gradient(125deg, transparent 15%, rgba(255, 246, 214, 0.28), transparent 38%);
  transform: translate(-62%, -34%);
  animation: spotlightSweep 10s cubic-bezier(0.45, 0, 0.2, 1) infinite;
}

.shirt-gold-shimmer {
  opacity: 0;
  background: linear-gradient(110deg, transparent 38%, rgba(245, 216, 142, 0.34), transparent 58%);
  transform: translateX(-80%) skewX(-10deg);
}

.shirt-scene:hover .shirt-gold-shimmer {
  animation: hoverShimmer 900ms ease;
}

.shirt-body {
  position: absolute;
  left: 13%;
  right: 11%;
  top: 8%;
  bottom: 9%;
  transform-style: preserve-3d;
  transform: translateZ(50px);
}

.shirt-panel,
.shirt-sleeve,
.shirt-collar,
.shirt-placket,
.shirt-pocket,
.button,
.shirt-hem {
  position: absolute;
  background:
    radial-gradient(circle at 32% 18%, rgba(255, 255, 255, 0.45), transparent 16%),
    repeating-linear-gradient(100deg, rgba(255, 255, 255, 0.08) 0 2px, rgba(129, 103, 68, 0.08) 2px 5px),
    linear-gradient(135deg, #fff7e9, #d5bf95 55%, #a88a58);
  box-shadow: inset 0 0 22px rgba(255, 255, 255, 0.18), inset 0 -26px 38px rgba(95, 71, 38, 0.22);
}

.shirt-panel {
  top: 27%;
  width: 34%;
  height: 56%;
  clip-path: polygon(0 0, 100% 7%, 96% 100%, 6% 100%);
  animation-duration: 10s;
  animation-timing-function: cubic-bezier(0.45, 0, 0.2, 1);
  animation-iteration-count: infinite;
}

.panel-left {
  left: 24%;
  border-radius: 18px 10px 12px 24px;
  transform-origin: 100% 15%;
  animation-name: panelLeftOpen;
}

.panel-right {
  right: 24%;
  border-radius: 10px 18px 24px 12px;
  transform-origin: 0 15%;
  animation-name: panelRightOpen;
}

.shirt-sleeve {
  top: 30%;
  width: 26%;
  height: 36%;
  border-radius: 34px 18px 26px 26px;
  animation-duration: 10s;
  animation-timing-function: cubic-bezier(0.45, 0, 0.2, 1);
  animation-iteration-count: infinite;
}

.sleeve-left {
  left: 3%;
  clip-path: polygon(100% 0, 58% 100%, 0 82%, 22% 20%);
  transform-origin: 100% 18%;
  animation-name: sleeveLeftOpen;
}

.sleeve-right {
  right: 3%;
  clip-path: polygon(0 0, 42% 100%, 100% 82%, 78% 20%);
  transform-origin: 0 18%;
  animation-name: sleeveRightOpen;
}

.shirt-collar {
  top: 19%;
  width: 23%;
  height: 15%;
  z-index: 3;
  animation: collarRise 10s cubic-bezier(0.45, 0, 0.2, 1) infinite;
}

.collar-left {
  left: 31%;
  clip-path: polygon(0 0, 100% 10%, 68% 100%, 10% 78%);
  transform-origin: 100% 100%;
}

.collar-right {
  right: 31%;
  clip-path: polygon(0 10%, 100% 0, 90% 78%, 32% 100%);
  transform-origin: 0 100%;
}

.shirt-placket {
  left: 49%;
  top: 30%;
  width: 3.5%;
  height: 52%;
  z-index: 4;
  border-radius: 999px;
  background: linear-gradient(#f7ead2, #b99d6a);
  animation: placketFloat 10s cubic-bezier(0.45, 0, 0.2, 1) infinite;
}

.shirt-pocket {
  left: 57%;
  top: 43%;
  z-index: 6;
  width: 20%;
  height: 13%;
  display: grid;
  place-items: center;
  align-content: center;
  border: 1px solid rgba(122, 91, 42, 0.4);
  border-radius: 0 0 10px 10px;
  color: #5b4321;
  background: rgba(255, 248, 230, 0.2);
  box-shadow: inset 0 0 16px rgba(255, 255, 255, 0.28);
  opacity: 0;
  transform: translateY(8px);
  animation: logoReveal 10s cubic-bezier(0.45, 0, 0.2, 1) infinite;
}

.shirt-pocket span,
.shirt-pocket strong {
  font-size: clamp(0.42rem, 0.8vw, 0.72rem);
  line-height: 1;
  letter-spacing: 0.12em;
}

.shirt-pocket strong {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(0.56rem, 1vw, 0.86rem);
}

.button {
  left: 50.2%;
  z-index: 6;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #fff8e8, #b58f4c 70%);
  box-shadow: 0 0 8px rgba(245, 216, 142, 0.35);
  animation: buttonGlint 10s ease-in-out infinite;
}

.button-one { top: 40%; }
.button-two { top: 53%; animation-delay: 90ms; }
.button-three { top: 66%; animation-delay: 170ms; }

.shirt-hem {
  left: 26%;
  right: 24%;
  bottom: 15%;
  height: 10px;
  z-index: 6;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(103, 76, 43, 0.16), rgba(255, 255, 255, 0.42), rgba(103, 76, 43, 0.16));
  animation: hemWave 10s cubic-bezier(0.45, 0, 0.2, 1) infinite;
}

.stitch {
  position: absolute;
  top: 12%;
  bottom: 9%;
  width: 2px;
  background: repeating-linear-gradient(to bottom, rgba(95, 71, 38, 0.32) 0 8px, transparent 8px 16px);
}

.stitch-left { right: 12%; }
.stitch-right { left: 12%; }

.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(18, 5, 10, 0.94), rgba(42, 11, 22, 0.66) 42%, rgba(74, 16, 37, 0.18)),
    linear-gradient(0deg, var(--black), transparent 38%);
}

.hero-content {
  width: min(860px, calc(100% - 36px));
  margin-left: clamp(18px, 7vw, 112px);
  padding-top: 84px;
}

.eyebrow,
.section-kicker {
  color: var(--gold-2);
  font-size: clamp(0.72rem, 1.4vw, 0.92rem);
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 10px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(3.4rem, 11vw, 10rem);
  line-height: 0.86;
}

.type-word {
  display: inline-block;
  white-space: nowrap;
}

.hero h2 {
  max-width: 780px;
  margin-bottom: 22px;
  font-size: clamp(1.3rem, 3.2vw, 2.75rem);
  line-height: 1.05;
}

.hero-copy,
.glass-panel p,
.lifestyle p,
.location p,
.contact p,
.section-heading p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.8;
}

.hero-actions,
.section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.btn {
  position: relative;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0 22px;
  border: 1px solid rgba(205, 182, 110, 0.68);
  border-radius: 4px;
  font-weight: 900;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, filter 180ms ease;
}

.btn::after {
  content: "";
  position: absolute;
  inset: -2px;
  width: auto;
  height: auto;
  border-radius: inherit;
  background: linear-gradient(110deg, transparent 18%, rgba(255, 232, 151, 0.36), transparent 66%);
  opacity: 0;
  transform: translateX(-120%);
  transition: transform 520ms ease, opacity 260ms ease;
}

.btn:hover::after {
  opacity: 1;
  transform: translateX(120%);
}

.btn.primary {
  color: #15100a;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  box-shadow: 0 0 28px rgba(215, 173, 85, 0.24);
}

.btn.ghost {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
}

.btn:hover {
  transform: translateY(-3px);
  border-color: var(--gold-2);
  filter: brightness(1.06);
  box-shadow: 0 0 0 1px rgba(205, 182, 110, 0.42), 0 0 38px rgba(245, 216, 142, 0.24);
}

.scroll-indicator {
  position: absolute;
  left: 50%;
  bottom: 28px;
  width: 1px;
  height: 68px;
  background: linear-gradient(var(--gold), transparent);
  animation: scrollPulse 1.8s ease-in-out infinite;
}

main,
section,
footer {
  position: relative;
  z-index: 3;
}

.section-grid,
.stats,
.retail-showcase,
.collections,
.instagram-section,
.video-showcase,
.why,
.process,
.leadership,
.reviews,
.location,
.contact,
.site-footer {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.section-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 6vw, 82px);
  padding: clamp(76px, 10vw, 136px) 0;
}

.retail-showcase {
  padding: clamp(54px, 7vw, 90px) 0 10px;
}

.retail-showcase article {
  position: relative;
  min-height: 520px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(24px, 5vw, 76px);
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(245, 216, 142, 0.24);
  background:
    radial-gradient(circle at 18% 18%, rgba(245, 216, 142, 0.18), transparent 19rem),
    linear-gradient(135deg, rgba(77, 18, 43, 0.98), rgba(34, 9, 22, 0.98));
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
}

.retail-showcase article::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.2), transparent 42%),
    radial-gradient(circle at 86% 10%, rgba(255, 255, 255, 0.08), transparent 20rem);
  pointer-events: none;
}

.retail-photo-frame {
  position: relative;
  z-index: 1;
  margin: clamp(18px, 3vw, 34px);
  overflow: hidden;
  border: 1px solid rgba(245, 216, 142, 0.36);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.38), 0 0 34px rgba(205, 182, 110, 0.12);
  transform: rotate(-1.2deg);
  transition: transform 360ms ease, box-shadow 360ms ease;
}

.retail-photo-frame::after {
  content: "";
  position: absolute;
  inset: -35%;
  background: linear-gradient(110deg, transparent 38%, rgba(245, 216, 142, 0.24), transparent 62%);
  transform: translateX(-72%) rotate(12deg);
  transition: transform 780ms ease;
  pointer-events: none;
}

.retail-showcase article:hover .retail-photo-frame {
  transform: translateY(-10px) rotate(0deg) scale(1.018);
  box-shadow: 0 36px 110px rgba(0, 0, 0, 0.5), 0 0 44px rgba(205, 182, 110, 0.2);
}

.retail-showcase article:hover .retail-photo-frame::after {
  transform: translateX(72%) rotate(12deg);
}

.retail-photo-frame img {
  display: block;
  width: 100%;
  height: clamp(440px, 56vw, 620px);
  object-fit: cover;
  object-position: 42% center;
  filter: saturate(1.04) contrast(1.04);
  transition: transform 720ms ease;
}

.retail-showcase article:hover .retail-photo-frame img {
  transform: scale(1.045);
}

.retail-copy {
  position: relative;
  z-index: 1;
  padding: clamp(24px, 4vw, 58px) clamp(22px, 4vw, 56px) clamp(30px, 4vw, 58px) 0;
  color: var(--white);
}

.retail-showcase .section-kicker {
  color: var(--gold-2);
}

.retail-showcase h2 {
  margin-bottom: 18px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1;
}

.retail-copy p:not(.section-kicker) {
  max-width: 560px;
  color: rgba(247, 244, 238, 0.76);
  line-height: 1.72;
}

.retail-copy .btn {
  margin-top: 12px;
}

.section-heading {
  max-width: 840px;
  margin-bottom: 34px;
}

.section-heading h2,
.section-grid h2,
.cinematic-band h2,
.location h2,
.contact h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2rem, 5vw, 4.5rem);
  line-height: 1;
}

.glass-panel,
.leader-card,
.review-grid article,
.contact,
.why-grid article,
.process-line article,
.video-card,
.map-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.glass-panel,
.contact {
  padding: clamp(24px, 4vw, 48px);
}

.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  padding-bottom: 72px;
}

.stats article {
  min-height: 142px;
  padding: 24px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
}

.stats strong {
  display: block;
  color: var(--gold-2);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.5rem, 6vw, 4.7rem);
  line-height: 0.9;
}

.stats span {
  color: var(--muted);
  font-weight: 800;
}

.collections,
.instagram-section,
.video-showcase,
.why,
.process,
.leadership,
.reviews {
  padding: clamp(72px, 9vw, 124px) 0;
}

.collection-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.product-card {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #1b0710;
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.26);
  transform-style: preserve-3d;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.product-card[role="button"] {
  cursor: pointer;
}

.product-card[role="button"]:focus-visible {
  outline: 2px solid var(--gold-2);
  outline-offset: 4px;
}

.product-card::after,
.insta-card::after {
  content: "";
  position: absolute;
  inset: -40%;
  z-index: 1;
  background: linear-gradient(110deg, transparent 38%, rgba(245, 216, 142, 0.22), transparent 62%);
  transform: translateX(-70%) rotate(10deg);
  transition: transform 760ms ease;
  pointer-events: none;
}

.product-card img,
.insta-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.02);
  transition: transform 780ms ease;
}

.product-card:nth-child(2n) img,
.insta-card:nth-child(2n) img {
  object-position: right center;
}

.product-card div {
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  padding: 84px 18px 18px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.9) 28%);
}

.product-card.has-managed-images > img {
  opacity: 0;
}

.managed-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.managed-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.02);
  transition: opacity 900ms ease, transform 1200ms ease;
}

.managed-media img.active {
  opacity: 1;
  transform: scale(1);
}

.managed-media.has-slider::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 18px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold-2), transparent);
  opacity: 0.72;
  animation: sliderBreath 3.8s ease-in-out infinite;
}

.product-card span,
.why-grid span,
.process-line span {
  color: var(--gold-2);
  font-weight: 900;
}

.product-card h3,
.why-grid h3,
.process-line h3,
.leader-card h3 {
  margin: 8px 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.46rem;
}

.product-card p,
.why-grid p,
.process-line p,
.leader-card p,
.review-grid p,
.site-footer p {
  color: var(--muted);
  line-height: 1.62;
}

.product-card a {
  display: inline-flex;
  margin-top: 8px;
  padding: 8px 12px;
  border: 1px solid rgba(205, 182, 110, 0.62);
  border-radius: 4px;
  color: var(--gold-2);
  font-weight: 900;
  overflow: hidden;
  position: relative;
  transform: translateY(26px);
  opacity: 0;
  transition: transform 220ms ease, opacity 220ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.product-card a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 20%, rgba(234, 213, 143, 0.32), transparent 70%);
  transform: translateX(-120%);
  transition: transform 520ms ease;
}

.product-card:hover,
.leader-card:hover,
.why-grid article:hover,
.process-line article:hover,
.video-card:hover {
  transform: translateY(-9px) rotateX(2deg) rotateY(-2deg);
  border-color: rgba(245, 216, 142, 0.68);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.45);
}

.product-card:hover img,
.insta-card:hover img {
  transform: scale(1.08);
}

.product-card:hover::after,
.insta-card:hover::after {
  transform: translateX(70%) rotate(10deg);
}

.product-card:hover a {
  transform: translateY(0);
  opacity: 1;
  border-color: var(--gold-2);
  box-shadow: 0 0 18px rgba(205, 182, 110, 0.2);
}

.product-card:hover a::after {
  transform: translateX(120%);
}

.cinematic-band {
  position: relative;
  min-height: 72vh;
  display: grid;
  align-items: end;
  overflow: hidden;
}

.cinematic-band img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 125%;
  object-fit: cover;
  transform: translateY(var(--parallax, 0));
}

.cinematic-band::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(0deg, var(--black), rgba(42, 11, 22, 0.36) 70%, var(--black));
}

.cinematic-band > div {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 0 0 clamp(56px, 8vw, 112px);
}

.cinematic-band p {
  max-width: 720px;
}

.editorial-poster {
  width: 100%;
  min-height: auto;
  aspect-ratio: 1640 / 921;
  display: block;
  margin: clamp(44px, 7vw, 84px) 0;
  border-block: 1px solid rgba(205, 182, 110, 0.18);
  background: #250915;
}

.editorial-poster img {
  position: static;
  z-index: auto;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transform: none;
}

.editorial-poster::after {
  display: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.insta-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
  overflow: visible;
  perspective: 1200px;
}

.insta-card {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #1b0710;
  transform-style: preserve-3d;
  transition: transform 340ms cubic-bezier(0.2, 0.8, 0.2, 1), border-color 220ms ease, box-shadow 220ms ease;
}

.insta-card:hover {
  z-index: 6;
  border-color: rgba(245, 216, 142, 0.72);
  box-shadow: 0 0 28px rgba(205, 182, 110, 0.16);
}

.insta-card {
  grid-column: span 2;
}

.insta-card span {
  position: absolute;
  inset: auto 16px 16px;
  z-index: 2;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(245, 216, 142, 0.42);
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.58);
  color: var(--gold-2);
  font-weight: 900;
  backdrop-filter: blur(12px);
}

.insta-embed-card {
  aspect-ratio: 4 / 5;
  min-height: 0;
  cursor: pointer;
  background:
    radial-gradient(circle at 50% 0%, rgba(245, 216, 142, 0.14), transparent 18rem),
    #14060d;
}

.insta-embed-card iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: #fff;
  opacity: 0;
  pointer-events: none;
  transition: opacity 260ms ease;
}

.insta-card::after,
.insta-embed-card::after {
  display: none;
}

.insta-card:hover img {
  transform: none;
}

.insta-embed-card.is-playing iframe {
  opacity: 1;
  pointer-events: auto;
}

.insta-embed-card.is-playing span {
  opacity: 0;
  pointer-events: none;
  color: #111;
  background: var(--gold-2);
}

.insta-card.reel::before {
  content: "Reel";
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.62);
  color: var(--gold-2);
  font-size: 0.78rem;
  font-weight: 900;
}

.insta-card.reel.is-playing::before {
  content: "Playing";
}

.video-grid,
.leader-grid,
.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.video-grid {
  perspective: 1200px;
  overflow: visible;
}

.review-marquee {
  position: relative;
  overflow: hidden;
  margin-top: 32px;
  padding: 4px 0 18px;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.review-track {
  display: flex;
  width: max-content;
  gap: 16px;
  animation: reviewMarquee 58s linear infinite;
}

.review-marquee:hover .review-track {
  animation-play-state: paused;
}

.google-review-card {
  width: clamp(280px, 31vw, 390px);
  min-height: 230px;
  flex: 0 0 auto;
  padding: 20px;
  border: 1px solid rgba(205, 182, 110, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    rgba(50, 34, 42, 0.74);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.review-person {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.review-person > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #5b3b31, #7a214a);
  font-weight: 900;
}

.review-person strong,
.review-person small {
  display: block;
}

.review-person strong {
  color: var(--white);
  font-size: 1rem;
}

.review-person small,
.review-stars small {
  color: rgba(247, 244, 238, 0.62);
}

.review-stars {
  margin-bottom: 12px;
  color: #f8b72f;
  letter-spacing: 0.08em;
  font-weight: 900;
}

.google-review-card p {
  margin: 0;
  color: rgba(247, 244, 238, 0.82);
  line-height: 1.58;
}

.video-card {
  position: relative;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: transform 360ms cubic-bezier(0.2, 0.8, 0.2, 1), border-color 260ms ease, box-shadow 260ms ease, filter 260ms ease;
}

.video-card::before {
  content: "";
  position: absolute;
  inset: -45%;
  z-index: 2;
  background: linear-gradient(110deg, transparent 38%, rgba(245, 216, 142, 0.26), transparent 62%);
  opacity: 0;
  transform: translateX(-75%) rotate(12deg);
  transition: transform 760ms ease, opacity 260ms ease;
  pointer-events: none;
}

.video-card video,
.video-card img {
  width: 100%;
  aspect-ratio: 9 / 12;
  object-fit: cover;
  background: #17070e;
  transition: transform 700ms ease, filter 700ms ease;
}

.video-card div {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px;
}

.video-card a {
  color: var(--gold-2);
  font-weight: 900;
}

.video-card:hover {
  z-index: 8;
  transform: translateY(-22px) scale(1.055) rotateX(4deg) rotateY(-4deg);
  border-color: rgba(245, 216, 142, 0.78);
  filter: brightness(1.05);
  box-shadow: 0 38px 92px rgba(0, 0, 0, 0.58), 0 0 42px rgba(205, 182, 110, 0.18);
}

.video-card:hover::before {
  opacity: 1;
  transform: translateX(76%) rotate(12deg);
}

.video-card:hover video,
.video-card:hover img {
  transform: scale(1.09) translateY(-2%);
  filter: saturate(1.08) contrast(1.06);
}

.spotlight-card {
  isolation: isolate;
}

.spotlight-card::after {
  content: "";
  position: absolute;
  inset: 12px;
  z-index: 1;
  border: 1px solid rgba(245, 216, 142, 0.18);
  border-radius: 8px;
  opacity: 0.28;
  transform: scale(0.96);
  box-shadow: inset 0 0 42px rgba(245, 216, 142, 0.12), 0 0 28px rgba(205, 182, 110, 0.12);
  animation: wardrobeFloat 4.8s ease-in-out infinite;
  pointer-events: none;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.why-grid article,
.process-line article,
.leader-card,
.review-grid article {
  padding: 22px;
  transition: transform 220ms ease, border-color 220ms ease;
}

.process-line {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.leader-grid {
  grid-template-columns: repeat(2, 1fr);
}

.leader-card {
  padding: clamp(24px, 4vw, 42px);
}

.leader-photo {
  width: clamp(150px, 16vw, 210px);
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center top;
  display: block;
  margin-bottom: 24px;
  border: 1px solid rgba(245, 216, 142, 0.5);
  border-radius: 12px;
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.36);
}

.monogram {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border: 1px solid rgba(245, 216, 142, 0.5);
  border-radius: 50%;
  color: #16100a;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  font-weight: 900;
}

.leader-card strong,
.review-grid strong {
  color: var(--gold-2);
}

.location {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: clamp(24px, 5vw, 72px);
  align-items: center;
  padding: clamp(74px, 10vw, 130px) 0;
}

.map-card {
  min-height: 430px;
  overflow: hidden;
}

.map-card iframe {
  width: 100%;
  height: 430px;
  border: 0;
  filter: grayscale(1) contrast(1.08) brightness(0.82);
}

.contact {
  margin-bottom: 86px;
  text-align: center;
}

.contact h2,
.contact p {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

.contact .section-actions {
  justify-content: center;
}

.contact-details {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 30px;
  text-align: left;
}

.contact-details article {
  position: relative;
  overflow: hidden;
  padding: 20px;
  border: 1px solid rgba(205, 182, 110, 0.24);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 18px 50px rgba(0, 0, 0, 0.18);
}

.contact-details article::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(205, 182, 110, 0.14) 48%, transparent 64%);
  transform: translateX(-120%);
  transition: transform 650ms ease;
  pointer-events: none;
}

.contact-details article:hover::before {
  transform: translateX(120%);
}

.contact-details h3 {
  margin: 0 0 10px;
  color: var(--gold-2);
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-details a,
.contact-details p {
  position: relative;
  z-index: 1;
  display: block;
  max-width: none;
  margin: 7px 0;
  color: rgba(247, 244, 238, 0.82);
  font-weight: 800;
  line-height: 1.65;
}

.contact-details a {
  transition: color 180ms ease, transform 180ms ease, text-shadow 180ms ease;
}

.contact-details a:hover {
  color: var(--gold-2);
  transform: translateX(4px);
  text-shadow: 0 0 18px rgba(205, 182, 110, 0.42);
}

.qr-panel {
  max-width: 780px;
  margin: 26px auto 0;
  padding: 12px;
  border: 1px solid rgba(205, 182, 110, 0.28);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}

.qr-panel img {
  display: block;
  width: 100%;
  border-radius: 6px;
}

.site-footer {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.luxury-footer {
  position: relative;
  overflow: hidden;
  margin-bottom: 34px;
  padding: clamp(30px, 5vw, 58px);
  border: 1px solid rgba(205, 182, 110, 0.24);
  border-radius: 8px;
  background:
    radial-gradient(circle at 12% 10%, rgba(205, 182, 110, 0.16), transparent 22rem),
    radial-gradient(circle at 86% 0%, rgba(255, 255, 255, 0.06), transparent 24rem),
    linear-gradient(135deg, rgba(83, 18, 52, 0.98), rgba(46, 13, 33, 0.96));
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(18px);
}

.footer-particles {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.footer-particles span {
  position: absolute;
  width: 4px;
  height: 86px;
  border-radius: 999px;
  background: linear-gradient(transparent, rgba(205, 182, 110, 0.38), transparent);
  animation: footerParticle 12s linear infinite;
}

.footer-particles span:nth-child(1) { left: 8%; bottom: -20%; animation-delay: -2s; }
.footer-particles span:nth-child(2) { left: 38%; bottom: -26%; animation-delay: -7s; }
.footer-particles span:nth-child(3) { left: 67%; bottom: -18%; animation-delay: -4s; }
.footer-particles span:nth-child(4) { left: 90%; bottom: -24%; animation-delay: -9s; }

.footer-main {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr 0.75fr 0.95fr 1fr;
  gap: clamp(22px, 4vw, 52px);
  z-index: 1;
}

.footer-brand-block p,
.footer-qr-card p,
.footer-newsletter p,
.footer-bottom p {
  color: rgba(247, 244, 238, 0.74);
  line-height: 1.7;
}

.footer-logo img {
  width: clamp(180px, 18vw, 280px);
  margin-bottom: 18px;
}

.footer-column,
.footer-qr-card,
.footer-newsletter {
  position: relative;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
  backdrop-filter: blur(14px);
}

.footer-column h3,
.footer-qr-card h3,
.footer-newsletter h3 {
  margin: 0 0 16px;
  color: var(--gold-2);
  font-size: 0.9rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-column a {
  display: table;
  margin: 10px 0;
  color: rgba(247, 244, 238, 0.82);
  font-weight: 800;
  transition: color 180ms ease, transform 180ms ease, text-shadow 180ms ease;
}

.footer-column a:hover {
  color: var(--gold-2);
  transform: translateX(4px);
  text-shadow: 0 0 18px rgba(205, 182, 110, 0.42);
}

.footer-address {
  margin: 14px 0 0;
  color: rgba(247, 244, 238, 0.72);
  font-size: 0.9rem;
  line-height: 1.65;
}

.footer-socials {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}

.footer-socials a {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(205, 182, 110, 0.38);
  border-radius: 50%;
  color: var(--gold-2);
  background: rgba(255, 255, 255, 0.08);
  font-weight: 900;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.footer-socials svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-socials a:hover {
  transform: translateY(-4px) rotate(-6deg);
  border-color: var(--gold-2);
  box-shadow: 0 0 26px rgba(205, 182, 110, 0.3);
}

.footer-socials img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.18);
}

.footer-qr-card {
  display: flex;
  flex-direction: column;
}

.footer-qr-card img {
  width: min(100%, 178px);
  margin: 4px auto 16px;
  padding: 8px;
  border: 1px solid rgba(205, 182, 110, 0.34);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
}

.footer-call-btn {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  border: 1px solid rgba(205, 182, 110, 0.72);
  border-radius: 4px;
  color: #180811;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  font-weight: 900;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.footer-call-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 24px rgba(205, 182, 110, 0.34);
}

.footer-newsletter div {
  display: flex;
  gap: 8px;
  margin-top: 16px;
}

.footer-newsletter input {
  min-width: 0;
  flex: 1;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 4px;
  color: var(--white);
  background: rgba(0, 0, 0, 0.2);
  padding: 0 14px;
  outline: none;
}

.footer-newsletter input:focus {
  border-color: var(--gold-2);
  box-shadow: 0 0 0 3px rgba(205, 182, 110, 0.16);
}

.footer-newsletter button {
  height: 46px;
  border: 1px solid rgba(205, 182, 110, 0.72);
  border-radius: 4px;
  color: #180811;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  padding: 0 16px;
  font-weight: 900;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.footer-newsletter button:hover {
  transform: translateY(-2px);
  border-color: var(--gold-2);
  box-shadow: 0 0 0 1px rgba(205, 182, 110, 0.34), 0 0 24px rgba(205, 182, 110, 0.32);
}

.footer-bottom {
  position: relative;
  z-index: 1;
  margin-top: clamp(28px, 4vw, 46px);
  padding-top: 24px;
  border-top: 1px solid rgba(205, 182, 110, 0.58);
  text-align: center;
}

.back-to-top {
  position: absolute;
  right: 0;
  top: -24px;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(205, 182, 110, 0.58);
  border-radius: 50%;
  color: #180811;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  font-size: 1.35rem;
  font-weight: 900;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.28);
  transition: transform 220ms ease, box-shadow 220ms ease;
  animation: backToTopFloat 2.4s ease-in-out infinite;
}

.back-to-top:hover {
  transform: translateY(-6px);
  box-shadow: 0 0 28px rgba(205, 182, 110, 0.42);
}

.developer-credit {
  display: inline-block;
  position: relative;
  margin: 4px 0 0;
  font-size: 0.88rem;
  transition: color 220ms ease, text-shadow 220ms ease;
}

.developer-credit a {
  color: inherit;
  text-decoration: none;
}

.developer-credit::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 1px;
  background: var(--gold-2);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 260ms ease;
}

.developer-credit:hover {
  color: var(--gold-2);
  text-shadow: 0 0 18px rgba(205, 182, 110, 0.46);
}

.developer-credit:hover::after {
  transform: scaleX(1);
}

.whatsapp {
  position: fixed;
  right: 20px;
  bottom: 22px;
  z-index: 30;
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(135deg, #51f06a, #18b82f);
  border: 2px solid rgba(205, 182, 110, 0.82);
  box-shadow: 0 0 0 0 rgba(29, 157, 104, 0.58);
  animation: pulse 2s infinite;
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

.whatsapp:hover {
  transform: translateY(-4px) scale(1.04);
  border-color: var(--gold-2);
  box-shadow: 0 0 0 1px rgba(205, 182, 110, 0.36), 0 0 28px rgba(205, 182, 110, 0.34);
}

.whatsapp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  transform: scale(1.18);
}

.catalog-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 20px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 240ms ease;
}

.catalog-modal.open {
  pointer-events: auto;
  opacity: 1;
}

.catalog-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(10px);
}

.catalog-dialog {
  position: relative;
  width: min(980px, 100%);
  max-height: min(86vh, 820px);
  overflow: auto;
  padding: clamp(22px, 4vw, 42px);
  border: 1px solid rgba(245, 216, 142, 0.34);
  border-radius: 8px;
  background:
    radial-gradient(circle at 12% 0%, rgba(245, 216, 142, 0.16), transparent 24rem),
    linear-gradient(135deg, rgba(30, 7, 16, 0.98), rgba(76, 17, 38, 0.96));
  box-shadow: 0 36px 120px rgba(0, 0, 0, 0.72);
  transform: translateY(28px) scale(0.96);
  opacity: 0;
  transition: transform 320ms cubic-bezier(0.2, 0.8, 0.2, 1), opacity 320ms ease;
}

.catalog-modal.open .catalog-dialog {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.catalog-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(205, 182, 110, 0.58);
  border-radius: 50%;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  font-size: 1.5rem;
  cursor: pointer;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.catalog-close:hover {
  border-color: var(--gold-2);
  box-shadow: 0 0 24px rgba(205, 182, 110, 0.3);
  transform: rotate(8deg) scale(1.04);
}

.catalog-copy {
  max-width: 720px;
  padding-right: 48px;
}

.catalog-copy h2 {
  margin-bottom: 12px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1;
}

.catalog-copy p {
  color: var(--muted);
  line-height: 1.7;
}

.catalog-designs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 24px;
}

.catalog-designs article {
  position: relative;
  overflow: hidden;
  min-height: 400px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  transform: translateY(18px);
  opacity: 0;
}

.catalog-modal.open .catalog-designs article {
  animation: catalogCardIn 420ms ease forwards;
}

.catalog-modal.open .catalog-designs article:nth-child(2) {
  animation-delay: 80ms;
}

.catalog-modal.open .catalog-designs article:nth-child(3) {
  animation-delay: 160ms;
}

.catalog-designs img {
  width: 100%;
  height: clamp(260px, 32vw, 360px);
  padding: 10px;
  object-fit: contain;
  object-position: center;
  background: rgba(255, 255, 255, 0.96);
  transition: transform 600ms ease;
}

.catalog-designs article:hover img {
  transform: scale(1.025);
}

.catalog-designs span,
.catalog-designs h3,
.catalog-designs p {
  margin-left: 16px;
  margin-right: 16px;
}

.catalog-designs span {
  display: inline-flex;
  margin-top: 16px;
  color: var(--gold-2);
  font-weight: 900;
}

.catalog-designs h3 {
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.35rem;
}

.catalog-designs p {
  color: var(--muted);
  line-height: 1.55;
}

.catalog-whatsapp {
  margin-top: 24px;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 700ms ease, transform 700ms ease;
}

[data-reveal].visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes shirtArrival {
  0% { transform: translateY(34px) scale(0.78) rotateX(9deg); opacity: 0; }
  10% { transform: translateY(0) scale(0.92) rotateX(4deg); opacity: 1; }
  34% { transform: translateY(0) scale(1) rotateX(0); }
  62% { transform: translateY(-7px) scale(1.01) rotateX(0); }
  88% { transform: translateY(0) scale(1) rotateX(0); opacity: 1; }
  100% { transform: translateY(28px) scale(0.82) rotateX(8deg); opacity: 0; }
}

@keyframes panelLeftOpen {
  0%, 10% { transform: translateX(18%) rotateY(56deg) rotateZ(3deg) scaleX(0.58); }
  34% { transform: translateX(0) rotateY(0deg) rotateZ(0deg) scaleX(1); }
  52% { transform: translateX(-1.5%) rotateY(-3deg) rotateZ(-0.4deg) scaleX(1.01); }
  72% { transform: translateX(0.8%) rotateY(2deg) rotateZ(0.25deg) scaleX(1); }
  88% { transform: translateX(0) rotateY(0deg) scaleX(1); }
  100% { transform: translateX(18%) rotateY(56deg) rotateZ(3deg) scaleX(0.58); }
}

@keyframes panelRightOpen {
  0%, 10% { transform: translateX(-18%) rotateY(-56deg) rotateZ(-3deg) scaleX(0.58); }
  34% { transform: translateX(0) rotateY(0deg) rotateZ(0deg) scaleX(1); }
  52% { transform: translateX(1.5%) rotateY(3deg) rotateZ(0.4deg) scaleX(1.01); }
  72% { transform: translateX(-0.8%) rotateY(-2deg) rotateZ(-0.25deg) scaleX(1); }
  88% { transform: translateX(0) rotateY(0deg) scaleX(1); }
  100% { transform: translateX(-18%) rotateY(-56deg) rotateZ(-3deg) scaleX(0.58); }
}

@keyframes sleeveLeftOpen {
  0%, 10% { transform: translateX(58%) translateY(16%) rotateZ(38deg) scaleX(0.56); }
  34% { transform: translateX(0) translateY(0) rotateZ(0deg) scaleX(1); }
  52% { transform: translateX(-2%) translateY(-1%) rotateZ(-2deg); }
  72% { transform: translateX(1%) translateY(1%) rotateZ(1deg); }
  88% { transform: translateX(0) translateY(0) rotateZ(0deg); }
  100% { transform: translateX(58%) translateY(16%) rotateZ(38deg) scaleX(0.56); }
}

@keyframes sleeveRightOpen {
  0%, 10% { transform: translateX(-58%) translateY(16%) rotateZ(-38deg) scaleX(0.56); }
  34% { transform: translateX(0) translateY(0) rotateZ(0deg) scaleX(1); }
  52% { transform: translateX(2%) translateY(-1%) rotateZ(2deg); }
  72% { transform: translateX(-1%) translateY(1%) rotateZ(-1deg); }
  88% { transform: translateX(0) translateY(0) rotateZ(0deg); }
  100% { transform: translateX(-58%) translateY(16%) rotateZ(-38deg) scaleX(0.56); }
}

@keyframes collarRise {
  0%, 12% { transform: translateY(24px) rotateX(54deg); opacity: 0.88; }
  34% { transform: translateY(0) rotateX(0deg); opacity: 1; }
  56% { transform: translateY(-3px) rotateX(-4deg); }
  76% { transform: translateY(2px) rotateX(3deg); }
  100% { transform: translateY(24px) rotateX(54deg); opacity: 0.88; }
}

@keyframes placketFloat {
  0%, 10% { transform: translateY(22px) scaleY(0.78); opacity: 0.72; }
  34% { transform: translateY(0) scaleY(1); opacity: 1; }
  58% { transform: translateY(-4px) scaleY(1.01); }
  78% { transform: translateY(2px) scaleY(1); }
  100% { transform: translateY(22px) scaleY(0.78); opacity: 0.72; }
}

@keyframes hemWave {
  0%, 12% { transform: translateY(18px) scaleX(0.66); opacity: 0.7; }
  34% { transform: translateY(0) scaleX(1); opacity: 1; }
  56% { transform: translateY(-5px) scaleX(1.02); }
  74% { transform: translateY(3px) scaleX(0.99); }
  100% { transform: translateY(18px) scaleX(0.66); opacity: 0.7; }
}

@keyframes logoReveal {
  0%, 48% { opacity: 0; transform: translateY(10px) scale(0.98); filter: brightness(0.9); }
  60% { opacity: 1; transform: translateY(0) scale(1); filter: brightness(1.35); }
  82% { opacity: 1; transform: translateY(-1px) scale(1); filter: brightness(1); }
  96%, 100% { opacity: 0; transform: translateY(8px) scale(0.98); filter: brightness(0.9); }
}

@keyframes spotlightSweep {
  0%, 38% { opacity: 0; transform: translate(-68%, -36%) rotate(0deg); }
  44% { opacity: 1; }
  58% { opacity: 0.86; transform: translate(64%, 42%) rotate(0deg); }
  66%, 100% { opacity: 0; transform: translate(76%, 50%) rotate(0deg); }
}

@keyframes hoverShimmer {
  0% { opacity: 0; transform: translateX(-82%) skewX(-10deg); }
  30% { opacity: 1; }
  100% { opacity: 0; transform: translateX(84%) skewX(-10deg); }
}

@keyframes buttonGlint {
  0%, 42% { box-shadow: 0 0 8px rgba(245, 216, 142, 0.25); }
  52% { box-shadow: 0 0 20px rgba(245, 216, 142, 0.72); }
  66%, 100% { box-shadow: 0 0 8px rgba(245, 216, 142, 0.28); }
}

@keyframes shadowShift {
  0%, 10% { transform: scale(0.62); opacity: 0.34; }
  34% { transform: scale(1); opacity: 0.72; }
  60% { transform: scale(1.05) translateX(12px); opacity: 0.6; }
  88% { transform: scale(0.98); opacity: 0.68; }
  100% { transform: scale(0.62); opacity: 0.34; }
}

@keyframes surfaceBreath {
  0%, 100% { opacity: 0.54; transform: scale(0.92); }
  40%, 78% { opacity: 0.9; transform: scale(1.06); }
}

@keyframes dustFloat {
  from { transform: translate3d(0, 130px, 0); opacity: 0; }
  20%, 80% { opacity: 0.72; }
  to { transform: translate3d(-34px, -170px, 0); opacity: 0; }
}

@keyframes cinematicZoom {
  from { transform: scale(1.02) translateX(0); }
  to { transform: scale(1.08) translateX(-1.8%); }
}

@keyframes floatThread {
  from { transform: translateY(0) rotate(13deg); opacity: 0; }
  14%, 82% { opacity: 1; }
  to { transform: translateY(-132vh) rotate(13deg); opacity: 0; }
}

@keyframes scrollPulse {
  50% { transform: translateY(10px); opacity: 0.42; }
}

@keyframes pulse {
  70% { box-shadow: 0 0 0 18px rgba(29, 157, 104, 0); }
  100% { box-shadow: 0 0 0 0 rgba(29, 157, 104, 0); }
}

@keyframes footerParticle {
  from { transform: translateY(130%) rotate(12deg); opacity: 0; }
  18%, 82% { opacity: 0.85; }
  to { transform: translateY(-180%) rotate(12deg); opacity: 0; }
}

@keyframes backToTopFloat {
  50% { transform: translateY(-4px); }
}

@keyframes reviewMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-50% - 8px)); }
}

@keyframes sliderBreath {
  0%, 100% { opacity: 0.28; transform: scaleX(0.35); transform-origin: left; }
  50% { opacity: 0.78; transform: scaleX(1); transform-origin: left; }
}

@keyframes wardrobeFloat {
  0%, 100% { opacity: 0.2; transform: scale(0.96); }
  50% { opacity: 0.58; transform: scale(1.01); }
}

@keyframes catalogCardIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .shirt-scene {
    --tilt-x: 0deg !important;
    --tilt-y: 0deg !important;
  }

  .shirt-rig,
  .shirt-panel,
  .shirt-sleeve,
  .shirt-collar,
  .shirt-placket,
  .shirt-pocket,
  .shirt-hem,
  .shirt-shadow,
  .shirt-spotlight,
  .luxury-dust span,
  .luxury-surface {
    animation: none !important;
    opacity: 1;
    transform: none;
  }

  .catalog-dialog,
  .catalog-designs article {
    transform: none !important;
    opacity: 1 !important;
  }
}

@media (max-width: 1100px) {
  .collection-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .why-grid,
  .process-line {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .menu-toggle {
    display: inline-flex;
    align-items: center;
  }

  .main-nav {
    position: absolute;
    top: calc(100% + 1px);
    left: 18px;
    right: 18px;
    display: none;
    flex-direction: column;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(7, 7, 7, 0.92);
    backdrop-filter: blur(18px);
  }

  .main-nav.open {
    display: flex;
  }

  .section-grid,
  .location,
  .leader-grid,
  .retail-showcase article {
    grid-template-columns: 1fr;
  }

  .stats,
  .video-grid,
  .review-grid,
  .catalog-designs,
  .contact-details,
  .footer-main {
    grid-template-columns: repeat(2, 1fr);
  }

  .insta-grid {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 12px;
  }

  .insta-card {
    min-width: 76vw;
    scroll-snap-align: start;
  }
}

@media (max-width: 640px) {
  .site-header {
    padding: 16px 18px;
  }

  .brand img {
    width: 142px;
  }

  .hero {
    min-height: 96svh;
  }

  .hero-content {
    width: calc(100% - 32px);
    margin-left: 16px;
    margin-right: 16px;
    padding-top: 104px;
  }

  .hero .eyebrow {
    max-width: 330px;
    font-size: 0.66rem;
    line-height: 1.35;
    letter-spacing: 0.08em;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(2.35rem, 10.4vw, 3.05rem);
    line-height: 0.96;
    white-space: nowrap;
  }

  .hero h2 {
    max-width: 340px;
    font-size: clamp(1.05rem, 5vw, 1.55rem);
    line-height: 1.14;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(18, 5, 10, 0.95), rgba(42, 11, 22, 0.62)),
      linear-gradient(0deg, var(--black), transparent 46%);
  }

  .shirt-scene {
    width: 138vw;
    min-width: 0;
    right: -46vw;
    opacity: 0.66;
  }

  .shirt-tilt-shell {
    right: 0;
    width: 88vw;
    height: 56vh;
    transform: translateY(-38%) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
  }

  .hero-actions,
  .section-actions {
    align-items: stretch;
    flex-direction: column;
    width: min(100%, 340px);
  }

  .contact .section-actions {
    margin-left: auto;
    margin-right: auto;
  }

  .stats,
  .collection-grid,
  .why-grid,
  .process-line,
  .video-grid,
  .review-grid,
  .catalog-designs,
  .contact-details,
  .footer-main {
    grid-template-columns: 1fr;
  }

  .qr-panel {
    padding: 8px;
  }

  .catalog-modal {
    padding: 12px;
  }

  .catalog-dialog {
    max-height: 88vh;
  }

  .catalog-copy {
    padding-right: 34px;
  }

  .stats article {
    min-height: 112px;
  }

  .product-card {
    min-height: 330px;
  }

  .retail-showcase article {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .retail-photo-frame {
    margin: 16px;
    transform: none;
  }

  .retail-photo-frame img {
    height: min(86vh, 560px);
    object-position: 38% center;
  }

  .retail-copy {
    padding: 12px 20px 30px;
  }

  .retail-showcase h2 {
    font-size: clamp(2rem, 11vw, 3rem);
  }

  .cinematic-band {
    min-height: 62vh;
  }

  .editorial-poster {
    min-height: 540px;
    aspect-ratio: auto;
    margin: 42px 0;
  }

  .editorial-poster img {
    height: 100%;
    object-fit: cover;
    object-position: 21% center;
  }

  .site-footer {
    width: min(100% - 24px, 1180px);
    padding: 26px 18px;
  }

  .footer-newsletter div {
    flex-direction: column;
  }

  .back-to-top {
    position: relative;
    top: auto;
    right: auto;
    margin: -8px auto 18px;
  }

  .whatsapp {
    width: 56px;
    height: 56px;
  }
}

@media (max-width: 360px) {
  .hero .eyebrow {
    max-width: 300px;
    font-size: 0.6rem;
    letter-spacing: 0.06em;
  }

  .hero h1 {
    font-size: clamp(2.05rem, 10vw, 2.35rem);
  }

  .brand img {
    width: 128px;
  }
}

@media (max-width: 390px) {
  .wholesale-hero h1 {
    font-size: clamp(1.95rem, 9.8vw, 2.45rem);
  }

  .wholesale-hero h1 span {
    font-size: 1.14em;
  }

  .wholesale-hero-content {
    width: min(100% - 24px, 1180px);
  }

  .wholesale-hero .hero-copy {
    font-size: 0.88rem;
  }
}

/* Wholesale homepage header and hero refresh */
.site-header.wholesale-header {
  position: relative;
  display: block;
  padding: 0;
  background: #531234;
  border-bottom: 1px solid rgba(205, 182, 110, 0.34);
  backdrop-filter: none;
}

.wholesale-topbar {
  min-height: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 clamp(18px, 4vw, 48px);
  border-bottom: 1px solid rgba(205, 182, 110, 0.42);
  color: rgba(247, 244, 238, 0.88);
  font-size: 0.76rem;
  font-weight: 800;
}

.wholesale-topbar div {
  display: flex;
  gap: 18px;
  color: var(--gold-2);
}

.wholesale-nav {
  min-height: 82px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(18px, 3vw, 42px);
  padding: 0 clamp(18px, 4vw, 48px);
}

.wholesale-nav .brand img {
  width: clamp(190px, 18vw, 285px);
}

.wholesale-nav .main-nav {
  justify-content: center;
  gap: clamp(12px, 1.6vw, 30px);
  color: var(--white);
  font-size: 0.78rem;
  text-transform: uppercase;
}

.wholesale-nav .main-nav a {
  border: 0;
  border-radius: 0;
  padding: 30px 0 26px;
  color: rgba(255, 255, 255, 0.94);
}

.wholesale-nav .main-nav a::after {
  inset: auto 0 18px;
  height: 3px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
}

.wholesale-nav .main-nav a.active,
.wholesale-nav .main-nav a:hover {
  color: var(--gold-2);
  border-color: transparent;
  box-shadow: none;
  transform: none;
}

.wholesale-nav .main-nav a.active::after,
.wholesale-nav .main-nav a:hover::after {
  transform: scaleX(1);
}

.nav-enquire {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 18px;
  border: 1px solid rgba(205, 182, 110, 0.86);
  border-radius: 2px;
  color: #2b0b19;
  background: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.nav-enquire:hover {
  transform: translateY(-2px);
  filter: brightness(1.08);
  box-shadow: 0 0 26px rgba(205, 182, 110, 0.36);
}

.hero.wholesale-hero {
  min-height: clamp(560px, 73vh, 760px);
  display: grid;
  align-items: center;
  background: #240811;
}

.wholesale-hero-image {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 74% center;
  animation: wholesaleHeroZoom 18s ease-in-out infinite alternate;
}

.wholesale-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(36, 8, 17, 0.98) 0%, rgba(55, 12, 29, 0.92) 28%, rgba(83, 18, 52, 0.46) 58%, rgba(16, 5, 9, 0.42) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), transparent 46%);
}

.wholesale-hero-content {
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto;
  padding: clamp(64px, 8vw, 110px) 0;
  animation: wholesaleFadeUp 760ms ease both;
}

.wholesale-kicker {
  margin: 0 0 6px;
  color: var(--white);
  font-size: clamp(1.35rem, 2.3vw, 2.5rem);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.wholesale-hero h1 {
  max-width: 610px;
  margin: 0;
  color: var(--white);
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(3rem, 7vw, 6.7rem);
  font-weight: 950;
  line-height: 0.9;
  text-transform: uppercase;
}

.wholesale-hero .hero-title-line {
  display: block;
}

.wholesale-hero .hero-title-gold {
  color: var(--gold);
  font-size: 1.35em;
  line-height: 0.82;
}

.wholesale-hero .hero-title-tail span {
  display: inline;
}

.wholesale-hero-content i {
  width: 76px;
  height: 3px;
  display: block;
  margin: 24px 0 18px;
  background: var(--gold);
}

.wholesale-hero .hero-copy {
  max-width: 560px;
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1rem;
  line-height: 1.7;
}

.wholesale-hero .hero-actions {
  animation: wholesaleFadeUp 860ms ease 180ms both;
}

.wholesale-hero .btn {
  gap: 8px;
  min-height: 48px;
  border-radius: 2px;
  text-transform: uppercase;
  font-size: 0.82rem;
}

.wholesale-hero .btn.primary {
  color: #2b0b19;
  background: var(--gold);
}

.wholesale-hero .btn.ghost {
  color: var(--white);
  border-color: rgba(205, 182, 110, 0.82);
  background: rgba(0, 0, 0, 0.18);
}

.hero-logo-mark {
  position: absolute;
  right: clamp(52px, 9vw, 170px);
  top: 50%;
  z-index: 1;
  width: clamp(210px, 20vw, 360px);
  transform: translateY(-45%);
  text-align: center;
  animation: wholesaleLogoFade 900ms ease 260ms both;
}

.hero-logo-mark img {
  width: 100%;
  filter: drop-shadow(0 18px 34px rgba(0, 0, 0, 0.42));
}

.hero-logo-mark span {
  display: block;
  margin-top: 8px;
  color: var(--white);
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.stats.wholesale-stats {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  padding: 0 clamp(18px, 4vw, 48px);
  background: #fff;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.12);
}

.stats.wholesale-stats article {
  min-height: 94px;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 12px;
  align-content: center;
  padding: 18px clamp(12px, 2vw, 24px);
  border: 0;
  border-right: 1px solid rgba(83, 18, 52, 0.12);
  background: #fff;
  transition: transform 180ms ease, box-shadow 180ms ease;
  animation: wholesaleFadeUp 620ms ease both;
}

.stats.wholesale-stats article:nth-child(2) { animation-delay: 80ms; }
.stats.wholesale-stats article:nth-child(3) { animation-delay: 160ms; }
.stats.wholesale-stats article:nth-child(4) { animation-delay: 240ms; }
.stats.wholesale-stats article:nth-child(5) { animation-delay: 320ms; border-right: 0; }

.stats.wholesale-stats article:hover {
  z-index: 1;
  transform: translateY(-5px);
  box-shadow: 0 14px 34px rgba(83, 18, 52, 0.14);
}

.stats.wholesale-stats svg {
  width: 34px;
  height: 34px;
  grid-row: span 2;
  align-self: center;
  fill: none;
  stroke: #531234;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.stats.wholesale-stats strong {
  color: #531234;
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(0.9rem, 1.2vw, 1.12rem);
  font-weight: 950;
  line-height: 1.2;
}

.stats.wholesale-stats span {
  color: #5b4a50;
  font-size: 0.78rem;
  font-weight: 800;
}

@keyframes wholesaleHeroZoom {
  from { transform: scale(1.02); }
  to { transform: scale(1.08); }
}

@keyframes wholesaleFadeUp {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes wholesaleLogoFade {
  from { opacity: 0; transform: translateY(-40%) scale(0.94); }
  to { opacity: 1; transform: translateY(-45%) scale(1); }
}

@media (max-width: 1100px) {
  .wholesale-nav {
    grid-template-columns: auto auto;
  }

  .wholesale-nav .main-nav {
    grid-column: 1 / -1;
    order: 4;
  }

  .nav-enquire {
    justify-self: end;
  }

  .hero-logo-mark {
    opacity: 0.42;
    right: 28px;
  }

  .stats.wholesale-stats {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 900px) {
  .wholesale-topbar {
    flex-direction: column;
    align-items: flex-start;
    padding-block: 8px;
  }

  .wholesale-nav {
    min-height: 76px;
    grid-template-columns: 1fr auto;
    padding-block: 10px;
  }

  .wholesale-nav .brand img {
    width: 180px;
  }

  .wholesale-nav .menu-toggle {
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }

  .wholesale-nav .main-nav {
    position: static;
    display: none;
    grid-column: 1 / -1;
    flex-direction: column;
    padding: 12px 0;
    background: transparent;
    border: 0;
  }

  .wholesale-nav .main-nav.open {
    display: flex;
  }

  .wholesale-nav .main-nav a {
    padding: 12px 0;
  }

  .nav-enquire {
    grid-column: 1 / -1;
    justify-self: stretch;
  }

  .hero.wholesale-hero {
    min-height: 640px;
  }

  .wholesale-hero-image {
    object-position: 70% center;
  }

  .wholesale-hero-overlay {
    background: linear-gradient(90deg, rgba(36, 8, 17, 0.98), rgba(55, 12, 29, 0.88) 54%, rgba(36, 8, 17, 0.42));
  }

  .hero-logo-mark {
    display: none;
  }

  .stats.wholesale-stats {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .site-header.wholesale-header,
  .hero.wholesale-hero,
  main {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .wholesale-topbar {
    align-items: flex-start;
    padding: 6px 16px;
    gap: 8px;
  }

  .wholesale-topbar div {
    flex-direction: column;
    gap: 4px;
  }

  .wholesale-nav {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    padding: 12px 16px 10px;
  }

  .wholesale-nav .brand {
    min-width: 0;
  }

  .wholesale-nav .brand img {
    width: clamp(154px, 52vw, 205px);
  }

  .wholesale-nav .nav-enquire {
    grid-column: 1 / -1;
    width: 100%;
  }

  .hero.wholesale-hero {
    min-height: 600px;
  }

  .wholesale-hero-content {
    width: min(100% - 30px, 1180px);
    max-width: 100%;
    padding: 56px 0 64px;
  }

  .wholesale-hero h1 {
    max-width: 100%;
    font-size: clamp(2.1rem, 10.4vw, 2.95rem);
    line-height: 0.96;
    overflow-wrap: normal;
  }

  .wholesale-hero .hero-title-gold {
    font-size: 1.18em;
    line-height: 0.9;
  }

  .wholesale-hero .hero-title-tail span {
    display: block;
  }

  .wholesale-kicker {
    font-size: clamp(1rem, 5.4vw, 1.35rem);
  }

  .wholesale-hero .hero-copy {
    max-width: 100%;
    font-size: 0.95rem;
    line-height: 1.5;
  }

  .wholesale-hero .hero-actions {
    width: 100%;
    max-width: 330px;
  }

  .wholesale-hero .btn {
    width: 100%;
  }

  .stats.wholesale-stats {
    grid-template-columns: 1fr;
    padding-inline: 14px;
  }

  .stats.wholesale-stats article {
    border-right: 0;
    border-bottom: 1px solid rgba(83, 18, 52, 0.12);
  }
}

@media (max-width: 390px) {
  .wholesale-hero h1 {
    font-size: clamp(1.85rem, 9vw, 2.25rem);
  }

  .wholesale-hero .hero-title-gold {
    font-size: 1.12em;
  }

  .wholesale-hero-content {
    width: min(100% - 24px, 1180px);
  }

  .wholesale-hero .hero-copy {
    font-size: 0.88rem;
  }
}

/* Six-card wholesale collection refresh */
.collections {
  max-width: none;
  padding: clamp(48px, 6vw, 78px) clamp(14px, 3vw, 22px);
  background: #fffaf2;
  color: #531234;
}

.collections .section-heading {
  max-width: 980px;
  margin: 0 auto clamp(24px, 3vw, 34px);
  text-align: center;
}

.collections .section-kicker {
  margin-bottom: 8px;
  color: #531234;
  font-family: "Inter", Arial, sans-serif;
  font-size: clamp(1.45rem, 3vw, 2.35rem);
  font-weight: 950;
  letter-spacing: 0.02em;
  line-height: 1;
  text-transform: uppercase;
}

.collections .section-heading h2 {
  max-width: 760px;
  margin: 0 auto;
  color: rgba(31, 17, 20, 0.72);
  font-family: "Inter", Arial, sans-serif;
  font-size: clamp(0.9rem, 1.4vw, 1.1rem);
  font-weight: 700;
  line-height: 1.55;
}

.collections .collection-grid {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(10px, 1.2vw, 16px);
}

.collections .product-card {
  min-height: clamp(190px, 18vw, 265px);
  border: 0;
  border-radius: 5px;
  background: #28181c;
  box-shadow: 0 16px 36px rgba(83, 18, 52, 0.18);
  transform: translateZ(0);
}

.collections .product-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.25) 48%, rgba(0, 0, 0, 0.08));
  pointer-events: none;
}

.collections .product-card::after {
  z-index: 3;
  background: linear-gradient(110deg, transparent 36%, rgba(205, 182, 110, 0.3), transparent 64%);
}

.collections .product-card > img,
.collections .managed-media img {
  filter: saturate(0.98) contrast(1.06);
}

.collections .product-card > div:not(.managed-media) {
  position: absolute;
  inset: auto auto 22px 22px;
  z-index: 4;
  width: min(72%, 330px);
  padding: 0;
  background: transparent;
}

.collections .product-card h3 {
  margin: 0 0 8px;
  color: #ffffff;
  font-family: "Inter", Arial, sans-serif;
  font-size: clamp(1.35rem, 2.1vw, 2.2rem);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1.02;
  text-transform: uppercase;
}

.collections .product-card p,
.collections .product-card > div:not(.managed-media) > span {
  display: none;
}

.collections .product-card a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 850;
  line-height: 1;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
  transform: translateY(0);
  opacity: 1;
}

.collections .product-card a span {
  display: inline-grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  color: #cdb66e;
  font-size: 1.05rem;
  transition: transform 280ms ease, background 280ms ease;
}

.collections .product-card a::after {
  display: none;
}

.collections .product-card:hover,
.collections .product-card:focus-visible {
  transform: translateY(-7px);
  box-shadow: 0 24px 54px rgba(83, 18, 52, 0.28);
}

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

.collections .product-card:hover a span,
.collections .product-card:focus-visible a span {
  background: rgba(205, 182, 110, 0.18);
  transform: translateX(5px);
}

.collections .product-card:nth-child(1) > img,
.collections .product-card:nth-child(6) > img {
  object-position: 48% 42%;
}

.collections .product-card:nth-child(2) > img,
.collections .product-card:nth-child(5) > img {
  object-position: 50% 58%;
}

.collections .product-card:nth-child(3) > img {
  object-position: 50% 46%;
}

.collections .product-card:nth-child(4) > img {
  object-position: 42% center;
}

.collections .managed-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  padding: 0;
  background: transparent;
}

@media (max-width: 900px) {
  .collections .collection-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .collections {
    padding: 42px 12px;
  }

  .collections .collection-grid {
    grid-template-columns: 1fr;
  }

  .collections .product-card {
    min-height: 190px;
  }
}

/* Leadership biography and moving team strip */
.leadership {
  padding-bottom: clamp(34px, 5vw, 62px);
}

.leadership .leader-grid {
  gap: clamp(18px, 2vw, 26px);
}

.leadership .leader-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(170px, 0.42fr) minmax(0, 1fr);
  gap: clamp(22px, 3vw, 34px);
  align-items: start;
  overflow: hidden;
  min-height: 100%;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.035)), rgba(58, 33, 44, 0.82);
}

.leadership .leader-card::before {
  content: "";
  position: absolute;
  inset: -40% auto auto -20%;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(205, 182, 110, 0.18), transparent 68%);
  pointer-events: none;
}

.leadership .leader-photo {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 240px;
  border-radius: 10px;
  border: 1px solid rgba(205, 182, 110, 0.42);
  box-shadow: 0 28px 62px rgba(0, 0, 0, 0.28);
  transition: transform 360ms ease, box-shadow 360ms ease;
}

.leadership .leader-card:hover .leader-photo {
  transform: translateY(-8px) scale(1.025);
  box-shadow: 0 34px 82px rgba(0, 0, 0, 0.36), 0 0 34px rgba(205, 182, 110, 0.16);
}

.leader-copy {
  position: relative;
  z-index: 1;
}

.leader-copy h3 {
  font-size: clamp(1.8rem, 2.3vw, 2.65rem);
}

.leader-copy strong {
  display: block;
  margin-bottom: 14px;
  font-size: 1rem;
  line-height: 1.45;
}

.leader-copy p {
  margin: 0 0 13px;
  color: rgba(247, 244, 238, 0.78);
  font-size: 0.98rem;
}

.leader-copy blockquote {
  position: relative;
  margin: 18px 0 0;
  padding: 16px 18px 16px 22px;
  border-left: 3px solid var(--gold-2);
  border-radius: 0 8px 8px 0;
  background: rgba(205, 182, 110, 0.08);
  color: #f5d88e;
  font-weight: 800;
  line-height: 1.55;
}

.team-flow {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 0 0 clamp(74px, 8vw, 116px);
}

.team-flow .section-heading {
  margin-bottom: 22px;
}

.team-flow .section-heading h2 {
  max-width: 780px;
}

.team-marquee {
  position: relative;
  overflow: hidden;
  padding: 18px 0;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.team-track {
  display: flex;
  width: max-content;
  gap: 16px;
  animation: teamFloatMarquee 42s linear infinite;
  will-change: transform;
}

.team-marquee:hover .team-track {
  animation-play-state: paused;
}

.team-track article {
  width: clamp(250px, 25vw, 340px);
  min-height: 176px;
  flex: 0 0 auto;
  padding: 22px;
  border: 1px solid rgba(205, 182, 110, 0.26);
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.035)), rgba(58, 33, 44, 0.86);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
  transform: translateY(0);
  animation: teamCardFloat 5.5s ease-in-out infinite;
}

.team-track article:nth-child(2n) {
  animation-delay: -1.4s;
}

.team-track article:nth-child(3n) {
  animation-delay: -2.6s;
}

.team-track span {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 11px;
  border: 1px solid rgba(205, 182, 110, 0.38);
  border-radius: 999px;
  color: var(--gold-2);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.team-track strong {
  display: block;
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.45rem;
  line-height: 1.1;
}

.team-track p {
  margin: 10px 0 0;
  color: rgba(247, 244, 238, 0.72);
  line-height: 1.58;
}

@keyframes teamFloatMarquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

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

@media (max-width: 980px) {
  .leadership .leader-card {
    grid-template-columns: 1fr;
  }

  .leadership .leader-photo {
    max-width: 220px;
  }
}

@media (max-width: 620px) {
  .leadership .leader-card {
    padding: 22px;
  }

  .leader-copy p {
    font-size: 0.94rem;
  }

  .team-flow {
    width: min(100% - 24px, 1180px);
  }
}

/* Compact leadership redesign */
.leadership {
  padding-top: clamp(58px, 6vw, 84px);
}

.leadership .section-heading {
  max-width: 920px;
  margin-bottom: clamp(28px, 4vw, 44px);
}

.leadership .section-heading h2 {
  max-width: 780px;
}

.leadership .leader-grid {
  align-items: stretch;
}

.leadership .leader-card {
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 24px;
  padding: clamp(22px, 2.4vw, 30px);
  min-height: auto;
  border-color: rgba(205, 182, 110, 0.28);
}

.leadership .leader-photo {
  width: 132px;
  max-width: 132px;
  aspect-ratio: 1;
  border-radius: 8px;
  object-fit: cover;
}

.leadership .leader-card:nth-child(2) .leader-photo {
  object-position: 42% 16%;
}

.leader-copy h3 {
  margin: 4px 0 6px;
  font-size: clamp(2rem, 2.4vw, 2.65rem);
  line-height: 0.98;
}

.leader-copy strong {
  margin-bottom: 12px;
  color: #f5d88e;
  font-size: 0.96rem;
}

.leader-copy > p {
  max-width: 560px;
  margin-bottom: 16px;
  font-size: 0.98rem;
  line-height: 1.58;
}

.leader-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 14px;
}

.leader-highlights span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 7px 10px;
  border: 1px solid rgba(205, 182, 110, 0.38);
  border-radius: 999px;
  color: #f5d88e;
  background: rgba(205, 182, 110, 0.075);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.leader-copy blockquote {
  margin-top: 0;
  margin-bottom: 14px;
  padding: 12px 14px 12px 16px;
  font-size: 0.9rem;
}

.leader-more {
  border-top: 1px solid rgba(205, 182, 110, 0.16);
  padding-top: 12px;
}

.leader-more summary {
  width: max-content;
  cursor: pointer;
  color: #f5d88e;
  font-weight: 900;
  list-style: none;
  transition: color 200ms ease, text-shadow 200ms ease;
}

.leader-more summary::-webkit-details-marker {
  display: none;
}

.leader-more summary::after {
  content: " +";
}

.leader-more[open] summary::after {
  content: " -";
}

.leader-more summary:hover {
  color: #ffffff;
  text-shadow: 0 0 14px rgba(205, 182, 110, 0.42);
}

.leader-more p {
  max-width: 620px;
  margin: 12px 0 0;
  font-size: 0.92rem;
  line-height: 1.62;
}

@media (max-width: 760px) {
  .leadership .leader-card {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 16px;
  }

  .leadership .leader-photo {
    width: 96px;
    max-width: 96px;
  }

  .leader-copy h3 {
    font-size: clamp(1.55rem, 8vw, 2.2rem);
  }
}

@media (max-width: 520px) {
  .leadership .leader-card {
    grid-template-columns: 1fr;
  }

  .leadership .leader-photo {
    width: 118px;
    max-width: 118px;
  }
}

/* Photo-first team carousel */
.team-flow {
  padding-top: clamp(22px, 3vw, 36px);
}

.team-flow .section-heading {
  margin-bottom: clamp(24px, 4vw, 42px);
}

.team-flow .section-kicker {
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(3rem, 7vw, 6.8rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.95;
  text-transform: none;
}

.team-flow .section-heading h2 {
  display: none;
}

.team-marquee {
  overflow-x: auto;
  overflow-y: hidden;
  padding: 42px max(18px, calc((100vw - 1180px) / 2)) 50px;
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
  scroll-padding-inline: max(18px, calc((100vw - 1180px) / 2));
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: rgba(205, 182, 110, 0.7) rgba(255, 255, 255, 0.08);
  perspective: 1100px;
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
  overscroll-behavior-x: contain;
}

.team-marquee.is-dragging,
.team-marquee.is-spinning {
  cursor: grabbing;
  scroll-snap-type: none;
}

.team-marquee::-webkit-scrollbar {
  height: 8px;
}

.team-marquee::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
}

.team-marquee::-webkit-scrollbar-thumb {
  background: rgba(205, 182, 110, 0.7);
  border-radius: 999px;
}

.team-track {
  width: max-content;
  gap: clamp(14px, 2vw, 24px);
  padding: 0 clamp(42px, 8vw, 120px);
  animation: none;
  transform-style: preserve-3d;
}

.team-marquee:hover .team-track {
  animation-play-state: running;
}

.team-track article {
  --team-scale: 0.86;
  --team-lift: 28px;
  --team-rotate: 0deg;
  --team-focus: 0;
  position: relative;
  width: clamp(190px, 18vw, 260px);
  min-height: 0;
  padding: 14px 14px 18px;
  text-align: center;
  border-color: rgba(205, 182, 110, 0.3);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.035)), rgba(58, 33, 44, 0.9);
  scroll-snap-align: center;
  scroll-snap-stop: always;
  pointer-events: auto;
  opacity: calc(0.62 + (var(--team-focus) * 0.38));
  transform: translateY(var(--team-lift)) rotateY(var(--team-rotate)) scale(var(--team-scale));
  transform-origin: center bottom;
  transition: transform 180ms ease, opacity 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
  animation: none;
  will-change: transform, opacity;
}

.team-track article::before {
  content: "";
  position: absolute;
  inset: -1px;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(145deg, rgba(245, 216, 142, calc(var(--team-focus) * 0.22)), transparent 58%);
  opacity: var(--team-focus);
}

.team-photo-slot {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 4 / 5;
  margin-bottom: 14px;
  border: 1px solid rgba(205, 182, 110, 0.38);
  border-radius: 12px;
  background:
    radial-gradient(circle at 50% 28%, rgba(205, 182, 110, 0.32), transparent 28%),
    linear-gradient(145deg, rgba(83, 18, 52, 0.18), rgba(0, 0, 0, 0.42)),
    #2d1b22;
  box-shadow: inset 0 0 38px rgba(205, 182, 110, 0.08);
}

.team-photo-slot::after {
  content: "";
  position: absolute;
  inset: auto 18% 0;
  z-index: 0;
  height: 42%;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(145deg, rgba(205, 182, 110, 0.25), rgba(255, 255, 255, 0.06));
}

.team-photo-slot:has(img)::after {
  display: none;
}

.team-photo-slot img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
  transition: transform 500ms ease, filter 500ms ease;
}

.team-track article:hover .team-photo-slot img {
  transform: scale(1.06);
  filter: saturate(1.05) contrast(1.03);
}

.team-photo-slot span {
  position: absolute;
  left: 50%;
  top: 42%;
  z-index: 1;
  display: grid;
  width: 76px;
  height: 76px;
  place-items: center;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(205, 182, 110, 0.42);
  border-radius: 50%;
  background: rgba(83, 18, 52, 0.84);
  color: #f5d88e;
  font-family: "Inter", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 950;
  letter-spacing: 0.05em;
  transform: translate(-50%, -50%);
}

.team-track strong {
  color: #ffffff;
  font-size: clamp(1.25rem, 1.7vw, 1.7rem);
}

.team-track p {
  margin: 7px 0 0;
  color: #f5d88e;
  font-size: 0.92rem;
  font-weight: 850;
  line-height: 1.35;
}

.team-track article:hover {
  border-color: rgba(205, 182, 110, 0.72);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34), 0 0 28px rgba(205, 182, 110, 0.12);
}

@media (max-width: 620px) {
  .team-flow .section-kicker {
    font-size: clamp(2.6rem, 15vw, 4.4rem);
  }

  .team-track article {
    width: 205px;
  }
}

/* Responsive premium stats strip */
.stats.wholesale-stats {
  width: min(1180px, calc(100% - clamp(24px, 5vw, 72px)));
  max-width: 1180px;
  margin: clamp(18px, 2.4vw, 30px) auto clamp(18px, 2.4vw, 32px);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(190px, 100%), 1fr));
  gap: 10px;
  padding: 10px;
  border: 1px solid rgba(205, 182, 110, 0.24);
  border-radius: 16px;
  background:
    radial-gradient(circle at 12% 0%, rgba(205, 182, 110, 0.18), transparent 32%),
    linear-gradient(135deg, rgba(83, 18, 52, 0.98), rgba(43, 14, 27, 0.98));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.26);
}

.stats.wholesale-stats article,
.stats.wholesale-stats article:nth-child(5) {
  min-width: 0;
  min-height: 84px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: 12px;
  align-items: center;
  align-content: center;
  padding: clamp(14px, 1.8vw, 20px);
  border: 1px solid rgba(205, 182, 110, 0.16);
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.035));
  box-shadow: none;
}

.stats.wholesale-stats article:hover {
  transform: translateY(-4px);
  border-color: rgba(205, 182, 110, 0.56);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.22);
}

.stats.wholesale-stats svg {
  width: clamp(28px, 2.6vw, 36px);
  height: clamp(28px, 2.6vw, 36px);
  stroke: #cdb66e;
  filter: drop-shadow(0 0 12px rgba(205, 182, 110, 0.24));
}

.stats.wholesale-stats strong {
  overflow-wrap: anywhere;
  color: #ffffff;
  font-size: clamp(0.94rem, 1.1vw, 1.12rem);
}

.stats.wholesale-stats span {
  color: rgba(245, 216, 142, 0.92);
  font-size: clamp(0.72rem, 0.85vw, 0.82rem);
}

@media (max-width: 520px) {
  .stats.wholesale-stats {
    width: min(100% - 22px, 1180px);
    grid-template-columns: 1fr;
    border-radius: 14px;
  }
}

/* Collection section burgundy blend */
.collections {
  position: relative;
  isolation: isolate;
  padding: clamp(58px, 7vw, 92px) clamp(16px, 4vw, 42px);
  background:
    radial-gradient(circle at 18% 0%, rgba(205, 182, 110, 0.12), transparent 30%),
    radial-gradient(circle at 92% 18%, rgba(255, 255, 255, 0.06), transparent 26%),
    linear-gradient(180deg, #531234 0%, #3a0d24 48%, #260815 100%);
  color: #fff;
}

.collections::before {
  content: "";
  position: absolute;
  inset: 18px clamp(10px, 2vw, 28px);
  z-index: -1;
  border: 1px solid rgba(205, 182, 110, 0.16);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.01));
  pointer-events: none;
}

.collections .section-kicker {
  color: #f5d88e;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
}

.collections .section-heading h2 {
  color: rgba(247, 244, 238, 0.82);
}

.collections .product-card {
  border: 1px solid rgba(205, 182, 110, 0.24);
  background: #15080d;
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.28);
}

.collections .product-card::before {
  background:
    linear-gradient(90deg, rgba(15, 4, 8, 0.8), rgba(15, 4, 8, 0.38) 48%, rgba(15, 4, 8, 0.12)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.62), transparent 46%);
}

.collections .product-card:hover,
.collections .product-card:focus-visible {
  border-color: rgba(245, 216, 142, 0.72);
  box-shadow: 0 30px 76px rgba(0, 0, 0, 0.36), 0 0 34px rgba(205, 182, 110, 0.14);
}

.collections .product-card a {
  color: #ffffff;
}

.collections .product-card a span {
  color: #f5d88e;
}

/* Header button bounce and logo-gold outline */
.wholesale-nav .main-nav a,
.wholesale-nav .nav-enquire,
.wholesale-nav .menu-toggle {
  position: relative;
  border: 1px solid transparent;
  border-radius: 4px;
  transition: transform 260ms cubic-bezier(0.18, 1.25, 0.28, 1), border-color 220ms ease, box-shadow 220ms ease, background 220ms ease, color 220ms ease, filter 220ms ease;
  will-change: transform;
}

.wholesale-nav .main-nav a {
  padding: 12px 13px;
}

.wholesale-nav .main-nav a::after {
  inset: auto 12px 5px;
}

.wholesale-nav .main-nav a:hover,
.wholesale-nav .main-nav a:focus-visible,
.wholesale-nav .nav-enquire:hover,
.wholesale-nav .nav-enquire:focus-visible,
.wholesale-nav .menu-toggle:hover,
.wholesale-nav .menu-toggle:focus-visible {
  z-index: 4;
  border-color: #cdb66e;
  color: #f5d88e;
  transform: translateY(-6px) scale(1.075);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.28), 0 0 28px rgba(205, 182, 110, 0.28);
  animation: headerButtonBounce 520ms ease both;
}

.wholesale-nav .main-nav a:hover,
.wholesale-nav .main-nav a:focus-visible,
.wholesale-nav .menu-toggle:hover,
.wholesale-nav .menu-toggle:focus-visible {
  background: rgba(205, 182, 110, 0.08);
}

.wholesale-nav .nav-enquire {
  border-color: #cdb66e;
  border-radius: 4px;
  outline: 1px solid rgba(205, 182, 110, 0.26);
  outline-offset: 3px;
}

.wholesale-nav .nav-enquire:hover,
.wholesale-nav .nav-enquire:focus-visible {
  color: #531234;
  filter: brightness(1.09);
}

@keyframes headerButtonBounce {
  0% {
    transform: translateY(0) scale(1);
  }
  48% {
    transform: translateY(-8px) scale(1.095);
  }
  72% {
    transform: translateY(-4px) scale(1.055);
  }
  100% {
    transform: translateY(-6px) scale(1.075);
  }
}

@media (max-width: 900px) {
  .wholesale-nav .main-nav a {
    padding: 12px 13px;
  }
}

/* Product image showcase wording/style */
.product-showcase .section-kicker {
  color: #f5d88e;
}

.product-showcase .section-heading h2 {
  max-width: 820px;
}

.product-showcase .video-grid {
  gap: clamp(16px, 2vw, 24px);
}

.product-showcase .video-card {
  border-color: rgba(205, 182, 110, 0.28);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03)), rgba(58, 33, 44, 0.82);
}

.product-showcase .video-card div {
  background: linear-gradient(90deg, rgba(83, 18, 52, 0.95), rgba(58, 33, 44, 0.92));
}
