.brand-mark {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 0.72rem;
  font-family: var(--font-heading);
  font-size: clamp(1.2rem, 2.6vw, 1.7rem);
  font-weight: 700;
  letter-spacing: 0.02em;
}

.brand-mark__logo {
  flex: 0 0 auto;
  width: clamp(5.5rem, 10vw, 8rem);
  height: clamp(5.5rem, 10vw, 8rem);
  max-width: 100%;
  display: block;
  filter: contrast(1.05) saturate(1.15) brightness(0.97);
}

.brand-mark__icon {
  width: clamp(2rem, 4.2vw, 2.6rem);
  height: clamp(2rem, 4.2vw, 2.6rem);
  border-radius: 50%;
  flex: 0 0 auto;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
}

.brand-mark__text-wrap {
  display: grid;
  line-height: 1;
}

.brand-mark__text {
  font-weight: 700;
}

.brand-mark__sub {
  margin-top: 0.28rem;
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(230, 214, 186, 0.72);
  font-family: var(--font-body);
}

.nav-menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.site-header .nav-menu {
  position: relative;
}

.nav-menu__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0.6rem 1.35rem;
  border-radius: 999px;
  border: 1px solid rgba(197, 164, 106, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01));
  color: rgba(236, 233, 226, 0.84);
  font-weight: 400;
  font-size: 0.9375rem;
  letter-spacing: 0.04em;
  transition: color var(--transition-fast), border-color var(--transition-fast), transform var(--transition-fast), background var(--transition-fast), box-shadow var(--transition-fast);
}

.nav-menu__label,
.nav-menu__trigger .nav-menu__label {
  position: relative;
  z-index: 1;
}

.nav-menu__shine {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 18%, rgba(251, 242, 221, 0.18) 50%, transparent 82%);
  opacity: 0;
  transform: translateX(-45%);
  transition: opacity var(--transition-medium), transform 560ms ease;
}

.nav-menu__link:hover,
.nav-menu__link:focus-visible,
.nav-menu__link[aria-current="page"] {
  color: var(--color-gold-soft);
  border-color: rgba(197, 164, 106, 0.35);
  background: linear-gradient(180deg, rgba(197, 164, 106, 0.12), rgba(255, 255, 255, 0.03));
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.14);
}

.nav-menu__link:hover,
.nav-menu__link:focus-visible {
  transform: translateY(-1px);
}

.nav-menu__link:hover .nav-menu__shine,
.nav-menu__link:focus-visible .nav-menu__shine,
.nav-menu__link[aria-current="page"] .nav-menu__shine {
  opacity: 1;
  transform: translateX(14%);
}

.header-actions {
  display: none;
}

.menu-toggle {
  display: none;
}

.chip-icon {
  border: 0.75px solid rgba(197, 164, 106, 0.22);
  border-radius: 999px;
  color: var(--color-gold-soft);
  background: rgba(255, 255, 255, 0.02);
  min-width: 2rem;
  height: 2rem;
  display: inline-grid;
  place-items: center;
  font-size: 0.9rem;
  transition: border-color 300ms ease, background 300ms ease;
}

.chip-icon svg {
  width: 0.95rem;
  height: 0.95rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.chip-icon--luxury {
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 240, 209, 0.08), transparent 48%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015));
  box-shadow: inset 0 1px 0 rgba(255, 245, 226, 0.08);
}

.chip-icon:hover {
  border-color: rgba(197, 164, 106, 0.4);
  background: rgba(255, 255, 255, 0.05);
}

/* It is a <button>, so it needs the pointer and the page's face back */
.nav-menu__trigger {
  cursor: pointer;
  font-family: inherit;
}

.nav-menu__trigger .nav-menu__label::after {
  content: "";
  display: inline-block;
  width: 0.42rem;
  height: 0.42rem;
  margin-inline-start: 0.55rem;
  border-inline-end: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
}

.mega-panel {
  border-top: 1px solid rgba(197, 164, 106, 0.2);
  background:
    radial-gradient(circle at 18% 0%, rgba(197, 164, 106, 0.16), transparent 32%),
    linear-gradient(180deg, rgba(16, 16, 18, 0.98), rgba(20, 20, 23, 0.98));
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity var(--transition-medium), transform var(--transition-medium);
}

.mega-panel.is-open {
  opacity: 1;
  transform: translateY(0);
}

.mega-panel__content {
  padding-block: var(--space-5);
}

.mega-panel__head {
  margin-bottom: var(--space-4);
}

.mega-panel__head h2 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(1.35rem, 2.2vw, 2rem);
}

.mega-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mega-card {
  border: 1px solid rgba(197, 164, 106, 0.15);
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
  padding: var(--space-4);
}

.mega-card h3 {
  margin: 0;
  color: #f5e8cf;
  font-size: 1.02rem;
}

.mega-card p {
  margin: var(--space-2) 0 0;
  color: #b8ae9f;
  font-size: 0.9rem;
}

.mega-panel__footer {
  margin-top: var(--space-5);
  padding-top: var(--space-4);
  border-top: 1px solid rgba(197, 164, 106, 0.14);
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 2rem;
}

.mega-panel__cluster {
  display: grid;
  gap: 0.7rem;
}

.mega-panel__label {
  color: rgba(232, 214, 182, 0.64);
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.mega-panel__inline-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.mega-inline-link {
  color: #f0dec0;
  padding: 0.55rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(197, 164, 106, 0.14);
  background: rgba(255, 255, 255, 0.02);
  transition: border-color var(--transition-fast), background var(--transition-fast), color var(--transition-fast);
}

.mega-inline-link:hover,
.mega-inline-link:focus-visible {
  color: #fff0d0;
  border-color: rgba(197, 164, 106, 0.3);
  background: rgba(197, 164, 106, 0.08);
}

.mega-inline-link--muted {
  color: #cbbca4;
}

.search-overlay,
.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 220;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--transition-medium);
}

.search-overlay.is-open,
.mobile-menu.is-open {
  opacity: 1;
  pointer-events: auto;
}

.ui-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(4, 4, 5, 0.74);
  backdrop-filter: blur(8px);
}

.search-overlay__panel {
  position: relative;
  width: min(92vw, 760px);
  margin: min(18vh, 7rem) auto 0;
  border: 1px solid rgba(197, 164, 106, 0.24);
  border-radius: 28px;
  background: linear-gradient(180deg, #1f1f23, #1a1a1d);
  box-shadow: var(--shadow-soft);
  padding: clamp(1rem, 5vw, 2rem);
}

.search-overlay__panel h2 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(1.35rem, 4.6vw, 2rem);
}

.search-overlay__panel p {
  margin: var(--space-2) 0 0;
  color: #b8aea0;
}

.search-overlay__form {
  margin-top: var(--space-4);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: var(--space-2);
}

.mobile-menu {
  z-index: 230;
}

.mobile-menu__panel {
  position: absolute;
  inset-inline-end: 0;
  top: 0;
  width: min(92vw, 420px);
  height: 100%;
  background:
    radial-gradient(circle at 85% 12%, rgba(197, 164, 106, 0.16), transparent 26%),
    linear-gradient(180deg, #1b1a1d 0%, #121215 100%);
  border-inline-start: 1px solid rgba(197, 164, 106, 0.2);
  transform: translateX(100%);
  transition: transform var(--transition-medium);
  padding: 1.1rem;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 1rem;
}

.mobile-menu.is-open .mobile-menu__panel {
  transform: translateX(0);
}

.mobile-menu__head {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  align-items: start;
}

.mobile-menu__brand-block {
  display: grid;
  gap: 0.55rem;
}

.mobile-menu__eyebrow {
  color: rgba(232, 214, 182, 0.64);
  font-size: 0.72rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.mobile-menu__intro {
  margin: 0;
  color: #c8bcac;
  font-size: 0.9rem;
  line-height: 1.7;
}

.mobile-menu__quick-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.mobile-quick-card {
  display: grid;
  gap: 0.28rem;
  padding: 1rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(197, 164, 106, 0.16);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.02));
}

