:root {
  /* ZARI EDGE design tokens */
  --bg: #faf8f4;
  --bg-dark: #111111;
  --bg-footer: #181818;
  --gold: #c9a96e;
  --gold-dark: #a88442;
  --gold-light: #e0c98a;
  --text: #222222;
  --light-gray: #f5f5f5;
  --border-soft: rgba(0, 0, 0, 0.08);

  --lavender: #c9a96e;
  --peach: #c9a96e;
  --rose-gold: #a88442;
  --background: #faf8f4;
  --foreground: #222222;
  --card: #ffffff;
  --muted: #f5f5f5;
  --muted-foreground: #5c5c5c;
  --border: rgba(0, 0, 0, 0.08);
  --primary: #111111;
  --primary-foreground: #ffffff;
  --accent: #c9a96e;
  --accent-foreground: #111111;
  --rose: #a88442;
  --success: #1f6b45;

  --font-display: "Neue Haas Grotesk", "neue-haas-grotesk-display", "Helvetica Neue", Helvetica, Inter, Arial, sans-serif;
  --font-body: "Manrope", system-ui, sans-serif;
  --font-button: "Inter", system-ui, sans-serif;
  --font-nav: "Manrope", system-ui, sans-serif;
  --font-helvetica: "Manrope", system-ui, sans-serif;

  --container: 1440px;
  /* Fluid editorial rhythm — scales across mobile → desktop */
  --section-space: clamp(1.65rem, 1.1rem + 2.2vw, 2.35rem);
  --section-space-lg: clamp(1.85rem, 1.2rem + 2.6vw, 2.75rem);
  --section-head-gap: clamp(1.05rem, 0.85rem + 0.85vw, 1.45rem);
  --type-label-gap: clamp(0.5rem, 0.4rem + 0.35vw, 0.7rem);
  --type-title-gap: clamp(0.4rem, 0.32rem + 0.3vw, 0.6rem);
  --card-gap: 20px;
  --radius-btn: 12px;
  --radius-card: 20px;
  --radius-image: 22px;
  --announce-h: 40px;
  --campaign-h: var(--announce-h);
  --ease-premium: cubic-bezier(0.22, 1, 0.36, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
  border-color: var(--border);
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  margin: 0;
  background: var(--background);
  color: var(--foreground);
  font-family: var(--font-body);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

button,
input,
select,
textarea {
  font: inherit;
}

.container-page {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: 1.25rem;
  box-sizing: border-box;
}

@media (min-width: 640px) {
  .container-page {
    padding-inline: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .container-page {
    padding-inline: 2rem;
  }
}

.font-script,
.heading-display {
  font-family: var(--font-display);
  letter-spacing: 0.02em;
  font-weight: 500;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: var(--radius-btn);
  padding: 0.75rem 1.35rem;
  font-family: var(--font-button);
  font-size: 0.875rem;
  font-weight: 600;
  transition: transform 0.25s var(--ease-premium), background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
  cursor: pointer;
  border: none;
}

.btn:hover:not(:disabled) {
  transform: translateY(-1px);
}

.btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.btn-primary {
  background: var(--primary);
  color: var(--primary-foreground);
}

.btn-primary:hover:not(:disabled) {
  background: color-mix(in srgb, var(--primary) 88%, black);
}

.btn-secondary {
  background: var(--card);
  color: var(--foreground);
  border: 1px solid var(--border);
}

.btn-accent {
  background: var(--accent);
  color: var(--accent-foreground);
}

.btn-accent:hover:not(:disabled) {
  background: color-mix(in srgb, var(--accent) 90%, var(--rose-gold));
}

.input {
  width: 100%;
  border-radius: 0.75rem;
  border: 1px solid var(--border);
  background: var(--card);
  padding: 0.75rem 1rem;
  outline: none;
}

.input:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--lavender) 35%, transparent);
}

.badge {
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  padding: 0.2rem 0.6rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.card-surface {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 1.25rem;
  overflow: hidden;
}

.text-accent {
  color: var(--accent);
}
.text-primary {
  color: var(--primary);
}
.text-muted {
  color: var(--muted-foreground);
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid rgba(197, 160, 89, 0.25);
  background: #0a0a0a;
  color: #fff;
}

.site-header .icon-btn {
  color: #f5f5f5;
}

.site-header .icon-btn:hover {
  background: rgba(197, 160, 89, 0.15);
  color: var(--gold-light);
}

.site-header .desktop-nav a {
  color: rgba(255, 255, 255, 0.88);
}

.site-header .desktop-nav a:hover,
.site-header .desktop-nav a.nav-sale {
  color: var(--gold-light);
}

.site-header .search-bar {
  background: #141414;
  border-top: 1px solid rgba(197, 160, 89, 0.2);
}

.site-header .search-bar .input {
  background: #0a0a0a;
  color: #fff;
  border-color: rgba(197, 160, 89, 0.3);
}

.header-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 0.5rem;
  min-height: 4.75rem;
  height: auto;
  padding-block: 0.55rem;
  position: relative;
}

@media (min-width: 640px) {
  .header-inner {
    min-height: 5.75rem;
    padding-block: 0.65rem;
  }
}

@media (min-width: 1024px) {
  .header-inner {
    min-height: 6.25rem;
    display: flex;
    gap: 0.75rem;
  }
}

.header-brand {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  z-index: 1;
  min-width: 0;
}

@media (max-width: 1023px) {
  .header-brand {
    grid-column: 2;
    justify-self: center;
  }

  .header-brand .menu-toggle {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .header-actions {
    grid-column: 3;
    justify-self: end;
    margin-left: 0;
  }

  .logo-link {
    display: flex;
    justify-content: center;
  }
}


.icon-btn {
  border: none;
  background: transparent;
  border-radius: 9999px;
  padding: 0.5rem;
  cursor: pointer;
  color: var(--foreground);
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.icon-btn .count-badge {
  top: 2px;
  right: 2px;
}

.icon-btn:hover {
  background: rgba(0, 0, 0, 0.08);
}

.logo-img {
  display: block;
  width: auto;
  height: 3.4rem;
  max-width: min(280px, 58vw);
  border-radius: 0;
  object-fit: contain;
  object-position: center;
  box-shadow: none;
  border: none;
  background: transparent;
}

@media (min-width: 640px) {
  .logo-img {
    height: 4.25rem;
    max-width: 380px;
  }
}

@media (min-width: 1024px) {
  .logo-img {
    height: 5rem;
    max-width: 440px;
    object-position: left center;
  }
}

.footer-logo {
  height: 4rem;
  width: auto;
  max-width: 320px;
  object-fit: contain;
  background: transparent;
}

/* Legacy absolute nav removed ? nav lives in .desktop-nav-bar below logo */
@media (min-width: 1024px) {
  .menu-toggle {
    display: none;
  }
}

.desktop-nav a {
  border-radius: 9999px;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(26, 26, 26, 0.8);
  white-space: nowrap;
}

.desktop-nav a:hover,
.desktop-nav a.active {
  background: rgba(0, 0, 0, 0.08);
  color: var(--foreground);
}

.desktop-nav a.nav-sale {
  color: var(--rose);
  font-weight: 600;
}

.desktop-nav a.nav-sale:hover,
.desktop-nav a.nav-sale.active {
  background: color-mix(in srgb, var(--rose) 12%, transparent);
  color: var(--rose);
}

@media (min-width: 1024px) and (max-width: 1180px) {
  .desktop-nav a {
    padding: 0.45rem 0.55rem;
    font-size: 0.8125rem;
  }
}

.site-header .desktop-nav a {
  color: rgba(255, 255, 255, 0.88);
}

.site-header .desktop-nav a:hover,
.site-header .desktop-nav a.active {
  background: rgba(197, 160, 89, 0.12);
  color: var(--gold-light);
}

.site-header .desktop-nav a.nav-sale,
.site-header .desktop-nav a.nav-sale:hover,
.site-header .desktop-nav a.nav-sale.active {
  color: var(--gold-light);
  background: rgba(197, 160, 89, 0.12);
}

.header-actions {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  z-index: 1;
}

.site-header .count-badge {
  background: #111;
  color: #fff;
}

.count-badge {
  position: absolute;
  top: -2px;
  right: -6px;
  min-width: 0.95rem;
  height: 0.95rem;
  padding: 0 0.2rem;
  border-radius: 9999px;
  background: #000;
  color: #fff;
  font-size: 8px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 2;
  box-sizing: border-box;
}

.count-badge[hidden] {
  display: none !important;
}

.search-bar {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
  padding: 0.75rem 0;
  display: none;
}

.search-bar.open {
  display: block;
}

.search-bar form {
  display: flex;
  gap: 0.5rem;
}

/* Marquee */
.announcement-marquee {
  overflow: hidden;
  background: #0a0a0a;
  color: var(--gold-light);
  border-bottom: 1px solid rgba(197, 160, 89, 0.2);
}

.announcement-marquee .marquee-track {
  width: max-content;
  display: flex;
  white-space: nowrap;
  animation: marquee-scroll 45s linear infinite;
  padding: 0.55rem 0;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.announcement-marquee .marquee-text {
  display: inline-block;
  padding: 0 2rem;
  color: var(--gold-light);
}

@media (min-width: 640px) {
  .announcement-marquee .marquee-track {
    font-size: 0.78rem;
    padding: 0.6rem 0;
  }
}

.marquee-track {
  width: max-content;
  display: flex;
  white-space: nowrap;
  animation: marquee-scroll 50s linear infinite;
  padding: 0.65rem 0;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

@media (min-width: 640px) {
  .marquee-track {
    font-size: 0.875rem;
  }
}

.marquee-track--slow {
  animation-duration: 70s;
}

.marquee-track--reverse {
  animation-name: marquee-scroll-reverse;
  animation-duration: 55s;
}

@keyframes marquee-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes marquee-scroll-reverse {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}

.marquee-hollow {
  color: transparent;
  -webkit-text-stroke: 1.25px var(--foreground);
}

.double-marquee {
  overflow: hidden;
  padding: 0.15rem 0 0.75rem;
  background: linear-gradient(
    180deg,
    transparent 0%,
    color-mix(in srgb, var(--lavender) 12%, transparent) 50%,
    transparent 100%
  );
}

.double-marquee .marquee-track {
  padding: 0;
  line-height: 1;
}

.double-marquee .marquee-track--reverse {
  margin-top: 0;
}

/* Banner */
.banner-section {
  border-bottom: 1px solid var(--border);
  background: #f3f1f6;
}

.banner-frame {
  position: relative;
  aspect-ratio: 21 / 9;
  overflow: hidden;
  max-width: 1400px;
  margin: 0 auto;
}

@media (min-width: 640px) {
  .banner-frame {
    aspect-ratio: 2.4 / 1;
  }
}

.banner-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.05) translate3d(1.25%, 0, 0);
  transition:
    opacity 1.15s cubic-bezier(0.22, 1, 0.36, 1),
    transform 1.35s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
  z-index: 0;
}

.banner-slide.active {
  opacity: 1;
  transform: scale(1) translate3d(0, 0, 0);
  pointer-events: auto;
  z-index: 1;
}

.banner-slide.is-leaving {
  opacity: 0;
  transform: scale(1.02) translate3d(-1%, 0, 0);
  z-index: 0;
}

.banner-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform 7.5s ease-out;
  will-change: transform;
}

.banner-slide.active img {
  transform: scale(1.04);
}

.banner-dots {
  position: absolute;
  bottom: 0.85rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  display: flex;
  gap: 0.45rem;
  align-items: center;
  padding: 0.35rem 0.55rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(6px);
  pointer-events: auto;
}

.banner-dots button {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 9999px;
  border: none;
  background: rgba(26, 26, 26, 0.28);
  cursor: pointer;
  padding: 0;
  transition: width 0.45s cubic-bezier(0.22, 1, 0.36, 1), background 0.35s ease;
}

.banner-dots button.active {
  width: 1.55rem;
  background: var(--primary);
}

.banner-caption {
  background: #fff;
  text-align: center;
  padding: 0.75rem;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
}

/* Product grid */
.product-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}

