/* ═══════════════════════════════════════════
   Charm Aura Co — Premium design layer
   ═══════════════════════════════════════════ */

body {
  background:
    radial-gradient(ellipse 120% 80% at 50% -20%, rgba(201, 168, 108, 0.08) 0%, transparent 50%),
    linear-gradient(180deg, var(--color-bg) 0%, var(--color-bg-deep) 100%);
  background-attachment: fixed;
  font-size: 0.9375rem;
  letter-spacing: 0.01em;
}

h1, h2, h3, .font-display {
  font-family: var(--font-display);
  font-weight: 500;
  letter-spacing: -0.01em;
}

h1 { font-size: clamp(2.25rem, 5.5vw, 3.5rem); line-height: 1.1; }
h2 { font-size: clamp(1.75rem, 3.5vw, 2.5rem); line-height: 1.15; }
h3 { font-size: 1.25rem; }

.section { padding: var(--space-16) 0; }
.section--sm { padding: var(--space-10) 0; }

.grid-products {
  gap: var(--space-8) var(--space-6);
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}

.page-title-block h1 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 2.75rem);
}

/* ── Announcement ── */
.announcement {
  background: var(--color-dark);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: var(--space-2) var(--space-4);
  border-bottom: 1px solid rgba(201, 168, 108, 0.35);
}

.announcement strong { color: var(--color-accent); font-weight: 500; }
.announcement a { color: var(--color-accent); text-decoration: none; }
.announcement a:hover { text-decoration: underline; }

/* ── Header ── */
.site-header {
  background: rgba(250, 246, 241, 0.82);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(232, 223, 214, 0.8);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6) inset;
}

.site-header__inner { height: var(--header-height); }

.site-nav a {
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--color-text-muted);
  position: relative;
  border-radius: 0;
  padding: var(--space-2) var(--space-3);
}

.site-nav a::after {
  content: '';
  position: absolute;
  left: var(--space-3);
  right: var(--space-3);
  bottom: 0;
  height: 1px;
  background: var(--color-primary);
  transform: scaleX(0);
  transition: transform var(--transition);
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--color-text);
}

.site-nav a:hover::after,
.site-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

/* ── Buttons ── */
.btn {
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: var(--radius-full);
  transition: all var(--transition);
}

.btn--primary {
  background: linear-gradient(135deg, var(--color-primary) 0%, #b83662 100%);
  box-shadow: 0 4px 14px rgba(158, 45, 86, 0.28);
}

.btn--primary:hover {
  background: linear-gradient(135deg, var(--color-primary-hover) 0%, var(--color-primary) 100%);
  box-shadow: 0 6px 20px rgba(158, 45, 86, 0.35);
  transform: translateY(-1px);
}

.btn--secondary {
  border-color: var(--color-border-strong);
  background: rgba(255, 255, 255, 0.6);
}

.btn--secondary:hover {
  background: white;
  border-color: var(--color-text);
}

.btn--outline {
  border-width: 1px;
}

.btn--lg {
  padding: 1rem 2.25rem;
  font-size: 0.8125rem;
}

/* ── Hero luxe ── */
.hero-luxe {
  position: relative;
  padding: var(--space-16) 0 var(--space-20);
  overflow: hidden;
  isolation: isolate;
}

.hero-luxe--banner {
  padding: var(--space-12) 0 var(--space-16);
  background:
    linear-gradient(112deg, #faf3ee 0%, #f6ebe3 38%, #f3ece4 68%, #efe6dc 100%);
}

.hero-luxe--banner .hero-luxe__mesh {
  background:
    radial-gradient(circle at 78% 42%, rgba(255, 255, 255, 0.55) 0%, transparent 42%),
    radial-gradient(circle at 22% 68%, rgba(248, 232, 239, 0.5) 0%, transparent 38%),
    radial-gradient(ellipse 50% 40% at 90% 20%, rgba(158, 45, 86, 0.07) 0%, transparent 55%),
    radial-gradient(ellipse 45% 35% at 8% 85%, rgba(201, 168, 108, 0.12) 0%, transparent 50%);
}

.hero-luxe--banner::before,
.hero-luxe--banner::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.hero-luxe--banner::before {
  width: min(520px, 70vw);
  height: min(520px, 70vw);
  top: -12%;
  right: -8%;
  background: rgba(255, 255, 255, 0.35);
}

.hero-luxe--banner::after {
  width: min(380px, 55vw);
  height: min(380px, 55vw);
  bottom: -18%;
  left: 38%;
  background: rgba(201, 168, 108, 0.1);
}

.hero-luxe__mesh {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 55% 45% at 88% 12%, rgba(158, 45, 86, 0.09) 0%, transparent 58%),
    radial-gradient(ellipse 48% 42% at 6% 88%, rgba(201, 168, 108, 0.14) 0%, transparent 52%),
    radial-gradient(ellipse 35% 30% at 50% 50%, rgba(248, 232, 239, 0.35) 0%, transparent 70%);
  pointer-events: none;
}

.hero-luxe__mesh::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.025'/%3E%3C/svg%3E");
  opacity: 0.6;
}