.mobile-quick-card strong {
  font-family: var(--font-heading);
  font-size: 1rem;
  color: #f5e7cb;
}

.mobile-quick-card span {
  color: #c1b6a7;
  font-size: 0.82rem;
}

.mobile-menu__links {
  display: grid;
  gap: 0.8rem;
  align-content: start;
}

.mobile-menu__link {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.9rem;
  align-items: center;
  padding: 0.95rem 1rem;
  border-radius: 1.15rem;
  border: 1px solid rgba(197, 164, 106, 0.16);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015));
  transition: border-color var(--transition-fast), transform var(--transition-fast), background var(--transition-fast);
}

.mobile-menu__link:hover,
.mobile-menu__link:focus-visible,
.mobile-menu__link[aria-current="page"] {
  transform: translateY(-1px);
  border-color: rgba(197, 164, 106, 0.34);
  background: linear-gradient(180deg, rgba(197, 164, 106, 0.12), rgba(255, 255, 255, 0.02));
}

.mobile-menu__link-icon {
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: #f0d19b;
  background: radial-gradient(circle at 30% 20%, rgba(255, 242, 214, 0.15), rgba(197, 164, 106, 0.08) 58%, transparent 100%);
  border: 1px solid rgba(197, 164, 106, 0.2);
}

.mobile-menu__link-icon svg {
  width: 1.05rem;
  height: 1.05rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mobile-menu__link-copy {
  display: grid;
  gap: 0.2rem;
}

.mobile-menu__link-copy strong {
  color: #f3e3c5;
  font-size: 0.97rem;
}

.mobile-menu__link-copy small {
  color: #b7ad9f;
  font-size: 0.78rem;
}

.mobile-menu__trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.mobile-menu__text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.85rem;
  padding: 0.78rem 1rem;
  border-radius: var(--radius-md);
  border: 1px solid rgba(197, 164, 106, 0.12);
  background: rgba(255, 255, 255, 0.025);
  color: #d8c6a7;
  text-align: center;
  font-size: 0.82rem;
  transition: border-color var(--transition-fast), background var(--transition-fast), transform var(--transition-fast), color var(--transition-fast);
}

.mobile-menu__text-link:hover,
.mobile-menu__text-link:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(197, 164, 106, 0.3);
  background: linear-gradient(180deg, rgba(197, 164, 106, 0.12), rgba(255, 255, 255, 0.02));
  color: #f0dec0;
}

.mobile-menu__trust-strip span {
  padding: 0.5rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(197, 164, 106, 0.16);
  color: #d9c7a6;
  background: rgba(255, 255, 255, 0.03);
  font-size: 0.72rem;
}

.mobile-menu__links .nav-menu__link {
  font-size: 1.05rem;
  border: 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  position: relative;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 999px;
  min-height: 50px;
  padding: 0 2.125rem;
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition:
    background 300ms ease,
    border-color 300ms ease,
    transform 180ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 300ms ease;
}

/* A light sweep on hover, so a press feels like it landed */
.btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    115deg,
    transparent 35%,
    rgba(255, 255, 255, 0.28) 50%,
    transparent 65%
  );
  transform: translateX(-120%);
  transition: transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}

.btn:hover::after { transform: translateX(120%); }
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0) scale(0.985); }

.btn:focus-visible {
  outline: 2px solid var(--color-gold);
  outline-offset: 3px;
}

.btn__icon {
  display: inline-flex;
  width: 1.15em;
  height: 1.15em;
  flex: none;
}
.btn__icon svg { width: 100%; height: 100%; }

.btn--block { width: 100%; }

.btn--primary {
  background: var(--color-gold);
  color: #171411;
}

.btn--primary:hover {
  background: var(--color-gold-soft);
  box-shadow: 0 10px 26px rgba(197, 164, 106, 0.28);
}

.btn--ghost {
  border-color: rgba(197, 164, 106, 0.33);
  background: rgba(255, 255, 255, 0.02);
  color: var(--color-gold-soft);
}

.btn--ghost:hover {
  border-color: rgba(197, 164, 106, 0.62);
  background: rgba(197, 164, 106, 0.08);
}

.btn--gold {
  background: linear-gradient(140deg, #b89258, #dbc49d);
  color: #1c1915;
  box-shadow: 0 6px 20px rgba(197, 164, 106, 0.2);
}

.btn--gold:hover {
  background: linear-gradient(140deg, #ccb07d, #e6d2ac);
  box-shadow: 0 12px 30px rgba(197, 164, 106, 0.35);
}

.btn[disabled],
.btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}
.btn[disabled]::after,
.btn:disabled::after { display: none; }

/* Thumbs need a bigger target than cursors do */
@media (max-width: 768px) {
  .btn {
    min-height: 52px;
    padding: 0 1.5rem;
    font-size: 0.98rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .btn,
  .btn::after {
    transition: none;
  }
  .btn:hover { transform: none; }
}

.hero {
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 70% 20%, rgba(197, 164, 106, 0.25), transparent 30%),
    linear-gradient(130deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01)),
    linear-gradient(125deg, #1a1715 0%, #201d1b 50%, #292420 100%);
  padding-block: clamp(3rem, 5vw, 4.5rem);
  padding-inline: clamp(1.5rem, 5vw, 3.8rem);
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(197, 164, 106, 0.2);
}

.hero__title {
  margin: 0 0 2rem;
  font-family: var(--font-heading);
  font-size: clamp(1.35rem, 3vw, 2.2rem);
  font-weight: 300;
  line-height: 1.4;
  color: rgba(251, 248, 242, 0.88);
}

.hero__subtitle {
  max-width: 520px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 300;
  line-height: 2;
  color: rgba(255, 255, 255, 0.62);
}

.hero__actions {
  margin-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-4);
}

.section-title {
  margin: 0 0 var(--space-6);
  font-family: var(--font-heading);
  font-size: clamp(1.1rem, 3vw, 1.55rem);
  font-weight: 400;
  letter-spacing: 0.01em;
}

.grid {
  display: grid;
  gap: var(--space-5);
}

.product-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
}

/* ── Announcement marquee ──────────────────────────────────────────────── */
/* Layered back to front: aura 0, grain 1, words 2, hairline 3, sheen 4.
   Only transform and opacity are animated, so the whole strip stays on the
   compositor and costs the page's scrolling nothing. */