@media (min-width: 640px) {
  .product-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}

@media (min-width: 1024px) {
  .product-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.product-card {
  background: transparent;
  border: none;
  border-radius: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: none;
}

.product-card:hover {
  transform: none;
  box-shadow: none;
}

.product-card-img {
  position: relative;
  aspect-ratio: 1;
  background: var(--muted);
  overflow: hidden;
  border-radius: 0.35rem;
}

.product-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
}

.product-card:hover .product-card-img img {
  transform: scale(1.04);
}

.product-card-img .badge {
  position: absolute;
  left: 0.65rem;
  top: 0.65rem;
  z-index: 2;
  color: #fff;
  border-radius: 0.25rem;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.badge-sale {
  background: var(--primary);
}

.badge-hot {
  background: var(--rose);
}

.badge-new {
  background: var(--success);
}

.product-card-body {
  padding: 0.75rem 0.1rem 0.25rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.product-card-title {
  font-size: 0.95rem;
  font-weight: 500;
  margin: 0 0 0.25rem;
  line-height: 1.25;
  letter-spacing: 0.01em;
}

.product-card-price {
  font-weight: 600;
  color: var(--foreground);
  font-size: 0.9rem;
}

.product-card-price .text-muted {
  color: var(--muted-foreground);
}

.product-card-actions {
  display: flex;
  gap: 0.4rem;
  margin-top: auto;
  padding-top: 0.65rem;
  align-items: stretch;
  position: relative;
  z-index: 2;
}

.product-card-actions .btn,
.product-add-btn {
  padding: 0.5rem 0.6rem;
  font-size: 0.72rem;
  flex: 1;
  min-height: 2.15rem;
  white-space: nowrap;
  border-radius: 0.35rem;
}

@media (max-width: 380px) {
  .product-add-btn span {
    font-size: 0.65rem;
  }
}

.wish-btn {
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 0.35rem;
  border: 1px solid var(--border);
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  color: var(--muted-foreground);
}

.wish-btn.active {
  color: var(--rose);
  border-color: color-mix(in srgb, var(--rose) 45%, var(--border));
  background: color-mix(in srgb, var(--peach) 18%, transparent);
}

.collections-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}

@media (min-width: 640px) {
  .collections-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 768px) {
  .collections-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1024px) {
  .collections-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}

/* Categories carousel */
.cat-carousel-section {
  padding-block: 3.5rem 2rem;
}

.cat-carousel-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.cat-nav-btn {
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 9999px;
  border: 1px solid var(--border);
  background: var(--card);
  color: var(--foreground);
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease;
}

.cat-nav-btn:hover {
  border-color: var(--gold);
  color: var(--gold-dark);
  background: rgba(197, 160, 89, 0.08);
}

.cat-carousel {
  overflow: hidden;
  margin-inline: -0.15rem;
  padding-inline: 0.15rem;
}

.cat-carousel-track {
  display: flex;
  gap: 0.85rem;
  width: max-content;
  will-change: transform;
  transition: transform 0.75s cubic-bezier(0.33, 0.1, 0.25, 1);
}

.cat-carousel-card {
  display: block;
  flex: 0 0 clamp(9.5rem, 42vw, 13.5rem);
  overflow: hidden;
  transition: transform 0.25s ease;
}

.cat-carousel-card:hover {
  transform: translateY(-3px);
}

.cat-carousel-media {
  position: relative;
  aspect-ratio: 1;
  background: var(--muted);
  overflow: hidden;
}

.cat-carousel-media img,
.cat-carousel-fallback {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cat-carousel-badge {
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
  background: rgba(255, 255, 255, 0.92);
  color: var(--foreground);
}

.cat-carousel-label {
  padding: 0.85rem 1rem;
}

.cat-carousel-label h3 {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 500;
}

@media (min-width: 768px) {
  .cat-carousel-card {
    flex-basis: clamp(11rem, 18vw, 14rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .cat-carousel-track {
    transition: none;
  }
}

.section-head {
  margin-bottom: 2rem;
}

.section-head--row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
}

.section-head--center {
  text-align: center;
}

.section-link {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--primary);
  flex-shrink: 0;
}

.section-eyebrow {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--accent);
  margin: 0;
}

.section-title {
  margin: 0.25rem 0 0;
  font-size: 1.875rem;
  font-weight: 600;
}

/* Product detail ? full-width layout */
.container-page.product-page {
  max-width: none;
  width: 100%;
}

.product-detail {
  width: 100%;
}

.product-layout {
  display: grid;
  gap: 2.5rem;
  width: 100%;
}

.product-layout > * {
  min-width: 0;
  width: 100%;
}

@media (min-width: 1024px) {
  .product-layout {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 3.5rem;
    align-items: start;
  }
  .buy-panel {
    position: sticky;
    top: 7rem;
    align-self: start;
  }
}

.buy-panel .btn-accent {
  width: 100%;
}

.gallery-carousel {
  position: relative;
}

.gallery-main {
  position: relative;
  border-radius: 1.35rem;
  overflow: hidden;
  background: linear-gradient(135deg, var(--muted), #f3f0f8, color-mix(in srgb, var(--peach) 25%, transparent));
  aspect-ratio: 4 / 5;
  cursor: zoom-in;
  border: none;
  padding: 0;
  width: 100%;
}

@media (min-width: 640px) {
  .gallery-main {
    aspect-ratio: 1;
  }
}

@media (min-width: 1024px) {
  .gallery-main {
    aspect-ratio: 4 / 5;
  }
}

.gallery-main img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.04);
  transition:
    opacity 1.05s cubic-bezier(0.22, 1, 0.36, 1),
    transform 1.25s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}

.gallery-main img.active {
  opacity: 1;
  transform: scale(1);
  z-index: 1;
}

.gallery-nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  transform: translateY(-50%);
  width: 2.35rem;
  height: 2.35rem;
  border: none;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--foreground);
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(26, 26, 26, 0.12);
  transition: background 0.25s, transform 0.25s;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 2px;
}

.gallery-nav:hover {
  background: #fff;
  transform: translateY(-50%) scale(1.05);
}

.gallery-nav--prev {
  left: 0.75rem;
}

.gallery-nav--next {
  right: 0.75rem;
}

.gallery-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.85rem;
  z-index: 3;
  display: flex;
  justify-content: center;
  gap: 0.4rem;
  pointer-events: none;
}

.gallery-dot {
  pointer-events: auto;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 9999px;
  border: none;
  padding: 0;
  background: rgba(255, 255, 255, 0.55);
  cursor: pointer;
  transition: width 0.35s cubic-bezier(0.22, 1, 0.36, 1), background 0.35s;
}

.gallery-dot.active {
  width: 1.35rem;
  background: #fff;
}

.gallery-thumbs {
  display: flex;
  gap: 0.65rem;
  overflow-x: auto;
  margin-top: 0.85rem;
  padding-bottom: 0.35rem;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.gallery-thumbs::-webkit-scrollbar {
  display: none;
}

.gallery-thumbs button {
  width: 4.75rem;
  height: 4.75rem;
  border-radius: 0.85rem;
  overflow: hidden;
  border: 2px solid transparent;
  padding: 0;
  background: var(--muted);
  flex-shrink: 0;
  cursor: pointer;
  scroll-snap-align: start;
  transition: border-color 0.35s, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s;
}

.gallery-thumbs button:hover {
  transform: translateY(-2px);
}

.gallery-thumbs button.active {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--lavender) 35%, transparent);
}