.hero-luxe__grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: var(--space-12);
  align-items: center;
}

@media (min-width: 960px) {
  .hero-luxe__grid { grid-template-columns: 1.05fr 0.95fr; gap: var(--space-16); }
}

.hero-luxe__tag {
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--color-accent);
  margin-bottom: var(--space-4);
  padding-bottom: var(--space-3);
  border-bottom: 1px solid var(--color-accent);
}

.hero-luxe__eyebrow {
  font-family: var(--font-sans);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--color-primary);
  margin-bottom: var(--space-3);
}

.hero-luxe__trust {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--space-3);
  margin-bottom: var(--space-5);
  font-size: 0.8125rem;
  color: var(--color-text-muted);
}

.hero-luxe__trust-stars {
  color: var(--color-accent);
  font-size: 0.75rem;
  letter-spacing: 3px;
}

.hero-luxe__trust strong {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--color-text);
}

.hero-luxe h1 {
  margin-bottom: var(--space-6);
  color: var(--color-text);
  line-height: 1.05;
}

.hero-luxe h1 em {
  font-style: italic;
  color: var(--color-primary);
}

.hero-luxe__title-accent {
  display: block;
  font-family: var(--font-display);
  font-style: italic;
  color: var(--color-primary);
}

.hero-luxe--banner .hero-luxe__trust {
  margin-bottom: var(--space-6);
  padding: var(--space-3) 0;
  font-size: 0.875rem;
}

.hero-luxe__trust-label {
  font-weight: 600;
  color: var(--color-text);
  margin-right: var(--space-2);
}

.hero-luxe__trust-count {
  color: var(--color-text-light);
  font-size: 0.8125rem;
}

.hero-luxe__lead {
  font-size: 1.0625rem;
  line-height: 1.75;
  color: var(--color-text-muted);
  max-width: 460px;
  margin-bottom: var(--space-6);
}

.hero-luxe__chips {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  margin-top: var(--space-6);
}

.hero-luxe__chip {
  display: inline-flex;
  align-items: center;
  padding: var(--space-2) var(--space-4);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-text-muted);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-full);
  backdrop-filter: blur(6px);
}

.hero-luxe__visual {
  position: relative;
}

/* Hero product stage — orbit collage */
.hero-stage {
  position: relative;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  aspect-ratio: 1;
  min-height: 320px;
}

.hero-stage__orbit {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  animation: hero-orbit-spin 80s linear infinite;
}

@keyframes hero-orbit-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.hero-stage__shoe {
  position: absolute;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  border: 3px solid rgba(255, 255, 255, 0.92);
  background: #fff;
  transition: transform var(--transition-slow);
}

.hero-stage__shoe img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-stage__shoe--main {
  width: 58%;
  aspect-ratio: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  box-shadow: var(--shadow-premium);
}

.hero-stage__shoe--accent-a {
  width: 32%;
  aspect-ratio: 1;
  top: 8%;
  right: 2%;
  transform: rotate(14deg);
  z-index: 2;
}

.hero-stage__shoe--accent-b {
  width: 28%;
  aspect-ratio: 1;
  bottom: 10%;
  left: 0;
  transform: rotate(-11deg);
  z-index: 2;
}

.hero-luxe:hover .hero-stage__shoe--accent-a {
  transform: rotate(10deg) translateY(-4px);
}

.hero-luxe:hover .hero-stage__shoe--accent-b {
  transform: rotate(-7deg) translateY(-4px);
}

.hero-stage__charm {
  position: absolute;
  z-index: 4;
  filter: drop-shadow(0 6px 12px rgba(20, 20, 20, 0.1));
  animation: hero-charm-float 5s ease-in-out infinite;
}