.announce {
  /* LTR on the container, not just the track: an RTL parent pins an
     overflowing child by its right edge, which parks the strip off to the
     left with nothing left to follow it in. Words stay RTL further down. */
  direction: ltr;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  /* One full loop, set per-instance from the admin's speed setting. */
  --announce-duration: 68s;
  /* Deliberately not animated on entry. An entrance that moves the strip
     itself leaves it parked off-screen whenever the frame clock is not
     running — a background tab, for one — and a promise the customer cannot
     read is worse than one that simply appears. */
  background:
    /* The warmth is all in this wash, so the base underneath can stay properly
       dark. A warm base plus a warm wash just reads as brown. */
    radial-gradient(150% 260% at 50% -70%, rgba(197, 164, 106, 0.17), transparent 55%),
    linear-gradient(180deg, #191510 0%, #100e0b 55%, #080706 100%);
  /* Seats the band into the page like an inlay instead of laying it on top */
  box-shadow:
    inset 0 8px 18px -12px rgba(0, 0, 0, 0.95),
    inset 0 -1px 0 rgba(197, 164, 106, 0.26);
}

/* Film grain. A dark surface with no texture reads as #000; with a little
   noise it reads as lacquer. Static, so it never repaints. */
.announce::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.045;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* The gold edge, brightest through the middle where the light pools */
.announce::before {
  content: "";
  position: absolute;
  inset-inline: 0;
  top: 0;
  height: 1px;
  z-index: 3;
  background: linear-gradient(90deg,
    transparent,
    rgba(197, 164, 106, 0.35) 18%,
    rgba(246, 228, 192, 0.85) 50%,
    rgba(197, 164, 106, 0.35) 82%,
    transparent);
}

/* Slow warm glow wandering behind the words. Large, soft and low-contrast on
   purpose: it should register as depth, never as a moving object. */
.announce__aura {
  position: absolute;
  inset-block: -140%;
  inset-inline-start: -30%;
  width: 55%;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(closest-side,
    rgba(214, 178, 115, 0.26), rgba(197, 164, 106, 0.07) 55%, transparent);
  filter: blur(8px);
  animation: announce-aura 28s ease-in-out infinite;
}

/* Text dissolves into the edges instead of being chopped off by the overflow */
.announce__track {
  position: relative;
  z-index: 2;
  direction: ltr;
  display: flex;
  align-items: center;
  width: max-content;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  will-change: transform;
  /* Travel is one whole copy. The duration is computed in announcementBar.js
     from the message count so the reading speed stays even at any length. */
  animation: announce-slide var(--announce-duration, 68s) linear infinite;
}

/* Stop for anyone who wants to actually read one */
.announce:hover .announce__track,
.announce:focus-within .announce__track {
  animation-play-state: paused;
}

.announce:hover .announce__text {
  color: rgb(252, 246, 236);
}

/* Light crossing the strip every few seconds */
.announce__sheen {
  position: absolute;
  inset-block: 0;
  inset-inline-start: 0;
  width: 46%;
  z-index: 4;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(246, 228, 192, 0.05) 36%,
    rgba(246, 228, 192, 0.15) 50%,
    rgba(246, 228, 192, 0.05) 64%,
    transparent
  );
  transform: translateX(-130%);
  animation: announce-sheen 12s cubic-bezier(0.45, 0, 0.2, 1) infinite;
}

/* The same sweep, concentrated into the top edge. It rides the sheen's own
   transform, so the hairline brightens exactly where the light passes —
   which is what makes the edge read as metal rather than as a gold line. */
.announce__sheen::before {
  content: "";
  position: absolute;
  inset-inline: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg,
    transparent, rgba(255, 246, 226, 0.95) 50%, transparent);
}

@keyframes announce-sheen {
  0%        { transform: translateX(-130%); opacity: 0; }
  10%       { opacity: 1; }
  50%       { opacity: 1; }
  62%, 100% { transform: translateX(330%); opacity: 0; }
}

@keyframes announce-aura {
  0%, 100% { transform: translateX(0) scale(1); opacity: 0.5; }
  50%      { transform: translateX(190%) scale(1.3); opacity: 1; }
}

.announce__group {
  display: flex;
  align-items: center;
  /* Each copy must fill the screen on its own. If one were narrower than the
     viewport, sliding by exactly one copy would expose bare strip behind it.
     space-around then spreads the slack evenly, including across the seam. */
  min-width: 100vw;
  justify-content: space-around;
  margin: 0;
  padding: 0;
  list-style: none;
}

.announce__item {
  /* The strip runs LTR so the copy trails on the right; the words do not */
  direction: rtl;
  display: flex;
  align-items: center;
  min-height: 46px;
  white-space: nowrap;
}

.announce__text {
  padding-inline: 1.5rem;
  font-family: var(--font-body);
  font-size: 0.86rem;
  font-weight: 400;
  /* No tracking. Arabic is a connected script: its letters join, and
     letter-spacing prises those joins apart. Refinement here comes from
     weight and colour, never from pulling the word open. */
  letter-spacing: normal;
  color: rgba(243, 236, 224, 0.9);
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.55);
  transition: color 300ms ease;
}

/* The halo. Kept on the parent so the star's clip-path cannot cut it off. */
.announce__sep {
  position: relative;
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  flex: none;
  background: radial-gradient(closest-side,
    rgba(224, 195, 143, 0.20), transparent 72%);
}

/* A four-point sparkle. The concave waist between the points is the whole
   difference between a jewel and a rotated square. */
.announce__sep::before {
  content: "";
  width: 11px;
  height: 11px;
  background: linear-gradient(140deg,
    rgb(255, 248, 233) 0%,
    rgb(236, 209, 156) 45%,
    rgb(190, 154, 92) 100%);
  /* 38/62 waist. Pinch it tighter and the four points thin into a crossed
     hairline; this keeps enough body for it to read as a cut stone. */
  clip-path: polygon(
    50% 0%, 62% 38%, 100% 50%, 62% 62%,
    50% 100%, 38% 62%, 0% 50%, 38% 38%);
  animation: announce-twinkle 4.4s ease-in-out infinite;
  animation-delay: calc(var(--i, 0) * 300ms);
}

/* No rotation. A four-point star has 90° symmetry, so any rotation passes
   through 45°, which is precisely an × — the twinkle would spend most of its
   cycle looking like a close button. A facet catches light by brightening. */
@keyframes announce-twinkle {
  0%, 100% { opacity: 0.5; transform: scale(0.82); }
  50%      { opacity: 1;   transform: scale(1.2); }
}

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

/* The band tightens on smaller screens rather than being left at desktop
   proportions, but never so far that the words lose their air. */
@media (max-width: 768px) {
  .announce__item { min-height: 42px; }
  .announce__text { font-size: 0.83rem; padding-inline: 1.25rem; }
  .announce__sep { width: 16px; height: 16px; }
  .announce__sep::before { width: 9px; height: 9px; }
  .announce__aura { width: 85%; }
}

@media (max-width: 480px) {
  .announce__item { min-height: 38px; }
  .announce__text { font-size: 0.8rem; padding-inline: 1rem; }
  .announce__sep { width: 14px; height: 14px; }
  .announce__sep::before { width: 8px; height: 8px; }
  .announce__sheen { width: 65%; }
}

/* Everything here is decoration. Under reduced motion the strip still has to
   say what it says, so the animations stop but nothing is hidden and nothing
   is left mid-transform. */
@media (prefers-reduced-motion: reduce) {
  .announce__track {
    animation: none;
    /* Without the slide, the second copy is dead weight the reader would have
       to scroll past, and `justify-content` can spread one copy on its own. */
    width: 100%;
  }
  .announce__group:nth-child(2) { display: none; }
  .announce__aura { animation: none; opacity: 0.6; }
  .announce__sheen { animation: none; opacity: 0; }
  .announce__sep::before { animation: none; opacity: 0.95; transform: none; }
  .announce__text { transition: none; }
}

/* ── Product Card ────────────────────────────────────────────── */
.pc-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  /* The actions row sizes itself from the card, not the viewport: home sections
     are inset further than the shop grid, so the same screen gives them
     narrower cards. */
  container-type: inline-size;
  border: 1px solid rgba(197, 164, 106, 0.16);
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, #222226 0%, #1b1b1e 100%);
  overflow: hidden;
  position: relative;
  box-shadow: var(--shadow-card);
  transition: transform 250ms ease, box-shadow 250ms ease, border-color 250ms ease;
  will-change: transform;
}

.pc-card:hover {
  transform: translateY(-4px);
  border-color: rgba(197, 164, 106, 0.32);
  box-shadow: 0 12px 32px rgba(0,0,0,0.28);
}