.gallery-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-row {
  display: flex;
  gap: 1rem;
}

.gallery-thumbs-vert {
  display: none;
  flex-direction: column;
  gap: 0.5rem;
  width: 4rem;
  max-height: min(72vh, 640px);
  overflow-y: auto;
  scrollbar-width: thin;
}

.gallery-thumbs-vert .gallery-thumb {
  transition: border-color 0.35s, box-shadow 0.35s;
}

.gallery-thumbs-vert .gallery-thumb.active {
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--lavender) 35%, transparent);
}

@media (min-width: 1024px) {
  .gallery-thumbs-vert {
    display: flex;
  }
  .gallery-thumbs {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gallery-main img,
  .gallery-dot,
  .gallery-thumbs button {
    transition: none !important;
  }
}

.why-dazzle {
  border-block: 1px solid color-mix(in srgb, var(--border) 80%, transparent);
  padding-block: 2.25rem;
  margin-top: 3rem;
}

.why-dazzle-title {
  margin: 0.35rem 0 0;
  font-size: clamp(1.65rem, 3.5vw, 2.15rem);
  font-weight: 600;
  line-height: 1.2;
  color: var(--foreground);
}

.why-dazzle-list {
  list-style: none;
  margin: 1.35rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}

@media (min-width: 640px) {
  .why-dazzle-list {
    grid-template-columns: 1fr 1fr;
    gap: 1rem 2rem;
  }
}

.why-dazzle-list li {
  position: relative;
  padding-inline-start: 1.15rem;
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--muted-foreground);
  font-weight: 500;
}

.why-dazzle-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 9999px;
  background: var(--accent);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--peach) 45%, transparent);
}

.accordion-btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 0;
  border: none;
  background: none;
  cursor: pointer;
  font-weight: 600;
  text-align: left;
}

.accordion-panel {
  display: none;
  padding-bottom: 1.5rem;
}

.accordion-panel.open {
  display: block;
}

.product-sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 40;
  bottom: calc(4.15rem + env(safe-area-inset-bottom, 0px));
  padding: 0 1rem;
  pointer-events: none;
  opacity: 0;
  transform: translateY(1.5rem);
  transition: 0.3s;
}

.product-sticky-cta.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

@media (min-width: 1024px) {
  .product-sticky-cta {
    display: none;
  }
}

.sticky-float-btn {
  width: 100%;
  max-width: 28rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  border: none;
  border-radius: 9999px;
  background: var(--primary);
  color: #fff;
  padding: 0.85rem 1.25rem;
  cursor: pointer;
  box-shadow: 0 10px 28px rgba(122, 113, 176, 0.45);
  animation: add-cart-float 2.2s ease-in-out infinite;
}

@keyframes add-cart-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}

.add-to-cart-pulse:not(:disabled) {
  animation: add-cart-pulse 2.4s ease-in-out infinite;
}

@keyframes add-cart-pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.03);
  }
}

/* Footer */
.site-footer {
  position: relative;
  margin-top: auto;
  border-top: 1px solid rgba(197, 160, 89, 0.35);
  background:
    radial-gradient(ellipse at 15% 0%, rgba(197, 160, 89, 0.14), transparent 42%),
    radial-gradient(ellipse at 85% 100%, rgba(197, 160, 89, 0.08), transparent 40%),
    linear-gradient(180deg, #111111 0%, #0a0a0a 55%, #050505 100%);
  color: #fff;
  padding-bottom: calc(3.65rem + env(safe-area-inset-bottom, 0px));
  overflow: hidden;
}

.footer-glow {
  position: absolute;
  inset: 0 0 auto 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: 0.85;
  pointer-events: none;
}

@media (min-width: 1024px) {
  .site-footer {
    padding-bottom: 0;
  }
}

.footer-grid {
  display: grid;
  gap: 2rem;
  padding-block: 2.75rem 2.5rem;
  align-items: start;
  position: relative;
  z-index: 1;
}

@media (min-width: 640px) {
  .footer-grid {
    gap: 2.5rem;
    padding-block: 3.5rem;
  }
}

@media (min-width: 768px) {
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .footer-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }
}

.footer-grid > div {
  min-width: 0;
}

.footer-brand-label {
  margin: 0.75rem 0 0;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgba(197, 160, 89, 0.95);
}

.footer-tagline {
  margin: 0.75rem 0 0;
  max-width: 20rem;
  font-size: 0.875rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.75);
}

.footer-about {
  margin: 1rem 0 0;
  max-width: 18rem;
  font-size: 0.8125rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.7);
}

.footer-readmore {
  color: var(--gold);
  font-weight: 600;
  display: inline-block;
  margin-top: 0.5rem;
}

.footer-readmore:hover {
  color: var(--gold-light);
}

.footer-grid h3 {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--gold);
}

.footer-grid a:hover {
  color: #fff;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
}

.footer-links li + li {
  margin-top: 0.5rem;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.875rem;
  transition: color 0.2s ease;
}

.footer-links a:hover {
  color: var(--gold-light);
}

.footer-bottom-bar {
  position: relative;
  z-index: 1;
  background: rgba(0, 0, 0, 0.45);
  border-top: 1px solid rgba(197, 160, 89, 0.22);
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem 1.25rem;
  padding-block: 1.15rem 1.5rem;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.6);
}

.footer-copy {
  margin: 0;
}

.footer-credit {
  margin: 0;
  letter-spacing: 0.04em;
}

.shine-text {
  display: inline-block;
  margin-left: 0.25rem;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-decoration: none;
  background: linear-gradient(
    110deg,
    #9a7b3c 0%,
    #c5a059 25%,
    #fff4c8 45%,
    #e0c98a 55%,
    #c5a059 75%,
    #9a7b3c 100%
  );
  background-size: 220% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  animation: text-shine 3s linear infinite;
}

@media (min-width: 640px) {
  .shine-text {
    font-size: 1.05rem;
  }
}

.shine-text:hover {
  filter: brightness(1.15);
}

@keyframes text-shine {
  to {
    background-position: 220% center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .shine-text {
    animation: none;
    color: var(--gold-light);
    -webkit-text-fill-color: var(--gold-light);
    background: none;
  }
}

/* Mobile menu / overlays */
.overlay {
  position: fixed;
  inset: 0;
  z-index: 65;
  pointer-events: none;
}

.overlay.open {
  pointer-events: auto;
}

.overlay-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  transition: opacity 0.3s;
  border: none;
  width: 100%;
  cursor: pointer;
}

.overlay.open .overlay-backdrop {
  opacity: 1;
}

.mobile-drawer {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: min(88%, 22rem);
  background: #fff;
  color: #333;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
  transform: translateX(-100%);
  transition: transform 0.3s;
  display: flex;
  flex-direction: column;
}

.overlay.open .mobile-drawer {
  transform: translateX(0);
}

.drawer-nav {
  flex: 1;
  overflow-y: auto;
  padding-bottom: calc(5rem + env(safe-area-inset-bottom, 0px));
}

.drawer-link {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.75rem 1.25rem;
  border-bottom: 1px solid #eee;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.drawer-link:hover {
  background: #fafafa;
}

.thumb-circle {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px;
  overflow: hidden;
  flex-shrink: 0;
  background: #f3f1f6;
  border: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
}

.thumb-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Cart drawer */
.cart-overlay {
  position: fixed;
  inset: 0;
  z-index: 70;
  pointer-events: none;
}

.cart-overlay.open {
  pointer-events: auto;
}

.cart-panel {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  max-width: 28rem;
  background: var(--background);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
  transition: transform 0.3s;
  display: flex;
  flex-direction: column;
}

.cart-overlay.open .cart-panel {
  transform: translateX(0);
}

.cart-overlay .overlay-backdrop {
  opacity: 0;
}

.cart-overlay.open .overlay-backdrop {
  opacity: 1;
}

/* Bottom nav */
.bottom-nav {
  position: fixed;
  inset-inline: 0;
  bottom: 0;
  z-index: 50;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  padding-bottom: env(safe-area-inset-bottom, 0px);
}

.bottom-nav ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  height: 3.65rem;
  max-width: 32rem;
  margin: 0 auto;
  list-style: none;
  padding: 0;
}

.bottom-nav a,
.bottom-nav button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  border: none;
  background: none;
  cursor: pointer;
  font-size: 10px;
  font-weight: 500;
  color: #000;
  gap: 0.2rem;
  padding: 0;
}

.bottom-nav .nav-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.65rem;
  height: 1.65rem;
  overflow: visible;
}

.bottom-nav .nav-icon .count-badge {
  top: -5px;
  right: -8px;
}

@media (min-width: 1024px) {
  .bottom-nav {
    display: none;
  }
  main {
    padding-bottom: 0 !important;
  }
}

main {
  flex: 1;
  padding-bottom: calc(3.65rem + env(safe-area-inset-bottom, 0px));
}

.categories-sheet {
  position: fixed;
  inset: 0;
  z-index: 60;
  pointer-events: none;
}

.categories-sheet.open {
  pointer-events: auto;
}

.categories-panel {
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  max-height: 78vh;
  background: #fff;
  border-radius: 1rem 1rem 0 0;
  transform: translateY(100%);
  transition: transform 0.3s;
  overflow: hidden;
}

.categories-sheet.open .categories-panel {
  transform: translateY(0);
}

.categories-sheet .overlay-backdrop {
  opacity: 0;
}

.categories-sheet.open .overlay-backdrop {
  opacity: 1;
}

/* Lightbox */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 80;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.lightbox.open {
  display: flex;
}