.hero-stage__charm svg {
  display: block;
  width: 48px;
  height: 48px;
}

.hero-stage__charm--1 { top: 6%; left: 18%; animation-delay: 0s; }
.hero-stage__charm--2 { top: 22%; right: 8%; animation-delay: 1.2s; }
.hero-stage__charm--3 { bottom: 18%; right: 14%; animation-delay: 2.4s; }
.hero-stage__charm--4 { bottom: 8%; left: 22%; animation-delay: 0.8s; }
.hero-stage__charm--4 svg { width: 56px; height: 40px; }

@keyframes hero-charm-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@media (prefers-reduced-motion: reduce) {
  .hero-stage__orbit,
  .hero-stage__charm {
    animation: none;
  }
}

@media (max-width: 959px) {
  .hero-stage {
    max-width: 360px;
    margin-top: var(--space-6);
  }
}

.hero-luxe__frame {
  border-radius: var(--radius-xl);
  overflow: hidden;
  aspect-ratio: 4/5;
  box-shadow: var(--shadow-premium);
  border: 1px solid rgba(255, 255, 255, 0.8);
  position: relative;
}

.hero-luxe__frame::before {
  content: '';
  position: absolute;
  inset: 0;
  border: 1px solid rgba(201, 168, 108, 0.25);
  border-radius: inherit;
  margin: var(--space-4);
  pointer-events: none;
  z-index: 2;
}

.hero-luxe__frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Stats bar */
.stats-bar {
  border-top: 1px solid var(--color-border);
  border-bottom: none;
  background: rgba(255, 255, 255, 0.5);
}

.home-shop {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.35) 0%, transparent 100%);
}

.stats-bar__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-6);
  padding: var(--space-8) 0;
}

@media (min-width: 768px) {
  .stats-bar__inner { grid-template-columns: repeat(4, 1fr); text-align: center; }
}

.stats-bar__item strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.75rem;
  color: var(--color-text);
  margin-bottom: var(--space-1);
}

.stats-bar__item span {
  font-size: 0.6875rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-text-light);
}

/* Unified shop panel — categories + featured grid */
.home-shop {
  padding-top: var(--space-8);
  padding-bottom: var(--space-12);
}

.home-shop__panel {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-sm);
  padding: var(--space-10) var(--space-6);
  overflow: hidden;
}

@media (min-width: 768px) {
  .home-shop__panel {
    padding: var(--space-12) var(--space-10);
  }
}

.home-shop__header {
  text-align: center;
  max-width: 560px;
  margin: 0 auto var(--space-8);
}

.home-shop__header h2 {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3.5vw, 2.35rem);
  letter-spacing: -0.02em;
  margin-bottom: var(--space-3);
}

.home-shop__header p {
  margin: 0;
  color: var(--color-text-muted);
  font-size: 1rem;
  line-height: 1.65;
}

.home-shop__tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--space-2);
  margin: 0 auto var(--space-10);
  padding: var(--space-3);
  max-width: 920px;
  background: linear-gradient(180deg, var(--color-bg) 0%, var(--color-section-alt) 100%);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-full);
}

.home-shop__tabs a {
  flex: 0 1 auto;
  white-space: nowrap;
}

.home-shop__grid {
  padding-top: var(--space-2);
  border-top: 1px solid var(--color-border);
}

.home-shop__footer {
  margin: var(--space-10) 0 0;
  text-align: center;
}

/* Category nav luxe */
.category-nav--luxe {
  gap: var(--space-3);
  justify-content: center;
  padding: var(--space-2) 0;
}

.home-shop__tabs.category-nav--luxe {
  padding: var(--space-3);
}

.category-nav--luxe a {
  padding: var(--space-3) var(--space-6);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border: none;
  border-radius: var(--radius-full);
  background: transparent;
  color: var(--color-text-muted);
  position: relative;
}

.category-nav--luxe a:hover,
.category-nav--luxe a.is-active {
  background: var(--color-dark);
  color: white;
}

/* Section headers */
.section-head {
  text-align: center;
  max-width: 560px;
  margin: 0 auto var(--space-12);
}

.section-head__eyebrow {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-accent);
  margin-bottom: var(--space-3);
}

.section-head h2 { margin-bottom: var(--space-3); }
.section-head p { color: var(--color-text-muted); font-size: 1rem; line-height: 1.65; }

.page-title-block--row h2 {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3vw, 2.25rem);
}