/* Image */
.pc-media {
  display: block;
  position: relative;
  width: 100%;
  /* Product photography here is portrait; a square frame left tall shots
     stranded between two wide bars */
  aspect-ratio: 3 / 4;
  background:
    radial-gradient(circle at 50% 40%, rgba(197, 164, 106, 0.1), transparent 52%),
    linear-gradient(160deg, #2e2a25, #1c1a18);
  overflow: hidden;
  flex-shrink: 0;
  text-decoration: none;
}

/* Fills the frame edge to edge. Cropping a thumbnail is fine — the product
   page shows every photo whole. */
.pc-media__img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: transform 350ms ease;
}

.pc-card:hover .pc-slide.is-active .pc-media__img {
  transform: scale(1.03);
}

/* ── Card slider ─────────────────────────────────────────────── */
.pc-slides {
  position: absolute;
  inset: 0;
}

.pc-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 700ms ease, visibility 700ms;
}
.pc-slide.is-active {
  opacity: 1;
  visibility: visible;
}

@media (prefers-reduced-motion: reduce) {
  .pc-slide { transition: none; }
  .pc-card:hover .pc-slide.is-active .pc-media__img { transform: none; }
}

.pc-media__placeholder {
  width: 100%;
  height: 100%;
  background:
    radial-gradient(circle at 50% 45%, rgba(197,164,106,0.08), transparent 48%);
}

/* Overlay badges */
.pc-overlay {
  position: absolute;
  top: 0.7rem;
  inset-inline: 0.7rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  pointer-events: none;
}

.pc-badge-list {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.3rem;
  overflow: hidden;
}

.pc-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.18rem 0.5rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  white-space: nowrap;
  max-width: 7rem;
  overflow: hidden;
  text-overflow: ellipsis;
  background: rgba(197, 164, 106, 0.16);
  color: #dac39a;
}