.lightbox img {
  max-width: 100%;
  max-height: 85vh;
  object-fit: contain;
}

.qty-control {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--border);
  border-radius: 9999px;
  background: var(--card);
}

.qty-control button {
  border: none;
  background: none;
  padding: 0.75rem;
  cursor: pointer;
}

.qty-control span {
  min-width: 2.5rem;
  text-align: center;
  font-weight: 500;
}

.benefits-grid {
  display: grid;
  gap: 1rem;
}

@media (min-width: 640px) {
  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .benefits-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.benefit-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 1.25rem;
  padding: 1.25rem;
}

.social-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}

.social-icon {
  width: 1.1rem;
  height: 1.1rem;
  display: block;
}

.social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  transition: background 0.2s, color 0.2s, transform 0.2s;
  color: inherit;
}

.social-btn--circle {
  width: 2.5rem;
  height: 2.5rem;
  background: #f3f1f6;
  color: #333;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.social-btn--circle:hover {
  background: var(--primary);
  color: #fff;
}

.social-btn--footer {
  width: 2.5rem;
  height: 2.5rem;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.social-btn--footer:hover {
  background: rgba(255, 255, 255, 0.22);
}

.social-btn--home {
  width: 3.5rem;
  height: 3.5rem;
  background: color-mix(in srgb, var(--lavender) 45%, white);
  color: var(--foreground);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.social-btn--home .social-icon {
  width: 1.35rem;
  height: 1.35rem;
}

.social-btn--home:hover {
  background: var(--primary);
  color: #fff;
  transform: translateY(-2px);
}

.social-btn-text {
  gap: 0.45rem;
}

.social-btn-text .social-icon {
  width: 1rem;
  height: 1rem;
}

@media (min-width: 640px) {
  .social-row {
    justify-content: inherit;
  }
}

.footer-about a:hover {
  text-decoration: underline;
}

.footer-follow-text {
  margin: 1rem 0 0;
  font-size: 0.875rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.75);
  max-width: 16rem;
}

.footer-follow-icons {
  margin-top: 1.25rem;
}

.footer-follow-icons .social-btn--footer {
  width: 2.75rem;
  height: 2.75rem;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.footer-follow-icons .social-btn--footer:hover {
  background: var(--peach);
  color: var(--foreground);
  border-color: transparent;
  transform: translateY(-2px);
}

.footer-follow-icons .social-icon {
  width: 1.2rem;
  height: 1.2rem;
}

.footer-follow-wa {
  margin-top: 1.25rem;
}

/* Homepage FAQs */
.faqs-section {
  text-align: center;
}

.faqs-head {
  max-width: 36rem;
  margin: 0 auto 1.75rem;
}

.faqs-intro {
  margin: 0.75rem auto 0;
  max-width: 28rem;
  line-height: 1.6;
  font-size: 0.9375rem;
}

.faqs-list {
  max-width: 40rem;
  margin: 0 auto;
  text-align: left;
  display: grid;
  gap: 0.75rem;
}

.faq-item {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 1rem;
  padding: 0.15rem 1rem;
  overflow: hidden;
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 1rem 0;
  font-weight: 600;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--primary);
  flex-shrink: 0;
}

.faq-item[open] summary::after {
  content: "?";
}

.faq-item p {
  margin: 0 0 1rem;
  font-size: 0.875rem;
  line-height: 1.65;
  color: var(--muted-foreground);
}

.faq-item a {
  color: var(--primary);
  font-weight: 600;
}

.faqs-cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1.75rem;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* Soft scroll reveal */
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 1.15s cubic-bezier(0.16, 1, 0.3, 1),
    transform 1.25s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

.reveal.is-in {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay-1 {
  transition-delay: 0.1s;
}
.reveal-delay-2 {
  transition-delay: 0.2s;
}
.reveal-delay-3 {
  transition-delay: 0.3s;
}
.reveal-delay-4 {
  transition-delay: 0.4s;
}

.payment-fieldset {
  margin: 0;
  padding: 0;
  border: none;
  min-width: 0;
}

.payment-legend {
  padding: 0;
  margin: 0 0 0.65rem;
  font-size: 0.875rem;
  font-weight: 600;
}

.payment-options {
  display: grid;
  gap: 0.5rem;
}

.payment-option {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.75rem 0.9rem;
  border: 1px solid var(--border);
  border-radius: 0.85rem;
  background: color-mix(in srgb, var(--muted) 45%, var(--card));
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease;
}

.payment-option:has(input:checked) {
  border-color: var(--primary);
  background: color-mix(in srgb, var(--primary) 10%, var(--card));
}

.payment-option input {
  margin: 0;
  accent-color: var(--primary);
}

.payment-option-label {
  font-size: 0.9rem;
  font-weight: 500;
}

.payment-details {
  margin-top: 0.75rem;
  padding: 0.9rem 1rem;
  border: 1px solid var(--border);
  border-radius: 0.85rem;
  background: var(--card);
}

.payment-detail-title {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 600;
}

.payment-detail-grid {
  display: grid;
  gap: 0.45rem;
  margin-top: 0.65rem;
  font-size: 0.875rem;
}

.payment-detail-grid > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.35rem 1rem;
}

.payment-detail-grid strong {
  font-weight: 600;
  text-align: right;
  word-break: break-all;
}

.payment-advance-note {
  margin: 0.75rem 0 0;
  font-size: 0.875rem;
  line-height: 1.45;
}

/* WhatsApp floating widget */
.wa-float {
  position: fixed;
  right: 1.1rem;
  bottom: calc(4.75rem + env(safe-area-inset-bottom, 0px));
  z-index: 55;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  box-shadow: 0 8px 22px rgba(37, 211, 102, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.wa-float:hover {
  transform: translateY(-2px) scale(1.04);
  box-shadow: 0 12px 28px rgba(37, 211, 102, 0.42);
  color: #fff;
}

.wa-float__icon {
  width: 1.65rem;
  height: 1.65rem;
  position: relative;
  z-index: 1;
}

.wa-float__label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.wa-float__pulse {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #25d366;
  animation: wa-float-pulse 2.2s ease-out infinite;
  z-index: 0;
}

@keyframes wa-float-pulse {
  0% {
    transform: scale(1);
    opacity: 0.55;
  }
  70% {
    transform: scale(1.55);
    opacity: 0;
  }
  100% {
    transform: scale(1.55);
    opacity: 0;
  }
}

@media (min-width: 1024px) {
  .wa-float {
    right: 1.5rem;
    bottom: 1.5rem;
    width: 3.65rem;
    height: 3.65rem;
  }

  .wa-float__icon {
    width: 1.8rem;
    height: 1.8rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .marquee-track,
  .add-to-cart-pulse,
  .sticky-float-btn,
  .wa-float__pulse {
    animation: none !important;
  }

  .wa-float:hover {
    transform: none;
  }

  .banner-slide,
  .banner-slide img,
  .banner-dots button {
    transition: none !important;
  }

  .banner-slide {
    transform: none !important;
  }

  .banner-slide.active img {
    transform: none !important;
  }

  .reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .anim-fade-up,
  .anim-fade-in,
  .mega-menu,
  .wa-float__ring {
    animation: none !important;
    transition: none !important;
  }
}

/* =========================================================
   ZARI EDGE — Phase 1 chrome (campaign bar / header / nav / footer)
   ========================================================= */

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@keyframes ze-fade-up {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes ze-fade-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes ze-mega-in {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

.anim-fade-up { animation: ze-fade-up 0.7s var(--ease-premium) both; }
.anim-fade-in { animation: ze-fade-in 0.55s ease both; }

.link-underline {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: background-size 0.3s var(--ease-premium);
}
.link-underline:hover { background-size: 100% 1px; }

.img-zoom { overflow: hidden; border-radius: var(--radius-image); }
.img-zoom img { transition: transform 0.7s var(--ease-premium); }
.img-zoom:hover img { transform: scale(1.04); }

.site-chrome {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  transition: background 0.35s ease, box-shadow 0.35s ease, backdrop-filter 0.35s ease;
  background: rgba(250, 248, 244, 0.98);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 var(--border-soft);
}

body.has-solid-header .site-chrome,
body.is-home .site-chrome,
.site-chrome.is-scrolled {
  background: rgba(250, 248, 244, 0.98);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 var(--border-soft);
}

/* Reserve space so header never overlaps hero / page content.
   --chrome-h lives on :root / html (updated by ui.js from real chrome height).
   Do NOT redefine --chrome-h on body — that shadows the measured value. */
:root {
  --chrome-h: 8.25rem;
}

@media (min-width: 1024px) {
  :root {
    --chrome-h: 9.75rem;
  }
}

body.has-solid-header,
body.is-home {
  padding-top: var(--chrome-h);
}

body.is-home .home-hero {
  margin-top: 0;
}

/* Campaign bar (header promo strip) */
.campaign-bar {
  height: var(--campaign-h);
  background: #111111;
  color: var(--gold);
  border-bottom: 1px solid rgba(201, 169, 110, 0.18);
}

.campaign-bar__inner {
  height: 100%;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
  gap: 0.25rem;
  font-family: var(--font-nav);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.campaign-bar__left,
.campaign-bar__right {
  display: none;
}

.campaign-bar__center {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.35rem 0.75rem;
  color: var(--gold);
  text-align: center;
}

.campaign-bar__offer {
  color: var(--gold);
}

.campaign-bar__code strong {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.campaign-bar__right .social-row {
  gap: 0.35rem;
}

@media (min-width: 900px) {
  .campaign-bar__inner {
    grid-template-columns: 1fr auto 1fr;
    font-size: 0.72rem;
  }
  .campaign-bar__left,
  .campaign-bar__right {
    display: flex;
    align-items: center;
  }
  .campaign-bar__left {
    margin: 0;
    justify-self: start;
    color: var(--gold);
  }
  .campaign-bar__right {
    justify-self: end;
  }
}

/* Header */
.site-header {
  position: relative;
  z-index: 40;
  border-bottom: 1px solid transparent;
  background: transparent;
  color: var(--text);
  transition: background 0.35s ease, border-color 0.35s ease, color 0.35s ease;
}

body.is-home .site-header,
body.has-solid-header .site-header {
  color: var(--text);
  border-bottom-color: var(--border-soft);
  text-shadow: none;
}

body.is-home .site-header .icon-btn,
body.is-home .desktop-nav__link,
body.has-solid-header .site-header .icon-btn,
body.has-solid-header .desktop-nav__link {
  color: inherit;
  text-shadow: none;
}

body.is-home .desktop-nav__link.nav-sale,
body.has-solid-header .desktop-nav__link.nav-sale {
  color: var(--gold-dark);
}

body.is-home .desktop-nav-bar {
  background: transparent;
}

.header-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 0.35rem;
  min-height: 3.85rem;
  height: auto;
  padding-block: 0.4rem;
  position: relative;
}

@media (min-width: 1024px) {
  .header-inner {
    grid-template-columns: 1fr auto 1fr;
    gap: 0.5rem;
    min-height: 5.25rem;
    padding-block: 0.55rem;
  }
}

.header-left {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  justify-self: start;
  position: relative;
  z-index: 3;
}

.header-actions {
  margin-left: 0;
  display: flex;
  align-items: center;
  gap: 0.15rem;
  justify-self: end;
  position: relative;
  z-index: 3;
}

.header-desktop-only { display: none !important; }
.header-mobile-only { display: inline-flex !important; }

@media (min-width: 1024px) {
  .header-desktop-only { display: inline-flex !important; }
  .header-mobile-only { display: none !important; }
  .header-left.header-desktop-only,
  .header-actions.header-desktop-only { display: flex !important; }
}

.menu-toggle {
  justify-self: start;
  position: relative;
  z-index: 3;
}

.logo-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-self: center;
  grid-column: 2;
  text-align: center;
  min-width: 0;
  position: relative;
  z-index: 1;
}

@media (min-width: 1024px) {
  .logo-link { grid-column: auto; }
}

.logo-img {
  display: block;
  width: auto;
  height: 2.85rem;
  max-width: min(220px, 52vw);
  object-fit: contain;
  object-position: center;
  border-radius: 0;
  box-shadow: none;
  border: none;
  background: transparent;
}

@media (min-width: 640px) {
  .logo-img {
    height: 3.5rem;
    max-width: 280px;
  }
}

@media (min-width: 1024px) {
  .logo-img {
    height: 4.35rem;
    max-width: 360px;
  }
}

.logo-wordmark { display: none; }

.icon-btn {
  border: none;
  background: transparent;
  border-radius: 9999px;
  padding: 0.5rem;
  min-width: 2.75rem;
  min-height: 2.75rem;
  cursor: pointer;
  color: inherit;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

.icon-btn:hover {
  background: rgba(201, 169, 110, 0.14);
  color: var(--gold-dark);
}


.site-header .count-badge {
  background: #111;
  color: #fff;
}

/* Search bar */
.search-bar {
  border-top: 1px solid var(--border-soft);
  background: rgba(250, 248, 244, 0.98);
  padding: 0.85rem 0;
  display: none;
}

.search-bar.open { display: block; animation: ze-fade-in 0.25s ease; }

.search-bar__form {
  display: flex;
  gap: 0.65rem;
  align-items: center;
}

.search-bar__input {
  flex: 1;
  border-radius: var(--radius-btn);
  border: 1px solid var(--border-soft);
  background: #fff;
  padding: 0.85rem 1rem;
  font-family: var(--font-body);
}

.search-bar__submit {
  flex-shrink: 0;
}

/* Search overlay — global (header search on every page / device) */
.search-overlay {
  position: fixed;
  inset: 0;
  z-index: 120;
  background: rgba(17, 17, 17, 0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: grid;
  align-items: start;
  justify-items: center;
  padding: calc(var(--chrome-h, 5.5rem) + 0.75rem) 1rem max(1.25rem, env(safe-area-inset-bottom, 0px));
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.search-overlay.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.search-overlay__panel {
  width: min(860px, 100%);
  background: #faf8f4;
  border-radius: var(--radius-card, 0.85rem);
  padding: 1.5rem 1.15rem 1.75rem;
  position: relative;
  animation: ze-fade-up 0.35s var(--ease-premium, ease);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
  max-height: min(85vh, 800px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.search-overlay__close {
  position: absolute;
  top: 0.65rem;
  right: 0.65rem;
  border: none;
  background: transparent;
  cursor: pointer;
  color: #111;
  width: 2.75rem;
  height: 2.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  z-index: 1;
  -webkit-tap-highlight-color: transparent;
}

.search-overlay__close:hover {
  background: rgba(201, 169, 110, 0.14);
}

.search-overlay__form {
  display: flex;
  gap: 0.65rem;
  margin-top: 0.5rem;
  padding-right: 2.25rem;
  flex-wrap: wrap;
}

.search-overlay__input {
  flex: 1 1 12rem;
  min-width: 0;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  background: transparent;
  padding: 0.85rem 0.15rem;
  font-family: var(--font-display, Georgia, serif);
  font-size: clamp(1.25rem, 3.5vw, 2rem);
  outline: none;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
}

.search-overlay__input::-webkit-search-decoration,
.search-overlay__input::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.search-overlay__form .btn {
  flex-shrink: 0;
  min-height: 2.75rem;
}

.search-overlay__meta {
  display: grid;
  gap: 1.25rem;
  margin-top: 1.5rem;
}

@media (min-width: 700px) {
  .search-overlay__meta {
    grid-template-columns: 1fr 1fr;
  }
}

.search-overlay__label {
  margin: 0 0 0.55rem;
  font-family: var(--font-nav, inherit);
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-dark, #8a7040);
}

.search-overlay__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.search-overlay__tags a {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 9999px;
  padding: 0.45rem 0.75rem;
  font-size: 0.8rem;
  background: #fff;
  transition: background 0.25s ease, border-color 0.25s ease;
  -webkit-tap-highlight-color: transparent;
}

.search-overlay__tags a:hover {
  border-color: var(--gold, #c9a96e);
  background: rgba(201, 169, 110, 0.12);
}

.search-overlay__muted {
  font-size: 0.85rem;
  color: rgba(34, 34, 34, 0.45);
}

.search-overlay__results { margin-top: 1.5rem; }

.search-overlay__grid {
  display: grid;
  gap: 0.75rem;
}

@media (min-width: 700px) {
  .search-overlay__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.search-suggest-card {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 0.75rem;
  align-items: center;
  padding: 0.5rem;
  border-radius: 0.85rem;
  background: #fff;
  border: 1px solid var(--border-soft, rgba(0, 0, 0, 0.08));
  transition: border-color 0.25s ease, transform 0.25s ease;
  -webkit-tap-highlight-color: transparent;
}

.search-suggest-card:hover {
  border-color: var(--gold, #c9a96e);
  transform: translateY(-1px);
}

.search-suggest-card img {
  width: 64px;
  height: 80px;
  object-fit: cover;
  border-radius: 0.55rem;
}

.search-suggest-card strong {
  display: block;
  font-size: 0.9rem;
  font-weight: 500;
}

.search-suggest-card em {
  display: block;
  margin-top: 0.2rem;
  font-style: normal;
  color: var(--gold-dark, #8a7040);
  font-size: 0.85rem;
  font-weight: 600;
}

.search-overlay__empty {
  text-align: center;
  padding: 2rem 1rem;
}

.search-overlay__empty h3 {
  font-family: var(--font-display, Georgia, serif);
  font-size: 1.6rem;
  font-weight: 500;
}

/* Desktop nav */
.desktop-nav-bar {
  display: none;
  position: relative;
  border-top: 1px solid transparent;
  transition: border-color 0.35s ease, background 0.35s ease;
}

@media (min-width: 1024px) {
  .desktop-nav-bar { display: block; }
}

body.has-solid-header .desktop-nav-bar,
body.is-home.is-scrolled .desktop-nav-bar {
  border-top-color: var(--border-soft);
}

.desktop-nav {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0.05rem 0.05rem;
  list-style: none;
  margin: 0;
  padding: 0.35rem 0 0.55rem;
  position: static;
  left: auto;
  top: auto;
  transform: none;
  white-space: nowrap;
}

.desktop-nav__item {
  position: static;
}

.desktop-nav__item.has-mega {
  position: static;
}

.desktop-nav__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 0.7rem;
  font-family: var(--font-nav);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: inherit;
  white-space: nowrap;
  border-radius: 0;
  background: transparent !important;
  opacity: 0.9;
  transition: opacity 0.25s ease, color 0.25s ease;
}

.desktop-nav__link::after {
  content: "";
  position: absolute;
  left: 0.55rem;
  right: 0.55rem;
  bottom: 0.2rem;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s var(--ease-premium);
}

.desktop-nav__link:hover,
.desktop-nav__link.active {
  opacity: 1;
  color: inherit;
  background: transparent !important;
}

.desktop-nav__link:hover::after,
.desktop-nav__link.active::after {
  transform: scaleX(1);
}

.desktop-nav__link.nav-sale,
.desktop-nav__link.nav-sale:hover,
.desktop-nav__link.nav-sale.active {
  color: var(--gold-dark);
  background: transparent !important;
}

body.is-home:not(.is-scrolled) .desktop-nav__link.nav-sale {
  color: var(--gold-light);
}

@media (min-width: 1280px) {
  .desktop-nav__link {
    padding: 0.6rem 0.7rem;
    font-size: 0.76rem;
  }
}

/* Mega menu */
.mega-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  padding-top: 0.35rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  z-index: 60;
}

.desktop-nav__item.has-mega:hover .mega-menu,
.desktop-nav__item.has-mega:focus-within .mega-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.mega-menu__inner {
  display: grid;
  grid-template-columns: 1.4fr 0.9fr;
  gap: 2rem;
  padding: 1.75rem 2rem;
  background: #fff;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-card);
  box-shadow: 0 24px 60px rgba(17, 17, 17, 0.12);
  animation: ze-mega-in 0.35s var(--ease-premium);
  color: var(--text);
}

.mega-menu__columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.mega-menu__heading {
  margin: 0 0 0.85rem;
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--gold-dark);
}

.mega-menu__links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mega-menu__links li + li { margin-top: 0.55rem; }

.mega-menu__links a {
  font-family: var(--font-nav);
  font-size: 0.9rem;
  font-weight: 500;
  color: rgba(34, 34, 34, 0.78);
  background-image: linear-gradient(var(--gold), var(--gold));
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: color 0.25s ease, background-size 0.3s var(--ease-premium);
}

.mega-menu__links a:hover {
  color: #111;
  background-size: 100% 1px;
}

.mega-menu__featured {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: var(--radius-image);
  min-height: 220px;
}

.mega-menu__featured img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s var(--ease-premium);
}

.mega-menu__featured:hover img { transform: scale(1.05); }

.mega-menu__featured-copy {
  position: absolute;
  inset: auto 0 0 0;
  padding: 1.1rem 1.15rem;
  background: linear-gradient(transparent, rgba(17, 17, 17, 0.72));
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.mega-menu__featured-title {
  font-family: var(--font-display);
  font-size: 1.5rem;
  letter-spacing: 0.04em;
}

.mega-menu__featured-sub {
  font-family: var(--font-nav);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.85;
}

/* Fullscreen mobile menu */
.mobile-menu-overlay.overlay { z-index: 80; }

.mobile-menu-panel.mobile-drawer {
  left: 0;
  width: min(100%, 28rem);
  max-width: 100%;
  background: #faf8f4;
  color: #222;
  transform: translateX(-100%);
  transition: transform 0.4s var(--ease-premium);
  display: flex;
  flex-direction: column;
}

.overlay.open .mobile-menu-panel.mobile-drawer {
  transform: translateX(0);
}

.mobile-menu-panel__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.15rem;
  border-bottom: 1px solid var(--border-soft);
  background: #fff;
}

.mobile-menu-panel__brand img {
  height: 2.6rem;
  width: auto;
  object-fit: contain;
}

.mobile-menu-panel__close { color: #222; }
.mobile-menu-panel__close:hover {
  background: rgba(201, 169, 110, 0.16);
  color: var(--gold-dark);
}

.mobile-menu-panel__carousel {
  padding: 1rem 0 0.35rem;
  border-bottom: 1px solid var(--border-soft);
  background: #fff;
}

.mobile-menu-panel__carousel-track {
  display: flex;
  gap: 0.75rem;
  overflow-x: auto;
  padding: 0 1.15rem 1rem;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.mobile-menu-panel__carousel-track::-webkit-scrollbar { display: none; }

.mobile-menu-panel__cat {
  flex: 0 0 7.5rem;
  scroll-snap-align: start;
  text-align: center;
  color: inherit;
}

.mobile-menu-panel__cat img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  background: #ece8e1;
  display: block;
}

.mobile-menu-panel__cat span {
  display: block;
  margin-top: 0.45rem;
  font-family: var(--font-nav);
  font-size: 0.65rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mobile-menu-panel__nav {
  flex: 1;
  overflow: auto;
  padding: 0.35rem 0 1rem;
}

.mobile-menu-panel__link {
  display: block;
  padding: 0.85rem 1.35rem;
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #222;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  transition: color 0.25s ease, padding-left 0.25s ease;
}

.mobile-menu-panel__link:hover,
.mobile-menu-panel__link.is-sale {
  color: var(--gold-dark);
}

.mobile-menu-panel__link:hover { padding-left: 1.55rem; }

.mobile-menu-panel__sub {
  display: grid;
  gap: 0.15rem;
  padding: 0.15rem 1.35rem 0.75rem 1.75rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.mobile-menu-panel__sub a {
  font-size: 0.85rem;
  color: rgba(34, 34, 34, 0.7);
  padding: 0.35rem 0;
  min-height: 44px;
  display: flex;
  align-items: center;
}

.mobile-menu-panel__meta {
  padding: 1.1rem 1.35rem 0.5rem;
  border-top: 1px solid var(--border-soft);
  display: grid;
  gap: 0.85rem;
  background: #fff;
}

.mobile-menu-panel__wa {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.75rem 1rem;
  background: #25d366;
  color: #fff;
  font-family: var(--font-button);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
}

.mobile-menu-panel__wa:hover {
  background: #1ebe57;
  color: #fff;
}

.mobile-menu-panel__meta-row {
  display: grid;
  gap: 0.2rem;
  color: inherit;
  text-decoration: none;
}

.mobile-menu-panel__meta-row span {
  font-family: var(--font-nav);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-dark);
}

.mobile-menu-panel__meta-row strong {
  font-family: var(--font-body);
  font-size: 0.92rem;
  font-weight: 500;
  color: #222;
  line-height: 1.45;
}

.mobile-menu-panel__social {
  padding: 1rem 1.35rem calc(1.35rem + env(safe-area-inset-bottom));
  background: #fff;
}

/* Categories sheet polish */
.categories-panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--border-soft);
  padding: 1rem 1.25rem;
}

.categories-panel__head p {
  margin: 0;
  font-family: var(--font-nav);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.categories-panel__list {
  list-style: none;
  margin: 0;
  padding: 0 0 calc(1rem + env(safe-area-inset-bottom));
  max-height: calc(78vh - 3.5rem);
  overflow: auto;
}

.categories-panel__list li { border-bottom: 1px solid var(--border-soft); }

.categories-panel__list a {
  display: block;
  padding: 0.9rem 1.25rem;
  font-family: var(--font-nav);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.categories-panel__list a.is-sale { color: var(--gold-dark); }

/* Newsletter */
.newsletter-section {
  background: linear-gradient(180deg, #f3efe6 0%, #faf8f4 100%);
  border-top: 1px solid var(--border-soft);
  padding: var(--section-space-lg) 0;
}

.newsletter-section__inner {
  display: grid;
  gap: 1.5rem;
  align-items: end;
}

@media (min-width: 900px) {
  .newsletter-section__inner {
    grid-template-columns: 1.1fr 1fr;
    gap: 2.5rem;
  }
}

.newsletter-section__eyebrow {
  margin: 0 0 0.4rem;
  font-family: var(--font-nav);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-dark);
}

.newsletter-section__title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #111;
}

.newsletter-section__text {
  margin: 0.65rem 0 0;
  max-width: 28rem;
  font-family: var(--font-body);
  font-size: 0.95rem;
  line-height: 1.65;
  color: rgba(34, 34, 34, 0.72);
}

.newsletter-form {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.newsletter-form__input {
  flex: 1 1 220px;
  min-height: 3.1rem;
  border-radius: var(--radius-btn);
  border: 1px solid var(--border-soft);
  background: #fff;
  padding: 0.85rem 1rem;
  font-family: var(--font-body);
  outline: none;
}

.newsletter-form__input:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(201, 169, 110, 0.2);
}

.newsletter-form__btn {
  min-height: 3.1rem;
  padding-inline: 1.5rem;
  background: var(--gold);
  color: #111;
}

.newsletter-form__btn:hover:not(:disabled) {
  background: var(--gold-dark);
  color: #fff;
}

/* Footer redesign */
.site-footer {
  position: relative;
  margin-top: 0;
  border-top: 1px solid rgba(201, 169, 110, 0.28);
  background: var(--bg-footer);
  color: #fff;
  padding-bottom: calc(3.65rem + env(safe-area-inset-bottom, 0px));
  overflow: hidden;
}

@media (min-width: 1024px) {
  .site-footer { padding-bottom: 0; }
}

.footer-grid {
  display: grid;
  gap: 2.25rem;
  padding-block: 3rem 2.5rem;
  align-items: start;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .footer-grid {
    grid-template-columns: 1.15fr 0.8fr 0.8fr 1fr 1.05fr;
    gap: 1.75rem;
    padding-block: 4rem 3rem;
  }
}

.footer-logo {
  height: 3.75rem;
  width: auto;
  max-width: 260px;
  object-fit: contain;
}

.footer-tagline {
  margin: 0.85rem 0 0;
  font-family: var(--font-nav);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
}

.footer-about {
  margin: 1rem 0 0;
  max-width: 22rem;
  font-size: 0.875rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.72);
}

.footer-follow-icons { margin-top: 1.25rem; }

.footer-grid h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: none;
  color: var(--gold);
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
}

.footer-links li + li { margin-top: 0.55rem; }

.footer-links a {
  color: rgba(255, 255, 255, 0.75);
  font-family: var(--font-body);
  font-size: 0.875rem;
  transition: color 0.25s ease;
}

.footer-links a:hover { color: var(--gold-light); }

.footer-contact-label {
  display: block;
  margin-bottom: 0.15rem;
  font-family: var(--font-nav);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(201, 169, 110, 0.9);
}

.footer-contact-hours {
  display: block;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.875rem;
  line-height: 1.55;
}

.footer-store-card {
  display: block;
  margin-top: 1rem;
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-image);
  border: 1px solid rgba(201, 169, 110, 0.28);
}

.footer-store-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  transition: transform 0.7s var(--ease-premium);
}

.footer-store-card:hover img { transform: scale(1.04); }

.footer-store-card__copy {
  position: absolute;
  inset: auto 0 0 0;
  padding: 1rem 1.05rem;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.78));
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.footer-store-card__eyebrow {
  font-family: var(--font-nav);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
}

.footer-store-card__title {
  font-family: var(--font-display);
  font-size: 1.45rem;
  color: #fff;
}

.footer-bottom-bar {
  position: relative;
  z-index: 1;
  background: rgba(0, 0, 0, 0.35);
  border-top: 1px solid rgba(201, 169, 110, 0.18);
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem 1.25rem;
  padding-block: 1.15rem 1.5rem;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.55);
}

/* Social outline (gold) */
.social-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem;
}

.social-btn--outline,
.social-btn--announce,
.social-btn--footer {
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gold);
  color: var(--gold);
  background: transparent;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.social-btn--announce {
  width: auto;
  height: auto;
  min-width: 0;
  border: none;
  padding: 0.15rem 0.25rem;
  font-family: var(--font-nav);
  font-size: 0.65rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold);
}

.social-btn--announce .social-icon {
  width: 0.95rem;
  height: 0.95rem;
}

.social-btn--announce .social-btn__label { display: none; }

@media (min-width: 1200px) {
  .social-btn--announce .social-icon { display: none; }
  .social-btn--announce .social-btn__label { display: inline; }
}

.social-btn--outline .social-icon,
.social-btn--footer .social-icon {
  width: 1rem;
  height: 1rem;
}

.social-btn--outline:hover,
.social-btn--footer:hover,
.social-btn--announce:hover {
  background: var(--gold);
  color: #111;
  transform: translateY(-1px);
}

.social-btn--circle {
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gold);
  color: var(--gold);
  background: transparent;
  transition: background 0.25s ease, color 0.25s ease;
}

.social-btn--circle:hover {
  background: var(--gold);
  color: #111;
}

/* WhatsApp float — keep classic green */
.wa-float {
  position: fixed;
  right: 1.1rem;
  bottom: calc(4.75rem + env(safe-area-inset-bottom, 0px));
  z-index: 55;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  border: none;
  box-shadow: 0 10px 28px rgba(37, 211, 102, 0.35);
  transition: transform 0.3s var(--ease-premium), background 0.25s ease, box-shadow 0.3s ease;
}

.wa-float:hover {
  transform: translateY(-3px) scale(1.04);
  background: #1ebe57;
  color: #fff;
  box-shadow: 0 14px 32px rgba(37, 211, 102, 0.4);
}

.wa-float__icon {
  width: 1.55rem;
  height: 1.55rem;
  position: relative;
  z-index: 1;
}

.wa-float__label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.wa-float__ring,
.wa-float__pulse {
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 1px solid rgba(37, 211, 102, 0.45);
  animation: wa-float-pulse 2.4s ease-out infinite;
  background: transparent;
  z-index: 0;
}

@media (min-width: 1024px) {
  .wa-float {
    right: 1.5rem;
    bottom: 1.5rem;
    width: 3.75rem;
    height: 3.75rem;
  }
  .wa-float__icon {
    width: 1.7rem;
    height: 1.7rem;
  }
}

/* Hide legacy marquee if present */
.announcement-marquee { display: none !important; }


/* =========================================================
   ZARI EDGE ? Phase 2 Homepage
   ========================================================= */

.home-section {
  padding: var(--section-space) 0;
}

.home-section--soft {
  background: linear-gradient(180deg, #f3efe6 0%, var(--bg) 100%);
}

.home-section__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}

.home-section__head--center {
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 2.75rem;
}

.home-section__actions {
  display: flex;
  gap: 0.5rem;
}

.home-eyebrow {
  margin: 0 0 0.45rem;
  font-family: var(--font-nav);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-dark);
}

.home-eyebrow--light { color: var(--gold-light); }

.home-title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.15rem);
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #111;
  line-height: 1.15;
}