/* Product cards — editorial luxury */
.product-card-pro {
  background: transparent;
  border: none;
  border-radius: 0;
  overflow: visible;
}

.product-card-pro:hover {
  box-shadow: none;
}

.product-card-pro > a {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.product-card-pro__media {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(255, 255, 255, 0.9);
  transition: box-shadow var(--transition), transform var(--transition);
}

.product-card-pro:hover .product-card-pro__media {
  box-shadow: var(--shadow-premium);
  transform: translateY(-4px);
}

.product-card-pro__view {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(20, 20, 20, 0.35);
  color: white;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  opacity: 0;
  transition: opacity var(--transition);
}

.product-card-pro:hover .product-card-pro__view {
  opacity: 1;
}

.product-card-pro__badge {
  z-index: 4;
  background: var(--color-dark);
  color: white;
  border: none;
  font-size: 0.625rem;
  letter-spacing: 0.1em;
  padding: var(--space-1) var(--space-3);
  border-radius: var(--radius-full);
}

.product-card-pro__body {
  padding: var(--space-5) var(--space-2) 0;
  text-align: center;
  background: transparent;
}

.product-card-pro__cat {
  color: var(--color-accent);
  font-size: 0.625rem;
  letter-spacing: 0.14em;
  margin-bottom: var(--space-2);
}

.product-card-pro__title {
  font-family: var(--font-display);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.35;
  margin-bottom: var(--space-2);
  color: var(--color-text);
}

.product-card-pro__price {
  font-family: var(--font-sans);
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--color-text-muted);
}

/* Collection cards */
.collection-card {
  border: none;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  background: var(--color-surface);
}

.collection-card:hover {
  box-shadow: var(--shadow-premium);
  transform: translateY(-6px);
}

.collection-card__body h3 {
  font-family: var(--font-display);
  font-size: 1.25rem;
}

.collection-card__link {
  letter-spacing: 0.14em;
}

/* Info cards */
.info-card-pro {
  border: none;
  border-radius: var(--radius-lg);
  background: var(--color-surface);
  box-shadow: var(--shadow-sm);
  position: relative;
  overflow: hidden;
}

.info-card-pro::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--color-primary), var(--color-accent));
}

.info-card-pro:hover {
  box-shadow: var(--shadow-md);
}

.info-card-pro h3 {
  font-family: var(--font-display);
  font-size: 1.5rem;
}

/* Trust strip — dark luxe band */
.trust-strip {
  background: var(--color-dark);
  border: none;
  border-radius: var(--radius-lg);
  padding: var(--space-10) var(--space-8);
  position: relative;
  overflow: hidden;
}

.trust-strip::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--color-accent), transparent);
}

.trust-strip__item h3 {
  font-family: var(--font-sans);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: white;
  margin-bottom: var(--space-2);
}

.trust-strip__item p {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.5;
}

/* Shop banner */
.shop-luxe {
  background: var(--color-dark);
  color: white;
  padding: var(--space-12) 0 var(--space-10);
  margin-bottom: var(--space-10);
  position: relative;
  overflow: hidden;
}

.shop-luxe::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 50% 80% at 100% 0%, rgba(158, 45, 86, 0.2) 0%, transparent 60%);
  pointer-events: none;
}

.shop-luxe .container { position: relative; z-index: 1; }

.shop-luxe__eyebrow {
  font-size: 0.6875rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--color-accent);
  margin-bottom: var(--space-3);
}

.shop-luxe h1 {
  font-size: clamp(2.5rem, 5vw, 3.25rem);
  margin-bottom: var(--space-3);
}

.shop-luxe p {
  color: rgba(255, 255, 255, 0.65);
  max-width: 480px;
}

.shop-layout {
  display: grid;
  gap: var(--space-10);
}

@media (min-width: 1024px) {
  .shop-layout {
    grid-template-columns: 220px 1fr;
    align-items: start;
  }
}

.shop-sidebar {
  display: none;
}

@media (min-width: 1024px) {
  .shop-sidebar {
    display: block;
    position: sticky;
    top: calc(var(--header-height) + var(--space-6));
    padding: var(--space-6);
    background: var(--color-surface);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--color-border);
  }

  .shop-sidebar .filter-label-pro:first-child { margin-top: 0; }
  .shop-main .filter-bar,
  .shop-main > .filter-label-pro,
  .shop-main > .filter-chips--sub { display: none; }

  .shop-sidebar .filter-chips {
    flex-direction: column;
    align-items: stretch;
  }

  .shop-sidebar .filter-chip {
    width: 100%;
    text-align: left;
    justify-content: flex-start;
  }
}