.pc-badge--new     { background: rgba(91,176,123,0.14); color: #a7e4bd; }
.pc-badge--best    { background: rgba(182,138,80,0.18);  color: #e8c98a; }
.pc-badge--sale    { background: rgba(212,124,124,0.14); color: #f0b9b9; }
.pc-badge--limited { background: rgba(140,120,200,0.14); color: #c9b8f0; }
.pc-badge--low     { background: rgba(220,160,60,0.16);  color: #f0d49a; }

/* Wishlist button — absolutely positioned, never shifts layout */
.pc-wish {
  position: absolute;
  top: 0.6rem;
  inset-inline-end: 0.6rem;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  border: 0.75px solid rgba(197, 164, 106, 0.22);
  background: rgba(20, 19, 18, 0.55);
  color: rgba(218, 195, 154, 0.7);
  display: inline-grid;
  place-items: center;
  cursor: pointer;
  backdrop-filter: blur(4px);
  transition: border-color 220ms ease, color 220ms ease, background 220ms ease;
  z-index: 2;
}

.pc-wish svg {
  width: 0.95rem;
  height: 0.95rem;
  pointer-events: none;
}

.pc-wish:hover,
.pc-wish[aria-pressed="true"] {
  border-color: rgba(197, 164, 106, 0.5);
  color: #e8c98a;
  background: rgba(30, 27, 24, 0.8);
}

.pc-wish[aria-pressed="true"] .pc-wish__path {
  fill: currentColor;
}

/* Body */
.pc-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 0.85rem 1rem 0;
  min-width: 0;
}


.pc-name {
  margin: 0.35rem 0 0;
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.42;
  color: #f5f1ea;
  /* reserve 2 lines to prevent layout shift */
  min-height: calc(0.88rem * 1.42 * 2);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pc-name a {
  color: inherit;
  text-decoration: none;
}

.pc-desc {
  margin: 0.2rem 0 0;
  font-size: 0.76rem;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(185, 175, 163, 0.78);
  /* reserve 2 lines */
  min-height: calc(0.76rem * 1.5 * 2);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pc-rating {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  margin-top: 0.35rem;
  flex-shrink: 0;
}

.pc-stars { color: var(--color-gold-deep); font-size: 0.72rem; }
.pc-review-count { color: rgba(185,175,163,0.6); font-size: 0.72rem; }

/* Spacer pushes prices to bottom of body */
.pc-spacer { flex: 1; min-height: 0.35rem; }

/* Stacked and centred: side by side, a long pair overflows a two-column card
   and the struck price lands on the border */
.pc-prices {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.1rem;
  min-width: 0;
  padding-top: 0.5rem;
}

.pc-price {
  font-weight: 700;
  font-size: 1.15rem;
  color: #f5f1ea;
  white-space: nowrap;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.pc-price--old {
  color: rgba(170, 161, 149, 0.85);
  text-decoration: line-through;
  font-size: 0.82rem;
  white-space: nowrap;
  line-height: 1.3;
}

/* Footer — always pinned at bottom */
.pc-footer {
  padding: 0.75rem 1rem 1rem;
  flex-shrink: 0;
}

/* Buy is the money action on a cash-on-delivery shop, so it leads; the cart
   is the quieter second choice and only needs its icon. */
.pc-actions {
  display: flex;
  align-items: stretch;
  gap: 0.45rem;
}

.pc-cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  width: 100%;
  min-height: 44px;
  padding: 0 0.9rem;
  border-radius: 999px;
  border: 1px solid transparent;
  background: linear-gradient(140deg, #b89258, #dbc49d);
  color: #1c1915;
  font-family: var(--font-body);
  font-size: 0.83rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
  transition:
    box-shadow 240ms ease,
    background 240ms ease,
    border-color 240ms ease,
    transform 200ms cubic-bezier(0.22, 1, 0.36, 1);
}

.pc-cta--buy {
  flex: 1 1 auto;
  min-width: 0;
  /* Wider than the button so the gradient has somewhere to travel */
  background: linear-gradient(
    110deg,
    #b89258 0%,
    #d9c096 26%,
    #f2e2c0 50%,
    #d9c096 74%,
    #b89258 100%
  );
  background-size: 260% 100%;
  box-shadow: 0 4px 14px rgba(185, 148, 80, 0.22);
  /* Always moving: the gold drifts and the glow breathes, slowly enough to
     read as light on metal rather than a blinking control. */
  animation:
    pc-buy-flow 5.5s linear infinite,
    pc-buy-breathe 4.2s ease-in-out infinite;
}

@keyframes pc-buy-flow {
  from { background-position: 200% center; }
  to { background-position: -200% center; }
}

@keyframes pc-buy-breathe {
  0%, 100% { box-shadow: 0 4px 14px rgba(185, 148, 80, 0.22); }
  50% { box-shadow: 0 7px 24px rgba(185, 148, 80, 0.42); }
}

/* A slow sweep across the gold, so the card has a pulse without shouting */
.pc-cta--buy::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    115deg,
    transparent 38%,
    rgba(255, 255, 255, 0.35) 50%,
    transparent 62%
  );
  transform: translateX(-130%);
  transition: transform 640ms cubic-bezier(0.22, 1, 0.36, 1);
}

.pc-cta--buy:hover {
  background: linear-gradient(
    110deg,
    #cca871 0%,
    #ead7ae 26%,
    #fdf3dc 50%,
    #ead7ae 74%,
    #cca871 100%
  );
  background-size: 260% 100%;
  /* Breathing dropped on hover: an animated shadow outranks a static one,
     and under the cursor the button should sit lit rather than pulse. */
  animation: pc-buy-flow 5.5s linear infinite;
  box-shadow: 0 8px 22px rgba(185, 148, 80, 0.4);
}
.pc-cta--buy:hover::after { transform: translateX(130%); }

.pc-cta--cart {
  flex: 0 0 44px;
  width: 44px;
  padding: 0;
  background: rgba(197, 164, 106, 0.08);
  border-color: rgba(197, 164, 106, 0.32);
  color: var(--color-gold-soft);
}
.pc-cta--cart svg { width: 19px; height: 19px; flex: none; }

/* The icon carries the meaning while the pair share a row */
.pc-cta__label { display: none; }

.pc-cta--cart:hover {
  background: rgba(197, 164, 106, 0.18);
  border-color: rgba(197, 164, 106, 0.62);
  color: #f0e2c4;
}

/* Narrow screens stack the pair so each gets the full width of the card. */
@media (max-width: 559px) {
  .pc-actions { flex-direction: column; gap: 0.4rem; }

  .pc-cta--buy,
  .pc-cta--cart {
    flex: 0 0 auto;
    width: 100%;
    padding: 0 0.75rem;
  }

  .pc-cta--cart { min-height: 40px; }
  .pc-cta__label { display: inline; }
  .pc-cta { font-size: 0.8rem; }
}

/* Label plus icon and padding measures ~143px, and the card body spends 33px
   of the card on its own padding. Below 176px the icon speaks for itself
   rather than being clipped mid-word. */
@container (max-width: 175px) {
  .pc-cta__label { display: none; }
}

.pc-cta:active { transform: scale(0.97); }

.pc-cta:focus-visible {
  outline: 2px solid var(--color-gold);
  outline-offset: 2px;
}

/* Confirmation after adding — set by the click handler */
.pc-cta--cart.is-done {
  background: rgba(76, 175, 110, 0.18);
  border-color: rgba(76, 175, 110, 0.5);
  color: #9fd8b0;
}

.pc-cta--oos {
  background: rgba(255,255,255,0.06);
  color: rgba(255,255,255,0.35);
  border: 1px solid rgba(255,255,255,0.1);
  cursor: not-allowed;
  box-shadow: none;
}
.pc-cta--oos:active { transform: none; }

@media (prefers-reduced-motion: reduce) {
  .pc-cta,
  .pc-cta--buy::after { transition: none; }
  .pc-cta:active { transform: none; }
  .pc-cta--buy,
  .pc-cta--buy:hover { animation: none; }
}

.pc-card--oos .pc-media__img {
  opacity: 0.5;
  filter: grayscale(0.4);
}

/* ── Touch targets ─────────────────────────────────────────────
   Measured on a 390px viewport: these all came in under 40px,
   which is below what a thumb can hit reliably.                */
@media (max-width: 768px) {
  .pc-wish {
    width: 40px;
    height: 40px;
  }
}

/* An icon button still needs a finger-sized hit area around it */
.pc-wish::before {
  content: "";
  position: absolute;
  inset: -6px;
}

/* ── Cart Drawer ────────────────────────────────────────────────── */
.cart-backdrop {
  position: fixed;
  inset: 0;
  z-index: 299;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(3px);
  opacity: 0;
  transition: opacity 300ms ease;
  pointer-events: none;
}

.cart-backdrop.is-visible {
  opacity: 1;
  pointer-events: all;
}

.cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: min(420px, 100vw);
  height: 100dvh;
  z-index: 300;
  display: flex;
  flex-direction: column;
  background: #1e1d21;
  border-left: 1px solid rgba(197, 164, 106, 0.18);
  transform: translateX(calc(100% + 1px));
  transition: transform 320ms cubic-bezier(0.32, 0, 0.16, 1);
  will-change: transform;
  overflow: hidden;
}

/* [hidden] attribute needs explicit override — display:flex would otherwise win */
.cart-drawer[hidden] {
  display: none;
}

.cart-drawer.is-open {
  transform: translateX(0);
}

.cart-drawer__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 1.25rem 1rem;
  border-bottom: 1px solid rgba(197, 164, 106, 0.12);
  flex-shrink: 0;
}

.cart-drawer__title-row {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.cart-drawer__title {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 600;
  color: #f5f1ea;
}

.cart-drawer__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.4rem;
  height: 1.4rem;
  border-radius: 999px;
  background: rgba(197, 164, 106, 0.2);
  color: #dac39a;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0 0.35rem;
}

.cart-drawer__close {
  color: rgba(218, 195, 154, 0.6);
  background: rgba(255,255,255,0.04);
}

.cart-drawer__close:hover {
  color: #f5f1ea;
  border-color: rgba(197, 164, 106, 0.4);
}

.cart-drawer__body {
  flex: 1;
  overflow-y: auto;
  padding: 0.75rem 1.25rem;
  scrollbar-width: thin;
  scrollbar-color: rgba(197,164,106,0.2) transparent;
}

.cart-item {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid rgba(197, 164, 106, 0.08);
}

.cart-item__media {
  flex: 0 0 3.5rem;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(140deg, #2e2a25, #1c1a18);
}

.cart-item__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cart-item__placeholder {
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 50% 40%, rgba(197,164,106,0.1), transparent);
}

.cart-item__info {
  flex: 1;
  min-width: 0;
}

.cart-item__brand {
  margin: 0;
  font-size: 0.68rem;
  color: rgba(218,195,154,0.6);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.cart-item__name {
  margin: 0.1rem 0 0.2rem;
  font-size: 0.85rem;
  font-weight: 500;
  color: #f5f1ea;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cart-item__price {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 600;
  color: #dac39a;
}

.cart-item__variant {
  margin: 0 0 0.25rem;
  display: inline-block;
  padding: 0.1rem 0.45rem;
  border: 1px solid rgba(197, 164, 106, 0.34);
  border-radius: 999px;
  font-size: 0.68rem;
  color: rgba(226, 214, 192, 0.86);
}

.cart-item__side {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.4rem;
  flex-shrink: 0;
}

.cart-item__remove {
  background: none;
  border: none;
  color: rgba(255,255,255,0.3);
  font-size: 1.1rem;
  line-height: 1;
  cursor: pointer;
  padding: 0.1rem 0.2rem;
  transition: color 180ms ease;
}

.cart-item__remove:hover { color: rgba(255,255,255,0.7); }

.cart-qty {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  border: 1px solid rgba(197,164,106,0.2);
  border-radius: 999px;
  padding: 0.1rem 0.4rem;
}

.cart-qty__btn {
  background: none;
  border: none;
  color: rgba(218,195,154,0.7);
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
  width: 1.4rem;
  height: 1.4rem;
  display: inline-grid;
  place-items: center;
  transition: color 180ms ease;
}

.cart-qty__btn:hover { color: #f5f1ea; }

.cart-qty__val {
  font-size: 0.82rem;
  font-weight: 600;
  color: #f5f1ea;
  min-width: 1ch;
  text-align: center;
}

.cart-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  padding: 3rem 1rem;
  text-align: center;
}

.cart-empty__icon {
  color: rgba(197,164,106,0.35);
}

.cart-empty__icon svg { width: 3rem; height: 3rem; }

.cart-empty__title {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  color: #f5f1ea;
}

.cart-empty__sub {
  margin: 0;
  font-size: 0.84rem;
  color: rgba(185,175,163,0.65);
}

.cart-drawer__foot {
  padding: 1rem 1.25rem 1.5rem;
  border-top: 1px solid rgba(197,164,106,0.12);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  flex-shrink: 0;
}

.cart-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.85rem;
  font-size: 0.68rem;
  color: rgba(218, 195, 154, 0.55);
}

.cart-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.88rem;
}

.cart-total__label { color: rgba(185,175,163,0.8); }
.cart-total__val { font-weight: 700; font-size: 1rem; color: #f5f1ea; }

.cart-drawer__checkout {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  min-height: 49px;
}

.cart-drawer__continue-link {
  background: none;
  border: none;
  color: rgba(218,195,154,0.55);
  font-size: 0.78rem;
  cursor: pointer;
  text-align: center;
  transition: color 200ms ease;
  width: 100%;
}

.cart-drawer__continue-link:hover { color: rgba(218,195,154,0.85); }

/* Header cart badge */
.cart-btn { position: relative; }
.header-cart-badge {
  position: absolute;
  top: -0.2rem;
  right: -0.2rem;
  min-width: 1.1rem;
  height: 1.1rem;
  border-radius: 999px;
  background: #c5a46a;
  color: #1a1815;
  font-size: 0.6rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.2rem;
  pointer-events: none;
}

/* Responsive grid breakpoints */
@media (min-width: 640px)  { .product-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 900px)  { .product-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1200px) { .product-grid { grid-template-columns: repeat(4, 1fr); } }
@media (min-width: 1600px) { .product-grid { grid-template-columns: repeat(5, 1fr); } }

.section-shell {
  background: linear-gradient(180deg, rgba(29, 29, 33, 0.9), rgba(25, 25, 28, 0.9));
  border: 1px solid rgba(197, 164, 106, 0.16);
  border-radius: 28px;
  padding: clamp(1.8rem, 5vw, 3.2rem);
}

.collection-grid,
.category-grid,
.review-grid,
.trust-grid,
.instagram-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.collection-card,
.category-card,
.review-card,
.trust-card,
.ig-card {
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, #2a2a2e 0%, #232327 100%);
  border: 1px solid rgba(197, 164, 106, 0.14);
  padding: var(--space-4);
  box-shadow: var(--shadow-card);
}

/* Category tiles are links, so they must not inherit anchor styling */
a.category-card {
  display: block;
  text-decoration: none;
  color: inherit;
}

.collection-card__label,
.category-card__label {
  color: var(--color-warm-gray);
  font-size: 0.88rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  text-transform: uppercase;
}

.collection-card__label::before,
.category-card__label::before {
  content: "";
  flex: 0 1 1rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(197, 164, 106, 0.3), transparent);
}

.collection-card__label::after,
.category-card__label::after {
  content: "";
  flex: 0 1 1rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(197, 164, 106, 0.3));
}

.collection-card h3,
.category-card h3,
.review-card h3,
.trust-card h3 {
  margin: var(--space-2) 0 0;
  font-size: 1.02rem;
}

.promo-banner {
  border-radius: var(--radius-lg);
  padding: clamp(1.2rem, 5vw, 2.2rem);
  background:
    radial-gradient(circle at 20% 20%, rgba(234, 201, 149, 0.22), transparent 30%),
    linear-gradient(110deg, #181514 0%, #2a2018 55%, #3a2c1f 100%);
  color: #f7f0e6;
  display: grid;
  gap: var(--space-4);
  border: 1px solid rgba(197, 164, 106, 0.25);
}

.promo-banner p {
  margin: 0;
  color: rgba(255, 248, 240, 0.86);
}

.story {
  display: grid;
  gap: var(--space-4);
}

.story p {
  margin: 0;
  color: #cdc2b3;
}

.newsletter {
  display: grid;
  gap: var(--space-3);
}

.newsletter__row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: var(--space-2);
}

.input {
  border: 1px solid rgba(197, 164, 106, 0.25);
  border-radius: 999px;
  padding: 0.74rem 1rem;
  background: rgba(255, 255, 255, 0.04);
  color: #f2ece3;
}

/* ── Footer ───────────────────────────────────────────────────── */
.ft-inner {
  position: relative;
  display: grid;
  gap: clamp(1.75rem, 6vw, 2.75rem);
  padding-block: clamp(2.25rem, 8vw, 3.5rem) clamp(1.25rem, 4vw, 2rem);
}

/* Gold hairline that draws itself across the top as the footer arrives */
.ft-hairline {
  position: absolute;
  inset-inline: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg,
    transparent,
    rgba(224, 195, 143, 0.55),
    transparent);
  transform: scaleX(0);
}