.home-subtitle {
  margin: 0.55rem 0 0;
  max-width: 28rem;
  font-family: var(--font-body);
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(34, 34, 34, 0.68);
}

.home-viewall {
  flex-shrink: 0;
  font-family: var(--font-nav);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #111;
  background-image: linear-gradient(var(--gold), var(--gold));
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: background-size 0.3s var(--ease-premium), color 0.25s ease;
}

.home-viewall:hover {
  color: var(--gold-dark);
  background-size: 100% 1px;
}

.slider-arrow {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 9999px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #fff;
  color: #111;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.slider-arrow:hover {
  background: #111;
  border-color: #111;
  color: var(--gold);
  transform: translateY(-1px);
}

/* Hero ? luxury editorial, sits BELOW header (no overlap) */
.home-hero {
  position: relative;
  height: 70vh;
  min-height: 620px;
  background: #0a0a0a;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .home-hero {
    height: 90vh;
    min-height: 720px;
  }
}

.home-hero__slider {
  position: absolute;
  inset: 0;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease, visibility 1s;
  z-index: 0;
}

.hero-slide.active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.hero-slide.is-leaving {
  opacity: 0;
  z-index: 0;
}

.hero-slide__media {
  position: absolute;
  inset: 0;
}

.hero-slide__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  transform: none;
}