/* Filters refined */
.filter-chip {
  border-radius: var(--radius-full);
  font-size: 0.75rem;
  letter-spacing: 0.04em;
}

.filter-chip.is-active {
  background: var(--color-dark);
  border-color: var(--color-dark);
}

.sort-select {
  border-radius: var(--radius-full);
  padding-right: var(--space-8);
}

/* Footer */
.site-footer {
  background: var(--color-dark);
  color: rgba(255, 255, 255, 0.7);
  border-top: 1px solid rgba(201, 168, 108, 0.2);
  padding: var(--space-12) 0 var(--space-6);
}

.footer-col h4 {
  color: white;
  letter-spacing: 0.14em;
}

.footer-col a { color: rgba(255, 255, 255, 0.55); }
.footer-col a:hover { color: var(--color-accent); }

.footer-brand p { color: rgba(255, 255, 255, 0.5); }

.footer-bottom {
  border-top-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.4);
}

.pay-badge {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.7);
}

/* PDP */
.pdp h1 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 2.75rem);
}

.pdp__price {
  font-family: var(--font-display);
  color: var(--color-primary);
  font-size: 1.75rem;
  margin: var(--space-4) 0;
}

.price-sale { color: var(--color-primary); font-weight: 600; }
.price-was {
  color: var(--color-text-light);
  text-decoration: line-through;
  font-size: 0.875rem;
  font-family: var(--font-sans);
  margin-left: var(--space-2);
}
.price-badge {
  display: inline-block;
  margin-left: var(--space-3);
  padding: var(--space-1) var(--space-3);
  background: var(--color-primary-soft);
  color: var(--color-primary);
  font-family: var(--font-sans);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: var(--radius-full);
}

.product-card-pro__price-row .price-was { font-size: 0.75rem; }

.pdp__gallery-wrap {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

.pdp__thumbs {
  display: flex;
  gap: var(--space-2);
  flex-wrap: wrap;
}

.pdp__thumb {
  width: 72px;
  height: 72px;
  border: 2px solid var(--color-border);
  border-radius: var(--radius-md);
  overflow: hidden;
  padding: 0;
  background: var(--color-surface);
  cursor: pointer;
  transition: border-color var(--transition);
}

.pdp__thumb.is-active,
.pdp__thumb:hover {
  border-color: var(--color-primary);
}

.pdp__thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pdp__sku {
  font-size: 0.75rem;
  color: var(--color-text-light);
  letter-spacing: 0.04em;
  margin-bottom: var(--space-4);
}

.pdp__variants {
  margin: var(--space-6) 0;
}

.pdp__variants-label {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-text-light);
  margin-bottom: var(--space-3);
}

.pdp__variant-chips {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
}

.pdp__variant-chip {
  padding: var(--space-2) var(--space-4);
  font-size: 0.75rem;
  font-weight: 500;
  border: 1px solid var(--color-border-strong);
  border-radius: var(--radius-full);
  transition: all var(--transition);
}

.pdp__variant-chip:hover,
.pdp__variant-chip.is-active {
  background: var(--color-dark);
  color: white;
  border-color: var(--color-dark);
}

.pdp__features,
.pdp__perfect,
.pdp__howto {
  margin-top: var(--space-8);
  padding-top: var(--space-6);
  border-top: 1px solid var(--color-border);
}

.pdp__features h2,
.pdp__perfect h2,
.pdp__howto h2 {
  font-family: var(--font-sans);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-text-light);
  margin-bottom: var(--space-4);
}

.pdp__features ul,
.pdp__perfect ul {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}

.pdp__features li,
.pdp__perfect li {
  font-size: 0.875rem;
  color: var(--color-text-muted);
  padding-left: var(--space-5);
  position: relative;
  line-height: 1.5;
}

.pdp__features li::before,
.pdp__perfect li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--color-accent);
  font-weight: 600;
}

.pdp__howto p {
  font-size: 0.875rem;
  color: var(--color-text-muted);
  line-height: 1.65;
}

.pdp__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--space-4);
  margin: var(--space-6) 0;
}

.pdp__gallery {
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-premium);
}

.section--alt {
  background: rgba(255, 255, 255, 0.45);
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}