.ft-inner.is-visible .ft-hairline {
  animation: ft-hairline 1200ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes ft-hairline {
  to { transform: scaleX(1); }
}

.ft-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.ft-brand {
  display: grid;
  gap: 0.75rem;
  min-width: 0;
}

.ft-brand__mark {
  display: inline-block;
  width: fit-content;
}

.ft-logo {
  display: block;
  width: clamp(5.5rem, 22vw, 7.5rem);
  height: auto;
  mix-blend-mode: screen;
  opacity: 0.92;
  transition: opacity 400ms ease, transform 400ms cubic-bezier(0.16, 1, 0.3, 1);
}

.ft-brand__mark:hover .ft-logo {
  opacity: 1;
  transform: translateY(-2px);
}

.ft-tagline {
  margin: 0;
  max-width: 30ch;
  font-size: 0.84rem;
  line-height: 1.95;
  color: rgba(214, 206, 194, 0.7);
}

.ft-totop {
  display: inline-grid;
  justify-items: center;
  gap: 0.3rem;
  flex-shrink: 0;
  min-height: 44px;
  padding: 0.5rem 0.7rem;
  border: 1px solid rgba(197, 164, 106, 0.28);
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.02);
  color: rgba(224, 195, 143, 0.9);
  font-family: inherit;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: border-color 300ms ease, color 300ms ease, background 300ms ease;
}

.ft-totop svg {
  width: 16px;
  height: 16px;
  animation: ft-bob 2400ms ease-in-out infinite;
}

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

.ft-totop:hover {
  border-color: rgba(224, 195, 143, 0.7);
  background: rgba(197, 164, 106, 0.1);
  color: #f6ecd6;
}

/* ── Link columns ──────────────────────────────────────────────── */
.ft-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.6rem 1.25rem;
}

.ft-col {
  display: grid;
  align-content: start;
  /* Wide enough that neighbouring 44px tap areas do not collide */
  gap: 1.45rem;
  min-width: 0;
}

/* Held back until the reveal fires, otherwise they paint at full opacity and
   then blink out as the entrance animation takes over */
.ft-col,
.ft-trust__item {
  opacity: 0;
}

.ft-inner.is-visible .ft-col,
.ft-inner.is-visible .ft-trust__item {
  animation: ft-rise 640ms cubic-bezier(0.16, 1, 0.3, 1) both;
  animation-delay: calc(160ms + var(--g, 0) * 90ms);
}

@keyframes ft-rise {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: none; }
}

.ft-col__heading {
  margin: 0 0 -0.35rem;
  font-family: var(--font-heading);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  color: rgba(224, 195, 143, 0.95);
}

.ft-link {
  position: relative;
  width: fit-content;
  max-width: 100%;
  font-size: 0.83rem;
  line-height: 1.6;
  color: rgba(216, 209, 199, 0.78);
  text-decoration: none;
  transition: color 300ms ease;
}

/* Comfortable thumb target without spacing the list out */
.ft-link::before {
  content: "";
  position: absolute;
  inset-inline: -0.25rem;
  top: 50%;
  height: 44px;
  transform: translateY(-50%);
}

.ft-link--wrap { overflow-wrap: anywhere; }

.ft-link--plain {
  color: rgba(200, 190, 175, 0.55);
  pointer-events: none;
}

.ft-link--plain::before { display: none; }

/* Anchored to the start edge so it grows the way the text reads */
.ft-link:not(.ft-link--plain)::after {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background: rgba(224, 195, 143, 0.8);
  transition: width 380ms cubic-bezier(0.16, 1, 0.3, 1);
}

.ft-link:hover {
  color: #f4ecdd;
}

.ft-link:not(.ft-link--plain):hover::after { width: 100%; }

/* ── Trust row ─────────────────────────────────────────────────── */
.ft-trust {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem 1rem;
  margin: 0;
  padding: clamp(1rem, 4vw, 1.35rem) 0;
  list-style: none;
  border-block: 1px solid rgba(197, 164, 106, 0.12);
}