@media (min-width: 1024px) {
  .hero-slide__media img {
    object-position: center center;
  }
}

.hero-slide__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.25));
  z-index: 1;
}

.hero-slide__content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2.5rem 1.25rem 5.5rem;
  color: #fff;
  margin: 0 auto;
}

.hero-slide__inner {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-slide__eyebrow {
  margin: 0 0 1rem;
  font-family: var(--font-nav);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold-light);
}

.hero-slide__title {
  margin: 0;
  max-width: 700px;
  font-family: var(--font-display);
  font-size: clamp(34px, 9vw, 46px);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: 0.04em;
  text-transform: none;
  color: #fff;
}

@media (min-width: 1024px) {
  .hero-slide__title {
    font-size: clamp(48px, 6vw, 82px);
  }
}

.hero-slide__sub { display: none; }

.hero-slide__text {
  margin: 24px auto 0;
  max-width: 520px;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.88);
}

@media (min-width: 1024px) {
  .hero-slide__text {
    font-size: 20px;
    margin-top: 24px;
  }
}

.hero-slide__actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 20px;
  width: 100%;
  max-width: none;
  padding-inline: 0;
}

@media (min-width: 768px) {
  .hero-slide__actions {
    flex-direction: row;
    align-items: center;
    max-width: none;
    width: auto;
    margin-top: 32px;
    gap: 1rem;
  }
}

