: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;
}

body {
  margin: 0;
  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: 440px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: clamp(20px, 5vw, 70px);
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(245, 216, 142, 0.22);
  background: linear-gradient(135deg, rgba(251, 247, 239, 0.96), rgba(218, 204, 178, 0.86));
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.36);
}

.retail-showcase img {
  width: 100%;
  height: 440px;
  object-fit: cover;
  object-position: center;
}

.retail-showcase div {
  padding: clamp(24px, 4vw, 54px);
  color: #15120e;
}

.retail-showcase .section-kicker {
  color: #9c7130;
}

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

.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%;
  background: linear-gradient(110deg, transparent 38%, rgba(245, 216, 142, 0.22), transparent 62%);
  transform: translateX(-70%) rotate(10deg);
  transition: transform 760ms ease;
}

.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;
  padding: 84px 18px 18px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.9) 28%);
}

.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 {
  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;
}

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

.insta-card {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #1b0710;
}

.insta-card:nth-child(1),
.insta-card:nth-child(4) {
  grid-column: span 2;
}

.insta-card:nth-child(2),
.insta-card:nth-child(5) {
  grid-column: span 2;
  min-height: 340px;
}

.insta-card:nth-child(3),
.insta-card:nth-child(6) {
  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-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;
}

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

.video-card {
  overflow: hidden;
  transition: transform 220ms ease, border-color 220ms ease;
}

.video-card video {
  width: 100%;
  aspect-ratio: 9 / 12;
  object-fit: cover;
  background: #17070e;
}

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

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

.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-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-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-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 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-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::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: 330px;
  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: 190px;
  object-fit: cover;
  transition: transform 600ms ease;
}

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

.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 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,
  .retail-showcase img {
    min-height: 0;
    height: auto;
  }

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

  .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;
  }
}