.ft-trust__item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.76rem;
  line-height: 1.5;
  color: rgba(211, 203, 191, 0.75);
}

.ft-trust__item svg {
  width: 1.05rem;
  height: 1.05rem;
  flex-shrink: 0;
  color: rgba(224, 195, 143, 0.85);
}

/* ── Bottom bar ────────────────────────────────────────────────── */
.ft-bottom {
  display: grid;
  gap: 1.1rem;
  justify-items: center;
  text-align: center;
}

.ft-social {
  display: flex;
  gap: 0.7rem;
}

.ft-social__link {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(195, 163, 107, 0.34);
  color: rgba(224, 195, 143, 0.9);
  text-decoration: none;
  transition:
    border-color 320ms ease,
    color 320ms ease,
    background 320ms ease,
    transform 320ms cubic-bezier(0.16, 1, 0.3, 1);
}

.ft-social__link svg { width: 1.05rem; height: 1.05rem; }

.ft-social__link:hover {
  border-color: rgba(224, 195, 143, 0.85);
  background: rgba(195, 163, 107, 0.14);
  color: #f6ecd6;
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.3);
}

.ft-copy {
  margin: 0;
  font-size: 0.7rem;
  line-height: 1.9;
  color: rgba(198, 190, 179, 0.55);
  letter-spacing: 0.04em;
}

@media (min-width: 600px) {
  .ft-nav { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .ft-trust { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (min-width: 900px) {
  .ft-bottom {
    grid-template-columns: auto 1fr;
    align-items: center;
    justify-items: start;
  }
  .ft-copy { text-align: end; justify-self: end; }
}

@media (prefers-reduced-motion: reduce) {
  .ft-totop svg,
  .ft-inner.is-visible .ft-hairline,
  .ft-inner.is-visible .ft-col,
  .ft-inner.is-visible .ft-trust__item {
    animation: none;
  }
  /* Without animation nothing would ever reveal these */
  .ft-hairline { transform: none; }
  .ft-col,
  .ft-trust__item { opacity: 1; transform: none; }
  .ft-social__link:hover,
  .ft-brand__mark:hover .ft-logo { transform: none; }
}

.mobile-dock {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.4rem;
  padding: 0.45rem;
  border: 1px solid rgba(197, 164, 106, 0.2);
  border-radius: 1.55rem;
  background: rgba(20, 20, 22, 0.92);
  backdrop-filter: blur(14px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.20);
}

.mobile-dock--top {
  margin-top: 0.2rem;
  margin-bottom: 0.8rem;
}

.mobile-dock__link {
  text-align: center;
  padding: 0.55rem 0.2rem 0.48rem;
  font-size: 0.73rem;
  color: #a89e90;
  display: grid;
  gap: 0.22rem;
  justify-items: center;
  border-radius: 1.2rem;
  transition: background var(--transition-fast), transform var(--transition-fast), color var(--transition-fast);
}

.mobile-dock__icon {
  width: 2.35rem;
  height: 2.35rem;
  display: grid;
  place-items: center;
  border-radius: 999px;
  border: 1px solid rgba(197, 164, 106, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015));
}

.mobile-dock__icon svg {
  width: 1rem;
  height: 1rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mobile-dock__label {
  font-size: 0.7rem;
}

.mobile-dock__link[aria-current="page"] {
  color: #f4e3c2;
  font-weight: 700;
  background: linear-gradient(180deg, rgba(197, 164, 106, 0.12), rgba(255, 255, 255, 0.02));
}

.mobile-dock__link[aria-current="page"] .mobile-dock__icon {
  border-color: rgba(197, 164, 106, 0.32);
  background: radial-gradient(circle at 30% 20%, rgba(255, 242, 214, 0.17), rgba(197, 164, 106, 0.12) 58%, transparent 100%);
}

.mobile-dock__link:hover,
.mobile-dock__link:focus-visible {
  color: #ead9b8;
  transform: translateY(-1px);
}

.hero-stage {
  display: grid;
  gap: var(--space-5);
}

.hero-metrics {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-4);
}

.metric-card {
  border: 1px solid rgba(197, 164, 106, 0.22);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.02);
  padding: var(--space-4);
}

.metric-card strong {
  display: block;
  color: #f4e0bb;
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 1.1;
}

.metric-card .muted {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.9375rem;
  font-weight: 400;
  opacity: 0.7;
}

.lux-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(197, 164, 106, 0.6), transparent);
}

.faq-list {
  display: grid;
  gap: var(--space-3);
}

.faq-item {
  border: 1px solid rgba(197, 164, 106, 0.18);
  background: rgba(255, 255, 255, 0.02);
  border-radius: var(--radius-md);
  padding: var(--space-4);
}

.faq-item h3 {
  margin: 0;
  font-size: 1rem;
}

.faq-item p {
  margin: var(--space-2) 0 0;
  color: #b9b0a4;
}

@media (min-width: 769px) {
  .mobile-dock {
    display: none;
  }

  .mobile-menu {
    display: none;
  }

  .collection-grid,
  .category-grid,
  .review-grid,
  .trust-grid,
  .instagram-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .newsletter__row {
    max-width: 520px;
  }
}

@media (max-width: 768px) {
  .site-header .nav-menu {
    display: none;
  }

  .site-header__row {
    position: relative;
    justify-content: flex-start;
  }

  .site-header .brand-mark {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }

  .menu-toggle {
    display: inline-grid;
  }

  .site-header .mobile-dock {
    display: grid;
  }

  .chip-icon {
    min-width: 2.1rem;
    height: 2.1rem;
  }

  .brand-mark__logo {
    width: clamp(5rem, 18vw, 6.5rem);
    height: clamp(5rem, 18vw, 6.5rem);
  }

  .mobile-menu__head .brand-mark__logo {
    width: 8.5rem;
    height: 8.5rem;
  }

  .mobile-menu__panel {
    width: 100%;
    max-width: 100%;
    padding-bottom: 1.35rem;
  }

  .mobile-menu__quick-grid {
    grid-template-columns: 1fr;
  }

  .product-card__actions {
    grid-template-columns: 1fr;
  }

  .search-overlay__form {
    grid-template-columns: 1fr;
  }

  .mega-panel {
    display: none;
  }

  .hero-metrics {
    gap: var(--space-2);
  }

  .metric-card {
    padding: var(--space-3) var(--space-2);
  }

  .metric-card strong {
    font-size: 1.35rem;
  }

  .metric-card .muted {
    font-size: 0.78rem;
  }

  .hero__actions {
    flex-direction: column;
  }

  .hero__actions .btn {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .hero__subtitle {
    max-width: 450px;
  }
}

/* ── Quick add: pick a variant without leaving the grid ─────────── */
.qa-overlay {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: none;
}

.qa-overlay.is-open {
  display: block;
}

body.qa-locked {
  overflow: hidden;
}

.qa-backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(120% 80% at 50% 100%, rgba(84, 66, 34, 0.32) 0%, transparent 62%),
    rgba(6, 6, 8, 0.78);
  backdrop-filter: blur(10px) saturate(120%);
  animation: qa-fade 320ms ease both;
}