.btn-hero-primary,
.btn-hero-ghost {
  min-height: 3rem;
  min-width: 10.5rem;
  padding: 0.85rem 1.6rem;
  border-radius: 0;
  font-family: var(--font-button);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-align: center;
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.btn-hero-primary {
  background: transparent;
  color: var(--gold-light);
  border: 1px solid var(--gold);
}

.btn-hero-primary:hover {
  background: #fff;
  color: #111;
  border-color: #fff;
}

.btn-hero-ghost {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.85);
}

.btn-hero-ghost:hover {
  background: #fff;
  color: #111;
  border-color: #fff;
}

.home-hero__controls {
  position: absolute;
  left: 50%;
  bottom: 1.5rem;
  transform: translateX(-50%);
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-top: 50px;
}

@media (min-width: 1024px) {
  .home-hero__controls {
    bottom: 2rem;
  }
}

.hero-nav {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  backdrop-filter: blur(6px);
  transition: background 0.25s ease, border-color 0.25s ease;
}

.hero-nav:hover {
  background: rgba(201, 169, 110, 0.9);
  border-color: var(--gold);
  color: #111;
}

.hero-dots {
  display: flex;
  gap: 0.45rem;
  align-items: center;
  padding: 0.35rem 0.55rem;
  border-radius: 9999px;
  background: rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(6px);
}

.hero-dots button {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 9999px;
  border: none;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  padding: 0;
  transition: width 0.4s var(--ease-premium), background 0.3s ease;
}

.hero-dots button.active {
  width: 1.5rem;
  background: var(--gold);
}

/* Category carousel */
.home-categories { padding-bottom: 2rem; }

.lux-cat-carousel {
  overflow: hidden;
  padding-left: max(1.25rem, calc((100% - var(--container)) / 2 + 1.25rem));
}

.lux-cat-carousel__track {
  display: flex;
  gap: var(--card-gap);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 0 1.25rem 1rem 0;
  scrollbar-width: none;
}

.lux-cat-carousel__track::-webkit-scrollbar { display: none; }

.lux-cat-card {
  position: relative;
  flex: 0 0 calc((100% - 0.85rem) / 2);
  scroll-snap-align: start;
  border-radius: 0;
  overflow: hidden;
  aspect-ratio: auto;
  background: transparent;
}

@media (min-width: 768px) {
  .lux-cat-card {
    flex-basis: calc((100% - (var(--card-gap) * 3)) / 3.3);
  }
}

@media (min-width: 1100px) {
  .lux-cat-card {
    flex-basis: calc((100% - (var(--card-gap) * 4)) / 5);
  }
}

.lux-cat-card__media {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #f3f1ee;
}

@media (min-width: 1024px) {
  .lux-cat-card__media { aspect-ratio: 3 / 4; }
}

.lux-cat-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s var(--ease-premium);
}

.lux-cat-card:hover .lux-cat-card__media img {
  transform: scale(1.06);
}

.lux-cat-card__overlay {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 1.25rem 1.1rem;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.78));
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  pointer-events: none;
}
.lux-cat-card__media { position: relative; }
.lux-cat-card__overlay { z-index: 1; }