.qa-sheet {
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  max-height: 88vh;
  overflow-y: auto;
  padding: 0.65rem 1.15rem calc(1.3rem + env(safe-area-inset-bottom));
  border-radius: 1.75rem 1.75rem 0 0;
  background:
    radial-gradient(130% 70% at 50% 0%, rgba(197, 164, 106, 0.11) 0%, transparent 58%),
    linear-gradient(180deg, #1c1b19 0%, #111110 100%);
  box-shadow:
    0 -1px 0 rgba(224, 195, 143, 0.34),
    0 -26px 70px rgba(0, 0, 0, 0.62);
  animation: qa-rise 520ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

/* Gold light travelling across the top edge as the sheet settles */
.qa-sheet__sheen {
  position: absolute;
  inset-inline: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(243, 223, 184, 0.95) 50%,
    transparent 100%
  );
  opacity: 0;
  animation: qa-sheen 1500ms ease 260ms both;
}

@keyframes qa-fade {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes qa-rise {
  from { transform: translateY(101%); }
  to { transform: none; }
}

@keyframes qa-sheen {
  0% { opacity: 0; transform: translateX(-60%) scaleX(0.35); }
  45% { opacity: 1; }
  100% { opacity: 0.5; transform: none; }
}

.qa-sheet__handle {
  width: 46px;
  height: 4px;
  margin: 0 auto 1rem;
  border-radius: 999px;
  background: linear-gradient(90deg,
    rgba(197, 164, 106, 0.2),
    rgba(233, 213, 173, 0.75),
    rgba(197, 164, 106, 0.2));
}

.qa-close {
  position: absolute;
  top: 0.85rem;
  inset-inline-end: 0.95rem;
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(197, 164, 106, 0.26);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(226, 214, 192, 0.8);
  cursor: pointer;
  transition: color 260ms ease, border-color 260ms ease, transform 260ms ease;
}

.qa-close svg { width: 15px; height: 15px; }

.qa-close:hover {
  color: #f6ecd6;
  border-color: rgba(224, 195, 143, 0.7);
  transform: rotate(90deg);
}

/* ── Product header ─────────────────────────────────────────────── */
.qa-product {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding-bottom: 1rem;
  margin-bottom: 1.1rem;
  border-bottom: 1px solid rgba(197, 164, 106, 0.16);
  animation: qa-item-in 620ms cubic-bezier(0.16, 1, 0.3, 1) 140ms both;
}

.qa-product__media {
  flex-shrink: 0;
  width: 66px;
  height: 82px;
  overflow: hidden;
  border-radius: 0.7rem;
  border: 1px solid rgba(197, 164, 106, 0.22);
  background: rgba(255, 255, 255, 0.04);
}

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

.qa-product__media.is-empty img { display: none; }

.qa-product__info { min-width: 0; }

.qa-product__kicker {
  margin: 0;
  font-size: 0.64rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(218, 195, 154, 0.7);
}

.qa-product__name {
  margin: 0.25rem 0 0.3rem;
  font-family: var(--font-heading);
  font-size: 1.05rem;
  line-height: 1.4;
  color: #f7f2e8;
}

.qa-product__price {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 600;
  color: #dfc79a;
}

/* ── Option groups ──────────────────────────────────────────────── */
.qa-group {
  margin-bottom: 1.15rem;
  animation: qa-item-in 620ms cubic-bezier(0.16, 1, 0.3, 1) both;
  animation-delay: calc(220ms + var(--qa-g, 0) * 110ms);
}

.qa-group__label {
  margin: 0 0 0.6rem;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  color: rgba(218, 195, 154, 0.82);
}

.qa-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.qa-chip {
  position: relative;
  overflow: hidden;
  min-height: 46px;
  padding: 0 1.05rem;
  border: 1px solid rgba(197, 164, 106, 0.3);
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.035);
  color: #ece5d9;
  font-family: inherit;
  font-size: 0.88rem;
  cursor: pointer;
  transition:
    border-color 320ms ease,
    background 320ms ease,
    color 320ms ease,
    transform 320ms cubic-bezier(0.16, 1, 0.3, 1);
}

/* Gold wipe crossing the chip on hover */
.qa-chip::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    115deg,
    transparent 0%,
    rgba(243, 223, 184, 0.16) 50%,
    transparent 100%
  );
  transform: translateX(-120%);
  transition: transform 620ms cubic-bezier(0.16, 1, 0.3, 1);
}

.qa-chip:hover:not([disabled])::before { transform: translateX(120%); }

.qa-chip__text { position: relative; }

.qa-chip:hover:not([disabled]),
.qa-chip:focus-visible {
  border-color: rgba(224, 195, 143, 0.8);
  transform: translateY(-2px);
}

.qa-chip.is-selected {
  border-color: rgba(233, 213, 173, 0.95);
  background: linear-gradient(135deg, rgba(197, 164, 106, 0.26), rgba(197, 164, 106, 0.1));
  color: #fbf3e3;
  box-shadow: 0 0 0 1px rgba(224, 195, 143, 0.32), 0 8px 22px rgba(0, 0, 0, 0.35);
  animation: qa-chip-pick 460ms cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes qa-chip-pick {
  0% { transform: scale(0.94); }
  55% { transform: scale(1.05); }
  100% { transform: none; }
}

.qa-chip[disabled] {
  opacity: 0.32;
  cursor: not-allowed;
  text-decoration: line-through;
  text-decoration-color: rgba(226, 148, 148, 0.6);
}

/* ── Footer ─────────────────────────────────────────────────────── */
.qa-note {
  margin: 0 0 0.7rem;
  font-size: 0.76rem;
  text-align: center;
  color: rgba(226, 186, 132, 0.9);
}

.qa-confirm {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 52px;
  border: 0;
  border-radius: 0.9rem;
  background: linear-gradient(135deg, #c8a86a 0%, #eadab4 50%, #c8a86a 100%);
  background-size: 200% 100%;
  color: #211c12;
  font-family: var(--font-heading);
  font-size: 0.98rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: opacity 300ms ease, transform 300ms ease, box-shadow 300ms ease;
}

.qa-confirm.is-ready {
  box-shadow: 0 12px 30px rgba(150, 118, 62, 0.34);
  animation: qa-confirm-flow 5s linear infinite;
}

@keyframes qa-confirm-flow {
  from { background-position: 0% 50%; }
  to { background-position: 200% 50%; }
}

.qa-confirm:hover:not([disabled]) { transform: translateY(-2px); }

.qa-confirm[disabled] {
  opacity: 0.4;
  cursor: not-allowed;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(226, 214, 192, 0.6);
  box-shadow: none;
}

@keyframes qa-item-in {
  from { opacity: 0; transform: translateY(16px); filter: blur(6px); }
  to { opacity: 1; transform: none; filter: blur(0); }
}

.qa-state {
  margin: 0;
  padding: 1.4rem 0;
  text-align: center;
  font-size: 0.88rem;
  color: rgba(214, 205, 191, 0.72);
}

.qa-state--err {
  color: rgba(226, 148, 148, 0.9);
}

.qa-fallback {
  display: block;
  text-align: center;
  font-size: 0.85rem;
  color: #e0cfa6;
}

@media (min-width: 640px) {
  .qa-sheet {
    inset: auto 50% auto auto;
    bottom: auto;
    top: 50%;
    transform: translate(50%, -50%);
    width: min(440px, 92vw);
    border-radius: 1.4rem;
    border: 1px solid rgba(197, 164, 106, 0.28);
    animation: qa-pop 420ms cubic-bezier(0.16, 1, 0.3, 1) both;
  }

  .qa-sheet__handle { display: none; }

  @keyframes qa-pop {
    from { opacity: 0; transform: translate(50%, -46%) scale(0.96); }
    to { opacity: 1; transform: translate(50%, -50%) scale(1); }
  }
}

@media (prefers-reduced-motion: reduce) {
  .qa-backdrop,
  .qa-sheet,
  .qa-sheet__sheen,
  .qa-product,
  .qa-group,
  .qa-chip.is-selected,
  .qa-confirm.is-ready {
    animation: none;
  }

  .qa-sheet__sheen { opacity: 0.5; }
  .qa-product,
  .qa-group { opacity: 1; transform: none; filter: none; }
  .qa-chip::before { display: none; }
}