.lux-cat-card__overlay h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}

.lux-cat-card__overlay span {
  font-family: var(--font-nav);
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-light);
}

/* Benefits */
.home-benefits {
  padding: 2.5rem 0 1rem;
}

@media (min-width: 1024px) {
  .home-benefits { padding: 1rem 0 0; }
}

.home-benefits__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  padding: 1.75rem 1.25rem;
  border-block: 1px solid var(--border-soft);
}

@media (min-width: 900px) {
  .home-benefits__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    padding-block: 2.25rem;
  }
}

.home-benefit {
  text-align: center;
}

.home-benefit__icon {
  width: 2.75rem;
  height: 2.75rem;
  margin: 0 auto 0.85rem;
  display: grid;
  place-items: center;
  border-radius: 9999px;
  border: 1px solid var(--gold);
  color: var(--gold-dark);
}

.home-benefit__icon svg {
  width: 1.25rem;
  height: 1.25rem;
}

.home-benefit h3 {
  margin: 0;
  font-family: var(--font-nav);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-benefit p {
  margin: 0.35rem 0 0;
  font-size: 0.82rem;
  color: rgba(34, 34, 34, 0.65);
  line-height: 1.45;
}

/* Product sections use grid (no horizontal carousel) */
.product-slider {
  position: relative;
}

.product-slider__viewport,
.product-slider {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.15rem 0.85rem;
  overflow: visible;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .product-slider__viewport,
  .product-slider {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.35rem 1.1rem;
  }
}

@media (min-width: 1024px) {
  .product-slider__viewport,
  .product-slider {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.5rem 1.25rem;
  }
}

.product-slider .product-card,
.product-slider__viewport .product-card {
  width: 100%;
  min-width: 0;
  max-width: none;
  flex: none;
}

.product-slider .slider-arrow {
  display: none !important;
}

/* Luxury product cards */
/* Product cards ? Agha Noor inspired clean boutique */
.product-card {
  background: transparent;
  border: none;
  border-radius: 0;
  overflow: visible;
  display: flex;
  flex-direction: column;
  transition: none;
}

.product-card:hover {
  transform: none;
  box-shadow: none;
}

.product-card__media {
  position: relative;
  border-radius: 0;
  overflow: hidden;
  background: #f3f1ee;
}

.product-card__image {
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  position: relative;
}

@media (min-width: 1024px) {
  .product-card__image {
    aspect-ratio: 3 / 4;
  }
}

.product-card__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 2.75rem;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: #111;
  color: #fff;
  font-family: var(--font-button);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
}

@media (min-width: 1024px) {
  .product-card__cta { display: none; }
}

.product-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.4s ease, transform 0.7s ease;
}

.product-card__img--hover {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.product-card__image.has-hover-img:hover .product-card__img--main {
  opacity: 0;
}

.product-card__image.has-hover-img:hover .product-card__img--hover {
  opacity: 1;
}

.product-card:hover .product-card__img--main {
  transform: scale(1.03);
}

.product-card__status {
  position: absolute;
  left: 0.65rem;
  top: 0.65rem;
  z-index: 2;
  padding: 0.28rem 0.55rem;
  background: rgba(120, 120, 120, 0.78);
  color: #fff;
  font-family: var(--font-nav);
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 0;
}

.product-card__status--sale {
  background: rgba(40, 40, 40, 0.78);
}

.product-card__status--new {
  background: rgba(40, 40, 40, 0.72);
}

.product-card__wish {
  position: absolute;
  top: 0.55rem;
  right: 0.55rem;
  z-index: 3;
  width: 2rem;
  height: 2rem;
  border: none;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.92);
  color: #222;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.25s ease, background 0.25s ease;
}

.product-card:hover .product-card__wish,
.product-card__wish.is-active {
  opacity: 1;
}

@media (max-width: 1023px) {
  .product-card__wish { opacity: 1; }
}

.product-card__wish:hover,
.product-card__wish.is-active {
  background: #111;
  color: #fff;
}

.product-card__hover {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  opacity: 1;
}

@media (min-width: 1024px) {
  .product-card__hover {
    display: grid;
    opacity: 0;
    transition: opacity 0.28s ease;
  }
  .product-card:hover .product-card__hover {
    opacity: 1;
  }
}

.product-card__quickview,
.product-card__quickadd {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.55rem;
  padding: 0.55rem 0.5rem;
  border-radius: 0;
  font-family: var(--font-nav);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  transition: background 0.25s ease, color 0.25s ease;
}

.product-card__quickview {
  background: rgba(255, 255, 255, 0.94);
  color: #222;
}

.product-card__quickadd {
  background: #111;
  color: #fff;
}

.product-card__quickview:hover {
  background: #fff;
}

.product-card__quickadd:hover {
  background: #333;
}

.product-card__body {
  padding: 1rem 0.35rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.3rem;
}

.product-card__title {
  margin: 0;
  font-family: var(--font-body);
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.45;
  color: #333;
  max-width: 18rem;
}

.product-card__title a {
  color: inherit;
}

.product-card__title a:hover {
  color: #111;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.product-card__subtitle {
  margin: 0;
  max-width: 18rem;
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 400;
  line-height: 1.45;
  color: #777;
}

.product-card__price {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0.15rem;
  margin-top: 0.2rem;
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 500;
  color: #333;
  line-height: 1.25;
}

.product-card__price-now {
  color: #333;
  font-weight: 600;
}

.product-card__price-was {
  display: block;
  font-weight: 400;
  font-size: 0.78rem;
  color: #999;
  text-decoration: line-through;
  line-height: 1.2;
}

.product-card__discount { display: none; }

/* Legacy product-card hooks still used elsewhere */
.product-card-img { display: contents; }
.product-card-body { display: contents; }
.product-card-title { display: contents; }
.product-card-price { display: contents; }
.product-card-actions { display: none; }

.editors-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--card-gap);
  width: 100%;
  align-items: stretch;
}

@media (min-width: 1024px) {
  .editors-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* Editorial banners */
.editorial-banner {
  position: relative;
  min-height: 300px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #fff;
}

@media (min-width: 1024px) {
  .editorial-banner { min-height: 560px; }
}

.editorial-banner__media {
  position: absolute;
  inset: 0;
}

.editorial-banner__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 1.2s var(--ease-premium);
  will-change: transform;
}

.editorial-banner.is-inview .editorial-banner__media img {
  transform: scale(1.08);
}

.editorial-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.28) 55%, rgba(0, 0, 0, 0.15) 100%);
  z-index: 1;
}

.editorial-banner--right::after {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.28) 55%, rgba(0, 0, 0, 0.15) 100%);
}

.editorial-banner__content {
  position: relative;
  z-index: 2;
  padding-block: 3rem;
  max-width: 34rem;
}

.editorial-banner--right .editorial-banner__content {
  margin-left: auto;
  text-align: left;
}

.editorial-banner__title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5vw, 4rem);
  font-weight: 500;
  letter-spacing: 0.02em;
}

.editorial-banner__text {
  margin: 0.85rem 0 1.5rem;
  font-size: 1rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.82);
  max-width: 26rem;
}

/* Brand story */
.brand-story {
  padding: 4.5rem 0;
}

@media (min-width: 1024px) {
  .brand-story { padding: var(--section-space) 0; }
}

.brand-story__grid {
  display: grid;
  gap: 2.5rem;
  align-items: center;
}

@media (min-width: 900px) {
  .brand-story__grid {
    grid-template-columns: 1.1fr 1fr;
    gap: 4rem;
  }
}

.brand-story__media {
  border-radius: var(--radius-image);
  overflow: hidden;
  aspect-ratio: 4 / 5;
}

.brand-story__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-story__text {
  margin: 1.1rem 0 1.75rem;
  font-size: 1rem;
  line-height: 1.8;
  color: rgba(34, 34, 34, 0.72);
  max-width: 32rem;
}

/* Shop the look */
.shop-the-look__stage {
  display: grid;
  gap: 1.75rem;
}

@media (min-width: 1024px) {
  .shop-the-look__stage {
    grid-template-columns: 1.15fr 1fr;
    gap: 2.5rem;
    align-items: start;
  }
}

.shop-the-look__image {
  position: relative;
  border-radius: var(--radius-image);
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: #111;
}

.shop-the-look__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.look-hotspot {
  position: absolute;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 6px rgba(201, 169, 110, 0.28);
  transform: translate(-50%, -50%);
  animation: ze-fade-in 1.2s ease infinite alternate;
}

.shop-the-look__products {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--card-gap);
}

/* Instagram */
.ig-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}

@media (min-width: 900px) {
  .ig-grid {
    grid-template-columns: repeat(6, 1fr);
    gap: 1rem;
  }
}

.ig-grid__item {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: calc(var(--radius-image) - 6px);
  background: #111;
}

.ig-grid__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s var(--ease-premium), filter 0.35s ease;
}

.ig-grid__item:hover img {
  transform: scale(1.06);
  filter: brightness(0.85);
}

/* Homepage newsletter polish (existing footer block) */
body.is-home .newsletter-section {
  background:
    radial-gradient(ellipse at 20% 0%, rgba(201, 169, 110, 0.16), transparent 45%),
    linear-gradient(180deg, #efe9dc 0%, #faf8f4 100%);
  padding: var(--section-space-lg) 0;
}

body.is-home .newsletter-section__title {
  font-size: clamp(2.4rem, 5vw, 3.75rem);
}

/* Hide obsolete homepage-only remnants if any */
body.is-home .banner-caption,
body.is-home .double-marquee,
body.is-home .faqs-section,
body.is-home .cat-carousel-section {
  display: none !important;
}
